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/tornado.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/tornado.svg')
-rw-r--r-- | src/_icons/tornado.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/_icons/tornado.svg b/src/_icons/tornado.svg new file mode 100644 index 00000000..de2814a2 --- /dev/null +++ b/src/_icons/tornado.svg @@ -0,0 +1,10 @@ +--- +category: Weather +--- +<svg> + <path d="M21 4h-18" /> + <path d="M13 16h-6" /> + <line x1="11" y1="20" x2="15" y2="20" /> + <line x1="6" y1="8" x2="20" y2="8" /> + <line x1="4" y1="12" x2="16" y2="12" /> +</svg> |