mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 08:07:43 +01:00
* feat(icons): add `search-error` icon * Update icons/search-error.svg Co-authored-by: Jakob Guddas <github@jguddas.de> * Update icons/search-error.json Co-authored-by: Jakob Guddas <github@jguddas.de> * chore(icons): rename `search-error` to `search-alert` * Fix indentation contributors in search-alert.json * Format code --------- Co-authored-by: Jakob Guddas <github@jguddas.de> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
26 lines
338 B
JSON
26 lines
338 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"colebemis",
|
|
"ericfennis",
|
|
"jguddas",
|
|
"Veatec22"
|
|
],
|
|
"tags": [
|
|
"find",
|
|
"scan",
|
|
"magnifier",
|
|
"magnifying glass",
|
|
"stop",
|
|
"warning",
|
|
"alert",
|
|
"error",
|
|
"anomaly",
|
|
"lens"
|
|
],
|
|
"categories": [
|
|
"text",
|
|
"social"
|
|
]
|
|
}
|