diff options
Diffstat (limited to '_icons/device-desktop.svg')
-rw-r--r-- | _icons/device-desktop.svg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_icons/device-desktop.svg b/_icons/device-desktop.svg index 25563c4c..e93b1142 100644 --- a/_icons/device-desktop.svg +++ b/_icons/device-desktop.svg @@ -1,8 +1,8 @@ --- --- <svg> - <rect x="3" y="4" width="18" height="12" rx="1"></rect> - <polyline points="7 20 17 20"/> - <polyline points="9 16 9 20"/> - <polyline points="15 16 15 20"/> + <rect x="3" y="4" width="18" height="12" rx="1" /> + <line x1="7" y1="20" x2="17" y2="20" /> + <line x1="9" y1="16" x2="9" y2="20" /> + <line x1="15" y1="16" x2="15" y2="20" /> </svg> |