diff options
author | codecalm <codecalm@gmail.com> | 2020-09-17 22:46:12 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-17 22:46:12 +0200 |
commit | 60999ea20f6ec3570c23acc0f476e61f1f352065 (patch) | |
tree | 0a40ff96604552d25f9424eb0cb128d125a1d84d /src/_icons/cloud-fog.svg | |
parent | `smart-home` icon (diff) | |
download | tabler-icons-60999ea20f6ec3570c23acc0f476e61f1f352065.tar.xz |
4 new icons: `cloud-fog`, `step-into`, `step-out`, `tornado`
Fixed icons: `3d-cube-sphere`, `brand-windows`, `curly-loop`, `device-mobile-rotated`, `road-sign`, `square-rotated`
Diffstat (limited to 'src/_icons/cloud-fog.svg')
-rw-r--r-- | src/_icons/cloud-fog.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/cloud-fog.svg b/src/_icons/cloud-fog.svg new file mode 100644 index 00000000..b4a195ed --- /dev/null +++ b/src/_icons/cloud-fog.svg @@ -0,0 +1,8 @@ +--- +tags: [weather, online] +category: Weather +--- +<svg> + <path d="M7 16a4.6 4.4 0 0 1 0 -9h0a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-12" /> + <line x1="5" y1="20" x2="19" y2="20" /> +</svg> |