diff options
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" /> |