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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
| {
| "icon": {
| "type": "element",
| "isRootNode": true,
| "name": "svg",
| "attributes": {
| "width": "21",
| "height": "22",
| "viewBox": "0 0 21 22",
| "fill": "none",
| "xmlns": "http://www.w3.org/2000/svg"
| },
| "children": [
| {
| "type": "element",
| "name": "g",
| "attributes": {
| "id": "Microsoft"
| },
| "children": [
| {
| "type": "element",
| "name": "rect",
| "attributes": {
| "id": "Rectangle 1010",
| "y": "0.5",
| "width": "10",
| "height": "10",
| "fill": "#EF4F21"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "rect",
| "attributes": {
| "id": "Rectangle 1012",
| "y": "11.5",
| "width": "10",
| "height": "10",
| "fill": "#03A4EE"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "rect",
| "attributes": {
| "id": "Rectangle 1011",
| "x": "11",
| "y": "0.5",
| "width": "10",
| "height": "10",
| "fill": "#7EB903"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "rect",
| "attributes": {
| "id": "Rectangle 1013",
| "x": "11",
| "y": "11.5",
| "width": "10",
| "height": "10",
| "fill": "#FBB604"
| },
| "children": []
| }
| ]
| }
| ]
| },
| "name": "Microsoft"
| }
|
|