mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
refactor: Update size and add new alternative icon
This commit is contained in:
parent
92cec6c601
commit
d8d106a22b
14
icons/laptop-2.svg
Normal file
14
icons/laptop-2.svg
Normal 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 |
@ -9,6 +9,6 @@
|
|||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
>
|
>
|
||||||
<path d="M6 17h12" />
|
<path d="M4 17h16" />
|
||||||
<path d="M17 7H7v7h10V7z" />
|
<path d="M18 6H6v8h12V6z" />
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 263 B After Width: | Height: | Size: 263 B |
Loading…
Reference in New Issue
Block a user