-
-
Notifications
You must be signed in to change notification settings - Fork 924
feat(icons): added peace-sign icon #3001
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
base: main
Are you sure you want to change the base?
Conversation
Added or changed iconsIcons as codeWorks for: const PeaceSignIcon = createLucideIcon('PeaceSign', [
["path",{"d":"m14.766 10.014 1.192-5.606a2 2 0 0 0-3.916-.815L10.5 11 8.958 3.592a2 2 0 0 0-3.916.816l1.408 6.624"}],
["path",{"d":"M17 15v-3a2 2 0 0 0-4 0v3a2 2 0 0 0 4 0 2 2 0 0 0 4 0"}],
["path",{"d":"M19 22a10 10 0 0 0 2-6v-3a2 2 0 0 0-4 0"}],
["path",{"d":"M5 22a10 10 0 0 1-2-6v-1a4 4 0 0 1 4-4h4a2 2 0 0 1 0 4H7a10 10 0 0 1 4 6"}]
]) |
Hello, Wanted to follow up on this PR! |
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.
🤖 ChatGPT Tags suggestions ✨
I've asked ChatGPT for some suggestions for tags.
"jamiemlaw", | ||
"jguddas" | ||
], | ||
"tags": [ |
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.
Suggestions for the peace-sign
icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
"tags": [ | |
"tags": [ | |
"gesture", | |
"sign", | |
"dove", | |
"calm", | |
"unity", | |
"harmony", | |
"hope", | |
"friendship", |
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.
Sorry for the late reply, we have a lot of open issues and PRs.
We should rename this to hand-peace
to be in line with other hand
icons
Or possibly |
closes #2978
What is the purpose of this pull request?
Description
This PR creates a new peace sign icon which references issue #2978.
Icon use case
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json
.Design
Before Submitting