diff options
author | codecalm <codecalm@gmail.com> | 2020-09-26 22:27:34 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-26 22:27:34 +0200 |
commit | 47443b36a2dc4a970e54cbfda4d65c7e62236c23 (patch) | |
tree | 8e3ab1dab8b2cb49bdafe7d6e4eb3abd9f7e99f9 /src/_icons/cloud-off.svg | |
parent | icons cleanup, categories (diff) | |
download | tabler-icons-47443b36a2dc4a970e54cbfda4d65c7e62236c23.tar.xz |
5 new icons: `cloud-off`, `message-circle-2`, `message-circle-off`, `message-off`, `messages-off`
Fixed icons: `contrast`, `copy`, `indent-decrease`, `indent-increase`, `message-2`, `message-circle`, `message-dots`, `message-plus`, `message-report`, `message`, `messages`, `player-play`, `player-skip-back`, `player-skip-forward`, `player-track-next`, `player-track-prev`, `printer`, `table`
Diffstat (limited to 'src/_icons/cloud-off.svg')
-rw-r--r-- | src/_icons/cloud-off.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/cloud-off.svg b/src/_icons/cloud-off.svg new file mode 100644 index 00000000..4201faaa --- /dev/null +++ b/src/_icons/cloud-off.svg @@ -0,0 +1,7 @@ +--- +category: Weather +--- +<svg> + <line x1="3" y1="3" x2="21" y2="21" /> + <path d="M18 18h-11c-2.598 0 -4.705 -2.015 -4.705 -4.5s2.107 -4.5 4.705 -4.5c.112 -.5 .305 -.973 .568 -1.408m2.094 -1.948c.329 -.174 .68 -.319 1.05 -.43c1.9 -.576 3.997 -.194 5.5 1c1.503 1.192 2.185 3.017 1.788 4.786h1a3.5 3.5 0 0 1 2.212 6.212" /> +</svg> |