@app-studio/web 0.8.29 → 0.8.31

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.
@@ -217,7 +217,7 @@ var Center = /*#__PURE__*/React__default.forwardRef((props, ref) => (/*#__PURE__
217
217
  }))));
218
218
  Center.displayName = 'Center';
219
219
 
220
- var _excluded$3 = ["size", "color", "transform", "orientation", "children"],
220
+ var _excluded$3 = ["size", "color", "filled", "strokeWidth"],
221
221
  _excluded2 = ["size", "color", "filled", "strokeWidth"],
222
222
  _excluded3 = ["size", "color", "filled", "strokeWidth"],
223
223
  _excluded4 = ["size", "color", "filled", "strokeWidth"],
@@ -231,14 +231,14 @@ var _excluded$3 = ["size", "color", "transform", "orientation", "children"],
231
231
  _excluded12 = ["size", "color", "filled", "strokeWidth"],
232
232
  _excluded13 = ["size", "color", "filled", "strokeWidth"],
233
233
  _excluded14 = ["size", "color", "filled", "strokeWidth"],
234
- _excluded15 = ["size", "color", "filled", "strokeWidth"],
235
- _excluded16 = ["size", "color", "strokeWidth", "filled"],
236
- _excluded17 = ["size", "color", "filled", "strokeWidth"],
237
- _excluded18 = ["size", "color", "strokeWidth"],
238
- _excluded19 = ["size", "color", "filled", "strokeWidth"],
239
- _excluded20 = ["size", "color", "strokeWidth"],
234
+ _excluded15 = ["size", "color"],
235
+ _excluded16 = ["size", "color"],
236
+ _excluded17 = ["size", "color"],
237
+ _excluded18 = ["size", "color"],
238
+ _excluded19 = ["size", "color"],
239
+ _excluded20 = ["size", "color", "filled", "strokeWidth"],
240
240
  _excluded21 = ["size", "color", "filled", "strokeWidth"],
241
- _excluded22 = ["size", "color", "strokeWidth"],
241
+ _excluded22 = ["size", "color", "filled", "strokeWidth"],
242
242
  _excluded23 = ["size", "color", "filled", "strokeWidth"],
243
243
  _excluded24 = ["size", "color", "filled", "strokeWidth"],
244
244
  _excluded25 = ["size", "color", "filled", "strokeWidth"],
@@ -248,74 +248,65 @@ var _excluded$3 = ["size", "color", "transform", "orientation", "children"],
248
248
  _excluded29 = ["size", "color", "filled", "strokeWidth"],
249
249
  _excluded30 = ["size", "color", "filled", "strokeWidth"],
250
250
  _excluded31 = ["size", "color", "filled", "strokeWidth"],
251
- _excluded32 = ["size", "color", "filled", "strokeWidth"],
252
- _excluded33 = ["size", "color", "filled", "strokeWidth"],
253
- _excluded34 = ["size", "color", "filled", "strokeWidth"],
254
- _excluded35 = ["size", "color", "strokeWidth"],
255
- _excluded36 = ["size", "color", "strokeWidth"],
251
+ _excluded32 = ["size", "color"],
252
+ _excluded33 = ["size", "color"],
253
+ _excluded34 = ["size", "color"],
254
+ _excluded35 = ["size", "color", "filled", "strokeWidth"],
255
+ _excluded36 = ["size", "color", "filled", "strokeWidth"],
256
256
  _excluded37 = ["size", "color", "filled", "strokeWidth"],
257
257
  _excluded38 = ["size", "color", "filled", "strokeWidth"],
258
- _excluded39 = ["size", "color", "filled", "strokeWidth"],
259
- _excluded40 = ["size", "color", "filled", "strokeWidth"],
260
- _excluded41 = ["size", "color", "filled", "strokeWidth"],
261
- _excluded42 = ["size", "color", "filled", "strokeWidth"],
262
- _excluded43 = ["size", "color", "filled", "strokeWidth"],
263
- _excluded44 = ["size", "color", "filled", "strokeWidth"],
264
- _excluded45 = ["size", "color", "filled", "strokeWidth"],
265
- _excluded46 = ["size", "color", "filled", "strokeWidth"],
266
- _excluded47 = ["size", "color", "filled", "strokeWidth"],
267
- _excluded48 = ["size", "color", "filled", "strokeWidth"],
268
- _excluded49 = ["size", "color", "filled", "strokeWidth"],
269
- _excluded50 = ["size", "color", "strokeWidth"];
270
- // Default wrapper component for consistent sizing and styling
258
+ _excluded39 = ["size", "color"],
259
+ _excluded40 = ["size", "color"],
260
+ _excluded41 = ["size", "color"],
261
+ _excluded42 = ["size", "color"],
262
+ _excluded43 = ["size", "color"],
263
+ _excluded44 = ["size", "color"],
264
+ _excluded45 = ["size", "color"],
265
+ _excluded46 = ["size", "color"],
266
+ _excluded47 = ["size", "color"],
267
+ _excluded48 = ["size", "color"],
268
+ _excluded49 = ["size", "color"];
269
+ // Default wrapper component for consistent sizing
271
270
  var IconWrapper = _ref => {
272
271
  var {
273
- size,
274
- color = 'black',
275
- transform,
276
- orientation,
277
- children
278
- } = _ref,
279
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$3);
280
- return /*#__PURE__*/React__default.createElement(Center, Object.assign({
272
+ size,
273
+ color = 'black',
274
+ transform,
275
+ orientation,
276
+ children
277
+ } = _ref;
278
+ return /*#__PURE__*/React__default.createElement(Center, {
281
279
  size: size,
282
280
  lineHeight: size,
283
281
  color: color,
284
282
  display: "flex",
285
- transform: transform ? transform : orientation === 'left' ? 'rotate(-90deg)' : orientation === 'right' ? 'rotate(90deg)' : orientation === 'up' ? 'rotate(0deg)' : orientation === 'down' ? 'rotate(180deg)' : 'none'
286
- }, rest), children);
287
- };
288
- // Utility function to handle fill and stroke based on 'filled' prop
289
- var getSvgProps = (filled, color, strokeWidth) => {
290
- return {
291
- fill: filled ? color : 'none',
292
- stroke: filled ? 'none' : color,
293
- strokeWidth,
294
- strokeLinecap: 'round',
295
- strokeLinejoin: 'round'
296
- };
283
+ transform: transform ? transform : orientation == 'left' ? 'rotate(-90deg)' : orientation == 'right' ? 'rotate(90deg)' : orientation == 'up' ? 'rotate(0deg)' : orientation == 'down' ? 'rotate(180deg)' : 'none'
284
+ }, children);
297
285
  };
298
- // Example Icon Component: ChevronIcon
299
286
  var ChevronIcon = _ref2 => {
300
287
  var {
301
288
  size = 24,
302
289
  color = 'currentColor',
303
- filled = true,
290
+ filled = false,
304
291
  strokeWidth = 1
305
292
  } = _ref2,
306
- props = _objectWithoutPropertiesLoose(_ref2, _excluded2);
293
+ props = _objectWithoutPropertiesLoose(_ref2, _excluded$3);
307
294
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
308
295
  size: size,
309
296
  color: color
310
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
297
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
298
+ width: "16",
299
+ height: "16",
300
+ fill: filled ? color : 'none',
311
301
  viewBox: "0 0 24 24",
312
- "aria-hidden": "true",
313
- focusable: "false"
314
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
302
+ stroke: filled ? 'none' : color,
303
+ strokeWidth: strokeWidth,
304
+ strokeLinecap: "round",
305
+ strokeLinejoin: "round"
306
+ }, /*#__PURE__*/React__default.createElement("path", {
315
307
  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"
316
308
  })));
317
309
  };
318
- // Example of another Icon: CloseIcon
319
310
  var CloseIcon = _ref3 => {
320
311
  var {
321
312
  size = 24,
@@ -323,126 +314,95 @@ var CloseIcon = _ref3 => {
323
314
  filled = false,
324
315
  strokeWidth = 1
325
316
  } = _ref3,
326
- props = _objectWithoutPropertiesLoose(_ref3, _excluded3);
317
+ props = _objectWithoutPropertiesLoose(_ref3, _excluded2);
327
318
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
328
319
  size: size,
329
320
  color: color
330
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
321
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
322
+ xmlns: "http://www.w3.org/2000/svg",
331
323
  viewBox: "0 0 24 24",
332
- "aria-hidden": "true",
333
- focusable: "false"
334
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
335
- stroke: color,
324
+ fill: filled ? color : 'none',
325
+ stroke: filled ? 'none' : color,
326
+ strokeWidth: strokeWidth,
327
+ strokeLinecap: "round",
328
+ strokeLinejoin: "round"
329
+ }, /*#__PURE__*/React__default.createElement("line", {
336
330
  x1: "18",
337
331
  y1: "6",
338
332
  x2: "6",
339
333
  y2: "18"
340
334
  }), /*#__PURE__*/React__default.createElement("line", {
341
- stroke: color,
342
335
  x1: "6",
343
336
  y1: "6",
344
337
  x2: "18",
345
338
  y2: "18"
346
339
  })));
347
340
  };
348
- // Continue refactoring other icons similarly...
349
- // Example Refactored Icon: MinusIcon without undefined 'padding' prop
350
- var MinusIcon = _ref4 => {
351
- var {
352
- size = 24,
353
- color = 'currentColor',
354
- filled = false,
355
- // Assuming minus can be filled; adjust as needed
356
- strokeWidth = 1
357
- } = _ref4,
358
- props = _objectWithoutPropertiesLoose(_ref4, _excluded4);
359
- return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
360
- size: size,
361
- color: color
362
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
363
- viewBox: "0 0 24 24",
364
- "aria-hidden": "true",
365
- focusable: "false"
366
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
367
- d: "M5 12h14"
368
- })));
369
- };
370
- // Example Refactored Icon: InfoIcon with accessibility enhancements
371
- var InfoIcon = _ref5 => {
372
- var {
373
- size = 24,
374
- color = 'currentColor',
375
- filled = false,
376
- strokeWidth = 1
377
- } = _ref5,
378
- props = _objectWithoutPropertiesLoose(_ref5, _excluded5);
379
- return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
380
- size: size,
381
- color: color
382
- }, props, {
383
- "aria-label": "Information"
384
- }), /*#__PURE__*/React__default.createElement("svg", Object.assign({
385
- viewBox: "0 0 24 24",
386
- "aria-hidden": "false",
387
- focusable: "false"
388
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
389
- 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"
390
- })));
391
- };
392
- var HeartIcon = _ref6 => {
341
+ var HeartIcon = _ref4 => {
393
342
  var {
394
343
  size = 24,
395
344
  color = 'currentColor',
396
345
  filled = true,
397
346
  strokeWidth = 1
398
- } = _ref6,
399
- props = _objectWithoutPropertiesLoose(_ref6, _excluded6);
347
+ } = _ref4,
348
+ props = _objectWithoutPropertiesLoose(_ref4, _excluded3);
400
349
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
401
350
  size: size,
402
351
  color: color
403
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
352
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
353
+ xmlns: "http://www.w3.org/2000/svg",
404
354
  viewBox: "0 0 24 24",
405
- "aria-hidden": "false",
406
- focusable: "false"
407
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
355
+ fill: filled ? color : 'none',
356
+ stroke: filled ? 'none' : color,
357
+ strokeWidth: strokeWidth,
358
+ strokeLinecap: "round",
359
+ strokeLinejoin: "round"
360
+ }, /*#__PURE__*/React__default.createElement("path", {
408
361
  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"
409
362
  })));
410
363
  };
411
- var StarIcon = _ref7 => {
364
+ var StarIcon = _ref5 => {
412
365
  var {
413
366
  size = 24,
414
367
  color = 'currentColor',
415
368
  filled = true,
416
369
  strokeWidth = 1
417
- } = _ref7,
418
- props = _objectWithoutPropertiesLoose(_ref7, _excluded7);
370
+ } = _ref5,
371
+ props = _objectWithoutPropertiesLoose(_ref5, _excluded4);
419
372
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
420
373
  size: size,
421
374
  color: color
422
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
375
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
376
+ xmlns: "http://www.w3.org/2000/svg",
423
377
  viewBox: "0 0 24 24",
424
- "aria-hidden": "false",
425
- focusable: "false"
426
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("polygon", {
378
+ fill: filled ? color : 'none',
379
+ stroke: filled ? 'none' : color,
380
+ strokeWidth: strokeWidth,
381
+ strokeLinecap: "round",
382
+ strokeLinejoin: "round"
383
+ }, /*#__PURE__*/React__default.createElement("polygon", {
427
384
  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"
428
385
  })));
429
386
  };
430
- var SaveIcon = _ref8 => {
387
+ var SaveIcon = _ref6 => {
431
388
  var {
432
389
  size = 24,
433
390
  color = 'currentColor',
434
391
  filled = false,
435
392
  strokeWidth = 1
436
- } = _ref8,
437
- props = _objectWithoutPropertiesLoose(_ref8, _excluded8);
393
+ } = _ref6,
394
+ props = _objectWithoutPropertiesLoose(_ref6, _excluded5);
438
395
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
439
396
  size: size,
440
397
  color: color
441
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
398
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
442
399
  viewBox: "0 0 24 24",
443
- "aria-hidden": "false",
444
- focusable: "false"
445
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
400
+ fill: filled ? color : 'none',
401
+ stroke: filled ? 'none' : color,
402
+ strokeWidth: strokeWidth,
403
+ strokeLinecap: "round",
404
+ strokeLinejoin: "round"
405
+ }, /*#__PURE__*/React__default.createElement("path", {
446
406
  d: "M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"
447
407
  }), /*#__PURE__*/React__default.createElement("polyline", {
448
408
  points: "17 21 17 13 7 13 7 21"
@@ -450,110 +410,123 @@ var SaveIcon = _ref8 => {
450
410
  points: "7 3 7 8 15 8"
451
411
  })));
452
412
  };
453
- var WarningIcon = _ref9 => {
413
+ var WarningIcon = _ref7 => {
454
414
  var {
455
415
  size = 24,
456
416
  color = 'currentColor',
457
417
  filled = false,
458
418
  strokeWidth = 1
459
- } = _ref9,
460
- props = _objectWithoutPropertiesLoose(_ref9, _excluded9);
419
+ } = _ref7,
420
+ props = _objectWithoutPropertiesLoose(_ref7, _excluded6);
461
421
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
462
422
  size: size,
463
423
  color: color
464
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
424
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
465
425
  viewBox: "0 0 24 24",
466
- "aria-hidden": "false",
467
- focusable: "false"
468
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
426
+ fill: filled ? color : 'none',
427
+ stroke: filled ? 'none' : color,
428
+ strokeWidth: strokeWidth,
429
+ strokeLinecap: "round",
430
+ strokeLinejoin: "round"
431
+ }, /*#__PURE__*/React__default.createElement("path", {
469
432
  d: "M10.29 3.86l-6.6 11.4c-.78 1.36.2 3.1 1.71 3.1h13.2c1.51 0 2.49-1.74 1.71-3.1l-6.6-11.4a2 2 0 0 0-3.42 0z"
470
433
  }), /*#__PURE__*/React__default.createElement("line", {
471
- stroke: color,
472
434
  x1: "12",
473
435
  y1: "6",
474
436
  x2: "12",
475
437
  y2: "13"
476
438
  }), /*#__PURE__*/React__default.createElement("line", {
477
- stroke: color,
478
439
  x1: "12",
479
440
  y1: "15",
480
441
  x2: "12",
481
442
  y2: "15"
482
443
  })));
483
444
  };
484
- var BatteryIcon = _ref10 => {
445
+ var BatteryIcon = _ref8 => {
485
446
  var {
486
447
  size = 24,
487
448
  color = 'currentColor',
488
449
  filled = true,
489
450
  strokeWidth = 1
490
- } = _ref10,
491
- props = _objectWithoutPropertiesLoose(_ref10, _excluded10);
451
+ } = _ref8,
452
+ props = _objectWithoutPropertiesLoose(_ref8, _excluded7);
492
453
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
493
454
  size: size,
494
455
  color: color
495
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
456
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
496
457
  viewBox: "0 0 24 24",
497
- "aria-hidden": "false",
498
- focusable: "false"
499
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
458
+ fill: filled ? color : 'none',
459
+ stroke: filled ? 'none' : color,
460
+ strokeWidth: strokeWidth,
461
+ strokeLinecap: "round",
462
+ strokeLinejoin: "round"
463
+ }, /*#__PURE__*/React__default.createElement("path", {
500
464
  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"
501
465
  })));
502
466
  };
503
- var BookmarkIcon = _ref11 => {
467
+ var BookmarkIcon = _ref9 => {
504
468
  var {
505
469
  size = 24,
506
470
  color = 'currentColor',
507
471
  filled = false,
508
472
  strokeWidth = 1
509
- } = _ref11,
510
- props = _objectWithoutPropertiesLoose(_ref11, _excluded11);
473
+ } = _ref9,
474
+ props = _objectWithoutPropertiesLoose(_ref9, _excluded8);
511
475
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
512
476
  size: size,
513
477
  color: color
514
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
478
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
515
479
  viewBox: "0 0 24 24",
516
- "aria-hidden": "false",
517
- focusable: "false"
518
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
480
+ fill: filled ? color : 'none',
481
+ stroke: filled ? 'none' : color,
482
+ strokeWidth: strokeWidth,
483
+ strokeLinecap: "round",
484
+ strokeLinejoin: "round"
485
+ }, /*#__PURE__*/React__default.createElement("path", {
519
486
  d: "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z"
520
487
  })));
521
488
  };
522
- var CloudIcon = _ref12 => {
489
+ var CloudIcon = _ref10 => {
523
490
  var {
524
491
  size = 24,
525
492
  color = 'currentColor',
526
493
  filled = false,
527
494
  strokeWidth = 1
528
- } = _ref12,
529
- props = _objectWithoutPropertiesLoose(_ref12, _excluded12);
495
+ } = _ref10,
496
+ props = _objectWithoutPropertiesLoose(_ref10, _excluded9);
530
497
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
531
498
  size: size,
532
499
  color: color
533
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
500
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
534
501
  viewBox: "0 0 24 24",
535
- "aria-hidden": "false",
536
- focusable: "false"
537
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
502
+ fill: filled ? color : 'none',
503
+ stroke: filled ? 'none' : color,
504
+ strokeWidth: strokeWidth,
505
+ strokeLinecap: "round",
506
+ strokeLinejoin: "round"
507
+ }, /*#__PURE__*/React__default.createElement("path", {
538
508
  d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z"
539
509
  })));
540
510
  };
541
- var CopyIcon = _ref13 => {
511
+ var CopyIcon = _ref11 => {
542
512
  var {
543
513
  size = 24,
544
514
  color = 'currentColor',
545
515
  filled = false,
546
516
  strokeWidth = 1
547
- } = _ref13,
548
- props = _objectWithoutPropertiesLoose(_ref13, _excluded13);
517
+ } = _ref11,
518
+ props = _objectWithoutPropertiesLoose(_ref11, _excluded10);
549
519
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
550
520
  size: size,
551
521
  color: color
552
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
522
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
553
523
  viewBox: "0 0 24 24",
554
- "aria-hidden": "false",
555
- focusable: "false"
556
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("rect", {
524
+ fill: filled ? color : 'none',
525
+ stroke: filled ? 'none' : color,
526
+ strokeWidth: strokeWidth,
527
+ strokeLinecap: "round",
528
+ strokeLinejoin: "round"
529
+ }, /*#__PURE__*/React__default.createElement("rect", {
557
530
  x: "9",
558
531
  y: "9",
559
532
  width: "13",
@@ -564,146 +537,158 @@ var CopyIcon = _ref13 => {
564
537
  d: "M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"
565
538
  })));
566
539
  };
567
- var DustBinIcon = _ref14 => {
540
+ var DustBinIcon = _ref12 => {
568
541
  var {
569
542
  size = 24,
570
543
  color = 'currentColor',
571
544
  filled = false,
572
545
  strokeWidth = 1
573
- } = _ref14,
574
- props = _objectWithoutPropertiesLoose(_ref14, _excluded14);
546
+ } = _ref12,
547
+ props = _objectWithoutPropertiesLoose(_ref12, _excluded11);
575
548
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
576
549
  size: size,
577
550
  color: color
578
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
551
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
579
552
  viewBox: "0 0 24 24",
580
- "aria-hidden": "false",
581
- focusable: "false"
582
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
553
+ fill: filled ? color : 'none',
554
+ stroke: filled ? 'none' : color,
555
+ strokeWidth: strokeWidth,
556
+ strokeLinecap: "round",
557
+ strokeLinejoin: "round"
558
+ }, /*#__PURE__*/React__default.createElement("path", {
583
559
  d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"
584
560
  })));
585
561
  };
586
- var EditIcon = _ref15 => {
562
+ var EditIcon = _ref13 => {
587
563
  var {
588
564
  size = 24,
589
565
  color = 'currentColor',
590
566
  filled = false,
591
567
  strokeWidth = 1
592
- } = _ref15,
593
- props = _objectWithoutPropertiesLoose(_ref15, _excluded15);
568
+ } = _ref13,
569
+ props = _objectWithoutPropertiesLoose(_ref13, _excluded12);
594
570
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
595
571
  size: size,
596
572
  color: color
597
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
573
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
598
574
  viewBox: "0 0 24 24",
599
- "aria-hidden": "false",
600
- focusable: "false"
601
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
575
+ fill: filled ? color : 'none',
576
+ stroke: filled ? 'none' : color,
577
+ strokeWidth: strokeWidth,
578
+ strokeLinecap: "round",
579
+ strokeLinejoin: "round"
580
+ }, /*#__PURE__*/React__default.createElement("path", {
602
581
  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"
603
582
  })));
604
583
  };
605
- var ErrorIcon = _ref16 => {
584
+ var ErrorIcon = _ref14 => {
606
585
  var {
607
586
  size = 24,
608
587
  color = 'currentColor',
609
- strokeWidth = 1,
610
- filled = true
611
- } = _ref16,
612
- props = _objectWithoutPropertiesLoose(_ref16, _excluded16);
588
+ filled = true,
589
+ strokeWidth = 1
590
+ } = _ref14,
591
+ props = _objectWithoutPropertiesLoose(_ref14, _excluded13);
613
592
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
614
593
  size: size,
615
594
  color: color
616
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
595
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
617
596
  viewBox: "0 0 24 24",
618
- "aria-hidden": "false",
619
- focusable: "false"
620
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("circle", {
597
+ fill: filled ? 'currentColor' : 'none',
598
+ stroke: filled ? 'white' : 'currentColor',
599
+ strokeWidth: strokeWidth,
600
+ strokeLinecap: "round",
601
+ strokeLinejoin: "round"
602
+ }, /*#__PURE__*/React__default.createElement("circle", {
621
603
  cx: "12",
622
604
  cy: "12",
623
605
  r: "10"
624
606
  }), /*#__PURE__*/React__default.createElement("line", {
607
+ fill: filled ? 'currentColor' : 'none',
625
608
  x1: "15",
626
609
  y1: "9",
627
610
  x2: "9",
628
- y2: "15",
629
- stroke: filled ? 'white' : color
611
+ y2: "15"
630
612
  }), /*#__PURE__*/React__default.createElement("line", {
613
+ fill: filled ? 'currentColor' : 'none',
631
614
  x1: "9",
632
615
  y1: "9",
633
616
  x2: "15",
634
- y2: "15",
635
- stroke: filled ? 'white' : color
617
+ y2: "15"
636
618
  })));
637
619
  };
638
- var DownloadIcon = _ref17 => {
620
+ var DownloadIcon = _ref15 => {
639
621
  var {
640
622
  size = 24,
641
623
  color = 'currentColor',
642
624
  filled = true,
643
625
  strokeWidth = 1
644
- } = _ref17,
645
- props = _objectWithoutPropertiesLoose(_ref17, _excluded17);
626
+ } = _ref15,
627
+ props = _objectWithoutPropertiesLoose(_ref15, _excluded14);
646
628
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
647
629
  size: size,
648
630
  color: color
649
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
631
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
650
632
  viewBox: "0 0 24 24",
651
- "aria-hidden": "false",
652
- focusable: "false"
653
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
633
+ fill: filled ? color : 'none',
634
+ stroke: filled ? 'none' : color,
635
+ strokeWidth: strokeWidth,
636
+ strokeLinecap: "round",
637
+ strokeLinejoin: "round"
638
+ }, /*#__PURE__*/React__default.createElement("path", {
654
639
  d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
655
640
  })));
656
641
  };
657
- var MenuIcon = _ref18 => {
642
+ var MenuIcon = _ref16 => {
658
643
  var {
659
644
  size = 24,
660
- color = 'currentColor',
661
- strokeWidth = 1
662
- } = _ref18,
663
- props = _objectWithoutPropertiesLoose(_ref18, _excluded18);
645
+ color = 'currentColor'
646
+ } = _ref16,
647
+ props = _objectWithoutPropertiesLoose(_ref16, _excluded15);
664
648
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
665
649
  size: size,
666
650
  color: color
667
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
651
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
668
652
  viewBox: "0 0 24 24",
669
- "aria-hidden": "false",
670
- focusable: "false"
671
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
672
- stroke: color,
653
+ fill: "none",
654
+ stroke: "currentColor",
655
+ strokeWidth: "1",
656
+ strokeLinecap: "round",
657
+ strokeLinejoin: "round"
658
+ }, /*#__PURE__*/React__default.createElement("line", {
673
659
  x1: "3",
674
660
  y1: "12",
675
661
  x2: "21",
676
662
  y2: "12"
677
663
  }), /*#__PURE__*/React__default.createElement("line", {
678
- stroke: color,
679
664
  x1: "3",
680
665
  y1: "6",
681
666
  x2: "21",
682
667
  y2: "6"
683
668
  }), /*#__PURE__*/React__default.createElement("line", {
684
- stroke: color,
685
669
  x1: "3",
686
670
  y1: "18",
687
671
  x2: "21",
688
672
  y2: "18"
689
673
  })));
690
674
  };
691
- var ShareIcon = _ref19 => {
675
+ var ShareIcon = _ref17 => {
692
676
  var {
693
677
  size = 24,
694
- color = 'currentColor',
695
- filled = false,
696
- strokeWidth = 1
697
- } = _ref19,
698
- props = _objectWithoutPropertiesLoose(_ref19, _excluded19);
678
+ color = 'currentColor'
679
+ } = _ref17,
680
+ props = _objectWithoutPropertiesLoose(_ref17, _excluded16);
699
681
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
700
682
  size: size,
701
683
  color: color
702
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
684
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
703
685
  viewBox: "0 0 24 24",
704
- "aria-hidden": "false",
705
- focusable: "false"
706
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("circle", {
686
+ fill: "none",
687
+ stroke: "currentColor",
688
+ strokeWidth: "1",
689
+ strokeLinecap: "round",
690
+ strokeLinejoin: "round"
691
+ }, /*#__PURE__*/React__default.createElement("circle", {
707
692
  cx: "18",
708
693
  cy: "5",
709
694
  r: "3"
@@ -716,47 +701,45 @@ var ShareIcon = _ref19 => {
716
701
  cy: "19",
717
702
  r: "3"
718
703
  }), /*#__PURE__*/React__default.createElement("line", {
719
- stroke: color,
720
704
  x1: "8.59",
721
705
  y1: "13.51",
722
706
  x2: "15.42",
723
707
  y2: "17.49"
724
708
  }), /*#__PURE__*/React__default.createElement("line", {
725
- stroke: color,
726
709
  x1: "15.41",
727
710
  y1: "6.51",
728
711
  x2: "8.59",
729
712
  y2: "10.49"
730
713
  })));
731
714
  };
732
- var RefreshIcon = _ref20 => {
715
+ var RefreshIcon = _ref18 => {
733
716
  var {
734
717
  size = 24,
735
- color = 'currentColor',
736
- strokeWidth = 1
737
- } = _ref20,
738
- props = _objectWithoutPropertiesLoose(_ref20, _excluded20);
718
+ color = 'currentColor'
719
+ } = _ref18,
720
+ props = _objectWithoutPropertiesLoose(_ref18, _excluded17);
739
721
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
740
722
  size: size,
741
723
  color: color
742
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
724
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
743
725
  viewBox: "0 0 24 24",
744
- "aria-hidden": "false",
745
- focusable: "false"
746
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("polyline", {
726
+ fill: "none",
727
+ stroke: "currentColor",
728
+ strokeWidth: "1",
729
+ strokeLinecap: "round",
730
+ strokeLinejoin: "round"
731
+ }, /*#__PURE__*/React__default.createElement("polyline", {
747
732
  points: "23 4 23 10 17 10"
748
733
  }), /*#__PURE__*/React__default.createElement("path", {
749
734
  d: "M20.49 15a9 9 0 1 1-2.13-9.36L23 10"
750
735
  })));
751
736
  };
752
- var PrintIcon = _ref21 => {
737
+ var PrintIcon = _ref19 => {
753
738
  var {
754
739
  size = 24,
755
- color = 'currentColor',
756
- filled = true,
757
- strokeWidth = 1
758
- } = _ref21,
759
- props = _objectWithoutPropertiesLoose(_ref21, _excluded21);
740
+ color = 'currentColor'
741
+ } = _ref19,
742
+ props = _objectWithoutPropertiesLoose(_ref19, _excluded18);
760
743
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
761
744
  size: size,
762
745
  color: color
@@ -769,149 +752,155 @@ var PrintIcon = _ref21 => {
769
752
  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"
770
753
  })));
771
754
  };
772
- var PanelIcon = _ref22 => {
755
+ var PanelIcon = _ref20 => {
773
756
  var {
774
757
  size = 24,
775
- color = 'currentColor',
776
- strokeWidth = 1
777
- } = _ref22,
778
- props = _objectWithoutPropertiesLoose(_ref22, _excluded22);
758
+ color = 'currentColor'
759
+ } = _ref20,
760
+ props = _objectWithoutPropertiesLoose(_ref20, _excluded19);
779
761
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
780
762
  size: size,
781
763
  color: color
782
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
764
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
765
+ xmlns: "http://www.w3.org/2000/svg",
783
766
  viewBox: "0 0 24 24",
784
- "aria-hidden": "false",
785
- focusable: "false"
786
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
787
- stroke: color,
767
+ fill: "none",
768
+ stroke: "currentColor",
769
+ strokeWidth: "1",
770
+ strokeLinecap: "round",
771
+ strokeLinejoin: "round"
772
+ }, /*#__PURE__*/React__default.createElement("line", {
788
773
  x1: "4",
789
774
  y1: "21",
790
775
  x2: "4",
791
776
  y2: "14"
792
777
  }), /*#__PURE__*/React__default.createElement("line", {
793
- stroke: color,
794
778
  x1: "4",
795
779
  y1: "10",
796
780
  x2: "4",
797
781
  y2: "3"
798
782
  }), /*#__PURE__*/React__default.createElement("line", {
799
- stroke: color,
800
783
  x1: "12",
801
784
  y1: "21",
802
785
  x2: "12",
803
786
  y2: "12"
804
787
  }), /*#__PURE__*/React__default.createElement("line", {
805
- stroke: color,
806
788
  x1: "12",
807
789
  y1: "8",
808
790
  x2: "12",
809
791
  y2: "3"
810
792
  }), /*#__PURE__*/React__default.createElement("line", {
811
- stroke: color,
812
793
  x1: "20",
813
794
  y1: "21",
814
795
  x2: "20",
815
796
  y2: "16"
816
797
  }), /*#__PURE__*/React__default.createElement("line", {
817
- stroke: color,
818
798
  x1: "20",
819
799
  y1: "12",
820
800
  x2: "20",
821
801
  y2: "3"
822
802
  }), /*#__PURE__*/React__default.createElement("line", {
823
- stroke: color,
824
803
  x1: "1",
825
804
  y1: "14",
826
805
  x2: "7",
827
806
  y2: "14"
828
807
  }), /*#__PURE__*/React__default.createElement("line", {
829
- stroke: color,
830
808
  x1: "9",
831
809
  y1: "8",
832
810
  x2: "15",
833
811
  y2: "8"
834
812
  }), /*#__PURE__*/React__default.createElement("line", {
835
- stroke: color,
836
813
  x1: "17",
837
814
  y1: "16",
838
815
  x2: "23",
839
816
  y2: "16"
840
817
  })));
841
818
  };
842
- var FilterIcon = _ref23 => {
819
+ var FilterIcon = _ref21 => {
843
820
  var {
844
821
  size = 24,
845
822
  color = 'currentColor',
846
823
  filled = false,
847
824
  strokeWidth = 1
848
- } = _ref23,
849
- props = _objectWithoutPropertiesLoose(_ref23, _excluded23);
825
+ } = _ref21,
826
+ props = _objectWithoutPropertiesLoose(_ref21, _excluded20);
850
827
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
851
828
  size: size,
852
829
  color: color
853
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
830
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
854
831
  viewBox: "0 0 24 24",
855
- "aria-hidden": "false",
856
- focusable: "false"
857
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
832
+ fill: filled ? color : 'none',
833
+ stroke: filled ? 'none' : color,
834
+ strokeWidth: strokeWidth,
835
+ strokeLinecap: "round",
836
+ strokeLinejoin: "round"
837
+ }, /*#__PURE__*/React__default.createElement("path", {
858
838
  d: "M3 4h18l-7 10v5l-4 2v-7L3 4z"
859
839
  })));
860
840
  };
861
- var HomeIcon = _ref24 => {
841
+ var HomeIcon = _ref22 => {
862
842
  var {
863
843
  size = 24,
864
844
  color = 'currentColor',
865
845
  filled = true,
866
846
  strokeWidth = 1
867
- } = _ref24,
868
- props = _objectWithoutPropertiesLoose(_ref24, _excluded24);
847
+ } = _ref22,
848
+ props = _objectWithoutPropertiesLoose(_ref22, _excluded21);
869
849
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
870
850
  size: size,
871
851
  color: color
872
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
852
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
873
853
  viewBox: "0 0 24 24",
874
- "aria-hidden": "false",
875
- focusable: "false"
876
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
854
+ fill: filled ? color : 'none',
855
+ stroke: filled ? 'none' : color,
856
+ strokeWidth: strokeWidth,
857
+ strokeLinecap: "round",
858
+ strokeLinejoin: "round"
859
+ }, /*#__PURE__*/React__default.createElement("path", {
877
860
  d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
878
861
  })));
879
862
  };
880
- var LocationIcon = _ref25 => {
863
+ var LocationIcon = _ref23 => {
881
864
  var {
882
865
  size = 24,
883
866
  color = 'currentColor',
884
867
  filled = true,
885
868
  strokeWidth = 1
886
- } = _ref25,
887
- props = _objectWithoutPropertiesLoose(_ref25, _excluded25);
869
+ } = _ref23,
870
+ props = _objectWithoutPropertiesLoose(_ref23, _excluded22);
888
871
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
889
872
  size: size,
890
873
  color: color
891
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
874
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
892
875
  viewBox: "0 0 24 24",
893
- "aria-hidden": "false",
894
- focusable: "false"
895
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
876
+ fill: filled ? color : 'none',
877
+ stroke: filled ? 'none' : color,
878
+ strokeWidth: strokeWidth,
879
+ strokeLinecap: "round",
880
+ strokeLinejoin: "round"
881
+ }, /*#__PURE__*/React__default.createElement("path", {
896
882
  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"
897
883
  })));
898
884
  };
899
- var LockIcon = _ref26 => {
885
+ var LockIcon = _ref24 => {
900
886
  var {
901
887
  size = 24,
902
888
  color = 'currentColor',
903
889
  filled = false,
904
890
  strokeWidth = 1
905
- } = _ref26,
906
- props = _objectWithoutPropertiesLoose(_ref26, _excluded26);
891
+ } = _ref24,
892
+ props = _objectWithoutPropertiesLoose(_ref24, _excluded23);
907
893
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
908
894
  size: size,
909
895
  color: color
910
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
896
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
911
897
  viewBox: "0 0 24 24",
912
- "aria-hidden": "false",
913
- focusable: "false"
914
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("rect", {
898
+ fill: filled ? color : 'none',
899
+ stroke: filled ? 'none' : color,
900
+ strokeWidth: strokeWidth,
901
+ strokeLinecap: "round",
902
+ strokeLinejoin: "round"
903
+ }, /*#__PURE__*/React__default.createElement("rect", {
915
904
  x: "3",
916
905
  y: "11",
917
906
  width: "18",
@@ -922,190 +911,214 @@ var LockIcon = _ref26 => {
922
911
  d: "M7 11V7a5 5 0 0 1 10 0v4"
923
912
  })));
924
913
  };
925
- var MicrophoneIcon = _ref27 => {
914
+ var MicrophoneIcon = _ref25 => {
926
915
  var {
927
916
  size = 24,
928
917
  color = 'currentColor',
929
918
  filled = false,
930
919
  strokeWidth = 1
931
- } = _ref27,
932
- props = _objectWithoutPropertiesLoose(_ref27, _excluded27);
920
+ } = _ref25,
921
+ props = _objectWithoutPropertiesLoose(_ref25, _excluded24);
933
922
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
934
923
  size: size,
935
924
  color: color
936
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
925
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
937
926
  viewBox: "0 0 24 24",
938
- "aria-hidden": "false",
939
- focusable: "false"
940
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
927
+ fill: filled ? color : 'none',
928
+ stroke: filled ? 'none' : color,
929
+ strokeWidth: strokeWidth,
930
+ strokeLinecap: "round",
931
+ strokeLinejoin: "round"
932
+ }, /*#__PURE__*/React__default.createElement("path", {
941
933
  d: "M12 1a4 4 0 0 0-4 4v6a4 4 0 0 0 8 0V5a4 4 0 0 0-4-4z"
942
934
  }), /*#__PURE__*/React__default.createElement("path", {
943
935
  d: "M19 10v2a7 7 0 0 1-14 0v-2"
944
936
  }), /*#__PURE__*/React__default.createElement("line", {
945
- stroke: color,
946
937
  x1: "12",
947
938
  y1: "19",
948
939
  x2: "12",
949
940
  y2: "23"
950
941
  }), /*#__PURE__*/React__default.createElement("line", {
951
- stroke: color,
952
942
  x1: "8",
953
943
  y1: "23",
954
944
  x2: "16",
955
945
  y2: "23"
956
946
  })));
957
947
  };
958
- var MoonIcon = _ref28 => {
948
+ var MoonIcon = _ref26 => {
959
949
  var {
960
950
  size = 24,
961
951
  color = 'currentColor',
962
- filled = true,
952
+ filled = false,
963
953
  strokeWidth = 1
964
- } = _ref28,
965
- props = _objectWithoutPropertiesLoose(_ref28, _excluded28);
954
+ } = _ref26,
955
+ props = _objectWithoutPropertiesLoose(_ref26, _excluded25);
966
956
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
967
957
  size: size,
968
958
  color: color
969
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
959
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
970
960
  viewBox: "0 0 24 24",
971
- "aria-hidden": "false",
972
- focusable: "false"
973
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
961
+ fill: filled ? color : 'none',
962
+ stroke: filled ? 'none' : color,
963
+ strokeWidth: strokeWidth,
964
+ strokeLinecap: "round",
965
+ strokeLinejoin: "round"
966
+ }, /*#__PURE__*/React__default.createElement("path", {
974
967
  d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
975
968
  })));
976
969
  };
977
- var NotificationIcon = _ref29 => {
970
+ var NotificationIcon = _ref27 => {
978
971
  var {
979
972
  size = 24,
980
973
  color = 'currentColor',
981
974
  filled = false,
982
975
  strokeWidth = 1
983
- } = _ref29,
984
- props = _objectWithoutPropertiesLoose(_ref29, _excluded29);
976
+ } = _ref27,
977
+ props = _objectWithoutPropertiesLoose(_ref27, _excluded26);
985
978
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
986
979
  size: size,
987
980
  color: color
988
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
981
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
989
982
  viewBox: "0 0 24 24",
990
- "aria-hidden": "false",
991
- focusable: "false"
992
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
983
+ fill: filled ? color : 'none',
984
+ stroke: filled ? 'none' : color,
985
+ strokeWidth: strokeWidth,
986
+ strokeLinecap: "round",
987
+ strokeLinejoin: "round"
988
+ }, /*#__PURE__*/React__default.createElement("path", {
993
989
  d: "M18 8a6 6 0 0 0-12 0c0 7-3 9-3 9h18s-3-2-3-9"
994
990
  }), /*#__PURE__*/React__default.createElement("path", {
995
991
  d: "M13.73 21a2 2 0 0 1-3.46 0"
996
992
  })));
997
993
  };
998
- var OpenEyeIcon = _ref30 => {
994
+ var OpenEyeIcon = _ref28 => {
999
995
  var {
1000
996
  size = 24,
1001
997
  color = 'currentColor',
1002
998
  filled = true,
1003
999
  strokeWidth = 1
1004
- } = _ref30,
1005
- props = _objectWithoutPropertiesLoose(_ref30, _excluded30);
1000
+ } = _ref28,
1001
+ props = _objectWithoutPropertiesLoose(_ref28, _excluded27);
1006
1002
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1007
1003
  size: size,
1008
1004
  color: color
1009
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1005
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1010
1006
  viewBox: "0 0 24 24",
1011
- "aria-hidden": "false",
1012
- focusable: "false"
1013
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1007
+ fill: filled ? color : 'none',
1008
+ stroke: filled ? 'none' : color,
1009
+ strokeWidth: strokeWidth,
1010
+ strokeLinecap: "round",
1011
+ strokeLinejoin: "round"
1012
+ }, /*#__PURE__*/React__default.createElement("path", {
1014
1013
  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"
1015
1014
  })));
1016
1015
  };
1017
- var ProfileIcon = _ref31 => {
1016
+ var ProfileIcon = _ref29 => {
1018
1017
  var {
1019
1018
  size = 24,
1020
1019
  color = 'currentColor',
1021
1020
  filled = true,
1022
1021
  strokeWidth = 1
1023
- } = _ref31,
1024
- props = _objectWithoutPropertiesLoose(_ref31, _excluded31);
1022
+ } = _ref29,
1023
+ props = _objectWithoutPropertiesLoose(_ref29, _excluded28);
1025
1024
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1026
1025
  size: size,
1027
1026
  color: color
1028
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1027
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1029
1028
  viewBox: "0 0 24 24",
1030
- "aria-hidden": "false",
1031
- focusable: "false"
1032
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1029
+ fill: filled ? color : 'none',
1030
+ stroke: filled ? 'none' : color,
1031
+ strokeWidth: strokeWidth,
1032
+ strokeLinecap: "round",
1033
+ strokeLinejoin: "round"
1034
+ }, /*#__PURE__*/React__default.createElement("path", {
1033
1035
  fill: filled ? color : 'none',
1034
1036
  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"
1035
1037
  }), ' '));
1036
1038
  };
1037
- var SettingsIcon = _ref32 => {
1039
+ var SettingsIcon = _ref30 => {
1038
1040
  var {
1039
1041
  size = 24,
1040
1042
  color = 'currentColor',
1041
1043
  filled = false,
1042
1044
  strokeWidth = 1
1043
- } = _ref32,
1044
- props = _objectWithoutPropertiesLoose(_ref32, _excluded32);
1045
+ } = _ref30,
1046
+ props = _objectWithoutPropertiesLoose(_ref30, _excluded29);
1045
1047
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1046
1048
  size: size,
1047
1049
  color: color
1048
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1050
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1049
1051
  viewBox: "0 0 24 24",
1050
- "aria-hidden": "false",
1051
- focusable: "false"
1052
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1052
+ fill: filled ? color : 'none',
1053
+ stroke: filled ? 'none' : color,
1054
+ strokeWidth: strokeWidth,
1055
+ strokeLinecap: "round",
1056
+ strokeLinejoin: "round"
1057
+ }, /*#__PURE__*/React__default.createElement("path", {
1053
1058
  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"
1054
1059
  })));
1055
1060
  };
1056
- var SuccessIcon = _ref33 => {
1061
+ var SuccessIcon = _ref31 => {
1057
1062
  var {
1058
1063
  size = 24,
1059
1064
  color = 'currentColor',
1060
1065
  filled = true,
1061
1066
  strokeWidth = 1
1062
- } = _ref33,
1063
- props = _objectWithoutPropertiesLoose(_ref33, _excluded33);
1067
+ } = _ref31,
1068
+ props = _objectWithoutPropertiesLoose(_ref31, _excluded30);
1064
1069
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1065
1070
  size: size,
1066
1071
  color: color
1067
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1072
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1068
1073
  viewBox: "0 0 24 24",
1069
- "aria-hidden": "false",
1070
- focusable: "false"
1071
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1074
+ fill: filled ? color : 'none',
1075
+ stroke: filled ? 'none' : color,
1076
+ strokeWidth: strokeWidth,
1077
+ strokeLinecap: "round",
1078
+ strokeLinejoin: "round"
1079
+ }, /*#__PURE__*/React__default.createElement("path", {
1072
1080
  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"
1073
1081
  })));
1074
1082
  };
1075
- var UnLikeIcon = _ref34 => {
1083
+ var UnLikeIcon = _ref32 => {
1076
1084
  var {
1077
1085
  size = 24,
1078
1086
  color = 'currentColor',
1079
1087
  filled = true,
1080
1088
  strokeWidth = 1
1081
- } = _ref34,
1082
- props = _objectWithoutPropertiesLoose(_ref34, _excluded34);
1089
+ } = _ref32,
1090
+ props = _objectWithoutPropertiesLoose(_ref32, _excluded31);
1083
1091
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1084
1092
  size: size,
1085
1093
  color: color
1086
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1094
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1087
1095
  viewBox: "0 0 24 24",
1088
- "aria-hidden": "false",
1089
- focusable: "false"
1090
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1096
+ fill: filled ? color : 'none',
1097
+ stroke: filled ? 'none' : color,
1098
+ strokeWidth: strokeWidth,
1099
+ strokeLinecap: "round",
1100
+ strokeLinejoin: "round"
1101
+ }, /*#__PURE__*/React__default.createElement("path", {
1091
1102
  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"
1092
1103
  })));
1093
1104
  };
1094
- var ClockIcon = _ref35 => {
1105
+ var ClockIcon = _ref33 => {
1095
1106
  var {
1096
1107
  size = 24,
1097
- color = 'currentColor',
1098
- strokeWidth = 1
1099
- } = _ref35,
1100
- props = _objectWithoutPropertiesLoose(_ref35, _excluded35);
1108
+ color = 'currentColor'
1109
+ } = _ref33,
1110
+ props = _objectWithoutPropertiesLoose(_ref33, _excluded32);
1101
1111
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1102
1112
  size: size,
1103
1113
  color: color
1104
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1114
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1105
1115
  viewBox: "0 0 24 24",
1106
- "aria-hidden": "false",
1107
- focusable: "false"
1108
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("circle", {
1116
+ fill: "none",
1117
+ stroke: "currentColor",
1118
+ strokeWidth: "1",
1119
+ strokeLinecap: "round",
1120
+ strokeLinejoin: "round"
1121
+ }, /*#__PURE__*/React__default.createElement("circle", {
1109
1122
  cx: "12",
1110
1123
  cy: "12",
1111
1124
  r: "10"
@@ -1113,21 +1126,23 @@ var ClockIcon = _ref35 => {
1113
1126
  points: "12 6 12 12 16 14"
1114
1127
  })));
1115
1128
  };
1116
- var CameraIcon = _ref36 => {
1129
+ var CameraIcon = _ref34 => {
1117
1130
  var {
1118
1131
  size = 24,
1119
- color = 'currentColor',
1120
- strokeWidth = 1
1121
- } = _ref36,
1122
- props = _objectWithoutPropertiesLoose(_ref36, _excluded36);
1132
+ color = 'currentColor'
1133
+ } = _ref34,
1134
+ props = _objectWithoutPropertiesLoose(_ref34, _excluded33);
1123
1135
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1124
1136
  size: size,
1125
1137
  color: color
1126
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1138
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1127
1139
  viewBox: "0 0 24 24",
1128
- "aria-hidden": "false",
1129
- focusable: "false"
1130
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1140
+ fill: "none",
1141
+ stroke: "currentColor",
1142
+ strokeWidth: "1",
1143
+ strokeLinecap: "round",
1144
+ strokeLinejoin: "round"
1145
+ }, /*#__PURE__*/React__default.createElement("path", {
1131
1146
  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"
1132
1147
  }), /*#__PURE__*/React__default.createElement("circle", {
1133
1148
  cx: "12",
@@ -1135,60 +1150,63 @@ var CameraIcon = _ref36 => {
1135
1150
  r: "4"
1136
1151
  })));
1137
1152
  };
1138
- var BluetoothIcon = _ref37 => {
1153
+ var BluetoothIcon = _ref35 => {
1139
1154
  var {
1140
1155
  size = 24,
1141
- color = 'currentColor',
1142
- filled = true,
1143
- strokeWidth = 1
1144
- } = _ref37,
1145
- props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
1156
+ color = 'currentColor'
1157
+ } = _ref35,
1158
+ props = _objectWithoutPropertiesLoose(_ref35, _excluded34);
1146
1159
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1147
1160
  size: size,
1148
1161
  color: color
1149
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1162
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1150
1163
  viewBox: "0 0 24 24",
1151
- "aria-hidden": "false",
1152
- focusable: "false"
1153
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1164
+ fill: 'currentColor'
1165
+ }, /*#__PURE__*/React__default.createElement("path", {
1154
1166
  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"
1155
1167
  })));
1156
1168
  };
1157
- var LikeIcon = _ref38 => {
1169
+ var LikeIcon = _ref36 => {
1158
1170
  var {
1159
1171
  size = 24,
1160
1172
  color = 'currentColor',
1161
1173
  filled = true,
1162
1174
  strokeWidth = 1
1163
- } = _ref38,
1164
- props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
1175
+ } = _ref36,
1176
+ props = _objectWithoutPropertiesLoose(_ref36, _excluded35);
1165
1177
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1166
1178
  size: size,
1167
1179
  color: color
1168
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1180
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1169
1181
  viewBox: "0 0 24 24",
1170
- "aria-hidden": "false",
1171
- focusable: "false"
1172
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1182
+ fill: filled ? color : 'none',
1183
+ stroke: filled ? 'none' : color,
1184
+ strokeWidth: strokeWidth,
1185
+ strokeLinecap: "round",
1186
+ strokeLinejoin: "round"
1187
+ }, /*#__PURE__*/React__default.createElement("path", {
1173
1188
  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"
1174
1189
  })));
1175
1190
  };
1176
- var UnlockIcon = _ref39 => {
1191
+ var UnlockIcon = _ref37 => {
1177
1192
  var {
1178
1193
  size = 24,
1179
1194
  color = 'currentColor',
1180
1195
  filled = false,
1181
1196
  strokeWidth = 1
1182
- } = _ref39,
1183
- props = _objectWithoutPropertiesLoose(_ref39, _excluded39);
1197
+ } = _ref37,
1198
+ props = _objectWithoutPropertiesLoose(_ref37, _excluded36);
1184
1199
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1185
1200
  size: size,
1186
1201
  color: color
1187
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1202
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1188
1203
  viewBox: "0 0 24 24",
1189
- "aria-hidden": "false",
1190
- focusable: "false"
1191
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("rect", {
1204
+ fill: filled ? color : 'none',
1205
+ stroke: filled ? 'none' : color,
1206
+ strokeWidth: strokeWidth,
1207
+ strokeLinecap: "round",
1208
+ strokeLinejoin: "round"
1209
+ }, /*#__PURE__*/React__default.createElement("rect", {
1192
1210
  x: "3",
1193
1211
  y: "11",
1194
1212
  width: "18",
@@ -1199,41 +1217,47 @@ var UnlockIcon = _ref39 => {
1199
1217
  d: "M7 11V7a5 5 0 0 1 9.9-1"
1200
1218
  })));
1201
1219
  };
1202
- var WifiIcon = _ref40 => {
1220
+ var WifiIcon = _ref38 => {
1203
1221
  var {
1204
1222
  size = 24,
1205
1223
  color = 'currentColor',
1206
1224
  filled = false,
1207
1225
  strokeWidth = 1
1208
- } = _ref40,
1209
- props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
1226
+ } = _ref38,
1227
+ props = _objectWithoutPropertiesLoose(_ref38, _excluded37);
1210
1228
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1211
1229
  size: size,
1212
1230
  color: color
1213
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1231
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1214
1232
  viewBox: "0 0 24 24",
1215
- "aria-hidden": "false",
1216
- focusable: "false"
1217
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1233
+ fill: filled ? color : 'none',
1234
+ stroke: filled ? 'none' : color,
1235
+ strokeWidth: strokeWidth,
1236
+ strokeLinecap: "round",
1237
+ strokeLinejoin: "round"
1238
+ }, /*#__PURE__*/React__default.createElement("path", {
1218
1239
  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"
1219
1240
  })));
1220
1241
  };
1221
- var UploadIcon = _ref41 => {
1242
+ var UploadIcon = _ref39 => {
1222
1243
  var {
1223
1244
  size = 24,
1224
1245
  color = 'currentColor',
1225
1246
  filled = false,
1226
1247
  strokeWidth = 1
1227
- } = _ref41,
1228
- props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
1248
+ } = _ref39,
1249
+ props = _objectWithoutPropertiesLoose(_ref39, _excluded38);
1229
1250
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1230
1251
  size: size,
1231
1252
  color: color
1232
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1253
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1233
1254
  viewBox: "0 0 24 24",
1234
- "aria-hidden": "false",
1235
- focusable: "false"
1236
- }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1255
+ fill: filled ? color : 'none',
1256
+ stroke: filled ? 'none' : color,
1257
+ strokeWidth: strokeWidth,
1258
+ strokeLinecap: "round",
1259
+ strokeLinejoin: "round"
1260
+ }, /*#__PURE__*/React__default.createElement("path", {
1237
1261
  d: "M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1"
1238
1262
  }), /*#__PURE__*/React__default.createElement("path", {
1239
1263
  d: "M9 15l3 -3l3 3"
@@ -1241,99 +1265,123 @@ var UploadIcon = _ref41 => {
1241
1265
  d: "M12 12l0 9"
1242
1266
  })));
1243
1267
  };
1244
- var SearchIcon = _ref42 => {
1268
+ var SearchIcon = _ref40 => {
1245
1269
  var {
1246
1270
  size = 24,
1247
- color = 'currentColor',
1248
- filled = true,
1249
- strokeWidth = 1
1250
- } = _ref42,
1251
- props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
1271
+ color = 'currentColor'
1272
+ } = _ref40,
1273
+ props = _objectWithoutPropertiesLoose(_ref40, _excluded39);
1252
1274
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1253
1275
  size: size,
1254
1276
  color: color
1255
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1277
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1256
1278
  viewBox: "0 0 24 24",
1257
- "aria-hidden": "false",
1258
- focusable: "false"
1259
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1279
+ fill: 'currentColor'
1280
+ }, /*#__PURE__*/React__default.createElement("path", {
1260
1281
  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"
1261
1282
  })));
1262
1283
  };
1263
- var CloseEyeIcon = _ref43 => {
1284
+ var CloseEyeIcon = _ref41 => {
1264
1285
  var {
1265
1286
  size = 24,
1266
- color = 'currentColor',
1267
- filled = true,
1268
- strokeWidth = 1
1269
- } = _ref43,
1270
- props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
1287
+ color = 'currentColor'
1288
+ } = _ref41,
1289
+ props = _objectWithoutPropertiesLoose(_ref41, _excluded40);
1271
1290
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1272
1291
  size: size,
1273
1292
  color: color
1274
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1293
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1275
1294
  viewBox: "0 0 24 24",
1276
- "aria-hidden": "false",
1277
- focusable: "false"
1278
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1295
+ fill: color
1296
+ }, /*#__PURE__*/React__default.createElement("path", {
1279
1297
  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",
1280
1298
  fill: "currentColor"
1281
1299
  })));
1282
1300
  };
1283
- var ExternalLinkIcon = _ref44 => {
1301
+ var ExternalLinkIcon = _ref42 => {
1284
1302
  var {
1285
1303
  size = 24,
1286
- color = 'currentColor',
1287
- filled = true,
1288
- strokeWidth = 1
1289
- } = _ref44,
1290
- props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
1304
+ color = 'currentColor'
1305
+ } = _ref42,
1306
+ props = _objectWithoutPropertiesLoose(_ref42, _excluded41);
1291
1307
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1292
1308
  size: size,
1293
1309
  color: color
1294
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1310
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1295
1311
  viewBox: "0 0 24 24",
1296
- "aria-hidden": "false",
1297
- focusable: "false"
1298
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1312
+ fill: 'currentColor'
1313
+ }, /*#__PURE__*/React__default.createElement("path", {
1299
1314
  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"
1300
1315
  })));
1301
1316
  };
1317
+ var MinusIcon = _ref43 => {
1318
+ var {
1319
+ size = 24,
1320
+ color = 'currentColor'
1321
+ } = _ref43,
1322
+ props = _objectWithoutPropertiesLoose(_ref43, _excluded42);
1323
+ return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1324
+ padding: 2,
1325
+ size: size,
1326
+ color: color
1327
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1328
+ viewBox: "0 0 24 24",
1329
+ fill: "none",
1330
+ stroke: 'currentColor',
1331
+ strokeWidth: "1"
1332
+ }, /*#__PURE__*/React__default.createElement("path", {
1333
+ d: "M7 12h10",
1334
+ strokeLinecap: "round",
1335
+ strokeLinejoin: "round"
1336
+ })));
1337
+ };
1338
+ var InfoIcon = _ref44 => {
1339
+ var {
1340
+ size = 24,
1341
+ color = 'currentColor'
1342
+ } = _ref44,
1343
+ props = _objectWithoutPropertiesLoose(_ref44, _excluded43);
1344
+ return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1345
+ size: size,
1346
+ color: color
1347
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1348
+ viewBox: "0 0 24 24",
1349
+ fill: 'currentColor'
1350
+ }, /*#__PURE__*/React__default.createElement("path", {
1351
+ 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"
1352
+ })));
1353
+ };
1302
1354
  var PlusIcon = _ref45 => {
1303
1355
  var {
1304
1356
  size = 24,
1305
- color = 'currentColor',
1306
- filled = true,
1307
- strokeWidth = 1
1357
+ color = 'currentColor'
1308
1358
  } = _ref45,
1309
- props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
1359
+ props = _objectWithoutPropertiesLoose(_ref45, _excluded44);
1310
1360
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1311
1361
  size: size,
1312
1362
  color: color
1313
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1363
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1314
1364
  viewBox: "0 0 24 24",
1315
- "aria-hidden": "false",
1316
- focusable: "false"
1317
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1365
+ fill: 'currentColor'
1366
+ }, /*#__PURE__*/React__default.createElement("path", {
1318
1367
  d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
1319
1368
  })));
1320
1369
  };
1321
1370
  var TickIcon = _ref46 => {
1322
1371
  var {
1323
1372
  size = 24,
1324
- color = 'currentColor',
1325
- filled = true,
1326
- strokeWidth = 1
1373
+ color = 'currentColor'
1327
1374
  } = _ref46,
1328
- props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
1375
+ props = _objectWithoutPropertiesLoose(_ref46, _excluded45);
1329
1376
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1330
1377
  size: size,
1331
1378
  color: color
1332
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1379
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1333
1380
  viewBox: "0 0 24 24",
1334
- "aria-hidden": "false",
1335
- focusable: "false"
1336
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1381
+ fill: "none",
1382
+ stroke: 'currentColor',
1383
+ strokeWidth: "1"
1384
+ }, /*#__PURE__*/React__default.createElement("path", {
1337
1385
  d: "M5 13l4 4L19 7",
1338
1386
  strokeLinecap: "round",
1339
1387
  strokeLinejoin: "round"
@@ -1342,39 +1390,38 @@ var TickIcon = _ref46 => {
1342
1390
  var BoldArrowIcon = _ref47 => {
1343
1391
  var {
1344
1392
  size = 24,
1345
- color = 'currentColor',
1346
- filled = true,
1347
- strokeWidth = 1
1393
+ color = 'currentColor'
1348
1394
  } = _ref47,
1349
- props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
1395
+ props = _objectWithoutPropertiesLoose(_ref47, _excluded46);
1350
1396
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1351
1397
  size: size,
1352
1398
  color: color
1353
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1399
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1354
1400
  viewBox: "0 0 24 24",
1355
- "aria-hidden": "false",
1356
- focusable: "false"
1357
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("path", {
1401
+ fill: 'currentColor'
1402
+ }, /*#__PURE__*/React__default.createElement("path", {
1358
1403
  d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
1359
1404
  })));
1360
1405
  };
1361
1406
  var ArrowIcon = _ref48 => {
1362
1407
  var {
1363
1408
  size = 24,
1364
- color = 'currentColor',
1365
- filled = true,
1366
- strokeWidth = 1
1409
+ color = 'currentColor'
1367
1410
  } = _ref48,
1368
- props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
1411
+ props = _objectWithoutPropertiesLoose(_ref48, _excluded47);
1369
1412
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1370
1413
  size: size,
1371
1414
  color: color
1372
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1415
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1416
+ width: "24",
1417
+ height: "24",
1373
1418
  viewBox: "0 0 24 24",
1374
- "aria-hidden": "false",
1375
- focusable: "false"
1376
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("line", {
1377
- stroke: color,
1419
+ strokeWidth: "1",
1420
+ stroke: 'currentColor',
1421
+ fill: "none",
1422
+ strokeLinecap: "round",
1423
+ strokeLinejoin: "round"
1424
+ }, /*#__PURE__*/React__default.createElement("line", {
1378
1425
  x1: "12",
1379
1426
  y1: "20",
1380
1427
  x2: "12",
@@ -1386,19 +1433,23 @@ var ArrowIcon = _ref48 => {
1386
1433
  var SpinnerIcon = _ref49 => {
1387
1434
  var {
1388
1435
  size = 24,
1389
- color = 'currentColor',
1390
- filled = true,
1391
- strokeWidth = 1
1436
+ color = 'currentColor'
1392
1437
  } = _ref49,
1393
- props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
1438
+ props = _objectWithoutPropertiesLoose(_ref49, _excluded48);
1394
1439
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1395
1440
  size: size,
1396
1441
  color: color
1397
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1442
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1443
+ xmlns: "http://www.w3.org/2000/svg",
1444
+ width: "24",
1445
+ height: "24",
1398
1446
  viewBox: "0 0 24 24",
1399
- "aria-hidden": "false",
1400
- focusable: "false"
1401
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("circle", {
1447
+ fill: "none",
1448
+ stroke: "currentColor",
1449
+ strokeWidth: "2",
1450
+ strokeLinecap: "round",
1451
+ strokeLinejoin: "round"
1452
+ }, /*#__PURE__*/React__default.createElement("circle", {
1402
1453
  cx: "12",
1403
1454
  cy: "12",
1404
1455
  r: "10",
@@ -1411,18 +1462,20 @@ var SpinnerIcon = _ref49 => {
1411
1462
  var CalendarIcon = _ref50 => {
1412
1463
  var {
1413
1464
  size = 24,
1414
- color = 'currentColor',
1415
- strokeWidth = 1
1465
+ color = 'currentColor'
1416
1466
  } = _ref50,
1417
- props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
1467
+ props = _objectWithoutPropertiesLoose(_ref50, _excluded49);
1418
1468
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1419
1469
  size: size,
1420
1470
  color: color
1421
- }, props), /*#__PURE__*/React__default.createElement("svg", Object.assign({
1471
+ }, props), /*#__PURE__*/React__default.createElement("svg", {
1422
1472
  viewBox: "0 0 24 24",
1423
- "aria-hidden": "false",
1424
- focusable: "false"
1425
- }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React__default.createElement("rect", {
1473
+ fill: "none",
1474
+ stroke: "currentColor",
1475
+ strokeWidth: "1",
1476
+ strokeLinecap: "round",
1477
+ strokeLinejoin: "round"
1478
+ }, /*#__PURE__*/React__default.createElement("rect", {
1426
1479
  x: "3",
1427
1480
  y: "4",
1428
1481
  width: "18",
@@ -1430,19 +1483,16 @@ var CalendarIcon = _ref50 => {
1430
1483
  rx: "2",
1431
1484
  ry: "2"
1432
1485
  }), /*#__PURE__*/React__default.createElement("line", {
1433
- stroke: color,
1434
1486
  x1: "16",
1435
1487
  y1: "2",
1436
1488
  x2: "16",
1437
1489
  y2: "6"
1438
1490
  }), /*#__PURE__*/React__default.createElement("line", {
1439
- stroke: color,
1440
1491
  x1: "8",
1441
1492
  y1: "2",
1442
1493
  x2: "8",
1443
1494
  y2: "6"
1444
1495
  }), /*#__PURE__*/React__default.createElement("line", {
1445
- stroke: color,
1446
1496
  x1: "3",
1447
1497
  y1: "10",
1448
1498
  x2: "21",
@@ -1454,8 +1504,6 @@ var Icon = {
1454
1504
  __proto__: null,
1455
1505
  ChevronIcon: ChevronIcon,
1456
1506
  CloseIcon: CloseIcon,
1457
- MinusIcon: MinusIcon,
1458
- InfoIcon: InfoIcon,
1459
1507
  HeartIcon: HeartIcon,
1460
1508
  StarIcon: StarIcon,
1461
1509
  SaveIcon: SaveIcon,
@@ -1495,6 +1543,8 @@ var Icon = {
1495
1543
  SearchIcon: SearchIcon,
1496
1544
  CloseEyeIcon: CloseEyeIcon,
1497
1545
  ExternalLinkIcon: ExternalLinkIcon,
1546
+ MinusIcon: MinusIcon,
1547
+ InfoIcon: InfoIcon,
1498
1548
  PlusIcon: PlusIcon,
1499
1549
  TickIcon: TickIcon,
1500
1550
  BoldArrowIcon: BoldArrowIcon,