feat: dim sun icon (#545)
* feat: dim sun icon * Add "brightness" tag Co-authored-by: Brandon Duffany <brandonduffany@gmail.com> * feat: new design of sun-dim icon Co-authored by: @karsa-mistmere * feat: update "sun-dim" icon tags Co-authored-by: Brandon Duffany <brandonduffany@gmail.com>
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<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="M12 16a4 4 0 100-8 4 4 0 000 8z" />
|
||||
<path d="M12 4h.01" />
|
||||
<path d="M20 12h.01" />
|
||||
<path d="M12 20h.01" />
|
||||
<path d="M4 12h.01" />
|
||||
<path d="M17.657 6.343h.01" />
|
||||
<path d="M17.657 17.657h.01" />
|
||||
<path d="M6.343 17.657h.01" />
|
||||
<path d="M6.343 6.343h.01" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 489 B |
Reference in New Issue
Block a user