@app-studio/web 0.8.31 → 0.8.32

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
@@ -210,7 +210,7 @@ var Center = /*#__PURE__*/React.forwardRef((props, ref) => (/*#__PURE__*/React.c
210
210
  }))));
211
211
  Center.displayName = 'Center';
212
212
 
213
- var _excluded$3 = ["size", "color", "filled", "strokeWidth"],
213
+ var _excluded$3 = ["size", "color", "transform", "orientation", "children"],
214
214
  _excluded2 = ["size", "color", "filled", "strokeWidth"],
215
215
  _excluded3 = ["size", "color", "filled", "strokeWidth"],
216
216
  _excluded4 = ["size", "color", "filled", "strokeWidth"],
@@ -224,82 +224,96 @@ var _excluded$3 = ["size", "color", "filled", "strokeWidth"],
224
224
  _excluded12 = ["size", "color", "filled", "strokeWidth"],
225
225
  _excluded13 = ["size", "color", "filled", "strokeWidth"],
226
226
  _excluded14 = ["size", "color", "filled", "strokeWidth"],
227
- _excluded15 = ["size", "color"],
228
- _excluded16 = ["size", "color"],
229
- _excluded17 = ["size", "color"],
230
- _excluded18 = ["size", "color"],
231
- _excluded19 = ["size", "color"],
227
+ _excluded15 = ["size", "color", "filled", "strokeWidth"],
228
+ _excluded16 = ["size", "color", "filled", "strokeWidth"],
229
+ _excluded17 = ["size", "color", "filled", "strokeWidth"],
230
+ _excluded18 = ["size", "color", "filled", "strokeWidth"],
231
+ _excluded19 = ["size", "color", "filled", "strokeWidth"],
232
232
  _excluded20 = ["size", "color", "filled", "strokeWidth"],
233
- _excluded21 = ["size", "color", "filled", "strokeWidth"],
233
+ _excluded21 = ["size", "color", "strokeWidth", "filled"],
234
234
  _excluded22 = ["size", "color", "filled", "strokeWidth"],
235
- _excluded23 = ["size", "color", "filled", "strokeWidth"],
235
+ _excluded23 = ["size", "color", "strokeWidth"],
236
236
  _excluded24 = ["size", "color", "filled", "strokeWidth"],
237
- _excluded25 = ["size", "color", "filled", "strokeWidth"],
237
+ _excluded25 = ["size", "color", "strokeWidth"],
238
238
  _excluded26 = ["size", "color", "filled", "strokeWidth"],
239
- _excluded27 = ["size", "color", "filled", "strokeWidth"],
239
+ _excluded27 = ["size", "color", "strokeWidth"],
240
240
  _excluded28 = ["size", "color", "filled", "strokeWidth"],
241
241
  _excluded29 = ["size", "color", "filled", "strokeWidth"],
242
242
  _excluded30 = ["size", "color", "filled", "strokeWidth"],
243
243
  _excluded31 = ["size", "color", "filled", "strokeWidth"],
244
- _excluded32 = ["size", "color"],
245
- _excluded33 = ["size", "color"],
246
- _excluded34 = ["size", "color"],
244
+ _excluded32 = ["size", "color", "filled", "strokeWidth"],
245
+ _excluded33 = ["size", "color", "filled", "strokeWidth"],
246
+ _excluded34 = ["size", "color", "filled", "strokeWidth"],
247
247
  _excluded35 = ["size", "color", "filled", "strokeWidth"],
248
248
  _excluded36 = ["size", "color", "filled", "strokeWidth"],
249
249
  _excluded37 = ["size", "color", "filled", "strokeWidth"],
250
250
  _excluded38 = ["size", "color", "filled", "strokeWidth"],
251
- _excluded39 = ["size", "color"],
252
- _excluded40 = ["size", "color"],
253
- _excluded41 = ["size", "color"],
254
- _excluded42 = ["size", "color"],
255
- _excluded43 = ["size", "color"],
256
- _excluded44 = ["size", "color"],
257
- _excluded45 = ["size", "color"],
258
- _excluded46 = ["size", "color"],
259
- _excluded47 = ["size", "color"],
260
- _excluded48 = ["size", "color"],
261
- _excluded49 = ["size", "color"];
262
- // Default wrapper component for consistent sizing
251
+ _excluded39 = ["size", "color", "filled", "strokeWidth"],
252
+ _excluded40 = ["size", "color", "strokeWidth"],
253
+ _excluded41 = ["size", "color", "strokeWidth"],
254
+ _excluded42 = ["size", "color", "filled", "strokeWidth"],
255
+ _excluded43 = ["size", "color", "filled", "strokeWidth"],
256
+ _excluded44 = ["size", "color", "filled", "strokeWidth"],
257
+ _excluded45 = ["size", "color", "filled", "strokeWidth"],
258
+ _excluded46 = ["size", "color", "filled", "strokeWidth"],
259
+ _excluded47 = ["size", "color", "filled", "strokeWidth"],
260
+ _excluded48 = ["size", "color", "filled", "strokeWidth"],
261
+ _excluded49 = ["size", "color", "filled", "strokeWidth"],
262
+ _excluded50 = ["size", "color", "filled", "strokeWidth"],
263
+ _excluded51 = ["size", "color", "filled", "strokeWidth"],
264
+ _excluded52 = ["size", "color", "filled", "strokeWidth"],
265
+ _excluded53 = ["size", "color", "filled", "strokeWidth"],
266
+ _excluded54 = ["size", "color", "filled", "strokeWidth"],
267
+ _excluded55 = ["size", "color", "strokeWidth"];
268
+ // Default wrapper component for consistent sizing and styling
263
269
  var IconWrapper = _ref => {
264
270
  var {
265
- size,
266
- color = 'black',
267
- transform,
268
- orientation,
269
- children
270
- } = _ref;
271
- return /*#__PURE__*/React.createElement(Center, {
271
+ size,
272
+ color = 'black',
273
+ transform,
274
+ orientation,
275
+ children
276
+ } = _ref,
277
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$3);
278
+ return /*#__PURE__*/React.createElement(Center, Object.assign({
272
279
  size: size,
273
280
  lineHeight: size,
274
281
  color: color,
275
282
  display: "flex",
276
- transform: transform ? transform : orientation == 'left' ? 'rotate(-90deg)' : orientation == 'right' ? 'rotate(90deg)' : orientation == 'up' ? 'rotate(0deg)' : orientation == 'down' ? 'rotate(180deg)' : 'none'
277
- }, children);
283
+ transform: transform ? transform : orientation === 'left' ? 'rotate(-90deg)' : orientation === 'right' ? 'rotate(90deg)' : orientation === 'up' ? 'rotate(0deg)' : orientation === 'down' ? 'rotate(180deg)' : 'none'
284
+ }, rest), children);
285
+ };
286
+ // Utility function to handle fill and stroke based on 'filled' prop
287
+ var getSvgProps = (filled, color, strokeWidth) => {
288
+ return {
289
+ fill: filled ? color : 'none',
290
+ stroke: filled ? 'none' : color,
291
+ strokeWidth,
292
+ strokeLinecap: 'round',
293
+ strokeLinejoin: 'round'
294
+ };
278
295
  };
296
+ // Example Icon Component: ChevronIcon
279
297
  var ChevronIcon = _ref2 => {
280
298
  var {
281
299
  size = 24,
282
300
  color = 'currentColor',
283
- filled = false,
301
+ filled = true,
284
302
  strokeWidth = 1
285
303
  } = _ref2,
286
- props = _objectWithoutPropertiesLoose(_ref2, _excluded$3);
304
+ props = _objectWithoutPropertiesLoose(_ref2, _excluded2);
287
305
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
288
306
  size: size,
289
307
  color: color
290
- }, props), /*#__PURE__*/React.createElement("svg", {
291
- width: "16",
292
- height: "16",
293
- fill: filled ? color : 'none',
308
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
294
309
  viewBox: "0 0 24 24",
295
- stroke: filled ? 'none' : color,
296
- strokeWidth: strokeWidth,
297
- strokeLinecap: "round",
298
- strokeLinejoin: "round"
299
- }, /*#__PURE__*/React.createElement("path", {
310
+ "aria-hidden": "true",
311
+ focusable: "false"
312
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
300
313
  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
314
  })));
302
315
  };
316
+ // Example of another Icon: CloseIcon
303
317
  var CloseIcon = _ref3 => {
304
318
  var {
305
319
  size = 24,
@@ -307,95 +321,247 @@ var CloseIcon = _ref3 => {
307
321
  filled = false,
308
322
  strokeWidth = 1
309
323
  } = _ref3,
310
- props = _objectWithoutPropertiesLoose(_ref3, _excluded2);
324
+ props = _objectWithoutPropertiesLoose(_ref3, _excluded3);
311
325
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
312
326
  size: size,
313
327
  color: color
314
- }, props), /*#__PURE__*/React.createElement("svg", {
315
- xmlns: "http://www.w3.org/2000/svg",
328
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
316
329
  viewBox: "0 0 24 24",
317
- fill: filled ? color : 'none',
318
- stroke: filled ? 'none' : color,
319
- strokeWidth: strokeWidth,
320
- strokeLinecap: "round",
321
- strokeLinejoin: "round"
322
- }, /*#__PURE__*/React.createElement("line", {
330
+ "aria-hidden": "true",
331
+ focusable: "false"
332
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
333
+ stroke: color,
323
334
  x1: "18",
324
335
  y1: "6",
325
336
  x2: "6",
326
337
  y2: "18"
327
338
  }), /*#__PURE__*/React.createElement("line", {
339
+ stroke: color,
328
340
  x1: "6",
329
341
  y1: "6",
330
342
  x2: "18",
331
343
  y2: "18"
332
344
  })));
333
345
  };
334
- var HeartIcon = _ref4 => {
346
+ var InstagramIcon = _ref4 => {
335
347
  var {
336
348
  size = 24,
337
349
  color = 'currentColor',
338
- filled = true,
350
+ filled = false,
339
351
  strokeWidth = 1
340
352
  } = _ref4,
341
- props = _objectWithoutPropertiesLoose(_ref4, _excluded3);
353
+ props = _objectWithoutPropertiesLoose(_ref4, _excluded4);
354
+ return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
355
+ size: size,
356
+ color: color
357
+ }, props), /*#__PURE__*/React.createElement("svg", {
358
+ viewBox: "0 0 24 24"
359
+ }, /*#__PURE__*/React.createElement("rect", {
360
+ x: "2",
361
+ y: "2",
362
+ width: "20",
363
+ height: "20",
364
+ rx: "5",
365
+ ry: "5"
366
+ }), /*#__PURE__*/React.createElement("path", {
367
+ d: "M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"
368
+ }), /*#__PURE__*/React.createElement("line", {
369
+ x1: "17.5",
370
+ y1: "6.5",
371
+ x2: "17.51",
372
+ y2: "6.5"
373
+ })));
374
+ };
375
+ var TwitterIcon = _ref5 => {
376
+ var {
377
+ size = 24,
378
+ color = 'currentColor',
379
+ filled = false,
380
+ strokeWidth = 1
381
+ } = _ref5,
382
+ props = _objectWithoutPropertiesLoose(_ref5, _excluded5);
383
+ return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
384
+ size: size,
385
+ color: color
386
+ }, props), /*#__PURE__*/React.createElement("svg", {
387
+ "aria-hidden": "true"
388
+ }, /*#__PURE__*/React.createElement("path", {
389
+ d: "M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 \n 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5\n 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"
390
+ })));
391
+ };
392
+ var YoutubeIcon = _ref6 => {
393
+ var {
394
+ size = 24,
395
+ color = 'currentColor',
396
+ filled = false,
397
+ strokeWidth = 1
398
+ } = _ref6,
399
+ props = _objectWithoutPropertiesLoose(_ref6, _excluded6);
342
400
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
343
401
  size: size,
344
402
  color: color
345
403
  }, props), /*#__PURE__*/React.createElement("svg", {
346
404
  xmlns: "http://www.w3.org/2000/svg",
405
+ width: "24",
406
+ height: "24",
347
407
  viewBox: "0 0 24 24",
348
- fill: filled ? color : 'none',
349
- stroke: filled ? 'none' : color,
350
- strokeWidth: strokeWidth,
408
+ fill: "none",
409
+ stroke: "white",
410
+ strokeWidth: "2",
351
411
  strokeLinecap: "round",
352
412
  strokeLinejoin: "round"
353
413
  }, /*#__PURE__*/React.createElement("path", {
414
+ d: "M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"
415
+ }), /*#__PURE__*/React.createElement("polygon", {
416
+ points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"
417
+ })));
418
+ };
419
+ var LinkedinIcon = _ref7 => {
420
+ var {
421
+ size = 24,
422
+ color = 'currentColor',
423
+ filled = false,
424
+ strokeWidth = 1
425
+ } = _ref7,
426
+ props = _objectWithoutPropertiesLoose(_ref7, _excluded7);
427
+ return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
428
+ size: size,
429
+ color: color
430
+ }, props), /*#__PURE__*/React.createElement("svg", {
431
+ focusable: "false"
432
+ }, /*#__PURE__*/React.createElement("path", {
433
+ d: "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 \n 2v7h-4v-7a6 6 0 0 1 6-6z"
434
+ }), /*#__PURE__*/React.createElement("rect", {
435
+ x: "2",
436
+ y: "9",
437
+ width: "4",
438
+ height: "12"
439
+ }), "#", /*#__PURE__*/React.createElement("circle", {
440
+ cx: "4",
441
+ cy: "4",
442
+ r: "2"
443
+ })));
444
+ };
445
+ var ThreadsIcon = _ref8 => {
446
+ var {
447
+ size = 24,
448
+ color = 'currentColor',
449
+ filled = false,
450
+ strokeWidth = 1
451
+ } = _ref8,
452
+ props = _objectWithoutPropertiesLoose(_ref8, _excluded8);
453
+ return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
454
+ size: size,
455
+ color: color
456
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({}, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
457
+ stroke: "none",
458
+ d: "M0 0h24v24H0z",
459
+ fill: "none"
460
+ }), /*#__PURE__*/React.createElement("path", {
461
+ d: "M19 7.5c-1.333 -3 -3.667 -4.5 -7 -4.5c-5 0 -8 2.5 -8 9s3.5 9 8 9s7 -3 7\n -5s-1 -5 -7 -5c-2.5 0 -3 1.25 -3 2.5c0 1.5 1 2.5 2.5 2.5c2.5 0 3.5 -1.5 \n 3.5 -5s-2 -4 -3 -4s-1.833 .333 -2.5 1"
462
+ })));
463
+ };
464
+ // Example Refactored Icon: MinusIcon without undefined 'padding' prop
465
+ var MinusIcon = _ref9 => {
466
+ var {
467
+ size = 24,
468
+ color = 'currentColor',
469
+ filled = false,
470
+ // Assuming minus can be filled; adjust as needed
471
+ strokeWidth = 1
472
+ } = _ref9,
473
+ props = _objectWithoutPropertiesLoose(_ref9, _excluded9);
474
+ return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
475
+ size: size,
476
+ color: color
477
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
478
+ viewBox: "0 0 24 24",
479
+ "aria-hidden": "true",
480
+ focusable: "false"
481
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
482
+ stroke: color,
483
+ x1: "8",
484
+ y1: "12",
485
+ x2: "16",
486
+ y2: "12"
487
+ })));
488
+ };
489
+ // Example Refactored Icon: InfoIcon with accessibility enhancements
490
+ var InfoIcon = _ref10 => {
491
+ var {
492
+ size = 24,
493
+ color = 'currentColor',
494
+ filled = false,
495
+ strokeWidth = 1
496
+ } = _ref10,
497
+ props = _objectWithoutPropertiesLoose(_ref10, _excluded10);
498
+ return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
499
+ size: size,
500
+ color: color
501
+ }, props, {
502
+ "aria-label": "Information"
503
+ }), /*#__PURE__*/React.createElement("svg", Object.assign({
504
+ viewBox: "0 0 24 24",
505
+ "aria-hidden": "false",
506
+ focusable: "false"
507
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
508
+ 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"
509
+ })));
510
+ };
511
+ var HeartIcon = _ref11 => {
512
+ var {
513
+ size = 24,
514
+ color = 'currentColor',
515
+ filled = true,
516
+ strokeWidth = 1
517
+ } = _ref11,
518
+ props = _objectWithoutPropertiesLoose(_ref11, _excluded11);
519
+ return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
520
+ size: size,
521
+ color: color
522
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
523
+ viewBox: "0 0 24 24",
524
+ "aria-hidden": "false",
525
+ focusable: "false"
526
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
354
527
  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"
355
528
  })));
356
529
  };
357
- var StarIcon = _ref5 => {
530
+ var StarIcon = _ref12 => {
358
531
  var {
359
532
  size = 24,
360
533
  color = 'currentColor',
361
534
  filled = true,
362
535
  strokeWidth = 1
363
- } = _ref5,
364
- props = _objectWithoutPropertiesLoose(_ref5, _excluded4);
536
+ } = _ref12,
537
+ props = _objectWithoutPropertiesLoose(_ref12, _excluded12);
365
538
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
366
539
  size: size,
367
540
  color: color
368
- }, props), /*#__PURE__*/React.createElement("svg", {
369
- xmlns: "http://www.w3.org/2000/svg",
541
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
370
542
  viewBox: "0 0 24 24",
371
- fill: filled ? color : 'none',
372
- stroke: filled ? 'none' : color,
373
- strokeWidth: strokeWidth,
374
- strokeLinecap: "round",
375
- strokeLinejoin: "round"
376
- }, /*#__PURE__*/React.createElement("polygon", {
543
+ "aria-hidden": "false",
544
+ focusable: "false"
545
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("polygon", {
377
546
  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"
378
547
  })));
379
548
  };
380
- var SaveIcon = _ref6 => {
549
+ var SaveIcon = _ref13 => {
381
550
  var {
382
551
  size = 24,
383
552
  color = 'currentColor',
384
553
  filled = false,
385
554
  strokeWidth = 1
386
- } = _ref6,
387
- props = _objectWithoutPropertiesLoose(_ref6, _excluded5);
555
+ } = _ref13,
556
+ props = _objectWithoutPropertiesLoose(_ref13, _excluded13);
388
557
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
389
558
  size: size,
390
559
  color: color
391
- }, props), /*#__PURE__*/React.createElement("svg", {
560
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
392
561
  viewBox: "0 0 24 24",
393
- fill: filled ? color : 'none',
394
- stroke: filled ? 'none' : color,
395
- strokeWidth: strokeWidth,
396
- strokeLinecap: "round",
397
- strokeLinejoin: "round"
398
- }, /*#__PURE__*/React.createElement("path", {
562
+ "aria-hidden": "false",
563
+ focusable: "false"
564
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
399
565
  d: "M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"
400
566
  }), /*#__PURE__*/React.createElement("polyline", {
401
567
  points: "17 21 17 13 7 13 7 21"
@@ -403,123 +569,110 @@ var SaveIcon = _ref6 => {
403
569
  points: "7 3 7 8 15 8"
404
570
  })));
405
571
  };
406
- var WarningIcon = _ref7 => {
572
+ var WarningIcon = _ref14 => {
407
573
  var {
408
574
  size = 24,
409
575
  color = 'currentColor',
410
576
  filled = false,
411
577
  strokeWidth = 1
412
- } = _ref7,
413
- props = _objectWithoutPropertiesLoose(_ref7, _excluded6);
578
+ } = _ref14,
579
+ props = _objectWithoutPropertiesLoose(_ref14, _excluded14);
414
580
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
415
581
  size: size,
416
582
  color: color
417
- }, props), /*#__PURE__*/React.createElement("svg", {
583
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
418
584
  viewBox: "0 0 24 24",
419
- fill: filled ? color : 'none',
420
- stroke: filled ? 'none' : color,
421
- strokeWidth: strokeWidth,
422
- strokeLinecap: "round",
423
- strokeLinejoin: "round"
424
- }, /*#__PURE__*/React.createElement("path", {
585
+ "aria-hidden": "false",
586
+ focusable: "false"
587
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
425
588
  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"
426
589
  }), /*#__PURE__*/React.createElement("line", {
590
+ stroke: color,
427
591
  x1: "12",
428
592
  y1: "6",
429
593
  x2: "12",
430
594
  y2: "13"
431
595
  }), /*#__PURE__*/React.createElement("line", {
596
+ stroke: color,
432
597
  x1: "12",
433
598
  y1: "15",
434
599
  x2: "12",
435
600
  y2: "15"
436
601
  })));
437
602
  };
438
- var BatteryIcon = _ref8 => {
603
+ var BatteryIcon = _ref15 => {
439
604
  var {
440
605
  size = 24,
441
606
  color = 'currentColor',
442
607
  filled = true,
443
608
  strokeWidth = 1
444
- } = _ref8,
445
- props = _objectWithoutPropertiesLoose(_ref8, _excluded7);
609
+ } = _ref15,
610
+ props = _objectWithoutPropertiesLoose(_ref15, _excluded15);
446
611
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
447
612
  size: size,
448
613
  color: color
449
- }, props), /*#__PURE__*/React.createElement("svg", {
614
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
450
615
  viewBox: "0 0 24 24",
451
- fill: filled ? color : 'none',
452
- stroke: filled ? 'none' : color,
453
- strokeWidth: strokeWidth,
454
- strokeLinecap: "round",
455
- strokeLinejoin: "round"
456
- }, /*#__PURE__*/React.createElement("path", {
616
+ "aria-hidden": "false",
617
+ focusable: "false"
618
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
457
619
  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"
458
620
  })));
459
621
  };
460
- var BookmarkIcon = _ref9 => {
622
+ var BookmarkIcon = _ref16 => {
461
623
  var {
462
624
  size = 24,
463
625
  color = 'currentColor',
464
626
  filled = false,
465
627
  strokeWidth = 1
466
- } = _ref9,
467
- props = _objectWithoutPropertiesLoose(_ref9, _excluded8);
628
+ } = _ref16,
629
+ props = _objectWithoutPropertiesLoose(_ref16, _excluded16);
468
630
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
469
631
  size: size,
470
632
  color: color
471
- }, props), /*#__PURE__*/React.createElement("svg", {
633
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
472
634
  viewBox: "0 0 24 24",
473
- fill: filled ? color : 'none',
474
- stroke: filled ? 'none' : color,
475
- strokeWidth: strokeWidth,
476
- strokeLinecap: "round",
477
- strokeLinejoin: "round"
478
- }, /*#__PURE__*/React.createElement("path", {
635
+ "aria-hidden": "false",
636
+ focusable: "false"
637
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
479
638
  d: "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z"
480
639
  })));
481
640
  };
482
- var CloudIcon = _ref10 => {
641
+ var CloudIcon = _ref17 => {
483
642
  var {
484
643
  size = 24,
485
644
  color = 'currentColor',
486
645
  filled = false,
487
646
  strokeWidth = 1
488
- } = _ref10,
489
- props = _objectWithoutPropertiesLoose(_ref10, _excluded9);
647
+ } = _ref17,
648
+ props = _objectWithoutPropertiesLoose(_ref17, _excluded17);
490
649
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
491
650
  size: size,
492
651
  color: color
493
- }, props), /*#__PURE__*/React.createElement("svg", {
652
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
494
653
  viewBox: "0 0 24 24",
495
- fill: filled ? color : 'none',
496
- stroke: filled ? 'none' : color,
497
- strokeWidth: strokeWidth,
498
- strokeLinecap: "round",
499
- strokeLinejoin: "round"
500
- }, /*#__PURE__*/React.createElement("path", {
654
+ "aria-hidden": "false",
655
+ focusable: "false"
656
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
501
657
  d: "M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z"
502
658
  })));
503
659
  };
504
- var CopyIcon = _ref11 => {
660
+ var CopyIcon = _ref18 => {
505
661
  var {
506
662
  size = 24,
507
663
  color = 'currentColor',
508
664
  filled = false,
509
665
  strokeWidth = 1
510
- } = _ref11,
511
- props = _objectWithoutPropertiesLoose(_ref11, _excluded10);
666
+ } = _ref18,
667
+ props = _objectWithoutPropertiesLoose(_ref18, _excluded18);
512
668
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
513
669
  size: size,
514
670
  color: color
515
- }, props), /*#__PURE__*/React.createElement("svg", {
671
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
516
672
  viewBox: "0 0 24 24",
517
- fill: filled ? color : 'none',
518
- stroke: filled ? 'none' : color,
519
- strokeWidth: strokeWidth,
520
- strokeLinecap: "round",
521
- strokeLinejoin: "round"
522
- }, /*#__PURE__*/React.createElement("rect", {
673
+ "aria-hidden": "false",
674
+ focusable: "false"
675
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("rect", {
523
676
  x: "9",
524
677
  y: "9",
525
678
  width: "13",
@@ -530,158 +683,146 @@ var CopyIcon = _ref11 => {
530
683
  d: "M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"
531
684
  })));
532
685
  };
533
- var DustBinIcon = _ref12 => {
686
+ var DustBinIcon = _ref19 => {
534
687
  var {
535
688
  size = 24,
536
689
  color = 'currentColor',
537
690
  filled = false,
538
691
  strokeWidth = 1
539
- } = _ref12,
540
- props = _objectWithoutPropertiesLoose(_ref12, _excluded11);
692
+ } = _ref19,
693
+ props = _objectWithoutPropertiesLoose(_ref19, _excluded19);
541
694
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
542
695
  size: size,
543
696
  color: color
544
- }, props), /*#__PURE__*/React.createElement("svg", {
697
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
545
698
  viewBox: "0 0 24 24",
546
- fill: filled ? color : 'none',
547
- stroke: filled ? 'none' : color,
548
- strokeWidth: strokeWidth,
549
- strokeLinecap: "round",
550
- strokeLinejoin: "round"
551
- }, /*#__PURE__*/React.createElement("path", {
699
+ "aria-hidden": "false",
700
+ focusable: "false"
701
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
552
702
  d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"
553
703
  })));
554
704
  };
555
- var EditIcon = _ref13 => {
705
+ var EditIcon = _ref20 => {
556
706
  var {
557
707
  size = 24,
558
708
  color = 'currentColor',
559
709
  filled = false,
560
710
  strokeWidth = 1
561
- } = _ref13,
562
- props = _objectWithoutPropertiesLoose(_ref13, _excluded12);
711
+ } = _ref20,
712
+ props = _objectWithoutPropertiesLoose(_ref20, _excluded20);
563
713
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
564
714
  size: size,
565
715
  color: color
566
- }, props), /*#__PURE__*/React.createElement("svg", {
716
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
567
717
  viewBox: "0 0 24 24",
568
- fill: filled ? color : 'none',
569
- stroke: filled ? 'none' : color,
570
- strokeWidth: strokeWidth,
571
- strokeLinecap: "round",
572
- strokeLinejoin: "round"
573
- }, /*#__PURE__*/React.createElement("path", {
718
+ "aria-hidden": "false",
719
+ focusable: "false"
720
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
574
721
  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"
575
722
  })));
576
723
  };
577
- var ErrorIcon = _ref14 => {
724
+ var ErrorIcon = _ref21 => {
578
725
  var {
579
726
  size = 24,
580
727
  color = 'currentColor',
581
- filled = true,
582
- strokeWidth = 1
583
- } = _ref14,
584
- props = _objectWithoutPropertiesLoose(_ref14, _excluded13);
728
+ strokeWidth = 1,
729
+ filled = true
730
+ } = _ref21,
731
+ props = _objectWithoutPropertiesLoose(_ref21, _excluded21);
585
732
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
586
733
  size: size,
587
734
  color: color
588
- }, props), /*#__PURE__*/React.createElement("svg", {
735
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
589
736
  viewBox: "0 0 24 24",
590
- fill: filled ? 'currentColor' : 'none',
591
- stroke: filled ? 'white' : 'currentColor',
592
- strokeWidth: strokeWidth,
593
- strokeLinecap: "round",
594
- strokeLinejoin: "round"
595
- }, /*#__PURE__*/React.createElement("circle", {
737
+ "aria-hidden": "false",
738
+ focusable: "false"
739
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("circle", {
596
740
  cx: "12",
597
741
  cy: "12",
598
742
  r: "10"
599
743
  }), /*#__PURE__*/React.createElement("line", {
600
- fill: filled ? 'currentColor' : 'none',
601
744
  x1: "15",
602
745
  y1: "9",
603
746
  x2: "9",
604
- y2: "15"
747
+ y2: "15",
748
+ stroke: filled ? 'white' : color
605
749
  }), /*#__PURE__*/React.createElement("line", {
606
- fill: filled ? 'currentColor' : 'none',
607
750
  x1: "9",
608
751
  y1: "9",
609
752
  x2: "15",
610
- y2: "15"
753
+ y2: "15",
754
+ stroke: filled ? 'white' : color
611
755
  })));
612
756
  };
613
- var DownloadIcon = _ref15 => {
757
+ var DownloadIcon = _ref22 => {
614
758
  var {
615
759
  size = 24,
616
760
  color = 'currentColor',
617
761
  filled = true,
618
762
  strokeWidth = 1
619
- } = _ref15,
620
- props = _objectWithoutPropertiesLoose(_ref15, _excluded14);
763
+ } = _ref22,
764
+ props = _objectWithoutPropertiesLoose(_ref22, _excluded22);
621
765
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
622
766
  size: size,
623
767
  color: color
624
- }, props), /*#__PURE__*/React.createElement("svg", {
768
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
625
769
  viewBox: "0 0 24 24",
626
- fill: filled ? color : 'none',
627
- stroke: filled ? 'none' : color,
628
- strokeWidth: strokeWidth,
629
- strokeLinecap: "round",
630
- strokeLinejoin: "round"
631
- }, /*#__PURE__*/React.createElement("path", {
770
+ "aria-hidden": "false",
771
+ focusable: "false"
772
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
632
773
  d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
633
774
  })));
634
775
  };
635
- var MenuIcon = _ref16 => {
776
+ var MenuIcon = _ref23 => {
636
777
  var {
637
778
  size = 24,
638
- color = 'currentColor'
639
- } = _ref16,
640
- props = _objectWithoutPropertiesLoose(_ref16, _excluded15);
779
+ color = 'currentColor',
780
+ strokeWidth = 1
781
+ } = _ref23,
782
+ props = _objectWithoutPropertiesLoose(_ref23, _excluded23);
641
783
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
642
784
  size: size,
643
785
  color: color
644
- }, props), /*#__PURE__*/React.createElement("svg", {
786
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
645
787
  viewBox: "0 0 24 24",
646
- fill: "none",
647
- stroke: "currentColor",
648
- strokeWidth: "1",
649
- strokeLinecap: "round",
650
- strokeLinejoin: "round"
651
- }, /*#__PURE__*/React.createElement("line", {
788
+ "aria-hidden": "false",
789
+ focusable: "false"
790
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
791
+ stroke: color,
652
792
  x1: "3",
653
793
  y1: "12",
654
794
  x2: "21",
655
795
  y2: "12"
656
796
  }), /*#__PURE__*/React.createElement("line", {
797
+ stroke: color,
657
798
  x1: "3",
658
799
  y1: "6",
659
800
  x2: "21",
660
801
  y2: "6"
661
802
  }), /*#__PURE__*/React.createElement("line", {
803
+ stroke: color,
662
804
  x1: "3",
663
805
  y1: "18",
664
806
  x2: "21",
665
807
  y2: "18"
666
808
  })));
667
809
  };
668
- var ShareIcon = _ref17 => {
810
+ var ShareIcon = _ref24 => {
669
811
  var {
670
812
  size = 24,
671
- color = 'currentColor'
672
- } = _ref17,
673
- props = _objectWithoutPropertiesLoose(_ref17, _excluded16);
813
+ color = 'currentColor',
814
+ filled = false,
815
+ strokeWidth = 1
816
+ } = _ref24,
817
+ props = _objectWithoutPropertiesLoose(_ref24, _excluded24);
674
818
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
675
819
  size: size,
676
820
  color: color
677
- }, props), /*#__PURE__*/React.createElement("svg", {
821
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
678
822
  viewBox: "0 0 24 24",
679
- fill: "none",
680
- stroke: "currentColor",
681
- strokeWidth: "1",
682
- strokeLinecap: "round",
683
- strokeLinejoin: "round"
684
- }, /*#__PURE__*/React.createElement("circle", {
823
+ "aria-hidden": "false",
824
+ focusable: "false"
825
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("circle", {
685
826
  cx: "18",
686
827
  cy: "5",
687
828
  r: "3"
@@ -694,45 +835,47 @@ var ShareIcon = _ref17 => {
694
835
  cy: "19",
695
836
  r: "3"
696
837
  }), /*#__PURE__*/React.createElement("line", {
838
+ stroke: color,
697
839
  x1: "8.59",
698
840
  y1: "13.51",
699
841
  x2: "15.42",
700
842
  y2: "17.49"
701
843
  }), /*#__PURE__*/React.createElement("line", {
844
+ stroke: color,
702
845
  x1: "15.41",
703
846
  y1: "6.51",
704
847
  x2: "8.59",
705
848
  y2: "10.49"
706
849
  })));
707
850
  };
708
- var RefreshIcon = _ref18 => {
851
+ var RefreshIcon = _ref25 => {
709
852
  var {
710
853
  size = 24,
711
- color = 'currentColor'
712
- } = _ref18,
713
- props = _objectWithoutPropertiesLoose(_ref18, _excluded17);
854
+ color = 'currentColor',
855
+ strokeWidth = 1
856
+ } = _ref25,
857
+ props = _objectWithoutPropertiesLoose(_ref25, _excluded25);
714
858
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
715
859
  size: size,
716
860
  color: color
717
- }, props), /*#__PURE__*/React.createElement("svg", {
861
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
718
862
  viewBox: "0 0 24 24",
719
- fill: "none",
720
- stroke: "currentColor",
721
- strokeWidth: "1",
722
- strokeLinecap: "round",
723
- strokeLinejoin: "round"
724
- }, /*#__PURE__*/React.createElement("polyline", {
863
+ "aria-hidden": "false",
864
+ focusable: "false"
865
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("polyline", {
725
866
  points: "23 4 23 10 17 10"
726
867
  }), /*#__PURE__*/React.createElement("path", {
727
868
  d: "M20.49 15a9 9 0 1 1-2.13-9.36L23 10"
728
869
  })));
729
870
  };
730
- var PrintIcon = _ref19 => {
871
+ var PrintIcon = _ref26 => {
731
872
  var {
732
873
  size = 24,
733
- color = 'currentColor'
734
- } = _ref19,
735
- props = _objectWithoutPropertiesLoose(_ref19, _excluded18);
874
+ color = 'currentColor',
875
+ filled = true,
876
+ strokeWidth = 1
877
+ } = _ref26,
878
+ props = _objectWithoutPropertiesLoose(_ref26, _excluded26);
736
879
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
737
880
  size: size,
738
881
  color: color
@@ -745,155 +888,149 @@ var PrintIcon = _ref19 => {
745
888
  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"
746
889
  })));
747
890
  };
748
- var PanelIcon = _ref20 => {
891
+ var PanelIcon = _ref27 => {
749
892
  var {
750
893
  size = 24,
751
- color = 'currentColor'
752
- } = _ref20,
753
- props = _objectWithoutPropertiesLoose(_ref20, _excluded19);
894
+ color = 'currentColor',
895
+ strokeWidth = 1
896
+ } = _ref27,
897
+ props = _objectWithoutPropertiesLoose(_ref27, _excluded27);
754
898
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
755
899
  size: size,
756
900
  color: color
757
- }, props), /*#__PURE__*/React.createElement("svg", {
758
- xmlns: "http://www.w3.org/2000/svg",
901
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
759
902
  viewBox: "0 0 24 24",
760
- fill: "none",
761
- stroke: "currentColor",
762
- strokeWidth: "1",
763
- strokeLinecap: "round",
764
- strokeLinejoin: "round"
765
- }, /*#__PURE__*/React.createElement("line", {
903
+ "aria-hidden": "false",
904
+ focusable: "false"
905
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
906
+ stroke: color,
766
907
  x1: "4",
767
908
  y1: "21",
768
909
  x2: "4",
769
910
  y2: "14"
770
911
  }), /*#__PURE__*/React.createElement("line", {
912
+ stroke: color,
771
913
  x1: "4",
772
914
  y1: "10",
773
915
  x2: "4",
774
916
  y2: "3"
775
917
  }), /*#__PURE__*/React.createElement("line", {
918
+ stroke: color,
776
919
  x1: "12",
777
920
  y1: "21",
778
921
  x2: "12",
779
922
  y2: "12"
780
923
  }), /*#__PURE__*/React.createElement("line", {
924
+ stroke: color,
781
925
  x1: "12",
782
926
  y1: "8",
783
927
  x2: "12",
784
928
  y2: "3"
785
929
  }), /*#__PURE__*/React.createElement("line", {
930
+ stroke: color,
786
931
  x1: "20",
787
932
  y1: "21",
788
933
  x2: "20",
789
934
  y2: "16"
790
935
  }), /*#__PURE__*/React.createElement("line", {
936
+ stroke: color,
791
937
  x1: "20",
792
938
  y1: "12",
793
939
  x2: "20",
794
940
  y2: "3"
795
941
  }), /*#__PURE__*/React.createElement("line", {
942
+ stroke: color,
796
943
  x1: "1",
797
944
  y1: "14",
798
945
  x2: "7",
799
946
  y2: "14"
800
947
  }), /*#__PURE__*/React.createElement("line", {
948
+ stroke: color,
801
949
  x1: "9",
802
950
  y1: "8",
803
951
  x2: "15",
804
952
  y2: "8"
805
953
  }), /*#__PURE__*/React.createElement("line", {
954
+ stroke: color,
806
955
  x1: "17",
807
956
  y1: "16",
808
957
  x2: "23",
809
958
  y2: "16"
810
959
  })));
811
960
  };
812
- var FilterIcon = _ref21 => {
961
+ var FilterIcon = _ref28 => {
813
962
  var {
814
963
  size = 24,
815
964
  color = 'currentColor',
816
965
  filled = false,
817
966
  strokeWidth = 1
818
- } = _ref21,
819
- props = _objectWithoutPropertiesLoose(_ref21, _excluded20);
967
+ } = _ref28,
968
+ props = _objectWithoutPropertiesLoose(_ref28, _excluded28);
820
969
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
821
970
  size: size,
822
971
  color: color
823
- }, props), /*#__PURE__*/React.createElement("svg", {
972
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
824
973
  viewBox: "0 0 24 24",
825
- fill: filled ? color : 'none',
826
- stroke: filled ? 'none' : color,
827
- strokeWidth: strokeWidth,
828
- strokeLinecap: "round",
829
- strokeLinejoin: "round"
830
- }, /*#__PURE__*/React.createElement("path", {
974
+ "aria-hidden": "false",
975
+ focusable: "false"
976
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
831
977
  d: "M3 4h18l-7 10v5l-4 2v-7L3 4z"
832
978
  })));
833
979
  };
834
- var HomeIcon = _ref22 => {
980
+ var HomeIcon = _ref29 => {
835
981
  var {
836
982
  size = 24,
837
983
  color = 'currentColor',
838
984
  filled = true,
839
985
  strokeWidth = 1
840
- } = _ref22,
841
- props = _objectWithoutPropertiesLoose(_ref22, _excluded21);
986
+ } = _ref29,
987
+ props = _objectWithoutPropertiesLoose(_ref29, _excluded29);
842
988
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
843
989
  size: size,
844
990
  color: color
845
- }, props), /*#__PURE__*/React.createElement("svg", {
991
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
846
992
  viewBox: "0 0 24 24",
847
- fill: filled ? color : 'none',
848
- stroke: filled ? 'none' : color,
849
- strokeWidth: strokeWidth,
850
- strokeLinecap: "round",
851
- strokeLinejoin: "round"
852
- }, /*#__PURE__*/React.createElement("path", {
993
+ "aria-hidden": "false",
994
+ focusable: "false"
995
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
853
996
  d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z"
854
997
  })));
855
998
  };
856
- var LocationIcon = _ref23 => {
999
+ var LocationIcon = _ref30 => {
857
1000
  var {
858
1001
  size = 24,
859
1002
  color = 'currentColor',
860
1003
  filled = true,
861
1004
  strokeWidth = 1
862
- } = _ref23,
863
- props = _objectWithoutPropertiesLoose(_ref23, _excluded22);
1005
+ } = _ref30,
1006
+ props = _objectWithoutPropertiesLoose(_ref30, _excluded30);
864
1007
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
865
1008
  size: size,
866
1009
  color: color
867
- }, props), /*#__PURE__*/React.createElement("svg", {
1010
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
868
1011
  viewBox: "0 0 24 24",
869
- fill: filled ? color : 'none',
870
- stroke: filled ? 'none' : color,
871
- strokeWidth: strokeWidth,
872
- strokeLinecap: "round",
873
- strokeLinejoin: "round"
874
- }, /*#__PURE__*/React.createElement("path", {
1012
+ "aria-hidden": "false",
1013
+ focusable: "false"
1014
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
875
1015
  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"
876
1016
  })));
877
1017
  };
878
- var LockIcon = _ref24 => {
1018
+ var LockIcon = _ref31 => {
879
1019
  var {
880
1020
  size = 24,
881
1021
  color = 'currentColor',
882
1022
  filled = false,
883
1023
  strokeWidth = 1
884
- } = _ref24,
885
- props = _objectWithoutPropertiesLoose(_ref24, _excluded23);
1024
+ } = _ref31,
1025
+ props = _objectWithoutPropertiesLoose(_ref31, _excluded31);
886
1026
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
887
1027
  size: size,
888
1028
  color: color
889
- }, props), /*#__PURE__*/React.createElement("svg", {
1029
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
890
1030
  viewBox: "0 0 24 24",
891
- fill: filled ? color : 'none',
892
- stroke: filled ? 'none' : color,
893
- strokeWidth: strokeWidth,
894
- strokeLinecap: "round",
895
- strokeLinejoin: "round"
896
- }, /*#__PURE__*/React.createElement("rect", {
1031
+ "aria-hidden": "false",
1032
+ focusable: "false"
1033
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("rect", {
897
1034
  x: "3",
898
1035
  y: "11",
899
1036
  width: "18",
@@ -904,214 +1041,190 @@ var LockIcon = _ref24 => {
904
1041
  d: "M7 11V7a5 5 0 0 1 10 0v4"
905
1042
  })));
906
1043
  };
907
- var MicrophoneIcon = _ref25 => {
1044
+ var MicrophoneIcon = _ref32 => {
908
1045
  var {
909
1046
  size = 24,
910
1047
  color = 'currentColor',
911
1048
  filled = false,
912
1049
  strokeWidth = 1
913
- } = _ref25,
914
- props = _objectWithoutPropertiesLoose(_ref25, _excluded24);
915
- return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
916
- size: size,
917
- color: color
918
- }, props), /*#__PURE__*/React.createElement("svg", {
919
- viewBox: "0 0 24 24",
920
- fill: filled ? color : 'none',
921
- stroke: filled ? 'none' : color,
922
- strokeWidth: strokeWidth,
923
- strokeLinecap: "round",
924
- strokeLinejoin: "round"
925
- }, /*#__PURE__*/React.createElement("path", {
1050
+ } = _ref32,
1051
+ props = _objectWithoutPropertiesLoose(_ref32, _excluded32);
1052
+ return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1053
+ size: size,
1054
+ color: color
1055
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1056
+ viewBox: "0 0 24 24",
1057
+ "aria-hidden": "false",
1058
+ focusable: "false"
1059
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
926
1060
  d: "M12 1a4 4 0 0 0-4 4v6a4 4 0 0 0 8 0V5a4 4 0 0 0-4-4z"
927
1061
  }), /*#__PURE__*/React.createElement("path", {
928
1062
  d: "M19 10v2a7 7 0 0 1-14 0v-2"
929
1063
  }), /*#__PURE__*/React.createElement("line", {
1064
+ stroke: color,
930
1065
  x1: "12",
931
1066
  y1: "19",
932
1067
  x2: "12",
933
1068
  y2: "23"
934
1069
  }), /*#__PURE__*/React.createElement("line", {
1070
+ stroke: color,
935
1071
  x1: "8",
936
1072
  y1: "23",
937
1073
  x2: "16",
938
1074
  y2: "23"
939
1075
  })));
940
1076
  };
941
- var MoonIcon = _ref26 => {
1077
+ var MoonIcon = _ref33 => {
942
1078
  var {
943
1079
  size = 24,
944
1080
  color = 'currentColor',
945
- filled = false,
1081
+ filled = true,
946
1082
  strokeWidth = 1
947
- } = _ref26,
948
- props = _objectWithoutPropertiesLoose(_ref26, _excluded25);
1083
+ } = _ref33,
1084
+ props = _objectWithoutPropertiesLoose(_ref33, _excluded33);
949
1085
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
950
1086
  size: size,
951
1087
  color: color
952
- }, props), /*#__PURE__*/React.createElement("svg", {
1088
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
953
1089
  viewBox: "0 0 24 24",
954
- fill: filled ? color : 'none',
955
- stroke: filled ? 'none' : color,
956
- strokeWidth: strokeWidth,
957
- strokeLinecap: "round",
958
- strokeLinejoin: "round"
959
- }, /*#__PURE__*/React.createElement("path", {
1090
+ "aria-hidden": "false",
1091
+ focusable: "false"
1092
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
960
1093
  d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
961
1094
  })));
962
1095
  };
963
- var NotificationIcon = _ref27 => {
1096
+ var NotificationIcon = _ref34 => {
964
1097
  var {
965
1098
  size = 24,
966
1099
  color = 'currentColor',
967
1100
  filled = false,
968
1101
  strokeWidth = 1
969
- } = _ref27,
970
- props = _objectWithoutPropertiesLoose(_ref27, _excluded26);
1102
+ } = _ref34,
1103
+ props = _objectWithoutPropertiesLoose(_ref34, _excluded34);
971
1104
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
972
1105
  size: size,
973
1106
  color: color
974
- }, props), /*#__PURE__*/React.createElement("svg", {
1107
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
975
1108
  viewBox: "0 0 24 24",
976
- fill: filled ? color : 'none',
977
- stroke: filled ? 'none' : color,
978
- strokeWidth: strokeWidth,
979
- strokeLinecap: "round",
980
- strokeLinejoin: "round"
981
- }, /*#__PURE__*/React.createElement("path", {
1109
+ "aria-hidden": "false",
1110
+ focusable: "false"
1111
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
982
1112
  d: "M18 8a6 6 0 0 0-12 0c0 7-3 9-3 9h18s-3-2-3-9"
983
1113
  }), /*#__PURE__*/React.createElement("path", {
984
1114
  d: "M13.73 21a2 2 0 0 1-3.46 0"
985
1115
  })));
986
1116
  };
987
- var OpenEyeIcon = _ref28 => {
1117
+ var OpenEyeIcon = _ref35 => {
988
1118
  var {
989
1119
  size = 24,
990
1120
  color = 'currentColor',
991
1121
  filled = true,
992
1122
  strokeWidth = 1
993
- } = _ref28,
994
- props = _objectWithoutPropertiesLoose(_ref28, _excluded27);
1123
+ } = _ref35,
1124
+ props = _objectWithoutPropertiesLoose(_ref35, _excluded35);
995
1125
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
996
1126
  size: size,
997
1127
  color: color
998
- }, props), /*#__PURE__*/React.createElement("svg", {
1128
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
999
1129
  viewBox: "0 0 24 24",
1000
- fill: filled ? color : 'none',
1001
- stroke: filled ? 'none' : color,
1002
- strokeWidth: strokeWidth,
1003
- strokeLinecap: "round",
1004
- strokeLinejoin: "round"
1005
- }, /*#__PURE__*/React.createElement("path", {
1130
+ "aria-hidden": "false",
1131
+ focusable: "false"
1132
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1006
1133
  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"
1007
1134
  })));
1008
1135
  };
1009
- var ProfileIcon = _ref29 => {
1136
+ var ProfileIcon = _ref36 => {
1010
1137
  var {
1011
1138
  size = 24,
1012
1139
  color = 'currentColor',
1013
1140
  filled = true,
1014
1141
  strokeWidth = 1
1015
- } = _ref29,
1016
- props = _objectWithoutPropertiesLoose(_ref29, _excluded28);
1142
+ } = _ref36,
1143
+ props = _objectWithoutPropertiesLoose(_ref36, _excluded36);
1017
1144
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1018
1145
  size: size,
1019
1146
  color: color
1020
- }, props), /*#__PURE__*/React.createElement("svg", {
1147
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1021
1148
  viewBox: "0 0 24 24",
1022
- fill: filled ? color : 'none',
1023
- stroke: filled ? 'none' : color,
1024
- strokeWidth: strokeWidth,
1025
- strokeLinecap: "round",
1026
- strokeLinejoin: "round"
1027
- }, /*#__PURE__*/React.createElement("path", {
1149
+ "aria-hidden": "false",
1150
+ focusable: "false"
1151
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1028
1152
  fill: filled ? color : 'none',
1029
1153
  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"
1030
1154
  }), ' '));
1031
1155
  };
1032
- var SettingsIcon = _ref30 => {
1156
+ var SettingsIcon = _ref37 => {
1033
1157
  var {
1034
1158
  size = 24,
1035
1159
  color = 'currentColor',
1036
1160
  filled = false,
1037
1161
  strokeWidth = 1
1038
- } = _ref30,
1039
- props = _objectWithoutPropertiesLoose(_ref30, _excluded29);
1162
+ } = _ref37,
1163
+ props = _objectWithoutPropertiesLoose(_ref37, _excluded37);
1040
1164
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1041
1165
  size: size,
1042
1166
  color: color
1043
- }, props), /*#__PURE__*/React.createElement("svg", {
1167
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1044
1168
  viewBox: "0 0 24 24",
1045
- fill: filled ? color : 'none',
1046
- stroke: filled ? 'none' : color,
1047
- strokeWidth: strokeWidth,
1048
- strokeLinecap: "round",
1049
- strokeLinejoin: "round"
1050
- }, /*#__PURE__*/React.createElement("path", {
1169
+ "aria-hidden": "false",
1170
+ focusable: "false"
1171
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1051
1172
  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"
1052
1173
  })));
1053
1174
  };
1054
- var SuccessIcon = _ref31 => {
1175
+ var SuccessIcon = _ref38 => {
1055
1176
  var {
1056
1177
  size = 24,
1057
1178
  color = 'currentColor',
1058
1179
  filled = true,
1059
1180
  strokeWidth = 1
1060
- } = _ref31,
1061
- props = _objectWithoutPropertiesLoose(_ref31, _excluded30);
1181
+ } = _ref38,
1182
+ props = _objectWithoutPropertiesLoose(_ref38, _excluded38);
1062
1183
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1063
1184
  size: size,
1064
1185
  color: color
1065
- }, props), /*#__PURE__*/React.createElement("svg", {
1186
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1066
1187
  viewBox: "0 0 24 24",
1067
- fill: filled ? color : 'none',
1068
- stroke: filled ? 'none' : color,
1069
- strokeWidth: strokeWidth,
1070
- strokeLinecap: "round",
1071
- strokeLinejoin: "round"
1072
- }, /*#__PURE__*/React.createElement("path", {
1188
+ "aria-hidden": "false",
1189
+ focusable: "false"
1190
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1073
1191
  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"
1074
1192
  })));
1075
1193
  };
1076
- var UnLikeIcon = _ref32 => {
1194
+ var UnLikeIcon = _ref39 => {
1077
1195
  var {
1078
1196
  size = 24,
1079
1197
  color = 'currentColor',
1080
1198
  filled = true,
1081
1199
  strokeWidth = 1
1082
- } = _ref32,
1083
- props = _objectWithoutPropertiesLoose(_ref32, _excluded31);
1200
+ } = _ref39,
1201
+ props = _objectWithoutPropertiesLoose(_ref39, _excluded39);
1084
1202
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1085
1203
  size: size,
1086
1204
  color: color
1087
- }, props), /*#__PURE__*/React.createElement("svg", {
1205
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1088
1206
  viewBox: "0 0 24 24",
1089
- fill: filled ? color : 'none',
1090
- stroke: filled ? 'none' : color,
1091
- strokeWidth: strokeWidth,
1092
- strokeLinecap: "round",
1093
- strokeLinejoin: "round"
1094
- }, /*#__PURE__*/React.createElement("path", {
1207
+ "aria-hidden": "false",
1208
+ focusable: "false"
1209
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1095
1210
  d: "M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v2c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2zm4 0v12h4V3h-4z"
1096
1211
  })));
1097
1212
  };
1098
- var ClockIcon = _ref33 => {
1213
+ var ClockIcon = _ref40 => {
1099
1214
  var {
1100
1215
  size = 24,
1101
- color = 'currentColor'
1102
- } = _ref33,
1103
- props = _objectWithoutPropertiesLoose(_ref33, _excluded32);
1216
+ color = 'currentColor',
1217
+ strokeWidth = 1
1218
+ } = _ref40,
1219
+ props = _objectWithoutPropertiesLoose(_ref40, _excluded40);
1104
1220
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1105
1221
  size: size,
1106
1222
  color: color
1107
- }, props), /*#__PURE__*/React.createElement("svg", {
1223
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1108
1224
  viewBox: "0 0 24 24",
1109
- fill: "none",
1110
- stroke: "currentColor",
1111
- strokeWidth: "1",
1112
- strokeLinecap: "round",
1113
- strokeLinejoin: "round"
1114
- }, /*#__PURE__*/React.createElement("circle", {
1225
+ "aria-hidden": "false",
1226
+ focusable: "false"
1227
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("circle", {
1115
1228
  cx: "12",
1116
1229
  cy: "12",
1117
1230
  r: "10"
@@ -1119,23 +1232,21 @@ var ClockIcon = _ref33 => {
1119
1232
  points: "12 6 12 12 16 14"
1120
1233
  })));
1121
1234
  };
1122
- var CameraIcon = _ref34 => {
1235
+ var CameraIcon = _ref41 => {
1123
1236
  var {
1124
1237
  size = 24,
1125
- color = 'currentColor'
1126
- } = _ref34,
1127
- props = _objectWithoutPropertiesLoose(_ref34, _excluded33);
1238
+ color = 'currentColor',
1239
+ strokeWidth = 1
1240
+ } = _ref41,
1241
+ props = _objectWithoutPropertiesLoose(_ref41, _excluded41);
1128
1242
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1129
1243
  size: size,
1130
1244
  color: color
1131
- }, props), /*#__PURE__*/React.createElement("svg", {
1245
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1132
1246
  viewBox: "0 0 24 24",
1133
- fill: "none",
1134
- stroke: "currentColor",
1135
- strokeWidth: "1",
1136
- strokeLinecap: "round",
1137
- strokeLinejoin: "round"
1138
- }, /*#__PURE__*/React.createElement("path", {
1247
+ "aria-hidden": "false",
1248
+ focusable: "false"
1249
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1139
1250
  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"
1140
1251
  }), /*#__PURE__*/React.createElement("circle", {
1141
1252
  cx: "12",
@@ -1143,63 +1254,60 @@ var CameraIcon = _ref34 => {
1143
1254
  r: "4"
1144
1255
  })));
1145
1256
  };
1146
- var BluetoothIcon = _ref35 => {
1257
+ var BluetoothIcon = _ref42 => {
1147
1258
  var {
1148
1259
  size = 24,
1149
- color = 'currentColor'
1150
- } = _ref35,
1151
- props = _objectWithoutPropertiesLoose(_ref35, _excluded34);
1260
+ color = 'currentColor',
1261
+ filled = true,
1262
+ strokeWidth = 1
1263
+ } = _ref42,
1264
+ props = _objectWithoutPropertiesLoose(_ref42, _excluded42);
1152
1265
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1153
1266
  size: size,
1154
1267
  color: color
1155
- }, props), /*#__PURE__*/React.createElement("svg", {
1268
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1156
1269
  viewBox: "0 0 24 24",
1157
- fill: 'currentColor'
1158
- }, /*#__PURE__*/React.createElement("path", {
1270
+ "aria-hidden": "false",
1271
+ focusable: "false"
1272
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1159
1273
  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"
1160
1274
  })));
1161
1275
  };
1162
- var LikeIcon = _ref36 => {
1276
+ var LikeIcon = _ref43 => {
1163
1277
  var {
1164
1278
  size = 24,
1165
1279
  color = 'currentColor',
1166
1280
  filled = true,
1167
1281
  strokeWidth = 1
1168
- } = _ref36,
1169
- props = _objectWithoutPropertiesLoose(_ref36, _excluded35);
1282
+ } = _ref43,
1283
+ props = _objectWithoutPropertiesLoose(_ref43, _excluded43);
1170
1284
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1171
1285
  size: size,
1172
1286
  color: color
1173
- }, props), /*#__PURE__*/React.createElement("svg", {
1287
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1174
1288
  viewBox: "0 0 24 24",
1175
- fill: filled ? color : 'none',
1176
- stroke: filled ? 'none' : color,
1177
- strokeWidth: strokeWidth,
1178
- strokeLinecap: "round",
1179
- strokeLinejoin: "round"
1180
- }, /*#__PURE__*/React.createElement("path", {
1289
+ "aria-hidden": "false",
1290
+ focusable: "false"
1291
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1181
1292
  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"
1182
1293
  })));
1183
1294
  };
1184
- var UnlockIcon = _ref37 => {
1295
+ var UnlockIcon = _ref44 => {
1185
1296
  var {
1186
1297
  size = 24,
1187
1298
  color = 'currentColor',
1188
1299
  filled = false,
1189
1300
  strokeWidth = 1
1190
- } = _ref37,
1191
- props = _objectWithoutPropertiesLoose(_ref37, _excluded36);
1301
+ } = _ref44,
1302
+ props = _objectWithoutPropertiesLoose(_ref44, _excluded44);
1192
1303
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1193
1304
  size: size,
1194
1305
  color: color
1195
- }, props), /*#__PURE__*/React.createElement("svg", {
1306
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1196
1307
  viewBox: "0 0 24 24",
1197
- fill: filled ? color : 'none',
1198
- stroke: filled ? 'none' : color,
1199
- strokeWidth: strokeWidth,
1200
- strokeLinecap: "round",
1201
- strokeLinejoin: "round"
1202
- }, /*#__PURE__*/React.createElement("rect", {
1308
+ "aria-hidden": "false",
1309
+ focusable: "false"
1310
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("rect", {
1203
1311
  x: "3",
1204
1312
  y: "11",
1205
1313
  width: "18",
@@ -1210,47 +1318,41 @@ var UnlockIcon = _ref37 => {
1210
1318
  d: "M7 11V7a5 5 0 0 1 9.9-1"
1211
1319
  })));
1212
1320
  };
1213
- var WifiIcon = _ref38 => {
1321
+ var WifiIcon = _ref45 => {
1214
1322
  var {
1215
1323
  size = 24,
1216
1324
  color = 'currentColor',
1217
1325
  filled = false,
1218
1326
  strokeWidth = 1
1219
- } = _ref38,
1220
- props = _objectWithoutPropertiesLoose(_ref38, _excluded37);
1327
+ } = _ref45,
1328
+ props = _objectWithoutPropertiesLoose(_ref45, _excluded45);
1221
1329
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1222
1330
  size: size,
1223
1331
  color: color
1224
- }, props), /*#__PURE__*/React.createElement("svg", {
1332
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1225
1333
  viewBox: "0 0 24 24",
1226
- fill: filled ? color : 'none',
1227
- stroke: filled ? 'none' : color,
1228
- strokeWidth: strokeWidth,
1229
- strokeLinecap: "round",
1230
- strokeLinejoin: "round"
1231
- }, /*#__PURE__*/React.createElement("path", {
1334
+ "aria-hidden": "false",
1335
+ focusable: "false"
1336
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1232
1337
  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"
1233
1338
  })));
1234
1339
  };
1235
- var UploadIcon = _ref39 => {
1340
+ var UploadIcon = _ref46 => {
1236
1341
  var {
1237
1342
  size = 24,
1238
1343
  color = 'currentColor',
1239
1344
  filled = false,
1240
1345
  strokeWidth = 1
1241
- } = _ref39,
1242
- props = _objectWithoutPropertiesLoose(_ref39, _excluded38);
1346
+ } = _ref46,
1347
+ props = _objectWithoutPropertiesLoose(_ref46, _excluded46);
1243
1348
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1244
1349
  size: size,
1245
1350
  color: color
1246
- }, props), /*#__PURE__*/React.createElement("svg", {
1351
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1247
1352
  viewBox: "0 0 24 24",
1248
- fill: filled ? color : 'none',
1249
- stroke: filled ? 'none' : color,
1250
- strokeWidth: strokeWidth,
1251
- strokeLinecap: "round",
1252
- strokeLinejoin: "round"
1253
- }, /*#__PURE__*/React.createElement("path", {
1353
+ "aria-hidden": "false",
1354
+ focusable: "false"
1355
+ }, getSvgProps(filled, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1254
1356
  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"
1255
1357
  }), /*#__PURE__*/React.createElement("path", {
1256
1358
  d: "M9 15l3 -3l3 3"
@@ -1258,163 +1360,150 @@ var UploadIcon = _ref39 => {
1258
1360
  d: "M12 12l0 9"
1259
1361
  })));
1260
1362
  };
1261
- var SearchIcon = _ref40 => {
1363
+ var SearchIcon = _ref47 => {
1262
1364
  var {
1263
1365
  size = 24,
1264
- color = 'currentColor'
1265
- } = _ref40,
1266
- props = _objectWithoutPropertiesLoose(_ref40, _excluded39);
1366
+ color = 'currentColor',
1367
+ filled = true,
1368
+ strokeWidth = 1
1369
+ } = _ref47,
1370
+ props = _objectWithoutPropertiesLoose(_ref47, _excluded47);
1267
1371
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1268
1372
  size: size,
1269
1373
  color: color
1270
- }, props), /*#__PURE__*/React.createElement("svg", {
1374
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1271
1375
  viewBox: "0 0 24 24",
1272
- fill: 'currentColor'
1273
- }, /*#__PURE__*/React.createElement("path", {
1376
+ "aria-hidden": "false",
1377
+ focusable: "false"
1378
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1274
1379
  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"
1275
1380
  })));
1276
1381
  };
1277
- var CloseEyeIcon = _ref41 => {
1382
+ var CloseEyeIcon = _ref48 => {
1278
1383
  var {
1279
1384
  size = 24,
1280
- color = 'currentColor'
1281
- } = _ref41,
1282
- props = _objectWithoutPropertiesLoose(_ref41, _excluded40);
1385
+ color = 'currentColor',
1386
+ filled = true,
1387
+ strokeWidth = 1
1388
+ } = _ref48,
1389
+ props = _objectWithoutPropertiesLoose(_ref48, _excluded48);
1283
1390
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1284
1391
  size: size,
1285
1392
  color: color
1286
- }, props), /*#__PURE__*/React.createElement("svg", {
1393
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1287
1394
  viewBox: "0 0 24 24",
1288
- fill: color
1289
- }, /*#__PURE__*/React.createElement("path", {
1395
+ "aria-hidden": "false",
1396
+ focusable: "false"
1397
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1290
1398
  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",
1291
1399
  fill: "currentColor"
1292
1400
  })));
1293
1401
  };
1294
- var ExternalLinkIcon = _ref42 => {
1402
+ var ExternalLinkIcon = _ref49 => {
1295
1403
  var {
1296
1404
  size = 24,
1297
- color = 'currentColor'
1298
- } = _ref42,
1299
- props = _objectWithoutPropertiesLoose(_ref42, _excluded41);
1405
+ color = 'currentColor',
1406
+ filled = true,
1407
+ strokeWidth = 1
1408
+ } = _ref49,
1409
+ props = _objectWithoutPropertiesLoose(_ref49, _excluded49);
1300
1410
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1301
1411
  size: size,
1302
1412
  color: color
1303
- }, props), /*#__PURE__*/React.createElement("svg", {
1413
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1304
1414
  viewBox: "0 0 24 24",
1305
- fill: 'currentColor'
1306
- }, /*#__PURE__*/React.createElement("path", {
1415
+ "aria-hidden": "false",
1416
+ focusable: "false"
1417
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1307
1418
  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"
1308
1419
  })));
1309
1420
  };
1310
- var MinusIcon = _ref43 => {
1311
- var {
1312
- size = 24,
1313
- color = 'currentColor'
1314
- } = _ref43,
1315
- props = _objectWithoutPropertiesLoose(_ref43, _excluded42);
1316
- return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1317
- padding: 2,
1318
- size: size,
1319
- color: color
1320
- }, props), /*#__PURE__*/React.createElement("svg", {
1321
- viewBox: "0 0 24 24",
1322
- fill: "none",
1323
- stroke: 'currentColor',
1324
- strokeWidth: "1"
1325
- }, /*#__PURE__*/React.createElement("path", {
1326
- d: "M7 12h10",
1327
- strokeLinecap: "round",
1328
- strokeLinejoin: "round"
1329
- })));
1330
- };
1331
- var InfoIcon = _ref44 => {
1332
- var {
1333
- size = 24,
1334
- color = 'currentColor'
1335
- } = _ref44,
1336
- props = _objectWithoutPropertiesLoose(_ref44, _excluded43);
1337
- return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1338
- size: size,
1339
- color: color
1340
- }, props), /*#__PURE__*/React.createElement("svg", {
1341
- viewBox: "0 0 24 24",
1342
- fill: 'currentColor'
1343
- }, /*#__PURE__*/React.createElement("path", {
1344
- 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"
1345
- })));
1346
- };
1347
- var PlusIcon = _ref45 => {
1421
+ var PlusIcon = _ref50 => {
1348
1422
  var {
1349
1423
  size = 24,
1350
- color = 'currentColor'
1351
- } = _ref45,
1352
- props = _objectWithoutPropertiesLoose(_ref45, _excluded44);
1424
+ color = 'currentColor',
1425
+ filled = true,
1426
+ strokeWidth = 1
1427
+ } = _ref50,
1428
+ props = _objectWithoutPropertiesLoose(_ref50, _excluded50);
1353
1429
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1354
1430
  size: size,
1355
1431
  color: color
1356
- }, props), /*#__PURE__*/React.createElement("svg", {
1432
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1357
1433
  viewBox: "0 0 24 24",
1358
- fill: 'currentColor'
1359
- }, /*#__PURE__*/React.createElement("path", {
1360
- d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
1434
+ "aria-hidden": "false",
1435
+ focusable: "false"
1436
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
1437
+ stroke: color,
1438
+ x1: "12",
1439
+ y1: "5",
1440
+ x2: "12",
1441
+ y2: "19"
1442
+ }), /*#__PURE__*/React.createElement("line", {
1443
+ stroke: color,
1444
+ x1: "5",
1445
+ y1: "12",
1446
+ x2: "19",
1447
+ y2: "12"
1361
1448
  })));
1362
1449
  };
1363
- var TickIcon = _ref46 => {
1450
+ var TickIcon = _ref51 => {
1364
1451
  var {
1365
1452
  size = 24,
1366
- color = 'currentColor'
1367
- } = _ref46,
1368
- props = _objectWithoutPropertiesLoose(_ref46, _excluded45);
1453
+ color = 'currentColor',
1454
+ filled = true,
1455
+ strokeWidth = 1
1456
+ } = _ref51,
1457
+ props = _objectWithoutPropertiesLoose(_ref51, _excluded51);
1369
1458
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1370
1459
  size: size,
1371
1460
  color: color
1372
- }, props), /*#__PURE__*/React.createElement("svg", {
1461
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1373
1462
  viewBox: "0 0 24 24",
1374
- fill: "none",
1375
- stroke: 'currentColor',
1376
- strokeWidth: "1"
1377
- }, /*#__PURE__*/React.createElement("path", {
1463
+ "aria-hidden": "false",
1464
+ focusable: "false"
1465
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1378
1466
  d: "M5 13l4 4L19 7",
1379
1467
  strokeLinecap: "round",
1380
1468
  strokeLinejoin: "round"
1381
1469
  })));
1382
1470
  };
1383
- var BoldArrowIcon = _ref47 => {
1471
+ var BoldArrowIcon = _ref52 => {
1384
1472
  var {
1385
1473
  size = 24,
1386
- color = 'currentColor'
1387
- } = _ref47,
1388
- props = _objectWithoutPropertiesLoose(_ref47, _excluded46);
1474
+ color = 'currentColor',
1475
+ filled = true,
1476
+ strokeWidth = 1
1477
+ } = _ref52,
1478
+ props = _objectWithoutPropertiesLoose(_ref52, _excluded52);
1389
1479
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1390
1480
  size: size,
1391
1481
  color: color
1392
- }, props), /*#__PURE__*/React.createElement("svg", {
1482
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1393
1483
  viewBox: "0 0 24 24",
1394
- fill: 'currentColor'
1395
- }, /*#__PURE__*/React.createElement("path", {
1484
+ "aria-hidden": "false",
1485
+ focusable: "false"
1486
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("path", {
1396
1487
  d: "M12 4l7 7h-4v7h-6v-7H5l7-7z"
1397
1488
  })));
1398
1489
  };
1399
- var ArrowIcon = _ref48 => {
1490
+ var ArrowIcon = _ref53 => {
1400
1491
  var {
1401
1492
  size = 24,
1402
- color = 'currentColor'
1403
- } = _ref48,
1404
- props = _objectWithoutPropertiesLoose(_ref48, _excluded47);
1493
+ color = 'currentColor',
1494
+ filled = true,
1495
+ strokeWidth = 1
1496
+ } = _ref53,
1497
+ props = _objectWithoutPropertiesLoose(_ref53, _excluded53);
1405
1498
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1406
1499
  size: size,
1407
1500
  color: color
1408
- }, props), /*#__PURE__*/React.createElement("svg", {
1409
- width: "24",
1410
- height: "24",
1501
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1411
1502
  viewBox: "0 0 24 24",
1412
- strokeWidth: "1",
1413
- stroke: 'currentColor',
1414
- fill: "none",
1415
- strokeLinecap: "round",
1416
- strokeLinejoin: "round"
1417
- }, /*#__PURE__*/React.createElement("line", {
1503
+ "aria-hidden": "false",
1504
+ focusable: "false"
1505
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("line", {
1506
+ stroke: color,
1418
1507
  x1: "12",
1419
1508
  y1: "20",
1420
1509
  x2: "12",
@@ -1423,26 +1512,22 @@ var ArrowIcon = _ref48 => {
1423
1512
  points: "6 12 12 6 18 12"
1424
1513
  })));
1425
1514
  };
1426
- var SpinnerIcon = _ref49 => {
1515
+ var SpinnerIcon = _ref54 => {
1427
1516
  var {
1428
1517
  size = 24,
1429
- color = 'currentColor'
1430
- } = _ref49,
1431
- props = _objectWithoutPropertiesLoose(_ref49, _excluded48);
1518
+ color = 'currentColor',
1519
+ filled = true,
1520
+ strokeWidth = 1
1521
+ } = _ref54,
1522
+ props = _objectWithoutPropertiesLoose(_ref54, _excluded54);
1432
1523
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1433
1524
  size: size,
1434
1525
  color: color
1435
- }, props), /*#__PURE__*/React.createElement("svg", {
1436
- xmlns: "http://www.w3.org/2000/svg",
1437
- width: "24",
1438
- height: "24",
1526
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1439
1527
  viewBox: "0 0 24 24",
1440
- fill: "none",
1441
- stroke: "currentColor",
1442
- strokeWidth: "2",
1443
- strokeLinecap: "round",
1444
- strokeLinejoin: "round"
1445
- }, /*#__PURE__*/React.createElement("circle", {
1528
+ "aria-hidden": "false",
1529
+ focusable: "false"
1530
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("circle", {
1446
1531
  cx: "12",
1447
1532
  cy: "12",
1448
1533
  r: "10",
@@ -1452,23 +1537,21 @@ var SpinnerIcon = _ref49 => {
1452
1537
  strokeOpacity: "1"
1453
1538
  })));
1454
1539
  };
1455
- var CalendarIcon = _ref50 => {
1540
+ var CalendarIcon = _ref55 => {
1456
1541
  var {
1457
1542
  size = 24,
1458
- color = 'currentColor'
1459
- } = _ref50,
1460
- props = _objectWithoutPropertiesLoose(_ref50, _excluded49);
1543
+ color = 'currentColor',
1544
+ strokeWidth = 1
1545
+ } = _ref55,
1546
+ props = _objectWithoutPropertiesLoose(_ref55, _excluded55);
1461
1547
  return /*#__PURE__*/React.createElement(IconWrapper, Object.assign({
1462
1548
  size: size,
1463
1549
  color: color
1464
- }, props), /*#__PURE__*/React.createElement("svg", {
1550
+ }, props), /*#__PURE__*/React.createElement("svg", Object.assign({
1465
1551
  viewBox: "0 0 24 24",
1466
- fill: "none",
1467
- stroke: "currentColor",
1468
- strokeWidth: "1",
1469
- strokeLinecap: "round",
1470
- strokeLinejoin: "round"
1471
- }, /*#__PURE__*/React.createElement("rect", {
1552
+ "aria-hidden": "false",
1553
+ focusable: "false"
1554
+ }, getSvgProps(false, color, strokeWidth)), /*#__PURE__*/React.createElement("rect", {
1472
1555
  x: "3",
1473
1556
  y: "4",
1474
1557
  width: "18",
@@ -1476,16 +1559,19 @@ var CalendarIcon = _ref50 => {
1476
1559
  rx: "2",
1477
1560
  ry: "2"
1478
1561
  }), /*#__PURE__*/React.createElement("line", {
1562
+ stroke: color,
1479
1563
  x1: "16",
1480
1564
  y1: "2",
1481
1565
  x2: "16",
1482
1566
  y2: "6"
1483
1567
  }), /*#__PURE__*/React.createElement("line", {
1568
+ stroke: color,
1484
1569
  x1: "8",
1485
1570
  y1: "2",
1486
1571
  x2: "8",
1487
1572
  y2: "6"
1488
1573
  }), /*#__PURE__*/React.createElement("line", {
1574
+ stroke: color,
1489
1575
  x1: "3",
1490
1576
  y1: "10",
1491
1577
  x2: "21",
@@ -1497,6 +1583,13 @@ var Icon = {
1497
1583
  __proto__: null,
1498
1584
  ChevronIcon: ChevronIcon,
1499
1585
  CloseIcon: CloseIcon,
1586
+ InstagramIcon: InstagramIcon,
1587
+ TwitterIcon: TwitterIcon,
1588
+ YoutubeIcon: YoutubeIcon,
1589
+ LinkedinIcon: LinkedinIcon,
1590
+ ThreadsIcon: ThreadsIcon,
1591
+ MinusIcon: MinusIcon,
1592
+ InfoIcon: InfoIcon,
1500
1593
  HeartIcon: HeartIcon,
1501
1594
  StarIcon: StarIcon,
1502
1595
  SaveIcon: SaveIcon,
@@ -1536,8 +1629,6 @@ var Icon = {
1536
1629
  SearchIcon: SearchIcon,
1537
1630
  CloseEyeIcon: CloseEyeIcon,
1538
1631
  ExternalLinkIcon: ExternalLinkIcon,
1539
- MinusIcon: MinusIcon,
1540
- InfoIcon: InfoIcon,
1541
1632
  PlusIcon: PlusIcon,
1542
1633
  TickIcon: TickIcon,
1543
1634
  BoldArrowIcon: BoldArrowIcon,
@@ -6794,34 +6885,44 @@ Modal.Footer = ModalFooter;
6794
6885
  Modal.Layout = ModalLayout;
6795
6886
 
6796
6887
  var defaultStyles = {};
6797
- // Initializes an empty 'defaultStyles' object that will be used as a fallback if no custom styles are provided.
6798
- var TableStylesContext = /*#__PURE__*/React.createContext(defaultStyles);
6799
- // Creates a new Context object for 'TableViewStyles' with the default value set to 'defaultStyles'. This allows the styles to be passed down through the component tree without having to pass props manually.
6800
- var TableStylesProvider = _ref => {
6888
+ // Create a context that includes both styles and the onClick function
6889
+ var TableContext = /*#__PURE__*/React.createContext({
6890
+ styles: defaultStyles,
6891
+ onRowClick: () => {}
6892
+ });
6893
+ var TableProvider = _ref => {
6801
6894
  var {
6802
6895
  children,
6803
- styles = defaultStyles
6896
+ styles = defaultStyles,
6897
+ onRowClick
6804
6898
  } = _ref;
6805
6899
  return (
6806
6900
  /*#__PURE__*/
6807
- // The 'styles' prop is optional and defaults to 'defaultStyles' if not provided. When used, 'styles' are propagated down the component hierarchy.
6808
- React.createElement(TableStylesContext.Provider, {
6809
- value: styles
6901
+ // Pass both styles and onClick to the context
6902
+ React.createElement(TableContext.Provider, {
6903
+ value: {
6904
+ styles,
6905
+ onRowClick
6906
+ }
6810
6907
  }, children)
6811
- // Exports a custom hook 'useTableStyles' that encapsulates the logic for consuming the 'TableStylesContext' and returns its value, which are the current style configurations.
6812
6908
  );
6813
6909
  };
6814
- var useTableStyles = () => React.useContext(TableStylesContext);
6910
+ // Custom hook to consume the context and get the styles and onClick handler
6911
+ var useTableContext = () => React.useContext(TableContext);
6815
6912
 
6816
6913
  var TableContainer = props => {
6817
- var styles = useTableStyles();
6914
+ var {
6915
+ styles
6916
+ } = useTableContext();
6818
6917
  return /*#__PURE__*/React.createElement(Element, Object.assign({
6819
6918
  as: "table",
6820
6919
  borderCollapse: "collapse"
6821
6920
  }, styles.table, props));
6822
6921
  };
6823
6922
  var TableHead = props => {
6824
- var styles = useTableStyles();
6923
+ var {
6924
+ styles
6925
+ } = useTableContext();
6825
6926
  return /*#__PURE__*/React.createElement(Element, Object.assign({
6826
6927
  as: "thead",
6827
6928
  borderBottom: "0.5px solid #ddd",
@@ -6830,7 +6931,9 @@ var TableHead = props => {
6830
6931
  }, styles.thead, props));
6831
6932
  };
6832
6933
  var TableHeadCell = props => {
6833
- var styles = useTableStyles();
6934
+ var {
6935
+ styles
6936
+ } = useTableContext();
6834
6937
  return /*#__PURE__*/React.createElement(Element, Object.assign({
6835
6938
  as: "th",
6836
6939
  padding: "14px",
@@ -6839,13 +6942,20 @@ var TableHeadCell = props => {
6839
6942
  }, styles.th, props));
6840
6943
  };
6841
6944
  var TableRow = props => {
6842
- var styles = useTableStyles();
6945
+ var {
6946
+ styles,
6947
+ onRowClick
6948
+ } = useTableContext();
6843
6949
  return /*#__PURE__*/React.createElement(Element, Object.assign({
6844
6950
  as: "tr"
6845
- }, styles.tr, props));
6951
+ }, styles.tr, {
6952
+ onClick: onRowClick
6953
+ }, props));
6846
6954
  };
6847
6955
  var TableCell = props => {
6848
- var styles = useTableStyles();
6956
+ var {
6957
+ styles
6958
+ } = useTableContext();
6849
6959
  return /*#__PURE__*/React.createElement(Element, Object.assign({
6850
6960
  as: "td",
6851
6961
  padding: "14px",
@@ -6854,19 +6964,25 @@ var TableCell = props => {
6854
6964
  }, styles.td, props));
6855
6965
  };
6856
6966
  var TableBody = props => {
6857
- var styles = useTableStyles();
6967
+ var {
6968
+ styles
6969
+ } = useTableContext();
6858
6970
  return /*#__PURE__*/React.createElement(Element, Object.assign({
6859
6971
  as: "tbody"
6860
6972
  }, styles.tbody, props));
6861
6973
  };
6862
6974
  var TableFooter = props => {
6863
- var styles = useTableStyles();
6975
+ var {
6976
+ styles
6977
+ } = useTableContext();
6864
6978
  return /*#__PURE__*/React.createElement(Element, Object.assign({
6865
6979
  as: "tfoot"
6866
6980
  }, styles.tfoot, props));
6867
6981
  };
6868
6982
  var TableCaption = props => {
6869
- var styles = useTableStyles();
6983
+ var {
6984
+ styles
6985
+ } = useTableContext();
6870
6986
  return /*#__PURE__*/React.createElement(Element, Object.assign({
6871
6987
  as: "caption",
6872
6988
  margin: '10px 0',
@@ -6897,10 +7013,12 @@ var TableView = _ref => {
6897
7013
  var Table = _ref => {
6898
7014
  var {
6899
7015
  children,
6900
- styles
7016
+ styles,
7017
+ onClick
6901
7018
  } = _ref;
6902
- return /*#__PURE__*/React.createElement(TableStylesProvider, {
6903
- styles: styles
7019
+ return /*#__PURE__*/React.createElement(TableProvider, {
7020
+ styles: styles,
7021
+ onRowClick: onClick
6904
7022
  }, children);
6905
7023
  };
6906
7024
  Table.Head = TableHead;
@@ -7203,5 +7321,5 @@ var ToggleGroupComponent = _ref => {
7203
7321
  // Expose the ToggleGroupComponent for import into other modules
7204
7322
  var ToggleGroup = ToggleGroupComponent;
7205
7323
 
7206
- 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 };
7324
+ 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, InstagramIcon, Left, LikeIcon, Link, LinkedinIcon, 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, ThreadsIcon, TickIcon, Toggle, ToggleGroup, Top, TwitterIcon, UnLikeIcon, UnlockIcon, UploadIcon, Vertical, View, WarningIcon, WifiIcon, YoutubeIcon, hideMessage, hideModal, showMessage, showModal, useMessageStore, useModalStore };
7207
7325
  //# sourceMappingURL=web.esm.js.map