mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:38:25 +02:00
* feat(icons): add square-off icon * Apply suggestion from @github-actions[bot] Added tags Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Apply suggestion from @github-actions[bot] added categories Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Apply suggestion from @github-actions[bot] added use cases Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update icons/square-off.json update use cases Co-authored-by: Karsa <contact@karsa.org> * Update icons/square-off.svg update code convention Co-authored-by: Karsa <contact@karsa.org> * Update square-off.json --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Karsa <contact@karsa.org>
39 lines
656 B
JSON
39 lines
656 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"colebemis",
|
|
"ericfennis",
|
|
"october-learns"
|
|
],
|
|
"tags": [
|
|
"/",
|
|
"not",
|
|
"slash",
|
|
"off",
|
|
"disabled",
|
|
"inactive",
|
|
"cancel",
|
|
"none",
|
|
"block",
|
|
"forbidden",
|
|
"unavailable",
|
|
"stopped",
|
|
"checkbox",
|
|
"unchecked",
|
|
"toggle",
|
|
"negation",
|
|
"form",
|
|
"ui"
|
|
],
|
|
"categories": [
|
|
"shapes",
|
|
"design"
|
|
],
|
|
"use-cases": [
|
|
"indicating a disabled or unavailable state",
|
|
"marking something as blocked or prohibited",
|
|
"showing a deactivated interface element",
|
|
"representing a closed or inactive component"
|
|
]
|
|
}
|