10 lines
458 B
XML
10 lines
458 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" height="96" width="96" version="1.1">
|
|
<g fill="#fff">
|
|
<rect opacity=".2" rx="4" ry="4" height="80" width="16" y="8" x="70"/>
|
|
<rect opacity=".2" rx="4" ry="4" height="64" width="16" y="24" x="50"/>
|
|
<rect opacity=".2" rx="4" ry="4" height="48" width="16" y="40" x="30"/>
|
|
<rect opacity=".2" rx="4" ry="4" height="32" width="16" y="56" x="10"/>
|
|
</g>
|
|
</svg>
|