aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-03-31 23:59:08 +0200
committerMattias Andrée <maandree@kth.se>2020-03-31 23:59:08 +0200
commit12a5e8129ab969f9fc18c0bafd6f0ac08bb4014e (patch)
treec88f50e439bb908a820d4d5139808386b2f1611b
parentAdd more icons (diff)
downloadsimple-icon-theme-12a5e8129ab969f9fc18c0bafd6f0ac08bb4014e.tar.gz
simple-icon-theme-12a5e8129ab969f9fc18c0bafd6f0ac08bb4014e.tar.bz2
simple-icon-theme-12a5e8129ab969f9fc18c0bafd6f0ac08bb4014e.tar.xz
Add more icons
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile32
-rw-r--r--TODO39
-rw-r--r--scalable/actions/audio-headphones-disable.svg1
l---------scalable/actions/audio-headphones-enable.svg1
-rw-r--r--scalable/actions/audio-headset-disable.svg1
l---------scalable/actions/audio-headset-enable.svg1
-rw-r--r--scalable/actions/audio-input-microphone-disable-high.svg1
-rw-r--r--scalable/actions/audio-input-microphone-disable-low.svg1
-rw-r--r--scalable/actions/audio-input-microphone-disable-medium.svg1
-rw-r--r--scalable/actions/audio-input-microphone-disable-muted.svg1
-rw-r--r--scalable/actions/audio-input-microphone-disable.svg1
l---------scalable/actions/audio-input-microphone-enable-high.svg1
l---------scalable/actions/audio-input-microphone-enable-low.svg1
l---------scalable/actions/audio-input-microphone-enable-medium.svg1
-rw-r--r--scalable/actions/audio-input-microphone-enable-muted.svg1
l---------scalable/actions/audio-input-microphone-enable.svg1
-rw-r--r--scalable/actions/audio-speakers-disable.svg1
l---------scalable/actions/audio-speakers-enable.svg1
-rw-r--r--scalable/actions/camera-web-disable.svg1
l---------scalable/actions/camera-web-enable.svg1
-rw-r--r--scalable/actions/network-vpn-disable.svg1
l---------scalable/actions/network-vpn-enable.svg1
-rw-r--r--scalable/actions/network-wireless-disable.svg1
l---------scalable/actions/network-wireless-enable.svg1
-rw-r--r--scalable/status/audio-headphones-disabled.svg1
l---------scalable/status/audio-headphones-enabled.svg1
-rw-r--r--scalable/status/audio-headset-disabled.svg1
l---------scalable/status/audio-headset-enabled.svg1
-rw-r--r--scalable/status/audio-speakers-disabled.svg1
l---------scalable/status/audio-speakers-enabled.svg1
-rw-r--r--scalable/status/network-vpn-disabled.svg1
l---------scalable/status/network-vpn-enabled.svg1
-rw-r--r--scalable/status/network-wireless-disabled.svg1
l---------scalable/status/network-wireless-enabled.svg1
34 files changed, 99 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9292636..5991519 100644
--- a/Makefile
+++ b/Makefile
@@ -1433,10 +1433,14 @@ ICONS =\
status/network-wireless-no-route\
status/network-wireless-offline\
status/network-wireless-signal-excellent\
+ status/network-wireless-enabled\
+ actions/network-wireless-enable\
status/nm-device-wireless\
status/nm-signal-100\
status/notification-network-wireless-full\
status/gnome-netstatus-75-100\
+ status/network-wireless-disabled\
+ actions/network-wireless-disable\
status/network-wireless-signal-good\
status/nm-signal-75\
status/notification-network-wireless-high\
@@ -1480,9 +1484,17 @@ ICONS =\
status/media-playlist-shuffle\
status/stock_shuffle\
status/microphone-sensitivity-high\
+ actions/audio-input-microphone-enable-high\
status/microphone-sensitivity-low\
+ actions/audio-input-microphone-enable-low\
status/microphone-sensitivity-medium\
+ actions/audio-input-microphone-enable-medium\
status/microphone-sensitivity-muted\
+ actions/audio-input-microphone-enable-muted\
+ actions/audio-input-microphone-disable-high\
+ actions/audio-input-microphone-disable-low\
+ actions/audio-input-microphone-disable-medium\
+ actions/audio-input-microphone-disable-muted\
status/network-cellular-3g\
status/network-cellular-4g\
status/network-cellular-acquiring\
@@ -1501,6 +1513,10 @@ ICONS =\
status/network-vpn-acquiring\
status/network-vpn\
devices/network-vpn\
+ status/network-vpn-enabled\
+ actions/network-vpn-enabled\
+ status/network-vpn-disabled\
+ actions/network-vpn-disabled\
status/non-starred\
status/printer-error\
actions/gtk-print-error\
@@ -2964,7 +2980,15 @@ ICONS =\
apps/system-config-soundcard\
devices/audio-headphones\
devices/headphones\
+ status/audio-headphones-enabled\
+ actions/audio-headphones-enable\
+ status/audio-headphones-disabled\
+ actions/audio-headphones-disable\
devices/audio-headset\
+ status/audio-headset-enabled\
+ actions/audio-headset-enable\
+ status/audio-headset-disabled\
+ actions/audio-headset-disable\
devices/audio-input-microphone\
devices/gnome-stock-mic\
devices/stock_mic\
@@ -2973,9 +2997,15 @@ ICONS =\
apps/gnome-grecord\
apps/xfce4-mixer-record\
status/microphone-recording\
+ actions/audio-input-microphone-enable\
+ actions/audio-input-microphone-disable\
status/microphone-not-recording\
status/microphone-recording-warning\
devices/audio-speakers\
+ status/audio-speakers-enabled\
+ actions/audio-speakers-enable\
+ status/audio-speakers-disabled
+ actions/audio-speakers-disable
devices/battery\
devices/gnome-dev-battery\
apps/batti\
@@ -2992,7 +3022,9 @@ ICONS =\
apps/camorama\
apps/webcamstudio\
status/camera-web-recording\
+ actions/camera-web-enable\
status/camera-web-not-recording\
+ actions/camera-web-disable
status/camera-web-recording-warning\
devices/colorimeter-colorhug\
devices/computer\
diff --git a/TODO b/TODO
index f34aa31..99f954e 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,38 @@
-grub-customizer: should be a boot with a wrench
-apps/package-*: should probably be in status/
-gtk-[dis]connect: should look like [un]connected powercords
-status/network-cellular-5g needed
+grub-customizer should be a boot with a wrench
+apps/package-* should probably be in status/
+gtk-[dis]connect should look like [un]connected powercords
+status/network-cellular-5g needed
+actions/night-light-enable needed
+actions/night-light-disable needed
+status/uninterruptible-power-supply-running needed
+status/uninterruptible-power-supply-not-running needed
+
+
+Add screen sharing icons:
+ app/screen-share live devices/video-display but with arrows as in actions/webcamsend
+ status/screen-share-enabled
+ status/screen-share-enabled-warning
+ status/screen-share-disabled
+ actions/screen-share-enable
+ actions/screen-share-disable
+
+Need status icons for mail
+
+Add enable/disable/enabled/disabled versions of
+ network-wireless-hotspot
+ phone
+
+Add icons for phones:
+ GPS/location based on actions/mark-location
+ wi-fi calling
+ NFC
+ always on display
+ torch
+ mobile data
+ device visibility
+ performance mode
+ power saving mode
+ tethering
actions/
diff --git a/scalable/actions/audio-headphones-disable.svg b/scalable/actions/audio-headphones-disable.svg
new file mode 100644
index 0000000..618a064
--- /dev/null
+++ b/scalable/actions/audio-headphones-disable.svg
@@ -0,0 +1 @@
+<svg height="16" width="16.000002" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe"><path d="m7.96875 1c-1.1648336 0-2.2524109.3799355-3.1757812.9824219l1.0722656 1.0722656c.6297668-.3236436 1.3384617-.5234344 2.1035156-.5234375 2.485496 0 4.499828 1.82687 4.492188 4.28125-.012359.8833497-.068218 1.5865392-.232422 2.4140625-.070738-.0315881-.140313-.0655313-.216797-.0878906-.02464-.0072033-.049518-.0076057-.074219-.0136719l1.482422 1.482422c.278688-1.0917536.580078-2.558658.580078-3.888672 0-2.8298-2.725794-5.71875-6.03125-5.71875zm-5.6972656 4.1171875c-.1853069.5285365-.2823136 1.0710633-.2714844 1.6015625.04825 2.36557.808593 4.69547 1 5.28125h.0019531l.4882813 1.615234c.2994801.987573 1.3052626 1.558577 2.2539062 1.28125.9486437-.277326 1.4713552-1.29563 1.171875-2.283203l-.6757812-2.224609c-.2994802-.9875726-1.3033094-1.5605298-2.2519532-1.2832032-.1137275.033247-.2214664.0795957-.3222656.1328124-.2256529-1.338206-.1894531-2.3945312-.1894531-2.3945312 0-.1616701.0326292-.3154806.0507813-.4726562zm6.9804687 6.9785155-.1679687.550781c-.2994802.987573.2232317 2.005876 1.1718746 2.283204.544891.159292 1.105051.031543 1.542969-.28711z" stroke-width=".999975"/><path d="m1.980002 1.026713v.004a1.0001 1.000104 0 0 1 .0605-.002 1.0001 1.000104 0 0 1 .6875.302731l11.95508 11.953178a1.0001 1.000104 0 0 1 .28711.921873v.792973h-.88672a1.0001 1.000104 0 0 1 -.81445-.300781l-11.95508-11.953177a1.0001 1.000104 0 0 1 -.30273-.718753v-1.000004h.96875z" stroke-width="1.000002"/></g></svg> \ No newline at end of file
diff --git a/scalable/actions/audio-headphones-enable.svg b/scalable/actions/audio-headphones-enable.svg
new file mode 120000
index 0000000..83b1d97
--- /dev/null
+++ b/scalable/actions/audio-headphones-enable.svg
@@ -0,0 +1 @@
+../status/audio-headphones-enabled.svg \ No newline at end of file
diff --git a/scalable/actions/audio-headset-disable.svg b/scalable/actions/audio-headset-disable.svg
new file mode 100644
index 0000000..5241401
--- /dev/null
+++ b/scalable/actions/audio-headset-disable.svg
@@ -0,0 +1 @@
+<svg height="16.000919" width="16.000002" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe"><path d="m7.96875 0c-1.4180634 0-2.7265008.55604552-3.7558594 1.4023438l1.0332032 1.0332031c.7567605-.5588778 1.6928075-.9042928 2.7226562-.9042969 2.485496 0 4.499828 1.92062 4.492188 4.375-.005972.4267904-.021251.7852028-.052735 1.1230469-.634894-.0830896-1.284729.281985-1.664062.9042969l2.8125 2.8125002.443359.160156-.005859.277344.982421.982422.023438-1.603516v-.34375l-.3125-.125-1.255859-.4628906.11914-.375c.007667-.0241433.008842-.0481371.015625-.0722656.22802-.8013143.433594-1.8833435.433594-3.3710938 0-2.8298-2.725794-5.8125-6.03125-5.8125zm-5.8984375 4.9160156c-.0458669.2684071-.0757338.5369398-.0703125.8027344.0277061 1.3584179.2197108 2.4304694.4394531 3.2675781.0164933.0896215.0338403.1792837.0625.2695313l.4257813 1.3437496c.3121355.982893 1.2390818 1.585789 2.078125 1.351563.8390431-.234226 1.2633074-1.214373.9511718-2.1972658l-.4257812-1.34375c-.0063247-.0199161-.0166139-.037046-.0234375-.0566406l-1.2734375-1.2753906c-.2311455-.0662455-.4710134-.0831526-.7070312-.03125-.0295847-.3995531-.0241423-.4866606-.0292969-.703125zm4.9765625 9.0527344c-.5453437 0-.984375.439031-.984375.984375s.4390313.984375.984375.984375h1.9375c.5287015 0 .9489317-.41539.9746094-.9375h2.1953126l-1-1h-2.0156251c-.0521955-.008488-.0996296-.03125-.1542969-.03125z"/><path d="m1.979792 1.027633v.004a1.0001 1.000104 0 0 1 .0605-.002 1.0001 1.000104 0 0 1 .6875.302731l11.95508 11.953178a1.0001 1.000104 0 0 1 .28711.921873v.792973h-.88672a1.0001 1.000104 0 0 1 -.81445-.300781l-11.95508-11.953177a1.0001 1.000104 0 0 1 -.30273-.718753v-1.000004h.96875z" stroke-width="1.000002"/></g></svg> \ No newline at end of file
diff --git a/scalable/actions/audio-headset-enable.svg b/scalable/actions/audio-headset-enable.svg
new file mode 120000
index 0000000..d018647
--- /dev/null
+++ b/scalable/actions/audio-headset-enable.svg
@@ -0,0 +1 @@
+../status/audio-headset-enabled.svg \ No newline at end of file
diff --git a/scalable/actions/audio-input-microphone-disable-high.svg b/scalable/actions/audio-input-microphone-disable-high.svg
new file mode 100644
index 0000000..b1c4a19
--- /dev/null
+++ b/scalable/actions/audio-input-microphone-disable-high.svg
@@ -0,0 +1 @@
+<svg height="16.001951" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe"><path d="m15.000197 7.9999943a2.0000001 1.9999943 0 1 1 -4 0 2.0000001 1.9999943 0 1 1 4 0z" stroke-width="1.032257"/><path d="m15.000197 2.9999943a2.0000001 1.9999943 0 1 1 -4 0 2.0000001 1.9999943 0 1 1 4 0z" stroke-width="1.032257"/><path d="m1.979667 1.027811v.004a1.0001 1.000104 0 0 1 .0605-.002 1.0001 1.000104 0 0 1 .6875.302731l11.95508 11.953177a1.0001 1.000104 0 0 1 .28711.921873v.792973h-.88672a1.0001 1.000104 0 0 1 -.81445-.300781l-11.95508-11.953176a1.0001 1.000104 0 0 1 -.30273-.718753v-1.000004h.96875z" stroke-width="1.000002"/><path d="m5.453.98828c-.4740596 0-.9121523.137861-1.2890625.365235l3.7890625 3.789062v-1.654297c0-1.385-1.115-2.5-2.5-2.5zm-4 4.013672c-.27614 0-.5.22386-.5.5v2.968749c0 1.968381 1.25801 3.62455 3 4.25v1.28125h-2c-.56475 0-1 .49007-1 1v1h.84375 2.15625 5 .09375.90625v-1c-.00006-.58435-.47642-.99995-1-1h-2v-1.28125c.6771661-.243132 1.2782443-.645769 1.7636719-1.158203l-.6855469-.685546c-.6443561.690106-1.5569085 1.124999-2.578125 1.124999-1.9523 0-3.5-1.567099-3.5-3.53125v-2.968749c0-.27614-.22386-.5-.5-.5zm8 0c-.27614 0-.5.22386-.5.5 0 .069.00605.12768.03125.1875v.484375l.96875.96875v-1.640625c0-.27614-.22386-.5-.5-.5zm-6.5.796875v2.703124c0 1.385 1.115 2.5 2.5 2.5.7441461 0 1.4041329-.329103 1.8613281-.841796z"/></g></svg> \ No newline at end of file
diff --git a/scalable/actions/audio-input-microphone-disable-low.svg b/scalable/actions/audio-input-microphone-disable-low.svg
new file mode 100644
index 0000000..7767e7e
--- /dev/null
+++ b/scalable/actions/audio-input-microphone-disable-low.svg
@@ -0,0 +1 @@
+<svg height="16.001099" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe"><path d="m13.0002 1c-1.10457 0-2 .89543-2 2s.89543 2 2 2 2-.89543 2-2-.89543-2-2-2zm0 1c.55228 0 1 .44771 1 1 0 .55228-.44772 1-1 1-.55229 0-1-.44772-1-1 0-.55229.44771-1 1-1z" opacity=".5"/><path d="m13.0002 6c-1.10457 0-2 .89543-2 2s.89543 2 2 2 2-.89543 2-2-.89543-2-2-2zm0 1c.55228 0 1 .44771 1 1 0 .55228-.44772 1-1 1s-1-.44772-1-1c0-.55229.44772-1 1-1z" opacity=".5"/><path d="m1.979792 1.0269576v.004a1.0001 1.000104 0 0 1 .0605-.002 1.0001 1.000104 0 0 1 .6875.302731l11.95508 11.9531784a1.0001 1.000104 0 0 1 .28711.921873v.792973h-.88672a1.0001 1.000104 0 0 1 -.81445-.300781l-11.95508-11.9531774a1.0001 1.000104 0 0 1 -.30273-.718753v-1.000004h.96875z" stroke-width="1.000002"/><path d="m5.453125.98742663c-.4740596 0-.9121523.13786097-1.2890625.36523497l3.7890625 3.789062v-1.654297c0-1.385-1.115-2.49999997-2.5-2.49999997zm-4 4.01367197c-.27614 0-.5.22386-.5.5v2.96875c0 1.9683804 1.25801 3.6245504 3 4.2500004v1.28125h-2c-.56475 0-1 .49007-1 1v1h.84375 2.15625 5 .09375.90625v-1c-.00006-.58435-.47642-.99995-1-1h-2v-1.28125c.6771661-.243132 1.2782443-.645769 1.7636719-1.158203l-.6855469-.685547c-.6443561.690107-1.5569085 1.125-2.578125 1.125-1.9523 0-3.5-1.5671-3.5-3.5312504v-2.96875c0-.27614-.22386-.5-.5-.5zm8 0c-.27614 0-.5.22386-.5.5 0 .069.00605.12768.03125.1875v.484375l.96875.96875v-1.640625c0-.27614-.22386-.5-.5-.5zm-6.5.796875v2.703125c0 1.385 1.115 2.5000004 2.5 2.5000004.7441461 0 1.4041329-.329104 1.8613281-.841797z"/></g></svg> \ No newline at end of file
diff --git a/scalable/actions/audio-input-microphone-disable-medium.svg b/scalable/actions/audio-input-microphone-disable-medium.svg
new file mode 100644
index 0000000..d28d2ac
--- /dev/null
+++ b/scalable/actions/audio-input-microphone-disable-medium.svg
@@ -0,0 +1 @@
+<svg height="16.001099" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe"><path d="m13.0002 1c-1.10457 0-2 .89543-2 2s.89543 2 2 2 2-.89543 2-2-.89543-2-2-2zm0 1c.55228 0 1 .44771 1 1 0 .55228-.44772 1-1 1s-1-.44772-1-1c0-.55229.44772-1 1-1z" opacity=".5"/><path d="m15.000197 7.9999943a2.0000001 1.9999943 0 1 1 -4 0 2.0000001 1.9999943 0 1 1 4 0z" stroke-width="1.032257"/><path d="m1.979667 1.026958v.004a1.0001 1.000104 0 0 1 .0605-.002 1.0001 1.000104 0 0 1 .6875.302731l11.95508 11.953178a1.0001 1.000104 0 0 1 .28711.921873v.792973h-.88672a1.0001 1.000104 0 0 1 -.81445-.300781l-11.95508-11.953177a1.0001 1.000104 0 0 1 -.30273-.718753v-1.000004h.96875z" stroke-width="1.000002"/><path d="m5.453.987427c-.4740596 0-.9121523.137861-1.2890625.365235l3.7890625 3.789062v-1.654297c0-1.385-1.115-2.5-2.5-2.5zm-4 4.013672c-.27614 0-.5.22386-.5.5v2.96875c0 1.96838 1.25801 3.62455 3 4.25v1.28125h-2c-.56475 0-1 .49007-1 1v1h.84375 2.15625 5 .09375.90625v-1c-.00006-.58435-.47642-.99995-1-1h-2v-1.28125c.6771661-.243132 1.2782443-.645769 1.7636719-1.158203l-.6855469-.685547c-.6443561.690107-1.5569085 1.125-2.578125 1.125-1.9523 0-3.5-1.5671-3.5-3.53125v-2.96875c0-.27614-.22386-.5-.5-.5zm8 0c-.27614 0-.5.22386-.5.5 0 .069.00605.12768.03125.1875v.484375l.96875.96875v-1.640625c0-.27614-.22386-.5-.5-.5zm-6.5.796875v2.703125c0 1.385 1.115 2.5 2.5 2.5.7441461 0 1.4041329-.329104 1.8613281-.841797z"/></g></svg> \ No newline at end of file
diff --git a/scalable/actions/audio-input-microphone-disable-muted.svg b/scalable/actions/audio-input-microphone-disable-muted.svg
new file mode 100644
index 0000000..4a9479e
--- /dev/null
+++ b/scalable/actions/audio-input-microphone-disable-muted.svg
@@ -0,0 +1 @@
+<svg height="16.001099" width="16.0002" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe"><path d="m13.0002.99193c-1.09865 0-2.00806.90942-2.00806 2.00807s.90941 2.00806 2.00806 2.00806 2.00806-.90941 2.00806-2.00806-.90941-2.00807-2.00806-2.00807zm0 1.01613c.55821 0 .99193.43373.99193.99194s-.43372.99193-.99193.99193-.99193-.43372-.99193-.99193.43372-.99194.99193-.99194z" opacity=".5"/><path d="m13.00019 5.99193c-1.09865 0-2.00806.90941-2.00806 2.00806s.90941 2.00807 2.00806 2.00807 2.00807-.90942 2.00807-2.00807-.90942-2.00806-2.00807-2.00806zm0 1.01613c.55821 0 .99194.43373.99194.99193 0 .55821-.43373.99194-.99194.99194s-.99193-.43373-.99193-.99194c0-.5582.43372-.99193.99193-.99193z" opacity=".5"/><path d="m1.979667 1.026958v.004a1.0001 1.000104 0 0 1 .0605-.002 1.0001 1.000104 0 0 1 .6875.302731l11.95508 11.953178a1.0001 1.000104 0 0 1 .28711.921873v.792973h-.88672a1.0001 1.000104 0 0 1 -.81445-.300781l-11.95508-11.953177a1.0001 1.000104 0 0 1 -.30273-.718753v-1.000004h.96875z" stroke-width="1.000002"/><path d="m5.453.987427c-.4740596 0-.9121523.137861-1.2890625.365235l3.7890625 3.789062v-1.654297c0-1.385-1.115-2.5-2.5-2.5zm-4 4.013672c-.27614 0-.5.22386-.5.5v2.96875c0 1.96838 1.25801 3.62455 3 4.25v1.28125h-2c-.56475 0-1 .49007-1 1v1h.84375 2.15625 5 .09375.90625v-1c-.00006-.58435-.47642-.99995-1-1h-2v-1.28125c.6771661-.243132 1.2782443-.645769 1.7636719-1.158203l-.6855469-.685547c-.6443561.690107-1.5569085 1.125-2.578125 1.125-1.9523 0-3.5-1.5671-3.5-3.53125v-2.96875c0-.27614-.22386-.5-.5-.5zm8 0c-.27614 0-.5.22386-.5.5 0 .069.00605.12768.03125.1875v.484375l.96875.96875v-1.640625c0-.27614-.22386-.5-.5-.5zm-6.5.796875v2.703125c0 1.385 1.115 2.5 2.5 2.5.7441461 0 1.4041329-.329104 1.8613281-.841797z"/></g></svg> \ No newline at end of file
diff --git a/scalable/actions/audio-input-microphone-disable.svg b/scalable/actions/audio-input-microphone-disable.svg
new file mode 100644
index 0000000..4e31a09
--- /dev/null
+++ b/scalable/actions/audio-input-microphone-disable.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe"><path d="m7.5.98632812c-1.0051879 0-1.8620511.59176748-2.2597656 1.44335938l4.7597656 4.7578125v-3.7011719c0-1.385-1.115-2.49999998-2.5-2.49999998zm4 4.01367188c-.27614 0-.5.22386-.5.5 0 .069.00605.12768.03125.1875v2.53125l.916016.9179688c.032396-.2179929.052734-.440531.052734-.6679688v-2.96875c0-.27614-.22386-.5-.5-.5zm-8.5.8457031v2.6230469c0 1.96838 1.25801 3.62455 3 4.25v1.28125h-2c-.56475 0-1 .49007-1 1v1h.84375 2.15625 5 .09375.90625v-1c-.000007-.070862-.025812-.129853-.039062-.195312l-.767579-.765626c-.064744-.013178-.126151-.039056-.193359-.039062h-2v-1.28125c.2089107-.075008.4098615-.166114.6035156-.269531l-.7246094-.726563c-.4236506.178686-.8892685.277344-1.3789062.277344-1.9523 0-3.5-1.5671-3.5-3.53125v-1.6230469zm2 2v.6542969c0 1.385 1.115 2.5 2.5 2.5.2012527 0 .394773-.029726.5820312-.074219z"/><path d="m1.979792 1.0267131v.004a1.0001 1.000104 0 0 1 .0605-.002 1.0001 1.000104 0 0 1 .6875.302731l11.95508 11.9531779a1.0001 1.000104 0 0 1 .28711.921873v.792973h-.88672a1.0001 1.000104 0 0 1 -.81445-.300781l-11.95508-11.9531769a1.0001 1.000104 0 0 1 -.30273-.718753v-1.000004h.96875z" stroke-width="1.000002"/></g></svg> \ No newline at end of file
diff --git a/scalable/actions/audio-input-microphone-enable-high.svg b/scalable/actions/audio-input-microphone-enable-high.svg
new file mode 120000
index 0000000..2c86223
--- /dev/null
+++ b/scalable/actions/audio-input-microphone-enable-high.svg
@@ -0,0 +1 @@
+../status/microphone-sensitivity-high.svg \ No newline at end of file
diff --git a/scalable/actions/audio-input-microphone-enable-low.svg b/scalable/actions/audio-input-microphone-enable-low.svg
new file mode 120000
index 0000000..0c51f00
--- /dev/null
+++ b/scalable/actions/audio-input-microphone-enable-low.svg
@@ -0,0 +1 @@
+../status/microphone-sensitivity-low.svg \ No newline at end of file
diff --git a/scalable/actions/audio-input-microphone-enable-medium.svg b/scalable/actions/audio-input-microphone-enable-medium.svg
new file mode 120000
index 0000000..fc53868
--- /dev/null
+++ b/scalable/actions/audio-input-microphone-enable-medium.svg
@@ -0,0 +1 @@
+../status/microphone-sensitivity-medium.svg \ No newline at end of file
diff --git a/scalable/actions/audio-input-microphone-enable-muted.svg b/scalable/actions/audio-input-microphone-enable-muted.svg
new file mode 100644
index 0000000..3ef4b40
--- /dev/null
+++ b/scalable/actions/audio-input-microphone-enable-muted.svg
@@ -0,0 +1 @@
+<svg height="16.001099" width="16.0002" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m21 281h14v11h-14z"/></clipPath><g fill="#bebebe"><rect height="10.012877" rx="2.5" width="5" x="3" y=".987122"/><path clip-path="url(#a)" d="m27.96875 273.625c-2.502477 0-4.53125 2.02877-4.53125 4.53125v5.8125c0 2.50248 2.028773 4.53125 4.53125 4.53125s4.53125-2.02877 4.53125-4.53125v-5.8125c0-2.50248-2.028773-4.53125-4.53125-4.53125zm0 1c1.964148 0 3.53125 1.5671 3.53125 3.53125v5.8125c0 1.96415-1.567102 3.53125-3.53125 3.53125s-3.53125-1.5671-3.53125-3.53125v-5.8125c0-1.96415 1.567102-3.53125 3.53125-3.53125z" transform="matrix(.993968 0 0 1 -22.293101 -275.48613)"/><path d="m2 5.5a.5.5 0 1 1 -1 0 .5.5 0 1 1 1 0z" stroke-width=".5"/><path d="m10 5.5a.5.5 0 1 1 -1 0 .5.5 0 1 1 1 0z" stroke-width=".5"/><path d="m1.90625 14a1.001098 1.001098 0 1 0 .09375 2h7a1.0001 1.0001 0 1 0 0-2h-7a1.0001 1.0001 0 0 0 -.0937 0z"/><path d="m1 15h9.0002v1h-9.0002z"/><path d="m4 12h3v4h-3z"/><path d="m13.0002.99193c-1.09865 0-2.00806.90942-2.00806 2.00807s.90941 2.00806 2.00806 2.00806 2.00806-.90941 2.00806-2.00806-.90941-2.00807-2.00806-2.00807zm0 1.01613c.55821 0 .99193.43373.99193.99194s-.43372.99193-.99193.99193-.99193-.43372-.99193-.99193.43372-.99194.99193-.99194z" opacity=".5"/><path d="m13.00019 5.99193c-1.09865 0-2.00806.90941-2.00806 2.00806s.90941 2.00807 2.00806 2.00807 2.00807-.90942 2.00807-2.00807-.90942-2.00806-2.00807-2.00806zm0 1.01613c.55821 0 .99194.43373.99194.99193 0 .55821-.43373.99194-.99194.99194s-.99193-.43373-.99193-.99194c0-.5582.43372-.99193.99193-.99193z" opacity=".5"/><path d="m13.00019 10.984969c-1.09865 0-2.00806.90941-2.00806 2.00806s.90941 2.00807 2.00806 2.00807 2.00807-.90942 2.00807-2.00807-.90942-2.00806-2.00807-2.00806zm0 1.01613c.55821 0 .99194.43373.99194.99193 0 .55821-.43373.99194-.99194.99194s-.99193-.43373-.99193-.99194c0-.5582.43372-.99193.99193-.99193z" opacity=".5"/></g></svg> \ No newline at end of file
diff --git a/scalable/actions/audio-input-microphone-enable.svg b/scalable/actions/audio-input-microphone-enable.svg
new file mode 120000
index 0000000..f1730f5
--- /dev/null
+++ b/scalable/actions/audio-input-microphone-enable.svg
@@ -0,0 +1 @@
+../status/microphone-recording.svg \ No newline at end of file
diff --git a/scalable/actions/audio-speakers-disable.svg b/scalable/actions/audio-speakers-disable.svg
new file mode 100644
index 0000000..374da3f
--- /dev/null
+++ b/scalable/actions/audio-speakers-disable.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe"><path d="m12.029297.98632812a1.0001 1.0001 0 0 0 -.154297.01367188 1.0001 1.0001 0 0 0 -.59375.28125l-2 2a1.016466 1.016466 0 0 0 -.28125.8984375v.8203125h.8242188a1.016466 1.016466 0 0 0 .8945312-.28125l2-2a1.0001 1.0001 0 0 0 -.689453-1.73242188zm-5.576172 1.01367188-.8164062.8261719 1.3632812 1.3632812v-2.1738281zm-5.453125 3v6h2.484375l3.0410156 3.015625h.4746094v-4.171875l-4.8457031-4.84375zm8.90625 2a1.001098 1.001098 0 0 0 -.0859375.0078125l2.0058595 2.0058594 2.205078.0175781a1.0001 1.0001 0 1 0 0-2l-4.03125-.03125a1.0001 1.0001 0 0 0 -.09375 0zm-.9316406 4.818359a1.0001 1.0001 0 0 0 .3066406.900391l2 2a1.016466 1.016466 0 0 0 .878906.285156z"/><path d="m1.980002 1.026713v.004a1.0001 1.000104 0 0 1 .0605-.002 1.0001 1.000104 0 0 1 .6875.302731l11.95508 11.953178a1.0001 1.000104 0 0 1 .28711.921873v.792973h-.88672a1.0001 1.000104 0 0 1 -.81445-.300781l-11.95508-11.953177a1.0001 1.000104 0 0 1 -.30273-.718753v-1.000004h.96875z" stroke-width="1.000002"/></g></svg> \ No newline at end of file
diff --git a/scalable/actions/audio-speakers-enable.svg b/scalable/actions/audio-speakers-enable.svg
new file mode 120000
index 0000000..904414d
--- /dev/null
+++ b/scalable/actions/audio-speakers-enable.svg
@@ -0,0 +1 @@
+../status/audio-speakers-enabled.svg \ No newline at end of file
diff --git a/scalable/actions/camera-web-disable.svg b/scalable/actions/camera-web-disable.svg
new file mode 100644
index 0000000..7122e67
--- /dev/null
+++ b/scalable/actions/camera-web-disable.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe"><path d="m6.8105469 4 4.1894531 4.1875v-3.1875c0-.554-.446111-1-1-1zm-5.4121094.2421875c-.2195012.1831502-.3671875.4482464-.3671875.7578125v7c0 .554.4461108 1 1 1h7.96875c.045669 0 .084895-.019516.128906-.025391z"/><path d="m14.46875 5-3.328125 3.328125 3.671875 3.671875h.1875v-7z"/><path d="m1.979792 1.026713v.004a1.0001 1.000104 0 0 1 .0605-.002 1.0001 1.000104 0 0 1 .6875.302731l11.95508 11.953178a1.0001 1.000104 0 0 1 .28711.921873v.792973h-.88672a1.0001 1.000104 0 0 1 -.81445-.300781l-11.95508-11.953177a1.0001 1.000104 0 0 1 -.30273-.718753v-1.000004h.96875z" stroke-width="1.000002"/></g></svg> \ No newline at end of file
diff --git a/scalable/actions/camera-web-enable.svg b/scalable/actions/camera-web-enable.svg
new file mode 120000
index 0000000..d591df7
--- /dev/null
+++ b/scalable/actions/camera-web-enable.svg
@@ -0,0 +1 @@
+../status/camera-web-recording.svg \ No newline at end of file
diff --git a/scalable/actions/network-vpn-disable.svg b/scalable/actions/network-vpn-disable.svg
new file mode 100644
index 0000000..d74ee6e
--- /dev/null
+++ b/scalable/actions/network-vpn-disable.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe"><path d="m8 1c-1.1266087 0-2.1047387.6432775-2.6171875 1.5722656l1.6171875 1.6171875v-.1894531c0-.56412.43587-1 1-1s1 .43588 1 1v1h-1.1894531l4.1894531 4.1875v-4.1875h-1v-1c0-1.645-1.35499-3-3-3zm-4 5.8457031v4.1542969h3v2h-5v2h10.15625l-2-2h-1.15625v-1.15625z"/><path d="m1.980002 1.026713v.004a1.0001 1.000104 0 0 1 .0605-.002 1.0001 1.000104 0 0 1 .6875.302731l11.95508 11.953178a1.0001 1.000104 0 0 1 .28711.921873v.792973h-.88672a1.0001 1.000104 0 0 1 -.81445-.300781l-11.95508-11.953177a1.0001 1.000104 0 0 1 -.30273-.718753v-1.000004h.96875z" stroke-width="1.000002"/></g></svg> \ No newline at end of file
diff --git a/scalable/actions/network-vpn-enable.svg b/scalable/actions/network-vpn-enable.svg
new file mode 120000
index 0000000..6d12aff
--- /dev/null
+++ b/scalable/actions/network-vpn-enable.svg
@@ -0,0 +1 @@
+../status/network-vpn-enabled.svg \ No newline at end of file
diff --git a/scalable/actions/network-wireless-disable.svg b/scalable/actions/network-wireless-disable.svg
new file mode 100644
index 0000000..b4441fb
--- /dev/null
+++ b/scalable/actions/network-wireless-disable.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe"><path d="m8 2c-1.0008783 0-1.940186.1327965-2.8222656.3671875l1.703125 1.703125c.3587862-.0415905.7276774-.0703125 1.1191406-.0703125 2.29992 0 4.000251.77953 5.519531 2h1.480469v-1.3808594c-1.64044-1.46575-4.18578-2.6191406-7-2.6191406zm-6.5878906 2.2578125c-.1379694.108561-.2796671.2132642-.4121094.328125v1.4140625h1.4804688c.1245478-.1036746.2516943-.1984753.3789062-.2949219zm6.5878906.7421875c-.0617303 0-.1204322.0066181-.1816406.0078125l2.6249996 2.625c.194622.1121306.38243.2318304.556641.3671875h2v-1c-.99478-1.2229-2.8734-2-5-2zm-4.4277344 1.4179688c-.2105385.1809232-.4080844.3707755-.5722656.5820312v1h2c.0293316-.0225541.0639123-.0385912.09375-.0605469zm2.109375 2.109375c-.240464.1324675-.4692033.2862057-.6816406.4726562v1h2.15625zm2.375 2.4726562a1.9999995 1.9999995 0 0 0 -2.0566406 2 2 2 0 0 0 4 0 1.9999995 1.9999995 0 0 0 -.0078125-.164062l-1.8300781-1.830079a1.9999995 1.9999995 0 0 0 -.1054688-.005859z" stroke-width="2"/><path d="m1.9800016 1.026713v.004a1.0001 1.000104 0 0 1 .0605-.002 1.0001 1.000104 0 0 1 .6875.302731l11.9550804 11.953178a1.0001 1.000104 0 0 1 .28711.921873v.792973h-.88672a1.0001 1.000104 0 0 1 -.81445-.300781l-11.9550804-11.953177a1.0001 1.000104 0 0 1 -.30273-.718753v-1.000004h.96875z" stroke-width="1.000002"/></g></svg> \ No newline at end of file
diff --git a/scalable/actions/network-wireless-enable.svg b/scalable/actions/network-wireless-enable.svg
new file mode 120000
index 0000000..e0354b6
--- /dev/null
+++ b/scalable/actions/network-wireless-enable.svg
@@ -0,0 +1 @@
+../status/network-wireless-enabled.svg \ No newline at end of file
diff --git a/scalable/status/audio-headphones-disabled.svg b/scalable/status/audio-headphones-disabled.svg
new file mode 100644
index 0000000..749f324
--- /dev/null
+++ b/scalable/status/audio-headphones-disabled.svg
@@ -0,0 +1 @@
+<svg height="16" width="16.000002" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe" opacity=".35" transform="translate(-61.0002 -467)"><rect height="6.051684" rx="1.862784" transform="matrix(.95982607 -.28059566 .29019891 .95696635 0 0)" width="3.568049" x="-77.762108" y="475.23813"/><path d="m68.968788 468c-3.305456 0-6.023914 3.00835-5.968586 5.71875.04825 2.36557.808593 4.69547 1 5.28125h1.525504c-1.16149-2.29152-1.049064-5.1562-1.049064-5.1562 0-2.37255 2.006651-4.31249 4.492146-4.3125 2.485496 0 4.499787 1.82687 4.492147 4.28125-.02342 1.67413-.171684 2.65858-1.005236 5.1875h1.570681c.224499-.64458.973822-3.19046.973822-5.28125 0-2.8298-2.725958-5.71875-6.031414-5.71875z"/><rect height="6.051684" rx="1.862784" transform="matrix(-.95982607 -.28059566 -.29019891 .95696635 0 0)" width="3.568049" x="-209.83998" y="436.54532"/></g></svg> \ No newline at end of file
diff --git a/scalable/status/audio-headphones-enabled.svg b/scalable/status/audio-headphones-enabled.svg
new file mode 120000
index 0000000..09af024
--- /dev/null
+++ b/scalable/status/audio-headphones-enabled.svg
@@ -0,0 +1 @@
+../devices/audio-headphones.svg \ No newline at end of file
diff --git a/scalable/status/audio-headset-disabled.svg b/scalable/status/audio-headset-disabled.svg
new file mode 100644
index 0000000..9c48ed8
--- /dev/null
+++ b/scalable/status/audio-headset-disabled.svg
@@ -0,0 +1 @@
+<svg height="16.000919" width="16.000002" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe" opacity=".35" transform="translate(-81.0002 -466.99908)"><path d="m88.968788 466.99908c-3.305456 0-6.023869 3.00835-5.968586 5.71875.06164 3.02218.933593 4.69547 1.125 5.28125h1.400504c-1.16149-2.29152-1.049064-5.1562-1.049064-5.1562 0-2.37255 2.006651-4.31249 4.492146-4.3125 2.485496 0 4.499787 1.92062 4.492147 4.375-.02342 1.67413-.171684 2.28358-1.005236 4.8125h1.570681c.224499-.64458.973822-2.06546.973822-4.90625 0-2.8298-2.725958-5.8125-6.031414-5.8125z"/><rect height="5.131926" rx="1.861791" ry="1.861489" transform="matrix(-.96317422 -.26887809 -.3026725 .95309462 0 0)" width="3.144848" x="-234.4108" y="431.70209"/><rect height="5.131926" rx="1.861791" ry="1.861489" transform="matrix(.96317422 -.26887809 .3026725 .95309462 0 0)" width="3.144848" x="-64.604736" y="479.60641"/><rect height="1.96875" rx=".984375" width="3.90625" x="87.062698" y="480.96875"/><path d="m93.59375 476.40625a.50005.50005 0 0 0 -.0625.96875l1.46875.53125-.03125 1.75c-.0049.53205-.135886.86771-.3125 1.0625s-.401886.28125-.71875.28125h-4.15625a.50005.50005 0 1 0 0 1h4.15625c.547554 0 1.092669-.21022 1.46875-.625s.555999-1.00902.5625-1.71875l.03125-2.09375v-.34375l-.3125-.125-1.78125-.65625a.50005.50005 0 0 0 -.3125-.0312z"/></g></svg> \ No newline at end of file
diff --git a/scalable/status/audio-headset-enabled.svg b/scalable/status/audio-headset-enabled.svg
new file mode 120000
index 0000000..1b66495
--- /dev/null
+++ b/scalable/status/audio-headset-enabled.svg
@@ -0,0 +1 @@
+../devices/audio-headset.svg \ No newline at end of file
diff --git a/scalable/status/audio-speakers-disabled.svg b/scalable/status/audio-speakers-disabled.svg
new file mode 100644
index 0000000..ced37bd
--- /dev/null
+++ b/scalable/status/audio-speakers-disabled.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe" opacity=".35" transform="translate(-161.0002 -467)"><path d="m162.0002 472h2.48437l2.96876-3 .54687.0156v12l-.4753.00083-3.04033-3.01643h-2.48437z"/><path d="m172.875 468a1.0001 1.0001 0 0 0 -.59375.28125l-2 2a1.016466 1.016466 0 1 0 1.4375 1.4375l2-2a1.0001 1.0001 0 0 0 -.84375-1.71875z"/><path d="m170.78125 478a1.0001 1.0001 0 0 0 -.5 1.71875l2 2a1.016466 1.016466 0 1 0 1.4375-1.4375l-2-2a1.0001 1.0001 0 0 0 -.9375-.28125z"/><path d="m170.90625 474a1.001098 1.001098 0 1 0 .09375 2l4.03125.0312a1.0001 1.0001 0 1 0 0-2l-4.03125-.0312a1.0001 1.0001 0 0 0 -.0937 0z"/><path d="m170.0002 471h1.000002v1h-1.000002z"/><path d="m170.0002 478h1.000002v1h-1.000002z"/></g></svg> \ No newline at end of file
diff --git a/scalable/status/audio-speakers-enabled.svg b/scalable/status/audio-speakers-enabled.svg
new file mode 120000
index 0000000..3661bef
--- /dev/null
+++ b/scalable/status/audio-speakers-enabled.svg
@@ -0,0 +1 @@
+../devices/audio-speakers.svg \ No newline at end of file
diff --git a/scalable/status/network-vpn-disabled.svg b/scalable/status/network-vpn-disabled.svg
new file mode 100644
index 0000000..5a78550
--- /dev/null
+++ b/scalable/status/network-vpn-disabled.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe" opacity=".35" transform="translate(-221.0002 -237)"><path d="m228 247v3h2v-3z"/><path d="m223 250v2h12v-2z"/><path d="m224.99995 242h8v6h-8z"/><path d="m228.99997 238.00041c-1.64501 0-3 1.355-3 3v2 1.00001h1 4 1v-1.00001-2c0-1.645-1.35499-3-3-3zm0 2c.56413 0 1 .43588 1 1v1h-2v-1c0-.56412.43587-1 1-1z"/></g></svg> \ No newline at end of file
diff --git a/scalable/status/network-vpn-enabled.svg b/scalable/status/network-vpn-enabled.svg
new file mode 120000
index 0000000..36b6d30
--- /dev/null
+++ b/scalable/status/network-vpn-enabled.svg
@@ -0,0 +1 @@
+network-vpn.svg \ No newline at end of file
diff --git a/scalable/status/network-wireless-disabled.svg b/scalable/status/network-wireless-disabled.svg
new file mode 100644
index 0000000..b4fbc01
--- /dev/null
+++ b/scalable/status/network-wireless-disabled.svg
@@ -0,0 +1 @@
+<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe" opacity=".35" transform="translate(-41.0002 -177)"><path d="m29 209a1 1 0 1 1 -2 0 1 1 0 1 1 2 0z" transform="matrix(1.9999995 0 0 1.9999995 -6.999785 -227.9999)"/><path d="m49.00019 179.0002c-2.81422 0-5.17173 1-7 2.58557v1.41443h1.48072c1.51928-1.26466 3.21936-2 5.51928-2s4 .77953 5.51928 2h1.48072v-1.38128c-1.64044-1.46575-4.18578-2.61872-7-2.61872z"/><path d="m49.00019 182.0002c-2.16664 0-4.01982.73878-5 2v1h2c.78878-.60652 1.75887-1 3-1s2.21938.39348 3 1h2v-1c-.99478-1.2229-2.8734-2-5-2z"/><path d="m49.00019 185.0002c-1.25733 0-2.21571.31165-3 1v1h3 .375 2.625v-1c-.8369-.67206-1.74267-1-3-1z"/></g></svg> \ No newline at end of file
diff --git a/scalable/status/network-wireless-enabled.svg b/scalable/status/network-wireless-enabled.svg
new file mode 120000
index 0000000..d01f143
--- /dev/null
+++ b/scalable/status/network-wireless-enabled.svg
@@ -0,0 +1 @@
+network-wireless-signal-excellent.svg \ No newline at end of file