From f2df612a47d6becd454a545f7f721ba6bde5b056 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 29 Nov 2021 00:42:34 +0100 Subject: 17 new icons: `brand-notion`, `device-watch-stats-2`, `device-watch-stats`, `engine`, `git-pull-request-closed`, `hotel-service`, `lemon-2`, `map-search`, `puzzle-2`, `report-search`, `rotate-360`, `tags`, `text-resize`, `trash-x`, `user-search`, `world-download`, `world-upload` Fixed icons: `tag` --- src/_icons/brand-notion.svg | 10 ++++++++++ src/_icons/device-watch-stats-2.svg | 8 ++++++++ src/_icons/device-watch-stats.svg | 10 ++++++++++ src/_icons/engine.svg | 9 +++++++++ src/_icons/git-pull-request-closed.svg | 11 +++++++++++ src/_icons/hotel-service.svg | 5 +++++ src/_icons/lemon-2.svg | 5 +++++ src/_icons/map-search.svg | 9 +++++++++ src/_icons/puzzle-2.svg | 9 +++++++++ src/_icons/report-search.svg | 11 +++++++++++ src/_icons/rotate-360.svg | 6 ++++++ src/_icons/tag.svg | 6 ++---- src/_icons/tags.svg | 7 +++++++ src/_icons/text-resize.svg | 14 ++++++++++++++ src/_icons/trash-x.svg | 8 ++++++++ src/_icons/user-search.svg | 8 ++++++++ src/_icons/world-download.svg | 10 ++++++++++ src/_icons/world-upload.svg | 10 ++++++++++ 18 files changed, 152 insertions(+), 4 deletions(-) create mode 100644 src/_icons/brand-notion.svg create mode 100644 src/_icons/device-watch-stats-2.svg create mode 100644 src/_icons/device-watch-stats.svg create mode 100644 src/_icons/engine.svg create mode 100644 src/_icons/git-pull-request-closed.svg create mode 100644 src/_icons/hotel-service.svg create mode 100644 src/_icons/lemon-2.svg create mode 100644 src/_icons/map-search.svg create mode 100644 src/_icons/puzzle-2.svg create mode 100644 src/_icons/report-search.svg create mode 100644 src/_icons/rotate-360.svg create mode 100644 src/_icons/tags.svg create mode 100644 src/_icons/text-resize.svg create mode 100644 src/_icons/trash-x.svg create mode 100644 src/_icons/user-search.svg create mode 100644 src/_icons/world-download.svg create mode 100644 src/_icons/world-upload.svg diff --git a/src/_icons/brand-notion.svg b/src/_icons/brand-notion.svg new file mode 100644 index 00000000..b4f4f29c --- /dev/null +++ b/src/_icons/brand-notion.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/device-watch-stats-2.svg b/src/_icons/device-watch-stats-2.svg new file mode 100644 index 00000000..4e6b798c --- /dev/null +++ b/src/_icons/device-watch-stats-2.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/device-watch-stats.svg b/src/_icons/device-watch-stats.svg new file mode 100644 index 00000000..8e87b1fc --- /dev/null +++ b/src/_icons/device-watch-stats.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/engine.svg b/src/_icons/engine.svg new file mode 100644 index 00000000..725e6f0f --- /dev/null +++ b/src/_icons/engine.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/git-pull-request-closed.svg b/src/_icons/git-pull-request-closed.svg new file mode 100644 index 00000000..5247fe4f --- /dev/null +++ b/src/_icons/git-pull-request-closed.svg @@ -0,0 +1,11 @@ +--- +tags: [code, version control, command] +--- + + + + + + + + diff --git a/src/_icons/hotel-service.svg b/src/_icons/hotel-service.svg new file mode 100644 index 00000000..0eb7d3e4 --- /dev/null +++ b/src/_icons/hotel-service.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/lemon-2.svg b/src/_icons/lemon-2.svg new file mode 100644 index 00000000..76cd65f5 --- /dev/null +++ b/src/_icons/lemon-2.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/src/_icons/map-search.svg b/src/_icons/map-search.svg new file mode 100644 index 00000000..284cccda --- /dev/null +++ b/src/_icons/map-search.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/puzzle-2.svg b/src/_icons/puzzle-2.svg new file mode 100644 index 00000000..e1aac4bc --- /dev/null +++ b/src/_icons/puzzle-2.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/report-search.svg b/src/_icons/report-search.svg new file mode 100644 index 00000000..a9583f7d --- /dev/null +++ b/src/_icons/report-search.svg @@ -0,0 +1,11 @@ +--- +--- + + + + + + + + + diff --git a/src/_icons/rotate-360.svg b/src/_icons/rotate-360.svg new file mode 100644 index 00000000..2dc8632d --- /dev/null +++ b/src/_icons/rotate-360.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/tag.svg b/src/_icons/tag.svg index a046508d..13800fa2 100644 --- a/src/_icons/tag.svg +++ b/src/_icons/tag.svg @@ -1,8 +1,6 @@ --- -tags: [label, price] -version: "1.0" --- - - + + diff --git a/src/_icons/tags.svg b/src/_icons/tags.svg new file mode 100644 index 00000000..16d84eb2 --- /dev/null +++ b/src/_icons/tags.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/text-resize.svg b/src/_icons/text-resize.svg new file mode 100644 index 00000000..46bfe05c --- /dev/null +++ b/src/_icons/text-resize.svg @@ -0,0 +1,14 @@ +--- +--- + + + + + + + + + + + + diff --git a/src/_icons/trash-x.svg b/src/_icons/trash-x.svg new file mode 100644 index 00000000..2ca55ffa --- /dev/null +++ b/src/_icons/trash-x.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/user-search.svg b/src/_icons/user-search.svg new file mode 100644 index 00000000..c6146650 --- /dev/null +++ b/src/_icons/user-search.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/world-download.svg b/src/_icons/world-download.svg new file mode 100644 index 00000000..39819872 --- /dev/null +++ b/src/_icons/world-download.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/world-upload.svg b/src/_icons/world-upload.svg new file mode 100644 index 00000000..35ec51b4 --- /dev/null +++ b/src/_icons/world-upload.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + -- cgit v1.2.1