You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a difference between the name of circle icons on the website and on the package. There is an inversion to be more precise.
For example: the CircleAlert icon, the name is circle-alert , when you "copy JSX" it, it gives you <CircleAlert /> but at the end the lucide package doesn't recognize . It only recognize .
So it's either an issue from the website or from the package related to circle icons names.
If you consider the issue is on the website I think I can't help because the app seems not open source, but if it's the name of the icons in the package that need to be changed let me know, I can maybe do the PR for this :))
I have searched if someone has submitted a similar issue before and there weren't any. (Please make sure to also search closed issues, as this issue might already have been resolved.)
The text was updated successfully, but these errors were encountered:
MartinGbz
changed the title
All JSX/Vue/Angular... copy are wrong on Circle Icons
Difference on circle icons name between website and package
Sep 20, 2024
Can you please confirm which package exactly are we talking about here?
I've checked, and every single one of our JSX packages do actually use <CircleAlert /> (and even in Angular and Svelte, all of our icon exports are in this naming format).
Browser
Operating system
Description
There is a difference between the name of circle icons on the website and on the package. There is an inversion to be more precise.
For example: the
CircleAlert
icon, the name iscircle-alert
, when you "copy JSX" it, it gives you<CircleAlert />
but at the end the lucide package doesn't recognize . It only recognize .So it's either an issue from the website or from the package related to circle icons names.
If you consider the issue is on the website I think I can't help because the app seems not open source, but if it's the name of the icons in the package that need to be changed let me know, I can maybe do the PR for this :))
Steps to reproduce
Checklist
The text was updated successfully, but these errors were encountered: