blob: 76bfcce06786335be936809f7326481e44bca73b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<!--
tags: [graph, diagram, analyticks, statistics, data, value, variable, scale, statistical, chart]
category: Charts
version: "1.61"
unicode: "f098"
-->
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M3 7a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
<path d="M14 15a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
<path d="M15 6a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />
<path d="M3 18a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />
<path d="M9 17l5 -1.5" />
<path d="M6.5 8.5l7.81 5.37" />
<path d="M7 7l8 -1" />
</svg>
|