blob: 2ea260177b3dfb5f9aba5bb1f36f0b23f8f4574f (
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
39
40
41
42
43
44
|
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
>
<path
d="
M 10 9
C 10 8.60444 10.1173 8.21776 10.3371 7.88886
C 10.5568 7.55996 10.8692 7.30362 11.2346 7.15224
C 11.6001 7.00087 12.0022 6.96126 12.3902 7.03843
C 12.7781 7.1156 13.1345 7.30608 13.4142 7.58579
C 13.6939 7.86549 13.8844 8.22186 13.9616 8.60982
C 14.0387 8.99778 13.9991 9.39992 13.8478 9.76537
C 13.6964 10.1308 13.44 10.4432 13.1111 10.6629
C 12.7822 10.8827 12.3956 11 12 11
V 12
M 14.25 19
L 12.8 20.9333
C 12.4 21.4667 11.6 21.4667 11.2 20.9333
L 9.75 19
H 7
C 4.79086 19 3 17.2091 3 15
V 7
C 3 4.79086 4.79086 3 7 3
H 17
C 19.2091 3 21 4.79086 21 7
V 15
C 21 17.2091 19.2091 19 17 19
H 14.25
Z
"
stroke="white"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<circle
cx="12"
cy="15"
r="1"
fill="white"
/>
</svg>
|