feat(icons): added cctv-off icon (#4162)

* Added icons/cctv-off.svg

* Added icons/cctv-off.json
This commit is contained in:
Rodrigo Rodrigues
2026-03-23 08:43:40 -05:00
committed by GitHub
parent 59cf8104ef
commit 4b02cfdc8b
2 changed files with 42 additions and 0 deletions

24
icons/cctv-off.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"karsa-mistmere",
"rrod497"
],
"tags": [
"camera",
"surveillance",
"recording",
"film",
"videotape",
"crime",
"watching"
],
"categories": [
"security",
"devices",
"communication",
"connectivity",
"photography"
]
}

18
icons/cctv-off.svg Normal file
View File

@@ -0,0 +1,18 @@
<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="m12.309 6.652 4.797 2.401a1 1 0 0 1 .447 1.341l-.501 1.001.605.605h2.725a1 1 0 0 1 .894 1.447l-.724 1.448" />
<path d="m15.166 15.166-.719 1.439a1 1 0 0 1-1.342.447L3.61 12.3a2.92 2.92 0 0 1-1.3-3.91L3.69 5.6a2.9 2.9 0 0 1 .873-1.037" />
<path d="M2 19h3.76a2 2 0 0 0 1.8-1.1l1.441-2.902" />
<path d="m2 2 20 20" />
<path d="M2 21v-4" />
<path d="M7 9h.01" />
</svg>

After

Width:  |  Height:  |  Size: 589 B