blob: 662fb6272b0968e04b43d4c849b5cb2a4f3b6992 (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-sort-ascending-2" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M14 9l3 -3l3 3" />
<rect x="5" y="5" width="5" height="5" rx=".5" />
<rect x="5" y="14" width="5" height="5" rx=".5" />
<path d="M17 6v12" />
</svg>
|