mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 12:08:25 +02:00
* add icons/robot-vacuum * fix(icons): changed 'robot-vacuum' icon * Update robot-vacuum.json * Update robot-vacuum.svg --------- Co-authored-by: Karsa <contact@karsa.org>
40 lines
824 B
JSON
40 lines
824 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"benhaube",
|
|
"karsa-mistmere"
|
|
],
|
|
"use-cases": [
|
|
"Representing automated floor cleaning on a smart home app control panel",
|
|
"Displaying as a device icon on a local network clients list",
|
|
"Controlling robotic cleaning devices from connected home dashboards",
|
|
"Scheduling recurring vacuum runs in housekeeping apps",
|
|
"Monitoring cleaning progress on mapped floor plans"
|
|
],
|
|
"tags": [
|
|
"appliance",
|
|
"cleaning",
|
|
"household",
|
|
"housekeeping",
|
|
"tool",
|
|
"maintenance",
|
|
"smarthome",
|
|
"sweeping",
|
|
"hygiene",
|
|
"chores",
|
|
"automation",
|
|
"smart home",
|
|
"device",
|
|
"floor",
|
|
"dust",
|
|
"debris",
|
|
"navigation",
|
|
"sensor"
|
|
],
|
|
"categories": [
|
|
"devices",
|
|
"home",
|
|
"tools"
|
|
]
|
|
}
|