Are icons changing over to use @tabler/icons-react? #7059
Replies: 4 comments 1 reply
-
Further, I noticed that when I used the CLI import {
IconCreditCard,
IconDotsVertical,
IconLogout,
IconNotification,
IconUserCircle,
} from "@tabler/icons-react" ... however the code view on the site currently shows icons from import {
BellIcon,
CreditCardIcon,
LogOutIcon,
MoreVerticalIcon,
UserCircleIcon,
} from "lucide-react" |
Beta Was this translation helpful? Give feedback.
-
i am curious about this as well |
Beta Was this translation helpful? Give feedback.
-
Just discovered this too, I have now 2 different icon libraries, thanks shadcn |
Beta Was this translation helpful? Give feedback.
-
Remember that the ShadCN blocks are just a showcase of what can be done with ShadCN. You choose what to use and what not to use. Tabler Icons are not part of the core components of ShadCN. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried out the latest featured block and noticed its icons are from
@tabler/icons-react
. The original components usedlucide-react
.Will that be the new icon set going forward, replacing Lucide? For consistency it would be nice to use a single set of icons.
Beta Was this translation helpful? Give feedback.
All reactions