mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-07-10 16:49:21 +02:00
34 lines
573 B
JSON
34 lines
573 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"danielbayley"
|
|
],
|
|
"use-cases": [
|
|
"Selecting or finding text"
|
|
],
|
|
"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"
|
|
}
|
|
]
|
|
}
|