9 lines
400 B
XML
9 lines
400 B
XML
<!-- <?xml version="1.0" standalone="no"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> -->
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" focusable="false" class="" data-icon="" width="40" height="80" fill="currentColor" aria-hidden="true" version="1.1">
|
|
<polygon points="0,0, 30,0, 40,40, 30,80, 0,80" style="fill:#f2f2f2;stroke-width:0"/>
|
|
</svg>
|
|
|