From f460a4449efc34d5fc3cb1251b7726ac6536dd25 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 2 May 2019 11:27:18 +0200 Subject: ui: render dots with svgs instead --- ui/icon/dot-gray.svg | 2 ++ ui/icon/dot-green.svg | 2 ++ ui/icon/dot-red.svg | 2 ++ ui/icon/dot-yellow.svg | 2 ++ 4 files changed, 8 insertions(+) create mode 100644 ui/icon/dot-gray.svg create mode 100644 ui/icon/dot-green.svg create mode 100644 ui/icon/dot-red.svg create mode 100644 ui/icon/dot-yellow.svg (limited to 'ui/icon') 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 @@ + + 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 @@ + + 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 @@ + + 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 @@ + + -- cgit v1.2.3-59-g8ed1b