feat: Add tablet icon

Closes #52
This commit is contained in:
Cole Bemis 2017-06-06 21:04:36 -07:00 committed by Cole Bemis
parent 4fa54b53ee
commit e0facf6fbf

4
icons/core/tablet.svg Normal file
View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<rect x="4" y="2" width="16" height="20" rx="2" ry="2" transform="rotate(180 12 12)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line x1="12" y1="18" x2="12" y2="18" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 406 B