diff options
Diffstat (limited to '_icons/device-mobile.svg')
-rw-r--r-- | _icons/device-mobile.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_icons/device-mobile.svg b/_icons/device-mobile.svg index 3d11be9a..563fd2a3 100644 --- a/_icons/device-mobile.svg +++ b/_icons/device-mobile.svg @@ -1,7 +1,7 @@ --- --- <svg> - <rect x="7" y="4" width="10" height="16" rx="1"></rect> - <polyline points="11 5 13 5"/> - <polyline points="12 17 12 17.01"/> + <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" /> </svg> |