From b67a03bd2ace9baa0d86a62067f3824a6c6f0e52 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 10 Apr 2020 15:35:26 +0200 Subject: 14 new icons: `apps`, `browser`, `brush`, `calendar-minus`, `calendar-plus`, `car`, `click`, `discount`, `language`, `license`, `new-section`, `scale`, `tax`, `truck` Fixed icons: `world` --- src/_icons/apps.svg | 9 +++++++++ src/_icons/browser.svg | 7 +++++++ src/_icons/brush.svg | 9 +++++++++ src/_icons/calendar-minus.svg | 11 +++++++++++ src/_icons/calendar-plus.svg | 12 ++++++++++++ src/_icons/car.svg | 7 +++++++ src/_icons/click.svg | 10 ++++++++++ src/_icons/discount.svg | 8 ++++++++ src/_icons/language.svg | 6 ++++++ src/_icons/license.svg | 7 +++++++ src/_icons/new-section.svg | 7 +++++++ src/_icons/scale.svg | 9 +++++++++ src/_icons/tax.svg | 8 ++++++++ src/_icons/truck.svg | 7 +++++++ src/_icons/world.svg | 7 ++++--- 15 files changed, 121 insertions(+), 3 deletions(-) create mode 100644 src/_icons/apps.svg create mode 100644 src/_icons/browser.svg create mode 100644 src/_icons/brush.svg create mode 100644 src/_icons/calendar-minus.svg create mode 100644 src/_icons/calendar-plus.svg create mode 100644 src/_icons/car.svg create mode 100644 src/_icons/click.svg create mode 100644 src/_icons/discount.svg create mode 100644 src/_icons/language.svg create mode 100644 src/_icons/license.svg create mode 100644 src/_icons/new-section.svg create mode 100644 src/_icons/scale.svg create mode 100644 src/_icons/tax.svg create mode 100644 src/_icons/truck.svg (limited to 'src') diff --git a/src/_icons/apps.svg b/src/_icons/apps.svg new file mode 100644 index 0000000..15db69f --- /dev/null +++ b/src/_icons/apps.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/browser.svg b/src/_icons/browser.svg new file mode 100644 index 0000000..969c1ef --- /dev/null +++ b/src/_icons/browser.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/brush.svg b/src/_icons/brush.svg new file mode 100644 index 0000000..633f49f --- /dev/null +++ b/src/_icons/brush.svg @@ -0,0 +1,9 @@ +--- +tags: [] +--- + + + + + + diff --git a/src/_icons/calendar-minus.svg b/src/_icons/calendar-minus.svg new file mode 100644 index 0000000..88d5cde --- /dev/null +++ b/src/_icons/calendar-minus.svg @@ -0,0 +1,11 @@ +--- +tags: [date, day, plan, schedule, agenda, add] +--- + + + + + + + + diff --git a/src/_icons/calendar-plus.svg b/src/_icons/calendar-plus.svg new file mode 100644 index 0000000..3febdcb --- /dev/null +++ b/src/_icons/calendar-plus.svg @@ -0,0 +1,12 @@ +--- +tags: [date, day, plan, schedule, agenda, add] +--- + + + + + + + + + diff --git a/src/_icons/car.svg b/src/_icons/car.svg new file mode 100644 index 0000000..d412380 --- /dev/null +++ b/src/_icons/car.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/click.svg b/src/_icons/click.svg new file mode 100644 index 0000000..a1626fc --- /dev/null +++ b/src/_icons/click.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/discount.svg b/src/_icons/discount.svg new file mode 100644 index 0000000..078d706 --- /dev/null +++ b/src/_icons/discount.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/language.svg b/src/_icons/language.svg new file mode 100644 index 0000000..d221366 --- /dev/null +++ b/src/_icons/language.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/license.svg b/src/_icons/license.svg new file mode 100644 index 0000000..5da44c2 --- /dev/null +++ b/src/_icons/license.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/new-section.svg b/src/_icons/new-section.svg new file mode 100644 index 0000000..b86bd7a --- /dev/null +++ b/src/_icons/new-section.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/scale.svg b/src/_icons/scale.svg new file mode 100644 index 0000000..058a46c --- /dev/null +++ b/src/_icons/scale.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/tax.svg b/src/_icons/tax.svg new file mode 100644 index 0000000..db32e95 --- /dev/null +++ b/src/_icons/tax.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/truck.svg b/src/_icons/truck.svg new file mode 100644 index 0000000..5b5720d --- /dev/null +++ b/src/_icons/truck.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/world.svg b/src/_icons/world.svg index acc5c10..0d2ec12 100644 --- a/src/_icons/world.svg +++ b/src/_icons/world.svg @@ -3,7 +3,8 @@ tags: [earth, globe, global, language, union] --- - - - + + + + -- cgit v1.2.1