mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-07-10 17:28:49 +02:00
26 lines
404 B
JSON
26 lines
404 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"danielbayley",
|
|
"jguddas"
|
|
],
|
|
"use-cases": [
|
|
"Representing a pending or draft state",
|
|
"Indicating an open issue or in-progress item"
|
|
],
|
|
"tags": [
|
|
"pending",
|
|
"dot",
|
|
"progress",
|
|
"issue",
|
|
"draft",
|
|
"code",
|
|
"coding",
|
|
"version control"
|
|
],
|
|
"categories": [
|
|
"development",
|
|
"shapes"
|
|
]
|
|
}
|