mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 10:24:49 +02:00
* 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>
31 lines
519 B
JSON
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"
|
|
}
|
|
]
|
|
}
|