blob: d42c8f661bbe2855d5c6e2761b844cc94b38a5e1 (
plain) (
blame)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
>
<circle
cx="12"
cy="17"
r="1"
fill="black"
/>
<path
d="
M 12 10
L 12 14
"
stroke="black"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="
M 3.44722 18.1056
L 10.2111 4.57771
C 10.9482 3.10361 13.0518 3.10362 13.7889 4.57771
L 20.5528 18.1056
C 21.2177 19.4354 20.2507 21 18.7639 21
H 5.23607
C 3.7493 21 2.78231 19.4354 3.44722 18.1056
Z
"
stroke="black"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
|