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