mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 21:26:23 +01:00
* fix(icons/file): add rounding to file fold corners & apply this change to other icons with folds. * fix(icons/file): update file-digit.svg with the correct version * fix(icons/file): update file-key for better centre of gravity * fix(icons/file): optimized & formatted icons * fix(icons/file): increase file-type-corner T size to better match other addons * feat(docs): increase size of braces & rename file-json to file-braces * refactor(icons): further increase size of T in file-type-corner.svg * refactor(icons): upgrade file-digit to match binary * refactor(icons): upgrade file-check-corner to match other operational icons (plus/minus/x) * Update file-scan.svg --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
29 lines
445 B
JSON
29 lines
445 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"danielbayley",
|
|
"ericfennis",
|
|
"karsa-mistmere"
|
|
],
|
|
"tags": [
|
|
"script",
|
|
"document",
|
|
"html",
|
|
"xml",
|
|
"property list",
|
|
"plist"
|
|
],
|
|
"categories": [
|
|
"files",
|
|
"development"
|
|
],
|
|
"aliases": [
|
|
{
|
|
"name": "file-code-2",
|
|
"deprecated": true,
|
|
"deprecationReason": "alias.name",
|
|
"toBeRemovedInVersion": "v1.0"
|
|
}
|
|
]
|
|
}
|