@tabler/icons 1.41.1 → 1.44.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 (159) hide show
  1. package/README.md +49 -7
  2. package/iconfont/fonts/tabler-icons.eot +0 -0
  3. package/iconfont/fonts/tabler-icons.svg +177 -9
  4. package/iconfont/fonts/tabler-icons.ttf +0 -0
  5. package/iconfont/fonts/tabler-icons.woff +0 -0
  6. package/iconfont/fonts/tabler-icons.woff2 +0 -0
  7. package/iconfont/tabler-icons.css +225 -1
  8. package/iconfont/tabler-icons.html +506 -2
  9. package/iconfont/tabler-icons.min.css +2 -2
  10. package/iconfont/tabler-icons.scss +113 -1
  11. package/icons/arrow-autofit-content.svg +10 -0
  12. package/icons/arrow-autofit-down.svg +8 -0
  13. package/icons/arrow-autofit-height.svg +10 -0
  14. package/icons/arrow-autofit-left.svg +8 -0
  15. package/icons/arrow-autofit-right.svg +8 -0
  16. package/icons/arrow-autofit-up.svg +8 -0
  17. package/icons/arrow-autofit-width.svg +10 -0
  18. package/icons/arrows-diagonal-minimize-2.svg +9 -0
  19. package/icons/arrows-diagonal-minimize.svg +9 -0
  20. package/icons/axis-x.svg +10 -0
  21. package/icons/axis-y.svg +10 -0
  22. package/icons/backpack.svg +8 -0
  23. package/icons/ballon.svg +8 -0
  24. package/icons/bath.svg +9 -0
  25. package/icons/battery-charging-2.svg +10 -0
  26. package/icons/battery-eco.svg +8 -0
  27. package/icons/beach.svg +10 -0
  28. package/icons/box-multiple-2.svg +1 -1
  29. package/icons/brand-bootstrap.svg +8 -0
  30. package/icons/brand-debian.svg +7 -0
  31. package/icons/brand-docker.svg +1 -1
  32. package/icons/brand-mastercard.svg +8 -0
  33. package/icons/brand-stackoverflow.svg +10 -0
  34. package/icons/brand-steam.svg +1 -1
  35. package/icons/brand-ubuntu.svg +9 -0
  36. package/icons/checkup-list.svg +10 -0
  37. package/icons/circle-2.svg +1 -1
  38. package/icons/crutches.svg +10 -0
  39. package/icons/currency-dogecoin.svg +8 -0
  40. package/icons/device-computer-camera-off.svg +2 -2
  41. package/icons/dna-2.svg +11 -0
  42. package/icons/door-enter.svg +9 -0
  43. package/icons/door-exit.svg +9 -0
  44. package/icons/door.svg +8 -0
  45. package/icons/emergency-bed.svg +12 -0
  46. package/icons/eye-table.svg +14 -0
  47. package/icons/first-aid-kit.svg +9 -0
  48. package/icons/flask-2.svg +8 -0
  49. package/icons/glass-full.svg +1 -1
  50. package/icons/h-2.svg +1 -1
  51. package/icons/hand-click.svg +13 -0
  52. package/icons/hand-move.svg +11 -0
  53. package/icons/heart-rate-monitor.svg +10 -0
  54. package/icons/highlight.svg +9 -0
  55. package/icons/ice-cream-2.svg +1 -1
  56. package/icons/list-details.svg +11 -0
  57. package/icons/lock-square.svg +8 -0
  58. package/icons/lungs.svg +9 -0
  59. package/icons/medicine-syrup.svg +9 -0
  60. package/icons/microscope.svg +12 -0
  61. package/icons/multiplier-0-5x.svg +9 -0
  62. package/icons/multiplier-1-5x.svg +10 -0
  63. package/icons/multiplier-1x.svg +8 -0
  64. package/icons/multiplier-2x.svg +8 -0
  65. package/icons/nurse.svg +8 -0
  66. package/icons/pig.svg +7 -0
  67. package/icons/pills.svg +9 -0
  68. package/icons/scale-outline.svg +7 -0
  69. package/icons/spacing-horizontal.svg +8 -0
  70. package/icons/spacing-vertical.svg +8 -0
  71. package/icons/square-2.svg +1 -1
  72. package/icons/thermometer.svg +10 -0
  73. package/icons/tree.svg +1 -1
  74. package/icons/trees.svg +1 -1
  75. package/icons/user-circle.svg +8 -0
  76. package/icons/vaccine-bottle.svg +10 -0
  77. package/icons/wallpaper.svg +8 -0
  78. package/icons-png/arrow-autofit-content.png +0 -0
  79. package/icons-png/arrow-autofit-down.png +0 -0
  80. package/icons-png/arrow-autofit-height.png +0 -0
  81. package/icons-png/arrow-autofit-left.png +0 -0
  82. package/icons-png/arrow-autofit-right.png +0 -0
  83. package/icons-png/arrow-autofit-up.png +0 -0
  84. package/icons-png/arrow-autofit-width.png +0 -0
  85. package/icons-png/arrows-diagonal-minimize-2.png +0 -0
  86. package/icons-png/arrows-diagonal-minimize.png +0 -0
  87. package/icons-png/axis-x.png +0 -0
  88. package/icons-png/axis-y.png +0 -0
  89. package/icons-png/backpack.png +0 -0
  90. package/icons-png/ballon.png +0 -0
  91. package/icons-png/bath.png +0 -0
  92. package/icons-png/battery-charging-2.png +0 -0
  93. package/icons-png/battery-eco.png +0 -0
  94. package/icons-png/beach.png +0 -0
  95. package/icons-png/box-multiple-2.png +0 -0
  96. package/icons-png/brand-bootstrap.png +0 -0
  97. package/icons-png/brand-debian.png +0 -0
  98. package/icons-png/brand-docker.png +0 -0
  99. package/icons-png/brand-mastercard.png +0 -0
  100. package/icons-png/brand-stackoverflow.png +0 -0
  101. package/icons-png/brand-steam.png +0 -0
  102. package/icons-png/brand-ubuntu.png +0 -0
  103. package/icons-png/checkup-list.png +0 -0
  104. package/icons-png/circle-2.png +0 -0
  105. package/icons-png/crutches.png +0 -0
  106. package/icons-png/currency-dogecoin.png +0 -0
  107. package/icons-png/device-computer-camera-off.png +0 -0
  108. package/icons-png/dna-2.png +0 -0
  109. package/icons-png/door-enter.png +0 -0
  110. package/icons-png/door-exit.png +0 -0
  111. package/icons-png/door.png +0 -0
  112. package/icons-png/emergency-bed.png +0 -0
  113. package/icons-png/eye-table.png +0 -0
  114. package/icons-png/first-aid-kit.png +0 -0
  115. package/icons-png/flask-2.png +0 -0
  116. package/icons-png/glass-full.png +0 -0
  117. package/icons-png/h-2.png +0 -0
  118. package/icons-png/hand-click.png +0 -0
  119. package/icons-png/hand-move.png +0 -0
  120. package/icons-png/heart-rate-monitor.png +0 -0
  121. package/icons-png/highlight.png +0 -0
  122. package/icons-png/ice-cream-2.png +0 -0
  123. package/icons-png/list-details.png +0 -0
  124. package/icons-png/lock-square.png +0 -0
  125. package/icons-png/lungs.png +0 -0
  126. package/icons-png/medicine-syrup.png +0 -0
  127. package/icons-png/microscope.png +0 -0
  128. package/icons-png/multiplier-0-5x.png +0 -0
  129. package/icons-png/multiplier-1-5x.png +0 -0
  130. package/icons-png/multiplier-1x.png +0 -0
  131. package/icons-png/multiplier-2x.png +0 -0
  132. package/icons-png/nurse.png +0 -0
  133. package/icons-png/pig.png +0 -0
  134. package/icons-png/pills.png +0 -0
  135. package/icons-png/scale-outline.png +0 -0
  136. package/icons-png/spacing-horizontal.png +0 -0
  137. package/icons-png/spacing-vertical.png +0 -0
  138. package/icons-png/square-2.png +0 -0
  139. package/icons-png/thermometer.png +0 -0
  140. package/icons-png/user-circle.png +0 -0
  141. package/icons-png/vaccine-bottle.png +0 -0
  142. package/icons-png/wallpaper.png +0 -0
  143. package/icons-react/dist/index.cjs.js +2081 -31
  144. package/icons-react/dist/index.cjs.js.map +1 -1
  145. package/icons-react/dist/index.cjs.min.js +1 -1
  146. package/icons-react/dist/index.cjs.min.js.map +1 -1
  147. package/icons-react/dist/index.esm.js +2026 -32
  148. package/icons-react/dist/index.esm.js.map +1 -1
  149. package/icons-react/dist/index.esm.min.js +1 -1
  150. package/icons-react/dist/index.esm.min.js.map +1 -1
  151. package/icons-react/dist/index.umd.js +2081 -31
  152. package/icons-react/dist/index.umd.js.map +1 -1
  153. package/icons-react/dist/index.umd.min.js +1 -1
  154. package/icons-react/dist/index.umd.min.js.map +1 -1
  155. package/icons-react/index.d.ts +56 -0
  156. package/package.json +5 -2
  157. package/tabler-sprite-nostroke.svg +1 -1
  158. package/tabler-sprite.svg +1 -1
  159. package/tags.json +534 -29
@@ -1575,6 +1575,246 @@ function IconArchive(_ref) {
1575
1575
  }));
1576
1576
  }
1577
1577
 
1578
+ function IconArrowAutofitContent(_ref) {
1579
+ var _ref$size = _ref.size,
1580
+ size = _ref$size === void 0 ? 24 : _ref$size,
1581
+ _ref$color = _ref.color,
1582
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
1583
+ _ref$stroke = _ref.stroke,
1584
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
1585
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
1586
+
1587
+ return /*#__PURE__*/createElement("svg", _extends({
1588
+ className: "icon icon-tabler icon-tabler-arrow-autofit-content",
1589
+ width: size,
1590
+ height: size,
1591
+ viewBox: "0 0 24 24",
1592
+ strokeWidth: stroke,
1593
+ stroke: color,
1594
+ fill: "none",
1595
+ strokeLinecap: "round",
1596
+ strokeLinejoin: "round"
1597
+ }, props), /*#__PURE__*/createElement("path", {
1598
+ stroke: "none",
1599
+ d: "M0 0h24v24H0z",
1600
+ fill: "none"
1601
+ }), /*#__PURE__*/createElement("path", {
1602
+ d: "M6 4l-3 3l3 3"
1603
+ }), /*#__PURE__*/createElement("path", {
1604
+ d: "M18 4l3 3l-3 3"
1605
+ }), /*#__PURE__*/createElement("rect", {
1606
+ x: 4,
1607
+ y: 14,
1608
+ width: 16,
1609
+ height: 6,
1610
+ rx: 2
1611
+ }), /*#__PURE__*/createElement("path", {
1612
+ d: "M10 7h-7"
1613
+ }), /*#__PURE__*/createElement("path", {
1614
+ d: "M21 7h-7"
1615
+ }));
1616
+ }
1617
+
1618
+ function IconArrowAutofitDown(_ref) {
1619
+ var _ref$size = _ref.size,
1620
+ size = _ref$size === void 0 ? 24 : _ref$size,
1621
+ _ref$color = _ref.color,
1622
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
1623
+ _ref$stroke = _ref.stroke,
1624
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
1625
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
1626
+
1627
+ return /*#__PURE__*/createElement("svg", _extends({
1628
+ className: "icon icon-tabler icon-tabler-arrow-autofit-down",
1629
+ width: size,
1630
+ height: size,
1631
+ viewBox: "0 0 24 24",
1632
+ strokeWidth: stroke,
1633
+ stroke: color,
1634
+ fill: "none",
1635
+ strokeLinecap: "round",
1636
+ strokeLinejoin: "round"
1637
+ }, props), /*#__PURE__*/createElement("path", {
1638
+ stroke: "none",
1639
+ d: "M0 0h24v24H0z",
1640
+ fill: "none"
1641
+ }), /*#__PURE__*/createElement("path", {
1642
+ d: "M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8"
1643
+ }), /*#__PURE__*/createElement("path", {
1644
+ d: "M18 4v17"
1645
+ }), /*#__PURE__*/createElement("path", {
1646
+ d: "M15 18l3 3l3 -3"
1647
+ }));
1648
+ }
1649
+
1650
+ function IconArrowAutofitHeight(_ref) {
1651
+ var _ref$size = _ref.size,
1652
+ size = _ref$size === void 0 ? 24 : _ref$size,
1653
+ _ref$color = _ref.color,
1654
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
1655
+ _ref$stroke = _ref.stroke,
1656
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
1657
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
1658
+
1659
+ return /*#__PURE__*/createElement("svg", _extends({
1660
+ className: "icon icon-tabler icon-tabler-arrow-autofit-height",
1661
+ width: size,
1662
+ height: size,
1663
+ viewBox: "0 0 24 24",
1664
+ strokeWidth: stroke,
1665
+ stroke: color,
1666
+ fill: "none",
1667
+ strokeLinecap: "round",
1668
+ strokeLinejoin: "round"
1669
+ }, props), /*#__PURE__*/createElement("path", {
1670
+ stroke: "none",
1671
+ d: "M0 0h24v24H0z",
1672
+ fill: "none"
1673
+ }), /*#__PURE__*/createElement("path", {
1674
+ d: "M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h6"
1675
+ }), /*#__PURE__*/createElement("path", {
1676
+ d: "M18 14v7"
1677
+ }), /*#__PURE__*/createElement("path", {
1678
+ d: "M18 3v7"
1679
+ }), /*#__PURE__*/createElement("path", {
1680
+ d: "M15 18l3 3l3 -3"
1681
+ }), /*#__PURE__*/createElement("path", {
1682
+ d: "M15 6l3 -3l3 3"
1683
+ }));
1684
+ }
1685
+
1686
+ function IconArrowAutofitLeft(_ref) {
1687
+ var _ref$size = _ref.size,
1688
+ size = _ref$size === void 0 ? 24 : _ref$size,
1689
+ _ref$color = _ref.color,
1690
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
1691
+ _ref$stroke = _ref.stroke,
1692
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
1693
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
1694
+
1695
+ return /*#__PURE__*/createElement("svg", _extends({
1696
+ className: "icon icon-tabler icon-tabler-arrow-autofit-left",
1697
+ width: size,
1698
+ height: size,
1699
+ viewBox: "0 0 24 24",
1700
+ strokeWidth: stroke,
1701
+ stroke: color,
1702
+ fill: "none",
1703
+ strokeLinecap: "round",
1704
+ strokeLinejoin: "round"
1705
+ }, props), /*#__PURE__*/createElement("path", {
1706
+ stroke: "none",
1707
+ d: "M0 0h24v24H0z",
1708
+ fill: "none"
1709
+ }), /*#__PURE__*/createElement("path", {
1710
+ d: "M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8"
1711
+ }), /*#__PURE__*/createElement("path", {
1712
+ d: "M20 18h-17"
1713
+ }), /*#__PURE__*/createElement("path", {
1714
+ d: "M6 15l-3 3l3 3"
1715
+ }));
1716
+ }
1717
+
1718
+ function IconArrowAutofitRight(_ref) {
1719
+ var _ref$size = _ref.size,
1720
+ size = _ref$size === void 0 ? 24 : _ref$size,
1721
+ _ref$color = _ref.color,
1722
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
1723
+ _ref$stroke = _ref.stroke,
1724
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
1725
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
1726
+
1727
+ return /*#__PURE__*/createElement("svg", _extends({
1728
+ className: "icon icon-tabler icon-tabler-arrow-autofit-right",
1729
+ width: size,
1730
+ height: size,
1731
+ viewBox: "0 0 24 24",
1732
+ strokeWidth: stroke,
1733
+ stroke: color,
1734
+ fill: "none",
1735
+ strokeLinecap: "round",
1736
+ strokeLinejoin: "round"
1737
+ }, props), /*#__PURE__*/createElement("path", {
1738
+ stroke: "none",
1739
+ d: "M0 0h24v24H0z",
1740
+ fill: "none"
1741
+ }), /*#__PURE__*/createElement("path", {
1742
+ d: "M20 12v-6a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v8"
1743
+ }), /*#__PURE__*/createElement("path", {
1744
+ d: "M4 18h17"
1745
+ }), /*#__PURE__*/createElement("path", {
1746
+ d: "M18 15l3 3l-3 3"
1747
+ }));
1748
+ }
1749
+
1750
+ function IconArrowAutofitUp(_ref) {
1751
+ var _ref$size = _ref.size,
1752
+ size = _ref$size === void 0 ? 24 : _ref$size,
1753
+ _ref$color = _ref.color,
1754
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
1755
+ _ref$stroke = _ref.stroke,
1756
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
1757
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
1758
+
1759
+ return /*#__PURE__*/createElement("svg", _extends({
1760
+ className: "icon icon-tabler icon-tabler-arrow-autofit-up",
1761
+ width: size,
1762
+ height: size,
1763
+ viewBox: "0 0 24 24",
1764
+ strokeWidth: stroke,
1765
+ stroke: color,
1766
+ fill: "none",
1767
+ strokeLinecap: "round",
1768
+ strokeLinejoin: "round"
1769
+ }, props), /*#__PURE__*/createElement("path", {
1770
+ stroke: "none",
1771
+ d: "M0 0h24v24H0z",
1772
+ fill: "none"
1773
+ }), /*#__PURE__*/createElement("path", {
1774
+ d: "M12 4h-6a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h8"
1775
+ }), /*#__PURE__*/createElement("path", {
1776
+ d: "M18 20v-17"
1777
+ }), /*#__PURE__*/createElement("path", {
1778
+ d: "M15 6l3 -3l3 3"
1779
+ }));
1780
+ }
1781
+
1782
+ function IconArrowAutofitWidth(_ref) {
1783
+ var _ref$size = _ref.size,
1784
+ size = _ref$size === void 0 ? 24 : _ref$size,
1785
+ _ref$color = _ref.color,
1786
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
1787
+ _ref$stroke = _ref.stroke,
1788
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
1789
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
1790
+
1791
+ return /*#__PURE__*/createElement("svg", _extends({
1792
+ className: "icon icon-tabler icon-tabler-arrow-autofit-width",
1793
+ width: size,
1794
+ height: size,
1795
+ viewBox: "0 0 24 24",
1796
+ strokeWidth: stroke,
1797
+ stroke: color,
1798
+ fill: "none",
1799
+ strokeLinecap: "round",
1800
+ strokeLinejoin: "round"
1801
+ }, props), /*#__PURE__*/createElement("path", {
1802
+ stroke: "none",
1803
+ d: "M0 0h24v24H0z",
1804
+ fill: "none"
1805
+ }), /*#__PURE__*/createElement("path", {
1806
+ d: "M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6"
1807
+ }), /*#__PURE__*/createElement("path", {
1808
+ d: "M10 18h-7"
1809
+ }), /*#__PURE__*/createElement("path", {
1810
+ d: "M21 18h-7"
1811
+ }), /*#__PURE__*/createElement("path", {
1812
+ d: "M6 15l-3 3l3 3"
1813
+ }), /*#__PURE__*/createElement("path", {
1814
+ d: "M18 15l3 3l-3 3"
1815
+ }));
1816
+ }
1817
+
1578
1818
  function IconArrowBackUp(_ref) {
1579
1819
  var _ref$size = _ref.size,
1580
1820
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -3700,6 +3940,74 @@ function IconArrowsDiagonal2(_ref) {
3700
3940
  }));
3701
3941
  }
3702
3942
 
3943
+ function IconArrowsDiagonalMinimize2(_ref) {
3944
+ var _ref$size = _ref.size,
3945
+ size = _ref$size === void 0 ? 24 : _ref$size,
3946
+ _ref$color = _ref.color,
3947
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
3948
+ _ref$stroke = _ref.stroke,
3949
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
3950
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
3951
+
3952
+ return /*#__PURE__*/createElement("svg", _extends({
3953
+ className: "icon icon-tabler icon-tabler-arrows-diagonal-minimize-2",
3954
+ width: size,
3955
+ height: size,
3956
+ viewBox: "0 0 24 24",
3957
+ strokeWidth: stroke,
3958
+ stroke: color,
3959
+ fill: "none",
3960
+ strokeLinecap: "round",
3961
+ strokeLinejoin: "round"
3962
+ }, props), /*#__PURE__*/createElement("path", {
3963
+ stroke: "none",
3964
+ d: "M0 0h24v24H0z",
3965
+ fill: "none"
3966
+ }), /*#__PURE__*/createElement("path", {
3967
+ d: "M18 10h-4v-4"
3968
+ }), /*#__PURE__*/createElement("path", {
3969
+ d: "M20 4l-6 6"
3970
+ }), /*#__PURE__*/createElement("path", {
3971
+ d: "M6 14h4v4"
3972
+ }), /*#__PURE__*/createElement("path", {
3973
+ d: "M10 14l-6 6"
3974
+ }));
3975
+ }
3976
+
3977
+ function IconArrowsDiagonalMinimize(_ref) {
3978
+ var _ref$size = _ref.size,
3979
+ size = _ref$size === void 0 ? 24 : _ref$size,
3980
+ _ref$color = _ref.color,
3981
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
3982
+ _ref$stroke = _ref.stroke,
3983
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
3984
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
3985
+
3986
+ return /*#__PURE__*/createElement("svg", _extends({
3987
+ className: "icon icon-tabler icon-tabler-arrows-diagonal-minimize",
3988
+ width: size,
3989
+ height: size,
3990
+ viewBox: "0 0 24 24",
3991
+ strokeWidth: stroke,
3992
+ stroke: color,
3993
+ fill: "none",
3994
+ strokeLinecap: "round",
3995
+ strokeLinejoin: "round"
3996
+ }, props), /*#__PURE__*/createElement("path", {
3997
+ stroke: "none",
3998
+ d: "M0 0h24v24H0z",
3999
+ fill: "none"
4000
+ }), /*#__PURE__*/createElement("path", {
4001
+ d: "M6 10h4v-4"
4002
+ }), /*#__PURE__*/createElement("path", {
4003
+ d: "M4 4l6 6"
4004
+ }), /*#__PURE__*/createElement("path", {
4005
+ d: "M18 14h-4v4"
4006
+ }), /*#__PURE__*/createElement("path", {
4007
+ d: "M14 14l6 6"
4008
+ }));
4009
+ }
4010
+
3703
4011
  function IconArrowsDiagonal(_ref) {
3704
4012
  var _ref$size = _ref.size,
3705
4013
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -4934,6 +5242,78 @@ function IconAward(_ref) {
4934
5242
  }));
4935
5243
  }
4936
5244
 
5245
+ function IconAxisX(_ref) {
5246
+ var _ref$size = _ref.size,
5247
+ size = _ref$size === void 0 ? 24 : _ref$size,
5248
+ _ref$color = _ref.color,
5249
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
5250
+ _ref$stroke = _ref.stroke,
5251
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
5252
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
5253
+
5254
+ return /*#__PURE__*/createElement("svg", _extends({
5255
+ className: "icon icon-tabler icon-tabler-axis-x",
5256
+ width: size,
5257
+ height: size,
5258
+ viewBox: "0 0 24 24",
5259
+ strokeWidth: stroke,
5260
+ stroke: color,
5261
+ fill: "none",
5262
+ strokeLinecap: "round",
5263
+ strokeLinejoin: "round"
5264
+ }, props), /*#__PURE__*/createElement("path", {
5265
+ stroke: "none",
5266
+ d: "M0 0h24v24H0z",
5267
+ fill: "none"
5268
+ }), /*#__PURE__*/createElement("path", {
5269
+ d: "M4 13v.01"
5270
+ }), /*#__PURE__*/createElement("path", {
5271
+ d: "M4 9v.01"
5272
+ }), /*#__PURE__*/createElement("path", {
5273
+ d: "M4 5v.01"
5274
+ }), /*#__PURE__*/createElement("path", {
5275
+ d: "M17 20l3 -3l-3 -3"
5276
+ }), /*#__PURE__*/createElement("path", {
5277
+ d: "M4 17h16"
5278
+ }));
5279
+ }
5280
+
5281
+ function IconAxisY(_ref) {
5282
+ var _ref$size = _ref.size,
5283
+ size = _ref$size === void 0 ? 24 : _ref$size,
5284
+ _ref$color = _ref.color,
5285
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
5286
+ _ref$stroke = _ref.stroke,
5287
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
5288
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
5289
+
5290
+ return /*#__PURE__*/createElement("svg", _extends({
5291
+ className: "icon icon-tabler icon-tabler-axis-y",
5292
+ width: size,
5293
+ height: size,
5294
+ viewBox: "0 0 24 24",
5295
+ strokeWidth: stroke,
5296
+ stroke: color,
5297
+ fill: "none",
5298
+ strokeLinecap: "round",
5299
+ strokeLinejoin: "round"
5300
+ }, props), /*#__PURE__*/createElement("path", {
5301
+ stroke: "none",
5302
+ d: "M0 0h24v24H0z",
5303
+ fill: "none"
5304
+ }), /*#__PURE__*/createElement("path", {
5305
+ d: "M11 20h-.01"
5306
+ }), /*#__PURE__*/createElement("path", {
5307
+ d: "M15 20h-.01"
5308
+ }), /*#__PURE__*/createElement("path", {
5309
+ d: "M19 20h-.01"
5310
+ }), /*#__PURE__*/createElement("path", {
5311
+ d: "M4 7l3 -3l3 3"
5312
+ }), /*#__PURE__*/createElement("path", {
5313
+ d: "M7 20v-16"
5314
+ }));
5315
+ }
5316
+
4937
5317
  function IconBackhoe(_ref) {
4938
5318
  var _ref$size = _ref.size,
4939
5319
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -4986,6 +5366,38 @@ function IconBackhoe(_ref) {
4986
5366
  }));
4987
5367
  }
4988
5368
 
5369
+ function IconBackpack(_ref) {
5370
+ var _ref$size = _ref.size,
5371
+ size = _ref$size === void 0 ? 24 : _ref$size,
5372
+ _ref$color = _ref.color,
5373
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
5374
+ _ref$stroke = _ref.stroke,
5375
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
5376
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
5377
+
5378
+ return /*#__PURE__*/createElement("svg", _extends({
5379
+ className: "icon icon-tabler icon-tabler-backpack",
5380
+ width: size,
5381
+ height: size,
5382
+ viewBox: "0 0 24 24",
5383
+ strokeWidth: stroke,
5384
+ stroke: color,
5385
+ fill: "none",
5386
+ strokeLinecap: "round",
5387
+ strokeLinejoin: "round"
5388
+ }, props), /*#__PURE__*/createElement("path", {
5389
+ stroke: "none",
5390
+ d: "M0 0h24v24H0z",
5391
+ fill: "none"
5392
+ }), /*#__PURE__*/createElement("path", {
5393
+ d: "M11 7h2a6 6 0 0 1 6 6v6a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-6a6 6 0 0 1 6 -6z"
5394
+ }), /*#__PURE__*/createElement("path", {
5395
+ d: "M10 7v-1a2 2 0 1 1 4 0v1"
5396
+ }), /*#__PURE__*/createElement("path", {
5397
+ d: "M10 15h4"
5398
+ }));
5399
+ }
5400
+
4989
5401
  function IconBackspace(_ref) {
4990
5402
  var _ref$size = _ref.size,
4991
5403
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -5306,6 +5718,38 @@ function IconBallVolleyball(_ref) {
5306
5718
  }));
5307
5719
  }
5308
5720
 
5721
+ function IconBallon(_ref) {
5722
+ var _ref$size = _ref.size,
5723
+ size = _ref$size === void 0 ? 24 : _ref$size,
5724
+ _ref$color = _ref.color,
5725
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
5726
+ _ref$stroke = _ref.stroke,
5727
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
5728
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
5729
+
5730
+ return /*#__PURE__*/createElement("svg", _extends({
5731
+ className: "icon icon-tabler icon-tabler-ballon",
5732
+ width: size,
5733
+ height: size,
5734
+ viewBox: "0 0 24 24",
5735
+ strokeWidth: stroke,
5736
+ stroke: color,
5737
+ fill: "none",
5738
+ strokeLinecap: "round",
5739
+ strokeLinejoin: "round"
5740
+ }, props), /*#__PURE__*/createElement("path", {
5741
+ stroke: "none",
5742
+ d: "M0 0h24v24H0z",
5743
+ fill: "none"
5744
+ }), /*#__PURE__*/createElement("path", {
5745
+ d: "M14 8a2 2 0 0 0 -2 -2"
5746
+ }), /*#__PURE__*/createElement("path", {
5747
+ d: "M6 8a6 6 0 1 1 12 0c0 4.97 -2.686 9 -6 9s-6 -4.03 -6 -9"
5748
+ }), /*#__PURE__*/createElement("path", {
5749
+ d: "M12 17v1a2 2 0 0 1 -2 2h-3a2 2 0 0 0 -2 2"
5750
+ }));
5751
+ }
5752
+
5309
5753
  function IconBan(_ref) {
5310
5754
  var _ref$size = _ref.size,
5311
5755
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -5477,6 +5921,40 @@ function IconBasket(_ref) {
5477
5921
  }));
5478
5922
  }
5479
5923
 
5924
+ function IconBath(_ref) {
5925
+ var _ref$size = _ref.size,
5926
+ size = _ref$size === void 0 ? 24 : _ref$size,
5927
+ _ref$color = _ref.color,
5928
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
5929
+ _ref$stroke = _ref.stroke,
5930
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
5931
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
5932
+
5933
+ return /*#__PURE__*/createElement("svg", _extends({
5934
+ className: "icon icon-tabler icon-tabler-bath",
5935
+ width: size,
5936
+ height: size,
5937
+ viewBox: "0 0 24 24",
5938
+ strokeWidth: stroke,
5939
+ stroke: color,
5940
+ fill: "none",
5941
+ strokeLinecap: "round",
5942
+ strokeLinejoin: "round"
5943
+ }, props), /*#__PURE__*/createElement("path", {
5944
+ stroke: "none",
5945
+ d: "M0 0h24v24H0z",
5946
+ fill: "none"
5947
+ }), /*#__PURE__*/createElement("path", {
5948
+ d: "M4 12h16a1 1 0 0 1 1 1v3a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4v-3a1 1 0 0 1 1 -1z"
5949
+ }), /*#__PURE__*/createElement("path", {
5950
+ d: "M6 12v-7a2 2 0 0 1 2 -2h3v2.25"
5951
+ }), /*#__PURE__*/createElement("path", {
5952
+ d: "M4 21l1 -1.5"
5953
+ }), /*#__PURE__*/createElement("path", {
5954
+ d: "M20 21l-1 -1.5"
5955
+ }));
5956
+ }
5957
+
5480
5958
  function IconBattery1(_ref) {
5481
5959
  var _ref$size = _ref.size,
5482
5960
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -5693,6 +6171,42 @@ function IconBatteryAutomotive(_ref) {
5693
6171
  }));
5694
6172
  }
5695
6173
 
6174
+ function IconBatteryCharging2(_ref) {
6175
+ var _ref$size = _ref.size,
6176
+ size = _ref$size === void 0 ? 24 : _ref$size,
6177
+ _ref$color = _ref.color,
6178
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
6179
+ _ref$stroke = _ref.stroke,
6180
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
6181
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
6182
+
6183
+ return /*#__PURE__*/createElement("svg", _extends({
6184
+ className: "icon icon-tabler icon-tabler-battery-charging-2",
6185
+ width: size,
6186
+ height: size,
6187
+ viewBox: "0 0 24 24",
6188
+ strokeWidth: stroke,
6189
+ stroke: color,
6190
+ fill: "none",
6191
+ strokeLinecap: "round",
6192
+ strokeLinejoin: "round"
6193
+ }, props), /*#__PURE__*/createElement("path", {
6194
+ stroke: "none",
6195
+ d: "M0 0h24v24H0z",
6196
+ fill: "none"
6197
+ }), /*#__PURE__*/createElement("path", {
6198
+ d: "M4 9a2 2 0 0 1 2 -2h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-4.5"
6199
+ }), /*#__PURE__*/createElement("path", {
6200
+ d: "M3 15h6v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2v-2z"
6201
+ }), /*#__PURE__*/createElement("path", {
6202
+ d: "M6 22v-3"
6203
+ }), /*#__PURE__*/createElement("path", {
6204
+ d: "M4 15v-2.5"
6205
+ }), /*#__PURE__*/createElement("path", {
6206
+ d: "M8 15v-2.5"
6207
+ }));
6208
+ }
6209
+
5696
6210
  function IconBatteryCharging(_ref) {
5697
6211
  var _ref$size = _ref.size,
5698
6212
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -5725,6 +6239,38 @@ function IconBatteryCharging(_ref) {
5725
6239
  }));
5726
6240
  }
5727
6241
 
6242
+ function IconBatteryEco(_ref) {
6243
+ var _ref$size = _ref.size,
6244
+ size = _ref$size === void 0 ? 24 : _ref$size,
6245
+ _ref$color = _ref.color,
6246
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
6247
+ _ref$stroke = _ref.stroke,
6248
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
6249
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
6250
+
6251
+ return /*#__PURE__*/createElement("svg", _extends({
6252
+ className: "icon icon-tabler icon-tabler-battery-eco",
6253
+ width: size,
6254
+ height: size,
6255
+ viewBox: "0 0 24 24",
6256
+ strokeWidth: stroke,
6257
+ stroke: color,
6258
+ fill: "none",
6259
+ strokeLinecap: "round",
6260
+ strokeLinejoin: "round"
6261
+ }, props), /*#__PURE__*/createElement("path", {
6262
+ stroke: "none",
6263
+ d: "M0 0h24v24H0z",
6264
+ fill: "none"
6265
+ }), /*#__PURE__*/createElement("path", {
6266
+ d: "M4 9a2 2 0 0 1 2 -2h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-5.5"
6267
+ }), /*#__PURE__*/createElement("path", {
6268
+ d: "M3 16.143c0 -2.84 2.09 -5.143 4.667 -5.143h2.333v.857c0 2.84 -2.09 5.143 -4.667 5.143h-2.333v-.857z"
6269
+ }), /*#__PURE__*/createElement("path", {
6270
+ d: "M3 20v-3"
6271
+ }));
6272
+ }
6273
+
5728
6274
  function IconBatteryOff(_ref) {
5729
6275
  var _ref$size = _ref.size,
5730
6276
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -5786,6 +6332,42 @@ function IconBattery(_ref) {
5786
6332
  }));
5787
6333
  }
5788
6334
 
6335
+ function IconBeach(_ref) {
6336
+ var _ref$size = _ref.size,
6337
+ size = _ref$size === void 0 ? 24 : _ref$size,
6338
+ _ref$color = _ref.color,
6339
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
6340
+ _ref$stroke = _ref.stroke,
6341
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
6342
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
6343
+
6344
+ return /*#__PURE__*/createElement("svg", _extends({
6345
+ className: "icon icon-tabler icon-tabler-beach",
6346
+ width: size,
6347
+ height: size,
6348
+ viewBox: "0 0 24 24",
6349
+ strokeWidth: stroke,
6350
+ stroke: color,
6351
+ fill: "none",
6352
+ strokeLinecap: "round",
6353
+ strokeLinejoin: "round"
6354
+ }, props), /*#__PURE__*/createElement("path", {
6355
+ stroke: "none",
6356
+ d: "M0 0h24v24H0z",
6357
+ fill: "none"
6358
+ }), /*#__PURE__*/createElement("path", {
6359
+ d: "M17.553 16.75a7.5 7.5 0 0 0 -10.606 0"
6360
+ }), /*#__PURE__*/createElement("path", {
6361
+ d: "M18 3.804a6 6 0 0 0 -8.196 2.196l10.392 6a6 6 0 0 0 -2.196 -8.196z"
6362
+ }), /*#__PURE__*/createElement("path", {
6363
+ d: "M16.732 10c1.658 -2.87 2.225 -5.644 1.268 -6.196c-.957 -.552 -3.075 1.326 -4.732 4.196"
6364
+ }), /*#__PURE__*/createElement("path", {
6365
+ d: "M15 9l-3 5.196"
6366
+ }), /*#__PURE__*/createElement("path", {
6367
+ d: "M3 19.25a2.4 2.4 0 0 1 1 -.25a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 1 .25"
6368
+ }));
6369
+ }
6370
+
5789
6371
  function IconBed(_ref) {
5790
6372
  var _ref$size = _ref.size,
5791
6373
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -7993,7 +8575,7 @@ function IconBoxMultiple2(_ref) {
7993
8575
  }), /*#__PURE__*/createElement("path", {
7994
8576
  d: "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2"
7995
8577
  }), /*#__PURE__*/createElement("path", {
7996
- d: "M12 8a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001"
8578
+ d: "M12 8a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0"
7997
8579
  }));
7998
8580
  }
7999
8581
 
@@ -8812,6 +9394,38 @@ function IconBrandBooking(_ref) {
8812
9394
  }));
8813
9395
  }
8814
9396
 
9397
+ function IconBrandBootstrap(_ref) {
9398
+ var _ref$size = _ref.size,
9399
+ size = _ref$size === void 0 ? 24 : _ref$size,
9400
+ _ref$color = _ref.color,
9401
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
9402
+ _ref$stroke = _ref.stroke,
9403
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
9404
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
9405
+
9406
+ return /*#__PURE__*/createElement("svg", _extends({
9407
+ className: "icon icon-tabler icon-tabler-brand-bootstrap",
9408
+ width: size,
9409
+ height: size,
9410
+ viewBox: "0 0 24 24",
9411
+ strokeWidth: stroke,
9412
+ stroke: color,
9413
+ fill: "none",
9414
+ strokeLinecap: "round",
9415
+ strokeLinejoin: "round"
9416
+ }, props), /*#__PURE__*/createElement("path", {
9417
+ stroke: "none",
9418
+ d: "M0 0h24v24H0z",
9419
+ fill: "none"
9420
+ }), /*#__PURE__*/createElement("path", {
9421
+ d: "M2 12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2"
9422
+ }), /*#__PURE__*/createElement("path", {
9423
+ d: "M2 12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2"
9424
+ }), /*#__PURE__*/createElement("path", {
9425
+ d: "M9 16v-8h3.5a2 2 0 1 1 0 4h-3.5h4a2 2 0 1 1 0 4h-4z"
9426
+ }));
9427
+ }
9428
+
8815
9429
  function IconBrandChrome(_ref) {
8816
9430
  var _ref$size = _ref.size,
8817
9431
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -8986,6 +9600,38 @@ function IconBrandCss3(_ref) {
8986
9600
  }));
8987
9601
  }
8988
9602
 
9603
+ function IconBrandDebian(_ref) {
9604
+ var _ref$size = _ref.size,
9605
+ size = _ref$size === void 0 ? 24 : _ref$size,
9606
+ _ref$color = _ref.color,
9607
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
9608
+ _ref$stroke = _ref.stroke,
9609
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
9610
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
9611
+
9612
+ return /*#__PURE__*/createElement("svg", _extends({
9613
+ className: "icon icon-tabler icon-tabler-brand-debian",
9614
+ width: size,
9615
+ height: size,
9616
+ viewBox: "0 0 24 24",
9617
+ strokeWidth: stroke,
9618
+ stroke: color,
9619
+ fill: "none",
9620
+ strokeLinecap: "round",
9621
+ strokeLinejoin: "round"
9622
+ }, props), /*#__PURE__*/createElement("path", {
9623
+ stroke: "none",
9624
+ d: "M0 0h24v24H0z",
9625
+ fill: "none"
9626
+ }), /*#__PURE__*/createElement("path", {
9627
+ d: "M12 17c-2.397 -.943 -4 -3.153 -4 -5.635c0 -2.19 1.039 -3.14 1.604 -3.595c2.646 -2.133 6.396 -.27 6.396 3.23c0 2.5 -2.905 2.121 -3.5 1.5c-.595 -.621 -1 -1.5 -.5 -2.5"
9628
+ }), /*#__PURE__*/createElement("circle", {
9629
+ cx: 12,
9630
+ cy: 12,
9631
+ r: 9
9632
+ }));
9633
+ }
9634
+
8989
9635
  function IconBrandDeviantart(_ref) {
8990
9636
  var _ref$size = _ref.size,
8991
9637
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -9124,7 +9770,7 @@ function IconBrandDocker(_ref) {
9124
9770
  }), /*#__PURE__*/createElement("path", {
9125
9771
  d: "M11 4h3v3h-3z"
9126
9772
  }), /*#__PURE__*/createElement("path", {
9127
- d: "M4.571 18.001c1.5 0 2.047 -.074 2.958 -.78"
9773
+ d: "M4.571 18c1.5 0 2.047 -.074 2.958 -.78"
9128
9774
  }), /*#__PURE__*/createElement("line", {
9129
9775
  x1: 10,
9130
9776
  y1: 16,
@@ -9868,6 +10514,44 @@ function IconBrandLinkedin(_ref) {
9868
10514
  }));
9869
10515
  }
9870
10516
 
10517
+ function IconBrandMastercard(_ref) {
10518
+ var _ref$size = _ref.size,
10519
+ size = _ref$size === void 0 ? 24 : _ref$size,
10520
+ _ref$color = _ref.color,
10521
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10522
+ _ref$stroke = _ref.stroke,
10523
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
10524
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
10525
+
10526
+ return /*#__PURE__*/createElement("svg", _extends({
10527
+ className: "icon icon-tabler icon-tabler-brand-mastercard",
10528
+ width: size,
10529
+ height: size,
10530
+ viewBox: "0 0 24 24",
10531
+ strokeWidth: stroke,
10532
+ stroke: color,
10533
+ fill: "none",
10534
+ strokeLinecap: "round",
10535
+ strokeLinejoin: "round"
10536
+ }, props), /*#__PURE__*/createElement("path", {
10537
+ stroke: "none",
10538
+ d: "M0 0h24v24H0z",
10539
+ fill: "none"
10540
+ }), /*#__PURE__*/createElement("circle", {
10541
+ cx: 14,
10542
+ cy: 12,
10543
+ r: 3
10544
+ }), /*#__PURE__*/createElement("path", {
10545
+ d: "M12 9.765a3 3 0 1 0 0 4.47"
10546
+ }), /*#__PURE__*/createElement("rect", {
10547
+ x: 3,
10548
+ y: 5,
10549
+ width: 18,
10550
+ height: 14,
10551
+ rx: 2
10552
+ }));
10553
+ }
10554
+
9871
10555
  function IconBrandMedium(_ref) {
9872
10556
  var _ref$size = _ref.size,
9873
10557
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -10643,6 +11327,42 @@ function IconBrandSpotify(_ref) {
10643
11327
  }));
10644
11328
  }
10645
11329
 
11330
+ function IconBrandStackoverflow(_ref) {
11331
+ var _ref$size = _ref.size,
11332
+ size = _ref$size === void 0 ? 24 : _ref$size,
11333
+ _ref$color = _ref.color,
11334
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
11335
+ _ref$stroke = _ref.stroke,
11336
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
11337
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
11338
+
11339
+ return /*#__PURE__*/createElement("svg", _extends({
11340
+ className: "icon icon-tabler icon-tabler-brand-stackoverflow",
11341
+ width: size,
11342
+ height: size,
11343
+ viewBox: "0 0 24 24",
11344
+ strokeWidth: stroke,
11345
+ stroke: color,
11346
+ fill: "none",
11347
+ strokeLinecap: "round",
11348
+ strokeLinejoin: "round"
11349
+ }, props), /*#__PURE__*/createElement("path", {
11350
+ stroke: "none",
11351
+ d: "M0 0h24v24H0z",
11352
+ fill: "none"
11353
+ }), /*#__PURE__*/createElement("path", {
11354
+ d: "M4 17v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-1"
11355
+ }), /*#__PURE__*/createElement("path", {
11356
+ d: "M8 16h8"
11357
+ }), /*#__PURE__*/createElement("path", {
11358
+ d: "M8.322 12.582l7.956 .836"
11359
+ }), /*#__PURE__*/createElement("path", {
11360
+ d: "M8.787 9.168l7.826 1.664"
11361
+ }), /*#__PURE__*/createElement("path", {
11362
+ d: "M10.096 5.764l7.608 2.472"
11363
+ }));
11364
+ }
11365
+
10646
11366
  function IconBrandSteam(_ref) {
10647
11367
  var _ref$size = _ref.size,
10648
11368
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -10667,7 +11387,7 @@ function IconBrandSteam(_ref) {
10667
11387
  d: "M0 0h24v24H0z",
10668
11388
  fill: "none"
10669
11389
  }), /*#__PURE__*/createElement("path", {
10670
- d: "M16.5 5a4.5 4.5 0 1 1 -.653 8.953l-4.347 3.009l0 .038a3 3 0 0 1 -2.824 2.995l-.176 .005a3.001 3.001 0 0 1 -2.94 -2.402l-2.56 -1.098v-3.5l3.51 1.755a2.989 2.989 0 0 1 2.834 -.635l2.727 -3.818a4.5 4.5 0 0 1 4.429 -5.302z"
11390
+ d: "M16.5 5a4.5 4.5 0 1 1 -.653 8.953l-4.347 3.009l0 .038a3 3 0 0 1 -2.824 2.995l-.176 .005a3 3 0 0 1 -2.94 -2.402l-2.56 -1.098v-3.5l3.51 1.755a2.989 2.989 0 0 1 2.834 -.635l2.727 -3.818a4.5 4.5 0 0 1 4.429 -5.302z"
10671
11391
  }), /*#__PURE__*/createElement("circle", {
10672
11392
  fill: "currentColor",
10673
11393
  cx: 16.5,
@@ -10983,6 +11703,46 @@ function IconBrandTwitter(_ref) {
10983
11703
  }));
10984
11704
  }
10985
11705
 
11706
+ function IconBrandUbuntu(_ref) {
11707
+ var _ref$size = _ref.size,
11708
+ size = _ref$size === void 0 ? 24 : _ref$size,
11709
+ _ref$color = _ref.color,
11710
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
11711
+ _ref$stroke = _ref.stroke,
11712
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
11713
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
11714
+
11715
+ return /*#__PURE__*/createElement("svg", _extends({
11716
+ className: "icon icon-tabler icon-tabler-brand-ubuntu",
11717
+ width: size,
11718
+ height: size,
11719
+ viewBox: "0 0 24 24",
11720
+ strokeWidth: stroke,
11721
+ stroke: color,
11722
+ fill: "none",
11723
+ strokeLinecap: "round",
11724
+ strokeLinejoin: "round"
11725
+ }, props), /*#__PURE__*/createElement("path", {
11726
+ stroke: "none",
11727
+ d: "M0 0h24v24H0z",
11728
+ fill: "none"
11729
+ }), /*#__PURE__*/createElement("circle", {
11730
+ cx: 12,
11731
+ cy: 5,
11732
+ r: 2
11733
+ }), /*#__PURE__*/createElement("path", {
11734
+ d: "M17.723 7.41a7.992 7.992 0 0 0 -3.74 -2.162m-3.971 0a7.993 7.993 0 0 0 -3.789 2.216m-1.881 3.215a8 8 0 0 0 -.342 2.32c0 .738 .1 1.453 .287 2.132m1.96 3.428a7.993 7.993 0 0 0 3.759 2.19m3.998 -.003a7.993 7.993 0 0 0 3.747 -2.186m1.962 -3.43a8.008 8.008 0 0 0 .287 -2.131c0 -.764 -.107 -1.503 -.307 -2.203"
11735
+ }), /*#__PURE__*/createElement("circle", {
11736
+ cx: 5,
11737
+ cy: 17,
11738
+ r: 2
11739
+ }), /*#__PURE__*/createElement("circle", {
11740
+ cx: 19,
11741
+ cy: 17,
11742
+ r: 2
11743
+ }));
11744
+ }
11745
+
10986
11746
  function IconBrandUnsplash(_ref) {
10987
11747
  var _ref$size = _ref.size,
10988
11748
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -15034,6 +15794,46 @@ function IconChecks(_ref) {
15034
15794
  }));
15035
15795
  }
15036
15796
 
15797
+ function IconCheckupList(_ref) {
15798
+ var _ref$size = _ref.size,
15799
+ size = _ref$size === void 0 ? 24 : _ref$size,
15800
+ _ref$color = _ref.color,
15801
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
15802
+ _ref$stroke = _ref.stroke,
15803
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
15804
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
15805
+
15806
+ return /*#__PURE__*/createElement("svg", _extends({
15807
+ className: "icon icon-tabler icon-tabler-checkup-list",
15808
+ width: size,
15809
+ height: size,
15810
+ viewBox: "0 0 24 24",
15811
+ strokeWidth: stroke,
15812
+ stroke: color,
15813
+ fill: "none",
15814
+ strokeLinecap: "round",
15815
+ strokeLinejoin: "round"
15816
+ }, props), /*#__PURE__*/createElement("path", {
15817
+ stroke: "none",
15818
+ d: "M0 0h24v24H0z",
15819
+ fill: "none"
15820
+ }), /*#__PURE__*/createElement("path", {
15821
+ d: "M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2"
15822
+ }), /*#__PURE__*/createElement("rect", {
15823
+ x: 9,
15824
+ y: 3,
15825
+ width: 6,
15826
+ height: 4,
15827
+ rx: 2
15828
+ }), /*#__PURE__*/createElement("path", {
15829
+ d: "M9 14h.01"
15830
+ }), /*#__PURE__*/createElement("path", {
15831
+ d: "M9 17h.01"
15832
+ }), /*#__PURE__*/createElement("path", {
15833
+ d: "M12 16l1 1l3 -3"
15834
+ }));
15835
+ }
15836
+
15037
15837
  function IconCheese(_ref) {
15038
15838
  var _ref$size = _ref.size,
15039
15839
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -15652,7 +16452,7 @@ function IconCircle2(_ref) {
15652
16452
  d: "M0 0h24v24H0z",
15653
16453
  fill: "none"
15654
16454
  }), /*#__PURE__*/createElement("path", {
15655
- d: "M10 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001"
16455
+ d: "M10 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0"
15656
16456
  }), /*#__PURE__*/createElement("circle", {
15657
16457
  cx: 12,
15658
16458
  cy: 12,
@@ -18440,6 +19240,46 @@ function IconCrown(_ref) {
18440
19240
  }));
18441
19241
  }
18442
19242
 
19243
+ function IconCrutches(_ref) {
19244
+ var _ref$size = _ref.size,
19245
+ size = _ref$size === void 0 ? 24 : _ref$size,
19246
+ _ref$color = _ref.color,
19247
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
19248
+ _ref$stroke = _ref.stroke,
19249
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
19250
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
19251
+
19252
+ return /*#__PURE__*/createElement("svg", _extends({
19253
+ className: "icon icon-tabler icon-tabler-crutches",
19254
+ width: size,
19255
+ height: size,
19256
+ viewBox: "0 0 24 24",
19257
+ strokeWidth: stroke,
19258
+ stroke: color,
19259
+ fill: "none",
19260
+ strokeLinecap: "round",
19261
+ strokeLinejoin: "round"
19262
+ }, props), /*#__PURE__*/createElement("path", {
19263
+ stroke: "none",
19264
+ d: "M0 0h24v24H0z",
19265
+ fill: "none"
19266
+ }), /*#__PURE__*/createElement("rect", {
19267
+ x: 8,
19268
+ y: 3,
19269
+ width: 8,
19270
+ height: 4,
19271
+ rx: 2
19272
+ }), /*#__PURE__*/createElement("path", {
19273
+ d: "M11 21h2"
19274
+ }), /*#__PURE__*/createElement("path", {
19275
+ d: "M12 21v-4.092a3 3 0 0 1 .504 -1.664l.992 -1.488a3 3 0 0 0 .504 -1.664v-5.092"
19276
+ }), /*#__PURE__*/createElement("path", {
19277
+ d: "M12 21v-4.092a3 3 0 0 0 -.504 -1.664l-.992 -1.488a3 3 0 0 1 -.504 -1.664v-5.092"
19278
+ }), /*#__PURE__*/createElement("path", {
19279
+ d: "M10 11h4"
19280
+ }));
19281
+ }
19282
+
18443
19283
  function IconCup(_ref) {
18444
19284
  var _ref$size = _ref.size,
18445
19285
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -18732,6 +19572,38 @@ function IconCurrencyDirham(_ref) {
18732
19572
  }));
18733
19573
  }
18734
19574
 
19575
+ function IconCurrencyDogecoin(_ref) {
19576
+ var _ref$size = _ref.size,
19577
+ size = _ref$size === void 0 ? 24 : _ref$size,
19578
+ _ref$color = _ref.color,
19579
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
19580
+ _ref$stroke = _ref.stroke,
19581
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
19582
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
19583
+
19584
+ return /*#__PURE__*/createElement("svg", _extends({
19585
+ className: "icon icon-tabler icon-tabler-currency-dogecoin",
19586
+ width: size,
19587
+ height: size,
19588
+ viewBox: "0 0 24 24",
19589
+ strokeWidth: stroke,
19590
+ stroke: color,
19591
+ fill: "none",
19592
+ strokeLinecap: "round",
19593
+ strokeLinejoin: "round"
19594
+ }, props), /*#__PURE__*/createElement("path", {
19595
+ stroke: "none",
19596
+ d: "M0 0h24v24H0z",
19597
+ fill: "none"
19598
+ }), /*#__PURE__*/createElement("path", {
19599
+ d: "M6 12h6"
19600
+ }), /*#__PURE__*/createElement("path", {
19601
+ d: "M8 5v14"
19602
+ }), /*#__PURE__*/createElement("path", {
19603
+ d: "M5 19h7a7 7 0 0 0 0 -14h-7"
19604
+ }));
19605
+ }
19606
+
18735
19607
  function IconCurrencyDollarAustralian(_ref) {
18736
19608
  var _ref$size = _ref.size,
18737
19609
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -20156,9 +21028,9 @@ function IconDeviceComputerCameraOff(_ref) {
20156
21028
  d: "M0 0h24v24H0z",
20157
21029
  fill: "none"
20158
21030
  }), /*#__PURE__*/createElement("path", {
20159
- d: "M6.15 6.153a7 7 0 0 0 9.696 9.696m2.003 -2.001a7 7 0 0 0 -9.699 -9.695"
21031
+ d: "M6.15 6.153a7 7 0 0 0 9.696 9.696m2 -2a7 7 0 0 0 -9.699 -9.695"
20160
21032
  }), /*#__PURE__*/createElement("path", {
20161
- d: "M9.13 9.122a3 3 0 0 0 3.743 3.749m2.001 -2.009a3 3 0 0 0 -3.737 -3.736"
21033
+ d: "M9.13 9.122a3 3 0 0 0 3.743 3.749m2 -2a3 3 0 0 0 -3.737 -3.736"
20162
21034
  }), /*#__PURE__*/createElement("path", {
20163
21035
  d: "M8 16l-2.091 3.486a1 1 0 0 0 .857 1.514h10.468a1 1 0 0 0 .857 -1.514l-2.091 -3.486"
20164
21036
  }), /*#__PURE__*/createElement("line", {
@@ -21371,6 +22243,44 @@ function IconDivide(_ref) {
21371
22243
  }));
21372
22244
  }
21373
22245
 
22246
+ function IconDna2(_ref) {
22247
+ var _ref$size = _ref.size,
22248
+ size = _ref$size === void 0 ? 24 : _ref$size,
22249
+ _ref$color = _ref.color,
22250
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
22251
+ _ref$stroke = _ref.stroke,
22252
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
22253
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
22254
+
22255
+ return /*#__PURE__*/createElement("svg", _extends({
22256
+ className: "icon icon-tabler icon-tabler-dna-2",
22257
+ width: size,
22258
+ height: size,
22259
+ viewBox: "0 0 24 24",
22260
+ strokeWidth: stroke,
22261
+ stroke: color,
22262
+ fill: "none",
22263
+ strokeLinecap: "round",
22264
+ strokeLinejoin: "round"
22265
+ }, props), /*#__PURE__*/createElement("path", {
22266
+ stroke: "none",
22267
+ d: "M0 0h24v24H0z",
22268
+ fill: "none"
22269
+ }), /*#__PURE__*/createElement("path", {
22270
+ d: "M17 3v1c-.01 3.352 -1.68 6.023 -5.008 8.014c-3.328 1.99 3.336 -2.005 .008 -.014c-3.328 1.99 -4.997 4.662 -5.008 8.014v1"
22271
+ }), /*#__PURE__*/createElement("path", {
22272
+ d: "M17 21.014v-1c-.01 -3.352 -1.68 -6.023 -5.008 -8.014c-3.328 -1.99 3.336 2.005 .008 .014c-3.328 -1.991 -4.997 -4.662 -5.008 -8.014v-1"
22273
+ }), /*#__PURE__*/createElement("path", {
22274
+ d: "M7 4h10"
22275
+ }), /*#__PURE__*/createElement("path", {
22276
+ d: "M7 20h10"
22277
+ }), /*#__PURE__*/createElement("path", {
22278
+ d: "M8 8h8"
22279
+ }), /*#__PURE__*/createElement("path", {
22280
+ d: "M8 16h8"
22281
+ }));
22282
+ }
22283
+
21374
22284
  function IconDna(_ref) {
21375
22285
  var _ref$size = _ref.size,
21376
22286
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -21438,6 +22348,106 @@ function IconDogBowl(_ref) {
21438
22348
  }));
21439
22349
  }
21440
22350
 
22351
+ function IconDoorEnter(_ref) {
22352
+ var _ref$size = _ref.size,
22353
+ size = _ref$size === void 0 ? 24 : _ref$size,
22354
+ _ref$color = _ref.color,
22355
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
22356
+ _ref$stroke = _ref.stroke,
22357
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
22358
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
22359
+
22360
+ return /*#__PURE__*/createElement("svg", _extends({
22361
+ className: "icon icon-tabler icon-tabler-door-enter",
22362
+ width: size,
22363
+ height: size,
22364
+ viewBox: "0 0 24 24",
22365
+ strokeWidth: stroke,
22366
+ stroke: color,
22367
+ fill: "none",
22368
+ strokeLinecap: "round",
22369
+ strokeLinejoin: "round"
22370
+ }, props), /*#__PURE__*/createElement("path", {
22371
+ stroke: "none",
22372
+ d: "M0 0h24v24H0z",
22373
+ fill: "none"
22374
+ }), /*#__PURE__*/createElement("path", {
22375
+ d: "M13 12v.01"
22376
+ }), /*#__PURE__*/createElement("path", {
22377
+ d: "M3 21h18"
22378
+ }), /*#__PURE__*/createElement("path", {
22379
+ d: "M5 21v-16a2 2 0 0 1 2 -2h6m4 10.5v7.5"
22380
+ }), /*#__PURE__*/createElement("path", {
22381
+ d: "M21 7h-7m3 -3l-3 3l3 3"
22382
+ }));
22383
+ }
22384
+
22385
+ function IconDoorExit(_ref) {
22386
+ var _ref$size = _ref.size,
22387
+ size = _ref$size === void 0 ? 24 : _ref$size,
22388
+ _ref$color = _ref.color,
22389
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
22390
+ _ref$stroke = _ref.stroke,
22391
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
22392
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
22393
+
22394
+ return /*#__PURE__*/createElement("svg", _extends({
22395
+ className: "icon icon-tabler icon-tabler-door-exit",
22396
+ width: size,
22397
+ height: size,
22398
+ viewBox: "0 0 24 24",
22399
+ strokeWidth: stroke,
22400
+ stroke: color,
22401
+ fill: "none",
22402
+ strokeLinecap: "round",
22403
+ strokeLinejoin: "round"
22404
+ }, props), /*#__PURE__*/createElement("path", {
22405
+ stroke: "none",
22406
+ d: "M0 0h24v24H0z",
22407
+ fill: "none"
22408
+ }), /*#__PURE__*/createElement("path", {
22409
+ d: "M13 12v.01"
22410
+ }), /*#__PURE__*/createElement("path", {
22411
+ d: "M3 21h18"
22412
+ }), /*#__PURE__*/createElement("path", {
22413
+ d: "M5 21v-16a2 2 0 0 1 2 -2h7.5m2.5 10.5v7.5"
22414
+ }), /*#__PURE__*/createElement("path", {
22415
+ d: "M14 7h7m-3 -3l3 3l-3 3"
22416
+ }));
22417
+ }
22418
+
22419
+ function IconDoor(_ref) {
22420
+ var _ref$size = _ref.size,
22421
+ size = _ref$size === void 0 ? 24 : _ref$size,
22422
+ _ref$color = _ref.color,
22423
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
22424
+ _ref$stroke = _ref.stroke,
22425
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
22426
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
22427
+
22428
+ return /*#__PURE__*/createElement("svg", _extends({
22429
+ className: "icon icon-tabler icon-tabler-door",
22430
+ width: size,
22431
+ height: size,
22432
+ viewBox: "0 0 24 24",
22433
+ strokeWidth: stroke,
22434
+ stroke: color,
22435
+ fill: "none",
22436
+ strokeLinecap: "round",
22437
+ strokeLinejoin: "round"
22438
+ }, props), /*#__PURE__*/createElement("path", {
22439
+ stroke: "none",
22440
+ d: "M0 0h24v24H0z",
22441
+ fill: "none"
22442
+ }), /*#__PURE__*/createElement("path", {
22443
+ d: "M14 12v.01"
22444
+ }), /*#__PURE__*/createElement("path", {
22445
+ d: "M3 21h18"
22446
+ }), /*#__PURE__*/createElement("path", {
22447
+ d: "M6 21v-16a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v16"
22448
+ }));
22449
+ }
22450
+
21441
22451
  function IconDotsCircleHorizontal(_ref) {
21442
22452
  var _ref$size = _ref.size,
21443
22453
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -22258,6 +23268,50 @@ function IconEgg(_ref) {
22258
23268
  }));
22259
23269
  }
22260
23270
 
23271
+ function IconEmergencyBed(_ref) {
23272
+ var _ref$size = _ref.size,
23273
+ size = _ref$size === void 0 ? 24 : _ref$size,
23274
+ _ref$color = _ref.color,
23275
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
23276
+ _ref$stroke = _ref.stroke,
23277
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
23278
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
23279
+
23280
+ return /*#__PURE__*/createElement("svg", _extends({
23281
+ className: "icon icon-tabler icon-tabler-emergency-bed",
23282
+ width: size,
23283
+ height: size,
23284
+ viewBox: "0 0 24 24",
23285
+ strokeWidth: stroke,
23286
+ stroke: color,
23287
+ fill: "none",
23288
+ strokeLinecap: "round",
23289
+ strokeLinejoin: "round"
23290
+ }, props), /*#__PURE__*/createElement("path", {
23291
+ stroke: "none",
23292
+ d: "M0 0h24v24H0z",
23293
+ fill: "none"
23294
+ }), /*#__PURE__*/createElement("circle", {
23295
+ cx: 16,
23296
+ cy: 18,
23297
+ r: 2
23298
+ }), /*#__PURE__*/createElement("circle", {
23299
+ cx: 8,
23300
+ cy: 18,
23301
+ r: 2
23302
+ }), /*#__PURE__*/createElement("path", {
23303
+ d: "M4 8l2.1 2.8a3 3 0 0 0 2.4 1.2h11.5"
23304
+ }), /*#__PURE__*/createElement("path", {
23305
+ d: "M10 6h4"
23306
+ }), /*#__PURE__*/createElement("path", {
23307
+ d: "M12 4v4"
23308
+ }), /*#__PURE__*/createElement("path", {
23309
+ d: "M12 12v2l-2.5 2.5"
23310
+ }), /*#__PURE__*/createElement("path", {
23311
+ d: "M14.5 16.5l-2.5 -2.5"
23312
+ }));
23313
+ }
23314
+
22261
23315
  function IconEmphasis(_ref) {
22262
23316
  var _ref$size = _ref.size,
22263
23317
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -22581,6 +23635,50 @@ function IconEyeOff(_ref) {
22581
23635
  }));
22582
23636
  }
22583
23637
 
23638
+ function IconEyeTable(_ref) {
23639
+ var _ref$size = _ref.size,
23640
+ size = _ref$size === void 0 ? 24 : _ref$size,
23641
+ _ref$color = _ref.color,
23642
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
23643
+ _ref$stroke = _ref.stroke,
23644
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
23645
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
23646
+
23647
+ return /*#__PURE__*/createElement("svg", _extends({
23648
+ className: "icon icon-tabler icon-tabler-eye-table",
23649
+ width: size,
23650
+ height: size,
23651
+ viewBox: "0 0 24 24",
23652
+ strokeWidth: stroke,
23653
+ stroke: color,
23654
+ fill: "none",
23655
+ strokeLinecap: "round",
23656
+ strokeLinejoin: "round"
23657
+ }, props), /*#__PURE__*/createElement("path", {
23658
+ stroke: "none",
23659
+ d: "M0 0h24v24H0z",
23660
+ fill: "none"
23661
+ }), /*#__PURE__*/createElement("path", {
23662
+ d: "M8.003 18.003h-.011"
23663
+ }), /*#__PURE__*/createElement("path", {
23664
+ d: "M12.003 18.002h-.011"
23665
+ }), /*#__PURE__*/createElement("path", {
23666
+ d: "M16.003 18.002h-.011"
23667
+ }), /*#__PURE__*/createElement("path", {
23668
+ d: "M4 3h16"
23669
+ }), /*#__PURE__*/createElement("path", {
23670
+ d: "M5 3v17a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-17"
23671
+ }), /*#__PURE__*/createElement("path", {
23672
+ d: "M14 7h-4"
23673
+ }), /*#__PURE__*/createElement("path", {
23674
+ d: "M9 15h1"
23675
+ }), /*#__PURE__*/createElement("path", {
23676
+ d: "M14 15h1"
23677
+ }), /*#__PURE__*/createElement("path", {
23678
+ d: "M12 11v-4"
23679
+ }));
23680
+ }
23681
+
22584
23682
  function IconEye(_ref) {
22585
23683
  var _ref$size = _ref.size,
22586
23684
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -24147,6 +25245,44 @@ function IconFiretruck(_ref) {
24147
25245
  }));
24148
25246
  }
24149
25247
 
25248
+ function IconFirstAidKit(_ref) {
25249
+ var _ref$size = _ref.size,
25250
+ size = _ref$size === void 0 ? 24 : _ref$size,
25251
+ _ref$color = _ref.color,
25252
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
25253
+ _ref$stroke = _ref.stroke,
25254
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
25255
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
25256
+
25257
+ return /*#__PURE__*/createElement("svg", _extends({
25258
+ className: "icon icon-tabler icon-tabler-first-aid-kit",
25259
+ width: size,
25260
+ height: size,
25261
+ viewBox: "0 0 24 24",
25262
+ strokeWidth: stroke,
25263
+ stroke: color,
25264
+ fill: "none",
25265
+ strokeLinecap: "round",
25266
+ strokeLinejoin: "round"
25267
+ }, props), /*#__PURE__*/createElement("path", {
25268
+ stroke: "none",
25269
+ d: "M0 0h24v24H0z",
25270
+ fill: "none"
25271
+ }), /*#__PURE__*/createElement("path", {
25272
+ d: "M8 8v-2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v2"
25273
+ }), /*#__PURE__*/createElement("rect", {
25274
+ x: 4,
25275
+ y: 8,
25276
+ width: 16,
25277
+ height: 12,
25278
+ rx: 2
25279
+ }), /*#__PURE__*/createElement("path", {
25280
+ d: "M10 14h4"
25281
+ }), /*#__PURE__*/createElement("path", {
25282
+ d: "M12 12v4"
25283
+ }));
25284
+ }
25285
+
24150
25286
  function IconFish(_ref) {
24151
25287
  var _ref$size = _ref.size,
24152
25288
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -24337,6 +25473,38 @@ function IconFlare(_ref) {
24337
25473
  }));
24338
25474
  }
24339
25475
 
25476
+ function IconFlask2(_ref) {
25477
+ var _ref$size = _ref.size,
25478
+ size = _ref$size === void 0 ? 24 : _ref$size,
25479
+ _ref$color = _ref.color,
25480
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
25481
+ _ref$stroke = _ref.stroke,
25482
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
25483
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
25484
+
25485
+ return /*#__PURE__*/createElement("svg", _extends({
25486
+ className: "icon icon-tabler icon-tabler-flask-2",
25487
+ width: size,
25488
+ height: size,
25489
+ viewBox: "0 0 24 24",
25490
+ strokeWidth: stroke,
25491
+ stroke: color,
25492
+ fill: "none",
25493
+ strokeLinecap: "round",
25494
+ strokeLinejoin: "round"
25495
+ }, props), /*#__PURE__*/createElement("path", {
25496
+ stroke: "none",
25497
+ d: "M0 0h24v24H0z",
25498
+ fill: "none"
25499
+ }), /*#__PURE__*/createElement("path", {
25500
+ d: "M6.1 15h11.8"
25501
+ }), /*#__PURE__*/createElement("path", {
25502
+ d: "M14 3v7.342a6.002 6.002 0 0 1 1.318 10.658h-6.635a6.002 6.002 0 0 1 1.317 -10.66v-7.34h4z"
25503
+ }), /*#__PURE__*/createElement("path", {
25504
+ d: "M9 3h6"
25505
+ }));
25506
+ }
25507
+
24340
25508
  function IconFlask(_ref) {
24341
25509
  var _ref$size = _ref.size,
24342
25510
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -25827,7 +26995,7 @@ function IconGlassFull(_ref) {
25827
26995
  }), /*#__PURE__*/createElement("path", {
25828
26996
  d: "M17 3l1 7c0 3.012 -2.686 5 -6 5s-6 -1.988 -6 -5l1 -7h10z"
25829
26997
  }), /*#__PURE__*/createElement("path", {
25830
- d: "M6 10a5.001 5.001 0 0 1 6 0a5.001 5.001 0 0 0 6 0"
26998
+ d: "M6 10a5 5 0 0 1 6 0a5 5 0 0 0 6 0"
25831
26999
  }));
25832
27000
  }
25833
27001
 
@@ -26330,7 +27498,7 @@ function IconH2(_ref) {
26330
27498
  d: "M0 0h24v24H0z",
26331
27499
  fill: "none"
26332
27500
  }), /*#__PURE__*/createElement("path", {
26333
- d: "M17 12a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001"
27501
+ d: "M17 12a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0"
26334
27502
  }), /*#__PURE__*/createElement("path", {
26335
27503
  d: "M4 6v12"
26336
27504
  }), /*#__PURE__*/createElement("path", {
@@ -26523,6 +27691,48 @@ function IconH6(_ref) {
26523
27691
  }));
26524
27692
  }
26525
27693
 
27694
+ function IconHandClick(_ref) {
27695
+ var _ref$size = _ref.size,
27696
+ size = _ref$size === void 0 ? 24 : _ref$size,
27697
+ _ref$color = _ref.color,
27698
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
27699
+ _ref$stroke = _ref.stroke,
27700
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
27701
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
27702
+
27703
+ return /*#__PURE__*/createElement("svg", _extends({
27704
+ className: "icon icon-tabler icon-tabler-hand-click",
27705
+ width: size,
27706
+ height: size,
27707
+ viewBox: "0 0 24 24",
27708
+ strokeWidth: stroke,
27709
+ stroke: color,
27710
+ fill: "none",
27711
+ strokeLinecap: "round",
27712
+ strokeLinejoin: "round"
27713
+ }, props), /*#__PURE__*/createElement("path", {
27714
+ stroke: "none",
27715
+ d: "M0 0h24v24H0z",
27716
+ fill: "none"
27717
+ }), /*#__PURE__*/createElement("path", {
27718
+ d: "M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5"
27719
+ }), /*#__PURE__*/createElement("path", {
27720
+ d: "M11 11.5v-2a1.5 1.5 0 0 1 3 0v2.5"
27721
+ }), /*#__PURE__*/createElement("path", {
27722
+ d: "M14 10.5a1.5 1.5 0 0 1 3 0v1.5"
27723
+ }), /*#__PURE__*/createElement("path", {
27724
+ d: "M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47"
27725
+ }), /*#__PURE__*/createElement("path", {
27726
+ d: "M5 3l-1 -1"
27727
+ }), /*#__PURE__*/createElement("path", {
27728
+ d: "M4 7h-1"
27729
+ }), /*#__PURE__*/createElement("path", {
27730
+ d: "M14 3l1 -1"
27731
+ }), /*#__PURE__*/createElement("path", {
27732
+ d: "M15 6h1"
27733
+ }));
27734
+ }
27735
+
26526
27736
  function IconHandFinger(_ref) {
26527
27737
  var _ref$size = _ref.size,
26528
27738
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -26625,6 +27835,44 @@ function IconHandMiddleFinger(_ref) {
26625
27835
  }));
26626
27836
  }
26627
27837
 
27838
+ function IconHandMove(_ref) {
27839
+ var _ref$size = _ref.size,
27840
+ size = _ref$size === void 0 ? 24 : _ref$size,
27841
+ _ref$color = _ref.color,
27842
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
27843
+ _ref$stroke = _ref.stroke,
27844
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
27845
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
27846
+
27847
+ return /*#__PURE__*/createElement("svg", _extends({
27848
+ className: "icon icon-tabler icon-tabler-hand-move",
27849
+ width: size,
27850
+ height: size,
27851
+ viewBox: "0 0 24 24",
27852
+ strokeWidth: stroke,
27853
+ stroke: color,
27854
+ fill: "none",
27855
+ strokeLinecap: "round",
27856
+ strokeLinejoin: "round"
27857
+ }, props), /*#__PURE__*/createElement("path", {
27858
+ stroke: "none",
27859
+ d: "M0 0h24v24H0z",
27860
+ fill: "none"
27861
+ }), /*#__PURE__*/createElement("path", {
27862
+ d: "M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5"
27863
+ }), /*#__PURE__*/createElement("path", {
27864
+ d: "M11 11.5v-2a1.5 1.5 0 0 1 3 0v2.5"
27865
+ }), /*#__PURE__*/createElement("path", {
27866
+ d: "M14 10.5a1.5 1.5 0 0 1 3 0v1.5"
27867
+ }), /*#__PURE__*/createElement("path", {
27868
+ d: "M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47"
27869
+ }), /*#__PURE__*/createElement("path", {
27870
+ d: "M2.541 5.594a13.487 13.487 0 0 1 2.46 -1.427"
27871
+ }), /*#__PURE__*/createElement("path", {
27872
+ d: "M14 3.458c1.32 .354 2.558 .902 3.685 1.612"
27873
+ }));
27874
+ }
27875
+
26628
27876
  function IconHandOff(_ref) {
26629
27877
  var _ref$size = _ref.size,
26630
27878
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -27095,6 +28343,46 @@ function IconHeartBroken(_ref) {
27095
28343
  }));
27096
28344
  }
27097
28345
 
28346
+ function IconHeartRateMonitor(_ref) {
28347
+ var _ref$size = _ref.size,
28348
+ size = _ref$size === void 0 ? 24 : _ref$size,
28349
+ _ref$color = _ref.color,
28350
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
28351
+ _ref$stroke = _ref.stroke,
28352
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
28353
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
28354
+
28355
+ return /*#__PURE__*/createElement("svg", _extends({
28356
+ className: "icon icon-tabler icon-tabler-heart-rate-monitor",
28357
+ width: size,
28358
+ height: size,
28359
+ viewBox: "0 0 24 24",
28360
+ strokeWidth: stroke,
28361
+ stroke: color,
28362
+ fill: "none",
28363
+ strokeLinecap: "round",
28364
+ strokeLinejoin: "round"
28365
+ }, props), /*#__PURE__*/createElement("path", {
28366
+ stroke: "none",
28367
+ d: "M0 0h24v24H0z",
28368
+ fill: "none"
28369
+ }), /*#__PURE__*/createElement("rect", {
28370
+ x: 3,
28371
+ y: 4,
28372
+ width: 18,
28373
+ height: 12,
28374
+ rx: 1
28375
+ }), /*#__PURE__*/createElement("path", {
28376
+ d: "M7 20h10"
28377
+ }), /*#__PURE__*/createElement("path", {
28378
+ d: "M9 16v4"
28379
+ }), /*#__PURE__*/createElement("path", {
28380
+ d: "M15 16v4"
28381
+ }), /*#__PURE__*/createElement("path", {
28382
+ d: "M7 10h2l2 3l2 -6l1 3h3"
28383
+ }));
28384
+ }
28385
+
27098
28386
  function IconHeart(_ref) {
27099
28387
  var _ref$size = _ref.size,
27100
28388
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -27401,6 +28689,40 @@ function IconHierarchy(_ref) {
27401
28689
  }));
27402
28690
  }
27403
28691
 
28692
+ function IconHighlight(_ref) {
28693
+ var _ref$size = _ref.size,
28694
+ size = _ref$size === void 0 ? 24 : _ref$size,
28695
+ _ref$color = _ref.color,
28696
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
28697
+ _ref$stroke = _ref.stroke,
28698
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
28699
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
28700
+
28701
+ return /*#__PURE__*/createElement("svg", _extends({
28702
+ className: "icon icon-tabler icon-tabler-highlight",
28703
+ width: size,
28704
+ height: size,
28705
+ viewBox: "0 0 24 24",
28706
+ strokeWidth: stroke,
28707
+ stroke: color,
28708
+ fill: "none",
28709
+ strokeLinecap: "round",
28710
+ strokeLinejoin: "round"
28711
+ }, props), /*#__PURE__*/createElement("path", {
28712
+ stroke: "none",
28713
+ d: "M0 0h24v24H0z",
28714
+ fill: "none"
28715
+ }), /*#__PURE__*/createElement("path", {
28716
+ d: "M3 19h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4"
28717
+ }), /*#__PURE__*/createElement("path", {
28718
+ d: "M12.5 5.5l4 4"
28719
+ }), /*#__PURE__*/createElement("path", {
28720
+ d: "M4.5 13.5l4 4"
28721
+ }), /*#__PURE__*/createElement("path", {
28722
+ d: "M21 15v4h-8l4 -4z"
28723
+ }));
28724
+ }
28725
+
27404
28726
  function IconHistory(_ref) {
27405
28727
  var _ref$size = _ref.size,
27406
28728
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -27522,7 +28844,7 @@ function IconIceCream2(_ref) {
27522
28844
  d: "M0 0h24v24H0z",
27523
28845
  fill: "none"
27524
28846
  }), /*#__PURE__*/createElement("path", {
27525
- d: "M17.657 11.004a6 6 0 1 0 -11.315 -.002"
28847
+ d: "M17.657 11.004a6 6 0 1 0 -11.315 0"
27526
28848
  }), /*#__PURE__*/createElement("path", {
27527
28849
  d: "M6.342 11l5.658 11l5.657 -10.996z"
27528
28850
  }));
@@ -30779,6 +32101,52 @@ function IconListCheck(_ref) {
30779
32101
  }));
30780
32102
  }
30781
32103
 
32104
+ function IconListDetails(_ref) {
32105
+ var _ref$size = _ref.size,
32106
+ size = _ref$size === void 0 ? 24 : _ref$size,
32107
+ _ref$color = _ref.color,
32108
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
32109
+ _ref$stroke = _ref.stroke,
32110
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
32111
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
32112
+
32113
+ return /*#__PURE__*/createElement("svg", _extends({
32114
+ className: "icon icon-tabler icon-tabler-list-details",
32115
+ width: size,
32116
+ height: size,
32117
+ viewBox: "0 0 24 24",
32118
+ strokeWidth: stroke,
32119
+ stroke: color,
32120
+ fill: "none",
32121
+ strokeLinecap: "round",
32122
+ strokeLinejoin: "round"
32123
+ }, props), /*#__PURE__*/createElement("path", {
32124
+ stroke: "none",
32125
+ d: "M0 0h24v24H0z",
32126
+ fill: "none"
32127
+ }), /*#__PURE__*/createElement("path", {
32128
+ d: "M13 5h8"
32129
+ }), /*#__PURE__*/createElement("path", {
32130
+ d: "M13 9h5"
32131
+ }), /*#__PURE__*/createElement("path", {
32132
+ d: "M13 15h8"
32133
+ }), /*#__PURE__*/createElement("path", {
32134
+ d: "M13 19h5"
32135
+ }), /*#__PURE__*/createElement("rect", {
32136
+ x: 3,
32137
+ y: 4,
32138
+ width: 6,
32139
+ height: 6,
32140
+ rx: 1
32141
+ }), /*#__PURE__*/createElement("rect", {
32142
+ x: 3,
32143
+ y: 14,
32144
+ width: 6,
32145
+ height: 6,
32146
+ rx: 1
32147
+ }));
32148
+ }
32149
+
30782
32150
  function IconListNumbers(_ref) {
30783
32151
  var _ref$size = _ref.size,
30784
32152
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -31308,6 +32676,46 @@ function IconLockOpen(_ref) {
31308
32676
  }));
31309
32677
  }
31310
32678
 
32679
+ function IconLockSquare(_ref) {
32680
+ var _ref$size = _ref.size,
32681
+ size = _ref$size === void 0 ? 24 : _ref$size,
32682
+ _ref$color = _ref.color,
32683
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
32684
+ _ref$stroke = _ref.stroke,
32685
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
32686
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
32687
+
32688
+ return /*#__PURE__*/createElement("svg", _extends({
32689
+ className: "icon icon-tabler icon-tabler-lock-square",
32690
+ width: size,
32691
+ height: size,
32692
+ viewBox: "0 0 24 24",
32693
+ strokeWidth: stroke,
32694
+ stroke: color,
32695
+ fill: "none",
32696
+ strokeLinecap: "round",
32697
+ strokeLinejoin: "round"
32698
+ }, props), /*#__PURE__*/createElement("path", {
32699
+ stroke: "none",
32700
+ d: "M0 0h24v24H0z",
32701
+ fill: "none"
32702
+ }), /*#__PURE__*/createElement("rect", {
32703
+ x: 8,
32704
+ y: 11,
32705
+ width: 8,
32706
+ height: 5,
32707
+ rx: 1
32708
+ }), /*#__PURE__*/createElement("path", {
32709
+ d: "M10 11v-2a2 2 0 1 1 4 0v2"
32710
+ }), /*#__PURE__*/createElement("rect", {
32711
+ x: 4,
32712
+ y: 4,
32713
+ width: 16,
32714
+ height: 16,
32715
+ rx: 2
32716
+ }));
32717
+ }
32718
+
31311
32719
  function IconLock(_ref) {
31312
32720
  var _ref$size = _ref.size,
31313
32721
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -31406,6 +32814,40 @@ function IconLogout(_ref) {
31406
32814
  }));
31407
32815
  }
31408
32816
 
32817
+ function IconLungs(_ref) {
32818
+ var _ref$size = _ref.size,
32819
+ size = _ref$size === void 0 ? 24 : _ref$size,
32820
+ _ref$color = _ref.color,
32821
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
32822
+ _ref$stroke = _ref.stroke,
32823
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
32824
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
32825
+
32826
+ return /*#__PURE__*/createElement("svg", _extends({
32827
+ className: "icon icon-tabler icon-tabler-lungs",
32828
+ width: size,
32829
+ height: size,
32830
+ viewBox: "0 0 24 24",
32831
+ strokeWidth: stroke,
32832
+ stroke: color,
32833
+ fill: "none",
32834
+ strokeLinecap: "round",
32835
+ strokeLinejoin: "round"
32836
+ }, props), /*#__PURE__*/createElement("path", {
32837
+ stroke: "none",
32838
+ d: "M0 0h24v24H0z",
32839
+ fill: "none"
32840
+ }), /*#__PURE__*/createElement("path", {
32841
+ d: "M6.081 20c1.612 0 2.919 -1.335 2.919 -2.98v-9.763c0 -.694 -.552 -1.257 -1.232 -1.257c-.205 0 -.405 .052 -.584 .15l-.13 .083c-1.46 1.059 -2.432 2.647 -3.404 5.824c-.42 1.37 -.636 2.962 -.648 4.775c-.012 1.675 1.261 3.054 2.877 3.161l.203 .007z"
32842
+ }), /*#__PURE__*/createElement("path", {
32843
+ d: "M17.92 20c-1.613 0 -2.92 -1.335 -2.92 -2.98v-9.763c0 -.694 .552 -1.257 1.233 -1.257c.204 0 .405 .052 .584 .15l.13 .083c1.46 1.059 2.432 2.647 3.405 5.824c.42 1.37 .636 2.962 .648 4.775c.012 1.675 -1.261 3.054 -2.878 3.161l-.202 .007z"
32844
+ }), /*#__PURE__*/createElement("path", {
32845
+ d: "M9 12a3 3 0 0 0 3 -3a3 3 0 0 0 3 3"
32846
+ }), /*#__PURE__*/createElement("path", {
32847
+ d: "M12 4v5"
32848
+ }));
32849
+ }
32850
+
31409
32851
  function IconMacro(_ref) {
31410
32852
  var _ref$size = _ref.size,
31411
32853
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -32413,6 +33855,40 @@ function IconMedicalCross(_ref) {
32413
33855
  }));
32414
33856
  }
32415
33857
 
33858
+ function IconMedicineSyrup(_ref) {
33859
+ var _ref$size = _ref.size,
33860
+ size = _ref$size === void 0 ? 24 : _ref$size,
33861
+ _ref$color = _ref.color,
33862
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
33863
+ _ref$stroke = _ref.stroke,
33864
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
33865
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
33866
+
33867
+ return /*#__PURE__*/createElement("svg", _extends({
33868
+ className: "icon icon-tabler icon-tabler-medicine-syrup",
33869
+ width: size,
33870
+ height: size,
33871
+ viewBox: "0 0 24 24",
33872
+ strokeWidth: stroke,
33873
+ stroke: color,
33874
+ fill: "none",
33875
+ strokeLinecap: "round",
33876
+ strokeLinejoin: "round"
33877
+ }, props), /*#__PURE__*/createElement("path", {
33878
+ stroke: "none",
33879
+ d: "M0 0h24v24H0z",
33880
+ fill: "none"
33881
+ }), /*#__PURE__*/createElement("path", {
33882
+ d: "M8 21h8a1 1 0 0 0 1 -1v-10a3 3 0 0 0 -3 -3h-4a3 3 0 0 0 -3 3v10a1 1 0 0 0 1 1z"
33883
+ }), /*#__PURE__*/createElement("path", {
33884
+ d: "M10 14h4"
33885
+ }), /*#__PURE__*/createElement("path", {
33886
+ d: "M12 12v4"
33887
+ }), /*#__PURE__*/createElement("path", {
33888
+ d: "M10 7v-3a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3"
33889
+ }));
33890
+ }
33891
+
32416
33892
  function IconMenu2(_ref) {
32417
33893
  var _ref$size = _ref.size,
32418
33894
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -33021,6 +34497,46 @@ function IconMicrophone(_ref) {
33021
34497
  }));
33022
34498
  }
33023
34499
 
34500
+ function IconMicroscope(_ref) {
34501
+ var _ref$size = _ref.size,
34502
+ size = _ref$size === void 0 ? 24 : _ref$size,
34503
+ _ref$color = _ref.color,
34504
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
34505
+ _ref$stroke = _ref.stroke,
34506
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
34507
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
34508
+
34509
+ return /*#__PURE__*/createElement("svg", _extends({
34510
+ className: "icon icon-tabler icon-tabler-microscope",
34511
+ width: size,
34512
+ height: size,
34513
+ viewBox: "0 0 24 24",
34514
+ strokeWidth: stroke,
34515
+ stroke: color,
34516
+ fill: "none",
34517
+ strokeLinecap: "round",
34518
+ strokeLinejoin: "round"
34519
+ }, props), /*#__PURE__*/createElement("path", {
34520
+ stroke: "none",
34521
+ d: "M0 0h24v24H0z",
34522
+ fill: "none"
34523
+ }), /*#__PURE__*/createElement("path", {
34524
+ d: "M5 21h14"
34525
+ }), /*#__PURE__*/createElement("path", {
34526
+ d: "M6 18h2"
34527
+ }), /*#__PURE__*/createElement("path", {
34528
+ d: "M7 18v3"
34529
+ }), /*#__PURE__*/createElement("path", {
34530
+ d: "M9 11l3 3l6 -6l-3 -3z"
34531
+ }), /*#__PURE__*/createElement("path", {
34532
+ d: "M10.5 12.5l-1.5 1.5"
34533
+ }), /*#__PURE__*/createElement("path", {
34534
+ d: "M17 3l3 3"
34535
+ }), /*#__PURE__*/createElement("path", {
34536
+ d: "M12 21a6 6 0 0 0 3.715 -10.712"
34537
+ }));
34538
+ }
34539
+
33024
34540
  function IconMilk(_ref) {
33025
34541
  var _ref$size = _ref.size,
33026
34542
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -34000,6 +35516,140 @@ function IconMug(_ref) {
34000
35516
  }));
34001
35517
  }
34002
35518
 
35519
+ function IconMultiplier05x(_ref) {
35520
+ var _ref$size = _ref.size,
35521
+ size = _ref$size === void 0 ? 24 : _ref$size,
35522
+ _ref$color = _ref.color,
35523
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
35524
+ _ref$stroke = _ref.stroke,
35525
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
35526
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
35527
+
35528
+ return /*#__PURE__*/createElement("svg", _extends({
35529
+ className: "icon icon-tabler icon-tabler-multiplier-0-5x",
35530
+ width: size,
35531
+ height: size,
35532
+ viewBox: "0 0 24 24",
35533
+ strokeWidth: stroke,
35534
+ stroke: color,
35535
+ fill: "none",
35536
+ strokeLinecap: "round",
35537
+ strokeLinejoin: "round"
35538
+ }, props), /*#__PURE__*/createElement("path", {
35539
+ stroke: "none",
35540
+ d: "M0 0h24v24H0z",
35541
+ fill: "none"
35542
+ }), /*#__PURE__*/createElement("path", {
35543
+ d: "M8 16h2a2 2 0 1 0 0 -4h-2v-4h4"
35544
+ }), /*#__PURE__*/createElement("path", {
35545
+ d: "M5 16v.01"
35546
+ }), /*#__PURE__*/createElement("path", {
35547
+ d: "M15 16l4 -4"
35548
+ }), /*#__PURE__*/createElement("path", {
35549
+ d: "M19 16l-4 -4"
35550
+ }));
35551
+ }
35552
+
35553
+ function IconMultiplier15x(_ref) {
35554
+ var _ref$size = _ref.size,
35555
+ size = _ref$size === void 0 ? 24 : _ref$size,
35556
+ _ref$color = _ref.color,
35557
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
35558
+ _ref$stroke = _ref.stroke,
35559
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
35560
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
35561
+
35562
+ return /*#__PURE__*/createElement("svg", _extends({
35563
+ className: "icon icon-tabler icon-tabler-multiplier-1-5x",
35564
+ width: size,
35565
+ height: size,
35566
+ viewBox: "0 0 24 24",
35567
+ strokeWidth: stroke,
35568
+ stroke: color,
35569
+ fill: "none",
35570
+ strokeLinecap: "round",
35571
+ strokeLinejoin: "round"
35572
+ }, props), /*#__PURE__*/createElement("path", {
35573
+ stroke: "none",
35574
+ d: "M0 0h24v24H0z",
35575
+ fill: "none"
35576
+ }), /*#__PURE__*/createElement("path", {
35577
+ d: "M4 16v-8l-2 2"
35578
+ }), /*#__PURE__*/createElement("path", {
35579
+ d: "M10 16h2a2 2 0 1 0 0 -4h-2v-4h4"
35580
+ }), /*#__PURE__*/createElement("path", {
35581
+ d: "M7 16v.01"
35582
+ }), /*#__PURE__*/createElement("path", {
35583
+ d: "M17 16l4 -4"
35584
+ }), /*#__PURE__*/createElement("path", {
35585
+ d: "M21 16l-4 -4"
35586
+ }));
35587
+ }
35588
+
35589
+ function IconMultiplier1x(_ref) {
35590
+ var _ref$size = _ref.size,
35591
+ size = _ref$size === void 0 ? 24 : _ref$size,
35592
+ _ref$color = _ref.color,
35593
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
35594
+ _ref$stroke = _ref.stroke,
35595
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
35596
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
35597
+
35598
+ return /*#__PURE__*/createElement("svg", _extends({
35599
+ className: "icon icon-tabler icon-tabler-multiplier-1x",
35600
+ width: size,
35601
+ height: size,
35602
+ viewBox: "0 0 24 24",
35603
+ strokeWidth: stroke,
35604
+ stroke: color,
35605
+ fill: "none",
35606
+ strokeLinecap: "round",
35607
+ strokeLinejoin: "round"
35608
+ }, props), /*#__PURE__*/createElement("path", {
35609
+ stroke: "none",
35610
+ d: "M0 0h24v24H0z",
35611
+ fill: "none"
35612
+ }), /*#__PURE__*/createElement("path", {
35613
+ d: "M9 16v-8l-2 2"
35614
+ }), /*#__PURE__*/createElement("path", {
35615
+ d: "M13 16l4 -4"
35616
+ }), /*#__PURE__*/createElement("path", {
35617
+ d: "M17 16l-4 -4"
35618
+ }));
35619
+ }
35620
+
35621
+ function IconMultiplier2x(_ref) {
35622
+ var _ref$size = _ref.size,
35623
+ size = _ref$size === void 0 ? 24 : _ref$size,
35624
+ _ref$color = _ref.color,
35625
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
35626
+ _ref$stroke = _ref.stroke,
35627
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
35628
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
35629
+
35630
+ return /*#__PURE__*/createElement("svg", _extends({
35631
+ className: "icon icon-tabler icon-tabler-multiplier-2x",
35632
+ width: size,
35633
+ height: size,
35634
+ viewBox: "0 0 24 24",
35635
+ strokeWidth: stroke,
35636
+ stroke: color,
35637
+ fill: "none",
35638
+ strokeLinecap: "round",
35639
+ strokeLinejoin: "round"
35640
+ }, props), /*#__PURE__*/createElement("path", {
35641
+ stroke: "none",
35642
+ d: "M0 0h24v24H0z",
35643
+ fill: "none"
35644
+ }), /*#__PURE__*/createElement("path", {
35645
+ d: "M14 16l4 -4"
35646
+ }), /*#__PURE__*/createElement("path", {
35647
+ d: "M18 16l-4 -4"
35648
+ }), /*#__PURE__*/createElement("path", {
35649
+ d: "M6 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0"
35650
+ }));
35651
+ }
35652
+
34003
35653
  function IconMushroom(_ref) {
34004
35654
  var _ref$size = _ref.size,
34005
35655
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -34632,6 +36282,38 @@ function IconNumber9(_ref) {
34632
36282
  }));
34633
36283
  }
34634
36284
 
36285
+ function IconNurse(_ref) {
36286
+ var _ref$size = _ref.size,
36287
+ size = _ref$size === void 0 ? 24 : _ref$size,
36288
+ _ref$color = _ref.color,
36289
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
36290
+ _ref$stroke = _ref.stroke,
36291
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
36292
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
36293
+
36294
+ return /*#__PURE__*/createElement("svg", _extends({
36295
+ className: "icon icon-tabler icon-tabler-nurse",
36296
+ width: size,
36297
+ height: size,
36298
+ viewBox: "0 0 24 24",
36299
+ strokeWidth: stroke,
36300
+ stroke: color,
36301
+ fill: "none",
36302
+ strokeLinecap: "round",
36303
+ strokeLinejoin: "round"
36304
+ }, props), /*#__PURE__*/createElement("path", {
36305
+ stroke: "none",
36306
+ d: "M0 0h24v24H0z",
36307
+ fill: "none"
36308
+ }), /*#__PURE__*/createElement("path", {
36309
+ d: "M12 6c2.941 0 5.685 .847 8 2.31l-2 9.69h-12l-2 -9.691a14.93 14.93 0 0 1 8 -2.309z"
36310
+ }), /*#__PURE__*/createElement("path", {
36311
+ d: "M10 12h4"
36312
+ }), /*#__PURE__*/createElement("path", {
36313
+ d: "M12 10v4"
36314
+ }));
36315
+ }
36316
+
34635
36317
  function IconOctagonOff(_ref) {
34636
36318
  var _ref$size = _ref.size,
34637
36319
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -35963,11 +37645,52 @@ function IconPictureInPictureOff(_ref) {
35963
37645
  x2: 11,
35964
37646
  y2: 13
35965
37647
  }), /*#__PURE__*/createElement("path", {
35966
- d: "M7 12v-3h3"
37648
+ d: "M7 12v-3h3"
37649
+ }));
37650
+ }
37651
+
37652
+ function IconPictureInPictureOn(_ref) {
37653
+ var _ref$size = _ref.size,
37654
+ size = _ref$size === void 0 ? 24 : _ref$size,
37655
+ _ref$color = _ref.color,
37656
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
37657
+ _ref$stroke = _ref.stroke,
37658
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
37659
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
37660
+
37661
+ return /*#__PURE__*/createElement("svg", _extends({
37662
+ className: "icon icon-tabler icon-tabler-picture-in-picture-on",
37663
+ width: size,
37664
+ height: size,
37665
+ viewBox: "0 0 24 24",
37666
+ strokeWidth: stroke,
37667
+ stroke: color,
37668
+ fill: "none",
37669
+ strokeLinecap: "round",
37670
+ strokeLinejoin: "round"
37671
+ }, props), /*#__PURE__*/createElement("path", {
37672
+ stroke: "none",
37673
+ d: "M0 0h24v24H0z",
37674
+ fill: "none"
37675
+ }), /*#__PURE__*/createElement("path", {
37676
+ d: "M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4"
37677
+ }), /*#__PURE__*/createElement("rect", {
37678
+ x: 14,
37679
+ y: 14,
37680
+ width: 7,
37681
+ height: 5,
37682
+ rx: 1
37683
+ }), /*#__PURE__*/createElement("line", {
37684
+ x1: 7,
37685
+ y1: 9,
37686
+ x2: 11,
37687
+ y2: 13
37688
+ }), /*#__PURE__*/createElement("path", {
37689
+ d: "M8 13h3v-3"
35967
37690
  }));
35968
37691
  }
35969
37692
 
35970
- function IconPictureInPictureOn(_ref) {
37693
+ function IconPictureInPicture(_ref) {
35971
37694
  var _ref$size = _ref.size,
35972
37695
  size = _ref$size === void 0 ? 24 : _ref$size,
35973
37696
  _ref$color = _ref.color,
@@ -35977,7 +37700,7 @@ function IconPictureInPictureOn(_ref) {
35977
37700
  props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
35978
37701
 
35979
37702
  return /*#__PURE__*/createElement("svg", _extends({
35980
- className: "icon icon-tabler icon-tabler-picture-in-picture-on",
37703
+ className: "icon icon-tabler icon-tabler-picture-in-picture",
35981
37704
  width: size,
35982
37705
  height: size,
35983
37706
  viewBox: "0 0 24 24",
@@ -35998,17 +37721,10 @@ function IconPictureInPictureOn(_ref) {
35998
37721
  width: 7,
35999
37722
  height: 5,
36000
37723
  rx: 1
36001
- }), /*#__PURE__*/createElement("line", {
36002
- x1: 7,
36003
- y1: 9,
36004
- x2: 11,
36005
- y2: 13
36006
- }), /*#__PURE__*/createElement("path", {
36007
- d: "M8 13h3v-3"
36008
37724
  }));
36009
37725
  }
36010
37726
 
36011
- function IconPictureInPicture(_ref) {
37727
+ function IconPig(_ref) {
36012
37728
  var _ref$size = _ref.size,
36013
37729
  size = _ref$size === void 0 ? 24 : _ref$size,
36014
37730
  _ref$color = _ref.color,
@@ -36018,7 +37734,7 @@ function IconPictureInPicture(_ref) {
36018
37734
  props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
36019
37735
 
36020
37736
  return /*#__PURE__*/createElement("svg", _extends({
36021
- className: "icon icon-tabler icon-tabler-picture-in-picture",
37737
+ className: "icon icon-tabler icon-tabler-pig",
36022
37738
  width: size,
36023
37739
  height: size,
36024
37740
  viewBox: "0 0 24 24",
@@ -36032,13 +37748,9 @@ function IconPictureInPicture(_ref) {
36032
37748
  d: "M0 0h24v24H0z",
36033
37749
  fill: "none"
36034
37750
  }), /*#__PURE__*/createElement("path", {
36035
- d: "M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4"
36036
- }), /*#__PURE__*/createElement("rect", {
36037
- x: 14,
36038
- y: 14,
36039
- width: 7,
36040
- height: 5,
36041
- rx: 1
37751
+ d: "M15 11v.01"
37752
+ }), /*#__PURE__*/createElement("path", {
37753
+ d: "M16 3l0 3.803a6.019 6.019 0 0 1 2.658 3.197h1.341a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1.342a6.008 6.008 0 0 1 -1.658 2.473v2.027a1.5 1.5 0 0 1 -3 0v-.583a6.04 6.04 0 0 1 -1 .083h-4a6.04 6.04 0 0 1 -1 -.083v.583a1.5 1.5 0 0 1 -3 0v-2l.001 -.027a6 6 0 0 1 3.999 -10.473h2.5l4.5 -3z"
36042
37754
  }));
36043
37755
  }
36044
37756
 
@@ -36075,6 +37787,44 @@ function IconPill(_ref) {
36075
37787
  }));
36076
37788
  }
36077
37789
 
37790
+ function IconPills(_ref) {
37791
+ var _ref$size = _ref.size,
37792
+ size = _ref$size === void 0 ? 24 : _ref$size,
37793
+ _ref$color = _ref.color,
37794
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
37795
+ _ref$stroke = _ref.stroke,
37796
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
37797
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
37798
+
37799
+ return /*#__PURE__*/createElement("svg", _extends({
37800
+ className: "icon icon-tabler icon-tabler-pills",
37801
+ width: size,
37802
+ height: size,
37803
+ viewBox: "0 0 24 24",
37804
+ strokeWidth: stroke,
37805
+ stroke: color,
37806
+ fill: "none",
37807
+ strokeLinecap: "round",
37808
+ strokeLinejoin: "round"
37809
+ }, props), /*#__PURE__*/createElement("path", {
37810
+ stroke: "none",
37811
+ d: "M0 0h24v24H0z",
37812
+ fill: "none"
37813
+ }), /*#__PURE__*/createElement("circle", {
37814
+ cx: 8,
37815
+ cy: 8,
37816
+ r: 5
37817
+ }), /*#__PURE__*/createElement("circle", {
37818
+ cx: 17,
37819
+ cy: 17,
37820
+ r: 4
37821
+ }), /*#__PURE__*/createElement("path", {
37822
+ d: "M4.5 4.5l7 7"
37823
+ }), /*#__PURE__*/createElement("path", {
37824
+ d: "M19.5 14.5l-5 5"
37825
+ }));
37826
+ }
37827
+
36078
37828
  function IconPin(_ref) {
36079
37829
  var _ref$size = _ref.size,
36080
37830
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -39311,6 +41061,40 @@ function IconSausage(_ref) {
39311
41061
  }));
39312
41062
  }
39313
41063
 
41064
+ function IconScaleOutline(_ref) {
41065
+ var _ref$size = _ref.size,
41066
+ size = _ref$size === void 0 ? 24 : _ref$size,
41067
+ _ref$color = _ref.color,
41068
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
41069
+ _ref$stroke = _ref.stroke,
41070
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
41071
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
41072
+
41073
+ return /*#__PURE__*/createElement("svg", _extends({
41074
+ className: "icon icon-tabler icon-tabler-scale-outline",
41075
+ width: size,
41076
+ height: size,
41077
+ viewBox: "0 0 24 24",
41078
+ strokeWidth: stroke,
41079
+ stroke: color,
41080
+ fill: "none",
41081
+ strokeLinecap: "round",
41082
+ strokeLinejoin: "round"
41083
+ }, props), /*#__PURE__*/createElement("path", {
41084
+ stroke: "none",
41085
+ d: "M0 0h24v24H0z",
41086
+ fill: "none"
41087
+ }), /*#__PURE__*/createElement("rect", {
41088
+ x: 3,
41089
+ y: 3,
41090
+ width: 18,
41091
+ height: 18,
41092
+ rx: 4
41093
+ }), /*#__PURE__*/createElement("path", {
41094
+ d: "M12 7c1.956 0 3.724 .802 4.994 2.095l-2.956 2.904a3 3 0 0 0 -2.038 -.799a3 3 0 0 0 -2.038 .798l-2.956 -2.903a6.979 6.979 0 0 1 4.994 -2.095z"
41095
+ }));
41096
+ }
41097
+
39314
41098
  function IconScale(_ref) {
39315
41099
  var _ref$size = _ref.size,
39316
41100
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -41741,6 +43525,70 @@ function IconSpace(_ref) {
41741
43525
  }));
41742
43526
  }
41743
43527
 
43528
+ function IconSpacingHorizontal(_ref) {
43529
+ var _ref$size = _ref.size,
43530
+ size = _ref$size === void 0 ? 24 : _ref$size,
43531
+ _ref$color = _ref.color,
43532
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
43533
+ _ref$stroke = _ref.stroke,
43534
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
43535
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
43536
+
43537
+ return /*#__PURE__*/createElement("svg", _extends({
43538
+ className: "icon icon-tabler icon-tabler-spacing-horizontal",
43539
+ width: size,
43540
+ height: size,
43541
+ viewBox: "0 0 24 24",
43542
+ strokeWidth: stroke,
43543
+ stroke: color,
43544
+ fill: "none",
43545
+ strokeLinecap: "round",
43546
+ strokeLinejoin: "round"
43547
+ }, props), /*#__PURE__*/createElement("path", {
43548
+ stroke: "none",
43549
+ d: "M0 0h24v24H0z",
43550
+ fill: "none"
43551
+ }), /*#__PURE__*/createElement("path", {
43552
+ d: "M20 20h-2a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h2"
43553
+ }), /*#__PURE__*/createElement("path", {
43554
+ d: "M4 20h2a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2"
43555
+ }), /*#__PURE__*/createElement("path", {
43556
+ d: "M12 8v8"
43557
+ }));
43558
+ }
43559
+
43560
+ function IconSpacingVertical(_ref) {
43561
+ var _ref$size = _ref.size,
43562
+ size = _ref$size === void 0 ? 24 : _ref$size,
43563
+ _ref$color = _ref.color,
43564
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
43565
+ _ref$stroke = _ref.stroke,
43566
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
43567
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
43568
+
43569
+ return /*#__PURE__*/createElement("svg", _extends({
43570
+ className: "icon icon-tabler icon-tabler-spacing-vertical",
43571
+ width: size,
43572
+ height: size,
43573
+ viewBox: "0 0 24 24",
43574
+ strokeWidth: stroke,
43575
+ stroke: color,
43576
+ fill: "none",
43577
+ strokeLinecap: "round",
43578
+ strokeLinejoin: "round"
43579
+ }, props), /*#__PURE__*/createElement("path", {
43580
+ stroke: "none",
43581
+ d: "M0 0h24v24H0z",
43582
+ fill: "none"
43583
+ }), /*#__PURE__*/createElement("path", {
43584
+ d: "M4 20v-2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2"
43585
+ }), /*#__PURE__*/createElement("path", {
43586
+ d: "M4 4v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2"
43587
+ }), /*#__PURE__*/createElement("path", {
43588
+ d: "M16 12h-8"
43589
+ }));
43590
+ }
43591
+
41744
43592
  function IconSpeakerphone(_ref) {
41745
43593
  var _ref$size = _ref.size,
41746
43594
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -41938,7 +43786,7 @@ function IconSquare2(_ref) {
41938
43786
  d: "M0 0h24v24H0z",
41939
43787
  fill: "none"
41940
43788
  }), /*#__PURE__*/createElement("path", {
41941
- d: "M10 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001"
43789
+ d: "M10 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0"
41942
43790
  }), /*#__PURE__*/createElement("rect", {
41943
43791
  x: 4,
41944
43792
  y: 4,
@@ -44807,6 +46655,42 @@ function IconTextWrap(_ref) {
44807
46655
  }));
44808
46656
  }
44809
46657
 
46658
+ function IconThermometer(_ref) {
46659
+ var _ref$size = _ref.size,
46660
+ size = _ref$size === void 0 ? 24 : _ref$size,
46661
+ _ref$color = _ref.color,
46662
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
46663
+ _ref$stroke = _ref.stroke,
46664
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
46665
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
46666
+
46667
+ return /*#__PURE__*/createElement("svg", _extends({
46668
+ className: "icon icon-tabler icon-tabler-thermometer",
46669
+ width: size,
46670
+ height: size,
46671
+ viewBox: "0 0 24 24",
46672
+ strokeWidth: stroke,
46673
+ stroke: color,
46674
+ fill: "none",
46675
+ strokeLinecap: "round",
46676
+ strokeLinejoin: "round"
46677
+ }, props), /*#__PURE__*/createElement("path", {
46678
+ stroke: "none",
46679
+ d: "M0 0h24v24H0z",
46680
+ fill: "none"
46681
+ }), /*#__PURE__*/createElement("path", {
46682
+ d: "M19 5a2.828 2.828 0 0 1 0 4l-8 8h-4v-4l8 -8a2.828 2.828 0 0 1 4 0z"
46683
+ }), /*#__PURE__*/createElement("path", {
46684
+ d: "M16 7l-1.5 -1.5"
46685
+ }), /*#__PURE__*/createElement("path", {
46686
+ d: "M13 10l-1.5 -1.5"
46687
+ }), /*#__PURE__*/createElement("path", {
46688
+ d: "M10 13l-1.5 -1.5"
46689
+ }), /*#__PURE__*/createElement("path", {
46690
+ d: "M7 17l-3 3"
46691
+ }));
46692
+ }
46693
+
44810
46694
  function IconThumbDown(_ref) {
44811
46695
  var _ref$size = _ref.size,
44812
46696
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -45730,7 +47614,7 @@ function IconTree(_ref) {
45730
47614
  }), /*#__PURE__*/createElement("path", {
45731
47615
  d: "M12 21v-13"
45732
47616
  }), /*#__PURE__*/createElement("path", {
45733
- d: "M9.824 15.995a3 3 0 0 1 -2.743 -3.69a2.998 2.998 0 0 1 .304 -4.833a3 3 0 0 1 4.615 -3.707a3 3 0 0 1 4.614 3.707a2.997 2.997 0 0 1 .305 4.833a3 3 0 0 1 -2.919 3.695h.001h-4z"
47617
+ d: "M9.824 15.995a3 3 0 0 1 -2.743 -3.69a2.998 2.998 0 0 1 .304 -4.833a3 3 0 0 1 4.615 -3.707a3 3 0 0 1 4.614 3.707a2.997 2.997 0 0 1 .305 4.833a3 3 0 0 1 -2.919 3.695h-4z"
45734
47618
  }));
45735
47619
  }
45736
47620
 
@@ -45771,7 +47655,7 @@ function IconTrees(_ref) {
45771
47655
  }), /*#__PURE__*/createElement("path", {
45772
47656
  d: "M8 21v-13"
45773
47657
  }), /*#__PURE__*/createElement("path", {
45774
- d: "M5.824 15.995a3 3 0 0 1 -2.743 -3.69a2.998 2.998 0 0 1 .304 -4.833a3 3 0 0 1 4.615 -3.707a3 3 0 0 1 4.614 3.707a2.997 2.997 0 0 1 .305 4.833a3 3 0 0 1 -2.919 3.695h.001h-4z"
47658
+ d: "M5.824 15.995a3 3 0 0 1 -2.743 -3.69a2.998 2.998 0 0 1 .304 -4.833a3 3 0 0 1 4.615 -3.707a3 3 0 0 1 4.614 3.707a2.997 2.997 0 0 1 .305 4.833a3 3 0 0 1 -2.919 3.695h-4z"
45775
47659
  }));
45776
47660
  }
45777
47661
 
@@ -46554,6 +48438,42 @@ function IconUserCheck(_ref) {
46554
48438
  }));
46555
48439
  }
46556
48440
 
48441
+ function IconUserCircle(_ref) {
48442
+ var _ref$size = _ref.size,
48443
+ size = _ref$size === void 0 ? 24 : _ref$size,
48444
+ _ref$color = _ref.color,
48445
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
48446
+ _ref$stroke = _ref.stroke,
48447
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
48448
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
48449
+
48450
+ return /*#__PURE__*/createElement("svg", _extends({
48451
+ className: "icon icon-tabler icon-tabler-user-circle",
48452
+ width: size,
48453
+ height: size,
48454
+ viewBox: "0 0 24 24",
48455
+ strokeWidth: stroke,
48456
+ stroke: color,
48457
+ fill: "none",
48458
+ strokeLinecap: "round",
48459
+ strokeLinejoin: "round"
48460
+ }, props), /*#__PURE__*/createElement("path", {
48461
+ stroke: "none",
48462
+ d: "M0 0h24v24H0z",
48463
+ fill: "none"
48464
+ }), /*#__PURE__*/createElement("circle", {
48465
+ cx: 12,
48466
+ cy: 12,
48467
+ r: 9
48468
+ }), /*#__PURE__*/createElement("circle", {
48469
+ cx: 12,
48470
+ cy: 10,
48471
+ r: 3
48472
+ }), /*#__PURE__*/createElement("path", {
48473
+ d: "M6.168 18.849a4 4 0 0 1 3.832 -2.849h4a4 4 0 0 1 3.834 2.855"
48474
+ }));
48475
+ }
48476
+
46557
48477
  function IconUserExclamation(_ref) {
46558
48478
  var _ref$size = _ref.size,
46559
48479
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -46804,6 +48724,46 @@ function IconUsers(_ref) {
46804
48724
  }));
46805
48725
  }
46806
48726
 
48727
+ function IconVaccineBottle(_ref) {
48728
+ var _ref$size = _ref.size,
48729
+ size = _ref$size === void 0 ? 24 : _ref$size,
48730
+ _ref$color = _ref.color,
48731
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
48732
+ _ref$stroke = _ref.stroke,
48733
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
48734
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
48735
+
48736
+ return /*#__PURE__*/createElement("svg", _extends({
48737
+ className: "icon icon-tabler icon-tabler-vaccine-bottle",
48738
+ width: size,
48739
+ height: size,
48740
+ viewBox: "0 0 24 24",
48741
+ strokeWidth: stroke,
48742
+ stroke: color,
48743
+ fill: "none",
48744
+ strokeLinecap: "round",
48745
+ strokeLinejoin: "round"
48746
+ }, props), /*#__PURE__*/createElement("path", {
48747
+ stroke: "none",
48748
+ d: "M0 0h24v24H0z",
48749
+ fill: "none"
48750
+ }), /*#__PURE__*/createElement("rect", {
48751
+ x: 9,
48752
+ y: 3,
48753
+ width: 6,
48754
+ height: 3,
48755
+ rx: 1
48756
+ }), /*#__PURE__*/createElement("path", {
48757
+ d: "M10 6v.98c0 .877 -.634 1.626 -1.5 1.77c-.866 .144 -1.5 .893 -1.5 1.77v8.48a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-8.48c0 -.877 -.634 -1.626 -1.5 -1.77a1.795 1.795 0 0 1 -1.5 -1.77v-.98"
48758
+ }), /*#__PURE__*/createElement("path", {
48759
+ d: "M7 12h10"
48760
+ }), /*#__PURE__*/createElement("path", {
48761
+ d: "M7 18h10"
48762
+ }), /*#__PURE__*/createElement("path", {
48763
+ d: "M11 15h2"
48764
+ }));
48765
+ }
48766
+
46807
48767
  function IconVaccine(_ref) {
46808
48768
  var _ref$size = _ref.size,
46809
48769
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -47898,6 +49858,40 @@ function IconWallet(_ref) {
47898
49858
  }));
47899
49859
  }
47900
49860
 
49861
+ function IconWallpaper(_ref) {
49862
+ var _ref$size = _ref.size,
49863
+ size = _ref$size === void 0 ? 24 : _ref$size,
49864
+ _ref$color = _ref.color,
49865
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
49866
+ _ref$stroke = _ref.stroke,
49867
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
49868
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
49869
+
49870
+ return /*#__PURE__*/createElement("svg", _extends({
49871
+ className: "icon icon-tabler icon-tabler-wallpaper",
49872
+ width: size,
49873
+ height: size,
49874
+ viewBox: "0 0 24 24",
49875
+ strokeWidth: stroke,
49876
+ stroke: color,
49877
+ fill: "none",
49878
+ strokeLinecap: "round",
49879
+ strokeLinejoin: "round"
49880
+ }, props), /*#__PURE__*/createElement("path", {
49881
+ stroke: "none",
49882
+ d: "M0 0h24v24H0z",
49883
+ fill: "none"
49884
+ }), /*#__PURE__*/createElement("path", {
49885
+ d: "M8 6h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-12"
49886
+ }), /*#__PURE__*/createElement("circle", {
49887
+ cx: 6,
49888
+ cy: 18,
49889
+ r: 2
49890
+ }), /*#__PURE__*/createElement("path", {
49891
+ d: "M8 18v-12a2 2 0 1 0 -4 0v12"
49892
+ }));
49893
+ }
49894
+
47901
49895
  function IconWand(_ref) {
47902
49896
  var _ref$size = _ref.size,
47903
49897
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -49324,5 +51318,5 @@ function IconZoomMoney(_ref) {
49324
51318
  }));
49325
51319
  }
49326
51320
 
49327
- 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, 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, 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, IconBackhoe, IconBackspace, IconBallAmericanFootball, IconBallBasketball, IconBallBowling, IconBallFootball, IconBallFootballOff, IconBallTennis, IconBallVolleyball, IconBan, IconBandage, IconBarcode, IconBasket, IconBattery, IconBattery1, IconBattery2, IconBattery3, IconBattery4, IconBatteryAutomotive, IconBatteryCharging, IconBatteryOff, 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, IconBrandAndroid, IconBrandApple, IconBrandAppleArcade, IconBrandAppstore, IconBrandAsana, IconBrandBehance, IconBrandBing, IconBrandBitbucket, IconBrandBooking, IconBrandChrome, IconBrandCodepen, IconBrandCodesandbox, IconBrandCss3, IconBrandDeviantart, IconBrandDiscord, IconBrandDisqus, IconBrandDocker, IconBrandDribbble, IconBrandEdge, IconBrandFacebook, IconBrandFigma, IconBrandFirefox, IconBrandFlickr, IconBrandFoursquare, IconBrandFramer, IconBrandGithub, IconBrandGitlab, IconBrandGoogle, IconBrandGoogleAnalytics, IconBrandGoogleDrive, IconBrandGooglePlay, IconBrandGravatar, IconBrandHipchat, IconBrandHtml5, IconBrandInstagram, IconBrandJavascript, IconBrandKickstarter, IconBrandKotlin, IconBrandLinkedin, IconBrandMedium, IconBrandMessenger, IconBrandNetflix, IconBrandOpenSource, IconBrandOpera, IconBrandPagekit, IconBrandPatreon, IconBrandPaypal, IconBrandPinterest, IconBrandPocket, IconBrandProducthunt, IconBrandPython, IconBrandReddit, IconBrandSafari, IconBrandSass, IconBrandSentry, IconBrandShazam, IconBrandSketch, IconBrandSkype, IconBrandSlack, IconBrandSnapchat, IconBrandSoundcloud, IconBrandSpotify, IconBrandSteam, IconBrandStripe, IconBrandTabler, IconBrandTailwind, IconBrandTelegram, IconBrandTidal, IconBrandTiktok, IconBrandTinder, IconBrandTumblr, IconBrandTwitch, IconBrandTwitter, IconBrandUnsplash, IconBrandVercel, IconBrandVimeo, 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, 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, IconCup, IconCurlyLoop, IconCurrencyBahraini, IconCurrencyBath, IconCurrencyBitcoin, IconCurrencyCent, IconCurrencyDinar, IconCurrencyDirham, 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, IconDogBowl, IconDots, IconDotsCircleHorizontal, IconDotsDiagonal, IconDotsDiagonal2, IconDotsVertical, IconDownload, IconDragDrop, IconDragDrop2, IconDrone, IconDroneOff, IconDroplet, IconDropletFilled, IconDropletFilled2, IconDropletHalf, IconDropletHalf2, IconDropletOff, IconEar, IconEarOff, IconEdit, IconEditCircle, IconEgg, IconEmphasis, IconEqual, IconEqualNot, IconEraser, IconExchange, IconExposure, IconExternalLink, IconEye, IconEyeCheck, IconEyeOff, 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, IconFish, IconFlag, IconFlag2, IconFlag3, IconFlame, IconFlare, IconFlask, 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, IconHandFinger, IconHandLittleFinger, IconHandMiddleFinger, IconHandOff, IconHandRingFinger, IconHandRock, IconHandStop, IconHandThreeFingers, IconHandTwoFingers, IconHanger, IconHash, IconHeading, IconHeadphones, IconHeadphonesOff, IconHeadset, IconHeart, IconHeartBroken, IconHelicopter, IconHelicopterLanding, IconHelp, IconHexagon, IconHexagonOff, IconHierarchy, IconHierarchy2, IconHistory, IconHome, IconHome2, IconIceCream, IconIceCream2, IconId, IconInbox, IconIndentDecrease, IconIndentIncrease, IconInfinity, IconInfoCircle, IconInfoSquare, IconItalic, IconJumpRope, IconKarate, IconKey, IconKeyboard, IconKeyboardHide, IconKeyboardOff, IconKeyboardShow, IconLanguage, 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, IconListNumbers, IconListSearch, IconLivePhoto, IconLiveView, IconLoader, IconLoaderQuarter, IconLocation, IconLock, IconLockAccess, IconLockOff, IconLockOpen, IconLogin, IconLogout, 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, IconMenu, IconMenu2, IconMessage, IconMessage2, IconMessageCircle, IconMessageCircle2, IconMessageCircleOff, IconMessageDots, IconMessageOff, IconMessagePlus, IconMessageReport, IconMessages, IconMessagesOff, IconMicrophone, IconMicrophone2, IconMicrophoneOff, 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, IconMushroom, IconMusic, IconNewSection, IconNews, IconNfc, IconNote, IconNotebook, IconNotes, IconNotification, IconNumber0, IconNumber1, IconNumber2, IconNumber3, IconNumber4, IconNumber5, IconNumber6, IconNumber7, IconNumber8, IconNumber9, 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, IconPill, 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, 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, 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, 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, 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, IconUserExclamation, IconUserMinus, IconUserOff, IconUserPlus, IconUserX, IconUsers, IconVaccine, IconVariable, IconVector, IconVectorBeizer2, IconVectorBezier, IconVectorTriangle, IconVenus, IconVersions, IconVideo, IconVideoMinus, IconVideoOff, IconVideoPlus, IconView360, IconViewfinder, IconViewportNarrow, IconViewportWide, IconVirus, IconVirusOff, IconVirusSearch, IconVocabulary, IconVolume, IconVolume2, IconVolume3, IconWalk, IconWallet, 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 };
51321
+ 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, IconBrandAndroid, IconBrandApple, IconBrandAppleArcade, IconBrandAppstore, IconBrandAsana, IconBrandBehance, IconBrandBing, IconBrandBitbucket, IconBrandBooking, IconBrandBootstrap, IconBrandChrome, IconBrandCodepen, IconBrandCodesandbox, IconBrandCss3, IconBrandDebian, IconBrandDeviantart, IconBrandDiscord, IconBrandDisqus, IconBrandDocker, IconBrandDribbble, IconBrandEdge, IconBrandFacebook, IconBrandFigma, IconBrandFirefox, IconBrandFlickr, IconBrandFoursquare, IconBrandFramer, IconBrandGithub, IconBrandGitlab, IconBrandGoogle, IconBrandGoogleAnalytics, IconBrandGoogleDrive, IconBrandGooglePlay, IconBrandGravatar, IconBrandHipchat, IconBrandHtml5, IconBrandInstagram, IconBrandJavascript, IconBrandKickstarter, IconBrandKotlin, IconBrandLinkedin, IconBrandMastercard, IconBrandMedium, IconBrandMessenger, IconBrandNetflix, IconBrandOpenSource, IconBrandOpera, IconBrandPagekit, IconBrandPatreon, IconBrandPaypal, IconBrandPinterest, IconBrandPocket, IconBrandProducthunt, IconBrandPython, IconBrandReddit, IconBrandSafari, IconBrandSass, IconBrandSentry, IconBrandShazam, IconBrandSketch, IconBrandSkype, IconBrandSlack, IconBrandSnapchat, IconBrandSoundcloud, IconBrandSpotify, IconBrandStackoverflow, IconBrandSteam, IconBrandStripe, IconBrandTabler, IconBrandTailwind, IconBrandTelegram, IconBrandTidal, IconBrandTiktok, IconBrandTinder, IconBrandTumblr, IconBrandTwitch, IconBrandTwitter, IconBrandUbuntu, IconBrandUnsplash, IconBrandVercel, IconBrandVimeo, 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, 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, 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, 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 };
49328
51322
  //# sourceMappingURL=index.esm.js.map