@app-studio/web 0.8.23 → 0.8.24

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.
@@ -221,44 +221,44 @@ var Center = /*#__PURE__*/React__default.forwardRef((_ref, ref) => {
221
221
  });
222
222
  Center.displayName = 'Center';
223
223
 
224
- var _excluded$4 = ["size", "color"],
225
- _excluded2 = ["size", "color"],
226
- _excluded3 = ["size", "color"],
227
- _excluded4 = ["size", "color"],
228
- _excluded5 = ["size", "color"],
229
- _excluded6 = ["size", "color"],
230
- _excluded7 = ["size", "color"],
231
- _excluded8 = ["size", "color"],
232
- _excluded9 = ["size", "color"],
233
- _excluded10 = ["size", "color"],
234
- _excluded11 = ["size", "color"],
235
- _excluded12 = ["size", "color"],
236
- _excluded13 = ["size", "color"],
237
- _excluded14 = ["size", "color"],
224
+ var _excluded$4 = ["size", "color", "filled", "strokeWidth"],
225
+ _excluded2 = ["size", "color", "filled", "strokeWidth"],
226
+ _excluded3 = ["size", "color", "filled", "strokeWidth"],
227
+ _excluded4 = ["size", "color", "filled", "strokeWidth"],
228
+ _excluded5 = ["size", "color", "filled", "strokeWidth"],
229
+ _excluded6 = ["size", "color", "filled", "strokeWidth"],
230
+ _excluded7 = ["size", "color", "filled", "strokeWidth"],
231
+ _excluded8 = ["size", "color", "filled", "strokeWidth"],
232
+ _excluded9 = ["size", "color", "filled", "strokeWidth"],
233
+ _excluded10 = ["size", "color", "filled", "strokeWidth"],
234
+ _excluded11 = ["size", "color", "filled", "strokeWidth"],
235
+ _excluded12 = ["size", "color", "filled", "strokeWidth"],
236
+ _excluded13 = ["size", "color", "filled", "strokeWidth"],
237
+ _excluded14 = ["size", "color", "filled", "strokeWidth"],
238
238
  _excluded15 = ["size", "color"],
239
239
  _excluded16 = ["size", "color"],
240
240
  _excluded17 = ["size", "color"],
241
241
  _excluded18 = ["size", "color"],
242
242
  _excluded19 = ["size", "color"],
243
- _excluded20 = ["size", "color"],
244
- _excluded21 = ["size", "color"],
245
- _excluded22 = ["size", "color"],
246
- _excluded23 = ["size", "color"],
247
- _excluded24 = ["size", "color"],
248
- _excluded25 = ["size", "color"],
249
- _excluded26 = ["size", "color"],
250
- _excluded27 = ["size", "color"],
251
- _excluded28 = ["size", "color"],
252
- _excluded29 = ["size", "color"],
253
- _excluded30 = ["size", "color"],
254
- _excluded31 = ["size", "color"],
243
+ _excluded20 = ["size", "color", "filled", "strokeWidth"],
244
+ _excluded21 = ["size", "color", "filled", "strokeWidth"],
245
+ _excluded22 = ["size", "color", "filled", "strokeWidth"],
246
+ _excluded23 = ["size", "color", "filled", "strokeWidth"],
247
+ _excluded24 = ["size", "color", "filled", "strokeWidth"],
248
+ _excluded25 = ["size", "color", "filled", "strokeWidth"],
249
+ _excluded26 = ["size", "color", "filled", "strokeWidth"],
250
+ _excluded27 = ["size", "color", "filled", "strokeWidth"],
251
+ _excluded28 = ["size", "color", "filled", "strokeWidth"],
252
+ _excluded29 = ["size", "color", "filled", "strokeWidth"],
253
+ _excluded30 = ["size", "color", "filled", "strokeWidth"],
254
+ _excluded31 = ["size", "color", "filled", "strokeWidth"],
255
255
  _excluded32 = ["size", "color"],
256
256
  _excluded33 = ["size", "color"],
257
257
  _excluded34 = ["size", "color"],
258
- _excluded35 = ["size", "color"],
259
- _excluded36 = ["size", "color"],
260
- _excluded37 = ["size", "color"],
261
- _excluded38 = ["size", "color"],
258
+ _excluded35 = ["size", "color", "filled", "strokeWidth"],
259
+ _excluded36 = ["size", "color", "filled", "strokeWidth"],
260
+ _excluded37 = ["size", "color", "filled", "strokeWidth"],
261
+ _excluded38 = ["size", "color", "filled", "strokeWidth"],
262
262
  _excluded39 = ["size", "color"],
263
263
  _excluded40 = ["size", "color"],
264
264
  _excluded41 = ["size", "color"],
@@ -269,9 +269,7 @@ var _excluded$4 = ["size", "color"],
269
269
  _excluded46 = ["size", "color"],
270
270
  _excluded47 = ["size", "color"],
271
271
  _excluded48 = ["size", "color"],
272
- _excluded49 = ["size", "color"],
273
- _excluded50 = ["size", "color"],
274
- _excluded51 = ["size", "color"];
272
+ _excluded49 = ["size", "color"];
275
273
  // Default wrapper component for consistent sizing
276
274
  var IconWrapper = _ref => {
277
275
  var {
@@ -292,7 +290,9 @@ var IconWrapper = _ref => {
292
290
  var ChevronIcon = _ref2 => {
293
291
  var {
294
292
  size = 24,
295
- color = 'currentColor'
293
+ color = 'currentColor',
294
+ filled = false,
295
+ strokeWidth = 1
296
296
  } = _ref2,
297
297
  props = _objectWithoutPropertiesLoose(_ref2, _excluded$4);
298
298
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -301,35 +301,53 @@ var ChevronIcon = _ref2 => {
301
301
  }, props), /*#__PURE__*/React__default.createElement("svg", {
302
302
  width: "16",
303
303
  height: "16",
304
- fill: "currentColor",
305
- viewBox: "0 0 24 24"
304
+ fill: filled ? color : 'none',
305
+ viewBox: "0 0 24 24",
306
+ stroke: filled ? 'none' : color,
307
+ strokeWidth: strokeWidth,
308
+ strokeLinecap: "round",
309
+ strokeLinejoin: "round"
306
310
  }, /*#__PURE__*/React__default.createElement("path", {
307
311
  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"
308
312
  })));
309
313
  };
310
- var CheckIcon = _ref3 => {
314
+ var CloseIcon = _ref3 => {
311
315
  var {
312
316
  size = 24,
313
- color = 'currentColor'
317
+ color = 'currentColor',
318
+ filled = false,
319
+ strokeWidth = 1
314
320
  } = _ref3,
315
321
  props = _objectWithoutPropertiesLoose(_ref3, _excluded2);
316
322
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
317
323
  size: size,
318
324
  color: color
319
325
  }, props), /*#__PURE__*/React__default.createElement("svg", {
326
+ xmlns: "http://www.w3.org/2000/svg",
320
327
  viewBox: "0 0 24 24",
321
- fill: "none",
322
- strokeWidth: "1"
323
- }, /*#__PURE__*/React__default.createElement("path", {
324
- d: "M17.0001 9L10 16L7 13",
328
+ fill: filled ? color : 'none',
329
+ stroke: filled ? 'none' : color,
330
+ strokeWidth: strokeWidth,
325
331
  strokeLinecap: "round",
326
332
  strokeLinejoin: "round"
333
+ }, /*#__PURE__*/React__default.createElement("line", {
334
+ x1: "18",
335
+ y1: "6",
336
+ x2: "6",
337
+ y2: "18"
338
+ }), /*#__PURE__*/React__default.createElement("line", {
339
+ x1: "6",
340
+ y1: "6",
341
+ x2: "18",
342
+ y2: "18"
327
343
  })));
328
344
  };
329
- var CloseIcon = _ref4 => {
345
+ var HeartIcon = _ref4 => {
330
346
  var {
331
347
  size = 24,
332
- color = 'currentColor'
348
+ color = 'currentColor',
349
+ filled = true,
350
+ strokeWidth = 1
333
351
  } = _ref4,
334
352
  props = _objectWithoutPropertiesLoose(_ref4, _excluded3);
335
353
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -337,48 +355,45 @@ var CloseIcon = _ref4 => {
337
355
  color: color
338
356
  }, props), /*#__PURE__*/React__default.createElement("svg", {
339
357
  xmlns: "http://www.w3.org/2000/svg",
340
- width: "24",
341
- height: "24",
342
358
  viewBox: "0 0 24 24",
343
- fill: "none",
344
- stroke: "currentColor",
345
- strokeWidth: "2",
359
+ fill: filled ? color : 'none',
360
+ stroke: filled ? 'none' : color,
361
+ strokeWidth: strokeWidth,
346
362
  strokeLinecap: "round",
347
363
  strokeLinejoin: "round"
348
- }, /*#__PURE__*/React__default.createElement("line", {
349
- x1: "18",
350
- y1: "6",
351
- x2: "6",
352
- y2: "18"
353
- }), /*#__PURE__*/React__default.createElement("line", {
354
- x1: "6",
355
- y1: "6",
356
- x2: "18",
357
- y2: "18"
364
+ }, /*#__PURE__*/React__default.createElement("path", {
365
+ 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"
358
366
  })));
359
367
  };
360
- var CloseEyeIcon = _ref5 => {
368
+ var StarIcon = _ref5 => {
361
369
  var {
362
370
  size = 24,
363
- color = 'currentColor'
371
+ color = 'currentColor',
372
+ filled = true,
373
+ strokeWidth = 1
364
374
  } = _ref5,
365
375
  props = _objectWithoutPropertiesLoose(_ref5, _excluded4);
366
376
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
367
377
  size: size,
368
378
  color: color
369
379
  }, props), /*#__PURE__*/React__default.createElement("svg", {
380
+ xmlns: "http://www.w3.org/2000/svg",
370
381
  viewBox: "0 0 24 24",
371
- fill: color,
372
- xmlns: "http://www.w3.org/2000/svg"
373
- }, /*#__PURE__*/React__default.createElement("path", {
374
- 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",
375
- fill: "currentColor"
382
+ fill: filled ? color : 'none',
383
+ stroke: filled ? 'none' : color,
384
+ strokeWidth: strokeWidth,
385
+ strokeLinecap: "round",
386
+ strokeLinejoin: "round"
387
+ }, /*#__PURE__*/React__default.createElement("polygon", {
388
+ 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"
376
389
  })));
377
390
  };
378
- var DustBinIcon = _ref6 => {
391
+ var SaveIcon = _ref6 => {
379
392
  var {
380
393
  size = 24,
381
- color = 'currentColor'
394
+ color = 'currentColor',
395
+ filled = false,
396
+ strokeWidth = 1
382
397
  } = _ref6,
383
398
  props = _objectWithoutPropertiesLoose(_ref6, _excluded5);
384
399
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -386,15 +401,25 @@ var DustBinIcon = _ref6 => {
386
401
  color: color
387
402
  }, props), /*#__PURE__*/React__default.createElement("svg", {
388
403
  viewBox: "0 0 24 24",
389
- fill: 'currentColor'
404
+ fill: filled ? color : 'none',
405
+ stroke: filled ? 'none' : color,
406
+ strokeWidth: strokeWidth,
407
+ strokeLinecap: "round",
408
+ strokeLinejoin: "round"
390
409
  }, /*#__PURE__*/React__default.createElement("path", {
391
- d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"
410
+ d: "M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"
411
+ }), /*#__PURE__*/React__default.createElement("polyline", {
412
+ points: "17 21 17 13 7 13 7 21"
413
+ }), /*#__PURE__*/React__default.createElement("polyline", {
414
+ points: "7 3 7 8 15 8"
392
415
  })));
393
416
  };
394
- var EditIcon = _ref7 => {
417
+ var WarningIcon = _ref7 => {
395
418
  var {
396
419
  size = 24,
397
- color = 'currentColor'
420
+ color = 'currentColor',
421
+ filled = false,
422
+ strokeWidth = 1
398
423
  } = _ref7,
399
424
  props = _objectWithoutPropertiesLoose(_ref7, _excluded6);
400
425
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -402,17 +427,31 @@ var EditIcon = _ref7 => {
402
427
  color: color
403
428
  }, props), /*#__PURE__*/React__default.createElement("svg", {
404
429
  viewBox: "0 0 24 24",
405
- fill: "none",
406
- stroke: 'currentColor',
407
- strokeWidth: "1"
430
+ fill: filled ? color : 'none',
431
+ stroke: filled ? 'none' : color,
432
+ strokeWidth: strokeWidth,
433
+ strokeLinecap: "round",
434
+ strokeLinejoin: "round"
408
435
  }, /*#__PURE__*/React__default.createElement("path", {
409
- 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"
436
+ 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"
437
+ }), /*#__PURE__*/React__default.createElement("line", {
438
+ x1: "12",
439
+ y1: "6",
440
+ x2: "12",
441
+ y2: "13"
442
+ }), /*#__PURE__*/React__default.createElement("line", {
443
+ x1: "12",
444
+ y1: "15",
445
+ x2: "12",
446
+ y2: "15"
410
447
  })));
411
448
  };
412
- var ExternalLinkIcon = _ref8 => {
449
+ var BatteryIcon = _ref8 => {
413
450
  var {
414
451
  size = 24,
415
- color = 'currentColor'
452
+ color = 'currentColor',
453
+ filled = true,
454
+ strokeWidth = 1
416
455
  } = _ref8,
417
456
  props = _objectWithoutPropertiesLoose(_ref8, _excluded7);
418
457
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -420,36 +459,43 @@ var ExternalLinkIcon = _ref8 => {
420
459
  color: color
421
460
  }, props), /*#__PURE__*/React__default.createElement("svg", {
422
461
  viewBox: "0 0 24 24",
423
- fill: 'currentColor'
462
+ fill: filled ? color : 'none',
463
+ stroke: filled ? 'none' : color,
464
+ strokeWidth: strokeWidth,
465
+ strokeLinecap: "round",
466
+ strokeLinejoin: "round"
424
467
  }, /*#__PURE__*/React__default.createElement("path", {
425
- 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"
468
+ 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"
426
469
  })));
427
470
  };
428
- var MinusIcon = _ref9 => {
471
+ var BookmarkIcon = _ref9 => {
429
472
  var {
430
473
  size = 24,
431
- color = 'currentColor'
474
+ color = 'currentColor',
475
+ filled = false,
476
+ strokeWidth = 1
432
477
  } = _ref9,
433
478
  props = _objectWithoutPropertiesLoose(_ref9, _excluded8);
434
479
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
435
- padding: 2,
436
480
  size: size,
437
481
  color: color
438
482
  }, props), /*#__PURE__*/React__default.createElement("svg", {
439
483
  viewBox: "0 0 24 24",
440
- fill: "none",
441
- stroke: 'currentColor',
442
- strokeWidth: "2"
443
- }, /*#__PURE__*/React__default.createElement("path", {
444
- d: "M7 12h10",
484
+ fill: filled ? color : 'none',
485
+ stroke: filled ? 'none' : color,
486
+ strokeWidth: strokeWidth,
445
487
  strokeLinecap: "round",
446
488
  strokeLinejoin: "round"
489
+ }, /*#__PURE__*/React__default.createElement("path", {
490
+ d: "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z"
447
491
  })));
448
492
  };
449
- var InfoIcon = _ref10 => {
493
+ var CloudIcon = _ref10 => {
450
494
  var {
451
495
  size = 24,
452
- color = 'currentColor'
496
+ color = 'currentColor',
497
+ filled = false,
498
+ strokeWidth = 1
453
499
  } = _ref10,
454
500
  props = _objectWithoutPropertiesLoose(_ref10, _excluded9);
455
501
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -457,15 +503,21 @@ var InfoIcon = _ref10 => {
457
503
  color: color
458
504
  }, props), /*#__PURE__*/React__default.createElement("svg", {
459
505
  viewBox: "0 0 24 24",
460
- fill: 'currentColor'
506
+ fill: filled ? color : 'none',
507
+ stroke: filled ? 'none' : color,
508
+ strokeWidth: strokeWidth,
509
+ strokeLinecap: "round",
510
+ strokeLinejoin: "round"
461
511
  }, /*#__PURE__*/React__default.createElement("path", {
462
- 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"
512
+ d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z"
463
513
  })));
464
514
  };
465
- var OpenEyeIcon = _ref11 => {
515
+ var CopyIcon = _ref11 => {
466
516
  var {
467
517
  size = 24,
468
- color = 'currentColor'
518
+ color = 'currentColor',
519
+ filled = false,
520
+ strokeWidth = 1
469
521
  } = _ref11,
470
522
  props = _objectWithoutPropertiesLoose(_ref11, _excluded10);
471
523
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -473,15 +525,28 @@ var OpenEyeIcon = _ref11 => {
473
525
  color: color
474
526
  }, props), /*#__PURE__*/React__default.createElement("svg", {
475
527
  viewBox: "0 0 24 24",
476
- fill: 'currentColor'
477
- }, /*#__PURE__*/React__default.createElement("path", {
478
- 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"
528
+ fill: filled ? color : 'none',
529
+ stroke: filled ? 'none' : color,
530
+ strokeWidth: strokeWidth,
531
+ strokeLinecap: "round",
532
+ strokeLinejoin: "round"
533
+ }, /*#__PURE__*/React__default.createElement("rect", {
534
+ x: "9",
535
+ y: "9",
536
+ width: "13",
537
+ height: "13",
538
+ rx: "2",
539
+ ry: "2"
540
+ }), /*#__PURE__*/React__default.createElement("path", {
541
+ d: "M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"
479
542
  })));
480
543
  };
481
- var PlusIcon = _ref12 => {
544
+ var DustBinIcon = _ref12 => {
482
545
  var {
483
546
  size = 24,
484
- color = 'currentColor'
547
+ color = 'currentColor',
548
+ filled = false,
549
+ strokeWidth = 1
485
550
  } = _ref12,
486
551
  props = _objectWithoutPropertiesLoose(_ref12, _excluded11);
487
552
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -489,15 +554,21 @@ var PlusIcon = _ref12 => {
489
554
  color: color
490
555
  }, props), /*#__PURE__*/React__default.createElement("svg", {
491
556
  viewBox: "0 0 24 24",
492
- fill: 'currentColor'
557
+ fill: filled ? color : 'none',
558
+ stroke: filled ? 'none' : color,
559
+ strokeWidth: strokeWidth,
560
+ strokeLinecap: "round",
561
+ strokeLinejoin: "round"
493
562
  }, /*#__PURE__*/React__default.createElement("path", {
494
- d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
563
+ d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"
495
564
  })));
496
565
  };
497
- var SpinnerIcon = _ref13 => {
566
+ var EditIcon = _ref13 => {
498
567
  var {
499
568
  size = 24,
500
- color = 'currentColor'
569
+ color = 'currentColor',
570
+ filled = false,
571
+ strokeWidth = 1
501
572
  } = _ref13,
502
573
  props = _objectWithoutPropertiesLoose(_ref13, _excluded12);
503
574
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -505,26 +576,21 @@ var SpinnerIcon = _ref13 => {
505
576
  color: color
506
577
  }, props), /*#__PURE__*/React__default.createElement("svg", {
507
578
  viewBox: "0 0 24 24",
508
- fill: "none",
509
- xmlns: "http://www.w3.org/2000/svg"
510
- }, /*#__PURE__*/React__default.createElement("circle", {
511
- cx: "12",
512
- cy: "12",
513
- r: "10",
514
- stroke: color,
515
- strokeWidth: "2",
516
- opacity: "0.3"
517
- }), /*#__PURE__*/React__default.createElement("path", {
518
- d: "M22 12a10 10 0 1 1-4.93-8.62",
519
- stroke: color,
520
- strokeWidth: "2",
521
- strokeLinecap: "round"
579
+ fill: filled ? color : 'none',
580
+ stroke: filled ? 'none' : color,
581
+ strokeWidth: strokeWidth,
582
+ strokeLinecap: "round",
583
+ strokeLinejoin: "round"
584
+ }, /*#__PURE__*/React__default.createElement("path", {
585
+ 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"
522
586
  })));
523
587
  };
524
- var ProfileIcon = _ref14 => {
588
+ var ErrorIcon = _ref14 => {
525
589
  var {
526
590
  size = 24,
527
- color = 'currentColor'
591
+ color = 'currentColor',
592
+ filled = true,
593
+ strokeWidth = 1
528
594
  } = _ref14,
529
595
  props = _objectWithoutPropertiesLoose(_ref14, _excluded13);
530
596
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -532,16 +598,35 @@ var ProfileIcon = _ref14 => {
532
598
  color: color
533
599
  }, props), /*#__PURE__*/React__default.createElement("svg", {
534
600
  viewBox: "0 0 24 24",
535
- fill: 'currentColor'
536
- }, /*#__PURE__*/React__default.createElement("path", {
537
- fill: "currentColor",
538
- 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"
601
+ fill: filled ? 'currentColor' : 'none',
602
+ stroke: filled ? 'white' : 'currentColor',
603
+ strokeWidth: strokeWidth,
604
+ strokeLinecap: "round",
605
+ strokeLinejoin: "round"
606
+ }, /*#__PURE__*/React__default.createElement("circle", {
607
+ cx: "12",
608
+ cy: "12",
609
+ r: "10"
610
+ }), /*#__PURE__*/React__default.createElement("line", {
611
+ fill: filled ? 'currentColor' : 'none',
612
+ x1: "15",
613
+ y1: "9",
614
+ x2: "9",
615
+ y2: "15"
616
+ }), /*#__PURE__*/React__default.createElement("line", {
617
+ fill: filled ? 'currentColor' : 'none',
618
+ x1: "9",
619
+ y1: "9",
620
+ x2: "15",
621
+ y2: "15"
539
622
  })));
540
623
  };
541
- var BoldArrowIcon = _ref15 => {
624
+ var DownloadIcon = _ref15 => {
542
625
  var {
543
626
  size = 24,
544
- color = 'currentColor'
627
+ color = 'currentColor',
628
+ filled = true,
629
+ strokeWidth = 1
545
630
  } = _ref15,
546
631
  props = _objectWithoutPropertiesLoose(_ref15, _excluded14);
547
632
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -549,12 +634,16 @@ var BoldArrowIcon = _ref15 => {
549
634
  color: color
550
635
  }, props), /*#__PURE__*/React__default.createElement("svg", {
551
636
  viewBox: "0 0 24 24",
552
- fill: 'currentColor'
637
+ fill: filled ? color : 'none',
638
+ stroke: filled ? 'none' : color,
639
+ strokeWidth: strokeWidth,
640
+ strokeLinecap: "round",
641
+ strokeLinejoin: "round"
553
642
  }, /*#__PURE__*/React__default.createElement("path", {
554
- d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
643
+ d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
555
644
  })));
556
645
  };
557
- var ArrowIcon = _ref16 => {
646
+ var MenuIcon = _ref16 => {
558
647
  var {
559
648
  size = 24,
560
649
  color = 'currentColor'
@@ -564,24 +653,30 @@ var ArrowIcon = _ref16 => {
564
653
  size: size,
565
654
  color: color
566
655
  }, props), /*#__PURE__*/React__default.createElement("svg", {
567
- width: "24",
568
- height: "24",
569
656
  viewBox: "0 0 24 24",
570
- strokeWidth: "1",
571
- stroke: 'currentColor',
572
657
  fill: "none",
658
+ stroke: "currentColor",
659
+ strokeWidth: "1",
573
660
  strokeLinecap: "round",
574
661
  strokeLinejoin: "round"
575
662
  }, /*#__PURE__*/React__default.createElement("line", {
576
- x1: "12",
577
- y1: "20",
578
- x2: "12",
579
- y2: "8"
580
- }), /*#__PURE__*/React__default.createElement("polyline", {
581
- points: "6 12 12 6 18 12"
663
+ x1: "3",
664
+ y1: "12",
665
+ x2: "21",
666
+ y2: "12"
667
+ }), /*#__PURE__*/React__default.createElement("line", {
668
+ x1: "3",
669
+ y1: "6",
670
+ x2: "21",
671
+ y2: "6"
672
+ }), /*#__PURE__*/React__default.createElement("line", {
673
+ x1: "3",
674
+ y1: "18",
675
+ x2: "21",
676
+ y2: "18"
582
677
  })));
583
678
  };
584
- var SearchIcon = _ref17 => {
679
+ var ShareIcon = _ref17 => {
585
680
  var {
586
681
  size = 24,
587
682
  color = 'currentColor'
@@ -592,12 +687,36 @@ var SearchIcon = _ref17 => {
592
687
  color: color
593
688
  }, props), /*#__PURE__*/React__default.createElement("svg", {
594
689
  viewBox: "0 0 24 24",
595
- fill: 'currentColor'
596
- }, /*#__PURE__*/React__default.createElement("path", {
597
- 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"
690
+ fill: "none",
691
+ stroke: "currentColor",
692
+ strokeWidth: "1",
693
+ strokeLinecap: "round",
694
+ strokeLinejoin: "round"
695
+ }, /*#__PURE__*/React__default.createElement("circle", {
696
+ cx: "18",
697
+ cy: "5",
698
+ r: "3"
699
+ }), /*#__PURE__*/React__default.createElement("circle", {
700
+ cx: "6",
701
+ cy: "12",
702
+ r: "3"
703
+ }), /*#__PURE__*/React__default.createElement("circle", {
704
+ cx: "18",
705
+ cy: "19",
706
+ r: "3"
707
+ }), /*#__PURE__*/React__default.createElement("line", {
708
+ x1: "8.59",
709
+ y1: "13.51",
710
+ x2: "15.42",
711
+ y2: "17.49"
712
+ }), /*#__PURE__*/React__default.createElement("line", {
713
+ x1: "15.41",
714
+ y1: "6.51",
715
+ x2: "8.59",
716
+ y2: "10.49"
598
717
  })));
599
718
  };
600
- var SuccessIcon = _ref18 => {
719
+ var RefreshIcon = _ref18 => {
601
720
  var {
602
721
  size = 24,
603
722
  color = 'currentColor'
@@ -608,12 +727,18 @@ var SuccessIcon = _ref18 => {
608
727
  color: color
609
728
  }, props), /*#__PURE__*/React__default.createElement("svg", {
610
729
  viewBox: "0 0 24 24",
611
- fill: 'currentColor'
612
- }, /*#__PURE__*/React__default.createElement("path", {
613
- 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"
730
+ fill: "none",
731
+ stroke: "currentColor",
732
+ strokeWidth: "1",
733
+ strokeLinecap: "round",
734
+ strokeLinejoin: "round"
735
+ }, /*#__PURE__*/React__default.createElement("polyline", {
736
+ points: "23 4 23 10 17 10"
737
+ }), /*#__PURE__*/React__default.createElement("path", {
738
+ d: "M20.49 15a9 9 0 1 1-2.13-9.36L23 10"
614
739
  })));
615
740
  };
616
- var TickIcon = _ref19 => {
741
+ var PrintIcon = _ref19 => {
617
742
  var {
618
743
  size = 24,
619
744
  color = 'currentColor'
@@ -626,14 +751,12 @@ var TickIcon = _ref19 => {
626
751
  viewBox: "0 0 24 24",
627
752
  fill: "none",
628
753
  stroke: 'currentColor',
629
- strokeWidth: "2"
754
+ strokeWidth: "1"
630
755
  }, /*#__PURE__*/React__default.createElement("path", {
631
- d: "M5 13l4 4L19 7",
632
- strokeLinecap: "round",
633
- strokeLinejoin: "round"
756
+ 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"
634
757
  })));
635
758
  };
636
- var NotificationIcon = _ref20 => {
759
+ var PanelIcon = _ref20 => {
637
760
  var {
638
761
  size = 24,
639
762
  color = 'currentColor'
@@ -643,18 +766,66 @@ var NotificationIcon = _ref20 => {
643
766
  size: size,
644
767
  color: color
645
768
  }, props), /*#__PURE__*/React__default.createElement("svg", {
769
+ xmlns: "http://www.w3.org/2000/svg",
646
770
  viewBox: "0 0 24 24",
647
771
  fill: "none",
648
- stroke: 'currentColor',
649
- strokeWidth: "1"
650
- }, /*#__PURE__*/React__default.createElement("path", {
651
- d: "M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6z"
772
+ stroke: "currentColor",
773
+ strokeWidth: "1",
774
+ strokeLinecap: "round",
775
+ strokeLinejoin: "round"
776
+ }, /*#__PURE__*/React__default.createElement("line", {
777
+ x1: "4",
778
+ y1: "21",
779
+ x2: "4",
780
+ y2: "14"
781
+ }), /*#__PURE__*/React__default.createElement("line", {
782
+ x1: "4",
783
+ y1: "10",
784
+ x2: "4",
785
+ y2: "3"
786
+ }), /*#__PURE__*/React__default.createElement("line", {
787
+ x1: "12",
788
+ y1: "21",
789
+ x2: "12",
790
+ y2: "12"
791
+ }), /*#__PURE__*/React__default.createElement("line", {
792
+ x1: "12",
793
+ y1: "8",
794
+ x2: "12",
795
+ y2: "3"
796
+ }), /*#__PURE__*/React__default.createElement("line", {
797
+ x1: "20",
798
+ y1: "21",
799
+ x2: "20",
800
+ y2: "16"
801
+ }), /*#__PURE__*/React__default.createElement("line", {
802
+ x1: "20",
803
+ y1: "12",
804
+ x2: "20",
805
+ y2: "3"
806
+ }), /*#__PURE__*/React__default.createElement("line", {
807
+ x1: "1",
808
+ y1: "14",
809
+ x2: "7",
810
+ y2: "14"
811
+ }), /*#__PURE__*/React__default.createElement("line", {
812
+ x1: "9",
813
+ y1: "8",
814
+ x2: "15",
815
+ y2: "8"
816
+ }), /*#__PURE__*/React__default.createElement("line", {
817
+ x1: "17",
818
+ y1: "16",
819
+ x2: "23",
820
+ y2: "16"
652
821
  })));
653
822
  };
654
- var SettingsIcon = _ref21 => {
823
+ var FilterIcon = _ref21 => {
655
824
  var {
656
825
  size = 24,
657
- color = 'currentColor'
826
+ color = 'currentColor',
827
+ filled = false,
828
+ strokeWidth = 1
658
829
  } = _ref21,
659
830
  props = _objectWithoutPropertiesLoose(_ref21, _excluded20);
660
831
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -662,17 +833,21 @@ var SettingsIcon = _ref21 => {
662
833
  color: color
663
834
  }, props), /*#__PURE__*/React__default.createElement("svg", {
664
835
  viewBox: "0 0 24 24",
665
- fill: "none",
666
- stroke: 'currentColor',
667
- strokeWidth: "1"
836
+ fill: filled ? color : 'none',
837
+ stroke: filled ? 'none' : color,
838
+ strokeWidth: strokeWidth,
839
+ strokeLinecap: "round",
840
+ strokeLinejoin: "round"
668
841
  }, /*#__PURE__*/React__default.createElement("path", {
669
- 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"
842
+ d: "M3 4h18l-7 10v5l-4 2v-7L3 4z"
670
843
  })));
671
844
  };
672
- var CalendarIcon = _ref22 => {
845
+ var HomeIcon = _ref22 => {
673
846
  var {
674
847
  size = 24,
675
- color = 'currentColor'
848
+ color = 'currentColor',
849
+ filled = true,
850
+ strokeWidth = 1
676
851
  } = _ref22,
677
852
  props = _objectWithoutPropertiesLoose(_ref22, _excluded21);
678
853
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -680,35 +855,43 @@ var CalendarIcon = _ref22 => {
680
855
  color: color
681
856
  }, props), /*#__PURE__*/React__default.createElement("svg", {
682
857
  viewBox: "0 0 24 24",
683
- fill: "none",
684
- stroke: 'currentColor',
685
- strokeWidth: "1"
858
+ fill: filled ? color : 'none',
859
+ stroke: filled ? 'none' : color,
860
+ strokeWidth: strokeWidth,
861
+ strokeLinecap: "round",
862
+ strokeLinejoin: "round"
686
863
  }, /*#__PURE__*/React__default.createElement("path", {
687
- d: "M19 4h-1V3c0-.55-.45-1-1-1s-1 .45-1 1v1H8V3c0-.55-.45-1-1-1s-1 .45-1 1v1H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zM9 14H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2zm-8 4H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2z"
864
+ d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
688
865
  })));
689
866
  };
690
- var AddIcon = _ref23 => {
867
+ var LocationIcon = _ref23 => {
691
868
  var {
692
869
  size = 24,
693
- color = 'currentColor'
870
+ color = 'currentColor',
871
+ filled = true,
872
+ strokeWidth = 1
694
873
  } = _ref23,
695
874
  props = _objectWithoutPropertiesLoose(_ref23, _excluded22);
696
875
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
697
876
  size: size,
698
877
  color: color
699
878
  }, props), /*#__PURE__*/React__default.createElement("svg", {
700
- width: "16",
701
- height: "16",
702
- fill: "currentColor",
703
- viewBox: "0 0 24 24"
879
+ viewBox: "0 0 24 24",
880
+ fill: filled ? color : 'none',
881
+ stroke: filled ? 'none' : color,
882
+ strokeWidth: strokeWidth,
883
+ strokeLinecap: "round",
884
+ strokeLinejoin: "round"
704
885
  }, /*#__PURE__*/React__default.createElement("path", {
705
- d: "M22.286 11.143h-9.429V1.715h-1.714v9.428H1.714v1.715h9.429v9.428h1.714v-9.428h9.429v-1.715Z"
886
+ 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"
706
887
  })));
707
888
  };
708
- var DownloadIcon = _ref24 => {
889
+ var LockIcon = _ref24 => {
709
890
  var {
710
891
  size = 24,
711
- color = 'currentColor'
892
+ color = 'currentColor',
893
+ filled = false,
894
+ strokeWidth = 1
712
895
  } = _ref24,
713
896
  props = _objectWithoutPropertiesLoose(_ref24, _excluded23);
714
897
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -716,17 +899,28 @@ var DownloadIcon = _ref24 => {
716
899
  color: color
717
900
  }, props), /*#__PURE__*/React__default.createElement("svg", {
718
901
  viewBox: "0 0 24 24",
719
- fill: "none",
720
- stroke: 'currentColor',
721
- strokeWidth: "1"
722
- }, /*#__PURE__*/React__default.createElement("path", {
723
- d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
902
+ fill: filled ? color : 'none',
903
+ stroke: filled ? 'none' : color,
904
+ strokeWidth: strokeWidth,
905
+ strokeLinecap: "round",
906
+ strokeLinejoin: "round"
907
+ }, /*#__PURE__*/React__default.createElement("rect", {
908
+ x: "3",
909
+ y: "11",
910
+ width: "18",
911
+ height: "11",
912
+ rx: "2",
913
+ ry: "2"
914
+ }), /*#__PURE__*/React__default.createElement("path", {
915
+ d: "M7 11V7a5 5 0 0 1 10 0v4"
724
916
  })));
725
917
  };
726
- var UploadIcon = _ref25 => {
918
+ var MicrophoneIcon = _ref25 => {
727
919
  var {
728
920
  size = 24,
729
- color = 'currentColor'
921
+ color = 'currentColor',
922
+ filled = false,
923
+ strokeWidth = 1
730
924
  } = _ref25,
731
925
  props = _objectWithoutPropertiesLoose(_ref25, _excluded24);
732
926
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -734,17 +928,33 @@ var UploadIcon = _ref25 => {
734
928
  color: color
735
929
  }, props), /*#__PURE__*/React__default.createElement("svg", {
736
930
  viewBox: "0 0 24 24",
737
- fill: "none",
738
- stroke: 'currentColor',
739
- strokeWidth: "1"
931
+ fill: filled ? color : 'none',
932
+ stroke: filled ? 'none' : color,
933
+ strokeWidth: strokeWidth,
934
+ strokeLinecap: "round",
935
+ strokeLinejoin: "round"
740
936
  }, /*#__PURE__*/React__default.createElement("path", {
741
- d: "M9 16h6v-6h4l-7-7-7 7h4v6zm-4 2h14v2H5v-2z"
937
+ d: "M12 1a4 4 0 0 0-4 4v6a4 4 0 0 0 8 0V5a4 4 0 0 0-4-4z"
938
+ }), /*#__PURE__*/React__default.createElement("path", {
939
+ d: "M19 10v2a7 7 0 0 1-14 0v-2"
940
+ }), /*#__PURE__*/React__default.createElement("line", {
941
+ x1: "12",
942
+ y1: "19",
943
+ x2: "12",
944
+ y2: "23"
945
+ }), /*#__PURE__*/React__default.createElement("line", {
946
+ x1: "8",
947
+ y1: "23",
948
+ x2: "16",
949
+ y2: "23"
742
950
  })));
743
951
  };
744
- var BookmarkIcon = _ref26 => {
952
+ var MoonIcon = _ref26 => {
745
953
  var {
746
954
  size = 24,
747
- color = 'currentColor'
955
+ color = 'currentColor',
956
+ filled = false,
957
+ strokeWidth = 1
748
958
  } = _ref26,
749
959
  props = _objectWithoutPropertiesLoose(_ref26, _excluded25);
750
960
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -752,17 +962,21 @@ var BookmarkIcon = _ref26 => {
752
962
  color: color
753
963
  }, props), /*#__PURE__*/React__default.createElement("svg", {
754
964
  viewBox: "0 0 24 24",
755
- fill: "none",
756
- stroke: 'currentColor',
757
- strokeWidth: "1"
965
+ fill: filled ? color : 'none',
966
+ stroke: filled ? 'none' : color,
967
+ strokeWidth: strokeWidth,
968
+ strokeLinecap: "round",
969
+ strokeLinejoin: "round"
758
970
  }, /*#__PURE__*/React__default.createElement("path", {
759
- d: "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z"
971
+ d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
760
972
  })));
761
973
  };
762
- var HomeIcon = _ref27 => {
974
+ var NotificationIcon = _ref27 => {
763
975
  var {
764
976
  size = 24,
765
- color = 'currentColor'
977
+ color = 'currentColor',
978
+ filled = false,
979
+ strokeWidth = 1
766
980
  } = _ref27,
767
981
  props = _objectWithoutPropertiesLoose(_ref27, _excluded26);
768
982
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -770,17 +984,23 @@ var HomeIcon = _ref27 => {
770
984
  color: color
771
985
  }, props), /*#__PURE__*/React__default.createElement("svg", {
772
986
  viewBox: "0 0 24 24",
773
- fill: "none",
774
- stroke: 'currentColor',
775
- strokeWidth: "1"
987
+ fill: filled ? color : 'none',
988
+ stroke: filled ? 'none' : color,
989
+ strokeWidth: strokeWidth,
990
+ strokeLinecap: "round",
991
+ strokeLinejoin: "round"
776
992
  }, /*#__PURE__*/React__default.createElement("path", {
777
- d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
993
+ d: "M18 8a6 6 0 0 0-12 0c0 7-3 9-3 9h18s-3-2-3-9"
994
+ }), /*#__PURE__*/React__default.createElement("path", {
995
+ d: "M13.73 21a2 2 0 0 1-3.46 0"
778
996
  })));
779
997
  };
780
- var MenuIcon = _ref28 => {
998
+ var OpenEyeIcon = _ref28 => {
781
999
  var {
782
1000
  size = 24,
783
- color = 'currentColor'
1001
+ color = 'currentColor',
1002
+ filled = true,
1003
+ strokeWidth = 1
784
1004
  } = _ref28,
785
1005
  props = _objectWithoutPropertiesLoose(_ref28, _excluded27);
786
1006
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -788,17 +1008,21 @@ var MenuIcon = _ref28 => {
788
1008
  color: color
789
1009
  }, props), /*#__PURE__*/React__default.createElement("svg", {
790
1010
  viewBox: "0 0 24 24",
791
- fill: "none",
792
- stroke: 'currentColor',
793
- strokeWidth: "1"
1011
+ fill: filled ? color : 'none',
1012
+ stroke: filled ? 'none' : color,
1013
+ strokeWidth: strokeWidth,
1014
+ strokeLinecap: "round",
1015
+ strokeLinejoin: "round"
794
1016
  }, /*#__PURE__*/React__default.createElement("path", {
795
- d: "M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"
1017
+ 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"
796
1018
  })));
797
1019
  };
798
- var ShareIcon = _ref29 => {
1020
+ var ProfileIcon = _ref29 => {
799
1021
  var {
800
1022
  size = 24,
801
- color = 'currentColor'
1023
+ color = 'currentColor',
1024
+ filled = true,
1025
+ strokeWidth = 1
802
1026
  } = _ref29,
803
1027
  props = _objectWithoutPropertiesLoose(_ref29, _excluded28);
804
1028
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -806,17 +1030,22 @@ var ShareIcon = _ref29 => {
806
1030
  color: color
807
1031
  }, props), /*#__PURE__*/React__default.createElement("svg", {
808
1032
  viewBox: "0 0 24 24",
809
- fill: "none",
810
- stroke: 'currentColor',
811
- strokeWidth: "1"
1033
+ fill: filled ? color : 'none',
1034
+ stroke: filled ? 'none' : color,
1035
+ strokeWidth: strokeWidth,
1036
+ strokeLinecap: "round",
1037
+ strokeLinejoin: "round"
812
1038
  }, /*#__PURE__*/React__default.createElement("path", {
813
- d: "M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92zM18 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM6 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm12 7.02c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"
814
- })));
1039
+ fill: filled ? color : 'none',
1040
+ 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"
1041
+ }), ' '));
815
1042
  };
816
- var FilterIcon = _ref30 => {
1043
+ var SettingsIcon = _ref30 => {
817
1044
  var {
818
1045
  size = 24,
819
- color = 'currentColor'
1046
+ color = 'currentColor',
1047
+ filled = false,
1048
+ strokeWidth = 1
820
1049
  } = _ref30,
821
1050
  props = _objectWithoutPropertiesLoose(_ref30, _excluded29);
822
1051
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -824,17 +1053,21 @@ var FilterIcon = _ref30 => {
824
1053
  color: color
825
1054
  }, props), /*#__PURE__*/React__default.createElement("svg", {
826
1055
  viewBox: "0 0 24 24",
827
- fill: "none",
828
- stroke: 'currentColor',
829
- strokeWidth: "1"
1056
+ fill: filled ? color : 'none',
1057
+ stroke: filled ? 'none' : color,
1058
+ strokeWidth: strokeWidth,
1059
+ strokeLinecap: "round",
1060
+ strokeLinejoin: "round"
830
1061
  }, /*#__PURE__*/React__default.createElement("path", {
831
- d: "M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
1062
+ 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"
832
1063
  })));
833
1064
  };
834
- var RefreshIcon = _ref31 => {
1065
+ var SuccessIcon = _ref31 => {
835
1066
  var {
836
1067
  size = 24,
837
- color = 'currentColor'
1068
+ color = 'currentColor',
1069
+ filled = true,
1070
+ strokeWidth = 1
838
1071
  } = _ref31,
839
1072
  props = _objectWithoutPropertiesLoose(_ref31, _excluded30);
840
1073
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -842,17 +1075,21 @@ var RefreshIcon = _ref31 => {
842
1075
  color: color
843
1076
  }, props), /*#__PURE__*/React__default.createElement("svg", {
844
1077
  viewBox: "0 0 24 24",
845
- fill: "none",
846
- stroke: 'currentColor',
847
- strokeWidth: "1"
1078
+ fill: filled ? color : 'none',
1079
+ stroke: filled ? 'none' : color,
1080
+ strokeWidth: strokeWidth,
1081
+ strokeLinecap: "round",
1082
+ strokeLinejoin: "round"
848
1083
  }, /*#__PURE__*/React__default.createElement("path", {
849
- d: "M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z"
1084
+ 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"
850
1085
  })));
851
1086
  };
852
- var CopyIcon = _ref32 => {
1087
+ var UnLikeIcon = _ref32 => {
853
1088
  var {
854
1089
  size = 24,
855
- color = 'currentColor'
1090
+ color = 'currentColor',
1091
+ filled = true,
1092
+ strokeWidth = 1
856
1093
  } = _ref32,
857
1094
  props = _objectWithoutPropertiesLoose(_ref32, _excluded31);
858
1095
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -860,14 +1097,16 @@ var CopyIcon = _ref32 => {
860
1097
  color: color
861
1098
  }, props), /*#__PURE__*/React__default.createElement("svg", {
862
1099
  viewBox: "0 0 24 24",
863
- fill: "none",
864
- stroke: 'currentColor',
865
- strokeWidth: "1"
1100
+ fill: filled ? color : 'none',
1101
+ stroke: filled ? 'none' : color,
1102
+ strokeWidth: strokeWidth,
1103
+ strokeLinecap: "round",
1104
+ strokeLinejoin: "round"
866
1105
  }, /*#__PURE__*/React__default.createElement("path", {
867
- d: "M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"
1106
+ 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"
868
1107
  })));
869
1108
  };
870
- var SaveIcon = _ref33 => {
1109
+ var ClockIcon = _ref33 => {
871
1110
  var {
872
1111
  size = 24,
873
1112
  color = 'currentColor'
@@ -879,13 +1118,19 @@ var SaveIcon = _ref33 => {
879
1118
  }, props), /*#__PURE__*/React__default.createElement("svg", {
880
1119
  viewBox: "0 0 24 24",
881
1120
  fill: "none",
882
- stroke: 'currentColor',
883
- strokeWidth: "1"
884
- }, /*#__PURE__*/React__default.createElement("path", {
885
- d: "M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7l-4-4zm2 16H5V5h11.17L19 7.83V19zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zM6 6h9v4H6z"
1121
+ stroke: "currentColor",
1122
+ strokeWidth: "1",
1123
+ strokeLinecap: "round",
1124
+ strokeLinejoin: "round"
1125
+ }, /*#__PURE__*/React__default.createElement("circle", {
1126
+ cx: "12",
1127
+ cy: "12",
1128
+ r: "10"
1129
+ }), /*#__PURE__*/React__default.createElement("polyline", {
1130
+ points: "12 6 12 12 16 14"
886
1131
  })));
887
1132
  };
888
- var PrintIcon = _ref34 => {
1133
+ var CameraIcon = _ref34 => {
889
1134
  var {
890
1135
  size = 24,
891
1136
  color = 'currentColor'
@@ -897,13 +1142,19 @@ var PrintIcon = _ref34 => {
897
1142
  }, props), /*#__PURE__*/React__default.createElement("svg", {
898
1143
  viewBox: "0 0 24 24",
899
1144
  fill: "none",
900
- stroke: 'currentColor',
901
- strokeWidth: "1"
1145
+ stroke: "currentColor",
1146
+ strokeWidth: "1",
1147
+ strokeLinecap: "round",
1148
+ strokeLinejoin: "round"
902
1149
  }, /*#__PURE__*/React__default.createElement("path", {
903
- 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"
1150
+ 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"
1151
+ }), /*#__PURE__*/React__default.createElement("circle", {
1152
+ cx: "12",
1153
+ cy: "13",
1154
+ r: "4"
904
1155
  })));
905
1156
  };
906
- var LockIcon = _ref35 => {
1157
+ var BluetoothIcon = _ref35 => {
907
1158
  var {
908
1159
  size = 24,
909
1160
  color = 'currentColor'
@@ -914,18 +1165,17 @@ var LockIcon = _ref35 => {
914
1165
  color: color
915
1166
  }, props), /*#__PURE__*/React__default.createElement("svg", {
916
1167
  viewBox: "0 0 24 24",
917
- fill: "none",
918
- stroke: 'currentColor',
919
- strokeWidth: "1"
1168
+ fill: 'currentColor'
920
1169
  }, /*#__PURE__*/React__default.createElement("path", {
921
- d: "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"
1170
+ 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"
922
1171
  })));
923
1172
  };
924
- // Previous icons remain the same...
925
- var UnlockIcon = _ref36 => {
1173
+ var LikeIcon = _ref36 => {
926
1174
  var {
927
1175
  size = 24,
928
- color = 'currentColor'
1176
+ color = 'currentColor',
1177
+ filled = true,
1178
+ strokeWidth = 1
929
1179
  } = _ref36,
930
1180
  props = _objectWithoutPropertiesLoose(_ref36, _excluded35);
931
1181
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -933,17 +1183,21 @@ var UnlockIcon = _ref36 => {
933
1183
  color: color
934
1184
  }, props), /*#__PURE__*/React__default.createElement("svg", {
935
1185
  viewBox: "0 0 24 24",
936
- fill: "none",
937
- stroke: 'currentColor',
938
- strokeWidth: "1"
1186
+ fill: filled ? color : 'none',
1187
+ stroke: filled ? 'none' : color,
1188
+ strokeWidth: strokeWidth,
1189
+ strokeLinecap: "round",
1190
+ strokeLinejoin: "round"
939
1191
  }, /*#__PURE__*/React__default.createElement("path", {
940
- d: "M12 17c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-9h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h2c0-1.66 1.34-3 3-3s3 1.34 3 3v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2z"
1192
+ 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"
941
1193
  })));
942
1194
  };
943
- var StarIcon = _ref37 => {
1195
+ var UnlockIcon = _ref37 => {
944
1196
  var {
945
1197
  size = 24,
946
- color = 'currentColor'
1198
+ color = 'currentColor',
1199
+ filled = false,
1200
+ strokeWidth = 1
947
1201
  } = _ref37,
948
1202
  props = _objectWithoutPropertiesLoose(_ref37, _excluded36);
949
1203
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -951,17 +1205,28 @@ var StarIcon = _ref37 => {
951
1205
  color: color
952
1206
  }, props), /*#__PURE__*/React__default.createElement("svg", {
953
1207
  viewBox: "0 0 24 24",
954
- fill: "none",
955
- stroke: 'currentColor',
956
- strokeWidth: "1"
957
- }, /*#__PURE__*/React__default.createElement("path", {
958
- d: "M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"
1208
+ fill: filled ? color : 'none',
1209
+ stroke: filled ? 'none' : color,
1210
+ strokeWidth: strokeWidth,
1211
+ strokeLinecap: "round",
1212
+ strokeLinejoin: "round"
1213
+ }, /*#__PURE__*/React__default.createElement("rect", {
1214
+ x: "3",
1215
+ y: "11",
1216
+ width: "18",
1217
+ height: "11",
1218
+ rx: "2",
1219
+ ry: "2"
1220
+ }), /*#__PURE__*/React__default.createElement("path", {
1221
+ d: "M7 11V7a5 5 0 0 1 9.9-1"
959
1222
  })));
960
1223
  };
961
- var HeartIcon = _ref38 => {
1224
+ var WifiIcon = _ref38 => {
962
1225
  var {
963
1226
  size = 24,
964
- color = 'currentColor'
1227
+ color = 'currentColor',
1228
+ filled = false,
1229
+ strokeWidth = 1
965
1230
  } = _ref38,
966
1231
  props = _objectWithoutPropertiesLoose(_ref38, _excluded37);
967
1232
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -969,17 +1234,21 @@ var HeartIcon = _ref38 => {
969
1234
  color: color
970
1235
  }, props), /*#__PURE__*/React__default.createElement("svg", {
971
1236
  viewBox: "0 0 24 24",
972
- fill: "none",
973
- stroke: 'currentColor',
974
- strokeWidth: "1"
1237
+ fill: filled ? color : 'none',
1238
+ stroke: filled ? 'none' : color,
1239
+ strokeWidth: strokeWidth,
1240
+ strokeLinecap: "round",
1241
+ strokeLinejoin: "round"
975
1242
  }, /*#__PURE__*/React__default.createElement("path", {
976
- d: "M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"
1243
+ 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"
977
1244
  })));
978
1245
  };
979
- var ThumbUpIcon = _ref39 => {
1246
+ var UploadIcon = _ref39 => {
980
1247
  var {
981
1248
  size = 24,
982
- color = 'currentColor'
1249
+ color = 'currentColor',
1250
+ filled = false,
1251
+ strokeWidth = 1
983
1252
  } = _ref39,
984
1253
  props = _objectWithoutPropertiesLoose(_ref39, _excluded38);
985
1254
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
@@ -987,14 +1256,20 @@ var ThumbUpIcon = _ref39 => {
987
1256
  color: color
988
1257
  }, props), /*#__PURE__*/React__default.createElement("svg", {
989
1258
  viewBox: "0 0 24 24",
990
- fill: "none",
991
- stroke: 'currentColor',
992
- strokeWidth: "1"
1259
+ fill: filled ? color : 'none',
1260
+ stroke: filled ? 'none' : color,
1261
+ strokeWidth: strokeWidth,
1262
+ strokeLinecap: "round",
1263
+ strokeLinejoin: "round"
993
1264
  }, /*#__PURE__*/React__default.createElement("path", {
994
- 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"
1265
+ 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"
1266
+ }), /*#__PURE__*/React__default.createElement("path", {
1267
+ d: "M9 15l3 -3l3 3"
1268
+ }), /*#__PURE__*/React__default.createElement("path", {
1269
+ d: "M12 12l0 9"
995
1270
  })));
996
1271
  };
997
- var ThumbDownIcon = _ref40 => {
1272
+ var SearchIcon = _ref40 => {
998
1273
  var {
999
1274
  size = 24,
1000
1275
  color = 'currentColor'
@@ -1005,14 +1280,12 @@ var ThumbDownIcon = _ref40 => {
1005
1280
  color: color
1006
1281
  }, props), /*#__PURE__*/React__default.createElement("svg", {
1007
1282
  viewBox: "0 0 24 24",
1008
- fill: "none",
1009
- stroke: 'currentColor',
1010
- strokeWidth: "1"
1283
+ fill: 'currentColor'
1011
1284
  }, /*#__PURE__*/React__default.createElement("path", {
1012
- 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"
1285
+ 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"
1013
1286
  })));
1014
1287
  };
1015
- var LocationIcon = _ref41 => {
1288
+ var CloseEyeIcon = _ref41 => {
1016
1289
  var {
1017
1290
  size = 24,
1018
1291
  color = 'currentColor'
@@ -1023,14 +1296,13 @@ var LocationIcon = _ref41 => {
1023
1296
  color: color
1024
1297
  }, props), /*#__PURE__*/React__default.createElement("svg", {
1025
1298
  viewBox: "0 0 24 24",
1026
- fill: "none",
1027
- stroke: 'currentColor',
1028
- strokeWidth: "1"
1299
+ fill: color
1029
1300
  }, /*#__PURE__*/React__default.createElement("path", {
1030
- 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"
1301
+ 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",
1302
+ fill: "currentColor"
1031
1303
  })));
1032
1304
  };
1033
- var ClockIcon = _ref42 => {
1305
+ var ExternalLinkIcon = _ref42 => {
1034
1306
  var {
1035
1307
  size = 24,
1036
1308
  color = 'currentColor'
@@ -1041,20 +1313,19 @@ var ClockIcon = _ref42 => {
1041
1313
  color: color
1042
1314
  }, props), /*#__PURE__*/React__default.createElement("svg", {
1043
1315
  viewBox: "0 0 24 24",
1044
- fill: "none",
1045
- stroke: 'currentColor',
1046
- strokeWidth: "1"
1316
+ fill: 'currentColor'
1047
1317
  }, /*#__PURE__*/React__default.createElement("path", {
1048
- d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z"
1318
+ 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"
1049
1319
  })));
1050
1320
  };
1051
- var CameraIcon = _ref43 => {
1321
+ var MinusIcon = _ref43 => {
1052
1322
  var {
1053
1323
  size = 24,
1054
1324
  color = 'currentColor'
1055
1325
  } = _ref43,
1056
1326
  props = _objectWithoutPropertiesLoose(_ref43, _excluded42);
1057
1327
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1328
+ padding: 2,
1058
1329
  size: size,
1059
1330
  color: color
1060
1331
  }, props), /*#__PURE__*/React__default.createElement("svg", {
@@ -1063,12 +1334,12 @@ var CameraIcon = _ref43 => {
1063
1334
  stroke: 'currentColor',
1064
1335
  strokeWidth: "1"
1065
1336
  }, /*#__PURE__*/React__default.createElement("path", {
1066
- d: "M9 3L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2h-3.17L15 3H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"
1067
- }), /*#__PURE__*/React__default.createElement("path", {
1068
- d: "M12 17c1.65 0 3-1.35 3-3s-1.35-3-3-3-3 1.35-3 3 1.35 3 3 3z"
1337
+ d: "M7 12h10",
1338
+ strokeLinecap: "round",
1339
+ strokeLinejoin: "round"
1069
1340
  })));
1070
1341
  };
1071
- var MicrophoneIcon = _ref44 => {
1342
+ var InfoIcon = _ref44 => {
1072
1343
  var {
1073
1344
  size = 24,
1074
1345
  color = 'currentColor'
@@ -1079,16 +1350,12 @@ var MicrophoneIcon = _ref44 => {
1079
1350
  color: color
1080
1351
  }, props), /*#__PURE__*/React__default.createElement("svg", {
1081
1352
  viewBox: "0 0 24 24",
1082
- fill: "none",
1083
- stroke: 'currentColor',
1084
- strokeWidth: "1"
1353
+ fill: 'currentColor'
1085
1354
  }, /*#__PURE__*/React__default.createElement("path", {
1086
- d: "M12 14c1.66 0 3-1.34 3-3V5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3z"
1087
- }), /*#__PURE__*/React__default.createElement("path", {
1088
- d: "M17 11c0 2.76-2.24 5-5 5s-5-2.24-5-5H5c0 3.53 2.61 6.43 6 6.92V21h2v-3.08c3.39-.49 6-3.39 6-6.92h-2z"
1355
+ 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"
1089
1356
  })));
1090
1357
  };
1091
- var WifiIcon = _ref45 => {
1358
+ var PlusIcon = _ref45 => {
1092
1359
  var {
1093
1360
  size = 24,
1094
1361
  color = 'currentColor'
@@ -1099,14 +1366,12 @@ var WifiIcon = _ref45 => {
1099
1366
  color: color
1100
1367
  }, props), /*#__PURE__*/React__default.createElement("svg", {
1101
1368
  viewBox: "0 0 24 24",
1102
- fill: "none",
1103
- stroke: 'currentColor',
1104
- strokeWidth: "1"
1369
+ fill: 'currentColor'
1105
1370
  }, /*#__PURE__*/React__default.createElement("path", {
1106
- 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"
1371
+ d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
1107
1372
  })));
1108
1373
  };
1109
- var BluetoothIcon = _ref46 => {
1374
+ var TickIcon = _ref46 => {
1110
1375
  var {
1111
1376
  size = 24,
1112
1377
  color = 'currentColor'
@@ -1117,12 +1382,16 @@ var BluetoothIcon = _ref46 => {
1117
1382
  color: color
1118
1383
  }, props), /*#__PURE__*/React__default.createElement("svg", {
1119
1384
  viewBox: "0 0 24 24",
1120
- fill: 'currentColor'
1385
+ fill: "none",
1386
+ stroke: 'currentColor',
1387
+ strokeWidth: "1"
1121
1388
  }, /*#__PURE__*/React__default.createElement("path", {
1122
- 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"
1389
+ d: "M5 13l4 4L19 7",
1390
+ strokeLinecap: "round",
1391
+ strokeLinejoin: "round"
1123
1392
  })));
1124
1393
  };
1125
- var BatteryIcon = _ref47 => {
1394
+ var BoldArrowIcon = _ref47 => {
1126
1395
  var {
1127
1396
  size = 24,
1128
1397
  color = 'currentColor'
@@ -1133,15 +1402,12 @@ var BatteryIcon = _ref47 => {
1133
1402
  color: color
1134
1403
  }, props), /*#__PURE__*/React__default.createElement("svg", {
1135
1404
  viewBox: "0 0 24 24",
1136
- fill: "none",
1137
- stroke: 'currentColor',
1138
- strokeWidth: "1"
1405
+ fill: 'currentColor'
1139
1406
  }, /*#__PURE__*/React__default.createElement("path", {
1140
- 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"
1407
+ d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
1141
1408
  })));
1142
1409
  };
1143
- // More modern UI icons
1144
- var SunIcon = _ref48 => {
1410
+ var ArrowIcon = _ref48 => {
1145
1411
  var {
1146
1412
  size = 24,
1147
1413
  color = 'currentColor'
@@ -1151,19 +1417,24 @@ var SunIcon = _ref48 => {
1151
1417
  size: size,
1152
1418
  color: color
1153
1419
  }, props), /*#__PURE__*/React__default.createElement("svg", {
1420
+ width: "24",
1421
+ height: "24",
1154
1422
  viewBox: "0 0 24 24",
1155
- fill: "none",
1423
+ strokeWidth: "1",
1156
1424
  stroke: 'currentColor',
1157
- strokeWidth: "1"
1158
- }, /*#__PURE__*/React__default.createElement("circle", {
1159
- cx: "12",
1160
- cy: "12",
1161
- r: "5"
1162
- }), /*#__PURE__*/React__default.createElement("path", {
1163
- d: "M12 1v2M12 21v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42"
1425
+ fill: "none",
1426
+ strokeLinecap: "round",
1427
+ strokeLinejoin: "round"
1428
+ }, /*#__PURE__*/React__default.createElement("line", {
1429
+ x1: "12",
1430
+ y1: "20",
1431
+ x2: "12",
1432
+ y2: "8"
1433
+ }), /*#__PURE__*/React__default.createElement("polyline", {
1434
+ points: "6 12 12 6 18 12"
1164
1435
  })));
1165
1436
  };
1166
- var MoonIcon = _ref49 => {
1437
+ var SpinnerIcon = _ref49 => {
1167
1438
  var {
1168
1439
  size = 24,
1169
1440
  color = 'currentColor'
@@ -1173,130 +1444,117 @@ var MoonIcon = _ref49 => {
1173
1444
  size: size,
1174
1445
  color: color
1175
1446
  }, props), /*#__PURE__*/React__default.createElement("svg", {
1447
+ xmlns: "http://www.w3.org/2000/svg",
1448
+ width: "24",
1449
+ height: "24",
1176
1450
  viewBox: "0 0 24 24",
1177
1451
  fill: "none",
1178
- stroke: 'currentColor',
1179
- strokeWidth: "1"
1180
- }, /*#__PURE__*/React__default.createElement("path", {
1181
- d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
1182
- })));
1183
- };
1184
- var ErrorIcon = _ref50 => {
1185
- var {
1186
- size = 24,
1187
- color = 'white'
1188
- } = _ref50,
1189
- props = _objectWithoutPropertiesLoose(_ref50, _excluded49);
1190
- return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1191
- size: size,
1192
- color: color
1193
- }, props), /*#__PURE__*/React__default.createElement("svg", {
1194
- viewBox: "0 0 510 510"
1195
- }, /*#__PURE__*/React__default.createElement("path", {
1196
- d: "M255,0C114.615,0,0,114.615,0,255s114.615,255,255,255s255-114.615,255-255S395.385,0,255,0z M255,459c-114.75,0-207-92.25-207-207c0-114.75,92.25-207,207-207c114.75,0,207,92.25,207,207C462,366.75,369.75,459,255,459z"
1197
- }), /*#__PURE__*/React__default.createElement("path", {
1198
- d: "M255,140.25c11.05,0,20-8.95,20-20s-8.95-20-20-20s-20,8.95-20,20S243.95,140.25,255,140.25z"
1452
+ stroke: "currentColor",
1453
+ strokeWidth: "2",
1454
+ strokeLinecap: "round",
1455
+ strokeLinejoin: "round"
1456
+ }, /*#__PURE__*/React__default.createElement("circle", {
1457
+ cx: "12",
1458
+ cy: "12",
1459
+ r: "10",
1460
+ strokeOpacity: "0.25"
1199
1461
  }), /*#__PURE__*/React__default.createElement("path", {
1200
- d: "M265,357c0,11.05-8.95,20-20,20s-20-8.95-20-20v-175c0-11.05,8.95-20,20-20s20,8.95,20,20V357z"
1462
+ d: "M12 2a10 10 0 0 1 10 10",
1463
+ strokeOpacity: "1"
1201
1464
  })));
1202
1465
  };
1203
- var WarningIcon = _ref51 => {
1204
- var {
1205
- size = 24,
1206
- color = 'white'
1207
- } = _ref51,
1208
- props = _objectWithoutPropertiesLoose(_ref51, _excluded50);
1209
- return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1210
- size: size,
1211
- color: color
1212
- }, props), /*#__PURE__*/React__default.createElement("svg", {
1213
- version: "1.1",
1214
- id: "Capa_1",
1215
- xmlns: "http://www.w3.org/2000/svg",
1216
- viewBox: "0 0 192.146 192.146",
1217
- fill: 'currentColor'
1218
- }, /*#__PURE__*/React__default.createElement("g", {
1219
- id: "SVGRepo_bgCarrier"
1220
- }), /*#__PURE__*/React__default.createElement("g", {
1221
- id: "SVGRepo_tracerCarrier"
1222
- }), /*#__PURE__*/React__default.createElement("g", {
1223
- id: "SVGRepo_iconCarrier"
1224
- }, /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("path", {
1225
- d: "M108.186,144.372c0,7.054-4.729,12.32-12.037,12.32h-0.254c-7.054,0-11.92-5.266-11.92-12.32 c0-7.298,5.012-12.31,12.174-12.31C103.311,132.062,108.059,137.054,108.186,144.372z M88.44,125.301h15.447l2.951-61.298H85.46 L88.44,125.301z M190.372,177.034c-2.237,3.664-6.214,5.921-10.493,5.921H12.282c-4.426,0-8.51-2.384-10.698-6.233 c-2.159-3.849-2.11-8.549,0.147-12.349l84.111-149.22c2.208-3.722,6.204-5.96,10.522-5.96h0.332 c4.445,0.107,8.441,2.618,10.513,6.546l83.515,149.229C192.717,168.768,192.629,173.331,190.372,177.034z M179.879,170.634 L96.354,21.454L12.292,170.634H179.879z"
1226
- })))))));
1227
- };
1228
- var CloudIcon = _ref52 => {
1466
+ var CalendarIcon = _ref50 => {
1229
1467
  var {
1230
1468
  size = 24,
1231
1469
  color = 'currentColor'
1232
- } = _ref52,
1233
- props = _objectWithoutPropertiesLoose(_ref52, _excluded51);
1470
+ } = _ref50,
1471
+ props = _objectWithoutPropertiesLoose(_ref50, _excluded49);
1234
1472
  return /*#__PURE__*/React__default.createElement(IconWrapper, Object.assign({
1235
1473
  size: size,
1236
1474
  color: color
1237
1475
  }, props), /*#__PURE__*/React__default.createElement("svg", {
1238
1476
  viewBox: "0 0 24 24",
1239
1477
  fill: "none",
1240
- stroke: 'currentColor',
1241
- strokeWidth: "1"
1242
- }, /*#__PURE__*/React__default.createElement("path", {
1243
- d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z"
1478
+ stroke: "currentColor",
1479
+ strokeWidth: "1",
1480
+ strokeLinecap: "round",
1481
+ strokeLinejoin: "round"
1482
+ }, /*#__PURE__*/React__default.createElement("rect", {
1483
+ x: "3",
1484
+ y: "4",
1485
+ width: "18",
1486
+ height: "18",
1487
+ rx: "2",
1488
+ ry: "2"
1489
+ }), /*#__PURE__*/React__default.createElement("line", {
1490
+ x1: "16",
1491
+ y1: "2",
1492
+ x2: "16",
1493
+ y2: "6"
1494
+ }), /*#__PURE__*/React__default.createElement("line", {
1495
+ x1: "8",
1496
+ y1: "2",
1497
+ x2: "8",
1498
+ y2: "6"
1499
+ }), /*#__PURE__*/React__default.createElement("line", {
1500
+ x1: "3",
1501
+ y1: "10",
1502
+ x2: "21",
1503
+ y2: "10"
1244
1504
  })));
1245
1505
  };
1246
1506
 
1247
1507
  var Icon = {
1248
1508
  __proto__: null,
1249
1509
  ChevronIcon: ChevronIcon,
1250
- CheckIcon: CheckIcon,
1251
1510
  CloseIcon: CloseIcon,
1252
- CloseEyeIcon: CloseEyeIcon,
1511
+ HeartIcon: HeartIcon,
1512
+ StarIcon: StarIcon,
1513
+ SaveIcon: SaveIcon,
1514
+ WarningIcon: WarningIcon,
1515
+ BatteryIcon: BatteryIcon,
1516
+ BookmarkIcon: BookmarkIcon,
1517
+ CloudIcon: CloudIcon,
1518
+ CopyIcon: CopyIcon,
1253
1519
  DustBinIcon: DustBinIcon,
1254
1520
  EditIcon: EditIcon,
1255
- ExternalLinkIcon: ExternalLinkIcon,
1256
- MinusIcon: MinusIcon,
1257
- InfoIcon: InfoIcon,
1258
- OpenEyeIcon: OpenEyeIcon,
1259
- PlusIcon: PlusIcon,
1260
- SpinnerIcon: SpinnerIcon,
1261
- ProfileIcon: ProfileIcon,
1262
- BoldArrowIcon: BoldArrowIcon,
1263
- ArrowIcon: ArrowIcon,
1264
- SearchIcon: SearchIcon,
1265
- SuccessIcon: SuccessIcon,
1266
- TickIcon: TickIcon,
1267
- NotificationIcon: NotificationIcon,
1268
- SettingsIcon: SettingsIcon,
1269
- CalendarIcon: CalendarIcon,
1270
- AddIcon: AddIcon,
1521
+ ErrorIcon: ErrorIcon,
1271
1522
  DownloadIcon: DownloadIcon,
1272
- UploadIcon: UploadIcon,
1273
- BookmarkIcon: BookmarkIcon,
1274
- HomeIcon: HomeIcon,
1275
1523
  MenuIcon: MenuIcon,
1276
1524
  ShareIcon: ShareIcon,
1277
- FilterIcon: FilterIcon,
1278
1525
  RefreshIcon: RefreshIcon,
1279
- CopyIcon: CopyIcon,
1280
- SaveIcon: SaveIcon,
1281
1526
  PrintIcon: PrintIcon,
1282
- LockIcon: LockIcon,
1283
- UnlockIcon: UnlockIcon,
1284
- StarIcon: StarIcon,
1285
- HeartIcon: HeartIcon,
1286
- ThumbUpIcon: ThumbUpIcon,
1287
- ThumbDownIcon: ThumbDownIcon,
1527
+ PanelIcon: PanelIcon,
1528
+ FilterIcon: FilterIcon,
1529
+ HomeIcon: HomeIcon,
1288
1530
  LocationIcon: LocationIcon,
1531
+ LockIcon: LockIcon,
1532
+ MicrophoneIcon: MicrophoneIcon,
1533
+ MoonIcon: MoonIcon,
1534
+ NotificationIcon: NotificationIcon,
1535
+ OpenEyeIcon: OpenEyeIcon,
1536
+ ProfileIcon: ProfileIcon,
1537
+ SettingsIcon: SettingsIcon,
1538
+ SuccessIcon: SuccessIcon,
1539
+ UnLikeIcon: UnLikeIcon,
1289
1540
  ClockIcon: ClockIcon,
1290
1541
  CameraIcon: CameraIcon,
1291
- MicrophoneIcon: MicrophoneIcon,
1292
- WifiIcon: WifiIcon,
1293
1542
  BluetoothIcon: BluetoothIcon,
1294
- BatteryIcon: BatteryIcon,
1295
- SunIcon: SunIcon,
1296
- MoonIcon: MoonIcon,
1297
- ErrorIcon: ErrorIcon,
1298
- WarningIcon: WarningIcon,
1299
- CloudIcon: CloudIcon
1543
+ LikeIcon: LikeIcon,
1544
+ UnlockIcon: UnlockIcon,
1545
+ WifiIcon: WifiIcon,
1546
+ UploadIcon: UploadIcon,
1547
+ SearchIcon: SearchIcon,
1548
+ CloseEyeIcon: CloseEyeIcon,
1549
+ ExternalLinkIcon: ExternalLinkIcon,
1550
+ MinusIcon: MinusIcon,
1551
+ InfoIcon: InfoIcon,
1552
+ PlusIcon: PlusIcon,
1553
+ TickIcon: TickIcon,
1554
+ BoldArrowIcon: BoldArrowIcon,
1555
+ ArrowIcon: ArrowIcon,
1556
+ SpinnerIcon: SpinnerIcon,
1557
+ CalendarIcon: CalendarIcon
1300
1558
  };
1301
1559
 
1302
1560
  // Define a constant object 'Themes' exporting various theme styles.
@@ -1924,7 +2182,7 @@ var DefaultSpinner = _ref => {
1924
2182
  viewBox: "0 0 24 24",
1925
2183
  fill: "none",
1926
2184
  stroke: colorStyle,
1927
- strokeWidth: "2",
2185
+ strokeWidth: "1",
1928
2186
  strokeLinecap: "round",
1929
2187
  strokeLinejoin: "round",
1930
2188
  style: {
@@ -6951,7 +7209,6 @@ var ToggleGroupComponent = _ref => {
6951
7209
  // Expose the ToggleGroupComponent for import into other modules
6952
7210
  var ToggleGroup = ToggleGroupComponent;
6953
7211
 
6954
- exports.AddIcon = AddIcon;
6955
7212
  exports.Alert = Alert;
6956
7213
  exports.ArrowIcon = ArrowIcon;
6957
7214
  exports.AspectRatio = AspectRatio;
@@ -6966,7 +7223,6 @@ exports.Button = Button;
6966
7223
  exports.CalendarIcon = CalendarIcon;
6967
7224
  exports.CameraIcon = CameraIcon;
6968
7225
  exports.Center = Center;
6969
- exports.CheckIcon = CheckIcon;
6970
7226
  exports.Checkbox = Checkbox;
6971
7227
  exports.ChevronIcon = ChevronIcon;
6972
7228
  exports.ClockIcon = ClockIcon;
@@ -7002,6 +7258,7 @@ exports.Icon = Icon;
7002
7258
  exports.InfoIcon = InfoIcon;
7003
7259
  exports.Inline = Inline;
7004
7260
  exports.Left = Left;
7261
+ exports.LikeIcon = LikeIcon;
7005
7262
  exports.Link = Link;
7006
7263
  exports.Loader = Loader;
7007
7264
  exports.LocationIcon = LocationIcon;
@@ -7015,6 +7272,7 @@ exports.Modal = Modal;
7015
7272
  exports.MoonIcon = MoonIcon;
7016
7273
  exports.NotificationIcon = NotificationIcon;
7017
7274
  exports.OpenEyeIcon = OpenEyeIcon;
7275
+ exports.PanelIcon = PanelIcon;
7018
7276
  exports.Password = Password;
7019
7277
  exports.PlusIcon = PlusIcon;
7020
7278
  exports.PrintIcon = PrintIcon;
@@ -7029,19 +7287,17 @@ exports.ShareIcon = ShareIcon;
7029
7287
  exports.SpinnerIcon = SpinnerIcon;
7030
7288
  exports.StarIcon = StarIcon;
7031
7289
  exports.SuccessIcon = SuccessIcon;
7032
- exports.SunIcon = SunIcon;
7033
7290
  exports.Switch = Switch;
7034
7291
  exports.Table = Table;
7035
7292
  exports.Tabs = Tabs;
7036
7293
  exports.Text = Text;
7037
7294
  exports.TextArea = TextArea;
7038
7295
  exports.TextField = TextField;
7039
- exports.ThumbDownIcon = ThumbDownIcon;
7040
- exports.ThumbUpIcon = ThumbUpIcon;
7041
7296
  exports.TickIcon = TickIcon;
7042
7297
  exports.Toggle = Toggle;
7043
7298
  exports.ToggleGroup = ToggleGroup;
7044
7299
  exports.Top = Top;
7300
+ exports.UnLikeIcon = UnLikeIcon;
7045
7301
  exports.UnlockIcon = UnlockIcon;
7046
7302
  exports.UploadIcon = UploadIcon;
7047
7303
  exports.Vertical = Vertical;