feat: Add file/folder x/check icons (feathericons#529)

This commit is contained in:
John Letey 2019-07-08 09:35:17 +03:00
parent 3c64e93543
commit 26e9c51e79
4 changed files with 60 additions and 0 deletions

15
icons/file-check.svg Normal file
View File

@ -0,0 +1,15 @@
<svg
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
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-2V9l-7-7z" />
<path d="M13 2v7h7" />
<path d="M15.5 13l-4.813 5L8.5 15.727" />
</svg>

After

Width:  |  Height:  |  Size: 356 B

16
icons/file-times.svg Normal file
View File

@ -0,0 +1,16 @@
<svg
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
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-2V9l-7-7z" />
<path d="M13 2v7h7" />
<path d="M14.5 13l-5 5" />
<path d="M9.5 13l5 5" />
</svg>

After

Width:  |  Height:  |  Size: 368 B

14
icons/folder-check.svg Normal file
View File

@ -0,0 +1,14 @@
<svg
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2v11z" />
<path d="M15.5 11l-4.813 5L8.5 13.727" />
</svg>

After

Width:  |  Height:  |  Size: 346 B

15
icons/folder-times.svg Normal file
View File

@ -0,0 +1,15 @@
<svg
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2v11z" />
<path d="M14.5 11l-5 5" />
<path d="M9.5 11l5 5" />
</svg>

After

Width:  |  Height:  |  Size: 358 B