-
-
Notifications
You must be signed in to change notification settings - Fork 531
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): added calendar-1
icon
#2520
feat(icons): added calendar-1
icon
#2520
Conversation
Added or changed iconsIcons as codeWorks for: const Calendar1Icon = createLucideIcon('Calendar1', [
["path",{"d":"M11 14h1v4"}],
["path",{"d":"M16 2v4"}],
["path",{"d":"M3 10h18"}],
["path",{"d":"M8 2v4"}],
["rect",{"x":"3","y":"4","width":"18","height":"18","rx":"2"}]
]) |
Adjust calendar position based on original
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.
Name should be calendar-one IMO
That does not follow precedent of similar icons. |
calendar-single
iconcalendar-1
icon
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.
I will just drop the rule that icons should not end with -[0-9]$ from lucide studio it's creating problems anyway.
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!
What is the purpose of this pull request?
Description
Added new
calendar-single
icon.Icon use case
Identifying events that will happen once and and don't repeat.
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
calendar
,repeat-1
Naming
icons/[iconName].json
.Design
Before Submitting