diff options
Diffstat (limited to 'icons/device-desktop.svg')
-rw-r--r-- | icons/device-desktop.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/device-desktop.svg b/icons/device-desktop.svg index e94bcc40..2ccbe93d 100644 --- a/icons/device-desktop.svg +++ b/icons/device-desktop.svg @@ -1,5 +1,5 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-device-desktop" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> - <rect x="0" y="0" width="24" height="24" stroke="none"></rect> + <path stroke="none" d="M0 0h24v24H0z"/> <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" /> |