mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 22:47:15 +01:00
* feat(icons): add more tags This close #2602 * Update icons/rotate-ccw.json Add suggested by @realguse * Add contributor * Removing non-icon-contributors
33 lines
457 B
JSON
33 lines
457 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"colebemis",
|
|
"csandman",
|
|
"ericfennis",
|
|
"danielbayley",
|
|
"jguddas",
|
|
"karsa-mistmere"
|
|
],
|
|
"tags": [
|
|
"arrow",
|
|
"left",
|
|
"counter-clockwise",
|
|
"restart",
|
|
"reload",
|
|
"rerun",
|
|
"refresh",
|
|
"backup",
|
|
"undo",
|
|
"replay",
|
|
"redo",
|
|
"retry",
|
|
"rewind",
|
|
"reverse"
|
|
],
|
|
"categories": [
|
|
"arrows",
|
|
"design",
|
|
"photography"
|
|
]
|
|
}
|