19 lines
474 B
XML
19 lines
474 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-math-x-divide-y-2"
|
||
|
|
>
|
||
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||
|
|
<path d="M3 21l18 -18" />
|
||
|
|
<path d="M15 14l3 4.5" />
|
||
|
|
<path d="M21 14l-4.5 7" />
|
||
|
|
<path d="M3 4l6 6" />
|
||
|
|
<path d="M3 10l6 -6" />
|
||
|
|
</svg>
|