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
| {
| "icon": {
| "type": "element",
| "isRootNode": true,
| "name": "svg",
| "attributes": {
| "width": "8",
| "height": "12",
| "viewBox": "0 0 8 12",
| "fill": "none",
| "xmlns": "http://www.w3.org/2000/svg"
| },
| "children": [
| {
| "type": "element",
| "name": "g",
| "attributes": {
| "id": "Rectangle 2"
| },
| "children": [
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "d": "M6.96353 1.5547C7.40657 0.890144 6.93018 0 6.13148 0H0V12L6.96353 1.5547Z",
| "fill": "currentColor"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "d": "M6.96353 1.5547C7.40657 0.890144 6.93018 0 6.13148 0H0V12L6.96353 1.5547Z",
| "fill": "currentColor",
| "fill-opacity": "0.5"
| },
| "children": []
| }
| ]
| }
| ]
| },
| "name": "QuestionTriangle"
| }
|
|