-
-
Notifications
You must be signed in to change notification settings - Fork 727
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-cog icon #2176
Conversation
Added or changed iconsIcons as codeWorks for: const CalendarCogIcon = createLucideIcon('CalendarCog', [
["path",{"d":"m15.2 16.9-.9-.4"}],
["path",{"d":"m15.2 19.1-.9.4"}],
["path",{"d":"M16 2v4"}],
["path",{"d":"m16.9 15.2-.4-.9"}],
["path",{"d":"m16.9 20.8-.4.9"}],
["path",{"d":"m19.5 14.3-.4.9"}],
["path",{"d":"m19.5 21.7-.4-.9"}],
["path",{"d":"M21 10.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6"}],
["path",{"d":"m21.7 16.5-.9.4"}],
["path",{"d":"m21.7 19.5-.9-.4"}],
["path",{"d":"M3 10h18"}],
["path",{"d":"M8 2v4"}],
["circle",{"cx":"18","cy":"18","r":"3"}]
]) |
Cleaned up |
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.
See comment.
@jguddas I've applied your changes, let me know if there's anything else I need to do. |
{ | ||
"$schema": "../icon.schema.json", | ||
"contributors": [ | ||
"karsa-mistmere", |
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.
Can you add the people from the original calendar and cog icon you used here?
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 have already added karsa-mistmere and ericfennis that are the contributors to the two icons I based mine on.
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.
Ohh, looks like I messed up and didn't add myself when I redid the cogs in #1225
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 work @AlexandrePhilibert , love it!
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.
LGTM!
What is the purpose of this pull request?
Description
Adds a calendar with a cog in the bottom right.
Icon use case
Can be used in the following circumstances:
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json
.Design
Before Submitting