Add template icon (#179)
* add template icon * rename to layout-template icon * update icon with consisent layout structure
This commit is contained in:
15
icons/layout-template.svg
Normal file
15
icons/layout-template.svg
Normal 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 |
Reference in New Issue
Block a user