@pretto/picto 4.8.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 +536 -186
- package/esm/picto.js.map +1 -1
- package/package.json +1 -1
- package/types/modules/ArrowLeft.d.ts +2 -0
- package/types/modules/ArrowLeftBold.d.ts +2 -0
- package/types/modules/ArrowRight.d.ts +2 -0
- 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 +16 -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,110 @@ 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
|
+
as: Component = "svg",
|
|
157
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
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"
|
|
159
|
+
})),
|
|
160
|
+
...props
|
|
161
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
162
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
163
|
+
width: "24",
|
|
164
|
+
height: "24",
|
|
165
|
+
viewBox: "0 0 24 24",
|
|
166
|
+
fill: "currentColor"
|
|
167
|
+
}, props), children));
|
|
168
|
+
|
|
169
|
+
const ArrowLeft = props => {
|
|
170
|
+
const {
|
|
171
|
+
optimise,
|
|
172
|
+
refresh
|
|
173
|
+
} = useContext(PictoContext);
|
|
174
|
+
useEffect(() => {
|
|
175
|
+
refresh();
|
|
176
|
+
}, []);
|
|
177
|
+
return optimise('p_19BFVb', /*#__PURE__*/React.createElement(SVGComponent$2f, props));
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
var SVGComponent$2e = (({
|
|
181
|
+
as: Component = "svg",
|
|
182
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
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"
|
|
184
|
+
})),
|
|
185
|
+
...props
|
|
186
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
187
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
188
|
+
width: "32",
|
|
189
|
+
height: "32",
|
|
190
|
+
viewBox: "0 0 32 32",
|
|
191
|
+
fill: "currentColor"
|
|
192
|
+
}, props), children));
|
|
193
|
+
|
|
194
|
+
const ArrowLeftBold = props => {
|
|
195
|
+
const {
|
|
196
|
+
optimise,
|
|
197
|
+
refresh
|
|
198
|
+
} = useContext(PictoContext);
|
|
199
|
+
useEffect(() => {
|
|
200
|
+
refresh();
|
|
201
|
+
}, []);
|
|
202
|
+
return optimise('p_Z2ipaWS', /*#__PURE__*/React.createElement(SVGComponent$2e, props));
|
|
203
|
+
};
|
|
204
|
+
|
|
205
|
+
var SVGComponent$2d = (({
|
|
206
|
+
as: Component = "svg",
|
|
207
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
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"
|
|
209
|
+
})),
|
|
210
|
+
...props
|
|
211
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
212
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
213
|
+
width: "24",
|
|
214
|
+
height: "24",
|
|
215
|
+
viewBox: "0 0 24 24",
|
|
216
|
+
fill: "currentColor"
|
|
217
|
+
}, props), children));
|
|
218
|
+
|
|
219
|
+
const ArrowRight = props => {
|
|
220
|
+
const {
|
|
221
|
+
optimise,
|
|
222
|
+
refresh
|
|
223
|
+
} = useContext(PictoContext);
|
|
224
|
+
useEffect(() => {
|
|
225
|
+
refresh();
|
|
226
|
+
}, []);
|
|
227
|
+
return optimise('p_iaeGf', /*#__PURE__*/React.createElement(SVGComponent$2d, props));
|
|
228
|
+
};
|
|
229
|
+
|
|
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 = (({
|
|
156
256
|
as: Component = "svg",
|
|
157
257
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
158
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",
|
|
@@ -175,10 +275,10 @@ const ArrowUpRightCircle = props => {
|
|
|
175
275
|
useEffect(() => {
|
|
176
276
|
refresh();
|
|
177
277
|
}, []);
|
|
178
|
-
return optimise('p_Z76OT6', /*#__PURE__*/React.createElement(SVGComponent$
|
|
278
|
+
return optimise('p_Z76OT6', /*#__PURE__*/React.createElement(SVGComponent$2b, props));
|
|
179
279
|
};
|
|
180
280
|
|
|
181
|
-
var SVGComponent$
|
|
281
|
+
var SVGComponent$2a = (({
|
|
182
282
|
as: Component = "svg",
|
|
183
283
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
184
284
|
fillRule: "evenodd",
|
|
@@ -202,10 +302,10 @@ const Bank = props => {
|
|
|
202
302
|
useEffect(() => {
|
|
203
303
|
refresh();
|
|
204
304
|
}, []);
|
|
205
|
-
return optimise('p_95oG', /*#__PURE__*/React.createElement(SVGComponent$
|
|
305
|
+
return optimise('p_95oG', /*#__PURE__*/React.createElement(SVGComponent$2a, props));
|
|
206
306
|
};
|
|
207
307
|
|
|
208
|
-
var SVGComponent$
|
|
308
|
+
var SVGComponent$29 = (({
|
|
209
309
|
as: Component = "svg",
|
|
210
310
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
211
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",
|
|
@@ -228,10 +328,10 @@ const BankNote = props => {
|
|
|
228
328
|
useEffect(() => {
|
|
229
329
|
refresh();
|
|
230
330
|
}, []);
|
|
231
|
-
return optimise('p_Z27BwJf', /*#__PURE__*/React.createElement(SVGComponent$
|
|
331
|
+
return optimise('p_Z27BwJf', /*#__PURE__*/React.createElement(SVGComponent$29, props));
|
|
232
332
|
};
|
|
233
333
|
|
|
234
|
-
var SVGComponent$
|
|
334
|
+
var SVGComponent$28 = (({
|
|
235
335
|
as: Component = "svg",
|
|
236
336
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
237
337
|
d: "M24,19H0V18H24Zm0-6H0V12H24Zm0-6H0V6H24Z"
|
|
@@ -253,10 +353,10 @@ const Bars = props => {
|
|
|
253
353
|
useEffect(() => {
|
|
254
354
|
refresh();
|
|
255
355
|
}, []);
|
|
256
|
-
return optimise('p_95qQ', /*#__PURE__*/React.createElement(SVGComponent$
|
|
356
|
+
return optimise('p_95qQ', /*#__PURE__*/React.createElement(SVGComponent$28, props));
|
|
257
357
|
};
|
|
258
358
|
|
|
259
|
-
var SVGComponent$
|
|
359
|
+
var SVGComponent$27 = (({
|
|
260
360
|
as: Component = "svg",
|
|
261
361
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
262
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"
|
|
@@ -278,10 +378,10 @@ const Bell = props => {
|
|
|
278
378
|
useEffect(() => {
|
|
279
379
|
refresh();
|
|
280
380
|
}, []);
|
|
281
|
-
return optimise('p_96pH', /*#__PURE__*/React.createElement(SVGComponent$
|
|
381
|
+
return optimise('p_96pH', /*#__PURE__*/React.createElement(SVGComponent$27, props));
|
|
282
382
|
};
|
|
283
383
|
|
|
284
|
-
var SVGComponent$
|
|
384
|
+
var SVGComponent$26 = (({
|
|
285
385
|
as: Component = "svg",
|
|
286
386
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
287
387
|
d: "M5,0V24l7-6,7,6V0ZM6,1H18V21.83l-6-5.15L6,21.83Z"
|
|
@@ -303,10 +403,35 @@ const Bookmark = props => {
|
|
|
303
403
|
useEffect(() => {
|
|
304
404
|
refresh();
|
|
305
405
|
}, []);
|
|
306
|
-
return optimise('p_2ruN6Q', /*#__PURE__*/React.createElement(SVGComponent$
|
|
406
|
+
return optimise('p_2ruN6Q', /*#__PURE__*/React.createElement(SVGComponent$26, props));
|
|
307
407
|
};
|
|
308
408
|
|
|
309
|
-
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 = (({
|
|
310
435
|
as: Component = "svg",
|
|
311
436
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
312
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",
|
|
@@ -329,10 +454,10 @@ const Briefcase = props => {
|
|
|
329
454
|
useEffect(() => {
|
|
330
455
|
refresh();
|
|
331
456
|
}, []);
|
|
332
|
-
return optimise('p_ZCaOqa', /*#__PURE__*/React.createElement(SVGComponent$
|
|
457
|
+
return optimise('p_ZCaOqa', /*#__PURE__*/React.createElement(SVGComponent$24, props));
|
|
333
458
|
};
|
|
334
459
|
|
|
335
|
-
var SVGComponent$
|
|
460
|
+
var SVGComponent$23 = (({
|
|
336
461
|
as: Component = "svg",
|
|
337
462
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
338
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",
|
|
@@ -355,10 +480,10 @@ const BubbleDouble = props => {
|
|
|
355
480
|
useEffect(() => {
|
|
356
481
|
refresh();
|
|
357
482
|
}, []);
|
|
358
|
-
return optimise('p_2qOs6B', /*#__PURE__*/React.createElement(SVGComponent$
|
|
483
|
+
return optimise('p_2qOs6B', /*#__PURE__*/React.createElement(SVGComponent$23, props));
|
|
359
484
|
};
|
|
360
485
|
|
|
361
|
-
var SVGComponent$
|
|
486
|
+
var SVGComponent$22 = (({
|
|
362
487
|
as: Component = "svg",
|
|
363
488
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
364
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"
|
|
@@ -380,10 +505,10 @@ const Building = props => {
|
|
|
380
505
|
useEffect(() => {
|
|
381
506
|
refresh();
|
|
382
507
|
}, []);
|
|
383
|
-
return optimise('p_Z1BE88O', /*#__PURE__*/React.createElement(SVGComponent$
|
|
508
|
+
return optimise('p_Z1BE88O', /*#__PURE__*/React.createElement(SVGComponent$22, props));
|
|
384
509
|
};
|
|
385
510
|
|
|
386
|
-
var SVGComponent$
|
|
511
|
+
var SVGComponent$21 = (({
|
|
387
512
|
as: Component = "svg",
|
|
388
513
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
389
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"
|
|
@@ -405,10 +530,10 @@ const Bulb = props => {
|
|
|
405
530
|
useEffect(() => {
|
|
406
531
|
refresh();
|
|
407
532
|
}, []);
|
|
408
|
-
return optimise('p_9axB', /*#__PURE__*/React.createElement(SVGComponent$
|
|
533
|
+
return optimise('p_9axB', /*#__PURE__*/React.createElement(SVGComponent$21, props));
|
|
409
534
|
};
|
|
410
535
|
|
|
411
|
-
var SVGComponent$
|
|
536
|
+
var SVGComponent$20 = (({
|
|
412
537
|
as: Component = "svg",
|
|
413
538
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("circle", {
|
|
414
539
|
cx: "8",
|
|
@@ -432,10 +557,10 @@ const BulletBold = props => {
|
|
|
432
557
|
useEffect(() => {
|
|
433
558
|
refresh();
|
|
434
559
|
}, []);
|
|
435
|
-
return optimise('p_Z27pwP4', /*#__PURE__*/React.createElement(SVGComponent$
|
|
560
|
+
return optimise('p_Z27pwP4', /*#__PURE__*/React.createElement(SVGComponent$20, props));
|
|
436
561
|
};
|
|
437
562
|
|
|
438
|
-
var SVGComponent$
|
|
563
|
+
var SVGComponent$1$ = (({
|
|
439
564
|
as: Component = "svg",
|
|
440
565
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
441
566
|
d: "M12,8a4,4,0,1,1-4,4A4,4,0,0,1,12,8Z"
|
|
@@ -457,10 +582,10 @@ const BulletBook = props => {
|
|
|
457
582
|
useEffect(() => {
|
|
458
583
|
refresh();
|
|
459
584
|
}, []);
|
|
460
|
-
return optimise('p_Z27pwNq', /*#__PURE__*/React.createElement(SVGComponent$
|
|
585
|
+
return optimise('p_Z27pwNq', /*#__PURE__*/React.createElement(SVGComponent$1$, props));
|
|
461
586
|
};
|
|
462
587
|
|
|
463
|
-
var SVGComponent$
|
|
588
|
+
var SVGComponent$1_ = (({
|
|
464
589
|
as: Component = "svg",
|
|
465
590
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
466
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"
|
|
@@ -482,10 +607,35 @@ const Burden = props => {
|
|
|
482
607
|
useEffect(() => {
|
|
483
608
|
refresh();
|
|
484
609
|
}, []);
|
|
485
|
-
return optimise('p_2mw1QN', /*#__PURE__*/React.createElement(SVGComponent$
|
|
610
|
+
return optimise('p_2mw1QN', /*#__PURE__*/React.createElement(SVGComponent$1_, props));
|
|
486
611
|
};
|
|
487
612
|
|
|
488
|
-
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 = (({
|
|
489
639
|
as: Component = "svg",
|
|
490
640
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
491
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"
|
|
@@ -507,10 +657,10 @@ const Calculator = props => {
|
|
|
507
657
|
useEffect(() => {
|
|
508
658
|
refresh();
|
|
509
659
|
}, []);
|
|
510
|
-
return optimise('p_10Jxyh', /*#__PURE__*/React.createElement(SVGComponent$
|
|
660
|
+
return optimise('p_10Jxyh', /*#__PURE__*/React.createElement(SVGComponent$1Y, props));
|
|
511
661
|
};
|
|
512
662
|
|
|
513
|
-
var SVGComponent$
|
|
663
|
+
var SVGComponent$1X = (({
|
|
514
664
|
as: Component = "svg",
|
|
515
665
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
516
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"
|
|
@@ -532,10 +682,10 @@ const Calendar = props => {
|
|
|
532
682
|
useEffect(() => {
|
|
533
683
|
refresh();
|
|
534
684
|
}, []);
|
|
535
|
-
return optimise('p_Z8cP4v', /*#__PURE__*/React.createElement(SVGComponent$
|
|
685
|
+
return optimise('p_Z8cP4v', /*#__PURE__*/React.createElement(SVGComponent$1X, props));
|
|
536
686
|
};
|
|
537
687
|
|
|
538
|
-
var SVGComponent$
|
|
688
|
+
var SVGComponent$1W = (({
|
|
539
689
|
as: Component = "svg",
|
|
540
690
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
541
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"
|
|
@@ -557,10 +707,10 @@ const CalendarBold = props => {
|
|
|
557
707
|
useEffect(() => {
|
|
558
708
|
refresh();
|
|
559
709
|
}, []);
|
|
560
|
-
return optimise('p_ZdD3T7', /*#__PURE__*/React.createElement(SVGComponent$
|
|
710
|
+
return optimise('p_ZdD3T7', /*#__PURE__*/React.createElement(SVGComponent$1W, props));
|
|
561
711
|
};
|
|
562
712
|
|
|
563
|
-
var SVGComponent$
|
|
713
|
+
var SVGComponent$1V = (({
|
|
564
714
|
as: Component = "svg",
|
|
565
715
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
566
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"
|
|
@@ -582,10 +732,10 @@ const Camera = props => {
|
|
|
582
732
|
useEffect(() => {
|
|
583
733
|
refresh();
|
|
584
734
|
}, []);
|
|
585
|
-
return optimise('p_2nf8iD', /*#__PURE__*/React.createElement(SVGComponent$
|
|
735
|
+
return optimise('p_2nf8iD', /*#__PURE__*/React.createElement(SVGComponent$1V, props));
|
|
586
736
|
};
|
|
587
737
|
|
|
588
|
-
var SVGComponent$
|
|
738
|
+
var SVGComponent$1U = (({
|
|
589
739
|
as: Component = "svg",
|
|
590
740
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
591
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"
|
|
@@ -607,10 +757,10 @@ const ChalkboardTeacher = props => {
|
|
|
607
757
|
useEffect(() => {
|
|
608
758
|
refresh();
|
|
609
759
|
}, []);
|
|
610
|
-
return optimise('p_2vUgaA', /*#__PURE__*/React.createElement(SVGComponent$
|
|
760
|
+
return optimise('p_2vUgaA', /*#__PURE__*/React.createElement(SVGComponent$1U, props));
|
|
611
761
|
};
|
|
612
762
|
|
|
613
|
-
var SVGComponent$
|
|
763
|
+
var SVGComponent$1T = (({
|
|
614
764
|
as: Component = "svg",
|
|
615
765
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
616
766
|
d: "M0,22H1V17H5v5H7V12h4V22h2V7h4V22h2V1h4V22h1v1H0Zm4-4H2v4H4Zm6-5H8v9h2Zm6-5H14V22h2Zm6-6H20V22h2Z"
|
|
@@ -632,10 +782,10 @@ const ChartBar = props => {
|
|
|
632
782
|
useEffect(() => {
|
|
633
783
|
refresh();
|
|
634
784
|
}, []);
|
|
635
|
-
return optimise('p_1Lpmv3', /*#__PURE__*/React.createElement(SVGComponent$
|
|
785
|
+
return optimise('p_1Lpmv3', /*#__PURE__*/React.createElement(SVGComponent$1T, props));
|
|
636
786
|
};
|
|
637
787
|
|
|
638
|
-
var SVGComponent$
|
|
788
|
+
var SVGComponent$1S = (({
|
|
639
789
|
as: Component = "svg",
|
|
640
790
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
641
791
|
d: "M24,4.68,7.67,22,0,13l.76-.65,7,8.2L23.27,4Z"
|
|
@@ -657,10 +807,10 @@ const Check = props => {
|
|
|
657
807
|
useEffect(() => {
|
|
658
808
|
refresh();
|
|
659
809
|
}, []);
|
|
660
|
-
return optimise('p_4GGpz', /*#__PURE__*/React.createElement(SVGComponent$
|
|
810
|
+
return optimise('p_4GGpz', /*#__PURE__*/React.createElement(SVGComponent$1S, props));
|
|
661
811
|
};
|
|
662
812
|
|
|
663
|
-
var SVGComponent$
|
|
813
|
+
var SVGComponent$1R = (({
|
|
664
814
|
as: Component = "svg",
|
|
665
815
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
666
816
|
d: "M5.8,11.6l8-8.29,1.44,1.38L5.88,14.4.32,9.23,1.68,7.77Z",
|
|
@@ -683,10 +833,10 @@ const CheckBold = props => {
|
|
|
683
833
|
useEffect(() => {
|
|
684
834
|
refresh();
|
|
685
835
|
}, []);
|
|
686
|
-
return optimise('p_Z2eHEHd', /*#__PURE__*/React.createElement(SVGComponent$
|
|
836
|
+
return optimise('p_Z2eHEHd', /*#__PURE__*/React.createElement(SVGComponent$1R, props));
|
|
687
837
|
};
|
|
688
838
|
|
|
689
|
-
var SVGComponent$
|
|
839
|
+
var SVGComponent$1Q = (({
|
|
690
840
|
as: Component = "svg",
|
|
691
841
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
692
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"
|
|
@@ -708,10 +858,35 @@ const CheckHandwrite = props => {
|
|
|
708
858
|
useEffect(() => {
|
|
709
859
|
refresh();
|
|
710
860
|
}, []);
|
|
711
|
-
return optimise('p_14TK4O', /*#__PURE__*/React.createElement(SVGComponent$
|
|
861
|
+
return optimise('p_14TK4O', /*#__PURE__*/React.createElement(SVGComponent$1Q, props));
|
|
712
862
|
};
|
|
713
863
|
|
|
714
|
-
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 = (({
|
|
715
890
|
as: Component = "svg",
|
|
716
891
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
717
892
|
d: "M1.94,5.86l1.29-1.3L7.44,8.84l4.2-4.28,1.3,1.3-5.5,5.58Z"
|
|
@@ -733,10 +908,10 @@ const ChevronDownBold = props => {
|
|
|
733
908
|
useEffect(() => {
|
|
734
909
|
refresh();
|
|
735
910
|
}, []);
|
|
736
|
-
return optimise('p_126jrr', /*#__PURE__*/React.createElement(SVGComponent$
|
|
911
|
+
return optimise('p_126jrr', /*#__PURE__*/React.createElement(SVGComponent$1O, props));
|
|
737
912
|
};
|
|
738
913
|
|
|
739
|
-
var SVGComponent$
|
|
914
|
+
var SVGComponent$1N = (({
|
|
740
915
|
as: Component = "svg",
|
|
741
916
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
742
917
|
d: "M9.58,2.5l1.3,1.3L6.59,8l4.29,4.2-1.3,1.3L4,8Z"
|
|
@@ -758,10 +933,10 @@ const ChevronLeftBold = props => {
|
|
|
758
933
|
useEffect(() => {
|
|
759
934
|
refresh();
|
|
760
935
|
}, []);
|
|
761
|
-
return optimise('p_1n8MkT', /*#__PURE__*/React.createElement(SVGComponent$
|
|
936
|
+
return optimise('p_1n8MkT', /*#__PURE__*/React.createElement(SVGComponent$1N, props));
|
|
762
937
|
};
|
|
763
938
|
|
|
764
|
-
var SVGComponent$
|
|
939
|
+
var SVGComponent$1M = (({
|
|
765
940
|
as: Component = "svg",
|
|
766
941
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
767
942
|
d: "M6.3,2.5,5,3.8,9.28,8,5,12.2l1.3,1.3L11.88,8Z"
|
|
@@ -783,10 +958,35 @@ const ChevronRightBold = props => {
|
|
|
783
958
|
useEffect(() => {
|
|
784
959
|
refresh();
|
|
785
960
|
}, []);
|
|
786
|
-
return optimise('p_Z1NlNzP', /*#__PURE__*/React.createElement(SVGComponent$
|
|
961
|
+
return optimise('p_Z1NlNzP', /*#__PURE__*/React.createElement(SVGComponent$1M, props));
|
|
787
962
|
};
|
|
788
963
|
|
|
789
|
-
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 = (({
|
|
790
990
|
as: Component = "svg",
|
|
791
991
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
792
992
|
d: "M1.94,10.14l1.29,1.3L7.44,7.16l4.2,4.28,1.3-1.3L7.44,4.56Z"
|
|
@@ -808,10 +1008,10 @@ const ChevronUpBold = props => {
|
|
|
808
1008
|
useEffect(() => {
|
|
809
1009
|
refresh();
|
|
810
1010
|
}, []);
|
|
811
|
-
return optimise('p_1q8qOU', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1011
|
+
return optimise('p_1q8qOU', /*#__PURE__*/React.createElement(SVGComponent$1K, props));
|
|
812
1012
|
};
|
|
813
1013
|
|
|
814
|
-
var SVGComponent$
|
|
1014
|
+
var SVGComponent$1J = (({
|
|
815
1015
|
as: Component = "svg",
|
|
816
1016
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
817
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",
|
|
@@ -834,10 +1034,10 @@ const Clock = props => {
|
|
|
834
1034
|
useEffect(() => {
|
|
835
1035
|
refresh();
|
|
836
1036
|
}, []);
|
|
837
|
-
return optimise('p_4Hg1C', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1037
|
+
return optimise('p_4Hg1C', /*#__PURE__*/React.createElement(SVGComponent$1J, props));
|
|
838
1038
|
};
|
|
839
1039
|
|
|
840
|
-
var SVGComponent$
|
|
1040
|
+
var SVGComponent$1I = (({
|
|
841
1041
|
as: Component = "svg",
|
|
842
1042
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
843
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"
|
|
@@ -859,10 +1059,35 @@ const ClockBold = props => {
|
|
|
859
1059
|
useEffect(() => {
|
|
860
1060
|
refresh();
|
|
861
1061
|
}, []);
|
|
862
|
-
return optimise('p_1ga8eC', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1062
|
+
return optimise('p_1ga8eC', /*#__PURE__*/React.createElement(SVGComponent$1I, props));
|
|
863
1063
|
};
|
|
864
1064
|
|
|
865
|
-
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 = (({
|
|
866
1091
|
as: Component = "svg",
|
|
867
1092
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
868
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"
|
|
@@ -884,10 +1109,10 @@ const Cloud = props => {
|
|
|
884
1109
|
useEffect(() => {
|
|
885
1110
|
refresh();
|
|
886
1111
|
}, []);
|
|
887
|
-
return optimise('p_4HgaE', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1112
|
+
return optimise('p_4HgaE', /*#__PURE__*/React.createElement(SVGComponent$1G, props));
|
|
888
1113
|
};
|
|
889
1114
|
|
|
890
|
-
var SVGComponent$
|
|
1115
|
+
var SVGComponent$1F = (({
|
|
891
1116
|
as: Component = "svg",
|
|
892
1117
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
893
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",
|
|
@@ -910,10 +1135,10 @@ const CloudUpload = props => {
|
|
|
910
1135
|
useEffect(() => {
|
|
911
1136
|
refresh();
|
|
912
1137
|
}, []);
|
|
913
|
-
return optimise('p_efIsB', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1138
|
+
return optimise('p_efIsB', /*#__PURE__*/React.createElement(SVGComponent$1F, props));
|
|
914
1139
|
};
|
|
915
1140
|
|
|
916
|
-
var SVGComponent$
|
|
1141
|
+
var SVGComponent$1E = (({
|
|
917
1142
|
as: Component = "svg",
|
|
918
1143
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
919
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",
|
|
@@ -936,10 +1161,10 @@ const Coins = props => {
|
|
|
936
1161
|
useEffect(() => {
|
|
937
1162
|
refresh();
|
|
938
1163
|
}, []);
|
|
939
|
-
return optimise('p_4HCzW', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1164
|
+
return optimise('p_4HCzW', /*#__PURE__*/React.createElement(SVGComponent$1E, props));
|
|
940
1165
|
};
|
|
941
1166
|
|
|
942
|
-
var SVGComponent$
|
|
1167
|
+
var SVGComponent$1D = (({
|
|
943
1168
|
as: Component = "svg",
|
|
944
1169
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
945
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",
|
|
@@ -962,10 +1187,10 @@ const Crane = props => {
|
|
|
962
1187
|
useEffect(() => {
|
|
963
1188
|
refresh();
|
|
964
1189
|
}, []);
|
|
965
|
-
return optimise('p_4HYwO', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1190
|
+
return optimise('p_4HYwO', /*#__PURE__*/React.createElement(SVGComponent$1D, props));
|
|
966
1191
|
};
|
|
967
1192
|
|
|
968
|
-
var SVGComponent$
|
|
1193
|
+
var SVGComponent$1C = (({
|
|
969
1194
|
as: Component = "svg",
|
|
970
1195
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
971
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",
|
|
@@ -988,10 +1213,10 @@ const Crown = props => {
|
|
|
988
1213
|
useEffect(() => {
|
|
989
1214
|
refresh();
|
|
990
1215
|
}, []);
|
|
991
|
-
return optimise('p_4I3e6', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1216
|
+
return optimise('p_4I3e6', /*#__PURE__*/React.createElement(SVGComponent$1C, props));
|
|
992
1217
|
};
|
|
993
1218
|
|
|
994
|
-
var SVGComponent$
|
|
1219
|
+
var SVGComponent$1B = (({
|
|
995
1220
|
as: Component = "svg",
|
|
996
1221
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
997
1222
|
d: "M15.3333 5.33333H16V0H10.6667V0.666667H14.862L7.09733 8.43067L7.56933 8.90267L15.3333 1.138V5.33333Z"
|
|
@@ -1015,10 +1240,10 @@ const DoubleArrow = props => {
|
|
|
1015
1240
|
useEffect(() => {
|
|
1016
1241
|
refresh();
|
|
1017
1242
|
}, []);
|
|
1018
|
-
return optimise('p_1Bzbk', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1243
|
+
return optimise('p_1Bzbk', /*#__PURE__*/React.createElement(SVGComponent$1B, props));
|
|
1019
1244
|
};
|
|
1020
1245
|
|
|
1021
|
-
var SVGComponent$
|
|
1246
|
+
var SVGComponent$1A = (({
|
|
1022
1247
|
as: Component = "svg",
|
|
1023
1248
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1024
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"
|
|
@@ -1040,10 +1265,10 @@ const Download = props => {
|
|
|
1040
1265
|
useEffect(() => {
|
|
1041
1266
|
refresh();
|
|
1042
1267
|
}, []);
|
|
1043
|
-
return optimise('p_1KMgPC', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1268
|
+
return optimise('p_1KMgPC', /*#__PURE__*/React.createElement(SVGComponent$1A, props));
|
|
1044
1269
|
};
|
|
1045
1270
|
|
|
1046
|
-
var SVGComponent$
|
|
1271
|
+
var SVGComponent$1z = (({
|
|
1047
1272
|
as: Component = "svg",
|
|
1048
1273
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1049
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",
|
|
@@ -1066,10 +1291,10 @@ const Duplicate = props => {
|
|
|
1066
1291
|
useEffect(() => {
|
|
1067
1292
|
refresh();
|
|
1068
1293
|
}, []);
|
|
1069
|
-
return optimise('p_Z1hF7XI', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1294
|
+
return optimise('p_Z1hF7XI', /*#__PURE__*/React.createElement(SVGComponent$1z, props));
|
|
1070
1295
|
};
|
|
1071
1296
|
|
|
1072
|
-
var SVGComponent$
|
|
1297
|
+
var SVGComponent$1y = (({
|
|
1073
1298
|
as: Component = "svg",
|
|
1074
1299
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1075
1300
|
d: "M24,21H0V3H24ZM1,4.52V20H23V4.52l-11,10ZM22.09,4H1.91L12,13.17Z"
|
|
@@ -1091,10 +1316,10 @@ const Envelope = props => {
|
|
|
1091
1316
|
useEffect(() => {
|
|
1092
1317
|
refresh();
|
|
1093
1318
|
}, []);
|
|
1094
|
-
return optimise('p_Z2liq9E', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1319
|
+
return optimise('p_Z2liq9E', /*#__PURE__*/React.createElement(SVGComponent$1y, props));
|
|
1095
1320
|
};
|
|
1096
1321
|
|
|
1097
|
-
var SVGComponent$
|
|
1322
|
+
var SVGComponent$1x = (({
|
|
1098
1323
|
as: Component = "svg",
|
|
1099
1324
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", {
|
|
1100
1325
|
height: "2",
|
|
@@ -1124,10 +1349,10 @@ const EqualBold = props => {
|
|
|
1124
1349
|
useEffect(() => {
|
|
1125
1350
|
refresh();
|
|
1126
1351
|
}, []);
|
|
1127
|
-
return optimise('p_Z1HCd84', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1352
|
+
return optimise('p_Z1HCd84', /*#__PURE__*/React.createElement(SVGComponent$1x, props));
|
|
1128
1353
|
};
|
|
1129
1354
|
|
|
1130
|
-
var SVGComponent$
|
|
1355
|
+
var SVGComponent$1w = (({
|
|
1131
1356
|
as: Component = "svg",
|
|
1132
1357
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1133
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",
|
|
@@ -1150,10 +1375,10 @@ const EqualCircle = props => {
|
|
|
1150
1375
|
useEffect(() => {
|
|
1151
1376
|
refresh();
|
|
1152
1377
|
}, []);
|
|
1153
|
-
return optimise('p_ZDQwl0', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1378
|
+
return optimise('p_ZDQwl0', /*#__PURE__*/React.createElement(SVGComponent$1w, props));
|
|
1154
1379
|
};
|
|
1155
1380
|
|
|
1156
|
-
var SVGComponent$
|
|
1381
|
+
var SVGComponent$1v = (({
|
|
1157
1382
|
as: Component = "svg",
|
|
1158
1383
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1159
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"
|
|
@@ -1175,10 +1400,10 @@ const Euro = props => {
|
|
|
1175
1400
|
useEffect(() => {
|
|
1176
1401
|
refresh();
|
|
1177
1402
|
}, []);
|
|
1178
|
-
return optimise('p_9yC0', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1403
|
+
return optimise('p_9yC0', /*#__PURE__*/React.createElement(SVGComponent$1v, props));
|
|
1179
1404
|
};
|
|
1180
1405
|
|
|
1181
|
-
var SVGComponent$
|
|
1406
|
+
var SVGComponent$1u = (({
|
|
1182
1407
|
as: Component = "svg",
|
|
1183
1408
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1184
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"
|
|
@@ -1200,10 +1425,10 @@ const EuroBold = props => {
|
|
|
1200
1425
|
useEffect(() => {
|
|
1201
1426
|
refresh();
|
|
1202
1427
|
}, []);
|
|
1203
|
-
return optimise('p_ZcuF7g', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1428
|
+
return optimise('p_ZcuF7g', /*#__PURE__*/React.createElement(SVGComponent$1u, props));
|
|
1204
1429
|
};
|
|
1205
1430
|
|
|
1206
|
-
var SVGComponent$
|
|
1431
|
+
var SVGComponent$1t = (({
|
|
1207
1432
|
as: Component = "svg",
|
|
1208
1433
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1209
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",
|
|
@@ -1226,10 +1451,10 @@ const ExclamationMarkCircle = props => {
|
|
|
1226
1451
|
useEffect(() => {
|
|
1227
1452
|
refresh();
|
|
1228
1453
|
}, []);
|
|
1229
|
-
return optimise('p_mpUd6', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1454
|
+
return optimise('p_mpUd6', /*#__PURE__*/React.createElement(SVGComponent$1t, props));
|
|
1230
1455
|
};
|
|
1231
1456
|
|
|
1232
|
-
var SVGComponent$
|
|
1457
|
+
var SVGComponent$1s = (({
|
|
1233
1458
|
as: Component = "svg",
|
|
1234
1459
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1235
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",
|
|
@@ -1252,10 +1477,10 @@ const ExclamationMarkCircleBold = props => {
|
|
|
1252
1477
|
useEffect(() => {
|
|
1253
1478
|
refresh();
|
|
1254
1479
|
}, []);
|
|
1255
|
-
return optimise('p_1nrR69', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1480
|
+
return optimise('p_1nrR69', /*#__PURE__*/React.createElement(SVGComponent$1s, props));
|
|
1256
1481
|
};
|
|
1257
1482
|
|
|
1258
|
-
var SVGComponent$
|
|
1483
|
+
var SVGComponent$1r = (({
|
|
1259
1484
|
as: Component = "svg",
|
|
1260
1485
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1261
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"
|
|
@@ -1277,10 +1502,10 @@ const ExclamationMarkTriangle = props => {
|
|
|
1277
1502
|
useEffect(() => {
|
|
1278
1503
|
refresh();
|
|
1279
1504
|
}, []);
|
|
1280
|
-
return optimise('p_QOnNU', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1505
|
+
return optimise('p_QOnNU', /*#__PURE__*/React.createElement(SVGComponent$1r, props));
|
|
1281
1506
|
};
|
|
1282
1507
|
|
|
1283
|
-
var SVGComponent$
|
|
1508
|
+
var SVGComponent$1q = (({
|
|
1284
1509
|
as: Component = "svg",
|
|
1285
1510
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1286
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",
|
|
@@ -1303,10 +1528,10 @@ const ExclamationMarkTriangleBold = props => {
|
|
|
1303
1528
|
useEffect(() => {
|
|
1304
1529
|
refresh();
|
|
1305
1530
|
}, []);
|
|
1306
|
-
return optimise('p_KoHeE', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1531
|
+
return optimise('p_KoHeE', /*#__PURE__*/React.createElement(SVGComponent$1q, props));
|
|
1307
1532
|
};
|
|
1308
1533
|
|
|
1309
|
-
var SVGComponent$
|
|
1534
|
+
var SVGComponent$1p = (({
|
|
1310
1535
|
as: Component = "svg",
|
|
1311
1536
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1312
1537
|
d: "M14,4H1V22H21V11h1V23H0V3H14ZM24,9H23V2.71L11.35,14.35l-.7-.7L22.29,2H16V1h8Z",
|
|
@@ -1329,10 +1554,10 @@ const ExternalLink = props => {
|
|
|
1329
1554
|
useEffect(() => {
|
|
1330
1555
|
refresh();
|
|
1331
1556
|
}, []);
|
|
1332
|
-
return optimise('p_Z1rf3Yh', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1557
|
+
return optimise('p_Z1rf3Yh', /*#__PURE__*/React.createElement(SVGComponent$1p, props));
|
|
1333
1558
|
};
|
|
1334
1559
|
|
|
1335
|
-
var SVGComponent$
|
|
1560
|
+
var SVGComponent$1o = (({
|
|
1336
1561
|
as: Component = "svg",
|
|
1337
1562
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1338
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",
|
|
@@ -1355,10 +1580,10 @@ const Eye = props => {
|
|
|
1355
1580
|
useEffect(() => {
|
|
1356
1581
|
refresh();
|
|
1357
1582
|
}, []);
|
|
1358
|
-
return optimise('p_iQb', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1583
|
+
return optimise('p_iQb', /*#__PURE__*/React.createElement(SVGComponent$1o, props));
|
|
1359
1584
|
};
|
|
1360
1585
|
|
|
1361
|
-
var SVGComponent$
|
|
1586
|
+
var SVGComponent$1n = (({
|
|
1362
1587
|
as: Component = "svg",
|
|
1363
1588
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1364
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"
|
|
@@ -1380,10 +1605,10 @@ const Facebook = props => {
|
|
|
1380
1605
|
useEffect(() => {
|
|
1381
1606
|
refresh();
|
|
1382
1607
|
}, []);
|
|
1383
|
-
return optimise('p_EyY0U', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1608
|
+
return optimise('p_EyY0U', /*#__PURE__*/React.createElement(SVGComponent$1n, props));
|
|
1384
1609
|
};
|
|
1385
1610
|
|
|
1386
|
-
var SVGComponent$
|
|
1611
|
+
var SVGComponent$1m = (({
|
|
1387
1612
|
as: Component = "svg",
|
|
1388
1613
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1389
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"
|
|
@@ -1405,10 +1630,10 @@ const FacebookSmall = props => {
|
|
|
1405
1630
|
useEffect(() => {
|
|
1406
1631
|
refresh();
|
|
1407
1632
|
}, []);
|
|
1408
|
-
return optimise('p_Z2eebHf', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1633
|
+
return optimise('p_Z2eebHf', /*#__PURE__*/React.createElement(SVGComponent$1m, props));
|
|
1409
1634
|
};
|
|
1410
1635
|
|
|
1411
|
-
var SVGComponent$
|
|
1636
|
+
var SVGComponent$1l = (({
|
|
1412
1637
|
as: Component = "svg",
|
|
1413
1638
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1414
1639
|
d: "M22,24H2V0H16l6,6ZM15,1H3V23H21V7H15Zm3,15v1H6V16Zm0-3v1H6V13Zm0-3v1H6V10ZM16,6h4.59L16,1.41Z"
|
|
@@ -1430,10 +1655,10 @@ const File = props => {
|
|
|
1430
1655
|
useEffect(() => {
|
|
1431
1656
|
refresh();
|
|
1432
1657
|
}, []);
|
|
1433
|
-
return optimise('p_9Dt7', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1658
|
+
return optimise('p_9Dt7', /*#__PURE__*/React.createElement(SVGComponent$1l, props));
|
|
1434
1659
|
};
|
|
1435
1660
|
|
|
1436
|
-
var SVGComponent$
|
|
1661
|
+
var SVGComponent$1k = (({
|
|
1437
1662
|
as: Component = "svg",
|
|
1438
1663
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1439
1664
|
d: "M16.9999 11.0309L11.0079 17.6539L7.33594 13.7229L8.03694 13.0399L11.0449 16.2239L16.2719 10.3459L16.9999 11.0309Z"
|
|
@@ -1459,10 +1684,10 @@ const FileCheck = props => {
|
|
|
1459
1684
|
useEffect(() => {
|
|
1460
1685
|
refresh();
|
|
1461
1686
|
}, []);
|
|
1462
|
-
return optimise('p_LLbJ6', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1687
|
+
return optimise('p_LLbJ6', /*#__PURE__*/React.createElement(SVGComponent$1k, props));
|
|
1463
1688
|
};
|
|
1464
1689
|
|
|
1465
|
-
var SVGComponent$
|
|
1690
|
+
var SVGComponent$1j = (({
|
|
1466
1691
|
as: Component = "svg",
|
|
1467
1692
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1468
1693
|
d: "M22,24H4V2H16l6,6ZM15,3H5V23H21V9H15ZM14,1H3V22H2V0H14Zm2,7h4.59L16,3.41Z",
|
|
@@ -1485,10 +1710,10 @@ const Files = props => {
|
|
|
1485
1710
|
useEffect(() => {
|
|
1486
1711
|
refresh();
|
|
1487
1712
|
}, []);
|
|
1488
|
-
return optimise('p_4T3Or', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1713
|
+
return optimise('p_4T3Or', /*#__PURE__*/React.createElement(SVGComponent$1j, props));
|
|
1489
1714
|
};
|
|
1490
1715
|
|
|
1491
|
-
var SVGComponent$
|
|
1716
|
+
var SVGComponent$1i = (({
|
|
1492
1717
|
as: Component = "svg",
|
|
1493
1718
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1494
1719
|
d: "M23,0,14,14.15v7.73L10,24V14.15L1,0ZM2.75,1,11,13.85v8.49l2-1.07V13.85L21.23,1Z"
|
|
@@ -1510,10 +1735,10 @@ const Filter = props => {
|
|
|
1510
1735
|
useEffect(() => {
|
|
1511
1736
|
refresh();
|
|
1512
1737
|
}, []);
|
|
1513
|
-
return optimise('p_2tY0pM', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1738
|
+
return optimise('p_2tY0pM', /*#__PURE__*/React.createElement(SVGComponent$1i, props));
|
|
1514
1739
|
};
|
|
1515
1740
|
|
|
1516
|
-
var SVGComponent$
|
|
1741
|
+
var SVGComponent$1h = (({
|
|
1517
1742
|
as: Component = "svg",
|
|
1518
1743
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1519
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",
|
|
@@ -1536,10 +1761,10 @@ const FirstCircle = props => {
|
|
|
1536
1761
|
useEffect(() => {
|
|
1537
1762
|
refresh();
|
|
1538
1763
|
}, []);
|
|
1539
|
-
return optimise('p_c1KQd', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1764
|
+
return optimise('p_c1KQd', /*#__PURE__*/React.createElement(SVGComponent$1h, props));
|
|
1540
1765
|
};
|
|
1541
1766
|
|
|
1542
|
-
var SVGComponent$
|
|
1767
|
+
var SVGComponent$1g = (({
|
|
1543
1768
|
as: Component = "svg",
|
|
1544
1769
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1545
1770
|
d: "M22,1H2V24H3V15H22L16,7.55ZM19.91,14H3V2H19.73L14.68,7.51Z",
|
|
@@ -1562,10 +1787,10 @@ const Flag = props => {
|
|
|
1562
1787
|
useEffect(() => {
|
|
1563
1788
|
refresh();
|
|
1564
1789
|
}, []);
|
|
1565
|
-
return optimise('p_9E9O', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1790
|
+
return optimise('p_9E9O', /*#__PURE__*/React.createElement(SVGComponent$1g, props));
|
|
1566
1791
|
};
|
|
1567
1792
|
|
|
1568
|
-
var SVGComponent$
|
|
1793
|
+
var SVGComponent$1f = (({
|
|
1569
1794
|
as: Component = "svg",
|
|
1570
1795
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1571
1796
|
d: "M11,5H24V22H0V2H8ZM1,3V21H23V6H10.59l-3-3Z",
|
|
@@ -1588,10 +1813,10 @@ const Folder = props => {
|
|
|
1588
1813
|
useEffect(() => {
|
|
1589
1814
|
refresh();
|
|
1590
1815
|
}, []);
|
|
1591
|
-
return optimise('p_2unlqQ', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1816
|
+
return optimise('p_2unlqQ', /*#__PURE__*/React.createElement(SVGComponent$1f, props));
|
|
1592
1817
|
};
|
|
1593
1818
|
|
|
1594
|
-
var SVGComponent$
|
|
1819
|
+
var SVGComponent$1e = (({
|
|
1595
1820
|
as: Component = "svg",
|
|
1596
1821
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1597
1822
|
d: "M0,2H8l3,3H21V9h3L20,22H0Zm22.65,8H4.74L1.35,21H19.26ZM20,9V6H10.59l-3-3H1V18.75L4,9Z"
|
|
@@ -1613,10 +1838,10 @@ const FolderOpen = props => {
|
|
|
1613
1838
|
useEffect(() => {
|
|
1614
1839
|
refresh();
|
|
1615
1840
|
}, []);
|
|
1616
|
-
return optimise('p_1n9Mxa', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1841
|
+
return optimise('p_1n9Mxa', /*#__PURE__*/React.createElement(SVGComponent$1e, props));
|
|
1617
1842
|
};
|
|
1618
1843
|
|
|
1619
|
-
var SVGComponent$
|
|
1844
|
+
var SVGComponent$1d = (({
|
|
1620
1845
|
as: Component = "svg",
|
|
1621
1846
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1622
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",
|
|
@@ -1639,10 +1864,10 @@ const FourCircle = props => {
|
|
|
1639
1864
|
useEffect(() => {
|
|
1640
1865
|
refresh();
|
|
1641
1866
|
}, []);
|
|
1642
|
-
return optimise('p_Z25Oev0', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1867
|
+
return optimise('p_Z25Oev0', /*#__PURE__*/React.createElement(SVGComponent$1d, props));
|
|
1643
1868
|
};
|
|
1644
1869
|
|
|
1645
|
-
var SVGComponent$
|
|
1870
|
+
var SVGComponent$1c = (({
|
|
1646
1871
|
as: Component = "svg",
|
|
1647
1872
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1648
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"
|
|
@@ -1664,10 +1889,10 @@ const Globe = props => {
|
|
|
1664
1889
|
useEffect(() => {
|
|
1665
1890
|
refresh();
|
|
1666
1891
|
}, []);
|
|
1667
|
-
return optimise('p_4XwLL', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1892
|
+
return optimise('p_4XwLL', /*#__PURE__*/React.createElement(SVGComponent$1c, props));
|
|
1668
1893
|
};
|
|
1669
1894
|
|
|
1670
|
-
var SVGComponent$
|
|
1895
|
+
var SVGComponent$1b = (({
|
|
1671
1896
|
as: Component = "svg",
|
|
1672
1897
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1673
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"
|
|
@@ -1689,10 +1914,10 @@ const GraduationCap = props => {
|
|
|
1689
1914
|
useEffect(() => {
|
|
1690
1915
|
refresh();
|
|
1691
1916
|
}, []);
|
|
1692
|
-
return optimise('p_1bVjwk', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1917
|
+
return optimise('p_1bVjwk', /*#__PURE__*/React.createElement(SVGComponent$1b, props));
|
|
1693
1918
|
};
|
|
1694
1919
|
|
|
1695
|
-
var SVGComponent$
|
|
1920
|
+
var SVGComponent$1a = (({
|
|
1696
1921
|
as: Component = "svg",
|
|
1697
1922
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1698
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",
|
|
@@ -1715,10 +1940,10 @@ const HandCoin = props => {
|
|
|
1715
1940
|
useEffect(() => {
|
|
1716
1941
|
refresh();
|
|
1717
1942
|
}, []);
|
|
1718
|
-
return optimise('p_4Iz5Q', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1943
|
+
return optimise('p_4Iz5Q', /*#__PURE__*/React.createElement(SVGComponent$1a, props));
|
|
1719
1944
|
};
|
|
1720
1945
|
|
|
1721
|
-
var SVGComponent$
|
|
1946
|
+
var SVGComponent$19 = (({
|
|
1722
1947
|
as: Component = "svg",
|
|
1723
1948
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1724
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"
|
|
@@ -1740,10 +1965,10 @@ const Heart = props => {
|
|
|
1740
1965
|
useEffect(() => {
|
|
1741
1966
|
refresh();
|
|
1742
1967
|
}, []);
|
|
1743
|
-
return optimise('p_51CrD', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1968
|
+
return optimise('p_51CrD', /*#__PURE__*/React.createElement(SVGComponent$19, props));
|
|
1744
1969
|
};
|
|
1745
1970
|
|
|
1746
|
-
var SVGComponent$
|
|
1971
|
+
var SVGComponent$18 = (({
|
|
1747
1972
|
as: Component = "svg",
|
|
1748
1973
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1749
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",
|
|
@@ -1766,10 +1991,10 @@ const HeartPlain = props => {
|
|
|
1766
1991
|
useEffect(() => {
|
|
1767
1992
|
refresh();
|
|
1768
1993
|
}, []);
|
|
1769
|
-
return optimise('p_ZrNxFK', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1994
|
+
return optimise('p_ZrNxFK', /*#__PURE__*/React.createElement(SVGComponent$18, props));
|
|
1770
1995
|
};
|
|
1771
1996
|
|
|
1772
|
-
var SVGComponent$
|
|
1997
|
+
var SVGComponent$17 = (({
|
|
1773
1998
|
as: Component = "svg",
|
|
1774
1999
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1775
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",
|
|
@@ -1792,10 +2017,10 @@ const HorseChase = props => {
|
|
|
1792
2017
|
useEffect(() => {
|
|
1793
2018
|
refresh();
|
|
1794
2019
|
}, []);
|
|
1795
|
-
return optimise('p_Z1uLKT0', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2020
|
+
return optimise('p_Z1uLKT0', /*#__PURE__*/React.createElement(SVGComponent$17, props));
|
|
1796
2021
|
};
|
|
1797
2022
|
|
|
1798
|
-
var SVGComponent$
|
|
2023
|
+
var SVGComponent$16 = (({
|
|
1799
2024
|
as: Component = "svg",
|
|
1800
2025
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1801
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"
|
|
@@ -1817,10 +2042,10 @@ const House = props => {
|
|
|
1817
2042
|
useEffect(() => {
|
|
1818
2043
|
refresh();
|
|
1819
2044
|
}, []);
|
|
1820
|
-
return optimise('p_531FK', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2045
|
+
return optimise('p_531FK', /*#__PURE__*/React.createElement(SVGComponent$16, props));
|
|
1821
2046
|
};
|
|
1822
2047
|
|
|
1823
|
-
var SVGComponent$
|
|
2048
|
+
var SVGComponent$15 = (({
|
|
1824
2049
|
as: Component = "svg",
|
|
1825
2050
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1826
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"
|
|
@@ -1842,10 +2067,10 @@ const HouseMagnifier = props => {
|
|
|
1842
2067
|
useEffect(() => {
|
|
1843
2068
|
refresh();
|
|
1844
2069
|
}, []);
|
|
1845
|
-
return optimise('p_Z1pRCUl', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2070
|
+
return optimise('p_Z1pRCUl', /*#__PURE__*/React.createElement(SVGComponent$15, props));
|
|
1846
2071
|
};
|
|
1847
2072
|
|
|
1848
|
-
var SVGComponent
|
|
2073
|
+
var SVGComponent$14 = (({
|
|
1849
2074
|
as: Component = "svg",
|
|
1850
2075
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1851
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",
|
|
@@ -1868,10 +2093,10 @@ const InfoCircle = props => {
|
|
|
1868
2093
|
useEffect(() => {
|
|
1869
2094
|
refresh();
|
|
1870
2095
|
}, []);
|
|
1871
|
-
return optimise('p_P93Av', /*#__PURE__*/React.createElement(SVGComponent
|
|
2096
|
+
return optimise('p_P93Av', /*#__PURE__*/React.createElement(SVGComponent$14, props));
|
|
1872
2097
|
};
|
|
1873
2098
|
|
|
1874
|
-
var SVGComponent$
|
|
2099
|
+
var SVGComponent$13 = (({
|
|
1875
2100
|
as: Component = "svg",
|
|
1876
2101
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1877
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"
|
|
@@ -1891,10 +2116,10 @@ const InfoCircleBold = props => {
|
|
|
1891
2116
|
useEffect(() => {
|
|
1892
2117
|
refresh();
|
|
1893
2118
|
}, []);
|
|
1894
|
-
return optimise('p_Z1oWiq2', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2119
|
+
return optimise('p_Z1oWiq2', /*#__PURE__*/React.createElement(SVGComponent$13, props));
|
|
1895
2120
|
};
|
|
1896
2121
|
|
|
1897
|
-
var SVGComponent$
|
|
2122
|
+
var SVGComponent$12 = (({
|
|
1898
2123
|
as: Component = "svg",
|
|
1899
2124
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1900
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"
|
|
@@ -1920,10 +2145,10 @@ const Instagram = props => {
|
|
|
1920
2145
|
useEffect(() => {
|
|
1921
2146
|
refresh();
|
|
1922
2147
|
}, []);
|
|
1923
|
-
return optimise('p_2oO7Uf', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2148
|
+
return optimise('p_2oO7Uf', /*#__PURE__*/React.createElement(SVGComponent$12, props));
|
|
1924
2149
|
};
|
|
1925
2150
|
|
|
1926
|
-
var SVGComponent$
|
|
2151
|
+
var SVGComponent$11 = (({
|
|
1927
2152
|
as: Component = "svg",
|
|
1928
2153
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1929
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",
|
|
@@ -1946,10 +2171,10 @@ const Key = props => {
|
|
|
1946
2171
|
useEffect(() => {
|
|
1947
2172
|
refresh();
|
|
1948
2173
|
}, []);
|
|
1949
|
-
return optimise('p_keR', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2174
|
+
return optimise('p_keR', /*#__PURE__*/React.createElement(SVGComponent$11, props));
|
|
1950
2175
|
};
|
|
1951
2176
|
|
|
1952
|
-
var SVGComponent$
|
|
2177
|
+
var SVGComponent$10 = (({
|
|
1953
2178
|
as: Component = "svg",
|
|
1954
2179
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1955
2180
|
d: "M13,9h9L8,24l3-9H2L16,0ZM4.3,14h8.09l-2,6,9.3-10H11.61l2-6Z"
|
|
@@ -1971,10 +2196,10 @@ const LightningBolt = props => {
|
|
|
1971
2196
|
useEffect(() => {
|
|
1972
2197
|
refresh();
|
|
1973
2198
|
}, []);
|
|
1974
|
-
return optimise('p_1W7mmN', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2199
|
+
return optimise('p_1W7mmN', /*#__PURE__*/React.createElement(SVGComponent$10, props));
|
|
1975
2200
|
};
|
|
1976
2201
|
|
|
1977
|
-
var SVGComponent
|
|
2202
|
+
var SVGComponent$$ = (({
|
|
1978
2203
|
as: Component = "svg",
|
|
1979
2204
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1980
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"
|
|
@@ -1996,10 +2221,10 @@ const Link = props => {
|
|
|
1996
2221
|
useEffect(() => {
|
|
1997
2222
|
refresh();
|
|
1998
2223
|
}, []);
|
|
1999
|
-
return optimise('p_aqwu', /*#__PURE__*/React.createElement(SVGComponent
|
|
2224
|
+
return optimise('p_aqwu', /*#__PURE__*/React.createElement(SVGComponent$$, props));
|
|
2000
2225
|
};
|
|
2001
2226
|
|
|
2002
|
-
var SVGComponent$
|
|
2227
|
+
var SVGComponent$_ = (({
|
|
2003
2228
|
as: Component = "svg",
|
|
2004
2229
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2005
2230
|
d: "M6,6A6,6,0,0,1,18,6v4h3V24H3V10H6Zm14,5H4V23H20ZM7,6v4H17V6A5,5,0,0,0,7,6Z"
|
|
@@ -2021,10 +2246,10 @@ const Lock = props => {
|
|
|
2021
2246
|
useEffect(() => {
|
|
2022
2247
|
refresh();
|
|
2023
2248
|
}, []);
|
|
2024
|
-
return optimise('p_arYq', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2249
|
+
return optimise('p_arYq', /*#__PURE__*/React.createElement(SVGComponent$_, props));
|
|
2025
2250
|
};
|
|
2026
2251
|
|
|
2027
|
-
var SVGComponent$
|
|
2252
|
+
var SVGComponent$Z = (({
|
|
2028
2253
|
as: Component = "svg",
|
|
2029
2254
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2030
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"
|
|
@@ -2046,10 +2271,10 @@ const MagicWand = props => {
|
|
|
2046
2271
|
useEffect(() => {
|
|
2047
2272
|
refresh();
|
|
2048
2273
|
}, []);
|
|
2049
|
-
return optimise('p_ZbIpjk', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2274
|
+
return optimise('p_ZbIpjk', /*#__PURE__*/React.createElement(SVGComponent$Z, props));
|
|
2050
2275
|
};
|
|
2051
2276
|
|
|
2052
|
-
var SVGComponent$
|
|
2277
|
+
var SVGComponent$Y = (({
|
|
2053
2278
|
as: Component = "svg",
|
|
2054
2279
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2055
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",
|
|
@@ -2072,10 +2297,10 @@ const MagnifyingBold = props => {
|
|
|
2072
2297
|
useEffect(() => {
|
|
2073
2298
|
refresh();
|
|
2074
2299
|
}, []);
|
|
2075
|
-
return optimise('p_132rkB', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2300
|
+
return optimise('p_132rkB', /*#__PURE__*/React.createElement(SVGComponent$Y, props));
|
|
2076
2301
|
};
|
|
2077
2302
|
|
|
2078
|
-
var SVGComponent$
|
|
2303
|
+
var SVGComponent$X = (({
|
|
2079
2304
|
as: Component = "svg",
|
|
2080
2305
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2081
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"
|
|
@@ -2097,10 +2322,10 @@ const MagnifyingGlassLeft = props => {
|
|
|
2097
2322
|
useEffect(() => {
|
|
2098
2323
|
refresh();
|
|
2099
2324
|
}, []);
|
|
2100
|
-
return optimise('p_Z2vlwxL', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2325
|
+
return optimise('p_Z2vlwxL', /*#__PURE__*/React.createElement(SVGComponent$X, props));
|
|
2101
2326
|
};
|
|
2102
2327
|
|
|
2103
|
-
var SVGComponent$
|
|
2328
|
+
var SVGComponent$W = (({
|
|
2104
2329
|
as: Component = "svg",
|
|
2105
2330
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2106
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"
|
|
@@ -2122,10 +2347,10 @@ const Marker = props => {
|
|
|
2122
2347
|
useEffect(() => {
|
|
2123
2348
|
refresh();
|
|
2124
2349
|
}, []);
|
|
2125
|
-
return optimise('p_Z2mg1CL', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2350
|
+
return optimise('p_Z2mg1CL', /*#__PURE__*/React.createElement(SVGComponent$W, props));
|
|
2126
2351
|
};
|
|
2127
2352
|
|
|
2128
|
-
var SVGComponent$
|
|
2353
|
+
var SVGComponent$V = (({
|
|
2129
2354
|
as: Component = "svg",
|
|
2130
2355
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2131
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"
|
|
@@ -2147,10 +2372,10 @@ const Microphone = props => {
|
|
|
2147
2372
|
useEffect(() => {
|
|
2148
2373
|
refresh();
|
|
2149
2374
|
}, []);
|
|
2150
|
-
return optimise('p_Z16cO05', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2375
|
+
return optimise('p_Z16cO05', /*#__PURE__*/React.createElement(SVGComponent$V, props));
|
|
2151
2376
|
};
|
|
2152
2377
|
|
|
2153
|
-
var SVGComponent$
|
|
2378
|
+
var SVGComponent$U = (({
|
|
2154
2379
|
as: Component = "svg",
|
|
2155
2380
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", {
|
|
2156
2381
|
height: "2",
|
|
@@ -2175,10 +2400,10 @@ const MinusBold = props => {
|
|
|
2175
2400
|
useEffect(() => {
|
|
2176
2401
|
refresh();
|
|
2177
2402
|
}, []);
|
|
2178
|
-
return optimise('p_Z1kd9CG', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2403
|
+
return optimise('p_Z1kd9CG', /*#__PURE__*/React.createElement(SVGComponent$U, props));
|
|
2179
2404
|
};
|
|
2180
2405
|
|
|
2181
|
-
var SVGComponent$
|
|
2406
|
+
var SVGComponent$T = (({
|
|
2182
2407
|
as: Component = "svg",
|
|
2183
2408
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2184
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",
|
|
@@ -2201,10 +2426,35 @@ const MinusCircle = props => {
|
|
|
2201
2426
|
useEffect(() => {
|
|
2202
2427
|
refresh();
|
|
2203
2428
|
}, []);
|
|
2204
|
-
return optimise('p_21yah4', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2429
|
+
return optimise('p_21yah4', /*#__PURE__*/React.createElement(SVGComponent$T, props));
|
|
2205
2430
|
};
|
|
2206
2431
|
|
|
2207
|
-
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 = (({
|
|
2208
2458
|
as: Component = "svg",
|
|
2209
2459
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2210
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"
|
|
@@ -2226,10 +2476,10 @@ const Paperclip = props => {
|
|
|
2226
2476
|
useEffect(() => {
|
|
2227
2477
|
refresh();
|
|
2228
2478
|
}, []);
|
|
2229
|
-
return optimise('p_Z2lTaGS', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2479
|
+
return optimise('p_Z2lTaGS', /*#__PURE__*/React.createElement(SVGComponent$R, props));
|
|
2230
2480
|
};
|
|
2231
2481
|
|
|
2232
|
-
var SVGComponent$
|
|
2482
|
+
var SVGComponent$Q = (({
|
|
2233
2483
|
as: Component = "svg",
|
|
2234
2484
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2235
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"
|
|
@@ -2251,10 +2501,10 @@ const Pen = props => {
|
|
|
2251
2501
|
useEffect(() => {
|
|
2252
2502
|
refresh();
|
|
2253
2503
|
}, []);
|
|
2254
|
-
return optimise('p_lws', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2504
|
+
return optimise('p_lws', /*#__PURE__*/React.createElement(SVGComponent$Q, props));
|
|
2255
2505
|
};
|
|
2256
2506
|
|
|
2257
|
-
var SVGComponent$
|
|
2507
|
+
var SVGComponent$P = (({
|
|
2258
2508
|
as: Component = "svg",
|
|
2259
2509
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2260
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",
|
|
@@ -2277,10 +2527,10 @@ const Percent = props => {
|
|
|
2277
2527
|
useEffect(() => {
|
|
2278
2528
|
refresh();
|
|
2279
2529
|
}, []);
|
|
2280
|
-
return optimise('p_1abKSr', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2530
|
+
return optimise('p_1abKSr', /*#__PURE__*/React.createElement(SVGComponent$P, props));
|
|
2281
2531
|
};
|
|
2282
2532
|
|
|
2283
|
-
var SVGComponent$
|
|
2533
|
+
var SVGComponent$O = (({
|
|
2284
2534
|
as: Component = "svg",
|
|
2285
2535
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2286
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"
|
|
@@ -2302,10 +2552,10 @@ const Phone = props => {
|
|
|
2302
2552
|
useEffect(() => {
|
|
2303
2553
|
refresh();
|
|
2304
2554
|
}, []);
|
|
2305
|
-
return optimise('p_5yCzy', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2555
|
+
return optimise('p_5yCzy', /*#__PURE__*/React.createElement(SVGComponent$O, props));
|
|
2306
2556
|
};
|
|
2307
2557
|
|
|
2308
|
-
var SVGComponent$
|
|
2558
|
+
var SVGComponent$N = (({
|
|
2309
2559
|
as: Component = "svg",
|
|
2310
2560
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2311
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"
|
|
@@ -2327,10 +2577,10 @@ const Plan = props => {
|
|
|
2327
2577
|
useEffect(() => {
|
|
2328
2578
|
refresh();
|
|
2329
2579
|
}, []);
|
|
2330
|
-
return optimise('p_aXdH', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2580
|
+
return optimise('p_aXdH', /*#__PURE__*/React.createElement(SVGComponent$N, props));
|
|
2331
2581
|
};
|
|
2332
2582
|
|
|
2333
|
-
var SVGComponent$
|
|
2583
|
+
var SVGComponent$M = (({
|
|
2334
2584
|
as: Component = "svg",
|
|
2335
2585
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2336
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"
|
|
@@ -2352,10 +2602,10 @@ const Plane = props => {
|
|
|
2352
2602
|
useEffect(() => {
|
|
2353
2603
|
refresh();
|
|
2354
2604
|
}, []);
|
|
2355
|
-
return optimise('p_5z5Yv', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2605
|
+
return optimise('p_5z5Yv', /*#__PURE__*/React.createElement(SVGComponent$M, props));
|
|
2356
2606
|
};
|
|
2357
2607
|
|
|
2358
|
-
var SVGComponent$
|
|
2608
|
+
var SVGComponent$L = (({
|
|
2359
2609
|
as: Component = "svg",
|
|
2360
2610
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2361
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",
|
|
@@ -2376,10 +2626,85 @@ const Play = props => {
|
|
|
2376
2626
|
useEffect(() => {
|
|
2377
2627
|
refresh();
|
|
2378
2628
|
}, []);
|
|
2379
|
-
return optimise('p_aXdS', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2629
|
+
return optimise('p_aXdS', /*#__PURE__*/React.createElement(SVGComponent$L, props));
|
|
2380
2630
|
};
|
|
2381
2631
|
|
|
2382
|
-
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 = (({
|
|
2383
2708
|
as: Component = "svg",
|
|
2384
2709
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("polygon", {
|
|
2385
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"
|
|
@@ -2401,10 +2726,10 @@ const PlusBold = props => {
|
|
|
2401
2726
|
useEffect(() => {
|
|
2402
2727
|
refresh();
|
|
2403
2728
|
}, []);
|
|
2404
|
-
return optimise('p_Z26UjNN', /*#__PURE__*/React.createElement(SVGComponent$
|
|
2729
|
+
return optimise('p_Z26UjNN', /*#__PURE__*/React.createElement(SVGComponent$H, props));
|
|
2405
2730
|
};
|
|
2406
2731
|
|
|
2407
|
-
var SVGComponent$
|
|
2732
|
+
var SVGComponent$G = (({
|
|
2408
2733
|
as: Component = "svg",
|
|
2409
2734
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2410
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",
|
|
@@ -2427,7 +2752,32 @@ const PlusCircle = props => {
|
|
|
2427
2752
|
useEffect(() => {
|
|
2428
2753
|
refresh();
|
|
2429
2754
|
}, []);
|
|
2430
|
-
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));
|
|
2431
2781
|
};
|
|
2432
2782
|
|
|
2433
2783
|
var SVGComponent$E = (({
|
|
@@ -3477,7 +3827,7 @@ const ZeroPercent = props => {
|
|
|
3477
3827
|
return optimise('p_6lhot', /*#__PURE__*/React.createElement(SVGComponent, props));
|
|
3478
3828
|
};
|
|
3479
3829
|
|
|
3480
|
-
const manifest = ["Archive", "ArrowDouble", "ArrowDownRightCircle", "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"];
|
|
3481
3831
|
|
|
3482
|
-
export { Archive, ArrowDouble, ArrowDownRightCircle, 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 };
|
|
3483
3833
|
//# sourceMappingURL=picto.js.map
|