diff options
author | codecalm <codecalm@gmail.com> | 2020-10-16 23:18:33 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-16 23:18:33 +0200 |
commit | 13447549019c62359a10748f60f944ffedce9534 (patch) | |
tree | 2c75575054fa915b578e5479146aedaaa13da390 /src/_icons | |
parent | 1 new icons: `droplet-off` (diff) | |
download | tabler-icons-13447549019c62359a10748f60f944ffedce9534.tar.xz |
7 new icons: `chart-arcs-3`, `chart-arcs`, `chart-donut-4`, `chart-pie-2`, `chart-pie-3`, `chart-pie-4`, `presentation-analytics`
Fixed icons: `chart-donut-2`, `chart-donut-3`, `chart-donut-2`, `chart-donut-3`
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/chart-arcs-3.svg | 9 | ||||
-rw-r--r-- | src/_icons/chart-arcs.svg | 9 | ||||
-rw-r--r-- | src/_icons/chart-donut-2.svg | 6 | ||||
-rw-r--r-- | src/_icons/chart-donut-3.svg | 7 | ||||
-rw-r--r-- | src/_icons/chart-donut-4.svg | 11 | ||||
-rw-r--r-- | src/_icons/chart-pie-2.svg | 8 | ||||
-rw-r--r-- | src/_icons/chart-pie-3.svg | 9 | ||||
-rw-r--r-- | src/_icons/chart-pie-4.svg | 10 | ||||
-rw-r--r-- | src/_icons/presentation-analytics.svg | 12 |
9 files changed, 75 insertions, 6 deletions
diff --git a/src/_icons/chart-arcs-3.svg b/src/_icons/chart-arcs-3.svg new file mode 100644 index 00000000..9d085080 --- /dev/null +++ b/src/_icons/chart-arcs-3.svg @@ -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> diff --git a/src/_icons/chart-arcs.svg b/src/_icons/chart-arcs.svg new file mode 100644 index 00000000..26ed62f0 --- /dev/null +++ b/src/_icons/chart-arcs.svg @@ -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> diff --git a/src/_icons/chart-donut-2.svg b/src/_icons/chart-donut-2.svg index 26ed62f0..1365e71b 100644 --- a/src/_icons/chart-donut-2.svg +++ b/src/_icons/chart-donut-2.svg @@ -3,7 +3,7 @@ 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" /> + <path d="M12 3v5m4 4h5" /> + <circle cx="12" cy="12" r="4" /> + <circle cx="12" cy="12" r="9" /> </svg> diff --git a/src/_icons/chart-donut-3.svg b/src/_icons/chart-donut-3.svg index 9d085080..78aac871 100644 --- a/src/_icons/chart-donut-3.svg +++ b/src/_icons/chart-donut-3.svg @@ -3,7 +3,8 @@ 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" /> + <path d="M12 3v5m4 4h5" /> + <path d="M8.929 14.582l-3.429 2.918" /> + <circle cx="12" cy="12" r="4" /> + <circle cx="12" cy="12" r="9" /> </svg> diff --git a/src/_icons/chart-donut-4.svg b/src/_icons/chart-donut-4.svg new file mode 100644 index 00000000..58659d90 --- /dev/null +++ b/src/_icons/chart-donut-4.svg @@ -0,0 +1,11 @@ +--- +tags: [statistics, diagram, graph, rhythm, data, analysis] +category: Charts +--- +<svg> + <path d="M8.848 14.667l-3.348 2.833" /> + <path d="M12 3v5m4 4h5" /> + <circle cx="12" cy="12" r="9" /> + <path d="M14.219 15.328l2.781 4.172" /> + <circle cx="12" cy="12" r="4" /> +</svg> diff --git a/src/_icons/chart-pie-2.svg b/src/_icons/chart-pie-2.svg new file mode 100644 index 00000000..fec1b7df --- /dev/null +++ b/src/_icons/chart-pie-2.svg @@ -0,0 +1,8 @@ +--- +tags: [statistics, diagram, graph, rhythm, data, analysis] +category: Charts +--- +<svg> + <path d="M12 3v9h9" /> + <circle cx="12" cy="12" r="9" /> +</svg> diff --git a/src/_icons/chart-pie-3.svg b/src/_icons/chart-pie-3.svg new file mode 100644 index 00000000..f3e3cbd5 --- /dev/null +++ b/src/_icons/chart-pie-3.svg @@ -0,0 +1,9 @@ +--- +tags: [statistics, diagram, graph, rhythm, data, analysis] +category: Charts +--- +<svg> + <path d="M12 12l-6.5 5.5" /> + <path d="M12 3v9h9" /> + <circle cx="12" cy="12" r="9" /> +</svg> diff --git a/src/_icons/chart-pie-4.svg b/src/_icons/chart-pie-4.svg new file mode 100644 index 00000000..d9383ab4 --- /dev/null +++ b/src/_icons/chart-pie-4.svg @@ -0,0 +1,10 @@ +--- +tags: [statistics, diagram, graph, rhythm, data, analysis] +category: Charts +--- +<svg> + <path d="M12 12l-6.5 5.5" /> + <path d="M12 3v9h9" /> + <circle cx="12" cy="12" r="9" /> + <path d="M12 12l5 7.5" /> +</svg> diff --git a/src/_icons/presentation-analytics.svg b/src/_icons/presentation-analytics.svg new file mode 100644 index 00000000..69dba16e --- /dev/null +++ b/src/_icons/presentation-analytics.svg @@ -0,0 +1,12 @@ +--- +tags: [slideshow, display, exhibition, speech, topic, conference] +--- +<svg> + <path d="M9 12V8"/> + <path d="M15 12v-2"/> + <path d="M12 12v-1"/> + <path d="M3 4h18"/> + <path d="M4 4v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4"/> + <path d="M12 16v4"/> + <path d="M9 20h6"/> +</svg> |