1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-18 05:08:29 +01:00

2 new icons: chart-donut-2, chart-donut-3

Fixed icons: `bell-ringing-2`, `binary`, `file-report`
This commit is contained in:
codecalm 2020-10-16 22:42:51 +02:00
parent 81af1b9ef1
commit 654e92b0bc
5 changed files with 24 additions and 4 deletions

View File

@ -1,4 +1,5 @@
---
tags: [alarm, sound, notification]
---
<svg>
<path d="M19.364 4.636a2 2 0 0 1 0 2.828a7 7 0 0 1 -1.414 7.072l-2.122 2.12a4 4 0 0 0 -.707 3.536l-11.313 -11.312a4 4 0 0 0 3.535 -.707l2.121 -2.123a7 7 0 0 1 7.072 -1.414a2 2 0 0 1 2.828 0z" />

View File

@ -1,4 +1,5 @@
---
tags: [binary]
---
<svg>
<path d="M11 10v-5h-1m8 14v-5h-1" />

View File

@ -0,0 +1,9 @@
---
tags: [statistics, diagram, graph, rhythm, data, analysis]
category: Charts
---
<svg>
<circle cx="12" cy="12" r="1" />
<path d="M16.924 11.132a5 5 0 1 0 -4.056 5.792" />
<path d="M3 12a9 9 0 1 0 9 -9" />
</svg>

View File

@ -0,0 +1,9 @@
---
tags: [statistics, diagram, graph, rhythm, data, analysis]
category: Charts
---
<svg>
<circle cx="12" cy="12" r="1" />
<path d="M7 12a5 5 0 1 0 5 -5" />
<path d="M6.29 18.957a9 9 0 1 0 5.71 -15.957" />
</svg>

View File

@ -2,8 +2,8 @@
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 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v2m0 3v4"/>
<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>