5 lines
363 B
XML
5 lines
363 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="16px" viewBox="0 0 16 16" zoomAndPan="disable" preserveAspectRatio="none">
|
||
|
<style type="text/css"><![CDATA[ line { stroke: #ffffff; stroke-width: 2; } ]]></style>
|
||
|
<line x1="0" y1="0" x2="16" y2="16" />
|
||
|
<line x1="16" y1="0" x2="0" y2="16" />
|
||
|
</svg>
|