From cb5d712584f99960659f3654201920f42ec6c85f Mon Sep 17 00:00:00 2001 From: John Letey Date: Fri, 26 Jun 2020 15:19:19 +0100 Subject: [PATCH] feat: Add `battery` icons (#23) * feat: Add `battery` icons * refactor: Use elements for `battery-charging` Co-authored-by: Eric Fennis * refactor: Use elements for `battery-full` Co-authored-by: Eric Fennis * refactor: Use elements for `battery-low` Co-authored-by: Eric Fennis * refactor: Use elements for `battery-medium` Co-authored-by: Eric Fennis * refactor: Use elements for `battery` Co-authored-by: Eric Fennis Co-authored-by: Eric Fennis --- icons/battery-charging.svg | 6 +++--- icons/battery-full.svg | 17 +++++++++++++++++ icons/battery-low.svg | 15 +++++++++++++++ icons/battery-medium.svg | 16 ++++++++++++++++ icons/battery.svg | 4 ++-- 5 files changed, 53 insertions(+), 5 deletions(-) create mode 100644 icons/battery-full.svg create mode 100644 icons/battery-low.svg create mode 100644 icons/battery-medium.svg diff --git a/icons/battery-charging.svg b/icons/battery-charging.svg index a05ba59..928369b 100644 --- a/icons/battery-charging.svg +++ b/icons/battery-charging.svg @@ -9,7 +9,7 @@ stroke-linecap="round" stroke-linejoin="round" > - - - + + + diff --git a/icons/battery-full.svg b/icons/battery-full.svg new file mode 100644 index 0000000..6dbd2ee --- /dev/null +++ b/icons/battery-full.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/icons/battery-low.svg b/icons/battery-low.svg new file mode 100644 index 0000000..4b0b04b --- /dev/null +++ b/icons/battery-low.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/icons/battery-medium.svg b/icons/battery-medium.svg new file mode 100644 index 0000000..cba9453 --- /dev/null +++ b/icons/battery-medium.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/icons/battery.svg b/icons/battery.svg index 9692024..b3546de 100644 --- a/icons/battery.svg +++ b/icons/battery.svg @@ -9,6 +9,6 @@ stroke-linecap="round" stroke-linejoin="round" > - - + +