diff options
author | codecalm <codecalm@gmail.com> | 2020-03-01 23:39:11 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-01 23:39:11 +0100 |
commit | bcaf3d0a3dd1a7e8a9b4053719b69b7240dc58e1 (patch) | |
tree | b39433571c5518fc3170d7c97d252c1fc51f35ed /_icons/sun.svg | |
parent | battery fixes (diff) | |
download | tabler-icons-bcaf3d0a3dd1a7e8a9b4053719b69b7240dc58e1.tar.xz |
weather icons
Diffstat (limited to '_icons/sun.svg')
-rw-r--r-- | _icons/sun.svg | 7 |
1 files changed, 7 insertions, 0 deletions
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> |