@tabler/icons 1.46.0 → 1.47.0

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.
Files changed (67) hide show
  1. package/iconfont/fonts/tabler-icons.eot +0 -0
  2. package/iconfont/fonts/tabler-icons.svg +98 -44
  3. package/iconfont/fonts/tabler-icons.ttf +0 -0
  4. package/iconfont/fonts/tabler-icons.woff +0 -0
  5. package/iconfont/fonts/tabler-icons.woff2 +0 -0
  6. package/iconfont/tabler-icons.css +73 -1
  7. package/iconfont/tabler-icons.html +164 -2
  8. package/iconfont/tabler-icons.min.css +2 -2
  9. package/iconfont/tabler-icons.scss +37 -1
  10. package/icons/blur.svg +12 -0
  11. package/icons/brand-nytimes.svg +10 -0
  12. package/icons/cpu.svg +15 -0
  13. package/icons/cross.svg +6 -0
  14. package/icons/gavel.svg +10 -0
  15. package/icons/hammer.svg +7 -0
  16. package/icons/heartbeat.svg +7 -0
  17. package/icons/hourglass.svg +9 -0
  18. package/icons/layout-board-split.svg +10 -0
  19. package/icons/layout-board.svg +9 -0
  20. package/icons/mood-nervous.svg +9 -0
  21. package/icons/mountain.svg +7 -0
  22. package/icons/plane-inflight.svg +7 -0
  23. package/icons/prescription.svg +8 -0
  24. package/icons/shield-checkered.svg +8 -0
  25. package/icons/shield-chevron.svg +7 -0
  26. package/icons/sleigh.svg +9 -0
  27. package/icons/stack-2.svg +3 -2
  28. package/icons/stack-3.svg +9 -0
  29. package/icons/stack.svg +2 -3
  30. package/icons-png/.DS_Store +0 -0
  31. package/icons-png/blur.png +0 -0
  32. package/icons-png/brand-nytimes.png +0 -0
  33. package/icons-png/cpu.png +0 -0
  34. package/icons-png/cross.png +0 -0
  35. package/icons-png/gavel.png +0 -0
  36. package/icons-png/hammer.png +0 -0
  37. package/icons-png/heartbeat.png +0 -0
  38. package/icons-png/hourglass.png +0 -0
  39. package/icons-png/layout-board-split.png +0 -0
  40. package/icons-png/layout-board.png +0 -0
  41. package/icons-png/mood-nervous.png +0 -0
  42. package/icons-png/mountain.png +0 -0
  43. package/icons-png/plane-inflight.png +0 -0
  44. package/icons-png/prescription.png +0 -0
  45. package/icons-png/shield-checkered.png +0 -0
  46. package/icons-png/shield-chevron.png +0 -0
  47. package/icons-png/sleigh.png +0 -0
  48. package/icons-png/stack-2.png +0 -0
  49. package/icons-png/stack-3.png +0 -0
  50. package/icons-png/stack.png +0 -0
  51. package/icons-react/dist/index.cjs.js +645 -7
  52. package/icons-react/dist/index.cjs.js.map +1 -1
  53. package/icons-react/dist/index.cjs.min.js +1 -1
  54. package/icons-react/dist/index.cjs.min.js.map +1 -1
  55. package/icons-react/dist/index.esm.js +628 -8
  56. package/icons-react/dist/index.esm.js.map +1 -1
  57. package/icons-react/dist/index.esm.min.js +1 -1
  58. package/icons-react/dist/index.esm.min.js.map +1 -1
  59. package/icons-react/dist/index.umd.js +645 -7
  60. package/icons-react/dist/index.umd.js.map +1 -1
  61. package/icons-react/dist/index.umd.min.js +1 -1
  62. package/icons-react/dist/index.umd.min.js.map +1 -1
  63. package/icons-react/index.d.ts +18 -0
  64. package/package.json +1 -1
  65. package/tabler-sprite-nostroke.svg +1 -1
  66. package/tabler-sprite.svg +1 -1
  67. package/tags.json +177 -17
@@ -6887,6 +6887,46 @@ function IconBluetooth(_ref) {
6887
6887
  }));
6888
6888
  }
6889
6889
 
6890
+ function IconBlur(_ref) {
6891
+ var _ref$size = _ref.size,
6892
+ size = _ref$size === void 0 ? 24 : _ref$size,
6893
+ _ref$color = _ref.color,
6894
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
6895
+ _ref$stroke = _ref.stroke,
6896
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
6897
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
6898
+
6899
+ return /*#__PURE__*/createElement("svg", _extends({
6900
+ className: "icon icon-tabler icon-tabler-blur",
6901
+ width: size,
6902
+ height: size,
6903
+ viewBox: "0 0 24 24",
6904
+ strokeWidth: stroke,
6905
+ stroke: color,
6906
+ fill: "none",
6907
+ strokeLinecap: "round",
6908
+ strokeLinejoin: "round"
6909
+ }, props), /*#__PURE__*/createElement("path", {
6910
+ stroke: "none",
6911
+ d: "M0 0h24v24H0z",
6912
+ fill: "none"
6913
+ }), /*#__PURE__*/createElement("path", {
6914
+ d: "M12 21a9.01 9.01 0 0 0 2.32 -.302a9.004 9.004 0 0 0 1.74 -16.733a9 9 0 1 0 -4.06 17.035z"
6915
+ }), /*#__PURE__*/createElement("path", {
6916
+ d: "M12 3v17"
6917
+ }), /*#__PURE__*/createElement("path", {
6918
+ d: "M12 12h9"
6919
+ }), /*#__PURE__*/createElement("path", {
6920
+ d: "M12 9h8"
6921
+ }), /*#__PURE__*/createElement("path", {
6922
+ d: "M12 6h6"
6923
+ }), /*#__PURE__*/createElement("path", {
6924
+ d: "M12 18h6"
6925
+ }), /*#__PURE__*/createElement("path", {
6926
+ d: "M12 15h8"
6927
+ }));
6928
+ }
6929
+
6890
6930
  function IconBold(_ref) {
6891
6931
  var _ref$size = _ref.size,
6892
6932
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -11000,6 +11040,42 @@ function IconBrandNotion(_ref) {
11000
11040
  }));
11001
11041
  }
11002
11042
 
11043
+ function IconBrandNytimes(_ref) {
11044
+ var _ref$size = _ref.size,
11045
+ size = _ref$size === void 0 ? 24 : _ref$size,
11046
+ _ref$color = _ref.color,
11047
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
11048
+ _ref$stroke = _ref.stroke,
11049
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
11050
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
11051
+
11052
+ return /*#__PURE__*/createElement("svg", _extends({
11053
+ className: "icon icon-tabler icon-tabler-brand-nytimes",
11054
+ width: size,
11055
+ height: size,
11056
+ viewBox: "0 0 24 24",
11057
+ strokeWidth: stroke,
11058
+ stroke: color,
11059
+ fill: "none",
11060
+ strokeLinecap: "round",
11061
+ strokeLinejoin: "round"
11062
+ }, props), /*#__PURE__*/createElement("path", {
11063
+ stroke: "none",
11064
+ d: "M0 0h24v24H0z",
11065
+ fill: "none"
11066
+ }), /*#__PURE__*/createElement("path", {
11067
+ d: "M11.036 5.058a8.001 8.001 0 1 0 8.706 9.965"
11068
+ }), /*#__PURE__*/createElement("path", {
11069
+ d: "M12 21v-11l-7.5 4"
11070
+ }), /*#__PURE__*/createElement("path", {
11071
+ d: "M17.5 3a2.5 2.5 0 1 1 0 5l-11 -5a2.5 2.5 0 0 0 -.67 4.91"
11072
+ }), /*#__PURE__*/createElement("path", {
11073
+ d: "M9 12v8"
11074
+ }), /*#__PURE__*/createElement("path", {
11075
+ d: "M16 13h-.01"
11076
+ }));
11077
+ }
11078
+
11003
11079
  function IconBrandOpenSource(_ref) {
11004
11080
  var _ref$size = _ref.size,
11005
11081
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -19484,6 +19560,56 @@ function IconCornerUpRight(_ref) {
19484
19560
  }));
19485
19561
  }
19486
19562
 
19563
+ function IconCpu(_ref) {
19564
+ var _ref$size = _ref.size,
19565
+ size = _ref$size === void 0 ? 24 : _ref$size,
19566
+ _ref$color = _ref.color,
19567
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
19568
+ _ref$stroke = _ref.stroke,
19569
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
19570
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
19571
+
19572
+ return /*#__PURE__*/createElement("svg", _extends({
19573
+ className: "icon icon-tabler icon-tabler-cpu",
19574
+ width: size,
19575
+ height: size,
19576
+ viewBox: "0 0 24 24",
19577
+ strokeWidth: stroke,
19578
+ stroke: color,
19579
+ fill: "none",
19580
+ strokeLinecap: "round",
19581
+ strokeLinejoin: "round"
19582
+ }, props), /*#__PURE__*/createElement("path", {
19583
+ stroke: "none",
19584
+ d: "M0 0h24v24H0z",
19585
+ fill: "none"
19586
+ }), /*#__PURE__*/createElement("rect", {
19587
+ x: 5,
19588
+ y: 5,
19589
+ width: 14,
19590
+ height: 14,
19591
+ rx: 1
19592
+ }), /*#__PURE__*/createElement("path", {
19593
+ d: "M9 9h6v6h-6z"
19594
+ }), /*#__PURE__*/createElement("path", {
19595
+ d: "M3 10h2"
19596
+ }), /*#__PURE__*/createElement("path", {
19597
+ d: "M3 14h2"
19598
+ }), /*#__PURE__*/createElement("path", {
19599
+ d: "M10 3v2"
19600
+ }), /*#__PURE__*/createElement("path", {
19601
+ d: "M14 3v2"
19602
+ }), /*#__PURE__*/createElement("path", {
19603
+ d: "M21 10h-2"
19604
+ }), /*#__PURE__*/createElement("path", {
19605
+ d: "M21 14h-2"
19606
+ }), /*#__PURE__*/createElement("path", {
19607
+ d: "M14 21v-2"
19608
+ }), /*#__PURE__*/createElement("path", {
19609
+ d: "M10 21v-2"
19610
+ }));
19611
+ }
19612
+
19487
19613
  function IconCrane(_ref) {
19488
19614
  var _ref$size = _ref.size,
19489
19615
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -19650,6 +19776,34 @@ function IconCrop(_ref) {
19650
19776
  }));
19651
19777
  }
19652
19778
 
19779
+ function IconCross(_ref) {
19780
+ var _ref$size = _ref.size,
19781
+ size = _ref$size === void 0 ? 24 : _ref$size,
19782
+ _ref$color = _ref.color,
19783
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
19784
+ _ref$stroke = _ref.stroke,
19785
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
19786
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
19787
+
19788
+ return /*#__PURE__*/createElement("svg", _extends({
19789
+ className: "icon icon-tabler icon-tabler-cross",
19790
+ width: size,
19791
+ height: size,
19792
+ viewBox: "0 0 24 24",
19793
+ strokeWidth: stroke,
19794
+ stroke: color,
19795
+ fill: "none",
19796
+ strokeLinecap: "round",
19797
+ strokeLinejoin: "round"
19798
+ }, props), /*#__PURE__*/createElement("path", {
19799
+ stroke: "none",
19800
+ d: "M0 0h24v24H0z",
19801
+ fill: "none"
19802
+ }), /*#__PURE__*/createElement("path", {
19803
+ d: "M10 21h4v-9h5v-4h-5v-5h-4v5h-5v4h5z"
19804
+ }));
19805
+ }
19806
+
19653
19807
  function IconCrosshair(_ref) {
19654
19808
  var _ref$size = _ref.size,
19655
19809
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -27207,6 +27361,42 @@ function IconGauge(_ref) {
27207
27361
  }));
27208
27362
  }
27209
27363
 
27364
+ function IconGavel(_ref) {
27365
+ var _ref$size = _ref.size,
27366
+ size = _ref$size === void 0 ? 24 : _ref$size,
27367
+ _ref$color = _ref.color,
27368
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
27369
+ _ref$stroke = _ref.stroke,
27370
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
27371
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
27372
+
27373
+ return /*#__PURE__*/createElement("svg", _extends({
27374
+ className: "icon icon-tabler icon-tabler-gavel",
27375
+ width: size,
27376
+ height: size,
27377
+ viewBox: "0 0 24 24",
27378
+ strokeWidth: stroke,
27379
+ stroke: color,
27380
+ fill: "none",
27381
+ strokeLinecap: "round",
27382
+ strokeLinejoin: "round"
27383
+ }, props), /*#__PURE__*/createElement("path", {
27384
+ stroke: "none",
27385
+ d: "M0 0h24v24H0z",
27386
+ fill: "none"
27387
+ }), /*#__PURE__*/createElement("path", {
27388
+ d: "M13 10l7.383 7.418c.823 .82 .823 2.148 0 2.967a2.11 2.11 0 0 1 -2.976 0l-7.407 -7.385"
27389
+ }), /*#__PURE__*/createElement("path", {
27390
+ d: "M6 9l4 4"
27391
+ }), /*#__PURE__*/createElement("path", {
27392
+ d: "M13 10l-4 -4"
27393
+ }), /*#__PURE__*/createElement("path", {
27394
+ d: "M3 21h7"
27395
+ }), /*#__PURE__*/createElement("path", {
27396
+ d: "M6.793 15.793l-3.586 -3.586a1 1 0 0 1 0 -1.414l2.293 -2.293l.5 .5l3 -3l-.5 -.5l2.293 -2.293a1 1 0 0 1 1.414 0l3.586 3.586a1 1 0 0 1 0 1.414l-2.293 2.293l-.5 -.5l-3 3l.5 .5l-2.293 2.293a1 1 0 0 1 -1.414 0z"
27397
+ }));
27398
+ }
27399
+
27210
27400
  function IconGeometry(_ref) {
27211
27401
  var _ref$size = _ref.size,
27212
27402
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -28366,6 +28556,36 @@ function IconH6(_ref) {
28366
28556
  }));
28367
28557
  }
28368
28558
 
28559
+ function IconHammer(_ref) {
28560
+ var _ref$size = _ref.size,
28561
+ size = _ref$size === void 0 ? 24 : _ref$size,
28562
+ _ref$color = _ref.color,
28563
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
28564
+ _ref$stroke = _ref.stroke,
28565
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
28566
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
28567
+
28568
+ return /*#__PURE__*/createElement("svg", _extends({
28569
+ className: "icon icon-tabler icon-tabler-hammer",
28570
+ width: size,
28571
+ height: size,
28572
+ viewBox: "0 0 24 24",
28573
+ strokeWidth: stroke,
28574
+ stroke: color,
28575
+ fill: "none",
28576
+ strokeLinecap: "round",
28577
+ strokeLinejoin: "round"
28578
+ }, props), /*#__PURE__*/createElement("path", {
28579
+ stroke: "none",
28580
+ d: "M0 0h24v24H0z",
28581
+ fill: "none"
28582
+ }), /*#__PURE__*/createElement("path", {
28583
+ d: "M13 10l7.383 7.418c.823 .82 .823 2.148 0 2.967a2.11 2.11 0 0 1 -2.976 0l-7.407 -7.385"
28584
+ }), /*#__PURE__*/createElement("path", {
28585
+ d: "M6.293 15.293l-2.586 -2.586a1 1 0 0 1 0 -1.414l7.586 -7.586a1 1 0 0 1 1.414 0l2.586 2.586a1 1 0 0 1 0 1.414l-7.586 7.586a1 1 0 0 1 -1.414 0z"
28586
+ }));
28587
+ }
28588
+
28369
28589
  function IconHandClick(_ref) {
28370
28590
  var _ref$size = _ref.size,
28371
28591
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -29086,6 +29306,36 @@ function IconHeart(_ref) {
29086
29306
  }));
29087
29307
  }
29088
29308
 
29309
+ function IconHeartbeat(_ref) {
29310
+ var _ref$size = _ref.size,
29311
+ size = _ref$size === void 0 ? 24 : _ref$size,
29312
+ _ref$color = _ref.color,
29313
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
29314
+ _ref$stroke = _ref.stroke,
29315
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
29316
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
29317
+
29318
+ return /*#__PURE__*/createElement("svg", _extends({
29319
+ className: "icon icon-tabler icon-tabler-heartbeat",
29320
+ width: size,
29321
+ height: size,
29322
+ viewBox: "0 0 24 24",
29323
+ strokeWidth: stroke,
29324
+ stroke: color,
29325
+ fill: "none",
29326
+ strokeLinecap: "round",
29327
+ strokeLinejoin: "round"
29328
+ }, props), /*#__PURE__*/createElement("path", {
29329
+ stroke: "none",
29330
+ d: "M0 0h24v24H0z",
29331
+ fill: "none"
29332
+ }), /*#__PURE__*/createElement("path", {
29333
+ d: "M19.5 13.572l-7.5 7.428l-2.896 -2.868m-6.117 -8.104a5 5 0 0 1 9.013 -3.022a5 5 0 1 1 7.5 6.572"
29334
+ }), /*#__PURE__*/createElement("path", {
29335
+ d: "M3 13h2l2 3l2 -6l1 3h3"
29336
+ }));
29337
+ }
29338
+
29089
29339
  function IconHelicopterLanding(_ref) {
29090
29340
  var _ref$size = _ref.size,
29091
29341
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -29523,6 +29773,40 @@ function IconHotelService(_ref) {
29523
29773
  }));
29524
29774
  }
29525
29775
 
29776
+ function IconHourglass(_ref) {
29777
+ var _ref$size = _ref.size,
29778
+ size = _ref$size === void 0 ? 24 : _ref$size,
29779
+ _ref$color = _ref.color,
29780
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
29781
+ _ref$stroke = _ref.stroke,
29782
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
29783
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
29784
+
29785
+ return /*#__PURE__*/createElement("svg", _extends({
29786
+ className: "icon icon-tabler icon-tabler-hourglass",
29787
+ width: size,
29788
+ height: size,
29789
+ viewBox: "0 0 24 24",
29790
+ strokeWidth: stroke,
29791
+ stroke: color,
29792
+ fill: "none",
29793
+ strokeLinecap: "round",
29794
+ strokeLinejoin: "round"
29795
+ }, props), /*#__PURE__*/createElement("path", {
29796
+ stroke: "none",
29797
+ d: "M0 0h24v24H0z",
29798
+ fill: "none"
29799
+ }), /*#__PURE__*/createElement("path", {
29800
+ d: "M6.5 7h11"
29801
+ }), /*#__PURE__*/createElement("path", {
29802
+ d: "M6.5 17h11"
29803
+ }), /*#__PURE__*/createElement("path", {
29804
+ d: "M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z"
29805
+ }), /*#__PURE__*/createElement("path", {
29806
+ d: "M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z"
29807
+ }));
29808
+ }
29809
+
29526
29810
  function IconIceCream2(_ref) {
29527
29811
  var _ref$size = _ref.size,
29528
29812
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -30851,6 +31135,84 @@ function IconLayoutAlignTop(_ref) {
30851
31135
  }));
30852
31136
  }
30853
31137
 
31138
+ function IconLayoutBoardSplit(_ref) {
31139
+ var _ref$size = _ref.size,
31140
+ size = _ref$size === void 0 ? 24 : _ref$size,
31141
+ _ref$color = _ref.color,
31142
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
31143
+ _ref$stroke = _ref.stroke,
31144
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
31145
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
31146
+
31147
+ return /*#__PURE__*/createElement("svg", _extends({
31148
+ className: "icon icon-tabler icon-tabler-layout-board-split",
31149
+ width: size,
31150
+ height: size,
31151
+ viewBox: "0 0 24 24",
31152
+ strokeWidth: stroke,
31153
+ stroke: color,
31154
+ fill: "none",
31155
+ strokeLinecap: "round",
31156
+ strokeLinejoin: "round"
31157
+ }, props), /*#__PURE__*/createElement("path", {
31158
+ stroke: "none",
31159
+ d: "M0 0h24v24H0z",
31160
+ fill: "none"
31161
+ }), /*#__PURE__*/createElement("rect", {
31162
+ x: 4,
31163
+ y: 4,
31164
+ width: 16,
31165
+ height: 16,
31166
+ rx: 2
31167
+ }), /*#__PURE__*/createElement("path", {
31168
+ d: "M4 12h8"
31169
+ }), /*#__PURE__*/createElement("path", {
31170
+ d: "M12 15h8"
31171
+ }), /*#__PURE__*/createElement("path", {
31172
+ d: "M12 9h8"
31173
+ }), /*#__PURE__*/createElement("path", {
31174
+ d: "M12 4v16"
31175
+ }));
31176
+ }
31177
+
31178
+ function IconLayoutBoard(_ref) {
31179
+ var _ref$size = _ref.size,
31180
+ size = _ref$size === void 0 ? 24 : _ref$size,
31181
+ _ref$color = _ref.color,
31182
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
31183
+ _ref$stroke = _ref.stroke,
31184
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
31185
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
31186
+
31187
+ return /*#__PURE__*/createElement("svg", _extends({
31188
+ className: "icon icon-tabler icon-tabler-layout-board",
31189
+ width: size,
31190
+ height: size,
31191
+ viewBox: "0 0 24 24",
31192
+ strokeWidth: stroke,
31193
+ stroke: color,
31194
+ fill: "none",
31195
+ strokeLinecap: "round",
31196
+ strokeLinejoin: "round"
31197
+ }, props), /*#__PURE__*/createElement("path", {
31198
+ stroke: "none",
31199
+ d: "M0 0h24v24H0z",
31200
+ fill: "none"
31201
+ }), /*#__PURE__*/createElement("rect", {
31202
+ x: 4,
31203
+ y: 4,
31204
+ width: 16,
31205
+ height: 16,
31206
+ rx: 2
31207
+ }), /*#__PURE__*/createElement("path", {
31208
+ d: "M4 9h8"
31209
+ }), /*#__PURE__*/createElement("path", {
31210
+ d: "M12 15h8"
31211
+ }), /*#__PURE__*/createElement("path", {
31212
+ d: "M12 4v16"
31213
+ }));
31214
+ }
31215
+
30854
31216
  function IconLayoutBottombar(_ref) {
30855
31217
  var _ref$size = _ref.size,
30856
31218
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -35850,6 +36212,42 @@ function IconMoodKid(_ref) {
35850
36212
  }));
35851
36213
  }
35852
36214
 
36215
+ function IconMoodNervous(_ref) {
36216
+ var _ref$size = _ref.size,
36217
+ size = _ref$size === void 0 ? 24 : _ref$size,
36218
+ _ref$color = _ref.color,
36219
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
36220
+ _ref$stroke = _ref.stroke,
36221
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
36222
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
36223
+
36224
+ return /*#__PURE__*/createElement("svg", _extends({
36225
+ className: "icon icon-tabler icon-tabler-mood-nervous",
36226
+ width: size,
36227
+ height: size,
36228
+ viewBox: "0 0 24 24",
36229
+ strokeWidth: stroke,
36230
+ stroke: color,
36231
+ fill: "none",
36232
+ strokeLinecap: "round",
36233
+ strokeLinejoin: "round"
36234
+ }, props), /*#__PURE__*/createElement("path", {
36235
+ stroke: "none",
36236
+ d: "M0 0h24v24H0z",
36237
+ fill: "none"
36238
+ }), /*#__PURE__*/createElement("circle", {
36239
+ cx: 12,
36240
+ cy: 12,
36241
+ r: 9
36242
+ }), /*#__PURE__*/createElement("path", {
36243
+ d: "M9 10h.01"
36244
+ }), /*#__PURE__*/createElement("path", {
36245
+ d: "M15 10h.01"
36246
+ }), /*#__PURE__*/createElement("path", {
36247
+ d: "M8 16l2 -2l2 2l2 -2l2 2"
36248
+ }));
36249
+ }
36250
+
35853
36251
  function IconMoodNeutral(_ref) {
35854
36252
  var _ref$size = _ref.size,
35855
36253
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -36227,6 +36625,36 @@ function IconMotorbike(_ref) {
36227
36625
  }));
36228
36626
  }
36229
36627
 
36628
+ function IconMountain(_ref) {
36629
+ var _ref$size = _ref.size,
36630
+ size = _ref$size === void 0 ? 24 : _ref$size,
36631
+ _ref$color = _ref.color,
36632
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
36633
+ _ref$stroke = _ref.stroke,
36634
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
36635
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
36636
+
36637
+ return /*#__PURE__*/createElement("svg", _extends({
36638
+ className: "icon icon-tabler icon-tabler-mountain",
36639
+ width: size,
36640
+ height: size,
36641
+ viewBox: "0 0 24 24",
36642
+ strokeWidth: stroke,
36643
+ stroke: color,
36644
+ fill: "none",
36645
+ strokeLinecap: "round",
36646
+ strokeLinejoin: "round"
36647
+ }, props), /*#__PURE__*/createElement("path", {
36648
+ stroke: "none",
36649
+ d: "M0 0h24v24H0z",
36650
+ fill: "none"
36651
+ }), /*#__PURE__*/createElement("path", {
36652
+ d: "M3 20h18l-6.921 -14.612a2.3 2.3 0 0 0 -4.158 0l-6.921 14.612z"
36653
+ }), /*#__PURE__*/createElement("path", {
36654
+ d: "M7.5 11l2 2.5l2.5 -2.5l2 3l2.5 -2"
36655
+ }));
36656
+ }
36657
+
36230
36658
  function IconMouse(_ref) {
36231
36659
  var _ref$size = _ref.size,
36232
36660
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -38891,6 +39319,36 @@ function IconPlaneDeparture(_ref) {
38891
39319
  }));
38892
39320
  }
38893
39321
 
39322
+ function IconPlaneInflight(_ref) {
39323
+ var _ref$size = _ref.size,
39324
+ size = _ref$size === void 0 ? 24 : _ref$size,
39325
+ _ref$color = _ref.color,
39326
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
39327
+ _ref$stroke = _ref.stroke,
39328
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
39329
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
39330
+
39331
+ return /*#__PURE__*/createElement("svg", _extends({
39332
+ className: "icon icon-tabler icon-tabler-plane-inflight",
39333
+ width: size,
39334
+ height: size,
39335
+ viewBox: "0 0 24 24",
39336
+ strokeWidth: stroke,
39337
+ stroke: color,
39338
+ fill: "none",
39339
+ strokeLinecap: "round",
39340
+ strokeLinejoin: "round"
39341
+ }, props), /*#__PURE__*/createElement("path", {
39342
+ stroke: "none",
39343
+ d: "M0 0h24v24H0z",
39344
+ fill: "none"
39345
+ }), /*#__PURE__*/createElement("path", {
39346
+ d: "M15 11.085h5a2 2 0 1 1 0 4h-15l-3 -6h3l2 2h3l-2 -7h3l4 7z"
39347
+ }), /*#__PURE__*/createElement("path", {
39348
+ d: "M3 21h18"
39349
+ }));
39350
+ }
39351
+
38894
39352
  function IconPlane(_ref) {
38895
39353
  var _ref$size = _ref.size,
38896
39354
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -39662,6 +40120,38 @@ function IconPray(_ref) {
39662
40120
  }));
39663
40121
  }
39664
40122
 
40123
+ function IconPrescription(_ref) {
40124
+ var _ref$size = _ref.size,
40125
+ size = _ref$size === void 0 ? 24 : _ref$size,
40126
+ _ref$color = _ref.color,
40127
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
40128
+ _ref$stroke = _ref.stroke,
40129
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
40130
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
40131
+
40132
+ return /*#__PURE__*/createElement("svg", _extends({
40133
+ className: "icon icon-tabler icon-tabler-prescription",
40134
+ width: size,
40135
+ height: size,
40136
+ viewBox: "0 0 24 24",
40137
+ strokeWidth: stroke,
40138
+ stroke: color,
40139
+ fill: "none",
40140
+ strokeLinecap: "round",
40141
+ strokeLinejoin: "round"
40142
+ }, props), /*#__PURE__*/createElement("path", {
40143
+ stroke: "none",
40144
+ d: "M0 0h24v24H0z",
40145
+ fill: "none"
40146
+ }), /*#__PURE__*/createElement("path", {
40147
+ d: "M6 19v-16h4.5a4.5 4.5 0 1 1 0 9h-4.5"
40148
+ }), /*#__PURE__*/createElement("path", {
40149
+ d: "M19 21l-9 -9"
40150
+ }), /*#__PURE__*/createElement("path", {
40151
+ d: "M13 21l6 -6"
40152
+ }));
40153
+ }
40154
+
39665
40155
  function IconPresentationAnalytics(_ref) {
39666
40156
  var _ref$size = _ref.size,
39667
40157
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -43227,6 +43717,68 @@ function IconShieldCheck(_ref) {
43227
43717
  }));
43228
43718
  }
43229
43719
 
43720
+ function IconShieldCheckered(_ref) {
43721
+ var _ref$size = _ref.size,
43722
+ size = _ref$size === void 0 ? 24 : _ref$size,
43723
+ _ref$color = _ref.color,
43724
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
43725
+ _ref$stroke = _ref.stroke,
43726
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
43727
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
43728
+
43729
+ return /*#__PURE__*/createElement("svg", _extends({
43730
+ className: "icon icon-tabler icon-tabler-shield-checkered",
43731
+ width: size,
43732
+ height: size,
43733
+ viewBox: "0 0 24 24",
43734
+ strokeWidth: stroke,
43735
+ stroke: color,
43736
+ fill: "none",
43737
+ strokeLinecap: "round",
43738
+ strokeLinejoin: "round"
43739
+ }, props), /*#__PURE__*/createElement("path", {
43740
+ stroke: "none",
43741
+ d: "M0 0h24v24H0z",
43742
+ fill: "none"
43743
+ }), /*#__PURE__*/createElement("path", {
43744
+ d: "M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3"
43745
+ }), /*#__PURE__*/createElement("path", {
43746
+ d: "M12 3v18"
43747
+ }), /*#__PURE__*/createElement("path", {
43748
+ d: "M3.5 12h17"
43749
+ }));
43750
+ }
43751
+
43752
+ function IconShieldChevron(_ref) {
43753
+ var _ref$size = _ref.size,
43754
+ size = _ref$size === void 0 ? 24 : _ref$size,
43755
+ _ref$color = _ref.color,
43756
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
43757
+ _ref$stroke = _ref.stroke,
43758
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
43759
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
43760
+
43761
+ return /*#__PURE__*/createElement("svg", _extends({
43762
+ className: "icon icon-tabler icon-tabler-shield-chevron",
43763
+ width: size,
43764
+ height: size,
43765
+ viewBox: "0 0 24 24",
43766
+ strokeWidth: stroke,
43767
+ stroke: color,
43768
+ fill: "none",
43769
+ strokeLinecap: "round",
43770
+ strokeLinejoin: "round"
43771
+ }, props), /*#__PURE__*/createElement("path", {
43772
+ stroke: "none",
43773
+ d: "M0 0h24v24H0z",
43774
+ fill: "none"
43775
+ }), /*#__PURE__*/createElement("path", {
43776
+ d: "M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3"
43777
+ }), /*#__PURE__*/createElement("path", {
43778
+ d: "M4 14l8 -3l8 3"
43779
+ }));
43780
+ }
43781
+
43230
43782
  function IconShieldLock(_ref) {
43231
43783
  var _ref$size = _ref.size,
43232
43784
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -43772,6 +44324,40 @@ function IconSkateboard(_ref) {
43772
44324
  }));
43773
44325
  }
43774
44326
 
44327
+ function IconSleigh(_ref) {
44328
+ var _ref$size = _ref.size,
44329
+ size = _ref$size === void 0 ? 24 : _ref$size,
44330
+ _ref$color = _ref.color,
44331
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
44332
+ _ref$stroke = _ref.stroke,
44333
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
44334
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
44335
+
44336
+ return /*#__PURE__*/createElement("svg", _extends({
44337
+ className: "icon icon-tabler icon-tabler-sleigh",
44338
+ width: size,
44339
+ height: size,
44340
+ viewBox: "0 0 24 24",
44341
+ strokeWidth: stroke,
44342
+ stroke: color,
44343
+ fill: "none",
44344
+ strokeLinecap: "round",
44345
+ strokeLinejoin: "round"
44346
+ }, props), /*#__PURE__*/createElement("path", {
44347
+ stroke: "none",
44348
+ d: "M0 0h24v24H0z",
44349
+ fill: "none"
44350
+ }), /*#__PURE__*/createElement("path", {
44351
+ d: "M3 19h15a4 4 0 0 0 4 -4"
44352
+ }), /*#__PURE__*/createElement("path", {
44353
+ d: "M16 15h-9a4 4 0 0 1 -4 -4v-6l1.243 1.243a6 6 0 0 0 4.242 1.757h3.515v2a2 2 0 0 0 2 2h.5a1.5 1.5 0 0 0 1.5 -1.5a1.5 1.5 0 0 1 3 0v1.5a3 3 0 0 1 -3 3z"
44354
+ }), /*#__PURE__*/createElement("path", {
44355
+ d: "M15 15v4"
44356
+ }), /*#__PURE__*/createElement("path", {
44357
+ d: "M7 15v4"
44358
+ }));
44359
+ }
44360
+
43775
44361
  function IconSlice(_ref) {
43776
44362
  var _ref$size = _ref.size,
43777
44363
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -45671,8 +46257,44 @@ function IconStack2(_ref) {
45671
46257
  stroke: "none",
45672
46258
  d: "M0 0h24v24H0z",
45673
46259
  fill: "none"
46260
+ }), /*#__PURE__*/createElement("polyline", {
46261
+ points: "12 4 4 8 12 12 20 8 12 4"
46262
+ }), /*#__PURE__*/createElement("polyline", {
46263
+ points: "4 12 12 16 20 12"
46264
+ }), /*#__PURE__*/createElement("polyline", {
46265
+ points: "4 16 12 20 20 16"
46266
+ }));
46267
+ }
46268
+
46269
+ function IconStack3(_ref) {
46270
+ var _ref$size = _ref.size,
46271
+ size = _ref$size === void 0 ? 24 : _ref$size,
46272
+ _ref$color = _ref.color,
46273
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
46274
+ _ref$stroke = _ref.stroke,
46275
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
46276
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
46277
+
46278
+ return /*#__PURE__*/createElement("svg", _extends({
46279
+ className: "icon icon-tabler icon-tabler-stack-3",
46280
+ width: size,
46281
+ height: size,
46282
+ viewBox: "0 0 24 24",
46283
+ strokeWidth: stroke,
46284
+ stroke: color,
46285
+ fill: "none",
46286
+ strokeLinecap: "round",
46287
+ strokeLinejoin: "round"
46288
+ }, props), /*#__PURE__*/createElement("path", {
46289
+ stroke: "none",
46290
+ d: "M0 0h24v24H0z",
46291
+ fill: "none"
45674
46292
  }), /*#__PURE__*/createElement("path", {
45675
- d: "M12 6l-8 4l8 4l8 -4l-8 -4"
46293
+ d: "M12 2l-8 4l8 4l8 -4l-8 -4"
46294
+ }), /*#__PURE__*/createElement("path", {
46295
+ d: "M4 10l8 4l8 -4"
46296
+ }), /*#__PURE__*/createElement("path", {
46297
+ d: "M4 18l8 4l8 -4"
45676
46298
  }), /*#__PURE__*/createElement("path", {
45677
46299
  d: "M4 14l8 4l8 -4"
45678
46300
  }));
@@ -45701,12 +46323,10 @@ function IconStack(_ref) {
45701
46323
  stroke: "none",
45702
46324
  d: "M0 0h24v24H0z",
45703
46325
  fill: "none"
45704
- }), /*#__PURE__*/createElement("polyline", {
45705
- points: "12 4 4 8 12 12 20 8 12 4"
45706
- }), /*#__PURE__*/createElement("polyline", {
45707
- points: "4 12 12 16 20 12"
45708
- }), /*#__PURE__*/createElement("polyline", {
45709
- points: "4 16 12 20 20 16"
46326
+ }), /*#__PURE__*/createElement("path", {
46327
+ d: "M12 6l-8 4l8 4l8 -4l-8 -4"
46328
+ }), /*#__PURE__*/createElement("path", {
46329
+ d: "M4 14l8 4l8 -4"
45710
46330
  }));
45711
46331
  }
45712
46332
 
@@ -52607,5 +53227,5 @@ function IconZoomMoney(_ref) {
52607
53227
  }));
52608
53228
  }
52609
53229
 
52610
- export { Icon2fa, Icon3dCubeSphere, IconAB, IconAccessPoint, IconAccessPointOff, IconAccessible, IconActivity, IconAd, IconAd2, IconAdjustments, IconAdjustmentsAlt, IconAdjustmentsHorizontal, IconAerialLift, IconAffiliate, IconAlarm, IconAlertCircle, IconAlertOctagon, IconAlertTriangle, IconAlien, IconAlignCenter, IconAlignJustified, IconAlignLeft, IconAlignRight, IconAmbulance, IconAnchor, IconAngle, IconAntennaBars1, IconAntennaBars2, IconAntennaBars3, IconAntennaBars4, IconAntennaBars5, IconAperture, IconApple, IconApps, IconArchive, IconArrowAutofitContent, IconArrowAutofitDown, IconArrowAutofitHeight, IconArrowAutofitLeft, IconArrowAutofitRight, IconArrowAutofitUp, IconArrowAutofitWidth, IconArrowBack, IconArrowBackUp, IconArrowBarDown, IconArrowBarLeft, IconArrowBarRight, IconArrowBarToDown, IconArrowBarToLeft, IconArrowBarToRight, IconArrowBarToUp, IconArrowBarUp, IconArrowBigDown, IconArrowBigLeft, IconArrowBigRight, IconArrowBigTop, IconArrowBottomBar, IconArrowBottomCircle, IconArrowBottomSquare, IconArrowBottomTail, IconArrowDown, IconArrowDownCircle, IconArrowDownLeft, IconArrowDownLeftCircle, IconArrowDownRight, IconArrowDownRightCircle, IconArrowForward, IconArrowForwardUp, IconArrowLeft, IconArrowLeftBar, IconArrowLeftCircle, IconArrowLeftSquare, IconArrowLeftTail, IconArrowLoopLeft, IconArrowLoopRight, IconArrowNarrowDown, IconArrowNarrowLeft, IconArrowNarrowRight, IconArrowNarrowUp, IconArrowRampLeft, IconArrowRampRight, IconArrowRight, IconArrowRightBar, IconArrowRightCircle, IconArrowRightSquare, IconArrowRightTail, IconArrowTopBar, IconArrowTopCircle, IconArrowTopSquare, IconArrowTopTail, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpLeftCircle, IconArrowUpRight, IconArrowUpRightCircle, IconArrowWaveLeftDown, IconArrowWaveLeftUp, IconArrowWaveRightDown, IconArrowWaveRightUp, IconArrowsDiagonal, IconArrowsDiagonal2, IconArrowsDiagonalMinimize, IconArrowsDiagonalMinimize2, IconArrowsDoubleNeSw, IconArrowsDoubleNwSe, IconArrowsDoubleSeNw, IconArrowsDoubleSwNe, IconArrowsDown, IconArrowsDownUp, IconArrowsHorizontal, IconArrowsJoin, IconArrowsJoin2, IconArrowsLeft, IconArrowsLeftDown, IconArrowsLeftRight, IconArrowsMaximize, IconArrowsMinimize, IconArrowsRight, IconArrowsRightDown, IconArrowsRightLeft, IconArrowsSort, IconArrowsSplit, IconArrowsSplit2, IconArrowsUp, IconArrowsUpDown, IconArrowsUpLeft, IconArrowsUpRight, IconArrowsVertical, IconArtboard, IconAspectRatio, IconAt, IconAtom, IconAtom2, IconAward, IconAxisX, IconAxisY, IconBackhoe, IconBackpack, IconBackspace, IconBallAmericanFootball, IconBallBasketball, IconBallBowling, IconBallFootball, IconBallFootballOff, IconBallTennis, IconBallVolleyball, IconBallon, IconBan, IconBandage, IconBarcode, IconBasket, IconBath, IconBattery, IconBattery1, IconBattery2, IconBattery3, IconBattery4, IconBatteryAutomotive, IconBatteryCharging, IconBatteryCharging2, IconBatteryEco, IconBatteryOff, IconBeach, IconBed, IconBell, IconBellMinus, IconBellOff, IconBellPlus, IconBellRinging, IconBellRinging2, IconBellX, IconBike, IconBinary, IconBiohazard, IconBlockquote, IconBluetooth, IconBluetoothConnected, IconBluetoothOff, IconBold, IconBolt, IconBoltOff, IconBone, IconBook, IconBookmark, IconBookmarkOff, IconBookmarks, IconBorderAll, IconBorderBottom, IconBorderHorizontal, IconBorderInner, IconBorderLeft, IconBorderNone, IconBorderOuter, IconBorderRadius, IconBorderRight, IconBorderStyle, IconBorderStyle2, IconBorderTop, IconBorderVertical, IconBottle, IconBox, IconBoxMargin, IconBoxModel, IconBoxModel2, IconBoxMultiple, IconBoxMultiple0, IconBoxMultiple1, IconBoxMultiple2, IconBoxMultiple3, IconBoxMultiple4, IconBoxMultiple5, IconBoxMultiple6, IconBoxMultiple7, IconBoxMultiple8, IconBoxMultiple9, IconBoxPadding, IconBraces, IconBrackets, IconBrandAirbnb, IconBrandAirtable, IconBrandAndroid, IconBrandAngular, IconBrandApple, IconBrandAppleArcade, IconBrandAppstore, IconBrandAsana, IconBrandBehance, IconBrandBing, IconBrandBitbucket, IconBrandBooking, IconBrandBootstrap, IconBrandChrome, IconBrandCodepen, IconBrandCodesandbox, IconBrandCss3, IconBrandCucumber, IconBrandDebian, IconBrandDeviantart, IconBrandDiscord, IconBrandDisqus, IconBrandDocker, IconBrandDoctrine, IconBrandDribbble, IconBrandEdge, IconBrandFacebook, IconBrandFigma, IconBrandFirebase, IconBrandFirefox, IconBrandFlickr, IconBrandFoursquare, IconBrandFramer, IconBrandGit, IconBrandGithub, IconBrandGitlab, IconBrandGoogle, IconBrandGoogleAnalytics, IconBrandGoogleDrive, IconBrandGooglePlay, IconBrandGravatar, IconBrandHipchat, IconBrandHtml5, IconBrandInstagram, IconBrandJavascript, IconBrandKickstarter, IconBrandKotlin, IconBrandLinkedin, IconBrandLoom, IconBrandMastercard, IconBrandMedium, IconBrandMessenger, IconBrandNetbeans, IconBrandNetflix, IconBrandNotion, IconBrandOpenSource, IconBrandOpera, IconBrandPagekit, IconBrandPatreon, IconBrandPaypal, IconBrandPhp, IconBrandPinterest, IconBrandPocket, IconBrandProducthunt, IconBrandPython, IconBrandReactNative, IconBrandReddit, IconBrandSafari, IconBrandSass, IconBrandSentry, IconBrandShazam, IconBrandSketch, IconBrandSkype, IconBrandSlack, IconBrandSnapchat, IconBrandSoundcloud, IconBrandSpotify, IconBrandStackoverflow, IconBrandSteam, IconBrandStripe, IconBrandSublimeText, IconBrandTabler, IconBrandTailwind, IconBrandTelegram, IconBrandTidal, IconBrandTiktok, IconBrandTinder, IconBrandTumblr, IconBrandTwitch, IconBrandTwitter, IconBrandUber, IconBrandUbuntu, IconBrandUnsplash, IconBrandVercel, IconBrandVimeo, IconBrandVisualStudio, IconBrandVk, IconBrandWhatsapp, IconBrandWindows, IconBrandYahoo, IconBrandYcombinator, IconBrandYoutube, IconBriefcase, IconBrightness, IconBrightness2, IconBrightnessDown, IconBrightnessHalf, IconBrightnessUp, IconBrowser, IconBrush, IconBucket, IconBug, IconBuilding, IconBuildingArch, IconBuildingBank, IconBuildingBridge, IconBuildingBridge2, IconBuildingCarousel, IconBuildingCastle, IconBuildingChurch, IconBuildingCommunity, IconBuildingCottage, IconBuildingFactory, IconBuildingFortress, IconBuildingHospital, IconBuildingLighthouse, IconBuildingMonument, IconBuildingPavilon, IconBuildingSkyscraper, IconBuildingStore, IconBuildingWarehouse, IconBulb, IconBulbOff, IconBulldozer, IconBus, IconBusinessplan, IconCalculator, IconCalendar, IconCalendarEvent, IconCalendarMinus, IconCalendarOff, IconCalendarPlus, IconCalendarStats, IconCalendarTime, IconCamera, IconCameraMinus, IconCameraOff, IconCameraPlus, IconCameraRotate, IconCameraSelfie, IconCandy, IconCapture, IconCar, IconCarCrane, IconCaravan, IconCardboards, IconCaretDown, IconCaretLeft, IconCaretRight, IconCaretUp, IconCash, IconCashBanknote, IconCashBanknoteOff, IconCast, IconCe, IconCertificate, IconChargingPile, IconChartArcs, IconChartArcs3, IconChartArea, IconChartAreaLine, IconChartArrows, IconChartArrowsVertical, IconChartBar, IconChartBubble, IconChartCandle, IconChartCircles, IconChartDonut, IconChartDonut2, IconChartDonut3, IconChartDonut4, IconChartDots, IconChartInfographic, IconChartLine, IconChartPie, IconChartPie2, IconChartPie3, IconChartPie4, IconChartRadar, IconCheck, IconCheckbox, IconChecks, IconCheckupList, IconCheese, IconChevronDown, IconChevronDownLeft, IconChevronDownRight, IconChevronLeft, IconChevronRight, IconChevronUp, IconChevronUpLeft, IconChevronUpRight, IconChevronsDown, IconChevronsDownLeft, IconChevronsDownRight, IconChevronsLeft, IconChevronsRight, IconChevronsUp, IconChevronsUpLeft, IconChevronsUpRight, IconChristmasTree, IconCircle, IconCircle0, IconCircle1, IconCircle2, IconCircle3, IconCircle4, IconCircle5, IconCircle6, IconCircle7, IconCircle8, IconCircle9, IconCircleCheck, IconCircleDashed, IconCircleDotted, IconCircleHalf, IconCircleHalfVertical, IconCircleMinus, IconCircleOff, IconCirclePlus, IconCircleSquare, IconCircleX, IconCircles, IconClearAll, IconClearFormatting, IconClick, IconClipboard, IconClipboardCheck, IconClipboardList, IconClipboardX, IconClock, IconCloud, IconCloudDownload, IconCloudFog, IconCloudOff, IconCloudRain, IconCloudSnow, IconCloudStorm, IconCloudUpload, IconCode, IconCodeMinus, IconCodePlus, IconCoffee, IconCoin, IconColorPicker, IconColorSwatch, IconColumnInsertLeft, IconColumnInsertRight, IconColumns, IconComet, IconCommand, IconCompass, IconConfetti, IconContainer, IconContrast, IconCookie, IconCopy, IconCopyleft, IconCopyright, IconCornerDownLeft, IconCornerDownLeftDouble, IconCornerDownRight, IconCornerDownRightDouble, IconCornerLeftDown, IconCornerLeftDownDouble, IconCornerLeftUp, IconCornerLeftUpDouble, IconCornerRightDown, IconCornerRightDownDouble, IconCornerRightUp, IconCornerRightUpDouble, IconCornerUpLeft, IconCornerUpLeftDouble, IconCornerUpRight, IconCornerUpRightDouble, IconCrane, IconCreditCard, IconCreditCardOff, IconCrop, IconCrosshair, IconCrown, IconCrownOff, IconCrutches, IconCup, IconCurlyLoop, IconCurrencyBahraini, IconCurrencyBath, IconCurrencyBitcoin, IconCurrencyCent, IconCurrencyDinar, IconCurrencyDirham, IconCurrencyDogecoin, IconCurrencyDollar, IconCurrencyDollarAustralian, IconCurrencyDollarCanadian, IconCurrencyDollarSingapore, IconCurrencyEthereum, IconCurrencyEuro, IconCurrencyForint, IconCurrencyFrank, IconCurrencyKroneCzech, IconCurrencyKroneDanish, IconCurrencyKroneSwedish, IconCurrencyLeu, IconCurrencyLira, IconCurrencyLitecoin, IconCurrencyNaira, IconCurrencyPound, IconCurrencyReal, IconCurrencyRenminbi, IconCurrencyRipple, IconCurrencyRiyal, IconCurrencyRubel, IconCurrencyRupee, IconCurrencyShekel, IconCurrencyTaka, IconCurrencyTugrik, IconCurrencyWon, IconCurrencyYen, IconCurrencyZloty, IconCurrentLocation, IconCursorText, IconCut, IconDashboard, IconDatabase, IconDatabaseExport, IconDatabaseImport, IconDatabaseOff, IconDetails, IconDeviceAnalytics, IconDeviceAudioTape, IconDeviceCctv, IconDeviceComputerCamera, IconDeviceComputerCameraOff, IconDeviceDesktop, IconDeviceDesktopAnalytics, IconDeviceDesktopOff, IconDeviceFloppy, IconDeviceGamepad, IconDeviceLaptop, IconDeviceMobile, IconDeviceMobileMessage, IconDeviceMobileRotated, IconDeviceMobileVibration, IconDeviceSpeaker, IconDeviceTablet, IconDeviceTv, IconDeviceWatch, IconDeviceWatchStats, IconDeviceWatchStats2, IconDevices, IconDevices2, IconDevicesPc, IconDiamond, IconDice, IconDimensions, IconDirection, IconDirectionHorizontal, IconDirections, IconDisabled, IconDisabled2, IconDisc, IconDiscount, IconDiscount2, IconDivide, IconDna, IconDna2, IconDogBowl, IconDoor, IconDoorEnter, IconDoorExit, IconDots, IconDotsCircleHorizontal, IconDotsDiagonal, IconDotsDiagonal2, IconDotsVertical, IconDownload, IconDragDrop, IconDragDrop2, IconDrone, IconDroneOff, IconDroplet, IconDropletFilled, IconDropletFilled2, IconDropletHalf, IconDropletHalf2, IconDropletOff, IconEar, IconEarOff, IconEdit, IconEditCircle, IconEgg, IconEmergencyBed, IconEmphasis, IconEngine, IconEqual, IconEqualNot, IconEraser, IconExchange, IconExposure, IconExternalLink, IconEye, IconEyeCheck, IconEyeOff, IconEyeTable, IconEyeglass, IconEyeglass2, IconFaceId, IconFall, IconFeather, IconFence, IconFile, IconFileAlert, IconFileAnalytics, IconFileCertificate, IconFileCheck, IconFileCode, IconFileCode2, IconFileDiff, IconFileDislike, IconFileDownload, IconFileExport, IconFileHorizontal, IconFileImport, IconFileInfo, IconFileInvoice, IconFileLike, IconFileMinus, IconFileMusic, IconFileOff, IconFilePhone, IconFilePlus, IconFileReport, IconFileSearch, IconFileShredder, IconFileSymlink, IconFileText, IconFileUpload, IconFileX, IconFileZip, IconFiles, IconFilesOff, IconFilter, IconFilterOff, IconFingerprint, IconFiretruck, IconFirstAidKit, IconFish, IconFlag, IconFlag2, IconFlag3, IconFlame, IconFlare, IconFlask, IconFlask2, IconFlipHorizontal, IconFlipVertical, IconFloatCenter, IconFloatLeft, IconFloatNone, IconFloatRight, IconFocus, IconFocus2, IconFold, IconFoldDown, IconFoldUp, IconFolder, IconFolderMinus, IconFolderOff, IconFolderPlus, IconFolderX, IconFolders, IconForbid, IconForbid2, IconForklift, IconForms, IconFrame, IconFriends, IconGasStation, IconGauge, IconGeometry, IconGhost, IconGift, IconGitBranch, IconGitCommit, IconGitCompare, IconGitFork, IconGitMerge, IconGitPullRequest, IconGitPullRequestClosed, IconGlass, IconGlassFull, IconGlassOff, IconGlobe, IconGolf, IconGps, IconGrain, IconGridDots, IconGripHorizontal, IconGripVertical, IconGrowth, IconH1, IconH2, IconH3, IconH4, IconH5, IconH6, IconHandClick, IconHandFinger, IconHandLittleFinger, IconHandMiddleFinger, IconHandMove, IconHandOff, IconHandRingFinger, IconHandRock, IconHandStop, IconHandThreeFingers, IconHandTwoFingers, IconHanger, IconHash, IconHeading, IconHeadphones, IconHeadphonesOff, IconHeadset, IconHeart, IconHeartBroken, IconHeartRateMonitor, IconHelicopter, IconHelicopterLanding, IconHelp, IconHexagon, IconHexagonOff, IconHierarchy, IconHierarchy2, IconHighlight, IconHistory, IconHome, IconHome2, IconHotelService, IconIceCream, IconIceCream2, IconId, IconInbox, IconIndentDecrease, IconIndentIncrease, IconInfinity, IconInfoCircle, IconInfoSquare, IconItalic, IconJumpRope, IconKarate, IconKey, IconKeyboard, IconKeyboardHide, IconKeyboardOff, IconKeyboardShow, IconLanguage, IconLanguageHiragana, IconLanguageKatakana, IconLayersDifference, IconLayersIntersect, IconLayersLinked, IconLayersSubtract, IconLayersUnion, IconLayout, IconLayout2, IconLayoutAlignBottom, IconLayoutAlignCenter, IconLayoutAlignLeft, IconLayoutAlignMiddle, IconLayoutAlignRight, IconLayoutAlignTop, IconLayoutBottombar, IconLayoutCards, IconLayoutColumns, IconLayoutDistributeHorizontal, IconLayoutDistributeVertical, IconLayoutGrid, IconLayoutGridAdd, IconLayoutKanban, IconLayoutList, IconLayoutNavbar, IconLayoutRows, IconLayoutSidebar, IconLayoutSidebarRight, IconLeaf, IconLego, IconLemon, IconLemon2, IconLetterA, IconLetterB, IconLetterC, IconLetterCase, IconLetterCaseLower, IconLetterCaseToggle, IconLetterCaseUpper, IconLetterD, IconLetterE, IconLetterF, IconLetterG, IconLetterH, IconLetterI, IconLetterJ, IconLetterK, IconLetterL, IconLetterM, IconLetterN, IconLetterO, IconLetterP, IconLetterQ, IconLetterR, IconLetterS, IconLetterSpacing, IconLetterT, IconLetterU, IconLetterV, IconLetterW, IconLetterX, IconLetterY, IconLetterZ, IconLettersCase, IconLicense, IconLifebuoy, IconLine, IconLineDashed, IconLineDotted, IconLineHeight, IconLink, IconList, IconListCheck, IconListDetails, IconListNumbers, IconListSearch, IconLivePhoto, IconLiveView, IconLoader, IconLoaderQuarter, IconLocation, IconLock, IconLockAccess, IconLockOff, IconLockOpen, IconLockSquare, IconLogin, IconLogout, IconLungs, IconMacro, IconMagnet, IconMail, IconMailForward, IconMailOpened, IconMailbox, IconMan, IconManualGearbox, IconMap, IconMap2, IconMapPin, IconMapPinOff, IconMapPins, IconMapSearch, IconMarkdown, IconMarquee, IconMarquee2, IconMars, IconMask, IconMaskOff, IconMassage, IconMath, IconMathFunction, IconMathSymbols, IconMaximize, IconMeat, IconMedal, IconMedicalCross, IconMedicineSyrup, IconMenu, IconMenu2, IconMessage, IconMessage2, IconMessageCircle, IconMessageCircle2, IconMessageCircleOff, IconMessageDots, IconMessageOff, IconMessagePlus, IconMessageReport, IconMessages, IconMessagesOff, IconMicrophone, IconMicrophone2, IconMicrophoneOff, IconMicroscope, IconMilk, IconMinimize, IconMinus, IconMinusVertical, IconMist, IconMoodBoy, IconMoodConfuzed, IconMoodCrazyHappy, IconMoodCry, IconMoodEmpty, IconMoodHappy, IconMoodKid, IconMoodNeutral, IconMoodSad, IconMoodSmile, IconMoodSuprised, IconMoodTongue, IconMoon, IconMoon2, IconMoonStars, IconMoped, IconMotorbike, IconMouse, IconMovie, IconMug, IconMultiplier05x, IconMultiplier15x, IconMultiplier1x, IconMultiplier2x, IconMushroom, IconMusic, IconNewSection, IconNews, IconNfc, IconNote, IconNotebook, IconNotes, IconNotification, IconNumber0, IconNumber1, IconNumber2, IconNumber3, IconNumber4, IconNumber5, IconNumber6, IconNumber7, IconNumber8, IconNumber9, IconNurse, IconOctagon, IconOctagonOff, IconOld, IconOlympics, IconOmega, IconOutlet, IconOverline, IconPackage, IconPacman, IconPageBreak, IconPaint, IconPalette, IconPanoramaHorizontal, IconPanoramaVertical, IconPaperclip, IconParachute, IconParentheses, IconParking, IconPeace, IconPencil, IconPennant, IconPepper, IconPercentage, IconPerspective, IconPhone, IconPhoneCall, IconPhoneCalling, IconPhoneCheck, IconPhoneIncoming, IconPhoneOff, IconPhoneOutgoing, IconPhonePause, IconPhonePlus, IconPhoneX, IconPhoto, IconPhotoOff, IconPhysotherapist, IconPictureInPicture, IconPictureInPictureOff, IconPictureInPictureOn, IconPig, IconPill, IconPills, IconPin, IconPinned, IconPinnedOff, IconPizza, IconPlane, IconPlaneArrival, IconPlaneDeparture, IconPlanet, IconPlant, IconPlant2, IconPlayCard, IconPlayerPause, IconPlayerPlay, IconPlayerRecord, IconPlayerSkipBack, IconPlayerSkipForward, IconPlayerStop, IconPlayerTrackNext, IconPlayerTrackPrev, IconPlaylist, IconPlug, IconPlus, IconPoint, IconPokeball, IconPolaroid, IconPool, IconPower, IconPray, IconPresentation, IconPresentationAnalytics, IconPrinter, IconPrison, IconPrompt, IconPropeller, IconPuzzle, IconPuzzle2, IconPyramid, IconQrcode, IconQuestionMark, IconRadio, IconRadioactive, IconRadiusBottomLeft, IconRadiusBottomRight, IconRadiusTopLeft, IconRadiusTopRight, IconRainbow, IconReceipt, IconReceipt2, IconReceiptOff, IconReceiptRefund, IconReceiptTax, IconRecharging, IconRecordMail, IconRectangle, IconRectangleVertical, IconRecycle, IconRefresh, IconRefreshAlert, IconRegistered, IconRelationManyToMany, IconRelationOneToMany, IconRelationOneToOne, IconRepeat, IconRepeatOnce, IconReplace, IconReport, IconReportAnalytics, IconReportMedical, IconReportMoney, IconReportSearch, IconResize, IconRipple, IconRoadSign, IconRocket, IconRotate, IconRotate2, IconRotate360, IconRotateClockwise, IconRotateClockwise2, IconRotateRectangle, IconRoute, IconRouter, IconRowInsertBottom, IconRowInsertTop, IconRss, IconRuler, IconRuler2, IconRun, IconSailboat, IconSalt, IconSatellite, IconSausage, IconScale, IconScaleOutline, IconScan, IconSchool, IconScissors, IconScooter, IconScooterElectric, IconScreenShare, IconScreenShareOff, IconScubaMask, IconSearch, IconSection, IconSeeding, IconSelect, IconSelector, IconSend, IconSeparator, IconSeparatorHorizontal, IconSeparatorVertical, IconServer, IconServicemark, IconSettings, IconSettingsAutomation, IconShadow, IconShadowOff, IconShape, IconShape2, IconShape3, IconShare, IconShield, IconShieldCheck, IconShieldLock, IconShieldOff, IconShieldX, IconShip, IconShirt, IconShoppingCart, IconShoppingCartDiscount, IconShoppingCartOff, IconShoppingCartPlus, IconShoppingCartX, IconShredder, IconSignature, IconSitemap, IconSkateboard, IconSlice, IconSlideshow, IconSmartHome, IconSmoking, IconSmokingNo, IconSnowflake, IconSoccerField, IconSocial, IconSock, IconSortAscending, IconSortAscending2, IconSortAscendingLetters, IconSortAscendingNumbers, IconSortDescending, IconSortDescending2, IconSortDescendingLetters, IconSortDescendingNumbers, IconSoup, IconSpace, IconSpacingHorizontal, IconSpacingVertical, IconSpeakerphone, IconSpeedboat, IconSportBillard, IconSquare, IconSquare0, IconSquare1, IconSquare2, IconSquare3, IconSquare4, IconSquare5, IconSquare6, IconSquare7, IconSquare8, IconSquare9, IconSquareCheck, IconSquareDot, IconSquareForbid, IconSquareForbid2, IconSquareMinus, IconSquareOff, IconSquarePlus, IconSquareRoot, IconSquareRoot2, IconSquareRotated, IconSquareRotatedOff, IconSquareToggle, IconSquareToggleHorizontal, IconSquareX, IconSquaresDiagonal, IconSquaresFilled, IconStack, IconStack2, IconStairs, IconStairsDown, IconStairsUp, IconStar, IconStarHalf, IconStarOff, IconStars, IconSteeringWheel, IconStepInto, IconStepOut, IconStethoscope, IconSticker, IconStrikethrough, IconSubmarine, IconSubscript, IconSubtask, IconSum, IconSun, IconSunOff, IconSunrise, IconSunset, IconSuperscript, IconSwimming, IconSwitch, IconSwitch2, IconSwitch3, IconSwitchHorizontal, IconSwitchVertical, IconTable, IconTableExport, IconTableImport, IconTableOff, IconTag, IconTags, IconTallymark1, IconTallymark2, IconTallymark3, IconTallymark4, IconTallymarks, IconTank, IconTarget, IconTemperature, IconTemperatureCelsius, IconTemperatureFahrenheit, IconTemperatureMinus, IconTemperaturePlus, IconTemplate, IconTent, IconTerminal, IconTerminal2, IconTestPipe, IconTextDirectionLtr, IconTextDirectionRtl, IconTextResize, IconTextWrap, IconTextWrapDisabled, IconThermometer, IconThumbDown, IconThumbUp, IconTicket, IconTiltShift, IconTir, IconToggleLeft, IconToggleRight, IconTool, IconTools, IconToolsKitchen, IconToolsKitchen2, IconTornado, IconTournament, IconTrack, IconTractor, IconTrademark, IconTrafficCone, IconTrafficLights, IconTrain, IconTransferIn, IconTransferOut, IconTrash, IconTrashOff, IconTrashX, IconTree, IconTrees, IconTrendingDown, IconTrendingDown2, IconTrendingDown3, IconTrendingUp, IconTrendingUp2, IconTrendingUp3, IconTriangle, IconTriangleOff, IconTriangleSquareCircle, IconTrident, IconTrophy, IconTruck, IconTruckDelivery, IconTruckOff, IconTruckReturn, IconTypography, IconUmbrella, IconUnderline, IconUnlink, IconUpload, IconUrgent, IconUser, IconUserCheck, IconUserCircle, IconUserExclamation, IconUserMinus, IconUserOff, IconUserPlus, IconUserSearch, IconUserX, IconUsers, IconVaccine, IconVaccineBottle, IconVariable, IconVector, IconVectorBeizer2, IconVectorBezier, IconVectorTriangle, IconVenus, IconVersions, IconVideo, IconVideoMinus, IconVideoOff, IconVideoPlus, IconView360, IconViewfinder, IconViewportNarrow, IconViewportWide, IconVirus, IconVirusOff, IconVirusSearch, IconVocabulary, IconVolume, IconVolume2, IconVolume3, IconWalk, IconWall, IconWallet, IconWallpaper, IconWand, IconWaveSawTool, IconWaveSine, IconWaveSquare, IconWifi, IconWifi0, IconWifi1, IconWifi2, IconWifiOff, IconWind, IconWindmill, IconWindow, IconWiper, IconWiperWash, IconWoman, IconWorld, IconWorldDownload, IconWorldLatitude, IconWorldLongitude, IconWorldUpload, IconWreckingBall, IconWriting, IconWritingSign, IconX, IconYinYang, IconZodiacAquarius, IconZodiacAries, IconZodiacCancer, IconZodiacCapricorn, IconZodiacGemini, IconZodiacLeo, IconZodiacLibra, IconZodiacPisces, IconZodiacSagittarius, IconZodiacScorpio, IconZodiacTaurus, IconZodiacVirgo, IconZoomCancel, IconZoomCheck, IconZoomIn, IconZoomMoney };
53230
+ export { Icon2fa, Icon3dCubeSphere, IconAB, IconAccessPoint, IconAccessPointOff, IconAccessible, IconActivity, IconAd, IconAd2, IconAdjustments, IconAdjustmentsAlt, IconAdjustmentsHorizontal, IconAerialLift, IconAffiliate, IconAlarm, IconAlertCircle, IconAlertOctagon, IconAlertTriangle, IconAlien, IconAlignCenter, IconAlignJustified, IconAlignLeft, IconAlignRight, IconAmbulance, IconAnchor, IconAngle, IconAntennaBars1, IconAntennaBars2, IconAntennaBars3, IconAntennaBars4, IconAntennaBars5, IconAperture, IconApple, IconApps, IconArchive, IconArrowAutofitContent, IconArrowAutofitDown, IconArrowAutofitHeight, IconArrowAutofitLeft, IconArrowAutofitRight, IconArrowAutofitUp, IconArrowAutofitWidth, IconArrowBack, IconArrowBackUp, IconArrowBarDown, IconArrowBarLeft, IconArrowBarRight, IconArrowBarToDown, IconArrowBarToLeft, IconArrowBarToRight, IconArrowBarToUp, IconArrowBarUp, IconArrowBigDown, IconArrowBigLeft, IconArrowBigRight, IconArrowBigTop, IconArrowBottomBar, IconArrowBottomCircle, IconArrowBottomSquare, IconArrowBottomTail, IconArrowDown, IconArrowDownCircle, IconArrowDownLeft, IconArrowDownLeftCircle, IconArrowDownRight, IconArrowDownRightCircle, IconArrowForward, IconArrowForwardUp, IconArrowLeft, IconArrowLeftBar, IconArrowLeftCircle, IconArrowLeftSquare, IconArrowLeftTail, IconArrowLoopLeft, IconArrowLoopRight, IconArrowNarrowDown, IconArrowNarrowLeft, IconArrowNarrowRight, IconArrowNarrowUp, IconArrowRampLeft, IconArrowRampRight, IconArrowRight, IconArrowRightBar, IconArrowRightCircle, IconArrowRightSquare, IconArrowRightTail, IconArrowTopBar, IconArrowTopCircle, IconArrowTopSquare, IconArrowTopTail, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpLeftCircle, IconArrowUpRight, IconArrowUpRightCircle, IconArrowWaveLeftDown, IconArrowWaveLeftUp, IconArrowWaveRightDown, IconArrowWaveRightUp, IconArrowsDiagonal, IconArrowsDiagonal2, IconArrowsDiagonalMinimize, IconArrowsDiagonalMinimize2, IconArrowsDoubleNeSw, IconArrowsDoubleNwSe, IconArrowsDoubleSeNw, IconArrowsDoubleSwNe, IconArrowsDown, IconArrowsDownUp, IconArrowsHorizontal, IconArrowsJoin, IconArrowsJoin2, IconArrowsLeft, IconArrowsLeftDown, IconArrowsLeftRight, IconArrowsMaximize, IconArrowsMinimize, IconArrowsRight, IconArrowsRightDown, IconArrowsRightLeft, IconArrowsSort, IconArrowsSplit, IconArrowsSplit2, IconArrowsUp, IconArrowsUpDown, IconArrowsUpLeft, IconArrowsUpRight, IconArrowsVertical, IconArtboard, IconAspectRatio, IconAt, IconAtom, IconAtom2, IconAward, IconAxisX, IconAxisY, IconBackhoe, IconBackpack, IconBackspace, IconBallAmericanFootball, IconBallBasketball, IconBallBowling, IconBallFootball, IconBallFootballOff, IconBallTennis, IconBallVolleyball, IconBallon, IconBan, IconBandage, IconBarcode, IconBasket, IconBath, IconBattery, IconBattery1, IconBattery2, IconBattery3, IconBattery4, IconBatteryAutomotive, IconBatteryCharging, IconBatteryCharging2, IconBatteryEco, IconBatteryOff, IconBeach, IconBed, IconBell, IconBellMinus, IconBellOff, IconBellPlus, IconBellRinging, IconBellRinging2, IconBellX, IconBike, IconBinary, IconBiohazard, IconBlockquote, IconBluetooth, IconBluetoothConnected, IconBluetoothOff, IconBlur, IconBold, IconBolt, IconBoltOff, IconBone, IconBook, IconBookmark, IconBookmarkOff, IconBookmarks, IconBorderAll, IconBorderBottom, IconBorderHorizontal, IconBorderInner, IconBorderLeft, IconBorderNone, IconBorderOuter, IconBorderRadius, IconBorderRight, IconBorderStyle, IconBorderStyle2, IconBorderTop, IconBorderVertical, IconBottle, IconBox, IconBoxMargin, IconBoxModel, IconBoxModel2, IconBoxMultiple, IconBoxMultiple0, IconBoxMultiple1, IconBoxMultiple2, IconBoxMultiple3, IconBoxMultiple4, IconBoxMultiple5, IconBoxMultiple6, IconBoxMultiple7, IconBoxMultiple8, IconBoxMultiple9, IconBoxPadding, IconBraces, IconBrackets, IconBrandAirbnb, IconBrandAirtable, IconBrandAndroid, IconBrandAngular, IconBrandApple, IconBrandAppleArcade, IconBrandAppstore, IconBrandAsana, IconBrandBehance, IconBrandBing, IconBrandBitbucket, IconBrandBooking, IconBrandBootstrap, IconBrandChrome, IconBrandCodepen, IconBrandCodesandbox, IconBrandCss3, IconBrandCucumber, IconBrandDebian, IconBrandDeviantart, IconBrandDiscord, IconBrandDisqus, IconBrandDocker, IconBrandDoctrine, IconBrandDribbble, IconBrandEdge, IconBrandFacebook, IconBrandFigma, IconBrandFirebase, IconBrandFirefox, IconBrandFlickr, IconBrandFoursquare, IconBrandFramer, IconBrandGit, IconBrandGithub, IconBrandGitlab, IconBrandGoogle, IconBrandGoogleAnalytics, IconBrandGoogleDrive, IconBrandGooglePlay, IconBrandGravatar, IconBrandHipchat, IconBrandHtml5, IconBrandInstagram, IconBrandJavascript, IconBrandKickstarter, IconBrandKotlin, IconBrandLinkedin, IconBrandLoom, IconBrandMastercard, IconBrandMedium, IconBrandMessenger, IconBrandNetbeans, IconBrandNetflix, IconBrandNotion, IconBrandNytimes, IconBrandOpenSource, IconBrandOpera, IconBrandPagekit, IconBrandPatreon, IconBrandPaypal, IconBrandPhp, IconBrandPinterest, IconBrandPocket, IconBrandProducthunt, IconBrandPython, IconBrandReactNative, IconBrandReddit, IconBrandSafari, IconBrandSass, IconBrandSentry, IconBrandShazam, IconBrandSketch, IconBrandSkype, IconBrandSlack, IconBrandSnapchat, IconBrandSoundcloud, IconBrandSpotify, IconBrandStackoverflow, IconBrandSteam, IconBrandStripe, IconBrandSublimeText, IconBrandTabler, IconBrandTailwind, IconBrandTelegram, IconBrandTidal, IconBrandTiktok, IconBrandTinder, IconBrandTumblr, IconBrandTwitch, IconBrandTwitter, IconBrandUber, IconBrandUbuntu, IconBrandUnsplash, IconBrandVercel, IconBrandVimeo, IconBrandVisualStudio, IconBrandVk, IconBrandWhatsapp, IconBrandWindows, IconBrandYahoo, IconBrandYcombinator, IconBrandYoutube, IconBriefcase, IconBrightness, IconBrightness2, IconBrightnessDown, IconBrightnessHalf, IconBrightnessUp, IconBrowser, IconBrush, IconBucket, IconBug, IconBuilding, IconBuildingArch, IconBuildingBank, IconBuildingBridge, IconBuildingBridge2, IconBuildingCarousel, IconBuildingCastle, IconBuildingChurch, IconBuildingCommunity, IconBuildingCottage, IconBuildingFactory, IconBuildingFortress, IconBuildingHospital, IconBuildingLighthouse, IconBuildingMonument, IconBuildingPavilon, IconBuildingSkyscraper, IconBuildingStore, IconBuildingWarehouse, IconBulb, IconBulbOff, IconBulldozer, IconBus, IconBusinessplan, IconCalculator, IconCalendar, IconCalendarEvent, IconCalendarMinus, IconCalendarOff, IconCalendarPlus, IconCalendarStats, IconCalendarTime, IconCamera, IconCameraMinus, IconCameraOff, IconCameraPlus, IconCameraRotate, IconCameraSelfie, IconCandy, IconCapture, IconCar, IconCarCrane, IconCaravan, IconCardboards, IconCaretDown, IconCaretLeft, IconCaretRight, IconCaretUp, IconCash, IconCashBanknote, IconCashBanknoteOff, IconCast, IconCe, IconCertificate, IconChargingPile, IconChartArcs, IconChartArcs3, IconChartArea, IconChartAreaLine, IconChartArrows, IconChartArrowsVertical, IconChartBar, IconChartBubble, IconChartCandle, IconChartCircles, IconChartDonut, IconChartDonut2, IconChartDonut3, IconChartDonut4, IconChartDots, IconChartInfographic, IconChartLine, IconChartPie, IconChartPie2, IconChartPie3, IconChartPie4, IconChartRadar, IconCheck, IconCheckbox, IconChecks, IconCheckupList, IconCheese, IconChevronDown, IconChevronDownLeft, IconChevronDownRight, IconChevronLeft, IconChevronRight, IconChevronUp, IconChevronUpLeft, IconChevronUpRight, IconChevronsDown, IconChevronsDownLeft, IconChevronsDownRight, IconChevronsLeft, IconChevronsRight, IconChevronsUp, IconChevronsUpLeft, IconChevronsUpRight, IconChristmasTree, IconCircle, IconCircle0, IconCircle1, IconCircle2, IconCircle3, IconCircle4, IconCircle5, IconCircle6, IconCircle7, IconCircle8, IconCircle9, IconCircleCheck, IconCircleDashed, IconCircleDotted, IconCircleHalf, IconCircleHalfVertical, IconCircleMinus, IconCircleOff, IconCirclePlus, IconCircleSquare, IconCircleX, IconCircles, IconClearAll, IconClearFormatting, IconClick, IconClipboard, IconClipboardCheck, IconClipboardList, IconClipboardX, IconClock, IconCloud, IconCloudDownload, IconCloudFog, IconCloudOff, IconCloudRain, IconCloudSnow, IconCloudStorm, IconCloudUpload, IconCode, IconCodeMinus, IconCodePlus, IconCoffee, IconCoin, IconColorPicker, IconColorSwatch, IconColumnInsertLeft, IconColumnInsertRight, IconColumns, IconComet, IconCommand, IconCompass, IconConfetti, IconContainer, IconContrast, IconCookie, IconCopy, IconCopyleft, IconCopyright, IconCornerDownLeft, IconCornerDownLeftDouble, IconCornerDownRight, IconCornerDownRightDouble, IconCornerLeftDown, IconCornerLeftDownDouble, IconCornerLeftUp, IconCornerLeftUpDouble, IconCornerRightDown, IconCornerRightDownDouble, IconCornerRightUp, IconCornerRightUpDouble, IconCornerUpLeft, IconCornerUpLeftDouble, IconCornerUpRight, IconCornerUpRightDouble, IconCpu, IconCrane, IconCreditCard, IconCreditCardOff, IconCrop, IconCross, IconCrosshair, IconCrown, IconCrownOff, IconCrutches, IconCup, IconCurlyLoop, IconCurrencyBahraini, IconCurrencyBath, IconCurrencyBitcoin, IconCurrencyCent, IconCurrencyDinar, IconCurrencyDirham, IconCurrencyDogecoin, IconCurrencyDollar, IconCurrencyDollarAustralian, IconCurrencyDollarCanadian, IconCurrencyDollarSingapore, IconCurrencyEthereum, IconCurrencyEuro, IconCurrencyForint, IconCurrencyFrank, IconCurrencyKroneCzech, IconCurrencyKroneDanish, IconCurrencyKroneSwedish, IconCurrencyLeu, IconCurrencyLira, IconCurrencyLitecoin, IconCurrencyNaira, IconCurrencyPound, IconCurrencyReal, IconCurrencyRenminbi, IconCurrencyRipple, IconCurrencyRiyal, IconCurrencyRubel, IconCurrencyRupee, IconCurrencyShekel, IconCurrencyTaka, IconCurrencyTugrik, IconCurrencyWon, IconCurrencyYen, IconCurrencyZloty, IconCurrentLocation, IconCursorText, IconCut, IconDashboard, IconDatabase, IconDatabaseExport, IconDatabaseImport, IconDatabaseOff, IconDetails, IconDeviceAnalytics, IconDeviceAudioTape, IconDeviceCctv, IconDeviceComputerCamera, IconDeviceComputerCameraOff, IconDeviceDesktop, IconDeviceDesktopAnalytics, IconDeviceDesktopOff, IconDeviceFloppy, IconDeviceGamepad, IconDeviceLaptop, IconDeviceMobile, IconDeviceMobileMessage, IconDeviceMobileRotated, IconDeviceMobileVibration, IconDeviceSpeaker, IconDeviceTablet, IconDeviceTv, IconDeviceWatch, IconDeviceWatchStats, IconDeviceWatchStats2, IconDevices, IconDevices2, IconDevicesPc, IconDiamond, IconDice, IconDimensions, IconDirection, IconDirectionHorizontal, IconDirections, IconDisabled, IconDisabled2, IconDisc, IconDiscount, IconDiscount2, IconDivide, IconDna, IconDna2, IconDogBowl, IconDoor, IconDoorEnter, IconDoorExit, IconDots, IconDotsCircleHorizontal, IconDotsDiagonal, IconDotsDiagonal2, IconDotsVertical, IconDownload, IconDragDrop, IconDragDrop2, IconDrone, IconDroneOff, IconDroplet, IconDropletFilled, IconDropletFilled2, IconDropletHalf, IconDropletHalf2, IconDropletOff, IconEar, IconEarOff, IconEdit, IconEditCircle, IconEgg, IconEmergencyBed, IconEmphasis, IconEngine, IconEqual, IconEqualNot, IconEraser, IconExchange, IconExposure, IconExternalLink, IconEye, IconEyeCheck, IconEyeOff, IconEyeTable, IconEyeglass, IconEyeglass2, IconFaceId, IconFall, IconFeather, IconFence, IconFile, IconFileAlert, IconFileAnalytics, IconFileCertificate, IconFileCheck, IconFileCode, IconFileCode2, IconFileDiff, IconFileDislike, IconFileDownload, IconFileExport, IconFileHorizontal, IconFileImport, IconFileInfo, IconFileInvoice, IconFileLike, IconFileMinus, IconFileMusic, IconFileOff, IconFilePhone, IconFilePlus, IconFileReport, IconFileSearch, IconFileShredder, IconFileSymlink, IconFileText, IconFileUpload, IconFileX, IconFileZip, IconFiles, IconFilesOff, IconFilter, IconFilterOff, IconFingerprint, IconFiretruck, IconFirstAidKit, IconFish, IconFlag, IconFlag2, IconFlag3, IconFlame, IconFlare, IconFlask, IconFlask2, IconFlipHorizontal, IconFlipVertical, IconFloatCenter, IconFloatLeft, IconFloatNone, IconFloatRight, IconFocus, IconFocus2, IconFold, IconFoldDown, IconFoldUp, IconFolder, IconFolderMinus, IconFolderOff, IconFolderPlus, IconFolderX, IconFolders, IconForbid, IconForbid2, IconForklift, IconForms, IconFrame, IconFriends, IconGasStation, IconGauge, IconGavel, IconGeometry, IconGhost, IconGift, IconGitBranch, IconGitCommit, IconGitCompare, IconGitFork, IconGitMerge, IconGitPullRequest, IconGitPullRequestClosed, IconGlass, IconGlassFull, IconGlassOff, IconGlobe, IconGolf, IconGps, IconGrain, IconGridDots, IconGripHorizontal, IconGripVertical, IconGrowth, IconH1, IconH2, IconH3, IconH4, IconH5, IconH6, IconHammer, IconHandClick, IconHandFinger, IconHandLittleFinger, IconHandMiddleFinger, IconHandMove, IconHandOff, IconHandRingFinger, IconHandRock, IconHandStop, IconHandThreeFingers, IconHandTwoFingers, IconHanger, IconHash, IconHeading, IconHeadphones, IconHeadphonesOff, IconHeadset, IconHeart, IconHeartBroken, IconHeartRateMonitor, IconHeartbeat, IconHelicopter, IconHelicopterLanding, IconHelp, IconHexagon, IconHexagonOff, IconHierarchy, IconHierarchy2, IconHighlight, IconHistory, IconHome, IconHome2, IconHotelService, IconHourglass, IconIceCream, IconIceCream2, IconId, IconInbox, IconIndentDecrease, IconIndentIncrease, IconInfinity, IconInfoCircle, IconInfoSquare, IconItalic, IconJumpRope, IconKarate, IconKey, IconKeyboard, IconKeyboardHide, IconKeyboardOff, IconKeyboardShow, IconLanguage, IconLanguageHiragana, IconLanguageKatakana, IconLayersDifference, IconLayersIntersect, IconLayersLinked, IconLayersSubtract, IconLayersUnion, IconLayout, IconLayout2, IconLayoutAlignBottom, IconLayoutAlignCenter, IconLayoutAlignLeft, IconLayoutAlignMiddle, IconLayoutAlignRight, IconLayoutAlignTop, IconLayoutBoard, IconLayoutBoardSplit, IconLayoutBottombar, IconLayoutCards, IconLayoutColumns, IconLayoutDistributeHorizontal, IconLayoutDistributeVertical, IconLayoutGrid, IconLayoutGridAdd, IconLayoutKanban, IconLayoutList, IconLayoutNavbar, IconLayoutRows, IconLayoutSidebar, IconLayoutSidebarRight, IconLeaf, IconLego, IconLemon, IconLemon2, IconLetterA, IconLetterB, IconLetterC, IconLetterCase, IconLetterCaseLower, IconLetterCaseToggle, IconLetterCaseUpper, IconLetterD, IconLetterE, IconLetterF, IconLetterG, IconLetterH, IconLetterI, IconLetterJ, IconLetterK, IconLetterL, IconLetterM, IconLetterN, IconLetterO, IconLetterP, IconLetterQ, IconLetterR, IconLetterS, IconLetterSpacing, IconLetterT, IconLetterU, IconLetterV, IconLetterW, IconLetterX, IconLetterY, IconLetterZ, IconLettersCase, IconLicense, IconLifebuoy, IconLine, IconLineDashed, IconLineDotted, IconLineHeight, IconLink, IconList, IconListCheck, IconListDetails, IconListNumbers, IconListSearch, IconLivePhoto, IconLiveView, IconLoader, IconLoaderQuarter, IconLocation, IconLock, IconLockAccess, IconLockOff, IconLockOpen, IconLockSquare, IconLogin, IconLogout, IconLungs, IconMacro, IconMagnet, IconMail, IconMailForward, IconMailOpened, IconMailbox, IconMan, IconManualGearbox, IconMap, IconMap2, IconMapPin, IconMapPinOff, IconMapPins, IconMapSearch, IconMarkdown, IconMarquee, IconMarquee2, IconMars, IconMask, IconMaskOff, IconMassage, IconMath, IconMathFunction, IconMathSymbols, IconMaximize, IconMeat, IconMedal, IconMedicalCross, IconMedicineSyrup, IconMenu, IconMenu2, IconMessage, IconMessage2, IconMessageCircle, IconMessageCircle2, IconMessageCircleOff, IconMessageDots, IconMessageOff, IconMessagePlus, IconMessageReport, IconMessages, IconMessagesOff, IconMicrophone, IconMicrophone2, IconMicrophoneOff, IconMicroscope, IconMilk, IconMinimize, IconMinus, IconMinusVertical, IconMist, IconMoodBoy, IconMoodConfuzed, IconMoodCrazyHappy, IconMoodCry, IconMoodEmpty, IconMoodHappy, IconMoodKid, IconMoodNervous, IconMoodNeutral, IconMoodSad, IconMoodSmile, IconMoodSuprised, IconMoodTongue, IconMoon, IconMoon2, IconMoonStars, IconMoped, IconMotorbike, IconMountain, IconMouse, IconMovie, IconMug, IconMultiplier05x, IconMultiplier15x, IconMultiplier1x, IconMultiplier2x, IconMushroom, IconMusic, IconNewSection, IconNews, IconNfc, IconNote, IconNotebook, IconNotes, IconNotification, IconNumber0, IconNumber1, IconNumber2, IconNumber3, IconNumber4, IconNumber5, IconNumber6, IconNumber7, IconNumber8, IconNumber9, IconNurse, IconOctagon, IconOctagonOff, IconOld, IconOlympics, IconOmega, IconOutlet, IconOverline, IconPackage, IconPacman, IconPageBreak, IconPaint, IconPalette, IconPanoramaHorizontal, IconPanoramaVertical, IconPaperclip, IconParachute, IconParentheses, IconParking, IconPeace, IconPencil, IconPennant, IconPepper, IconPercentage, IconPerspective, IconPhone, IconPhoneCall, IconPhoneCalling, IconPhoneCheck, IconPhoneIncoming, IconPhoneOff, IconPhoneOutgoing, IconPhonePause, IconPhonePlus, IconPhoneX, IconPhoto, IconPhotoOff, IconPhysotherapist, IconPictureInPicture, IconPictureInPictureOff, IconPictureInPictureOn, IconPig, IconPill, IconPills, IconPin, IconPinned, IconPinnedOff, IconPizza, IconPlane, IconPlaneArrival, IconPlaneDeparture, IconPlaneInflight, IconPlanet, IconPlant, IconPlant2, IconPlayCard, IconPlayerPause, IconPlayerPlay, IconPlayerRecord, IconPlayerSkipBack, IconPlayerSkipForward, IconPlayerStop, IconPlayerTrackNext, IconPlayerTrackPrev, IconPlaylist, IconPlug, IconPlus, IconPoint, IconPokeball, IconPolaroid, IconPool, IconPower, IconPray, IconPrescription, IconPresentation, IconPresentationAnalytics, IconPrinter, IconPrison, IconPrompt, IconPropeller, IconPuzzle, IconPuzzle2, IconPyramid, IconQrcode, IconQuestionMark, IconRadio, IconRadioactive, IconRadiusBottomLeft, IconRadiusBottomRight, IconRadiusTopLeft, IconRadiusTopRight, IconRainbow, IconReceipt, IconReceipt2, IconReceiptOff, IconReceiptRefund, IconReceiptTax, IconRecharging, IconRecordMail, IconRectangle, IconRectangleVertical, IconRecycle, IconRefresh, IconRefreshAlert, IconRegistered, IconRelationManyToMany, IconRelationOneToMany, IconRelationOneToOne, IconRepeat, IconRepeatOnce, IconReplace, IconReport, IconReportAnalytics, IconReportMedical, IconReportMoney, IconReportSearch, IconResize, IconRipple, IconRoadSign, IconRocket, IconRotate, IconRotate2, IconRotate360, IconRotateClockwise, IconRotateClockwise2, IconRotateRectangle, IconRoute, IconRouter, IconRowInsertBottom, IconRowInsertTop, IconRss, IconRuler, IconRuler2, IconRun, IconSailboat, IconSalt, IconSatellite, IconSausage, IconScale, IconScaleOutline, IconScan, IconSchool, IconScissors, IconScooter, IconScooterElectric, IconScreenShare, IconScreenShareOff, IconScubaMask, IconSearch, IconSection, IconSeeding, IconSelect, IconSelector, IconSend, IconSeparator, IconSeparatorHorizontal, IconSeparatorVertical, IconServer, IconServicemark, IconSettings, IconSettingsAutomation, IconShadow, IconShadowOff, IconShape, IconShape2, IconShape3, IconShare, IconShield, IconShieldCheck, IconShieldCheckered, IconShieldChevron, IconShieldLock, IconShieldOff, IconShieldX, IconShip, IconShirt, IconShoppingCart, IconShoppingCartDiscount, IconShoppingCartOff, IconShoppingCartPlus, IconShoppingCartX, IconShredder, IconSignature, IconSitemap, IconSkateboard, IconSleigh, IconSlice, IconSlideshow, IconSmartHome, IconSmoking, IconSmokingNo, IconSnowflake, IconSoccerField, IconSocial, IconSock, IconSortAscending, IconSortAscending2, IconSortAscendingLetters, IconSortAscendingNumbers, IconSortDescending, IconSortDescending2, IconSortDescendingLetters, IconSortDescendingNumbers, IconSoup, IconSpace, IconSpacingHorizontal, IconSpacingVertical, IconSpeakerphone, IconSpeedboat, IconSportBillard, IconSquare, IconSquare0, IconSquare1, IconSquare2, IconSquare3, IconSquare4, IconSquare5, IconSquare6, IconSquare7, IconSquare8, IconSquare9, IconSquareCheck, IconSquareDot, IconSquareForbid, IconSquareForbid2, IconSquareMinus, IconSquareOff, IconSquarePlus, IconSquareRoot, IconSquareRoot2, IconSquareRotated, IconSquareRotatedOff, IconSquareToggle, IconSquareToggleHorizontal, IconSquareX, IconSquaresDiagonal, IconSquaresFilled, IconStack, IconStack2, IconStack3, IconStairs, IconStairsDown, IconStairsUp, IconStar, IconStarHalf, IconStarOff, IconStars, IconSteeringWheel, IconStepInto, IconStepOut, IconStethoscope, IconSticker, IconStrikethrough, IconSubmarine, IconSubscript, IconSubtask, IconSum, IconSun, IconSunOff, IconSunrise, IconSunset, IconSuperscript, IconSwimming, IconSwitch, IconSwitch2, IconSwitch3, IconSwitchHorizontal, IconSwitchVertical, IconTable, IconTableExport, IconTableImport, IconTableOff, IconTag, IconTags, IconTallymark1, IconTallymark2, IconTallymark3, IconTallymark4, IconTallymarks, IconTank, IconTarget, IconTemperature, IconTemperatureCelsius, IconTemperatureFahrenheit, IconTemperatureMinus, IconTemperaturePlus, IconTemplate, IconTent, IconTerminal, IconTerminal2, IconTestPipe, IconTextDirectionLtr, IconTextDirectionRtl, IconTextResize, IconTextWrap, IconTextWrapDisabled, IconThermometer, IconThumbDown, IconThumbUp, IconTicket, IconTiltShift, IconTir, IconToggleLeft, IconToggleRight, IconTool, IconTools, IconToolsKitchen, IconToolsKitchen2, IconTornado, IconTournament, IconTrack, IconTractor, IconTrademark, IconTrafficCone, IconTrafficLights, IconTrain, IconTransferIn, IconTransferOut, IconTrash, IconTrashOff, IconTrashX, IconTree, IconTrees, IconTrendingDown, IconTrendingDown2, IconTrendingDown3, IconTrendingUp, IconTrendingUp2, IconTrendingUp3, IconTriangle, IconTriangleOff, IconTriangleSquareCircle, IconTrident, IconTrophy, IconTruck, IconTruckDelivery, IconTruckOff, IconTruckReturn, IconTypography, IconUmbrella, IconUnderline, IconUnlink, IconUpload, IconUrgent, IconUser, IconUserCheck, IconUserCircle, IconUserExclamation, IconUserMinus, IconUserOff, IconUserPlus, IconUserSearch, IconUserX, IconUsers, IconVaccine, IconVaccineBottle, IconVariable, IconVector, IconVectorBeizer2, IconVectorBezier, IconVectorTriangle, IconVenus, IconVersions, IconVideo, IconVideoMinus, IconVideoOff, IconVideoPlus, IconView360, IconViewfinder, IconViewportNarrow, IconViewportWide, IconVirus, IconVirusOff, IconVirusSearch, IconVocabulary, IconVolume, IconVolume2, IconVolume3, IconWalk, IconWall, IconWallet, IconWallpaper, IconWand, IconWaveSawTool, IconWaveSine, IconWaveSquare, IconWifi, IconWifi0, IconWifi1, IconWifi2, IconWifiOff, IconWind, IconWindmill, IconWindow, IconWiper, IconWiperWash, IconWoman, IconWorld, IconWorldDownload, IconWorldLatitude, IconWorldLongitude, IconWorldUpload, IconWreckingBall, IconWriting, IconWritingSign, IconX, IconYinYang, IconZodiacAquarius, IconZodiacAries, IconZodiacCancer, IconZodiacCapricorn, IconZodiacGemini, IconZodiacLeo, IconZodiacLibra, IconZodiacPisces, IconZodiacSagittarius, IconZodiacScorpio, IconZodiacTaurus, IconZodiacVirgo, IconZoomCancel, IconZoomCheck, IconZoomIn, IconZoomMoney };
52611
53231
  //# sourceMappingURL=index.esm.js.map