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
| {
| "icon": {
| "type": "element",
| "isRootNode": true,
| "name": "svg",
| "attributes": {
| "width": "12",
| "height": "12",
| "viewBox": "0 0 12 12",
| "fill": "none",
| "xmlns": "http://www.w3.org/2000/svg"
| },
| "children": [
| {
| "type": "element",
| "name": "g",
| "attributes": {
| "id": "icons/block-start"
| },
| "children": [
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "id": "Vector",
| "d": "M6.8498 1.72732C6.3379 1.3754 5.6621 1.3754 5.1502 1.72732L2.1502 3.78982C1.74317 4.06965 1.5 4.53193 1.5 5.02588V8.99983C1.5 9.82828 2.17158 10.4998 3 10.4998H4.25C4.52614 10.4998 4.75 10.276 4.75 9.99983V8.24983C4.75 7.55948 5.30965 6.99983 6 6.99983C6.69035 6.99983 7.25 7.55948 7.25 8.24983V9.99983C7.25 10.276 7.47385 10.4998 7.75 10.4998H9C9.82845 10.4998 10.5 9.82828 10.5 8.99983V5.02588C10.5 4.53193 10.2568 4.06965 9.8498 3.78982L6.8498 1.72732Z",
| "fill": "currentColor"
| },
| "children": []
| }
| ]
| }
| ]
| },
| "name": "IterationStart"
| }
|
|