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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
| {
| "icon": {
| "type": "element",
| "isRootNode": true,
| "name": "svg",
| "attributes": {
| "width": "10",
| "height": "10",
| "viewBox": "0 0 10 10",
| "fill": "none",
| "xmlns": "http://www.w3.org/2000/svg"
| },
| "children": [
| {
| "type": "element",
| "name": "g",
| "attributes": {
| "id": "Group"
| },
| "children": [
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "id": "Vector",
| "d": "M2.5 10H0V7.5H2.5V10Z",
| "fill": "#676F83"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "id": "Vector_2",
| "d": "M6.25 6.25H3.75V3.75H6.25V6.25Z",
| "fill": "#676F83"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "id": "Vector_3",
| "d": "M2.5 6.25H0V3.75H2.5V6.25Z",
| "fill": "#676F83"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "id": "Vector_4",
| "d": "M6.25 2.5H3.75V0H6.25V2.5Z",
| "fill": "#676F83"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "id": "Vector_5",
| "d": "M2.5 2.5H0V0H2.5V2.5Z",
| "fill": "#676F83"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "id": "Vector_6",
| "d": "M10 2.5H7.5V0H10V2.5Z",
| "fill": "#676F83"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "id": "Vector_7",
| "d": "M9.58332 7.91663H7.91666V9.58329H9.58332V7.91663Z",
| "fill": "#676F83"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "id": "Vector_8",
| "d": "M9.58332 4.16663H7.91666V5.83329H9.58332V4.16663Z",
| "fill": "#676F83"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "id": "Vector_9",
| "d": "M5.83332 7.91663H4.16666V9.58329H5.83332V7.91663Z",
| "fill": "#676F83"
| },
| "children": []
| }
| ]
| }
| ]
| },
| "name": "SelectionMod"
| }
|
|