aboutsummaryrefslogtreecommitdiff
path: root/themes/materia-cyberpunk-neon/gnome-shell/assets/toggle-off.svg
diff options
context:
space:
mode:
Diffstat (limited to 'themes/materia-cyberpunk-neon/gnome-shell/assets/toggle-off.svg')
-rw-r--r--themes/materia-cyberpunk-neon/gnome-shell/assets/toggle-off.svg13
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/materia-cyberpunk-neon/gnome-shell/assets/toggle-off.svg b/themes/materia-cyberpunk-neon/gnome-shell/assets/toggle-off.svg
new file mode 100644
index 0000000..d2b46d7
--- /dev/null
+++ b/themes/materia-cyberpunk-neon/gnome-shell/assets/toggle-off.svg
@@ -0,0 +1,13 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="40" height="24" viewBox="0 0 40 24">
+ <defs>
+ <filter id="shadow-z1" color-interpolation-filters="sRGB">
+ <feFlood flood-color="#000" flood-opacity=".5" result="flood"/>
+ <feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1"/>
+ <feGaussianBlur in="composite1" result="blur" stdDeviation="1.5"/>
+ <feOffset dy="1" result="offset"/>
+ <feComposite in="SourceGraphic" in2="offset" result="composite2"/>
+ </filter>
+ </defs>
+ <rect x="2" y="5" width="36" height="14" ry="7" fill="#fff" fill-opacity=".26"/>
+ <circle cx="12" cy="12" r="10" fill="#a0a0a0" filter="url(#shadow-z1)"/>
+</svg>