-
-
Notifications
You must be signed in to change notification settings - Fork 958
fix(icons): changed spade
icon
#3502
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
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.
@@ -2,7 +2,8 @@ | |||
"$schema": "../icon.schema.json", | |||
"contributors": [ | |||
"danielbayley", | |||
"karsa-mistmere" | |||
"karsa-mistmere", | |||
"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 spade
icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
"tags": [ | |
"tags": [ | |
"card", | |
"danger", | |
"black", | |
"gambling", | |
"poker", | |
"clubbing", | |
"spades", |
Added or changed iconsIcons as codeWorks for: const SpadeIcon = createLucideIcon('Spade', [
["path",{"d":"M12 18v4"}],
["path",{"d":"M2 14.499a5.5 5.5 0 0 0 9.591 3.675.6.6 0 0 1 .818.001A5.5 5.5 0 0 0 22 14.5c0-2.29-1.5-4-3-5.5l-5.492-5.312a2 2 0 0 0-3-.02L5 8.999c-1.5 1.5-3 3.2-3 5.5"}]
]) |
Merging this, as a trivial extension of #3061 |
* Updated icons/spade.svg * Updated icons/spade.json
What is the purpose of this pull request?
Description
Arcified spade icon to match the new
heart
Before Submitting