diff options
author | codecalm <codecalm@gmail.com> | 2020-03-27 20:42:49 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-27 20:42:49 +0100 |
commit | 8a59bf13ec0d820c0b7764185d9ed5131784cd7f (patch) | |
tree | b26cc359dd11a5c4c3bc429d1599761d038a50d3 /src/_icons/device-mobile-vibration.svg | |
parent | subscript, superscript fix (diff) | |
download | tabler-icons-8a59bf13ec0d820c0b7764185d9ed5131784cd7f.tar.xz |
eraser icon, strikethrough fix, plane fix
Diffstat (limited to 'src/_icons/device-mobile-vibration.svg')
-rw-r--r-- | src/_icons/device-mobile-vibration.svg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/_icons/device-mobile-vibration.svg b/src/_icons/device-mobile-vibration.svg index cdeb82e5..5227c7b1 100644 --- a/src/_icons/device-mobile-vibration.svg +++ b/src/_icons/device-mobile-vibration.svg @@ -3,10 +3,10 @@ tags: [iphone, phone, smartphone, cellphone] --- <svg> <g transform="rotate(20 12 12)"> - <rect x="7" y="4" width="10" height="16" rx="1" /> - <line x1="11" y1="5" x2="13" y2="5" /> - <line x1="12" y1="17" x2="12" y2="17.01" /> - <line x1="3" y1="8" x2="3" y2="16" /> - <line x1="21" y1="8" x2="21" y2="16" /> + <rect x="7" y="4" width="10" height="16" rx="1" /> + <line x1="11" y1="5" x2="13" y2="5" /> + <line x1="12" y1="17" x2="12" y2="17.01" /> + <line x1="3" y1="8" x2="3" y2="16" /> + <line x1="21" y1="8" x2="21" y2="16" /> </g> </svg> |