Add rainbow icon (#1357)

* Add `rainbow` icon

* Add `cloud` variant

* Revert "Add `cloud` variant"

This reverts commit ff23e27606.
This commit is contained in:
Daniel Bayley
2023-06-21 08:21:33 +01:00
committed by GitHub
parent d041a2b02a
commit b578269ecb
2 changed files with 34 additions and 0 deletions

19
icons/rainbow.json Normal file
View File

@@ -0,0 +1,19 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"colors",
"colours",
"spectrum",
"light",
"prism",
"arc",
"clear",
"sunshine"
],
"categories": [
"weather"
]
}

15
icons/rainbow.svg Normal file
View File

@@ -0,0 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M22 17a10 10 0 0 0-20 0" />
<path d="M6 17a6 6 0 0 1 12 0" />
<path d="M10 17a2 2 0 0 1 4 0" />
</svg>

After

Width:  |  Height:  |  Size: 319 B