mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 19:56:25 +01:00
* Add `replace` icon * Add `replace-all` icon * Add `case-sensitive` icon * Add `case-upper` icon * Add `case-lower` icon * Add `whole-word` icon * Add `text-selection` icon * Add `space` icon
12 lines
130 B
JSON
12 lines
130 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"tags": [
|
|
"find",
|
|
"search"
|
|
],
|
|
"categories": [
|
|
"text",
|
|
"cursors"
|
|
]
|
|
}
|