mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:28:24 +02:00
* Remove toBeRemovedInVersion from icons and make optional in schema * fix(build-icons): align alias deprecation type with schema optional removal version --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
30 lines
462 B
JSON
30 lines
462 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"danielbayley"
|
|
],
|
|
"use-cases": [],
|
|
"tags": [
|
|
"find",
|
|
"search",
|
|
"selection",
|
|
"dashed"
|
|
],
|
|
"categories": [
|
|
"text",
|
|
"cursors"
|
|
],
|
|
"aliases": [
|
|
{
|
|
"name": "text-selection",
|
|
"deprecationReason": "alias.name",
|
|
"deprecated": true
|
|
},
|
|
{
|
|
"name": "text-select",
|
|
"deprecated": true,
|
|
"deprecationReason": "alias.name"
|
|
}
|
|
]
|
|
}
|