@pretto/picto 4.10.0 → 4.11.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 +467 -192
- package/esm/picto.js.map +1 -1
- package/package.json +1 -1
- package/types/modules/ArrowRightBold.d.ts +2 -0
- package/types/modules/BreakBold.d.ts +2 -0
- package/types/modules/BurgerBold.d.ts +2 -0
- package/types/modules/ChevronDown.d.ts +2 -0
- package/types/modules/ChevronUp.d.ts +2 -0
- package/types/modules/CloseBold.d.ts +2 -0
- package/types/modules/MinusTenBold.d.ts +2 -0
- package/types/modules/PlayBold.d.ts +2 -0
- package/types/modules/PlayerBeginBold.d.ts +2 -0
- package/types/modules/PlayerEndBold.d.ts +2 -0
- package/types/modules/PlusTenBold.d.ts +2 -0
- package/types/modules/index.d.ts +13 -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$2i = (({
|
|
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,10 +98,10 @@ 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$2i, props));
|
|
102
102
|
};
|
|
103
103
|
|
|
104
|
-
var SVGComponent$
|
|
104
|
+
var SVGComponent$2h = (({
|
|
105
105
|
as: Component = "svg",
|
|
106
106
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
107
107
|
d: "M23,11h1V3H16V4h6.29L10.65,15.65l.7.7L23,4.71ZM1,13H0v8H8V20H1.71L13.35,8.35l-.7-.7L1,19.29Z"
|
|
@@ -123,10 +123,10 @@ const ArrowDouble = props => {
|
|
|
123
123
|
useEffect(() => {
|
|
124
124
|
refresh();
|
|
125
125
|
}, []);
|
|
126
|
-
return optimise('p_Z1oHpFA', /*#__PURE__*/React.createElement(SVGComponent$
|
|
126
|
+
return optimise('p_Z1oHpFA', /*#__PURE__*/React.createElement(SVGComponent$2h, props));
|
|
127
127
|
};
|
|
128
128
|
|
|
129
|
-
var SVGComponent$
|
|
129
|
+
var SVGComponent$2g = (({
|
|
130
130
|
as: Component = "svg",
|
|
131
131
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
132
132
|
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",
|
|
@@ -149,10 +149,10 @@ const ArrowDownRightCircle = props => {
|
|
|
149
149
|
useEffect(() => {
|
|
150
150
|
refresh();
|
|
151
151
|
}, []);
|
|
152
|
-
return optimise('p_ZmSCts', /*#__PURE__*/React.createElement(SVGComponent$
|
|
152
|
+
return optimise('p_ZmSCts', /*#__PURE__*/React.createElement(SVGComponent$2g, props));
|
|
153
153
|
};
|
|
154
154
|
|
|
155
|
-
var SVGComponent$
|
|
155
|
+
var SVGComponent$2f = (({
|
|
156
156
|
as: Component = "svg",
|
|
157
157
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
158
158
|
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"
|
|
@@ -174,10 +174,10 @@ const ArrowLeft = props => {
|
|
|
174
174
|
useEffect(() => {
|
|
175
175
|
refresh();
|
|
176
176
|
}, []);
|
|
177
|
-
return optimise('p_19BFVb', /*#__PURE__*/React.createElement(SVGComponent$
|
|
177
|
+
return optimise('p_19BFVb', /*#__PURE__*/React.createElement(SVGComponent$2f, props));
|
|
178
178
|
};
|
|
179
179
|
|
|
180
|
-
var SVGComponent$
|
|
180
|
+
var SVGComponent$2e = (({
|
|
181
181
|
as: Component = "svg",
|
|
182
182
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
183
183
|
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"
|
|
@@ -199,10 +199,10 @@ const ArrowLeftBold = props => {
|
|
|
199
199
|
useEffect(() => {
|
|
200
200
|
refresh();
|
|
201
201
|
}, []);
|
|
202
|
-
return optimise('p_Z2ipaWS', /*#__PURE__*/React.createElement(SVGComponent$
|
|
202
|
+
return optimise('p_Z2ipaWS', /*#__PURE__*/React.createElement(SVGComponent$2e, props));
|
|
203
203
|
};
|
|
204
204
|
|
|
205
|
-
var SVGComponent$
|
|
205
|
+
var SVGComponent$2d = (({
|
|
206
206
|
as: Component = "svg",
|
|
207
207
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
208
208
|
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"
|
|
@@ -224,10 +224,35 @@ const ArrowRight = props => {
|
|
|
224
224
|
useEffect(() => {
|
|
225
225
|
refresh();
|
|
226
226
|
}, []);
|
|
227
|
-
return optimise('p_iaeGf', /*#__PURE__*/React.createElement(SVGComponent$
|
|
227
|
+
return optimise('p_iaeGf', /*#__PURE__*/React.createElement(SVGComponent$2d, props));
|
|
228
228
|
};
|
|
229
229
|
|
|
230
|
-
var SVGComponent$
|
|
230
|
+
var SVGComponent$2c = (({
|
|
231
|
+
as: Component = "svg",
|
|
232
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
233
|
+
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"
|
|
234
|
+
})),
|
|
235
|
+
...props
|
|
236
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
237
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
238
|
+
width: "32",
|
|
239
|
+
height: "32",
|
|
240
|
+
viewBox: "0 0 32 32",
|
|
241
|
+
fill: "currentColor"
|
|
242
|
+
}, props), children));
|
|
243
|
+
|
|
244
|
+
const ArrowRightBold = props => {
|
|
245
|
+
const {
|
|
246
|
+
optimise,
|
|
247
|
+
refresh
|
|
248
|
+
} = useContext(PictoContext);
|
|
249
|
+
useEffect(() => {
|
|
250
|
+
refresh();
|
|
251
|
+
}, []);
|
|
252
|
+
return optimise('p_11WmGg', /*#__PURE__*/React.createElement(SVGComponent$2c, props));
|
|
253
|
+
};
|
|
254
|
+
|
|
255
|
+
var SVGComponent$2b = (({
|
|
231
256
|
as: Component = "svg",
|
|
232
257
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
233
258
|
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",
|
|
@@ -250,10 +275,10 @@ const ArrowUpRightCircle = props => {
|
|
|
250
275
|
useEffect(() => {
|
|
251
276
|
refresh();
|
|
252
277
|
}, []);
|
|
253
|
-
return optimise('p_Z76OT6', /*#__PURE__*/React.createElement(SVGComponent$
|
|
278
|
+
return optimise('p_Z76OT6', /*#__PURE__*/React.createElement(SVGComponent$2b, props));
|
|
254
279
|
};
|
|
255
280
|
|
|
256
|
-
var SVGComponent$
|
|
281
|
+
var SVGComponent$2a = (({
|
|
257
282
|
as: Component = "svg",
|
|
258
283
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
259
284
|
fillRule: "evenodd",
|
|
@@ -277,10 +302,10 @@ const Bank = props => {
|
|
|
277
302
|
useEffect(() => {
|
|
278
303
|
refresh();
|
|
279
304
|
}, []);
|
|
280
|
-
return optimise('p_95oG', /*#__PURE__*/React.createElement(SVGComponent$
|
|
305
|
+
return optimise('p_95oG', /*#__PURE__*/React.createElement(SVGComponent$2a, props));
|
|
281
306
|
};
|
|
282
307
|
|
|
283
|
-
var SVGComponent$
|
|
308
|
+
var SVGComponent$29 = (({
|
|
284
309
|
as: Component = "svg",
|
|
285
310
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
286
311
|
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",
|
|
@@ -303,10 +328,10 @@ const BankNote = props => {
|
|
|
303
328
|
useEffect(() => {
|
|
304
329
|
refresh();
|
|
305
330
|
}, []);
|
|
306
|
-
return optimise('p_Z27BwJf', /*#__PURE__*/React.createElement(SVGComponent$
|
|
331
|
+
return optimise('p_Z27BwJf', /*#__PURE__*/React.createElement(SVGComponent$29, props));
|
|
307
332
|
};
|
|
308
333
|
|
|
309
|
-
var SVGComponent$
|
|
334
|
+
var SVGComponent$28 = (({
|
|
310
335
|
as: Component = "svg",
|
|
311
336
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
312
337
|
d: "M24,19H0V18H24Zm0-6H0V12H24Zm0-6H0V6H24Z"
|
|
@@ -328,10 +353,10 @@ const Bars = props => {
|
|
|
328
353
|
useEffect(() => {
|
|
329
354
|
refresh();
|
|
330
355
|
}, []);
|
|
331
|
-
return optimise('p_95qQ', /*#__PURE__*/React.createElement(SVGComponent$
|
|
356
|
+
return optimise('p_95qQ', /*#__PURE__*/React.createElement(SVGComponent$28, props));
|
|
332
357
|
};
|
|
333
358
|
|
|
334
|
-
var SVGComponent$
|
|
359
|
+
var SVGComponent$27 = (({
|
|
335
360
|
as: Component = "svg",
|
|
336
361
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
337
362
|
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"
|
|
@@ -353,10 +378,10 @@ const Bell = props => {
|
|
|
353
378
|
useEffect(() => {
|
|
354
379
|
refresh();
|
|
355
380
|
}, []);
|
|
356
|
-
return optimise('p_96pH', /*#__PURE__*/React.createElement(SVGComponent$
|
|
381
|
+
return optimise('p_96pH', /*#__PURE__*/React.createElement(SVGComponent$27, props));
|
|
357
382
|
};
|
|
358
383
|
|
|
359
|
-
var SVGComponent$
|
|
384
|
+
var SVGComponent$26 = (({
|
|
360
385
|
as: Component = "svg",
|
|
361
386
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
362
387
|
d: "M5,0V24l7-6,7,6V0ZM6,1H18V21.83l-6-5.15L6,21.83Z"
|
|
@@ -378,10 +403,35 @@ const Bookmark = props => {
|
|
|
378
403
|
useEffect(() => {
|
|
379
404
|
refresh();
|
|
380
405
|
}, []);
|
|
381
|
-
return optimise('p_2ruN6Q', /*#__PURE__*/React.createElement(SVGComponent$
|
|
406
|
+
return optimise('p_2ruN6Q', /*#__PURE__*/React.createElement(SVGComponent$26, props));
|
|
382
407
|
};
|
|
383
408
|
|
|
384
|
-
var SVGComponent$
|
|
409
|
+
var SVGComponent$25 = (({
|
|
410
|
+
as: Component = "svg",
|
|
411
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
412
|
+
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"
|
|
413
|
+
})),
|
|
414
|
+
...props
|
|
415
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
416
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
417
|
+
width: "32",
|
|
418
|
+
height: "32",
|
|
419
|
+
viewBox: "0 0 32 32",
|
|
420
|
+
fill: "currentColor"
|
|
421
|
+
}, props), children));
|
|
422
|
+
|
|
423
|
+
const BreakBold = props => {
|
|
424
|
+
const {
|
|
425
|
+
optimise,
|
|
426
|
+
refresh
|
|
427
|
+
} = useContext(PictoContext);
|
|
428
|
+
useEffect(() => {
|
|
429
|
+
refresh();
|
|
430
|
+
}, []);
|
|
431
|
+
return optimise('p_7BImG', /*#__PURE__*/React.createElement(SVGComponent$25, props));
|
|
432
|
+
};
|
|
433
|
+
|
|
434
|
+
var SVGComponent$24 = (({
|
|
385
435
|
as: Component = "svg",
|
|
386
436
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
387
437
|
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",
|
|
@@ -404,10 +454,10 @@ const Briefcase = props => {
|
|
|
404
454
|
useEffect(() => {
|
|
405
455
|
refresh();
|
|
406
456
|
}, []);
|
|
407
|
-
return optimise('p_ZCaOqa', /*#__PURE__*/React.createElement(SVGComponent$
|
|
457
|
+
return optimise('p_ZCaOqa', /*#__PURE__*/React.createElement(SVGComponent$24, props));
|
|
408
458
|
};
|
|
409
459
|
|
|
410
|
-
var SVGComponent$
|
|
460
|
+
var SVGComponent$23 = (({
|
|
411
461
|
as: Component = "svg",
|
|
412
462
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
413
463
|
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",
|
|
@@ -430,10 +480,10 @@ const BubbleDouble = props => {
|
|
|
430
480
|
useEffect(() => {
|
|
431
481
|
refresh();
|
|
432
482
|
}, []);
|
|
433
|
-
return optimise('p_2qOs6B', /*#__PURE__*/React.createElement(SVGComponent$
|
|
483
|
+
return optimise('p_2qOs6B', /*#__PURE__*/React.createElement(SVGComponent$23, props));
|
|
434
484
|
};
|
|
435
485
|
|
|
436
|
-
var SVGComponent$
|
|
486
|
+
var SVGComponent$22 = (({
|
|
437
487
|
as: Component = "svg",
|
|
438
488
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
439
489
|
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"
|
|
@@ -455,10 +505,10 @@ const Building = props => {
|
|
|
455
505
|
useEffect(() => {
|
|
456
506
|
refresh();
|
|
457
507
|
}, []);
|
|
458
|
-
return optimise('p_Z1BE88O', /*#__PURE__*/React.createElement(SVGComponent$
|
|
508
|
+
return optimise('p_Z1BE88O', /*#__PURE__*/React.createElement(SVGComponent$22, props));
|
|
459
509
|
};
|
|
460
510
|
|
|
461
|
-
var SVGComponent$
|
|
511
|
+
var SVGComponent$21 = (({
|
|
462
512
|
as: Component = "svg",
|
|
463
513
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
464
514
|
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"
|
|
@@ -480,10 +530,10 @@ const Bulb = props => {
|
|
|
480
530
|
useEffect(() => {
|
|
481
531
|
refresh();
|
|
482
532
|
}, []);
|
|
483
|
-
return optimise('p_9axB', /*#__PURE__*/React.createElement(SVGComponent$
|
|
533
|
+
return optimise('p_9axB', /*#__PURE__*/React.createElement(SVGComponent$21, props));
|
|
484
534
|
};
|
|
485
535
|
|
|
486
|
-
var SVGComponent$
|
|
536
|
+
var SVGComponent$20 = (({
|
|
487
537
|
as: Component = "svg",
|
|
488
538
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("circle", {
|
|
489
539
|
cx: "8",
|
|
@@ -507,10 +557,10 @@ const BulletBold = props => {
|
|
|
507
557
|
useEffect(() => {
|
|
508
558
|
refresh();
|
|
509
559
|
}, []);
|
|
510
|
-
return optimise('p_Z27pwP4', /*#__PURE__*/React.createElement(SVGComponent$
|
|
560
|
+
return optimise('p_Z27pwP4', /*#__PURE__*/React.createElement(SVGComponent$20, props));
|
|
511
561
|
};
|
|
512
562
|
|
|
513
|
-
var SVGComponent$
|
|
563
|
+
var SVGComponent$1$ = (({
|
|
514
564
|
as: Component = "svg",
|
|
515
565
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
516
566
|
d: "M12,8a4,4,0,1,1-4,4A4,4,0,0,1,12,8Z"
|
|
@@ -532,10 +582,10 @@ const BulletBook = props => {
|
|
|
532
582
|
useEffect(() => {
|
|
533
583
|
refresh();
|
|
534
584
|
}, []);
|
|
535
|
-
return optimise('p_Z27pwNq', /*#__PURE__*/React.createElement(SVGComponent$
|
|
585
|
+
return optimise('p_Z27pwNq', /*#__PURE__*/React.createElement(SVGComponent$1$, props));
|
|
536
586
|
};
|
|
537
587
|
|
|
538
|
-
var SVGComponent$
|
|
588
|
+
var SVGComponent$1_ = (({
|
|
539
589
|
as: Component = "svg",
|
|
540
590
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
541
591
|
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"
|
|
@@ -557,10 +607,35 @@ const Burden = props => {
|
|
|
557
607
|
useEffect(() => {
|
|
558
608
|
refresh();
|
|
559
609
|
}, []);
|
|
560
|
-
return optimise('p_2mw1QN', /*#__PURE__*/React.createElement(SVGComponent$
|
|
610
|
+
return optimise('p_2mw1QN', /*#__PURE__*/React.createElement(SVGComponent$1_, props));
|
|
561
611
|
};
|
|
562
612
|
|
|
563
|
-
var SVGComponent$
|
|
613
|
+
var SVGComponent$1Z = (({
|
|
614
|
+
as: Component = "svg",
|
|
615
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
616
|
+
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"
|
|
617
|
+
})),
|
|
618
|
+
...props
|
|
619
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
620
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
621
|
+
width: "32",
|
|
622
|
+
height: "32",
|
|
623
|
+
viewBox: "0 0 32 32",
|
|
624
|
+
fill: "currentColor"
|
|
625
|
+
}, props), children));
|
|
626
|
+
|
|
627
|
+
const BurgerBold = props => {
|
|
628
|
+
const {
|
|
629
|
+
optimise,
|
|
630
|
+
refresh
|
|
631
|
+
} = useContext(PictoContext);
|
|
632
|
+
useEffect(() => {
|
|
633
|
+
refresh();
|
|
634
|
+
}, []);
|
|
635
|
+
return optimise('p_Z50ELm', /*#__PURE__*/React.createElement(SVGComponent$1Z, props));
|
|
636
|
+
};
|
|
637
|
+
|
|
638
|
+
var SVGComponent$1Y = (({
|
|
564
639
|
as: Component = "svg",
|
|
565
640
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
566
641
|
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"
|
|
@@ -582,10 +657,10 @@ const Calculator = props => {
|
|
|
582
657
|
useEffect(() => {
|
|
583
658
|
refresh();
|
|
584
659
|
}, []);
|
|
585
|
-
return optimise('p_10Jxyh', /*#__PURE__*/React.createElement(SVGComponent$
|
|
660
|
+
return optimise('p_10Jxyh', /*#__PURE__*/React.createElement(SVGComponent$1Y, props));
|
|
586
661
|
};
|
|
587
662
|
|
|
588
|
-
var SVGComponent$
|
|
663
|
+
var SVGComponent$1X = (({
|
|
589
664
|
as: Component = "svg",
|
|
590
665
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
591
666
|
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"
|
|
@@ -607,10 +682,10 @@ const Calendar = props => {
|
|
|
607
682
|
useEffect(() => {
|
|
608
683
|
refresh();
|
|
609
684
|
}, []);
|
|
610
|
-
return optimise('p_Z8cP4v', /*#__PURE__*/React.createElement(SVGComponent$
|
|
685
|
+
return optimise('p_Z8cP4v', /*#__PURE__*/React.createElement(SVGComponent$1X, props));
|
|
611
686
|
};
|
|
612
687
|
|
|
613
|
-
var SVGComponent$
|
|
688
|
+
var SVGComponent$1W = (({
|
|
614
689
|
as: Component = "svg",
|
|
615
690
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
616
691
|
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"
|
|
@@ -632,10 +707,10 @@ const CalendarBold = props => {
|
|
|
632
707
|
useEffect(() => {
|
|
633
708
|
refresh();
|
|
634
709
|
}, []);
|
|
635
|
-
return optimise('p_ZdD3T7', /*#__PURE__*/React.createElement(SVGComponent$
|
|
710
|
+
return optimise('p_ZdD3T7', /*#__PURE__*/React.createElement(SVGComponent$1W, props));
|
|
636
711
|
};
|
|
637
712
|
|
|
638
|
-
var SVGComponent$
|
|
713
|
+
var SVGComponent$1V = (({
|
|
639
714
|
as: Component = "svg",
|
|
640
715
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
641
716
|
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"
|
|
@@ -657,10 +732,10 @@ const Camera = props => {
|
|
|
657
732
|
useEffect(() => {
|
|
658
733
|
refresh();
|
|
659
734
|
}, []);
|
|
660
|
-
return optimise('p_2nf8iD', /*#__PURE__*/React.createElement(SVGComponent$
|
|
735
|
+
return optimise('p_2nf8iD', /*#__PURE__*/React.createElement(SVGComponent$1V, props));
|
|
661
736
|
};
|
|
662
737
|
|
|
663
|
-
var SVGComponent$
|
|
738
|
+
var SVGComponent$1U = (({
|
|
664
739
|
as: Component = "svg",
|
|
665
740
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
666
741
|
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"
|
|
@@ -682,10 +757,10 @@ const ChalkboardTeacher = props => {
|
|
|
682
757
|
useEffect(() => {
|
|
683
758
|
refresh();
|
|
684
759
|
}, []);
|
|
685
|
-
return optimise('p_2vUgaA', /*#__PURE__*/React.createElement(SVGComponent$
|
|
760
|
+
return optimise('p_2vUgaA', /*#__PURE__*/React.createElement(SVGComponent$1U, props));
|
|
686
761
|
};
|
|
687
762
|
|
|
688
|
-
var SVGComponent$
|
|
763
|
+
var SVGComponent$1T = (({
|
|
689
764
|
as: Component = "svg",
|
|
690
765
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
691
766
|
d: "M0,22H1V17H5v5H7V12h4V22h2V7h4V22h2V1h4V22h1v1H0Zm4-4H2v4H4Zm6-5H8v9h2Zm6-5H14V22h2Zm6-6H20V22h2Z"
|
|
@@ -707,10 +782,10 @@ const ChartBar = props => {
|
|
|
707
782
|
useEffect(() => {
|
|
708
783
|
refresh();
|
|
709
784
|
}, []);
|
|
710
|
-
return optimise('p_1Lpmv3', /*#__PURE__*/React.createElement(SVGComponent$
|
|
785
|
+
return optimise('p_1Lpmv3', /*#__PURE__*/React.createElement(SVGComponent$1T, props));
|
|
711
786
|
};
|
|
712
787
|
|
|
713
|
-
var SVGComponent$
|
|
788
|
+
var SVGComponent$1S = (({
|
|
714
789
|
as: Component = "svg",
|
|
715
790
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
716
791
|
d: "M24,4.68,7.67,22,0,13l.76-.65,7,8.2L23.27,4Z"
|
|
@@ -732,10 +807,10 @@ const Check = props => {
|
|
|
732
807
|
useEffect(() => {
|
|
733
808
|
refresh();
|
|
734
809
|
}, []);
|
|
735
|
-
return optimise('p_4GGpz', /*#__PURE__*/React.createElement(SVGComponent$
|
|
810
|
+
return optimise('p_4GGpz', /*#__PURE__*/React.createElement(SVGComponent$1S, props));
|
|
736
811
|
};
|
|
737
812
|
|
|
738
|
-
var SVGComponent$
|
|
813
|
+
var SVGComponent$1R = (({
|
|
739
814
|
as: Component = "svg",
|
|
740
815
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
741
816
|
d: "M5.8,11.6l8-8.29,1.44,1.38L5.88,14.4.32,9.23,1.68,7.77Z",
|
|
@@ -758,10 +833,10 @@ const CheckBold = props => {
|
|
|
758
833
|
useEffect(() => {
|
|
759
834
|
refresh();
|
|
760
835
|
}, []);
|
|
761
|
-
return optimise('p_Z2eHEHd', /*#__PURE__*/React.createElement(SVGComponent$
|
|
836
|
+
return optimise('p_Z2eHEHd', /*#__PURE__*/React.createElement(SVGComponent$1R, props));
|
|
762
837
|
};
|
|
763
838
|
|
|
764
|
-
var SVGComponent$
|
|
839
|
+
var SVGComponent$1Q = (({
|
|
765
840
|
as: Component = "svg",
|
|
766
841
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
767
842
|
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"
|
|
@@ -783,10 +858,35 @@ const CheckHandwrite = props => {
|
|
|
783
858
|
useEffect(() => {
|
|
784
859
|
refresh();
|
|
785
860
|
}, []);
|
|
786
|
-
return optimise('p_14TK4O', /*#__PURE__*/React.createElement(SVGComponent$
|
|
861
|
+
return optimise('p_14TK4O', /*#__PURE__*/React.createElement(SVGComponent$1Q, props));
|
|
787
862
|
};
|
|
788
863
|
|
|
789
|
-
var SVGComponent$
|
|
864
|
+
var SVGComponent$1P = (({
|
|
865
|
+
as: Component = "svg",
|
|
866
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
867
|
+
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"
|
|
868
|
+
})),
|
|
869
|
+
...props
|
|
870
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
871
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
872
|
+
width: "24",
|
|
873
|
+
height: "24",
|
|
874
|
+
viewBox: "0 0 24 24",
|
|
875
|
+
fill: "currentColor"
|
|
876
|
+
}, props), children));
|
|
877
|
+
|
|
878
|
+
const ChevronDown = props => {
|
|
879
|
+
const {
|
|
880
|
+
optimise,
|
|
881
|
+
refresh
|
|
882
|
+
} = useContext(PictoContext);
|
|
883
|
+
useEffect(() => {
|
|
884
|
+
refresh();
|
|
885
|
+
}, []);
|
|
886
|
+
return optimise('p_ZslpJA', /*#__PURE__*/React.createElement(SVGComponent$1P, props));
|
|
887
|
+
};
|
|
888
|
+
|
|
889
|
+
var SVGComponent$1O = (({
|
|
790
890
|
as: Component = "svg",
|
|
791
891
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
792
892
|
d: "M1.94,5.86l1.29-1.3L7.44,8.84l4.2-4.28,1.3,1.3-5.5,5.58Z"
|
|
@@ -808,10 +908,10 @@ const ChevronDownBold = props => {
|
|
|
808
908
|
useEffect(() => {
|
|
809
909
|
refresh();
|
|
810
910
|
}, []);
|
|
811
|
-
return optimise('p_126jrr', /*#__PURE__*/React.createElement(SVGComponent$
|
|
911
|
+
return optimise('p_126jrr', /*#__PURE__*/React.createElement(SVGComponent$1O, props));
|
|
812
912
|
};
|
|
813
913
|
|
|
814
|
-
var SVGComponent$
|
|
914
|
+
var SVGComponent$1N = (({
|
|
815
915
|
as: Component = "svg",
|
|
816
916
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
817
917
|
d: "M9.58,2.5l1.3,1.3L6.59,8l4.29,4.2-1.3,1.3L4,8Z"
|
|
@@ -833,10 +933,10 @@ const ChevronLeftBold = props => {
|
|
|
833
933
|
useEffect(() => {
|
|
834
934
|
refresh();
|
|
835
935
|
}, []);
|
|
836
|
-
return optimise('p_1n8MkT', /*#__PURE__*/React.createElement(SVGComponent$
|
|
936
|
+
return optimise('p_1n8MkT', /*#__PURE__*/React.createElement(SVGComponent$1N, props));
|
|
837
937
|
};
|
|
838
938
|
|
|
839
|
-
var SVGComponent$
|
|
939
|
+
var SVGComponent$1M = (({
|
|
840
940
|
as: Component = "svg",
|
|
841
941
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
842
942
|
d: "M6.3,2.5,5,3.8,9.28,8,5,12.2l1.3,1.3L11.88,8Z"
|
|
@@ -858,10 +958,35 @@ const ChevronRightBold = props => {
|
|
|
858
958
|
useEffect(() => {
|
|
859
959
|
refresh();
|
|
860
960
|
}, []);
|
|
861
|
-
return optimise('p_Z1NlNzP', /*#__PURE__*/React.createElement(SVGComponent$
|
|
961
|
+
return optimise('p_Z1NlNzP', /*#__PURE__*/React.createElement(SVGComponent$1M, props));
|
|
862
962
|
};
|
|
863
963
|
|
|
864
|
-
var SVGComponent$
|
|
964
|
+
var SVGComponent$1L = (({
|
|
965
|
+
as: Component = "svg",
|
|
966
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
967
|
+
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"
|
|
968
|
+
})),
|
|
969
|
+
...props
|
|
970
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
971
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
972
|
+
width: "24",
|
|
973
|
+
height: "24",
|
|
974
|
+
viewBox: "0 0 24 24",
|
|
975
|
+
fill: "currentColor"
|
|
976
|
+
}, props), children));
|
|
977
|
+
|
|
978
|
+
const ChevronUp = props => {
|
|
979
|
+
const {
|
|
980
|
+
optimise,
|
|
981
|
+
refresh
|
|
982
|
+
} = useContext(PictoContext);
|
|
983
|
+
useEffect(() => {
|
|
984
|
+
refresh();
|
|
985
|
+
}, []);
|
|
986
|
+
return optimise('p_Z1zQNF8', /*#__PURE__*/React.createElement(SVGComponent$1L, props));
|
|
987
|
+
};
|
|
988
|
+
|
|
989
|
+
var SVGComponent$1K = (({
|
|
865
990
|
as: Component = "svg",
|
|
866
991
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
867
992
|
d: "M1.94,10.14l1.29,1.3L7.44,7.16l4.2,4.28,1.3-1.3L7.44,4.56Z"
|
|
@@ -883,10 +1008,10 @@ const ChevronUpBold = props => {
|
|
|
883
1008
|
useEffect(() => {
|
|
884
1009
|
refresh();
|
|
885
1010
|
}, []);
|
|
886
|
-
return optimise('p_1q8qOU', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1011
|
+
return optimise('p_1q8qOU', /*#__PURE__*/React.createElement(SVGComponent$1K, props));
|
|
887
1012
|
};
|
|
888
1013
|
|
|
889
|
-
var SVGComponent$
|
|
1014
|
+
var SVGComponent$1J = (({
|
|
890
1015
|
as: Component = "svg",
|
|
891
1016
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
892
1017
|
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",
|
|
@@ -909,10 +1034,10 @@ const Clock = props => {
|
|
|
909
1034
|
useEffect(() => {
|
|
910
1035
|
refresh();
|
|
911
1036
|
}, []);
|
|
912
|
-
return optimise('p_4Hg1C', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1037
|
+
return optimise('p_4Hg1C', /*#__PURE__*/React.createElement(SVGComponent$1J, props));
|
|
913
1038
|
};
|
|
914
1039
|
|
|
915
|
-
var SVGComponent$
|
|
1040
|
+
var SVGComponent$1I = (({
|
|
916
1041
|
as: Component = "svg",
|
|
917
1042
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
918
1043
|
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"
|
|
@@ -934,10 +1059,35 @@ const ClockBold = props => {
|
|
|
934
1059
|
useEffect(() => {
|
|
935
1060
|
refresh();
|
|
936
1061
|
}, []);
|
|
937
|
-
return optimise('p_1ga8eC', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1062
|
+
return optimise('p_1ga8eC', /*#__PURE__*/React.createElement(SVGComponent$1I, props));
|
|
938
1063
|
};
|
|
939
1064
|
|
|
940
|
-
var SVGComponent$
|
|
1065
|
+
var SVGComponent$1H = (({
|
|
1066
|
+
as: Component = "svg",
|
|
1067
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1068
|
+
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"
|
|
1069
|
+
})),
|
|
1070
|
+
...props
|
|
1071
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
1072
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1073
|
+
width: "32",
|
|
1074
|
+
height: "32",
|
|
1075
|
+
viewBox: "0 0 32 32",
|
|
1076
|
+
fill: "currentColor"
|
|
1077
|
+
}, props), children));
|
|
1078
|
+
|
|
1079
|
+
const CloseBold = props => {
|
|
1080
|
+
const {
|
|
1081
|
+
optimise,
|
|
1082
|
+
refresh
|
|
1083
|
+
} = useContext(PictoContext);
|
|
1084
|
+
useEffect(() => {
|
|
1085
|
+
refresh();
|
|
1086
|
+
}, []);
|
|
1087
|
+
return optimise('p_1MPN80', /*#__PURE__*/React.createElement(SVGComponent$1H, props));
|
|
1088
|
+
};
|
|
1089
|
+
|
|
1090
|
+
var SVGComponent$1G = (({
|
|
941
1091
|
as: Component = "svg",
|
|
942
1092
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
943
1093
|
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"
|
|
@@ -959,10 +1109,10 @@ const Cloud = props => {
|
|
|
959
1109
|
useEffect(() => {
|
|
960
1110
|
refresh();
|
|
961
1111
|
}, []);
|
|
962
|
-
return optimise('p_4HgaE', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1112
|
+
return optimise('p_4HgaE', /*#__PURE__*/React.createElement(SVGComponent$1G, props));
|
|
963
1113
|
};
|
|
964
1114
|
|
|
965
|
-
var SVGComponent$
|
|
1115
|
+
var SVGComponent$1F = (({
|
|
966
1116
|
as: Component = "svg",
|
|
967
1117
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
968
1118
|
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",
|
|
@@ -985,10 +1135,10 @@ const CloudUpload = props => {
|
|
|
985
1135
|
useEffect(() => {
|
|
986
1136
|
refresh();
|
|
987
1137
|
}, []);
|
|
988
|
-
return optimise('p_efIsB', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1138
|
+
return optimise('p_efIsB', /*#__PURE__*/React.createElement(SVGComponent$1F, props));
|
|
989
1139
|
};
|
|
990
1140
|
|
|
991
|
-
var SVGComponent$
|
|
1141
|
+
var SVGComponent$1E = (({
|
|
992
1142
|
as: Component = "svg",
|
|
993
1143
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
994
1144
|
d: "M16.87,14.63l1,.14A3.45,3.45,0,0,1,14.19,18a3.82,3.82,0,0,1-3.92-3.12H9V14h1.17c0-.16,0-.32,0-.48s0-.27,0-.41H9v-.9h1.3A3.87,3.87,0,0,1,14.19,9a3.49,3.49,0,0,1,3.68,3l-1,.16a2.54,2.54,0,0,0-2.69-2.23,2.84,2.84,0,0,0-2.89,2.25h3.61v.9H11.15c0,.14,0,.27,0,.41s0,.32,0,.48H14v.9H11.31a2.83,2.83,0,0,0,2.88,2.18A2.49,2.49,0,0,0,16.87,14.63ZM24,13.5A10.43,10.43,0,0,1,4.93,19.42h0A10.48,10.48,0,1,1,19.08,4.59,10.51,10.51,0,0,1,24,13.5ZM3.79,17.24h0A10.73,10.73,0,0,1,3.1,13.5,10.49,10.49,0,0,1,13.55,3a10.26,10.26,0,0,1,3.34.55A9.48,9.48,0,0,0,3.79,17.24ZM23,13.5A9.46,9.46,0,1,0,13.55,23,9.49,9.49,0,0,0,23,13.5Z",
|
|
@@ -1011,10 +1161,10 @@ const Coins = props => {
|
|
|
1011
1161
|
useEffect(() => {
|
|
1012
1162
|
refresh();
|
|
1013
1163
|
}, []);
|
|
1014
|
-
return optimise('p_4HCzW', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1164
|
+
return optimise('p_4HCzW', /*#__PURE__*/React.createElement(SVGComponent$1E, props));
|
|
1015
1165
|
};
|
|
1016
1166
|
|
|
1017
|
-
var SVGComponent$
|
|
1167
|
+
var SVGComponent$1D = (({
|
|
1018
1168
|
as: Component = "svg",
|
|
1019
1169
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1020
1170
|
d: "M11,2H21l3,3V7H19v5h1v3a7.86,7.86,0,0,0-2.08,0A2.21,2.21,0,0,0,16,17a2,2,0,0,0,3.68,1.09.51.51,0,1,1,.88.51A3.06,3.06,0,0,1,18,20a3,3,0,0,1-1-5.83V12h1V7H11V24H5V7H4V9H0V2H5V0h6ZM10,7H6V23h4ZM9,20,7,21v1l2-1Zm0-3L7,18v1l2-1Zm0-3L7,15v1l2-1Zm10-1H18v1h1ZM9,11,7,12v1l2-1ZM9,8,7,9v1L9,9Zm1-7H6V3H1V8H3V6H23V5.41L20.59,3H10Z",
|
|
@@ -1037,10 +1187,10 @@ const Crane = props => {
|
|
|
1037
1187
|
useEffect(() => {
|
|
1038
1188
|
refresh();
|
|
1039
1189
|
}, []);
|
|
1040
|
-
return optimise('p_4HYwO', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1190
|
+
return optimise('p_4HYwO', /*#__PURE__*/React.createElement(SVGComponent$1D, props));
|
|
1041
1191
|
};
|
|
1042
1192
|
|
|
1043
|
-
var SVGComponent$
|
|
1193
|
+
var SVGComponent$1C = (({
|
|
1044
1194
|
as: Component = "svg",
|
|
1045
1195
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1046
1196
|
d: "M12,1A2.8,2.8,0,0,0,9.2,3.8a3.16,3.16,0,0,0,1.1,2.3C9.8,8.9,8.4,9.2,7.4,9.2A3.09,3.09,0,0,1,4.9,7.5a2.94,2.94,0,0,0,.7-1.9A2.86,2.86,0,0,0,2.8,2.8,2.88,2.88,0,0,0,0,5.7,3.06,3.06,0,0,0,2,8.5V23H22V8.4a2.92,2.92,0,0,0,2-2.8,2.8,2.8,0,0,0-5.6,0,2.94,2.94,0,0,0,.7,1.9,2.82,2.82,0,0,1-2.5,1.7c-.6,0-2.3,0-2.9-3.2a3,3,0,0,0,1-2.9A2.71,2.71,0,0,0,12,1Zm9,21V19H3v3Zm0-4V7.7c1.1-.3,2-.9,2-2.1a1.8,1.8,0,0,0-3.6,0,2.62,2.62,0,0,0,.9,1.8c-.8,1.6-1.9,2.8-3.7,2.8-2.5,0-3.6-1.9-3.9-4.5.7-.7,1.3-1.3,1.1-2.3A1.83,1.83,0,0,0,12,2a1.79,1.79,0,0,0-1.8,1.8c0,.8.5,1.3,1.2,1.9-.3,2.7-1.4,4.5-3.9,4.5-1.9,0-2.9-1.4-3.7-2.7a3,3,0,0,0,1-1.9A1.79,1.79,0,0,0,3,3.8,1.92,1.92,0,0,0,1,5.7c0,1.1.9,1.8,2,2.1V18Z",
|
|
@@ -1063,10 +1213,10 @@ const Crown = props => {
|
|
|
1063
1213
|
useEffect(() => {
|
|
1064
1214
|
refresh();
|
|
1065
1215
|
}, []);
|
|
1066
|
-
return optimise('p_4I3e6', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1216
|
+
return optimise('p_4I3e6', /*#__PURE__*/React.createElement(SVGComponent$1C, props));
|
|
1067
1217
|
};
|
|
1068
1218
|
|
|
1069
|
-
var SVGComponent$
|
|
1219
|
+
var SVGComponent$1B = (({
|
|
1070
1220
|
as: Component = "svg",
|
|
1071
1221
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1072
1222
|
d: "M15.3333 5.33333H16V0H10.6667V0.666667H14.862L7.09733 8.43067L7.56933 8.90267L15.3333 1.138V5.33333Z"
|
|
@@ -1090,10 +1240,10 @@ const DoubleArrow = props => {
|
|
|
1090
1240
|
useEffect(() => {
|
|
1091
1241
|
refresh();
|
|
1092
1242
|
}, []);
|
|
1093
|
-
return optimise('p_1Bzbk', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1243
|
+
return optimise('p_1Bzbk', /*#__PURE__*/React.createElement(SVGComponent$1B, props));
|
|
1094
1244
|
};
|
|
1095
1245
|
|
|
1096
|
-
var SVGComponent$
|
|
1246
|
+
var SVGComponent$1A = (({
|
|
1097
1247
|
as: Component = "svg",
|
|
1098
1248
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1099
1249
|
d: "M17.7,2.38A11.45,11.45,0,0,1,24,12.5,11.76,11.76,0,0,1,12,24,11.76,11.76,0,0,1,0,12.5,11.45,11.45,0,0,1,6.3,2.38l.63.81A10.47,10.47,0,0,0,1,12.5,10.74,10.74,0,0,0,12,23,10.74,10.74,0,0,0,23,12.5a10.47,10.47,0,0,0-5.89-9.31ZM12.52,0V14.83l3.91-4.61.79.67L12,17,6.78,10.9l.77-.68,3.93,4.61V0Z"
|
|
@@ -1115,10 +1265,10 @@ const Download = props => {
|
|
|
1115
1265
|
useEffect(() => {
|
|
1116
1266
|
refresh();
|
|
1117
1267
|
}, []);
|
|
1118
|
-
return optimise('p_1KMgPC', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1268
|
+
return optimise('p_1KMgPC', /*#__PURE__*/React.createElement(SVGComponent$1A, props));
|
|
1119
1269
|
};
|
|
1120
1270
|
|
|
1121
|
-
var SVGComponent$
|
|
1271
|
+
var SVGComponent$1z = (({
|
|
1122
1272
|
as: Component = "svg",
|
|
1123
1273
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1124
1274
|
d: "M23,7h-6V1H1V17H7v6H23V7Zm-15,1h14v14H8V8ZM16,2V7H7V16H2V2h14Zm-1.5,9h1v3.5h3.5v1h-3.5v3.5h-1v-3.5h-3.5v-1h3.5v-3.5Z",
|
|
@@ -1141,10 +1291,10 @@ const Duplicate = props => {
|
|
|
1141
1291
|
useEffect(() => {
|
|
1142
1292
|
refresh();
|
|
1143
1293
|
}, []);
|
|
1144
|
-
return optimise('p_Z1hF7XI', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1294
|
+
return optimise('p_Z1hF7XI', /*#__PURE__*/React.createElement(SVGComponent$1z, props));
|
|
1145
1295
|
};
|
|
1146
1296
|
|
|
1147
|
-
var SVGComponent$
|
|
1297
|
+
var SVGComponent$1y = (({
|
|
1148
1298
|
as: Component = "svg",
|
|
1149
1299
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1150
1300
|
d: "M24,21H0V3H24ZM1,4.52V20H23V4.52l-11,10ZM22.09,4H1.91L12,13.17Z"
|
|
@@ -1166,10 +1316,10 @@ const Envelope = props => {
|
|
|
1166
1316
|
useEffect(() => {
|
|
1167
1317
|
refresh();
|
|
1168
1318
|
}, []);
|
|
1169
|
-
return optimise('p_Z2liq9E', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1319
|
+
return optimise('p_Z2liq9E', /*#__PURE__*/React.createElement(SVGComponent$1y, props));
|
|
1170
1320
|
};
|
|
1171
1321
|
|
|
1172
|
-
var SVGComponent$
|
|
1322
|
+
var SVGComponent$1x = (({
|
|
1173
1323
|
as: Component = "svg",
|
|
1174
1324
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", {
|
|
1175
1325
|
height: "2",
|
|
@@ -1199,10 +1349,10 @@ const EqualBold = props => {
|
|
|
1199
1349
|
useEffect(() => {
|
|
1200
1350
|
refresh();
|
|
1201
1351
|
}, []);
|
|
1202
|
-
return optimise('p_Z1HCd84', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1352
|
+
return optimise('p_Z1HCd84', /*#__PURE__*/React.createElement(SVGComponent$1x, props));
|
|
1203
1353
|
};
|
|
1204
1354
|
|
|
1205
|
-
var SVGComponent$
|
|
1355
|
+
var SVGComponent$1w = (({
|
|
1206
1356
|
as: Component = "svg",
|
|
1207
1357
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1208
1358
|
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,1ZM5.22,9.48H18.78v1H5.22Zm13.56,4H5.22v1H18.78v-1Z",
|
|
@@ -1225,10 +1375,10 @@ const EqualCircle = props => {
|
|
|
1225
1375
|
useEffect(() => {
|
|
1226
1376
|
refresh();
|
|
1227
1377
|
}, []);
|
|
1228
|
-
return optimise('p_ZDQwl0', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1378
|
+
return optimise('p_ZDQwl0', /*#__PURE__*/React.createElement(SVGComponent$1w, props));
|
|
1229
1379
|
};
|
|
1230
1380
|
|
|
1231
|
-
var SVGComponent$
|
|
1381
|
+
var SVGComponent$1v = (({
|
|
1232
1382
|
as: Component = "svg",
|
|
1233
1383
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1234
1384
|
d: "M4.35,8.69C5.5,3.69,9.24.5,14.41.5a9.89,9.89,0,0,1,6.37,2.11A9,9,0,0,1,23.9,8.28l-1,.15a7.93,7.93,0,0,0-2.77-5A8.88,8.88,0,0,0,14.41,1.5c-4.67,0-8,2.83-9.08,7.4l-.09.6H14v1H5.11L5,11.06c0,.3,0,.61,0,.94s0,.76,0,1.12l.06.38H12v1H5.24l.12.78a9.37,9.37,0,0,0,3.16,5.29,9.16,9.16,0,0,0,5.89,1.93,8.83,8.83,0,0,0,6-2A8.19,8.19,0,0,0,23,15.05l1,.11a9.17,9.17,0,0,1-3,6.1,9.82,9.82,0,0,1-6.62,2.24,10.17,10.17,0,0,1-6.52-2.15,10.34,10.34,0,0,1-3.51-5.86v0l-.15-1H0v-1H4.07l0-.27v0c0-.41,0-.82,0-1.2v0c0-.33,0-.68,0-1H4l.07-.45H0v-1H4.23l.11-.79Z"
|
|
@@ -1250,10 +1400,10 @@ const Euro = props => {
|
|
|
1250
1400
|
useEffect(() => {
|
|
1251
1401
|
refresh();
|
|
1252
1402
|
}, []);
|
|
1253
|
-
return optimise('p_9yC0', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1403
|
+
return optimise('p_9yC0', /*#__PURE__*/React.createElement(SVGComponent$1v, props));
|
|
1254
1404
|
};
|
|
1255
1405
|
|
|
1256
|
-
var SVGComponent$
|
|
1406
|
+
var SVGComponent$1u = (({
|
|
1257
1407
|
as: Component = "svg",
|
|
1258
1408
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1259
1409
|
d: "M3.18,10.12H1.11v-1H3l0-.27c0-.26,0-.52,0-.77s0-.43,0-.65l0-.27H1.11v-1H3.16l0-.2A6,6,0,0,1,9.28,1a5.37,5.37,0,0,1,5.64,4.47l-1.11.18A4.33,4.33,0,0,0,9.28,2,4.83,4.83,0,0,0,4.39,5.9l-.08.32H10.2v1h-6l0,.23c0,.23,0,.46,0,.69s0,.54,0,.81l0,.23H8.79v1H4.32l.09.32a4.84,4.84,0,0,0,4.87,3.75,4.25,4.25,0,0,0,4.53-3.94L15,10.4a5.33,5.33,0,0,1-5.72,4.83,6,6,0,0,1-6.06-4.92Z"
|
|
@@ -1275,10 +1425,10 @@ const EuroBold = props => {
|
|
|
1275
1425
|
useEffect(() => {
|
|
1276
1426
|
refresh();
|
|
1277
1427
|
}, []);
|
|
1278
|
-
return optimise('p_ZcuF7g', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1428
|
+
return optimise('p_ZcuF7g', /*#__PURE__*/React.createElement(SVGComponent$1u, props));
|
|
1279
1429
|
};
|
|
1280
1430
|
|
|
1281
|
-
var SVGComponent$
|
|
1431
|
+
var SVGComponent$1t = (({
|
|
1282
1432
|
as: Component = "svg",
|
|
1283
1433
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1284
1434
|
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,1Zm-.5,5h1v9h-1ZM12,18a.84.84,0,1,1,.85-.84A.85.85,0,0,1,12,18Z",
|
|
@@ -1301,10 +1451,10 @@ const ExclamationMarkCircle = props => {
|
|
|
1301
1451
|
useEffect(() => {
|
|
1302
1452
|
refresh();
|
|
1303
1453
|
}, []);
|
|
1304
|
-
return optimise('p_mpUd6', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1454
|
+
return optimise('p_mpUd6', /*#__PURE__*/React.createElement(SVGComponent$1t, props));
|
|
1305
1455
|
};
|
|
1306
1456
|
|
|
1307
|
-
var SVGComponent$
|
|
1457
|
+
var SVGComponent$1s = (({
|
|
1308
1458
|
as: Component = "svg",
|
|
1309
1459
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1310
1460
|
d: "M16,8a8,8,0,1,0-8,8A8,8,0,0,0,16,8ZM7,10V3H9v7Zm2.25,2.25A1.25,1.25,0,1,1,8,11,1.25,1.25,0,0,1,9.25,12.25Z",
|
|
@@ -1327,10 +1477,10 @@ const ExclamationMarkCircleBold = props => {
|
|
|
1327
1477
|
useEffect(() => {
|
|
1328
1478
|
refresh();
|
|
1329
1479
|
}, []);
|
|
1330
|
-
return optimise('p_1nrR69', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1480
|
+
return optimise('p_1nrR69', /*#__PURE__*/React.createElement(SVGComponent$1s, props));
|
|
1331
1481
|
};
|
|
1332
1482
|
|
|
1333
|
-
var SVGComponent$
|
|
1483
|
+
var SVGComponent$1r = (({
|
|
1334
1484
|
as: Component = "svg",
|
|
1335
1485
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1336
1486
|
d: "M24,23H0L12,1ZM1.68,22H22.32L12,3.09ZM12,20a.85.85,0,1,0-.85-.84A.85.85,0,0,0,12,20Zm.5-11v8h-1V9Z"
|
|
@@ -1352,10 +1502,10 @@ const ExclamationMarkTriangle = props => {
|
|
|
1352
1502
|
useEffect(() => {
|
|
1353
1503
|
refresh();
|
|
1354
1504
|
}, []);
|
|
1355
|
-
return optimise('p_QOnNU', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1505
|
+
return optimise('p_QOnNU', /*#__PURE__*/React.createElement(SVGComponent$1r, props));
|
|
1356
1506
|
};
|
|
1357
1507
|
|
|
1358
|
-
var SVGComponent$
|
|
1508
|
+
var SVGComponent$1q = (({
|
|
1359
1509
|
as: Component = "svg",
|
|
1360
1510
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1361
1511
|
d: "M8 0.666504L16 15.3332H0L8 0.666504ZM7 5L7 11H9L9 5H7ZM8 14.5C8.69036 14.5 9.25 13.9404 9.25 13.25C9.25 12.5596 8.69036 12 8 12C7.30964 12 6.75 12.5596 6.75 13.25C6.75 13.9404 7.30964 14.5 8 14.5Z",
|
|
@@ -1378,10 +1528,10 @@ const ExclamationMarkTriangleBold = props => {
|
|
|
1378
1528
|
useEffect(() => {
|
|
1379
1529
|
refresh();
|
|
1380
1530
|
}, []);
|
|
1381
|
-
return optimise('p_KoHeE', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1531
|
+
return optimise('p_KoHeE', /*#__PURE__*/React.createElement(SVGComponent$1q, props));
|
|
1382
1532
|
};
|
|
1383
1533
|
|
|
1384
|
-
var SVGComponent$
|
|
1534
|
+
var SVGComponent$1p = (({
|
|
1385
1535
|
as: Component = "svg",
|
|
1386
1536
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1387
1537
|
d: "M14,4H1V22H21V11h1V23H0V3H14ZM24,9H23V2.71L11.35,14.35l-.7-.7L22.29,2H16V1h8Z",
|
|
@@ -1404,10 +1554,10 @@ const ExternalLink = props => {
|
|
|
1404
1554
|
useEffect(() => {
|
|
1405
1555
|
refresh();
|
|
1406
1556
|
}, []);
|
|
1407
|
-
return optimise('p_Z1rf3Yh', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1557
|
+
return optimise('p_Z1rf3Yh', /*#__PURE__*/React.createElement(SVGComponent$1p, props));
|
|
1408
1558
|
};
|
|
1409
1559
|
|
|
1410
|
-
var SVGComponent$
|
|
1560
|
+
var SVGComponent$1o = (({
|
|
1411
1561
|
as: Component = "svg",
|
|
1412
1562
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1413
1563
|
d: "M12,20C7,20,2.42,15.79,0,11.58,2.42,7.47,6.94,4,12,4s9.64,3.45,12,7.56C21.77,16,17.28,20,12,20ZM1.17,11.58C2,12.91,6.19,19,12,19c6.31,0,10.11-6.1,10.85-7.4C22.09,10.4,18.25,5,12,5S2,10.35,1.17,11.58ZM12,7a5,5,0,1,1-5,5A5,5,0,0,1,12,7Zm0,1a4,4,0,1,1-4,4A4,4,0,0,1,12,8Z",
|
|
@@ -1430,10 +1580,10 @@ const Eye = props => {
|
|
|
1430
1580
|
useEffect(() => {
|
|
1431
1581
|
refresh();
|
|
1432
1582
|
}, []);
|
|
1433
|
-
return optimise('p_iQb', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1583
|
+
return optimise('p_iQb', /*#__PURE__*/React.createElement(SVGComponent$1o, props));
|
|
1434
1584
|
};
|
|
1435
1585
|
|
|
1436
|
-
var SVGComponent$
|
|
1586
|
+
var SVGComponent$1n = (({
|
|
1437
1587
|
as: Component = "svg",
|
|
1438
1588
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1439
1589
|
d: "M23.05,15a8,8,0,0,1,1.26,16V25.38h1.87l.36-2.33H24.31V21.54a1.17,1.17,0,0,1,1.3-1.26h1v-2a12.14,12.14,0,0,0-1.8-.16h0a2.84,2.84,0,0,0-3,3.14v1.77h-2v2.33h2V31a8,8,0,0,1,1.26-16Z"
|
|
@@ -1455,10 +1605,10 @@ const Facebook = props => {
|
|
|
1455
1605
|
useEffect(() => {
|
|
1456
1606
|
refresh();
|
|
1457
1607
|
}, []);
|
|
1458
|
-
return optimise('p_EyY0U', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1608
|
+
return optimise('p_EyY0U', /*#__PURE__*/React.createElement(SVGComponent$1n, props));
|
|
1459
1609
|
};
|
|
1460
1610
|
|
|
1461
|
-
var SVGComponent$
|
|
1611
|
+
var SVGComponent$1m = (({
|
|
1462
1612
|
as: Component = "svg",
|
|
1463
1613
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1464
1614
|
d: "M20.1,12.05a8.05,8.05,0,0,1-6.79,8V14.38h1.87l.36-2.33H13.31V10.54a1.16,1.16,0,0,1,1.31-1.26h1v-2a12.14,12.14,0,0,0-1.8-.16,2.84,2.84,0,0,0-3,3.14v1.77h-2v2.33h2V20a8,8,0,1,1,9.31-7.95Z"
|
|
@@ -1480,10 +1630,10 @@ const FacebookSmall = props => {
|
|
|
1480
1630
|
useEffect(() => {
|
|
1481
1631
|
refresh();
|
|
1482
1632
|
}, []);
|
|
1483
|
-
return optimise('p_Z2eebHf', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1633
|
+
return optimise('p_Z2eebHf', /*#__PURE__*/React.createElement(SVGComponent$1m, props));
|
|
1484
1634
|
};
|
|
1485
1635
|
|
|
1486
|
-
var SVGComponent$
|
|
1636
|
+
var SVGComponent$1l = (({
|
|
1487
1637
|
as: Component = "svg",
|
|
1488
1638
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1489
1639
|
d: "M22,24H2V0H16l6,6ZM15,1H3V23H21V7H15Zm3,15v1H6V16Zm0-3v1H6V13Zm0-3v1H6V10ZM16,6h4.59L16,1.41Z"
|
|
@@ -1505,10 +1655,10 @@ const File = props => {
|
|
|
1505
1655
|
useEffect(() => {
|
|
1506
1656
|
refresh();
|
|
1507
1657
|
}, []);
|
|
1508
|
-
return optimise('p_9Dt7', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1658
|
+
return optimise('p_9Dt7', /*#__PURE__*/React.createElement(SVGComponent$1l, props));
|
|
1509
1659
|
};
|
|
1510
1660
|
|
|
1511
|
-
var SVGComponent$
|
|
1661
|
+
var SVGComponent$1k = (({
|
|
1512
1662
|
as: Component = "svg",
|
|
1513
1663
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1514
1664
|
d: "M16.9999 11.0309L11.0079 17.6539L7.33594 13.7229L8.03694 13.0399L11.0449 16.2239L16.2719 10.3459L16.9999 11.0309Z"
|
|
@@ -1534,10 +1684,10 @@ const FileCheck = props => {
|
|
|
1534
1684
|
useEffect(() => {
|
|
1535
1685
|
refresh();
|
|
1536
1686
|
}, []);
|
|
1537
|
-
return optimise('p_LLbJ6', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1687
|
+
return optimise('p_LLbJ6', /*#__PURE__*/React.createElement(SVGComponent$1k, props));
|
|
1538
1688
|
};
|
|
1539
1689
|
|
|
1540
|
-
var SVGComponent$
|
|
1690
|
+
var SVGComponent$1j = (({
|
|
1541
1691
|
as: Component = "svg",
|
|
1542
1692
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1543
1693
|
d: "M22,24H4V2H16l6,6ZM15,3H5V23H21V9H15ZM14,1H3V22H2V0H14Zm2,7h4.59L16,3.41Z",
|
|
@@ -1560,10 +1710,10 @@ const Files = props => {
|
|
|
1560
1710
|
useEffect(() => {
|
|
1561
1711
|
refresh();
|
|
1562
1712
|
}, []);
|
|
1563
|
-
return optimise('p_4T3Or', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1713
|
+
return optimise('p_4T3Or', /*#__PURE__*/React.createElement(SVGComponent$1j, props));
|
|
1564
1714
|
};
|
|
1565
1715
|
|
|
1566
|
-
var SVGComponent$
|
|
1716
|
+
var SVGComponent$1i = (({
|
|
1567
1717
|
as: Component = "svg",
|
|
1568
1718
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1569
1719
|
d: "M23,0,14,14.15v7.73L10,24V14.15L1,0ZM2.75,1,11,13.85v8.49l2-1.07V13.85L21.23,1Z"
|
|
@@ -1585,10 +1735,10 @@ const Filter = props => {
|
|
|
1585
1735
|
useEffect(() => {
|
|
1586
1736
|
refresh();
|
|
1587
1737
|
}, []);
|
|
1588
|
-
return optimise('p_2tY0pM', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1738
|
+
return optimise('p_2tY0pM', /*#__PURE__*/React.createElement(SVGComponent$1i, props));
|
|
1589
1739
|
};
|
|
1590
1740
|
|
|
1591
|
-
var SVGComponent$
|
|
1741
|
+
var SVGComponent$1h = (({
|
|
1592
1742
|
as: Component = "svg",
|
|
1593
1743
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1594
1744
|
d: "M12.15,7.94H13V16H12V9l-1.81,1.17v-1ZM24,12A12,12,0,1,1,12,0,12,12,0,0,1,24,12Zm-1,0A11,11,0,1,0,12,23,11,11,0,0,0,23,12Z",
|
|
@@ -1611,10 +1761,10 @@ const FirstCircle = props => {
|
|
|
1611
1761
|
useEffect(() => {
|
|
1612
1762
|
refresh();
|
|
1613
1763
|
}, []);
|
|
1614
|
-
return optimise('p_c1KQd', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1764
|
+
return optimise('p_c1KQd', /*#__PURE__*/React.createElement(SVGComponent$1h, props));
|
|
1615
1765
|
};
|
|
1616
1766
|
|
|
1617
|
-
var SVGComponent$
|
|
1767
|
+
var SVGComponent$1g = (({
|
|
1618
1768
|
as: Component = "svg",
|
|
1619
1769
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1620
1770
|
d: "M22,1H2V24H3V15H22L16,7.55ZM19.91,14H3V2H19.73L14.68,7.51Z",
|
|
@@ -1637,10 +1787,10 @@ const Flag = props => {
|
|
|
1637
1787
|
useEffect(() => {
|
|
1638
1788
|
refresh();
|
|
1639
1789
|
}, []);
|
|
1640
|
-
return optimise('p_9E9O', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1790
|
+
return optimise('p_9E9O', /*#__PURE__*/React.createElement(SVGComponent$1g, props));
|
|
1641
1791
|
};
|
|
1642
1792
|
|
|
1643
|
-
var SVGComponent$
|
|
1793
|
+
var SVGComponent$1f = (({
|
|
1644
1794
|
as: Component = "svg",
|
|
1645
1795
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1646
1796
|
d: "M11,5H24V22H0V2H8ZM1,3V21H23V6H10.59l-3-3Z",
|
|
@@ -1663,10 +1813,10 @@ const Folder = props => {
|
|
|
1663
1813
|
useEffect(() => {
|
|
1664
1814
|
refresh();
|
|
1665
1815
|
}, []);
|
|
1666
|
-
return optimise('p_2unlqQ', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1816
|
+
return optimise('p_2unlqQ', /*#__PURE__*/React.createElement(SVGComponent$1f, props));
|
|
1667
1817
|
};
|
|
1668
1818
|
|
|
1669
|
-
var SVGComponent$
|
|
1819
|
+
var SVGComponent$1e = (({
|
|
1670
1820
|
as: Component = "svg",
|
|
1671
1821
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1672
1822
|
d: "M0,2H8l3,3H21V9h3L20,22H0Zm22.65,8H4.74L1.35,21H19.26ZM20,9V6H10.59l-3-3H1V18.75L4,9Z"
|
|
@@ -1688,10 +1838,10 @@ const FolderOpen = props => {
|
|
|
1688
1838
|
useEffect(() => {
|
|
1689
1839
|
refresh();
|
|
1690
1840
|
}, []);
|
|
1691
|
-
return optimise('p_1n9Mxa', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1841
|
+
return optimise('p_1n9Mxa', /*#__PURE__*/React.createElement(SVGComponent$1e, props));
|
|
1692
1842
|
};
|
|
1693
1843
|
|
|
1694
|
-
var SVGComponent$
|
|
1844
|
+
var SVGComponent$1d = (({
|
|
1695
1845
|
as: Component = "svg",
|
|
1696
1846
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1697
1847
|
d: "M13.85,7.94H12.43l-3.56,5.6v.82h4.05V16h.93V14.36h1v-.83h-1Zm-.93,5.59H9.82l3.07-4.85h0ZM12,0A12,12,0,1,0,24,12,12,12,0,0,0,12,0Zm0,23A11,11,0,1,1,23,12,11,11,0,0,1,12,23Z",
|
|
@@ -1714,10 +1864,10 @@ const FourCircle = props => {
|
|
|
1714
1864
|
useEffect(() => {
|
|
1715
1865
|
refresh();
|
|
1716
1866
|
}, []);
|
|
1717
|
-
return optimise('p_Z25Oev0', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1867
|
+
return optimise('p_Z25Oev0', /*#__PURE__*/React.createElement(SVGComponent$1d, props));
|
|
1718
1868
|
};
|
|
1719
1869
|
|
|
1720
|
-
var SVGComponent$
|
|
1870
|
+
var SVGComponent$1c = (({
|
|
1721
1871
|
as: Component = "svg",
|
|
1722
1872
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1723
1873
|
d: "M12.1,0A12,12,0,1,1,.1,12a12,12,0,0,1,12-12Zm3.7,16H8.4c.6,4.3,2.2,7,3.7,7S15.2,20.3,15.8,16Zm6.6,0H16.9a13.46,13.46,0,0,1-2.5,6.8A11.43,11.43,0,0,0,22.4,16Zm-15,0H1.9a11.06,11.06,0,0,0,8,6.8A13.46,13.46,0,0,1,7.4,16ZM7.3,9H1.5a11.83,11.83,0,0,0,0,6H7.2A40.69,40.69,0,0,1,7.3,9ZM16,9H8.3a30,30,0,0,0,0,6H16A30,30,0,0,0,16,9Zm6.7,0H17a27.39,27.39,0,0,1,0,6h5.7A11.83,11.83,0,0,0,22.7,9ZM9.9,1.2A11.06,11.06,0,0,0,1.9,8H7.4A13.46,13.46,0,0,1,9.9,1.2ZM15.8,8c-.6-4.3-2.2-7-3.7-7S9,3.7,8.4,8ZM14.4,1.2A14.51,14.51,0,0,1,16.8,8h5.5A11.08,11.08,0,0,0,14.4,1.2Z"
|
|
@@ -1739,10 +1889,10 @@ const Globe = props => {
|
|
|
1739
1889
|
useEffect(() => {
|
|
1740
1890
|
refresh();
|
|
1741
1891
|
}, []);
|
|
1742
|
-
return optimise('p_4XwLL', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1892
|
+
return optimise('p_4XwLL', /*#__PURE__*/React.createElement(SVGComponent$1c, props));
|
|
1743
1893
|
};
|
|
1744
1894
|
|
|
1745
|
-
var SVGComponent$
|
|
1895
|
+
var SVGComponent$1b = (({
|
|
1746
1896
|
as: Component = "svg",
|
|
1747
1897
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1748
1898
|
d: "M22,9.7l-2,1V18c-1,2-5.6,3-8.5,3C8.3,21,4.1,20,3,18V10.2L0,8.3,12,3,23,9.2V18l1,3H21l1-3ZM4,10.8v6.9C5,19,8.2,20,11.5,20c2.9,0,6.6-1,7.5-2.3V11.2l-7.9,4ZM2.1,8.5l9,5.7,9.8-5L12,4.1Z"
|
|
@@ -1764,10 +1914,10 @@ const GraduationCap = props => {
|
|
|
1764
1914
|
useEffect(() => {
|
|
1765
1915
|
refresh();
|
|
1766
1916
|
}, []);
|
|
1767
|
-
return optimise('p_1bVjwk', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1917
|
+
return optimise('p_1bVjwk', /*#__PURE__*/React.createElement(SVGComponent$1b, props));
|
|
1768
1918
|
};
|
|
1769
1919
|
|
|
1770
|
-
var SVGComponent$
|
|
1920
|
+
var SVGComponent$1a = (({
|
|
1771
1921
|
as: Component = "svg",
|
|
1772
1922
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1773
1923
|
d: "M10.63,8.3H10v-1h.5c0-.16,0-.33,0-.5H10v-1h.68a4.09,4.09,0,0,1,.46-1.08A3.17,3.17,0,0,1,14,3.3a3.16,3.16,0,0,1,2.15.82A2.37,2.37,0,0,1,17,5.8H16a1.45,1.45,0,0,0-.52-.94A2.2,2.2,0,0,0,14,4.3a2.17,2.17,0,0,0-2,1,3,3,0,0,0-.26.54H14.5v1h-3c0,.17,0,.34,0,.5H14v1H11.68a2.45,2.45,0,0,0,.44.73A2.42,2.42,0,0,0,14,9.8a1.92,1.92,0,0,0,2-1.12l1,.24a2.92,2.92,0,0,1-3,1.88,3.37,3.37,0,0,1-2.62-1.11A3.43,3.43,0,0,1,10.63,8.3ZM7,7a7,7,0,1,1,7,7A7,7,0,0,1,7,7ZM8,7a6,6,0,1,0,6-6A6,6,0,0,0,8,7ZM22,17.14a1.87,1.87,0,0,1-.63,1.36C20,19.78,19,20.73,18,21.57l-.21.2c-.48.42-.91.81-1.33,1.2A3.46,3.46,0,0,1,14,24a4.53,4.53,0,0,1-1.3-.2A26.72,26.72,0,0,0,7,22.67V24H2V15H7v1.73a17.51,17.51,0,0,0,1.77-.68,4.61,4.61,0,0,1,1.88-.42,8.57,8.57,0,0,1,2.93.72q.6.22,1.38.48a1.72,1.72,0,0,1,1.17,1.31L19,15.94l.09-.07a1.92,1.92,0,0,1,1.2-.43A1.74,1.74,0,0,1,22,17.14ZM6,16H3v7H6Zm13.69.65S16.73,19,16,19.5a1.92,1.92,0,0,1-1.15.52A1.55,1.55,0,0,1,14.5,20l-.19,0c-.68-.16-1.77-.41-2.56-.66a.45.45,0,1,1,.27-.86c.44.1,1.59.36,2.2.52,1,.29,1.27-.86.42-1.15l-.57-.2-1.32-.46A4.29,4.29,0,0,0,9.16,17,16.15,16.15,0,0,1,7,17.78v3.88a29.74,29.74,0,0,1,6,1.15,2.63,2.63,0,0,0,2.78-.58l1.56-1.41c.93-.82,2-1.78,3.37-3.05C21.53,17,20.53,16,19.69,16.65Z",
|
|
@@ -1790,10 +1940,10 @@ const HandCoin = props => {
|
|
|
1790
1940
|
useEffect(() => {
|
|
1791
1941
|
refresh();
|
|
1792
1942
|
}, []);
|
|
1793
|
-
return optimise('p_4Iz5Q', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1943
|
+
return optimise('p_4Iz5Q', /*#__PURE__*/React.createElement(SVGComponent$1a, props));
|
|
1794
1944
|
};
|
|
1795
1945
|
|
|
1796
|
-
var SVGComponent$
|
|
1946
|
+
var SVGComponent$19 = (({
|
|
1797
1947
|
as: Component = "svg",
|
|
1798
1948
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1799
1949
|
d: "M12,21.59C6.37,16.05,1,11.3,1,7.19A5.06,5.06,0,0,1,6.28,2c1.31,0,4.15.5,5.72,4.46C13.59,2.49,16.46,2,17.73,2A5,5,0,0,1,23,7.19C23,11.26,17.86,15.82,12,21.59ZM17.73,1A6.53,6.53,0,0,0,12,4.25,6.51,6.51,0,0,0,6.28,1,6,6,0,0,0,0,7.19C0,11.85,5.57,16.62,12,23c6.43-6.38,12-11.15,12-15.81A6,6,0,0,0,17.73,1Z"
|
|
@@ -1815,10 +1965,10 @@ const Heart = props => {
|
|
|
1815
1965
|
useEffect(() => {
|
|
1816
1966
|
refresh();
|
|
1817
1967
|
}, []);
|
|
1818
|
-
return optimise('p_51CrD', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1968
|
+
return optimise('p_51CrD', /*#__PURE__*/React.createElement(SVGComponent$19, props));
|
|
1819
1969
|
};
|
|
1820
1970
|
|
|
1821
|
-
var SVGComponent$
|
|
1971
|
+
var SVGComponent$18 = (({
|
|
1822
1972
|
as: Component = "svg",
|
|
1823
1973
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1824
1974
|
d: "M17.73,1A6.53,6.53,0,0,0,12,4.25,6.51,6.51,0,0,0,6.28,1,6,6,0,0,0,0,7.19C0,11.85,5.57,16.62,12,23c6.43-6.38,12-11.15,12-15.81A6,6,0,0,0,17.73,1Z",
|
|
@@ -1841,10 +1991,10 @@ const HeartPlain = props => {
|
|
|
1841
1991
|
useEffect(() => {
|
|
1842
1992
|
refresh();
|
|
1843
1993
|
}, []);
|
|
1844
|
-
return optimise('p_ZrNxFK', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1994
|
+
return optimise('p_ZrNxFK', /*#__PURE__*/React.createElement(SVGComponent$18, props));
|
|
1845
1995
|
};
|
|
1846
1996
|
|
|
1847
|
-
var SVGComponent$
|
|
1997
|
+
var SVGComponent$17 = (({
|
|
1848
1998
|
as: Component = "svg",
|
|
1849
1999
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1850
2000
|
d: "M19.1,24H5.91A2,2,0,0,1,4,22a2,2,0,0,1,1.31-1.88c-.56-3.18,1.63-5.65,3.27-7.38.84-.89,1.64-1.73,1.63-2.28a.73.73,0,0,0-.63-.62c-.71,0-1.85,1.29-3.21,1.29A2.57,2.57,0,0,1,4,8.57a1.79,1.79,0,0,1,.91-1.81A3.79,3.79,0,0,0,6.85,4.38a2.47,2.47,0,0,1,2.27-2c1.14,0,1.75.48,1.4-.54A6.13,6.13,0,0,0,9.35,0c6,0,10.71,4.18,10.71,9.55,0,5.59-3.21,7.56-.89,10.46A2,2,0,0,1,21,22,2,2,0,0,1,19.1,24ZM6.25,21H5.91A1,1,0,0,0,5,22a1,1,0,0,0,.93,1H19.1a1,1,0,1,0-.17-2ZM18.9,8a9.1,9.1,0,0,0-7.62-6.85c1.21,2.28-.51,2.49-1.52,2.31-1.48-.26-1.64.38-2,1.29a4.77,4.77,0,0,1-2.4,2.91C4.64,8,5.11,9.78,6,10.07A2.51,2.51,0,0,0,7.93,9.5a3.26,3.26,0,0,1,1.65-.66,1.71,1.71,0,0,1,1.61,1.6c0,1-.83,1.86-1.91,3C6.37,16.51,6,18.1,6.31,20H18c-.95-1.59-.72-2.95,0-5H16.6a.5.5,0,0,1,0-1h1.69c.11-.32.21-.65.31-1H17.21a.5.5,0,0,1,0-1h1.62A10,10,0,0,0,19,11H17.6a.5.5,0,0,1,0-1h1.47V9.55a5.21,5.21,0,0,0,0-.55H17.38a.5.5,0,0,1,0-1ZM9.78,6.9A1.38,1.38,0,0,1,8.37,5.56a1.42,1.42,0,0,1,2.83,0A1.38,1.38,0,0,1,9.78,6.9Zm0-1.68a.4.4,0,0,0-.43.34.45.45,0,0,0,.87,0A.4.4,0,0,0,9.78,5.22Z",
|
|
@@ -1867,10 +2017,10 @@ const HorseChase = props => {
|
|
|
1867
2017
|
useEffect(() => {
|
|
1868
2018
|
refresh();
|
|
1869
2019
|
}, []);
|
|
1870
|
-
return optimise('p_Z1uLKT0', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2020
|
+
return optimise('p_Z1uLKT0', /*#__PURE__*/React.createElement(SVGComponent$17, props));
|
|
1871
2021
|
};
|
|
1872
2022
|
|
|
1873
|
-
var SVGComponent$
|
|
2023
|
+
var SVGComponent$16 = (({
|
|
1874
2024
|
as: Component = "svg",
|
|
1875
2025
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1876
2026
|
d: "M22,11.41V24H2V11.41L.71,12.71,0,12,12,0,24,12l-.71.71ZM16,23h5V10.41l-9-9-9,9V23H8V14h8Zm-1-7.89H9v7.78h6Z"
|
|
@@ -1892,10 +2042,10 @@ const House = props => {
|
|
|
1892
2042
|
useEffect(() => {
|
|
1893
2043
|
refresh();
|
|
1894
2044
|
}, []);
|
|
1895
|
-
return optimise('p_531FK', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2045
|
+
return optimise('p_531FK', /*#__PURE__*/React.createElement(SVGComponent$16, props));
|
|
1896
2046
|
};
|
|
1897
2047
|
|
|
1898
|
-
var SVGComponent$
|
|
2048
|
+
var SVGComponent$15 = (({
|
|
1899
2049
|
as: Component = "svg",
|
|
1900
2050
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1901
2051
|
d: "M20.27,14.69l.73.69L18,18.5l-2-1.78.66-.75L18,17.12Zm3.64,8.52-.82.58-2.21-3.1a5,5,0,0,1-2.57.71H0V8.65L9,.32l9,8.33v2.76h.31a5,5,0,0,1,3.37,8.69ZM10.5,15.5h-3v4.9h3Zm4.81,4.9A5,5,0,0,1,17,11.57V9.09L9,1.68,1,9.09V20.4H6.5V14.5h5v5.9Zm7-4a4,4,0,1,0-4,4A4,4,0,0,0,22.31,16.4Z"
|
|
@@ -1917,10 +2067,10 @@ const HouseMagnifier = props => {
|
|
|
1917
2067
|
useEffect(() => {
|
|
1918
2068
|
refresh();
|
|
1919
2069
|
}, []);
|
|
1920
|
-
return optimise('p_Z1pRCUl', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2070
|
+
return optimise('p_Z1pRCUl', /*#__PURE__*/React.createElement(SVGComponent$15, props));
|
|
1921
2071
|
};
|
|
1922
2072
|
|
|
1923
|
-
var SVGComponent
|
|
2073
|
+
var SVGComponent$14 = (({
|
|
1924
2074
|
as: Component = "svg",
|
|
1925
2075
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1926
2076
|
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,1Zm.5,17h-1V9h1ZM12,6a.85.85,0,1,1-.85.84A.85.85,0,0,1,12,6Z",
|
|
@@ -1943,10 +2093,10 @@ const InfoCircle = props => {
|
|
|
1943
2093
|
useEffect(() => {
|
|
1944
2094
|
refresh();
|
|
1945
2095
|
}, []);
|
|
1946
|
-
return optimise('p_P93Av', /*#__PURE__*/React.createElement(SVGComponent
|
|
2096
|
+
return optimise('p_P93Av', /*#__PURE__*/React.createElement(SVGComponent$14, props));
|
|
1947
2097
|
};
|
|
1948
2098
|
|
|
1949
|
-
var SVGComponent$
|
|
2099
|
+
var SVGComponent$13 = (({
|
|
1950
2100
|
as: Component = "svg",
|
|
1951
2101
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1952
2102
|
d: "M8,16c4.42,0,8-3.58,8-8S12.42,0,8,0,0,3.58,0,8,3.58,16,8,16Zm.67-4h-1.33V6.67h1.33v5.33Zm-.67-8.17c.46,0,.83,.37,.83,.83s-.37,.83-.83,.83-.83-.37-.83-.83,.37-.83,.83-.83Z"
|
|
@@ -1966,10 +2116,10 @@ const InfoCircleBold = props => {
|
|
|
1966
2116
|
useEffect(() => {
|
|
1967
2117
|
refresh();
|
|
1968
2118
|
}, []);
|
|
1969
|
-
return optimise('p_Z1oWiq2', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2119
|
+
return optimise('p_Z1oWiq2', /*#__PURE__*/React.createElement(SVGComponent$13, props));
|
|
1970
2120
|
};
|
|
1971
2121
|
|
|
1972
|
-
var SVGComponent$
|
|
2122
|
+
var SVGComponent$12 = (({
|
|
1973
2123
|
as: Component = "svg",
|
|
1974
2124
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1975
2125
|
d: "M23,16.44c2.14,0,2.39,0,3.23,0a4.09,4.09,0,0,1,1.49.28,2.56,2.56,0,0,1,1.51,1.51,4.32,4.32,0,0,1,.28,1.49c0,.84,0,1.09,0,3.23s0,2.39,0,3.23a4,4,0,0,1-.28,1.49,2.42,2.42,0,0,1-.59.92,2.57,2.57,0,0,1-.92.6,4.39,4.39,0,0,1-1.49.27c-.84,0-1.09,0-3.23,0s-2.39,0-3.23,0a4.28,4.28,0,0,1-1.49-.27,2.67,2.67,0,0,1-1.52-1.52,4.28,4.28,0,0,1-.27-1.49c0-.84,0-1.09,0-3.23s0-2.39,0-3.23a4.39,4.39,0,0,1,.27-1.49,2.57,2.57,0,0,1,.6-.92,2.42,2.42,0,0,1,.92-.59,4.21,4.21,0,0,1,1.49-.28C20.61,16.45,20.86,16.44,23,16.44ZM23,15c-2.17,0-2.45,0-3.3.05a5.85,5.85,0,0,0-1.94.37,3.94,3.94,0,0,0-1.42.92,4.17,4.17,0,0,0-.92,1.42,5.85,5.85,0,0,0-.37,1.94c0,.85-.05,1.13-.05,3.3s0,2.44.05,3.3a5.85,5.85,0,0,0,.37,1.94,3.94,3.94,0,0,0,.92,1.42,4.17,4.17,0,0,0,1.42.92A5.85,5.85,0,0,0,19.7,31c.86,0,1.13.05,3.3.05s2.45,0,3.3-.05a5.85,5.85,0,0,0,1.94-.37,3.86,3.86,0,0,0,1.42-.92,4,4,0,0,0,.92-1.42A5.82,5.82,0,0,0,31,26.3c0-.86,0-1.13,0-3.3s0-2.45,0-3.3a5.82,5.82,0,0,0-.38-1.94,4,4,0,0,0-2.34-2.34A5.77,5.77,0,0,0,26.3,15C25.44,15,25.17,15,23,15Z"
|
|
@@ -1995,10 +2145,10 @@ const Instagram = props => {
|
|
|
1995
2145
|
useEffect(() => {
|
|
1996
2146
|
refresh();
|
|
1997
2147
|
}, []);
|
|
1998
|
-
return optimise('p_2oO7Uf', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2148
|
+
return optimise('p_2oO7Uf', /*#__PURE__*/React.createElement(SVGComponent$12, props));
|
|
1999
2149
|
};
|
|
2000
2150
|
|
|
2001
|
-
var SVGComponent$
|
|
2151
|
+
var SVGComponent$11 = (({
|
|
2002
2152
|
as: Component = "svg",
|
|
2003
2153
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2004
2154
|
d: "M16,1A8,8,0,0,0,8,9a7.91,7.91,0,0,0,.18,1.7L0,18v5H6V21H8V19h2l3.07-2.56A7.92,7.92,0,0,0,16,17,8,8,0,0,0,16,1ZM9.64,18l3.24-2.7A7.75,7.75,0,0,0,16,16,7,7,0,1,0,9,9a8.77,8.77,0,0,0,.28,2.06L1,18.45V22H5V20H7V18Zm.17-4-.67-.74L2,19.66V21ZM20,7a2,2,0,1,0-2,2A2,2,0,0,0,20,7ZM19,7a1,1,0,1,0-1,1A1,1,0,0,0,19,7Z",
|
|
@@ -2021,10 +2171,10 @@ const Key = props => {
|
|
|
2021
2171
|
useEffect(() => {
|
|
2022
2172
|
refresh();
|
|
2023
2173
|
}, []);
|
|
2024
|
-
return optimise('p_keR', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2174
|
+
return optimise('p_keR', /*#__PURE__*/React.createElement(SVGComponent$11, props));
|
|
2025
2175
|
};
|
|
2026
2176
|
|
|
2027
|
-
var SVGComponent$
|
|
2177
|
+
var SVGComponent$10 = (({
|
|
2028
2178
|
as: Component = "svg",
|
|
2029
2179
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2030
2180
|
d: "M13,9h9L8,24l3-9H2L16,0ZM4.3,14h8.09l-2,6,9.3-10H11.61l2-6Z"
|
|
@@ -2046,10 +2196,10 @@ const LightningBolt = props => {
|
|
|
2046
2196
|
useEffect(() => {
|
|
2047
2197
|
refresh();
|
|
2048
2198
|
}, []);
|
|
2049
|
-
return optimise('p_1W7mmN', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2199
|
+
return optimise('p_1W7mmN', /*#__PURE__*/React.createElement(SVGComponent$10, props));
|
|
2050
2200
|
};
|
|
2051
2201
|
|
|
2052
|
-
var SVGComponent
|
|
2202
|
+
var SVGComponent$$ = (({
|
|
2053
2203
|
as: Component = "svg",
|
|
2054
2204
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2055
2205
|
d: "M14.85,11.92a4.06,4.06,0,0,0-1-1.75,4,4,0,0,0-5.66,0l-5,5a4,4,0,0,0,5.66,5.66L12.67,17H13a5.86,5.86,0,0,0,1.19-.12L9.53,21.54a5,5,0,0,1-7.07-7.07l5-5a5,5,0,0,1,7.07,0,4.93,4.93,0,0,1,1.11,1.67Zm-5.7.15a4.1,4.1,0,0,0,1,1.76,4,4,0,0,0,5.66,0l5-5a4,4,0,1,0-5.66-5.66L11.33,7H11a5.86,5.86,0,0,0-1.19.12l4.66-4.66a5,5,0,0,1,7.07,7.07l-5,5a5,5,0,0,1-7.07,0,4.74,4.74,0,0,1-1.11-1.68Z"
|
|
@@ -2071,10 +2221,10 @@ const Link = props => {
|
|
|
2071
2221
|
useEffect(() => {
|
|
2072
2222
|
refresh();
|
|
2073
2223
|
}, []);
|
|
2074
|
-
return optimise('p_aqwu', /*#__PURE__*/React.createElement(SVGComponent
|
|
2224
|
+
return optimise('p_aqwu', /*#__PURE__*/React.createElement(SVGComponent$$, props));
|
|
2075
2225
|
};
|
|
2076
2226
|
|
|
2077
|
-
var SVGComponent$
|
|
2227
|
+
var SVGComponent$_ = (({
|
|
2078
2228
|
as: Component = "svg",
|
|
2079
2229
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2080
2230
|
d: "M6,6A6,6,0,0,1,18,6v4h3V24H3V10H6Zm14,5H4V23H20ZM7,6v4H17V6A5,5,0,0,0,7,6Z"
|
|
@@ -2096,10 +2246,10 @@ const Lock = props => {
|
|
|
2096
2246
|
useEffect(() => {
|
|
2097
2247
|
refresh();
|
|
2098
2248
|
}, []);
|
|
2099
|
-
return optimise('p_arYq', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2249
|
+
return optimise('p_arYq', /*#__PURE__*/React.createElement(SVGComponent$_, props));
|
|
2100
2250
|
};
|
|
2101
2251
|
|
|
2102
|
-
var SVGComponent$
|
|
2252
|
+
var SVGComponent$Z = (({
|
|
2103
2253
|
as: Component = "svg",
|
|
2104
2254
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2105
2255
|
d: "M6.6,5.4,8,7.8l.9-2.6,2.7-.6L9.3,2.9,9.5.2,7.3,1.8,4.8.7l.8,2.6L3.8,5.4ZM6.4,2.5l1,.4.9-.7V3.4l.9.7-1.1.2L7.7,5.4l-.6-1H6l.7-.9ZM21.7,7.3l1.1.8.1-1.4L24,6l-1.3-.5-.4-1.3-.9,1.1H20l.8,1.1-.4,1.3Zm.2-1.1ZM16,1.2a1,1,0,1,1,2,0,1,1,0,0,1-2,0Zm1.7,15.4,1.1.8-1.4.3L17,19l-.7-1.2H14.9l.9-1-.4-1.3,1.3.5,1.1-.8ZM23,13.2a1,1,0,1,1-1-1A.94.94,0,0,1,23,13.2ZM.9,19a2.6,2.6,0,0,0,0,3.8,2.6,2.6,0,0,0,3.8,0L19.6,8,15.8,4.2ZM4,22.1a1.63,1.63,0,0,1-2.4,0,1.82,1.82,0,0,1,0-2.4L12.2,9.1l2.4,2.4ZM15.3,10.8,12.9,8.4l2.9-2.9,2.4,2.4Z"
|
|
@@ -2121,10 +2271,10 @@ const MagicWand = props => {
|
|
|
2121
2271
|
useEffect(() => {
|
|
2122
2272
|
refresh();
|
|
2123
2273
|
}, []);
|
|
2124
|
-
return optimise('p_ZbIpjk', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2274
|
+
return optimise('p_ZbIpjk', /*#__PURE__*/React.createElement(SVGComponent$Z, props));
|
|
2125
2275
|
};
|
|
2126
2276
|
|
|
2127
|
-
var SVGComponent$
|
|
2277
|
+
var SVGComponent$Y = (({
|
|
2128
2278
|
as: Component = "svg",
|
|
2129
2279
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2130
2280
|
d: "M11.74,12.42A6.43,6.43,0,0,1,7.5,14a6.49,6.49,0,1,1,4.95-2.28l3.43,3.45-.71.71ZM13,7.5A5.5,5.5,0,1,1,7.5,2,5.5,5.5,0,0,1,13,7.5Z",
|
|
@@ -2147,10 +2297,10 @@ const MagnifyingBold = props => {
|
|
|
2147
2297
|
useEffect(() => {
|
|
2148
2298
|
refresh();
|
|
2149
2299
|
}, []);
|
|
2150
|
-
return optimise('p_132rkB', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2300
|
+
return optimise('p_132rkB', /*#__PURE__*/React.createElement(SVGComponent$Y, props));
|
|
2151
2301
|
};
|
|
2152
2302
|
|
|
2153
|
-
var SVGComponent$
|
|
2303
|
+
var SVGComponent$X = (({
|
|
2154
2304
|
as: Component = "svg",
|
|
2155
2305
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2156
2306
|
d: "M15.8,16.6A9.26,9.26,0,0,1,9.1,19a9.45,9.45,0,0,1-6.5-3A9.21,9.21,0,0,1,0,9.4,9.24,9.24,0,0,1,2.8,2.8,9.07,9.07,0,0,1,9.4,0a9.71,9.71,0,0,1,6.7,2.6,9.43,9.43,0,0,1,.6,13.2l7.4,7.4-.8.8ZM14.2,2.4A8.63,8.63,0,0,0,9.5,1,8.54,8.54,0,0,0,1,9.5a8.63,8.63,0,0,0,1.4,4.7,8.21,8.21,0,0,0,3.8,3.1,9.2,9.2,0,0,0,4.9.5,8.54,8.54,0,0,0,4.4-2.3,8.18,8.18,0,0,0,2.3-4.4,8.23,8.23,0,0,0-.5-4.9A8.74,8.74,0,0,0,14.2,2.4Z"
|
|
@@ -2172,10 +2322,10 @@ const MagnifyingGlassLeft = props => {
|
|
|
2172
2322
|
useEffect(() => {
|
|
2173
2323
|
refresh();
|
|
2174
2324
|
}, []);
|
|
2175
|
-
return optimise('p_Z2vlwxL', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2325
|
+
return optimise('p_Z2vlwxL', /*#__PURE__*/React.createElement(SVGComponent$X, props));
|
|
2176
2326
|
};
|
|
2177
2327
|
|
|
2178
|
-
var SVGComponent$
|
|
2328
|
+
var SVGComponent$W = (({
|
|
2179
2329
|
as: Component = "svg",
|
|
2180
2330
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2181
2331
|
d: "M12,10a2,2,0,1,1,2-2A2,2,0,0,1,12,10Zm0-5a3,3,0,1,0,3,3A3,3,0,0,0,12,5ZM5,7.6a7,7,0,0,1,14,0c0,3.46-2.56,7.55-7,14.53C7.51,15.06,5,11.06,5,7.6ZM12,0C7.8,0,4,3.4,4,7.6S7.47,16.81,12,24c4.53-7.19,8-12.2,8-16.4S16.2,0,12,0"
|
|
@@ -2197,10 +2347,10 @@ const Marker = props => {
|
|
|
2197
2347
|
useEffect(() => {
|
|
2198
2348
|
refresh();
|
|
2199
2349
|
}, []);
|
|
2200
|
-
return optimise('p_Z2mg1CL', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2350
|
+
return optimise('p_Z2mg1CL', /*#__PURE__*/React.createElement(SVGComponent$W, props));
|
|
2201
2351
|
};
|
|
2202
2352
|
|
|
2203
|
-
var SVGComponent$
|
|
2353
|
+
var SVGComponent$V = (({
|
|
2204
2354
|
as: Component = "svg",
|
|
2205
2355
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2206
2356
|
d: "M0,7V17H5.69L15,23V1L5.69,7Zm5,9H1V8H5ZM6,8l8-5.16V21.17L6,16Zm18,4a10.8,10.8,0,0,1-3.77,8.23l-.71-.71a9.87,9.87,0,0,0,0-15l.71-.71A10.8,10.8,0,0,1,24,12Zm-4.22,0a6.86,6.86,0,0,1-2.48,5.3l-.71-.71a5.91,5.91,0,0,0,0-9.18l.71-.71A6.86,6.86,0,0,1,19.78,12Z"
|
|
@@ -2222,10 +2372,10 @@ const Microphone = props => {
|
|
|
2222
2372
|
useEffect(() => {
|
|
2223
2373
|
refresh();
|
|
2224
2374
|
}, []);
|
|
2225
|
-
return optimise('p_Z16cO05', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2375
|
+
return optimise('p_Z16cO05', /*#__PURE__*/React.createElement(SVGComponent$V, props));
|
|
2226
2376
|
};
|
|
2227
2377
|
|
|
2228
|
-
var SVGComponent$
|
|
2378
|
+
var SVGComponent$U = (({
|
|
2229
2379
|
as: Component = "svg",
|
|
2230
2380
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", {
|
|
2231
2381
|
height: "2",
|
|
@@ -2250,10 +2400,10 @@ const MinusBold = props => {
|
|
|
2250
2400
|
useEffect(() => {
|
|
2251
2401
|
refresh();
|
|
2252
2402
|
}, []);
|
|
2253
|
-
return optimise('p_Z1kd9CG', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2403
|
+
return optimise('p_Z1kd9CG', /*#__PURE__*/React.createElement(SVGComponent$U, props));
|
|
2254
2404
|
};
|
|
2255
2405
|
|
|
2256
|
-
var SVGComponent$
|
|
2406
|
+
var SVGComponent$T = (({
|
|
2257
2407
|
as: Component = "svg",
|
|
2258
2408
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2259
2409
|
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,1ZM5.22,11.48H18.78v1H5.22Z",
|
|
@@ -2276,10 +2426,35 @@ const MinusCircle = props => {
|
|
|
2276
2426
|
useEffect(() => {
|
|
2277
2427
|
refresh();
|
|
2278
2428
|
}, []);
|
|
2279
|
-
return optimise('p_21yah4', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2429
|
+
return optimise('p_21yah4', /*#__PURE__*/React.createElement(SVGComponent$T, props));
|
|
2280
2430
|
};
|
|
2281
2431
|
|
|
2282
|
-
var SVGComponent$
|
|
2432
|
+
var SVGComponent$S = (({
|
|
2433
|
+
as: Component = "svg",
|
|
2434
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2435
|
+
d: "m13.59,6.72l3.97,3.97,1.14-1.14-1.99-1.99c4.86.36,8.69,4.41,8.69,9.36s-4.2,9.39-9.39,9.39-9.39-4.2-9.39-9.39c0-2.38.89-4.55,2.35-6.21.26-.29.54-.57.83-.83l-1.07-1.21c-.34.3-.67.63-.97.97-1.71,1.94-2.75,4.49-2.75,7.28,0,6.08,4.92,11,11,11s11-4.92,11-11-4.57-10.64-10.34-10.98l2.04-2.04-1.14-1.14-3.97,3.97Zm.15,3.97l-3.97-3.97,3.97-3.97,1.14,1.14-2.83,2.83,2.83,2.83-1.14,1.14Zm.21,2.34v7.92h-1.44v-6.25l-1.91.63v-1.16l3.18-1.15h.16Zm7.31,3.29v1.33c0,.61-.06,1.13-.18,1.56-.12.43-.3.78-.53,1.06-.23.27-.51.47-.83.6-.32.13-.68.19-1.07.19-.31,0-.61-.04-.88-.12-.27-.08-.52-.21-.73-.38-.21-.17-.4-.39-.55-.66-.15-.27-.27-.59-.35-.96-.08-.37-.12-.8-.12-1.29v-1.33c0-.61.06-1.13.18-1.55.13-.43.31-.78.54-1.05.23-.27.51-.47.83-.59.32-.13.68-.19,1.07-.19.32,0,.61.04.88.12.27.08.51.2.73.37.22.17.4.38.55.65.15.26.27.58.35.96.08.37.12.8.12,1.28Zm-1.43,1.53v-1.73c0-.3-.02-.57-.05-.79-.03-.23-.08-.42-.15-.58-.07-.16-.15-.29-.24-.39-.1-.1-.21-.18-.34-.22-.13-.05-.27-.07-.42-.07-.19,0-.36.04-.5.11-.15.07-.27.19-.37.35-.1.16-.18.37-.23.64-.05.26-.08.58-.08.96v1.73c0,.3.02.57.05.8.04.23.09.42.15.59.07.16.15.3.24.4.1.1.21.18.34.23.13.05.27.07.42.07.19,0,.36-.04.5-.11.15-.08.27-.2.37-.36.1-.17.18-.38.23-.65.05-.27.08-.59.08-.97Z"
|
|
2436
|
+
})),
|
|
2437
|
+
...props
|
|
2438
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
2439
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2440
|
+
width: "32",
|
|
2441
|
+
height: "32",
|
|
2442
|
+
viewBox: "0 0 32 32",
|
|
2443
|
+
fill: "currentColor"
|
|
2444
|
+
}, props), children));
|
|
2445
|
+
|
|
2446
|
+
const MinusTenBold = props => {
|
|
2447
|
+
const {
|
|
2448
|
+
optimise,
|
|
2449
|
+
refresh
|
|
2450
|
+
} = useContext(PictoContext);
|
|
2451
|
+
useEffect(() => {
|
|
2452
|
+
refresh();
|
|
2453
|
+
}, []);
|
|
2454
|
+
return optimise('p_ZPJARB', /*#__PURE__*/React.createElement(SVGComponent$S, props));
|
|
2455
|
+
};
|
|
2456
|
+
|
|
2457
|
+
var SVGComponent$R = (({
|
|
2283
2458
|
as: Component = "svg",
|
|
2284
2459
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2285
2460
|
d: "M17.84,1a3.91,3.91,0,0,1,2.72,6.72L12.1,16.19A2.27,2.27,0,1,1,8.88,13l4.41-4.41L14,9.3l-3.16,3.16h0L9.44,13.88h0a1.26,1.26,0,1,0,2,1.57L19.8,7.07a3,3,0,0,0,.94-2.16,2.9,2.9,0,0,0-4.92-2.08h0L4.29,14.35h0A4.46,4.46,0,0,0,3,17.5,4.51,4.51,0,0,0,7.5,22c.65,0,1.84,0,3.52-1.67L21.29,10.06l.71.71L11.52,21.25A5.5,5.5,0,1,1,3.73,13.5L15,2.2A3.86,3.86,0,0,1,17.84,1Z"
|
|
@@ -2301,10 +2476,10 @@ const Paperclip = props => {
|
|
|
2301
2476
|
useEffect(() => {
|
|
2302
2477
|
refresh();
|
|
2303
2478
|
}, []);
|
|
2304
|
-
return optimise('p_Z2lTaGS', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2479
|
+
return optimise('p_Z2lTaGS', /*#__PURE__*/React.createElement(SVGComponent$R, props));
|
|
2305
2480
|
};
|
|
2306
2481
|
|
|
2307
|
-
var SVGComponent$
|
|
2482
|
+
var SVGComponent$Q = (({
|
|
2308
2483
|
as: Component = "svg",
|
|
2309
2484
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2310
2485
|
d: "M8.07,21.59,1,23l1.41-7.07L17.34,1,23,6.66Zm-.49-.92L3.34,16.42,2.28,21.73ZM17.34,2.41,4,15.72,8.28,20,21.59,6.66Z"
|
|
@@ -2326,10 +2501,10 @@ const Pen = props => {
|
|
|
2326
2501
|
useEffect(() => {
|
|
2327
2502
|
refresh();
|
|
2328
2503
|
}, []);
|
|
2329
|
-
return optimise('p_lws', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2504
|
+
return optimise('p_lws', /*#__PURE__*/React.createElement(SVGComponent$Q, props));
|
|
2330
2505
|
};
|
|
2331
2506
|
|
|
2332
|
-
var SVGComponent$
|
|
2507
|
+
var SVGComponent$P = (({
|
|
2333
2508
|
as: Component = "svg",
|
|
2334
2509
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2335
2510
|
d: "M6,10A4,4,0,1,0,2,6,4,4,0,0,0,6,10ZM6,9A3,3,0,1,0,3,6,3,3,0,0,0,6,9ZM18,22a4,4,0,1,0-4-4A4,4,0,0,0,18,22Zm0-1a3,3,0,1,0-3-3A3,3,0,0,0,18,21ZM21,3.67,20.23,3,3,20.33l.77.67Z",
|
|
@@ -2352,10 +2527,10 @@ const Percent = props => {
|
|
|
2352
2527
|
useEffect(() => {
|
|
2353
2528
|
refresh();
|
|
2354
2529
|
}, []);
|
|
2355
|
-
return optimise('p_1abKSr', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2530
|
+
return optimise('p_1abKSr', /*#__PURE__*/React.createElement(SVGComponent$P, props));
|
|
2356
2531
|
};
|
|
2357
2532
|
|
|
2358
|
-
var SVGComponent$
|
|
2533
|
+
var SVGComponent$O = (({
|
|
2359
2534
|
as: Component = "svg",
|
|
2360
2535
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2361
2536
|
d: "M8.26,1.29,6.7,2.06C.9,5.08,9.49,23,16,23a3.08,3.08,0,0,0,1.31-.28L18.86,22,16,16.37l-1.54.76a1.5,1.5,0,0,1-.6.13c-2.56,0-6.84-8.2-4.24-9.6l1.54-.76ZM16,24C10.33,24,3.78,12.89,3.78,6.17c0-2.42.84-4.15,2.46-5L8.62,0l3.86,7.35L10,8.55c-1.44.77,2.41,8.42,4,7.68l2.4-1.18,3.81,7.36-2.47,1.21A4,4,0,0,1,16,24Z"
|
|
@@ -2377,10 +2552,10 @@ const Phone = props => {
|
|
|
2377
2552
|
useEffect(() => {
|
|
2378
2553
|
refresh();
|
|
2379
2554
|
}, []);
|
|
2380
|
-
return optimise('p_5yCzy', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2555
|
+
return optimise('p_5yCzy', /*#__PURE__*/React.createElement(SVGComponent$O, props));
|
|
2381
2556
|
};
|
|
2382
2557
|
|
|
2383
|
-
var SVGComponent$
|
|
2558
|
+
var SVGComponent$N = (({
|
|
2384
2559
|
as: Component = "svg",
|
|
2385
2560
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2386
2561
|
d: "M24,23H4a4,4,0,0,1-4-4V3.31A3.09,3.09,0,0,1,3,1,3,3,0,0,1,6,3.31V5H24ZM23,6H6V19a2.49,2.49,0,0,0-2-1,2,2,0,0,0,0,4H23ZM5,3.32A2.17,2.17,0,0,0,3,2,2.12,2.12,0,0,0,1,3.32V19.5a3.09,3.09,0,0,1,4-2.4ZM20,19H8V9H20Zm-8-9H9v8H19V14H17v3H16V14H13v3H12Zm7,0H13v3h6Z"
|
|
@@ -2402,10 +2577,10 @@ const Plan = props => {
|
|
|
2402
2577
|
useEffect(() => {
|
|
2403
2578
|
refresh();
|
|
2404
2579
|
}, []);
|
|
2405
|
-
return optimise('p_aXdH', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2580
|
+
return optimise('p_aXdH', /*#__PURE__*/React.createElement(SVGComponent$N, props));
|
|
2406
2581
|
};
|
|
2407
2582
|
|
|
2408
|
-
var SVGComponent$
|
|
2583
|
+
var SVGComponent$M = (({
|
|
2409
2584
|
as: Component = "svg",
|
|
2410
2585
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2411
2586
|
d: "M10.57,21.5a.45.45,0,0,1-.2,0,.51.51,0,0,1-.3-.46V15.29L.85,12.36a.5.5,0,0,1,0-.94l22-8.88.06,0,.1,0h.14l.15.05h0l.07.06a.52.52,0,0,1,.1.11.38.38,0,0,1,.06.13.36.36,0,0,1,0,.1.61.61,0,0,1,0,.14h0l-3.83,18a.51.51,0,0,1-.3.37.49.49,0,0,1-.47-.06l-4.63-3.27-3.35,3.22A.49.49,0,0,1,10.57,21.5Zm3.93-4.41,4.34,3.06L22.17,4.49,11.35,14.86l3.14,2.22Zm-3.43-1.2v3.93l2.35-2.27Zm-8.6-4.06,8,2.53L20.78,4.44Z"
|
|
@@ -2427,10 +2602,10 @@ const Plane = props => {
|
|
|
2427
2602
|
useEffect(() => {
|
|
2428
2603
|
refresh();
|
|
2429
2604
|
}, []);
|
|
2430
|
-
return optimise('p_5z5Yv', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2605
|
+
return optimise('p_5z5Yv', /*#__PURE__*/React.createElement(SVGComponent$M, props));
|
|
2431
2606
|
};
|
|
2432
2607
|
|
|
2433
|
-
var SVGComponent$
|
|
2608
|
+
var SVGComponent$L = (({
|
|
2434
2609
|
as: Component = "svg",
|
|
2435
2610
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2436
2611
|
d: "M12,24A12,12,0,1,0,0,12,12,12,0,0,0,12,24ZM9.79,6.76a.67.67,0,0,0-1,.57v9.34a.67.67,0,0,0,1,.57l7.71-4.67a.66.66,0,0,0,0-1.14Z",
|
|
@@ -2451,10 +2626,85 @@ const Play = props => {
|
|
|
2451
2626
|
useEffect(() => {
|
|
2452
2627
|
refresh();
|
|
2453
2628
|
}, []);
|
|
2454
|
-
return optimise('p_aXdS', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2629
|
+
return optimise('p_aXdS', /*#__PURE__*/React.createElement(SVGComponent$L, props));
|
|
2455
2630
|
};
|
|
2456
2631
|
|
|
2457
|
-
var SVGComponent$
|
|
2632
|
+
var SVGComponent$K = (({
|
|
2633
|
+
as: Component = "svg",
|
|
2634
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2635
|
+
d: "m7,25.98V6.1c0-.88.98-1.4,1.71-.91l14.82,9.94c.65.44.65,1.39,0,1.83l-14.82,9.94c-.73.49-1.71-.03-1.71-.91Z"
|
|
2636
|
+
})),
|
|
2637
|
+
...props
|
|
2638
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
2639
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2640
|
+
width: "32",
|
|
2641
|
+
height: "32",
|
|
2642
|
+
viewBox: "0 0 32 32",
|
|
2643
|
+
fill: "currentColor"
|
|
2644
|
+
}, props), children));
|
|
2645
|
+
|
|
2646
|
+
const PlayBold = props => {
|
|
2647
|
+
const {
|
|
2648
|
+
optimise,
|
|
2649
|
+
refresh
|
|
2650
|
+
} = useContext(PictoContext);
|
|
2651
|
+
useEffect(() => {
|
|
2652
|
+
refresh();
|
|
2653
|
+
}, []);
|
|
2654
|
+
return optimise('p_2ijCln', /*#__PURE__*/React.createElement(SVGComponent$K, props));
|
|
2655
|
+
};
|
|
2656
|
+
|
|
2657
|
+
var SVGComponent$J = (({
|
|
2658
|
+
as: Component = "svg",
|
|
2659
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2660
|
+
d: "m9.75,23.5c0,.28.22.5.5.5h1c.28,0,.5-.22.5-.5v-6.53l9.73,6.28c.33.21.77-.02.77-.42v-13.66c0-.4-.44-.63-.77-.42l-9.73,6.28v-6.53c0-.28-.22-.5-.5-.5h-1c-.28,0-.5.22-.5.5v15Z"
|
|
2661
|
+
})),
|
|
2662
|
+
...props
|
|
2663
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
2664
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2665
|
+
width: "32",
|
|
2666
|
+
height: "32",
|
|
2667
|
+
viewBox: "0 0 32 32",
|
|
2668
|
+
fill: "currentColor"
|
|
2669
|
+
}, props), children));
|
|
2670
|
+
|
|
2671
|
+
const PlayerBeginBold = props => {
|
|
2672
|
+
const {
|
|
2673
|
+
optimise,
|
|
2674
|
+
refresh
|
|
2675
|
+
} = useContext(PictoContext);
|
|
2676
|
+
useEffect(() => {
|
|
2677
|
+
refresh();
|
|
2678
|
+
}, []);
|
|
2679
|
+
return optimise('p_BJcrY', /*#__PURE__*/React.createElement(SVGComponent$J, props));
|
|
2680
|
+
};
|
|
2681
|
+
|
|
2682
|
+
var SVGComponent$I = (({
|
|
2683
|
+
as: Component = "svg",
|
|
2684
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2685
|
+
d: "m22.25,23.5c0,.28-.22.5-.5.5h-1c-.28,0-.5-.22-.5-.5v-6.53l-9.73,6.28c-.33.21-.77-.02-.77-.42v-13.66c0-.4.44-.63.77-.42l9.73,6.28v-6.53c0-.28.22-.5.5-.5h1c.28,0,.5.22.5.5v15Z"
|
|
2686
|
+
})),
|
|
2687
|
+
...props
|
|
2688
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
2689
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2690
|
+
width: "32",
|
|
2691
|
+
height: "32",
|
|
2692
|
+
viewBox: "0 0 32 32",
|
|
2693
|
+
fill: "currentColor"
|
|
2694
|
+
}, props), children));
|
|
2695
|
+
|
|
2696
|
+
const PlayerEndBold = props => {
|
|
2697
|
+
const {
|
|
2698
|
+
optimise,
|
|
2699
|
+
refresh
|
|
2700
|
+
} = useContext(PictoContext);
|
|
2701
|
+
useEffect(() => {
|
|
2702
|
+
refresh();
|
|
2703
|
+
}, []);
|
|
2704
|
+
return optimise('p_2bbJn3', /*#__PURE__*/React.createElement(SVGComponent$I, props));
|
|
2705
|
+
};
|
|
2706
|
+
|
|
2707
|
+
var SVGComponent$H = (({
|
|
2458
2708
|
as: Component = "svg",
|
|
2459
2709
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("polygon", {
|
|
2460
2710
|
points: "14 7 14 9 9 9 9 14 7 14 7 9 2 9 2 7 7 7 7 2 9 2 9 7 14 7"
|
|
@@ -2476,10 +2726,10 @@ const PlusBold = props => {
|
|
|
2476
2726
|
useEffect(() => {
|
|
2477
2727
|
refresh();
|
|
2478
2728
|
}, []);
|
|
2479
|
-
return optimise('p_Z26UjNN', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2729
|
+
return optimise('p_Z26UjNN', /*#__PURE__*/React.createElement(SVGComponent$H, props));
|
|
2480
2730
|
};
|
|
2481
2731
|
|
|
2482
|
-
var SVGComponent$
|
|
2732
|
+
var SVGComponent$G = (({
|
|
2483
2733
|
as: Component = "svg",
|
|
2484
2734
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2485
2735
|
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,1Zm.52,10.44h6.26v1H12.52v6.26h-1V12.52H5.22v-1h6.26V5.22h1Z",
|
|
@@ -2502,7 +2752,32 @@ const PlusCircle = props => {
|
|
|
2502
2752
|
useEffect(() => {
|
|
2503
2753
|
refresh();
|
|
2504
2754
|
}, []);
|
|
2505
|
-
return optimise('p_Z22dYtQ', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2755
|
+
return optimise('p_Z22dYtQ', /*#__PURE__*/React.createElement(SVGComponent$G, props));
|
|
2756
|
+
};
|
|
2757
|
+
|
|
2758
|
+
var SVGComponent$F = (({
|
|
2759
|
+
as: Component = "svg",
|
|
2760
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2761
|
+
d: "m13.94,13.03v7.92h-1.44v-6.25l-1.9.63v-1.16l3.18-1.15h.16Zm7.31,3.29v1.33c0,.61-.06,1.13-.18,1.56-.12.43-.3.78-.53,1.06-.23.27-.51.47-.83.6-.32.13-.68.19-1.07.19-.31,0-.61-.04-.88-.12-.27-.08-.52-.21-.73-.38-.21-.17-.4-.39-.55-.66-.15-.27-.27-.59-.35-.96-.08-.37-.12-.8-.12-1.29v-1.33c0-.61.06-1.13.18-1.55.13-.43.31-.78.54-1.05.23-.27.51-.47.83-.59.32-.13.68-.19,1.07-.19.32,0,.61.04.88.12.27.08.51.2.73.37.22.17.4.38.55.65.15.26.27.58.35.96.08.37.12.8.12,1.28Zm-1.43,1.53v-1.73c0-.3-.02-.57-.05-.79-.03-.23-.08-.42-.15-.58-.07-.16-.15-.29-.24-.39-.1-.1-.21-.18-.34-.22-.13-.05-.27-.07-.42-.07-.19,0-.36.04-.5.11-.15.07-.27.19-.37.35-.1.16-.18.37-.23.63-.05.26-.08.58-.08.96v1.73c0,.3.02.57.05.8.04.23.09.42.15.59.07.16.15.3.24.4.1.1.21.18.34.23.13.05.27.07.42.07.19,0,.36-.04.5-.11.15-.08.27-.2.37-.36.1-.17.18-.38.23-.65.05-.27.08-.59.08-.97Zm-1.4-11.13l-3.97,3.97-1.14-1.14,1.99-1.99c-4.86.36-8.69,4.41-8.69,9.36s4.2,9.39,9.39,9.39,9.39-4.2,9.39-9.39c0-2.38-.89-4.55-2.35-6.21-.26-.29-.54-.57-.83-.83l1.07-1.21c.34.3.67.63.97.97,1.71,1.94,2.75,4.49,2.75,7.28,0,6.08-4.92,11-11,11s-11-4.92-11-11S9.57,6.27,15.34,5.93l-2.04-2.04,1.14-1.14,3.97,3.97Zm-.15,3.97l3.97-3.97-3.97-3.97-1.14,1.14,2.83,2.83-2.83,2.83,1.14,1.14Z"
|
|
2762
|
+
})),
|
|
2763
|
+
...props
|
|
2764
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
2765
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2766
|
+
width: "32",
|
|
2767
|
+
height: "32",
|
|
2768
|
+
viewBox: "0 0 32 32",
|
|
2769
|
+
fill: "currentColor"
|
|
2770
|
+
}, props), children));
|
|
2771
|
+
|
|
2772
|
+
const PlusTenBold = props => {
|
|
2773
|
+
const {
|
|
2774
|
+
optimise,
|
|
2775
|
+
refresh
|
|
2776
|
+
} = useContext(PictoContext);
|
|
2777
|
+
useEffect(() => {
|
|
2778
|
+
refresh();
|
|
2779
|
+
}, []);
|
|
2780
|
+
return optimise('p_lK2Ji', /*#__PURE__*/React.createElement(SVGComponent$F, props));
|
|
2506
2781
|
};
|
|
2507
2782
|
|
|
2508
2783
|
var SVGComponent$E = (({
|
|
@@ -3552,7 +3827,7 @@ const ZeroPercent = props => {
|
|
|
3552
3827
|
return optimise('p_6lhot', /*#__PURE__*/React.createElement(SVGComponent, props));
|
|
3553
3828
|
};
|
|
3554
3829
|
|
|
3555
|
-
const manifest = ["Archive", "ArrowDouble", "ArrowDownRightCircle", "ArrowLeft", "ArrowLeftBold", "ArrowRight", "ArrowUpRightCircle", "Bank", "BankNote", "Bars", "Bell", "Bookmark", "Briefcase", "BubbleDouble", "Building", "Bulb", "BulletBold", "BulletBook", "Burden", "Calculator", "Calendar", "CalendarBold", "Camera", "ChalkboardTeacher", "ChartBar", "Check", "CheckBold", "CheckHandwrite", "ChevronDownBold", "ChevronLeftBold", "ChevronRightBold", "ChevronUpBold", "Clock", "ClockBold", "Cloud", "CloudUpload", "Coins", "Crane", "Crown", "DoubleArrow", "Download", "Duplicate", "Envelope", "EqualBold", "EqualCircle", "Euro", "EuroBold", "ExclamationMarkCircle", "ExclamationMarkCircleBold", "ExclamationMarkTriangle", "ExclamationMarkTriangleBold", "ExternalLink", "Eye", "Facebook", "FacebookSmall", "File", "FileCheck", "Files", "Filter", "FirstCircle", "Flag", "Folder", "FolderOpen", "FourCircle", "Globe", "GraduationCap", "HandCoin", "Heart", "HeartPlain", "HorseChase", "House", "HouseMagnifier", "InfoCircle", "InfoCircleBold", "Instagram", "Key", "LightningBolt", "Link", "Lock", "MagicWand", "MagnifyingBold", "MagnifyingGlassLeft", "Marker", "Microphone", "MinusBold", "MinusCircle", "Paperclip", "Pen", "Percent", "Phone", "Plan", "Plane", "Play", "PlusBold", "PlusCircle", "Print", "QuestionMarkCircle", "QuestionMarkCircleBold", "QuoteClose", "QuoteOpenPlain", "Share", "ShieldCheck", "Smartphone", "SmileyFrown", "SmileyHappy", "SmileyNeutral", "SpeechBubble", "SquareMeter", "SquareMetersBold", "Star", "StarFilled", "StarHalf", "Tada", "ThreeCircle", "Times", "TimesBold", "TimesCircle", "TimesCircleBold", "Toast", "Trash", "Tree", "TreePlain", "Trustpilot", "Tune", "Twitter", "TwitterSmall", "TwoCircle", "TwoPeople", "UserBook", "UserCircle", "UserId", "UserStars", "Wall", "WorkingMan", "Youtube", "ZeroPercent"];
|
|
3830
|
+
const manifest = ["Archive", "ArrowDouble", "ArrowDownRightCircle", "ArrowLeft", "ArrowLeftBold", "ArrowRight", "ArrowRightBold", "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", "ExclamationMarkTriangle", "ExclamationMarkTriangleBold", "ExternalLink", "Eye", "Facebook", "FacebookSmall", "File", "FileCheck", "Files", "Filter", "FirstCircle", "Flag", "Folder", "FolderOpen", "FourCircle", "Globe", "GraduationCap", "HandCoin", "Heart", "HeartPlain", "HorseChase", "House", "HouseMagnifier", "InfoCircle", "InfoCircleBold", "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", "QuestionMarkCircle", "QuestionMarkCircleBold", "QuoteClose", "QuoteOpenPlain", "Share", "ShieldCheck", "Smartphone", "SmileyFrown", "SmileyHappy", "SmileyNeutral", "SpeechBubble", "SquareMeter", "SquareMetersBold", "Star", "StarFilled", "StarHalf", "Tada", "ThreeCircle", "Times", "TimesBold", "TimesCircle", "TimesCircleBold", "Toast", "Trash", "Tree", "TreePlain", "Trustpilot", "Tune", "Twitter", "TwitterSmall", "TwoCircle", "TwoPeople", "UserBook", "UserCircle", "UserId", "UserStars", "Wall", "WorkingMan", "Youtube", "ZeroPercent"];
|
|
3556
3831
|
|
|
3557
|
-
export { Archive, ArrowDouble, ArrowDownRightCircle, ArrowLeft, ArrowLeftBold, ArrowRight, ArrowUpRightCircle, Bank, BankNote, Bars, Bell, Bookmark, Briefcase, BubbleDouble, Building, Bulb, BulletBold, BulletBook, Burden, Calculator, Calendar, CalendarBold, Camera, ChalkboardTeacher, ChartBar, Check, CheckBold, CheckHandwrite, ChevronDownBold, ChevronLeftBold, ChevronRightBold, ChevronUpBold, Clock, ClockBold, Cloud, CloudUpload, Coins, Crane, Crown, DoubleArrow, Download, Duplicate, Envelope, EqualBold, EqualCircle, Euro, EuroBold, ExclamationMarkCircle, ExclamationMarkCircleBold, ExclamationMarkTriangle, ExclamationMarkTriangleBold, ExternalLink, Eye, Facebook, FacebookSmall, File, FileCheck, Files, Filter, FirstCircle, Flag, Folder, FolderOpen, FourCircle, Globe, GraduationCap, HandCoin, Heart, HeartPlain, HorseChase, House, HouseMagnifier, InfoCircle, InfoCircleBold, Instagram, Key, LightningBolt, Link, Lock, MagicWand, MagnifyingBold, MagnifyingGlassLeft, Marker, Microphone, MinusBold, MinusCircle, Paperclip, Pen, Percent, Phone, PictoProvider, Plan, Plane, Play, PlusBold, PlusCircle, Print, QuestionMarkCircle, QuestionMarkCircleBold, QuoteClose, QuoteOpenPlain, Share, ShieldCheck, Smartphone, SmileyFrown, SmileyHappy, SmileyNeutral, SpeechBubble, SquareMeter, SquareMetersBold, Star, StarFilled, StarHalf, Tada, ThreeCircle, Times, TimesBold, TimesCircle, TimesCircleBold, Toast, Trash, Tree, TreePlain, Trustpilot, Tune, Twitter, TwitterSmall, TwoCircle, TwoPeople, UserBook, UserCircle, UserId, UserStars, Wall, WorkingMan, Youtube, ZeroPercent, manifest };
|
|
3832
|
+
export { Archive, ArrowDouble, ArrowDownRightCircle, ArrowLeft, ArrowLeftBold, ArrowRight, ArrowRightBold, 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, ExclamationMarkTriangle, ExclamationMarkTriangleBold, ExternalLink, Eye, Facebook, FacebookSmall, File, FileCheck, Files, Filter, FirstCircle, Flag, Folder, FolderOpen, FourCircle, Globe, GraduationCap, HandCoin, Heart, HeartPlain, HorseChase, House, HouseMagnifier, InfoCircle, InfoCircleBold, 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, QuestionMarkCircle, QuestionMarkCircleBold, QuoteClose, QuoteOpenPlain, Share, ShieldCheck, Smartphone, SmileyFrown, SmileyHappy, SmileyNeutral, SpeechBubble, SquareMeter, SquareMetersBold, Star, StarFilled, StarHalf, Tada, ThreeCircle, Times, TimesBold, TimesCircle, TimesCircleBold, Toast, Trash, Tree, TreePlain, Trustpilot, Tune, Twitter, TwitterSmall, TwoCircle, TwoPeople, UserBook, UserCircle, UserId, UserStars, Wall, WorkingMan, Youtube, ZeroPercent, manifest };
|
|
3558
3833
|
//# sourceMappingURL=picto.js.map
|