Icon Name: Sort
Use Case: Used for sorting an interface with rows of content

Similar to font-awesome at least these three classes would be really nice to have: sort, sort-asc, sort-desc
@locness3 @ahtohbi4 @rotaercz @georg94 How does this look? Figma

Great!
@locness3 awesome! can i submit a PR now?
I guess yes
@locness3 @ahtohbi4 @rotaercz @georg94 How does this look? Figma
Could I be a bore? 😁
If you look at the icons in other sets, you could see that in these icons direction of rectangles sizes has changed only and not arrows.



You can read it as:
So, the arrow down (always down) means an action of sorting, and the set of rectangles means the direction of the sorting.
I agree with @ahtohbi4
@ahtohbi4 @locness3 Have updated the ascending icon so that it has a down arrow:

I will update the PR once you guys give me the green light!
Go ahead !
Awesome!
Updated @locness3 @ahtohbi4!
I prefer lines rather than blocks, but I can't get them to look right...

They look right!
Okay, here's my SVGs:
sort-descending:
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
<path d="M12 5H15" stroke="inherit" stroke-width="inherit" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 9L18 9" stroke="inherit" stroke-width="inherit" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 13L21 13" stroke="inherit" stroke-width="inherit" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4 17L7 20L10 17" stroke="inherit" stroke-width="inherit" stroke-linecap="round" stroke-linejoin="round"/>
<line x1="7" y1="18" x2="7" y2="4" stroke="inherit" stroke-width="inherit" stroke-linecap="round"/>
</svg>
sort-ascending:
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
<path d="M12 5L21 5" stroke="inherit" stroke-width="inherit" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 9L18 9" stroke="inherit" stroke-width="inherit" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 13L15 13" stroke="inherit" stroke-width="inherit" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4 17L7 20L10 17" stroke="inherit" stroke-width="inherit" stroke-linecap="round" stroke-linejoin="round"/>
<line x1="7" y1="18" x2="7" y2="4" stroke="inherit" stroke-width="inherit" stroke-linecap="round"/>
</svg>
Comment that on #668
Any updates on this one? Would love to see it go live for use on a project I'm working on.
@lyndsayclark Just waiting on @colebemis to merge #668!
@johnletey read @MarcelloTheArcane 's comment
Whatta shame. No sort icon... And 2 years of it's requests... Why did I chose this?!.. Facepalm (
same her...merge one of the results would be much appreciated
Most helpful comment
@ahtohbi4 @locness3 Have updated the ascending icon so that it has a down arrow:
I will update the PR once you guys give me the green light!