@app-studio/web 0.8.22 → 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,8 +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"];
265
+ _excluded49 = ["size", "color"];
267
266
  // Default wrapper component for consistent sizing
268
267
  var IconWrapper = _ref => {
269
268
  var {
@@ -284,7 +283,9 @@ var IconWrapper = _ref => {
284
283
  var ChevronIcon = _ref2 => {
285
284
  var {
286
285
  size = 24,
287
- color = 'currentColor'
286
+ color = 'currentColor',
287
+ filled = false,
288
+ strokeWidth = 1
288
289
  } = _ref2,
289
290
  props = _objectWithoutPropertiesLoose(_ref2, _excluded$4);
290
291
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -293,70 +294,99 @@ var ChevronIcon = _ref2 => {
293
294
  }, props), /*#__PURE__*/React.createElement("svg", {
294
295
  width: "16",
295
296
  height: "16",
296
- fill: "currentColor",
297
- 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"
298
303
  }, /*#__PURE__*/React.createElement("path", {
299
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"
300
305
  })));
301
306
  };
302
- var CheckIcon = _ref3 => {
307
+ var CloseIcon = _ref3 => {
303
308
  var {
304
309
  size = 24,
305
- color = 'currentColor'
310
+ color = 'currentColor',
311
+ filled = false,
312
+ strokeWidth = 1
306
313
  } = _ref3,
307
314
  props = _objectWithoutPropertiesLoose(_ref3, _excluded2);
308
315
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
309
316
  size: size,
310
317
  color: color
311
318
  }, props), /*#__PURE__*/React.createElement("svg", {
319
+ xmlns: "http://www.w3.org/2000/svg",
312
320
  viewBox: "0 0 24 24",
313
- fill: "none",
314
- stroke: 'currentColor',
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({
329
347
  size: size,
330
348
  color: color
331
349
  }, props), /*#__PURE__*/React.createElement("svg", {
350
+ xmlns: "http://www.w3.org/2000/svg",
332
351
  viewBox: "0 0 24 24",
333
- fill: 'currentColor'
352
+ fill: filled ? color : 'none',
353
+ stroke: filled ? 'none' : color,
354
+ strokeWidth: strokeWidth,
355
+ strokeLinecap: "round",
356
+ strokeLinejoin: "round"
334
357
  }, /*#__PURE__*/React.createElement("path", {
335
- d: "M18.3 5.71a.996.996 0 0 0-1.41 0L12 10.59 7.11 5.7A.996.996 0 1 0 5.7 7.11L10.59 12 5.7 16.89a.996.996 0 1 0 1.41 1.41L12 13.41l4.89 4.89a.996.996 0 1 0 1.41-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z"
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"
336
359
  })));
337
360
  };
338
- var CloseEyeIcon = _ref5 => {
361
+ var StarIcon = _ref5 => {
339
362
  var {
340
363
  size = 24,
341
- color = 'currentColor'
364
+ color = 'currentColor',
365
+ filled = true,
366
+ strokeWidth = 1
342
367
  } = _ref5,
343
368
  props = _objectWithoutPropertiesLoose(_ref5, _excluded4);
344
369
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
345
370
  size: size,
346
371
  color: color
347
372
  }, props), /*#__PURE__*/React.createElement("svg", {
373
+ xmlns: "http://www.w3.org/2000/svg",
348
374
  viewBox: "0 0 24 24",
349
- fill: color,
350
- xmlns: "http://www.w3.org/2000/svg"
351
- }, /*#__PURE__*/React.createElement("path", {
352
- 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",
353
- 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"
354
382
  })));
355
383
  };
356
- var DustBinIcon = _ref6 => {
384
+ var SaveIcon = _ref6 => {
357
385
  var {
358
386
  size = 24,
359
- color = 'currentColor'
387
+ color = 'currentColor',
388
+ filled = false,
389
+ strokeWidth = 1
360
390
  } = _ref6,
361
391
  props = _objectWithoutPropertiesLoose(_ref6, _excluded5);
362
392
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -364,15 +394,25 @@ var DustBinIcon = _ref6 => {
364
394
  color: color
365
395
  }, props), /*#__PURE__*/React.createElement("svg", {
366
396
  viewBox: "0 0 24 24",
367
- fill: 'currentColor'
397
+ fill: filled ? color : 'none',
398
+ stroke: filled ? 'none' : color,
399
+ strokeWidth: strokeWidth,
400
+ strokeLinecap: "round",
401
+ strokeLinejoin: "round"
368
402
  }, /*#__PURE__*/React.createElement("path", {
369
- 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"
370
408
  })));
371
409
  };
372
- var EditIcon = _ref7 => {
410
+ var WarningIcon = _ref7 => {
373
411
  var {
374
412
  size = 24,
375
- color = 'currentColor'
413
+ color = 'currentColor',
414
+ filled = false,
415
+ strokeWidth = 1
376
416
  } = _ref7,
377
417
  props = _objectWithoutPropertiesLoose(_ref7, _excluded6);
378
418
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -380,17 +420,31 @@ var EditIcon = _ref7 => {
380
420
  color: color
381
421
  }, props), /*#__PURE__*/React.createElement("svg", {
382
422
  viewBox: "0 0 24 24",
383
- fill: "none",
384
- stroke: 'currentColor',
385
- strokeWidth: "1"
423
+ fill: filled ? color : 'none',
424
+ stroke: filled ? 'none' : color,
425
+ strokeWidth: strokeWidth,
426
+ strokeLinecap: "round",
427
+ strokeLinejoin: "round"
386
428
  }, /*#__PURE__*/React.createElement("path", {
387
- 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"
388
440
  })));
389
441
  };
390
- var ExternalLinkIcon = _ref8 => {
442
+ var BatteryIcon = _ref8 => {
391
443
  var {
392
444
  size = 24,
393
- color = 'currentColor'
445
+ color = 'currentColor',
446
+ filled = true,
447
+ strokeWidth = 1
394
448
  } = _ref8,
395
449
  props = _objectWithoutPropertiesLoose(_ref8, _excluded7);
396
450
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -398,36 +452,43 @@ var ExternalLinkIcon = _ref8 => {
398
452
  color: color
399
453
  }, props), /*#__PURE__*/React.createElement("svg", {
400
454
  viewBox: "0 0 24 24",
401
- fill: 'currentColor'
455
+ fill: filled ? color : 'none',
456
+ stroke: filled ? 'none' : color,
457
+ strokeWidth: strokeWidth,
458
+ strokeLinecap: "round",
459
+ strokeLinejoin: "round"
402
460
  }, /*#__PURE__*/React.createElement("path", {
403
- 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"
404
462
  })));
405
463
  };
406
- var MinusIcon = _ref9 => {
464
+ var BookmarkIcon = _ref9 => {
407
465
  var {
408
466
  size = 24,
409
- color = 'currentColor'
467
+ color = 'currentColor',
468
+ filled = false,
469
+ strokeWidth = 1
410
470
  } = _ref9,
411
471
  props = _objectWithoutPropertiesLoose(_ref9, _excluded8);
412
472
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
413
- padding: 2,
414
473
  size: size,
415
474
  color: color
416
475
  }, props), /*#__PURE__*/React.createElement("svg", {
417
476
  viewBox: "0 0 24 24",
418
- fill: "none",
419
- stroke: 'currentColor',
420
- strokeWidth: "2"
421
- }, /*#__PURE__*/React.createElement("path", {
422
- d: "M7 12h10",
477
+ fill: filled ? color : 'none',
478
+ stroke: filled ? 'none' : color,
479
+ strokeWidth: strokeWidth,
423
480
  strokeLinecap: "round",
424
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"
425
484
  })));
426
485
  };
427
- var InfoIcon = _ref10 => {
486
+ var CloudIcon = _ref10 => {
428
487
  var {
429
488
  size = 24,
430
- color = 'currentColor'
489
+ color = 'currentColor',
490
+ filled = false,
491
+ strokeWidth = 1
431
492
  } = _ref10,
432
493
  props = _objectWithoutPropertiesLoose(_ref10, _excluded9);
433
494
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -435,15 +496,21 @@ var InfoIcon = _ref10 => {
435
496
  color: color
436
497
  }, props), /*#__PURE__*/React.createElement("svg", {
437
498
  viewBox: "0 0 24 24",
438
- fill: 'currentColor'
499
+ fill: filled ? color : 'none',
500
+ stroke: filled ? 'none' : color,
501
+ strokeWidth: strokeWidth,
502
+ strokeLinecap: "round",
503
+ strokeLinejoin: "round"
439
504
  }, /*#__PURE__*/React.createElement("path", {
440
- 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"
441
506
  })));
442
507
  };
443
- var OpenEyeIcon = _ref11 => {
508
+ var CopyIcon = _ref11 => {
444
509
  var {
445
510
  size = 24,
446
- color = 'currentColor'
511
+ color = 'currentColor',
512
+ filled = false,
513
+ strokeWidth = 1
447
514
  } = _ref11,
448
515
  props = _objectWithoutPropertiesLoose(_ref11, _excluded10);
449
516
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -451,15 +518,28 @@ var OpenEyeIcon = _ref11 => {
451
518
  color: color
452
519
  }, props), /*#__PURE__*/React.createElement("svg", {
453
520
  viewBox: "0 0 24 24",
454
- fill: 'currentColor'
455
- }, /*#__PURE__*/React.createElement("path", {
456
- 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"
457
535
  })));
458
536
  };
459
- var PlusIcon = _ref12 => {
537
+ var DustBinIcon = _ref12 => {
460
538
  var {
461
539
  size = 24,
462
- color = 'currentColor'
540
+ color = 'currentColor',
541
+ filled = false,
542
+ strokeWidth = 1
463
543
  } = _ref12,
464
544
  props = _objectWithoutPropertiesLoose(_ref12, _excluded11);
465
545
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -467,15 +547,21 @@ var PlusIcon = _ref12 => {
467
547
  color: color
468
548
  }, props), /*#__PURE__*/React.createElement("svg", {
469
549
  viewBox: "0 0 24 24",
470
- fill: 'currentColor'
550
+ fill: filled ? color : 'none',
551
+ stroke: filled ? 'none' : color,
552
+ strokeWidth: strokeWidth,
553
+ strokeLinecap: "round",
554
+ strokeLinejoin: "round"
471
555
  }, /*#__PURE__*/React.createElement("path", {
472
- 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"
473
557
  })));
474
558
  };
475
- var SpinnerIcon = _ref13 => {
559
+ var EditIcon = _ref13 => {
476
560
  var {
477
561
  size = 24,
478
- color = 'currentColor'
562
+ color = 'currentColor',
563
+ filled = false,
564
+ strokeWidth = 1
479
565
  } = _ref13,
480
566
  props = _objectWithoutPropertiesLoose(_ref13, _excluded12);
481
567
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -483,26 +569,21 @@ var SpinnerIcon = _ref13 => {
483
569
  color: color
484
570
  }, props), /*#__PURE__*/React.createElement("svg", {
485
571
  viewBox: "0 0 24 24",
486
- fill: "none",
487
- xmlns: "http://www.w3.org/2000/svg"
488
- }, /*#__PURE__*/React.createElement("circle", {
489
- cx: "12",
490
- cy: "12",
491
- r: "10",
492
- stroke: color,
493
- strokeWidth: "2",
494
- opacity: "0.3"
495
- }), /*#__PURE__*/React.createElement("path", {
496
- d: "M22 12a10 10 0 1 1-4.93-8.62",
497
- stroke: color,
498
- strokeWidth: "2",
499
- 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"
500
579
  })));
501
580
  };
502
- var ProfileIcon = _ref14 => {
581
+ var ErrorIcon = _ref14 => {
503
582
  var {
504
583
  size = 24,
505
- color = 'currentColor'
584
+ color = 'currentColor',
585
+ filled = true,
586
+ strokeWidth = 1
506
587
  } = _ref14,
507
588
  props = _objectWithoutPropertiesLoose(_ref14, _excluded13);
508
589
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -510,16 +591,35 @@ var ProfileIcon = _ref14 => {
510
591
  color: color
511
592
  }, props), /*#__PURE__*/React.createElement("svg", {
512
593
  viewBox: "0 0 24 24",
513
- fill: 'currentColor'
514
- }, /*#__PURE__*/React.createElement("path", {
515
- fill: "currentColor",
516
- 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"
517
615
  })));
518
616
  };
519
- var ArrowIcon = _ref15 => {
617
+ var DownloadIcon = _ref15 => {
520
618
  var {
521
619
  size = 24,
522
- color = 'currentColor'
620
+ color = 'currentColor',
621
+ filled = true,
622
+ strokeWidth = 1
523
623
  } = _ref15,
524
624
  props = _objectWithoutPropertiesLoose(_ref15, _excluded14);
525
625
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -527,12 +627,16 @@ var ArrowIcon = _ref15 => {
527
627
  color: color
528
628
  }, props), /*#__PURE__*/React.createElement("svg", {
529
629
  viewBox: "0 0 24 24",
530
- fill: 'currentColor'
630
+ fill: filled ? color : 'none',
631
+ stroke: filled ? 'none' : color,
632
+ strokeWidth: strokeWidth,
633
+ strokeLinecap: "round",
634
+ strokeLinejoin: "round"
531
635
  }, /*#__PURE__*/React.createElement("path", {
532
- d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
636
+ d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
533
637
  })));
534
638
  };
535
- var SearchIcon = _ref16 => {
639
+ var MenuIcon = _ref16 => {
536
640
  var {
537
641
  size = 24,
538
642
  color = 'currentColor'
@@ -543,12 +647,29 @@ var SearchIcon = _ref16 => {
543
647
  color: color
544
648
  }, props), /*#__PURE__*/React.createElement("svg", {
545
649
  viewBox: "0 0 24 24",
546
- fill: 'currentColor'
547
- }, /*#__PURE__*/React.createElement("path", {
548
- 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"
650
+ fill: "none",
651
+ stroke: "currentColor",
652
+ strokeWidth: "1",
653
+ strokeLinecap: "round",
654
+ strokeLinejoin: "round"
655
+ }, /*#__PURE__*/React.createElement("line", {
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"
549
670
  })));
550
671
  };
551
- var SuccessIcon = _ref17 => {
672
+ var ShareIcon = _ref17 => {
552
673
  var {
553
674
  size = 24,
554
675
  color = 'currentColor'
@@ -559,12 +680,36 @@ var SuccessIcon = _ref17 => {
559
680
  color: color
560
681
  }, props), /*#__PURE__*/React.createElement("svg", {
561
682
  viewBox: "0 0 24 24",
562
- fill: 'currentColor'
563
- }, /*#__PURE__*/React.createElement("path", {
564
- 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"
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"
565
710
  })));
566
711
  };
567
- var TickIcon = _ref18 => {
712
+ var RefreshIcon = _ref18 => {
568
713
  var {
569
714
  size = 24,
570
715
  color = 'currentColor'
@@ -576,15 +721,17 @@ var TickIcon = _ref18 => {
576
721
  }, props), /*#__PURE__*/React.createElement("svg", {
577
722
  viewBox: "0 0 24 24",
578
723
  fill: "none",
579
- stroke: 'currentColor',
580
- strokeWidth: "2"
581
- }, /*#__PURE__*/React.createElement("path", {
582
- d: "M5 13l4 4L19 7",
724
+ stroke: "currentColor",
725
+ strokeWidth: "1",
583
726
  strokeLinecap: "round",
584
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"
585
732
  })));
586
733
  };
587
- var NotificationIcon = _ref19 => {
734
+ var PrintIcon = _ref19 => {
588
735
  var {
589
736
  size = 24,
590
737
  color = 'currentColor'
@@ -599,10 +746,10 @@ var NotificationIcon = _ref19 => {
599
746
  stroke: 'currentColor',
600
747
  strokeWidth: "1"
601
748
  }, /*#__PURE__*/React.createElement("path", {
602
- 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"
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"
603
750
  })));
604
751
  };
605
- var SettingsIcon = _ref20 => {
752
+ var PanelIcon = _ref20 => {
606
753
  var {
607
754
  size = 24,
608
755
  color = 'currentColor'
@@ -612,18 +759,66 @@ var SettingsIcon = _ref20 => {
612
759
  size: size,
613
760
  color: color
614
761
  }, props), /*#__PURE__*/React.createElement("svg", {
762
+ xmlns: "http://www.w3.org/2000/svg",
615
763
  viewBox: "0 0 24 24",
616
764
  fill: "none",
617
- stroke: 'currentColor',
618
- strokeWidth: "1"
619
- }, /*#__PURE__*/React.createElement("path", {
620
- 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"
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"
621
814
  })));
622
815
  };
623
- var CalendarIcon = _ref21 => {
816
+ var FilterIcon = _ref21 => {
624
817
  var {
625
818
  size = 24,
626
- color = 'currentColor'
819
+ color = 'currentColor',
820
+ filled = false,
821
+ strokeWidth = 1
627
822
  } = _ref21,
628
823
  props = _objectWithoutPropertiesLoose(_ref21, _excluded20);
629
824
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -631,35 +826,43 @@ var CalendarIcon = _ref21 => {
631
826
  color: color
632
827
  }, props), /*#__PURE__*/React.createElement("svg", {
633
828
  viewBox: "0 0 24 24",
634
- fill: "none",
635
- stroke: 'currentColor',
636
- strokeWidth: "1"
829
+ fill: filled ? color : 'none',
830
+ stroke: filled ? 'none' : color,
831
+ strokeWidth: strokeWidth,
832
+ strokeLinecap: "round",
833
+ strokeLinejoin: "round"
637
834
  }, /*#__PURE__*/React.createElement("path", {
638
- 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"
835
+ d: "M3 4h18l-7 10v5l-4 2v-7L3 4z"
639
836
  })));
640
837
  };
641
- var AddIcon = _ref22 => {
838
+ var HomeIcon = _ref22 => {
642
839
  var {
643
840
  size = 24,
644
- color = 'currentColor'
841
+ color = 'currentColor',
842
+ filled = true,
843
+ strokeWidth = 1
645
844
  } = _ref22,
646
845
  props = _objectWithoutPropertiesLoose(_ref22, _excluded21);
647
846
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
648
847
  size: size,
649
848
  color: color
650
849
  }, props), /*#__PURE__*/React.createElement("svg", {
651
- width: "16",
652
- height: "16",
653
- fill: "currentColor",
654
- viewBox: "0 0 24 24"
850
+ viewBox: "0 0 24 24",
851
+ fill: filled ? color : 'none',
852
+ stroke: filled ? 'none' : color,
853
+ strokeWidth: strokeWidth,
854
+ strokeLinecap: "round",
855
+ strokeLinejoin: "round"
655
856
  }, /*#__PURE__*/React.createElement("path", {
656
- d: "M22.286 11.143h-9.429V1.715h-1.714v9.428H1.714v1.715h9.429v9.428h1.714v-9.428h9.429v-1.715Z"
857
+ d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
657
858
  })));
658
859
  };
659
- var DownloadIcon = _ref23 => {
860
+ var LocationIcon = _ref23 => {
660
861
  var {
661
862
  size = 24,
662
- color = 'currentColor'
863
+ color = 'currentColor',
864
+ filled = true,
865
+ strokeWidth = 1
663
866
  } = _ref23,
664
867
  props = _objectWithoutPropertiesLoose(_ref23, _excluded22);
665
868
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -667,17 +870,21 @@ var DownloadIcon = _ref23 => {
667
870
  color: color
668
871
  }, props), /*#__PURE__*/React.createElement("svg", {
669
872
  viewBox: "0 0 24 24",
670
- fill: "none",
671
- stroke: 'currentColor',
672
- strokeWidth: "1"
873
+ fill: filled ? color : 'none',
874
+ stroke: filled ? 'none' : color,
875
+ strokeWidth: strokeWidth,
876
+ strokeLinecap: "round",
877
+ strokeLinejoin: "round"
673
878
  }, /*#__PURE__*/React.createElement("path", {
674
- d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
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"
675
880
  })));
676
881
  };
677
- var UploadIcon = _ref24 => {
882
+ var LockIcon = _ref24 => {
678
883
  var {
679
884
  size = 24,
680
- color = 'currentColor'
885
+ color = 'currentColor',
886
+ filled = false,
887
+ strokeWidth = 1
681
888
  } = _ref24,
682
889
  props = _objectWithoutPropertiesLoose(_ref24, _excluded23);
683
890
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -685,17 +892,28 @@ var UploadIcon = _ref24 => {
685
892
  color: color
686
893
  }, props), /*#__PURE__*/React.createElement("svg", {
687
894
  viewBox: "0 0 24 24",
688
- fill: "none",
689
- stroke: 'currentColor',
690
- strokeWidth: "1"
691
- }, /*#__PURE__*/React.createElement("path", {
692
- d: "M9 16h6v-6h4l-7-7-7 7h4v6zm-4 2h14v2H5v-2z"
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"
693
909
  })));
694
910
  };
695
- var BookmarkIcon = _ref25 => {
911
+ var MicrophoneIcon = _ref25 => {
696
912
  var {
697
913
  size = 24,
698
- color = 'currentColor'
914
+ color = 'currentColor',
915
+ filled = false,
916
+ strokeWidth = 1
699
917
  } = _ref25,
700
918
  props = _objectWithoutPropertiesLoose(_ref25, _excluded24);
701
919
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -703,17 +921,33 @@ var BookmarkIcon = _ref25 => {
703
921
  color: color
704
922
  }, props), /*#__PURE__*/React.createElement("svg", {
705
923
  viewBox: "0 0 24 24",
706
- fill: "none",
707
- stroke: 'currentColor',
708
- strokeWidth: "1"
924
+ fill: filled ? color : 'none',
925
+ stroke: filled ? 'none' : color,
926
+ strokeWidth: strokeWidth,
927
+ strokeLinecap: "round",
928
+ strokeLinejoin: "round"
709
929
  }, /*#__PURE__*/React.createElement("path", {
710
- d: "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-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"
711
943
  })));
712
944
  };
713
- var HomeIcon = _ref26 => {
945
+ var MoonIcon = _ref26 => {
714
946
  var {
715
947
  size = 24,
716
- color = 'currentColor'
948
+ color = 'currentColor',
949
+ filled = false,
950
+ strokeWidth = 1
717
951
  } = _ref26,
718
952
  props = _objectWithoutPropertiesLoose(_ref26, _excluded25);
719
953
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -721,17 +955,21 @@ var HomeIcon = _ref26 => {
721
955
  color: color
722
956
  }, props), /*#__PURE__*/React.createElement("svg", {
723
957
  viewBox: "0 0 24 24",
724
- fill: "none",
725
- stroke: 'currentColor',
726
- strokeWidth: "1"
958
+ fill: filled ? color : 'none',
959
+ stroke: filled ? 'none' : color,
960
+ strokeWidth: strokeWidth,
961
+ strokeLinecap: "round",
962
+ strokeLinejoin: "round"
727
963
  }, /*#__PURE__*/React.createElement("path", {
728
- d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
964
+ d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
729
965
  })));
730
966
  };
731
- var MenuIcon = _ref27 => {
967
+ var NotificationIcon = _ref27 => {
732
968
  var {
733
969
  size = 24,
734
- color = 'currentColor'
970
+ color = 'currentColor',
971
+ filled = false,
972
+ strokeWidth = 1
735
973
  } = _ref27,
736
974
  props = _objectWithoutPropertiesLoose(_ref27, _excluded26);
737
975
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -739,17 +977,23 @@ var MenuIcon = _ref27 => {
739
977
  color: color
740
978
  }, props), /*#__PURE__*/React.createElement("svg", {
741
979
  viewBox: "0 0 24 24",
742
- fill: "none",
743
- stroke: 'currentColor',
744
- strokeWidth: "1"
980
+ fill: filled ? color : 'none',
981
+ stroke: filled ? 'none' : color,
982
+ strokeWidth: strokeWidth,
983
+ strokeLinecap: "round",
984
+ strokeLinejoin: "round"
745
985
  }, /*#__PURE__*/React.createElement("path", {
746
- d: "M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"
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"
747
989
  })));
748
990
  };
749
- var ShareIcon = _ref28 => {
991
+ var OpenEyeIcon = _ref28 => {
750
992
  var {
751
993
  size = 24,
752
- color = 'currentColor'
994
+ color = 'currentColor',
995
+ filled = true,
996
+ strokeWidth = 1
753
997
  } = _ref28,
754
998
  props = _objectWithoutPropertiesLoose(_ref28, _excluded27);
755
999
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -757,17 +1001,21 @@ var ShareIcon = _ref28 => {
757
1001
  color: color
758
1002
  }, props), /*#__PURE__*/React.createElement("svg", {
759
1003
  viewBox: "0 0 24 24",
760
- fill: "none",
761
- stroke: 'currentColor',
762
- strokeWidth: "1"
1004
+ fill: filled ? color : 'none',
1005
+ stroke: filled ? 'none' : color,
1006
+ strokeWidth: strokeWidth,
1007
+ strokeLinecap: "round",
1008
+ strokeLinejoin: "round"
763
1009
  }, /*#__PURE__*/React.createElement("path", {
764
- 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"
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"
765
1011
  })));
766
1012
  };
767
- var FilterIcon = _ref29 => {
1013
+ var ProfileIcon = _ref29 => {
768
1014
  var {
769
1015
  size = 24,
770
- color = 'currentColor'
1016
+ color = 'currentColor',
1017
+ filled = true,
1018
+ strokeWidth = 1
771
1019
  } = _ref29,
772
1020
  props = _objectWithoutPropertiesLoose(_ref29, _excluded28);
773
1021
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -775,17 +1023,22 @@ var FilterIcon = _ref29 => {
775
1023
  color: color
776
1024
  }, props), /*#__PURE__*/React.createElement("svg", {
777
1025
  viewBox: "0 0 24 24",
778
- fill: "none",
779
- stroke: 'currentColor',
780
- strokeWidth: "1"
1026
+ fill: filled ? color : 'none',
1027
+ stroke: filled ? 'none' : color,
1028
+ strokeWidth: strokeWidth,
1029
+ strokeLinecap: "round",
1030
+ strokeLinejoin: "round"
781
1031
  }, /*#__PURE__*/React.createElement("path", {
782
- d: "M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
783
- })));
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
+ }), ' '));
784
1035
  };
785
- var RefreshIcon = _ref30 => {
1036
+ var SettingsIcon = _ref30 => {
786
1037
  var {
787
1038
  size = 24,
788
- color = 'currentColor'
1039
+ color = 'currentColor',
1040
+ filled = false,
1041
+ strokeWidth = 1
789
1042
  } = _ref30,
790
1043
  props = _objectWithoutPropertiesLoose(_ref30, _excluded29);
791
1044
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -793,17 +1046,21 @@ var RefreshIcon = _ref30 => {
793
1046
  color: color
794
1047
  }, props), /*#__PURE__*/React.createElement("svg", {
795
1048
  viewBox: "0 0 24 24",
796
- fill: "none",
797
- stroke: 'currentColor',
798
- strokeWidth: "1"
1049
+ fill: filled ? color : 'none',
1050
+ stroke: filled ? 'none' : color,
1051
+ strokeWidth: strokeWidth,
1052
+ strokeLinecap: "round",
1053
+ strokeLinejoin: "round"
799
1054
  }, /*#__PURE__*/React.createElement("path", {
800
- 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"
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"
801
1056
  })));
802
1057
  };
803
- var CopyIcon = _ref31 => {
1058
+ var SuccessIcon = _ref31 => {
804
1059
  var {
805
1060
  size = 24,
806
- color = 'currentColor'
1061
+ color = 'currentColor',
1062
+ filled = true,
1063
+ strokeWidth = 1
807
1064
  } = _ref31,
808
1065
  props = _objectWithoutPropertiesLoose(_ref31, _excluded30);
809
1066
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -811,17 +1068,21 @@ var CopyIcon = _ref31 => {
811
1068
  color: color
812
1069
  }, props), /*#__PURE__*/React.createElement("svg", {
813
1070
  viewBox: "0 0 24 24",
814
- fill: "none",
815
- stroke: 'currentColor',
816
- strokeWidth: "1"
1071
+ fill: filled ? color : 'none',
1072
+ stroke: filled ? 'none' : color,
1073
+ strokeWidth: strokeWidth,
1074
+ strokeLinecap: "round",
1075
+ strokeLinejoin: "round"
817
1076
  }, /*#__PURE__*/React.createElement("path", {
818
- 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"
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"
819
1078
  })));
820
1079
  };
821
- var SaveIcon = _ref32 => {
1080
+ var UnLikeIcon = _ref32 => {
822
1081
  var {
823
1082
  size = 24,
824
- color = 'currentColor'
1083
+ color = 'currentColor',
1084
+ filled = true,
1085
+ strokeWidth = 1
825
1086
  } = _ref32,
826
1087
  props = _objectWithoutPropertiesLoose(_ref32, _excluded31);
827
1088
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -829,14 +1090,16 @@ var SaveIcon = _ref32 => {
829
1090
  color: color
830
1091
  }, props), /*#__PURE__*/React.createElement("svg", {
831
1092
  viewBox: "0 0 24 24",
832
- fill: "none",
833
- stroke: 'currentColor',
834
- strokeWidth: "1"
1093
+ fill: filled ? color : 'none',
1094
+ stroke: filled ? 'none' : color,
1095
+ strokeWidth: strokeWidth,
1096
+ strokeLinecap: "round",
1097
+ strokeLinejoin: "round"
835
1098
  }, /*#__PURE__*/React.createElement("path", {
836
- 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"
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"
837
1100
  })));
838
1101
  };
839
- var PrintIcon = _ref33 => {
1102
+ var ClockIcon = _ref33 => {
840
1103
  var {
841
1104
  size = 24,
842
1105
  color = 'currentColor'
@@ -848,13 +1111,19 @@ var PrintIcon = _ref33 => {
848
1111
  }, props), /*#__PURE__*/React.createElement("svg", {
849
1112
  viewBox: "0 0 24 24",
850
1113
  fill: "none",
851
- stroke: 'currentColor',
852
- strokeWidth: "1"
853
- }, /*#__PURE__*/React.createElement("path", {
854
- 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"
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"
855
1124
  })));
856
1125
  };
857
- var LockIcon = _ref34 => {
1126
+ var CameraIcon = _ref34 => {
858
1127
  var {
859
1128
  size = 24,
860
1129
  color = 'currentColor'
@@ -866,14 +1135,19 @@ var LockIcon = _ref34 => {
866
1135
  }, props), /*#__PURE__*/React.createElement("svg", {
867
1136
  viewBox: "0 0 24 24",
868
1137
  fill: "none",
869
- stroke: 'currentColor',
870
- strokeWidth: "1"
1138
+ stroke: "currentColor",
1139
+ strokeWidth: "1",
1140
+ strokeLinecap: "round",
1141
+ strokeLinejoin: "round"
871
1142
  }, /*#__PURE__*/React.createElement("path", {
872
- 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"
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"
873
1148
  })));
874
1149
  };
875
- // Previous icons remain the same...
876
- var UnlockIcon = _ref35 => {
1150
+ var BluetoothIcon = _ref35 => {
877
1151
  var {
878
1152
  size = 24,
879
1153
  color = 'currentColor'
@@ -884,17 +1158,17 @@ var UnlockIcon = _ref35 => {
884
1158
  color: color
885
1159
  }, props), /*#__PURE__*/React.createElement("svg", {
886
1160
  viewBox: "0 0 24 24",
887
- fill: "none",
888
- stroke: 'currentColor',
889
- strokeWidth: "1"
1161
+ fill: 'currentColor'
890
1162
  }, /*#__PURE__*/React.createElement("path", {
891
- 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"
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"
892
1164
  })));
893
1165
  };
894
- var StarIcon = _ref36 => {
1166
+ var LikeIcon = _ref36 => {
895
1167
  var {
896
1168
  size = 24,
897
- color = 'currentColor'
1169
+ color = 'currentColor',
1170
+ filled = true,
1171
+ strokeWidth = 1
898
1172
  } = _ref36,
899
1173
  props = _objectWithoutPropertiesLoose(_ref36, _excluded35);
900
1174
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -902,17 +1176,21 @@ var StarIcon = _ref36 => {
902
1176
  color: color
903
1177
  }, props), /*#__PURE__*/React.createElement("svg", {
904
1178
  viewBox: "0 0 24 24",
905
- fill: "none",
906
- stroke: 'currentColor',
907
- strokeWidth: "1"
1179
+ fill: filled ? color : 'none',
1180
+ stroke: filled ? 'none' : color,
1181
+ strokeWidth: strokeWidth,
1182
+ strokeLinecap: "round",
1183
+ strokeLinejoin: "round"
908
1184
  }, /*#__PURE__*/React.createElement("path", {
909
- 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"
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"
910
1186
  })));
911
1187
  };
912
- var HeartIcon = _ref37 => {
1188
+ var UnlockIcon = _ref37 => {
913
1189
  var {
914
1190
  size = 24,
915
- color = 'currentColor'
1191
+ color = 'currentColor',
1192
+ filled = false,
1193
+ strokeWidth = 1
916
1194
  } = _ref37,
917
1195
  props = _objectWithoutPropertiesLoose(_ref37, _excluded36);
918
1196
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -920,17 +1198,28 @@ var HeartIcon = _ref37 => {
920
1198
  color: color
921
1199
  }, props), /*#__PURE__*/React.createElement("svg", {
922
1200
  viewBox: "0 0 24 24",
923
- fill: "none",
924
- stroke: 'currentColor',
925
- strokeWidth: "1"
926
- }, /*#__PURE__*/React.createElement("path", {
927
- 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"
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"
928
1215
  })));
929
1216
  };
930
- var ThumbUpIcon = _ref38 => {
1217
+ var WifiIcon = _ref38 => {
931
1218
  var {
932
1219
  size = 24,
933
- color = 'currentColor'
1220
+ color = 'currentColor',
1221
+ filled = false,
1222
+ strokeWidth = 1
934
1223
  } = _ref38,
935
1224
  props = _objectWithoutPropertiesLoose(_ref38, _excluded37);
936
1225
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -938,17 +1227,21 @@ var ThumbUpIcon = _ref38 => {
938
1227
  color: color
939
1228
  }, props), /*#__PURE__*/React.createElement("svg", {
940
1229
  viewBox: "0 0 24 24",
941
- fill: "none",
942
- stroke: 'currentColor',
943
- strokeWidth: "1"
1230
+ fill: filled ? color : 'none',
1231
+ stroke: filled ? 'none' : color,
1232
+ strokeWidth: strokeWidth,
1233
+ strokeLinecap: "round",
1234
+ strokeLinejoin: "round"
944
1235
  }, /*#__PURE__*/React.createElement("path", {
945
- 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"
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"
946
1237
  })));
947
1238
  };
948
- var ThumbDownIcon = _ref39 => {
1239
+ var UploadIcon = _ref39 => {
949
1240
  var {
950
1241
  size = 24,
951
- color = 'currentColor'
1242
+ color = 'currentColor',
1243
+ filled = false,
1244
+ strokeWidth = 1
952
1245
  } = _ref39,
953
1246
  props = _objectWithoutPropertiesLoose(_ref39, _excluded38);
954
1247
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
@@ -956,14 +1249,20 @@ var ThumbDownIcon = _ref39 => {
956
1249
  color: color
957
1250
  }, props), /*#__PURE__*/React.createElement("svg", {
958
1251
  viewBox: "0 0 24 24",
959
- fill: "none",
960
- stroke: 'currentColor',
961
- strokeWidth: "1"
1252
+ fill: filled ? color : 'none',
1253
+ stroke: filled ? 'none' : color,
1254
+ strokeWidth: strokeWidth,
1255
+ strokeLinecap: "round",
1256
+ strokeLinejoin: "round"
962
1257
  }, /*#__PURE__*/React.createElement("path", {
963
- 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"
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"
964
1263
  })));
965
1264
  };
966
- var LocationIcon = _ref40 => {
1265
+ var SearchIcon = _ref40 => {
967
1266
  var {
968
1267
  size = 24,
969
1268
  color = 'currentColor'
@@ -974,14 +1273,12 @@ var LocationIcon = _ref40 => {
974
1273
  color: color
975
1274
  }, props), /*#__PURE__*/React.createElement("svg", {
976
1275
  viewBox: "0 0 24 24",
977
- fill: "none",
978
- stroke: 'currentColor',
979
- strokeWidth: "1"
1276
+ fill: 'currentColor'
980
1277
  }, /*#__PURE__*/React.createElement("path", {
981
- 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"
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"
982
1279
  })));
983
1280
  };
984
- var ClockIcon = _ref41 => {
1281
+ var CloseEyeIcon = _ref41 => {
985
1282
  var {
986
1283
  size = 24,
987
1284
  color = 'currentColor'
@@ -992,14 +1289,13 @@ var ClockIcon = _ref41 => {
992
1289
  color: color
993
1290
  }, props), /*#__PURE__*/React.createElement("svg", {
994
1291
  viewBox: "0 0 24 24",
995
- fill: "none",
996
- stroke: 'currentColor',
997
- strokeWidth: "1"
1292
+ fill: color
998
1293
  }, /*#__PURE__*/React.createElement("path", {
999
- 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"
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"
1000
1296
  })));
1001
1297
  };
1002
- var CameraIcon = _ref42 => {
1298
+ var ExternalLinkIcon = _ref42 => {
1003
1299
  var {
1004
1300
  size = 24,
1005
1301
  color = 'currentColor'
@@ -1010,22 +1306,19 @@ var CameraIcon = _ref42 => {
1010
1306
  color: color
1011
1307
  }, props), /*#__PURE__*/React.createElement("svg", {
1012
1308
  viewBox: "0 0 24 24",
1013
- fill: "none",
1014
- stroke: 'currentColor',
1015
- strokeWidth: "1"
1309
+ fill: 'currentColor'
1016
1310
  }, /*#__PURE__*/React.createElement("path", {
1017
- 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"
1018
- }), /*#__PURE__*/React.createElement("path", {
1019
- 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"
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"
1020
1312
  })));
1021
1313
  };
1022
- var MicrophoneIcon = _ref43 => {
1314
+ var MinusIcon = _ref43 => {
1023
1315
  var {
1024
1316
  size = 24,
1025
1317
  color = 'currentColor'
1026
1318
  } = _ref43,
1027
1319
  props = _objectWithoutPropertiesLoose(_ref43, _excluded42);
1028
1320
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1321
+ padding: 2,
1029
1322
  size: size,
1030
1323
  color: color
1031
1324
  }, props), /*#__PURE__*/React.createElement("svg", {
@@ -1034,12 +1327,12 @@ var MicrophoneIcon = _ref43 => {
1034
1327
  stroke: 'currentColor',
1035
1328
  strokeWidth: "1"
1036
1329
  }, /*#__PURE__*/React.createElement("path", {
1037
- 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"
1038
- }), /*#__PURE__*/React.createElement("path", {
1039
- 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"
1330
+ d: "M7 12h10",
1331
+ strokeLinecap: "round",
1332
+ strokeLinejoin: "round"
1040
1333
  })));
1041
1334
  };
1042
- var WifiIcon = _ref44 => {
1335
+ var InfoIcon = _ref44 => {
1043
1336
  var {
1044
1337
  size = 24,
1045
1338
  color = 'currentColor'
@@ -1050,14 +1343,12 @@ var WifiIcon = _ref44 => {
1050
1343
  color: color
1051
1344
  }, props), /*#__PURE__*/React.createElement("svg", {
1052
1345
  viewBox: "0 0 24 24",
1053
- fill: "none",
1054
- stroke: 'currentColor',
1055
- strokeWidth: "1"
1346
+ fill: 'currentColor'
1056
1347
  }, /*#__PURE__*/React.createElement("path", {
1057
- 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"
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"
1058
1349
  })));
1059
1350
  };
1060
- var BluetoothIcon = _ref45 => {
1351
+ var PlusIcon = _ref45 => {
1061
1352
  var {
1062
1353
  size = 24,
1063
1354
  color = 'currentColor'
@@ -1070,10 +1361,10 @@ var BluetoothIcon = _ref45 => {
1070
1361
  viewBox: "0 0 24 24",
1071
1362
  fill: 'currentColor'
1072
1363
  }, /*#__PURE__*/React.createElement("path", {
1073
- 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"
1364
+ d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
1074
1365
  })));
1075
1366
  };
1076
- var BatteryIcon = _ref46 => {
1367
+ var TickIcon = _ref46 => {
1077
1368
  var {
1078
1369
  size = 24,
1079
1370
  color = 'currentColor'
@@ -1088,11 +1379,12 @@ var BatteryIcon = _ref46 => {
1088
1379
  stroke: 'currentColor',
1089
1380
  strokeWidth: "1"
1090
1381
  }, /*#__PURE__*/React.createElement("path", {
1091
- 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"
1382
+ d: "M5 13l4 4L19 7",
1383
+ strokeLinecap: "round",
1384
+ strokeLinejoin: "round"
1092
1385
  })));
1093
1386
  };
1094
- // More modern UI icons
1095
- var SunIcon = _ref47 => {
1387
+ var BoldArrowIcon = _ref47 => {
1096
1388
  var {
1097
1389
  size = 24,
1098
1390
  color = 'currentColor'
@@ -1103,18 +1395,12 @@ var SunIcon = _ref47 => {
1103
1395
  color: color
1104
1396
  }, props), /*#__PURE__*/React.createElement("svg", {
1105
1397
  viewBox: "0 0 24 24",
1106
- fill: "none",
1107
- stroke: 'currentColor',
1108
- strokeWidth: "1"
1109
- }, /*#__PURE__*/React.createElement("circle", {
1110
- cx: "12",
1111
- cy: "12",
1112
- r: "5"
1113
- }), /*#__PURE__*/React.createElement("path", {
1114
- 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"
1398
+ fill: 'currentColor'
1399
+ }, /*#__PURE__*/React.createElement("path", {
1400
+ d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
1115
1401
  })));
1116
1402
  };
1117
- var MoonIcon = _ref48 => {
1403
+ var ArrowIcon = _ref48 => {
1118
1404
  var {
1119
1405
  size = 24,
1120
1406
  color = 'currentColor'
@@ -1124,129 +1410,144 @@ var MoonIcon = _ref48 => {
1124
1410
  size: size,
1125
1411
  color: color
1126
1412
  }, props), /*#__PURE__*/React.createElement("svg", {
1413
+ width: "24",
1414
+ height: "24",
1127
1415
  viewBox: "0 0 24 24",
1128
- fill: "none",
1416
+ strokeWidth: "1",
1129
1417
  stroke: 'currentColor',
1130
- strokeWidth: "1"
1131
- }, /*#__PURE__*/React.createElement("path", {
1132
- d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
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"
1133
1428
  })));
1134
1429
  };
1135
- var ErrorIcon = _ref49 => {
1430
+ var SpinnerIcon = _ref49 => {
1136
1431
  var {
1137
1432
  size = 24,
1138
- color = 'white'
1433
+ color = 'currentColor'
1139
1434
  } = _ref49,
1140
1435
  props = _objectWithoutPropertiesLoose(_ref49, _excluded48);
1141
1436
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1142
1437
  size: size,
1143
1438
  color: color
1144
1439
  }, props), /*#__PURE__*/React.createElement("svg", {
1145
- viewBox: "0 0 510 510"
1146
- }, /*#__PURE__*/React.createElement("path", {
1147
- 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"
1148
- }), /*#__PURE__*/React.createElement("path", {
1149
- 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"
1440
+ xmlns: "http://www.w3.org/2000/svg",
1441
+ width: "24",
1442
+ height: "24",
1443
+ viewBox: "0 0 24 24",
1444
+ fill: "none",
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"
1150
1454
  }), /*#__PURE__*/React.createElement("path", {
1151
- 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"
1152
1457
  })));
1153
1458
  };
1154
- var WarningIcon = _ref50 => {
1459
+ var CalendarIcon = _ref50 => {
1155
1460
  var {
1156
1461
  size = 24,
1157
- color = 'white'
1462
+ color = 'currentColor'
1158
1463
  } = _ref50,
1159
1464
  props = _objectWithoutPropertiesLoose(_ref50, _excluded49);
1160
1465
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1161
1466
  size: size,
1162
1467
  color: color
1163
- }, props), /*#__PURE__*/React.createElement("svg", {
1164
- version: "1.1",
1165
- id: "Capa_1",
1166
- xmlns: "http://www.w3.org/2000/svg",
1167
- viewBox: "0 0 192.146 192.146",
1168
- fill: 'currentColor'
1169
- }, /*#__PURE__*/React.createElement("g", {
1170
- id: "SVGRepo_bgCarrier"
1171
- }), /*#__PURE__*/React.createElement("g", {
1172
- id: "SVGRepo_tracerCarrier"
1173
- }), /*#__PURE__*/React.createElement("g", {
1174
- id: "SVGRepo_iconCarrier"
1175
- }, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
1176
- 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"
1177
- })))))));
1178
- };
1179
- var CloudIcon = _ref51 => {
1180
- var {
1181
- size = 24,
1182
- color = 'currentColor'
1183
- } = _ref51,
1184
- props = _objectWithoutPropertiesLoose(_ref51, _excluded50);
1185
- return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1186
- size: size,
1187
- color: color
1188
1468
  }, props), /*#__PURE__*/React.createElement("svg", {
1189
1469
  viewBox: "0 0 24 24",
1190
1470
  fill: "none",
1191
- stroke: 'currentColor',
1192
- strokeWidth: "1"
1193
- }, /*#__PURE__*/React.createElement("path", {
1194
- 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"
1195
1497
  })));
1196
1498
  };
1197
1499
 
1198
1500
  var Icon = {
1199
1501
  __proto__: null,
1200
1502
  ChevronIcon: ChevronIcon,
1201
- CheckIcon: CheckIcon,
1202
1503
  CloseIcon: CloseIcon,
1203
- 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,
1204
1512
  DustBinIcon: DustBinIcon,
1205
1513
  EditIcon: EditIcon,
1206
- ExternalLinkIcon: ExternalLinkIcon,
1207
- MinusIcon: MinusIcon,
1208
- InfoIcon: InfoIcon,
1209
- OpenEyeIcon: OpenEyeIcon,
1210
- PlusIcon: PlusIcon,
1211
- SpinnerIcon: SpinnerIcon,
1212
- ProfileIcon: ProfileIcon,
1213
- ArrowIcon: ArrowIcon,
1214
- SearchIcon: SearchIcon,
1215
- SuccessIcon: SuccessIcon,
1216
- TickIcon: TickIcon,
1217
- NotificationIcon: NotificationIcon,
1218
- SettingsIcon: SettingsIcon,
1219
- CalendarIcon: CalendarIcon,
1220
- AddIcon: AddIcon,
1514
+ ErrorIcon: ErrorIcon,
1221
1515
  DownloadIcon: DownloadIcon,
1222
- UploadIcon: UploadIcon,
1223
- BookmarkIcon: BookmarkIcon,
1224
- HomeIcon: HomeIcon,
1225
1516
  MenuIcon: MenuIcon,
1226
1517
  ShareIcon: ShareIcon,
1227
- FilterIcon: FilterIcon,
1228
1518
  RefreshIcon: RefreshIcon,
1229
- CopyIcon: CopyIcon,
1230
- SaveIcon: SaveIcon,
1231
1519
  PrintIcon: PrintIcon,
1232
- LockIcon: LockIcon,
1233
- UnlockIcon: UnlockIcon,
1234
- StarIcon: StarIcon,
1235
- HeartIcon: HeartIcon,
1236
- ThumbUpIcon: ThumbUpIcon,
1237
- ThumbDownIcon: ThumbDownIcon,
1520
+ PanelIcon: PanelIcon,
1521
+ FilterIcon: FilterIcon,
1522
+ HomeIcon: HomeIcon,
1238
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,
1239
1533
  ClockIcon: ClockIcon,
1240
1534
  CameraIcon: CameraIcon,
1241
- MicrophoneIcon: MicrophoneIcon,
1242
- WifiIcon: WifiIcon,
1243
1535
  BluetoothIcon: BluetoothIcon,
1244
- BatteryIcon: BatteryIcon,
1245
- SunIcon: SunIcon,
1246
- MoonIcon: MoonIcon,
1247
- ErrorIcon: ErrorIcon,
1248
- WarningIcon: WarningIcon,
1249
- 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
1250
1551
  };
1251
1552
 
1252
1553
  // Define a constant object 'Themes' exporting various theme styles.
@@ -1874,7 +2175,7 @@ var DefaultSpinner = _ref => {
1874
2175
  viewBox: "0 0 24 24",
1875
2176
  fill: "none",
1876
2177
  stroke: colorStyle,
1877
- strokeWidth: "2",
2178
+ strokeWidth: "1",
1878
2179
  strokeLinecap: "round",
1879
2180
  strokeLinejoin: "round",
1880
2181
  style: {
@@ -6901,5 +7202,5 @@ var ToggleGroupComponent = _ref => {
6901
7202
  // Expose the ToggleGroupComponent for import into other modules
6902
7203
  var ToggleGroup = ToggleGroupComponent;
6903
7204
 
6904
- export { AddIcon, Alert, ArrowIcon, AspectRatio, Avatar, Badge, BatteryIcon, BluetoothIcon, 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 };
6905
7206
  //# sourceMappingURL=web.esm.js.map