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