@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
@@ -1579,6 +1579,246 @@ function IconArchive(_ref) {
1579
1579
  }));
1580
1580
  }
1581
1581
 
1582
+ function IconArrowAutofitContent(_ref) {
1583
+ var _ref$size = _ref.size,
1584
+ size = _ref$size === void 0 ? 24 : _ref$size,
1585
+ _ref$color = _ref.color,
1586
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
1587
+ _ref$stroke = _ref.stroke,
1588
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
1589
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
1590
+
1591
+ return /*#__PURE__*/React.createElement("svg", _extends({
1592
+ className: "icon icon-tabler icon-tabler-arrow-autofit-content",
1593
+ width: size,
1594
+ height: size,
1595
+ viewBox: "0 0 24 24",
1596
+ strokeWidth: stroke,
1597
+ stroke: color,
1598
+ fill: "none",
1599
+ strokeLinecap: "round",
1600
+ strokeLinejoin: "round"
1601
+ }, props), /*#__PURE__*/React.createElement("path", {
1602
+ stroke: "none",
1603
+ d: "M0 0h24v24H0z",
1604
+ fill: "none"
1605
+ }), /*#__PURE__*/React.createElement("path", {
1606
+ d: "M6 4l-3 3l3 3"
1607
+ }), /*#__PURE__*/React.createElement("path", {
1608
+ d: "M18 4l3 3l-3 3"
1609
+ }), /*#__PURE__*/React.createElement("rect", {
1610
+ x: 4,
1611
+ y: 14,
1612
+ width: 16,
1613
+ height: 6,
1614
+ rx: 2
1615
+ }), /*#__PURE__*/React.createElement("path", {
1616
+ d: "M10 7h-7"
1617
+ }), /*#__PURE__*/React.createElement("path", {
1618
+ d: "M21 7h-7"
1619
+ }));
1620
+ }
1621
+
1622
+ function IconArrowAutofitDown(_ref) {
1623
+ var _ref$size = _ref.size,
1624
+ size = _ref$size === void 0 ? 24 : _ref$size,
1625
+ _ref$color = _ref.color,
1626
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
1627
+ _ref$stroke = _ref.stroke,
1628
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
1629
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
1630
+
1631
+ return /*#__PURE__*/React.createElement("svg", _extends({
1632
+ className: "icon icon-tabler icon-tabler-arrow-autofit-down",
1633
+ width: size,
1634
+ height: size,
1635
+ viewBox: "0 0 24 24",
1636
+ strokeWidth: stroke,
1637
+ stroke: color,
1638
+ fill: "none",
1639
+ strokeLinecap: "round",
1640
+ strokeLinejoin: "round"
1641
+ }, props), /*#__PURE__*/React.createElement("path", {
1642
+ stroke: "none",
1643
+ d: "M0 0h24v24H0z",
1644
+ fill: "none"
1645
+ }), /*#__PURE__*/React.createElement("path", {
1646
+ d: "M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8"
1647
+ }), /*#__PURE__*/React.createElement("path", {
1648
+ d: "M18 4v17"
1649
+ }), /*#__PURE__*/React.createElement("path", {
1650
+ d: "M15 18l3 3l3 -3"
1651
+ }));
1652
+ }
1653
+
1654
+ function IconArrowAutofitHeight(_ref) {
1655
+ var _ref$size = _ref.size,
1656
+ size = _ref$size === void 0 ? 24 : _ref$size,
1657
+ _ref$color = _ref.color,
1658
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
1659
+ _ref$stroke = _ref.stroke,
1660
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
1661
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
1662
+
1663
+ return /*#__PURE__*/React.createElement("svg", _extends({
1664
+ className: "icon icon-tabler icon-tabler-arrow-autofit-height",
1665
+ width: size,
1666
+ height: size,
1667
+ viewBox: "0 0 24 24",
1668
+ strokeWidth: stroke,
1669
+ stroke: color,
1670
+ fill: "none",
1671
+ strokeLinecap: "round",
1672
+ strokeLinejoin: "round"
1673
+ }, props), /*#__PURE__*/React.createElement("path", {
1674
+ stroke: "none",
1675
+ d: "M0 0h24v24H0z",
1676
+ fill: "none"
1677
+ }), /*#__PURE__*/React.createElement("path", {
1678
+ d: "M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h6"
1679
+ }), /*#__PURE__*/React.createElement("path", {
1680
+ d: "M18 14v7"
1681
+ }), /*#__PURE__*/React.createElement("path", {
1682
+ d: "M18 3v7"
1683
+ }), /*#__PURE__*/React.createElement("path", {
1684
+ d: "M15 18l3 3l3 -3"
1685
+ }), /*#__PURE__*/React.createElement("path", {
1686
+ d: "M15 6l3 -3l3 3"
1687
+ }));
1688
+ }
1689
+
1690
+ function IconArrowAutofitLeft(_ref) {
1691
+ var _ref$size = _ref.size,
1692
+ size = _ref$size === void 0 ? 24 : _ref$size,
1693
+ _ref$color = _ref.color,
1694
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
1695
+ _ref$stroke = _ref.stroke,
1696
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
1697
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
1698
+
1699
+ return /*#__PURE__*/React.createElement("svg", _extends({
1700
+ className: "icon icon-tabler icon-tabler-arrow-autofit-left",
1701
+ width: size,
1702
+ height: size,
1703
+ viewBox: "0 0 24 24",
1704
+ strokeWidth: stroke,
1705
+ stroke: color,
1706
+ fill: "none",
1707
+ strokeLinecap: "round",
1708
+ strokeLinejoin: "round"
1709
+ }, props), /*#__PURE__*/React.createElement("path", {
1710
+ stroke: "none",
1711
+ d: "M0 0h24v24H0z",
1712
+ fill: "none"
1713
+ }), /*#__PURE__*/React.createElement("path", {
1714
+ d: "M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8"
1715
+ }), /*#__PURE__*/React.createElement("path", {
1716
+ d: "M20 18h-17"
1717
+ }), /*#__PURE__*/React.createElement("path", {
1718
+ d: "M6 15l-3 3l3 3"
1719
+ }));
1720
+ }
1721
+
1722
+ function IconArrowAutofitRight(_ref) {
1723
+ var _ref$size = _ref.size,
1724
+ size = _ref$size === void 0 ? 24 : _ref$size,
1725
+ _ref$color = _ref.color,
1726
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
1727
+ _ref$stroke = _ref.stroke,
1728
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
1729
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
1730
+
1731
+ return /*#__PURE__*/React.createElement("svg", _extends({
1732
+ className: "icon icon-tabler icon-tabler-arrow-autofit-right",
1733
+ width: size,
1734
+ height: size,
1735
+ viewBox: "0 0 24 24",
1736
+ strokeWidth: stroke,
1737
+ stroke: color,
1738
+ fill: "none",
1739
+ strokeLinecap: "round",
1740
+ strokeLinejoin: "round"
1741
+ }, props), /*#__PURE__*/React.createElement("path", {
1742
+ stroke: "none",
1743
+ d: "M0 0h24v24H0z",
1744
+ fill: "none"
1745
+ }), /*#__PURE__*/React.createElement("path", {
1746
+ d: "M20 12v-6a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v8"
1747
+ }), /*#__PURE__*/React.createElement("path", {
1748
+ d: "M4 18h17"
1749
+ }), /*#__PURE__*/React.createElement("path", {
1750
+ d: "M18 15l3 3l-3 3"
1751
+ }));
1752
+ }
1753
+
1754
+ function IconArrowAutofitUp(_ref) {
1755
+ var _ref$size = _ref.size,
1756
+ size = _ref$size === void 0 ? 24 : _ref$size,
1757
+ _ref$color = _ref.color,
1758
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
1759
+ _ref$stroke = _ref.stroke,
1760
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
1761
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
1762
+
1763
+ return /*#__PURE__*/React.createElement("svg", _extends({
1764
+ className: "icon icon-tabler icon-tabler-arrow-autofit-up",
1765
+ width: size,
1766
+ height: size,
1767
+ viewBox: "0 0 24 24",
1768
+ strokeWidth: stroke,
1769
+ stroke: color,
1770
+ fill: "none",
1771
+ strokeLinecap: "round",
1772
+ strokeLinejoin: "round"
1773
+ }, props), /*#__PURE__*/React.createElement("path", {
1774
+ stroke: "none",
1775
+ d: "M0 0h24v24H0z",
1776
+ fill: "none"
1777
+ }), /*#__PURE__*/React.createElement("path", {
1778
+ d: "M12 4h-6a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h8"
1779
+ }), /*#__PURE__*/React.createElement("path", {
1780
+ d: "M18 20v-17"
1781
+ }), /*#__PURE__*/React.createElement("path", {
1782
+ d: "M15 6l3 -3l3 3"
1783
+ }));
1784
+ }
1785
+
1786
+ function IconArrowAutofitWidth(_ref) {
1787
+ var _ref$size = _ref.size,
1788
+ size = _ref$size === void 0 ? 24 : _ref$size,
1789
+ _ref$color = _ref.color,
1790
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
1791
+ _ref$stroke = _ref.stroke,
1792
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
1793
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
1794
+
1795
+ return /*#__PURE__*/React.createElement("svg", _extends({
1796
+ className: "icon icon-tabler icon-tabler-arrow-autofit-width",
1797
+ width: size,
1798
+ height: size,
1799
+ viewBox: "0 0 24 24",
1800
+ strokeWidth: stroke,
1801
+ stroke: color,
1802
+ fill: "none",
1803
+ strokeLinecap: "round",
1804
+ strokeLinejoin: "round"
1805
+ }, props), /*#__PURE__*/React.createElement("path", {
1806
+ stroke: "none",
1807
+ d: "M0 0h24v24H0z",
1808
+ fill: "none"
1809
+ }), /*#__PURE__*/React.createElement("path", {
1810
+ d: "M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6"
1811
+ }), /*#__PURE__*/React.createElement("path", {
1812
+ d: "M10 18h-7"
1813
+ }), /*#__PURE__*/React.createElement("path", {
1814
+ d: "M21 18h-7"
1815
+ }), /*#__PURE__*/React.createElement("path", {
1816
+ d: "M6 15l-3 3l3 3"
1817
+ }), /*#__PURE__*/React.createElement("path", {
1818
+ d: "M18 15l3 3l-3 3"
1819
+ }));
1820
+ }
1821
+
1582
1822
  function IconArrowBackUp(_ref) {
1583
1823
  var _ref$size = _ref.size,
1584
1824
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -3704,6 +3944,74 @@ function IconArrowsDiagonal2(_ref) {
3704
3944
  }));
3705
3945
  }
3706
3946
 
3947
+ function IconArrowsDiagonalMinimize2(_ref) {
3948
+ var _ref$size = _ref.size,
3949
+ size = _ref$size === void 0 ? 24 : _ref$size,
3950
+ _ref$color = _ref.color,
3951
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
3952
+ _ref$stroke = _ref.stroke,
3953
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
3954
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
3955
+
3956
+ return /*#__PURE__*/React.createElement("svg", _extends({
3957
+ className: "icon icon-tabler icon-tabler-arrows-diagonal-minimize-2",
3958
+ width: size,
3959
+ height: size,
3960
+ viewBox: "0 0 24 24",
3961
+ strokeWidth: stroke,
3962
+ stroke: color,
3963
+ fill: "none",
3964
+ strokeLinecap: "round",
3965
+ strokeLinejoin: "round"
3966
+ }, props), /*#__PURE__*/React.createElement("path", {
3967
+ stroke: "none",
3968
+ d: "M0 0h24v24H0z",
3969
+ fill: "none"
3970
+ }), /*#__PURE__*/React.createElement("path", {
3971
+ d: "M18 10h-4v-4"
3972
+ }), /*#__PURE__*/React.createElement("path", {
3973
+ d: "M20 4l-6 6"
3974
+ }), /*#__PURE__*/React.createElement("path", {
3975
+ d: "M6 14h4v4"
3976
+ }), /*#__PURE__*/React.createElement("path", {
3977
+ d: "M10 14l-6 6"
3978
+ }));
3979
+ }
3980
+
3981
+ function IconArrowsDiagonalMinimize(_ref) {
3982
+ var _ref$size = _ref.size,
3983
+ size = _ref$size === void 0 ? 24 : _ref$size,
3984
+ _ref$color = _ref.color,
3985
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
3986
+ _ref$stroke = _ref.stroke,
3987
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
3988
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
3989
+
3990
+ return /*#__PURE__*/React.createElement("svg", _extends({
3991
+ className: "icon icon-tabler icon-tabler-arrows-diagonal-minimize",
3992
+ width: size,
3993
+ height: size,
3994
+ viewBox: "0 0 24 24",
3995
+ strokeWidth: stroke,
3996
+ stroke: color,
3997
+ fill: "none",
3998
+ strokeLinecap: "round",
3999
+ strokeLinejoin: "round"
4000
+ }, props), /*#__PURE__*/React.createElement("path", {
4001
+ stroke: "none",
4002
+ d: "M0 0h24v24H0z",
4003
+ fill: "none"
4004
+ }), /*#__PURE__*/React.createElement("path", {
4005
+ d: "M6 10h4v-4"
4006
+ }), /*#__PURE__*/React.createElement("path", {
4007
+ d: "M4 4l6 6"
4008
+ }), /*#__PURE__*/React.createElement("path", {
4009
+ d: "M18 14h-4v4"
4010
+ }), /*#__PURE__*/React.createElement("path", {
4011
+ d: "M14 14l6 6"
4012
+ }));
4013
+ }
4014
+
3707
4015
  function IconArrowsDiagonal(_ref) {
3708
4016
  var _ref$size = _ref.size,
3709
4017
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -4938,6 +5246,78 @@ function IconAward(_ref) {
4938
5246
  }));
4939
5247
  }
4940
5248
 
5249
+ function IconAxisX(_ref) {
5250
+ var _ref$size = _ref.size,
5251
+ size = _ref$size === void 0 ? 24 : _ref$size,
5252
+ _ref$color = _ref.color,
5253
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
5254
+ _ref$stroke = _ref.stroke,
5255
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
5256
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
5257
+
5258
+ return /*#__PURE__*/React.createElement("svg", _extends({
5259
+ className: "icon icon-tabler icon-tabler-axis-x",
5260
+ width: size,
5261
+ height: size,
5262
+ viewBox: "0 0 24 24",
5263
+ strokeWidth: stroke,
5264
+ stroke: color,
5265
+ fill: "none",
5266
+ strokeLinecap: "round",
5267
+ strokeLinejoin: "round"
5268
+ }, props), /*#__PURE__*/React.createElement("path", {
5269
+ stroke: "none",
5270
+ d: "M0 0h24v24H0z",
5271
+ fill: "none"
5272
+ }), /*#__PURE__*/React.createElement("path", {
5273
+ d: "M4 13v.01"
5274
+ }), /*#__PURE__*/React.createElement("path", {
5275
+ d: "M4 9v.01"
5276
+ }), /*#__PURE__*/React.createElement("path", {
5277
+ d: "M4 5v.01"
5278
+ }), /*#__PURE__*/React.createElement("path", {
5279
+ d: "M17 20l3 -3l-3 -3"
5280
+ }), /*#__PURE__*/React.createElement("path", {
5281
+ d: "M4 17h16"
5282
+ }));
5283
+ }
5284
+
5285
+ function IconAxisY(_ref) {
5286
+ var _ref$size = _ref.size,
5287
+ size = _ref$size === void 0 ? 24 : _ref$size,
5288
+ _ref$color = _ref.color,
5289
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
5290
+ _ref$stroke = _ref.stroke,
5291
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
5292
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
5293
+
5294
+ return /*#__PURE__*/React.createElement("svg", _extends({
5295
+ className: "icon icon-tabler icon-tabler-axis-y",
5296
+ width: size,
5297
+ height: size,
5298
+ viewBox: "0 0 24 24",
5299
+ strokeWidth: stroke,
5300
+ stroke: color,
5301
+ fill: "none",
5302
+ strokeLinecap: "round",
5303
+ strokeLinejoin: "round"
5304
+ }, props), /*#__PURE__*/React.createElement("path", {
5305
+ stroke: "none",
5306
+ d: "M0 0h24v24H0z",
5307
+ fill: "none"
5308
+ }), /*#__PURE__*/React.createElement("path", {
5309
+ d: "M11 20h-.01"
5310
+ }), /*#__PURE__*/React.createElement("path", {
5311
+ d: "M15 20h-.01"
5312
+ }), /*#__PURE__*/React.createElement("path", {
5313
+ d: "M19 20h-.01"
5314
+ }), /*#__PURE__*/React.createElement("path", {
5315
+ d: "M4 7l3 -3l3 3"
5316
+ }), /*#__PURE__*/React.createElement("path", {
5317
+ d: "M7 20v-16"
5318
+ }));
5319
+ }
5320
+
4941
5321
  function IconBackhoe(_ref) {
4942
5322
  var _ref$size = _ref.size,
4943
5323
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -4990,6 +5370,38 @@ function IconBackhoe(_ref) {
4990
5370
  }));
4991
5371
  }
4992
5372
 
5373
+ function IconBackpack(_ref) {
5374
+ var _ref$size = _ref.size,
5375
+ size = _ref$size === void 0 ? 24 : _ref$size,
5376
+ _ref$color = _ref.color,
5377
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
5378
+ _ref$stroke = _ref.stroke,
5379
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
5380
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
5381
+
5382
+ return /*#__PURE__*/React.createElement("svg", _extends({
5383
+ className: "icon icon-tabler icon-tabler-backpack",
5384
+ width: size,
5385
+ height: size,
5386
+ viewBox: "0 0 24 24",
5387
+ strokeWidth: stroke,
5388
+ stroke: color,
5389
+ fill: "none",
5390
+ strokeLinecap: "round",
5391
+ strokeLinejoin: "round"
5392
+ }, props), /*#__PURE__*/React.createElement("path", {
5393
+ stroke: "none",
5394
+ d: "M0 0h24v24H0z",
5395
+ fill: "none"
5396
+ }), /*#__PURE__*/React.createElement("path", {
5397
+ 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"
5398
+ }), /*#__PURE__*/React.createElement("path", {
5399
+ d: "M10 7v-1a2 2 0 1 1 4 0v1"
5400
+ }), /*#__PURE__*/React.createElement("path", {
5401
+ d: "M10 15h4"
5402
+ }));
5403
+ }
5404
+
4993
5405
  function IconBackspace(_ref) {
4994
5406
  var _ref$size = _ref.size,
4995
5407
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -5310,6 +5722,38 @@ function IconBallVolleyball(_ref) {
5310
5722
  }));
5311
5723
  }
5312
5724
 
5725
+ function IconBallon(_ref) {
5726
+ var _ref$size = _ref.size,
5727
+ size = _ref$size === void 0 ? 24 : _ref$size,
5728
+ _ref$color = _ref.color,
5729
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
5730
+ _ref$stroke = _ref.stroke,
5731
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
5732
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
5733
+
5734
+ return /*#__PURE__*/React.createElement("svg", _extends({
5735
+ className: "icon icon-tabler icon-tabler-ballon",
5736
+ width: size,
5737
+ height: size,
5738
+ viewBox: "0 0 24 24",
5739
+ strokeWidth: stroke,
5740
+ stroke: color,
5741
+ fill: "none",
5742
+ strokeLinecap: "round",
5743
+ strokeLinejoin: "round"
5744
+ }, props), /*#__PURE__*/React.createElement("path", {
5745
+ stroke: "none",
5746
+ d: "M0 0h24v24H0z",
5747
+ fill: "none"
5748
+ }), /*#__PURE__*/React.createElement("path", {
5749
+ d: "M14 8a2 2 0 0 0 -2 -2"
5750
+ }), /*#__PURE__*/React.createElement("path", {
5751
+ d: "M6 8a6 6 0 1 1 12 0c0 4.97 -2.686 9 -6 9s-6 -4.03 -6 -9"
5752
+ }), /*#__PURE__*/React.createElement("path", {
5753
+ d: "M12 17v1a2 2 0 0 1 -2 2h-3a2 2 0 0 0 -2 2"
5754
+ }));
5755
+ }
5756
+
5313
5757
  function IconBan(_ref) {
5314
5758
  var _ref$size = _ref.size,
5315
5759
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -5481,6 +5925,40 @@ function IconBasket(_ref) {
5481
5925
  }));
5482
5926
  }
5483
5927
 
5928
+ function IconBath(_ref) {
5929
+ var _ref$size = _ref.size,
5930
+ size = _ref$size === void 0 ? 24 : _ref$size,
5931
+ _ref$color = _ref.color,
5932
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
5933
+ _ref$stroke = _ref.stroke,
5934
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
5935
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
5936
+
5937
+ return /*#__PURE__*/React.createElement("svg", _extends({
5938
+ className: "icon icon-tabler icon-tabler-bath",
5939
+ width: size,
5940
+ height: size,
5941
+ viewBox: "0 0 24 24",
5942
+ strokeWidth: stroke,
5943
+ stroke: color,
5944
+ fill: "none",
5945
+ strokeLinecap: "round",
5946
+ strokeLinejoin: "round"
5947
+ }, props), /*#__PURE__*/React.createElement("path", {
5948
+ stroke: "none",
5949
+ d: "M0 0h24v24H0z",
5950
+ fill: "none"
5951
+ }), /*#__PURE__*/React.createElement("path", {
5952
+ 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"
5953
+ }), /*#__PURE__*/React.createElement("path", {
5954
+ d: "M6 12v-7a2 2 0 0 1 2 -2h3v2.25"
5955
+ }), /*#__PURE__*/React.createElement("path", {
5956
+ d: "M4 21l1 -1.5"
5957
+ }), /*#__PURE__*/React.createElement("path", {
5958
+ d: "M20 21l-1 -1.5"
5959
+ }));
5960
+ }
5961
+
5484
5962
  function IconBattery1(_ref) {
5485
5963
  var _ref$size = _ref.size,
5486
5964
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -5697,6 +6175,42 @@ function IconBatteryAutomotive(_ref) {
5697
6175
  }));
5698
6176
  }
5699
6177
 
6178
+ function IconBatteryCharging2(_ref) {
6179
+ var _ref$size = _ref.size,
6180
+ size = _ref$size === void 0 ? 24 : _ref$size,
6181
+ _ref$color = _ref.color,
6182
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
6183
+ _ref$stroke = _ref.stroke,
6184
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
6185
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
6186
+
6187
+ return /*#__PURE__*/React.createElement("svg", _extends({
6188
+ className: "icon icon-tabler icon-tabler-battery-charging-2",
6189
+ width: size,
6190
+ height: size,
6191
+ viewBox: "0 0 24 24",
6192
+ strokeWidth: stroke,
6193
+ stroke: color,
6194
+ fill: "none",
6195
+ strokeLinecap: "round",
6196
+ strokeLinejoin: "round"
6197
+ }, props), /*#__PURE__*/React.createElement("path", {
6198
+ stroke: "none",
6199
+ d: "M0 0h24v24H0z",
6200
+ fill: "none"
6201
+ }), /*#__PURE__*/React.createElement("path", {
6202
+ 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"
6203
+ }), /*#__PURE__*/React.createElement("path", {
6204
+ d: "M3 15h6v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2v-2z"
6205
+ }), /*#__PURE__*/React.createElement("path", {
6206
+ d: "M6 22v-3"
6207
+ }), /*#__PURE__*/React.createElement("path", {
6208
+ d: "M4 15v-2.5"
6209
+ }), /*#__PURE__*/React.createElement("path", {
6210
+ d: "M8 15v-2.5"
6211
+ }));
6212
+ }
6213
+
5700
6214
  function IconBatteryCharging(_ref) {
5701
6215
  var _ref$size = _ref.size,
5702
6216
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -5729,6 +6243,38 @@ function IconBatteryCharging(_ref) {
5729
6243
  }));
5730
6244
  }
5731
6245
 
6246
+ function IconBatteryEco(_ref) {
6247
+ var _ref$size = _ref.size,
6248
+ size = _ref$size === void 0 ? 24 : _ref$size,
6249
+ _ref$color = _ref.color,
6250
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
6251
+ _ref$stroke = _ref.stroke,
6252
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
6253
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
6254
+
6255
+ return /*#__PURE__*/React.createElement("svg", _extends({
6256
+ className: "icon icon-tabler icon-tabler-battery-eco",
6257
+ width: size,
6258
+ height: size,
6259
+ viewBox: "0 0 24 24",
6260
+ strokeWidth: stroke,
6261
+ stroke: color,
6262
+ fill: "none",
6263
+ strokeLinecap: "round",
6264
+ strokeLinejoin: "round"
6265
+ }, props), /*#__PURE__*/React.createElement("path", {
6266
+ stroke: "none",
6267
+ d: "M0 0h24v24H0z",
6268
+ fill: "none"
6269
+ }), /*#__PURE__*/React.createElement("path", {
6270
+ 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"
6271
+ }), /*#__PURE__*/React.createElement("path", {
6272
+ 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"
6273
+ }), /*#__PURE__*/React.createElement("path", {
6274
+ d: "M3 20v-3"
6275
+ }));
6276
+ }
6277
+
5732
6278
  function IconBatteryOff(_ref) {
5733
6279
  var _ref$size = _ref.size,
5734
6280
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -5790,6 +6336,42 @@ function IconBattery(_ref) {
5790
6336
  }));
5791
6337
  }
5792
6338
 
6339
+ function IconBeach(_ref) {
6340
+ var _ref$size = _ref.size,
6341
+ size = _ref$size === void 0 ? 24 : _ref$size,
6342
+ _ref$color = _ref.color,
6343
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
6344
+ _ref$stroke = _ref.stroke,
6345
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
6346
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
6347
+
6348
+ return /*#__PURE__*/React.createElement("svg", _extends({
6349
+ className: "icon icon-tabler icon-tabler-beach",
6350
+ width: size,
6351
+ height: size,
6352
+ viewBox: "0 0 24 24",
6353
+ strokeWidth: stroke,
6354
+ stroke: color,
6355
+ fill: "none",
6356
+ strokeLinecap: "round",
6357
+ strokeLinejoin: "round"
6358
+ }, props), /*#__PURE__*/React.createElement("path", {
6359
+ stroke: "none",
6360
+ d: "M0 0h24v24H0z",
6361
+ fill: "none"
6362
+ }), /*#__PURE__*/React.createElement("path", {
6363
+ d: "M17.553 16.75a7.5 7.5 0 0 0 -10.606 0"
6364
+ }), /*#__PURE__*/React.createElement("path", {
6365
+ d: "M18 3.804a6 6 0 0 0 -8.196 2.196l10.392 6a6 6 0 0 0 -2.196 -8.196z"
6366
+ }), /*#__PURE__*/React.createElement("path", {
6367
+ 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"
6368
+ }), /*#__PURE__*/React.createElement("path", {
6369
+ d: "M15 9l-3 5.196"
6370
+ }), /*#__PURE__*/React.createElement("path", {
6371
+ 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"
6372
+ }));
6373
+ }
6374
+
5793
6375
  function IconBed(_ref) {
5794
6376
  var _ref$size = _ref.size,
5795
6377
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -7997,7 +8579,7 @@ function IconBoxMultiple2(_ref) {
7997
8579
  }), /*#__PURE__*/React.createElement("path", {
7998
8580
  d: "M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2"
7999
8581
  }), /*#__PURE__*/React.createElement("path", {
8000
- d: "M12 8a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001"
8582
+ d: "M12 8a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0"
8001
8583
  }));
8002
8584
  }
8003
8585
 
@@ -8816,6 +9398,38 @@ function IconBrandBooking(_ref) {
8816
9398
  }));
8817
9399
  }
8818
9400
 
9401
+ function IconBrandBootstrap(_ref) {
9402
+ var _ref$size = _ref.size,
9403
+ size = _ref$size === void 0 ? 24 : _ref$size,
9404
+ _ref$color = _ref.color,
9405
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
9406
+ _ref$stroke = _ref.stroke,
9407
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
9408
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
9409
+
9410
+ return /*#__PURE__*/React.createElement("svg", _extends({
9411
+ className: "icon icon-tabler icon-tabler-brand-bootstrap",
9412
+ width: size,
9413
+ height: size,
9414
+ viewBox: "0 0 24 24",
9415
+ strokeWidth: stroke,
9416
+ stroke: color,
9417
+ fill: "none",
9418
+ strokeLinecap: "round",
9419
+ strokeLinejoin: "round"
9420
+ }, props), /*#__PURE__*/React.createElement("path", {
9421
+ stroke: "none",
9422
+ d: "M0 0h24v24H0z",
9423
+ fill: "none"
9424
+ }), /*#__PURE__*/React.createElement("path", {
9425
+ 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"
9426
+ }), /*#__PURE__*/React.createElement("path", {
9427
+ 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"
9428
+ }), /*#__PURE__*/React.createElement("path", {
9429
+ d: "M9 16v-8h3.5a2 2 0 1 1 0 4h-3.5h4a2 2 0 1 1 0 4h-4z"
9430
+ }));
9431
+ }
9432
+
8819
9433
  function IconBrandChrome(_ref) {
8820
9434
  var _ref$size = _ref.size,
8821
9435
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -8990,6 +9604,38 @@ function IconBrandCss3(_ref) {
8990
9604
  }));
8991
9605
  }
8992
9606
 
9607
+ function IconBrandDebian(_ref) {
9608
+ var _ref$size = _ref.size,
9609
+ size = _ref$size === void 0 ? 24 : _ref$size,
9610
+ _ref$color = _ref.color,
9611
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
9612
+ _ref$stroke = _ref.stroke,
9613
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
9614
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
9615
+
9616
+ return /*#__PURE__*/React.createElement("svg", _extends({
9617
+ className: "icon icon-tabler icon-tabler-brand-debian",
9618
+ width: size,
9619
+ height: size,
9620
+ viewBox: "0 0 24 24",
9621
+ strokeWidth: stroke,
9622
+ stroke: color,
9623
+ fill: "none",
9624
+ strokeLinecap: "round",
9625
+ strokeLinejoin: "round"
9626
+ }, props), /*#__PURE__*/React.createElement("path", {
9627
+ stroke: "none",
9628
+ d: "M0 0h24v24H0z",
9629
+ fill: "none"
9630
+ }), /*#__PURE__*/React.createElement("path", {
9631
+ 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"
9632
+ }), /*#__PURE__*/React.createElement("circle", {
9633
+ cx: 12,
9634
+ cy: 12,
9635
+ r: 9
9636
+ }));
9637
+ }
9638
+
8993
9639
  function IconBrandDeviantart(_ref) {
8994
9640
  var _ref$size = _ref.size,
8995
9641
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -9128,7 +9774,7 @@ function IconBrandDocker(_ref) {
9128
9774
  }), /*#__PURE__*/React.createElement("path", {
9129
9775
  d: "M11 4h3v3h-3z"
9130
9776
  }), /*#__PURE__*/React.createElement("path", {
9131
- d: "M4.571 18.001c1.5 0 2.047 -.074 2.958 -.78"
9777
+ d: "M4.571 18c1.5 0 2.047 -.074 2.958 -.78"
9132
9778
  }), /*#__PURE__*/React.createElement("line", {
9133
9779
  x1: 10,
9134
9780
  y1: 16,
@@ -9872,6 +10518,44 @@ function IconBrandLinkedin(_ref) {
9872
10518
  }));
9873
10519
  }
9874
10520
 
10521
+ function IconBrandMastercard(_ref) {
10522
+ var _ref$size = _ref.size,
10523
+ size = _ref$size === void 0 ? 24 : _ref$size,
10524
+ _ref$color = _ref.color,
10525
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10526
+ _ref$stroke = _ref.stroke,
10527
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
10528
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
10529
+
10530
+ return /*#__PURE__*/React.createElement("svg", _extends({
10531
+ className: "icon icon-tabler icon-tabler-brand-mastercard",
10532
+ width: size,
10533
+ height: size,
10534
+ viewBox: "0 0 24 24",
10535
+ strokeWidth: stroke,
10536
+ stroke: color,
10537
+ fill: "none",
10538
+ strokeLinecap: "round",
10539
+ strokeLinejoin: "round"
10540
+ }, props), /*#__PURE__*/React.createElement("path", {
10541
+ stroke: "none",
10542
+ d: "M0 0h24v24H0z",
10543
+ fill: "none"
10544
+ }), /*#__PURE__*/React.createElement("circle", {
10545
+ cx: 14,
10546
+ cy: 12,
10547
+ r: 3
10548
+ }), /*#__PURE__*/React.createElement("path", {
10549
+ d: "M12 9.765a3 3 0 1 0 0 4.47"
10550
+ }), /*#__PURE__*/React.createElement("rect", {
10551
+ x: 3,
10552
+ y: 5,
10553
+ width: 18,
10554
+ height: 14,
10555
+ rx: 2
10556
+ }));
10557
+ }
10558
+
9875
10559
  function IconBrandMedium(_ref) {
9876
10560
  var _ref$size = _ref.size,
9877
10561
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -10647,6 +11331,42 @@ function IconBrandSpotify(_ref) {
10647
11331
  }));
10648
11332
  }
10649
11333
 
11334
+ function IconBrandStackoverflow(_ref) {
11335
+ var _ref$size = _ref.size,
11336
+ size = _ref$size === void 0 ? 24 : _ref$size,
11337
+ _ref$color = _ref.color,
11338
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
11339
+ _ref$stroke = _ref.stroke,
11340
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
11341
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
11342
+
11343
+ return /*#__PURE__*/React.createElement("svg", _extends({
11344
+ className: "icon icon-tabler icon-tabler-brand-stackoverflow",
11345
+ width: size,
11346
+ height: size,
11347
+ viewBox: "0 0 24 24",
11348
+ strokeWidth: stroke,
11349
+ stroke: color,
11350
+ fill: "none",
11351
+ strokeLinecap: "round",
11352
+ strokeLinejoin: "round"
11353
+ }, props), /*#__PURE__*/React.createElement("path", {
11354
+ stroke: "none",
11355
+ d: "M0 0h24v24H0z",
11356
+ fill: "none"
11357
+ }), /*#__PURE__*/React.createElement("path", {
11358
+ d: "M4 17v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-1"
11359
+ }), /*#__PURE__*/React.createElement("path", {
11360
+ d: "M8 16h8"
11361
+ }), /*#__PURE__*/React.createElement("path", {
11362
+ d: "M8.322 12.582l7.956 .836"
11363
+ }), /*#__PURE__*/React.createElement("path", {
11364
+ d: "M8.787 9.168l7.826 1.664"
11365
+ }), /*#__PURE__*/React.createElement("path", {
11366
+ d: "M10.096 5.764l7.608 2.472"
11367
+ }));
11368
+ }
11369
+
10650
11370
  function IconBrandSteam(_ref) {
10651
11371
  var _ref$size = _ref.size,
10652
11372
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -10671,7 +11391,7 @@ function IconBrandSteam(_ref) {
10671
11391
  d: "M0 0h24v24H0z",
10672
11392
  fill: "none"
10673
11393
  }), /*#__PURE__*/React.createElement("path", {
10674
- 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"
11394
+ 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"
10675
11395
  }), /*#__PURE__*/React.createElement("circle", {
10676
11396
  fill: "currentColor",
10677
11397
  cx: 16.5,
@@ -10987,6 +11707,46 @@ function IconBrandTwitter(_ref) {
10987
11707
  }));
10988
11708
  }
10989
11709
 
11710
+ function IconBrandUbuntu(_ref) {
11711
+ var _ref$size = _ref.size,
11712
+ size = _ref$size === void 0 ? 24 : _ref$size,
11713
+ _ref$color = _ref.color,
11714
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
11715
+ _ref$stroke = _ref.stroke,
11716
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
11717
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
11718
+
11719
+ return /*#__PURE__*/React.createElement("svg", _extends({
11720
+ className: "icon icon-tabler icon-tabler-brand-ubuntu",
11721
+ width: size,
11722
+ height: size,
11723
+ viewBox: "0 0 24 24",
11724
+ strokeWidth: stroke,
11725
+ stroke: color,
11726
+ fill: "none",
11727
+ strokeLinecap: "round",
11728
+ strokeLinejoin: "round"
11729
+ }, props), /*#__PURE__*/React.createElement("path", {
11730
+ stroke: "none",
11731
+ d: "M0 0h24v24H0z",
11732
+ fill: "none"
11733
+ }), /*#__PURE__*/React.createElement("circle", {
11734
+ cx: 12,
11735
+ cy: 5,
11736
+ r: 2
11737
+ }), /*#__PURE__*/React.createElement("path", {
11738
+ 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"
11739
+ }), /*#__PURE__*/React.createElement("circle", {
11740
+ cx: 5,
11741
+ cy: 17,
11742
+ r: 2
11743
+ }), /*#__PURE__*/React.createElement("circle", {
11744
+ cx: 19,
11745
+ cy: 17,
11746
+ r: 2
11747
+ }));
11748
+ }
11749
+
10990
11750
  function IconBrandUnsplash(_ref) {
10991
11751
  var _ref$size = _ref.size,
10992
11752
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -15038,6 +15798,46 @@ function IconChecks(_ref) {
15038
15798
  }));
15039
15799
  }
15040
15800
 
15801
+ function IconCheckupList(_ref) {
15802
+ var _ref$size = _ref.size,
15803
+ size = _ref$size === void 0 ? 24 : _ref$size,
15804
+ _ref$color = _ref.color,
15805
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
15806
+ _ref$stroke = _ref.stroke,
15807
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
15808
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
15809
+
15810
+ return /*#__PURE__*/React.createElement("svg", _extends({
15811
+ className: "icon icon-tabler icon-tabler-checkup-list",
15812
+ width: size,
15813
+ height: size,
15814
+ viewBox: "0 0 24 24",
15815
+ strokeWidth: stroke,
15816
+ stroke: color,
15817
+ fill: "none",
15818
+ strokeLinecap: "round",
15819
+ strokeLinejoin: "round"
15820
+ }, props), /*#__PURE__*/React.createElement("path", {
15821
+ stroke: "none",
15822
+ d: "M0 0h24v24H0z",
15823
+ fill: "none"
15824
+ }), /*#__PURE__*/React.createElement("path", {
15825
+ 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"
15826
+ }), /*#__PURE__*/React.createElement("rect", {
15827
+ x: 9,
15828
+ y: 3,
15829
+ width: 6,
15830
+ height: 4,
15831
+ rx: 2
15832
+ }), /*#__PURE__*/React.createElement("path", {
15833
+ d: "M9 14h.01"
15834
+ }), /*#__PURE__*/React.createElement("path", {
15835
+ d: "M9 17h.01"
15836
+ }), /*#__PURE__*/React.createElement("path", {
15837
+ d: "M12 16l1 1l3 -3"
15838
+ }));
15839
+ }
15840
+
15041
15841
  function IconCheese(_ref) {
15042
15842
  var _ref$size = _ref.size,
15043
15843
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -15656,7 +16456,7 @@ function IconCircle2(_ref) {
15656
16456
  d: "M0 0h24v24H0z",
15657
16457
  fill: "none"
15658
16458
  }), /*#__PURE__*/React.createElement("path", {
15659
- d: "M10 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001"
16459
+ d: "M10 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0"
15660
16460
  }), /*#__PURE__*/React.createElement("circle", {
15661
16461
  cx: 12,
15662
16462
  cy: 12,
@@ -18444,6 +19244,46 @@ function IconCrown(_ref) {
18444
19244
  }));
18445
19245
  }
18446
19246
 
19247
+ function IconCrutches(_ref) {
19248
+ var _ref$size = _ref.size,
19249
+ size = _ref$size === void 0 ? 24 : _ref$size,
19250
+ _ref$color = _ref.color,
19251
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
19252
+ _ref$stroke = _ref.stroke,
19253
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
19254
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
19255
+
19256
+ return /*#__PURE__*/React.createElement("svg", _extends({
19257
+ className: "icon icon-tabler icon-tabler-crutches",
19258
+ width: size,
19259
+ height: size,
19260
+ viewBox: "0 0 24 24",
19261
+ strokeWidth: stroke,
19262
+ stroke: color,
19263
+ fill: "none",
19264
+ strokeLinecap: "round",
19265
+ strokeLinejoin: "round"
19266
+ }, props), /*#__PURE__*/React.createElement("path", {
19267
+ stroke: "none",
19268
+ d: "M0 0h24v24H0z",
19269
+ fill: "none"
19270
+ }), /*#__PURE__*/React.createElement("rect", {
19271
+ x: 8,
19272
+ y: 3,
19273
+ width: 8,
19274
+ height: 4,
19275
+ rx: 2
19276
+ }), /*#__PURE__*/React.createElement("path", {
19277
+ d: "M11 21h2"
19278
+ }), /*#__PURE__*/React.createElement("path", {
19279
+ d: "M12 21v-4.092a3 3 0 0 1 .504 -1.664l.992 -1.488a3 3 0 0 0 .504 -1.664v-5.092"
19280
+ }), /*#__PURE__*/React.createElement("path", {
19281
+ d: "M12 21v-4.092a3 3 0 0 0 -.504 -1.664l-.992 -1.488a3 3 0 0 1 -.504 -1.664v-5.092"
19282
+ }), /*#__PURE__*/React.createElement("path", {
19283
+ d: "M10 11h4"
19284
+ }));
19285
+ }
19286
+
18447
19287
  function IconCup(_ref) {
18448
19288
  var _ref$size = _ref.size,
18449
19289
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -18736,6 +19576,38 @@ function IconCurrencyDirham(_ref) {
18736
19576
  }));
18737
19577
  }
18738
19578
 
19579
+ function IconCurrencyDogecoin(_ref) {
19580
+ var _ref$size = _ref.size,
19581
+ size = _ref$size === void 0 ? 24 : _ref$size,
19582
+ _ref$color = _ref.color,
19583
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
19584
+ _ref$stroke = _ref.stroke,
19585
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
19586
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
19587
+
19588
+ return /*#__PURE__*/React.createElement("svg", _extends({
19589
+ className: "icon icon-tabler icon-tabler-currency-dogecoin",
19590
+ width: size,
19591
+ height: size,
19592
+ viewBox: "0 0 24 24",
19593
+ strokeWidth: stroke,
19594
+ stroke: color,
19595
+ fill: "none",
19596
+ strokeLinecap: "round",
19597
+ strokeLinejoin: "round"
19598
+ }, props), /*#__PURE__*/React.createElement("path", {
19599
+ stroke: "none",
19600
+ d: "M0 0h24v24H0z",
19601
+ fill: "none"
19602
+ }), /*#__PURE__*/React.createElement("path", {
19603
+ d: "M6 12h6"
19604
+ }), /*#__PURE__*/React.createElement("path", {
19605
+ d: "M8 5v14"
19606
+ }), /*#__PURE__*/React.createElement("path", {
19607
+ d: "M5 19h7a7 7 0 0 0 0 -14h-7"
19608
+ }));
19609
+ }
19610
+
18739
19611
  function IconCurrencyDollarAustralian(_ref) {
18740
19612
  var _ref$size = _ref.size,
18741
19613
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -20160,9 +21032,9 @@ function IconDeviceComputerCameraOff(_ref) {
20160
21032
  d: "M0 0h24v24H0z",
20161
21033
  fill: "none"
20162
21034
  }), /*#__PURE__*/React.createElement("path", {
20163
- d: "M6.15 6.153a7 7 0 0 0 9.696 9.696m2.003 -2.001a7 7 0 0 0 -9.699 -9.695"
21035
+ d: "M6.15 6.153a7 7 0 0 0 9.696 9.696m2 -2a7 7 0 0 0 -9.699 -9.695"
20164
21036
  }), /*#__PURE__*/React.createElement("path", {
20165
- d: "M9.13 9.122a3 3 0 0 0 3.743 3.749m2.001 -2.009a3 3 0 0 0 -3.737 -3.736"
21037
+ d: "M9.13 9.122a3 3 0 0 0 3.743 3.749m2 -2a3 3 0 0 0 -3.737 -3.736"
20166
21038
  }), /*#__PURE__*/React.createElement("path", {
20167
21039
  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"
20168
21040
  }), /*#__PURE__*/React.createElement("line", {
@@ -21375,6 +22247,44 @@ function IconDivide(_ref) {
21375
22247
  }));
21376
22248
  }
21377
22249
 
22250
+ function IconDna2(_ref) {
22251
+ var _ref$size = _ref.size,
22252
+ size = _ref$size === void 0 ? 24 : _ref$size,
22253
+ _ref$color = _ref.color,
22254
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
22255
+ _ref$stroke = _ref.stroke,
22256
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
22257
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
22258
+
22259
+ return /*#__PURE__*/React.createElement("svg", _extends({
22260
+ className: "icon icon-tabler icon-tabler-dna-2",
22261
+ width: size,
22262
+ height: size,
22263
+ viewBox: "0 0 24 24",
22264
+ strokeWidth: stroke,
22265
+ stroke: color,
22266
+ fill: "none",
22267
+ strokeLinecap: "round",
22268
+ strokeLinejoin: "round"
22269
+ }, props), /*#__PURE__*/React.createElement("path", {
22270
+ stroke: "none",
22271
+ d: "M0 0h24v24H0z",
22272
+ fill: "none"
22273
+ }), /*#__PURE__*/React.createElement("path", {
22274
+ 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"
22275
+ }), /*#__PURE__*/React.createElement("path", {
22276
+ 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"
22277
+ }), /*#__PURE__*/React.createElement("path", {
22278
+ d: "M7 4h10"
22279
+ }), /*#__PURE__*/React.createElement("path", {
22280
+ d: "M7 20h10"
22281
+ }), /*#__PURE__*/React.createElement("path", {
22282
+ d: "M8 8h8"
22283
+ }), /*#__PURE__*/React.createElement("path", {
22284
+ d: "M8 16h8"
22285
+ }));
22286
+ }
22287
+
21378
22288
  function IconDna(_ref) {
21379
22289
  var _ref$size = _ref.size,
21380
22290
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -21442,6 +22352,106 @@ function IconDogBowl(_ref) {
21442
22352
  }));
21443
22353
  }
21444
22354
 
22355
+ function IconDoorEnter(_ref) {
22356
+ var _ref$size = _ref.size,
22357
+ size = _ref$size === void 0 ? 24 : _ref$size,
22358
+ _ref$color = _ref.color,
22359
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
22360
+ _ref$stroke = _ref.stroke,
22361
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
22362
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
22363
+
22364
+ return /*#__PURE__*/React.createElement("svg", _extends({
22365
+ className: "icon icon-tabler icon-tabler-door-enter",
22366
+ width: size,
22367
+ height: size,
22368
+ viewBox: "0 0 24 24",
22369
+ strokeWidth: stroke,
22370
+ stroke: color,
22371
+ fill: "none",
22372
+ strokeLinecap: "round",
22373
+ strokeLinejoin: "round"
22374
+ }, props), /*#__PURE__*/React.createElement("path", {
22375
+ stroke: "none",
22376
+ d: "M0 0h24v24H0z",
22377
+ fill: "none"
22378
+ }), /*#__PURE__*/React.createElement("path", {
22379
+ d: "M13 12v.01"
22380
+ }), /*#__PURE__*/React.createElement("path", {
22381
+ d: "M3 21h18"
22382
+ }), /*#__PURE__*/React.createElement("path", {
22383
+ d: "M5 21v-16a2 2 0 0 1 2 -2h6m4 10.5v7.5"
22384
+ }), /*#__PURE__*/React.createElement("path", {
22385
+ d: "M21 7h-7m3 -3l-3 3l3 3"
22386
+ }));
22387
+ }
22388
+
22389
+ function IconDoorExit(_ref) {
22390
+ var _ref$size = _ref.size,
22391
+ size = _ref$size === void 0 ? 24 : _ref$size,
22392
+ _ref$color = _ref.color,
22393
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
22394
+ _ref$stroke = _ref.stroke,
22395
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
22396
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
22397
+
22398
+ return /*#__PURE__*/React.createElement("svg", _extends({
22399
+ className: "icon icon-tabler icon-tabler-door-exit",
22400
+ width: size,
22401
+ height: size,
22402
+ viewBox: "0 0 24 24",
22403
+ strokeWidth: stroke,
22404
+ stroke: color,
22405
+ fill: "none",
22406
+ strokeLinecap: "round",
22407
+ strokeLinejoin: "round"
22408
+ }, props), /*#__PURE__*/React.createElement("path", {
22409
+ stroke: "none",
22410
+ d: "M0 0h24v24H0z",
22411
+ fill: "none"
22412
+ }), /*#__PURE__*/React.createElement("path", {
22413
+ d: "M13 12v.01"
22414
+ }), /*#__PURE__*/React.createElement("path", {
22415
+ d: "M3 21h18"
22416
+ }), /*#__PURE__*/React.createElement("path", {
22417
+ d: "M5 21v-16a2 2 0 0 1 2 -2h7.5m2.5 10.5v7.5"
22418
+ }), /*#__PURE__*/React.createElement("path", {
22419
+ d: "M14 7h7m-3 -3l3 3l-3 3"
22420
+ }));
22421
+ }
22422
+
22423
+ function IconDoor(_ref) {
22424
+ var _ref$size = _ref.size,
22425
+ size = _ref$size === void 0 ? 24 : _ref$size,
22426
+ _ref$color = _ref.color,
22427
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
22428
+ _ref$stroke = _ref.stroke,
22429
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
22430
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
22431
+
22432
+ return /*#__PURE__*/React.createElement("svg", _extends({
22433
+ className: "icon icon-tabler icon-tabler-door",
22434
+ width: size,
22435
+ height: size,
22436
+ viewBox: "0 0 24 24",
22437
+ strokeWidth: stroke,
22438
+ stroke: color,
22439
+ fill: "none",
22440
+ strokeLinecap: "round",
22441
+ strokeLinejoin: "round"
22442
+ }, props), /*#__PURE__*/React.createElement("path", {
22443
+ stroke: "none",
22444
+ d: "M0 0h24v24H0z",
22445
+ fill: "none"
22446
+ }), /*#__PURE__*/React.createElement("path", {
22447
+ d: "M14 12v.01"
22448
+ }), /*#__PURE__*/React.createElement("path", {
22449
+ d: "M3 21h18"
22450
+ }), /*#__PURE__*/React.createElement("path", {
22451
+ d: "M6 21v-16a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v16"
22452
+ }));
22453
+ }
22454
+
21445
22455
  function IconDotsCircleHorizontal(_ref) {
21446
22456
  var _ref$size = _ref.size,
21447
22457
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -22262,6 +23272,50 @@ function IconEgg(_ref) {
22262
23272
  }));
22263
23273
  }
22264
23274
 
23275
+ function IconEmergencyBed(_ref) {
23276
+ var _ref$size = _ref.size,
23277
+ size = _ref$size === void 0 ? 24 : _ref$size,
23278
+ _ref$color = _ref.color,
23279
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
23280
+ _ref$stroke = _ref.stroke,
23281
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
23282
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
23283
+
23284
+ return /*#__PURE__*/React.createElement("svg", _extends({
23285
+ className: "icon icon-tabler icon-tabler-emergency-bed",
23286
+ width: size,
23287
+ height: size,
23288
+ viewBox: "0 0 24 24",
23289
+ strokeWidth: stroke,
23290
+ stroke: color,
23291
+ fill: "none",
23292
+ strokeLinecap: "round",
23293
+ strokeLinejoin: "round"
23294
+ }, props), /*#__PURE__*/React.createElement("path", {
23295
+ stroke: "none",
23296
+ d: "M0 0h24v24H0z",
23297
+ fill: "none"
23298
+ }), /*#__PURE__*/React.createElement("circle", {
23299
+ cx: 16,
23300
+ cy: 18,
23301
+ r: 2
23302
+ }), /*#__PURE__*/React.createElement("circle", {
23303
+ cx: 8,
23304
+ cy: 18,
23305
+ r: 2
23306
+ }), /*#__PURE__*/React.createElement("path", {
23307
+ d: "M4 8l2.1 2.8a3 3 0 0 0 2.4 1.2h11.5"
23308
+ }), /*#__PURE__*/React.createElement("path", {
23309
+ d: "M10 6h4"
23310
+ }), /*#__PURE__*/React.createElement("path", {
23311
+ d: "M12 4v4"
23312
+ }), /*#__PURE__*/React.createElement("path", {
23313
+ d: "M12 12v2l-2.5 2.5"
23314
+ }), /*#__PURE__*/React.createElement("path", {
23315
+ d: "M14.5 16.5l-2.5 -2.5"
23316
+ }));
23317
+ }
23318
+
22265
23319
  function IconEmphasis(_ref) {
22266
23320
  var _ref$size = _ref.size,
22267
23321
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -22585,6 +23639,50 @@ function IconEyeOff(_ref) {
22585
23639
  }));
22586
23640
  }
22587
23641
 
23642
+ function IconEyeTable(_ref) {
23643
+ var _ref$size = _ref.size,
23644
+ size = _ref$size === void 0 ? 24 : _ref$size,
23645
+ _ref$color = _ref.color,
23646
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
23647
+ _ref$stroke = _ref.stroke,
23648
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
23649
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
23650
+
23651
+ return /*#__PURE__*/React.createElement("svg", _extends({
23652
+ className: "icon icon-tabler icon-tabler-eye-table",
23653
+ width: size,
23654
+ height: size,
23655
+ viewBox: "0 0 24 24",
23656
+ strokeWidth: stroke,
23657
+ stroke: color,
23658
+ fill: "none",
23659
+ strokeLinecap: "round",
23660
+ strokeLinejoin: "round"
23661
+ }, props), /*#__PURE__*/React.createElement("path", {
23662
+ stroke: "none",
23663
+ d: "M0 0h24v24H0z",
23664
+ fill: "none"
23665
+ }), /*#__PURE__*/React.createElement("path", {
23666
+ d: "M8.003 18.003h-.011"
23667
+ }), /*#__PURE__*/React.createElement("path", {
23668
+ d: "M12.003 18.002h-.011"
23669
+ }), /*#__PURE__*/React.createElement("path", {
23670
+ d: "M16.003 18.002h-.011"
23671
+ }), /*#__PURE__*/React.createElement("path", {
23672
+ d: "M4 3h16"
23673
+ }), /*#__PURE__*/React.createElement("path", {
23674
+ d: "M5 3v17a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-17"
23675
+ }), /*#__PURE__*/React.createElement("path", {
23676
+ d: "M14 7h-4"
23677
+ }), /*#__PURE__*/React.createElement("path", {
23678
+ d: "M9 15h1"
23679
+ }), /*#__PURE__*/React.createElement("path", {
23680
+ d: "M14 15h1"
23681
+ }), /*#__PURE__*/React.createElement("path", {
23682
+ d: "M12 11v-4"
23683
+ }));
23684
+ }
23685
+
22588
23686
  function IconEye(_ref) {
22589
23687
  var _ref$size = _ref.size,
22590
23688
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -24151,6 +25249,44 @@ function IconFiretruck(_ref) {
24151
25249
  }));
24152
25250
  }
24153
25251
 
25252
+ function IconFirstAidKit(_ref) {
25253
+ var _ref$size = _ref.size,
25254
+ size = _ref$size === void 0 ? 24 : _ref$size,
25255
+ _ref$color = _ref.color,
25256
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
25257
+ _ref$stroke = _ref.stroke,
25258
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
25259
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
25260
+
25261
+ return /*#__PURE__*/React.createElement("svg", _extends({
25262
+ className: "icon icon-tabler icon-tabler-first-aid-kit",
25263
+ width: size,
25264
+ height: size,
25265
+ viewBox: "0 0 24 24",
25266
+ strokeWidth: stroke,
25267
+ stroke: color,
25268
+ fill: "none",
25269
+ strokeLinecap: "round",
25270
+ strokeLinejoin: "round"
25271
+ }, props), /*#__PURE__*/React.createElement("path", {
25272
+ stroke: "none",
25273
+ d: "M0 0h24v24H0z",
25274
+ fill: "none"
25275
+ }), /*#__PURE__*/React.createElement("path", {
25276
+ d: "M8 8v-2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v2"
25277
+ }), /*#__PURE__*/React.createElement("rect", {
25278
+ x: 4,
25279
+ y: 8,
25280
+ width: 16,
25281
+ height: 12,
25282
+ rx: 2
25283
+ }), /*#__PURE__*/React.createElement("path", {
25284
+ d: "M10 14h4"
25285
+ }), /*#__PURE__*/React.createElement("path", {
25286
+ d: "M12 12v4"
25287
+ }));
25288
+ }
25289
+
24154
25290
  function IconFish(_ref) {
24155
25291
  var _ref$size = _ref.size,
24156
25292
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -24341,6 +25477,38 @@ function IconFlare(_ref) {
24341
25477
  }));
24342
25478
  }
24343
25479
 
25480
+ function IconFlask2(_ref) {
25481
+ var _ref$size = _ref.size,
25482
+ size = _ref$size === void 0 ? 24 : _ref$size,
25483
+ _ref$color = _ref.color,
25484
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
25485
+ _ref$stroke = _ref.stroke,
25486
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
25487
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
25488
+
25489
+ return /*#__PURE__*/React.createElement("svg", _extends({
25490
+ className: "icon icon-tabler icon-tabler-flask-2",
25491
+ width: size,
25492
+ height: size,
25493
+ viewBox: "0 0 24 24",
25494
+ strokeWidth: stroke,
25495
+ stroke: color,
25496
+ fill: "none",
25497
+ strokeLinecap: "round",
25498
+ strokeLinejoin: "round"
25499
+ }, props), /*#__PURE__*/React.createElement("path", {
25500
+ stroke: "none",
25501
+ d: "M0 0h24v24H0z",
25502
+ fill: "none"
25503
+ }), /*#__PURE__*/React.createElement("path", {
25504
+ d: "M6.1 15h11.8"
25505
+ }), /*#__PURE__*/React.createElement("path", {
25506
+ 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"
25507
+ }), /*#__PURE__*/React.createElement("path", {
25508
+ d: "M9 3h6"
25509
+ }));
25510
+ }
25511
+
24344
25512
  function IconFlask(_ref) {
24345
25513
  var _ref$size = _ref.size,
24346
25514
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -25831,7 +26999,7 @@ function IconGlassFull(_ref) {
25831
26999
  }), /*#__PURE__*/React.createElement("path", {
25832
27000
  d: "M17 3l1 7c0 3.012 -2.686 5 -6 5s-6 -1.988 -6 -5l1 -7h10z"
25833
27001
  }), /*#__PURE__*/React.createElement("path", {
25834
- d: "M6 10a5.001 5.001 0 0 1 6 0a5.001 5.001 0 0 0 6 0"
27002
+ d: "M6 10a5 5 0 0 1 6 0a5 5 0 0 0 6 0"
25835
27003
  }));
25836
27004
  }
25837
27005
 
@@ -26334,7 +27502,7 @@ function IconH2(_ref) {
26334
27502
  d: "M0 0h24v24H0z",
26335
27503
  fill: "none"
26336
27504
  }), /*#__PURE__*/React.createElement("path", {
26337
- d: "M17 12a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001"
27505
+ d: "M17 12a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0"
26338
27506
  }), /*#__PURE__*/React.createElement("path", {
26339
27507
  d: "M4 6v12"
26340
27508
  }), /*#__PURE__*/React.createElement("path", {
@@ -26527,6 +27695,48 @@ function IconH6(_ref) {
26527
27695
  }));
26528
27696
  }
26529
27697
 
27698
+ function IconHandClick(_ref) {
27699
+ var _ref$size = _ref.size,
27700
+ size = _ref$size === void 0 ? 24 : _ref$size,
27701
+ _ref$color = _ref.color,
27702
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
27703
+ _ref$stroke = _ref.stroke,
27704
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
27705
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
27706
+
27707
+ return /*#__PURE__*/React.createElement("svg", _extends({
27708
+ className: "icon icon-tabler icon-tabler-hand-click",
27709
+ width: size,
27710
+ height: size,
27711
+ viewBox: "0 0 24 24",
27712
+ strokeWidth: stroke,
27713
+ stroke: color,
27714
+ fill: "none",
27715
+ strokeLinecap: "round",
27716
+ strokeLinejoin: "round"
27717
+ }, props), /*#__PURE__*/React.createElement("path", {
27718
+ stroke: "none",
27719
+ d: "M0 0h24v24H0z",
27720
+ fill: "none"
27721
+ }), /*#__PURE__*/React.createElement("path", {
27722
+ d: "M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5"
27723
+ }), /*#__PURE__*/React.createElement("path", {
27724
+ d: "M11 11.5v-2a1.5 1.5 0 0 1 3 0v2.5"
27725
+ }), /*#__PURE__*/React.createElement("path", {
27726
+ d: "M14 10.5a1.5 1.5 0 0 1 3 0v1.5"
27727
+ }), /*#__PURE__*/React.createElement("path", {
27728
+ 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"
27729
+ }), /*#__PURE__*/React.createElement("path", {
27730
+ d: "M5 3l-1 -1"
27731
+ }), /*#__PURE__*/React.createElement("path", {
27732
+ d: "M4 7h-1"
27733
+ }), /*#__PURE__*/React.createElement("path", {
27734
+ d: "M14 3l1 -1"
27735
+ }), /*#__PURE__*/React.createElement("path", {
27736
+ d: "M15 6h1"
27737
+ }));
27738
+ }
27739
+
26530
27740
  function IconHandFinger(_ref) {
26531
27741
  var _ref$size = _ref.size,
26532
27742
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -26629,6 +27839,44 @@ function IconHandMiddleFinger(_ref) {
26629
27839
  }));
26630
27840
  }
26631
27841
 
27842
+ function IconHandMove(_ref) {
27843
+ var _ref$size = _ref.size,
27844
+ size = _ref$size === void 0 ? 24 : _ref$size,
27845
+ _ref$color = _ref.color,
27846
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
27847
+ _ref$stroke = _ref.stroke,
27848
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
27849
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
27850
+
27851
+ return /*#__PURE__*/React.createElement("svg", _extends({
27852
+ className: "icon icon-tabler icon-tabler-hand-move",
27853
+ width: size,
27854
+ height: size,
27855
+ viewBox: "0 0 24 24",
27856
+ strokeWidth: stroke,
27857
+ stroke: color,
27858
+ fill: "none",
27859
+ strokeLinecap: "round",
27860
+ strokeLinejoin: "round"
27861
+ }, props), /*#__PURE__*/React.createElement("path", {
27862
+ stroke: "none",
27863
+ d: "M0 0h24v24H0z",
27864
+ fill: "none"
27865
+ }), /*#__PURE__*/React.createElement("path", {
27866
+ d: "M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5"
27867
+ }), /*#__PURE__*/React.createElement("path", {
27868
+ d: "M11 11.5v-2a1.5 1.5 0 0 1 3 0v2.5"
27869
+ }), /*#__PURE__*/React.createElement("path", {
27870
+ d: "M14 10.5a1.5 1.5 0 0 1 3 0v1.5"
27871
+ }), /*#__PURE__*/React.createElement("path", {
27872
+ 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"
27873
+ }), /*#__PURE__*/React.createElement("path", {
27874
+ d: "M2.541 5.594a13.487 13.487 0 0 1 2.46 -1.427"
27875
+ }), /*#__PURE__*/React.createElement("path", {
27876
+ d: "M14 3.458c1.32 .354 2.558 .902 3.685 1.612"
27877
+ }));
27878
+ }
27879
+
26632
27880
  function IconHandOff(_ref) {
26633
27881
  var _ref$size = _ref.size,
26634
27882
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -27099,6 +28347,46 @@ function IconHeartBroken(_ref) {
27099
28347
  }));
27100
28348
  }
27101
28349
 
28350
+ function IconHeartRateMonitor(_ref) {
28351
+ var _ref$size = _ref.size,
28352
+ size = _ref$size === void 0 ? 24 : _ref$size,
28353
+ _ref$color = _ref.color,
28354
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
28355
+ _ref$stroke = _ref.stroke,
28356
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
28357
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
28358
+
28359
+ return /*#__PURE__*/React.createElement("svg", _extends({
28360
+ className: "icon icon-tabler icon-tabler-heart-rate-monitor",
28361
+ width: size,
28362
+ height: size,
28363
+ viewBox: "0 0 24 24",
28364
+ strokeWidth: stroke,
28365
+ stroke: color,
28366
+ fill: "none",
28367
+ strokeLinecap: "round",
28368
+ strokeLinejoin: "round"
28369
+ }, props), /*#__PURE__*/React.createElement("path", {
28370
+ stroke: "none",
28371
+ d: "M0 0h24v24H0z",
28372
+ fill: "none"
28373
+ }), /*#__PURE__*/React.createElement("rect", {
28374
+ x: 3,
28375
+ y: 4,
28376
+ width: 18,
28377
+ height: 12,
28378
+ rx: 1
28379
+ }), /*#__PURE__*/React.createElement("path", {
28380
+ d: "M7 20h10"
28381
+ }), /*#__PURE__*/React.createElement("path", {
28382
+ d: "M9 16v4"
28383
+ }), /*#__PURE__*/React.createElement("path", {
28384
+ d: "M15 16v4"
28385
+ }), /*#__PURE__*/React.createElement("path", {
28386
+ d: "M7 10h2l2 3l2 -6l1 3h3"
28387
+ }));
28388
+ }
28389
+
27102
28390
  function IconHeart(_ref) {
27103
28391
  var _ref$size = _ref.size,
27104
28392
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -27405,6 +28693,40 @@ function IconHierarchy(_ref) {
27405
28693
  }));
27406
28694
  }
27407
28695
 
28696
+ function IconHighlight(_ref) {
28697
+ var _ref$size = _ref.size,
28698
+ size = _ref$size === void 0 ? 24 : _ref$size,
28699
+ _ref$color = _ref.color,
28700
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
28701
+ _ref$stroke = _ref.stroke,
28702
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
28703
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
28704
+
28705
+ return /*#__PURE__*/React.createElement("svg", _extends({
28706
+ className: "icon icon-tabler icon-tabler-highlight",
28707
+ width: size,
28708
+ height: size,
28709
+ viewBox: "0 0 24 24",
28710
+ strokeWidth: stroke,
28711
+ stroke: color,
28712
+ fill: "none",
28713
+ strokeLinecap: "round",
28714
+ strokeLinejoin: "round"
28715
+ }, props), /*#__PURE__*/React.createElement("path", {
28716
+ stroke: "none",
28717
+ d: "M0 0h24v24H0z",
28718
+ fill: "none"
28719
+ }), /*#__PURE__*/React.createElement("path", {
28720
+ d: "M3 19h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4"
28721
+ }), /*#__PURE__*/React.createElement("path", {
28722
+ d: "M12.5 5.5l4 4"
28723
+ }), /*#__PURE__*/React.createElement("path", {
28724
+ d: "M4.5 13.5l4 4"
28725
+ }), /*#__PURE__*/React.createElement("path", {
28726
+ d: "M21 15v4h-8l4 -4z"
28727
+ }));
28728
+ }
28729
+
27408
28730
  function IconHistory(_ref) {
27409
28731
  var _ref$size = _ref.size,
27410
28732
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -27526,7 +28848,7 @@ function IconIceCream2(_ref) {
27526
28848
  d: "M0 0h24v24H0z",
27527
28849
  fill: "none"
27528
28850
  }), /*#__PURE__*/React.createElement("path", {
27529
- d: "M17.657 11.004a6 6 0 1 0 -11.315 -.002"
28851
+ d: "M17.657 11.004a6 6 0 1 0 -11.315 0"
27530
28852
  }), /*#__PURE__*/React.createElement("path", {
27531
28853
  d: "M6.342 11l5.658 11l5.657 -10.996z"
27532
28854
  }));
@@ -30783,6 +32105,52 @@ function IconListCheck(_ref) {
30783
32105
  }));
30784
32106
  }
30785
32107
 
32108
+ function IconListDetails(_ref) {
32109
+ var _ref$size = _ref.size,
32110
+ size = _ref$size === void 0 ? 24 : _ref$size,
32111
+ _ref$color = _ref.color,
32112
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
32113
+ _ref$stroke = _ref.stroke,
32114
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
32115
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
32116
+
32117
+ return /*#__PURE__*/React.createElement("svg", _extends({
32118
+ className: "icon icon-tabler icon-tabler-list-details",
32119
+ width: size,
32120
+ height: size,
32121
+ viewBox: "0 0 24 24",
32122
+ strokeWidth: stroke,
32123
+ stroke: color,
32124
+ fill: "none",
32125
+ strokeLinecap: "round",
32126
+ strokeLinejoin: "round"
32127
+ }, props), /*#__PURE__*/React.createElement("path", {
32128
+ stroke: "none",
32129
+ d: "M0 0h24v24H0z",
32130
+ fill: "none"
32131
+ }), /*#__PURE__*/React.createElement("path", {
32132
+ d: "M13 5h8"
32133
+ }), /*#__PURE__*/React.createElement("path", {
32134
+ d: "M13 9h5"
32135
+ }), /*#__PURE__*/React.createElement("path", {
32136
+ d: "M13 15h8"
32137
+ }), /*#__PURE__*/React.createElement("path", {
32138
+ d: "M13 19h5"
32139
+ }), /*#__PURE__*/React.createElement("rect", {
32140
+ x: 3,
32141
+ y: 4,
32142
+ width: 6,
32143
+ height: 6,
32144
+ rx: 1
32145
+ }), /*#__PURE__*/React.createElement("rect", {
32146
+ x: 3,
32147
+ y: 14,
32148
+ width: 6,
32149
+ height: 6,
32150
+ rx: 1
32151
+ }));
32152
+ }
32153
+
30786
32154
  function IconListNumbers(_ref) {
30787
32155
  var _ref$size = _ref.size,
30788
32156
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -31312,6 +32680,46 @@ function IconLockOpen(_ref) {
31312
32680
  }));
31313
32681
  }
31314
32682
 
32683
+ function IconLockSquare(_ref) {
32684
+ var _ref$size = _ref.size,
32685
+ size = _ref$size === void 0 ? 24 : _ref$size,
32686
+ _ref$color = _ref.color,
32687
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
32688
+ _ref$stroke = _ref.stroke,
32689
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
32690
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
32691
+
32692
+ return /*#__PURE__*/React.createElement("svg", _extends({
32693
+ className: "icon icon-tabler icon-tabler-lock-square",
32694
+ width: size,
32695
+ height: size,
32696
+ viewBox: "0 0 24 24",
32697
+ strokeWidth: stroke,
32698
+ stroke: color,
32699
+ fill: "none",
32700
+ strokeLinecap: "round",
32701
+ strokeLinejoin: "round"
32702
+ }, props), /*#__PURE__*/React.createElement("path", {
32703
+ stroke: "none",
32704
+ d: "M0 0h24v24H0z",
32705
+ fill: "none"
32706
+ }), /*#__PURE__*/React.createElement("rect", {
32707
+ x: 8,
32708
+ y: 11,
32709
+ width: 8,
32710
+ height: 5,
32711
+ rx: 1
32712
+ }), /*#__PURE__*/React.createElement("path", {
32713
+ d: "M10 11v-2a2 2 0 1 1 4 0v2"
32714
+ }), /*#__PURE__*/React.createElement("rect", {
32715
+ x: 4,
32716
+ y: 4,
32717
+ width: 16,
32718
+ height: 16,
32719
+ rx: 2
32720
+ }));
32721
+ }
32722
+
31315
32723
  function IconLock(_ref) {
31316
32724
  var _ref$size = _ref.size,
31317
32725
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -31410,6 +32818,40 @@ function IconLogout(_ref) {
31410
32818
  }));
31411
32819
  }
31412
32820
 
32821
+ function IconLungs(_ref) {
32822
+ var _ref$size = _ref.size,
32823
+ size = _ref$size === void 0 ? 24 : _ref$size,
32824
+ _ref$color = _ref.color,
32825
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
32826
+ _ref$stroke = _ref.stroke,
32827
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
32828
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
32829
+
32830
+ return /*#__PURE__*/React.createElement("svg", _extends({
32831
+ className: "icon icon-tabler icon-tabler-lungs",
32832
+ width: size,
32833
+ height: size,
32834
+ viewBox: "0 0 24 24",
32835
+ strokeWidth: stroke,
32836
+ stroke: color,
32837
+ fill: "none",
32838
+ strokeLinecap: "round",
32839
+ strokeLinejoin: "round"
32840
+ }, props), /*#__PURE__*/React.createElement("path", {
32841
+ stroke: "none",
32842
+ d: "M0 0h24v24H0z",
32843
+ fill: "none"
32844
+ }), /*#__PURE__*/React.createElement("path", {
32845
+ 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"
32846
+ }), /*#__PURE__*/React.createElement("path", {
32847
+ 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"
32848
+ }), /*#__PURE__*/React.createElement("path", {
32849
+ d: "M9 12a3 3 0 0 0 3 -3a3 3 0 0 0 3 3"
32850
+ }), /*#__PURE__*/React.createElement("path", {
32851
+ d: "M12 4v5"
32852
+ }));
32853
+ }
32854
+
31413
32855
  function IconMacro(_ref) {
31414
32856
  var _ref$size = _ref.size,
31415
32857
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -32417,6 +33859,40 @@ function IconMedicalCross(_ref) {
32417
33859
  }));
32418
33860
  }
32419
33861
 
33862
+ function IconMedicineSyrup(_ref) {
33863
+ var _ref$size = _ref.size,
33864
+ size = _ref$size === void 0 ? 24 : _ref$size,
33865
+ _ref$color = _ref.color,
33866
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
33867
+ _ref$stroke = _ref.stroke,
33868
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
33869
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
33870
+
33871
+ return /*#__PURE__*/React.createElement("svg", _extends({
33872
+ className: "icon icon-tabler icon-tabler-medicine-syrup",
33873
+ width: size,
33874
+ height: size,
33875
+ viewBox: "0 0 24 24",
33876
+ strokeWidth: stroke,
33877
+ stroke: color,
33878
+ fill: "none",
33879
+ strokeLinecap: "round",
33880
+ strokeLinejoin: "round"
33881
+ }, props), /*#__PURE__*/React.createElement("path", {
33882
+ stroke: "none",
33883
+ d: "M0 0h24v24H0z",
33884
+ fill: "none"
33885
+ }), /*#__PURE__*/React.createElement("path", {
33886
+ 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"
33887
+ }), /*#__PURE__*/React.createElement("path", {
33888
+ d: "M10 14h4"
33889
+ }), /*#__PURE__*/React.createElement("path", {
33890
+ d: "M12 12v4"
33891
+ }), /*#__PURE__*/React.createElement("path", {
33892
+ d: "M10 7v-3a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3"
33893
+ }));
33894
+ }
33895
+
32420
33896
  function IconMenu2(_ref) {
32421
33897
  var _ref$size = _ref.size,
32422
33898
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -33025,6 +34501,46 @@ function IconMicrophone(_ref) {
33025
34501
  }));
33026
34502
  }
33027
34503
 
34504
+ function IconMicroscope(_ref) {
34505
+ var _ref$size = _ref.size,
34506
+ size = _ref$size === void 0 ? 24 : _ref$size,
34507
+ _ref$color = _ref.color,
34508
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
34509
+ _ref$stroke = _ref.stroke,
34510
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
34511
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
34512
+
34513
+ return /*#__PURE__*/React.createElement("svg", _extends({
34514
+ className: "icon icon-tabler icon-tabler-microscope",
34515
+ width: size,
34516
+ height: size,
34517
+ viewBox: "0 0 24 24",
34518
+ strokeWidth: stroke,
34519
+ stroke: color,
34520
+ fill: "none",
34521
+ strokeLinecap: "round",
34522
+ strokeLinejoin: "round"
34523
+ }, props), /*#__PURE__*/React.createElement("path", {
34524
+ stroke: "none",
34525
+ d: "M0 0h24v24H0z",
34526
+ fill: "none"
34527
+ }), /*#__PURE__*/React.createElement("path", {
34528
+ d: "M5 21h14"
34529
+ }), /*#__PURE__*/React.createElement("path", {
34530
+ d: "M6 18h2"
34531
+ }), /*#__PURE__*/React.createElement("path", {
34532
+ d: "M7 18v3"
34533
+ }), /*#__PURE__*/React.createElement("path", {
34534
+ d: "M9 11l3 3l6 -6l-3 -3z"
34535
+ }), /*#__PURE__*/React.createElement("path", {
34536
+ d: "M10.5 12.5l-1.5 1.5"
34537
+ }), /*#__PURE__*/React.createElement("path", {
34538
+ d: "M17 3l3 3"
34539
+ }), /*#__PURE__*/React.createElement("path", {
34540
+ d: "M12 21a6 6 0 0 0 3.715 -10.712"
34541
+ }));
34542
+ }
34543
+
33028
34544
  function IconMilk(_ref) {
33029
34545
  var _ref$size = _ref.size,
33030
34546
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -34004,6 +35520,140 @@ function IconMug(_ref) {
34004
35520
  }));
34005
35521
  }
34006
35522
 
35523
+ function IconMultiplier05x(_ref) {
35524
+ var _ref$size = _ref.size,
35525
+ size = _ref$size === void 0 ? 24 : _ref$size,
35526
+ _ref$color = _ref.color,
35527
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
35528
+ _ref$stroke = _ref.stroke,
35529
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
35530
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
35531
+
35532
+ return /*#__PURE__*/React.createElement("svg", _extends({
35533
+ className: "icon icon-tabler icon-tabler-multiplier-0-5x",
35534
+ width: size,
35535
+ height: size,
35536
+ viewBox: "0 0 24 24",
35537
+ strokeWidth: stroke,
35538
+ stroke: color,
35539
+ fill: "none",
35540
+ strokeLinecap: "round",
35541
+ strokeLinejoin: "round"
35542
+ }, props), /*#__PURE__*/React.createElement("path", {
35543
+ stroke: "none",
35544
+ d: "M0 0h24v24H0z",
35545
+ fill: "none"
35546
+ }), /*#__PURE__*/React.createElement("path", {
35547
+ d: "M8 16h2a2 2 0 1 0 0 -4h-2v-4h4"
35548
+ }), /*#__PURE__*/React.createElement("path", {
35549
+ d: "M5 16v.01"
35550
+ }), /*#__PURE__*/React.createElement("path", {
35551
+ d: "M15 16l4 -4"
35552
+ }), /*#__PURE__*/React.createElement("path", {
35553
+ d: "M19 16l-4 -4"
35554
+ }));
35555
+ }
35556
+
35557
+ function IconMultiplier15x(_ref) {
35558
+ var _ref$size = _ref.size,
35559
+ size = _ref$size === void 0 ? 24 : _ref$size,
35560
+ _ref$color = _ref.color,
35561
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
35562
+ _ref$stroke = _ref.stroke,
35563
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
35564
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
35565
+
35566
+ return /*#__PURE__*/React.createElement("svg", _extends({
35567
+ className: "icon icon-tabler icon-tabler-multiplier-1-5x",
35568
+ width: size,
35569
+ height: size,
35570
+ viewBox: "0 0 24 24",
35571
+ strokeWidth: stroke,
35572
+ stroke: color,
35573
+ fill: "none",
35574
+ strokeLinecap: "round",
35575
+ strokeLinejoin: "round"
35576
+ }, props), /*#__PURE__*/React.createElement("path", {
35577
+ stroke: "none",
35578
+ d: "M0 0h24v24H0z",
35579
+ fill: "none"
35580
+ }), /*#__PURE__*/React.createElement("path", {
35581
+ d: "M4 16v-8l-2 2"
35582
+ }), /*#__PURE__*/React.createElement("path", {
35583
+ d: "M10 16h2a2 2 0 1 0 0 -4h-2v-4h4"
35584
+ }), /*#__PURE__*/React.createElement("path", {
35585
+ d: "M7 16v.01"
35586
+ }), /*#__PURE__*/React.createElement("path", {
35587
+ d: "M17 16l4 -4"
35588
+ }), /*#__PURE__*/React.createElement("path", {
35589
+ d: "M21 16l-4 -4"
35590
+ }));
35591
+ }
35592
+
35593
+ function IconMultiplier1x(_ref) {
35594
+ var _ref$size = _ref.size,
35595
+ size = _ref$size === void 0 ? 24 : _ref$size,
35596
+ _ref$color = _ref.color,
35597
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
35598
+ _ref$stroke = _ref.stroke,
35599
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
35600
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
35601
+
35602
+ return /*#__PURE__*/React.createElement("svg", _extends({
35603
+ className: "icon icon-tabler icon-tabler-multiplier-1x",
35604
+ width: size,
35605
+ height: size,
35606
+ viewBox: "0 0 24 24",
35607
+ strokeWidth: stroke,
35608
+ stroke: color,
35609
+ fill: "none",
35610
+ strokeLinecap: "round",
35611
+ strokeLinejoin: "round"
35612
+ }, props), /*#__PURE__*/React.createElement("path", {
35613
+ stroke: "none",
35614
+ d: "M0 0h24v24H0z",
35615
+ fill: "none"
35616
+ }), /*#__PURE__*/React.createElement("path", {
35617
+ d: "M9 16v-8l-2 2"
35618
+ }), /*#__PURE__*/React.createElement("path", {
35619
+ d: "M13 16l4 -4"
35620
+ }), /*#__PURE__*/React.createElement("path", {
35621
+ d: "M17 16l-4 -4"
35622
+ }));
35623
+ }
35624
+
35625
+ function IconMultiplier2x(_ref) {
35626
+ var _ref$size = _ref.size,
35627
+ size = _ref$size === void 0 ? 24 : _ref$size,
35628
+ _ref$color = _ref.color,
35629
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
35630
+ _ref$stroke = _ref.stroke,
35631
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
35632
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
35633
+
35634
+ return /*#__PURE__*/React.createElement("svg", _extends({
35635
+ className: "icon icon-tabler icon-tabler-multiplier-2x",
35636
+ width: size,
35637
+ height: size,
35638
+ viewBox: "0 0 24 24",
35639
+ strokeWidth: stroke,
35640
+ stroke: color,
35641
+ fill: "none",
35642
+ strokeLinecap: "round",
35643
+ strokeLinejoin: "round"
35644
+ }, props), /*#__PURE__*/React.createElement("path", {
35645
+ stroke: "none",
35646
+ d: "M0 0h24v24H0z",
35647
+ fill: "none"
35648
+ }), /*#__PURE__*/React.createElement("path", {
35649
+ d: "M14 16l4 -4"
35650
+ }), /*#__PURE__*/React.createElement("path", {
35651
+ d: "M18 16l-4 -4"
35652
+ }), /*#__PURE__*/React.createElement("path", {
35653
+ d: "M6 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0"
35654
+ }));
35655
+ }
35656
+
34007
35657
  function IconMushroom(_ref) {
34008
35658
  var _ref$size = _ref.size,
34009
35659
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -34636,6 +36286,38 @@ function IconNumber9(_ref) {
34636
36286
  }));
34637
36287
  }
34638
36288
 
36289
+ function IconNurse(_ref) {
36290
+ var _ref$size = _ref.size,
36291
+ size = _ref$size === void 0 ? 24 : _ref$size,
36292
+ _ref$color = _ref.color,
36293
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
36294
+ _ref$stroke = _ref.stroke,
36295
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
36296
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
36297
+
36298
+ return /*#__PURE__*/React.createElement("svg", _extends({
36299
+ className: "icon icon-tabler icon-tabler-nurse",
36300
+ width: size,
36301
+ height: size,
36302
+ viewBox: "0 0 24 24",
36303
+ strokeWidth: stroke,
36304
+ stroke: color,
36305
+ fill: "none",
36306
+ strokeLinecap: "round",
36307
+ strokeLinejoin: "round"
36308
+ }, props), /*#__PURE__*/React.createElement("path", {
36309
+ stroke: "none",
36310
+ d: "M0 0h24v24H0z",
36311
+ fill: "none"
36312
+ }), /*#__PURE__*/React.createElement("path", {
36313
+ 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"
36314
+ }), /*#__PURE__*/React.createElement("path", {
36315
+ d: "M10 12h4"
36316
+ }), /*#__PURE__*/React.createElement("path", {
36317
+ d: "M12 10v4"
36318
+ }));
36319
+ }
36320
+
34639
36321
  function IconOctagonOff(_ref) {
34640
36322
  var _ref$size = _ref.size,
34641
36323
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -35967,11 +37649,52 @@ function IconPictureInPictureOff(_ref) {
35967
37649
  x2: 11,
35968
37650
  y2: 13
35969
37651
  }), /*#__PURE__*/React.createElement("path", {
35970
- d: "M7 12v-3h3"
37652
+ d: "M7 12v-3h3"
37653
+ }));
37654
+ }
37655
+
37656
+ function IconPictureInPictureOn(_ref) {
37657
+ var _ref$size = _ref.size,
37658
+ size = _ref$size === void 0 ? 24 : _ref$size,
37659
+ _ref$color = _ref.color,
37660
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
37661
+ _ref$stroke = _ref.stroke,
37662
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
37663
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
37664
+
37665
+ return /*#__PURE__*/React.createElement("svg", _extends({
37666
+ className: "icon icon-tabler icon-tabler-picture-in-picture-on",
37667
+ width: size,
37668
+ height: size,
37669
+ viewBox: "0 0 24 24",
37670
+ strokeWidth: stroke,
37671
+ stroke: color,
37672
+ fill: "none",
37673
+ strokeLinecap: "round",
37674
+ strokeLinejoin: "round"
37675
+ }, props), /*#__PURE__*/React.createElement("path", {
37676
+ stroke: "none",
37677
+ d: "M0 0h24v24H0z",
37678
+ fill: "none"
37679
+ }), /*#__PURE__*/React.createElement("path", {
37680
+ d: "M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4"
37681
+ }), /*#__PURE__*/React.createElement("rect", {
37682
+ x: 14,
37683
+ y: 14,
37684
+ width: 7,
37685
+ height: 5,
37686
+ rx: 1
37687
+ }), /*#__PURE__*/React.createElement("line", {
37688
+ x1: 7,
37689
+ y1: 9,
37690
+ x2: 11,
37691
+ y2: 13
37692
+ }), /*#__PURE__*/React.createElement("path", {
37693
+ d: "M8 13h3v-3"
35971
37694
  }));
35972
37695
  }
35973
37696
 
35974
- function IconPictureInPictureOn(_ref) {
37697
+ function IconPictureInPicture(_ref) {
35975
37698
  var _ref$size = _ref.size,
35976
37699
  size = _ref$size === void 0 ? 24 : _ref$size,
35977
37700
  _ref$color = _ref.color,
@@ -35981,7 +37704,7 @@ function IconPictureInPictureOn(_ref) {
35981
37704
  props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
35982
37705
 
35983
37706
  return /*#__PURE__*/React.createElement("svg", _extends({
35984
- className: "icon icon-tabler icon-tabler-picture-in-picture-on",
37707
+ className: "icon icon-tabler icon-tabler-picture-in-picture",
35985
37708
  width: size,
35986
37709
  height: size,
35987
37710
  viewBox: "0 0 24 24",
@@ -36002,17 +37725,10 @@ function IconPictureInPictureOn(_ref) {
36002
37725
  width: 7,
36003
37726
  height: 5,
36004
37727
  rx: 1
36005
- }), /*#__PURE__*/React.createElement("line", {
36006
- x1: 7,
36007
- y1: 9,
36008
- x2: 11,
36009
- y2: 13
36010
- }), /*#__PURE__*/React.createElement("path", {
36011
- d: "M8 13h3v-3"
36012
37728
  }));
36013
37729
  }
36014
37730
 
36015
- function IconPictureInPicture(_ref) {
37731
+ function IconPig(_ref) {
36016
37732
  var _ref$size = _ref.size,
36017
37733
  size = _ref$size === void 0 ? 24 : _ref$size,
36018
37734
  _ref$color = _ref.color,
@@ -36022,7 +37738,7 @@ function IconPictureInPicture(_ref) {
36022
37738
  props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
36023
37739
 
36024
37740
  return /*#__PURE__*/React.createElement("svg", _extends({
36025
- className: "icon icon-tabler icon-tabler-picture-in-picture",
37741
+ className: "icon icon-tabler icon-tabler-pig",
36026
37742
  width: size,
36027
37743
  height: size,
36028
37744
  viewBox: "0 0 24 24",
@@ -36036,13 +37752,9 @@ function IconPictureInPicture(_ref) {
36036
37752
  d: "M0 0h24v24H0z",
36037
37753
  fill: "none"
36038
37754
  }), /*#__PURE__*/React.createElement("path", {
36039
- d: "M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4"
36040
- }), /*#__PURE__*/React.createElement("rect", {
36041
- x: 14,
36042
- y: 14,
36043
- width: 7,
36044
- height: 5,
36045
- rx: 1
37755
+ d: "M15 11v.01"
37756
+ }), /*#__PURE__*/React.createElement("path", {
37757
+ 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"
36046
37758
  }));
36047
37759
  }
36048
37760
 
@@ -36079,6 +37791,44 @@ function IconPill(_ref) {
36079
37791
  }));
36080
37792
  }
36081
37793
 
37794
+ function IconPills(_ref) {
37795
+ var _ref$size = _ref.size,
37796
+ size = _ref$size === void 0 ? 24 : _ref$size,
37797
+ _ref$color = _ref.color,
37798
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
37799
+ _ref$stroke = _ref.stroke,
37800
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
37801
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
37802
+
37803
+ return /*#__PURE__*/React.createElement("svg", _extends({
37804
+ className: "icon icon-tabler icon-tabler-pills",
37805
+ width: size,
37806
+ height: size,
37807
+ viewBox: "0 0 24 24",
37808
+ strokeWidth: stroke,
37809
+ stroke: color,
37810
+ fill: "none",
37811
+ strokeLinecap: "round",
37812
+ strokeLinejoin: "round"
37813
+ }, props), /*#__PURE__*/React.createElement("path", {
37814
+ stroke: "none",
37815
+ d: "M0 0h24v24H0z",
37816
+ fill: "none"
37817
+ }), /*#__PURE__*/React.createElement("circle", {
37818
+ cx: 8,
37819
+ cy: 8,
37820
+ r: 5
37821
+ }), /*#__PURE__*/React.createElement("circle", {
37822
+ cx: 17,
37823
+ cy: 17,
37824
+ r: 4
37825
+ }), /*#__PURE__*/React.createElement("path", {
37826
+ d: "M4.5 4.5l7 7"
37827
+ }), /*#__PURE__*/React.createElement("path", {
37828
+ d: "M19.5 14.5l-5 5"
37829
+ }));
37830
+ }
37831
+
36082
37832
  function IconPin(_ref) {
36083
37833
  var _ref$size = _ref.size,
36084
37834
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -39315,6 +41065,40 @@ function IconSausage(_ref) {
39315
41065
  }));
39316
41066
  }
39317
41067
 
41068
+ function IconScaleOutline(_ref) {
41069
+ var _ref$size = _ref.size,
41070
+ size = _ref$size === void 0 ? 24 : _ref$size,
41071
+ _ref$color = _ref.color,
41072
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
41073
+ _ref$stroke = _ref.stroke,
41074
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
41075
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
41076
+
41077
+ return /*#__PURE__*/React.createElement("svg", _extends({
41078
+ className: "icon icon-tabler icon-tabler-scale-outline",
41079
+ width: size,
41080
+ height: size,
41081
+ viewBox: "0 0 24 24",
41082
+ strokeWidth: stroke,
41083
+ stroke: color,
41084
+ fill: "none",
41085
+ strokeLinecap: "round",
41086
+ strokeLinejoin: "round"
41087
+ }, props), /*#__PURE__*/React.createElement("path", {
41088
+ stroke: "none",
41089
+ d: "M0 0h24v24H0z",
41090
+ fill: "none"
41091
+ }), /*#__PURE__*/React.createElement("rect", {
41092
+ x: 3,
41093
+ y: 3,
41094
+ width: 18,
41095
+ height: 18,
41096
+ rx: 4
41097
+ }), /*#__PURE__*/React.createElement("path", {
41098
+ 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"
41099
+ }));
41100
+ }
41101
+
39318
41102
  function IconScale(_ref) {
39319
41103
  var _ref$size = _ref.size,
39320
41104
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -41745,6 +43529,70 @@ function IconSpace(_ref) {
41745
43529
  }));
41746
43530
  }
41747
43531
 
43532
+ function IconSpacingHorizontal(_ref) {
43533
+ var _ref$size = _ref.size,
43534
+ size = _ref$size === void 0 ? 24 : _ref$size,
43535
+ _ref$color = _ref.color,
43536
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
43537
+ _ref$stroke = _ref.stroke,
43538
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
43539
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
43540
+
43541
+ return /*#__PURE__*/React.createElement("svg", _extends({
43542
+ className: "icon icon-tabler icon-tabler-spacing-horizontal",
43543
+ width: size,
43544
+ height: size,
43545
+ viewBox: "0 0 24 24",
43546
+ strokeWidth: stroke,
43547
+ stroke: color,
43548
+ fill: "none",
43549
+ strokeLinecap: "round",
43550
+ strokeLinejoin: "round"
43551
+ }, props), /*#__PURE__*/React.createElement("path", {
43552
+ stroke: "none",
43553
+ d: "M0 0h24v24H0z",
43554
+ fill: "none"
43555
+ }), /*#__PURE__*/React.createElement("path", {
43556
+ d: "M20 20h-2a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h2"
43557
+ }), /*#__PURE__*/React.createElement("path", {
43558
+ d: "M4 20h2a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2"
43559
+ }), /*#__PURE__*/React.createElement("path", {
43560
+ d: "M12 8v8"
43561
+ }));
43562
+ }
43563
+
43564
+ function IconSpacingVertical(_ref) {
43565
+ var _ref$size = _ref.size,
43566
+ size = _ref$size === void 0 ? 24 : _ref$size,
43567
+ _ref$color = _ref.color,
43568
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
43569
+ _ref$stroke = _ref.stroke,
43570
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
43571
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
43572
+
43573
+ return /*#__PURE__*/React.createElement("svg", _extends({
43574
+ className: "icon icon-tabler icon-tabler-spacing-vertical",
43575
+ width: size,
43576
+ height: size,
43577
+ viewBox: "0 0 24 24",
43578
+ strokeWidth: stroke,
43579
+ stroke: color,
43580
+ fill: "none",
43581
+ strokeLinecap: "round",
43582
+ strokeLinejoin: "round"
43583
+ }, props), /*#__PURE__*/React.createElement("path", {
43584
+ stroke: "none",
43585
+ d: "M0 0h24v24H0z",
43586
+ fill: "none"
43587
+ }), /*#__PURE__*/React.createElement("path", {
43588
+ d: "M4 20v-2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2"
43589
+ }), /*#__PURE__*/React.createElement("path", {
43590
+ d: "M4 4v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2"
43591
+ }), /*#__PURE__*/React.createElement("path", {
43592
+ d: "M16 12h-8"
43593
+ }));
43594
+ }
43595
+
41748
43596
  function IconSpeakerphone(_ref) {
41749
43597
  var _ref$size = _ref.size,
41750
43598
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -41942,7 +43790,7 @@ function IconSquare2(_ref) {
41942
43790
  d: "M0 0h24v24H0z",
41943
43791
  fill: "none"
41944
43792
  }), /*#__PURE__*/React.createElement("path", {
41945
- d: "M10 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001"
43793
+ d: "M10 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0"
41946
43794
  }), /*#__PURE__*/React.createElement("rect", {
41947
43795
  x: 4,
41948
43796
  y: 4,
@@ -44811,6 +46659,42 @@ function IconTextWrap(_ref) {
44811
46659
  }));
44812
46660
  }
44813
46661
 
46662
+ function IconThermometer(_ref) {
46663
+ var _ref$size = _ref.size,
46664
+ size = _ref$size === void 0 ? 24 : _ref$size,
46665
+ _ref$color = _ref.color,
46666
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
46667
+ _ref$stroke = _ref.stroke,
46668
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
46669
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
46670
+
46671
+ return /*#__PURE__*/React.createElement("svg", _extends({
46672
+ className: "icon icon-tabler icon-tabler-thermometer",
46673
+ width: size,
46674
+ height: size,
46675
+ viewBox: "0 0 24 24",
46676
+ strokeWidth: stroke,
46677
+ stroke: color,
46678
+ fill: "none",
46679
+ strokeLinecap: "round",
46680
+ strokeLinejoin: "round"
46681
+ }, props), /*#__PURE__*/React.createElement("path", {
46682
+ stroke: "none",
46683
+ d: "M0 0h24v24H0z",
46684
+ fill: "none"
46685
+ }), /*#__PURE__*/React.createElement("path", {
46686
+ d: "M19 5a2.828 2.828 0 0 1 0 4l-8 8h-4v-4l8 -8a2.828 2.828 0 0 1 4 0z"
46687
+ }), /*#__PURE__*/React.createElement("path", {
46688
+ d: "M16 7l-1.5 -1.5"
46689
+ }), /*#__PURE__*/React.createElement("path", {
46690
+ d: "M13 10l-1.5 -1.5"
46691
+ }), /*#__PURE__*/React.createElement("path", {
46692
+ d: "M10 13l-1.5 -1.5"
46693
+ }), /*#__PURE__*/React.createElement("path", {
46694
+ d: "M7 17l-3 3"
46695
+ }));
46696
+ }
46697
+
44814
46698
  function IconThumbDown(_ref) {
44815
46699
  var _ref$size = _ref.size,
44816
46700
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -45734,7 +47618,7 @@ function IconTree(_ref) {
45734
47618
  }), /*#__PURE__*/React.createElement("path", {
45735
47619
  d: "M12 21v-13"
45736
47620
  }), /*#__PURE__*/React.createElement("path", {
45737
- 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"
47621
+ 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"
45738
47622
  }));
45739
47623
  }
45740
47624
 
@@ -45775,7 +47659,7 @@ function IconTrees(_ref) {
45775
47659
  }), /*#__PURE__*/React.createElement("path", {
45776
47660
  d: "M8 21v-13"
45777
47661
  }), /*#__PURE__*/React.createElement("path", {
45778
- 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"
47662
+ 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"
45779
47663
  }));
45780
47664
  }
45781
47665
 
@@ -46558,6 +48442,42 @@ function IconUserCheck(_ref) {
46558
48442
  }));
46559
48443
  }
46560
48444
 
48445
+ function IconUserCircle(_ref) {
48446
+ var _ref$size = _ref.size,
48447
+ size = _ref$size === void 0 ? 24 : _ref$size,
48448
+ _ref$color = _ref.color,
48449
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
48450
+ _ref$stroke = _ref.stroke,
48451
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
48452
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
48453
+
48454
+ return /*#__PURE__*/React.createElement("svg", _extends({
48455
+ className: "icon icon-tabler icon-tabler-user-circle",
48456
+ width: size,
48457
+ height: size,
48458
+ viewBox: "0 0 24 24",
48459
+ strokeWidth: stroke,
48460
+ stroke: color,
48461
+ fill: "none",
48462
+ strokeLinecap: "round",
48463
+ strokeLinejoin: "round"
48464
+ }, props), /*#__PURE__*/React.createElement("path", {
48465
+ stroke: "none",
48466
+ d: "M0 0h24v24H0z",
48467
+ fill: "none"
48468
+ }), /*#__PURE__*/React.createElement("circle", {
48469
+ cx: 12,
48470
+ cy: 12,
48471
+ r: 9
48472
+ }), /*#__PURE__*/React.createElement("circle", {
48473
+ cx: 12,
48474
+ cy: 10,
48475
+ r: 3
48476
+ }), /*#__PURE__*/React.createElement("path", {
48477
+ d: "M6.168 18.849a4 4 0 0 1 3.832 -2.849h4a4 4 0 0 1 3.834 2.855"
48478
+ }));
48479
+ }
48480
+
46561
48481
  function IconUserExclamation(_ref) {
46562
48482
  var _ref$size = _ref.size,
46563
48483
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -46808,6 +48728,46 @@ function IconUsers(_ref) {
46808
48728
  }));
46809
48729
  }
46810
48730
 
48731
+ function IconVaccineBottle(_ref) {
48732
+ var _ref$size = _ref.size,
48733
+ size = _ref$size === void 0 ? 24 : _ref$size,
48734
+ _ref$color = _ref.color,
48735
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
48736
+ _ref$stroke = _ref.stroke,
48737
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
48738
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
48739
+
48740
+ return /*#__PURE__*/React.createElement("svg", _extends({
48741
+ className: "icon icon-tabler icon-tabler-vaccine-bottle",
48742
+ width: size,
48743
+ height: size,
48744
+ viewBox: "0 0 24 24",
48745
+ strokeWidth: stroke,
48746
+ stroke: color,
48747
+ fill: "none",
48748
+ strokeLinecap: "round",
48749
+ strokeLinejoin: "round"
48750
+ }, props), /*#__PURE__*/React.createElement("path", {
48751
+ stroke: "none",
48752
+ d: "M0 0h24v24H0z",
48753
+ fill: "none"
48754
+ }), /*#__PURE__*/React.createElement("rect", {
48755
+ x: 9,
48756
+ y: 3,
48757
+ width: 6,
48758
+ height: 3,
48759
+ rx: 1
48760
+ }), /*#__PURE__*/React.createElement("path", {
48761
+ 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"
48762
+ }), /*#__PURE__*/React.createElement("path", {
48763
+ d: "M7 12h10"
48764
+ }), /*#__PURE__*/React.createElement("path", {
48765
+ d: "M7 18h10"
48766
+ }), /*#__PURE__*/React.createElement("path", {
48767
+ d: "M11 15h2"
48768
+ }));
48769
+ }
48770
+
46811
48771
  function IconVaccine(_ref) {
46812
48772
  var _ref$size = _ref.size,
46813
48773
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -47902,6 +49862,40 @@ function IconWallet(_ref) {
47902
49862
  }));
47903
49863
  }
47904
49864
 
49865
+ function IconWallpaper(_ref) {
49866
+ var _ref$size = _ref.size,
49867
+ size = _ref$size === void 0 ? 24 : _ref$size,
49868
+ _ref$color = _ref.color,
49869
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
49870
+ _ref$stroke = _ref.stroke,
49871
+ stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
49872
+ props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
49873
+
49874
+ return /*#__PURE__*/React.createElement("svg", _extends({
49875
+ className: "icon icon-tabler icon-tabler-wallpaper",
49876
+ width: size,
49877
+ height: size,
49878
+ viewBox: "0 0 24 24",
49879
+ strokeWidth: stroke,
49880
+ stroke: color,
49881
+ fill: "none",
49882
+ strokeLinecap: "round",
49883
+ strokeLinejoin: "round"
49884
+ }, props), /*#__PURE__*/React.createElement("path", {
49885
+ stroke: "none",
49886
+ d: "M0 0h24v24H0z",
49887
+ fill: "none"
49888
+ }), /*#__PURE__*/React.createElement("path", {
49889
+ d: "M8 6h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-12"
49890
+ }), /*#__PURE__*/React.createElement("circle", {
49891
+ cx: 6,
49892
+ cy: 18,
49893
+ r: 2
49894
+ }), /*#__PURE__*/React.createElement("path", {
49895
+ d: "M8 18v-12a2 2 0 1 0 -4 0v12"
49896
+ }));
49897
+ }
49898
+
47905
49899
  function IconWand(_ref) {
47906
49900
  var _ref$size = _ref.size,
47907
49901
  size = _ref$size === void 0 ? 24 : _ref$size,
@@ -49363,6 +51357,13 @@ exports.IconAperture = IconAperture;
49363
51357
  exports.IconApple = IconApple;
49364
51358
  exports.IconApps = IconApps;
49365
51359
  exports.IconArchive = IconArchive;
51360
+ exports.IconArrowAutofitContent = IconArrowAutofitContent;
51361
+ exports.IconArrowAutofitDown = IconArrowAutofitDown;
51362
+ exports.IconArrowAutofitHeight = IconArrowAutofitHeight;
51363
+ exports.IconArrowAutofitLeft = IconArrowAutofitLeft;
51364
+ exports.IconArrowAutofitRight = IconArrowAutofitRight;
51365
+ exports.IconArrowAutofitUp = IconArrowAutofitUp;
51366
+ exports.IconArrowAutofitWidth = IconArrowAutofitWidth;
49366
51367
  exports.IconArrowBack = IconArrowBack;
49367
51368
  exports.IconArrowBackUp = IconArrowBackUp;
49368
51369
  exports.IconArrowBarDown = IconArrowBarDown;
@@ -49423,6 +51424,8 @@ exports.IconArrowWaveRightDown = IconArrowWaveRightDown;
49423
51424
  exports.IconArrowWaveRightUp = IconArrowWaveRightUp;
49424
51425
  exports.IconArrowsDiagonal = IconArrowsDiagonal;
49425
51426
  exports.IconArrowsDiagonal2 = IconArrowsDiagonal2;
51427
+ exports.IconArrowsDiagonalMinimize = IconArrowsDiagonalMinimize;
51428
+ exports.IconArrowsDiagonalMinimize2 = IconArrowsDiagonalMinimize2;
49426
51429
  exports.IconArrowsDoubleNeSw = IconArrowsDoubleNeSw;
49427
51430
  exports.IconArrowsDoubleNwSe = IconArrowsDoubleNwSe;
49428
51431
  exports.IconArrowsDoubleSeNw = IconArrowsDoubleSeNw;
@@ -49454,7 +51457,10 @@ exports.IconAt = IconAt;
49454
51457
  exports.IconAtom = IconAtom;
49455
51458
  exports.IconAtom2 = IconAtom2;
49456
51459
  exports.IconAward = IconAward;
51460
+ exports.IconAxisX = IconAxisX;
51461
+ exports.IconAxisY = IconAxisY;
49457
51462
  exports.IconBackhoe = IconBackhoe;
51463
+ exports.IconBackpack = IconBackpack;
49458
51464
  exports.IconBackspace = IconBackspace;
49459
51465
  exports.IconBallAmericanFootball = IconBallAmericanFootball;
49460
51466
  exports.IconBallBasketball = IconBallBasketball;
@@ -49463,10 +51469,12 @@ exports.IconBallFootball = IconBallFootball;
49463
51469
  exports.IconBallFootballOff = IconBallFootballOff;
49464
51470
  exports.IconBallTennis = IconBallTennis;
49465
51471
  exports.IconBallVolleyball = IconBallVolleyball;
51472
+ exports.IconBallon = IconBallon;
49466
51473
  exports.IconBan = IconBan;
49467
51474
  exports.IconBandage = IconBandage;
49468
51475
  exports.IconBarcode = IconBarcode;
49469
51476
  exports.IconBasket = IconBasket;
51477
+ exports.IconBath = IconBath;
49470
51478
  exports.IconBattery = IconBattery;
49471
51479
  exports.IconBattery1 = IconBattery1;
49472
51480
  exports.IconBattery2 = IconBattery2;
@@ -49474,7 +51482,10 @@ exports.IconBattery3 = IconBattery3;
49474
51482
  exports.IconBattery4 = IconBattery4;
49475
51483
  exports.IconBatteryAutomotive = IconBatteryAutomotive;
49476
51484
  exports.IconBatteryCharging = IconBatteryCharging;
51485
+ exports.IconBatteryCharging2 = IconBatteryCharging2;
51486
+ exports.IconBatteryEco = IconBatteryEco;
49477
51487
  exports.IconBatteryOff = IconBatteryOff;
51488
+ exports.IconBeach = IconBeach;
49478
51489
  exports.IconBed = IconBed;
49479
51490
  exports.IconBell = IconBell;
49480
51491
  exports.IconBellMinus = IconBellMinus;
@@ -49540,10 +51551,12 @@ exports.IconBrandBehance = IconBrandBehance;
49540
51551
  exports.IconBrandBing = IconBrandBing;
49541
51552
  exports.IconBrandBitbucket = IconBrandBitbucket;
49542
51553
  exports.IconBrandBooking = IconBrandBooking;
51554
+ exports.IconBrandBootstrap = IconBrandBootstrap;
49543
51555
  exports.IconBrandChrome = IconBrandChrome;
49544
51556
  exports.IconBrandCodepen = IconBrandCodepen;
49545
51557
  exports.IconBrandCodesandbox = IconBrandCodesandbox;
49546
51558
  exports.IconBrandCss3 = IconBrandCss3;
51559
+ exports.IconBrandDebian = IconBrandDebian;
49547
51560
  exports.IconBrandDeviantart = IconBrandDeviantart;
49548
51561
  exports.IconBrandDiscord = IconBrandDiscord;
49549
51562
  exports.IconBrandDisqus = IconBrandDisqus;
@@ -49570,6 +51583,7 @@ exports.IconBrandJavascript = IconBrandJavascript;
49570
51583
  exports.IconBrandKickstarter = IconBrandKickstarter;
49571
51584
  exports.IconBrandKotlin = IconBrandKotlin;
49572
51585
  exports.IconBrandLinkedin = IconBrandLinkedin;
51586
+ exports.IconBrandMastercard = IconBrandMastercard;
49573
51587
  exports.IconBrandMedium = IconBrandMedium;
49574
51588
  exports.IconBrandMessenger = IconBrandMessenger;
49575
51589
  exports.IconBrandNetflix = IconBrandNetflix;
@@ -49593,6 +51607,7 @@ exports.IconBrandSlack = IconBrandSlack;
49593
51607
  exports.IconBrandSnapchat = IconBrandSnapchat;
49594
51608
  exports.IconBrandSoundcloud = IconBrandSoundcloud;
49595
51609
  exports.IconBrandSpotify = IconBrandSpotify;
51610
+ exports.IconBrandStackoverflow = IconBrandStackoverflow;
49596
51611
  exports.IconBrandSteam = IconBrandSteam;
49597
51612
  exports.IconBrandStripe = IconBrandStripe;
49598
51613
  exports.IconBrandTabler = IconBrandTabler;
@@ -49604,6 +51619,7 @@ exports.IconBrandTinder = IconBrandTinder;
49604
51619
  exports.IconBrandTumblr = IconBrandTumblr;
49605
51620
  exports.IconBrandTwitch = IconBrandTwitch;
49606
51621
  exports.IconBrandTwitter = IconBrandTwitter;
51622
+ exports.IconBrandUbuntu = IconBrandUbuntu;
49607
51623
  exports.IconBrandUnsplash = IconBrandUnsplash;
49608
51624
  exports.IconBrandVercel = IconBrandVercel;
49609
51625
  exports.IconBrandVimeo = IconBrandVimeo;
@@ -49703,6 +51719,7 @@ exports.IconChartRadar = IconChartRadar;
49703
51719
  exports.IconCheck = IconCheck;
49704
51720
  exports.IconCheckbox = IconCheckbox;
49705
51721
  exports.IconChecks = IconChecks;
51722
+ exports.IconCheckupList = IconCheckupList;
49706
51723
  exports.IconCheese = IconCheese;
49707
51724
  exports.IconChevronDown = IconChevronDown;
49708
51725
  exports.IconChevronDownLeft = IconChevronDownLeft;
@@ -49802,6 +51819,7 @@ exports.IconCrop = IconCrop;
49802
51819
  exports.IconCrosshair = IconCrosshair;
49803
51820
  exports.IconCrown = IconCrown;
49804
51821
  exports.IconCrownOff = IconCrownOff;
51822
+ exports.IconCrutches = IconCrutches;
49805
51823
  exports.IconCup = IconCup;
49806
51824
  exports.IconCurlyLoop = IconCurlyLoop;
49807
51825
  exports.IconCurrencyBahraini = IconCurrencyBahraini;
@@ -49810,6 +51828,7 @@ exports.IconCurrencyBitcoin = IconCurrencyBitcoin;
49810
51828
  exports.IconCurrencyCent = IconCurrencyCent;
49811
51829
  exports.IconCurrencyDinar = IconCurrencyDinar;
49812
51830
  exports.IconCurrencyDirham = IconCurrencyDirham;
51831
+ exports.IconCurrencyDogecoin = IconCurrencyDogecoin;
49813
51832
  exports.IconCurrencyDollar = IconCurrencyDollar;
49814
51833
  exports.IconCurrencyDollarAustralian = IconCurrencyDollarAustralian;
49815
51834
  exports.IconCurrencyDollarCanadian = IconCurrencyDollarCanadian;
@@ -49882,7 +51901,11 @@ exports.IconDiscount = IconDiscount;
49882
51901
  exports.IconDiscount2 = IconDiscount2;
49883
51902
  exports.IconDivide = IconDivide;
49884
51903
  exports.IconDna = IconDna;
51904
+ exports.IconDna2 = IconDna2;
49885
51905
  exports.IconDogBowl = IconDogBowl;
51906
+ exports.IconDoor = IconDoor;
51907
+ exports.IconDoorEnter = IconDoorEnter;
51908
+ exports.IconDoorExit = IconDoorExit;
49886
51909
  exports.IconDots = IconDots;
49887
51910
  exports.IconDotsCircleHorizontal = IconDotsCircleHorizontal;
49888
51911
  exports.IconDotsDiagonal = IconDotsDiagonal;
@@ -49904,6 +51927,7 @@ exports.IconEarOff = IconEarOff;
49904
51927
  exports.IconEdit = IconEdit;
49905
51928
  exports.IconEditCircle = IconEditCircle;
49906
51929
  exports.IconEgg = IconEgg;
51930
+ exports.IconEmergencyBed = IconEmergencyBed;
49907
51931
  exports.IconEmphasis = IconEmphasis;
49908
51932
  exports.IconEqual = IconEqual;
49909
51933
  exports.IconEqualNot = IconEqualNot;
@@ -49914,6 +51938,7 @@ exports.IconExternalLink = IconExternalLink;
49914
51938
  exports.IconEye = IconEye;
49915
51939
  exports.IconEyeCheck = IconEyeCheck;
49916
51940
  exports.IconEyeOff = IconEyeOff;
51941
+ exports.IconEyeTable = IconEyeTable;
49917
51942
  exports.IconEyeglass = IconEyeglass;
49918
51943
  exports.IconEyeglass2 = IconEyeglass2;
49919
51944
  exports.IconFaceId = IconFaceId;
@@ -49955,6 +51980,7 @@ exports.IconFilter = IconFilter;
49955
51980
  exports.IconFilterOff = IconFilterOff;
49956
51981
  exports.IconFingerprint = IconFingerprint;
49957
51982
  exports.IconFiretruck = IconFiretruck;
51983
+ exports.IconFirstAidKit = IconFirstAidKit;
49958
51984
  exports.IconFish = IconFish;
49959
51985
  exports.IconFlag = IconFlag;
49960
51986
  exports.IconFlag2 = IconFlag2;
@@ -49962,6 +51988,7 @@ exports.IconFlag3 = IconFlag3;
49962
51988
  exports.IconFlame = IconFlame;
49963
51989
  exports.IconFlare = IconFlare;
49964
51990
  exports.IconFlask = IconFlask;
51991
+ exports.IconFlask2 = IconFlask2;
49965
51992
  exports.IconFlipHorizontal = IconFlipHorizontal;
49966
51993
  exports.IconFlipVertical = IconFlipVertical;
49967
51994
  exports.IconFloatCenter = IconFloatCenter;
@@ -50013,9 +52040,11 @@ exports.IconH3 = IconH3;
50013
52040
  exports.IconH4 = IconH4;
50014
52041
  exports.IconH5 = IconH5;
50015
52042
  exports.IconH6 = IconH6;
52043
+ exports.IconHandClick = IconHandClick;
50016
52044
  exports.IconHandFinger = IconHandFinger;
50017
52045
  exports.IconHandLittleFinger = IconHandLittleFinger;
50018
52046
  exports.IconHandMiddleFinger = IconHandMiddleFinger;
52047
+ exports.IconHandMove = IconHandMove;
50019
52048
  exports.IconHandOff = IconHandOff;
50020
52049
  exports.IconHandRingFinger = IconHandRingFinger;
50021
52050
  exports.IconHandRock = IconHandRock;
@@ -50030,6 +52059,7 @@ exports.IconHeadphonesOff = IconHeadphonesOff;
50030
52059
  exports.IconHeadset = IconHeadset;
50031
52060
  exports.IconHeart = IconHeart;
50032
52061
  exports.IconHeartBroken = IconHeartBroken;
52062
+ exports.IconHeartRateMonitor = IconHeartRateMonitor;
50033
52063
  exports.IconHelicopter = IconHelicopter;
50034
52064
  exports.IconHelicopterLanding = IconHelicopterLanding;
50035
52065
  exports.IconHelp = IconHelp;
@@ -50037,6 +52067,7 @@ exports.IconHexagon = IconHexagon;
50037
52067
  exports.IconHexagonOff = IconHexagonOff;
50038
52068
  exports.IconHierarchy = IconHierarchy;
50039
52069
  exports.IconHierarchy2 = IconHierarchy2;
52070
+ exports.IconHighlight = IconHighlight;
50040
52071
  exports.IconHistory = IconHistory;
50041
52072
  exports.IconHome = IconHome;
50042
52073
  exports.IconHome2 = IconHome2;
@@ -50128,6 +52159,7 @@ exports.IconLineHeight = IconLineHeight;
50128
52159
  exports.IconLink = IconLink;
50129
52160
  exports.IconList = IconList;
50130
52161
  exports.IconListCheck = IconListCheck;
52162
+ exports.IconListDetails = IconListDetails;
50131
52163
  exports.IconListNumbers = IconListNumbers;
50132
52164
  exports.IconListSearch = IconListSearch;
50133
52165
  exports.IconLivePhoto = IconLivePhoto;
@@ -50139,8 +52171,10 @@ exports.IconLock = IconLock;
50139
52171
  exports.IconLockAccess = IconLockAccess;
50140
52172
  exports.IconLockOff = IconLockOff;
50141
52173
  exports.IconLockOpen = IconLockOpen;
52174
+ exports.IconLockSquare = IconLockSquare;
50142
52175
  exports.IconLogin = IconLogin;
50143
52176
  exports.IconLogout = IconLogout;
52177
+ exports.IconLungs = IconLungs;
50144
52178
  exports.IconMacro = IconMacro;
50145
52179
  exports.IconMagnet = IconMagnet;
50146
52180
  exports.IconMail = IconMail;
@@ -50168,6 +52202,7 @@ exports.IconMaximize = IconMaximize;
50168
52202
  exports.IconMeat = IconMeat;
50169
52203
  exports.IconMedal = IconMedal;
50170
52204
  exports.IconMedicalCross = IconMedicalCross;
52205
+ exports.IconMedicineSyrup = IconMedicineSyrup;
50171
52206
  exports.IconMenu = IconMenu;
50172
52207
  exports.IconMenu2 = IconMenu2;
50173
52208
  exports.IconMessage = IconMessage;
@@ -50184,6 +52219,7 @@ exports.IconMessagesOff = IconMessagesOff;
50184
52219
  exports.IconMicrophone = IconMicrophone;
50185
52220
  exports.IconMicrophone2 = IconMicrophone2;
50186
52221
  exports.IconMicrophoneOff = IconMicrophoneOff;
52222
+ exports.IconMicroscope = IconMicroscope;
50187
52223
  exports.IconMilk = IconMilk;
50188
52224
  exports.IconMinimize = IconMinimize;
50189
52225
  exports.IconMinus = IconMinus;
@@ -50209,6 +52245,10 @@ exports.IconMotorbike = IconMotorbike;
50209
52245
  exports.IconMouse = IconMouse;
50210
52246
  exports.IconMovie = IconMovie;
50211
52247
  exports.IconMug = IconMug;
52248
+ exports.IconMultiplier05x = IconMultiplier05x;
52249
+ exports.IconMultiplier15x = IconMultiplier15x;
52250
+ exports.IconMultiplier1x = IconMultiplier1x;
52251
+ exports.IconMultiplier2x = IconMultiplier2x;
50212
52252
  exports.IconMushroom = IconMushroom;
50213
52253
  exports.IconMusic = IconMusic;
50214
52254
  exports.IconNewSection = IconNewSection;
@@ -50228,6 +52268,7 @@ exports.IconNumber6 = IconNumber6;
50228
52268
  exports.IconNumber7 = IconNumber7;
50229
52269
  exports.IconNumber8 = IconNumber8;
50230
52270
  exports.IconNumber9 = IconNumber9;
52271
+ exports.IconNurse = IconNurse;
50231
52272
  exports.IconOctagon = IconOctagon;
50232
52273
  exports.IconOctagonOff = IconOctagonOff;
50233
52274
  exports.IconOld = IconOld;
@@ -50268,7 +52309,9 @@ exports.IconPhysotherapist = IconPhysotherapist;
50268
52309
  exports.IconPictureInPicture = IconPictureInPicture;
50269
52310
  exports.IconPictureInPictureOff = IconPictureInPictureOff;
50270
52311
  exports.IconPictureInPictureOn = IconPictureInPictureOn;
52312
+ exports.IconPig = IconPig;
50271
52313
  exports.IconPill = IconPill;
52314
+ exports.IconPills = IconPills;
50272
52315
  exports.IconPin = IconPin;
50273
52316
  exports.IconPinned = IconPinned;
50274
52317
  exports.IconPinnedOff = IconPinnedOff;
@@ -50358,6 +52401,7 @@ exports.IconSalt = IconSalt;
50358
52401
  exports.IconSatellite = IconSatellite;
50359
52402
  exports.IconSausage = IconSausage;
50360
52403
  exports.IconScale = IconScale;
52404
+ exports.IconScaleOutline = IconScaleOutline;
50361
52405
  exports.IconScan = IconScan;
50362
52406
  exports.IconSchool = IconSchool;
50363
52407
  exports.IconScissors = IconScissors;
@@ -50420,6 +52464,8 @@ exports.IconSortDescendingLetters = IconSortDescendingLetters;
50420
52464
  exports.IconSortDescendingNumbers = IconSortDescendingNumbers;
50421
52465
  exports.IconSoup = IconSoup;
50422
52466
  exports.IconSpace = IconSpace;
52467
+ exports.IconSpacingHorizontal = IconSpacingHorizontal;
52468
+ exports.IconSpacingVertical = IconSpacingVertical;
50423
52469
  exports.IconSpeakerphone = IconSpeakerphone;
50424
52470
  exports.IconSpeedboat = IconSpeedboat;
50425
52471
  exports.IconSportBillard = IconSportBillard;
@@ -50506,6 +52552,7 @@ exports.IconTextDirectionLtr = IconTextDirectionLtr;
50506
52552
  exports.IconTextDirectionRtl = IconTextDirectionRtl;
50507
52553
  exports.IconTextWrap = IconTextWrap;
50508
52554
  exports.IconTextWrapDisabled = IconTextWrapDisabled;
52555
+ exports.IconThermometer = IconThermometer;
50509
52556
  exports.IconThumbDown = IconThumbDown;
50510
52557
  exports.IconThumbUp = IconThumbUp;
50511
52558
  exports.IconTicket = IconTicket;
@@ -50554,6 +52601,7 @@ exports.IconUpload = IconUpload;
50554
52601
  exports.IconUrgent = IconUrgent;
50555
52602
  exports.IconUser = IconUser;
50556
52603
  exports.IconUserCheck = IconUserCheck;
52604
+ exports.IconUserCircle = IconUserCircle;
50557
52605
  exports.IconUserExclamation = IconUserExclamation;
50558
52606
  exports.IconUserMinus = IconUserMinus;
50559
52607
  exports.IconUserOff = IconUserOff;
@@ -50561,6 +52609,7 @@ exports.IconUserPlus = IconUserPlus;
50561
52609
  exports.IconUserX = IconUserX;
50562
52610
  exports.IconUsers = IconUsers;
50563
52611
  exports.IconVaccine = IconVaccine;
52612
+ exports.IconVaccineBottle = IconVaccineBottle;
50564
52613
  exports.IconVariable = IconVariable;
50565
52614
  exports.IconVector = IconVector;
50566
52615
  exports.IconVectorBeizer2 = IconVectorBeizer2;
@@ -50585,6 +52634,7 @@ exports.IconVolume2 = IconVolume2;
50585
52634
  exports.IconVolume3 = IconVolume3;
50586
52635
  exports.IconWalk = IconWalk;
50587
52636
  exports.IconWallet = IconWallet;
52637
+ exports.IconWallpaper = IconWallpaper;
50588
52638
  exports.IconWand = IconWand;
50589
52639
  exports.IconWaveSawTool = IconWaveSawTool;
50590
52640
  exports.IconWaveSine = IconWaveSine;