mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 20:56:20 +01:00
* Ignore linting for examples in docs * Formatting JSX single attribute per line * Separte `format` and `lint:format` in package.json * Bump prettier version * Run format
42 lines
555 B
JSON
42 lines
555 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"danielbayley"
|
|
],
|
|
"tags": [
|
|
"edit",
|
|
"create",
|
|
"draw",
|
|
"sketch",
|
|
"draft",
|
|
"writer",
|
|
"writing",
|
|
"stationery",
|
|
"artist",
|
|
"measurements",
|
|
"centimeters",
|
|
"cm",
|
|
"millimeters",
|
|
"mm",
|
|
"metre",
|
|
"foot",
|
|
"feet",
|
|
"inches",
|
|
"units",
|
|
"size",
|
|
"length",
|
|
"width",
|
|
"height",
|
|
"dimensions",
|
|
"depth",
|
|
"breadth",
|
|
"extent"
|
|
],
|
|
"categories": [
|
|
"tools",
|
|
"design",
|
|
"layout",
|
|
"text"
|
|
]
|
|
}
|