diff options
author | codecalm <codecalm@gmail.com> | 2020-10-01 13:42:08 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-01 13:42:08 +0200 |
commit | 759ebdf12dc4c336456fb3b9424a2f0935bfa372 (patch) | |
tree | dcd12f136174dbbe0d20b70bdb0e835871c2ee7c /src/_icons/sun-off.svg | |
parent | 2 new icons: `pinned-off`, `pinned` #78 (diff) | |
download | tabler-icons-759ebdf12dc4c336456fb3b9424a2f0935bfa372.tar.xz |
2 new icons: `star-off`, `sun-off`
Fixed icons: `pin`
Diffstat (limited to 'src/_icons/sun-off.svg')
-rw-r--r-- | src/_icons/sun-off.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/sun-off.svg b/src/_icons/sun-off.svg new file mode 100644 index 00000000..a694bd66 --- /dev/null +++ b/src/_icons/sun-off.svg @@ -0,0 +1,8 @@ +--- +category: Weather +--- +<svg> + <line x1="3" y1="3" x2="21" y2="21" /> + <path d="M16 12a4 4 0 0 0 -4 -4m-2.834 1.177a4 4 0 0 0 5.66 5.654" /> + <path d="M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7" /> +</svg> |