mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 20:56:20 +01:00
* Updated icons/chrome.svg * fix(icons): renamed chrome to chromium due to https://github.com/lucide-icons/lucide/issues/3571 * fix(icons/chromium): added missing EOL to json --------- Co-authored-by: Karsa <contact@karsa.org>
26 lines
430 B
JSON
26 lines
430 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"deprecated": true,
|
|
"deprecationReason": "icon.brand",
|
|
"toBeRemovedInVersion": "v1.0",
|
|
"contributors": [
|
|
"colebemis",
|
|
"ericfennis"
|
|
],
|
|
"tags": [
|
|
"browser",
|
|
"logo"
|
|
],
|
|
"categories": [
|
|
"brands"
|
|
],
|
|
"aliases": [
|
|
{
|
|
"name": "chrome",
|
|
"deprecated": true,
|
|
"deprecationReason": "alias.name",
|
|
"toBeRemovedInVersion": "v1.0"
|
|
}
|
|
]
|
|
}
|