Files
lucide/icons/sort-asc.svg
John Letey 6a3378ce5a feat: Add sort icons (#3)
* feat: Add `sort` icons

* refactor: Remove unnecessary icons

* chore: remove icon
2020-06-13 08:41:46 +01:00

18 lines
331 B
XML

<svg
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M11 5h10" />
<path d="M11 9h7" />
<path d="M11 13h4" />
<path d="M3 17l3 3 3-3" />
<path d="M6 18V4" />
</svg>