-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
feat(icons): add eye-closed icon #2349
Conversation
Added or changed iconsIcons as codeWorks for: const EyeClosedIcon = createLucideIcon('EyeClosed', [
["path",{"d":"m15 18-.722-3.25"}],
["path",{"d":"M2 8a10.645 10.645 0 0 0 20 0"}],
["path",{"d":"m20 15-1.726-2.05"}],
["path",{"d":"m4 15 1.726-2.05"}],
["path",{"d":"m9 18 .722-3.25"}]
]) |
@karsa-mistmere Nice icon, I like it. Not sure if this is intended, I've create a quick demo to demonstrate this. |
The codesandbox isn't public. |
Sorry, forgot to make it public, here ya go |
@ericfennis: Yeah, I see what you mean. What about moving it 1px downwards? The switch does feel much better, although vertical centering is a bit off. |
@karsa-mistmere Agreed. And overlapping it exactly with |
What is the purpose of this pull request?
Description
Adds an icon depicting an eye that is closed (not crossed off).
Icon use case
Privacy Mode
Sleep Mode
Do Not Disturb
Hidden Content
Inactive Status
Muted Video
Stealth Mode
Accessibility Feature
Mindfulness/Relaxation
Vision Test
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
eye
(not so much based, but designed in a way they would match)Naming
icons/[iconName].json
.Design
Before Submitting