@tabler/icons 1.45.0 → 1.46.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 (62) hide show
  1. package/iconfont/fonts/tabler-icons.eot +0 -0
  2. package/iconfont/fonts/tabler-icons.svg +100 -49
  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 +69 -1
  7. package/iconfont/tabler-icons.html +155 -2
  8. package/iconfont/tabler-icons.min.css +2 -2
  9. package/iconfont/tabler-icons.scss +35 -1
  10. package/icons/brand-notion.svg +11 -0
  11. package/icons/device-watch-stats-2.svg +9 -0
  12. package/icons/device-watch-stats.svg +11 -0
  13. package/icons/engine.svg +10 -0
  14. package/icons/git-pull-request-closed.svg +11 -0
  15. package/icons/hotel-service.svg +6 -0
  16. package/icons/lemon-2.svg +6 -0
  17. package/icons/map-search.svg +10 -0
  18. package/icons/puzzle-2.svg +10 -0
  19. package/icons/report-search.svg +12 -0
  20. package/icons/rotate-360.svg +7 -0
  21. package/icons/tag.svg +2 -2
  22. package/icons/tags.svg +8 -0
  23. package/icons/text-resize.svg +15 -0
  24. package/icons/trash-x.svg +9 -0
  25. package/icons/user-search.svg +9 -0
  26. package/icons/world-download.svg +11 -0
  27. package/icons/world-upload.svg +11 -0
  28. package/icons-png/brand-notion.png +0 -0
  29. package/icons-png/device-watch-stats-2.png +0 -0
  30. package/icons-png/device-watch-stats.png +0 -0
  31. package/icons-png/engine.png +0 -0
  32. package/icons-png/git-pull-request-closed.png +0 -0
  33. package/icons-png/hotel-service.png +0 -0
  34. package/icons-png/lemon-2.png +0 -0
  35. package/icons-png/map-search.png +0 -0
  36. package/icons-png/puzzle-2.png +0 -0
  37. package/icons-png/report-search.png +0 -0
  38. package/icons-png/rotate-360.png +0 -0
  39. package/icons-png/tag.png +0 -0
  40. package/icons-png/tags.png +0 -0
  41. package/icons-png/text-resize.png +0 -0
  42. package/icons-png/trash-x.png +0 -0
  43. package/icons-png/user-search.png +0 -0
  44. package/icons-png/world-download.png +0 -0
  45. package/icons-png/world-upload.png +0 -0
  46. package/icons-react/dist/index.cjs.js +669 -5
  47. package/icons-react/dist/index.cjs.js.map +1 -1
  48. package/icons-react/dist/index.cjs.min.js +1 -1
  49. package/icons-react/dist/index.cjs.min.js.map +1 -1
  50. package/icons-react/dist/index.esm.js +653 -6
  51. package/icons-react/dist/index.esm.js.map +1 -1
  52. package/icons-react/dist/index.esm.min.js +1 -1
  53. package/icons-react/dist/index.esm.min.js.map +1 -1
  54. package/icons-react/dist/index.umd.js +669 -5
  55. package/icons-react/dist/index.umd.js.map +1 -1
  56. package/icons-react/dist/index.umd.min.js +1 -1
  57. package/icons-react/dist/index.umd.min.js.map +1 -1
  58. package/icons-react/index.d.ts +17 -0
  59. package/package.json +3 -3
  60. package/tabler-sprite-nostroke.svg +1 -1
  61. package/tabler-sprite.svg +1 -1
  62. package/tags.json +176 -17
@@ -10958,6 +10958,48 @@ function IconBrandNetflix(_ref) {
10958
10958
  }));
10959
10959
  }
10960
10960
 
10961
+ function IconBrandNotion(_ref) {
10962
+ var _ref$size = _ref.size,
10963
+ size = _ref$size === void 0 ? 24 : _ref$size,
10964
+ _ref$color = _ref.color,
10965
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10966
+ _ref$stroke = _ref.stroke,
10967
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
10968
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
10969
+
10970
+ return /*#__PURE__*/createElement("svg", _extends({
10971
+ className: "icon icon-tabler icon-tabler-brand-notion",
10972
+ width: size,
10973
+ height: size,
10974
+ viewBox: "0 0 24 24",
10975
+ strokeWidth: stroke,
10976
+ stroke: color,
10977
+ fill: "none",
10978
+ strokeLinecap: "round",
10979
+ strokeLinejoin: "round"
10980
+ }, props), /*#__PURE__*/createElement("path", {
10981
+ stroke: "none",
10982
+ d: "M0 0h24v24H0z",
10983
+ fill: "none"
10984
+ }), /*#__PURE__*/createElement("rect", {
10985
+ x: 4,
10986
+ y: 4,
10987
+ width: 16,
10988
+ height: 16,
10989
+ rx: 2
10990
+ }), /*#__PURE__*/createElement("path", {
10991
+ d: "M7 7h3l6 6"
10992
+ }), /*#__PURE__*/createElement("path", {
10993
+ d: "M8 7v10"
10994
+ }), /*#__PURE__*/createElement("path", {
10995
+ d: "M7 17h2"
10996
+ }), /*#__PURE__*/createElement("path", {
10997
+ d: "M15 7h2"
10998
+ }), /*#__PURE__*/createElement("path", {
10999
+ d: "M16 7v10h-1l-7 -7"
11000
+ }));
11001
+ }
11002
+
10961
11003
  function IconBrandOpenSource(_ref) {
10962
11004
  var _ref$size = _ref.size,
10963
11005
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -22079,6 +22121,86 @@ function IconDeviceTv(_ref) {
22079
22121
  }));
22080
22122
  }
22081
22123
 
22124
+ function IconDeviceWatchStats2(_ref) {
22125
+ var _ref$size = _ref.size,
22126
+ size = _ref$size === void 0 ? 24 : _ref$size,
22127
+ _ref$color = _ref.color,
22128
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
22129
+ _ref$stroke = _ref.stroke,
22130
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
22131
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
22132
+
22133
+ return /*#__PURE__*/createElement("svg", _extends({
22134
+ className: "icon icon-tabler icon-tabler-device-watch-stats-2",
22135
+ width: size,
22136
+ height: size,
22137
+ viewBox: "0 0 24 24",
22138
+ strokeWidth: stroke,
22139
+ stroke: color,
22140
+ fill: "none",
22141
+ strokeLinecap: "round",
22142
+ strokeLinejoin: "round"
22143
+ }, props), /*#__PURE__*/createElement("path", {
22144
+ stroke: "none",
22145
+ d: "M0 0h24v24H0z",
22146
+ fill: "none"
22147
+ }), /*#__PURE__*/createElement("rect", {
22148
+ x: 6,
22149
+ y: 6,
22150
+ width: 12,
22151
+ height: 12,
22152
+ rx: 3
22153
+ }), /*#__PURE__*/createElement("path", {
22154
+ d: "M9 18v3h6v-3"
22155
+ }), /*#__PURE__*/createElement("path", {
22156
+ d: "M9 6v-3h6v3"
22157
+ }), /*#__PURE__*/createElement("path", {
22158
+ d: "M12 10a2 2 0 1 0 2 2"
22159
+ }));
22160
+ }
22161
+
22162
+ function IconDeviceWatchStats(_ref) {
22163
+ var _ref$size = _ref.size,
22164
+ size = _ref$size === void 0 ? 24 : _ref$size,
22165
+ _ref$color = _ref.color,
22166
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
22167
+ _ref$stroke = _ref.stroke,
22168
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
22169
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
22170
+
22171
+ return /*#__PURE__*/createElement("svg", _extends({
22172
+ className: "icon icon-tabler icon-tabler-device-watch-stats",
22173
+ width: size,
22174
+ height: size,
22175
+ viewBox: "0 0 24 24",
22176
+ strokeWidth: stroke,
22177
+ stroke: color,
22178
+ fill: "none",
22179
+ strokeLinecap: "round",
22180
+ strokeLinejoin: "round"
22181
+ }, props), /*#__PURE__*/createElement("path", {
22182
+ stroke: "none",
22183
+ d: "M0 0h24v24H0z",
22184
+ fill: "none"
22185
+ }), /*#__PURE__*/createElement("rect", {
22186
+ x: 6,
22187
+ y: 6,
22188
+ width: 12,
22189
+ height: 12,
22190
+ rx: 3
22191
+ }), /*#__PURE__*/createElement("path", {
22192
+ d: "M9 18v3h6v-3"
22193
+ }), /*#__PURE__*/createElement("path", {
22194
+ d: "M9 6v-3h6v3"
22195
+ }), /*#__PURE__*/createElement("path", {
22196
+ d: "M9 14v-4"
22197
+ }), /*#__PURE__*/createElement("path", {
22198
+ d: "M12 14v-1"
22199
+ }), /*#__PURE__*/createElement("path", {
22200
+ d: "M15 14v-3"
22201
+ }));
22202
+ }
22203
+
22082
22204
  function IconDeviceWatch(_ref) {
22083
22205
  var _ref$size = _ref.size,
22084
22206
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -23833,6 +23955,42 @@ function IconEmphasis(_ref) {
23833
23955
  }));
23834
23956
  }
23835
23957
 
23958
+ function IconEngine(_ref) {
23959
+ var _ref$size = _ref.size,
23960
+ size = _ref$size === void 0 ? 24 : _ref$size,
23961
+ _ref$color = _ref.color,
23962
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
23963
+ _ref$stroke = _ref.stroke,
23964
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
23965
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
23966
+
23967
+ return /*#__PURE__*/createElement("svg", _extends({
23968
+ className: "icon icon-tabler icon-tabler-engine",
23969
+ width: size,
23970
+ height: size,
23971
+ viewBox: "0 0 24 24",
23972
+ strokeWidth: stroke,
23973
+ stroke: color,
23974
+ fill: "none",
23975
+ strokeLinecap: "round",
23976
+ strokeLinejoin: "round"
23977
+ }, props), /*#__PURE__*/createElement("path", {
23978
+ stroke: "none",
23979
+ d: "M0 0h24v24H0z",
23980
+ fill: "none"
23981
+ }), /*#__PURE__*/createElement("path", {
23982
+ d: "M3 10v6"
23983
+ }), /*#__PURE__*/createElement("path", {
23984
+ d: "M12 5v3"
23985
+ }), /*#__PURE__*/createElement("path", {
23986
+ d: "M10 5h4"
23987
+ }), /*#__PURE__*/createElement("path", {
23988
+ d: "M5 13h-2"
23989
+ }), /*#__PURE__*/createElement("path", {
23990
+ d: "M6 10h2l2 -2h3.382a1 1 0 0 1 .894 .553l1.448 2.894a1 1 0 0 0 .894 .553h1.382v-2h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-2v-2h-3v2a1 1 0 0 1 -1 1h-3.465a1 1 0 0 1 -.832 -.445l-1.703 -2.555h-2v-6z"
23991
+ }));
23992
+ }
23993
+
23836
23994
  function IconEqualNot(_ref) {
23837
23995
  var _ref$size = _ref.size,
23838
23996
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -27385,6 +27543,50 @@ function IconGitMerge(_ref) {
27385
27543
  }));
27386
27544
  }
27387
27545
 
27546
+ function IconGitPullRequestClosed(_ref) {
27547
+ var _ref$size = _ref.size,
27548
+ size = _ref$size === void 0 ? 24 : _ref$size,
27549
+ _ref$color = _ref.color,
27550
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
27551
+ _ref$stroke = _ref.stroke,
27552
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
27553
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
27554
+
27555
+ return /*#__PURE__*/createElement("svg", _extends({
27556
+ className: "icon icon-tabler icon-tabler-git-pull-request-closed",
27557
+ width: size,
27558
+ height: size,
27559
+ viewBox: "0 0 24 24",
27560
+ strokeWidth: stroke,
27561
+ stroke: color,
27562
+ fill: "none",
27563
+ strokeLinecap: "round",
27564
+ strokeLinejoin: "round"
27565
+ }, props), /*#__PURE__*/createElement("path", {
27566
+ stroke: "none",
27567
+ d: "M0 0h24v24H0z",
27568
+ fill: "none"
27569
+ }), /*#__PURE__*/createElement("circle", {
27570
+ cx: 6,
27571
+ cy: 18,
27572
+ r: 2
27573
+ }), /*#__PURE__*/createElement("circle", {
27574
+ cx: 6,
27575
+ cy: 6,
27576
+ r: 2
27577
+ }), /*#__PURE__*/createElement("circle", {
27578
+ cx: 18,
27579
+ cy: 18,
27580
+ r: 2
27581
+ }), /*#__PURE__*/createElement("path", {
27582
+ d: "M6 8v8"
27583
+ }), /*#__PURE__*/createElement("path", {
27584
+ d: "M18 11v5"
27585
+ }), /*#__PURE__*/createElement("path", {
27586
+ d: "M16 4l4 4m0 -4l-4 4"
27587
+ }));
27588
+ }
27589
+
27388
27590
  function IconGitPullRequest(_ref) {
27389
27591
  var _ref$size = _ref.size,
27390
27592
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -29293,6 +29495,34 @@ function IconHome(_ref) {
29293
29495
  }));
29294
29496
  }
29295
29497
 
29498
+ function IconHotelService(_ref) {
29499
+ var _ref$size = _ref.size,
29500
+ size = _ref$size === void 0 ? 24 : _ref$size,
29501
+ _ref$color = _ref.color,
29502
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
29503
+ _ref$stroke = _ref.stroke,
29504
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
29505
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
29506
+
29507
+ return /*#__PURE__*/createElement("svg", _extends({
29508
+ className: "icon icon-tabler icon-tabler-hotel-service",
29509
+ width: size,
29510
+ height: size,
29511
+ viewBox: "0 0 24 24",
29512
+ strokeWidth: stroke,
29513
+ stroke: color,
29514
+ fill: "none",
29515
+ strokeLinecap: "round",
29516
+ strokeLinejoin: "round"
29517
+ }, props), /*#__PURE__*/createElement("path", {
29518
+ stroke: "none",
29519
+ d: "M0 0h24v24H0z",
29520
+ fill: "none"
29521
+ }), /*#__PURE__*/createElement("path", {
29522
+ d: "M8.5 10a1.5 1.5 0 0 1 -1.5 -1.5a5.5 5.5 0 0 1 11 0v10.5a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-2c0 -1.38 .71 -2.444 1.88 -3.175l4.424 -2.765c1.055 -.66 1.696 -1.316 1.696 -2.56a2.5 2.5 0 1 0 -5 0a1.5 1.5 0 0 1 -1.5 1.5z"
29523
+ }));
29524
+ }
29525
+
29296
29526
  function IconIceCream2(_ref) {
29297
29527
  var _ref$size = _ref.size,
29298
29528
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -31261,6 +31491,34 @@ function IconLego(_ref) {
31261
31491
  }));
31262
31492
  }
31263
31493
 
31494
+ function IconLemon2(_ref) {
31495
+ var _ref$size = _ref.size,
31496
+ size = _ref$size === void 0 ? 24 : _ref$size,
31497
+ _ref$color = _ref.color,
31498
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
31499
+ _ref$stroke = _ref.stroke,
31500
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
31501
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
31502
+
31503
+ return /*#__PURE__*/createElement("svg", _extends({
31504
+ className: "icon icon-tabler icon-tabler-lemon-2",
31505
+ width: size,
31506
+ height: size,
31507
+ viewBox: "0 0 24 24",
31508
+ strokeWidth: stroke,
31509
+ stroke: color,
31510
+ fill: "none",
31511
+ strokeLinecap: "round",
31512
+ strokeLinejoin: "round"
31513
+ }, props), /*#__PURE__*/createElement("path", {
31514
+ stroke: "none",
31515
+ d: "M0 0h24v24H0z",
31516
+ fill: "none"
31517
+ }), /*#__PURE__*/createElement("path", {
31518
+ d: "M18 4a2 2 0 0 1 1.185 3.611c1.55 2.94 .873 6.917 -1.892 9.682c-2.765 2.765 -6.743 3.442 -9.682 1.892a2 2 0 1 1 -2.796 -2.796c-1.55 -2.94 -.873 -6.917 1.892 -9.682c2.765 -2.765 6.743 -3.442 9.682 -1.892a1.999 1.999 0 0 1 1.611 -.815z"
31519
+ }));
31520
+ }
31521
+
31264
31522
  function IconLemon(_ref) {
31265
31523
  var _ref$size = _ref.size,
31266
31524
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -33853,6 +34111,44 @@ function IconMapPins(_ref) {
33853
34111
  }));
33854
34112
  }
33855
34113
 
34114
+ function IconMapSearch(_ref) {
34115
+ var _ref$size = _ref.size,
34116
+ size = _ref$size === void 0 ? 24 : _ref$size,
34117
+ _ref$color = _ref.color,
34118
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
34119
+ _ref$stroke = _ref.stroke,
34120
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
34121
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
34122
+
34123
+ return /*#__PURE__*/createElement("svg", _extends({
34124
+ className: "icon icon-tabler icon-tabler-map-search",
34125
+ width: size,
34126
+ height: size,
34127
+ viewBox: "0 0 24 24",
34128
+ strokeWidth: stroke,
34129
+ stroke: color,
34130
+ fill: "none",
34131
+ strokeLinecap: "round",
34132
+ strokeLinejoin: "round"
34133
+ }, props), /*#__PURE__*/createElement("path", {
34134
+ stroke: "none",
34135
+ d: "M0 0h24v24H0z",
34136
+ fill: "none"
34137
+ }), /*#__PURE__*/createElement("path", {
34138
+ d: "M11 18l-2 -1l-6 3v-13l6 -3l6 3l6 -3v10"
34139
+ }), /*#__PURE__*/createElement("path", {
34140
+ d: "M9 4v13"
34141
+ }), /*#__PURE__*/createElement("path", {
34142
+ d: "M15 7v5"
34143
+ }), /*#__PURE__*/createElement("circle", {
34144
+ cx: 16.5,
34145
+ cy: 17.5,
34146
+ r: 2.5
34147
+ }), /*#__PURE__*/createElement("path", {
34148
+ d: "M18.5 19.5l2.5 2.5"
34149
+ }));
34150
+ }
34151
+
33856
34152
  function IconMap(_ref) {
33857
34153
  var _ref$size = _ref.size,
33858
34154
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -39598,6 +39894,46 @@ function IconPropeller(_ref) {
39598
39894
  }));
39599
39895
  }
39600
39896
 
39897
+ function IconPuzzle2(_ref) {
39898
+ var _ref$size = _ref.size,
39899
+ size = _ref$size === void 0 ? 24 : _ref$size,
39900
+ _ref$color = _ref.color,
39901
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
39902
+ _ref$stroke = _ref.stroke,
39903
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
39904
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
39905
+
39906
+ return /*#__PURE__*/createElement("svg", _extends({
39907
+ className: "icon icon-tabler icon-tabler-puzzle-2",
39908
+ width: size,
39909
+ height: size,
39910
+ viewBox: "0 0 24 24",
39911
+ strokeWidth: stroke,
39912
+ stroke: color,
39913
+ fill: "none",
39914
+ strokeLinecap: "round",
39915
+ strokeLinejoin: "round"
39916
+ }, props), /*#__PURE__*/createElement("path", {
39917
+ stroke: "none",
39918
+ d: "M0 0h24v24H0z",
39919
+ fill: "none"
39920
+ }), /*#__PURE__*/createElement("rect", {
39921
+ x: 4,
39922
+ y: 4,
39923
+ width: 16,
39924
+ height: 16,
39925
+ rx: 2
39926
+ }), /*#__PURE__*/createElement("path", {
39927
+ d: "M12 4v2.5a0.5 .5 0 0 1 -.5 .5a1.5 1.5 0 0 0 0 3a0.5 .5 0 0 1 .5 .5v1.5"
39928
+ }), /*#__PURE__*/createElement("path", {
39929
+ d: "M12 12v1.5a0.5 .5 0 0 0 .5 .5a1.5 1.5 0 0 1 0 3a0.5 .5 0 0 0 -.5 .5v2.5"
39930
+ }), /*#__PURE__*/createElement("path", {
39931
+ d: "M20 12h-2.5a0.5 .5 0 0 1 -.5 -.5a1.5 1.5 0 0 0 -3 0a0.5 .5 0 0 1 -.5 .5h-1.5"
39932
+ }), /*#__PURE__*/createElement("path", {
39933
+ d: "M12 12h-1.5a0.5 .5 0 0 0 -.5 .5a1.5 1.5 0 0 1 -3 0a0.5 .5 0 0 0 -.5 -.5h-2.5"
39934
+ }));
39935
+ }
39936
+
39601
39937
  function IconPuzzle(_ref) {
39602
39938
  var _ref$size = _ref.size,
39603
39939
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -40823,6 +41159,52 @@ function IconReportMoney(_ref) {
40823
41159
  }));
40824
41160
  }
40825
41161
 
41162
+ function IconReportSearch(_ref) {
41163
+ var _ref$size = _ref.size,
41164
+ size = _ref$size === void 0 ? 24 : _ref$size,
41165
+ _ref$color = _ref.color,
41166
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
41167
+ _ref$stroke = _ref.stroke,
41168
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
41169
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
41170
+
41171
+ return /*#__PURE__*/createElement("svg", _extends({
41172
+ className: "icon icon-tabler icon-tabler-report-search",
41173
+ width: size,
41174
+ height: size,
41175
+ viewBox: "0 0 24 24",
41176
+ strokeWidth: stroke,
41177
+ stroke: color,
41178
+ fill: "none",
41179
+ strokeLinecap: "round",
41180
+ strokeLinejoin: "round"
41181
+ }, props), /*#__PURE__*/createElement("path", {
41182
+ stroke: "none",
41183
+ d: "M0 0h24v24H0z",
41184
+ fill: "none"
41185
+ }), /*#__PURE__*/createElement("path", {
41186
+ d: "M8 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h5.697"
41187
+ }), /*#__PURE__*/createElement("path", {
41188
+ d: "M18 12v-5a2 2 0 0 0 -2 -2h-2"
41189
+ }), /*#__PURE__*/createElement("rect", {
41190
+ x: 8,
41191
+ y: 3,
41192
+ width: 6,
41193
+ height: 4,
41194
+ rx: 2
41195
+ }), /*#__PURE__*/createElement("path", {
41196
+ d: "M8 11h4"
41197
+ }), /*#__PURE__*/createElement("path", {
41198
+ d: "M8 15h3"
41199
+ }), /*#__PURE__*/createElement("circle", {
41200
+ cx: 16.5,
41201
+ cy: 17.5,
41202
+ r: 2.5
41203
+ }), /*#__PURE__*/createElement("path", {
41204
+ d: "M18.5 19.5l2.5 2.5"
41205
+ }));
41206
+ }
41207
+
40826
41208
  function IconReport(_ref) {
40827
41209
  var _ref$size = _ref.size,
40828
41210
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -41050,6 +41432,36 @@ function IconRotate2(_ref) {
41050
41432
  }));
41051
41433
  }
41052
41434
 
41435
+ function IconRotate360(_ref) {
41436
+ var _ref$size = _ref.size,
41437
+ size = _ref$size === void 0 ? 24 : _ref$size,
41438
+ _ref$color = _ref.color,
41439
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
41440
+ _ref$stroke = _ref.stroke,
41441
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
41442
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
41443
+
41444
+ return /*#__PURE__*/createElement("svg", _extends({
41445
+ className: "icon icon-tabler icon-tabler-rotate-360",
41446
+ width: size,
41447
+ height: size,
41448
+ viewBox: "0 0 24 24",
41449
+ strokeWidth: stroke,
41450
+ stroke: color,
41451
+ fill: "none",
41452
+ strokeLinecap: "round",
41453
+ strokeLinejoin: "round"
41454
+ }, props), /*#__PURE__*/createElement("path", {
41455
+ stroke: "none",
41456
+ d: "M0 0h24v24H0z",
41457
+ fill: "none"
41458
+ }), /*#__PURE__*/createElement("path", {
41459
+ d: "M12 16h4v4"
41460
+ }), /*#__PURE__*/createElement("path", {
41461
+ d: "M19.458 11.042c.86 -2.366 .722 -4.58 -.6 -5.9c-2.272 -2.274 -7.185 -1.045 -10.973 2.743c-3.788 3.788 -5.017 8.701 -2.744 10.974c2.227 2.226 6.987 1.093 10.74 -2.515"
41462
+ }));
41463
+ }
41464
+
41053
41465
  function IconRotateClockwise2(_ref) {
41054
41466
  var _ref$size = _ref.size,
41055
41467
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -46439,12 +46851,45 @@ function IconTag(_ref) {
46439
46851
  stroke: "none",
46440
46852
  d: "M0 0h24v24H0z",
46441
46853
  fill: "none"
46442
- }), /*#__PURE__*/createElement("path", {
46443
- d: "M11 3l9 9a1.5 1.5 0 0 1 0 2l-6 6a1.5 1.5 0 0 1 -2 0l-9 -9v-4a4 4 0 0 1 4 -4h4"
46444
46854
  }), /*#__PURE__*/createElement("circle", {
46445
- cx: 9,
46446
- cy: 9,
46447
- r: 2
46855
+ cx: 8.5,
46856
+ cy: 8.5,
46857
+ r: 1,
46858
+ fill: "currentColor"
46859
+ }), /*#__PURE__*/createElement("path", {
46860
+ d: "M4 7v3.859c0 .537 .213 1.052 .593 1.432l8.116 8.116a2.025 2.025 0 0 0 2.864 0l4.834 -4.834a2.025 2.025 0 0 0 0 -2.864l-8.117 -8.116a2.025 2.025 0 0 0 -1.431 -.593h-3.859a3 3 0 0 0 -3 3z"
46861
+ }));
46862
+ }
46863
+
46864
+ function IconTags(_ref) {
46865
+ var _ref$size = _ref.size,
46866
+ size = _ref$size === void 0 ? 24 : _ref$size,
46867
+ _ref$color = _ref.color,
46868
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
46869
+ _ref$stroke = _ref.stroke,
46870
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
46871
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
46872
+
46873
+ return /*#__PURE__*/createElement("svg", _extends({
46874
+ className: "icon icon-tabler icon-tabler-tags",
46875
+ width: size,
46876
+ height: size,
46877
+ viewBox: "0 0 24 24",
46878
+ strokeWidth: stroke,
46879
+ stroke: color,
46880
+ fill: "none",
46881
+ strokeLinecap: "round",
46882
+ strokeLinejoin: "round"
46883
+ }, props), /*#__PURE__*/createElement("path", {
46884
+ stroke: "none",
46885
+ d: "M0 0h24v24H0z",
46886
+ fill: "none"
46887
+ }), /*#__PURE__*/createElement("path", {
46888
+ d: "M7.859 6h-2.834a2.025 2.025 0 0 0 -2.025 2.025v2.834c0 .537 .213 1.052 .593 1.432l6.116 6.116a2.025 2.025 0 0 0 2.864 0l2.834 -2.834a2.025 2.025 0 0 0 0 -2.864l-6.117 -6.116a2.025 2.025 0 0 0 -1.431 -.593z"
46889
+ }), /*#__PURE__*/createElement("path", {
46890
+ d: "M17.573 18.407l2.834 -2.834a2.025 2.025 0 0 0 0 -2.864l-7.117 -7.116"
46891
+ }), /*#__PURE__*/createElement("path", {
46892
+ d: "M6 9h-.01"
46448
46893
  }));
46449
46894
  }
46450
46895
 
@@ -47173,6 +47618,60 @@ function IconTextDirectionRtl(_ref) {
47173
47618
  }));
47174
47619
  }
47175
47620
 
47621
+ function IconTextResize(_ref) {
47622
+ var _ref$size = _ref.size,
47623
+ size = _ref$size === void 0 ? 24 : _ref$size,
47624
+ _ref$color = _ref.color,
47625
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
47626
+ _ref$stroke = _ref.stroke,
47627
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
47628
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
47629
+
47630
+ return /*#__PURE__*/createElement("svg", _extends({
47631
+ className: "icon icon-tabler icon-tabler-text-resize",
47632
+ width: size,
47633
+ height: size,
47634
+ viewBox: "0 0 24 24",
47635
+ strokeWidth: stroke,
47636
+ stroke: color,
47637
+ fill: "none",
47638
+ strokeLinecap: "round",
47639
+ strokeLinejoin: "round"
47640
+ }, props), /*#__PURE__*/createElement("path", {
47641
+ stroke: "none",
47642
+ d: "M0 0h24v24H0z",
47643
+ fill: "none"
47644
+ }), /*#__PURE__*/createElement("circle", {
47645
+ cx: 5,
47646
+ cy: 5,
47647
+ r: 2
47648
+ }), /*#__PURE__*/createElement("circle", {
47649
+ cx: 19,
47650
+ cy: 5,
47651
+ r: 2
47652
+ }), /*#__PURE__*/createElement("circle", {
47653
+ cx: 5,
47654
+ cy: 19,
47655
+ r: 2
47656
+ }), /*#__PURE__*/createElement("circle", {
47657
+ cx: 19,
47658
+ cy: 19,
47659
+ r: 2
47660
+ }), /*#__PURE__*/createElement("path", {
47661
+ d: "M5 7v10"
47662
+ }), /*#__PURE__*/createElement("path", {
47663
+ d: "M7 5h10"
47664
+ }), /*#__PURE__*/createElement("path", {
47665
+ d: "M7 19h10"
47666
+ }), /*#__PURE__*/createElement("path", {
47667
+ d: "M19 7v10"
47668
+ }), /*#__PURE__*/createElement("path", {
47669
+ d: "M10 10h4"
47670
+ }), /*#__PURE__*/createElement("path", {
47671
+ d: "M12 14v-4"
47672
+ }));
47673
+ }
47674
+
47176
47675
  function IconTextWrapDisabled(_ref) {
47177
47676
  var _ref$size = _ref.size,
47178
47677
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -48133,6 +48632,40 @@ function IconTrashOff(_ref) {
48133
48632
  }));
48134
48633
  }
48135
48634
 
48635
+ function IconTrashX(_ref) {
48636
+ var _ref$size = _ref.size,
48637
+ size = _ref$size === void 0 ? 24 : _ref$size,
48638
+ _ref$color = _ref.color,
48639
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
48640
+ _ref$stroke = _ref.stroke,
48641
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
48642
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
48643
+
48644
+ return /*#__PURE__*/createElement("svg", _extends({
48645
+ className: "icon icon-tabler icon-tabler-trash-x",
48646
+ width: size,
48647
+ height: size,
48648
+ viewBox: "0 0 24 24",
48649
+ strokeWidth: stroke,
48650
+ stroke: color,
48651
+ fill: "none",
48652
+ strokeLinecap: "round",
48653
+ strokeLinejoin: "round"
48654
+ }, props), /*#__PURE__*/createElement("path", {
48655
+ stroke: "none",
48656
+ d: "M0 0h24v24H0z",
48657
+ fill: "none"
48658
+ }), /*#__PURE__*/createElement("path", {
48659
+ d: "M4 7h16"
48660
+ }), /*#__PURE__*/createElement("path", {
48661
+ d: "M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12"
48662
+ }), /*#__PURE__*/createElement("path", {
48663
+ d: "M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3"
48664
+ }), /*#__PURE__*/createElement("path", {
48665
+ d: "M10 12l4 4m0 -4l-4 4"
48666
+ }));
48667
+ }
48668
+
48136
48669
  function IconTrash(_ref) {
48137
48670
  var _ref$size = _ref.size,
48138
48671
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -49216,6 +49749,44 @@ function IconUserPlus(_ref) {
49216
49749
  }));
49217
49750
  }
49218
49751
 
49752
+ function IconUserSearch(_ref) {
49753
+ var _ref$size = _ref.size,
49754
+ size = _ref$size === void 0 ? 24 : _ref$size,
49755
+ _ref$color = _ref.color,
49756
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
49757
+ _ref$stroke = _ref.stroke,
49758
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
49759
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
49760
+
49761
+ return /*#__PURE__*/createElement("svg", _extends({
49762
+ className: "icon icon-tabler icon-tabler-user-search",
49763
+ width: size,
49764
+ height: size,
49765
+ viewBox: "0 0 24 24",
49766
+ strokeWidth: stroke,
49767
+ stroke: color,
49768
+ fill: "none",
49769
+ strokeLinecap: "round",
49770
+ strokeLinejoin: "round"
49771
+ }, props), /*#__PURE__*/createElement("path", {
49772
+ stroke: "none",
49773
+ d: "M0 0h24v24H0z",
49774
+ fill: "none"
49775
+ }), /*#__PURE__*/createElement("circle", {
49776
+ cx: 12,
49777
+ cy: 7,
49778
+ r: 4
49779
+ }), /*#__PURE__*/createElement("path", {
49780
+ d: "M6 21v-2a4 4 0 0 1 4 -4h1"
49781
+ }), /*#__PURE__*/createElement("circle", {
49782
+ cx: 16.5,
49783
+ cy: 17.5,
49784
+ r: 2.5
49785
+ }), /*#__PURE__*/createElement("path", {
49786
+ d: "M18.5 19.5l2.5 2.5"
49787
+ }));
49788
+ }
49789
+
49219
49790
  function IconUserX(_ref) {
49220
49791
  var _ref$size = _ref.size,
49221
49792
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -51055,6 +51626,44 @@ function IconWoman(_ref) {
51055
51626
  }));
51056
51627
  }
51057
51628
 
51629
+ function IconWorldDownload(_ref) {
51630
+ var _ref$size = _ref.size,
51631
+ size = _ref$size === void 0 ? 24 : _ref$size,
51632
+ _ref$color = _ref.color,
51633
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
51634
+ _ref$stroke = _ref.stroke,
51635
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
51636
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
51637
+
51638
+ return /*#__PURE__*/createElement("svg", _extends({
51639
+ className: "icon icon-tabler icon-tabler-world-download",
51640
+ width: size,
51641
+ height: size,
51642
+ viewBox: "0 0 24 24",
51643
+ strokeWidth: stroke,
51644
+ stroke: color,
51645
+ fill: "none",
51646
+ strokeLinecap: "round",
51647
+ strokeLinejoin: "round"
51648
+ }, props), /*#__PURE__*/createElement("path", {
51649
+ stroke: "none",
51650
+ d: "M0 0h24v24H0z",
51651
+ fill: "none"
51652
+ }), /*#__PURE__*/createElement("path", {
51653
+ d: "M21 12a9 9 0 1 0 -9 9"
51654
+ }), /*#__PURE__*/createElement("path", {
51655
+ d: "M3.6 9h16.8"
51656
+ }), /*#__PURE__*/createElement("path", {
51657
+ d: "M3.6 15h8.4"
51658
+ }), /*#__PURE__*/createElement("path", {
51659
+ d: "M11.578 3a17 17 0 0 0 0 18"
51660
+ }), /*#__PURE__*/createElement("path", {
51661
+ d: "M12.5 3c1.719 2.755 2.5 5.876 2.5 9"
51662
+ }), /*#__PURE__*/createElement("path", {
51663
+ d: "M18 14v7m-3 -3l3 3l3 -3"
51664
+ }));
51665
+ }
51666
+
51058
51667
  function IconWorldLatitude(_ref) {
51059
51668
  var _ref$size = _ref.size,
51060
51669
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -51139,6 +51748,44 @@ function IconWorldLongitude(_ref) {
51139
51748
  }));
51140
51749
  }
51141
51750
 
51751
+ function IconWorldUpload(_ref) {
51752
+ var _ref$size = _ref.size,
51753
+ size = _ref$size === void 0 ? 24 : _ref$size,
51754
+ _ref$color = _ref.color,
51755
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
51756
+ _ref$stroke = _ref.stroke,
51757
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
51758
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
51759
+
51760
+ return /*#__PURE__*/createElement("svg", _extends({
51761
+ className: "icon icon-tabler icon-tabler-world-upload",
51762
+ width: size,
51763
+ height: size,
51764
+ viewBox: "0 0 24 24",
51765
+ strokeWidth: stroke,
51766
+ stroke: color,
51767
+ fill: "none",
51768
+ strokeLinecap: "round",
51769
+ strokeLinejoin: "round"
51770
+ }, props), /*#__PURE__*/createElement("path", {
51771
+ stroke: "none",
51772
+ d: "M0 0h24v24H0z",
51773
+ fill: "none"
51774
+ }), /*#__PURE__*/createElement("path", {
51775
+ d: "M21 12a9 9 0 1 0 -9 9"
51776
+ }), /*#__PURE__*/createElement("path", {
51777
+ d: "M3.6 9h16.8"
51778
+ }), /*#__PURE__*/createElement("path", {
51779
+ d: "M3.6 15h8.4"
51780
+ }), /*#__PURE__*/createElement("path", {
51781
+ d: "M11.578 3a17 17 0 0 0 0 18"
51782
+ }), /*#__PURE__*/createElement("path", {
51783
+ d: "M12.5 3c1.719 2.755 2.5 5.876 2.5 9"
51784
+ }), /*#__PURE__*/createElement("path", {
51785
+ d: "M18 21v-7m3 3l-3 -3l-3 3"
51786
+ }));
51787
+ }
51788
+
51142
51789
  function IconWorld(_ref) {
51143
51790
  var _ref$size = _ref.size,
51144
51791
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -51960,5 +52607,5 @@ function IconZoomMoney(_ref) {
51960
52607
  }));
51961
52608
  }
51962
52609
 
51963
- 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, 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, 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, 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, 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, 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, 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, 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, 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, IconResize, IconRipple, IconRoadSign, IconRocket, IconRotate, IconRotate2, 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, IconTallymark1, IconTallymark2, IconTallymark3, IconTallymark4, IconTallymarks, IconTank, IconTarget, IconTemperature, IconTemperatureCelsius, IconTemperatureFahrenheit, IconTemperatureMinus, IconTemperaturePlus, IconTemplate, IconTent, IconTerminal, IconTerminal2, IconTestPipe, IconTextDirectionLtr, IconTextDirectionRtl, 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, 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, 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, IconWorldLatitude, IconWorldLongitude, IconWreckingBall, IconWriting, IconWritingSign, IconX, IconYinYang, IconZodiacAquarius, IconZodiacAries, IconZodiacCancer, IconZodiacCapricorn, IconZodiacGemini, IconZodiacLeo, IconZodiacLibra, IconZodiacPisces, IconZodiacSagittarius, IconZodiacScorpio, IconZodiacTaurus, IconZodiacVirgo, IconZoomCancel, IconZoomCheck, IconZoomIn, IconZoomMoney };
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 };
51964
52611
  //# sourceMappingURL=index.esm.js.map