20 lines
521 B
XML
20 lines
521 B
XML
|
|
<svg
|
||
|
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
|
width="24"
|
||
|
|
height="24"
|
||
|
|
viewBox="0 0 24 24"
|
||
|
|
fill="none"
|
||
|
|
stroke="currentColor"
|
||
|
|
stroke-width="2"
|
||
|
|
stroke-linecap="round"
|
||
|
|
stroke-linejoin="round"
|
||
|
|
class="icon icon-tabler icons-tabler-outline icon-tabler-click"
|
||
|
|
>
|
||
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||
|
|
<path d="M3 12l3 0" />
|
||
|
|
<path d="M12 3l0 3" />
|
||
|
|
<path d="M7.8 7.8l-2.2 -2.2" />
|
||
|
|
<path d="M16.2 7.8l2.2 -2.2" />
|
||
|
|
<path d="M7.8 16.2l-2.2 2.2" />
|
||
|
|
<path d="M12 12l9 3l-4 2l-2 4l-3 -9" />
|
||
|
|
</svg>
|