mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 21:16:22 +01:00
* Added icons/check-line.svg * Added icons/check-line.json * Inherit contributors from check icon * Fix order of properties --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
18 lines
217 B
JSON
18 lines
217 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"colebemis",
|
|
"oosawy"
|
|
],
|
|
"tags": [
|
|
"done",
|
|
"todo",
|
|
"tick",
|
|
"complete",
|
|
"task"
|
|
],
|
|
"categories": [
|
|
"notifications"
|
|
]
|
|
}
|