10 lines
504 B
XML
10 lines
504 B
XML
<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
<g fill="#ffffff" fill-opacity="0.05">
|
|
<polygon points="25,40 35,30 45,40 35,50"/>
|
|
<polygon points="60,20 75,10 80,25"/>
|
|
<rect x="10" y="70" width="30" height="4" rx="2" transform="rotate(-10 25 72)"/>
|
|
<rect x="50" y="60" width="35" height="4" rx="2" transform="rotate(30 67 62)"/>
|
|
<rect x="70" y="75" width="12" height="12" transform="rotate(45 76 81)"/>
|
|
</g>
|
|
</svg>
|