tailwindlabs / heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.
https://heroicons.com
MIT License
21.04k stars 1.26k forks source link

SelectorIcon missing from v2 #746

Closed hrafnkellpalsson closed 1 year ago

hrafnkellpalsson commented 1 year ago

The SelectorIcon appears to be missing from v2. It's used for example in the Select Menus in TailwindUI.

I thought maybe it had been renamed but I can't seem to find it. Unless this is an intentional removal?

chriswill commented 1 year ago

It's not in the Figma file. Will be interesting to see what's up with it. I also used it.

CaptainMack commented 1 year ago

As I couldn't find it, I ended up using the ArrowsUpDownIcon for now.

nik736 commented 1 year ago

The refresh icon seems to be missing as well. I used this one quite often.

denjaland commented 1 year ago

@nik736 does the ArrowLeftRight not help you for the refresh? I don't have a good alternative for the SelectorIcon though which I also miss...

SimonPrague commented 1 year ago

I think the biggest problem is that SelectorIcon was part of TailwindUI for styled dropdowns, and since it disappeared all dropdowns are now broken :-S

We switched to ChevronDownIcon which kinda does the job but it's not the same and it would look better to have selector back!

nik736 commented 1 year ago

@denjaland Well, it's not the same. The old version also had both, refresh and ArrowLeftRight :)

denjaland commented 1 year ago

@nik736 have you checked the ArrowPathIcon?

steveoh commented 1 year ago

arrow path is very different. this is the closest so far but i don't see it exported in the react library

image
denjaland commented 1 year ago

@steveoh I know the topic has been hijacked a bit by @nik736, but I meant as a replacement for his refresh icon. The ChevronUpDown icon has been added recently - you probably need to update your react library ;-)

sschoger commented 1 year ago

Just added this icon to the set as chevron-up-down 👍🏻

CleanShot 2022-08-24 at 15 27 46@2x

olivsinz commented 4 months ago

@steveoh I know the topic has been hijacked a bit by @nik736, but I meant as a replacement for his refresh icon. The ChevronUpDown icon has been added recently - you probably need to update your react library ;-)

Thanks. It's ChevronUpDownIcon