From 7918a6a5ca9cbeecb212d632a32e1c41e049c31c Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 18 Nov 2023 15:00:22 +0100 Subject: [PATCH] 18 new icons: `background`, `brand-kako-talk`, `calendar-clock`, `calendar-month`, `calendar-week`, `christmas-ball`, `credit-card-pay`, `credit-card-refund`, `currency-xrp`, `desk`, `direction-arrows`, `mood-look-down`, `mood-look-up`, `mood-puzzled`, `shovel-pitchforks`, `skew-x`, `skew-y`, `sticker-2` Fixed icons: `brand-notion` --- src/_icons/background.svg | 9 +++++++++ src/_icons/brand-kako-talk.svg | 8 ++++++++ src/_icons/brand-notion.svg | 10 ++++------ src/_icons/calendar-clock.svg | 10 ++++++++++ src/_icons/calendar-month.svg | 15 +++++++++++++++ src/_icons/calendar-week.svg | 11 +++++++++++ src/_icons/christmas-ball.svg | 8 ++++++++ src/_icons/credit-card-pay.svg | 10 ++++++++++ src/_icons/credit-card-refund.svg | 10 ++++++++++ src/_icons/currency-xrp.svg | 6 ++++++ src/_icons/desk.svg | 9 +++++++++ src/_icons/direction-arrows.svg | 9 +++++++++ src/_icons/mood-look-down.svg | 8 ++++++++ src/_icons/mood-look-up.svg | 8 ++++++++ src/_icons/mood-puzzled.svg | 10 ++++++++++ src/_icons/shovel-pitchforks.svg | 9 +++++++++ src/_icons/skew-x.svg | 5 +++++ src/_icons/skew-y.svg | 5 +++++ src/_icons/sticker-2.svg | 6 ++++++ 19 files changed, 160 insertions(+), 6 deletions(-) create mode 100644 src/_icons/background.svg create mode 100644 src/_icons/brand-kako-talk.svg create mode 100644 src/_icons/calendar-clock.svg create mode 100644 src/_icons/calendar-month.svg create mode 100644 src/_icons/calendar-week.svg create mode 100644 src/_icons/christmas-ball.svg create mode 100644 src/_icons/credit-card-pay.svg create mode 100644 src/_icons/credit-card-refund.svg create mode 100644 src/_icons/currency-xrp.svg create mode 100644 src/_icons/desk.svg create mode 100644 src/_icons/direction-arrows.svg create mode 100644 src/_icons/mood-look-down.svg create mode 100644 src/_icons/mood-look-up.svg create mode 100644 src/_icons/mood-puzzled.svg create mode 100644 src/_icons/shovel-pitchforks.svg create mode 100644 src/_icons/skew-x.svg create mode 100644 src/_icons/skew-y.svg create mode 100644 src/_icons/sticker-2.svg diff --git a/src/_icons/background.svg b/src/_icons/background.svg new file mode 100644 index 000000000..a75fbb737 --- /dev/null +++ b/src/_icons/background.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/brand-kako-talk.svg b/src/_icons/brand-kako-talk.svg new file mode 100644 index 000000000..8d309361b --- /dev/null +++ b/src/_icons/brand-kako-talk.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- + + + + + diff --git a/src/_icons/brand-notion.svg b/src/_icons/brand-notion.svg index 04600cf87..38b1f7485 100644 --- a/src/_icons/brand-notion.svg +++ b/src/_icons/brand-notion.svg @@ -5,10 +5,8 @@ version: "1.46" unicode: "ef7b" --- - - - - - - + + + + diff --git a/src/_icons/calendar-clock.svg b/src/_icons/calendar-clock.svg new file mode 100644 index 000000000..1834bff37 --- /dev/null +++ b/src/_icons/calendar-clock.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/calendar-month.svg b/src/_icons/calendar-month.svg new file mode 100644 index 000000000..627e599db --- /dev/null +++ b/src/_icons/calendar-month.svg @@ -0,0 +1,15 @@ +--- +--- + + + + + + + + + + + + + diff --git a/src/_icons/calendar-week.svg b/src/_icons/calendar-week.svg new file mode 100644 index 000000000..4f45aa1a4 --- /dev/null +++ b/src/_icons/calendar-week.svg @@ -0,0 +1,11 @@ +--- +--- + + + + + + + + + diff --git a/src/_icons/christmas-ball.svg b/src/_icons/christmas-ball.svg new file mode 100644 index 000000000..d2b19ba83 --- /dev/null +++ b/src/_icons/christmas-ball.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/credit-card-pay.svg b/src/_icons/credit-card-pay.svg new file mode 100644 index 000000000..4be4e3d64 --- /dev/null +++ b/src/_icons/credit-card-pay.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/credit-card-refund.svg b/src/_icons/credit-card-refund.svg new file mode 100644 index 000000000..3f798fb4e --- /dev/null +++ b/src/_icons/credit-card-refund.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/currency-xrp.svg b/src/_icons/currency-xrp.svg new file mode 100644 index 000000000..d4b939e9b --- /dev/null +++ b/src/_icons/currency-xrp.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/desk.svg b/src/_icons/desk.svg new file mode 100644 index 000000000..35ce40e1e --- /dev/null +++ b/src/_icons/desk.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/direction-arrows.svg b/src/_icons/direction-arrows.svg new file mode 100644 index 000000000..889921129 --- /dev/null +++ b/src/_icons/direction-arrows.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/mood-look-down.svg b/src/_icons/mood-look-down.svg new file mode 100644 index 000000000..567fd6b3d --- /dev/null +++ b/src/_icons/mood-look-down.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/mood-look-up.svg b/src/_icons/mood-look-up.svg new file mode 100644 index 000000000..6e790434c --- /dev/null +++ b/src/_icons/mood-look-up.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/mood-puzzled.svg b/src/_icons/mood-puzzled.svg new file mode 100644 index 000000000..939a1bd2d --- /dev/null +++ b/src/_icons/mood-puzzled.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/shovel-pitchforks.svg b/src/_icons/shovel-pitchforks.svg new file mode 100644 index 000000000..a1cd9e2a4 --- /dev/null +++ b/src/_icons/shovel-pitchforks.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/skew-x.svg b/src/_icons/skew-x.svg new file mode 100644 index 000000000..919b1e48c --- /dev/null +++ b/src/_icons/skew-x.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/skew-y.svg b/src/_icons/skew-y.svg new file mode 100644 index 000000000..ea9c63d41 --- /dev/null +++ b/src/_icons/skew-y.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/sticker-2.svg b/src/_icons/sticker-2.svg new file mode 100644 index 000000000..487c3c9bf --- /dev/null +++ b/src/_icons/sticker-2.svg @@ -0,0 +1,6 @@ +--- +--- + + + +