36 lines
880 B
XML
36 lines
880 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<svg
|
|
class="th-menu-icon open"
|
|
width="64"
|
|
height="64"
|
|
viewBox="0 0 64 64"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<g class="th-line line1">
|
|
<path
|
|
d="M8 14 H56"
|
|
stroke="black"
|
|
stroke-width="8"
|
|
stroke-linecap="round"
|
|
/>
|
|
</g>
|
|
<g class="th-line line2">
|
|
<path
|
|
d="M8 32 H56"
|
|
stroke="black"
|
|
stroke-width="8"
|
|
stroke-linecap="round"
|
|
/>
|
|
</g>
|
|
<g class="th-line line3">
|
|
<path
|
|
d="M8 50 H56"
|
|
stroke="black"
|
|
stroke-width="8"
|
|
stroke-linecap="round"
|
|
/>
|
|
</g>
|
|
</svg>
|