Files
lucide/icons/square-dashed-text.json
Jakob Guddas 43c76b1f08 fix(icons): renamed text-select to square-dashed-text (#3943)
* fix(icons): renamed `text-select` to `square-dashed-text`

* Update square-dashed-text.json

* Update square-dashed-text.json

---------

Co-authored-by: Karsa <contact@karsa.org>
2026-03-30 09:15:51 +02:00

31 lines
519 B
JSON

{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"find",
"search",
"selection",
"dashed"
],
"categories": [
"text",
"cursors"
],
"aliases": [
{
"name": "text-selection",
"deprecationReason": "alias.name",
"deprecated": true,
"toBeRemovedInVersion": "v1.0"
},
{
"name": "text-select",
"deprecated": true,
"deprecationReason": "alias.name",
"toBeRemovedInVersion": "v1.0"
}
]
}