@pretto/picto 4.7.0 → 4.10.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 +179 -78
- 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/Duplicate.d.ts +2 -0
- package/types/modules/index.d.ts +6 -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$27 = (({
|
|
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$27, props));
|
|
102
102
|
};
|
|
103
103
|
|
|
104
|
-
var SVGComponent$
|
|
104
|
+
var SVGComponent$26 = (({
|
|
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$26, props));
|
|
127
127
|
};
|
|
128
128
|
|
|
129
|
-
var SVGComponent$
|
|
129
|
+
var SVGComponent$25 = (({
|
|
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,85 @@ 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$25, props));
|
|
153
153
|
};
|
|
154
154
|
|
|
155
|
-
var SVGComponent$
|
|
155
|
+
var SVGComponent$24 = (({
|
|
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$24, props));
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
var SVGComponent$23 = (({
|
|
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$23, props));
|
|
203
|
+
};
|
|
204
|
+
|
|
205
|
+
var SVGComponent$22 = (({
|
|
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$22, props));
|
|
228
|
+
};
|
|
229
|
+
|
|
230
|
+
var SVGComponent$21 = (({
|
|
156
231
|
as: Component = "svg",
|
|
157
232
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
158
233
|
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 +250,10 @@ const ArrowUpRightCircle = props => {
|
|
|
175
250
|
useEffect(() => {
|
|
176
251
|
refresh();
|
|
177
252
|
}, []);
|
|
178
|
-
return optimise('p_Z76OT6', /*#__PURE__*/React.createElement(SVGComponent$
|
|
253
|
+
return optimise('p_Z76OT6', /*#__PURE__*/React.createElement(SVGComponent$21, props));
|
|
179
254
|
};
|
|
180
255
|
|
|
181
|
-
var SVGComponent$
|
|
256
|
+
var SVGComponent$20 = (({
|
|
182
257
|
as: Component = "svg",
|
|
183
258
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
184
259
|
fillRule: "evenodd",
|
|
@@ -202,10 +277,10 @@ const Bank = props => {
|
|
|
202
277
|
useEffect(() => {
|
|
203
278
|
refresh();
|
|
204
279
|
}, []);
|
|
205
|
-
return optimise('p_95oG', /*#__PURE__*/React.createElement(SVGComponent$
|
|
280
|
+
return optimise('p_95oG', /*#__PURE__*/React.createElement(SVGComponent$20, props));
|
|
206
281
|
};
|
|
207
282
|
|
|
208
|
-
var SVGComponent$
|
|
283
|
+
var SVGComponent$1$ = (({
|
|
209
284
|
as: Component = "svg",
|
|
210
285
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
211
286
|
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 +303,10 @@ const BankNote = props => {
|
|
|
228
303
|
useEffect(() => {
|
|
229
304
|
refresh();
|
|
230
305
|
}, []);
|
|
231
|
-
return optimise('p_Z27BwJf', /*#__PURE__*/React.createElement(SVGComponent$
|
|
306
|
+
return optimise('p_Z27BwJf', /*#__PURE__*/React.createElement(SVGComponent$1$, props));
|
|
232
307
|
};
|
|
233
308
|
|
|
234
|
-
var SVGComponent$
|
|
309
|
+
var SVGComponent$1_ = (({
|
|
235
310
|
as: Component = "svg",
|
|
236
311
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
237
312
|
d: "M24,19H0V18H24Zm0-6H0V12H24Zm0-6H0V6H24Z"
|
|
@@ -253,10 +328,10 @@ const Bars = props => {
|
|
|
253
328
|
useEffect(() => {
|
|
254
329
|
refresh();
|
|
255
330
|
}, []);
|
|
256
|
-
return optimise('p_95qQ', /*#__PURE__*/React.createElement(SVGComponent$
|
|
331
|
+
return optimise('p_95qQ', /*#__PURE__*/React.createElement(SVGComponent$1_, props));
|
|
257
332
|
};
|
|
258
333
|
|
|
259
|
-
var SVGComponent$
|
|
334
|
+
var SVGComponent$1Z = (({
|
|
260
335
|
as: Component = "svg",
|
|
261
336
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
262
337
|
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 +353,10 @@ const Bell = props => {
|
|
|
278
353
|
useEffect(() => {
|
|
279
354
|
refresh();
|
|
280
355
|
}, []);
|
|
281
|
-
return optimise('p_96pH', /*#__PURE__*/React.createElement(SVGComponent$
|
|
356
|
+
return optimise('p_96pH', /*#__PURE__*/React.createElement(SVGComponent$1Z, props));
|
|
282
357
|
};
|
|
283
358
|
|
|
284
|
-
var SVGComponent$
|
|
359
|
+
var SVGComponent$1Y = (({
|
|
285
360
|
as: Component = "svg",
|
|
286
361
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
287
362
|
d: "M5,0V24l7-6,7,6V0ZM6,1H18V21.83l-6-5.15L6,21.83Z"
|
|
@@ -303,10 +378,10 @@ const Bookmark = props => {
|
|
|
303
378
|
useEffect(() => {
|
|
304
379
|
refresh();
|
|
305
380
|
}, []);
|
|
306
|
-
return optimise('p_2ruN6Q', /*#__PURE__*/React.createElement(SVGComponent$
|
|
381
|
+
return optimise('p_2ruN6Q', /*#__PURE__*/React.createElement(SVGComponent$1Y, props));
|
|
307
382
|
};
|
|
308
383
|
|
|
309
|
-
var SVGComponent$
|
|
384
|
+
var SVGComponent$1X = (({
|
|
310
385
|
as: Component = "svg",
|
|
311
386
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
312
387
|
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 +404,10 @@ const Briefcase = props => {
|
|
|
329
404
|
useEffect(() => {
|
|
330
405
|
refresh();
|
|
331
406
|
}, []);
|
|
332
|
-
return optimise('p_ZCaOqa', /*#__PURE__*/React.createElement(SVGComponent$
|
|
407
|
+
return optimise('p_ZCaOqa', /*#__PURE__*/React.createElement(SVGComponent$1X, props));
|
|
333
408
|
};
|
|
334
409
|
|
|
335
|
-
var SVGComponent$
|
|
410
|
+
var SVGComponent$1W = (({
|
|
336
411
|
as: Component = "svg",
|
|
337
412
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
338
413
|
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 +430,10 @@ const BubbleDouble = props => {
|
|
|
355
430
|
useEffect(() => {
|
|
356
431
|
refresh();
|
|
357
432
|
}, []);
|
|
358
|
-
return optimise('p_2qOs6B', /*#__PURE__*/React.createElement(SVGComponent$
|
|
433
|
+
return optimise('p_2qOs6B', /*#__PURE__*/React.createElement(SVGComponent$1W, props));
|
|
359
434
|
};
|
|
360
435
|
|
|
361
|
-
var SVGComponent$
|
|
436
|
+
var SVGComponent$1V = (({
|
|
362
437
|
as: Component = "svg",
|
|
363
438
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
364
439
|
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 +455,10 @@ const Building = props => {
|
|
|
380
455
|
useEffect(() => {
|
|
381
456
|
refresh();
|
|
382
457
|
}, []);
|
|
383
|
-
return optimise('p_Z1BE88O', /*#__PURE__*/React.createElement(SVGComponent$
|
|
458
|
+
return optimise('p_Z1BE88O', /*#__PURE__*/React.createElement(SVGComponent$1V, props));
|
|
384
459
|
};
|
|
385
460
|
|
|
386
|
-
var SVGComponent$
|
|
461
|
+
var SVGComponent$1U = (({
|
|
387
462
|
as: Component = "svg",
|
|
388
463
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
389
464
|
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 +480,10 @@ const Bulb = props => {
|
|
|
405
480
|
useEffect(() => {
|
|
406
481
|
refresh();
|
|
407
482
|
}, []);
|
|
408
|
-
return optimise('p_9axB', /*#__PURE__*/React.createElement(SVGComponent$
|
|
483
|
+
return optimise('p_9axB', /*#__PURE__*/React.createElement(SVGComponent$1U, props));
|
|
409
484
|
};
|
|
410
485
|
|
|
411
|
-
var SVGComponent$
|
|
486
|
+
var SVGComponent$1T = (({
|
|
412
487
|
as: Component = "svg",
|
|
413
488
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("circle", {
|
|
414
489
|
cx: "8",
|
|
@@ -432,10 +507,10 @@ const BulletBold = props => {
|
|
|
432
507
|
useEffect(() => {
|
|
433
508
|
refresh();
|
|
434
509
|
}, []);
|
|
435
|
-
return optimise('p_Z27pwP4', /*#__PURE__*/React.createElement(SVGComponent$
|
|
510
|
+
return optimise('p_Z27pwP4', /*#__PURE__*/React.createElement(SVGComponent$1T, props));
|
|
436
511
|
};
|
|
437
512
|
|
|
438
|
-
var SVGComponent$
|
|
513
|
+
var SVGComponent$1S = (({
|
|
439
514
|
as: Component = "svg",
|
|
440
515
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
441
516
|
d: "M12,8a4,4,0,1,1-4,4A4,4,0,0,1,12,8Z"
|
|
@@ -457,10 +532,10 @@ const BulletBook = props => {
|
|
|
457
532
|
useEffect(() => {
|
|
458
533
|
refresh();
|
|
459
534
|
}, []);
|
|
460
|
-
return optimise('p_Z27pwNq', /*#__PURE__*/React.createElement(SVGComponent$
|
|
535
|
+
return optimise('p_Z27pwNq', /*#__PURE__*/React.createElement(SVGComponent$1S, props));
|
|
461
536
|
};
|
|
462
537
|
|
|
463
|
-
var SVGComponent$
|
|
538
|
+
var SVGComponent$1R = (({
|
|
464
539
|
as: Component = "svg",
|
|
465
540
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
466
541
|
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 +557,10 @@ const Burden = props => {
|
|
|
482
557
|
useEffect(() => {
|
|
483
558
|
refresh();
|
|
484
559
|
}, []);
|
|
485
|
-
return optimise('p_2mw1QN', /*#__PURE__*/React.createElement(SVGComponent$
|
|
560
|
+
return optimise('p_2mw1QN', /*#__PURE__*/React.createElement(SVGComponent$1R, props));
|
|
486
561
|
};
|
|
487
562
|
|
|
488
|
-
var SVGComponent$
|
|
563
|
+
var SVGComponent$1Q = (({
|
|
489
564
|
as: Component = "svg",
|
|
490
565
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
491
566
|
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 +582,10 @@ const Calculator = props => {
|
|
|
507
582
|
useEffect(() => {
|
|
508
583
|
refresh();
|
|
509
584
|
}, []);
|
|
510
|
-
return optimise('p_10Jxyh', /*#__PURE__*/React.createElement(SVGComponent$
|
|
585
|
+
return optimise('p_10Jxyh', /*#__PURE__*/React.createElement(SVGComponent$1Q, props));
|
|
511
586
|
};
|
|
512
587
|
|
|
513
|
-
var SVGComponent$
|
|
588
|
+
var SVGComponent$1P = (({
|
|
514
589
|
as: Component = "svg",
|
|
515
590
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
516
591
|
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 +607,10 @@ const Calendar = props => {
|
|
|
532
607
|
useEffect(() => {
|
|
533
608
|
refresh();
|
|
534
609
|
}, []);
|
|
535
|
-
return optimise('p_Z8cP4v', /*#__PURE__*/React.createElement(SVGComponent$
|
|
610
|
+
return optimise('p_Z8cP4v', /*#__PURE__*/React.createElement(SVGComponent$1P, props));
|
|
536
611
|
};
|
|
537
612
|
|
|
538
|
-
var SVGComponent$
|
|
613
|
+
var SVGComponent$1O = (({
|
|
539
614
|
as: Component = "svg",
|
|
540
615
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
541
616
|
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 +632,10 @@ const CalendarBold = props => {
|
|
|
557
632
|
useEffect(() => {
|
|
558
633
|
refresh();
|
|
559
634
|
}, []);
|
|
560
|
-
return optimise('p_ZdD3T7', /*#__PURE__*/React.createElement(SVGComponent$
|
|
635
|
+
return optimise('p_ZdD3T7', /*#__PURE__*/React.createElement(SVGComponent$1O, props));
|
|
561
636
|
};
|
|
562
637
|
|
|
563
|
-
var SVGComponent$
|
|
638
|
+
var SVGComponent$1N = (({
|
|
564
639
|
as: Component = "svg",
|
|
565
640
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
566
641
|
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 +657,10 @@ const Camera = props => {
|
|
|
582
657
|
useEffect(() => {
|
|
583
658
|
refresh();
|
|
584
659
|
}, []);
|
|
585
|
-
return optimise('p_2nf8iD', /*#__PURE__*/React.createElement(SVGComponent$
|
|
660
|
+
return optimise('p_2nf8iD', /*#__PURE__*/React.createElement(SVGComponent$1N, props));
|
|
586
661
|
};
|
|
587
662
|
|
|
588
|
-
var SVGComponent$
|
|
663
|
+
var SVGComponent$1M = (({
|
|
589
664
|
as: Component = "svg",
|
|
590
665
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
591
666
|
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 +682,10 @@ const ChalkboardTeacher = props => {
|
|
|
607
682
|
useEffect(() => {
|
|
608
683
|
refresh();
|
|
609
684
|
}, []);
|
|
610
|
-
return optimise('p_2vUgaA', /*#__PURE__*/React.createElement(SVGComponent$
|
|
685
|
+
return optimise('p_2vUgaA', /*#__PURE__*/React.createElement(SVGComponent$1M, props));
|
|
611
686
|
};
|
|
612
687
|
|
|
613
|
-
var SVGComponent$
|
|
688
|
+
var SVGComponent$1L = (({
|
|
614
689
|
as: Component = "svg",
|
|
615
690
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
616
691
|
d: "M0,22H1V17H5v5H7V12h4V22h2V7h4V22h2V1h4V22h1v1H0Zm4-4H2v4H4Zm6-5H8v9h2Zm6-5H14V22h2Zm6-6H20V22h2Z"
|
|
@@ -632,10 +707,10 @@ const ChartBar = props => {
|
|
|
632
707
|
useEffect(() => {
|
|
633
708
|
refresh();
|
|
634
709
|
}, []);
|
|
635
|
-
return optimise('p_1Lpmv3', /*#__PURE__*/React.createElement(SVGComponent$
|
|
710
|
+
return optimise('p_1Lpmv3', /*#__PURE__*/React.createElement(SVGComponent$1L, props));
|
|
636
711
|
};
|
|
637
712
|
|
|
638
|
-
var SVGComponent$
|
|
713
|
+
var SVGComponent$1K = (({
|
|
639
714
|
as: Component = "svg",
|
|
640
715
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
641
716
|
d: "M24,4.68,7.67,22,0,13l.76-.65,7,8.2L23.27,4Z"
|
|
@@ -657,10 +732,10 @@ const Check = props => {
|
|
|
657
732
|
useEffect(() => {
|
|
658
733
|
refresh();
|
|
659
734
|
}, []);
|
|
660
|
-
return optimise('p_4GGpz', /*#__PURE__*/React.createElement(SVGComponent$
|
|
735
|
+
return optimise('p_4GGpz', /*#__PURE__*/React.createElement(SVGComponent$1K, props));
|
|
661
736
|
};
|
|
662
737
|
|
|
663
|
-
var SVGComponent$
|
|
738
|
+
var SVGComponent$1J = (({
|
|
664
739
|
as: Component = "svg",
|
|
665
740
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
666
741
|
d: "M5.8,11.6l8-8.29,1.44,1.38L5.88,14.4.32,9.23,1.68,7.77Z",
|
|
@@ -683,10 +758,10 @@ const CheckBold = props => {
|
|
|
683
758
|
useEffect(() => {
|
|
684
759
|
refresh();
|
|
685
760
|
}, []);
|
|
686
|
-
return optimise('p_Z2eHEHd', /*#__PURE__*/React.createElement(SVGComponent$
|
|
761
|
+
return optimise('p_Z2eHEHd', /*#__PURE__*/React.createElement(SVGComponent$1J, props));
|
|
687
762
|
};
|
|
688
763
|
|
|
689
|
-
var SVGComponent$
|
|
764
|
+
var SVGComponent$1I = (({
|
|
690
765
|
as: Component = "svg",
|
|
691
766
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
692
767
|
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 +783,10 @@ const CheckHandwrite = props => {
|
|
|
708
783
|
useEffect(() => {
|
|
709
784
|
refresh();
|
|
710
785
|
}, []);
|
|
711
|
-
return optimise('p_14TK4O', /*#__PURE__*/React.createElement(SVGComponent$
|
|
786
|
+
return optimise('p_14TK4O', /*#__PURE__*/React.createElement(SVGComponent$1I, props));
|
|
712
787
|
};
|
|
713
788
|
|
|
714
|
-
var SVGComponent$
|
|
789
|
+
var SVGComponent$1H = (({
|
|
715
790
|
as: Component = "svg",
|
|
716
791
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
717
792
|
d: "M1.94,5.86l1.29-1.3L7.44,8.84l4.2-4.28,1.3,1.3-5.5,5.58Z"
|
|
@@ -733,10 +808,10 @@ const ChevronDownBold = props => {
|
|
|
733
808
|
useEffect(() => {
|
|
734
809
|
refresh();
|
|
735
810
|
}, []);
|
|
736
|
-
return optimise('p_126jrr', /*#__PURE__*/React.createElement(SVGComponent$
|
|
811
|
+
return optimise('p_126jrr', /*#__PURE__*/React.createElement(SVGComponent$1H, props));
|
|
737
812
|
};
|
|
738
813
|
|
|
739
|
-
var SVGComponent$
|
|
814
|
+
var SVGComponent$1G = (({
|
|
740
815
|
as: Component = "svg",
|
|
741
816
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
742
817
|
d: "M9.58,2.5l1.3,1.3L6.59,8l4.29,4.2-1.3,1.3L4,8Z"
|
|
@@ -758,10 +833,10 @@ const ChevronLeftBold = props => {
|
|
|
758
833
|
useEffect(() => {
|
|
759
834
|
refresh();
|
|
760
835
|
}, []);
|
|
761
|
-
return optimise('p_1n8MkT', /*#__PURE__*/React.createElement(SVGComponent$
|
|
836
|
+
return optimise('p_1n8MkT', /*#__PURE__*/React.createElement(SVGComponent$1G, props));
|
|
762
837
|
};
|
|
763
838
|
|
|
764
|
-
var SVGComponent$
|
|
839
|
+
var SVGComponent$1F = (({
|
|
765
840
|
as: Component = "svg",
|
|
766
841
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
767
842
|
d: "M6.3,2.5,5,3.8,9.28,8,5,12.2l1.3,1.3L11.88,8Z"
|
|
@@ -783,10 +858,10 @@ const ChevronRightBold = props => {
|
|
|
783
858
|
useEffect(() => {
|
|
784
859
|
refresh();
|
|
785
860
|
}, []);
|
|
786
|
-
return optimise('p_Z1NlNzP', /*#__PURE__*/React.createElement(SVGComponent$
|
|
861
|
+
return optimise('p_Z1NlNzP', /*#__PURE__*/React.createElement(SVGComponent$1F, props));
|
|
787
862
|
};
|
|
788
863
|
|
|
789
|
-
var SVGComponent$
|
|
864
|
+
var SVGComponent$1E = (({
|
|
790
865
|
as: Component = "svg",
|
|
791
866
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
792
867
|
d: "M1.94,10.14l1.29,1.3L7.44,7.16l4.2,4.28,1.3-1.3L7.44,4.56Z"
|
|
@@ -808,10 +883,10 @@ const ChevronUpBold = props => {
|
|
|
808
883
|
useEffect(() => {
|
|
809
884
|
refresh();
|
|
810
885
|
}, []);
|
|
811
|
-
return optimise('p_1q8qOU', /*#__PURE__*/React.createElement(SVGComponent$
|
|
886
|
+
return optimise('p_1q8qOU', /*#__PURE__*/React.createElement(SVGComponent$1E, props));
|
|
812
887
|
};
|
|
813
888
|
|
|
814
|
-
var SVGComponent$
|
|
889
|
+
var SVGComponent$1D = (({
|
|
815
890
|
as: Component = "svg",
|
|
816
891
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
817
892
|
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 +909,10 @@ const Clock = props => {
|
|
|
834
909
|
useEffect(() => {
|
|
835
910
|
refresh();
|
|
836
911
|
}, []);
|
|
837
|
-
return optimise('p_4Hg1C', /*#__PURE__*/React.createElement(SVGComponent$
|
|
912
|
+
return optimise('p_4Hg1C', /*#__PURE__*/React.createElement(SVGComponent$1D, props));
|
|
838
913
|
};
|
|
839
914
|
|
|
840
|
-
var SVGComponent$
|
|
915
|
+
var SVGComponent$1C = (({
|
|
841
916
|
as: Component = "svg",
|
|
842
917
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
843
918
|
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 +934,10 @@ const ClockBold = props => {
|
|
|
859
934
|
useEffect(() => {
|
|
860
935
|
refresh();
|
|
861
936
|
}, []);
|
|
862
|
-
return optimise('p_1ga8eC', /*#__PURE__*/React.createElement(SVGComponent$
|
|
937
|
+
return optimise('p_1ga8eC', /*#__PURE__*/React.createElement(SVGComponent$1C, props));
|
|
863
938
|
};
|
|
864
939
|
|
|
865
|
-
var SVGComponent$
|
|
940
|
+
var SVGComponent$1B = (({
|
|
866
941
|
as: Component = "svg",
|
|
867
942
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
868
943
|
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 +959,10 @@ const Cloud = props => {
|
|
|
884
959
|
useEffect(() => {
|
|
885
960
|
refresh();
|
|
886
961
|
}, []);
|
|
887
|
-
return optimise('p_4HgaE', /*#__PURE__*/React.createElement(SVGComponent$
|
|
962
|
+
return optimise('p_4HgaE', /*#__PURE__*/React.createElement(SVGComponent$1B, props));
|
|
888
963
|
};
|
|
889
964
|
|
|
890
|
-
var SVGComponent$
|
|
965
|
+
var SVGComponent$1A = (({
|
|
891
966
|
as: Component = "svg",
|
|
892
967
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
893
968
|
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 +985,10 @@ const CloudUpload = props => {
|
|
|
910
985
|
useEffect(() => {
|
|
911
986
|
refresh();
|
|
912
987
|
}, []);
|
|
913
|
-
return optimise('p_efIsB', /*#__PURE__*/React.createElement(SVGComponent$
|
|
988
|
+
return optimise('p_efIsB', /*#__PURE__*/React.createElement(SVGComponent$1A, props));
|
|
914
989
|
};
|
|
915
990
|
|
|
916
|
-
var SVGComponent$
|
|
991
|
+
var SVGComponent$1z = (({
|
|
917
992
|
as: Component = "svg",
|
|
918
993
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
919
994
|
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 +1011,10 @@ const Coins = props => {
|
|
|
936
1011
|
useEffect(() => {
|
|
937
1012
|
refresh();
|
|
938
1013
|
}, []);
|
|
939
|
-
return optimise('p_4HCzW', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1014
|
+
return optimise('p_4HCzW', /*#__PURE__*/React.createElement(SVGComponent$1z, props));
|
|
940
1015
|
};
|
|
941
1016
|
|
|
942
|
-
var SVGComponent$
|
|
1017
|
+
var SVGComponent$1y = (({
|
|
943
1018
|
as: Component = "svg",
|
|
944
1019
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
945
1020
|
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 +1037,10 @@ const Crane = props => {
|
|
|
962
1037
|
useEffect(() => {
|
|
963
1038
|
refresh();
|
|
964
1039
|
}, []);
|
|
965
|
-
return optimise('p_4HYwO', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1040
|
+
return optimise('p_4HYwO', /*#__PURE__*/React.createElement(SVGComponent$1y, props));
|
|
966
1041
|
};
|
|
967
1042
|
|
|
968
|
-
var SVGComponent$
|
|
1043
|
+
var SVGComponent$1x = (({
|
|
969
1044
|
as: Component = "svg",
|
|
970
1045
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
971
1046
|
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 +1063,10 @@ const Crown = props => {
|
|
|
988
1063
|
useEffect(() => {
|
|
989
1064
|
refresh();
|
|
990
1065
|
}, []);
|
|
991
|
-
return optimise('p_4I3e6', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1066
|
+
return optimise('p_4I3e6', /*#__PURE__*/React.createElement(SVGComponent$1x, props));
|
|
992
1067
|
};
|
|
993
1068
|
|
|
994
|
-
var SVGComponent$
|
|
1069
|
+
var SVGComponent$1w = (({
|
|
995
1070
|
as: Component = "svg",
|
|
996
1071
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
997
1072
|
d: "M15.3333 5.33333H16V0H10.6667V0.666667H14.862L7.09733 8.43067L7.56933 8.90267L15.3333 1.138V5.33333Z"
|
|
@@ -1015,10 +1090,10 @@ const DoubleArrow = props => {
|
|
|
1015
1090
|
useEffect(() => {
|
|
1016
1091
|
refresh();
|
|
1017
1092
|
}, []);
|
|
1018
|
-
return optimise('p_1Bzbk', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1093
|
+
return optimise('p_1Bzbk', /*#__PURE__*/React.createElement(SVGComponent$1w, props));
|
|
1019
1094
|
};
|
|
1020
1095
|
|
|
1021
|
-
var SVGComponent$
|
|
1096
|
+
var SVGComponent$1v = (({
|
|
1022
1097
|
as: Component = "svg",
|
|
1023
1098
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1024
1099
|
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,7 +1115,33 @@ const Download = props => {
|
|
|
1040
1115
|
useEffect(() => {
|
|
1041
1116
|
refresh();
|
|
1042
1117
|
}, []);
|
|
1043
|
-
return optimise('p_1KMgPC', /*#__PURE__*/React.createElement(SVGComponent$
|
|
1118
|
+
return optimise('p_1KMgPC', /*#__PURE__*/React.createElement(SVGComponent$1v, props));
|
|
1119
|
+
};
|
|
1120
|
+
|
|
1121
|
+
var SVGComponent$1u = (({
|
|
1122
|
+
as: Component = "svg",
|
|
1123
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1124
|
+
d: "M23,7h-6V1H1V17H7v6H23V7Zm-15,1h14v14H8V8ZM16,2V7H7V16H2V2h14Zm-1.5,9h1v3.5h3.5v1h-3.5v3.5h-1v-3.5h-3.5v-1h3.5v-3.5Z",
|
|
1125
|
+
fillRule: "evenodd"
|
|
1126
|
+
})),
|
|
1127
|
+
...props
|
|
1128
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
1129
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1130
|
+
width: "24",
|
|
1131
|
+
height: "24",
|
|
1132
|
+
viewBox: "0 0 24 24",
|
|
1133
|
+
fill: "currentColor"
|
|
1134
|
+
}, props), children));
|
|
1135
|
+
|
|
1136
|
+
const Duplicate = props => {
|
|
1137
|
+
const {
|
|
1138
|
+
optimise,
|
|
1139
|
+
refresh
|
|
1140
|
+
} = useContext(PictoContext);
|
|
1141
|
+
useEffect(() => {
|
|
1142
|
+
refresh();
|
|
1143
|
+
}, []);
|
|
1144
|
+
return optimise('p_Z1hF7XI', /*#__PURE__*/React.createElement(SVGComponent$1u, props));
|
|
1044
1145
|
};
|
|
1045
1146
|
|
|
1046
1147
|
var SVGComponent$1t = (({
|
|
@@ -3451,7 +3552,7 @@ const ZeroPercent = props => {
|
|
|
3451
3552
|
return optimise('p_6lhot', /*#__PURE__*/React.createElement(SVGComponent, props));
|
|
3452
3553
|
};
|
|
3453
3554
|
|
|
3454
|
-
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", "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"];
|
|
3555
|
+
const manifest = ["Archive", "ArrowDouble", "ArrowDownRightCircle", "ArrowLeft", "ArrowLeftBold", "ArrowRight", "ArrowUpRightCircle", "Bank", "BankNote", "Bars", "Bell", "Bookmark", "Briefcase", "BubbleDouble", "Building", "Bulb", "BulletBold", "BulletBook", "Burden", "Calculator", "Calendar", "CalendarBold", "Camera", "ChalkboardTeacher", "ChartBar", "Check", "CheckBold", "CheckHandwrite", "ChevronDownBold", "ChevronLeftBold", "ChevronRightBold", "ChevronUpBold", "Clock", "ClockBold", "Cloud", "CloudUpload", "Coins", "Crane", "Crown", "DoubleArrow", "Download", "Duplicate", "Envelope", "EqualBold", "EqualCircle", "Euro", "EuroBold", "ExclamationMarkCircle", "ExclamationMarkCircleBold", "ExclamationMarkTriangle", "ExclamationMarkTriangleBold", "ExternalLink", "Eye", "Facebook", "FacebookSmall", "File", "FileCheck", "Files", "Filter", "FirstCircle", "Flag", "Folder", "FolderOpen", "FourCircle", "Globe", "GraduationCap", "HandCoin", "Heart", "HeartPlain", "HorseChase", "House", "HouseMagnifier", "InfoCircle", "InfoCircleBold", "Instagram", "Key", "LightningBolt", "Link", "Lock", "MagicWand", "MagnifyingBold", "MagnifyingGlassLeft", "Marker", "Microphone", "MinusBold", "MinusCircle", "Paperclip", "Pen", "Percent", "Phone", "Plan", "Plane", "Play", "PlusBold", "PlusCircle", "Print", "QuestionMarkCircle", "QuestionMarkCircleBold", "QuoteClose", "QuoteOpenPlain", "Share", "ShieldCheck", "Smartphone", "SmileyFrown", "SmileyHappy", "SmileyNeutral", "SpeechBubble", "SquareMeter", "SquareMetersBold", "Star", "StarFilled", "StarHalf", "Tada", "ThreeCircle", "Times", "TimesBold", "TimesCircle", "TimesCircleBold", "Toast", "Trash", "Tree", "TreePlain", "Trustpilot", "Tune", "Twitter", "TwitterSmall", "TwoCircle", "TwoPeople", "UserBook", "UserCircle", "UserId", "UserStars", "Wall", "WorkingMan", "Youtube", "ZeroPercent"];
|
|
3455
3556
|
|
|
3456
|
-
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, 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 };
|
|
3557
|
+
export { Archive, ArrowDouble, ArrowDownRightCircle, ArrowLeft, ArrowLeftBold, ArrowRight, ArrowUpRightCircle, Bank, BankNote, Bars, Bell, Bookmark, Briefcase, BubbleDouble, Building, Bulb, BulletBold, BulletBook, Burden, Calculator, Calendar, CalendarBold, Camera, ChalkboardTeacher, ChartBar, Check, CheckBold, CheckHandwrite, ChevronDownBold, ChevronLeftBold, ChevronRightBold, ChevronUpBold, Clock, ClockBold, Cloud, CloudUpload, Coins, Crane, Crown, DoubleArrow, Download, Duplicate, Envelope, EqualBold, EqualCircle, Euro, EuroBold, ExclamationMarkCircle, ExclamationMarkCircleBold, ExclamationMarkTriangle, ExclamationMarkTriangleBold, ExternalLink, Eye, Facebook, FacebookSmall, File, FileCheck, Files, Filter, FirstCircle, Flag, Folder, FolderOpen, FourCircle, Globe, GraduationCap, HandCoin, Heart, HeartPlain, HorseChase, House, HouseMagnifier, InfoCircle, InfoCircleBold, Instagram, Key, LightningBolt, Link, Lock, MagicWand, MagnifyingBold, MagnifyingGlassLeft, Marker, Microphone, MinusBold, MinusCircle, Paperclip, Pen, Percent, Phone, PictoProvider, Plan, Plane, Play, PlusBold, PlusCircle, Print, QuestionMarkCircle, QuestionMarkCircleBold, QuoteClose, QuoteOpenPlain, Share, ShieldCheck, Smartphone, SmileyFrown, SmileyHappy, SmileyNeutral, SpeechBubble, SquareMeter, SquareMetersBold, Star, StarFilled, StarHalf, Tada, ThreeCircle, Times, TimesBold, TimesCircle, TimesCircleBold, Toast, Trash, Tree, TreePlain, Trustpilot, Tune, Twitter, TwitterSmall, TwoCircle, TwoPeople, UserBook, UserCircle, UserId, UserStars, Wall, WorkingMan, Youtube, ZeroPercent, manifest };
|
|
3457
3558
|
//# sourceMappingURL=picto.js.map
|