From bcaf3d0a3dd1a7e8a9b4053719b69b7240dc58e1 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 1 Mar 2020 23:39:11 +0100 Subject: weather icons --- _icons/cloud-rain.svg | 7 +++ _icons/cloud-snow.svg | 7 +++ _icons/cloud.svg | 6 +++ _icons/credit-card.svg | 8 +++ _icons/download.svg | 1 + _icons/map.svg | 7 +++ _icons/moon.svg | 5 ++ _icons/printer.svg | 7 +++ _icons/sun.svg | 7 +++ _icons/upload.svg | 1 + icons.svg | 134 +++++++++++++++++++++++++++++-------------------- index.html | 6 ++- 12 files changed, 139 insertions(+), 57 deletions(-) create mode 100644 _icons/cloud-rain.svg create mode 100644 _icons/cloud-snow.svg create mode 100644 _icons/cloud.svg create mode 100644 _icons/credit-card.svg create mode 100644 _icons/map.svg create mode 100644 _icons/moon.svg create mode 100644 _icons/printer.svg create mode 100644 _icons/sun.svg diff --git a/_icons/cloud-rain.svg b/_icons/cloud-rain.svg new file mode 100644 index 00000000..f985a480 --- /dev/null +++ b/_icons/cloud-rain.svg @@ -0,0 +1,7 @@ +--- +group: weather +--- + + + + diff --git a/_icons/cloud-snow.svg b/_icons/cloud-snow.svg new file mode 100644 index 00000000..afd065de --- /dev/null +++ b/_icons/cloud-snow.svg @@ -0,0 +1,7 @@ +--- +group: weather +--- + + + + diff --git a/_icons/cloud.svg b/_icons/cloud.svg new file mode 100644 index 00000000..1596f381 --- /dev/null +++ b/_icons/cloud.svg @@ -0,0 +1,6 @@ +--- +group: weather +--- + + + diff --git a/_icons/credit-card.svg b/_icons/credit-card.svg new file mode 100644 index 00000000..0fac0379 --- /dev/null +++ b/_icons/credit-card.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/_icons/download.svg b/_icons/download.svg index ef94afdf..1a6a4fc3 100644 --- a/_icons/download.svg +++ b/_icons/download.svg @@ -1,4 +1,5 @@ --- +group: download --- diff --git a/_icons/map.svg b/_icons/map.svg new file mode 100644 index 00000000..8d8e8aac --- /dev/null +++ b/_icons/map.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/_icons/moon.svg b/_icons/moon.svg new file mode 100644 index 00000000..a2b2595b --- /dev/null +++ b/_icons/moon.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/_icons/printer.svg b/_icons/printer.svg new file mode 100644 index 00000000..2c518973 --- /dev/null +++ b/_icons/printer.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/_icons/sun.svg b/_icons/sun.svg new file mode 100644 index 00000000..8176eeb9 --- /dev/null +++ b/_icons/sun.svg @@ -0,0 +1,7 @@ +--- +group: weather +--- + + + + diff --git a/_icons/upload.svg b/_icons/upload.svg index d48df612..2dd97a4a 100644 --- a/_icons/upload.svg +++ b/_icons/upload.svg @@ -1,4 +1,5 @@ --- +group: download --- diff --git a/icons.svg b/icons.svg index 685ca8ea..dc5fcc83 100644 --- a/icons.svg +++ b/icons.svg @@ -133,12 +133,20 @@ + + + + + + + + @@ -177,6 +185,8 @@ + + @@ -195,6 +205,8 @@ + + @@ -207,6 +219,8 @@ + + @@ -215,6 +229,8 @@ + + @@ -306,60 +322,68 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 1e5745b6..19a642e3 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,8 @@
+ {% assign icons = site.icons %} + {% assign first-icon = site.icons | reverse | first %} {% assign slug = first-icon.slug %} {% capture first-icon %} @@ -85,7 +87,7 @@