From 729c5dae75ebb90066f743a6d8f09be9071770d0 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 5 Apr 2022 01:46:34 +0200 Subject: 34 new icons: `biohazard-off`, `bold-off`, `bone-off`, `book-off`, `bookmarks-off`, `books-off`, `braces-off`, `brackets-off`, `browser-off`, `brush-off`, `bug-off`, `calculator-off`, `candy-off`, `capture-off`, `car-off`, `cardboards-off`, `cast-off`, `ce-off`, `certificate-2-off`, `certificate-off`, `circle-rectangle-off`, `clipboard-off`, `clock-off`, `code-off`, `coin-off`, `color-picker-off`, `color-swatch-off`, `columns-off`, `compass-off`, `components-off`, `cookie-off`, `copy-off`, `copyleft-off`, `copyright-off` Fixed icons: `books`, `bulb-off` --- src/_icons/biohazard-off.svg | 12 ++++++++++++ src/_icons/bold-off.svg | 7 +++++++ src/_icons/bone-off.svg | 6 ++++++ src/_icons/book-off.svg | 10 ++++++++++ src/_icons/bookmarks-off.svg | 7 +++++++ src/_icons/books-off.svg | 15 +++++++++++++++ src/_icons/books.svg | 8 +++----- src/_icons/braces-off.svg | 7 +++++++ src/_icons/brackets-off.svg | 7 +++++++ src/_icons/browser-off.svg | 7 +++++++ src/_icons/brush-off.svg | 8 ++++++++ src/_icons/bug-off.svg | 13 +++++++++++++ src/_icons/bulb-off.svg | 6 ++++-- src/_icons/calculator-off.svg | 12 ++++++++++++ src/_icons/candy-off.svg | 8 ++++++++ src/_icons/capture-off.svg | 10 ++++++++++ src/_icons/car-off.svg | 8 ++++++++ src/_icons/cardboards-off.svg | 8 ++++++++ src/_icons/cast-off.svg | 9 +++++++++ src/_icons/ce-off.svg | 10 ++++++++++ src/_icons/certificate-2-off.svg | 9 +++++++++ src/_icons/certificate-off.svg | 11 +++++++++++ src/_icons/circle-rectangle-off.svg | 7 +++++++ src/_icons/clipboard-off.svg | 7 +++++++ src/_icons/clock-off.svg | 7 +++++++ src/_icons/code-off.svg | 8 ++++++++ src/_icons/coin-off.svg | 8 ++++++++ src/_icons/color-picker-off.svg | 7 +++++++ src/_icons/color-swatch-off.svg | 9 +++++++++ src/_icons/columns-off.svg | 13 +++++++++++++ src/_icons/compass-off.svg | 11 +++++++++++ src/_icons/components-off.svg | 9 +++++++++ src/_icons/cookie-off.svg | 9 +++++++++ src/_icons/copy-off.svg | 7 +++++++ src/_icons/copyleft-off.svg | 7 +++++++ src/_icons/copyright-off.svg | 7 +++++++ 36 files changed, 307 insertions(+), 7 deletions(-) create mode 100644 src/_icons/biohazard-off.svg create mode 100644 src/_icons/bold-off.svg create mode 100644 src/_icons/bone-off.svg create mode 100644 src/_icons/book-off.svg create mode 100644 src/_icons/bookmarks-off.svg create mode 100644 src/_icons/books-off.svg create mode 100644 src/_icons/braces-off.svg create mode 100644 src/_icons/brackets-off.svg create mode 100644 src/_icons/browser-off.svg create mode 100644 src/_icons/brush-off.svg create mode 100644 src/_icons/bug-off.svg create mode 100644 src/_icons/calculator-off.svg create mode 100644 src/_icons/candy-off.svg create mode 100644 src/_icons/capture-off.svg create mode 100644 src/_icons/car-off.svg create mode 100644 src/_icons/cardboards-off.svg create mode 100644 src/_icons/cast-off.svg create mode 100644 src/_icons/ce-off.svg create mode 100644 src/_icons/certificate-2-off.svg create mode 100644 src/_icons/certificate-off.svg create mode 100644 src/_icons/circle-rectangle-off.svg create mode 100644 src/_icons/clipboard-off.svg create mode 100644 src/_icons/clock-off.svg create mode 100644 src/_icons/code-off.svg create mode 100644 src/_icons/coin-off.svg create mode 100644 src/_icons/color-picker-off.svg create mode 100644 src/_icons/color-swatch-off.svg create mode 100644 src/_icons/columns-off.svg create mode 100644 src/_icons/compass-off.svg create mode 100644 src/_icons/components-off.svg create mode 100644 src/_icons/cookie-off.svg create mode 100644 src/_icons/copy-off.svg create mode 100644 src/_icons/copyleft-off.svg create mode 100644 src/_icons/copyright-off.svg diff --git a/src/_icons/biohazard-off.svg b/src/_icons/biohazard-off.svg new file mode 100644 index 00000000..007e6c96 --- /dev/null +++ b/src/_icons/biohazard-off.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/src/_icons/bold-off.svg b/src/_icons/bold-off.svg new file mode 100644 index 00000000..37dd6572 --- /dev/null +++ b/src/_icons/bold-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/bone-off.svg b/src/_icons/bone-off.svg new file mode 100644 index 00000000..db050e66 --- /dev/null +++ b/src/_icons/bone-off.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/book-off.svg b/src/_icons/book-off.svg new file mode 100644 index 00000000..74de4f8c --- /dev/null +++ b/src/_icons/book-off.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/bookmarks-off.svg b/src/_icons/bookmarks-off.svg new file mode 100644 index 00000000..3ce2b4fb --- /dev/null +++ b/src/_icons/bookmarks-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/books-off.svg b/src/_icons/books-off.svg new file mode 100644 index 00000000..33feb512 --- /dev/null +++ b/src/_icons/books-off.svg @@ -0,0 +1,15 @@ +--- +--- + + + + + + + + + + + + + diff --git a/src/_icons/books.svg b/src/_icons/books.svg index 1b71258f..ecacfc74 100644 --- a/src/_icons/books.svg +++ b/src/_icons/books.svg @@ -6,9 +6,7 @@ version: "1.52" - - - - - + + + diff --git a/src/_icons/braces-off.svg b/src/_icons/braces-off.svg new file mode 100644 index 00000000..f4b742d2 --- /dev/null +++ b/src/_icons/braces-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/brackets-off.svg b/src/_icons/brackets-off.svg new file mode 100644 index 00000000..190a35b6 --- /dev/null +++ b/src/_icons/brackets-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/browser-off.svg b/src/_icons/browser-off.svg new file mode 100644 index 00000000..a941729c --- /dev/null +++ b/src/_icons/browser-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/brush-off.svg b/src/_icons/brush-off.svg new file mode 100644 index 00000000..e21f954a --- /dev/null +++ b/src/_icons/brush-off.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/bug-off.svg b/src/_icons/bug-off.svg new file mode 100644 index 00000000..9a8ade5b --- /dev/null +++ b/src/_icons/bug-off.svg @@ -0,0 +1,13 @@ +--- +--- + + + + + + + + + + + diff --git a/src/_icons/bulb-off.svg b/src/_icons/bulb-off.svg index 26afb611..0332d024 100644 --- a/src/_icons/bulb-off.svg +++ b/src/_icons/bulb-off.svg @@ -3,6 +3,8 @@ tags: [energy, power, electricity, creativity, light, idea] version: "1.0" --- - - + + + + diff --git a/src/_icons/calculator-off.svg b/src/_icons/calculator-off.svg new file mode 100644 index 00000000..481c19a8 --- /dev/null +++ b/src/_icons/calculator-off.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/src/_icons/candy-off.svg b/src/_icons/candy-off.svg new file mode 100644 index 00000000..c2b12dca --- /dev/null +++ b/src/_icons/candy-off.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/capture-off.svg b/src/_icons/capture-off.svg new file mode 100644 index 00000000..53431e99 --- /dev/null +++ b/src/_icons/capture-off.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/car-off.svg b/src/_icons/car-off.svg new file mode 100644 index 00000000..54087cd3 --- /dev/null +++ b/src/_icons/car-off.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/cardboards-off.svg b/src/_icons/cardboards-off.svg new file mode 100644 index 00000000..2f8e746d --- /dev/null +++ b/src/_icons/cardboards-off.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/cast-off.svg b/src/_icons/cast-off.svg new file mode 100644 index 00000000..a5043a59 --- /dev/null +++ b/src/_icons/cast-off.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/ce-off.svg b/src/_icons/ce-off.svg new file mode 100644 index 00000000..a84be495 --- /dev/null +++ b/src/_icons/ce-off.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/certificate-2-off.svg b/src/_icons/certificate-2-off.svg new file mode 100644 index 00000000..0641a0b1 --- /dev/null +++ b/src/_icons/certificate-2-off.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/certificate-off.svg b/src/_icons/certificate-off.svg new file mode 100644 index 00000000..f81e4871 --- /dev/null +++ b/src/_icons/certificate-off.svg @@ -0,0 +1,11 @@ +--- +--- + + + + + + + + + diff --git a/src/_icons/circle-rectangle-off.svg b/src/_icons/circle-rectangle-off.svg new file mode 100644 index 00000000..5cd7cb9e --- /dev/null +++ b/src/_icons/circle-rectangle-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/clipboard-off.svg b/src/_icons/clipboard-off.svg new file mode 100644 index 00000000..0d14cfaf --- /dev/null +++ b/src/_icons/clipboard-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/clock-off.svg b/src/_icons/clock-off.svg new file mode 100644 index 00000000..5289e3c0 --- /dev/null +++ b/src/_icons/clock-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/code-off.svg b/src/_icons/code-off.svg new file mode 100644 index 00000000..bc53fdb7 --- /dev/null +++ b/src/_icons/code-off.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/coin-off.svg b/src/_icons/coin-off.svg new file mode 100644 index 00000000..e31a1a9b --- /dev/null +++ b/src/_icons/coin-off.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/color-picker-off.svg b/src/_icons/color-picker-off.svg new file mode 100644 index 00000000..75c7c42b --- /dev/null +++ b/src/_icons/color-picker-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/color-swatch-off.svg b/src/_icons/color-swatch-off.svg new file mode 100644 index 00000000..fc70f1d6 --- /dev/null +++ b/src/_icons/color-swatch-off.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/columns-off.svg b/src/_icons/columns-off.svg new file mode 100644 index 00000000..c12d038b --- /dev/null +++ b/src/_icons/columns-off.svg @@ -0,0 +1,13 @@ +--- +--- + + + + + + + + + + + diff --git a/src/_icons/compass-off.svg b/src/_icons/compass-off.svg new file mode 100644 index 00000000..118adb35 --- /dev/null +++ b/src/_icons/compass-off.svg @@ -0,0 +1,11 @@ +--- +--- + + + + + + + + + diff --git a/src/_icons/components-off.svg b/src/_icons/components-off.svg new file mode 100644 index 00000000..9545186c --- /dev/null +++ b/src/_icons/components-off.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/cookie-off.svg b/src/_icons/cookie-off.svg new file mode 100644 index 00000000..cd49e61e --- /dev/null +++ b/src/_icons/cookie-off.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/copy-off.svg b/src/_icons/copy-off.svg new file mode 100644 index 00000000..1b5d1572 --- /dev/null +++ b/src/_icons/copy-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/copyleft-off.svg b/src/_icons/copyleft-off.svg new file mode 100644 index 00000000..e3f0827b --- /dev/null +++ b/src/_icons/copyleft-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/copyright-off.svg b/src/_icons/copyright-off.svg new file mode 100644 index 00000000..058242f6 --- /dev/null +++ b/src/_icons/copyright-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + -- cgit v1.2.1