mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 12:18:23 +02:00
* fix: add missing use-cases prop on play-off.json * Apply suggestion from @ericfennis --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
27 lines
477 B
JSON
27 lines
477 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"colebemis",
|
|
"karsa-mistmere",
|
|
"Ahmed-Dghaies"
|
|
],
|
|
"use-cases": [
|
|
"Indicates that playback is disabled for video, live stream, or audio file",
|
|
"Indicates that video, live stream, or audio file cannot be played."
|
|
],
|
|
"tags": [
|
|
"audio",
|
|
"video",
|
|
"music",
|
|
"start",
|
|
"run",
|
|
"off",
|
|
"disabled",
|
|
"blocked",
|
|
"forbidden"
|
|
],
|
|
"categories": [
|
|
"multimedia"
|
|
]
|
|
}
|