mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 12:08:25 +02:00
* feat(icons): refine & rename various emoji icons * feat(icons): rename to unicode name & add more tags * feat(icons): rename accidental aliases * feat(icons): even better anger * fix(icons): remove toBeRemovedInVersion
30 lines
430 B
JSON
30 lines
430 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"colebemis",
|
|
"csandman",
|
|
"mittalyashu",
|
|
"ericfennis"
|
|
],
|
|
"use-cases": [],
|
|
"tags": [
|
|
"emoji",
|
|
"bad",
|
|
"sadness",
|
|
"emotion",
|
|
"concern",
|
|
"disappointment"
|
|
],
|
|
"categories": [
|
|
"emoji",
|
|
"account"
|
|
],
|
|
"aliases": [
|
|
{
|
|
"name": "frown",
|
|
"deprecated": true,
|
|
"deprecationReason": "alias.name"
|
|
}
|
|
]
|
|
}
|