Files
lucide/icons/square-off.json
October 4c61dc4826 feat(icons): add square-off icon (#4496)
* 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>
2026-07-23 14:00:53 +02:00

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"
]
}