From 1951550eba52994bfb72aca5408f68fdf05b43a2 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 21 Sep 2020 18:16:53 +0200 Subject: 4 new icons: `eye-off`, `shield-off`, `user-off`, `wifi-off` Fixed icons: `eye`, `smoking-no`, `wifi-1`, `wifi-2`, `wifi` --- src/_icons/eye-off.svg | 7 +++++++ src/_icons/eye.svg | 3 +-- src/_icons/shield-off.svg | 6 ++++++ src/_icons/smoking-no.svg | 2 +- src/_icons/user-off.svg | 8 ++++++++ src/_icons/wifi-1.svg | 4 +--- src/_icons/wifi-2.svg | 6 ++---- src/_icons/wifi-off.svg | 10 ++++++++++ src/_icons/wifi.svg | 8 +++----- 9 files changed, 39 insertions(+), 15 deletions(-) create mode 100644 src/_icons/eye-off.svg create mode 100644 src/_icons/shield-off.svg create mode 100644 src/_icons/user-off.svg create mode 100644 src/_icons/wifi-off.svg diff --git a/src/_icons/eye-off.svg b/src/_icons/eye-off.svg new file mode 100644 index 0000000..b7af80d --- /dev/null +++ b/src/_icons/eye-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/eye.svg b/src/_icons/eye.svg index 864f3a0..9cafec4 100644 --- a/src/_icons/eye.svg +++ b/src/_icons/eye.svg @@ -3,6 +3,5 @@ tags: [view, watch] --- - - + diff --git a/src/_icons/shield-off.svg b/src/_icons/shield-off.svg new file mode 100644 index 0000000..1b46f9e --- /dev/null +++ b/src/_icons/shield-off.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/smoking-no.svg b/src/_icons/smoking-no.svg index e81002e..841ad1c 100644 --- a/src/_icons/smoking-no.svg +++ b/src/_icons/smoking-no.svg @@ -1,8 +1,8 @@ --- --- - + diff --git a/src/_icons/user-off.svg b/src/_icons/user-off.svg new file mode 100644 index 0000000..13a4566 --- /dev/null +++ b/src/_icons/user-off.svg @@ -0,0 +1,8 @@ +--- +tags: [person, account] +--- + + + + + diff --git a/src/_icons/wifi-1.svg b/src/_icons/wifi-1.svg index 03bafe8..a25f9ce 100644 --- a/src/_icons/wifi-1.svg +++ b/src/_icons/wifi-1.svg @@ -2,8 +2,6 @@ tags: [online, connection, signal, wireless] --- - - - + diff --git a/src/_icons/wifi-2.svg b/src/_icons/wifi-2.svg index c3d85d9..975438e 100644 --- a/src/_icons/wifi-2.svg +++ b/src/_icons/wifi-2.svg @@ -2,9 +2,7 @@ tags: [online, connection, signal, wireless] --- - - - - + + diff --git a/src/_icons/wifi-off.svg b/src/_icons/wifi-off.svg new file mode 100644 index 0000000..30cca64 --- /dev/null +++ b/src/_icons/wifi-off.svg @@ -0,0 +1,10 @@ +--- +tags: [online, connection, signal, wireless] +--- + + + + + + + diff --git a/src/_icons/wifi.svg b/src/_icons/wifi.svg index a62cc16..cd6729f 100644 --- a/src/_icons/wifi.svg +++ b/src/_icons/wifi.svg @@ -2,10 +2,8 @@ tags: [online, connection, signal, wireless] --- - - - - - + + + -- cgit v1.2.1