From 54858d5f61fa8276f27d9cd518c6d9f6218d4475 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 16 Jul 2022 08:35:20 +0200 Subject: 18 new icons: `a-b-2`, `brand-fortnite`, `brand-pepsi`, `brand-toyota`, `masks-theater`, `microwave-off`, `pointer`, `rating-12-plus`, `rating-14-plus`, `rating-16-plus`, `rating-18-plus`, `rating-21-plus`, `seo`, `shirt-sport`, `snowman`, `uf-off`, `ufo`, `zeppelin` Fixed icons: `brand-deno`, `carrot` --- src/_icons/a-b-2.svg | 9 +++++++++ src/_icons/brand-deno.svg | 2 +- src/_icons/brand-fortnite.svg | 6 ++++++ src/_icons/brand-pepsi.svg | 8 ++++++++ src/_icons/brand-toyota.svg | 8 ++++++++ src/_icons/carrot.svg | 2 +- src/_icons/masks-theater.svg | 12 ++++++++++++ src/_icons/microwave-off.svg | 11 +++++++++++ src/_icons/pointer.svg | 6 ++++++ src/_icons/rating-12-plus.svg | 9 +++++++++ src/_icons/rating-14-plus.svg | 9 +++++++++ src/_icons/rating-16-plus.svg | 10 ++++++++++ src/_icons/rating-18-plus.svg | 10 ++++++++++ src/_icons/rating-21-plus.svg | 9 +++++++++ src/_icons/seo.svg | 8 ++++++++ src/_icons/shirt-sport.svg | 6 ++++++ src/_icons/snowman.svg | 9 +++++++++ src/_icons/uf-off.svg | 12 ++++++++++++ src/_icons/ufo.svg | 11 +++++++++++ src/_icons/zeppelin.svg | 7 +++++++ 20 files changed, 162 insertions(+), 2 deletions(-) create mode 100644 src/_icons/a-b-2.svg create mode 100644 src/_icons/brand-fortnite.svg create mode 100644 src/_icons/brand-pepsi.svg create mode 100644 src/_icons/brand-toyota.svg create mode 100644 src/_icons/masks-theater.svg create mode 100644 src/_icons/microwave-off.svg create mode 100644 src/_icons/pointer.svg create mode 100644 src/_icons/rating-12-plus.svg create mode 100644 src/_icons/rating-14-plus.svg create mode 100644 src/_icons/rating-16-plus.svg create mode 100644 src/_icons/rating-18-plus.svg create mode 100644 src/_icons/rating-21-plus.svg create mode 100644 src/_icons/seo.svg create mode 100644 src/_icons/shirt-sport.svg create mode 100644 src/_icons/snowman.svg create mode 100644 src/_icons/uf-off.svg create mode 100644 src/_icons/ufo.svg create mode 100644 src/_icons/zeppelin.svg diff --git a/src/_icons/a-b-2.svg b/src/_icons/a-b-2.svg new file mode 100644 index 00000000..07854fe5 --- /dev/null +++ b/src/_icons/a-b-2.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/brand-deno.svg b/src/_icons/brand-deno.svg index b4415988..d825b662 100644 --- a/src/_icons/brand-deno.svg +++ b/src/_icons/brand-deno.svg @@ -4,6 +4,6 @@ version: "1.75" --- - + diff --git a/src/_icons/brand-fortnite.svg b/src/_icons/brand-fortnite.svg new file mode 100644 index 00000000..62583d17 --- /dev/null +++ b/src/_icons/brand-fortnite.svg @@ -0,0 +1,6 @@ +--- +category: Brand +--- + + + diff --git a/src/_icons/brand-pepsi.svg b/src/_icons/brand-pepsi.svg new file mode 100644 index 00000000..77e575ea --- /dev/null +++ b/src/_icons/brand-pepsi.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- + + + + + diff --git a/src/_icons/brand-toyota.svg b/src/_icons/brand-toyota.svg new file mode 100644 index 00000000..7f629c48 --- /dev/null +++ b/src/_icons/brand-toyota.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- + + + + + diff --git a/src/_icons/carrot.svg b/src/_icons/carrot.svg index 89f89a3e..4dca5887 100644 --- a/src/_icons/carrot.svg +++ b/src/_icons/carrot.svg @@ -1,5 +1,5 @@ --- -category: food +category: Food version: "1.72" --- diff --git a/src/_icons/masks-theater.svg b/src/_icons/masks-theater.svg new file mode 100644 index 00000000..2ea80565 --- /dev/null +++ b/src/_icons/masks-theater.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/src/_icons/microwave-off.svg b/src/_icons/microwave-off.svg new file mode 100644 index 00000000..edb66bcf --- /dev/null +++ b/src/_icons/microwave-off.svg @@ -0,0 +1,11 @@ +--- +--- + + + + + + + + + diff --git a/src/_icons/pointer.svg b/src/_icons/pointer.svg new file mode 100644 index 00000000..1f3505dc --- /dev/null +++ b/src/_icons/pointer.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/rating-12-plus.svg b/src/_icons/rating-12-plus.svg new file mode 100644 index 00000000..0de61ed3 --- /dev/null +++ b/src/_icons/rating-12-plus.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/rating-14-plus.svg b/src/_icons/rating-14-plus.svg new file mode 100644 index 00000000..1ed848d2 --- /dev/null +++ b/src/_icons/rating-14-plus.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/rating-16-plus.svg b/src/_icons/rating-16-plus.svg new file mode 100644 index 00000000..f1e959f3 --- /dev/null +++ b/src/_icons/rating-16-plus.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/rating-18-plus.svg b/src/_icons/rating-18-plus.svg new file mode 100644 index 00000000..2aecee47 --- /dev/null +++ b/src/_icons/rating-18-plus.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/rating-21-plus.svg b/src/_icons/rating-21-plus.svg new file mode 100644 index 00000000..b049c5a7 --- /dev/null +++ b/src/_icons/rating-21-plus.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/seo.svg b/src/_icons/seo.svg new file mode 100644 index 00000000..431c03b7 --- /dev/null +++ b/src/_icons/seo.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/shirt-sport.svg b/src/_icons/shirt-sport.svg new file mode 100644 index 00000000..4969e5c1 --- /dev/null +++ b/src/_icons/shirt-sport.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/snowman.svg b/src/_icons/snowman.svg new file mode 100644 index 00000000..e0730462 --- /dev/null +++ b/src/_icons/snowman.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/uf-off.svg b/src/_icons/uf-off.svg new file mode 100644 index 00000000..4afd6485 --- /dev/null +++ b/src/_icons/uf-off.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/src/_icons/ufo.svg b/src/_icons/ufo.svg new file mode 100644 index 00000000..e3ea5d18 --- /dev/null +++ b/src/_icons/ufo.svg @@ -0,0 +1,11 @@ +--- +--- + + + + + + + + + diff --git a/src/_icons/zeppelin.svg b/src/_icons/zeppelin.svg new file mode 100644 index 00000000..fd9a978b --- /dev/null +++ b/src/_icons/zeppelin.svg @@ -0,0 +1,7 @@ +--- +category: Vehicles +--- + + + + -- cgit v1.2.1