feat(icons): added star-* icons#3918
feat(icons): added star-* icons#3918RajnishKMehta wants to merge 18 commits intolucide-icons:mainfrom
star-* icons#3918Conversation
| "jguddas", | ||
| "KnarliX" | ||
| ], | ||
| "tags": [ |
There was a problem hiding this comment.
Suggestions for the star-check icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
| "tags": [ | |
| "tags": [ | |
| "approval", | |
| "success", | |
| "mark", | |
| "verification", |
| "jguddas", | ||
| "KnarliX" | ||
| ], | ||
| "tags": [ |
There was a problem hiding this comment.
Suggestions for the star-minus icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
| "tags": [ | |
| "tags": [ | |
| "symbol", | |
| "delete", | |
| "subtract", | |
| "minus-sign", | |
| "shape", | |
| "graphic", | |
| "vector", |
| "jguddas", | ||
| "KnarliX" | ||
| ], | ||
| "tags": [ |
There was a problem hiding this comment.
Suggestions for the star-plus icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
| "tags": [ | |
| "tags": [ | |
| "premium", | |
| "highlight", |
| "jguddas", | ||
| "KnarliX" | ||
| ], | ||
| "tags": [ |
There was a problem hiding this comment.
Suggestions for the star-x icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
| "tags": [ | |
| "tags": [ | |
| "mark", | |
| "symbol", | |
| "shape", | |
| "vector", | |
| "design", | |
| "graphic", |
Added or changed iconsIcons as codeWorks for: const StarCheckIcon = createLucideIcon('StarCheck', [
["path",{"d":"M11.013 18.582 6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16l2.309-4.679a.53.53 0 0 1 .95 0l2.31 4.679a2.12 2.12 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.12 2.12 0 0 0-.611 1.878"}],
["path",{"d":"m16 19 2 2 4-4"}]
])
const StarMinusIcon = createLucideIcon('StarMinus', [
["path",{"d":"M11.013 18.582 6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16l2.309-4.679a.53.53 0 0 1 .95 0l2.31 4.679a2.12 2.12 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638"}],
["path",{"d":"M16 19h6"}]
])
const StarPlusIcon = createLucideIcon('StarPlus', [
["path",{"d":"M12.5 18a2.12 2.12 0 0 0-1.487.582L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16l2.309-4.679a.53.53 0 0 1 .95 0l2.31 4.679a2.12 2.12 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904L19 12.5"}],
["path",{"d":"M16.002 19h6"}],
["path",{"d":"M19.002 16v6"}]
])
const StarXIcon = createLucideIcon('StarX', [
["path",{"d":"m16.5 16.5 5 5"}],
["path",{"d":"m18.506 13.04 3.334-3.246a.53.53 0 0 0-.294-.905l-5.166-.755a2.1 2.1 0 0 1-1.595-1.16l-2.31-4.68a.53.53 0 0 0-.949.001l-2.31 4.679a2.1 2.1 0 0 1-1.596 1.16l-5.165.755a.53.53 0 0 0-.294.906l3.736 3.637a2.1 2.1 0 0 1 .611 1.879l-.881 5.139a.53.53 0 0 0 .77.56l4.617-2.428a2.1 2.1 0 0 1 1.973 0l.148.078"}],
["path",{"d":"m21.5 16.5-5 5"}]
]) |
|
Hey @KnarliX, These aren't fully in line with our other plus/minus/X/check icons, see #3875 We'll have to use the same shapes as in other icons. |
Is it okay now? |
star-check iconstar-versions icon
Hey @KnarliX, No, unfortunately, they're not quite there yet: |
e3f33fc to
ffeda70
Compare
Thankyou @karsa-mistmere |
star-versions iconstar-* icon
star-* iconstar-* icons
bb25af9 to
aae27d1
Compare
aae27d1 to
6da274e
Compare
|
. |
a2a30c3 to
74f2eec
Compare
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
ba1ae3c to
e67a734
Compare


Closes #3905
What is the purpose of this pull request?
Description
Added new
star-checkicon.Added new
star-plusicon.Added new
star-minusicon.Added new
star-xicon.Icon use case
star-minusicon to remove it from favorites.star-plusicon to add it to favorites.star-xdelete item to favorite list,star-checkalready added to favorite list.Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
starNaming
icons/[iconName].json.Design
Before Submitting