@app-studio/web 0.8.31 → 0.8.33

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