feat(icons): added 'robot-vacuum' icon (#4599)

* 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>
This commit is contained in:
Benjamin Haube
2026-08-28 03:07:35 -04:00
committed by GitHub
parent a79d711591
commit 06e26d6ff1
2 changed files with 59 additions and 0 deletions

39
icons/robot-vacuum.json Normal file
View File

@@ -0,0 +1,39 @@
{
"$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"
]
}

20
icons/robot-vacuum.svg Normal file
View File

@@ -0,0 +1,20 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M11 17h2" />
<path d="M12 12h.01" />
<path d="M17 12a5 5 0 00-10 0" />
<path d="M19 2v2.8" />
<path d="M2 5h2.8" />
<path d="M22 5h-2.8" />
<path d="M5 2v2.8" />
<circle cx="12" cy="12" r="10" />
</svg>

After

Width:  |  Height:  |  Size: 429 B