From c93ffec8fb4d95632b1a9aec0f139f5861e16185 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 29 Dec 2022 21:44:16 +0100 Subject: [PATCH] 16 new icons: `brand-amd`, `brand-etsy`, `carousel-horizontal`, `carousel-vertical`, `cat`, `chart-histogram`, `coins`, `currency-afghani`, `currency-peso`, `dog`, `jacket`, `timeline-event-exclamation`, `timeline-event-minus`, `timeline-event-plus`, `timeline-event-text`, `timeline-event-x` Fixed icons: `man`, `square`, `timeline-event`, `woman` --- src/_icons/brand-amd.svg | 6 ++++++ src/_icons/brand-etsy.svg | 7 +++++++ src/_icons/carousel-horizontal.svg | 7 +++++++ src/_icons/carousel-vertical.svg | 7 +++++++ src/_icons/cat.svg | 10 ++++++++++ src/_icons/chart-histogram.svg | 10 ++++++++++ src/_icons/coins.svg | 9 +++++++++ src/_icons/currency-afghani.svg | 7 +++++++ src/_icons/currency-peso.svg | 7 +++++++ src/_icons/dog.svg | 12 ++++++++++++ src/_icons/jacket.svg | 9 +++++++++ src/_icons/man.svg | 8 ++++++-- src/_icons/square.svg | 1 - src/_icons/timeline-event-exclamation.svg | 10 ++++++++++ src/_icons/timeline-event-minus.svg | 9 +++++++++ src/_icons/timeline-event-plus.svg | 10 ++++++++++ src/_icons/timeline-event-text.svg | 10 ++++++++++ src/_icons/timeline-event-x.svg | 10 ++++++++++ src/_icons/timeline-event.svg | 8 ++++---- src/_icons/woman.svg | 8 ++++++-- 20 files changed, 156 insertions(+), 9 deletions(-) create mode 100644 src/_icons/brand-amd.svg create mode 100644 src/_icons/brand-etsy.svg create mode 100644 src/_icons/carousel-horizontal.svg create mode 100644 src/_icons/carousel-vertical.svg create mode 100644 src/_icons/cat.svg create mode 100644 src/_icons/chart-histogram.svg create mode 100644 src/_icons/coins.svg create mode 100644 src/_icons/currency-afghani.svg create mode 100644 src/_icons/currency-peso.svg create mode 100644 src/_icons/dog.svg create mode 100644 src/_icons/jacket.svg create mode 100644 src/_icons/timeline-event-exclamation.svg create mode 100644 src/_icons/timeline-event-minus.svg create mode 100644 src/_icons/timeline-event-plus.svg create mode 100644 src/_icons/timeline-event-text.svg create mode 100644 src/_icons/timeline-event-x.svg diff --git a/src/_icons/brand-amd.svg b/src/_icons/brand-amd.svg new file mode 100644 index 000000000..3a08d915f --- /dev/null +++ b/src/_icons/brand-amd.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/brand-etsy.svg b/src/_icons/brand-etsy.svg new file mode 100644 index 000000000..bfd226060 --- /dev/null +++ b/src/_icons/brand-etsy.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/carousel-horizontal.svg b/src/_icons/carousel-horizontal.svg new file mode 100644 index 000000000..bf84b9e7c --- /dev/null +++ b/src/_icons/carousel-horizontal.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/carousel-vertical.svg b/src/_icons/carousel-vertical.svg new file mode 100644 index 000000000..16d4538ec --- /dev/null +++ b/src/_icons/carousel-vertical.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/cat.svg b/src/_icons/cat.svg new file mode 100644 index 000000000..dcd795292 --- /dev/null +++ b/src/_icons/cat.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/chart-histogram.svg b/src/_icons/chart-histogram.svg new file mode 100644 index 000000000..5b78999e1 --- /dev/null +++ b/src/_icons/chart-histogram.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/coins.svg b/src/_icons/coins.svg new file mode 100644 index 000000000..28c284637 --- /dev/null +++ b/src/_icons/coins.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/currency-afghani.svg b/src/_icons/currency-afghani.svg new file mode 100644 index 000000000..1d73ee4d3 --- /dev/null +++ b/src/_icons/currency-afghani.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/currency-peso.svg b/src/_icons/currency-peso.svg new file mode 100644 index 000000000..d17648b40 --- /dev/null +++ b/src/_icons/currency-peso.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/dog.svg b/src/_icons/dog.svg new file mode 100644 index 000000000..4f0162312 --- /dev/null +++ b/src/_icons/dog.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/src/_icons/jacket.svg b/src/_icons/jacket.svg new file mode 100644 index 000000000..9f784a6d4 --- /dev/null +++ b/src/_icons/jacket.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/man.svg b/src/_icons/man.svg index f49c99525..1dbb52130 100644 --- a/src/_icons/man.svg +++ b/src/_icons/man.svg @@ -4,6 +4,10 @@ version: "1.0" unicode: "eae6" --- - - + + + + + + diff --git a/src/_icons/square.svg b/src/_icons/square.svg index 0a32f0b8d..79c571e21 100644 --- a/src/_icons/square.svg +++ b/src/_icons/square.svg @@ -7,4 +7,3 @@ unicode: "eb2c" - diff --git a/src/_icons/timeline-event-exclamation.svg b/src/_icons/timeline-event-exclamation.svg new file mode 100644 index 000000000..d84dcce1c --- /dev/null +++ b/src/_icons/timeline-event-exclamation.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/timeline-event-minus.svg b/src/_icons/timeline-event-minus.svg new file mode 100644 index 000000000..e83c051dd --- /dev/null +++ b/src/_icons/timeline-event-minus.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/timeline-event-plus.svg b/src/_icons/timeline-event-plus.svg new file mode 100644 index 000000000..c53f4cae5 --- /dev/null +++ b/src/_icons/timeline-event-plus.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/timeline-event-text.svg b/src/_icons/timeline-event-text.svg new file mode 100644 index 000000000..d0441cd0e --- /dev/null +++ b/src/_icons/timeline-event-text.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/timeline-event-x.svg b/src/_icons/timeline-event-x.svg new file mode 100644 index 000000000..2749b3dad --- /dev/null +++ b/src/_icons/timeline-event-x.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/timeline-event.svg b/src/_icons/timeline-event.svg index d52685451..790b1ed5e 100644 --- a/src/_icons/timeline-event.svg +++ b/src/_icons/timeline-event.svg @@ -4,8 +4,8 @@ version: "1.105" unicode: "f553" --- - - - - + + + + diff --git a/src/_icons/woman.svg b/src/_icons/woman.svg index e3f1e4a99..82c095b5f 100644 --- a/src/_icons/woman.svg +++ b/src/_icons/woman.svg @@ -4,6 +4,10 @@ version: "1.0" unicode: "eb53" --- - - + + + + + +