Make triangle icon code more compact

This commit is contained in:
Richard Weug 2018-06-24 23:43:41 +02:00
parent 5d678222c8
commit 2a91912d81
2 changed files with 16 additions and 2 deletions

14
icons/file-missing.svg Normal file
View File

@ -0,0 +1,14 @@
<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="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z" />
<polyline points="13 2 13 9 20 9" />
</svg>

After

Width:  |  Height:  |  Size: 321 B

View File

@ -9,6 +9,6 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M 2 22 L 22 22 L 2 2 L 2 22" />
<path d="M 6 18 L 13 18 L 6 11 L 6 18" />
<path d="M2 22 L22 22 L2 2Z" />
<path d="M6 18 L13 18 L6 11Z" />
</svg>

Before

Width:  |  Height:  |  Size: 316 B

After

Width:  |  Height:  |  Size: 298 B