mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:48:29 +02:00
* Added icons/star-check.svg * Added icons/star-check.json * Add star-x.svg icon * Add star-x icon JSON * Add star-minus.svg icon file * Add star-plus SVG icon * Add star-plus icon JSON configuration * Add 'remove' and 'deselect' to star-minus.json * Update star-check.svg with new path data * Modify star-x.svg paths for new design * Modify star-minus SVG paths for new design * Modify star-plus.svg paths for new design * Update star-x.svg * Username change * Username change * Update star-minus.json * Update and rename star-check.json to Username change * Username change * Modify star-plus.svg paths for new design * Refactor star-minus.svg paths for clarity * Update star-plus.svg paths for new design * Update SVG path for star-check icon * Adjust path element in star-minus.svg * Update star-minus.svg paths and adjust dimensions * Update icons/star-x.svg Co-authored-by: Karsa <contact@karsa.org> * Update icons/star-check.svg Co-authored-by: Karsa <contact@karsa.org> * Update star-check.svg * Merge pull request #1 Added use case * Fix JSON formatting in star-minus.json * Update star-plus.json * Fix JSON syntax in star-x.json --------- Co-authored-by: Rajnish Mehta <172272341+KnarliX@users.noreply.github.com> Co-authored-by: Karsa <contact@karsa.org> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
39 lines
610 B
JSON
39 lines
610 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"colebemis",
|
|
"jguddas",
|
|
"RajnishKMehta"
|
|
],
|
|
"use-cases": [
|
|
"remove from favorites",
|
|
"unstar item",
|
|
"remove bookmark",
|
|
"deselect favorite",
|
|
"remove featured item",
|
|
"lower priority item",
|
|
"remove recommendation",
|
|
"remove saved item"
|
|
],
|
|
"tags": [
|
|
"bookmark",
|
|
"favorite",
|
|
"like",
|
|
"review",
|
|
"rating",
|
|
"minus",
|
|
"remove",
|
|
"deselect",
|
|
"star"
|
|
],
|
|
"categories": [
|
|
"account",
|
|
"social",
|
|
"shapes",
|
|
"multimedia",
|
|
"weather",
|
|
"emoji",
|
|
"gaming"
|
|
]
|
|
}
|