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
| {
| "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": "plus"
| },
| "children": [
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "id": "Icon",
| "d": "M5.00004 2.08325V7.91659M2.08337 4.99992H7.91671",
| "stroke": "currentColor",
| "stroke-width": "1.5",
| "stroke-linecap": "round",
| "stroke-linejoin": "round"
| },
| "children": []
| }
| ]
| }
| ]
| },
| "name": "Plus02"
| }
|
|