From 666351d23e4ab00fc2abda36099c1f853b362375 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 23 Sep 2020 19:59:05 +0200 Subject: 8 new icons: `brand-appstore`, `brand-google-play`, `building-monument`, `circle-dashed`, `circle-dotted`, `mood-boy`, `world-latitude`, `world-longitude` --- src/_icons/brand-appstore.svg | 9 +++++++++ src/_icons/brand-google-play.svg | 8 ++++++++ src/_icons/building-monument.svg | 8 ++++++++ src/_icons/circle-dashed.svg | 12 ++++++++++++ src/_icons/circle-dotted.svg | 16 ++++++++++++++++ src/_icons/mood-boy.svg | 12 ++++++++++++ src/_icons/world-latitude.svg | 9 +++++++++ src/_icons/world-longitude.svg | 9 +++++++++ 8 files changed, 83 insertions(+) create mode 100644 src/_icons/brand-appstore.svg create mode 100644 src/_icons/brand-google-play.svg create mode 100644 src/_icons/building-monument.svg create mode 100644 src/_icons/circle-dashed.svg create mode 100644 src/_icons/circle-dotted.svg create mode 100644 src/_icons/mood-boy.svg create mode 100644 src/_icons/world-latitude.svg create mode 100644 src/_icons/world-longitude.svg diff --git a/src/_icons/brand-appstore.svg b/src/_icons/brand-appstore.svg new file mode 100644 index 0000000..931cfaa --- /dev/null +++ b/src/_icons/brand-appstore.svg @@ -0,0 +1,9 @@ +--- +category: Brand +--- + + + + + + diff --git a/src/_icons/brand-google-play.svg b/src/_icons/brand-google-play.svg new file mode 100644 index 0000000..503a62c --- /dev/null +++ b/src/_icons/brand-google-play.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- + + + + + diff --git a/src/_icons/building-monument.svg b/src/_icons/building-monument.svg new file mode 100644 index 0000000..f5dda81 --- /dev/null +++ b/src/_icons/building-monument.svg @@ -0,0 +1,8 @@ +--- +category: Buildings +--- + + + + + diff --git a/src/_icons/circle-dashed.svg b/src/_icons/circle-dashed.svg new file mode 100644 index 0000000..89644ca --- /dev/null +++ b/src/_icons/circle-dashed.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/src/_icons/circle-dotted.svg b/src/_icons/circle-dotted.svg new file mode 100644 index 0000000..6b29000 --- /dev/null +++ b/src/_icons/circle-dotted.svg @@ -0,0 +1,16 @@ +--- +--- + + + + + + + + + + + + + + diff --git a/src/_icons/mood-boy.svg b/src/_icons/mood-boy.svg new file mode 100644 index 0000000..ca5c6be --- /dev/null +++ b/src/_icons/mood-boy.svg @@ -0,0 +1,12 @@ +--- +tags: [face, emoji, emotion] +category: Mood +--- + + + + + + + + diff --git a/src/_icons/world-latitude.svg b/src/_icons/world-latitude.svg new file mode 100644 index 0000000..15e699a --- /dev/null +++ b/src/_icons/world-latitude.svg @@ -0,0 +1,9 @@ +--- +tags: [earth, globe, global, language, union] +--- + + + + + + diff --git a/src/_icons/world-longitude.svg b/src/_icons/world-longitude.svg new file mode 100644 index 0000000..af88c3f --- /dev/null +++ b/src/_icons/world-longitude.svg @@ -0,0 +1,9 @@ +--- +tags: [earth, globe, global, language, union] +--- + + + + + + -- cgit v1.2.1