blob: ff7e5fb943ff6102b205685811e3258976b89868 (
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
|
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
>
<rect
x="4"
y="4"
width="16"
height="16"
rx="3"
stroke="black"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="
M 4 16
L 8.29289 11.7071
C 8.68342 11.3166 9.31658 11.3166 9.70711 11.7071
L 13 15
M 13 15
L 15.7929 12.2071
C 16.1834 11.8166 16.8166 11.8166 17.2071 12.2071
L 20 15
M 13 15
L 15.25 17.25
"
stroke="black"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
|