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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
| {
| "icon": {
| "type": "element",
| "isRootNode": true,
| "name": "svg",
| "attributes": {
| "width": "32",
| "height": "34",
| "viewBox": "0 0 32 34",
| "fill": "none",
| "xmlns": "http://www.w3.org/2000/svg"
| },
| "children": [
| {
| "type": "element",
| "name": "g",
| "attributes": {
| "filter": "url(#filter0_d_3055_14424)"
| },
| "children": [
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "d": "M4 7.73349C4 5.49329 4 4.37318 4.43597 3.51753C4.81947 2.76489 5.43139 2.15296 6.18404 1.76947C7.03969 1.3335 8.15979 1.3335 10.4 1.3335H18.6667L28 10.6668V24.2668C28 26.507 28 27.6271 27.564 28.4828C27.1805 29.2354 26.5686 29.8474 25.816 30.2309C24.9603 30.6668 23.8402 30.6668 21.6 30.6668H10.4C8.15979 30.6668 7.03969 30.6668 6.18404 30.2309C5.43139 29.8474 4.81947 29.2354 4.43597 28.4828C4 27.6271 4 26.507 4 24.2668V7.73349Z",
| "fill": "#EC5B27"
| },
| "children": []
| }
| ]
| },
| {
| "type": "element",
| "name": "g",
| "attributes": {
| "opacity": "0.96"
| },
| "children": [
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "d": "M10.2704 24.0002V18.3042H8.87042V20.4962H7.38242V18.3042H5.98242V24.0002H7.38242V21.7442H8.87042V24.0002H10.2704Z",
| "fill": "white"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "d": "M15.2839 19.5522V18.3042H11.0839V19.5522H12.4839V24.0002H13.8839V19.5522H15.2839Z",
| "fill": "white"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "d": "M21.4116 24.0002V18.3042H20.0356L18.7556 20.8162L17.4756 18.3042H16.0996V24.0002H17.4996V21.2722L18.3076 22.6802H19.2036L20.0116 21.2722V24.0002H21.4116Z",
| "fill": "white"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "d": "M26.3525 24.0002V22.7522H23.9605V18.3042H22.5605V24.0002H26.3525Z",
| "fill": "white"
| },
| "children": []
| }
| ]
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "opacity": "0.5",
| "d": "M18.6665 1.3335L27.9998 10.6668H21.3332C19.8604 10.6668 18.6665 9.47292 18.6665 8.00016V1.3335Z",
| "fill": "white"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "defs",
| "attributes": {},
| "children": [
| {
| "type": "element",
| "name": "filter",
| "attributes": {
| "id": "filter0_d_3055_14424",
| "x": "2",
| "y": "0.333496",
| "width": "28",
| "height": "33.3335",
| "filterUnits": "userSpaceOnUse",
| "color-interpolation-filters": "sRGB"
| },
| "children": [
| {
| "type": "element",
| "name": "feFlood",
| "attributes": {
| "flood-opacity": "0",
| "result": "BackgroundImageFix"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "feColorMatrix",
| "attributes": {
| "in": "SourceAlpha",
| "type": "matrix",
| "values": "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
| "result": "hardAlpha"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "feOffset",
| "attributes": {
| "dy": "1"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "feGaussianBlur",
| "attributes": {
| "stdDeviation": "1"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "feColorMatrix",
| "attributes": {
| "type": "matrix",
| "values": "0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.05 0"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "feBlend",
| "attributes": {
| "mode": "normal",
| "in2": "BackgroundImageFix",
| "result": "effect1_dropShadow_3055_14424"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "feBlend",
| "attributes": {
| "mode": "normal",
| "in": "SourceGraphic",
| "in2": "effect1_dropShadow_3055_14424",
| "result": "shape"
| },
| "children": []
| }
| ]
| }
| ]
| }
| ]
| },
| "name": "Html"
| }
|
|