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 + 10 files changed, 56 insertions(+) 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 (limited to '_icons') diff --git a/_icons/cloud-rain.svg b/_icons/cloud-rain.svg new file mode 100644 index 0000000..f985a48 --- /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 0000000..afd065d --- /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 0000000..1596f38 --- /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 0000000..0fac037 --- /dev/null +++ b/_icons/credit-card.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/_icons/download.svg b/_icons/download.svg index ef94afd..1a6a4fc 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 0000000..8d8e8aa --- /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 0000000..a2b2595 --- /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 0000000..2c51897 --- /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 0000000..8176eeb --- /dev/null +++ b/_icons/sun.svg @@ -0,0 +1,7 @@ +--- +group: weather +--- + + + + diff --git a/_icons/upload.svg b/_icons/upload.svg index d48df61..2dd97a4 100644 --- a/_icons/upload.svg +++ b/_icons/upload.svg @@ -1,4 +1,5 @@ --- +group: download --- -- cgit v1.2.1