mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Make triangle icon code more compact
This commit is contained in:
parent
5d678222c8
commit
2a91912d81
14
icons/file-missing.svg
Normal file
14
icons/file-missing.svg
Normal 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 |
@ -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 |
Loading…
Reference in New Issue
Block a user