-
-
Notifications
You must be signed in to change notification settings - Fork 957
feat(icons): added circle-star
icon
#3507
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 circle-star
icon
#3507
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.
"contributors": [ | ||
"karsa-mistmere" | ||
], | ||
"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 circle-star
icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
"tags": [ | |
"tags": [ | |
"circle", | |
"star", | |
"shape", | |
"symbol", | |
"graphic", | |
"design", | |
"outline", |
"contributors": [ | ||
"karsa-mistmere" | ||
], | ||
"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 square-star
icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
"tags": [ | |
"tags": [ | |
"star", | |
"geometry", | |
"polygon", | |
"shape", | |
"design", | |
"symbol", | |
"graphic", | |
"vector", | |
"outline", | |
"minimal", |
Added or changed iconsIcons as codeWorks for: const CircleStarIcon = createLucideIcon('CircleStar', [
["path",{"d":"M11.051 7.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.867l-1.156-1.152a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z"}],
["circle",{"cx":"12","cy":"12","r":"10"}]
])
const SquareStarIcon = createLucideIcon('SquareStar', [
["path",{"d":"M11.035 7.69a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z"}],
["rect",{"x":"3","y":"3","width":"18","height":"18","rx":"2"}]
]) |
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!
closes #3503
What is the purpose of this pull request?
Description
Added new
circle-star
&square-star
icons.Icon use case
See #3503
Icon Design Checklist
Concept
Author, credits & license
circle
Naming
icons/[iconName].json
.Design
Before Submitting