-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathunknown.tsx
60 lines (60 loc) · 1.19 KB
/
unknown.tsx
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
export default (
<g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
<g>
<rect
id="Rectangle"
fill="#D8D8D8"
x="0"
y="0"
width="24"
height="16"
rx="1"
/>
<rect
id="Rectangle"
fill="#A6A6A6"
x="0.923076923"
y="10.3529412"
width="4.61538462"
height="1.88235294"
rx="0.941176471"
/>
<rect
id="Rectangle"
fill="#FFFFFF"
x="16.6153846"
y="3.76470588"
width="4.61538462"
height="2.82352941"
rx="1"
/>
<rect
id="Rectangle"
fill="#A6A6A6"
x="6.46153846"
y="10.3529412"
width="4.61538462"
height="1.88235294"
rx="0.941176471"
/>
<rect
id="Rectangle"
fill="#A6A6A6"
x="11.9230769"
y="10.3529412"
width="5.61538462"
height="1.88235294"
rx="0.941176471"
/>
<rect
id="Rectangle"
fill="#A6A6A6"
x="18.4615385"
y="10.3529412"
width="4.61538462"
height="1.88235294"
rx="0.941176471"
/>
</g>
</g>
);