diff options
author | codecalm <codecalm@gmail.com> | 2020-09-26 19:23:34 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-26 19:23:34 +0200 |
commit | 0142b8eb4e863ea6202620000dfc771dcb533ab2 (patch) | |
tree | 3d5ecdd79426f1640f355ade7c2a52f433af7eaa /src/_icons/tornado.svg | |
parent | 4 new icons: `box-3d`, `box-seam`, `vector-beizer-2`, `vector-beizer` (diff) | |
download | tabler-icons-0142b8eb4e863ea6202620000dfc771dcb533ab2.tar.xz |
Fixed icons: `antenna-bars-1`, `antenna-bars-2`, `antenna-bars-3`, `antenna-bars-4`, `antenna-bars-5`, `brand-linkedin`, `building-store`, `caravan`, `mars`, `skip-back`, `tornado`, `wiper-wash`, `zodiac-aries`
Diffstat (limited to 'src/_icons/tornado.svg')
-rw-r--r-- | src/_icons/tornado.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/tornado.svg b/src/_icons/tornado.svg index de2814a2..48c5e414 100644 --- a/src/_icons/tornado.svg +++ b/src/_icons/tornado.svg @@ -2,8 +2,8 @@ category: Weather --- <svg> - <path d="M21 4h-18" /> - <path d="M13 16h-6" /> + <line x1="21" y1="4" x2="3" y2="4" /> + <line x1="13" y1="16" x2="7" y2="16" /> <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" /> |