mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 22:47:15 +01:00
* fix(icons): adds extra tags to utensils icons * feat(icons): add aliases to utensils --------- Co-authored-by: Karsa <karsa@sztaki.hu> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
30 lines
403 B
JSON
30 lines
403 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"karsa-mistmere",
|
|
"ericfennis"
|
|
],
|
|
"tags": [
|
|
"fork",
|
|
"knife",
|
|
"cutlery",
|
|
"flatware",
|
|
"tableware",
|
|
"silverware",
|
|
"food",
|
|
"restaurant",
|
|
"meal",
|
|
"breakfast",
|
|
"dinner",
|
|
"supper"
|
|
],
|
|
"categories": [
|
|
"food-beverage",
|
|
"travel",
|
|
"maps"
|
|
],
|
|
"aliases": [
|
|
"fork-knife"
|
|
]
|
|
}
|