8 lines
333 B
XML
8 lines
333 B
XML
|
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 120'>
|
||
|
<rect width='200' height='24' fill='#ff74a2'/>
|
||
|
<rect width='200' height='24' y='24' fill='#fcfcfc'/>
|
||
|
<rect width='200' height='24' y='48' fill='#bd17d5'/>
|
||
|
<rect width='200' height='24' y='72' fill='#2b2b2b'/>
|
||
|
<rect width='200' height='24' y='96' fill='#333ebc'/>
|
||
|
</svg>
|