-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat(icons): add mirror-round and mirror-rectangular
#3832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat(icons): add mirror-round and mirror-rectangular
#3832
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 ChatGPT Tags suggestions ✨
I've asked ChatGPT for some suggestions for tags.
Added or changed iconsIcons as codeWorks for: const MirrorRectangularIcon = createLucideIcon('MirrorRectangular', [
["path",{"d":"M 10 7 L 9 8"}],
["path",{"d":"M 15 8 L 9.5 13.5"}],
["rect",{"x":"5","y":"3","width":"14","height":"18","rx":"2"}]
])
const MirrorRoundIcon = createLucideIcon('MirrorRound', [
["path",{"d":"M10 6.6 8.6 8"}],
["path",{"d":"M12 18v4"}],
["path",{"d":"M15 7.5 9.5 13"}],
["path",{"d":"M7 22h10"}],
["circle",{"cx":"12","cy":"10","r":"8"}]
]) |
| "image", | ||
| "physics", | ||
| "science", | ||
| "bathroom", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also cover the names "vanity mirror" & "makeup mirror":
| "bathroom", | |
| "bathroom", | |
| "vanity", | |
| "makeup", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addnig "vanity mirror" & "makeup mirror" instead of just vanity & makeup ?
|
|
Co-authored-by: Karsa <[email protected]>
Co-authored-by: Karsa <[email protected]>
Hi @jguddas, Adding and I'm confused about the names that we used for icons I want to request a naming update for the mirror icons. The current names, These names were suggested in This comment. Suggested updates:
Also, if we add a new icon for mirror, like |

Description
This PR introduces two mirror icons:
mirror-rectangularandmirror-round.Icon use case
mirror-rectangular
mirror-round
Alternative icon designs
No alternative designs provided. Both icons were created to match Lucide proportions and styling.
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/mirror-rectangular.jsonandicons/mirror-round.json.Design
Before Submitting