-
-
Notifications
You must be signed in to change notification settings - Fork 524
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-sync
icon
#2590
base: main
Are you sure you want to change the base?
Conversation
Added or changed iconsIcons as codeWorks for: const CalendarSyncIcon = createLucideIcon('CalendarSync', [
["path",{"d":"M11 10v4h4"}],
["path",{"d":"m11 14 1.535-1.605a5 5 0 0 1 8 1.5"}],
["path",{"d":"M16 2v4"}],
["path",{"d":"m21 18-1.535 1.605a5 5 0 0 1-8-1.5"}],
["path",{"d":"M21 22v-4h-4"}],
["path",{"d":"M21 8.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4.3"}],
["path",{"d":"M3 10h4"}],
["path",{"d":"M8 2v4"}]
]) |
Everytime I pushed I have this annoying four first commits. I need to troubleshoot. |
You just have random stuff in your main branch, just have to force remove it to be the same as the lucide branch. |
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.
Has box-select removed in the PR.
it is already removed |
The sync arrows are .5px off grid vertically. |
Already fixed! |
Time to go! 🚀 |
Co-authored-by: Jakob Guddas <[email protected]>
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 refresh icon has a 2px gap violation and is not sympathetical
How about this, I moved the refresh icon so there will be 2px on each sides: |
That looks pretty good, we should close the gap at the bottom like this: |
I also think about that... |
close #2071
What is the purpose of this pull request?
Description
Added new
calendar-sync
icon.Icon use case
Here are some more use cases:
Recurring Events or Limited time offers or promotions: This could be a flash sale, a seasonal promotion, or a free trial offer.
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
folder-sync
,calendar-heart
Naming
icons/[iconName].json
.Design
Before Submitting