mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 12:24:52 +02: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
31 lines
393 B
JSON
31 lines
393 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"danielbayley"
|
|
],
|
|
"tags": [
|
|
"album",
|
|
"music",
|
|
"songs",
|
|
"format",
|
|
"cd",
|
|
"dvd",
|
|
"vinyl",
|
|
"sleeve",
|
|
"cover",
|
|
"platinum",
|
|
"compilation",
|
|
"ep",
|
|
"recording",
|
|
"playback",
|
|
"spin",
|
|
"rotate",
|
|
"rpm",
|
|
"dj"
|
|
],
|
|
"categories": [
|
|
"devices",
|
|
"multimedia"
|
|
]
|
|
}
|