@pretto/picto 4.18.0 → 4.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/picto.js +130 -105
- package/esm/picto.js.map +1 -1
- package/package.json +1 -1
- package/types/modules/CoinBold.d.ts +2 -0
- package/types/modules/index.d.ts +3 -2
- package/types/modules/manifest.d.ts +1 -1
package/esm/picto.js
CHANGED
|
@@ -76,7 +76,7 @@ const useForceUpdate = () => {
|
|
|
76
76
|
return forceUpdate;
|
|
77
77
|
};
|
|
78
78
|
|
|
79
|
-
var SVGComponent$
|
|
79
|
+
var SVGComponent$2u = (({
|
|
80
80
|
as: Component = "svg",
|
|
81
81
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
82
82
|
d: "M24,7H23V23H1V7H0V1H24ZM22,7H2V22H22Zm-6,8H8V11h8Zm-1-3H9v2h6ZM23,2H1V6H23Z"
|
|
@@ -98,20 +98,20 @@ const Archive = props => {
|
|
|
98
98
|
useEffect(() => {
|
|
99
99
|
refresh();
|
|
100
100
|
}, []);
|
|
101
|
-
return optimise('p_15c0G2', /*#__PURE__*/React.createElement(SVGComponent$
|
|
101
|
+
return optimise('p_15c0G2', /*#__PURE__*/React.createElement(SVGComponent$2u, props));
|
|
102
102
|
};
|
|
103
103
|
|
|
104
|
-
var SVGComponent$
|
|
104
|
+
var SVGComponent$2t = (({
|
|
105
105
|
as: Component = "svg",
|
|
106
106
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
107
|
-
d: "
|
|
107
|
+
d: "M28.21,30.65l3.99-3.98-8.65-8.66-8.66,8.66L0,11.77l3.12-3.12,11.77,11.78,8.66-8.66,11.77,11.78,3.99-3.99,.69,11.79-11.79-.7Z"
|
|
108
108
|
})),
|
|
109
109
|
...props
|
|
110
110
|
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
111
111
|
xmlns: "http://www.w3.org/2000/svg",
|
|
112
|
-
width: "
|
|
112
|
+
width: "40",
|
|
113
113
|
height: "40",
|
|
114
|
-
viewBox: "0 0
|
|
114
|
+
viewBox: "0 0 40 40",
|
|
115
115
|
fill: "currentColor"
|
|
116
116
|
}, props), children));
|
|
117
117
|
|
|
@@ -123,20 +123,20 @@ const ArrowDirectionDown = props => {
|
|
|
123
123
|
useEffect(() => {
|
|
124
124
|
refresh();
|
|
125
125
|
}, []);
|
|
126
|
-
return optimise('p_1uVN2t', /*#__PURE__*/React.createElement(SVGComponent$
|
|
126
|
+
return optimise('p_1uVN2t', /*#__PURE__*/React.createElement(SVGComponent$2t, props));
|
|
127
127
|
};
|
|
128
128
|
|
|
129
|
-
var SVGComponent$
|
|
129
|
+
var SVGComponent$2s = (({
|
|
130
130
|
as: Component = "svg",
|
|
131
131
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
132
|
-
d: "
|
|
132
|
+
d: "M40,20l-8.82-7.85v5.65H0S0,22.2,0,22.2H31.18s-.01,5.65-.01,5.65l8.83-7.85Z"
|
|
133
133
|
})),
|
|
134
134
|
...props
|
|
135
135
|
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
136
136
|
xmlns: "http://www.w3.org/2000/svg",
|
|
137
|
-
width: "
|
|
137
|
+
width: "40",
|
|
138
138
|
height: "40",
|
|
139
|
-
viewBox: "0 0
|
|
139
|
+
viewBox: "0 0 40 40",
|
|
140
140
|
fill: "currentColor"
|
|
141
141
|
}, props), children));
|
|
142
142
|
|
|
@@ -148,20 +148,20 @@ const ArrowDirectionEgal = props => {
|
|
|
148
148
|
useEffect(() => {
|
|
149
149
|
refresh();
|
|
150
150
|
}, []);
|
|
151
|
-
return optimise('p_1uVSMB', /*#__PURE__*/React.createElement(SVGComponent$
|
|
151
|
+
return optimise('p_1uVSMB', /*#__PURE__*/React.createElement(SVGComponent$2s, props));
|
|
152
152
|
};
|
|
153
153
|
|
|
154
|
-
var SVGComponent$
|
|
154
|
+
var SVGComponent$2r = (({
|
|
155
155
|
as: Component = "svg",
|
|
156
156
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
157
|
-
d: "
|
|
157
|
+
d: "M28.21,9.35l3.99,3.98-8.65,8.66L14.89,13.33,0,28.23l3.12,3.12,11.77-11.78,8.66,8.66,11.77-11.78,3.99,3.99,.69-11.79-11.79,.7Z"
|
|
158
158
|
})),
|
|
159
159
|
...props
|
|
160
160
|
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
161
161
|
xmlns: "http://www.w3.org/2000/svg",
|
|
162
|
-
width: "
|
|
162
|
+
width: "40",
|
|
163
163
|
height: "40",
|
|
164
|
-
viewBox: "0 0
|
|
164
|
+
viewBox: "0 0 40 40",
|
|
165
165
|
fill: "currentColor"
|
|
166
166
|
}, props), children));
|
|
167
167
|
|
|
@@ -173,10 +173,10 @@ const ArrowDirectionUp = props => {
|
|
|
173
173
|
useEffect(() => {
|
|
174
174
|
refresh();
|
|
175
175
|
}, []);
|
|
176
|
-
return optimise('p_ZDUIq2', /*#__PURE__*/React.createElement(SVGComponent$
|
|
176
|
+
return optimise('p_ZDUIq2', /*#__PURE__*/React.createElement(SVGComponent$2r, props));
|
|
177
177
|
};
|
|
178
178
|
|
|
179
|
-
var SVGComponent$
|
|
179
|
+
var SVGComponent$2q = (({
|
|
180
180
|
as: Component = "svg",
|
|
181
181
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
182
182
|
d: "M23,11h1V3H16V4h6.29L10.65,15.65l.7.7L23,4.71ZM1,13H0v8H8V20H1.71L13.35,8.35l-.7-.7L1,19.29Z"
|
|
@@ -198,10 +198,10 @@ const ArrowDouble = props => {
|
|
|
198
198
|
useEffect(() => {
|
|
199
199
|
refresh();
|
|
200
200
|
}, []);
|
|
201
|
-
return optimise('p_Z1oHpFA', /*#__PURE__*/React.createElement(SVGComponent$
|
|
201
|
+
return optimise('p_Z1oHpFA', /*#__PURE__*/React.createElement(SVGComponent$2q, props));
|
|
202
202
|
};
|
|
203
203
|
|
|
204
|
-
var SVGComponent$
|
|
204
|
+
var SVGComponent$2p = (({
|
|
205
205
|
as: Component = "svg",
|
|
206
206
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
207
207
|
d: "m12.83,15.3l2.49-2.51,1.18,1.18-4.5,4.53-4.5-4.53,1.18-1.18,2.49,2.51V5.5h1.66v9.8Z"
|
|
@@ -223,10 +223,10 @@ const ArrowDown = props => {
|
|
|
223
223
|
useEffect(() => {
|
|
224
224
|
refresh();
|
|
225
225
|
}, []);
|
|
226
|
-
return optimise('p_19AFBf', /*#__PURE__*/React.createElement(SVGComponent$
|
|
226
|
+
return optimise('p_19AFBf', /*#__PURE__*/React.createElement(SVGComponent$2p, props));
|
|
227
227
|
};
|
|
228
228
|
|
|
229
|
-
var SVGComponent$
|
|
229
|
+
var SVGComponent$2o = (({
|
|
230
230
|
as: Component = "svg",
|
|
231
231
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
232
232
|
d: "M3.51,20.49a12,12,0,1,1,17,0A12,12,0,0,1,3.51,20.49Zm.71-.71a11,11,0,1,1,15.56,0A11,11,0,0,1,4.22,19.78Zm11.55-4.72-.6-5.92,1,0L17,17l-7.86-.79.06-1,5.91.61L6.7,7.4l.7-.7Z",
|
|
@@ -249,10 +249,10 @@ const ArrowDownRightCircle = props => {
|
|
|
249
249
|
useEffect(() => {
|
|
250
250
|
refresh();
|
|
251
251
|
}, []);
|
|
252
|
-
return optimise('p_ZmSCts', /*#__PURE__*/React.createElement(SVGComponent$
|
|
252
|
+
return optimise('p_ZmSCts', /*#__PURE__*/React.createElement(SVGComponent$2o, props));
|
|
253
253
|
};
|
|
254
254
|
|
|
255
|
-
var SVGComponent$
|
|
255
|
+
var SVGComponent$2n = (({
|
|
256
256
|
as: Component = "svg",
|
|
257
257
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
258
258
|
d: "m8.7,12.83l2.51,2.49-1.18,1.18-4.53-4.5,4.53-4.5,1.18,1.18-2.51,2.49h9.8v1.66h-9.8Z"
|
|
@@ -274,10 +274,10 @@ const ArrowLeft = props => {
|
|
|
274
274
|
useEffect(() => {
|
|
275
275
|
refresh();
|
|
276
276
|
}, []);
|
|
277
|
-
return optimise('p_19BFVb', /*#__PURE__*/React.createElement(SVGComponent$
|
|
277
|
+
return optimise('p_19BFVb', /*#__PURE__*/React.createElement(SVGComponent$2n, props));
|
|
278
278
|
};
|
|
279
279
|
|
|
280
|
-
var SVGComponent$
|
|
280
|
+
var SVGComponent$2m = (({
|
|
281
281
|
as: Component = "svg",
|
|
282
282
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
283
283
|
d: "m11.25,17.11l3.58,3.57-1.57,1.57-6.26-6.25,6.26-6.25,1.57,1.57-3.58,3.57h13.75v2.22h-13.75Z"
|
|
@@ -299,10 +299,10 @@ const ArrowLeftBold = props => {
|
|
|
299
299
|
useEffect(() => {
|
|
300
300
|
refresh();
|
|
301
301
|
}, []);
|
|
302
|
-
return optimise('p_Z2ipaWS', /*#__PURE__*/React.createElement(SVGComponent$
|
|
302
|
+
return optimise('p_Z2ipaWS', /*#__PURE__*/React.createElement(SVGComponent$2m, props));
|
|
303
303
|
};
|
|
304
304
|
|
|
305
|
-
var SVGComponent$
|
|
305
|
+
var SVGComponent$2l = (({
|
|
306
306
|
as: Component = "svg",
|
|
307
307
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
308
308
|
d: "m15.3,11.17l-2.51-2.49,1.18-1.18,4.53,4.5-4.53,4.5-1.18-1.18,2.51-2.49H5.5v-1.66h9.8Z"
|
|
@@ -324,10 +324,10 @@ const ArrowRight = props => {
|
|
|
324
324
|
useEffect(() => {
|
|
325
325
|
refresh();
|
|
326
326
|
}, []);
|
|
327
|
-
return optimise('p_iaeGf', /*#__PURE__*/React.createElement(SVGComponent$
|
|
327
|
+
return optimise('p_iaeGf', /*#__PURE__*/React.createElement(SVGComponent$2l, props));
|
|
328
328
|
};
|
|
329
329
|
|
|
330
|
-
var SVGComponent$
|
|
330
|
+
var SVGComponent$2k = (({
|
|
331
331
|
as: Component = "svg",
|
|
332
332
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
333
333
|
d: "m20.75,14.89l-3.58-3.57,1.57-1.57,6.26,6.25-6.26,6.25-1.57-1.57,3.58-3.57H7v-2.22h13.75Z"
|
|
@@ -349,10 +349,10 @@ const ArrowRightBold = props => {
|
|
|
349
349
|
useEffect(() => {
|
|
350
350
|
refresh();
|
|
351
351
|
}, []);
|
|
352
|
-
return optimise('p_11WmGg', /*#__PURE__*/React.createElement(SVGComponent$
|
|
352
|
+
return optimise('p_11WmGg', /*#__PURE__*/React.createElement(SVGComponent$2k, props));
|
|
353
353
|
};
|
|
354
354
|
|
|
355
|
-
var SVGComponent$
|
|
355
|
+
var SVGComponent$2j = (({
|
|
356
356
|
as: Component = "svg",
|
|
357
357
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
358
358
|
d: "m16.5,10.03l-1.18,1.18-2.49-2.51v9.8h-1.66v-9.8l-2.49,2.51-1.18-1.18,4.5-4.53,4.5,4.53Z"
|
|
@@ -374,10 +374,10 @@ const ArrowUp = props => {
|
|
|
374
374
|
useEffect(() => {
|
|
375
375
|
refresh();
|
|
376
376
|
}, []);
|
|
377
|
-
return optimise('p_16d0VX', /*#__PURE__*/React.createElement(SVGComponent$
|
|
377
|
+
return optimise('p_16d0VX', /*#__PURE__*/React.createElement(SVGComponent$2j, props));
|
|
378
378
|
};
|
|
379
379
|
|
|
380
|
-
var SVGComponent$
|
|
380
|
+
var SVGComponent$2i = (({
|
|
381
381
|
as: Component = "svg",
|
|
382
382
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
383
383
|
d: "M20.49,20.49a12,12,0,1,1,0-17A12,12,0,0,1,20.49,20.49Zm-.71-.71a11,11,0,1,1,0-15.56A11,11,0,0,1,19.78,19.78ZM15.06,8.23l-5.92.6,0-1L17,7.05l-.79,7.86-1-.06.61-5.91L7.4,17.3l-.7-.7Z",
|
|
@@ -400,10 +400,10 @@ const ArrowUpRightCircle = props => {
|
|
|
400
400
|
useEffect(() => {
|
|
401
401
|
refresh();
|
|
402
402
|
}, []);
|
|
403
|
-
return optimise('p_Z76OT6', /*#__PURE__*/React.createElement(SVGComponent$
|
|
403
|
+
return optimise('p_Z76OT6', /*#__PURE__*/React.createElement(SVGComponent$2i, props));
|
|
404
404
|
};
|
|
405
405
|
|
|
406
|
-
var SVGComponent$
|
|
406
|
+
var SVGComponent$2h = (({
|
|
407
407
|
as: Component = "svg",
|
|
408
408
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
409
409
|
fillRule: "evenodd",
|
|
@@ -427,10 +427,10 @@ const Bank = props => {
|
|
|
427
427
|
useEffect(() => {
|
|
428
428
|
refresh();
|
|
429
429
|
}, []);
|
|
430
|
-
return optimise('p_95oG', /*#__PURE__*/React.createElement(SVGComponent$
|
|
430
|
+
return optimise('p_95oG', /*#__PURE__*/React.createElement(SVGComponent$2h, props));
|
|
431
431
|
};
|
|
432
432
|
|
|
433
|
-
var SVGComponent$
|
|
433
|
+
var SVGComponent$2g = (({
|
|
434
434
|
as: Component = "svg",
|
|
435
435
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
436
436
|
d: "M21.19,7H24V22H3V17H.19V2h21ZM23,8H4V21H23ZM13.5,9A5.5,5.5,0,1,1,8,14.5,5.5,5.5,0,0,1,13.5,9Zm0,1A4.5,4.5,0,1,1,9,14.5,4.51,4.51,0,0,1,13.5,10Zm.5,8H13v-.8a1.7,1.7,0,0,1-1.48-1.71h1c0,.59.33.89,1,.89.82,0,1.33-.92-.17-1.44-.76-.27-1.68-.68-1.68-1.69A1.49,1.49,0,0,1,13,11.8V11h1v.81a1.57,1.57,0,0,1,1.31,1.59h-1a.74.74,0,0,0-.81-.77c-.55,0-.79.29-.79.62s.14.5,1,.77c1.06.34,1.66.84,1.66,1.74A1.42,1.42,0,0,1,14,17.21ZM20.19,7V3h-19V16H3V7Z",
|
|
@@ -453,10 +453,10 @@ const BankNote = props => {
|
|
|
453
453
|
useEffect(() => {
|
|
454
454
|
refresh();
|
|
455
455
|
}, []);
|
|
456
|
-
return optimise('p_Z27BwJf', /*#__PURE__*/React.createElement(SVGComponent$
|
|
456
|
+
return optimise('p_Z27BwJf', /*#__PURE__*/React.createElement(SVGComponent$2g, props));
|
|
457
457
|
};
|
|
458
458
|
|
|
459
|
-
var SVGComponent$
|
|
459
|
+
var SVGComponent$2f = (({
|
|
460
460
|
as: Component = "svg",
|
|
461
461
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
462
462
|
d: "M24,19H0V18H24Zm0-6H0V12H24Zm0-6H0V6H24Z"
|
|
@@ -478,10 +478,10 @@ const Bars = props => {
|
|
|
478
478
|
useEffect(() => {
|
|
479
479
|
refresh();
|
|
480
480
|
}, []);
|
|
481
|
-
return optimise('p_95qQ', /*#__PURE__*/React.createElement(SVGComponent$
|
|
481
|
+
return optimise('p_95qQ', /*#__PURE__*/React.createElement(SVGComponent$2f, props));
|
|
482
482
|
};
|
|
483
483
|
|
|
484
|
-
var SVGComponent$
|
|
484
|
+
var SVGComponent$2e = (({
|
|
485
485
|
as: Component = "svg",
|
|
486
486
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
487
487
|
d: "M1,20V17.05C3,16.4,3.58,14.9,4.67,11c.9-3.22,1.89-6.79,4.87-8a2.22,2.22,0,0,1,0-.45,2.5,2.5,0,0,1,5,0,2.32,2.32,0,0,1,0,.46c3,1.24,4,4.81,4.88,8,1.1,3.95,1.7,5.42,3.66,6.06V20H16a4,4,0,0,1-8,0Zm14,0H9a3,3,0,0,0,6,0ZM2,19H22V17.76c-2.06-.92-2.82-3.63-3.62-6.5C17.31,7.45,16.21,3.5,12,3.5S6.69,7.44,5.63,11.24c-.8,2.88-1.56,5.6-3.63,6.52ZM13.49,2.65V2.5a1.5,1.5,0,0,0-3,0v.15A6.87,6.87,0,0,1,12,2.5,7,7,0,0,1,13.49,2.65Z"
|
|
@@ -503,10 +503,10 @@ const Bell = props => {
|
|
|
503
503
|
useEffect(() => {
|
|
504
504
|
refresh();
|
|
505
505
|
}, []);
|
|
506
|
-
return optimise('p_96pH', /*#__PURE__*/React.createElement(SVGComponent$
|
|
506
|
+
return optimise('p_96pH', /*#__PURE__*/React.createElement(SVGComponent$2e, props));
|
|
507
507
|
};
|
|
508
508
|
|
|
509
|
-
var SVGComponent$
|
|
509
|
+
var SVGComponent$2d = (({
|
|
510
510
|
as: Component = "svg",
|
|
511
511
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
512
512
|
d: "M5,0V24l7-6,7,6V0ZM6,1H18V21.83l-6-5.15L6,21.83Z"
|
|
@@ -528,10 +528,10 @@ const Bookmark = props => {
|
|
|
528
528
|
useEffect(() => {
|
|
529
529
|
refresh();
|
|
530
530
|
}, []);
|
|
531
|
-
return optimise('p_2ruN6Q', /*#__PURE__*/React.createElement(SVGComponent$
|
|
531
|
+
return optimise('p_2ruN6Q', /*#__PURE__*/React.createElement(SVGComponent$2d, props));
|
|
532
532
|
};
|
|
533
533
|
|
|
534
|
-
var SVGComponent$
|
|
534
|
+
var SVGComponent$2c = (({
|
|
535
535
|
as: Component = "svg",
|
|
536
536
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
537
537
|
d: "m8,5.04c-.55,0-1,.45-1,1v20c0,.55.45,1,1,1h3.5c.55,0,1-.45,1-1V6.04c0-.55-.45-1-1-1h-3.5Zm11.5,0c-.55,0-1,.45-1,1v20c0,.55.45,1,1,1h3.5c.55,0,1-.45,1-1V6.04c0-.55-.45-1-1-1h-3.5Z"
|
|
@@ -553,10 +553,10 @@ const BreakBold = props => {
|
|
|
553
553
|
useEffect(() => {
|
|
554
554
|
refresh();
|
|
555
555
|
}, []);
|
|
556
|
-
return optimise('p_7BImG', /*#__PURE__*/React.createElement(SVGComponent$
|
|
556
|
+
return optimise('p_7BImG', /*#__PURE__*/React.createElement(SVGComponent$2c, props));
|
|
557
557
|
};
|
|
558
558
|
|
|
559
|
-
var SVGComponent$
|
|
559
|
+
var SVGComponent$2b = (({
|
|
560
560
|
as: Component = "svg",
|
|
561
561
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
562
562
|
d: "M16,4h8V23H0V4H8V2A1,1,0,0,1,9,1h6a1,1,0,0,1,1,1Zm7,1H1V22H23ZM20,9v1H4V9ZM15,2.5a.47.47,0,0,0-.15-.35A.47.47,0,0,0,14.5,2h-5a.47.47,0,0,0-.35.15A.47.47,0,0,0,9,2.5V4h6Z",
|
|
@@ -579,10 +579,10 @@ const Briefcase = props => {
|
|
|
579
579
|
useEffect(() => {
|
|
580
580
|
refresh();
|
|
581
581
|
}, []);
|
|
582
|
-
return optimise('p_ZCaOqa', /*#__PURE__*/React.createElement(SVGComponent$
|
|
582
|
+
return optimise('p_ZCaOqa', /*#__PURE__*/React.createElement(SVGComponent$2b, props));
|
|
583
583
|
};
|
|
584
584
|
|
|
585
|
-
var SVGComponent$
|
|
585
|
+
var SVGComponent$2a = (({
|
|
586
586
|
as: Component = "svg",
|
|
587
587
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
588
588
|
d: "M20,15a1,1,0,1,1-1-1A1,1,0,0,1,20,15Zm-3,0a1,1,0,1,1-1-1A1,1,0,0,1,17,15Zm-3,0a1,1,0,1,1-1-1A1,1,0,0,1,14,15ZM19.42,20a12.75,12.75,0,0,1-3.33.48C12.63,20.43,9,18.36,9,15c0-3.13,3.14-5.68,7-5.68s7,2.55,7,5.68a5.07,5.07,0,0,1-1.48,3.52l.84,2.69ZM6,16.57l-4.39,1.9,1.26-4A6.82,6.82,0,0,1,1,9.76C1,5.48,5.26,2,10.5,2c5,0,9.13,3.19,9.47,7.22a9.35,9.35,0,0,0-4-.89c-4.2,0-8,2.8-8,6.68a5.42,5.42,0,0,0,.41,2A17.1,17.1,0,0,1,6,16.57ZM24,15A6.25,6.25,0,0,0,21,9.8v0C21,4.67,16,1,10.5,1S0,4.7,0,9.76a7.75,7.75,0,0,0,1.79,4.92L.05,20.25l6.07-2.63A17,17,0,0,0,9,18.11a8.35,8.35,0,0,0,7.11,3.32A13.08,13.08,0,0,0,19.33,21L24,23l-1.32-4.25A5.87,5.87,0,0,0,24,15Z",
|
|
@@ -605,10 +605,10 @@ const BubbleDouble = props => {
|
|
|
605
605
|
useEffect(() => {
|
|
606
606
|
refresh();
|
|
607
607
|
}, []);
|
|
608
|
-
return optimise('p_2qOs6B', /*#__PURE__*/React.createElement(SVGComponent$
|
|
608
|
+
return optimise('p_2qOs6B', /*#__PURE__*/React.createElement(SVGComponent$2a, props));
|
|
609
609
|
};
|
|
610
610
|
|
|
611
|
-
var SVGComponent$
|
|
611
|
+
var SVGComponent$29 = (({
|
|
612
612
|
as: Component = "svg",
|
|
613
613
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
614
614
|
d: "M12,2h2V4h2V7.7l7,2.62V23h1v1H0V23H1V12H7V4H9V2h2V0h1Zm3,3H8V23H9V21h5v2h1ZM13,22H10v1h3Zm8,1h1V11L16,8.77V23h1V21h4ZM7,13H2V23H3V21H6v2H7ZM5,22H4v1H5Zm15,0H18v1h2ZM4,17v2H3V17Zm2,0v2H5V17ZM11,7V19H10V7ZM21,18v1H17V18ZM13,7V19H12V7Zm8,9v1H17V16ZM4,14v2H3V14Zm2,0v2H5V14Zm15,0v1H17V14Zm0-2v1H17V12ZM13,3H10V4h3Z"
|
|
@@ -630,10 +630,10 @@ const Building = props => {
|
|
|
630
630
|
useEffect(() => {
|
|
631
631
|
refresh();
|
|
632
632
|
}, []);
|
|
633
|
-
return optimise('p_Z1BE88O', /*#__PURE__*/React.createElement(SVGComponent$
|
|
633
|
+
return optimise('p_Z1BE88O', /*#__PURE__*/React.createElement(SVGComponent$29, props));
|
|
634
634
|
};
|
|
635
635
|
|
|
636
|
-
var SVGComponent$
|
|
636
|
+
var SVGComponent$28 = (({
|
|
637
637
|
as: Component = "svg",
|
|
638
638
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
639
639
|
d: "M13,24H11a1,1,0,0,1-.75-.34L9.67,23h4.66l-.58.66A1,1,0,0,1,13,24Zm1.87-3a.5.5,0,1,1,0,1H9.13a.5.5,0,1,1,0-1ZM12,4c3,0,6,2,6,5.73A10.74,10.74,0,0,1,16.09,15a10.41,10.41,0,0,0-1.84,5h1c0-3.29,3.75-6.1,3.75-10.27C19,5.39,15.5,3,12,3S5,5.39,5,9.73c0,4.17,3.75,7,3.75,10.27h1a10.41,10.41,0,0,0-1.84-5A10.74,10.74,0,0,1,6,9.73C6,6,9,4,12,4Zm9.42,8a.49.49,0,0,1,.25.66.5.5,0,0,1-.66.25l-.91-.42a.5.5,0,0,1-.25-.66.49.49,0,0,1,.66-.24ZM2.58,12a.49.49,0,0,0-.25.66.5.5,0,0,0,.66.25l.91-.42a.5.5,0,0,0,.25-.66.49.49,0,0,0-.66-.24ZM21.5,9h-1a.5.5,0,0,1,0-1h1a.5.5,0,0,1,0,1ZM3.5,8a.5.5,0,0,1,0,1h-1a.5.5,0,0,1,0-1ZM20.32,4.91a.5.5,0,0,0-.57-.82l-.82.57a.5.5,0,0,0-.13.7.51.51,0,0,0,.7.12Zm-16.64,0a.5.5,0,0,1,.57-.82l.82.57a.5.5,0,0,1,.13.7.51.51,0,0,1-.7.12ZM17,1.88a.5.5,0,0,0-.87-.49l-.49.87a.51.51,0,0,0,.2.68.5.5,0,0,0,.68-.19Zm-10,0a.5.5,0,0,1,.87-.49l.49.87a.51.51,0,0,1-.2.68.5.5,0,0,1-.68-.19ZM12.5.5a.5.5,0,0,0-1,0v1a.5.5,0,0,0,1,0Z"
|
|
@@ -655,10 +655,10 @@ const Bulb = props => {
|
|
|
655
655
|
useEffect(() => {
|
|
656
656
|
refresh();
|
|
657
657
|
}, []);
|
|
658
|
-
return optimise('p_9axB', /*#__PURE__*/React.createElement(SVGComponent$
|
|
658
|
+
return optimise('p_9axB', /*#__PURE__*/React.createElement(SVGComponent$28, props));
|
|
659
659
|
};
|
|
660
660
|
|
|
661
|
-
var SVGComponent$
|
|
661
|
+
var SVGComponent$27 = (({
|
|
662
662
|
as: Component = "svg",
|
|
663
663
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("circle", {
|
|
664
664
|
cx: "8",
|
|
@@ -682,10 +682,10 @@ const BulletBold = props => {
|
|
|
682
682
|
useEffect(() => {
|
|
683
683
|
refresh();
|
|
684
684
|
}, []);
|
|
685
|
-
return optimise('p_Z27pwP4', /*#__PURE__*/React.createElement(SVGComponent$
|
|
685
|
+
return optimise('p_Z27pwP4', /*#__PURE__*/React.createElement(SVGComponent$27, props));
|
|
686
686
|
};
|
|
687
687
|
|
|
688
|
-
var SVGComponent$
|
|
688
|
+
var SVGComponent$26 = (({
|
|
689
689
|
as: Component = "svg",
|
|
690
690
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
691
691
|
d: "M12,8a4,4,0,1,1-4,4A4,4,0,0,1,12,8Z"
|
|
@@ -707,10 +707,10 @@ const BulletBook = props => {
|
|
|
707
707
|
useEffect(() => {
|
|
708
708
|
refresh();
|
|
709
709
|
}, []);
|
|
710
|
-
return optimise('p_Z27pwNq', /*#__PURE__*/React.createElement(SVGComponent$
|
|
710
|
+
return optimise('p_Z27pwNq', /*#__PURE__*/React.createElement(SVGComponent$26, props));
|
|
711
711
|
};
|
|
712
712
|
|
|
713
|
-
var SVGComponent$
|
|
713
|
+
var SVGComponent$25 = (({
|
|
714
714
|
as: Component = "svg",
|
|
715
715
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
716
716
|
d: "M12.23,18.06a2.49,2.49,0,0,0,2.68-2.43l1.05.14A3.46,3.46,0,0,1,12.23,19a3.81,3.81,0,0,1-3.91-3.12H7V15H8.18c0-.16,0-.32,0-.48s0-.27,0-.41H7v-.9H8.3A3.88,3.88,0,0,1,12.23,10a3.5,3.5,0,0,1,3.69,3l-1,.16a2.54,2.54,0,0,0-2.7-2.23,2.82,2.82,0,0,0-2.88,2.25H13v.9H9.19c0,.14,0,.27,0,.41a3.87,3.87,0,0,0,0,.48h2.87v.9H9.36A2.82,2.82,0,0,0,12.23,18.06ZM15.5,5a3.93,3.93,0,0,1-.29,1.5h2.65l5.33,16H.85l4.27-16H7.79A3.93,3.93,0,0,1,7.5,5a4,4,0,0,1,8,0ZM8.9,6.5h5.2a3,3,0,1,0-5.2,0Zm-3,1-3.73,14H21.81l-4.67-14Z"
|
|
@@ -732,10 +732,10 @@ const Burden = props => {
|
|
|
732
732
|
useEffect(() => {
|
|
733
733
|
refresh();
|
|
734
734
|
}, []);
|
|
735
|
-
return optimise('p_2mw1QN', /*#__PURE__*/React.createElement(SVGComponent$
|
|
735
|
+
return optimise('p_2mw1QN', /*#__PURE__*/React.createElement(SVGComponent$25, props));
|
|
736
736
|
};
|
|
737
737
|
|
|
738
|
-
var SVGComponent$
|
|
738
|
+
var SVGComponent$24 = (({
|
|
739
739
|
as: Component = "svg",
|
|
740
740
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
741
741
|
d: "m4.5,7c0-.28.22-.5.5-.5h22c.28,0,.5.22.5.5v2c0,.28-.22.5-.5.5H5c-.28,0-.5-.22-.5-.5v-2Zm0,8c0-.28.22-.5.5-.5h22c.28,0,.5.22.5.5v2c0,.28-.22.5-.5.5H5c-.28,0-.5-.22-.5-.5v-2Zm.5,7.5c-.28,0-.5.22-.5.5v2c0,.28.22.5.5.5h22c.28,0,.5-.22.5-.5v-2c0-.28-.22-.5-.5-.5H5Z"
|
|
@@ -757,10 +757,10 @@ const BurgerBold = props => {
|
|
|
757
757
|
useEffect(() => {
|
|
758
758
|
refresh();
|
|
759
759
|
}, []);
|
|
760
|
-
return optimise('p_Z50ELm', /*#__PURE__*/React.createElement(SVGComponent$
|
|
760
|
+
return optimise('p_Z50ELm', /*#__PURE__*/React.createElement(SVGComponent$24, props));
|
|
761
761
|
};
|
|
762
762
|
|
|
763
|
-
var SVGComponent$
|
|
763
|
+
var SVGComponent$23 = (({
|
|
764
764
|
as: Component = "svg",
|
|
765
765
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
766
766
|
d: "M22,24H2V0H22ZM3,23H21V1H3ZM20,7H4V2H20ZM5,6H19V3H5Zm4,6H5V8H9ZM6,11H8V9H6Zm8,1H10V8h4Zm-3-1h2V9H11Zm3,6H10V13h4Zm-3-1h2V14H11ZM9,17H5V13H9ZM6,16H8V14H6Zm3,6H5V18H9ZM6,21H8V19H6Zm13-9H15V8h4Zm-3-1h2V9H16Zm3,6H15V13h4Zm-3-1h2V14H16Zm3,6H10V18h9Zm-8-1h7V19H11Z"
|
|
@@ -782,10 +782,10 @@ const Calculator = props => {
|
|
|
782
782
|
useEffect(() => {
|
|
783
783
|
refresh();
|
|
784
784
|
}, []);
|
|
785
|
-
return optimise('p_10Jxyh', /*#__PURE__*/React.createElement(SVGComponent$
|
|
785
|
+
return optimise('p_10Jxyh', /*#__PURE__*/React.createElement(SVGComponent$23, props));
|
|
786
786
|
};
|
|
787
787
|
|
|
788
|
-
var SVGComponent$
|
|
788
|
+
var SVGComponent$22 = (({
|
|
789
789
|
as: Component = "svg",
|
|
790
790
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
791
791
|
d: "M23.9,23H-.1V4h4V1h4V4h8V1h4V4h4Zm-1-15H.9V22h22ZM6.4,16.8l1-.1c.2.9.7,1.5,1.6,1.5a1.61,1.61,0,0,0,1.7-1.6c0-1-.8-1.8-2.4-1.4l.1-.8c.9.1,1.9-.3,1.9-1.3,0-.7-.5-1.2-1.4-1.2a1.45,1.45,0,0,0-1.5,1.4l-1-.2a2.39,2.39,0,0,1,2.5-2,2.28,2.28,0,0,1,2.5,2,1.88,1.88,0,0,1-1.2,1.6,1.85,1.85,0,0,1,1.6,1.9C11.9,18,10.6,19,9,19A2.39,2.39,0,0,1,6.4,16.8ZM15.9,19h-1V12.7a8.17,8.17,0,0,1-2,1.2V13a4.69,4.69,0,0,0,2.3-2h.7Zm7-14H.9V7h22ZM6.9,2h-2V4h2Zm12,0h-2V4h2Z"
|
|
@@ -807,10 +807,10 @@ const Calendar = props => {
|
|
|
807
807
|
useEffect(() => {
|
|
808
808
|
refresh();
|
|
809
809
|
}, []);
|
|
810
|
-
return optimise('p_Z8cP4v', /*#__PURE__*/React.createElement(SVGComponent$
|
|
810
|
+
return optimise('p_Z8cP4v', /*#__PURE__*/React.createElement(SVGComponent$22, props));
|
|
811
811
|
};
|
|
812
812
|
|
|
813
|
-
var SVGComponent$
|
|
813
|
+
var SVGComponent$21 = (({
|
|
814
814
|
as: Component = "svg",
|
|
815
815
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
816
816
|
d: "M13,2V0H11V2H5V0H3V2H0V15H16V2Zm2,12H1V5H15ZM15,4H1V3H15ZM10.43,7.68,9,8.56v-1l1.53-.91.9,0v5.88h-1ZM7.27,10.74c0-.63-.4-.92-1.19-.92h-.5V9H6c.7,0,1.09-.3,1.09-.83a.9.9,0,0,0-1-.84h0a1.11,1.11,0,0,0-1.16,1l-1-.15A2,2,0,0,1,6,6.5c1.15,0,2,.67,2,1.62a1.4,1.4,0,0,1-.72,1.22,1.52,1.52,0,0,1,.93,1.51c0,1.07-.84,1.78-2.1,1.78a2.11,2.11,0,0,1-2.3-1.9,1.34,1.34,0,0,1,0-.2l1-.14c.08.88.54,1.35,1.34,1.35S7.27,11.37,7.27,10.74Z"
|
|
@@ -832,10 +832,10 @@ const CalendarBold = props => {
|
|
|
832
832
|
useEffect(() => {
|
|
833
833
|
refresh();
|
|
834
834
|
}, []);
|
|
835
|
-
return optimise('p_ZdD3T7', /*#__PURE__*/React.createElement(SVGComponent$
|
|
835
|
+
return optimise('p_ZdD3T7', /*#__PURE__*/React.createElement(SVGComponent$21, props));
|
|
836
836
|
};
|
|
837
837
|
|
|
838
|
-
var SVGComponent$
|
|
838
|
+
var SVGComponent$20 = (({
|
|
839
839
|
as: Component = "svg",
|
|
840
840
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
841
841
|
d: "M15,3a2,2,0,0,1,2,2V9l7-4V19l-7-4v4a2,2,0,0,1-2,2H2a2,2,0,0,1-2-2V5A2,2,0,0,1,2,3Zm0,17a1,1,0,0,0,1-1V5a1,1,0,0,0-1-1H2A1,1,0,0,0,1,5V19a1,1,0,0,0,1,1Zm2-9.85v3.7l6,3.43V6.72Z"
|
|
@@ -857,10 +857,10 @@ const Camera = props => {
|
|
|
857
857
|
useEffect(() => {
|
|
858
858
|
refresh();
|
|
859
859
|
}, []);
|
|
860
|
-
return optimise('p_2nf8iD', /*#__PURE__*/React.createElement(SVGComponent$
|
|
860
|
+
return optimise('p_2nf8iD', /*#__PURE__*/React.createElement(SVGComponent$20, props));
|
|
861
861
|
};
|
|
862
862
|
|
|
863
|
-
var SVGComponent$
|
|
863
|
+
var SVGComponent$1$ = (({
|
|
864
864
|
as: Component = "svg",
|
|
865
865
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
866
866
|
d: "M6,4.4H5V3H24V19H16.3L19,23H17.7L15,19H13l-2.7,4H9l2.7-4H9V18h8V17h3v1h3V4H6ZM8.2,21.8A1.16,1.16,0,0,1,7,23a1.38,1.38,0,0,1-1.3-1.2l-.4-4-.3,4A1.22,1.22,0,0,1,3.8,23a1.3,1.3,0,0,1-1.3-1.2l-.3-6.5-.3.6a1.23,1.23,0,0,1-1.3.5,1.09,1.09,0,0,1-.7-1v-.3L1.2,11a1.41,1.41,0,0,1,1.4-1H6.7A4.15,4.15,0,0,0,8,9.7l3.1-1.8a1.06,1.06,0,0,1,1.2.2.94.94,0,0,1-.1,1.3l-3,2.9a1.82,1.82,0,0,0-.6,1.4C8.5,15.1,8.2,21.8,8.2,21.8ZM2.5,11c-.2,0-.3.1-.4.3-.3,1-1,3.7-1.1,4.1l1.5-2.6a.32.32,0,0,1,.6.2l.3,8.8c.1.2.6.2.6,0,0,0,.3-3.4.3-3.9a.94.94,0,0,1,1-1,1,1,0,0,1,1,1c0,.3.3,3.4.4,3.9s.5.3.5,0c0,0,.2-6.7.3-8.1a3.33,3.33,0,0,1,.9-2.1l3-2.9c-.7.5-2.4,1.5-3.1,1.9a3.53,3.53,0,0,1-1.7.4ZM19,12H14V11h5Zm2-2H14V9h7ZM5.3,5A2.26,2.26,0,0,0,3,7.3,2.26,2.26,0,0,0,5.3,9.6,2.26,2.26,0,0,0,7.6,7.3,2.26,2.26,0,0,0,5.3,5Zm0,1a1.3,1.3,0,0,1,0,2.6A1.26,1.26,0,0,1,4,7.3,1.26,1.26,0,0,1,5.3,6ZM21,8H14V7h7Z"
|
|
@@ -882,10 +882,10 @@ const ChalkboardTeacher = props => {
|
|
|
882
882
|
useEffect(() => {
|
|
883
883
|
refresh();
|
|
884
884
|
}, []);
|
|
885
|
-
return optimise('p_2vUgaA', /*#__PURE__*/React.createElement(SVGComponent$
|
|
885
|
+
return optimise('p_2vUgaA', /*#__PURE__*/React.createElement(SVGComponent$1$, props));
|
|
886
886
|
};
|
|
887
887
|
|
|
888
|
-
var SVGComponent$
|
|
888
|
+
var SVGComponent$1_ = (({
|
|
889
889
|
as: Component = "svg",
|
|
890
890
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
891
891
|
d: "M0,22H1V17H5v5H7V12h4V22h2V7h4V22h2V1h4V22h1v1H0Zm4-4H2v4H4Zm6-5H8v9h2Zm6-5H14V22h2Zm6-6H20V22h2Z"
|
|
@@ -907,10 +907,10 @@ const ChartBar = props => {
|
|
|
907
907
|
useEffect(() => {
|
|
908
908
|
refresh();
|
|
909
909
|
}, []);
|
|
910
|
-
return optimise('p_1Lpmv3', /*#__PURE__*/React.createElement(SVGComponent$
|
|
910
|
+
return optimise('p_1Lpmv3', /*#__PURE__*/React.createElement(SVGComponent$1_, props));
|
|
911
911
|
};
|
|
912
912
|
|
|
913
|
-
var SVGComponent$
|
|
913
|
+
var SVGComponent$1Z = (({
|
|
914
914
|
as: Component = "svg",
|
|
915
915
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
916
916
|
d: "M24,4.68,7.67,22,0,13l.76-.65,7,8.2L23.27,4Z"
|
|
@@ -932,10 +932,10 @@ const Check = props => {
|
|
|
932
932
|
useEffect(() => {
|
|
933
933
|
refresh();
|
|
934
934
|
}, []);
|
|
935
|
-
return optimise('p_4GGpz', /*#__PURE__*/React.createElement(SVGComponent$
|
|
935
|
+
return optimise('p_4GGpz', /*#__PURE__*/React.createElement(SVGComponent$1Z, props));
|
|
936
936
|
};
|
|
937
937
|
|
|
938
|
-
var SVGComponent$
|
|
938
|
+
var SVGComponent$1Y = (({
|
|
939
939
|
as: Component = "svg",
|
|
940
940
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
941
941
|
d: "M5.8,11.6l8-8.29,1.44,1.38L5.88,14.4.32,9.23,1.68,7.77Z",
|
|
@@ -958,10 +958,10 @@ const CheckBold = props => {
|
|
|
958
958
|
useEffect(() => {
|
|
959
959
|
refresh();
|
|
960
960
|
}, []);
|
|
961
|
-
return optimise('p_Z2eHEHd', /*#__PURE__*/React.createElement(SVGComponent$
|
|
961
|
+
return optimise('p_Z2eHEHd', /*#__PURE__*/React.createElement(SVGComponent$1Y, props));
|
|
962
962
|
};
|
|
963
963
|
|
|
964
|
-
var SVGComponent$
|
|
964
|
+
var SVGComponent$1X = (({
|
|
965
965
|
as: Component = "svg",
|
|
966
966
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
967
967
|
d: "M18.63,4.23c-.16-.16-.41-.32-.57-.16-.56.56-1.49.58-1.92,1.35v0c-.57.67-1.38,1.08-1.63,2a.35.35,0,0,0,.08,0l-.08,0c-.15.08-.16.23-.16.38l0,0a11.4,11.4,0,0,1-.89,1.08h0c-.08.15-.15.24-.23.37l-.09,0c-.23.41-.55.76-.8,1.17h0a10.34,10.34,0,0,1-.53,1l-.2.2a1.54,1.54,0,0,0-.05.17,2.6,2.6,0,0,0-.62,1.39l0,.05c-.09.07-.16.23-.25.32l0,.06a3.05,3.05,0,0,0-.7.88.18.18,0,0,0-.07.05.73.73,0,0,0-.16.41.06.06,0,0,0,0,0,4.53,4.53,0,0,0-.79,1.11l.08.08-.06,0c-.25.07-.09.67-.57.57l-.14-.09c-.23-.38-.44-.81-.66-1.27a.43.43,0,0,1,0-.11v-.12h0a.08.08,0,0,0,0,0,.3.3,0,0,1,0-.13c-.07-.22-.18-.47-.27-.72l-.09-.28A2.18,2.18,0,0,1,7,13.46a1.89,1.89,0,0,0-.8-1l0,0a.81.81,0,0,0-1.07-.24c-.39.25-.16.67.09.92a0,0,0,0,1,0,0,.91.91,0,0,0,.15.38h0A19.54,19.54,0,0,0,7,18.09a1,1,0,0,0,.07-.15,1,1,0,0,1,0,.17,1.15,1.15,0,0,0,.23.55l0,0H7.29c.51.67,1.08,1.17,2.05.76v0a1.26,1.26,0,0,0,.68-.78l.12-.1c0-.25.09-.41.09-.57.74-.48.9-1.31,1.31-2.07A6,6,0,0,1,12,15a3.86,3.86,0,0,0,.8-2.12l-.08,0,0,0c.07,0,.08-.07.09-.11l0,0c.48-.07.48-.51.57-.83l-.12.08.12-.17.16-.16v0l0,0a9.67,9.67,0,0,0,2.11-3,.56.56,0,0,1,.05-.08s0,.06,0,.08c.32-.41,1.06-.64.64-1.4h0c.9-.25,1.22-1,1.7-1.59h0c.07-.16.16-.25.23-.41h0c.09-.09.25-.16.34-.25V5C19,4.78,18.87,4.47,18.63,4.23ZM16.2,6l0,0-.11,0ZM7.54,16.87h0l-.08.06Zm-.13.34s0,0,0,.05h0S7.4,17.23,7.41,17.21Z"
|
|
@@ -983,10 +983,10 @@ const CheckHandwrite = props => {
|
|
|
983
983
|
useEffect(() => {
|
|
984
984
|
refresh();
|
|
985
985
|
}, []);
|
|
986
|
-
return optimise('p_14TK4O', /*#__PURE__*/React.createElement(SVGComponent$
|
|
986
|
+
return optimise('p_14TK4O', /*#__PURE__*/React.createElement(SVGComponent$1X, props));
|
|
987
987
|
};
|
|
988
988
|
|
|
989
|
-
var SVGComponent$
|
|
989
|
+
var SVGComponent$1W = (({
|
|
990
990
|
as: Component = "svg",
|
|
991
991
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
992
992
|
d: "m7.43,10.57l1.13-1.13,3.43,3.43,3.43-3.43,1.13,1.13-4.57,4.57-4.57-4.57Z"
|
|
@@ -1008,10 +1008,10 @@ const ChevronDown = props => {
|
|
|
1008
1008
|
useEffect(() => {
|
|
1009
1009
|
refresh();
|
|
1010
1010
|
}, []);
|
|
1011
|
-
return optimise('p_ZslpJA', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1011
|
+
return optimise('p_ZslpJA', /*#__PURE__*/React.createElement(SVGComponent$1W, props));
|
|
1012
1012
|
};
|
|
1013
1013
|
|
|
1014
|
-
var SVGComponent$
|
|
1014
|
+
var SVGComponent$1V = (({
|
|
1015
1015
|
as: Component = "svg",
|
|
1016
1016
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1017
1017
|
d: "M1.94,5.86l1.29-1.3L7.44,8.84l4.2-4.28,1.3,1.3-5.5,5.58Z"
|
|
@@ -1033,10 +1033,10 @@ const ChevronDownBold = props => {
|
|
|
1033
1033
|
useEffect(() => {
|
|
1034
1034
|
refresh();
|
|
1035
1035
|
}, []);
|
|
1036
|
-
return optimise('p_126jrr', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1036
|
+
return optimise('p_126jrr', /*#__PURE__*/React.createElement(SVGComponent$1V, props));
|
|
1037
1037
|
};
|
|
1038
1038
|
|
|
1039
|
-
var SVGComponent$
|
|
1039
|
+
var SVGComponent$1U = (({
|
|
1040
1040
|
as: Component = "svg",
|
|
1041
1041
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1042
1042
|
d: "M9.58,2.5l1.3,1.3L6.59,8l4.29,4.2-1.3,1.3L4,8Z"
|
|
@@ -1058,10 +1058,10 @@ const ChevronLeftBold = props => {
|
|
|
1058
1058
|
useEffect(() => {
|
|
1059
1059
|
refresh();
|
|
1060
1060
|
}, []);
|
|
1061
|
-
return optimise('p_1n8MkT', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1061
|
+
return optimise('p_1n8MkT', /*#__PURE__*/React.createElement(SVGComponent$1U, props));
|
|
1062
1062
|
};
|
|
1063
1063
|
|
|
1064
|
-
var SVGComponent$
|
|
1064
|
+
var SVGComponent$1T = (({
|
|
1065
1065
|
as: Component = "svg",
|
|
1066
1066
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1067
1067
|
d: "M6.3,2.5,5,3.8,9.28,8,5,12.2l1.3,1.3L11.88,8Z"
|
|
@@ -1083,10 +1083,10 @@ const ChevronRightBold = props => {
|
|
|
1083
1083
|
useEffect(() => {
|
|
1084
1084
|
refresh();
|
|
1085
1085
|
}, []);
|
|
1086
|
-
return optimise('p_Z1NlNzP', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1086
|
+
return optimise('p_Z1NlNzP', /*#__PURE__*/React.createElement(SVGComponent$1T, props));
|
|
1087
1087
|
};
|
|
1088
1088
|
|
|
1089
|
-
var SVGComponent$
|
|
1089
|
+
var SVGComponent$1S = (({
|
|
1090
1090
|
as: Component = "svg",
|
|
1091
1091
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1092
1092
|
d: "m16.56,13.44l-1.13,1.13-3.43-3.43-3.43,3.43-1.13-1.13,4.57-4.57,4.57,4.57Z"
|
|
@@ -1108,10 +1108,10 @@ const ChevronUp = props => {
|
|
|
1108
1108
|
useEffect(() => {
|
|
1109
1109
|
refresh();
|
|
1110
1110
|
}, []);
|
|
1111
|
-
return optimise('p_Z1zQNF8', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1111
|
+
return optimise('p_Z1zQNF8', /*#__PURE__*/React.createElement(SVGComponent$1S, props));
|
|
1112
1112
|
};
|
|
1113
1113
|
|
|
1114
|
-
var SVGComponent$
|
|
1114
|
+
var SVGComponent$1R = (({
|
|
1115
1115
|
as: Component = "svg",
|
|
1116
1116
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1117
1117
|
d: "M1.94,10.14l1.29,1.3L7.44,7.16l4.2,4.28,1.3-1.3L7.44,4.56Z"
|
|
@@ -1133,10 +1133,10 @@ const ChevronUpBold = props => {
|
|
|
1133
1133
|
useEffect(() => {
|
|
1134
1134
|
refresh();
|
|
1135
1135
|
}, []);
|
|
1136
|
-
return optimise('p_1q8qOU', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1136
|
+
return optimise('p_1q8qOU', /*#__PURE__*/React.createElement(SVGComponent$1R, props));
|
|
1137
1137
|
};
|
|
1138
1138
|
|
|
1139
|
-
var SVGComponent$
|
|
1139
|
+
var SVGComponent$1Q = (({
|
|
1140
1140
|
as: Component = "svg",
|
|
1141
1141
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1142
1142
|
d: "M12,0A12,12,0,1,1,0,12,12,12,0,0,1,12,0Zm0,1A11,11,0,1,1,1,12,11,11,0,0,1,12,1Zm0,11h6v1H11V4h1Z",
|
|
@@ -1159,10 +1159,10 @@ const Clock = props => {
|
|
|
1159
1159
|
useEffect(() => {
|
|
1160
1160
|
refresh();
|
|
1161
1161
|
}, []);
|
|
1162
|
-
return optimise('p_4Hg1C', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1162
|
+
return optimise('p_4Hg1C', /*#__PURE__*/React.createElement(SVGComponent$1Q, props));
|
|
1163
1163
|
};
|
|
1164
1164
|
|
|
1165
|
-
var SVGComponent$
|
|
1165
|
+
var SVGComponent$1P = (({
|
|
1166
1166
|
as: Component = "svg",
|
|
1167
1167
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1168
1168
|
d: "M8.5,8.17h2.67v1.5H7V4.83H8.5Zm6-.17A6.5,6.5,0,1,1,8,1.5,6.51,6.51,0,0,1,14.5,8ZM13,8a5,5,0,1,0-5,5A5,5,0,0,0,13,8Z"
|
|
@@ -1184,10 +1184,10 @@ const ClockBold = props => {
|
|
|
1184
1184
|
useEffect(() => {
|
|
1185
1185
|
refresh();
|
|
1186
1186
|
}, []);
|
|
1187
|
-
return optimise('p_1ga8eC', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1187
|
+
return optimise('p_1ga8eC', /*#__PURE__*/React.createElement(SVGComponent$1P, props));
|
|
1188
1188
|
};
|
|
1189
1189
|
|
|
1190
|
-
var SVGComponent$
|
|
1190
|
+
var SVGComponent$1O = (({
|
|
1191
1191
|
as: Component = "svg",
|
|
1192
1192
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1193
1193
|
d: "m16,17.73l5.27,5.27,1.73-1.73-5.27-5.27,5.27-5.27-1.73-1.73-5.27,5.27-5.27-5.27-1.73,1.73,5.27,5.27-5.27,5.27,1.73,1.73,5.27-5.27Z"
|
|
@@ -1209,10 +1209,10 @@ const CloseBold = props => {
|
|
|
1209
1209
|
useEffect(() => {
|
|
1210
1210
|
refresh();
|
|
1211
1211
|
}, []);
|
|
1212
|
-
return optimise('p_1MPN80', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1212
|
+
return optimise('p_1MPN80', /*#__PURE__*/React.createElement(SVGComponent$1O, props));
|
|
1213
1213
|
};
|
|
1214
1214
|
|
|
1215
|
-
var SVGComponent$
|
|
1215
|
+
var SVGComponent$1N = (({
|
|
1216
1216
|
as: Component = "svg",
|
|
1217
1217
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1218
1218
|
d: "M18.5,20H5.5a4.5,4.5,0,0,1-.8-8.92l.78-.14,0-.79a6.49,6.49,0,0,1,13,0l0,.79.78.14A4.5,4.5,0,0,1,18.5,20Zm1-9.91a7.49,7.49,0,0,0-15,0A5.5,5.5,0,0,0,5.5,21h13a5.5,5.5,0,0,0,1-10.91Z"
|
|
@@ -1234,10 +1234,10 @@ const Cloud = props => {
|
|
|
1234
1234
|
useEffect(() => {
|
|
1235
1235
|
refresh();
|
|
1236
1236
|
}, []);
|
|
1237
|
-
return optimise('p_4HgaE', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1237
|
+
return optimise('p_4HgaE', /*#__PURE__*/React.createElement(SVGComponent$1N, props));
|
|
1238
1238
|
};
|
|
1239
1239
|
|
|
1240
|
-
var SVGComponent$
|
|
1240
|
+
var SVGComponent$1M = (({
|
|
1241
1241
|
as: Component = "svg",
|
|
1242
1242
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1243
1243
|
d: "M11.49,10.17,9,13.24l-.73-.68L12,8l3.75,4.58-.75.67-2.5-3.08V18h-1Zm7,9.83H5.5a4.5,4.5,0,0,1-.8-8.92l.78-.14,0-.79a6.49,6.49,0,0,1,13,0l0,.79.78.14A4.5,4.5,0,0,1,18.5,20Zm1-9.91a7.49,7.49,0,0,0-15,0A5.5,5.5,0,0,0,5.5,21h13a5.5,5.5,0,0,0,1-10.91Z",
|
|
@@ -1260,7 +1260,32 @@ const CloudUpload = props => {
|
|
|
1260
1260
|
useEffect(() => {
|
|
1261
1261
|
refresh();
|
|
1262
1262
|
}, []);
|
|
1263
|
-
return optimise('p_efIsB', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1263
|
+
return optimise('p_efIsB', /*#__PURE__*/React.createElement(SVGComponent$1M, props));
|
|
1264
|
+
};
|
|
1265
|
+
|
|
1266
|
+
var SVGComponent$1L = (({
|
|
1267
|
+
as: Component = "svg",
|
|
1268
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1269
|
+
d: "m8,0C3.59,0,0,3.59,0,8s3.59,8,8,8,8-3.59,8-8S12.41,0,8,0Zm1.72,5.49c0,.05-.01.1-.1.05-.27-.1-.57-.16-1.08-.16-1.19,0-1.87.74-2.03,1.59h2.17s.05.01.05.05v.55c0,.05-.03.05-.05.05h-2.24c-.01.19-.01.44-.01.6h2.25s.05.01.05.07v.54s-.01.07-.05.07h-2.17c.17,1.01.94,1.69,2.03,1.69.47,0,.75-.02,1.09-.14.03-.01.07,0,.07.05v.99s-.02.1-.07.12c-.29.12-.66.15-1.26.15-1.74,0-2.94-1.19-3.14-2.85h-.57s-.05-.01-.05-.07v-.54s.01-.07.05-.07h.5c0-.2,0-.4.01-.6h-.49c-.05,0-.07-.01-.07-.05v-.54c0-.05.02-.07.05-.07h.58c.3-1.58,1.54-2.74,3.25-2.74.56,0,.89.03,1.15.14.05.01.07.05.07.12v.99Z"
|
|
1270
|
+
})),
|
|
1271
|
+
...props
|
|
1272
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
1273
|
+
height: "16",
|
|
1274
|
+
viewBox: "0 0 16 16",
|
|
1275
|
+
width: "16",
|
|
1276
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1277
|
+
fill: "currentColor"
|
|
1278
|
+
}, props), children));
|
|
1279
|
+
|
|
1280
|
+
const CoinBold = props => {
|
|
1281
|
+
const {
|
|
1282
|
+
optimise,
|
|
1283
|
+
refresh
|
|
1284
|
+
} = useContext(PictoContext);
|
|
1285
|
+
useEffect(() => {
|
|
1286
|
+
refresh();
|
|
1287
|
+
}, []);
|
|
1288
|
+
return optimise('p_ZL7gXF', /*#__PURE__*/React.createElement(SVGComponent$1L, props));
|
|
1264
1289
|
};
|
|
1265
1290
|
|
|
1266
1291
|
var SVGComponent$1K = (({
|
|
@@ -4109,7 +4134,7 @@ const ZeroPercent = props => {
|
|
|
4109
4134
|
return optimise('p_6lhot', /*#__PURE__*/React.createElement(SVGComponent, props));
|
|
4110
4135
|
};
|
|
4111
4136
|
|
|
4112
|
-
const manifest = ["Archive", "ArrowDirectionDown", "ArrowDirectionEgal", "ArrowDirectionUp", "ArrowDouble", "ArrowDown", "ArrowDownRightCircle", "ArrowLeft", "ArrowLeftBold", "ArrowRight", "ArrowRightBold", "ArrowUp", "ArrowUpRightCircle", "Bank", "BankNote", "Bars", "Bell", "Bookmark", "BreakBold", "Briefcase", "BubbleDouble", "Building", "Bulb", "BulletBold", "BulletBook", "Burden", "BurgerBold", "Calculator", "Calendar", "CalendarBold", "Camera", "ChalkboardTeacher", "ChartBar", "Check", "CheckBold", "CheckHandwrite", "ChevronDown", "ChevronDownBold", "ChevronLeftBold", "ChevronRightBold", "ChevronUp", "ChevronUpBold", "Clock", "ClockBold", "CloseBold", "Cloud", "CloudUpload", "Coins", "Crane", "Crown", "DoubleArrow", "Download", "Duplicate", "Envelope", "EqualBold", "EqualCircle", "Euro", "EuroBold", "ExclamationMarkCircle", "ExclamationMarkCircleBold", "ExclamationMarkCircleLine", "ExclamationMarkTriangle", "ExclamationMarkTriangleBold", "ExclamationMarkTriangleLine", "ExternalLink", "Eye", "Facebook", "FacebookSmall", "File", "FileCheck", "Files", "Filter", "FirstCircle", "Flag", "Folder", "FolderOpen", "FourCircle", "Globe", "GraduationCap", "HandCoin", "Heart", "HeartPlain", "HorseChase", "House", "HouseMagnifier", "InfoCircle", "InfoCircleBold", "InfoCircleLine", "Instagram", "Key", "LightningBolt", "Link", "Lock", "MagicWand", "MagnifyingBold", "MagnifyingGlassLeft", "Marker", "Microphone", "MinusBold", "MinusCircle", "MinusTenBold", "Paperclip", "Pen", "Percent", "Phone", "Plan", "Plane", "Play", "PlayBold", "PlayerBeginBold", "PlayerEndBold", "PlusBold", "PlusCircle", "PlusTenBold", "Print", "QuestionCircleLine", "QuestionMarkCircle", "QuestionMarkCircleBold", "QuoteClose", "QuoteOpenPlain", "Share", "ShieldCheck", "Smartphone", "SmileyFrown", "SmileyHappy", "SmileyNeutral", "SpeechBubble", "SquareMeter", "SquareMetersBold", "Star", "StarFilled", "StarHalf", "Tada", "ThreeCircle", "Times", "TimesBold", "TimesCircle", "TimesCircleBold", "TimesCircleLine", "Toast", "Trash", "Tree", "TreePlain", "TribarCircle", "Trustpilot", "Tune", "Twitter", "TwitterSmall", "TwoCircle", "TwoPeople", "UserBook", "UserCircle", "UserId", "UserStars", "Wall", "WorkingMan", "Youtube", "ZeroPercent"];
|
|
4137
|
+
const manifest = ["Archive", "ArrowDirectionDown", "ArrowDirectionEgal", "ArrowDirectionUp", "ArrowDouble", "ArrowDown", "ArrowDownRightCircle", "ArrowLeft", "ArrowLeftBold", "ArrowRight", "ArrowRightBold", "ArrowUp", "ArrowUpRightCircle", "Bank", "BankNote", "Bars", "Bell", "Bookmark", "BreakBold", "Briefcase", "BubbleDouble", "Building", "Bulb", "BulletBold", "BulletBook", "Burden", "BurgerBold", "Calculator", "Calendar", "CalendarBold", "Camera", "ChalkboardTeacher", "ChartBar", "Check", "CheckBold", "CheckHandwrite", "ChevronDown", "ChevronDownBold", "ChevronLeftBold", "ChevronRightBold", "ChevronUp", "ChevronUpBold", "Clock", "ClockBold", "CloseBold", "Cloud", "CloudUpload", "CoinBold", "Coins", "Crane", "Crown", "DoubleArrow", "Download", "Duplicate", "Envelope", "EqualBold", "EqualCircle", "Euro", "EuroBold", "ExclamationMarkCircle", "ExclamationMarkCircleBold", "ExclamationMarkCircleLine", "ExclamationMarkTriangle", "ExclamationMarkTriangleBold", "ExclamationMarkTriangleLine", "ExternalLink", "Eye", "Facebook", "FacebookSmall", "File", "FileCheck", "Files", "Filter", "FirstCircle", "Flag", "Folder", "FolderOpen", "FourCircle", "Globe", "GraduationCap", "HandCoin", "Heart", "HeartPlain", "HorseChase", "House", "HouseMagnifier", "InfoCircle", "InfoCircleBold", "InfoCircleLine", "Instagram", "Key", "LightningBolt", "Link", "Lock", "MagicWand", "MagnifyingBold", "MagnifyingGlassLeft", "Marker", "Microphone", "MinusBold", "MinusCircle", "MinusTenBold", "Paperclip", "Pen", "Percent", "Phone", "Plan", "Plane", "Play", "PlayBold", "PlayerBeginBold", "PlayerEndBold", "PlusBold", "PlusCircle", "PlusTenBold", "Print", "QuestionCircleLine", "QuestionMarkCircle", "QuestionMarkCircleBold", "QuoteClose", "QuoteOpenPlain", "Share", "ShieldCheck", "Smartphone", "SmileyFrown", "SmileyHappy", "SmileyNeutral", "SpeechBubble", "SquareMeter", "SquareMetersBold", "Star", "StarFilled", "StarHalf", "Tada", "ThreeCircle", "Times", "TimesBold", "TimesCircle", "TimesCircleBold", "TimesCircleLine", "Toast", "Trash", "Tree", "TreePlain", "TribarCircle", "Trustpilot", "Tune", "Twitter", "TwitterSmall", "TwoCircle", "TwoPeople", "UserBook", "UserCircle", "UserId", "UserStars", "Wall", "WorkingMan", "Youtube", "ZeroPercent"];
|
|
4113
4138
|
|
|
4114
|
-
export { Archive, ArrowDirectionDown, ArrowDirectionEgal, ArrowDirectionUp, ArrowDouble, ArrowDown, ArrowDownRightCircle, ArrowLeft, ArrowLeftBold, ArrowRight, ArrowRightBold, ArrowUp, ArrowUpRightCircle, Bank, BankNote, Bars, Bell, Bookmark, BreakBold, Briefcase, BubbleDouble, Building, Bulb, BulletBold, BulletBook, Burden, BurgerBold, Calculator, Calendar, CalendarBold, Camera, ChalkboardTeacher, ChartBar, Check, CheckBold, CheckHandwrite, ChevronDown, ChevronDownBold, ChevronLeftBold, ChevronRightBold, ChevronUp, ChevronUpBold, Clock, ClockBold, CloseBold, Cloud, CloudUpload, Coins, Crane, Crown, DoubleArrow, Download, Duplicate, Envelope, EqualBold, EqualCircle, Euro, EuroBold, ExclamationMarkCircle, ExclamationMarkCircleBold, ExclamationMarkCircleLine, ExclamationMarkTriangle, ExclamationMarkTriangleBold, ExclamationMarkTriangleLine, ExternalLink, Eye, Facebook, FacebookSmall, File, FileCheck, Files, Filter, FirstCircle, Flag, Folder, FolderOpen, FourCircle, Globe, GraduationCap, HandCoin, Heart, HeartPlain, HorseChase, House, HouseMagnifier, InfoCircle, InfoCircleBold, InfoCircleLine, Instagram, Key, LightningBolt, Link, Lock, MagicWand, MagnifyingBold, MagnifyingGlassLeft, Marker, Microphone, MinusBold, MinusCircle, MinusTenBold, Paperclip, Pen, Percent, Phone, PictoProvider, Plan, Plane, Play, PlayBold, PlayerBeginBold, PlayerEndBold, PlusBold, PlusCircle, PlusTenBold, Print, QuestionCircleLine, QuestionMarkCircle, QuestionMarkCircleBold, QuoteClose, QuoteOpenPlain, Share, ShieldCheck, Smartphone, SmileyFrown, SmileyHappy, SmileyNeutral, SpeechBubble, SquareMeter, SquareMetersBold, Star, StarFilled, StarHalf, Tada, ThreeCircle, Times, TimesBold, TimesCircle, TimesCircleBold, TimesCircleLine, Toast, Trash, Tree, TreePlain, TribarCircle, Trustpilot, Tune, Twitter, TwitterSmall, TwoCircle, TwoPeople, UserBook, UserCircle, UserId, UserStars, Wall, WorkingMan, Youtube, ZeroPercent, manifest };
|
|
4139
|
+
export { Archive, ArrowDirectionDown, ArrowDirectionEgal, ArrowDirectionUp, ArrowDouble, ArrowDown, ArrowDownRightCircle, ArrowLeft, ArrowLeftBold, ArrowRight, ArrowRightBold, ArrowUp, ArrowUpRightCircle, Bank, BankNote, Bars, Bell, Bookmark, BreakBold, Briefcase, BubbleDouble, Building, Bulb, BulletBold, BulletBook, Burden, BurgerBold, Calculator, Calendar, CalendarBold, Camera, ChalkboardTeacher, ChartBar, Check, CheckBold, CheckHandwrite, ChevronDown, ChevronDownBold, ChevronLeftBold, ChevronRightBold, ChevronUp, ChevronUpBold, Clock, ClockBold, CloseBold, Cloud, CloudUpload, CoinBold, Coins, Crane, Crown, DoubleArrow, Download, Duplicate, Envelope, EqualBold, EqualCircle, Euro, EuroBold, ExclamationMarkCircle, ExclamationMarkCircleBold, ExclamationMarkCircleLine, ExclamationMarkTriangle, ExclamationMarkTriangleBold, ExclamationMarkTriangleLine, ExternalLink, Eye, Facebook, FacebookSmall, File, FileCheck, Files, Filter, FirstCircle, Flag, Folder, FolderOpen, FourCircle, Globe, GraduationCap, HandCoin, Heart, HeartPlain, HorseChase, House, HouseMagnifier, InfoCircle, InfoCircleBold, InfoCircleLine, Instagram, Key, LightningBolt, Link, Lock, MagicWand, MagnifyingBold, MagnifyingGlassLeft, Marker, Microphone, MinusBold, MinusCircle, MinusTenBold, Paperclip, Pen, Percent, Phone, PictoProvider, Plan, Plane, Play, PlayBold, PlayerBeginBold, PlayerEndBold, PlusBold, PlusCircle, PlusTenBold, Print, QuestionCircleLine, QuestionMarkCircle, QuestionMarkCircleBold, QuoteClose, QuoteOpenPlain, Share, ShieldCheck, Smartphone, SmileyFrown, SmileyHappy, SmileyNeutral, SpeechBubble, SquareMeter, SquareMetersBold, Star, StarFilled, StarHalf, Tada, ThreeCircle, Times, TimesBold, TimesCircle, TimesCircleBold, TimesCircleLine, Toast, Trash, Tree, TreePlain, TribarCircle, Trustpilot, Tune, Twitter, TwitterSmall, TwoCircle, TwoPeople, UserBook, UserCircle, UserId, UserStars, Wall, WorkingMan, Youtube, ZeroPercent, manifest };
|
|
4115
4140
|
//# sourceMappingURL=picto.js.map
|