From 5cc7b51bf711f674f8d58caf7708e3df3017ffb8 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 4 Apr 2022 23:57:38 +0200 Subject: [PATCH] 18 new icons: `a-b-off`, `accessible-off`, `adjustments-off`, `alarm-off`, `antenna-bars-off`, `api-app-off`, `apps-off`, `archive-off`, `artboard-off`, `aspect-ratio-off`, `at-off`, `ballpen-off`, `barbell-off`, `barcode-off`, `barrier-block-off`, `basket-off`, `beach-off`, `bike-off` Fixed icons: `barrel` --- src/_icons/a-b-off.svg | 8 ++++++++ src/_icons/accessible-off.svg | 8 ++++++++ src/_icons/adjustments-off.svg | 16 ++++++++++++++++ src/_icons/alarm-off.svg | 9 +++++++++ src/_icons/antenna-bars-off.svg | 9 +++++++++ src/_icons/api-app-off.svg | 9 +++++++++ src/_icons/apps-off.svg | 10 ++++++++++ src/_icons/archive-off.svg | 8 ++++++++ src/_icons/artboard-off.svg | 15 +++++++++++++++ src/_icons/aspect-ratio-off.svg | 8 ++++++++ src/_icons/at-off.svg | 7 +++++++ src/_icons/ballpen-off.svg | 9 +++++++++ src/_icons/barbell-off.svg | 12 ++++++++++++ src/_icons/barcode-off.svg | 13 +++++++++++++ src/_icons/barrel.svg | 6 +++--- src/_icons/barrier-block-off.svg | 17 +++++++++++++++++ src/_icons/basket-off.svg | 10 ++++++++++ src/_icons/beach-off.svg | 11 +++++++++++ src/_icons/bike-off.svg | 9 +++++++++ src/{tags.html => _tags.html} | 0 20 files changed, 191 insertions(+), 3 deletions(-) create mode 100644 src/_icons/a-b-off.svg create mode 100644 src/_icons/accessible-off.svg create mode 100644 src/_icons/adjustments-off.svg create mode 100644 src/_icons/alarm-off.svg create mode 100644 src/_icons/antenna-bars-off.svg create mode 100644 src/_icons/api-app-off.svg create mode 100644 src/_icons/apps-off.svg create mode 100644 src/_icons/archive-off.svg create mode 100644 src/_icons/artboard-off.svg create mode 100644 src/_icons/aspect-ratio-off.svg create mode 100644 src/_icons/at-off.svg create mode 100644 src/_icons/ballpen-off.svg create mode 100644 src/_icons/barbell-off.svg create mode 100644 src/_icons/barcode-off.svg create mode 100644 src/_icons/barrier-block-off.svg create mode 100644 src/_icons/basket-off.svg create mode 100644 src/_icons/beach-off.svg create mode 100644 src/_icons/bike-off.svg rename src/{tags.html => _tags.html} (100%) diff --git a/src/_icons/a-b-off.svg b/src/_icons/a-b-off.svg new file mode 100644 index 000000000..1c66a967a --- /dev/null +++ b/src/_icons/a-b-off.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/accessible-off.svg b/src/_icons/accessible-off.svg new file mode 100644 index 000000000..968835ce5 --- /dev/null +++ b/src/_icons/accessible-off.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/adjustments-off.svg b/src/_icons/adjustments-off.svg new file mode 100644 index 000000000..7ab9f205f --- /dev/null +++ b/src/_icons/adjustments-off.svg @@ -0,0 +1,16 @@ +--- +--- + + + + + + + + + + + + + + diff --git a/src/_icons/alarm-off.svg b/src/_icons/alarm-off.svg new file mode 100644 index 000000000..ff8d2db5f --- /dev/null +++ b/src/_icons/alarm-off.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/antenna-bars-off.svg b/src/_icons/antenna-bars-off.svg new file mode 100644 index 000000000..52350a98e --- /dev/null +++ b/src/_icons/antenna-bars-off.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/api-app-off.svg b/src/_icons/api-app-off.svg new file mode 100644 index 000000000..fafdb5a92 --- /dev/null +++ b/src/_icons/api-app-off.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/apps-off.svg b/src/_icons/apps-off.svg new file mode 100644 index 000000000..fa2b59968 --- /dev/null +++ b/src/_icons/apps-off.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/archive-off.svg b/src/_icons/archive-off.svg new file mode 100644 index 000000000..3d5c7e897 --- /dev/null +++ b/src/_icons/archive-off.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/artboard-off.svg b/src/_icons/artboard-off.svg new file mode 100644 index 000000000..f6ed7b966 --- /dev/null +++ b/src/_icons/artboard-off.svg @@ -0,0 +1,15 @@ +--- +--- + + + + + + + + + + + + + diff --git a/src/_icons/aspect-ratio-off.svg b/src/_icons/aspect-ratio-off.svg new file mode 100644 index 000000000..0ccdce6d7 --- /dev/null +++ b/src/_icons/aspect-ratio-off.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/at-off.svg b/src/_icons/at-off.svg new file mode 100644 index 000000000..2a952f0be --- /dev/null +++ b/src/_icons/at-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/ballpen-off.svg b/src/_icons/ballpen-off.svg new file mode 100644 index 000000000..47dba3230 --- /dev/null +++ b/src/_icons/ballpen-off.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/barbell-off.svg b/src/_icons/barbell-off.svg new file mode 100644 index 000000000..99bbb1ae1 --- /dev/null +++ b/src/_icons/barbell-off.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/src/_icons/barcode-off.svg b/src/_icons/barcode-off.svg new file mode 100644 index 000000000..a9c7a3e07 --- /dev/null +++ b/src/_icons/barcode-off.svg @@ -0,0 +1,13 @@ +--- +--- + + + + + + + + + + + diff --git a/src/_icons/barrel.svg b/src/_icons/barrel.svg index 803a89ca2..0c2509805 100644 --- a/src/_icons/barrel.svg +++ b/src/_icons/barrel.svg @@ -2,9 +2,9 @@ version: "1.59" --- - - - + + + diff --git a/src/_icons/barrier-block-off.svg b/src/_icons/barrier-block-off.svg new file mode 100644 index 000000000..0b81a7fdc --- /dev/null +++ b/src/_icons/barrier-block-off.svg @@ -0,0 +1,17 @@ +--- +--- + + + + + + + + + + + + + + + diff --git a/src/_icons/basket-off.svg b/src/_icons/basket-off.svg new file mode 100644 index 000000000..026e33149 --- /dev/null +++ b/src/_icons/basket-off.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/beach-off.svg b/src/_icons/beach-off.svg new file mode 100644 index 000000000..8b393a83a --- /dev/null +++ b/src/_icons/beach-off.svg @@ -0,0 +1,11 @@ +--- +--- + + + + + + + + + diff --git a/src/_icons/bike-off.svg b/src/_icons/bike-off.svg new file mode 100644 index 000000000..baea3f5f0 --- /dev/null +++ b/src/_icons/bike-off.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/tags.html b/src/_tags.html similarity index 100% rename from src/tags.html rename to src/_tags.html