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": "16",
| "height": "16",
| "viewBox": "0 0 16 16",
| "fill": "none",
| "xmlns": "http://www.w3.org/2000/svg"
| },
| "children": [
| {
| "type": "element",
| "name": "g",
| "attributes": {
| "id": "Icon L"
| },
| "children": [
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "id": "Vector",
| "d": "M14.0002 2C14.3684 2 14.6668 2.29848 14.6668 2.66667V13.3333C14.6668 13.7015 14.3684 14 14.0002 14H2.00016C1.63198 14 1.3335 13.7015 1.3335 13.3333V2.66667C1.3335 2.29848 1.63198 2 2.00016 2H14.0002ZM13.3335 3.33333H2.66683V12.6667H13.3335V3.33333ZM14.0002 2.66667V13.3333H10.0002V2.66667H14.0002Z",
| "fill": "currentColor"
| },
| "children": []
| }
| ]
| }
| ]
| },
| "name": "LayoutRight2LineMod"
| }
|
|