From f9de5e643d6cff8d9a4c33c19ae7bb4bf0b9479d Mon Sep 17 00:00:00 2001 From: totallyhuman Date: Tue, 27 Nov 2018 16:56:19 -0500 Subject: [PATCH] Add unknown, arrow-up, right, down, left, close --- README.md | 6 +++++- icons/arrow-down.svg | 1 + icons/arrow-left.svg | 1 + icons/arrow-right.svg | 1 + icons/arrow-up.svg | 1 + icons/close.svg | 1 + icons/unknown.svg | 1 + 7 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 icons/arrow-down.svg create mode 100644 icons/arrow-left.svg create mode 100644 icons/arrow-right.svg create mode 100644 icons/arrow-up.svg create mode 100644 icons/close.svg create mode 100644 icons/unknown.svg diff --git a/README.md b/README.md index acbeb8c..054fd3a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Head over to [the Releases](https://github.com/totallyhuman/squiggles/releases) ## Icons +- General + - [Unknown](icons/unknown.svg) + - Arrow [up](icons/arrow-up.svg), [right](icons/arrow-right.svg), [down](icons/arrow-down.svg), [left](icons/arrow-left.svg) + - [Close](icons/close.svg) - Media - [Play](icons/play.svg) - [Pause](icons/pause.svg) @@ -36,7 +40,7 @@ Head over to [the Releases](https://github.com/totallyhuman/squiggles/releases) - [Wind speed](icons/wind-speed.svg) - Network - WiFi [0](icons/wifi-0.svg), [1](icons/wifi-1.svg), [2](icons/wifi-2.svg), [3](icons/wifi-3.svg), [4](icons/wifi-4.svg) - - cell [0](icons/cell-0.svg), [1](icons/cell-1.svg), [2](icons/cell-2.svg), [3](icons/cell-3.svg), [4](icons/cell-4.svg) + - Cell [0](icons/cell-0.svg), [1](icons/cell-1.svg), [2](icons/cell-2.svg), [3](icons/cell-3.svg), [4](icons/cell-4.svg) - Device - Battery [0](icons/battery-0.svg), [20](icons/battery-20.svg), [40](icons/battery-40.svg), [60](icons/battery-60.svg), [80](icons/battery-80.svg), [100](icons/battery-100.svg) - Battery charging [0](icons/battery-charging-0.svg), [20](icons/battery-charging-20.svg), [40](icons/battery-charging-40.svg), [60](icons/battery-charging-60.svg), [80](icons/battery-charging-80.svg), [100](icons/battery-charging-100.svg) diff --git a/icons/arrow-down.svg b/icons/arrow-down.svg new file mode 100644 index 0000000..bbf4b8b --- /dev/null +++ b/icons/arrow-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/arrow-left.svg b/icons/arrow-left.svg new file mode 100644 index 0000000..cfcd7b9 --- /dev/null +++ b/icons/arrow-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/arrow-right.svg b/icons/arrow-right.svg new file mode 100644 index 0000000..bd47d25 --- /dev/null +++ b/icons/arrow-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/arrow-up.svg b/icons/arrow-up.svg new file mode 100644 index 0000000..f275c4e --- /dev/null +++ b/icons/arrow-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/close.svg b/icons/close.svg new file mode 100644 index 0000000..8d5a907 --- /dev/null +++ b/icons/close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/unknown.svg b/icons/unknown.svg new file mode 100644 index 0000000..cb4d257 --- /dev/null +++ b/icons/unknown.svg @@ -0,0 +1 @@ + \ No newline at end of file