mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 21:17:43 +01:00
Add rainbow icon (#1357)
* Add `rainbow` icon
* Add `cloud` variant
* Revert "Add `cloud` variant"
This reverts commit ff23e27606.
This commit is contained in:
19
icons/rainbow.json
Normal file
19
icons/rainbow.json
Normal 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
15
icons/rainbow.svg
Normal 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 |
Reference in New Issue
Block a user