-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat(icons): Add user-lock icon
#2818
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
Conversation
Added or changed iconsIcons as codeWorks for: const UserLockIcon = createLucideIcon('UserLock', [
["circle",{"cx":"10","cy":"7","r":"4"}],
["path",{"d":"M10.3 15H7a4 4 0 0 0-4 4v2"}],
["path",{"d":"M15 15.5V14a2 2 0 0 1 4 0v1.5"}],
["rect",{"width":"8","height":"5","x":"13","y":"16","rx":".899"}]
]) |
ericfennis
left a comment
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.
Nice love it!
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
jguddas
left a comment
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.
The lock is not correctly arcing in the top
|
The lock has a 1px gap that should be closed |
* Added `user-lock` icon * Corrected lock arc and alignment --------- Co-authored-by: Eric Fennis <[email protected]>
closes #2790
What is the purpose of this pull request?
Description
Creating a new user based icon
user-lock. Taking the concept fromuser-*icons and uselockicon.Icon use case
Alternative icon designs
#2790 contained a suggestion for adding a round version of this icon.
Icon Design Checklist
Concept
Author, credits & license
user-*,lockNaming
icons/[iconName].json.Design
Before Submitting