1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-03-15 16:49:43 +01:00

14 new icons: file-info, file-report, files-off, files, number-0, number-1, number-2, number-3, number-4, number-5, number-6, number-7, number-8, number-9

Fixed icons: `file-certificate`, `file-off`, `file-search`, `file-symlink`, `file-zip`
This commit is contained in:
codecalm 2020-12-11 12:52:17 +01:00
parent ca98f7196e
commit 144d3176c4
19 changed files with 119 additions and 0 deletions

View File

@ -1,4 +1,5 @@
---
tags: [certificate, license, diploma, document, format, data, paper]
category: Document
version: 1.29
---

10
src/_icons/file-info.svg Normal file
View File

@ -0,0 +1,10 @@
---
tags: [info, information, informations, paper, file, document, page]
category: Document
---
<svg>
<path d="M14 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
<path d="M11 14h1v4h1" />
<path d="M12 11h.01" />
</svg>

View File

@ -1,4 +1,5 @@
---
tags: [new, close, gap, paper]
category: Document
version: 1.22
---

View File

@ -0,0 +1,10 @@
---
tags: [stats, data, paper, document, chart, format]
category: Document
---
<svg>
<circle cx="17" cy="17" r="4" />
<path d="M17 13v4h4" />
<path d="M12 3v4a1 1 0 0 0 1 1h4" />
<path d="M11.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v2m0 3v4" />
</svg>

View File

@ -1,4 +1,5 @@
---
tags: [search, data, paper, document, format]
category: Document
version: 1.31
---

View File

@ -1,4 +1,5 @@
---
tags: [text, format, extension, document, format]
category: Document
version: 1.30
---

View File

@ -1,4 +1,5 @@
---
tags: [forms, documents, stack, letter, archive, rar, zipped, extention, bundle, format]
category: Document
version: 1.29
---

10
src/_icons/files-off.svg Normal file
View File

@ -0,0 +1,10 @@
---
tags: [forms, documents, stack, letter]
category: Document
---
<svg>
<path d="M15 3v4a1 1 0 0 0 1 1h4" />
<path d="M17 17h-6a2 2 0 0 1 -2 -2v-6m0 -4a2 2 0 0 1 2 -2h4l5 5v7c0 .294 -.063 .572 -.177 .823" />
<path d="M16 17v2a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2" />
<line x1="3" y1="3" x2="21" y2="21" />
</svg>

9
src/_icons/files.svg Normal file
View File

@ -0,0 +1,9 @@
---
tags: [forms, documents, stack, letter]
category: Document
---
<svg>
<path d="M15 3v4a1 1 0 0 0 1 1h4" />
<path d="M18 17h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h4l5 5v7a2 2 0 0 1 -2 2z" />
<path d="M16 17v2a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" />
</svg>

8
src/_icons/number-0.svg Normal file
View File

@ -0,0 +1,8 @@
---
tags: [zero, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit]
category: Numbers
---
<svg>
<path d="M16 16v-8" />
<path d="M12 20a4 4 0 0 0 4 -4v-8a4 4 0 1 0 -8 0v8a4 4 0 0 0 4 4z" />
</svg>

7
src/_icons/number-1.svg Normal file
View File

@ -0,0 +1,7 @@
---
tags: [one, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit]
category: Numbers
---
<svg>
<path d="M13 20v-16l-5 5" />
</svg>

7
src/_icons/number-2.svg Normal file
View File

@ -0,0 +1,7 @@
---
tags: [two, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit]
category: Numbers
---
<svg>
<path d="M8 8a4 4 0 1 1 8 0c0 1.098 -.564 2.025 -1.159 2.815l-6.841 9.185h8" />
</svg>

8
src/_icons/number-3.svg Normal file
View File

@ -0,0 +1,8 @@
---
tags: [three, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit]
category: Numbers
---
<svg>
<path d="M12 12a4 4 0 1 0 -4 -4" />
<path d="M8 16a4 4 0 1 0 4 -4" />
</svg>

7
src/_icons/number-4.svg Normal file
View File

@ -0,0 +1,7 @@
---
tags: [four, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit]
category: Numbers
---
<svg>
<path d="M15 20v-15l-8 11h10" />
</svg>

7
src/_icons/number-5.svg Normal file
View File

@ -0,0 +1,7 @@
---
tags: [five, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit]
category: Numbers
---
<svg>
<path d="M8 20h4a4 4 0 1 0 0 -8h-4v-8h8" />
</svg>

8
src/_icons/number-6.svg Normal file
View File

@ -0,0 +1,8 @@
---
tags: [six, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit]
category: Numbers
---
<svg>
<path d="M8 16a4 4 0 1 0 8 0v-1a4 4 0 1 0 -8 0" />
<path d="M16 8a4 4 0 1 0 -8 0v8" />
</svg>

7
src/_icons/number-7.svg Normal file
View File

@ -0,0 +1,7 @@
---
tags: [seven, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit]
category: Numbers
---
<svg>
<path d="M8 4h8l-4 16" />
</svg>

8
src/_icons/number-8.svg Normal file
View File

@ -0,0 +1,8 @@
---
tags: [eight, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit]
category: Numbers
---
<svg>
<circle cx="12" cy="8" r="4" />
<circle cx="12" cy="16" r="4" />
</svg>

8
src/_icons/number-9.svg Normal file
View File

@ -0,0 +1,8 @@
---
tags: [nine, maths, value, quantity, calculate, calculation, total, amount, sum, order, digit]
category: Numbers
---
<svg>
<path d="M16 8a4 4 0 1 0 -8 0v1a4 4 0 1 0 8 0" />
<path d="M8 16a4 4 0 1 0 8 0v-8" />
</svg>