@app-studio/web 0.8.57 → 0.8.59
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/dist/components/Form/Password/Password/Password.state.d.ts +2 -2
- package/dist/components/Icon/Icon.d.ts +3 -0
- package/dist/components/Layout/Center/Center.d.ts +2 -2
- package/dist/components/Layout/Horizontal/Horizontal.d.ts +2 -2
- package/dist/components/Layout/Vertical/Vertical.d.ts +2 -2
- package/dist/components/Layout/View/View.d.ts +1 -1
- package/dist/web.cjs.development.js +292 -202
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +290 -203
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +292 -202
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/package.json +11 -22
|
@@ -230,16 +230,16 @@
|
|
|
230
230
|
_excluded18 = ["size", "color", "filled", "strokeWidth"],
|
|
231
231
|
_excluded19 = ["size", "color", "filled", "strokeWidth"],
|
|
232
232
|
_excluded20 = ["size", "color", "filled", "strokeWidth"],
|
|
233
|
-
_excluded21 = ["size", "color", "
|
|
233
|
+
_excluded21 = ["size", "color", "filled", "strokeWidth"],
|
|
234
234
|
_excluded22 = ["size", "color", "filled", "strokeWidth"],
|
|
235
|
-
_excluded23 = ["size", "color", "strokeWidth"],
|
|
236
|
-
_excluded24 = ["size", "color", "
|
|
237
|
-
_excluded25 = ["size", "color", "strokeWidth"],
|
|
238
|
-
_excluded26 = ["size", "color", "
|
|
239
|
-
_excluded27 = ["size", "color", "strokeWidth"],
|
|
240
|
-
_excluded28 = ["size", "color", "
|
|
235
|
+
_excluded23 = ["size", "color", "filled", "strokeWidth"],
|
|
236
|
+
_excluded24 = ["size", "color", "strokeWidth", "filled"],
|
|
237
|
+
_excluded25 = ["size", "color", "filled", "strokeWidth"],
|
|
238
|
+
_excluded26 = ["size", "color", "strokeWidth", "filled"],
|
|
239
|
+
_excluded27 = ["size", "color", "filled", "strokeWidth"],
|
|
240
|
+
_excluded28 = ["size", "color", "strokeWidth", "filled"],
|
|
241
241
|
_excluded29 = ["size", "color", "filled", "strokeWidth"],
|
|
242
|
-
_excluded30 = ["size", "color", "
|
|
242
|
+
_excluded30 = ["size", "color", "strokeWidth", "filled"],
|
|
243
243
|
_excluded31 = ["size", "color", "filled", "strokeWidth"],
|
|
244
244
|
_excluded32 = ["size", "color", "filled", "strokeWidth"],
|
|
245
245
|
_excluded33 = ["size", "color", "filled", "strokeWidth"],
|
|
@@ -249,11 +249,11 @@
|
|
|
249
249
|
_excluded37 = ["size", "color", "filled", "strokeWidth"],
|
|
250
250
|
_excluded38 = ["size", "color", "filled", "strokeWidth"],
|
|
251
251
|
_excluded39 = ["size", "color", "filled", "strokeWidth"],
|
|
252
|
-
_excluded40 = ["size", "color", "strokeWidth"],
|
|
253
|
-
_excluded41 = ["size", "color", "strokeWidth"],
|
|
252
|
+
_excluded40 = ["size", "color", "filled", "strokeWidth"],
|
|
253
|
+
_excluded41 = ["size", "color", "filled", "strokeWidth"],
|
|
254
254
|
_excluded42 = ["size", "color", "filled", "strokeWidth"],
|
|
255
|
-
_excluded43 = ["size", "color", "
|
|
256
|
-
_excluded44 = ["size", "color", "
|
|
255
|
+
_excluded43 = ["size", "color", "strokeWidth", "filled"],
|
|
256
|
+
_excluded44 = ["size", "color", "strokeWidth", "filled"],
|
|
257
257
|
_excluded45 = ["size", "color", "filled", "strokeWidth"],
|
|
258
258
|
_excluded46 = ["size", "color", "filled", "strokeWidth"],
|
|
259
259
|
_excluded47 = ["size", "color", "filled", "strokeWidth"],
|
|
@@ -264,7 +264,10 @@
|
|
|
264
264
|
_excluded52 = ["size", "color", "filled", "strokeWidth"],
|
|
265
265
|
_excluded53 = ["size", "color", "filled", "strokeWidth"],
|
|
266
266
|
_excluded54 = ["size", "color", "filled", "strokeWidth"],
|
|
267
|
-
_excluded55 = ["size", "color", "strokeWidth"]
|
|
267
|
+
_excluded55 = ["size", "color", "filled", "strokeWidth"],
|
|
268
|
+
_excluded56 = ["size", "color", "filled", "strokeWidth"],
|
|
269
|
+
_excluded57 = ["size", "color", "filled", "strokeWidth"],
|
|
270
|
+
_excluded58 = ["size", "color", "strokeWidth", "filled"];
|
|
268
271
|
// Default wrapper component for consistent sizing and styling
|
|
269
272
|
var IconWrapper = _ref => {
|
|
270
273
|
var {
|
|
@@ -313,12 +316,11 @@
|
|
|
313
316
|
d: "M12.771 7.115a.829.829 0 0 0-1.2 0L3 15.686l1.2 1.2 7.971-7.971 7.972 7.971 1.2-1.2-8.572-8.571Z"
|
|
314
317
|
})));
|
|
315
318
|
};
|
|
316
|
-
|
|
317
|
-
var TwitchIcon = _ref3 => {
|
|
319
|
+
var TwitterIcon = _ref3 => {
|
|
318
320
|
var {
|
|
319
321
|
size = 24,
|
|
320
322
|
color = 'currentColor',
|
|
321
|
-
filled =
|
|
323
|
+
filled = true,
|
|
322
324
|
strokeWidth = 1
|
|
323
325
|
} = _ref3,
|
|
324
326
|
props = _objectWithoutPropertiesLoose(_ref3, _excluded3);
|
|
@@ -329,6 +331,51 @@
|
|
|
329
331
|
viewBox: "0 0 24 24",
|
|
330
332
|
"aria-hidden": "true",
|
|
331
333
|
focusable: "false"
|
|
334
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
335
|
+
d: "M22.46 6.01c-.83.37-1.72.62-2.65.74a4.6 4.6 0 0 0 2.01-2.54 9.2 9.2 0 0 1-2.91 1.11 4.54 4.54 0 0 0-7.75 4.14A12.86 12.86 0 0 1 3.15 4.47a4.54 4.54 0 0 0 1.4 6.06 4.5 4.5 0 0 1-2.06-.57v.06a4.54 4.54 0 0 0 3.64 4.45 4.61 4.61 0 0 1-2.05.08 4.54 4.54 0 0 0 4.23 3.15 9.12 9.12 0 0 1-5.64 1.94c-.37 0-.74-.02-1.1-.07A12.86 12.86 0 0 0 8.21 21c8.38 0 12.96-6.94 12.96-12.96 0-.2 0-.4-.01-.6a9.28 9.28 0 0 0 2.3-2.37z",
|
|
336
|
+
fill: filled ? color : 'none',
|
|
337
|
+
stroke: filled ? 'none' : color,
|
|
338
|
+
strokeWidth: filled ? 0 : strokeWidth
|
|
339
|
+
})));
|
|
340
|
+
};
|
|
341
|
+
var XIcon = _ref4 => {
|
|
342
|
+
var {
|
|
343
|
+
size = 24,
|
|
344
|
+
color = 'currentColor',
|
|
345
|
+
filled = true,
|
|
346
|
+
strokeWidth = 1
|
|
347
|
+
} = _ref4,
|
|
348
|
+
props = _objectWithoutPropertiesLoose(_ref4, _excluded4);
|
|
349
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
350
|
+
size: size,
|
|
351
|
+
color: color
|
|
352
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
|
|
353
|
+
viewBox: "0 0 24 24",
|
|
354
|
+
"aria-hidden": "true",
|
|
355
|
+
focusable: "false"
|
|
356
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
357
|
+
d: "M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z",
|
|
358
|
+
fill: filled ? color : 'none',
|
|
359
|
+
stroke: color,
|
|
360
|
+
strokeWidth: strokeWidth
|
|
361
|
+
})));
|
|
362
|
+
};
|
|
363
|
+
// Example of a Twitch Icon
|
|
364
|
+
var TwitchIcon = _ref5 => {
|
|
365
|
+
var {
|
|
366
|
+
size = 24,
|
|
367
|
+
color = 'currentColor',
|
|
368
|
+
filled = true,
|
|
369
|
+
strokeWidth = 1
|
|
370
|
+
} = _ref5,
|
|
371
|
+
props = _objectWithoutPropertiesLoose(_ref5, _excluded5);
|
|
372
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
373
|
+
size: size,
|
|
374
|
+
color: color
|
|
375
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
|
|
376
|
+
viewBox: "0 0 24 24",
|
|
377
|
+
"aria-hidden": "true",
|
|
378
|
+
focusable: "false"
|
|
332
379
|
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
333
380
|
d: "M2 2v16h5v4l4-4h5l6-6V2H2zm18 10-3 3h-5l-3 3v-3H4V4h16v8z",
|
|
334
381
|
fill: filled ? color : 'none',
|
|
@@ -342,14 +389,14 @@
|
|
|
342
389
|
})));
|
|
343
390
|
};
|
|
344
391
|
// Example of another Icon: CloseIcon
|
|
345
|
-
var CloseIcon =
|
|
392
|
+
var CloseIcon = _ref6 => {
|
|
346
393
|
var {
|
|
347
394
|
size = 24,
|
|
348
395
|
color = 'currentColor',
|
|
349
396
|
filled = false,
|
|
350
397
|
strokeWidth = 1
|
|
351
|
-
} =
|
|
352
|
-
props = _objectWithoutPropertiesLoose(
|
|
398
|
+
} = _ref6,
|
|
399
|
+
props = _objectWithoutPropertiesLoose(_ref6, _excluded6);
|
|
353
400
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
354
401
|
size: size,
|
|
355
402
|
color: color
|
|
@@ -371,14 +418,14 @@
|
|
|
371
418
|
y2: "18"
|
|
372
419
|
})));
|
|
373
420
|
};
|
|
374
|
-
var InstagramIcon =
|
|
421
|
+
var InstagramIcon = _ref7 => {
|
|
375
422
|
var {
|
|
376
423
|
size = 24,
|
|
377
424
|
color = 'currentColor',
|
|
378
425
|
filled = false,
|
|
379
426
|
strokeWidth = 1
|
|
380
|
-
} =
|
|
381
|
-
props = _objectWithoutPropertiesLoose(
|
|
427
|
+
} = _ref7,
|
|
428
|
+
props = _objectWithoutPropertiesLoose(_ref7, _excluded7);
|
|
382
429
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
383
430
|
size: size,
|
|
384
431
|
color: color
|
|
@@ -402,33 +449,64 @@
|
|
|
402
449
|
y2: "6.5"
|
|
403
450
|
})));
|
|
404
451
|
};
|
|
405
|
-
var YoutubeIcon =
|
|
452
|
+
var YoutubeIcon = _ref8 => {
|
|
406
453
|
var {
|
|
407
454
|
size = 24,
|
|
408
455
|
color = 'currentColor',
|
|
409
|
-
filled =
|
|
456
|
+
filled = true,
|
|
410
457
|
strokeWidth = 1
|
|
411
|
-
} =
|
|
412
|
-
props = _objectWithoutPropertiesLoose(
|
|
458
|
+
} = _ref8,
|
|
459
|
+
props = _objectWithoutPropertiesLoose(_ref8, _excluded8);
|
|
413
460
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
414
461
|
size: size,
|
|
415
462
|
color: color
|
|
416
463
|
}, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
|
|
417
|
-
viewBox: "0 0 24 24"
|
|
464
|
+
viewBox: "0 0 24 24",
|
|
465
|
+
"aria-hidden": "true",
|
|
466
|
+
focusable: "false"
|
|
418
467
|
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
419
|
-
d: "
|
|
468
|
+
d: "M21.8 8.001A2.8 2.8 0 0 0 19 5.2C17.793 5 12 5 12 5s-5.793 0-7 0.2a2.8 2.8 0 0 0-2.8 2.8c-0.2 1.207-0.2 3-0.2 3s0 1.793 0.2 3a2.8 2.8 0 0 0 2.8 2.8c1.207 0.2 7 0.2 7 0.2s5.793 0 7-0.2a2.8 2.8 0 0 0 2.8-2.8c0.2-1.207 0.2-3 0.2-3s0-1.793-0.2-3z",
|
|
469
|
+
fill: filled ? color : 'none',
|
|
470
|
+
stroke: filled ? 'none' : color,
|
|
471
|
+
strokeWidth: filled ? 0 : strokeWidth
|
|
420
472
|
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
421
|
-
points: "
|
|
473
|
+
points: "10 8 10 14 14 10",
|
|
474
|
+
fill: "white" // Ensures the play button is transparent
|
|
475
|
+
,
|
|
476
|
+
stroke: 'white',
|
|
477
|
+
strokeWidth: strokeWidth
|
|
422
478
|
})));
|
|
423
479
|
};
|
|
424
|
-
var
|
|
480
|
+
var FacebookIcon = _ref9 => {
|
|
425
481
|
var {
|
|
426
482
|
size = 24,
|
|
427
483
|
color = 'currentColor',
|
|
428
484
|
filled = true,
|
|
429
485
|
strokeWidth = 1
|
|
430
|
-
} =
|
|
431
|
-
props = _objectWithoutPropertiesLoose(
|
|
486
|
+
} = _ref9,
|
|
487
|
+
props = _objectWithoutPropertiesLoose(_ref9, _excluded9);
|
|
488
|
+
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
489
|
+
size: size,
|
|
490
|
+
color: color
|
|
491
|
+
}, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
|
|
492
|
+
viewBox: "0 0 24 24",
|
|
493
|
+
"aria-hidden": "true",
|
|
494
|
+
focusable: "false"
|
|
495
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
496
|
+
d: "M22 2H2v20h10v-7h-2v-3h2V9.5a4 4 0 0 1 4-4h3v3h-3a1 1 0 0 0-1 1V12h4l-1 3h-3v7h6V2z",
|
|
497
|
+
fill: filled ? color : 'none',
|
|
498
|
+
stroke: color,
|
|
499
|
+
strokeWidth: filled ? 0 : strokeWidth
|
|
500
|
+
})));
|
|
501
|
+
};
|
|
502
|
+
var LinkedinIcon = _ref10 => {
|
|
503
|
+
var {
|
|
504
|
+
size = 24,
|
|
505
|
+
color = 'currentColor',
|
|
506
|
+
filled = true,
|
|
507
|
+
strokeWidth = 1
|
|
508
|
+
} = _ref10,
|
|
509
|
+
props = _objectWithoutPropertiesLoose(_ref10, _excluded10);
|
|
432
510
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
433
511
|
size: size,
|
|
434
512
|
color: color
|
|
@@ -447,14 +525,14 @@
|
|
|
447
525
|
r: "2"
|
|
448
526
|
})));
|
|
449
527
|
};
|
|
450
|
-
var ThreadsIcon =
|
|
528
|
+
var ThreadsIcon = _ref11 => {
|
|
451
529
|
var {
|
|
452
530
|
size = 24,
|
|
453
531
|
color = 'currentColor',
|
|
454
532
|
filled = false,
|
|
455
533
|
strokeWidth = 1
|
|
456
|
-
} =
|
|
457
|
-
props = _objectWithoutPropertiesLoose(
|
|
534
|
+
} = _ref11,
|
|
535
|
+
props = _objectWithoutPropertiesLoose(_ref11, _excluded11);
|
|
458
536
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
459
537
|
size: size,
|
|
460
538
|
color: color
|
|
@@ -469,15 +547,15 @@
|
|
|
469
547
|
})));
|
|
470
548
|
};
|
|
471
549
|
// Example Refactored Icon: MinusIcon without undefined 'padding' prop
|
|
472
|
-
var MinusIcon =
|
|
550
|
+
var MinusIcon = _ref12 => {
|
|
473
551
|
var {
|
|
474
552
|
size = 24,
|
|
475
553
|
color = 'currentColor',
|
|
476
554
|
filled = false,
|
|
477
555
|
// Assuming minus can be filled; adjust as needed
|
|
478
556
|
strokeWidth = 1
|
|
479
|
-
} =
|
|
480
|
-
props = _objectWithoutPropertiesLoose(
|
|
557
|
+
} = _ref12,
|
|
558
|
+
props = _objectWithoutPropertiesLoose(_ref12, _excluded12);
|
|
481
559
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
482
560
|
size: size,
|
|
483
561
|
color: color
|
|
@@ -494,14 +572,14 @@
|
|
|
494
572
|
})));
|
|
495
573
|
};
|
|
496
574
|
// Example Refactored Icon: InfoIcon with accessibility enhancements
|
|
497
|
-
var InfoIcon =
|
|
575
|
+
var InfoIcon = _ref13 => {
|
|
498
576
|
var {
|
|
499
577
|
size = 24,
|
|
500
578
|
color = 'currentColor',
|
|
501
579
|
filled = false,
|
|
502
580
|
strokeWidth = 1
|
|
503
|
-
} =
|
|
504
|
-
props = _objectWithoutPropertiesLoose(
|
|
581
|
+
} = _ref13,
|
|
582
|
+
props = _objectWithoutPropertiesLoose(_ref13, _excluded13);
|
|
505
583
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
506
584
|
size: size,
|
|
507
585
|
color: color
|
|
@@ -515,14 +593,14 @@
|
|
|
515
593
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"
|
|
516
594
|
})));
|
|
517
595
|
};
|
|
518
|
-
var HeartIcon =
|
|
596
|
+
var HeartIcon = _ref14 => {
|
|
519
597
|
var {
|
|
520
598
|
size = 24,
|
|
521
599
|
color = 'currentColor',
|
|
522
600
|
filled = true,
|
|
523
601
|
strokeWidth = 1
|
|
524
|
-
} =
|
|
525
|
-
props = _objectWithoutPropertiesLoose(
|
|
602
|
+
} = _ref14,
|
|
603
|
+
props = _objectWithoutPropertiesLoose(_ref14, _excluded14);
|
|
526
604
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
527
605
|
size: size,
|
|
528
606
|
color: color
|
|
@@ -534,14 +612,14 @@
|
|
|
534
612
|
d: "M20.84 4.61c-1.54-1.56-4.04-1.56-5.59 0l-.7.72-.7-.72a3.95 3.95 0 0 0-5.59 0c-1.56 1.56-1.56 4.09 0 5.66l6.29 6.36 6.29-6.36c1.56-1.56 1.56-4.09 0-5.66z"
|
|
535
613
|
})));
|
|
536
614
|
};
|
|
537
|
-
var StarIcon =
|
|
615
|
+
var StarIcon = _ref15 => {
|
|
538
616
|
var {
|
|
539
617
|
size = 24,
|
|
540
618
|
color = 'currentColor',
|
|
541
619
|
filled = true,
|
|
542
620
|
strokeWidth = 1
|
|
543
|
-
} =
|
|
544
|
-
props = _objectWithoutPropertiesLoose(
|
|
621
|
+
} = _ref15,
|
|
622
|
+
props = _objectWithoutPropertiesLoose(_ref15, _excluded15);
|
|
545
623
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
546
624
|
size: size,
|
|
547
625
|
color: color
|
|
@@ -553,14 +631,14 @@
|
|
|
553
631
|
points: "12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"
|
|
554
632
|
})));
|
|
555
633
|
};
|
|
556
|
-
var SaveIcon =
|
|
634
|
+
var SaveIcon = _ref16 => {
|
|
557
635
|
var {
|
|
558
636
|
size = 24,
|
|
559
637
|
color = 'currentColor',
|
|
560
638
|
filled = false,
|
|
561
639
|
strokeWidth = 1
|
|
562
|
-
} =
|
|
563
|
-
props = _objectWithoutPropertiesLoose(
|
|
640
|
+
} = _ref16,
|
|
641
|
+
props = _objectWithoutPropertiesLoose(_ref16, _excluded16);
|
|
564
642
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
565
643
|
size: size,
|
|
566
644
|
color: color
|
|
@@ -576,14 +654,14 @@
|
|
|
576
654
|
points: "7 3 7 8 15 8"
|
|
577
655
|
})));
|
|
578
656
|
};
|
|
579
|
-
var WarningIcon =
|
|
657
|
+
var WarningIcon = _ref17 => {
|
|
580
658
|
var {
|
|
581
659
|
size = 24,
|
|
582
660
|
color = 'currentColor',
|
|
583
661
|
filled = false,
|
|
584
662
|
strokeWidth = 1
|
|
585
|
-
} =
|
|
586
|
-
props = _objectWithoutPropertiesLoose(
|
|
663
|
+
} = _ref17,
|
|
664
|
+
props = _objectWithoutPropertiesLoose(_ref17, _excluded17);
|
|
587
665
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
588
666
|
size: size,
|
|
589
667
|
color: color
|
|
@@ -607,14 +685,14 @@
|
|
|
607
685
|
y2: "15"
|
|
608
686
|
})));
|
|
609
687
|
};
|
|
610
|
-
var BatteryIcon =
|
|
688
|
+
var BatteryIcon = _ref18 => {
|
|
611
689
|
var {
|
|
612
690
|
size = 24,
|
|
613
691
|
color = 'currentColor',
|
|
614
692
|
filled = true,
|
|
615
693
|
strokeWidth = 1
|
|
616
|
-
} =
|
|
617
|
-
props = _objectWithoutPropertiesLoose(
|
|
694
|
+
} = _ref18,
|
|
695
|
+
props = _objectWithoutPropertiesLoose(_ref18, _excluded18);
|
|
618
696
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
619
697
|
size: size,
|
|
620
698
|
color: color
|
|
@@ -626,14 +704,14 @@
|
|
|
626
704
|
d: "M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4z"
|
|
627
705
|
})));
|
|
628
706
|
};
|
|
629
|
-
var BookmarkIcon =
|
|
707
|
+
var BookmarkIcon = _ref19 => {
|
|
630
708
|
var {
|
|
631
709
|
size = 24,
|
|
632
710
|
color = 'currentColor',
|
|
633
711
|
filled = false,
|
|
634
712
|
strokeWidth = 1
|
|
635
|
-
} =
|
|
636
|
-
props = _objectWithoutPropertiesLoose(
|
|
713
|
+
} = _ref19,
|
|
714
|
+
props = _objectWithoutPropertiesLoose(_ref19, _excluded19);
|
|
637
715
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
638
716
|
size: size,
|
|
639
717
|
color: color
|
|
@@ -645,14 +723,14 @@
|
|
|
645
723
|
d: "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z"
|
|
646
724
|
})));
|
|
647
725
|
};
|
|
648
|
-
var CloudIcon =
|
|
726
|
+
var CloudIcon = _ref20 => {
|
|
649
727
|
var {
|
|
650
728
|
size = 24,
|
|
651
729
|
color = 'currentColor',
|
|
652
|
-
filled =
|
|
730
|
+
filled = true,
|
|
653
731
|
strokeWidth = 1
|
|
654
|
-
} =
|
|
655
|
-
props = _objectWithoutPropertiesLoose(
|
|
732
|
+
} = _ref20,
|
|
733
|
+
props = _objectWithoutPropertiesLoose(_ref20, _excluded20);
|
|
656
734
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
657
735
|
size: size,
|
|
658
736
|
color: color
|
|
@@ -664,14 +742,14 @@
|
|
|
664
742
|
d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z"
|
|
665
743
|
})));
|
|
666
744
|
};
|
|
667
|
-
var CopyIcon =
|
|
745
|
+
var CopyIcon = _ref21 => {
|
|
668
746
|
var {
|
|
669
747
|
size = 24,
|
|
670
748
|
color = 'currentColor',
|
|
671
749
|
filled = false,
|
|
672
750
|
strokeWidth = 1
|
|
673
|
-
} =
|
|
674
|
-
props = _objectWithoutPropertiesLoose(
|
|
751
|
+
} = _ref21,
|
|
752
|
+
props = _objectWithoutPropertiesLoose(_ref21, _excluded21);
|
|
675
753
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
676
754
|
size: size,
|
|
677
755
|
color: color
|
|
@@ -690,14 +768,14 @@
|
|
|
690
768
|
d: "M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"
|
|
691
769
|
})));
|
|
692
770
|
};
|
|
693
|
-
var DustBinIcon =
|
|
771
|
+
var DustBinIcon = _ref22 => {
|
|
694
772
|
var {
|
|
695
773
|
size = 24,
|
|
696
774
|
color = 'currentColor',
|
|
697
775
|
filled = false,
|
|
698
776
|
strokeWidth = 1
|
|
699
|
-
} =
|
|
700
|
-
props = _objectWithoutPropertiesLoose(
|
|
777
|
+
} = _ref22,
|
|
778
|
+
props = _objectWithoutPropertiesLoose(_ref22, _excluded22);
|
|
701
779
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
702
780
|
size: size,
|
|
703
781
|
color: color
|
|
@@ -709,14 +787,14 @@
|
|
|
709
787
|
d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"
|
|
710
788
|
})));
|
|
711
789
|
};
|
|
712
|
-
var EditIcon =
|
|
790
|
+
var EditIcon = _ref23 => {
|
|
713
791
|
var {
|
|
714
792
|
size = 24,
|
|
715
793
|
color = 'currentColor',
|
|
716
794
|
filled = false,
|
|
717
795
|
strokeWidth = 1
|
|
718
|
-
} =
|
|
719
|
-
props = _objectWithoutPropertiesLoose(
|
|
796
|
+
} = _ref23,
|
|
797
|
+
props = _objectWithoutPropertiesLoose(_ref23, _excluded23);
|
|
720
798
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
721
799
|
size: size,
|
|
722
800
|
color: color
|
|
@@ -728,14 +806,14 @@
|
|
|
728
806
|
d: "M18.3785 8.44975L8.9636 17.8648C8.6844 18.144 8.3288 18.3343 7.94161 18.4117L4.99988 19.0001L5.58823 16.0583C5.66566 15.6711 5.85597 15.3155 6.13517 15.0363L15.5501 5.62132M18.3785 8.44975L19.7927 7.03553C20.1832 6.64501 20.1832 6.01184 19.7927 5.62132L18.3785 4.20711C17.988 3.81658 17.3548 3.81658 16.9643 4.20711L15.5501 5.62132M18.3785 8.44975L15.5501 5.62132"
|
|
729
807
|
})));
|
|
730
808
|
};
|
|
731
|
-
var ErrorIcon =
|
|
809
|
+
var ErrorIcon = _ref24 => {
|
|
732
810
|
var {
|
|
733
811
|
size = 24,
|
|
734
812
|
color = 'currentColor',
|
|
735
813
|
strokeWidth = 1,
|
|
736
814
|
filled = true
|
|
737
|
-
} =
|
|
738
|
-
props = _objectWithoutPropertiesLoose(
|
|
815
|
+
} = _ref24,
|
|
816
|
+
props = _objectWithoutPropertiesLoose(_ref24, _excluded24);
|
|
739
817
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
740
818
|
size: size,
|
|
741
819
|
color: color
|
|
@@ -761,14 +839,14 @@
|
|
|
761
839
|
stroke: filled ? 'white' : color
|
|
762
840
|
})));
|
|
763
841
|
};
|
|
764
|
-
var DownloadIcon =
|
|
842
|
+
var DownloadIcon = _ref25 => {
|
|
765
843
|
var {
|
|
766
844
|
size = 24,
|
|
767
845
|
color = 'currentColor',
|
|
768
846
|
filled = true,
|
|
769
847
|
strokeWidth = 1
|
|
770
|
-
} =
|
|
771
|
-
props = _objectWithoutPropertiesLoose(
|
|
848
|
+
} = _ref25,
|
|
849
|
+
props = _objectWithoutPropertiesLoose(_ref25, _excluded25);
|
|
772
850
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
773
851
|
size: size,
|
|
774
852
|
color: color
|
|
@@ -780,13 +858,14 @@
|
|
|
780
858
|
d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
|
|
781
859
|
})));
|
|
782
860
|
};
|
|
783
|
-
var MenuIcon =
|
|
861
|
+
var MenuIcon = _ref26 => {
|
|
784
862
|
var {
|
|
785
863
|
size = 24,
|
|
786
864
|
color = 'currentColor',
|
|
787
|
-
strokeWidth = 1
|
|
788
|
-
|
|
789
|
-
|
|
865
|
+
strokeWidth = 1,
|
|
866
|
+
filled = false
|
|
867
|
+
} = _ref26,
|
|
868
|
+
props = _objectWithoutPropertiesLoose(_ref26, _excluded26);
|
|
790
869
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
791
870
|
size: size,
|
|
792
871
|
color: color
|
|
@@ -794,7 +873,7 @@
|
|
|
794
873
|
viewBox: "0 0 24 24",
|
|
795
874
|
"aria-hidden": "false",
|
|
796
875
|
focusable: "false"
|
|
797
|
-
}, getSvgProps(
|
|
876
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
|
|
798
877
|
stroke: color,
|
|
799
878
|
x1: "3",
|
|
800
879
|
y1: "12",
|
|
@@ -814,14 +893,14 @@
|
|
|
814
893
|
y2: "18"
|
|
815
894
|
})));
|
|
816
895
|
};
|
|
817
|
-
var ShareIcon =
|
|
896
|
+
var ShareIcon = _ref27 => {
|
|
818
897
|
var {
|
|
819
898
|
size = 24,
|
|
820
899
|
color = 'currentColor',
|
|
821
900
|
filled = false,
|
|
822
901
|
strokeWidth = 1
|
|
823
|
-
} =
|
|
824
|
-
props = _objectWithoutPropertiesLoose(
|
|
902
|
+
} = _ref27,
|
|
903
|
+
props = _objectWithoutPropertiesLoose(_ref27, _excluded27);
|
|
825
904
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
826
905
|
size: size,
|
|
827
906
|
color: color
|
|
@@ -855,13 +934,14 @@
|
|
|
855
934
|
y2: "10.49"
|
|
856
935
|
})));
|
|
857
936
|
};
|
|
858
|
-
var RefreshIcon =
|
|
937
|
+
var RefreshIcon = _ref28 => {
|
|
859
938
|
var {
|
|
860
939
|
size = 24,
|
|
861
940
|
color = 'currentColor',
|
|
862
|
-
strokeWidth = 1
|
|
863
|
-
|
|
864
|
-
|
|
941
|
+
strokeWidth = 1,
|
|
942
|
+
filled = false
|
|
943
|
+
} = _ref28,
|
|
944
|
+
props = _objectWithoutPropertiesLoose(_ref28, _excluded28);
|
|
865
945
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
866
946
|
size: size,
|
|
867
947
|
color: color
|
|
@@ -869,20 +949,20 @@
|
|
|
869
949
|
viewBox: "0 0 24 24",
|
|
870
950
|
"aria-hidden": "false",
|
|
871
951
|
focusable: "false"
|
|
872
|
-
}, getSvgProps(
|
|
952
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("polyline", {
|
|
873
953
|
points: "23 4 23 10 17 10"
|
|
874
954
|
}), /*#__PURE__*/React__default.createElement("path", {
|
|
875
955
|
d: "M20.49 15a9 9 0 1 1-2.13-9.36L23 10"
|
|
876
956
|
})));
|
|
877
957
|
};
|
|
878
|
-
var PrintIcon =
|
|
958
|
+
var PrintIcon = _ref29 => {
|
|
879
959
|
var {
|
|
880
960
|
size = 24,
|
|
881
961
|
color = 'currentColor',
|
|
882
962
|
filled = true,
|
|
883
963
|
strokeWidth = 1
|
|
884
|
-
} =
|
|
885
|
-
props = _objectWithoutPropertiesLoose(
|
|
964
|
+
} = _ref29,
|
|
965
|
+
props = _objectWithoutPropertiesLoose(_ref29, _excluded29);
|
|
886
966
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
887
967
|
size: size,
|
|
888
968
|
color: color
|
|
@@ -895,13 +975,14 @@
|
|
|
895
975
|
d: "M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z"
|
|
896
976
|
})));
|
|
897
977
|
};
|
|
898
|
-
var PanelIcon =
|
|
978
|
+
var PanelIcon = _ref30 => {
|
|
899
979
|
var {
|
|
900
980
|
size = 24,
|
|
901
981
|
color = 'currentColor',
|
|
902
|
-
strokeWidth = 1
|
|
903
|
-
|
|
904
|
-
|
|
982
|
+
strokeWidth = 1,
|
|
983
|
+
filled = false
|
|
984
|
+
} = _ref30,
|
|
985
|
+
props = _objectWithoutPropertiesLoose(_ref30, _excluded30);
|
|
905
986
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
906
987
|
size: size,
|
|
907
988
|
color: color
|
|
@@ -909,7 +990,7 @@
|
|
|
909
990
|
viewBox: "0 0 24 24",
|
|
910
991
|
"aria-hidden": "false",
|
|
911
992
|
focusable: "false"
|
|
912
|
-
}, getSvgProps(
|
|
993
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
|
|
913
994
|
stroke: color,
|
|
914
995
|
x1: "4",
|
|
915
996
|
y1: "21",
|
|
@@ -965,14 +1046,14 @@
|
|
|
965
1046
|
y2: "16"
|
|
966
1047
|
})));
|
|
967
1048
|
};
|
|
968
|
-
var FilterIcon =
|
|
1049
|
+
var FilterIcon = _ref31 => {
|
|
969
1050
|
var {
|
|
970
1051
|
size = 24,
|
|
971
1052
|
color = 'currentColor',
|
|
972
1053
|
filled = false,
|
|
973
1054
|
strokeWidth = 1
|
|
974
|
-
} =
|
|
975
|
-
props = _objectWithoutPropertiesLoose(
|
|
1055
|
+
} = _ref31,
|
|
1056
|
+
props = _objectWithoutPropertiesLoose(_ref31, _excluded31);
|
|
976
1057
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
977
1058
|
size: size,
|
|
978
1059
|
color: color
|
|
@@ -984,14 +1065,14 @@
|
|
|
984
1065
|
d: "M3 4h18l-7 10v5l-4 2v-7L3 4z"
|
|
985
1066
|
})));
|
|
986
1067
|
};
|
|
987
|
-
var HomeIcon =
|
|
1068
|
+
var HomeIcon = _ref32 => {
|
|
988
1069
|
var {
|
|
989
1070
|
size = 24,
|
|
990
1071
|
color = 'currentColor',
|
|
991
1072
|
filled = true,
|
|
992
1073
|
strokeWidth = 1
|
|
993
|
-
} =
|
|
994
|
-
props = _objectWithoutPropertiesLoose(
|
|
1074
|
+
} = _ref32,
|
|
1075
|
+
props = _objectWithoutPropertiesLoose(_ref32, _excluded32);
|
|
995
1076
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
996
1077
|
size: size,
|
|
997
1078
|
color: color
|
|
@@ -1003,14 +1084,14 @@
|
|
|
1003
1084
|
d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
|
|
1004
1085
|
})));
|
|
1005
1086
|
};
|
|
1006
|
-
var LocationIcon =
|
|
1087
|
+
var LocationIcon = _ref33 => {
|
|
1007
1088
|
var {
|
|
1008
1089
|
size = 24,
|
|
1009
1090
|
color = 'currentColor',
|
|
1010
1091
|
filled = true,
|
|
1011
1092
|
strokeWidth = 1
|
|
1012
|
-
} =
|
|
1013
|
-
props = _objectWithoutPropertiesLoose(
|
|
1093
|
+
} = _ref33,
|
|
1094
|
+
props = _objectWithoutPropertiesLoose(_ref33, _excluded33);
|
|
1014
1095
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1015
1096
|
size: size,
|
|
1016
1097
|
color: color
|
|
@@ -1022,14 +1103,14 @@
|
|
|
1022
1103
|
d: "M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"
|
|
1023
1104
|
})));
|
|
1024
1105
|
};
|
|
1025
|
-
var LockIcon =
|
|
1106
|
+
var LockIcon = _ref34 => {
|
|
1026
1107
|
var {
|
|
1027
1108
|
size = 24,
|
|
1028
1109
|
color = 'currentColor',
|
|
1029
1110
|
filled = false,
|
|
1030
1111
|
strokeWidth = 1
|
|
1031
|
-
} =
|
|
1032
|
-
props = _objectWithoutPropertiesLoose(
|
|
1112
|
+
} = _ref34,
|
|
1113
|
+
props = _objectWithoutPropertiesLoose(_ref34, _excluded34);
|
|
1033
1114
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1034
1115
|
size: size,
|
|
1035
1116
|
color: color
|
|
@@ -1048,14 +1129,14 @@
|
|
|
1048
1129
|
d: "M7 11V7a5 5 0 0 1 10 0v4"
|
|
1049
1130
|
})));
|
|
1050
1131
|
};
|
|
1051
|
-
var MicrophoneIcon =
|
|
1132
|
+
var MicrophoneIcon = _ref35 => {
|
|
1052
1133
|
var {
|
|
1053
1134
|
size = 24,
|
|
1054
1135
|
color = 'currentColor',
|
|
1055
1136
|
filled = false,
|
|
1056
1137
|
strokeWidth = 1
|
|
1057
|
-
} =
|
|
1058
|
-
props = _objectWithoutPropertiesLoose(
|
|
1138
|
+
} = _ref35,
|
|
1139
|
+
props = _objectWithoutPropertiesLoose(_ref35, _excluded35);
|
|
1059
1140
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1060
1141
|
size: size,
|
|
1061
1142
|
color: color
|
|
@@ -1081,14 +1162,14 @@
|
|
|
1081
1162
|
y2: "23"
|
|
1082
1163
|
})));
|
|
1083
1164
|
};
|
|
1084
|
-
var MoonIcon =
|
|
1165
|
+
var MoonIcon = _ref36 => {
|
|
1085
1166
|
var {
|
|
1086
1167
|
size = 24,
|
|
1087
1168
|
color = 'currentColor',
|
|
1088
1169
|
filled = true,
|
|
1089
1170
|
strokeWidth = 1
|
|
1090
|
-
} =
|
|
1091
|
-
props = _objectWithoutPropertiesLoose(
|
|
1171
|
+
} = _ref36,
|
|
1172
|
+
props = _objectWithoutPropertiesLoose(_ref36, _excluded36);
|
|
1092
1173
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1093
1174
|
size: size,
|
|
1094
1175
|
color: color
|
|
@@ -1100,14 +1181,14 @@
|
|
|
1100
1181
|
d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
|
|
1101
1182
|
})));
|
|
1102
1183
|
};
|
|
1103
|
-
var NotificationIcon =
|
|
1184
|
+
var NotificationIcon = _ref37 => {
|
|
1104
1185
|
var {
|
|
1105
1186
|
size = 24,
|
|
1106
1187
|
color = 'currentColor',
|
|
1107
1188
|
filled = false,
|
|
1108
1189
|
strokeWidth = 1
|
|
1109
|
-
} =
|
|
1110
|
-
props = _objectWithoutPropertiesLoose(
|
|
1190
|
+
} = _ref37,
|
|
1191
|
+
props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
|
|
1111
1192
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1112
1193
|
size: size,
|
|
1113
1194
|
color: color
|
|
@@ -1121,14 +1202,14 @@
|
|
|
1121
1202
|
d: "M13.73 21a2 2 0 0 1-3.46 0"
|
|
1122
1203
|
})));
|
|
1123
1204
|
};
|
|
1124
|
-
var OpenEyeIcon =
|
|
1205
|
+
var OpenEyeIcon = _ref38 => {
|
|
1125
1206
|
var {
|
|
1126
1207
|
size = 24,
|
|
1127
1208
|
color = 'currentColor',
|
|
1128
1209
|
filled = true,
|
|
1129
1210
|
strokeWidth = 1
|
|
1130
|
-
} =
|
|
1131
|
-
props = _objectWithoutPropertiesLoose(
|
|
1211
|
+
} = _ref38,
|
|
1212
|
+
props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
|
|
1132
1213
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1133
1214
|
size: size,
|
|
1134
1215
|
color: color
|
|
@@ -1140,14 +1221,14 @@
|
|
|
1140
1221
|
d: "M12 4C7 4 2.73 7.11 1 12c1.73 4.89 6 8 11 8s9.27-3.11 11-8c-1.73-4.89-6-8-11-8zm0 12.5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"
|
|
1141
1222
|
})));
|
|
1142
1223
|
};
|
|
1143
|
-
var ProfileIcon =
|
|
1224
|
+
var ProfileIcon = _ref39 => {
|
|
1144
1225
|
var {
|
|
1145
1226
|
size = 24,
|
|
1146
1227
|
color = 'currentColor',
|
|
1147
1228
|
filled = true,
|
|
1148
1229
|
strokeWidth = 1
|
|
1149
|
-
} =
|
|
1150
|
-
props = _objectWithoutPropertiesLoose(
|
|
1230
|
+
} = _ref39,
|
|
1231
|
+
props = _objectWithoutPropertiesLoose(_ref39, _excluded39);
|
|
1151
1232
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1152
1233
|
size: size,
|
|
1153
1234
|
color: color
|
|
@@ -1160,14 +1241,14 @@
|
|
|
1160
1241
|
d: "M12 13c-2.67 0-8 1.34-8 4v2c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-2c0-2.66-5.33-4-8-4zm0-9c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z M12 2C9.79 2 8 3.79 8 6s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z M12 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z"
|
|
1161
1242
|
}), ' '));
|
|
1162
1243
|
};
|
|
1163
|
-
var SettingsIcon =
|
|
1244
|
+
var SettingsIcon = _ref40 => {
|
|
1164
1245
|
var {
|
|
1165
1246
|
size = 24,
|
|
1166
1247
|
color = 'currentColor',
|
|
1167
1248
|
filled = false,
|
|
1168
1249
|
strokeWidth = 1
|
|
1169
|
-
} =
|
|
1170
|
-
props = _objectWithoutPropertiesLoose(
|
|
1250
|
+
} = _ref40,
|
|
1251
|
+
props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
|
|
1171
1252
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1172
1253
|
size: size,
|
|
1173
1254
|
color: color
|
|
@@ -1179,14 +1260,14 @@
|
|
|
1179
1260
|
d: "M19.4 13c0-.3.1-.6.1-1s0-.7-.1-1l2.1-1.6c.2-.2.2-.4.1-.6l-2-3.5c-.1-.2-.4-.3-.6-.2l-2.5 1c-.5-.4-1.1-.7-1.7-.9l-.4-2.6c0-.2-.3-.4-.5-.4h-4c-.2 0-.5.2-.5.4l-.4 2.6c-.6.2-1.2.5-1.7.9l-2.5-1c-.2-.1-.5 0-.6.2l-2 3.5c-.1.2-.1.4.1.6L4.6 11c0 .3-.1.6-.1 1s0 .7.1 1l-2.1 1.6c-.2.2-.2.4-.1.6l2 3.5c.1.2.4.3.6.2l2.5-1c.5.4 1.1.7 1.7.9l.4 2.6c0 .2.3.4.5.4h4c.2 0 .5-.2.5-.4l.4-2.6c.6-.2 1.2-.5 1.7-.9l2.5 1c.2.1.5 0 .6-.2l2-3.5c.1-.2.1-.4-.1-.6L19.4 13zM12 15.5c-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5z"
|
|
1180
1261
|
})));
|
|
1181
1262
|
};
|
|
1182
|
-
var SuccessIcon =
|
|
1263
|
+
var SuccessIcon = _ref41 => {
|
|
1183
1264
|
var {
|
|
1184
1265
|
size = 24,
|
|
1185
1266
|
color = 'currentColor',
|
|
1186
1267
|
filled = true,
|
|
1187
1268
|
strokeWidth = 1
|
|
1188
|
-
} =
|
|
1189
|
-
props = _objectWithoutPropertiesLoose(
|
|
1269
|
+
} = _ref41,
|
|
1270
|
+
props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
|
|
1190
1271
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1191
1272
|
size: size,
|
|
1192
1273
|
color: color
|
|
@@ -1198,14 +1279,14 @@
|
|
|
1198
1279
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"
|
|
1199
1280
|
})));
|
|
1200
1281
|
};
|
|
1201
|
-
var UnLikeIcon =
|
|
1282
|
+
var UnLikeIcon = _ref42 => {
|
|
1202
1283
|
var {
|
|
1203
1284
|
size = 24,
|
|
1204
1285
|
color = 'currentColor',
|
|
1205
1286
|
filled = true,
|
|
1206
1287
|
strokeWidth = 1
|
|
1207
|
-
} =
|
|
1208
|
-
props = _objectWithoutPropertiesLoose(
|
|
1288
|
+
} = _ref42,
|
|
1289
|
+
props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
|
|
1209
1290
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1210
1291
|
size: size,
|
|
1211
1292
|
color: color
|
|
@@ -1217,13 +1298,14 @@
|
|
|
1217
1298
|
d: "M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v2c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2zm4 0v12h4V3h-4z"
|
|
1218
1299
|
})));
|
|
1219
1300
|
};
|
|
1220
|
-
var ClockIcon =
|
|
1301
|
+
var ClockIcon = _ref43 => {
|
|
1221
1302
|
var {
|
|
1222
1303
|
size = 24,
|
|
1223
1304
|
color = 'currentColor',
|
|
1224
|
-
strokeWidth = 1
|
|
1225
|
-
|
|
1226
|
-
|
|
1305
|
+
strokeWidth = 1,
|
|
1306
|
+
filled = false
|
|
1307
|
+
} = _ref43,
|
|
1308
|
+
props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
|
|
1227
1309
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1228
1310
|
size: size,
|
|
1229
1311
|
color: color
|
|
@@ -1231,7 +1313,7 @@
|
|
|
1231
1313
|
viewBox: "0 0 24 24",
|
|
1232
1314
|
"aria-hidden": "false",
|
|
1233
1315
|
focusable: "false"
|
|
1234
|
-
}, getSvgProps(
|
|
1316
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("circle", {
|
|
1235
1317
|
cx: "12",
|
|
1236
1318
|
cy: "12",
|
|
1237
1319
|
r: "10"
|
|
@@ -1239,13 +1321,14 @@
|
|
|
1239
1321
|
points: "12 6 12 12 16 14"
|
|
1240
1322
|
})));
|
|
1241
1323
|
};
|
|
1242
|
-
var CameraIcon =
|
|
1324
|
+
var CameraIcon = _ref44 => {
|
|
1243
1325
|
var {
|
|
1244
1326
|
size = 24,
|
|
1245
1327
|
color = 'currentColor',
|
|
1246
|
-
strokeWidth = 1
|
|
1247
|
-
|
|
1248
|
-
|
|
1328
|
+
strokeWidth = 1,
|
|
1329
|
+
filled = false
|
|
1330
|
+
} = _ref44,
|
|
1331
|
+
props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
|
|
1249
1332
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1250
1333
|
size: size,
|
|
1251
1334
|
color: color
|
|
@@ -1253,7 +1336,7 @@
|
|
|
1253
1336
|
viewBox: "0 0 24 24",
|
|
1254
1337
|
"aria-hidden": "false",
|
|
1255
1338
|
focusable: "false"
|
|
1256
|
-
}, getSvgProps(
|
|
1339
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
1257
1340
|
d: "M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h3l2-3h8l2 3h3a2 2 0 0 1 2 2z"
|
|
1258
1341
|
}), /*#__PURE__*/React__default.createElement("circle", {
|
|
1259
1342
|
cx: "12",
|
|
@@ -1261,14 +1344,14 @@
|
|
|
1261
1344
|
r: "4"
|
|
1262
1345
|
})));
|
|
1263
1346
|
};
|
|
1264
|
-
var BluetoothIcon =
|
|
1347
|
+
var BluetoothIcon = _ref45 => {
|
|
1265
1348
|
var {
|
|
1266
1349
|
size = 24,
|
|
1267
1350
|
color = 'currentColor',
|
|
1268
1351
|
filled = true,
|
|
1269
1352
|
strokeWidth = 1
|
|
1270
|
-
} =
|
|
1271
|
-
props = _objectWithoutPropertiesLoose(
|
|
1353
|
+
} = _ref45,
|
|
1354
|
+
props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
|
|
1272
1355
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1273
1356
|
size: size,
|
|
1274
1357
|
color: color
|
|
@@ -1276,18 +1359,18 @@
|
|
|
1276
1359
|
viewBox: "0 0 24 24",
|
|
1277
1360
|
"aria-hidden": "false",
|
|
1278
1361
|
focusable: "false"
|
|
1279
|
-
}, getSvgProps(
|
|
1362
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
1280
1363
|
d: "M17.71 7.71L12 2h-1v7.59L6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 5.83l1.88 1.88L13 9.59V5.83zm1.88 10.46L13 18.17v-3.76l1.88 1.88z"
|
|
1281
1364
|
})));
|
|
1282
1365
|
};
|
|
1283
|
-
var LikeIcon =
|
|
1366
|
+
var LikeIcon = _ref46 => {
|
|
1284
1367
|
var {
|
|
1285
1368
|
size = 24,
|
|
1286
1369
|
color = 'currentColor',
|
|
1287
1370
|
filled = true,
|
|
1288
1371
|
strokeWidth = 1
|
|
1289
|
-
} =
|
|
1290
|
-
props = _objectWithoutPropertiesLoose(
|
|
1372
|
+
} = _ref46,
|
|
1373
|
+
props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
|
|
1291
1374
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1292
1375
|
size: size,
|
|
1293
1376
|
color: color
|
|
@@ -1299,14 +1382,14 @@
|
|
|
1299
1382
|
d: "M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2z"
|
|
1300
1383
|
})));
|
|
1301
1384
|
};
|
|
1302
|
-
var UnlockIcon =
|
|
1385
|
+
var UnlockIcon = _ref47 => {
|
|
1303
1386
|
var {
|
|
1304
1387
|
size = 24,
|
|
1305
1388
|
color = 'currentColor',
|
|
1306
1389
|
filled = false,
|
|
1307
1390
|
strokeWidth = 1
|
|
1308
|
-
} =
|
|
1309
|
-
props = _objectWithoutPropertiesLoose(
|
|
1391
|
+
} = _ref47,
|
|
1392
|
+
props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
|
|
1310
1393
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1311
1394
|
size: size,
|
|
1312
1395
|
color: color
|
|
@@ -1325,14 +1408,14 @@
|
|
|
1325
1408
|
d: "M7 11V7a5 5 0 0 1 9.9-1"
|
|
1326
1409
|
})));
|
|
1327
1410
|
};
|
|
1328
|
-
var WifiIcon =
|
|
1411
|
+
var WifiIcon = _ref48 => {
|
|
1329
1412
|
var {
|
|
1330
1413
|
size = 24,
|
|
1331
1414
|
color = 'currentColor',
|
|
1332
1415
|
filled = false,
|
|
1333
1416
|
strokeWidth = 1
|
|
1334
|
-
} =
|
|
1335
|
-
props = _objectWithoutPropertiesLoose(
|
|
1417
|
+
} = _ref48,
|
|
1418
|
+
props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
|
|
1336
1419
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1337
1420
|
size: size,
|
|
1338
1421
|
color: color
|
|
@@ -1344,14 +1427,14 @@
|
|
|
1344
1427
|
d: "M1 9l2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9zm8 8l3 3 3-3c-1.65-1.66-4.34-1.66-6 0zm-4-4l2 2c2.76-2.76 7.24-2.76 10 0l2-2C15.14 9.14 8.87 9.14 5 13z"
|
|
1345
1428
|
})));
|
|
1346
1429
|
};
|
|
1347
|
-
var UploadIcon =
|
|
1430
|
+
var UploadIcon = _ref49 => {
|
|
1348
1431
|
var {
|
|
1349
1432
|
size = 24,
|
|
1350
1433
|
color = 'currentColor',
|
|
1351
1434
|
filled = false,
|
|
1352
1435
|
strokeWidth = 1
|
|
1353
|
-
} =
|
|
1354
|
-
props = _objectWithoutPropertiesLoose(
|
|
1436
|
+
} = _ref49,
|
|
1437
|
+
props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
|
|
1355
1438
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1356
1439
|
size: size,
|
|
1357
1440
|
color: color
|
|
@@ -1367,14 +1450,14 @@
|
|
|
1367
1450
|
d: "M12 12l0 9"
|
|
1368
1451
|
})));
|
|
1369
1452
|
};
|
|
1370
|
-
var SearchIcon =
|
|
1453
|
+
var SearchIcon = _ref50 => {
|
|
1371
1454
|
var {
|
|
1372
1455
|
size = 24,
|
|
1373
1456
|
color = 'currentColor',
|
|
1374
1457
|
filled = true,
|
|
1375
1458
|
strokeWidth = 1
|
|
1376
|
-
} =
|
|
1377
|
-
props = _objectWithoutPropertiesLoose(
|
|
1459
|
+
} = _ref50,
|
|
1460
|
+
props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
|
|
1378
1461
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1379
1462
|
size: size,
|
|
1380
1463
|
color: color
|
|
@@ -1382,18 +1465,18 @@
|
|
|
1382
1465
|
viewBox: "0 0 24 24",
|
|
1383
1466
|
"aria-hidden": "false",
|
|
1384
1467
|
focusable: "false"
|
|
1385
|
-
}, getSvgProps(
|
|
1468
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
1386
1469
|
d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
|
|
1387
1470
|
})));
|
|
1388
1471
|
};
|
|
1389
|
-
var CloseEyeIcon =
|
|
1472
|
+
var CloseEyeIcon = _ref51 => {
|
|
1390
1473
|
var {
|
|
1391
1474
|
size = 24,
|
|
1392
1475
|
color = 'currentColor',
|
|
1393
1476
|
filled = true,
|
|
1394
1477
|
strokeWidth = 1
|
|
1395
|
-
} =
|
|
1396
|
-
props = _objectWithoutPropertiesLoose(
|
|
1478
|
+
} = _ref51,
|
|
1479
|
+
props = _objectWithoutPropertiesLoose(_ref51, _excluded51);
|
|
1397
1480
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1398
1481
|
size: size,
|
|
1399
1482
|
color: color
|
|
@@ -1401,19 +1484,19 @@
|
|
|
1401
1484
|
viewBox: "0 0 24 24",
|
|
1402
1485
|
"aria-hidden": "false",
|
|
1403
1486
|
focusable: "false"
|
|
1404
|
-
}, getSvgProps(
|
|
1487
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
1405
1488
|
d: "M19.7071 5.70711C20.0976 5.31658 20.0976 4.68342 19.7071 4.29289C19.3166 3.90237 18.6834 3.90237 18.2929 4.29289L14.032 8.55382C13.4365 8.20193 12.7418 8 12 8C9.79086 8 8 9.79086 8 12C8 12.7418 8.20193 13.4365 8.55382 14.032L4.29289 18.2929C3.90237 18.6834 3.90237 19.3166 4.29289 19.7071C4.68342 20.0976 5.31658 20.0976 5.70711 19.7071L9.96803 15.4462C10.5635 15.7981 11.2582 16 12 16C14.2091 16 16 14.2091 16 12C16 11.2582 15.7981 10.5635 15.4462 9.96803L19.7071 5.70711ZM12.518 10.0677C12.3528 10.0236 12.1792 10 12 10C10.8954 10 10 10.8954 10 12C10 12.1792 10.0236 12.3528 10.0677 12.518L12.518 10.0677ZM11.482 13.9323L13.9323 11.482C13.9764 11.6472 14 11.8208 14 12C14 13.1046 13.1046 14 12 14C11.8208 14 11.6472 13.9764 11.482 13.9323ZM15.7651 4.8207C14.6287 4.32049 13.3675 4 12 4C9.14754 4 6.75717 5.39462 4.99812 6.90595C3.23268 8.42276 2.00757 10.1376 1.46387 10.9698C1.05306 11.5985 1.05306 12.4015 1.46387 13.0302C1.92276 13.7326 2.86706 15.0637 4.21194 16.3739L5.62626 14.9596C4.4555 13.8229 3.61144 12.6531 3.18002 12C3.6904 11.2274 4.77832 9.73158 6.30147 8.42294C7.87402 7.07185 9.81574 6 12 6C12.7719 6 13.5135 6.13385 14.2193 6.36658L15.7651 4.8207ZM12 18C11.2282 18 10.4866 17.8661 9.78083 17.6334L8.23496 19.1793C9.37136 19.6795 10.6326 20 12 20C14.8525 20 17.2429 18.6054 19.002 17.0941C20.7674 15.5772 21.9925 13.8624 22.5362 13.0302C22.947 12.4015 22.947 11.5985 22.5362 10.9698C22.0773 10.2674 21.133 8.93627 19.7881 7.62611L18.3738 9.04043C19.5446 10.1771 20.3887 11.3469 20.8201 12C20.3097 12.7726 19.2218 14.2684 17.6986 15.5771C16.1261 16.9282 14.1843 18 12 18Z",
|
|
1406
1489
|
fill: "currentColor"
|
|
1407
1490
|
})));
|
|
1408
1491
|
};
|
|
1409
|
-
var ExternalLinkIcon =
|
|
1492
|
+
var ExternalLinkIcon = _ref52 => {
|
|
1410
1493
|
var {
|
|
1411
1494
|
size = 24,
|
|
1412
1495
|
color = 'currentColor',
|
|
1413
1496
|
filled = true,
|
|
1414
1497
|
strokeWidth = 1
|
|
1415
|
-
} =
|
|
1416
|
-
props = _objectWithoutPropertiesLoose(
|
|
1498
|
+
} = _ref52,
|
|
1499
|
+
props = _objectWithoutPropertiesLoose(_ref52, _excluded52);
|
|
1417
1500
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1418
1501
|
size: size,
|
|
1419
1502
|
color: color
|
|
@@ -1421,18 +1504,18 @@
|
|
|
1421
1504
|
viewBox: "0 0 24 24",
|
|
1422
1505
|
"aria-hidden": "false",
|
|
1423
1506
|
focusable: "false"
|
|
1424
|
-
}, getSvgProps(
|
|
1507
|
+
}, getSvgProps(true, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
1425
1508
|
d: "M14 3h7v7h-2V5.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3ZM5 5h5v2H6v11h11v-4h2v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Z"
|
|
1426
1509
|
})));
|
|
1427
1510
|
};
|
|
1428
|
-
var PlusIcon =
|
|
1511
|
+
var PlusIcon = _ref53 => {
|
|
1429
1512
|
var {
|
|
1430
1513
|
size = 24,
|
|
1431
1514
|
color = 'currentColor',
|
|
1432
|
-
filled =
|
|
1515
|
+
filled = false,
|
|
1433
1516
|
strokeWidth = 1
|
|
1434
|
-
} =
|
|
1435
|
-
props = _objectWithoutPropertiesLoose(
|
|
1517
|
+
} = _ref53,
|
|
1518
|
+
props = _objectWithoutPropertiesLoose(_ref53, _excluded53);
|
|
1436
1519
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1437
1520
|
size: size,
|
|
1438
1521
|
color: color
|
|
@@ -1440,7 +1523,7 @@
|
|
|
1440
1523
|
viewBox: "0 0 24 24",
|
|
1441
1524
|
"aria-hidden": "false",
|
|
1442
1525
|
focusable: "false"
|
|
1443
|
-
}, getSvgProps(
|
|
1526
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
|
|
1444
1527
|
stroke: color,
|
|
1445
1528
|
x1: "12",
|
|
1446
1529
|
y1: "5",
|
|
@@ -1454,14 +1537,14 @@
|
|
|
1454
1537
|
y2: "12"
|
|
1455
1538
|
})));
|
|
1456
1539
|
};
|
|
1457
|
-
var TickIcon =
|
|
1540
|
+
var TickIcon = _ref54 => {
|
|
1458
1541
|
var {
|
|
1459
1542
|
size = 24,
|
|
1460
1543
|
color = 'currentColor',
|
|
1461
|
-
filled =
|
|
1544
|
+
filled = false,
|
|
1462
1545
|
strokeWidth = 1
|
|
1463
|
-
} =
|
|
1464
|
-
props = _objectWithoutPropertiesLoose(
|
|
1546
|
+
} = _ref54,
|
|
1547
|
+
props = _objectWithoutPropertiesLoose(_ref54, _excluded54);
|
|
1465
1548
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1466
1549
|
size: size,
|
|
1467
1550
|
color: color
|
|
@@ -1469,20 +1552,20 @@
|
|
|
1469
1552
|
viewBox: "0 0 24 24",
|
|
1470
1553
|
"aria-hidden": "false",
|
|
1471
1554
|
focusable: "false"
|
|
1472
|
-
}, getSvgProps(
|
|
1555
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
1473
1556
|
d: "M5 13l4 4L19 7",
|
|
1474
1557
|
strokeLinecap: "round",
|
|
1475
1558
|
strokeLinejoin: "round"
|
|
1476
1559
|
})));
|
|
1477
1560
|
};
|
|
1478
|
-
var BoldArrowIcon =
|
|
1561
|
+
var BoldArrowIcon = _ref55 => {
|
|
1479
1562
|
var {
|
|
1480
1563
|
size = 24,
|
|
1481
1564
|
color = 'currentColor',
|
|
1482
1565
|
filled = true,
|
|
1483
1566
|
strokeWidth = 1
|
|
1484
|
-
} =
|
|
1485
|
-
props = _objectWithoutPropertiesLoose(
|
|
1567
|
+
} = _ref55,
|
|
1568
|
+
props = _objectWithoutPropertiesLoose(_ref55, _excluded55);
|
|
1486
1569
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1487
1570
|
size: size,
|
|
1488
1571
|
color: color
|
|
@@ -1490,18 +1573,18 @@
|
|
|
1490
1573
|
viewBox: "0 0 24 24",
|
|
1491
1574
|
"aria-hidden": "false",
|
|
1492
1575
|
focusable: "false"
|
|
1493
|
-
}, getSvgProps(
|
|
1576
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
|
|
1494
1577
|
d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
|
|
1495
1578
|
})));
|
|
1496
1579
|
};
|
|
1497
|
-
var ArrowIcon =
|
|
1580
|
+
var ArrowIcon = _ref56 => {
|
|
1498
1581
|
var {
|
|
1499
1582
|
size = 24,
|
|
1500
1583
|
color = 'currentColor',
|
|
1501
|
-
filled =
|
|
1584
|
+
filled = false,
|
|
1502
1585
|
strokeWidth = 1
|
|
1503
|
-
} =
|
|
1504
|
-
props = _objectWithoutPropertiesLoose(
|
|
1586
|
+
} = _ref56,
|
|
1587
|
+
props = _objectWithoutPropertiesLoose(_ref56, _excluded56);
|
|
1505
1588
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1506
1589
|
size: size,
|
|
1507
1590
|
color: color
|
|
@@ -1509,7 +1592,7 @@
|
|
|
1509
1592
|
viewBox: "0 0 24 24",
|
|
1510
1593
|
"aria-hidden": "false",
|
|
1511
1594
|
focusable: "false"
|
|
1512
|
-
}, getSvgProps(
|
|
1595
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
|
|
1513
1596
|
stroke: color,
|
|
1514
1597
|
x1: "12",
|
|
1515
1598
|
y1: "20",
|
|
@@ -1519,14 +1602,14 @@
|
|
|
1519
1602
|
points: "6 12 12 6 18 12"
|
|
1520
1603
|
})));
|
|
1521
1604
|
};
|
|
1522
|
-
var SpinnerIcon =
|
|
1605
|
+
var SpinnerIcon = _ref57 => {
|
|
1523
1606
|
var {
|
|
1524
1607
|
size = 24,
|
|
1525
1608
|
color = 'currentColor',
|
|
1526
|
-
filled =
|
|
1609
|
+
filled = false,
|
|
1527
1610
|
strokeWidth = 1
|
|
1528
|
-
} =
|
|
1529
|
-
props = _objectWithoutPropertiesLoose(
|
|
1611
|
+
} = _ref57,
|
|
1612
|
+
props = _objectWithoutPropertiesLoose(_ref57, _excluded57);
|
|
1530
1613
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1531
1614
|
size: size,
|
|
1532
1615
|
color: color
|
|
@@ -1534,7 +1617,7 @@
|
|
|
1534
1617
|
viewBox: "0 0 24 24",
|
|
1535
1618
|
"aria-hidden": "false",
|
|
1536
1619
|
focusable: "false"
|
|
1537
|
-
}, getSvgProps(
|
|
1620
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("circle", {
|
|
1538
1621
|
cx: "12",
|
|
1539
1622
|
cy: "12",
|
|
1540
1623
|
r: "10",
|
|
@@ -1544,13 +1627,14 @@
|
|
|
1544
1627
|
strokeOpacity: "1"
|
|
1545
1628
|
})));
|
|
1546
1629
|
};
|
|
1547
|
-
var CalendarIcon =
|
|
1630
|
+
var CalendarIcon = _ref58 => {
|
|
1548
1631
|
var {
|
|
1549
1632
|
size = 24,
|
|
1550
1633
|
color = 'currentColor',
|
|
1551
|
-
strokeWidth = 1
|
|
1552
|
-
|
|
1553
|
-
|
|
1634
|
+
strokeWidth = 1,
|
|
1635
|
+
filled = false
|
|
1636
|
+
} = _ref58,
|
|
1637
|
+
props = _objectWithoutPropertiesLoose(_ref58, _excluded58);
|
|
1554
1638
|
return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
|
|
1555
1639
|
size: size,
|
|
1556
1640
|
color: color
|
|
@@ -1558,7 +1642,7 @@
|
|
|
1558
1642
|
viewBox: "0 0 24 24",
|
|
1559
1643
|
"aria-hidden": "false",
|
|
1560
1644
|
focusable: "false"
|
|
1561
|
-
}, getSvgProps(
|
|
1645
|
+
}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("rect", {
|
|
1562
1646
|
x: "3",
|
|
1563
1647
|
y: "4",
|
|
1564
1648
|
width: "18",
|
|
@@ -1589,10 +1673,13 @@
|
|
|
1589
1673
|
var Icon = {
|
|
1590
1674
|
__proto__: null,
|
|
1591
1675
|
ChevronIcon: ChevronIcon,
|
|
1676
|
+
TwitterIcon: TwitterIcon,
|
|
1677
|
+
XIcon: XIcon,
|
|
1592
1678
|
TwitchIcon: TwitchIcon,
|
|
1593
1679
|
CloseIcon: CloseIcon,
|
|
1594
1680
|
InstagramIcon: InstagramIcon,
|
|
1595
1681
|
YoutubeIcon: YoutubeIcon,
|
|
1682
|
+
FacebookIcon: FacebookIcon,
|
|
1596
1683
|
LinkedinIcon: LinkedinIcon,
|
|
1597
1684
|
ThreadsIcon: ThreadsIcon,
|
|
1598
1685
|
MinusIcon: MinusIcon,
|
|
@@ -7414,6 +7501,7 @@
|
|
|
7414
7501
|
exports.EditIcon = EditIcon;
|
|
7415
7502
|
exports.ErrorIcon = ErrorIcon;
|
|
7416
7503
|
exports.ExternalLinkIcon = ExternalLinkIcon;
|
|
7504
|
+
exports.FacebookIcon = FacebookIcon;
|
|
7417
7505
|
exports.FileImage = FileImage;
|
|
7418
7506
|
exports.FileSVG = FileSVG;
|
|
7419
7507
|
exports.FilterIcon = FilterIcon;
|
|
@@ -7478,6 +7566,7 @@
|
|
|
7478
7566
|
exports.ToggleGroup = ToggleGroup;
|
|
7479
7567
|
exports.Top = Top;
|
|
7480
7568
|
exports.TwitchIcon = TwitchIcon;
|
|
7569
|
+
exports.TwitterIcon = TwitterIcon;
|
|
7481
7570
|
exports.UnLikeIcon = UnLikeIcon;
|
|
7482
7571
|
exports.UnlockIcon = UnlockIcon;
|
|
7483
7572
|
exports.UploadIcon = UploadIcon;
|
|
@@ -7486,6 +7575,7 @@
|
|
|
7486
7575
|
exports.View = View;
|
|
7487
7576
|
exports.WarningIcon = WarningIcon;
|
|
7488
7577
|
exports.WifiIcon = WifiIcon;
|
|
7578
|
+
exports.XIcon = XIcon;
|
|
7489
7579
|
exports.YoutubeIcon = YoutubeIcon;
|
|
7490
7580
|
exports.hideMessage = hideMessage;
|
|
7491
7581
|
exports.hideModal = hideModal;
|