mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-29 00:26:20 +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
13 lines
147 B
JSON
13 lines
147 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"tags": [
|
|
"search",
|
|
"substitute",
|
|
"swap",
|
|
"change"
|
|
],
|
|
"categories": [
|
|
"text"
|
|
]
|
|
}
|