diff options
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/cloud-rain.svg | 7 | ||||
-rw-r--r-- | _icons/cloud-snow.svg | 7 | ||||
-rw-r--r-- | _icons/cloud.svg | 6 | ||||
-rw-r--r-- | _icons/credit-card.svg | 8 | ||||
-rw-r--r-- | _icons/download.svg | 1 | ||||
-rw-r--r-- | _icons/map.svg | 7 | ||||
-rw-r--r-- | _icons/moon.svg | 5 | ||||
-rw-r--r-- | _icons/printer.svg | 7 | ||||
-rw-r--r-- | _icons/sun.svg | 7 | ||||
-rw-r--r-- | _icons/upload.svg | 1 |
10 files changed, 56 insertions, 0 deletions
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 +--- +<svg> + <path d="M7 18a4.6 4.4 0 01 0 -9h0a5 4.5 0 0111 2h1a3.5 3.5 0 01 0 7"></path> + <path d="M11 13v2m0 3v2m4 -5v2m0 3v2"></path> +</svg> 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 +--- +<svg> + <path d="M7 18a4.6 4.4 0 01 0 -9h0a5 4.5 0 0111 2h1a3.5 3.5 0 01 0 7"></path> + <path d="M11 15v.01m0 3v.01m0 3v.01m4 -4v.01m0 3v.01"></path> +</svg> 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 +--- +<svg> + <path d="M7 18a4.6 4.4 0 01 0 -9h0a5 4.5 0 0111 2h1a3.5 3.5 0 01 0 7h-12"></path> +</svg> 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 @@ +--- +--- +<svg> + <rect x="3" y="5" width="18" height="14" rx="3"></rect> + <polyline points="3 10 21 10"></polyline> + <polyline points="7 15 7.01 15"></polyline> + <polyline points="11 15 13 15"></polyline> +</svg> 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 --- <svg> <path d="M4 17v2a2 2 0 002 2h12a2 2 0 002 -2v-2"></path> 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 @@ +--- +--- +<svg> + <polyline points="3 4 9 7 15 4 21 7 21 20 15 17 9 20 3 17 3 4"></polyline> + <polyline points="9 7 9 20"></polyline> + <polyline points="15 4 15 17"></polyline> +</svg> 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 @@ +--- +--- +<svg> + <path d="M12 3a9 9 0 109 9a6.5 6.5 0 11-9 -9"></path> +</svg> 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 @@ +--- +--- +<svg> + <path d="M17 17h2a2 2 0 002 -2v-4a2 2 0 00-2 -2h-14a2 2 0 00-2 2v4a2 2 0 002 2h2"></path> + <path d="M17 9v-4a2 2 0 00-2 -2h-6a2 2 0 00-2 2v4"></path> + <rect x="7" y="13" width="10" height="8" rx="2"></rect> +</svg> 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 +--- +<svg> + <circle cx="12" cy="12" r="4" /> + <path d="M3 12h1M12 3v1M20 12h1M12 20v1M5.6 5.6l.7 .7M18.4 5.6l-.7 .7M17.7 17.7l.7 .7M6.3 17.7l-.7 .7"></path> +</svg> 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 --- <svg> <path d="M4 17v2a2 2 0 002 2h12a2 2 0 002 -2v-2"></path> |