mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 22:06:42 +01:00
* feat: add contributors on release * fix: added contributors to icon schema * fix: added missing dependencies * feat: changed lost contributor handling * fix: improved git log arguments * Add all previous contributors * Reordered icon JSON attributes * Merged main and updated contributors * fix: resolved contributor resolution issue * chore: added previous contributors * Added commits with odd e-mails manually * Added latest icons + removed github workflow --------- Co-authored-by: Karsa <karsa@karsa.org>
27 lines
361 B
JSON
27 lines
361 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"jguddas",
|
|
"kemie",
|
|
"ericfennis"
|
|
],
|
|
"tags": [
|
|
"food",
|
|
"dish",
|
|
"restaurant",
|
|
"course",
|
|
"meal",
|
|
"seafood",
|
|
"animal",
|
|
"pet",
|
|
"sea",
|
|
"marine",
|
|
"allergy",
|
|
"intolerance",
|
|
"diet"
|
|
],
|
|
"categories": [
|
|
"food-beverage",
|
|
"animals"
|
|
]
|
|
} |