aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/icon
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-02 11:27:18 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-02 11:51:22 +0200
commit43adc410b91ff0e060998549b4602e7aff257666 (patch)
treeee7593edf355714420ccf231a7afc0732977ec18 /ui/icon
parentbuild: remove stray debugging echo (diff)
downloadwireguard-windows-43adc410b91ff0e060998549b4602e7aff257666.tar.xz
wireguard-windows-43adc410b91ff0e060998549b4602e7aff257666.zip
ui: render dots with svgs instead
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/icon')
-rw-r--r--ui/icon/dot-gray.svg2
-rw-r--r--ui/icon/dot-green.svg2
-rw-r--r--ui/icon/dot-red.svg2
-rw-r--r--ui/icon/dot-yellow.svg2
4 files changed, 8 insertions, 0 deletions
diff --git a/ui/icon/dot-gray.svg b/ui/icon/dot-gray.svg
new file mode 100644
index 00000000..db9a6468
--- /dev/null
+++ b/ui/icon/dot-gray.svg
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="32" height="32" version="1.1" viewBox="0 0 8.4667 8.4667" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-11.837 -277.77)"><circle cx="16.07" cy="282" r="3.9688" fill="#e1e1e1" stroke="#cacaca" stroke-linecap="square" stroke-width=".5292"/></g></svg>
diff --git a/ui/icon/dot-green.svg b/ui/icon/dot-green.svg
new file mode 100644
index 00000000..5bec700e
--- /dev/null
+++ b/ui/icon/dot-green.svg
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="32" height="32" version="1.1" viewBox="0 0 8.4667 8.4667" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-11.837 -277.77)"><circle cx="16.07" cy="282" r="3.9688" fill="#01a405" stroke="#019104" stroke-linecap="square" stroke-width=".5292"/></g></svg>
diff --git a/ui/icon/dot-red.svg b/ui/icon/dot-red.svg
new file mode 100644
index 00000000..10efd510
--- /dev/null
+++ b/ui/icon/dot-red.svg
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="32" height="32" version="1.1" viewBox="0 0 8.4667 8.4667" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-11.837 -277.77)"><circle cx="16.07" cy="282" r="3.9688" fill="#cb0110" stroke="#b5010e" stroke-linecap="square" stroke-width=".5292"/></g></svg>
diff --git a/ui/icon/dot-yellow.svg b/ui/icon/dot-yellow.svg
new file mode 100644
index 00000000..e30b6a16
--- /dev/null
+++ b/ui/icon/dot-yellow.svg
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="32" height="32" version="1.1" viewBox="0 0 8.4667 8.4667" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-11.837 -277.77)"><circle cx="16.07" cy="282" r="3.9688" fill="#fec440" stroke="#feba20" stroke-linecap="square" stroke-width=".5292"/></g></svg>