@hugeicons/core-free-icons 4.1.2 → 4.1.4

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 (72) hide show
  1. package/dist/cjs/index.js +198 -28
  2. package/dist/cjs/index.min.js +1 -1
  3. package/dist/esm/ArrowBigDownDashIcon.js +7 -0
  4. package/dist/esm/ArrowBigDownDashIcon.js.map +1 -0
  5. package/dist/esm/ArrowBigLeftDashIcon.js +7 -0
  6. package/dist/esm/ArrowBigLeftDashIcon.js.map +1 -0
  7. package/dist/esm/ArrowBigRightDashIcon.js +7 -0
  8. package/dist/esm/ArrowBigRightDashIcon.js.map +1 -0
  9. package/dist/esm/ArrowBigUpDashIcon.js +7 -0
  10. package/dist/esm/ArrowBigUpDashIcon.js.map +1 -0
  11. package/dist/esm/ArrowDownBigIcon.js +1 -1
  12. package/dist/esm/ArrowDownFromLineIcon.js +8 -0
  13. package/dist/esm/ArrowDownFromLineIcon.js.map +1 -0
  14. package/dist/esm/ArrowDownToDotIcon.js +8 -0
  15. package/dist/esm/ArrowDownToDotIcon.js.map +1 -0
  16. package/dist/esm/ArrowLeftFromLineIcon.js +8 -0
  17. package/dist/esm/ArrowLeftFromLineIcon.js.map +1 -0
  18. package/dist/esm/ArrowRightFromLineIcon.js +8 -0
  19. package/dist/esm/ArrowRightFromLineIcon.js.map +1 -0
  20. package/dist/esm/ArrowUpFromDotIcon.js +8 -0
  21. package/dist/esm/ArrowUpFromDotIcon.js.map +1 -0
  22. package/dist/esm/ArrowUpFromLineIcon.js +10 -0
  23. package/dist/esm/ArrowUpFromLineIcon.js.map +1 -0
  24. package/dist/esm/Atom02Icon.js +2 -2
  25. package/dist/esm/ChevronsDownUpIcon.js +7 -0
  26. package/dist/esm/ChevronsDownUpIcon.js.map +1 -0
  27. package/dist/esm/CircleArrowOutUpRightIcon.js +8 -0
  28. package/dist/esm/CircleArrowOutUpRightIcon.js.map +1 -0
  29. package/dist/esm/ComputerIcon.js +2 -4
  30. package/dist/esm/DeviantartIcon.js +1 -1
  31. package/dist/esm/Facebook02Icon.js +1 -1
  32. package/dist/esm/FullScreenIcon.js +6 -0
  33. package/dist/esm/FullScreenIcon.js.map +1 -0
  34. package/dist/esm/GitlabIcon.js +1 -1
  35. package/dist/esm/HandsClappingIcon.js +9 -0
  36. package/dist/esm/HandsClappingIcon.js.map +1 -0
  37. package/dist/esm/IterationCcwIcon.js +7 -0
  38. package/dist/esm/IterationCcwIcon.js.map +1 -0
  39. package/dist/esm/IterationCwIcon.js +7 -0
  40. package/dist/esm/IterationCwIcon.js.map +1 -0
  41. package/dist/esm/KoFiIcon.js +1 -1
  42. package/dist/esm/Medal05Icon.js +1 -1
  43. package/dist/esm/MetaIcon.js +2 -2
  44. package/dist/esm/RedoDotIcon.js +8 -0
  45. package/dist/esm/RedoDotIcon.js.map +1 -0
  46. package/dist/esm/RefreshCwOffIcon.js +9 -0
  47. package/dist/esm/RefreshCwOffIcon.js.map +1 -0
  48. package/dist/esm/RotateCcwSquareIcon.js +7 -0
  49. package/dist/esm/RotateCcwSquareIcon.js.map +1 -0
  50. package/dist/esm/RotateCwSquareIcon.js +7 -0
  51. package/dist/esm/RotateCwSquareIcon.js.map +1 -0
  52. package/dist/esm/SeparatorHorizontalIcon.js +8 -0
  53. package/dist/esm/SeparatorHorizontalIcon.js.map +1 -0
  54. package/dist/esm/SquareArrowDiagonal02Icon.js +2 -2
  55. package/dist/esm/SquareArrowMoveLeftUpIcon.js +1 -1
  56. package/dist/esm/SquareArrowMoveRightDownIcon.js +1 -1
  57. package/dist/esm/TeamWorkIcon.js +8 -0
  58. package/dist/esm/TeamWorkIcon.js.map +1 -0
  59. package/dist/esm/TextBoldIcon.js +1 -1
  60. package/dist/esm/TrendingUpDownIcon.js +8 -0
  61. package/dist/esm/TrendingUpDownIcon.js.map +1 -0
  62. package/dist/esm/UnfoldMoreIcon.js +2 -2
  63. package/dist/esm/VerticalScrollPointIcon.js +1 -1
  64. package/dist/esm/index.js +23 -1
  65. package/dist/esm/index.min.js +1 -1
  66. package/dist/esm/loader.native.js +24 -2
  67. package/dist/esm/loader.node.js +24 -2
  68. package/dist/esm/loader.web.js +24 -2
  69. package/dist/types/index.d.ts +47 -3
  70. package/package.json +1 -1
  71. package/dist/esm/FullscreenIcon.js +0 -6
  72. package/dist/esm/FullscreenIcon.js.map +0 -1
package/dist/cjs/index.js CHANGED
@@ -1733,6 +1733,26 @@ const ArrowAllDirectionIcon = /*#__PURE__*/ [
1733
1733
  ["path", { d: "M8.99995 18C8.99995 18 11.2094 21 11.9999 21C12.7905 21 14.9999 18 14.9999 18", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "7" }]
1734
1734
  ];
1735
1735
 
1736
+ const ArrowBigDownDashIcon = /*#__PURE__*/ [
1737
+ ["path", { d: "M14.9351 18.7236L17.3928 16.0046C19.335 13.8559 20.3061 12.7816 19.9143 11.8908C19.5225 11 18.0788 11 15.1915 11H15V10C15 8.58579 15 7.87868 14.5607 7.43934C14.1213 7 13.4142 7 12 7C10.5858 7 9.87868 7 9.43934 7.43934C9 7.87868 9 8.58579 9 10V11H8.80852C5.92117 11 4.47749 11 4.08568 11.8908C3.69387 12.7816 4.66499 13.8559 6.60724 16.0046L9.06495 18.7236C10.4367 20.2412 11.1226 21 12 21C12.8774 21 13.5633 20.2412 14.9351 18.7236Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
1738
+ ["path", { d: "M9 3H15", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
1739
+ ];
1740
+
1741
+ const ArrowBigLeftDashIcon = /*#__PURE__*/ [
1742
+ ["path", { d: "M21 9L21 15", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
1743
+ ["path", { d: "M5.27643 14.9351L7.99539 17.3928C10.1441 19.335 11.2184 20.3061 12.1092 19.9143C13 19.5225 13 18.0788 13 15.1915V15H14C15.4142 15 16.1213 15 16.5607 14.5607C17 14.1213 17 13.4142 17 12C17 10.5858 17 9.87868 16.5607 9.43934C16.1213 9 15.4142 9 14 9H13V8.80852C13 5.92117 13 4.47749 12.1092 4.08568C11.2184 3.69387 10.1441 4.66499 7.99538 6.60723L5.27642 9.06495C3.75881 10.4367 3 11.1226 3 12C3 12.8774 3.75881 13.5633 5.27643 14.9351Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
1744
+ ];
1745
+
1746
+ const ArrowBigRightDashIcon = /*#__PURE__*/ [
1747
+ ["path", { d: "M18.7236 9.06494L16.0046 6.60723C13.8559 4.66499 12.7816 3.69387 11.8908 4.08568C11 4.47749 11 5.92117 11 8.80852V9H10C8.58579 9 7.87868 9 7.43934 9.43934C7 9.87868 7 10.5858 7 12C7 13.4142 7 14.1213 7.43934 14.5607C7.87868 15 8.58579 15 10 15H11V15.1915C11 18.0788 11 19.5225 11.8908 19.9143C12.7816 20.3061 13.8559 19.335 16.0046 17.3928L18.7236 14.9351C20.2412 13.5633 21 12.8774 21 12C21 11.1226 20.2412 10.4367 18.7236 9.06494Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
1748
+ ["path", { opacity: "0.4", d: "M3 9V15", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
1749
+ ];
1750
+
1751
+ const ArrowBigUpDashIcon = /*#__PURE__*/ [
1752
+ ["path", { d: "M9 21H15", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
1753
+ ["path", { d: "M14.9351 5.27643L17.3928 7.99539C19.335 10.1441 20.3061 11.2184 19.9143 12.1092C19.5225 13 18.0788 13 15.1915 13H15V14C15 15.4142 15 16.1213 14.5607 16.5607C14.1213 17 13.4142 17 12 17C10.5858 17 9.87868 17 9.43934 16.5607C9 16.1213 9 15.4142 9 14V13H8.80852C5.92117 13 4.47749 13 4.08568 12.1092C3.69387 11.2184 4.66499 10.1441 6.60724 7.99538L9.06495 5.27642C10.4367 3.75881 11.1226 3 12 3C12.8774 3 13.5633 3.75881 14.9351 5.27643Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
1754
+ ];
1755
+
1736
1756
  const ArrowDataTransferDiagonalIcon = /*#__PURE__*/ [
1737
1757
  ["path", { d: "M9 19L18.1795 9.9942C18.9276 9.26025 19.3016 8.89327 19.6243 9.02718C19.9469 9.16108 19.9526 9.68566 19.964 10.7348L20 14.0459", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
1738
1758
  ["path", { d: "M15 5L5.82055 14.0058C5.07244 14.7398 4.69839 15.1067 4.37573 14.9728C4.05306 14.8389 4.04736 14.3143 4.03597 13.2652L4 9.95414", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
@@ -1804,7 +1824,7 @@ const ArrowDownAZIcon = /*#__PURE__*/ [
1804
1824
  ];
1805
1825
 
1806
1826
  const ArrowDownBigIcon = /*#__PURE__*/ [
1807
- ["path", { d: "M15.544 12.4999H15V6.49991C15 5.56803 15 5.10208 14.8478 4.73454C14.6448 4.24449 14.2554 3.85514 13.7654 3.65215C13.3978 3.49991 12.9319 3.49991 12 3.49991C11.0681 3.49991 10.6022 3.49991 10.2346 3.65215C9.74458 3.85514 9.35523 4.24449 9.15224 4.73454C9 5.10208 9 5.56803 9 6.49991V12.4999H8.45596C6.37322 12.4999 5.33185 12.4999 5.05779 13.1002C4.78372 13.7005 5.49744 14.4182 6.92487 15.8535L10.4689 19.4171C11.1868 20.139 11.5458 20.4999 12 20.4999C12.4542 20.4999 12.8132 20.139 13.5311 19.4171L17.0751 15.8535C18.5026 14.4182 19.2163 13.7005 18.9422 13.1002C18.6681 12.4999 17.6268 12.4999 15.544 12.4999Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
1827
+ ["path", { d: "M15.544 12.5H15V6.5C15 5.56812 15 5.10218 14.8478 4.73463C14.6448 4.24458 14.2554 3.85523 13.7654 3.65224C13.3978 3.5 12.9319 3.5 12 3.5C11.0681 3.5 10.6022 3.5 10.2346 3.65224C9.74458 3.85523 9.35523 4.24458 9.15224 4.73463C9 5.10218 9 5.56812 9 6.5V12.5H8.45596C6.37322 12.5 5.33185 12.5 5.05779 13.1003C4.78372 13.7006 5.49744 14.4183 6.92487 15.8536L10.4689 19.4172C11.1868 20.1391 11.5458 20.5 12 20.5C12.4542 20.5 12.8132 20.1391 13.5311 19.4172L17.0751 15.8536C18.5026 14.4183 19.2163 13.7006 18.9422 13.1003C18.6681 12.5 17.6268 12.5 15.544 12.5Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
1808
1828
  ];
1809
1829
 
1810
1830
  const ArrowDownDoubleIcon = /*#__PURE__*/ [
@@ -1812,6 +1832,12 @@ const ArrowDownDoubleIcon = /*#__PURE__*/ [
1812
1832
  ["path", { d: "M17.9997 5.50005C17.9997 5.50005 13.5807 11.5 11.9996 11.5C10.4185 11.5 5.99966 5.5 5.99966 5.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
1813
1833
  ];
1814
1834
 
1835
+ const ArrowDownFromLineIcon = /*#__PURE__*/ [
1836
+ ["path", { d: "M12 20V8", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
1837
+ ["path", { d: "M17 15C17 15 13.3176 20 12 20C10.6824 20 7 15 7 15", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
1838
+ ["path", { d: "M17 4H7", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
1839
+ ];
1840
+
1815
1841
  const ArrowDownLeft01Icon = /*#__PURE__*/ [
1816
1842
  ["path", { d: "M15 17.3497C15 17.3497 8.06166 17.8924 7.08461 16.9154C6.10755 15.9383 6.65037 9 6.65037 9M7.5 16.5L17.5 6.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
1817
1843
  ];
@@ -1830,6 +1856,12 @@ const ArrowDownRight02Icon = /*#__PURE__*/ [
1830
1856
  ["path", { d: "M15.541 17.9172L14.2992 17.8043C12.2873 17.6214 11.2814 17.53 11.0447 16.8761C10.8079 16.2223 11.5222 15.508 12.9507 14.0795L14.0795 12.9507C15.508 11.5222 16.2223 10.8079 16.8761 11.0447C17.53 11.2814 17.6214 12.2873 17.8043 14.2992L17.9172 15.541C18.0273 16.7523 18.0824 17.358 17.7202 17.7202C17.358 18.0824 16.7523 18.0273 15.541 17.9172Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
1831
1857
  ];
1832
1858
 
1859
+ const ArrowDownToDotIcon = /*#__PURE__*/ [
1860
+ ["path", { d: "M17 10C17 10 13.3176 15 12 15C10.6824 15 7 10 7 10", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
1861
+ ["path", { d: "M12 15L12 3", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
1862
+ ["path", { d: "M12 19.5V20M13 20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20C11 19.4477 11.4477 19 12 19C12.5523 19 13 19.4477 13 20Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
1863
+ ];
1864
+
1833
1865
  const ArrowExpand01Icon = /*#__PURE__*/ [
1834
1866
  ["path", { d: "M16.4999 3.26621C17.3443 3.25421 20.1408 2.67328 20.7337 3.26621C21.3266 3.85913 20.7457 6.65559 20.7337 7.5M20.5059 3.49097L13.5021 10.4961", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
1835
1867
  ["path", { d: "M3.26636 16.5001C3.25436 17.3445 2.67343 20.141 3.26636 20.7339C3.85928 21.3268 6.65574 20.7459 7.50015 20.7339M10.502 13.4976L3.49824 20.5027", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
@@ -1902,6 +1934,12 @@ const ArrowLeftDoubleIcon = /*#__PURE__*/ [
1902
1934
  ["path", { d: "M18.5 18C18.5 18 12.5 13.5811 12.5 12C12.5 10.4188 18.5 6 18.5 6", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
1903
1935
  ];
1904
1936
 
1937
+ const ArrowLeftFromLineIcon = /*#__PURE__*/ [
1938
+ ["path", { d: "M4 12H16", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
1939
+ ["path", { d: "M8.99996 7C8.99996 7 4.00001 10.6824 4 12C3.99999 13.3176 9 17 9 17", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
1940
+ ["path", { d: "M20 7V17", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
1941
+ ];
1942
+
1905
1943
  const ArrowLeftRightIcon = /*#__PURE__*/ [
1906
1944
  ["path", { d: "M19.9999 17L3.99994 17", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
1907
1945
  ["path", { d: "M17 14C17 14 19.9999 16.2095 19.9999 17C19.9999 17.7906 16.9999 20 16.9999 20", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
@@ -1989,6 +2027,12 @@ const ArrowRightDoubleIcon = /*#__PURE__*/ [
1989
2027
  ["path", { d: "M5.50005 18C5.50005 18 11.5 13.5811 11.5 12C11.5 10.4188 5.5 6 5.5 6", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
1990
2028
  ];
1991
2029
 
2030
+ const ArrowRightFromLineIcon = /*#__PURE__*/ [
2031
+ ["path", { d: "M20 12H8", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
2032
+ ["path", { d: "M15 7C15 7 20 10.6824 20 12C20 13.3176 15 17 15 17", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
2033
+ ["path", { d: "M4 7V17", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
2034
+ ];
2035
+
1992
2036
  const ArrowShrink01Icon = /*#__PURE__*/ [
1993
2037
  ["path", { d: "M6.5023 10.7365C7.34671 10.7485 10.1432 11.3294 10.7361 10.7365C11.329 10.1436 10.7481 7.34708 10.7361 6.50267M13.2685 17.5027C13.2565 16.6583 12.6756 13.8618 13.2685 13.2689C13.8614 12.676 16.6579 13.2569 17.5023 13.2689M20.9991 21.001L13.6102 13.6188M10.3691 10.3763L2.99998 2.99902", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
1994
2038
  ];
@@ -2081,6 +2125,20 @@ const ArrowUpDownIcon = /*#__PURE__*/ [
2081
2125
  ["path", { d: "M20 17C20 17 17.7905 20 17 20C16.2094 20 14 17 14 17", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "3" }]
2082
2126
  ];
2083
2127
 
2128
+ const ArrowUpFromDotIcon = /*#__PURE__*/ [
2129
+ ["path", { d: "M12 3V15", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
2130
+ ["path", { d: "M12 20.5V20M13 20C13 19.4477 12.5523 19 12 19C11.4477 19 11 19.4477 11 20C11 20.5523 11.4477 21 12 21C12.5523 21 13 20.5523 13 20Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
2131
+ ["path", { d: "M7 7.99996C7 7.99996 10.6824 3.00001 12 3C13.3176 2.99999 17 8 17 8", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
2132
+ ];
2133
+
2134
+ const ArrowUpFromLineIcon = /*#__PURE__*/ [
2135
+ ["path", { d: "M7 3.5V17", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
2136
+ ["path", { d: "M17 3.5V17", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
2137
+ ["path", { d: "M4 21H20", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }],
2138
+ ["path", { d: "M4 5.99998C4 5.99998 6.20947 3.00001 7.00002 3C7.79058 2.99999 10 6 10 6", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "3" }],
2139
+ ["path", { d: "M14 5.99998C14 5.99998 16.2095 3.00001 17 3C17.7906 2.99999 20 6 20 6", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "4" }]
2140
+ ];
2141
+
2084
2142
  const ArrowUpLeft01Icon = /*#__PURE__*/ [
2085
2143
  ["path", { d: "M15 6.65032C15 6.65032 8.06166 6.10759 7.08461 7.08463C6.10755 8.06167 6.65037 15 6.65037 15M7.5 7.5L17.5 17.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
2086
2144
  ];
@@ -2281,8 +2339,8 @@ const Atom01Icon = /*#__PURE__*/ [
2281
2339
  ];
2282
2340
 
2283
2341
  const Atom02Icon = /*#__PURE__*/ [
2284
- ["path", { d: "M20.3541 3.64593C18.5085 1.8004 13.2722 4.04455 8.65837 8.65837C4.04455 13.2722 1.8004 18.5085 3.64593 20.3541C5.49146 22.1996 10.7278 19.9555 15.3416 15.3416C19.9555 10.7278 22.1996 5.49146 20.3541 3.64593Z", stroke: "currentColor", fillRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
2285
- ["path", { d: "M3.64593 3.64593C1.8004 5.49146 4.04455 10.7278 8.65837 15.3416C13.2722 19.9555 18.5085 22.1996 20.3541 20.3541C22.1996 18.5085 19.9555 13.2722 15.3416 8.65837C10.7278 4.04455 5.49146 1.8004 3.64593 3.64593Z", stroke: "currentColor", fillRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
2342
+ ["path", { d: "M20.3541 3.64593C18.5085 1.8004 13.2722 4.04455 8.65837 8.65837C4.04455 13.2722 1.8004 18.5085 3.64593 20.3541C5.49146 22.1996 10.7278 19.9555 15.3416 15.3416C19.9555 10.7278 22.1996 5.49146 20.3541 3.64593Z", stroke: "currentColor", fillRule: "evenodd", clipRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
2343
+ ["path", { d: "M3.64593 3.64593C1.8004 5.49146 4.04455 10.7278 8.65837 15.3416C13.2722 19.9555 18.5085 22.1996 20.3541 20.3541C22.1996 18.5085 19.9555 13.2722 15.3416 8.65837C10.7278 4.04455 5.49146 1.8004 3.64593 3.64593Z", stroke: "currentColor", fillRule: "evenodd", clipRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
2286
2344
  ["path", { d: "M12.259 12H12.009M12.509 12C12.509 12.2761 12.2851 12.5 12.009 12.5C11.7328 12.5 11.509 12.2761 11.509 12C11.509 11.7239 11.7328 11.5 12.009 11.5C12.2851 11.5 12.509 11.7239 12.509 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
2287
2345
  ];
2288
2346
 
@@ -6856,6 +6914,11 @@ const ChevronDoubleCloseIcon = /*#__PURE__*/ [
6856
6914
  ["path", { d: "M15 7L17.3714 8.92711C19.1238 10.3512 20 11.0633 20 12C20 12.9367 19.1238 13.6488 17.3714 15.0729L15 17", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
6857
6915
  ];
6858
6916
 
6917
+ const ChevronsDownUpIcon = /*#__PURE__*/ [
6918
+ ["path", { d: "M7 19C7 19 10.6824 14 12 14C13.3176 14 17 19 17 19", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
6919
+ ["path", { d: "M7 5.00004C7 5.00004 10.6824 9.99999 12 10C13.3176 10 17 5 17 5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
6920
+ ];
6921
+
6859
6922
  const ChickenThighsIcon = /*#__PURE__*/ [
6860
6923
  ["path", { d: "M10 15.8446L6.68575 19.1589C7.45757 19.7089 7.56154 20.8655 6.88551 21.5416C6.27426 22.1528 5.28323 22.1528 4.67198 21.5416C4.19008 21.0597 4.02512 20.2787 4.30305 19.6969C3.72125 19.9749 2.94033 19.8099 2.45844 19.328C1.84719 18.7168 1.84719 17.7257 2.45844 17.1145C3.13447 16.4385 4.29108 16.5424 4.84114 17.3142L8.15538 14", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
6861
6924
  ["path", { d: "M12.5368 3.68189C14.8712 1.34751 18.1694 1.53315 20.3181 3.68189C22.033 5.39675 22.4975 7.8437 21.4285 9.94858C19.6533 7.59535 15.6579 9.39829 16.4055 12.3559C14.7572 11.6697 13.3426 13.7886 14.478 15.0632C12.0982 16.0318 9.73049 16.4381 8.64618 15.3538C6.49743 13.2051 10.2024 6.01628 12.5368 3.68189Z", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
@@ -7092,6 +7155,12 @@ const CircleArrowMoveUpRightIcon = /*#__PURE__*/ [
7092
7155
  ["path", { d: "M9 16V15.5176C9 14.6212 9 14.173 9.05803 13.798C9.37748 11.7336 10.9593 10.1146 12.9762 9.78761C13.3426 9.72821 14.1242 9.72821 15 9.72821M13.625 8L14.8051 9.23561C15.065 9.50776 15.065 9.94899 14.8051 10.2211L13.625 11.4567", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
7093
7156
  ];
7094
7157
 
7158
+ const CircleArrowOutUpRightIcon = /*#__PURE__*/ [
7159
+ ["path", { d: "M12 8.5V16", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
7160
+ ["path", { d: "M8 12C8 12 10.946 8.00001 12 8C13.0541 7.99999 16 12 16 12", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
7161
+ ["path", { d: "M2 12C2 10.9064 2.17555 9.8538 2.5 8.86884M5.5 4.40041C5.14414 4.70507 4.80993 5.03429 4.5 5.38544M2.83209 16C3.42083 17.3475 4.29795 18.5402 5.38544 19.5M8.5 21.3704C9.58934 21.7775 10.7687 22 12 22C13.5646 22 15.0454 21.6407 16.3641 21M19.5 18.6146C21.0559 16.8517 22 14.5361 22 12C22 6.47715 17.5228 2 12 2C10.9548 2 9.94704 2.16035 9 2.4578", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
7162
+ ];
7163
+
7095
7164
  const CircleArrowReload01Icon = /*#__PURE__*/ [
7096
7165
  ["circle", { cx: "12", cy: "12", r: "10", stroke: "currentColor", strokeWidth: "1.5", key: "0" }],
7097
7166
  ["path", { d: "M14.4 7.5L15.3153 8.67019C15.8415 9.34278 15.7447 9.54545 14.8973 9.54545L9.6 9.54545C8.13846 9.54545 8 10.3125 8 11.5909M9.6 16.5L8.68465 15.3298C8.15854 14.6572 8.25535 14.4545 9.10274 14.4545H14.4C15.8615 14.4545 16 13.6875 16 12.4091", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
@@ -8081,10 +8150,8 @@ const ComputerSettingsIcon = /*#__PURE__*/ [
8081
8150
  ];
8082
8151
 
8083
8152
  const ComputerIcon = /*#__PURE__*/ [
8084
- ["path", { d: "M6 17H8", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
8085
- ["path", { d: "M12 17H18", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
8086
- ["path", { d: "M10 3H14C15.8692 3 16.8038 3 17.5 3.40192C17.9561 3.66523 18.3348 4.04394 18.5981 4.5C19 5.19615 19 6.13077 19 8C19 9.86923 19 10.8038 18.5981 11.5C18.3348 11.9561 17.9561 12.3348 17.5 12.5981C16.8038 13 15.8692 13 14 13H10C8.13077 13 7.19615 13 6.5 12.5981C6.04394 12.3348 5.66523 11.9561 5.40192 11.5C5 10.8038 5 9.86923 5 8C5 6.13077 5 5.19615 5.40192 4.5C5.66523 4.04394 6.04394 3.66523 6.5 3.40192C7.19615 3 8.13077 3 10 3Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }],
8087
- ["path", { d: "M6 13H18C18.93 13 19.395 13 19.7765 13.1022C20.8117 13.3796 21.6204 14.1883 21.8978 15.2235C22 15.605 22 16.07 22 17C22 17.93 22 18.395 21.8978 18.7765C21.6204 19.8117 20.8117 20.6204 19.7765 20.8978C19.395 21 18.93 21 18 21H6C5.07003 21 4.60504 21 4.22354 20.8978C3.18827 20.6204 2.37962 19.8117 2.10222 18.7765C2 18.395 2 17.93 2 17C2 16.07 2 15.605 2.10222 15.2235C2.37962 14.1883 3.18827 13.3796 4.22354 13.1022C4.60504 13 5.07003 13 6 13Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "3" }]
8153
+ ["path", { d: "M14 21H16M14 21C13.1716 21 12.5 20.3284 12.5 19.5V17L12 17M14 21H10M10 21H8M10 21C10.8284 21 11.5 20.3284 11.5 19.5V17L12 17M12 17V21", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
8154
+ ["path", { d: "M16 3H8C5.17157 3 3.75736 3 2.87868 3.87868C2 4.75736 2 6.17157 2 9V11C2 13.8284 2 15.2426 2.87868 16.1213C3.75736 17 5.17157 17 8 17H16C18.8284 17 20.2426 17 21.1213 16.1213C22 15.2426 22 13.8284 22 11V9C22 6.17157 22 4.75736 21.1213 3.87868C20.2426 3 18.8284 3 16 3Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
8088
8155
  ];
8089
8156
 
8090
8157
  const ComputerTerminal01Icon = /*#__PURE__*/ [
@@ -9578,7 +9645,7 @@ const DeveloperIcon = /*#__PURE__*/ [
9578
9645
  ];
9579
9646
 
9580
9647
  const DeviantartIcon = /*#__PURE__*/ [
9581
- ["path", { d: "M18 2C18.8273 2 19 2.17267 19 3V6.13854C19 6.44216 18.9987 6.44633 18.8289 6.698L15.5528 11.5517C15.0898 12.2375 14.8584 12.5804 14.9994 12.8458C15.1404 13.1111 15.5541 13.1111 16.3816 13.1111H18C18.8273 13.1111 19 13.2838 19 14.1111V16.5556C19 17.3829 18.8273 17.5556 18 17.5556H12.5626C11.5215 17.5556 11.4872 17.5738 10.9048 18.4367L8.79735 21.5594C8.50616 21.9909 8.48899 22 7.96846 22H6C5.17267 22 5 21.8273 5 21V17.8615C5 17.5578 5.00128 17.5537 5.17114 17.302L8.44724 12.4483C8.91018 11.7625 9.14164 11.4196 9.00062 11.1542C8.85959 10.8889 8.44585 10.8889 7.61838 10.8889H6C5.17267 10.8889 5 10.7162 5 9.88889V7.44445C5 6.61711 5.17267 6.44444 6 6.44444H11.4374C12.4785 6.44444 12.5128 6.4262 13.0952 5.56326L15.2027 2.44059C15.4938 2.00912 15.511 2 16.0315 2H18Z", stroke: "currentColor", fillRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
9648
+ ["path", { d: "M18 2C18.8273 2 19 2.17267 19 3V6.13854C19 6.44216 18.9987 6.44633 18.8289 6.698L15.5528 11.5517C15.0898 12.2375 14.8584 12.5804 14.9994 12.8458C15.1404 13.1111 15.5541 13.1111 16.3816 13.1111H18C18.8273 13.1111 19 13.2838 19 14.1111V16.5556C19 17.3829 18.8273 17.5556 18 17.5556H12.5626C11.5215 17.5556 11.4872 17.5738 10.9048 18.4367L8.79735 21.5594C8.50616 21.9909 8.48899 22 7.96846 22H6C5.17267 22 5 21.8273 5 21V17.8615C5 17.5578 5.00128 17.5537 5.17114 17.302L8.44724 12.4483C8.91018 11.7625 9.14164 11.4196 9.00062 11.1542C8.85959 10.8889 8.44585 10.8889 7.61838 10.8889H6C5.17267 10.8889 5 10.7162 5 9.88889V7.44445C5 6.61711 5.17267 6.44444 6 6.44444H11.4374C12.4785 6.44444 12.5128 6.4262 13.0952 5.56326L15.2027 2.44059C15.4938 2.00912 15.511 2 16.0315 2H18Z", stroke: "currentColor", fillRule: "evenodd", clipRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
9582
9649
  ];
9583
9650
 
9584
9651
  const DeviceAccessIcon = /*#__PURE__*/ [
@@ -11190,7 +11257,7 @@ const Facebook01Icon = /*#__PURE__*/ [
11190
11257
  ];
11191
11258
 
11192
11259
  const Facebook02Icon = /*#__PURE__*/ [
11193
- ["path", { d: "M6.18182 10.3333C5.20406 10.3333 5 10.5252 5 11.4444V13.1111C5 14.0304 5.20406 14.2222 6.18182 14.2222H8.54545V20.8889C8.54545 21.8081 8.74951 22 9.72727 22H12.0909C13.0687 22 13.2727 21.8081 13.2727 20.8889V14.2222H15.9267C16.6683 14.2222 16.8594 14.0867 17.0631 13.4164L17.5696 11.7497C17.9185 10.6014 17.7035 10.3333 16.4332 10.3333H13.2727V7.55556C13.2727 6.94191 13.8018 6.44444 14.4545 6.44444H17.8182C18.7959 6.44444 19 6.25259 19 5.33333V3.11111C19 2.19185 18.7959 2 17.8182 2H14.4545C11.191 2 8.54545 4.48731 8.54545 7.55556V10.3333H6.18182Z", stroke: "currentColor", fillRule: "evenodd", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
11260
+ ["path", { d: "M6.18182 10.3333C5.20406 10.3333 5 10.5252 5 11.4444V13.1111C5 14.0304 5.20406 14.2222 6.18182 14.2222H8.54545V20.8889C8.54545 21.8081 8.74951 22 9.72727 22H12.0909C13.0687 22 13.2727 21.8081 13.2727 20.8889V14.2222H15.9267C16.6683 14.2222 16.8594 14.0867 17.0631 13.4164L17.5696 11.7497C17.9185 10.6014 17.7035 10.3333 16.4332 10.3333H13.2727V7.55556C13.2727 6.94191 13.8018 6.44444 14.4545 6.44444H17.8182C18.7959 6.44444 19 6.25259 19 5.33333V3.11111C19 2.19185 18.7959 2 17.8182 2H14.4545C11.191 2 8.54545 4.48731 8.54545 7.55556V10.3333H6.18182Z", stroke: "currentColor", fillRule: "evenodd", clipRule: "evenodd", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
11194
11261
  ];
11195
11262
 
11196
11263
  const Factory01Icon = /*#__PURE__*/ [
@@ -12685,16 +12752,16 @@ const FuelIcon = /*#__PURE__*/ [
12685
12752
  ["path", { d: "M9 14.5873C9 13.1229 10.2638 11.6757 11.1509 10.8403C11.6326 10.3866 12.3674 10.3866 12.8491 10.8403C13.7362 11.6757 15 13.1229 15 14.5873C15 16.0231 13.864 17.5 12 17.5C10.136 17.5 9 16.0231 9 14.5873Z", stroke: "currentColor", strokeWidth: "1.5", key: "3" }]
12686
12753
  ];
12687
12754
 
12755
+ const FullScreenIcon = /*#__PURE__*/ [
12756
+ ["path", { d: "M15.5 21C16.8956 21 17.5933 21 18.1611 20.8278C19.4395 20.44 20.44 19.4395 20.8278 18.1611C21 17.5933 21 16.8956 21 15.5M21 8.5C21 7.10444 21 6.40666 20.8278 5.83886C20.44 4.56046 19.4395 3.56004 18.1611 3.17224C17.5933 3 16.8956 3 15.5 3M8.5 21C7.10444 21 6.40666 21 5.83886 20.8278C4.56046 20.44 3.56004 19.4395 3.17224 18.1611C3 17.5933 3 16.8956 3 15.5M3 8.5C3 7.10444 3 6.40666 3.17224 5.83886C3.56004 4.56046 4.56046 3.56004 5.83886 3.17224C6.40666 3 7.10444 3 8.5 3", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
12757
+ ];
12758
+
12688
12759
  const FullSignalIcon = /*#__PURE__*/ [
12689
12760
  ["path", { d: "M18.5 19C18.9659 19 19.1989 19 19.3827 18.9239C19.6277 18.8224 19.8224 18.6277 19.9239 18.3827C20 18.1989 20 17.9659 20 17.5V6.5C20 6.03406 20 5.80109 19.9239 5.61732C19.8224 5.37229 19.6277 5.17761 19.3827 5.07612C19.1989 5 18.9659 5 18.5 5M18.5 19C18.0341 19 17.8011 19 17.6173 18.9239C17.3723 18.8224 17.1776 18.6277 17.0761 18.3827C17 18.1989 17 17.9659 17 17.5V6.5C17 6.03406 17 5.80109 17.0761 5.61732C17.1776 5.37229 17.3723 5.17761 17.6173 5.07612C17.8011 5 18.0341 5 18.5 5M18.5 19V5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
12690
12761
  ["path", { d: "M12 19C12.4659 19 12.6989 19 12.8827 18.9239C13.1277 18.8224 13.3224 18.6277 13.4239 18.3827C13.5 18.1989 13.5 17.9659 13.5 17.5V9.5C13.5 9.03406 13.5 8.80109 13.4239 8.61732C13.3224 8.37229 13.1277 8.17761 12.8827 8.07612C12.6989 8 12.4659 8 12 8M12 19C11.5341 19 11.3011 19 11.1173 18.9239C10.8723 18.8224 10.6776 18.6277 10.5761 18.3827C10.5 18.1989 10.5 17.9659 10.5 17.5V9.5C10.5 9.03406 10.5 8.80109 10.5761 8.61732C10.6776 8.37229 10.8723 8.17761 11.1173 8.07612C11.3011 8 11.5341 8 12 8M12 19V8", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
12691
12762
  ["path", { d: "M5.5 19C5.96594 19 6.19891 19 6.38268 18.9239C6.62771 18.8224 6.82239 18.6277 6.92388 18.3827C7 18.1989 7 17.9659 7 17.5V13.5C7 13.0341 7 12.8011 6.92388 12.6173C6.82239 12.3723 6.62771 12.1776 6.38268 12.0761C6.19891 12 5.96594 12 5.5 12M5.5 19C5.03406 19 4.80109 19 4.61732 18.9239C4.37229 18.8224 4.17761 18.6277 4.07612 18.3827C4 18.1989 4 17.9659 4 17.5V13.5C4 13.0341 4 12.8011 4.07612 12.6173C4.17761 12.3723 4.37229 12.1776 4.61732 12.0761C4.80109 12 5.03406 12 5.5 12M5.5 19V12", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
12692
12763
  ];
12693
12764
 
12694
- const FullscreenIcon = /*#__PURE__*/ [
12695
- ["path", { d: "M17 3C17.4644 3 17.6966 3 17.8919 3.02201C19.5145 3.20484 20.7952 4.48545 20.978 6.10812C21 6.30344 21 6.53563 21 7M17 21C17.4644 21 17.6966 21 17.8919 20.978C19.5145 20.7952 20.7952 19.5145 20.978 17.8919C21 17.6966 21 17.4644 21 17M7 3C6.53563 3 6.30344 3 6.10812 3.02201C4.48545 3.20484 3.20484 4.48545 3.02201 6.10812C3 6.30344 3 6.53563 3 7M7 21C6.53563 21 6.30344 21 6.10812 20.978C4.48545 20.7952 3.20484 19.5145 3.02201 17.8919C3 17.6966 3 17.4644 3 17", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
12696
- ];
12697
-
12698
12765
  const FunctionCircleIcon = /*#__PURE__*/ [
12699
12766
  ["path", { d: "M8.5 15.5C8.63206 15.9782 8.89835 16.5 9.59365 16.5C10.7968 16.5 11.0976 15.5 12 12C12.9024 8.5 13.2032 7.5 14.4064 7.5C15.1016 7.5 15.3679 8.02179 15.5 8.5M10.5417 10.75H14.4064", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
12700
12767
  ["circle", { cx: "12", cy: "12", r: "10", stroke: "currentColor", strokeWidth: "1.5", key: "1" }]
@@ -12976,7 +13043,7 @@ const GithubIcon = /*#__PURE__*/ [
12976
13043
  ];
12977
13044
 
12978
13045
  const GitlabIcon = /*#__PURE__*/ [
12979
- ["path", { d: "M21.7976 13.0838C21.9702 13.7157 22.0566 14.0317 21.9594 14.3228C21.8621 14.6139 21.6031 14.815 21.0851 15.2172L13.2468 21.3025C12.6478 21.7675 12.3484 22 12 22C11.6516 22 11.3522 21.7675 10.7532 21.3025L2.91487 15.2172C2.39687 14.815 2.13787 14.6139 2.04065 14.3228C1.94343 14.0317 2.02976 13.7157 2.20243 13.0838L5.23081 2L8.08792 8.65441C8.34375 9.25025 8.47166 9.54818 8.72598 9.71557C8.98031 9.88296 9.30503 9.88296 9.95448 9.88296H14.0455C14.695 9.88296 15.0197 9.88296 15.274 9.71557C15.5283 9.54818 15.6563 9.25025 15.9121 8.65441L18.7692 2L21.7976 13.0838Z", stroke: "currentColor", fillRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
13046
+ ["path", { d: "M21.7976 13.0838C21.9702 13.7157 22.0566 14.0317 21.9594 14.3228C21.8621 14.6139 21.6031 14.815 21.0851 15.2172L13.2468 21.3025C12.6478 21.7675 12.3484 22 12 22C11.6516 22 11.3522 21.7675 10.7532 21.3025L2.91487 15.2172C2.39687 14.815 2.13787 14.6139 2.04065 14.3228C1.94343 14.0317 2.02976 13.7157 2.20243 13.0838L5.23081 2L8.08792 8.65441C8.34375 9.25025 8.47166 9.54818 8.72598 9.71557C8.98031 9.88296 9.30503 9.88296 9.95448 9.88296H14.0455C14.695 9.88296 15.0197 9.88296 15.274 9.71557C15.5283 9.54818 15.6563 9.25025 15.9121 8.65441L18.7692 2L21.7976 13.0838Z", stroke: "currentColor", fillRule: "evenodd", clipRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
12980
13047
  ];
12981
13048
 
12982
13049
  const GiveBloodIcon = /*#__PURE__*/ [
@@ -13674,6 +13741,13 @@ const HandcuffsIcon = /*#__PURE__*/ [
13674
13741
  ["path", { d: "M16 9V6.93331C16 5.28173 16 4.45594 15.5764 3.85855C15.1528 3.26117 14.4253 3.06089 12.9701 2.66032L12.8507 2.62744C10.677 2.02907 9.59021 1.72989 8.83911 2.31943C8.79173 2.35662 8.74584 2.39607 8.70159 2.43766C8 3.09705 8 4.33061 8 6.79775", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "4" }]
13675
13742
  ];
13676
13743
 
13744
+ const HandsClappingIcon = /*#__PURE__*/ [
13745
+ ["path", { d: "M14 13V9.5C14 8.67157 14.6716 8 15.5 8C16.3284 8 17 8.67157 17 9.5V16C17 19.3137 14.3137 22 11 22H10.3137C8.19198 22 6.15715 21.1571 4.65685 19.6569L2.41421 17.4142C2.149 17.149 2 16.7893 2 16.4142C2 15.6332 2.63317 15 3.41421 15C3.78929 15 4.149 15.149 4.41421 15.4142L6 17L2.41421 13.4142C2.149 13.149 2 12.7893 2 12.4142C2 11.6332 2.63317 11 3.41421 11C3.78929 11 4.149 11.149 4.41421 11.4142L8 15L3.41421 10.4142C3.149 10.149 3 9.78929 3 9.41421C3 8.63317 3.63317 8 4.41421 8C4.78929 8 5.149 8.149 5.41421 8.41421L10 13L6.41421 9.41421C6.149 9.149 6 8.78929 6 8.41421C6 7.63317 6.63317 7 7.41421 7C7.78929 7 8.149 7.149 8.41421 7.41421L14 13Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
13746
+ ["path", { d: "M7 2V3.5M3 5H4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
13747
+ ["path", { d: "M16 20C19.3137 20 22 17.3137 22 14V7.5C22 6.67157 21.3284 6 20.5 6C19.8469 6 19.2913 6.4174 19.0854 7", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }],
13748
+ ["path", { d: "M14 5.5L13 4.50015C12.7348 4.23493 12.3751 4.08594 12 4.08594C11.219 4.08594 10.5858 4.7191 10.5858 5.50015", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "3" }]
13749
+ ];
13750
+
13677
13751
  const HangerIcon = /*#__PURE__*/ [
13678
13752
  ["path", { d: "M4.12572 15.3668L10.1284 11.9903C10.7234 11.6556 11.3252 11.5 12 11.5C12.6748 11.5 13.2766 11.6556 13.8716 11.9903L19.8743 15.3668C20.5697 15.7579 21 16.4937 21 17.2916C21 18.5113 20.0113 19.5 18.7916 19.5H5.20841C3.98874 19.5 3 18.5113 3 17.2916C3 16.4937 3.43034 15.7579 4.12572 15.3668Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
13679
13753
  ["path", { d: "M10 6.40476C10 5.35279 10.8954 4.5 12 4.5C13.1046 4.5 14 5.35279 14 6.40476C14 7.12453 13.5808 7.75106 12.9623 8.07498C12.473 8.33119 12 8.75724 12 9.30952V11.5", stroke: "currentColor", strokeLinecap: "round", strokeWidth: "1.5", key: "1" }]
@@ -15172,6 +15246,16 @@ const IslandIcon = /*#__PURE__*/ [
15172
15246
  ["path", { d: "M15.5004 2C16.3755 2 17.3024 3.0972 16 5M16 5C16.7861 5.23357 19.208 6.31952 18.9828 9M16 5C15.4148 4.29569 13.3126 3.40012 12 4.80011M16 5C16.58 5.70922 17 8 16 9", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "4" }]
15173
15247
  ];
15174
15248
 
15249
+ const IterationCcwIcon = /*#__PURE__*/ [
15250
+ ["path", { d: "M20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10C4 14.4183 7.58172 18 12 18H19", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
15251
+ ["path", { d: "M16 14C16 14 20 16.946 20 18C20 19.0541 16 22 16 22", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
15252
+ ];
15253
+
15254
+ const IterationCwIcon = /*#__PURE__*/ [
15255
+ ["path", { d: "M4 10C4 5.58172 7.58172 2 12 2C16.4183 2 20 5.58172 20 10C20 14.4183 16.4183 18 12 18H5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
15256
+ ["path", { d: "M7.99997 14C7.99997 14 4.00001 16.946 4 18C3.99999 19.0541 8 22 8 22", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
15257
+ ];
15258
+
15175
15259
  const JarIcon = /*#__PURE__*/ [
15176
15260
  ["path", { d: "M7.00474 2.07612V16C7.00474 18.8284 7.00474 20.2426 7.8848 21.1213C8.76487 22 10.1813 22 13.0142 22C15.8471 22 17.2635 22 18.1436 21.1213C19.0237 20.2426 19.0237 18.8284 19.0237 16V7.25C19.0237 6.29528 19.206 5.75727 19.7749 5C20.2183 4.40963 21.4177 3.25743 20.8507 2.43367C20.5523 2 19.7923 2 18.2725 2H10.0095C7.17658 2 5.76013 2 4.88007 2.87868C4 3.75736 4 5.17157 4 8V10", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
15177
15261
  ["path", { d: "M19 8H16M19 11.3333H16M19 14.6667H16M18.5 18H16", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
@@ -15620,7 +15704,7 @@ const Knowledge02Icon = /*#__PURE__*/ [
15620
15704
  const KoFiIcon = /*#__PURE__*/ [
15621
15705
  ["path", { d: "M17 5.5H4C3.05719 5.5 2.58579 5.5 2.29289 5.79289C2 6.08579 2 6.55719 2 7.5V14.5C2 16.3856 2 17.3284 2.58579 17.9142C3.17157 18.5 4.11438 18.5 6 18.5H13C13.9319 18.5 14.3978 18.5 14.7654 18.3478C15.2554 18.1448 15.6448 17.7554 15.8478 17.2654C16 16.8978 16 16.4319 16 15.5H17C19.7614 15.5 22 13.2614 22 10.5C22 7.73858 19.7614 5.5 17 5.5Z", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
15622
15706
  ["path", { d: "M17 13H16V8H17C18.3807 8 19.5 9.11929 19.5 10.5C19.5 11.8807 18.3807 13 17 13Z", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
15623
- ["path", { d: "M5.58579 9.10051C6.36683 8.29983 7.63317 8.29983 8.41421 9.10051L9 9.70101L9.58579 9.10051C10.3668 8.29983 11.6332 8.29983 12.4142 9.10051C13.1953 9.90118 13.1953 11.1993 12.4142 12L9 15.5L5.58579 12C4.80474 11.1993 4.80474 9.90118 5.58579 9.10051Z", stroke: "currentColor", fillRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
15707
+ ["path", { d: "M5.58579 9.10051C6.36683 8.29983 7.63317 8.29983 8.41421 9.10051L9 9.70101L9.58579 9.10051C10.3668 8.29983 11.6332 8.29983 12.4142 9.10051C13.1953 9.90118 13.1953 11.1993 12.4142 12L9 15.5L5.58579 12C4.80474 11.1993 4.80474 9.90118 5.58579 9.10051Z", stroke: "currentColor", fillRule: "evenodd", clipRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
15624
15708
  ];
15625
15709
 
15626
15710
  const Kurta01Icon = /*#__PURE__*/ [
@@ -17842,7 +17926,7 @@ const Medal04Icon = /*#__PURE__*/ [
17842
17926
  ];
17843
17927
 
17844
17928
  const Medal05Icon = /*#__PURE__*/ [
17845
- ["path", { d: "M7.62511 3.48153C7.93831 2.76299 8.0949 2.40372 8.40625 2.20186C8.71759 2 9.11512 2 9.91019 2H14.0898C14.8849 2 15.2824 2 15.5938 2.20186C15.9051 2.40372 16.0617 2.76299 16.3749 3.48153L18.3939 8.11373C18.8919 9.25629 19.1409 9.82757 18.9175 10.3168C18.6941 10.806 18.0944 11.0026 16.895 11.3957L12 13L7.10497 11.3957C5.90561 11.0026 5.30592 10.806 5.08249 10.3168C4.85905 9.82757 5.10806 9.25629 5.60607 8.11374L7.62511 3.48153Z", stroke: "currentColor", fillRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
17929
+ ["path", { d: "M7.62511 3.48153C7.93831 2.76299 8.0949 2.40372 8.40625 2.20186C8.71759 2 9.11512 2 9.91019 2H14.0898C14.8849 2 15.2824 2 15.5938 2.20186C15.9051 2.40372 16.0617 2.76299 16.3749 3.48153L18.3939 8.11373C18.8919 9.25629 19.1409 9.82757 18.9175 10.3168C18.6941 10.806 18.0944 11.0026 16.895 11.3957L12 13L7.10497 11.3957C5.90561 11.0026 5.30592 10.806 5.08249 10.3168C4.85905 9.82757 5.10806 9.25629 5.60607 8.11374L7.62511 3.48153Z", stroke: "currentColor", fillRule: "evenodd", clipRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
17846
17930
  ["path", { d: "M12 13L8.5 2.5M15.5 11.5L12 2", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
17847
17931
  ["path", { d: "M12.7774 13.6499L13.5693 15.2468C13.6773 15.4691 13.9653 15.6823 14.2083 15.7231L15.6436 15.9636C16.5615 16.1178 16.7775 16.7893 16.1161 17.4516L15.0002 18.5767C14.8112 18.7673 14.7077 19.1347 14.7662 19.3979L15.0857 20.7906C15.3377 21.893 14.7572 22.3195 13.7898 21.7433L12.4445 20.9403C12.2015 20.7952 11.801 20.7952 11.5536 20.9403L10.2082 21.7433C9.24533 22.3195 8.66039 21.8885 8.91236 20.7906L9.23183 19.3979C9.29032 19.1347 9.18683 18.7673 8.99785 18.5767L7.88198 17.4516C7.22505 16.7893 7.43653 16.1178 8.35443 15.9636L9.78977 15.7231C10.0282 15.6823 10.3162 15.4691 10.4242 15.2468L11.2161 13.6499C11.6481 12.7834 12.35 12.7834 12.7774 13.6499Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
17848
17932
  ];
@@ -18396,8 +18480,8 @@ const MessengerIcon = /*#__PURE__*/ [
18396
18480
  ];
18397
18481
 
18398
18482
  const MetaIcon = /*#__PURE__*/ [
18399
- ["path", { d: "M12 9.86967C13.9623 6.62167 15.6835 5 17.1647 5C19.387 5 20.7904 7.58183 21.6093 11.0865C22.3915 14.4337 22.1649 19 19.387 19C18.1491 19 16.4446 17.1742 14.7779 14.7393C13.7173 13.205 12.7878 11.5755 12 9.86967Z", stroke: "currentColor", fillRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
18400
- ["path", { d: "M12 9.86967C9.84147 6.62167 7.94817 5 6.31888 5C3.87433 5 2.3306 7.58183 1.42978 11.0865C0.569303 14.4337 0.818647 19 3.87433 19C5.23594 19 7.11091 17.1742 8.94432 14.7393C10.1666 13.1165 11.1847 11.4925 12 9.86967Z", stroke: "currentColor", fillRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
18483
+ ["path", { d: "M12 9.86967C13.9623 6.62167 15.6835 5 17.1647 5C19.387 5 20.7904 7.58183 21.6093 11.0865C22.3915 14.4337 22.1649 19 19.387 19C18.1491 19 16.4446 17.1742 14.7779 14.7393C13.7173 13.205 12.7878 11.5755 12 9.86967Z", stroke: "currentColor", fillRule: "evenodd", clipRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
18484
+ ["path", { d: "M12 9.86967C9.84147 6.62167 7.94817 5 6.31888 5C3.87433 5 2.3306 7.58183 1.42978 11.0865C0.569303 14.4337 0.818647 19 3.87433 19C5.23594 19 7.11091 17.1742 8.94432 14.7393C10.1666 13.1165 11.1847 11.4925 12 9.86967Z", stroke: "currentColor", fillRule: "evenodd", clipRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
18401
18485
  ];
18402
18486
 
18403
18487
  const MetroIcon = /*#__PURE__*/ [
@@ -23133,6 +23217,12 @@ const Redo03Icon = /*#__PURE__*/ [
23133
23217
  ["path", { d: "M17 4L18.1538 4.87652C20.0513 6.31801 21 7.03875 21 8C21 8.96125 20.0513 9.68199 18.1538 11.1235L17 12", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
23134
23218
  ];
23135
23219
 
23220
+ const RedoDotIcon = /*#__PURE__*/ [
23221
+ ["path", { d: "M12 12V11.2M13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
23222
+ ["path", { d: "M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16 3 18 4.5 20.5 7.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
23223
+ ["path", { d: "M16 7.72343C16 7.72343 20.101 8.34574 20.7234 7.72339C21.3458 7.10104 20.7234 3 20.7234 3", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
23224
+ ];
23225
+
23136
23226
  const RedoIcon = /*#__PURE__*/ [
23137
23227
  ["path", { d: "M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C15.2073 3 18.0227 4.67765 19.6166 7.20327M20.7066 3.00076L20.5344 5.05452C20.4104 6.53384 20.3484 7.27349 19.8664 7.68914C19.3844 8.10479 18.6733 8.03185 17.251 7.88595L15.2066 7.67625", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }]
23138
23228
  ];
@@ -23165,6 +23255,13 @@ const Refresh04Icon = /*#__PURE__*/ [
23165
23255
  ["path", { d: "M8 17H7C5.58579 17 4.87868 17 4.43934 17.4393C4 17.8787 4 18.5858 4 20V21", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
23166
23256
  ];
23167
23257
 
23258
+ const RefreshCwOffIcon = /*#__PURE__*/ [
23259
+ ["path", { d: "M3 3.00012L21 21.0001", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
23260
+ ["path", { d: "M19.5 6.50012C17.5 4.00012 15 3.00012 12 3.00012C10.8144 3.00012 9.68239 3.22936 8.64581 3.64593M4.5 17.5001C6.5 20.0001 9 21.0001 12 21.0001C14.4853 21.0001 16.7353 19.9928 18.364 18.3641M20.9451 11.0001C20.9814 11.3285 21 11.6621 21 12.0001C21 13.1857 20.7708 14.3177 20.3542 15.3543M3.05493 13.0001C3.01863 12.6718 3 12.3381 3 12.0001C3 9.51484 4.00736 7.26484 5.63604 5.63616", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
23261
+ ["path", { d: "M16 6.77886C16 6.77886 19.2808 7.27671 19.7787 6.77883C20.2766 6.28096 19.7787 3.00012 19.7787 3.00012", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }],
23262
+ ["path", { d: "M8 17.2211C8 17.2211 4.71917 16.7233 4.22128 17.2212C3.72339 17.719 4.22129 20.9999 4.22129 20.9999", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "3" }]
23263
+ ];
23264
+
23168
23265
  const RefreshDotIcon = /*#__PURE__*/ [
23169
23266
  ["path", { d: "M12 11.5V12.5M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
23170
23267
  ["path", { d: "M20.9451 13C20.9814 12.6717 21 12.338 21 12C21 7.02944 16.9706 3 12 3C9.17273 3 6.64996 4.30367 5 6.34267M3.05493 11C3.01863 11.3283 3 11.662 3 12C3 16.9706 7.02944 21 12 21C14.8273 21 17.35 19.6963 19 17.6573", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
@@ -23770,6 +23867,11 @@ const RotateBottomRightIcon = /*#__PURE__*/ [
23770
23867
  ["path", { d: "M2 14.4201L3.11013 13.0744C3.70104 12.3581 3.99649 12 4.36364 12L4.36364 13C4.36364 16.7712 4.36364 18.6569 5.53521 19.8284C6.70678 21 8.5924 21 12.3636 21L13 21", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
23771
23868
  ];
23772
23869
 
23870
+ const RotateCcwSquareIcon = /*#__PURE__*/ [
23871
+ ["path", { d: "M11.5 5H16.5C17.43 5 17.895 5 18.2765 5.10222C19.3117 5.37962 20.1204 6.18827 20.3978 7.22354C20.5 7.60504 20.5 8.07003 20.5 9M20.5 13V16C20.5 18.8284 20.5 20.2426 19.6213 21.1213C18.7426 22 17.3284 22 14.5 22H9.5C6.67157 22 5.25736 22 4.37868 21.1213C3.5 20.2426 3.5 18.8284 3.5 16V9C3.5 8.07003 3.5 7.60504 3.60222 7.22354C3.87962 6.18827 4.68827 5.37962 5.72354 5.10222C6.10504 5 6.57003 5 7.5 5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
23872
+ ["path", { d: "M14.5 2C14.5 2 11.5 4.20947 11.5 5.00002C11.5 5.79058 14.5 8 14.5 8", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
23873
+ ];
23874
+
23773
23875
  const RotateClockwiseIcon = /*#__PURE__*/ [
23774
23876
  ["path", { d: "M4 2V5.13219C4 5.42605 4.36724 5.55908 4.55527 5.33333C6.3854 3.2875 9.04499 2 12.0051 2C17.5251 2 22 6.47715 22 12C22 15.9582 19.7015 19.3793 16.367 21", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
23775
23877
  ["path", { d: "M11.7347 22.0001C12.2016 22.0001 12.6611 21.9688 13.1111 21.9084M2.26537 8.66675C2.15297 9.06394 2.06477 9.46536 2 9.86901M2.03457 13.5381C2.10487 13.9381 2.19644 14.3343 2.30852 14.7245M3.83292 17.9963C4.07124 18.3497 4.3296 18.69 4.6071 19.0147M7.42857 21.3607C7.78228 21.5632 8.15042 21.7464 8.53228 21.9084", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
@@ -23782,6 +23884,11 @@ const RotateCropIcon = /*#__PURE__*/ [
23782
23884
  ["path", { d: "M17 19L17 12C17 9.64298 17 8.46447 16.2678 7.73223C15.5355 7 14.357 7 12 7L5 7", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "3" }]
23783
23885
  ];
23784
23886
 
23887
+ const RotateCwSquareIcon = /*#__PURE__*/ [
23888
+ ["path", { d: "M12.5 5H7.5C6.57003 5 6.10504 5 5.72354 5.10222C4.68827 5.37962 3.87962 6.18827 3.60222 7.22354C3.5 7.60504 3.5 8.07003 3.5 9M3.5 13V16C3.5 18.8284 3.5 20.2426 4.37868 21.1213C5.25736 22 6.67157 22 9.5 22H14.5C17.3284 22 18.7426 22 19.6213 21.1213C20.5 20.2426 20.5 18.8284 20.5 16V9C20.5 8.07003 20.5 7.60504 20.3978 7.22354C20.1204 6.18827 19.3117 5.37962 18.2765 5.10222C17.895 5 17.43 5 16.5 5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
23889
+ ["path", { d: "M9.50002 2C9.50002 2 12.5 4.20947 12.5 5.00002C12.5 5.79058 9.5 8 9.5 8", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
23890
+ ];
23891
+
23785
23892
  const RotateLeft01Icon = /*#__PURE__*/ [
23786
23893
  ["path", { d: "M20.0071 14.5662L19.3587 14.1731C18.7986 13.8508 18.3579 13.3564 18.102 12.7634L15.68 7.15102C15.5927 6.94865 15.4729 6.77988 15.328 6.64097C14.6876 6.02689 13.5808 6.28697 13.0432 6.99226C12.0506 8.29448 13.3839 9.52751 13.1022 10.6133L5.35908 6.26089C3.55799 5.28913 2.0024 7.87074 3.79277 9.06333L8.37607 11.6124C7.4934 12.765 5.25512 18.3551 8.12341 20.0599C8.28646 20.1568 8.4672 20.2213 8.64852 20.2773C8.76516 20.3134 8.88186 20.3496 8.99761 20.3857C9.8979 20.6667 11.6003 21.02 12.7668 20.9182C13.9811 20.8123 14.7421 21.4597 15.68 21.9995", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
23787
23894
  ["path", { d: "M9.36184 4.96447C9.75873 5.36011 11.4854 5.24597 12.1223 5.16653M9.36184 4.96447C8.96494 4.56883 8.95358 2.63679 9.03328 2.0019M9.36184 4.96447C10.3829 3.19624 14.4425 0.375691 18.4708 3.19624C20.4175 4.55924 20.6922 5.4182 21 5.99362", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
@@ -24746,6 +24853,12 @@ const SeoIcon = /*#__PURE__*/ [
24746
24853
  ["path", { d: "M3 15.1877C2.36394 14.0914 2 12.8191 2 11.4623C2 7.34099 5.35786 4 9.5 4H14.5C18.6421 4 22 7.34099 22 11.4623C22 14.7114 19.913 17.4756 17 18.5", stroke: "currentColor", strokeLinecap: "round", strokeWidth: "1.5", key: "1" }]
24747
24854
  ];
24748
24855
 
24856
+ const SeparatorHorizontalIcon = /*#__PURE__*/ [
24857
+ ["path", { d: "M8 17C8 17 10.946 21 12 21C13.0541 21 16 17 16 17", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
24858
+ ["path", { d: "M8 6.99997C8 6.99997 10.946 3.00001 12 3C13.0541 2.99999 16 7 16 7", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
24859
+ ["path", { d: "M3 12H21", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
24860
+ ];
24861
+
24749
24862
  const ServerStack01Icon = /*#__PURE__*/ [
24750
24863
  ["path", { d: "M19 4H5C4.06812 4 3.60218 4 3.23463 4.15224C2.74458 4.35523 2.35523 4.74458 2.15224 5.23463C2 5.60218 2 6.06812 2 7C2 7.93188 2 8.39782 2.15224 8.76537C2.35523 9.25542 2.74458 9.64477 3.23463 9.84776C3.60218 10 4.06812 10 5 10H19C19.9319 10 20.3978 10 20.7654 9.84776C21.2554 9.64477 21.6448 9.25542 21.8478 8.76537C22 8.39782 22 7.93188 22 7C22 6.06812 22 5.60218 21.8478 5.23463C21.6448 4.74458 21.2554 4.35523 20.7654 4.15224C20.3978 4 19.9319 4 19 4Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
24751
24864
  ["path", { d: "M19 14H5C4.06812 14 3.60218 14 3.23463 14.1522C2.74458 14.3552 2.35523 14.7446 2.15224 15.2346C2 15.6022 2 16.0681 2 17C2 17.9319 2 18.3978 2.15224 18.7654C2.35523 19.2554 2.74458 19.6448 3.23463 19.8478C3.60218 20 4.06812 20 5 20H19C19.9319 20 20.3978 20 20.7654 19.8478C21.2554 19.6448 21.6448 19.2554 21.8478 18.7654C22 18.3978 22 17.9319 22 17C22 16.0681 22 15.6022 21.8478 15.2346C21.6448 14.7446 21.2554 14.3552 20.7654 14.1522C20.3978 14 19.9319 14 19 14Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
@@ -26600,8 +26713,8 @@ const SquareArrowDiagonal01Icon = /*#__PURE__*/ [
26600
26713
  ];
26601
26714
 
26602
26715
  const SquareArrowDiagonal02Icon = /*#__PURE__*/ [
26603
- ["path", { d: "M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z", stroke: "currentColor", strokeWidth: "1.5", key: "0" }],
26604
- ["path", { d: "M15.8008 15.8008L8.19915 8.19915M15.8008 15.8008C16.2444 15.3573 15.8098 13.2652 15.8008 12.6335M15.8008 15.8008C15.3573 16.2444 13.2652 15.8098 12.6335 15.8008M8.19915 8.19915C8.64273 7.75558 10.7348 8.19018 11.3665 8.19916M8.19915 8.19915C7.75558 8.64273 8.19018 10.7348 8.19915 11.3665", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
26716
+ ["path", { d: "M2.5 11.9999C2.5 7.52157 2.5 5.28239 3.89124 3.89115C5.28249 2.49991 7.52166 2.49991 12 2.49991C16.4783 2.49991 18.7175 2.49991 20.1088 3.89115C21.5 5.28239 21.5 7.52157 21.5 11.9999C21.5 16.4783 21.5 18.7174 20.1088 20.1087C18.7175 21.4999 16.4783 21.4999 12 21.4999C7.52166 21.4999 5.28249 21.4999 3.89124 20.1087C2.5 18.7174 2.5 16.4783 2.5 11.9999Z", stroke: "currentColor", strokeWidth: "1.5", key: "0" }],
26717
+ ["path", { d: "M15.8008 15.8009L8.19915 8.19919M15.8008 15.8009C16.2444 15.3573 15.8098 13.2652 15.8008 12.6335M15.8008 15.8009C15.3573 16.2445 13.2652 15.8099 12.6335 15.8009M8.19915 8.19919C8.64273 7.75561 10.7348 8.19021 11.3665 8.19919M8.19915 8.19919C7.75558 8.64276 8.19018 10.7348 8.19915 11.3666", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
26605
26718
  ];
26606
26719
 
26607
26720
  const SquareArrowDown01Icon = /*#__PURE__*/ [
@@ -26691,12 +26804,12 @@ const SquareArrowMoveLeftDownIcon = /*#__PURE__*/ [
26691
26804
 
26692
26805
  const SquareArrowMoveLeftUpIcon = /*#__PURE__*/ [
26693
26806
  ["path", { d: "M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z", stroke: "currentColor", strokeWidth: "1.5", key: "0" }],
26694
- ["path", { d: "M9.82506 11.3517C9.15268 10.5618 7.78642 9.58336 8.02962 9.11886M8.02962 9.11886C7.89414 8.64518 9.21696 7.70887 9.82805 6.99463M8.02962 9.11886C10.7849 9.06207 12.4707 9.37785 14.098 10.9129C15.7928 12.5118 16.1083 14.2372 15.9711 17.0052", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
26807
+ ["path", { d: "M9.82506 11.3518C9.15268 10.5619 7.78642 9.58348 8.02962 9.11899M8.02962 9.11899C7.89414 8.64531 9.21696 7.709 9.82805 6.99475M8.02962 9.11899C10.7849 9.06219 12.4707 9.37797 14.098 10.913C15.7928 12.5119 16.1083 14.2373 15.9711 17.0053", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
26695
26808
  ];
26696
26809
 
26697
26810
  const SquareArrowMoveRightDownIcon = /*#__PURE__*/ [
26698
26811
  ["path", { d: "M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z", stroke: "currentColor", strokeWidth: "1.5", key: "0" }],
26699
- ["path", { d: "M11.5502 15.1046C10.7789 15.7652 9.6863 17.1002 9.23284 16.9641M9.23284 16.9641C8.70468 16.9641 7.69746 15.6547 6.95898 15.1047M9.23284 16.9641C9.38659 14.5735 8.91377 11.4925 9.9214 10.2373C11.0396 8.91616 14.2191 9.39818 17.0333 9.26573M17.0333 9.26573C17.0924 9.93243 15.7916 10.7933 15.1181 11.5512M17.0333 9.26573C17.1564 8.82288 15.7631 7.69032 15.121 7.02637", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
26812
+ ["path", { d: "M11.5502 15.1045C10.7789 15.7651 9.6863 17.1001 9.23284 16.964M9.23284 16.964C8.70468 16.964 7.69746 15.6546 6.95898 15.1046M9.23284 16.964C9.38659 14.5734 8.91377 11.4923 9.9214 10.2372C11.0396 8.91603 14.2191 9.39806 17.0333 9.26561M17.0333 9.26561C17.0924 9.93231 15.7916 10.7932 15.1181 11.551M17.0333 9.26561C17.1564 8.82276 15.7631 7.6902 15.121 7.02625", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
26700
26813
  ];
26701
26814
 
26702
26815
  const SquareArrowMoveRightUpIcon = /*#__PURE__*/ [
@@ -28547,6 +28660,12 @@ const TeachingIcon = /*#__PURE__*/ [
28547
28660
  ["path", { d: "M12 7H18M18 11H15", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "3" }]
28548
28661
  ];
28549
28662
 
28663
+ const TeamWorkIcon = /*#__PURE__*/ [
28664
+ ["path", { d: "M7 2L8 4M11 2L10.5 3.5M4.5 5L6 5.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
28665
+ ["path", { d: "M10.5 15V12.25C10.5 11.5596 11.0596 11 11.75 11C12.4404 11 13 11.5596 13 12.25V18C13 20.2091 11.2091 22 9 22H8.23518C6.84614 22 5.55654 21.2794 4.82855 20.0964L2.17343 15.7818C2.06004 15.5976 2 15.3854 2 15.1691V15.1111C2 14.4975 2.49746 14 3.11111 14C3.67068 14 4.19759 14.2635 4.53333 14.7111L5.5 16V11.25C5.5 10.5596 6.05964 10 6.75 10C7.44036 10 8 10.5596 8 11.25V15V10.25C8 9.55964 8.55964 9 9.25 9C9.94036 9 10.5 9.55964 10.5 10.25V15Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
28666
+ ["path", { d: "M11.5 6.24991C11.7089 6.09299 11.9686 6 12.25 6C12.9404 6 13.5 6.55964 13.5 7.25V8.5V5.25C13.5 4.55964 14.0596 4 14.75 4C15.4404 4 16 4.55964 16 5.25V8.5V6.25C16 5.55964 16.5596 5 17.25 5C17.9404 5 18.5 5.55964 18.5 6.25V11L19.4667 9.71111C19.8024 9.26346 20.3293 9 20.8889 9C21.5025 9 22 9.49746 22 10.1111V10.1691C22 10.3854 21.94 10.5976 21.8266 10.7818L19.1715 15.1645C18.574 16.1353 17.5984 16.7947 16.5 17", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
28667
+ ];
28668
+
28550
28669
  const TeamviewerIcon = /*#__PURE__*/ [
28551
28670
  ["path", { d: "M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
28552
28671
  ["path", { d: "M18.9973 12.0838C18.9627 12.6123 18.4918 13.0126 17.55 13.8133C16.0773 15.0654 15.3409 15.6914 14.7351 15.4483C14.6734 15.4236 14.6138 15.3931 14.5571 15.3574C14.1246 15.085 14.0279 14.42 14.0062 13.1982H9.99377C9.97214 14.42 9.87543 15.085 9.44294 15.3574C9.38619 15.3931 9.32661 15.4236 9.26489 15.4483C8.65908 15.6914 7.92271 15.0654 6.44997 13.8133C5.50821 13.0126 5.03733 12.6123 5.00274 12.0838C4.99909 12.028 4.99909 11.972 5.00274 11.9162C5.03733 11.3877 5.50821 10.9874 6.44997 10.1867C7.92271 8.93464 8.65908 8.3086 9.26489 8.55167C9.32661 8.57644 9.38619 8.60687 9.44294 8.64262C9.86305 8.90724 9.96633 9.54228 9.99172 10.6982H14.0083C14.0337 9.54228 14.1369 8.90724 14.5571 8.64262C14.6138 8.60687 14.6734 8.57644 14.7351 8.55167C15.3409 8.3086 16.0773 8.93464 17.55 10.1867C18.4918 10.9874 18.9627 11.3877 18.9973 11.9162C19.0009 11.972 19.0009 12.028 18.9973 12.0838Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
@@ -28749,7 +28868,7 @@ const TextAllCapsIcon = /*#__PURE__*/ [
28749
28868
  ];
28750
28869
 
28751
28870
  const TextBoldIcon = /*#__PURE__*/ [
28752
- ["path", { d: "M5 6C5 4.58579 5 3.87868 5.43934 3.43934C5.87868 3 6.58579 3 8 3H12.5789C15.0206 3 17 5.01472 17 7.5C17 9.98528 15.0206 12 12.5789 12H5V6Z", stroke: "currentColor", fillRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
28871
+ ["path", { d: "M5 6C5 4.58579 5 3.87868 5.43934 3.43934C5.87868 3 6.58579 3 8 3H12.5789C15.0206 3 17 5.01472 17 7.5C17 9.98528 15.0206 12 12.5789 12H5V6Z", stroke: "currentColor", fillRule: "evenodd", clipRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
28753
28872
  ["path", { d: "M12.4286 12H13.6667C16.0599 12 18 14.0147 18 16.5C18 18.9853 16.0599 21 13.6667 21H8C6.58579 21 5.87868 21 5.43934 20.5607C5 20.1213 5 19.4142 5 18V12", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
28754
28873
  ];
28755
28874
 
@@ -29902,6 +30021,12 @@ const TrelloIcon = /*#__PURE__*/ [
29902
30021
  ["path", { d: "M13.5 8C13.5 7.05719 13.5 6.58579 13.7929 6.29289C14.0858 6 14.5572 6 15.5 6H16C16.9428 6 17.4142 6 17.7071 6.29289C18 6.58579 18 7.05719 18 8V10C18 10.9428 18 11.4142 17.7071 11.7071C17.4142 12 16.9428 12 16 12H15.5C14.5572 12 14.0858 12 13.7929 11.7071C13.5 11.4142 13.5 10.9428 13.5 10V8Z", stroke: "currentColor", strokeWidth: "1.5", key: "2" }]
29903
30022
  ];
29904
30023
 
30024
+ const TrendingUpDownIcon = /*#__PURE__*/ [
30025
+ ["path", { d: "M3 14.001L7 10.001C7.88256 9.11841 8.32385 8.67713 8.86543 8.62835C8.95496 8.62028 9.04504 8.62028 9.13457 8.62835C9.67615 8.67713 10.1174 9.11841 11 10.001C11.8826 10.8835 12.3238 11.3248 12.8654 11.3736C12.955 11.3817 13.045 11.3817 13.1346 11.3736C13.6762 11.3248 14.1174 10.8835 15 10.001L20 5.00098M16 15.001L20 19.001", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
30026
+ ["path", { d: "M16 19.7244C16 19.7244 20.101 20.3467 20.7234 19.7244C21.3458 19.102 20.7234 15.001 20.7234 15.001", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
30027
+ ["path", { d: "M16 4.27682C16 4.27682 20.101 3.6545 20.7234 4.27685C21.3458 4.8992 20.7234 9.00024 20.7234 9.00024", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
30028
+ ];
30029
+
29905
30030
  const Triangle01Icon = /*#__PURE__*/ [
29906
30031
  ["path", { d: "M7.89754 6.73262C9.71204 3.57754 10.6193 2 12 2C13.3807 2 14.288 3.57754 16.1025 6.73262L19.8592 13.2648C21.5848 16.2653 22.4476 17.7656 21.7671 18.8828C21.0866 20 19.3099 20 15.7567 20H8.24328C4.69006 20 2.91344 20 2.23293 18.8828C1.55242 17.7656 2.41522 16.2653 4.14082 13.2648L7.89754 6.73262Z", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
29907
30032
  ["path", { d: "M12 20V22", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
@@ -30276,8 +30401,8 @@ const UnfoldMoreDownIcon = /*#__PURE__*/ [
30276
30401
  ];
30277
30402
 
30278
30403
  const UnfoldMoreIcon = /*#__PURE__*/ [
30279
- ["path", { d: "M10.3483 10H13.6517C15.6822 10 16.6974 10 16.9501 9.39139C17.2028 8.78277 16.4849 8.06648 15.0491 6.63391L13.3974 4.9859L13.3974 4.9859C12.7387 4.32863 12.4093 4 12 4C11.5907 4 11.2613 4.32864 10.6026 4.9859L8.95091 6.63391L8.95091 6.63391C7.51513 8.06649 6.79724 8.78277 7.0499 9.39139C7.30256 10 8.31781 10 10.3483 10Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
30280
- ["path", { d: "M10.3483 14H13.6517C15.6822 14 16.6974 14 16.9501 14.6086C17.2028 15.2172 16.4849 15.9335 15.0491 17.3661L13.3974 19.0141C12.7387 19.6714 12.4093 20 12 20C11.5907 20 11.2613 19.6714 10.6026 19.0141L8.95091 17.3661C7.51513 15.9335 6.79724 15.2172 7.0499 14.6086C7.30256 14 8.31781 14 10.3483 14Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
30404
+ ["path", { d: "M18 14C18 14 13.5811 19 12 19C10.4188 19 6 14 6 14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
30405
+ ["path", { d: "M18 9.99996C18 9.99996 13.5811 5.00001 12 5C10.4188 4.99999 6 10 6 10", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }]
30281
30406
  ];
30282
30407
 
30283
30408
  const UnfoldMoreUpIcon = /*#__PURE__*/ [
@@ -30989,7 +31114,7 @@ const VerticalResizeIcon = /*#__PURE__*/ [
30989
31114
  ];
30990
31115
 
30991
31116
  const VerticalScrollPointIcon = /*#__PURE__*/ [
30992
- ["path", { d: "M14 12.0001C14 13.1046 13.1046 14.0001 12 14.0001C10.8954 14.0001 10 13.1046 10 12.0001C10 10.8955 10.8954 10.0001 12 10.0001C13.1046 10.0001 14 10.8955 14 12.0001Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
31117
+ ["path", { d: "M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "0" }],
30993
31118
  ["path", { d: "M8 6.99997C8 6.99997 10.946 3.00001 12 3C13.0541 2.99999 16 7 16 7", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "1" }],
30994
31119
  ["path", { d: "M16 17C16 17 13.054 21 12 21C10.9459 21 8 17 8 17", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", key: "2" }]
30995
31120
  ];
@@ -33097,9 +33222,17 @@ exports.ArrangeIcon = ArrangeIcon;
33097
33222
  exports.ArrowAllDirectionFreeIcons = ArrowAllDirectionIcon;
33098
33223
  exports.ArrowAllDirectionIcon = ArrowAllDirectionIcon;
33099
33224
  exports.ArrowBigDown = ArrowDownBigIcon;
33225
+ exports.ArrowBigDownDashFreeIcons = ArrowBigDownDashIcon;
33226
+ exports.ArrowBigDownDashIcon = ArrowBigDownDashIcon;
33100
33227
  exports.ArrowBigLeft = ArrowLeftBigIcon;
33228
+ exports.ArrowBigLeftDashFreeIcons = ArrowBigLeftDashIcon;
33229
+ exports.ArrowBigLeftDashIcon = ArrowBigLeftDashIcon;
33101
33230
  exports.ArrowBigRight = ArrowRightBigIcon;
33231
+ exports.ArrowBigRightDashFreeIcons = ArrowBigRightDashIcon;
33232
+ exports.ArrowBigRightDashIcon = ArrowBigRightDashIcon;
33102
33233
  exports.ArrowBigUp = ArrowUpBigIcon;
33234
+ exports.ArrowBigUpDashFreeIcons = ArrowBigUpDashIcon;
33235
+ exports.ArrowBigUpDashIcon = ArrowBigUpDashIcon;
33103
33236
  exports.ArrowDataTransferDiagonalFreeIcons = ArrowDataTransferDiagonalIcon;
33104
33237
  exports.ArrowDataTransferDiagonalIcon = ArrowDataTransferDiagonalIcon;
33105
33238
  exports.ArrowDataTransferHorizontalFreeIcons = ArrowDataTransferHorizontalIcon;
@@ -33129,6 +33262,8 @@ exports.ArrowDownBigIcon = ArrowDownBigIcon;
33129
33262
  exports.ArrowDownDoubleFreeIcons = ArrowDownDoubleIcon;
33130
33263
  exports.ArrowDownDoubleIcon = ArrowDownDoubleIcon;
33131
33264
  exports.ArrowDownFreeIcons = ArrowDown01Icon;
33265
+ exports.ArrowDownFromLineFreeIcons = ArrowDownFromLineIcon;
33266
+ exports.ArrowDownFromLineIcon = ArrowDownFromLineIcon;
33132
33267
  exports.ArrowDownIcon = ArrowDown01Icon;
33133
33268
  exports.ArrowDownLeft = ArrowDownLeft01Icon;
33134
33269
  exports.ArrowDownLeft01FreeIcons = ArrowDownLeft01Icon;
@@ -33147,6 +33282,8 @@ exports.ArrowDownRight02FreeIcons = ArrowDownRight02Icon;
33147
33282
  exports.ArrowDownRight02Icon = ArrowDownRight02Icon;
33148
33283
  exports.ArrowDownRightFreeIcons = ArrowDownRight01Icon;
33149
33284
  exports.ArrowDownRightIcon = ArrowDownRight01Icon;
33285
+ exports.ArrowDownToDotFreeIcons = ArrowDownToDotIcon;
33286
+ exports.ArrowDownToDotIcon = ArrowDownToDotIcon;
33150
33287
  exports.ArrowDownUp = ArrowUpDownIcon;
33151
33288
  exports.ArrowDownWideNarrow = SortingDownIcon;
33152
33289
  exports.ArrowDownZA = ArrangeByLettersAZIcon;
@@ -33182,6 +33319,8 @@ exports.ArrowLeftBigIcon = ArrowLeftBigIcon;
33182
33319
  exports.ArrowLeftDoubleFreeIcons = ArrowLeftDoubleIcon;
33183
33320
  exports.ArrowLeftDoubleIcon = ArrowLeftDoubleIcon;
33184
33321
  exports.ArrowLeftFreeIcons = ArrowLeft01Icon;
33322
+ exports.ArrowLeftFromLineFreeIcons = ArrowLeftFromLineIcon;
33323
+ exports.ArrowLeftFromLineIcon = ArrowLeftFromLineIcon;
33185
33324
  exports.ArrowLeftIcon = ArrowLeft01Icon;
33186
33325
  exports.ArrowLeftRight = ArrowLeftRightIcon;
33187
33326
  exports.ArrowLeftRightFreeIcons = ArrowLeftRightIcon;
@@ -33218,6 +33357,8 @@ exports.ArrowRightBigIcon = ArrowRightBigIcon;
33218
33357
  exports.ArrowRightDoubleFreeIcons = ArrowRightDoubleIcon;
33219
33358
  exports.ArrowRightDoubleIcon = ArrowRightDoubleIcon;
33220
33359
  exports.ArrowRightFreeIcons = ArrowRight01Icon;
33360
+ exports.ArrowRightFromLineFreeIcons = ArrowRightFromLineIcon;
33361
+ exports.ArrowRightFromLineIcon = ArrowRightFromLineIcon;
33221
33362
  exports.ArrowRightIcon = ArrowRight01Icon;
33222
33363
  exports.ArrowShrink01FreeIcons = ArrowShrink01Icon;
33223
33364
  exports.ArrowShrink01Icon = ArrowShrink01Icon;
@@ -33255,6 +33396,10 @@ exports.ArrowUpDown = ArrowUpDownIcon;
33255
33396
  exports.ArrowUpDownFreeIcons = ArrowUpDownIcon;
33256
33397
  exports.ArrowUpDownIcon = ArrowUpDownIcon;
33257
33398
  exports.ArrowUpFreeIcons = ArrowUp01Icon;
33399
+ exports.ArrowUpFromDotFreeIcons = ArrowUpFromDotIcon;
33400
+ exports.ArrowUpFromDotIcon = ArrowUpFromDotIcon;
33401
+ exports.ArrowUpFromLineFreeIcons = ArrowUpFromLineIcon;
33402
+ exports.ArrowUpFromLineIcon = ArrowUpFromLineIcon;
33258
33403
  exports.ArrowUpIcon = ArrowUp01Icon;
33259
33404
  exports.ArrowUpLeft = ArrowUpLeft01Icon;
33260
33405
  exports.ArrowUpLeft01FreeIcons = ArrowUpLeft01Icon;
@@ -35158,6 +35303,8 @@ exports.ChevronLeft = ArrowLeft01Icon;
35158
35303
  exports.ChevronRight = ArrowRight01Icon;
35159
35304
  exports.ChevronUp = ArrowUp01Icon;
35160
35305
  exports.ChevronsDown = ArrowDownDoubleIcon;
35306
+ exports.ChevronsDownUpFreeIcons = ChevronsDownUpIcon;
35307
+ exports.ChevronsDownUpIcon = ChevronsDownUpIcon;
35161
35308
  exports.ChevronsLeft = ArrowLeftDoubleIcon;
35162
35309
  exports.ChevronsLeftRight = ArrowLeftRightIcon;
35163
35310
  exports.ChevronsRight = ArrowRightDoubleIcon;
@@ -35256,6 +35403,8 @@ exports.CircleArrowMoveUpLeftFreeIcons = CircleArrowMoveUpLeftIcon;
35256
35403
  exports.CircleArrowMoveUpLeftIcon = CircleArrowMoveUpLeftIcon;
35257
35404
  exports.CircleArrowMoveUpRightFreeIcons = CircleArrowMoveUpRightIcon;
35258
35405
  exports.CircleArrowMoveUpRightIcon = CircleArrowMoveUpRightIcon;
35406
+ exports.CircleArrowOutUpRightFreeIcons = CircleArrowOutUpRightIcon;
35407
+ exports.CircleArrowOutUpRightIcon = CircleArrowOutUpRightIcon;
35259
35408
  exports.CircleArrowReload01FreeIcons = CircleArrowReload01Icon;
35260
35409
  exports.CircleArrowReload01Icon = CircleArrowReload01Icon;
35261
35410
  exports.CircleArrowReload02FreeIcons = CircleArrowReload02Icon;
@@ -37517,10 +37666,11 @@ exports.FuelFreeIcons = FuelIcon;
37517
37666
  exports.FuelIcon = FuelIcon;
37518
37667
  exports.FuelStationFreeIcons = FuelStationIcon;
37519
37668
  exports.FuelStationIcon = FuelStationIcon;
37669
+ exports.FullScreenFreeIcons = FullScreenIcon;
37670
+ exports.FullScreenIcon = FullScreenIcon;
37520
37671
  exports.FullSignalFreeIcons = FullSignalIcon;
37521
37672
  exports.FullSignalIcon = FullSignalIcon;
37522
- exports.FullscreenFreeIcons = FullscreenIcon;
37523
- exports.FullscreenIcon = FullscreenIcon;
37673
+ exports.Fullscreen = FullScreenIcon;
37524
37674
  exports.FunctionCircleFreeIcons = FunctionCircleIcon;
37525
37675
  exports.FunctionCircleIcon = FunctionCircleIcon;
37526
37676
  exports.FunctionFreeIcons = FunctionIcon;
@@ -37889,6 +38039,8 @@ exports.HandSanitizerFreeIcons = HandSanitizerIcon;
37889
38039
  exports.HandSanitizerIcon = HandSanitizerIcon;
37890
38040
  exports.HandcuffsFreeIcons = HandcuffsIcon;
37891
38041
  exports.HandcuffsIcon = HandcuffsIcon;
38042
+ exports.HandsClappingFreeIcons = HandsClappingIcon;
38043
+ exports.HandsClappingIcon = HandsClappingIcon;
37892
38044
  exports.Handshake = Agreement01Icon;
37893
38045
  exports.HangerFreeIcons = HangerIcon;
37894
38046
  exports.HangerIcon = HangerIcon;
@@ -38448,6 +38600,10 @@ exports.IrisScanIcon = IrisScanIcon;
38448
38600
  exports.IslandFreeIcons = IslandIcon;
38449
38601
  exports.IslandIcon = IslandIcon;
38450
38602
  exports.Italic = TextItalicIcon;
38603
+ exports.IterationCcwFreeIcons = IterationCcwIcon;
38604
+ exports.IterationCcwIcon = IterationCcwIcon;
38605
+ exports.IterationCwFreeIcons = IterationCwIcon;
38606
+ exports.IterationCwIcon = IterationCwIcon;
38451
38607
  exports.JapaneseYen = YenIcon;
38452
38608
  exports.JarFreeIcons = JarIcon;
38453
38609
  exports.JarIcon = JarIcon;
@@ -41643,6 +41799,8 @@ exports.Redo03FreeIcons = Redo03Icon;
41643
41799
  exports.Redo03Icon = Redo03Icon;
41644
41800
  exports.Redo2 = Redo02Icon;
41645
41801
  exports.RedoDot = RedoIcon;
41802
+ exports.RedoDotFreeIcons = RedoDotIcon;
41803
+ exports.RedoDotIcon = RedoDotIcon;
41646
41804
  exports.RedoFreeIcons = RedoIcon;
41647
41805
  exports.RedoIcon = RedoIcon;
41648
41806
  exports.ReduceParagraphFreeIcons = ReduceParagraphIcon;
@@ -41659,6 +41817,8 @@ exports.Refresh04Icon = Refresh04Icon;
41659
41817
  exports.RefreshCcw = RefreshIcon;
41660
41818
  exports.RefreshCw = RefreshIcon;
41661
41819
  exports.RefreshCwOff = RefreshIcon;
41820
+ exports.RefreshCwOffFreeIcons = RefreshCwOffIcon;
41821
+ exports.RefreshCwOffIcon = RefreshCwOffIcon;
41662
41822
  exports.RefreshDotFreeIcons = RefreshDotIcon;
41663
41823
  exports.RefreshDotIcon = RefreshDotIcon;
41664
41824
  exports.RefreshFreeIcons = RefreshIcon;
@@ -41880,11 +42040,15 @@ exports.RotateBottomLeftIcon = RotateBottomLeftIcon;
41880
42040
  exports.RotateBottomRightFreeIcons = RotateBottomRightIcon;
41881
42041
  exports.RotateBottomRightIcon = RotateBottomRightIcon;
41882
42042
  exports.RotateCcw = RotateLeft01Icon;
42043
+ exports.RotateCcwSquareFreeIcons = RotateCcwSquareIcon;
42044
+ exports.RotateCcwSquareIcon = RotateCcwSquareIcon;
41883
42045
  exports.RotateClockwiseFreeIcons = RotateClockwiseIcon;
41884
42046
  exports.RotateClockwiseIcon = RotateClockwiseIcon;
41885
42047
  exports.RotateCropFreeIcons = RotateCropIcon;
41886
42048
  exports.RotateCropIcon = RotateCropIcon;
41887
42049
  exports.RotateCw = RotateClockwiseIcon;
42050
+ exports.RotateCwSquareFreeIcons = RotateCwSquareIcon;
42051
+ exports.RotateCwSquareIcon = RotateCwSquareIcon;
41888
42052
  exports.RotateFreeIcons = Rotate01Icon;
41889
42053
  exports.RotateIcon = Rotate01Icon;
41890
42054
  exports.RotateLeft01FreeIcons = RotateLeft01Icon;
@@ -42274,6 +42438,8 @@ exports.SentFreeIcons = SentIcon;
42274
42438
  exports.SentIcon = SentIcon;
42275
42439
  exports.SeoFreeIcons = SeoIcon;
42276
42440
  exports.SeoIcon = SeoIcon;
42441
+ exports.SeparatorHorizontalFreeIcons = SeparatorHorizontalIcon;
42442
+ exports.SeparatorHorizontalIcon = SeparatorHorizontalIcon;
42277
42443
  exports.Server = ServerStack01Icon;
42278
42444
  exports.ServerStack01FreeIcons = ServerStack01Icon;
42279
42445
  exports.ServerStack01Icon = ServerStack01Icon;
@@ -43813,6 +43979,8 @@ exports.TeacherFreeIcons = TeacherIcon;
43813
43979
  exports.TeacherIcon = TeacherIcon;
43814
43980
  exports.TeachingFreeIcons = TeachingIcon;
43815
43981
  exports.TeachingIcon = TeachingIcon;
43982
+ exports.TeamWorkFreeIcons = TeamWorkIcon;
43983
+ exports.TeamWorkIcon = TeamWorkIcon;
43816
43984
  exports.TeamviewerFreeIcons = TeamviewerIcon;
43817
43985
  exports.TeamviewerIcon = TeamviewerIcon;
43818
43986
  exports.TelegramFreeIcons = TelegramIcon;
@@ -44352,6 +44520,8 @@ exports.TrelloFreeIcons = TrelloIcon;
44352
44520
  exports.TrelloIcon = TrelloIcon;
44353
44521
  exports.TrendingDown = AnalyticsDownIcon;
44354
44522
  exports.TrendingUp = AnalyticsUpIcon;
44523
+ exports.TrendingUpDownFreeIcons = TrendingUpDownIcon;
44524
+ exports.TrendingUpDownIcon = TrendingUpDownIcon;
44355
44525
  exports.Triangle = TriangleIcon;
44356
44526
  exports.Triangle01FreeIcons = Triangle01Icon;
44357
44527
  exports.Triangle01Icon = Triangle01Icon;