Add template icon (#179)

* add template icon

* rename to layout-template icon

* update icon with consisent layout structure
This commit is contained in:
Yashu Mittal
2021-04-05 21:17:00 +05:30
committed by GitHub
parent fb6ce6eb0b
commit 5a1e09073d

15
icons/layout-template.svg Normal file
View File

@@ -0,0 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M21 3H3v7h18V3z" />
<path d="M21 14h-5v7h5v-7z" />
<path d="M12 14H3v7h9v-7z" />
</svg>

After

Width:  |  Height:  |  Size: 304 B