refactor: Update size and add new alternative icon

This commit is contained in:
John Letey 2019-07-22 07:45:02 +01:00
parent 92cec6c601
commit d8d106a22b
No known key found for this signature in database
GPG Key ID: 3F07136ADE092F8D
2 changed files with 16 additions and 2 deletions

14
icons/laptop-2.svg Normal file
View File

@ -0,0 +1,14 @@
<svg
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M4 17h16" />
<path d="M6 14V6h12v8" />
</svg>

After

Width:  |  Height:  |  Size: 260 B

View File

@ -9,6 +9,6 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M6 17h12" />
<path d="M17 7H7v7h10V7z" />
<path d="M4 17h16" />
<path d="M18 6H6v8h12V6z" />
</svg>

Before

Width:  |  Height:  |  Size: 263 B

After

Width:  |  Height:  |  Size: 263 B