From c8faad767b5f3dcdb855f83bd61b1515d0d6a6da Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 23 Oct 2020 23:07:26 +0200 Subject: [PATCH] 17 new icons: `brand-booking`, `brand-google-analytics`, `brand-shazam`, `chart-circles`, `eye-check`, `file-alert`, `file-code-2`, `forms`, `mail-forward`, `massage`, `old`, `scuba-mask`, `shopping-cart-discount`, `sport-billard`, `square-root-2`, `square-root`, `tent` Fixed icons: `ice-cream`, `physotherapist`, `presentation-analytics`, `presentation`, `server` --- src/_icons/brand-booking.svg | 8 ++++++++ src/_icons/brand-google-analytics.svg | 8 ++++++++ src/_icons/brand-shazam.svg | 7 +++++++ src/_icons/chart-circles.svg | 7 +++++++ src/_icons/eye-check.svg | 7 +++++++ src/_icons/file-alert.svg | 9 +++++++++ src/_icons/file-code-2.svg | 9 +++++++++ src/_icons/forms.svg | 11 +++++++++++ src/_icons/ice-cream.svg | 6 ++++-- src/_icons/mail-forward.svg | 9 +++++++++ src/_icons/massage.svg | 9 +++++++++ src/_icons/old.svg | 9 +++++++++ src/_icons/physotherapist.svg | 11 ++++++----- src/_icons/presentation-analytics.svg | 2 +- src/_icons/presentation.svg | 2 +- src/_icons/scuba-mask.svg | 7 +++++++ src/_icons/server.svg | 1 + src/_icons/shopping-cart-discount.svg | 13 +++++++++++++ src/_icons/sport-billard.svg | 7 +++++++ src/_icons/square-root-2.svg | 8 ++++++++ src/_icons/square-root.svg | 6 ++++++ src/_icons/tent.svg | 5 +++++ 22 files changed, 152 insertions(+), 9 deletions(-) create mode 100644 src/_icons/brand-booking.svg create mode 100644 src/_icons/brand-google-analytics.svg create mode 100644 src/_icons/brand-shazam.svg create mode 100644 src/_icons/chart-circles.svg create mode 100644 src/_icons/eye-check.svg create mode 100644 src/_icons/file-alert.svg create mode 100644 src/_icons/file-code-2.svg create mode 100644 src/_icons/forms.svg create mode 100644 src/_icons/mail-forward.svg create mode 100644 src/_icons/massage.svg create mode 100644 src/_icons/old.svg create mode 100644 src/_icons/scuba-mask.svg create mode 100644 src/_icons/shopping-cart-discount.svg create mode 100644 src/_icons/sport-billard.svg create mode 100644 src/_icons/square-root-2.svg create mode 100644 src/_icons/square-root.svg create mode 100644 src/_icons/tent.svg diff --git a/src/_icons/brand-booking.svg b/src/_icons/brand-booking.svg new file mode 100644 index 000000000..74f9304cb --- /dev/null +++ b/src/_icons/brand-booking.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- + + + + + diff --git a/src/_icons/brand-google-analytics.svg b/src/_icons/brand-google-analytics.svg new file mode 100644 index 000000000..cf6b8337e --- /dev/null +++ b/src/_icons/brand-google-analytics.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- + + + + + diff --git a/src/_icons/brand-shazam.svg b/src/_icons/brand-shazam.svg new file mode 100644 index 000000000..7d71014e5 --- /dev/null +++ b/src/_icons/brand-shazam.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/chart-circles.svg b/src/_icons/chart-circles.svg new file mode 100644 index 000000000..710a8fbb5 --- /dev/null +++ b/src/_icons/chart-circles.svg @@ -0,0 +1,7 @@ +--- +category: Charts +--- + + + + diff --git a/src/_icons/eye-check.svg b/src/_icons/eye-check.svg new file mode 100644 index 000000000..0dba75415 --- /dev/null +++ b/src/_icons/eye-check.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/file-alert.svg b/src/_icons/file-alert.svg new file mode 100644 index 000000000..bafcfb35e --- /dev/null +++ b/src/_icons/file-alert.svg @@ -0,0 +1,9 @@ +--- +category: Document +--- + + + + + + diff --git a/src/_icons/file-code-2.svg b/src/_icons/file-code-2.svg new file mode 100644 index 000000000..47faf1590 --- /dev/null +++ b/src/_icons/file-code-2.svg @@ -0,0 +1,9 @@ +--- +category: Document +--- + + + + + + diff --git a/src/_icons/forms.svg b/src/_icons/forms.svg new file mode 100644 index 000000000..db2ea6693 --- /dev/null +++ b/src/_icons/forms.svg @@ -0,0 +1,11 @@ +--- +category: Text +--- + + + + + + + + diff --git a/src/_icons/ice-cream.svg b/src/_icons/ice-cream.svg index 7dcb17e59..4cfe945e0 100644 --- a/src/_icons/ice-cream.svg +++ b/src/_icons/ice-cream.svg @@ -3,6 +3,8 @@ tags: [candy, dessert, frozen, sweet] version: 1.0 --- - - + + + + diff --git a/src/_icons/mail-forward.svg b/src/_icons/mail-forward.svg new file mode 100644 index 000000000..9e0e1294a --- /dev/null +++ b/src/_icons/mail-forward.svg @@ -0,0 +1,9 @@ +--- +category: Communication +--- + + + + + + diff --git a/src/_icons/massage.svg b/src/_icons/massage.svg new file mode 100644 index 000000000..b519567bd --- /dev/null +++ b/src/_icons/massage.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/old.svg b/src/_icons/old.svg new file mode 100644 index 000000000..d35cd4f49 --- /dev/null +++ b/src/_icons/old.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/physotherapist.svg b/src/_icons/physotherapist.svg index aa8dddc5a..d81d4fdf7 100644 --- a/src/_icons/physotherapist.svg +++ b/src/_icons/physotherapist.svg @@ -1,9 +1,10 @@ --- --- - - - - - + + + + + + diff --git a/src/_icons/presentation-analytics.svg b/src/_icons/presentation-analytics.svg index 503402880..650d234cf 100644 --- a/src/_icons/presentation-analytics.svg +++ b/src/_icons/presentation-analytics.svg @@ -1,6 +1,6 @@ --- tags: [slideshow, display, exhibition, speech, topic, conference] -category: Documents +category: Document --- diff --git a/src/_icons/presentation.svg b/src/_icons/presentation.svg index 99dd4ccb9..ff5c1d0ff 100644 --- a/src/_icons/presentation.svg +++ b/src/_icons/presentation.svg @@ -1,6 +1,6 @@ --- tags: [slideshow, display, exhibition, speech, topic, conference] -category: Documents +category: Document version: 1.2 --- diff --git a/src/_icons/scuba-mask.svg b/src/_icons/scuba-mask.svg new file mode 100644 index 000000000..632ec89f4 --- /dev/null +++ b/src/_icons/scuba-mask.svg @@ -0,0 +1,7 @@ +--- +category: Sport +--- + + + + diff --git a/src/_icons/server.svg b/src/_icons/server.svg index cfd09f895..5475e13a6 100644 --- a/src/_icons/server.svg +++ b/src/_icons/server.svg @@ -1,4 +1,5 @@ --- +category: Devices tags: [storage, hosting, www] version: 1.0 --- diff --git a/src/_icons/shopping-cart-discount.svg b/src/_icons/shopping-cart-discount.svg new file mode 100644 index 000000000..aea10dd55 --- /dev/null +++ b/src/_icons/shopping-cart-discount.svg @@ -0,0 +1,13 @@ +--- +category: E-commerce +tags: [shop, store, buy, purchase, product, bag, trolley, supermarket, grocery] +--- + + + + + + + + + diff --git a/src/_icons/sport-billard.svg b/src/_icons/sport-billard.svg new file mode 100644 index 000000000..5c8417572 --- /dev/null +++ b/src/_icons/sport-billard.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/square-root-2.svg b/src/_icons/square-root-2.svg new file mode 100644 index 000000000..6c54db8ca --- /dev/null +++ b/src/_icons/square-root-2.svg @@ -0,0 +1,8 @@ +--- +category: Math +--- + + + + + diff --git a/src/_icons/square-root.svg b/src/_icons/square-root.svg new file mode 100644 index 000000000..7d67530ae --- /dev/null +++ b/src/_icons/square-root.svg @@ -0,0 +1,6 @@ +--- +category: Math +--- + + + diff --git a/src/_icons/tent.svg b/src/_icons/tent.svg new file mode 100644 index 000000000..97b0cf4c4 --- /dev/null +++ b/src/_icons/tent.svg @@ -0,0 +1,5 @@ +--- +--- + + +