From 60999ea20f6ec3570c23acc0f476e61f1f352065 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 17 Sep 2020 22:46:12 +0200 Subject: 4 new icons: `cloud-fog`, `step-into`, `step-out`, `tornado` Fixed icons: `3d-cube-sphere`, `brand-windows`, `curly-loop`, `device-mobile-rotated`, `road-sign`, `square-rotated` --- src/_icons/3d-cube-sphere.svg | 24 ++++++++++++------------ src/_icons/brand-windows.svg | 6 +++--- src/_icons/cloud-fog.svg | 8 ++++++++ src/_icons/curly-loop.svg | 2 +- src/_icons/device-mobile-rotated.svg | 6 +++--- src/_icons/road-sign.svg | 6 +++--- src/_icons/square-rotated.svg | 2 +- src/_icons/step-into.svg | 9 +++++++++ src/_icons/step-out.svg | 9 +++++++++ src/_icons/tornado.svg | 10 ++++++++++ 10 files changed, 59 insertions(+), 23 deletions(-) create mode 100644 src/_icons/cloud-fog.svg create mode 100644 src/_icons/step-into.svg create mode 100644 src/_icons/step-out.svg create mode 100644 src/_icons/tornado.svg (limited to 'src/_icons') diff --git a/src/_icons/3d-cube-sphere.svg b/src/_icons/3d-cube-sphere.svg index 982faf9..7856173 100644 --- a/src/_icons/3d-cube-sphere.svg +++ b/src/_icons/3d-cube-sphere.svg @@ -1,16 +1,16 @@ --- --- - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/src/_icons/brand-windows.svg b/src/_icons/brand-windows.svg index 23f8526..9f0fbf1 100644 --- a/src/_icons/brand-windows.svg +++ b/src/_icons/brand-windows.svg @@ -2,7 +2,7 @@ category: Brand --- - - - + + + diff --git a/src/_icons/cloud-fog.svg b/src/_icons/cloud-fog.svg new file mode 100644 index 0000000..b4a195e --- /dev/null +++ b/src/_icons/cloud-fog.svg @@ -0,0 +1,8 @@ +--- +tags: [weather, online] +category: Weather +--- + + + + diff --git a/src/_icons/curly-loop.svg b/src/_icons/curly-loop.svg index 845d189..25c2117 100644 --- a/src/_icons/curly-loop.svg +++ b/src/_icons/curly-loop.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/src/_icons/device-mobile-rotated.svg b/src/_icons/device-mobile-rotated.svg index 25594b7..50f08b3 100644 --- a/src/_icons/device-mobile-rotated.svg +++ b/src/_icons/device-mobile-rotated.svg @@ -4,8 +4,8 @@ category: Devices --- - - - + + + diff --git a/src/_icons/road-sign.svg b/src/_icons/road-sign.svg index 600b67d..585881c 100644 --- a/src/_icons/road-sign.svg +++ b/src/_icons/road-sign.svg @@ -1,7 +1,7 @@ --- --- - - - + + + diff --git a/src/_icons/square-rotated.svg b/src/_icons/square-rotated.svg index f5fcbd2..41668b6 100644 --- a/src/_icons/square-rotated.svg +++ b/src/_icons/square-rotated.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/src/_icons/step-into.svg b/src/_icons/step-into.svg new file mode 100644 index 0000000..deb0f3b --- /dev/null +++ b/src/_icons/step-into.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- + + + + + + diff --git a/src/_icons/step-out.svg b/src/_icons/step-out.svg new file mode 100644 index 0000000..958c039 --- /dev/null +++ b/src/_icons/step-out.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- + + + + + + diff --git a/src/_icons/tornado.svg b/src/_icons/tornado.svg new file mode 100644 index 0000000..de2814a --- /dev/null +++ b/src/_icons/tornado.svg @@ -0,0 +1,10 @@ +--- +category: Weather +--- + + + + + + + -- cgit v1.2.1