feat: Add digit icons (feathericons#594)

This commit is contained in:
John Letey 2019-07-02 08:41:46 +03:00
parent 3c64e93543
commit 2cb2f5623d
20 changed files with 280 additions and 0 deletions

14
icons/eight-circle.svg Executable 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="M14 12V7H9v5m5 0H9m5 0v5H9v-5" />
<path d="M2 12c0 13.333 20 13.333 20 0S2-1.333 2 12z" />
</svg>

After

Width:  |  Height:  |  Size: 312 B

14
icons/eight-square.svg Executable 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="M14 12V7H9v5m5 0H9m5 0v5H9v-5" />
<path d="M2 21V3a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z" />
</svg>

After

Width:  |  Height:  |  Size: 341 B

14
icons/five-circle.svg Executable 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="M14 7H9v5h5v5H9" />
<path d="M2 12c0 13.333 20 13.333 20 0S2-1.333 2 12z" />
</svg>

After

Width:  |  Height:  |  Size: 298 B

14
icons/five-square.svg Executable 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="M14 7H9v5h5v5H9" />
<path d="M2 21V3a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z" />
</svg>

After

Width:  |  Height:  |  Size: 327 B

14
icons/four-circle.svg Executable 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="M14 7v5m0 5v-5m0 0H9V7" />
<path d="M2 12c0 13.333 20 13.333 20 0S2-1.333 2 12z" />
</svg>

After

Width:  |  Height:  |  Size: 305 B

14
icons/four-square.svg Executable 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="M14 7v5m0 5v-5m0 0H9V7" />
<path d="M2 21V3a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z" />
</svg>

After

Width:  |  Height:  |  Size: 334 B

14
icons/nine-circle.svg Executable 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="M14 12V7H9v5h5zm0 0v5H9" />
<path d="M2 12c0 13.333 20 13.333 20 0S2-1.333 2 12z" />
</svg>

After

Width:  |  Height:  |  Size: 306 B

14
icons/nine-square.svg Executable 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="M14 12V7H9v5h5zm0 0v5H9" />
<path d="M2 21V3a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z" />
</svg>

After

Width:  |  Height:  |  Size: 335 B

14
icons/one-circle.svg Executable 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="M12 17V7L9 9m0 8h6" />
<path d="M2 12c0 13.333 20 13.333 20 0S2-1.333 2 12z" />
</svg>

After

Width:  |  Height:  |  Size: 301 B

14
icons/one-square.svg Executable 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="M12 17V7L9 9m0 8h6" />
<path d="M2 21V3a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z" />
</svg>

After

Width:  |  Height:  |  Size: 330 B

14
icons/seven-circle.svg Executable 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="M9 7h6v10" />
<path d="M2 12c0 13.333 20 13.333 20 0S2-1.333 2 12z" />
</svg>

After

Width:  |  Height:  |  Size: 292 B

14
icons/seven-square.svg Executable 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="M9 7h6v10" />
<path d="M2 21V3a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z" />
</svg>

After

Width:  |  Height:  |  Size: 321 B

14
icons/six-circle.svg Executable 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="M9 12h5v5H9v-5zm0 0V7h5" />
<path d="M2 12c0 13.333 20 13.333 20 0S2-1.333 2 12z" />
</svg>

After

Width:  |  Height:  |  Size: 306 B

14
icons/six-square.svg Executable 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="M9 12h5v5H9v-5zm0 0V7h5" />
<path d="M2 21V3a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z" />
</svg>

After

Width:  |  Height:  |  Size: 335 B

14
icons/three-circle.svg Executable 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="M9 7h5v5m0 0H9m5 0v5H9" />
<path d="M2 12c0 13.333 20 13.333 20 0S2-1.333 2 12z" />
</svg>

After

Width:  |  Height:  |  Size: 305 B

14
icons/three-square.svg Executable 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="M9 7h5v5m0 0H9m5 0v5H9" />
<path d="M2 21V3a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z" />
</svg>

After

Width:  |  Height:  |  Size: 334 B

14
icons/two-circle.svg Executable 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="M14 17H9v-5h5V7H9" />
<path d="M2 12c0 13.333 20 13.333 20 0S2-1.333 2 12z" />
</svg>

After

Width:  |  Height:  |  Size: 300 B

14
icons/two-square.svg Executable 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="M14 17H9v-5h5V7H9" />
<path d="M2 21V3a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z" />
</svg>

After

Width:  |  Height:  |  Size: 329 B

14
icons/zero-circle.svg Executable 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="M2 12c0 13.333 20 13.333 20 0S2-1.333 2 12z" />
<path d="M15 7H9v10h6V7z" />
</svg>

After

Width:  |  Height:  |  Size: 298 B

14
icons/zero-square.svg Executable 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="M2 21V3a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z" />
<path d="M15 7H9v10h6V7z" />
</svg>

After

Width:  |  Height:  |  Size: 327 B