mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-07-12 09:39:53 +02:00
33 lines
592 B
JSON
33 lines
592 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"ericfennis",
|
|
"csandman",
|
|
"domingasp",
|
|
"jguddas"
|
|
],
|
|
"use-cases": [
|
|
"Hiding the cursor in fullscreen apps or presentations",
|
|
"Marking non-interactive elements that cannot be clicked",
|
|
"Indicating disabled pointer input, e.g. in games or modal dialogs"
|
|
],
|
|
"tags": [
|
|
"pointer",
|
|
"mouse",
|
|
"cursor",
|
|
"off",
|
|
"disable",
|
|
"arrow",
|
|
"navigation",
|
|
"selection",
|
|
"select",
|
|
"click",
|
|
"no-click",
|
|
"interaction"
|
|
],
|
|
"categories": [
|
|
"arrows",
|
|
"cursors"
|
|
]
|
|
}
|