@node-core/ui-components 0.0.1 → 1.0.1-1b9af3ec9e0268bfc734b2489cbc584fa3edf026

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 (134) hide show
  1. package/Common/AlertBox/index.js +5 -0
  2. package/Common/AlertBox/index.module.css +77 -0
  3. package/Common/AvatarGroup/Avatar/index.js +11 -0
  4. package/Common/AvatarGroup/Avatar/index.module.css +60 -0
  5. package/Common/AvatarGroup/Overlay/index.js +6 -0
  6. package/Common/AvatarGroup/Overlay/index.module.css +38 -0
  7. package/Common/AvatarGroup/index.js +21 -0
  8. package/Common/AvatarGroup/index.module.css +22 -0
  9. package/Common/Badge/index.js +7 -0
  10. package/Common/Badge/index.module.css +46 -0
  11. package/Common/BadgeGroup/index.js +6 -0
  12. package/Common/BadgeGroup/index.module.css +101 -0
  13. package/Common/Banner/index.js +4 -0
  14. package/Common/Banner/index.module.css +45 -0
  15. package/Common/BaseActiveLink/index.js +14 -0
  16. package/Common/BaseButton/index.js +10 -0
  17. package/Common/BaseButton/index.module.css +372 -0
  18. package/Common/BaseCodeBox/index.js +50 -0
  19. package/Common/BaseCodeBox/index.module.css +96 -0
  20. package/Common/BaseCrossLink/index.js +12 -0
  21. package/Common/BaseCrossLink/index.module.css +69 -0
  22. package/Common/BaseLinkTabs/index.js +5 -0
  23. package/Common/BaseLinkTabs/index.module.css +77 -0
  24. package/Common/BasePagination/Ellipsis/index.js +4 -0
  25. package/Common/BasePagination/Ellipsis/index.module.css +16 -0
  26. package/Common/BasePagination/PaginationListItem/index.js +6 -0
  27. package/Common/BasePagination/PaginationListItem/index.module.css +42 -0
  28. package/Common/BasePagination/PrevNextArrow.js +7 -0
  29. package/Common/BasePagination/index.js +10 -0
  30. package/Common/BasePagination/index.module.css +40 -0
  31. package/Common/BasePagination/useGetPageElements.js +77 -0
  32. package/Common/Blockquote/index.js +4 -0
  33. package/Common/Blockquote/index.module.css +50 -0
  34. package/Common/Breadcrumbs/BreadcrumbHomeLink/index.js +9 -0
  35. package/Common/Breadcrumbs/BreadcrumbHomeLink/index.module.css +5 -0
  36. package/Common/Breadcrumbs/BreadcrumbItem/index.js +6 -0
  37. package/Common/Breadcrumbs/BreadcrumbItem/index.module.css +52 -0
  38. package/Common/Breadcrumbs/BreadcrumbLink/index.js +5 -0
  39. package/Common/Breadcrumbs/BreadcrumbLink/index.module.css +32 -0
  40. package/Common/Breadcrumbs/BreadcrumbRoot/index.js +4 -0
  41. package/Common/Breadcrumbs/BreadcrumbRoot/index.module.css +10 -0
  42. package/Common/Breadcrumbs/BreadcrumbTruncatedItem/index.js +4 -0
  43. package/Common/Breadcrumbs/index.js +22 -0
  44. package/Common/ChangeHistory/index.js +9 -0
  45. package/Common/ChangeHistory/index.module.css +198 -0
  46. package/Common/CodeTabs/index.js +5 -0
  47. package/Common/CodeTabs/index.module.css +67 -0
  48. package/Common/DataTag/index.js +18 -0
  49. package/Common/DataTag/index.module.css +54 -0
  50. package/Common/GlowingBackdrop/index.js +5 -0
  51. package/Common/GlowingBackdrop/index.module.css +130 -0
  52. package/Common/LanguageDropDown/index.js +11 -0
  53. package/Common/LanguageDropDown/index.module.css +151 -0
  54. package/Common/Modal/index.js +10 -0
  55. package/Common/Modal/index.module.css +234 -0
  56. package/Common/NodejsLogo/index.js +7 -0
  57. package/Common/NodejsLogo/index.module.css +5 -0
  58. package/Common/Notification/index.js +6 -0
  59. package/Common/Notification/index.module.css +104 -0
  60. package/Common/Preview/index.js +7 -0
  61. package/Common/Preview/index.module.css +283 -0
  62. package/Common/Select/index.js +46 -0
  63. package/Common/Select/index.module.css +328 -0
  64. package/Common/Separator/index.js +7 -0
  65. package/Common/Separator/index.module.css +13 -0
  66. package/Common/Skeleton/index.js +18 -0
  67. package/Common/Skeleton/index.module.css +127 -0
  68. package/Common/Tabs/index.js +6 -0
  69. package/Common/Tabs/index.module.css +72 -0
  70. package/Common/ThemeToggle/index.js +7 -0
  71. package/Common/ThemeToggle/index.module.css +22 -0
  72. package/Common/Tooltip/index.js +8 -0
  73. package/Common/Tooltip/index.module.css +133 -0
  74. package/Containers/Article/index.js +4 -0
  75. package/Containers/Article/index.module.css +139 -0
  76. package/Containers/DocSideBar/index.js +1 -0
  77. package/Containers/Footer/index.js +22 -0
  78. package/Containers/Footer/index.module.css +61 -0
  79. package/Containers/MetaBar/index.js +12 -0
  80. package/Containers/MetaBar/index.module.css +123 -0
  81. package/Containers/NavBar/NavItem/index.js +7 -0
  82. package/Containers/NavBar/NavItem/index.module.css +74 -0
  83. package/Containers/NavBar/index.js +18 -0
  84. package/Containers/NavBar/index.module.css +205 -0
  85. package/Containers/Sidebar/ProgressionIcon/index.js +3 -0
  86. package/Containers/Sidebar/SidebarGroup/index.js +9 -0
  87. package/Containers/Sidebar/SidebarGroup/index.module.css +192 -0
  88. package/Containers/Sidebar/SidebarItem/index.js +11 -0
  89. package/Containers/Sidebar/SidebarItem/index.module.css +67 -0
  90. package/Containers/Sidebar/index.js +15 -0
  91. package/Containers/Sidebar/index.module.css +48 -0
  92. package/Icons/HexagonGrid.js +3 -0
  93. package/Icons/InstallationMethod/Choco.js +3 -0
  94. package/Icons/InstallationMethod/Devbox.js +3 -0
  95. package/Icons/InstallationMethod/Docker.js +3 -0
  96. package/Icons/InstallationMethod/FNM.js +3 -0
  97. package/Icons/InstallationMethod/Homebrew.js +3 -0
  98. package/Icons/InstallationMethod/N.js +5 -0
  99. package/Icons/InstallationMethod/NVM.js +3 -0
  100. package/Icons/InstallationMethod/Volta.js +3 -0
  101. package/Icons/InstallationMethod/index.js +9 -0
  102. package/Icons/Logos/JsGreen.js +3 -0
  103. package/Icons/Logos/JsWhite.js +3 -0
  104. package/Icons/Logos/Nodejs.js +6 -0
  105. package/Icons/Logos/NodejsStackedBlack.js +3 -0
  106. package/Icons/Logos/NodejsStackedDark.js +3 -0
  107. package/Icons/Logos/NodejsStackedLight.js +3 -0
  108. package/Icons/Logos/NodejsStackedWhite.js +3 -0
  109. package/Icons/Logos/index.js +8 -0
  110. package/Icons/OperatingSystem/AIX.js +3 -0
  111. package/Icons/OperatingSystem/Apple.js +3 -0
  112. package/Icons/OperatingSystem/Linux.js +3 -0
  113. package/Icons/OperatingSystem/Microsoft.js +3 -0
  114. package/Icons/OperatingSystem/index.js +5 -0
  115. package/Icons/PackageManager/Npm.js +3 -0
  116. package/Icons/PackageManager/Pnpm.js +3 -0
  117. package/Icons/PackageManager/Yarn.js +3 -0
  118. package/Icons/PackageManager/index.js +4 -0
  119. package/Icons/Social/Bluesky.js +3 -0
  120. package/Icons/Social/Discord.js +3 -0
  121. package/Icons/Social/GitHub.js +3 -0
  122. package/Icons/Social/LinkedIn.js +3 -0
  123. package/Icons/Social/Mastodon.js +3 -0
  124. package/Icons/Social/Slack.js +3 -0
  125. package/Icons/Social/X.js +3 -0
  126. package/Icons/Social/index.js +8 -0
  127. package/LICENSE +21 -0
  128. package/MDX/CodeTabs.js +16 -0
  129. package/package.json +39 -5
  130. package/stylelint/one-utility-class-per-line.mjs +48 -0
  131. package/stylelint/utils.mjs +47 -0
  132. package/styles/index.css +1139 -0
  133. package/types.js +1 -0
  134. package/README.md +0 -1
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const HexagonGrid = props => (_jsxs("svg", { viewBox: "0 0 1216 726", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-hidden": "true", ...props, children: [_jsx("mask", { id: "mask0_91_8", style: { maskType: 'alpha' }, maskUnits: "userSpaceOnUse", width: "1216", height: "726", x: "0", y: "0", children: _jsx("rect", { width: "1216", height: "725.8", fill: "url(#paint0_radial_91_8)" }) }), _jsxs("g", { mask: "url(#mask0_91_8)", children: [_jsx("path", { d: "M717.133 231.367L759.799 206.733L802.465 231.367V280.633L759.799 305.267L717.133 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M760.432 306.367L803.099 281.733L845.765 306.367V355.633L803.099 380.267L760.432 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M803.732 231.367L846.398 206.733L889.065 231.367V280.633L846.398 305.267L803.732 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M847.032 306.367L889.698 281.733L932.365 306.367V355.633L889.698 380.267L847.032 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M890.332 381.367L932.998 356.733L975.664 381.367V430.633L932.998 455.267L890.332 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M933.632 306.367L976.298 281.733L1018.96 306.367V355.633L976.298 380.267L933.632 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M587.233 306.367L629.899 281.733L672.566 306.367V355.633L629.899 380.267L587.233 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M630.533 381.367L673.199 356.733L715.865 381.367V430.633L673.199 455.267L630.533 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M673.833 306.367L716.499 281.733L759.165 306.367V355.633L716.499 380.267L673.833 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M717.133 381.367L759.799 356.733L802.465 381.367V430.633L759.799 455.267L717.133 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M760.432 456.367L803.099 431.733L845.765 456.367V505.633L803.099 530.267L760.432 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M803.732 381.367L846.398 356.733L889.065 381.367V430.633L846.398 455.267L803.732 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M976.931 381.367L1019.6 356.733L1062.26 381.367V430.633L1019.6 455.267L976.931 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1020.23 456.367L1062.9 431.733L1105.56 456.367V505.633L1062.9 530.267L1020.23 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1063.53 381.367L1106.2 356.733L1148.86 381.367V430.633L1106.2 455.267L1063.53 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1106.83 456.367L1149.5 431.733L1192.16 456.367V505.633L1149.5 530.267L1106.83 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1150.13 531.367L1192.8 506.733L1235.46 531.367V580.633L1192.8 605.267L1150.13 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1193.43 456.367L1236.1 431.733L1278.76 456.367V505.633L1236.1 530.267L1193.43 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M847.032 456.367L889.698 431.733L932.365 456.367V505.633L889.698 530.267L847.032 505.633V456.367Z", fill: "white", fillOpacity: "0.25", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M890.332 531.367L932.998 506.733L975.664 531.367V580.633L932.998 605.267L890.332 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M933.632 456.367L976.298 431.733L1018.96 456.367V505.633L976.298 530.267L933.632 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M976.931 531.367L1019.6 506.733L1062.26 531.367V580.633L1019.6 605.267L976.931 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1020.23 606.367L1062.9 581.733L1105.56 606.367V655.633L1062.9 680.267L1020.23 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1063.53 531.367L1106.2 506.733L1148.86 531.367V580.633L1106.2 605.267L1063.53 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M976.931 81.3666L1019.6 56.7332L1062.26 81.3666V130.633L1019.6 155.267L976.931 130.633V81.3666Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1020.23 156.367L1062.9 131.733L1105.56 156.367V205.633L1062.9 230.267L1020.23 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1063.53 81.3666L1106.2 56.7332L1148.86 81.3666V130.633L1106.2 155.267L1063.53 130.633V81.3666Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1106.83 156.367L1149.5 131.733L1192.16 156.367V205.633L1149.5 230.267L1106.83 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1150.13 231.367L1192.8 206.733L1235.46 231.367V280.633L1192.8 305.267L1150.13 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1193.43 156.367L1236.1 131.733L1278.76 156.367V205.633L1236.1 230.267L1193.43 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M847.032 156.367L889.698 131.733L932.365 156.367V205.633L889.698 230.267L847.032 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M890.332 231.367L932.998 206.733L975.664 231.367V280.633L932.998 305.267L890.332 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M933.632 156.367L976.298 131.733L1018.96 156.367V205.633L976.298 230.267L933.632 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M976.931 231.367L1019.6 206.733L1062.26 231.367V280.633L1019.6 305.267L976.931 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1020.23 306.367L1062.9 281.733L1105.56 306.367V355.633L1062.9 380.267L1020.23 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1063.53 231.367L1106.2 206.733L1148.86 231.367V280.633L1106.2 305.267L1063.53 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1106.83 306.367L1149.5 281.733L1192.16 306.367V355.633L1149.5 380.267L1106.83 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1150.13 381.367L1192.8 356.733L1235.46 381.367V430.633L1192.8 455.267L1150.13 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1193.43 306.367L1236.1 281.733L1278.76 306.367V355.633L1236.1 380.267L1193.43 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M240.523 6.36671L283.211 -18.2669L325.899 6.36671V55.6333L283.211 80.2669L240.523 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M327.167 6.36671L369.855 -18.2669L412.543 6.36671V55.6333L369.855 80.2669L327.167 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M370.486 81.3667L413.174 56.7331L455.862 81.3667V130.633L413.174 155.267L370.486 130.633V81.3667Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M413.81 6.36671L456.498 -18.2669L499.186 6.36671V55.6333L456.498 80.2669L413.81 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M67.2365 6.36671L109.925 -18.2669L152.613 6.36671V55.6333L109.925 80.2669L67.2365 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M110.558 81.3667L153.246 56.7331L195.934 81.3667V130.633L153.246 155.267L110.558 130.633V81.3667Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M153.88 6.36671L196.568 -18.2669L239.256 6.36671V55.6333L196.568 80.2669L153.88 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M197.201 81.3667L239.889 56.7331L282.577 81.3667V130.633L239.889 155.267L197.201 130.633V81.3667Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M240.523 156.367L283.211 131.733L325.899 156.367V205.633L283.211 230.267L240.523 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M283.845 81.3667L326.533 56.7331L369.221 81.3667V130.633L326.533 155.267L283.845 130.633V81.3667Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M457.13 81.3667L499.818 56.7331L542.506 81.3667V130.633L499.818 155.267L457.13 130.633V81.3667Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M500.452 156.367L543.14 131.733L585.828 156.367V205.633L543.14 230.267L500.452 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M543.775 81.3667L586.463 56.7331L629.151 81.3667V130.633L586.463 155.267L543.775 130.633V81.3667Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M587.095 156.367L629.783 131.733L672.471 156.367V205.633L629.783 230.267L587.095 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M630.416 231.367L673.104 206.733L715.792 231.367V280.633L673.104 305.267L630.416 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M673.738 156.367L716.426 131.733L759.114 156.367V205.633L716.426 230.267L673.738 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M327.167 156.367L369.855 131.733L412.543 156.367V205.633L369.855 230.267L327.167 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M370.486 231.367L413.174 206.733L455.862 231.367V280.633L413.174 305.267L370.486 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M413.81 156.367L456.498 131.733L499.186 156.367V205.633L456.498 230.267L413.81 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M457.13 231.367L499.818 206.733L542.506 231.367V280.633L499.818 305.267L457.13 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M500.452 306.367L543.14 281.733L585.828 306.367V355.633L543.14 380.267L500.452 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M543.775 231.367L586.463 206.733L629.151 231.367V280.633L586.463 305.267L543.775 280.633V231.367Z", fill: "white", fillOpacity: "0.25", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M500.452 6.36671L543.14 -18.2669L585.828 6.36671V55.6333L543.14 80.2669L500.452 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M760.383 6.36671L803.071 -18.2669L845.759 6.36671V55.6333L803.071 80.2669L760.383 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M847.026 6.36671L889.714 -18.2669L932.402 6.36671V55.6333L889.714 80.2669L847.026 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M890.348 81.3667L933.036 56.7331L975.724 81.3667V130.633L933.036 155.267L890.348 130.633V81.3667Z", fill: "white", fillOpacity: "0.25", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M933.667 6.36671L976.355 -18.2669L1019.04 6.36671V55.6333L976.355 80.2669L933.667 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M587.095 6.36671L629.783 -18.2669L672.471 6.36671V55.6333L629.783 80.2669L587.095 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M630.416 81.3667L673.104 56.7331L715.792 81.3667V130.633L673.104 155.267L630.416 130.633V81.3667Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M673.738 6.36671L716.426 -18.2669L759.114 6.36671V55.6333L716.426 80.2669L673.738 55.6333V6.36671Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M717.061 81.3667L759.749 56.7331L802.437 81.3667V130.633L759.749 155.267L717.061 130.633V81.3667Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M760.383 156.367L803.071 131.733L845.759 156.367V205.633L803.071 230.267L760.383 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M803.702 81.3667L846.39 56.7331L889.078 81.3667V130.633L846.39 155.267L803.702 130.633V81.3667Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M327.233 606.367L369.899 581.733L412.566 606.367V655.633L369.899 680.267L327.233 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M370.533 681.367L413.199 656.733L455.865 681.367V730.633L413.199 755.267L370.533 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M413.833 606.367L456.499 581.733L499.165 606.367V655.633L456.499 680.267L413.833 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M457.133 681.367L499.799 656.733L542.465 681.367V730.633L499.799 755.267L457.133 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M543.732 681.367L586.398 656.733L629.065 681.367V730.633L586.398 755.267L543.732 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M197.334 681.367L240 656.733L282.666 681.367V730.633L240 755.267L197.334 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M283.933 681.367L326.6 656.733L369.266 681.367V730.633L326.6 755.267L283.933 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M587.032 456.367L629.698 431.733L672.365 456.367V505.633L629.698 530.267L587.032 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M630.332 531.367L672.998 506.733L715.664 531.367V580.633L672.998 605.267L630.332 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M673.632 456.367L716.298 431.733L758.964 456.367V505.633L716.298 530.267L673.632 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M716.931 531.367L759.598 506.733L802.264 531.367V580.633L759.598 605.267L716.931 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M760.231 606.367L802.897 581.733L845.564 606.367V655.633L802.897 680.267L760.231 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M803.531 531.367L846.197 506.733L888.864 531.367V580.633L846.197 605.267L803.531 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M457.133 531.367L499.799 506.733L542.465 531.367V580.633L499.799 605.267L457.133 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M500.432 606.367L543.099 581.733L585.765 606.367V655.633L543.099 680.267L500.432 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M543.732 531.367L586.398 506.733L629.065 531.367V580.633L586.398 605.267L543.732 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M587.032 606.367L629.698 581.733L672.365 606.367V655.633L629.698 680.267L587.032 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M630.332 681.367L672.998 656.733L715.664 681.367V730.633L672.998 755.267L630.332 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M673.632 606.367L716.298 581.733L758.964 606.367V655.633L716.298 680.267L673.632 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M846.831 606.367L889.497 581.733L932.163 606.367V655.633L889.497 680.267L846.831 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M890.131 681.367L932.797 656.733L975.463 681.367V730.633L932.797 755.267L890.131 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M933.43 606.367L976.097 581.733L1018.76 606.367V655.633L976.097 680.267L933.43 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M976.73 681.367L1019.4 656.733L1062.06 681.367V730.633L1019.4 755.267L976.73 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1063.33 681.367L1106 656.733L1148.66 681.367V730.633L1106 755.267L1063.33 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M716.931 681.367L759.598 656.733L802.264 681.367V730.633L759.598 755.267L716.931 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M803.531 681.367L846.197 656.733L888.864 681.367V730.633L846.197 755.267L803.531 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-62.7322 381.367L-20.0442 356.733L22.6438 381.367V430.633L-20.0442 455.267L-62.7322 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-19.4139 456.367L23.2741 431.733L65.9621 456.367V505.633L23.2741 530.267L-19.4139 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M23.9103 381.367L66.5983 356.733L109.286 381.367V430.633L66.5983 455.267L23.9103 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M67.2306 456.367L109.919 431.733L152.607 456.367V505.633L109.919 530.267L67.2306 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M110.553 531.367L153.241 506.733L195.929 531.367V580.633L153.241 605.267L110.553 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M153.875 456.367L196.563 431.733L239.251 456.367V505.633L196.563 530.267L153.875 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M197.195 531.367L239.884 506.733L282.572 531.367V580.633L239.884 605.267L197.195 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M240.517 606.367L283.205 581.733L325.893 606.367V655.633L283.205 680.267L240.517 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M283.839 531.367L326.527 506.733L369.215 531.367V580.633L326.527 605.267L283.839 580.633V531.367Z", fill: "white", fillOpacity: "0.25", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-62.7322 531.367L-20.0442 506.733L22.6438 531.367V580.633L-20.0442 605.267L-62.7322 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-19.4139 606.367L23.2741 581.733L65.9621 606.367V655.633L23.2741 680.267L-19.4139 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M23.9103 531.367L66.5983 506.733L109.286 531.367V580.633L66.5983 605.267L23.9103 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M67.2306 606.367L109.919 581.733L152.607 606.367V655.633L109.919 680.267L67.2306 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M110.553 681.367L153.241 656.733L195.929 681.367V730.633L153.241 755.267L110.553 730.633V681.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M153.875 606.367L196.563 581.733L239.251 606.367V655.633L196.563 680.267L153.875 655.633V606.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M67.2306 156.367L109.919 131.733L152.607 156.367V205.633L109.919 230.267L67.2306 205.633V156.367Z", fill: "white", fillOpacity: "0.25", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M110.553 231.367L153.241 206.733L195.929 231.367V280.633L153.241 305.267L110.553 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M153.875 156.367L196.563 131.733L239.251 156.367V205.633L196.563 230.267L153.875 205.633V156.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M197.195 231.367L239.884 206.733L282.572 231.367V280.633L239.884 305.267L197.195 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M240.517 306.367L283.205 281.733L325.893 306.367V355.633L283.205 380.267L240.517 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M283.839 231.367L326.527 206.733L369.215 231.367V280.633L326.527 305.267L283.839 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-62.7322 231.367L-20.0442 206.733L22.6438 231.367V280.633L-20.0442 305.267L-62.7322 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-19.4139 306.367L23.2741 281.733L65.9621 306.367V355.633L23.2741 380.267L-19.4139 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M23.9103 231.367L66.5983 206.733L109.286 231.367V280.633L66.5983 305.267L23.9103 280.633V231.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M67.2306 306.367L109.919 281.733L152.607 306.367V355.633L109.919 380.267L67.2306 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M110.553 381.367L153.241 356.733L195.929 381.367V430.633L153.241 455.267L110.553 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M153.875 306.367L196.563 281.733L239.251 306.367V355.633L196.563 380.267L153.875 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M327.161 306.367L369.849 281.733L412.537 306.367V355.633L369.849 380.267L327.161 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M370.484 381.367L413.172 356.733L455.86 381.367V430.633L413.172 455.267L370.484 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M413.803 306.367L456.491 281.733L499.179 306.367V355.633L456.491 380.267L413.803 355.633V306.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M457.126 381.367L499.814 356.733L542.502 381.367V430.633L499.814 455.267L457.126 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M500.448 456.367L543.136 431.733L585.824 456.367V505.633L543.136 530.267L500.448 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M543.768 381.367L586.456 356.733L629.144 381.367V430.633L586.456 455.267L543.768 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M197.195 381.367L239.884 356.733L282.572 381.367V430.633L239.884 455.267L197.195 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M240.517 456.367L283.205 431.733L325.893 456.367V505.633L283.205 530.267L240.517 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M283.839 381.367L326.527 356.733L369.215 381.367V430.633L326.527 455.267L283.839 430.633V381.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M327.161 456.367L369.849 431.733L412.537 456.367V505.633L369.849 530.267L327.161 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M370.484 531.367L413.172 506.733L455.86 531.367V580.633L413.172 605.267L370.484 580.633V531.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M413.803 456.367L456.491 431.733L499.179 456.367V505.633L456.491 530.267L413.803 505.633V456.367Z", stroke: "rgba(255, 255, 255, 1.0)", strokeWidth: "1.0" })] }), _jsxs("g", { mask: "url(#mask0_91_8)", children: [_jsx("path", { d: "M717.133 231.367L759.799 206.733L802.465 231.367V280.633L759.799 305.267L717.133 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M760.432 306.367L803.099 281.733L845.765 306.367V355.633L803.099 380.267L760.432 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M803.732 231.367L846.398 206.733L889.065 231.367V280.633L846.398 305.267L803.732 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M847.032 306.367L889.698 281.733L932.365 306.367V355.633L889.698 380.267L847.032 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M890.332 381.367L932.998 356.733L975.664 381.367V430.633L932.998 455.267L890.332 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M933.632 306.367L976.298 281.733L1018.96 306.367V355.633L976.298 380.267L933.632 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M587.233 306.367L629.899 281.733L672.566 306.367V355.633L629.899 380.267L587.233 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M630.533 381.367L673.199 356.733L715.865 381.367V430.633L673.199 455.267L630.533 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M673.833 306.367L716.499 281.733L759.165 306.367V355.633L716.499 380.267L673.833 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M717.133 381.367L759.799 356.733L802.465 381.367V430.633L759.799 455.267L717.133 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M760.432 456.367L803.099 431.733L845.765 456.367V505.633L803.099 530.267L760.432 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M803.732 381.367L846.398 356.733L889.065 381.367V430.633L846.398 455.267L803.732 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M976.931 381.367L1019.6 356.733L1062.26 381.367V430.633L1019.6 455.267L976.931 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1020.23 456.367L1062.9 431.733L1105.56 456.367V505.633L1062.9 530.267L1020.23 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1063.53 381.367L1106.2 356.733L1148.86 381.367V430.633L1106.2 455.267L1063.53 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1106.83 456.367L1149.5 431.733L1192.16 456.367V505.633L1149.5 530.267L1106.83 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1150.13 531.367L1192.8 506.733L1235.46 531.367V580.633L1192.8 605.267L1150.13 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1193.43 456.367L1236.1 431.733L1278.76 456.367V505.633L1236.1 530.267L1193.43 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M847.032 456.367L889.698 431.733L932.365 456.367V505.633L889.698 530.267L847.032 505.633V456.367Z", fill: "white", fillOpacity: "0.25", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M890.332 531.367L932.998 506.733L975.664 531.367V580.633L932.998 605.267L890.332 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M933.632 456.367L976.298 431.733L1018.96 456.367V505.633L976.298 530.267L933.632 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M976.931 531.367L1019.6 506.733L1062.26 531.367V580.633L1019.6 605.267L976.931 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1020.23 606.367L1062.9 581.733L1105.56 606.367V655.633L1062.9 680.267L1020.23 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1063.53 531.367L1106.2 506.733L1148.86 531.367V580.633L1106.2 605.267L1063.53 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M976.931 81.3666L1019.6 56.7332L1062.26 81.3666V130.633L1019.6 155.267L976.931 130.633V81.3666Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1020.23 156.367L1062.9 131.733L1105.56 156.367V205.633L1062.9 230.267L1020.23 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1063.53 81.3666L1106.2 56.7332L1148.86 81.3666V130.633L1106.2 155.267L1063.53 130.633V81.3666Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1106.83 156.367L1149.5 131.733L1192.16 156.367V205.633L1149.5 230.267L1106.83 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1150.13 231.367L1192.8 206.733L1235.46 231.367V280.633L1192.8 305.267L1150.13 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1193.43 156.367L1236.1 131.733L1278.76 156.367V205.633L1236.1 230.267L1193.43 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M847.032 156.367L889.698 131.733L932.365 156.367V205.633L889.698 230.267L847.032 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M890.332 231.367L932.998 206.733L975.664 231.367V280.633L932.998 305.267L890.332 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M933.632 156.367L976.298 131.733L1018.96 156.367V205.633L976.298 230.267L933.632 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M976.931 231.367L1019.6 206.733L1062.26 231.367V280.633L1019.6 305.267L976.931 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1020.23 306.367L1062.9 281.733L1105.56 306.367V355.633L1062.9 380.267L1020.23 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1063.53 231.367L1106.2 206.733L1148.86 231.367V280.633L1106.2 305.267L1063.53 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1106.83 306.367L1149.5 281.733L1192.16 306.367V355.633L1149.5 380.267L1106.83 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1150.13 381.367L1192.8 356.733L1235.46 381.367V430.633L1192.8 455.267L1150.13 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1193.43 306.367L1236.1 281.733L1278.76 306.367V355.633L1236.1 380.267L1193.43 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M240.523 6.36671L283.211 -18.2669L325.899 6.36671V55.6333L283.211 80.2669L240.523 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M327.167 6.36671L369.855 -18.2669L412.543 6.36671V55.6333L369.855 80.2669L327.167 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M370.486 81.3667L413.174 56.7331L455.862 81.3667V130.633L413.174 155.267L370.486 130.633V81.3667Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M413.81 6.36671L456.498 -18.2669L499.186 6.36671V55.6333L456.498 80.2669L413.81 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M67.2365 6.36671L109.925 -18.2669L152.613 6.36671V55.6333L109.925 80.2669L67.2365 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M110.558 81.3667L153.246 56.7331L195.934 81.3667V130.633L153.246 155.267L110.558 130.633V81.3667Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M153.88 6.36671L196.568 -18.2669L239.256 6.36671V55.6333L196.568 80.2669L153.88 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M197.201 81.3667L239.889 56.7331L282.577 81.3667V130.633L239.889 155.267L197.201 130.633V81.3667Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M240.523 156.367L283.211 131.733L325.899 156.367V205.633L283.211 230.267L240.523 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M283.845 81.3667L326.533 56.7331L369.221 81.3667V130.633L326.533 155.267L283.845 130.633V81.3667Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M457.13 81.3667L499.818 56.7331L542.506 81.3667V130.633L499.818 155.267L457.13 130.633V81.3667Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M500.452 156.367L543.14 131.733L585.828 156.367V205.633L543.14 230.267L500.452 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M543.775 81.3667L586.463 56.7331L629.151 81.3667V130.633L586.463 155.267L543.775 130.633V81.3667Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M587.095 156.367L629.783 131.733L672.471 156.367V205.633L629.783 230.267L587.095 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M630.416 231.367L673.104 206.733L715.792 231.367V280.633L673.104 305.267L630.416 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M673.738 156.367L716.426 131.733L759.114 156.367V205.633L716.426 230.267L673.738 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M327.167 156.367L369.855 131.733L412.543 156.367V205.633L369.855 230.267L327.167 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M370.486 231.367L413.174 206.733L455.862 231.367V280.633L413.174 305.267L370.486 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M413.81 156.367L456.498 131.733L499.186 156.367V205.633L456.498 230.267L413.81 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M457.13 231.367L499.818 206.733L542.506 231.367V280.633L499.818 305.267L457.13 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M500.452 306.367L543.14 281.733L585.828 306.367V355.633L543.14 380.267L500.452 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M543.775 231.367L586.463 206.733L629.151 231.367V280.633L586.463 305.267L543.775 280.633V231.367Z", fill: "white", fillOpacity: "0.25", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M500.452 6.36671L543.14 -18.2669L585.828 6.36671V55.6333L543.14 80.2669L500.452 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M760.383 6.36671L803.071 -18.2669L845.759 6.36671V55.6333L803.071 80.2669L760.383 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M847.026 6.36671L889.714 -18.2669L932.402 6.36671V55.6333L889.714 80.2669L847.026 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M890.348 81.3667L933.036 56.7331L975.724 81.3667V130.633L933.036 155.267L890.348 130.633V81.3667Z", fill: "white", fillOpacity: "0.25", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M933.667 6.36671L976.355 -18.2669L1019.04 6.36671V55.6333L976.355 80.2669L933.667 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M587.095 6.36671L629.783 -18.2669L672.471 6.36671V55.6333L629.783 80.2669L587.095 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M630.416 81.3667L673.104 56.7331L715.792 81.3667V130.633L673.104 155.267L630.416 130.633V81.3667Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M673.738 6.36671L716.426 -18.2669L759.114 6.36671V55.6333L716.426 80.2669L673.738 55.6333V6.36671Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M717.061 81.3667L759.749 56.7331L802.437 81.3667V130.633L759.749 155.267L717.061 130.633V81.3667Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M760.383 156.367L803.071 131.733L845.759 156.367V205.633L803.071 230.267L760.383 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M803.702 81.3667L846.39 56.7331L889.078 81.3667V130.633L846.39 155.267L803.702 130.633V81.3667Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M327.233 606.367L369.899 581.733L412.566 606.367V655.633L369.899 680.267L327.233 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M370.533 681.367L413.199 656.733L455.865 681.367V730.633L413.199 755.267L370.533 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M413.833 606.367L456.499 581.733L499.165 606.367V655.633L456.499 680.267L413.833 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M457.133 681.367L499.799 656.733L542.465 681.367V730.633L499.799 755.267L457.133 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M543.732 681.367L586.398 656.733L629.065 681.367V730.633L586.398 755.267L543.732 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M197.334 681.367L240 656.733L282.666 681.367V730.633L240 755.267L197.334 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M283.933 681.367L326.6 656.733L369.266 681.367V730.633L326.6 755.267L283.933 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M587.032 456.367L629.698 431.733L672.365 456.367V505.633L629.698 530.267L587.032 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M630.332 531.367L672.998 506.733L715.664 531.367V580.633L672.998 605.267L630.332 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M673.632 456.367L716.298 431.733L758.964 456.367V505.633L716.298 530.267L673.632 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M716.931 531.367L759.598 506.733L802.264 531.367V580.633L759.598 605.267L716.931 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M760.231 606.367L802.897 581.733L845.564 606.367V655.633L802.897 680.267L760.231 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M803.531 531.367L846.197 506.733L888.864 531.367V580.633L846.197 605.267L803.531 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M457.133 531.367L499.799 506.733L542.465 531.367V580.633L499.799 605.267L457.133 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M500.432 606.367L543.099 581.733L585.765 606.367V655.633L543.099 680.267L500.432 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M543.732 531.367L586.398 506.733L629.065 531.367V580.633L586.398 605.267L543.732 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M587.032 606.367L629.698 581.733L672.365 606.367V655.633L629.698 680.267L587.032 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M630.332 681.367L672.998 656.733L715.664 681.367V730.633L672.998 755.267L630.332 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M673.632 606.367L716.298 581.733L758.964 606.367V655.633L716.298 680.267L673.632 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M846.831 606.367L889.497 581.733L932.163 606.367V655.633L889.497 680.267L846.831 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M890.131 681.367L932.797 656.733L975.463 681.367V730.633L932.797 755.267L890.131 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M933.43 606.367L976.097 581.733L1018.76 606.367V655.633L976.097 680.267L933.43 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M976.73 681.367L1019.4 656.733L1062.06 681.367V730.633L1019.4 755.267L976.73 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M1063.33 681.367L1106 656.733L1148.66 681.367V730.633L1106 755.267L1063.33 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M716.931 681.367L759.598 656.733L802.264 681.367V730.633L759.598 755.267L716.931 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M803.531 681.367L846.197 656.733L888.864 681.367V730.633L846.197 755.267L803.531 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-62.7322 381.367L-20.0442 356.733L22.6438 381.367V430.633L-20.0442 455.267L-62.7322 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-19.4139 456.367L23.2741 431.733L65.9621 456.367V505.633L23.2741 530.267L-19.4139 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M23.9103 381.367L66.5983 356.733L109.286 381.367V430.633L66.5983 455.267L23.9103 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M67.2306 456.367L109.919 431.733L152.607 456.367V505.633L109.919 530.267L67.2306 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M110.553 531.367L153.241 506.733L195.929 531.367V580.633L153.241 605.267L110.553 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M153.875 456.367L196.563 431.733L239.251 456.367V505.633L196.563 530.267L153.875 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M197.195 531.367L239.884 506.733L282.572 531.367V580.633L239.884 605.267L197.195 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M240.517 606.367L283.205 581.733L325.893 606.367V655.633L283.205 680.267L240.517 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M283.839 531.367L326.527 506.733L369.215 531.367V580.633L326.527 605.267L283.839 580.633V531.367Z", fill: "white", fillOpacity: "0.25", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-62.7322 531.367L-20.0442 506.733L22.6438 531.367V580.633L-20.0442 605.267L-62.7322 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-19.4139 606.367L23.2741 581.733L65.9621 606.367V655.633L23.2741 680.267L-19.4139 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M23.9103 531.367L66.5983 506.733L109.286 531.367V580.633L66.5983 605.267L23.9103 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M67.2306 606.367L109.919 581.733L152.607 606.367V655.633L109.919 680.267L67.2306 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M110.553 681.367L153.241 656.733L195.929 681.367V730.633L153.241 755.267L110.553 730.633V681.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M153.875 606.367L196.563 581.733L239.251 606.367V655.633L196.563 680.267L153.875 655.633V606.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M67.2306 156.367L109.919 131.733L152.607 156.367V205.633L109.919 230.267L67.2306 205.633V156.367Z", fill: "white", fillOpacity: "0.25", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M110.553 231.367L153.241 206.733L195.929 231.367V280.633L153.241 305.267L110.553 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M153.875 156.367L196.563 131.733L239.251 156.367V205.633L196.563 230.267L153.875 205.633V156.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M197.195 231.367L239.884 206.733L282.572 231.367V280.633L239.884 305.267L197.195 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M240.517 306.367L283.205 281.733L325.893 306.367V355.633L283.205 380.267L240.517 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M283.839 231.367L326.527 206.733L369.215 231.367V280.633L326.527 305.267L283.839 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-62.7322 231.367L-20.0442 206.733L22.6438 231.367V280.633L-20.0442 305.267L-62.7322 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M-19.4139 306.367L23.2741 281.733L65.9621 306.367V355.633L23.2741 380.267L-19.4139 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M23.9103 231.367L66.5983 206.733L109.286 231.367V280.633L66.5983 305.267L23.9103 280.633V231.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M67.2306 306.367L109.919 281.733L152.607 306.367V355.633L109.919 380.267L67.2306 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M110.553 381.367L153.241 356.733L195.929 381.367V430.633L153.241 455.267L110.553 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M153.875 306.367L196.563 281.733L239.251 306.367V355.633L196.563 380.267L153.875 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M327.161 306.367L369.849 281.733L412.537 306.367V355.633L369.849 380.267L327.161 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M370.484 381.367L413.172 356.733L455.86 381.367V430.633L413.172 455.267L370.484 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M413.803 306.367L456.491 281.733L499.179 306.367V355.633L456.491 380.267L413.803 355.633V306.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M457.126 381.367L499.814 356.733L542.502 381.367V430.633L499.814 455.267L457.126 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M500.448 456.367L543.136 431.733L585.824 456.367V505.633L543.136 530.267L500.448 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M543.768 381.367L586.456 356.733L629.144 381.367V430.633L586.456 455.267L543.768 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M197.195 381.367L239.884 356.733L282.572 381.367V430.633L239.884 455.267L197.195 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M240.517 456.367L283.205 431.733L325.893 456.367V505.633L283.205 530.267L240.517 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M283.839 381.367L326.527 356.733L369.215 381.367V430.633L326.527 455.267L283.839 430.633V381.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M327.161 456.367L369.849 431.733L412.537 456.367V505.633L369.849 530.267L327.161 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M370.484 531.367L413.172 506.733L455.86 531.367V580.633L413.172 605.267L370.484 580.633V531.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" }), _jsx("path", { d: "M413.803 456.367L456.491 431.733L499.179 456.367V505.633L456.491 530.267L413.803 505.633V456.367Z", stroke: "rgba(0, 0, 0, 1.0)", strokeWidth: "1.0" })] }), _jsx("defs", { children: _jsxs("radialGradient", { id: "paint0_radial_91_8", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "translate(608 362.9) rotate(90) scale(447.374 749.527)", children: [_jsx("stop", { stopColor: "#D9D9D9", stopOpacity: "0.1" }), _jsx("stop", { offset: "0.802083", stopColor: "#D9D9D9", stopOpacity: "0" })] }) })] }));
3
+ export default HexagonGrid;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const Choco = props => (_jsx("svg", { width: "32", height: "32", viewBox: "0 0 31.7 28.4", enableBackground: "new 0 0 31.7 28.4", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsxs("g", { children: [_jsx("polygon", { fill: "#924716", points: "27.6,27.2 5.7,27.2 5.7,1 27.6,1 27.6,6.9" }), _jsx("polygon", { fill: "#793812", points: "27.6,1 27.6,27.2 25.7,27.2 25.7,2.6" }), _jsx("polygon", { fill: "#9F5326", points: "25.4,2.6 3.5,2.6 3.5,1 27.3,1" }), _jsxs("g", { children: [_jsx("polygon", { fill: "#80B5E3", points: "27.6,27.2 3.7,27.2 3.7,1 8.5,1 12.6,4.2 16.6,2.6 19.1,5.7 23.8,4.9 25.7,10.7 27.6,18.1\n\t\t\t30.5,21.1 29,23.6 31.7,28.4" }), _jsx("polygon", { fill: "#80B5E3", points: "3.7,27.2 3.7,1 0,0 1.9,4.2 0,7.5 1.9,10.8 0,14.1 1.9,17.3 0,20.6 1.9,23.9 0,28.4" })] }), _jsx("polygon", { opacity: "0.2", fill: "#FFFFFF", points: "10.4,2.6 5.4,2.6 3.5,1 8.3,1" }), _jsxs("g", { children: [_jsx("path", { fill: "#924716", d: "M18.3,13.7c-0.7,0.6-2.5,1.9-4.4,2.3c-2.3,0.5-3.6-1.4-3.1-3.2c0.5-2.1,2.8-3.7,4.8-3\n\t\t\tc0.9,0.3,0.6,1.5,0.3,2.1c-0.8,1.5,0.3,1.7,0.8,1.2c1.5-1.6,2.4-4.3-0.2-5.3c-4-1.5-7.3,2.2-8.4,5.2c-1.7,4.8,2.4,9,7.1,5.8\n\t\t\tc1.2-0.8,2.6-2.2,3.5-3.4C19.5,14.2,19,13.1,18.3,13.7z" }), _jsx("ellipse", { transform: "matrix(0.707 -0.7072 0.7072 0.707 -1.547 19.2306)", fill: "#924716", cx: "22.4", cy: "11.5", rx: "1.6", ry: "1.1" }), _jsx("ellipse", { transform: "matrix(0.707 -0.7072 0.7072 0.707 -4.7882 20.1076)", fill: "#924716", cx: "21.9", cy: "15.8", rx: "1.6", ry: "1.1" })] }), _jsx("polygon", { opacity: "0.2", fill: "#FFFFFF", points: "5.7,25.5 3.7,27.2 3.7,1 5.7,2.6" }), _jsxs("g", { opacity: "0.2", children: [_jsx("polygon", { fill: "#342565", points: "27.6,27.2 3.7,27.2 5.7,25.5 25.7,25.5" }), _jsx("polygon", { fill: "#342565", points: "27.6,27.2 25.7,25.5 25.7,10.7 27.6,18.1" })] })] }) }));
3
+ export default Choco;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Devbox = props => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 72 82", fill: "none", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13 10C5.8203 10 0 15.8203 0 23V69C0 76.1797 5.8203 82 13 82H59C66.1797 82 72 76.1797 72 69V23C72 15.8203 66.1797 10 59 10H13ZM43.4517 27.3216L36.736 26C35.7684 30.5522 34.8025 35.0963 33.8373 39.6375C32.0633 47.984 30.2914 56.3205 28.5145 64.6784C30.6514 65.0972 32.7246 65.5057 34.8238 65.9194L35.2326 66C37.9763 53.0902 40.708 40.2361 43.4517 27.3216ZM17.2331 39.8993C19.3084 37.7699 21.3837 35.6405 23.4662 33.5048V33.5025C24.2473 34.2026 25.0175 34.8927 25.7871 35.5823C26.6771 36.3799 27.5665 37.1768 28.471 37.9877C27.9368 38.5369 27.4041 39.0844 26.8723 39.6311C24.7162 41.8475 22.5739 44.0496 20.3943 46.2892C22.0822 48.0264 23.7644 49.7572 25.4589 51.5006C26.4583 52.5288 27.4619 53.5614 28.4735 54.6023C27.1593 55.7919 25.8603 56.9699 24.5311 58.1753C24.1785 58.495 23.8238 58.8167 23.4662 59.1409C19.3181 54.8671 15.1892 50.6118 11 46.2938C13.0825 44.1581 15.1578 42.0287 17.2331 39.8993ZM51.721 36.7763C54.8139 39.9486 57.9016 43.1155 61 46.2915V46.2938C58.3761 48.9999 55.7608 51.6957 53.1384 54.3989C51.6078 55.9767 50.0748 57.557 48.5362 59.1433C48.0002 58.6574 47.4699 58.1768 46.9425 57.6989C45.8007 56.6641 44.6721 55.6414 43.5265 54.6023C44.5387 53.5611 45.5444 52.5265 46.5489 51.4931C48.2291 49.7646 49.9058 48.0397 51.6033 46.2938C48.9223 43.5344 46.2534 40.7889 43.529 37.9877C44.1996 37.3868 44.8634 36.7918 45.5271 36.1968C46.5207 35.3062 47.5143 34.4155 48.5314 33.5048C49.5956 34.5963 50.6586 35.6866 51.721 36.7763Z", fill: "#280459" }) }));
3
+ export default Devbox;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Docker = props => (_jsx("svg", { width: "32", height: "32", viewBox: "0 0 756.26 596.9", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fill: "#1d63ed", strokeWidth: "0px", d: "M743.96,245.25c-18.54-12.48-67.26-17.81-102.68-8.27-1.91-35.28-20.1-65.01-53.38-90.95l-12.32-8.27-8.21,12.4c-16.14,24.5-22.94,57.14-20.53,86.81,1.9,18.28,8.26,38.83,20.53,53.74-46.1,26.74-88.59,20.67-276.77,20.67H.06c-.85,42.49,5.98,124.23,57.96,190.77,5.74,7.35,12.04,14.46,18.87,21.31,42.26,42.32,106.11,73.35,201.59,73.44,145.66.13,270.46-78.6,346.37-268.97,24.98.41,90.92,4.48,123.19-57.88.79-1.05,8.21-16.54,8.21-16.54l-12.3-8.27ZM189.67,206.39h-81.7v81.7h81.7v-81.7ZM295.22,206.39h-81.7v81.7h81.7v-81.7ZM400.77,206.39h-81.7v81.7h81.7v-81.7ZM506.32,206.39h-81.7v81.7h81.7v-81.7ZM84.12,206.39H2.42v81.7h81.7v-81.7ZM189.67,103.2h-81.7v81.7h81.7v-81.7ZM295.22,103.2h-81.7v81.7h81.7v-81.7ZM400.77,103.2h-81.7v81.7h81.7v-81.7ZM400.77,0h-81.7v81.7h81.7V0Z" }) }));
3
+ export default Docker;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const FNM = props => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 1142 1269", ...props, children: [_jsxs("mask", { id: "b", width: "1142", height: "1141", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'alpha' }, children: [_jsx("path", { fill: "#A0041E", d: "M.88 553.942 261.56 325.848l521.357 32.585 32.585 521.357-228.094 260.68s.033-195.478-195.509-391.019C196.357 553.909.88 553.942.88 553.942" }), _jsx("path", { fill: "#FFAC33", d: "M0 1140.47s-1.172-259.995 97.266-358.434c98.439-98.438 359.802-91.661 359.802-91.661s-.033 254.585-97.787 352.335c-97.755 97.76-359.28 97.76-359.28 97.76" }), _jsx("path", { fill: "#FFCC4D", d: "M261.526 1010.13c71.985 0 130.34-58.355 130.34-130.34 0-71.984-58.355-130.339-130.34-130.339-71.984 0-130.339 58.355-130.339 130.339s58.355 130.34 130.339 130.34" }), _jsx("path", { fill: "url(#a)", d: "M1141.32 0S815.468 0 424.45 325.848C228.942 488.772 228.942 782.036 294.111 847.206s358.433 65.169 521.357-130.34C1141.32 325.848 1141.32 0 1141.32 0" }), _jsx("path", { fill: "#A0041E", d: "M228.974 912.376s0-76.259 19.065-95.324c19.064-19.064 247.859-209.692 266.905-190.646s-171.601 247.84-190.666 266.905-95.304 19.065-95.304 19.065" })] }), _jsxs("g", { mask: "url(#b)", children: [_jsx("path", { fill: "#DA5045", d: "M1 554.094 261.679 326l521.357 32.585 32.585 521.357-228.094 260.678s.033-195.476-195.509-391.017C196.476 554.061 1 554.094 1 554.094" }), _jsx("path", { fill: "#000", fillOpacity: "0.06", d: "M-5 557.5c176.085-36.724 269.853-84.021 426.5-225.5l-152 323.5z" }), _jsx("path", { fill: "#FFAC33", d: "M0 1140.47s-1.172-259.995 97.266-358.434c98.439-98.438 359.802-91.661 359.802-91.661s-.033 254.585-97.787 352.335c-97.755 97.76-359.28 97.76-359.28 97.76" }), _jsx("path", { fill: "#FFCC4D", d: "M261.526 1010.13c71.985 0 130.34-58.355 130.34-130.34 0-71.984-58.355-130.339-130.34-130.339-71.984 0-130.339 58.355-130.339 130.339s58.355 130.34 130.339 130.34" }), _jsx("path", { fill: "#D9D5D4", d: "M1141.32 0S815.469 0 424.451 325.848c-195.509 162.924-195.509 456.188-130.34 521.358 65.17 65.169 358.433 65.169 521.358-130.34C1141.32 325.848 1141.32 0 1141.32 0" }), _jsx("path", { fill: "#DA5045", d: "M228.974 912.376s0-76.259 19.065-95.324c19.064-19.064 247.859-209.692 266.905-190.646s-171.601 247.84-190.666 266.905-95.304 19.065-95.304 19.065" }), _jsx("mask", { id: "c", width: "253", height: "253", x: "823", y: "66", maskUnits: "userSpaceOnUse", style: { maskType: 'alpha' }, children: _jsx("path", { fill: "#62AB5C", stroke: "#63AC5D", d: "m823.635 227.688 37.272-126.542 123.781-34.511 90.192 90.19-30.83 127.462-130.225 33.591z" }) }), _jsx("g", { mask: "url(#c)", children: _jsx("path", { fill: "#DA5045", d: "M1010 433.376 760.134 183.513l-16.566-16.565 207.989-207.99 266.433 266.429z" }) }), _jsx("path", { fill: "#000", fillOpacity: "0.13", d: "M979 1136 297.5 841l216.422-216C786.213 382.599 926.373 235.651 1171.21-31z" })] }), _jsxs("mask", { id: "d", width: "915.703", height: "915.703", x: "141.068", y: "389.054", fill: "#000", maskUnits: "userSpaceOnUse", children: [_jsx("path", { fill: "#fff", d: "M141.068 389.054h915.703v915.703H141.068z" }), _jsx("path", { d: "M337.103 867.387c-45.767 45.767-44.495 95.348-11.124 128.72l24.155 24.153-35.596 35.6 34.96 34.96 35.597-35.6 123.316 123.32 49.898-49.9-123.316-123.32 49.263-49.259-29.24-40.682-54.983 54.984-22.566-22.566c-16.527-16.527-15.256-31.147 4.767-51.17 12.078-12.077 26.38-22.565 42.271-29.557l-18.752-46.721c-21.294 8.582-43.859 22.248-68.65 47.038m287.825 194.633 50.217-50.22-117.913-117.909c-2.543-21.612-.636-38.139 10.17-48.945 12.395-12.395 23.201-9.217 44.178 11.76l109.331 109.331 50.217-50.216-123.952-123.952c-32.1-32.1-68.014-33.053-96.936-4.131-21.613 21.612-29.24 45.766-27.333 77.549l-22.884-15.891-43.86 43.859zm131.456-480.427c-15.256 15.256-18.752 35.279-17.163 57.209-17.48-9.853-33.371-6.674-46.084 6.039-14.938 14.937-17.163 32.418-13.349 57.208l-19.705-12.713-36.55 36.55 168.765 168.765 43.542-43.542-124.27-124.27c-1.907-15.255 1.272-23.519 6.357-28.604 6.674-6.674 12.713-3.814 24.472 7.946l119.185 119.184 35.596-35.596-124.269-124.27c-1.907-15.255.953-23.201 6.356-28.604 6.674-6.674 12.713-3.814 24.473 7.946l119.184 119.184 42.906-42.906-124.905-124.906c-34.643-34.643-60.704-38.456-84.541-14.62" })] }), _jsx("path", { fill: "#FFAC33", d: "M337.103 867.387c-45.767 45.767-44.495 95.348-11.124 128.72l24.155 24.153-35.596 35.6 34.96 34.96 35.597-35.6 123.316 123.32 49.898-49.9-123.316-123.32 49.263-49.259-29.24-40.682-54.983 54.984-22.566-22.566c-16.527-16.527-15.256-31.147 4.767-51.17 12.078-12.077 26.38-22.565 42.271-29.557l-18.752-46.721c-21.294 8.582-43.859 22.248-68.65 47.038m287.825 194.633 50.217-50.22-117.913-117.909c-2.543-21.612-.636-38.139 10.17-48.945 12.395-12.395 23.201-9.217 44.178 11.76l109.331 109.331 50.217-50.216-123.952-123.952c-32.1-32.1-68.014-33.053-96.936-4.131-21.613 21.612-29.24 45.766-27.333 77.549l-22.884-15.891-43.86 43.859zm131.456-480.427c-15.256 15.256-18.752 35.279-17.163 57.209-17.48-9.853-33.371-6.674-46.084 6.039-14.938 14.937-17.163 32.418-13.349 57.208l-19.705-12.713-36.55 36.55 168.765 168.765 43.542-43.542-124.27-124.27c-1.907-15.255 1.272-23.519 6.357-28.604 6.674-6.674 12.713-3.814 24.472 7.946l119.185 119.184 35.596-35.596-124.269-124.27c-1.907-15.255.953-23.201 6.356-28.604 6.674-6.674 12.713-3.814 24.473 7.946l119.184 119.184 42.906-42.906-124.905-124.906c-34.643-34.643-60.704-38.456-84.541-14.62" }), _jsx("path", { fill: "#fff", d: "m350.134 1020.26 45.046 45.05 45.046-45.05-45.046-45.045zm-35.596 35.6-45.046-45.05-45.046 45.05 45.046 45.04zm34.96 34.96-45.046 45.04 45.046 45.05 45.046-45.05zm35.597-35.6 45.046-45.04-45.046-45.05-45.046 45.05zm123.316 123.32-45.046 45.04 45.046 45.05 45.046-45.05zm49.898-49.9 45.046 45.05 45.046-45.05-45.046-45.05zm-123.316-123.32-45.046-45.043-45.046 45.043 45.046 45.05zm49.263-49.259 45.046 45.049 38.274-38.277-31.591-43.953zm-29.24-40.682 51.729-37.18-43.758-60.882-53.017 53.016zm-54.983 54.984-45.046 45.047 45.046 45.04 45.046-45.04zm24.472-103.293 25.656 58.31 56.427-24.828-22.962-57.211zm-18.752-46.721 59.121-23.728-23.762-59.204-59.17 23.845zm-113.696 1.992c-31.063 31.064-51.501 68.926-53.8 110.539-2.34 42.351 14.647 80.24 42.676 108.27l90.092-90.09c-5.342-5.342-5.676-8.926-5.553-11.15.164-2.961 1.974-12.773 16.677-27.477zm-11.124 218.809 24.155 24.16 90.092-90.095-24.155-24.155zm24.155-65.935-35.596 35.595 90.092 90.09 35.596-35.59zM269.492 1100.9l34.96 34.96 90.092-90.09-34.96-34.96zm125.052 34.96 35.597-35.59-90.092-90.09-35.597 35.59zm-54.495-35.59 123.316 123.31 90.092-90.09-123.316-123.31zm213.408 123.31 49.898-49.89-90.092-90.1-49.898 49.9zm49.898-139.99L480.039 960.277l-90.092 90.093 123.316 123.32zm-123.316-33.22 49.263-49.26-90.092-90.095-49.263 49.262zm55.946-131.49-29.24-40.681-103.458 74.36 29.24 40.682zM409.97 870.333l-54.983 54.984 90.092 90.093 54.983-54.985zm35.109 54.984-22.566-22.566-90.092 90.092 22.566 22.567zm-22.566-22.566c-.782-.782 1.338 1.08 3.518 5.697 2.512 5.32 4.307 12.667 3.552 20.898-.706 7.69-3.317 12.646-4.292 14.265-.852 1.415-.762.813 1.989-1.938l-90.092-90.092c-12.984 12.985-31.635 35.107-34.482 66.119-3.209 34.972 14.933 60.361 29.715 75.143zm4.767 38.922c7.514-7.513 15.434-13.017 22.881-16.293l-51.312-116.62c-24.335 10.707-45.02 26.18-61.661 42.821zm56.346-98.332-18.752-46.72-118.241 47.457 18.752 46.72zm-101.684-82.079c-29.481 11.881-59.216 30.41-89.885 61.079l90.092 90.092c18.912-18.911 34.309-27.714 47.416-32.996zm242.986 300.758-45.046 45.05 45.046 45.04 45.046-45.04zm50.217-50.22 45.046 45.05 45.046-45.05-45.046-45.042zM557.232 893.891l-63.269 7.443 2.584 21.965 15.639 15.638zm163.679 72.146-45.046 45.043 45.046 45.05 45.047-45.05zm50.217-50.216 45.046 45.046 45.046-45.046-45.046-45.046zm-248.221-50.534-36.337 52.325 107.786 74.852-7.859-130.993zm-22.884-15.891 36.337-52.326-43.733-30.37-37.65 37.65zm-43.86 43.859-45.046-45.046-45.046 45.046 45.046 45.046zm213.811 213.815 50.217-50.22-90.092-90.092-50.217 50.212zm50.217-140.312L602.278 848.845l-90.092 90.092 117.913 117.913zm-99.691-80.31c-.426-3.626-.563-6.198-.567-7.936-.004-1.748.131-2.156.026-1.589-.115.625-.536 2.511-1.786 5.077-1.305 2.681-3.216 5.483-5.725 7.992L522.356 799.9c-33.098 33.098-31.285 76.85-28.393 101.434zm-8.052 3.544c-.753.754-5.433 5.344-14.163 8.507-10.064 3.647-20.355 3.56-28.714 1.289-6.934-1.884-10.414-4.685-9.721-4.176.497.366 2.545 2.001 6.684 6.14l90.092-90.092c-10.252-10.253-28.757-28.062-53.651-34.825-15.232-4.138-31.86-4.006-48.092 1.875-14.897 5.398-25.576 14.239-32.527 21.19zm-45.914 11.76 109.331 109.328 90.093-90.089L656.626 811.66zm199.424 109.328 50.216-50.213-90.092-90.092-50.217 50.216zm50.216-140.305L692.222 746.823l-90.092 90.092 123.952 123.952zM692.222 746.823c-23.943-23.943-55.326-42.147-92.269-43.561-37.811-1.447-70.444 15.114-94.759 39.43l90.092 90.092c2.469-2.469 3.703-2.92 3.348-2.765-.521.229-1.864.624-3.555.559-1.608-.061-2.005-.478-.932.056 1.198.597 3.983 2.281 7.983 6.281zm-187.028-4.131c-36.508 36.507-48.693 79.482-45.878 126.41l127.181-7.631c-.998-16.637 2.072-21.971 8.789-28.687zm54.05 70.27L536.36 797.07l-72.674 104.651 22.884 15.891zm-104.267-8.612-43.86 43.859 90.092 90.092 43.86-43.859zm-43.86 133.951 168.765 168.769 90.092-90.1-168.765-168.761zm328.104-299.499-31.28 55.496 103.396 58.278-8.578-118.378zm-59.433 63.247-34.536 53.531 119.041 76.801-21.541-140.019zm-19.705-12.713 34.536-53.531-43.216-27.881-36.366 36.366zm-36.55 36.55-45.046-45.046-45.046 45.046 45.046 45.046zm168.765 168.765-45.046 45.046 45.046 45.046 45.046-45.046zm43.542-43.542 45.046 45.046 45.046-45.046-45.046-45.046zm-124.27-124.27-63.212 7.902 2.711 21.689 15.455 15.455zm150.014 98.526-45.046 45.046 45.046 45.046 45.046-45.046zm35.596-35.596 45.046 45.046 45.046-45.046-45.046-45.046zm-124.269-124.27-63.213 7.902 2.711 21.689 15.456 15.455zm150.013 98.526-45.046 45.046 45.046 45.046 45.046-45.046zm42.906-42.906 45.05 45.046 45.04-45.046-45.04-45.046zM711.338 536.547c-33.958 33.958-37.873 76.252-35.655 106.859l127.076-9.208c-.475-6.557.105-9.434.268-10.042.046-.171-.043.215-.422.891a7.6 7.6 0 0 1-1.175 1.592zm59.163 46.758c-18.768-10.578-41.31-16.552-65.481-12.958-23.931 3.559-43.019 15.537-56.929 29.448l90.092 90.092c-1.198 1.197-5.984 5.229-14.421 6.484-8.677 1.29-14.533-1.347-15.821-2.073zm-122.41 16.49c-16.009 16.009-26.481 35.165-31.024 56.952-4.185 20.072-2.661 39.271-.243 54.989l125.928-19.374c-.658-4.273-.863-7.035-.893-8.731-.029-1.638.118-1.758-.065-.877-.213 1.021-.709 2.61-1.648 4.332-.924 1.697-1.793 2.63-1.963 2.801zm66.233 48.723-19.705-12.713-69.072 107.062 19.705 12.713zm-99.287-4.228-36.55 36.55 90.092 90.092 36.55-36.55zm-36.55 126.642 168.765 168.765 90.092-90.092L668.579 680.84zm258.857 168.765 43.542-43.542-90.092-90.092-43.542 43.542zm43.542-133.634-124.27-124.27-90.092 90.092 124.27 124.27zm-106.103-87.125c-.278-2.225.401.393-.981 5.736-1.612 6.234-5.21 12.988-10.829 18.607l-90.092-90.092c-23.749 23.749-27.889 54.624-24.523 81.552zm-11.81 24.343c-3.029 3.029-10.397 9.474-22.417 12.939-13.12 3.782-25.099 2.124-33.567-.875-7.206-2.552-11.331-5.851-11.68-6.124-.623-.487-.125-.164 2.044 2.006l90.092-90.092c-5.01-5.011-18.743-19.097-37.921-25.89-12.283-4.35-27.758-6.206-44.255-1.45-15.397 4.437-26.022 13.028-32.388 19.394zm-65.62 7.946 119.185 119.184 90.092-90.092-119.185-119.184zM906.63 870.411l35.596-35.596-90.092-90.092-35.596 35.596zm35.596-125.688-124.269-124.27-90.092 90.092 124.269 124.27zm-106.103-87.125c-.356-2.854.413-.138-1.004 5.481-.759 3.009-2.055 6.487-4.111 10.077a42 42 0 0 1-6.695 8.785l-90.092-90.092c-24.404 24.404-27.807 55.283-24.523 81.552zm-11.81 24.343c-3.029 3.029-10.397 9.474-22.416 12.939-13.121 3.781-25.1 2.124-33.568-.875-7.205-2.552-11.331-5.851-11.68-6.124-.623-.488-.125-.164 2.045 2.006l90.092-90.092c-5.011-5.011-18.744-19.098-37.922-25.89-12.282-4.35-27.757-6.206-44.255-1.451-15.396 4.438-26.022 13.029-32.388 19.395zm-65.619 7.946 119.184 119.184 90.092-90.092-119.184-119.184zM967.97 809.071l42.91-42.906-90.096-90.092-42.906 42.906zm42.91-132.998L885.971 551.167l-90.092 90.092 124.905 124.906zM885.971 551.167c-20.39-20.39-47.292-41.431-80.896-47.031-39.377-6.563-71.502 10.176-93.737 32.411l90.092 90.092c1.377-1.376.247.209-3.653 1.719a26.7 26.7 0 0 1-6.936 1.637c-2.586.26-4.881.122-6.712-.184-3.527-.587-4.232-1.591-1.702.008 2.561 1.617 7.017 5.006 13.452 11.44z", mask: "url(#d)" }), _jsx("defs", { children: _jsxs("linearGradient", { id: "a", x1: "406.603", x2: "825.103", y1: "413", y2: "941", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#D9D5D4" }), _jsx("stop", { offset: "1", stopColor: "#928989" })] }) })] }));
3
+ export default FNM;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const Homebrew = props => (_jsxs("svg", { width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsxs("g", { clipPath: "url(#clip0_429_2384)", children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.175 5.943c.087-2.773-.847-4.408-3.533-5.488-.763 2.67 2.388 5.132 3.533 5.488Z", fill: "#D1D3D4", stroke: "#000", strokeWidth: ".566", strokeLinejoin: "round" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.458 10.643c.088-2.277-.488-3.196-.92-3.853-.437-.614-1.488-1.577-2.78-1.617-1.22-.039-1.514.636-2.64.677-.185-2.051 1.363-3.177 1.363-3.177s-.424-.598-.774-.745c-.504.448-1.89 1.941-1.57 3.863-1.036-.198-1.767-.792-2.856-.578-1.484.292-2.706 1.19-3.403 3.157-.697 1.968.246 4.264.45 4.92.206.656 1.723 3.444 2.912 3.854 1.188.41 1.189.225 1.824-.02.636-.247 1.6-.697 3.014-.185 1.414.512 1.599.635 2.48.061.882-.573 2.03-2.357 2.296-2.87.266-.512.41-.778.492-1.045.857-.427.033-.4.112-2.442Z", fill: "#D1D3D4", stroke: "#000", strokeWidth: ".566", strokeLinejoin: "round" }), _jsx("path", { d: "M23.76 27.287a2.128 2.128 0 0 0 2.133-2.125v-7.656a2.126 2.126 0 0 0-2.125-2.126h-1.753a.473.473 0 0 1-.472-.472v-1.113H7.724l.035 16.32a.472.472 0 0 0 .218.397c.616.357 2.589 1.034 6.732 1.034 4.23 0 6.12-.907 6.662-1.316a.471.471 0 0 0 .17-.361c.002-.452.002-1.498.002-2.117a.471.471 0 0 1 .482-.472c.52.007 1.143.008 1.735.007Zm-2.217-9.424a.591.591 0 0 1 .59-.59h1.505a.59.59 0 0 1 .59.59v6.87a.59.59 0 0 1-.59.591h-1.504a.591.591 0 0 1-.59-.59v-6.87Z", fill: "#fff", stroke: "#000", strokeWidth: ".566", strokeLinejoin: "round" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.086 13.658v14.64c0 .17.09.325.237.41.598.284 2.331.964 5.37.964 3.06 0 4.743-.826 5.306-1.166a.47.47 0 0 0 .216-.396V13.658H9.087Z", fill: "#FBB040" }), _jsx("path", { d: "M10.722 16.137v11.314", stroke: "#FFDB96", strokeWidth: "1.302", strokeLinecap: "round" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.01 16.662a.82.82 0 0 0-.367-.66 1.975 1.975 0 0 1-.82-.98c-3.022.102-5.78-.429-7.17-.803a11.605 11.605 0 0 0-1.082-.252 1.814 1.814 0 0 1-1.464-1.773c0-.967.767-1.752 1.725-1.787a2.189 2.189 0 1 1 4.217 1.117l.006.002a2.095 2.095 0 0 1 3.985-.016 2.277 2.277 0 0 1 4.436-.918l.199-.05a1.789 1.789 0 1 1 1.122 3.33 2.637 2.637 0 0 0-.578.15c-.518.195-1.048.357-1.584.491a1.964 1.964 0 0 1-.225.736 2.447 2.447 0 0 0-.281 1.33v.201c0 .585-.474.941-1.06.941a1.06 1.06 0 0 1-1.059-1.06Z", fill: "#fff", stroke: "#000", strokeWidth: ".566", strokeLinecap: "round", strokeLinejoin: "round" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_429_2384", children: _jsx("path", { fill: "#fff", d: "M5.373 0h21.255v32H5.373z" }) }) })] }));
3
+ export default Homebrew;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const N = props => (_jsxs("svg", { width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("rect", { x: "0", y: "0", width: "32", height: "32", fill: "#1e1e1e", stroke: "#ffffff", strokeWidth: "2", rx: "5" }), _jsx("circle", { cx: "5", cy: "5", r: "2", fill: "#ff5f56" }), _jsx("circle", { cx: "10", cy: "5", r: "2", fill: "#ffbd2e" }), _jsx("circle", { cx: "15", cy: "5", r: "2", fill: "#27c93f" })
3
+ // text with outline
4
+ , "// text with outline", _jsx("text", { x: "6", y: "24", fontFamily: "monospace", fontSize: "14", fill: "#00ff00", children: "$n" })] }));
5
+ export default N;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const NVM = props => (_jsxs("svg", { width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("g", { clipPath: "url(#clip0_423_27755)", children: _jsxs("g", { clipPath: "url(#clip1_423_27755)", children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.46 9.846H.104l.792 1.39H2.25l-.792-1.39Z", fill: "#333" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m11.499 14.19-.299-.563-.914-1.565-1.002.017.263.475-2.567.018-.562-.967-1.882.017 10.18 16 3.816-6.822-3.06-5.257-.316-.545-.703-1.213-2.954.404Z", fill: "#333", stroke: "#333", strokeWidth: ".352", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M20.976 12.642c.809-1.39 1.617-2.778 2.409-4.167.175-.3.386-.422.738-.422 2.356.017 4.712 0 7.05 0 .669 0 .845.263.563.879-.738 1.248-1.494 2.479-2.163 3.762-.79 1.354-1.582 2.69-2.373 4.044-1.74 3.025-3.481 6.049-5.24 9.055-.861 1.442-1.705 2.884-2.69 4.255-.21.3-.44.598-.686.862-.632.668-1.16.668-1.793-.018-.299-.316-1.266-1.723-.756-.896-.826-1.301-1.829-2.778-2.655-4.08.264-.615 3.165-5.855 3.921-7.173.088-.088 2.567-4.185 3.675-6.101Z", fill: "#F4DD4B" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m13.398 25.917 4.009-7.368-1.09-1.828", fill: "#000" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m5.503 7.508-1.125.017.686 1.125h.404l.633 1.055 1.846-.035-1.125-1.864-1.125.036-.194-.334ZM5.345 2.075l-1.108.017.668 1.108 1.108-.018-.668-1.107ZM3.376 3.64l-.932.017.563.914.932-.017-.563-.915ZM7.314.193l-.773.018.404.668.774-.018-.405-.668ZM5.521 5.24l-.985.035.51.844.985-.036-.51-.844ZM10.303 5.785l-1.582.035-.264-.422-1.424.035.756 1.23.967-.017.739 1.213 2.04-.035-1.232-2.04ZM8.633 3.042l-1.372.035.721 1.196 1.372-.036-.721-1.195ZM2.567.527l-.633.018.334.545.633-.018-.334-.545ZM13.011 10.022l-2.514.053.51.809h.756l.475.756 1.74-.036-.967-1.582ZM3.147 5.714l-.773.018.404.668.774-.018-.405-.668Z", fill: "#333", stroke: "#333", strokeWidth: ".352", strokeLinecap: "round", strokeLinejoin: "round" })] }) }), _jsxs("defs", { children: [_jsx("clipPath", { id: "clip0_423_27755", children: _jsx("path", { fill: "#fff", d: "M0 0h32v32H0z" }) }), _jsx("clipPath", { id: "clip1_423_27755", children: _jsx("path", { fill: "#fff", d: "M0 0h32v31.473H0z" }) })] })] }));
3
+ export default NVM;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const Volta = props => (_jsxs("svg", { width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("circle", { cx: "16", cy: "16", r: "15", fill: "#6DB9B4", stroke: "#5EA9A2", strokeWidth: "2" }), _jsx("text", { x: "16", y: "21", fontFamily: "Arial", fontSize: "16", fontWeight: "bold", fill: "#FFFFFF", textAnchor: "middle", children: "V" })] }));
3
+ export default Volta;
@@ -0,0 +1,9 @@
1
+ import Choco from '#ui/Icons/InstallationMethod/Choco';
2
+ import Devbox from '#ui/Icons/InstallationMethod/Devbox';
3
+ import Docker from '#ui/Icons/InstallationMethod/Docker';
4
+ import FNM from '#ui/Icons/InstallationMethod/FNM';
5
+ import Homebrew from '#ui/Icons/InstallationMethod/Homebrew';
6
+ import N from '#ui/Icons/InstallationMethod/N';
7
+ import NVM from '#ui/Icons/InstallationMethod/NVM';
8
+ import Volta from '#ui/Icons/InstallationMethod/Volta';
9
+ export { Choco, Devbox, Docker, FNM, Homebrew, N, NVM, Volta };
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const JsGreenIcon = props => (_jsxs("svg", { width: "71", height: "80", viewBox: "0 0 71 80", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsxs("g", { clipPath: "url(#clip0_337_7891)", fill: "#5FA04E", children: [_jsx("path", { d: "M35.625 79.5c-1.081 0-2.09-.288-3.028-.792l-9.59-5.686c-1.442-.792-.721-1.08-.289-1.224 1.947-.648 2.308-.792 4.327-1.944.216-.144.504-.072.72.072l7.356 4.391c.288.144.649.144.865 0l28.77-16.628c.289-.144.433-.431.433-.791V23.714c0-.36-.144-.648-.432-.792L35.986 6.366c-.288-.144-.65-.144-.865 0L6.35 22.922c-.29.144-.434.504-.434.792v33.184c0 .287.145.647.433.791l7.86 4.535c4.254 2.16 6.922-.36 6.922-2.879V26.593c0-.432.36-.864.865-.864h3.678c.432 0 .865.36.865.864v32.752c0 5.687-3.1 8.998-8.509 8.998-1.658 0-2.956 0-6.633-1.8l-7.572-4.319A6.073 6.073 0 0 1 .798 56.97V23.786a6.073 6.073 0 0 1 3.028-5.255l28.77-16.628c1.804-1.008 4.255-1.008 6.058 0l28.77 16.628a6.073 6.073 0 0 1 3.029 5.255V56.97a6.073 6.073 0 0 1-3.029 5.254l-28.77 16.628c-.865.36-1.947.648-3.029.648Z" }), _jsx("path", { d: "M44.567 56.682c-12.62 0-15.215-5.759-15.215-10.654 0-.432.36-.864.865-.864h3.75c.433 0 .793.288.793.72.577 3.815 2.235 5.687 9.879 5.687 6.057 0 8.652-1.368 8.652-4.607 0-1.871-.72-3.24-10.167-4.175-7.86-.792-12.762-2.52-12.762-8.782 0-5.83 4.903-9.285 13.123-9.285 9.23 0 13.772 3.167 14.35 10.077 0 .216-.073.432-.217.648-.144.144-.36.288-.577.288h-3.822a.844.844 0 0 1-.793-.648c-.865-3.96-3.1-5.255-9.013-5.255-6.634 0-7.427 2.304-7.427 4.031 0 2.088.937 2.736 9.879 3.887 8.869 1.152 13.05 2.808 13.05 8.998 0 6.335-5.263 9.934-14.348 9.934Z" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_337_7891", children: _jsx("path", { fill: "#fff", d: "M0 .5h71v79H0z" }) }) })] }));
3
+ export default JsGreenIcon;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const JsWhiteIcon = props => (_jsxs("svg", { width: "71", height: "80", viewBox: "0 0 71 80", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsxs("g", { clipPath: "url(#clip0_337_7892)", children: [_jsx("path", { d: "M35.1193 79.5C34.0343 79.5 33.0217 79.2106 32.0813 78.7041L22.4611 72.9884C21.0144 72.1925 21.7378 71.9031 22.1718 71.7584C24.1247 71.1072 24.4864 70.9625 26.5117 69.8049C26.7287 69.6602 27.0181 69.7326 27.2351 69.8773L34.613 74.2907C34.9023 74.4354 35.264 74.4354 35.481 74.2907L64.3417 57.5775C64.6311 57.4328 64.7757 57.1434 64.7757 56.7817V23.4276C64.7757 23.0659 64.6311 22.7765 64.3417 22.6318L35.481 5.99096C35.1917 5.84626 34.83 5.84626 34.613 5.99096L5.75223 22.6318C5.4629 22.7765 5.31823 23.1382 5.31823 23.4276V56.7817C5.31823 57.0711 5.4629 57.4328 5.75223 57.5775L13.6365 62.1357C17.9041 64.3062 20.5804 61.7739 20.5804 59.2416V26.3217C20.5804 25.8876 20.9421 25.4535 21.4484 25.4535H25.1374C25.5714 25.4535 26.0054 25.8152 26.0054 26.3217V59.2416C26.0054 64.9574 22.8951 68.2855 17.4701 68.2855C15.8065 68.2855 14.5045 68.2855 10.8155 66.4767L3.22059 62.1357C1.33994 61.0504 0.182617 59.0246 0.182617 56.854V23.5C0.182617 21.3295 1.33994 19.3036 3.22059 18.2183L32.0813 1.50517C33.8897 0.492253 36.349 0.492253 38.1573 1.50517L67.0181 18.2183C68.8987 19.3036 70.056 21.3295 70.056 23.5V56.854C70.056 59.0246 68.8987 61.0504 67.0181 62.1357L38.1573 78.8488C37.2893 79.2106 36.2043 79.5 35.1193 79.5Z", fill: "white" }), _jsx("path", { d: "M44.0884 56.5646C31.4302 56.5646 28.8262 50.7765 28.8262 45.8566C28.8262 45.4225 29.1878 44.9883 29.6942 44.9883H33.4555C33.8895 44.9883 34.2511 45.2778 34.2511 45.7119C34.8298 49.5465 36.4934 51.4276 44.1607 51.4276C50.2367 51.4276 52.8406 50.0529 52.8406 46.7971C52.8406 44.916 52.1173 43.5413 42.6417 42.6008C34.7575 41.8049 29.8388 40.0685 29.8388 33.7739C29.8388 27.9134 34.7575 24.4406 43.0034 24.4406C52.262 24.4406 56.8189 27.624 57.3976 34.5697C57.3976 34.7868 57.3253 35.0039 57.1806 35.2209C57.0359 35.3656 56.8189 35.5103 56.6019 35.5103H52.7683C52.4066 35.5103 52.045 35.2209 51.9726 34.8592C51.1047 30.8798 48.8623 29.5775 42.9311 29.5775C36.2764 29.5775 35.4808 31.8927 35.4808 33.6292C35.4808 35.7274 36.4211 36.3785 45.3904 37.5362C54.2873 38.6938 58.4826 40.3579 58.4826 46.5801C58.4826 52.947 53.2023 56.5646 44.0884 56.5646Z", fill: "white" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_337_7892", children: _jsx("rect", { width: "71", height: "79", fill: "white", transform: "translate(0 0.5)" }) }) })] }));
3
+ export default JsWhiteIcon;
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
+ import classNames from 'classnames';
3
+ const NodejsIcon = ({ className, variant = 'default', ariaLabel = '', ...props }) => {
4
+ return (_jsxs("svg", { width: "267", height: "80", viewBox: "0 0 267 80", fill: "none", "aria-label": ariaLabel, xmlns: "http://www.w3.org/2000/svg", className: classNames('fill-[#333333] dark:fill-white', className), ...props, children: [_jsx("mask", { id: "mask0_1803_3458", style: { maskType: 'luminance' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "267", height: "80", children: _jsx("path", { d: "M267 0H0V79.3784H267V0Z", fill: "white" }) }), _jsxs("g", { mask: "url(#mask0_1803_3458)", children: [_jsx("path", { d: "M234.983 78.7547C234.292 78.7547 233.648 78.5695 233.05 78.2452L226.929 74.5871C226.008 74.0776 226.469 73.8924 226.745 73.7998C227.987 73.3829 228.217 73.2903 229.506 72.5495C229.644 72.4569 229.828 72.5033 229.966 72.5959L234.66 75.4206C234.844 75.5132 235.074 75.5132 235.212 75.4206L253.575 64.7235C253.758 64.6309 253.852 64.4457 253.852 64.2143V42.8665C253.852 42.6351 253.758 42.4499 253.575 42.3573L235.212 31.7067C235.028 31.614 234.798 31.614 234.66 31.7067L216.298 42.3573C216.114 42.4499 216.022 42.6813 216.022 42.8665V64.2143C216.022 64.3995 216.114 64.6309 216.298 64.7235L221.314 67.641C224.029 69.0301 225.732 67.4094 225.732 65.7886V44.7189C225.732 44.4411 225.962 44.1633 226.285 44.1633H228.632C228.908 44.1633 229.184 44.3947 229.184 44.7189V65.7886C229.184 69.447 227.205 71.577 223.753 71.577C222.695 71.577 221.867 71.577 219.519 70.4195L214.687 67.641C213.491 66.9463 212.754 65.6498 212.754 64.2604V42.913C212.754 41.5236 213.491 40.2271 214.687 39.5324L233.05 28.8356C234.2 28.1873 235.765 28.1873 236.915 28.8356L255.278 39.5324C256.474 40.2271 257.21 41.5236 257.21 42.913V64.2604C257.21 65.6498 256.474 66.9463 255.278 67.641L236.915 78.3378C236.363 78.5695 235.673 78.7547 234.983 78.7547Z", fill: "#5FA04E" }), _jsx("path", { d: "M240.69 64.075C232.635 64.075 230.978 60.3704 230.978 57.2215C230.978 56.9437 231.208 56.6658 231.53 56.6658H233.923C234.2 56.6658 234.43 56.8511 234.43 57.1289C234.798 59.5831 235.856 60.7873 240.735 60.7873C244.601 60.7873 246.258 59.9074 246.258 57.8236C246.258 56.6197 245.796 55.7398 239.768 55.1377C234.752 54.6282 231.622 53.5169 231.622 49.4881C231.622 45.7374 234.752 43.5145 239.998 43.5145C245.89 43.5145 248.789 45.5521 249.157 49.9976C249.157 50.1366 249.111 50.2754 249.02 50.4144C248.926 50.507 248.789 50.5997 248.649 50.5997H246.21C245.982 50.5997 245.751 50.4144 245.705 50.1828C245.152 47.6359 243.725 46.8025 239.952 46.8025C235.718 46.8025 235.212 48.2842 235.212 49.3955C235.212 50.7384 235.81 51.1553 241.517 51.8962C247.177 52.637 249.847 53.7021 249.847 57.6845C249.847 61.7595 246.487 64.075 240.69 64.075Z", fill: "#5FA04E" }), _jsx("path", { d: "M267.2 41.6621C267.2 43.6071 265.588 45.2279 263.654 45.2279C261.722 45.2279 260.111 43.6533 260.111 41.6621C260.111 39.6247 261.768 38.0966 263.654 38.0966C265.542 38.0966 267.2 39.6709 267.2 41.6621ZM260.664 41.6621C260.664 43.3293 261.999 44.6722 263.608 44.6722C265.266 44.6722 266.601 43.2829 266.601 41.6621C266.601 39.9951 265.266 38.6986 263.608 38.6986C262.045 38.6986 260.664 39.9951 260.664 41.6621ZM262.321 39.6709H263.702C264.162 39.6709 265.083 39.6709 265.083 40.736C265.083 41.4769 264.621 41.6159 264.344 41.7085C264.898 41.7547 264.943 42.1254 264.989 42.6346C265.035 42.9588 265.083 43.5145 265.174 43.6997H264.344C264.344 43.5145 264.207 42.4958 264.207 42.4494C264.162 42.218 264.07 42.1254 263.794 42.1254H263.103V43.7459H262.321V39.6709ZM263.057 41.4307H263.654C264.162 41.4307 264.253 41.0603 264.253 40.875C264.253 40.3194 263.885 40.3194 263.654 40.3194H263.012V41.4307H263.057Z", fill: "#5FA04E" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43.6737 41.9539C43.6737 41.1204 43.2136 40.3334 42.4773 39.9165L23.0104 28.5712C22.6883 28.386 22.3201 28.2934 21.9519 28.2472C21.9059 28.2472 21.7679 28.2472 21.7679 28.2472C21.3997 28.2472 21.0315 28.386 20.7094 28.5712L1.19654 39.8701C0.460209 40.287 0 41.0743 0 41.9539L0.0460209 72.3315C0.0460209 72.7484 0.276126 73.165 0.644293 73.3502C1.01246 73.5819 1.47267 73.5819 1.79482 73.3502L13.3921 66.682C14.1284 66.2653 14.5886 65.4781 14.5886 64.6446V50.4282C14.5886 49.5947 15.0488 48.8074 15.7852 48.3908L20.7094 45.5197C21.0776 45.288 21.4917 45.1954 21.9059 45.1954C22.3201 45.1954 22.7343 45.288 23.0565 45.5197L27.9806 48.3908C28.7169 48.8074 29.1773 49.5947 29.1773 50.4282V64.6446C29.1773 65.4781 29.6375 66.2653 30.3738 66.682L41.8791 73.3502C42.2471 73.5819 42.7073 73.5819 43.0755 73.3502C43.4438 73.165 43.6737 72.7484 43.6737 72.3315V41.9539Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M137.465 0.138922C137.096 -0.0463072 136.636 -0.0463072 136.314 0.138922C135.946 0.370456 135.716 0.740915 135.716 1.15768V31.2573C135.716 31.5351 135.578 31.8129 135.301 31.9984C135.025 32.1372 134.749 32.1372 134.473 31.9984L129.595 29.1735C128.859 28.7569 127.984 28.7569 127.248 29.1735L107.735 40.5188C106.999 40.9357 106.539 41.7227 106.539 42.5562V65.2004C106.539 66.0342 106.999 66.8212 107.735 67.2381L127.248 78.5834C127.984 79 128.859 79 129.595 78.5834L149.108 67.2381C149.844 66.8212 150.304 66.0342 150.304 65.2004V8.75207C150.304 7.87222 149.844 7.085 149.108 6.66824L137.465 0.138922ZM135.67 57.7451C135.67 57.9765 135.578 58.1617 135.394 58.2544L128.72 62.1444C128.536 62.237 128.306 62.237 128.122 62.1444L121.449 58.2544C121.265 58.1617 121.173 57.9303 121.173 57.7451V49.9656C121.173 49.7339 121.265 49.5487 121.449 49.4561L128.122 45.5663C128.306 45.4737 128.536 45.4737 128.72 45.5663L135.394 49.4561C135.578 49.5487 135.67 49.7803 135.67 49.9656V57.7451Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M202.398 49.7801C203.135 49.3632 203.549 48.5762 203.549 47.7425V42.2319C203.549 41.3985 203.089 40.6112 202.398 40.1946L183.023 28.8957C182.287 28.4788 181.413 28.4788 180.676 28.8957L161.164 40.2407C160.427 40.6576 159.967 41.4449 159.967 42.2784V64.9226C159.967 65.7561 160.427 66.5434 161.164 66.96L180.538 78.0737C181.275 78.4905 182.149 78.4905 182.839 78.0737L194.575 71.4983C194.943 71.3131 195.173 70.8962 195.173 70.4793C195.173 70.0627 194.943 69.6459 194.575 69.4606L174.97 58.1153C174.602 57.8839 174.372 57.5135 174.372 57.0966V50.0117C174.372 49.5949 174.602 49.178 174.97 48.9928L181.091 45.4735C181.459 45.2421 181.919 45.2421 182.287 45.4735L188.408 48.9928C188.776 49.2245 189.006 49.5949 189.006 50.0117V55.5685C189.006 55.9853 189.236 56.4019 189.605 56.5872C189.973 56.8188 190.433 56.8188 190.801 56.5872L202.398 49.7801Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M181.551 48.7155C181.689 48.6228 181.874 48.6228 182.012 48.7155L185.739 50.8919C185.877 50.9845 185.969 51.1235 185.969 51.3087V55.6615C185.969 55.8468 185.877 55.9858 185.739 56.0784L182.012 58.2548C181.874 58.3474 181.689 58.3474 181.551 58.2548L177.824 56.0784C177.686 55.9858 177.594 55.8468 177.594 55.6615V51.3087C177.594 51.1235 177.686 50.9845 177.824 50.8919L181.551 48.7155Z", fill: "#5FA04E" }), variant === 'pride' ? (_jsxs("g", { clipPath: "url(#clip0_1_1661)", children: [_jsx("mask", { id: "mask1_1_1661", style: { maskType: 'alpha' }, maskUnits: "userSpaceOnUse", x: "53", y: "28", width: "44", height: "51", children: _jsx("path", { d: "M76.3478 28.9593C75.9882 28.7545 75.5815 28.6469 75.1677 28.6469C74.7539 28.6469 74.3472 28.7545 73.9876 28.9593L54.5067 40.2057C53.7665 40.6229 53.35 41.4099 53.35 42.2422V64.7816C53.35 65.6147 53.8126 66.4016 54.5067 66.8181L73.9876 78.0645C74.3472 78.2693 74.7539 78.3769 75.1677 78.3769C75.5815 78.3769 75.9882 78.2693 76.3478 78.0645L95.8286 66.8181C96.5689 66.4016 96.9854 65.6139 96.9854 64.7816V42.2422C96.9813 41.8325 96.8729 41.4307 96.6705 41.0745C96.4681 40.7184 96.1784 40.4196 95.8286 40.2064L76.3478 28.9593Z", fill: "url(#paint0_linear_1_1661)" }) }), _jsxs("g", { mask: "url(#mask1_1_1661)", children: [_jsx("path", { d: "M97.0564 70.1316H53.35V78.39H97.0564V70.1316Z", fill: "#750787" }), _jsx("path", { d: "M97.0564 61.7731H53.35V70.131H97.0564V61.7731Z", fill: "#004DFF" }), _jsx("path", { d: "M97.0564 53.5147H53.35V61.7732H97.0564V53.5147Z", fill: "#008026" }), _jsx("path", { d: "M97.0564 45.2563H53.35V53.5148H97.0564V45.2563Z", fill: "#FFED00" }), _jsx("path", { d: "M97.0564 36.998H53.35V45.2565H97.0564V36.998Z", fill: "#FF8C00" }), _jsx("path", { d: "M97.0564 28.64H53.35V36.998H97.0564V28.64Z", fill: "#E40303" })] }), _jsxs("g", { style: { mixBlendMode: 'luminosity' }, opacity: "0.5", children: [_jsx("path", { d: "M76.3478 28.9593C75.9882 28.7545 75.5815 28.6469 75.1677 28.6469C74.7539 28.6469 74.3472 28.7545 73.9876 28.9593L54.5067 40.2057C53.7665 40.6229 53.35 41.4099 53.35 42.2422V64.7816C53.35 65.6147 53.8126 66.4016 54.5067 66.8181L73.9876 78.0645C74.3472 78.2693 74.7539 78.3769 75.1677 78.3769C75.5815 78.3769 75.9882 78.2693 76.3478 78.0645L95.8286 66.8181C96.5689 66.4016 96.9854 65.6139 96.9854 64.7816V42.2422C96.9813 41.8325 96.8729 41.4307 96.6705 41.0745C96.4681 40.7184 96.1784 40.4196 95.8286 40.2064L76.3478 28.9593Z", fill: "white" }), _jsxs("g", { style: { mixBlendMode: 'luminosity' }, children: [_jsx("mask", { id: "mask2_1_1661", style: { maskType: 'alpha' }, maskUnits: "userSpaceOnUse", x: "53", y: "28", width: "44", height: "51", children: _jsx("path", { d: "M76.3478 28.9593C75.9882 28.7545 75.5815 28.6469 75.1677 28.6469C74.7539 28.6469 74.3472 28.7545 73.9876 28.9593L54.5067 40.2057C53.7665 40.6229 53.35 41.4099 53.35 42.2422V64.7816C53.35 65.6147 53.8126 66.4016 54.5067 66.8181L73.9876 78.0645C74.3472 78.2693 74.7539 78.3769 75.1677 78.3769C75.5815 78.3769 75.9882 78.2693 76.3478 78.0645L95.8286 66.8181C96.5689 66.4016 96.9854 65.6139 96.9854 64.7816V42.2422C96.9813 41.8325 96.8729 41.4307 96.6705 41.0745C96.4681 40.7184 96.1784 40.4196 95.8286 40.2064L76.3478 28.9593Z", fill: "url(#paint1_linear_1_1661)" }) }), _jsxs("g", { mask: "url(#mask2_1_1661)", children: [_jsx("path", { d: "M76.3478 28.9593C75.9882 28.7545 75.5815 28.6469 75.1677 28.6469C74.7539 28.6469 74.3472 28.7545 73.9876 28.9593L54.5067 40.2057C53.7665 40.6229 53.35 41.4099 53.35 42.2422V64.7816C53.35 65.6147 53.8126 66.4016 54.5067 66.8181L73.9876 78.0645C74.3472 78.2693 74.7539 78.3769 75.1677 78.3769C75.5815 78.3769 75.9882 78.2693 76.3478 78.0645L95.8286 66.8181C96.5689 66.4016 96.9854 65.6139 96.9854 64.7816V42.2422C96.9813 41.8325 96.8729 41.4307 96.6705 41.0745C96.4681 40.7184 96.1784 40.4196 95.8286 40.2064L76.3478 28.9593Z", fill: "url(#paint2_linear_1_1661)" }), _jsx("g", { filter: "url(#filter0_d_1_1661)", children: _jsx("path", { d: "M95.8746 40.2064L76.301 28.9586C76.1087 28.8617 75.9073 28.7843 75.6996 28.7277L53.8153 66.2174C54.0002 66.4491 54.292 66.7869 54.5237 66.9258L73.9875 78.0645C74.5428 78.3882 75.1903 78.481 75.7924 78.2954L96.3832 40.6229C96.2478 40.4469 96.0738 40.3044 95.8746 40.2064Z", fill: "url(#paint3_linear_1_1661)" }) }), _jsx("g", { filter: "url(#filter1_d_1_1661)", children: _jsx("path", { d: "M95.8265 66.8181C96.3818 66.4937 96.8826 65.8866 96.8826 65.1549L75.5587 28.6823C75.0033 28.5895 74.4019 28.6356 73.8926 28.9593L54.4585 40.1596L75.4198 78.3882C75.7247 78.3383 76.0207 78.2448 76.2989 78.1105L95.8265 66.8181Z", fill: "url(#paint4_linear_1_1661)" }) })] })] })] })] })) : (_jsxs(_Fragment, { children: [_jsx("path", { d: "M76.3012 28.9882C75.5647 28.5716 74.6903 28.5716 73.954 28.9882L54.5792 40.241C53.8429 40.6578 53.4287 41.4449 53.4287 42.2786V64.83C53.4287 65.6637 53.8889 66.4507 54.5792 66.8676L73.954 78.1203C74.6903 78.5369 75.5647 78.5369 76.3012 78.1203L95.6758 66.8676C96.4123 66.4507 96.8263 65.6637 96.8263 64.83V42.2786C96.8263 41.4449 96.3662 40.6578 95.6758 40.241L76.3012 28.9882Z", fill: "url(#paint0_linear_1803_3458)" }), _jsx("path", { d: "M95.7221 40.241L76.2554 28.9882C76.0714 28.8956 75.8412 28.803 75.6572 28.7568L53.8433 66.3119C54.0273 66.5433 54.2575 66.7286 54.4874 66.8676L73.9544 78.1203C74.5067 78.4443 75.1508 78.5369 75.749 78.3517L96.2284 40.6578C96.0904 40.4726 95.9063 40.3336 95.7221 40.241Z", fill: "url(#paint1_linear_1803_3458)" }), _jsx("path", { d: "M95.7224 66.8669C96.2747 66.5427 96.6889 65.9871 96.8729 65.385L75.5651 28.7098C75.013 28.6172 74.4146 28.6633 73.9085 28.9876L54.5796 40.1939L75.427 78.4437C75.7031 78.3973 76.0255 78.3046 76.3016 78.1659L95.7224 66.8669Z", fill: "url(#paint2_linear_1803_3458)" })] }))] }), variant === 'pride' ? (_jsxs("defs", { children: [_jsxs("filter", { id: "filter0_d_1_1661", x: "41.8153", y: "16.7277", width: "66.5679", height: "73.6624", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", {}), _jsx("feGaussianBlur", { stdDeviation: "6" }), _jsx("feComposite", { in2: "hardAlpha", operator: "out" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0" }), _jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_1_1661" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_1_1661", result: "shape" })] }), _jsxs("filter", { id: "filter1_d_1_1661", x: "42.4585", y: "16.64", width: "66.4241", height: "73.7482", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [_jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), _jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), _jsx("feOffset", {}), _jsx("feGaussianBlur", { stdDeviation: "6" }), _jsx("feComposite", { in2: "hardAlpha", operator: "out" }), _jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.75 0" }), _jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_1_1661" }), _jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_1_1661", result: "shape" })] }), _jsxs("linearGradient", { id: "paint0_linear_1_1661", x1: "83.1011", y1: "37.3355", x2: "65.4825", y2: "73.2718", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { "stop-color": "#3F873F" }), _jsx("stop", { offset: "0.33", "stop-color": "#3F8B3D" }), _jsx("stop", { offset: "0.637", "stop-color": "#3E9638" }), _jsx("stop", { offset: "0.934", "stop-color": "#3DA92E" }), _jsx("stop", { offset: "1", "stop-color": "#3DAE2B" })] }), _jsxs("linearGradient", { id: "paint1_linear_1_1661", x1: "83.1011", y1: "37.3355", x2: "65.4825", y2: "73.2718", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { "stop-color": "#3F873F" }), _jsx("stop", { offset: "0.33", "stop-color": "#3F8B3D" }), _jsx("stop", { offset: "0.637", "stop-color": "#3E9638" }), _jsx("stop", { offset: "0.934", "stop-color": "#3DA92E" }), _jsx("stop", { offset: "1", "stop-color": "#3DAE2B" })] }), _jsxs("linearGradient", { id: "paint2_linear_1_1661", x1: "83.1011", y1: "37.3355", x2: "65.4825", y2: "73.2718", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { "stop-color": "#3F873F" }), _jsx("stop", { offset: "0.33", "stop-color": "#3F8B3D" }), _jsx("stop", { offset: "0.637", "stop-color": "#3E9638" }), _jsx("stop", { offset: "0.934", "stop-color": "#3DA92E" }), _jsx("stop", { offset: "1", "stop-color": "#3DAE2B" })] }), _jsxs("linearGradient", { id: "paint3_linear_1_1661", x1: "72.2067", y1: "56.1434", x2: "121.636", y2: "19.6297", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: "0.138", "stop-color": "#3F873F" }), _jsx("stop", { offset: "0.402", "stop-color": "#52A044" }), _jsx("stop", { offset: "0.713", "stop-color": "#64B749" }), _jsx("stop", { offset: "0.908", "stop-color": "#6ABF4B" })] }), _jsxs("linearGradient", { id: "paint4_linear_1_1661", x1: "52.636", y1: "53.5048", x2: "97.7135", y2: "53.5048", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: "0.092", "stop-color": "#6ABF4B" }), _jsx("stop", { offset: "0.287", "stop-color": "#64B749" }), _jsx("stop", { offset: "0.598", "stop-color": "#52A044" }), _jsx("stop", { offset: "0.862", "stop-color": "#3F873F" })] }), _jsx("clipPath", { id: "clip0_1_1661", children: _jsx("rect", { width: "43.7067", height: "49.75", fill: "white", transform: "translate(53.35 28.64)" }) })] })) : (_jsxs("defs", { children: [_jsxs("linearGradient", { id: "paint0_linear_1803_3458", x1: "83.0183", y1: "37.3689", x2: "65.3246", y2: "73.2407", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#3F873F" }), _jsx("stop", { offset: "0.3296", stopColor: "#3F8B3D" }), _jsx("stop", { offset: "0.6367", stopColor: "#3E9638" }), _jsx("stop", { offset: "0.9341", stopColor: "#3DA92E" }), _jsx("stop", { offset: "1", stopColor: "#3DAE2B" })] }), _jsxs("linearGradient", { id: "paint1_linear_1803_3458", x1: "72.1833", y1: "56.1876", x2: "121.552", y2: "19.937", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: "0.1376", stopColor: "#3F873F" }), _jsx("stop", { offset: "0.4016", stopColor: "#52A044" }), _jsx("stop", { offset: "0.7129", stopColor: "#64B749" }), _jsx("stop", { offset: "0.9081", stopColor: "#6ABF4B" })] }), _jsxs("linearGradient", { id: "paint2_linear_1803_3458", x1: "52.7188", y1: "53.5463", x2: "97.551", y2: "53.5463", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: "0.0919165", stopColor: "#6ABF4B" }), _jsx("stop", { offset: "0.2871", stopColor: "#64B749" }), _jsx("stop", { offset: "0.5984", stopColor: "#52A044" }), _jsx("stop", { offset: "0.8624", stopColor: "#3F873F" })] })] }))] }));
5
+ };
6
+ export default NodejsIcon;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const NodejsStackedBlackIcon = props => (_jsxs("svg", { width: "267", height: "164", viewBox: "0 0 267 164", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsxs("g", { clipPath: "url(#clip0_337_7902)", children: [_jsx("mask", { id: "mask0_337_7902", style: { maskType: 'luminance' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "267", height: "164", children: _jsx("path", { d: "M267 0H0v164h267V0Z", fill: "#fff" }) }), _jsxs("g", { mask: "url(#mask0_337_7902)", children: [_jsx("path", { d: "M131.991 164c-.905 0-1.75-.242-2.534-.666l-8.027-4.78c-1.207-.666-.604-.908-.242-1.029 1.63-.545 1.931-.666 3.621-1.634.181-.121.423-.061.604.06l6.156 3.692c.241.121.543.121.724 0l24.141-13.98c.242-.121.362-.363.362-.665V117.1c0-.303-.12-.545-.362-.666l-24.081-13.919c-.241-.121-.543-.121-.724 0l-24.08 13.919c-.242.121-.363.424-.363.666v27.898c0 .242.121.544.363.665l6.578 3.813c3.561 1.816 5.794-.303 5.794-2.421V119.52c0-.363.302-.726.724-.726h3.078c.362 0 .724.303.724.726v27.535c0 4.781-2.595 7.565-7.121 7.565-1.388 0-2.475 0-5.553-1.513l-6.337-3.631a5.11 5.11 0 0 1-2.535-4.418V117.16c0-1.815.966-3.51 2.535-4.418l24.141-13.979c1.509-.847 3.561-.847 5.07 0l24.141 13.979a5.112 5.112 0 0 1 2.535 4.418v27.898a5.11 5.11 0 0 1-2.535 4.418l-24.141 13.979c-.905.303-1.811.545-2.656.545Z", fill: "#5FA04E" }), _jsx("path", { d: "M139.415 144.756c-10.562 0-12.735-4.842-12.735-8.957 0-.363.302-.726.724-.726h3.139c.362 0 .664.242.664.605.482 3.208 1.871 4.781 8.268 4.781 5.07 0 7.242-1.15 7.242-3.873 0-1.573-.603-2.723-8.509-3.51-6.579-.666-10.683-2.118-10.683-7.383 0-4.902 4.104-7.807 10.984-7.807 7.725 0 11.528 2.663 12.01 8.473 0 .181-.06.363-.181.544-.12.121-.301.242-.482.242h-3.199a.707.707 0 0 1-.664-.544c-.724-3.329-2.595-4.418-7.544-4.418-5.553 0-6.216 1.937-6.216 3.389 0 1.755.784 2.3 8.268 3.268 7.423.968 10.924 2.36 10.924 7.625 0 5.265-4.346 8.291-12.01 8.291ZM174.178 115.466c0 2.541-2.113 4.659-4.648 4.659a4.655 4.655 0 0 1-4.647-4.659c0-2.663 2.173-4.66 4.647-4.66a4.656 4.656 0 0 1 4.648 4.66Zm-8.51 0c0 2.178 1.75 3.933 3.862 3.933 2.173 0 3.923-1.815 3.923-3.933 0-2.179-1.75-3.873-3.923-3.873a3.855 3.855 0 0 0-3.862 3.873Zm2.112-2.603h1.811c.603 0 1.81 0 1.81 1.392 0 .969-.603 1.15-.965 1.271.724.061.784.545.845 1.211.06.423.12 1.149.241 1.391h-1.086c0-.242-.181-1.573-.181-1.634-.061-.302-.181-.423-.543-.423h-.906v2.118h-1.026v-5.326Zm1.026 2.3h.785c.664 0 .784-.484.784-.726 0-.726-.482-.726-.784-.726h-.845v1.452h.06Z", fill: "#5FA04E" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M57.275 54.828a3.08 3.08 0 0 0-1.57-2.663L30.177 37.34c-.422-.242-.905-.363-1.388-.424h-.241c-.483 0-.966.182-1.388.424L1.569 52.105A3.105 3.105 0 0 0 0 54.828l.06 39.699c0 .545.302 1.09.785 1.331.483.303 1.086.303 1.509 0l15.209-8.714a3.08 3.08 0 0 0 1.569-2.663V65.903A3.08 3.08 0 0 1 20.7 63.24l6.458-3.752c.483-.303 1.026-.424 1.569-.424.543 0 1.086.121 1.509.424l6.457 3.752a3.08 3.08 0 0 1 1.57 2.663V84.48a3.08 3.08 0 0 0 1.569 2.663l15.088 8.714a1.47 1.47 0 0 0 1.57 0c.482-.242.784-.786.784-1.331V54.828ZM180.334.182c-.483-.243-1.087-.243-1.509 0-.483.302-.785.786-.785 1.33V40.85c0 .363-.181.726-.543.968a1.151 1.151 0 0 1-1.086 0l-6.397-3.691a3.103 3.103 0 0 0-3.078 0l-25.59 14.826a3.08 3.08 0 0 0-1.569 2.663v29.592a3.08 3.08 0 0 0 1.569 2.663l25.59 14.827a3.107 3.107 0 0 0 3.078 0l25.589-14.827a3.08 3.08 0 0 0 1.569-2.663v-73.77c0-1.15-.603-2.178-1.569-2.723L180.334.182Zm-2.414 75.282c0 .303-.121.545-.362.666l-8.752 5.083a.892.892 0 0 1-.784 0l-8.751-5.083c-.242-.121-.362-.424-.362-.666V65.297c0-.302.12-.544.362-.665l8.751-5.084a.892.892 0 0 1 .784 0l8.752 5.084c.241.12.362.423.362.665v10.167ZM265.491 65.055c.966-.544 1.509-1.573 1.509-2.662V55.19c0-1.09-.603-2.118-1.509-2.663l-25.408-14.766a3.103 3.103 0 0 0-3.078 0l-25.59 14.827a3.082 3.082 0 0 0-1.569 2.663v29.592c0 1.09.604 2.118 1.569 2.663l25.409 14.524c.965.545 2.112.545 3.017 0l15.39-8.593c.483-.242.785-.787.785-1.332 0-.544-.302-1.089-.785-1.331l-25.71-14.827c-.483-.302-.784-.786-.784-1.331v-9.26c0-.544.301-1.088.784-1.33l8.027-4.6a1.47 1.47 0 0 1 1.569 0l8.027 4.6c.483.302.785.786.785 1.33v7.263c0 .545.301 1.09.784 1.331a1.47 1.47 0 0 0 1.569 0l15.209-8.896Z", fill: "#333" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M238.152 63.663a.546.546 0 0 1 .603 0l4.889 2.845a.636.636 0 0 1 .302.544v5.689a.636.636 0 0 1-.302.545l-4.889 2.844a.546.546 0 0 1-.603 0l-4.889-2.844a.636.636 0 0 1-.302-.545v-5.689c0-.242.121-.423.302-.544l4.889-2.844Z", fill: "#5FA04E" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M96.987 37.883a3.104 3.104 0 0 1 3.078 0l25.348 14.706c.966.545 1.509 1.573 1.509 2.663v29.35c0 1.09-.604 2.118-1.509 2.663l-25.348 14.705a3.102 3.102 0 0 1-3.078 0L71.639 87.265c-.966-.545-1.51-1.573-1.51-2.663v-29.41c0-1.09.604-2.119 1.51-2.664l25.348-14.645Z", fill: "url(#paint0_linear_337_7902)" }), _jsx("path", { opacity: ".66", d: "m125.292 52.528-25.227-14.705a4.192 4.192 0 0 0-.785-.303L70.733 86.54c.242.302.544.544.845.726l25.409 14.706c.784.423 1.63.544 2.414.242l26.676-48.958c-.181-.303-.483-.545-.785-.727Z", fill: "#B4B4B4" }), _jsx("path", { d: "m100.004 101.97 25.288-14.705c.966-.545 1.388-1.573 1.388-2.663v-.12L99.28 37.58c-.784-.242-1.63-.121-2.353.302L71.82 52.407l27.28 49.866a3.12 3.12 0 0 0 .904-.303Z", fill: "url(#paint1_linear_337_7902)" })] })] }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: "paint0_linear_337_7902", x1: "70.117", y1: "69.914", x2: "126.971", y2: "69.914", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: ".005" }), _jsx("stop", { offset: ".194", stopColor: "#171717" }), _jsx("stop", { offset: ".542", stopColor: "#3D3D3D" }), _jsx("stop", { offset: ".824", stopColor: "#545454" }), _jsx("stop", { offset: "1", stopColor: "#5C5C5C" })] }), _jsxs("linearGradient", { id: "paint1_linear_337_7902", x1: "69.724", y1: "69.872", x2: "128.373", y2: "69.872", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#5C5C5C" }), _jsx("stop", { offset: ".176", stopColor: "#545454" }), _jsx("stop", { offset: ".458", stopColor: "#3D3D3D" }), _jsx("stop", { offset: ".806", stopColor: "#171717" }), _jsx("stop", { offset: ".995" })] }), _jsx("clipPath", { id: "clip0_337_7902", children: _jsx("path", { fill: "#fff", d: "M0 0h267v164H0z" }) })] })] }));
3
+ export default NodejsStackedBlackIcon;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const NodejsStackedDarkIcon = props => (_jsxs("svg", { width: "289", height: "177", viewBox: "0 0 289 177", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsxs("g", { clipPath: "url(#clip0_337_7900)", children: [_jsx("mask", { id: "mask0_337_7900", style: { maskType: 'luminance' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "289", height: "177", children: _jsx("path", { d: "M289 0H0v177h289V0Z", fill: "#fff" }) }), _jsxs("g", { mask: "url(#mask0_337_7900)", children: [_jsx("path", { d: "M142.802 177c-.98 0-1.895-.261-2.744-.719l-8.688-5.161c-1.307-.719-.653-.98-.262-1.111 1.764-.588 2.091-.719 3.92-1.764.196-.131.457-.066.653.065l6.663 3.986c.262.13.588.13.784 0l26.065-15.093c.262-.131.392-.392.392-.719v-30.121c0-.326-.13-.588-.392-.718l-26.065-15.028c-.261-.131-.588-.131-.784 0l-26.064 15.028c-.262.13-.392.457-.392.718v30.121c0 .261.13.588.392.719l7.12 4.116c3.854 1.96 6.271-.327 6.271-2.614v-29.728c0-.392.327-.784.784-.784h3.332c.392 0 .784.326.784.784v29.728c0 5.162-2.809 8.168-7.709 8.168-1.502 0-2.678 0-6.01-1.634l-6.859-3.92a5.515 5.515 0 0 1-2.743-4.77v-30.12a5.514 5.514 0 0 1 2.743-4.77l26.065-15.093c1.633-.915 3.854-.915 5.487 0l26.065 15.093a5.513 5.513 0 0 1 2.744 4.77v30.12c0 1.96-1.045 3.79-2.744 4.77l-26.065 15.093c-.784.327-1.763.588-2.743.588Z", fill: "#5FA04E" }), _jsx("path", { d: "M150.902 156.288c-11.432 0-13.784-5.227-13.784-9.67 0-.392.327-.784.784-.784h3.397c.392 0 .719.261.719.653.522 3.463 2.025 5.162 8.949 5.162 5.488 0 7.839-1.241 7.839-4.182 0-1.698-.653-2.94-9.211-3.789-7.12-.719-11.562-2.287-11.562-7.971 0-5.293 4.442-8.429 11.889-8.429 8.362 0 12.477 2.875 13 9.147 0 .196-.066.392-.196.588-.131.131-.327.262-.523.262h-3.462a.767.767 0 0 1-.719-.588c-.784-3.594-2.809-4.77-8.165-4.77-6.01 0-6.729 2.091-6.729 3.659 0 1.895.849 2.483 8.95 3.528 8.035 1.045 11.824 2.548 11.824 8.167 0 5.75-4.769 9.017-13 9.017ZM188.529 124.664c0 2.745-2.286 5.031-5.03 5.031-2.743 0-5.03-2.221-5.03-5.031 0-2.874 2.352-5.031 5.03-5.031 2.679 0 5.03 2.222 5.03 5.031Zm-9.276 0c0 2.353 1.895 4.247 4.181 4.247 2.352 0 4.246-1.96 4.246-4.247 0-2.352-1.894-4.181-4.246-4.181-2.221 0-4.181 1.829-4.181 4.181Zm2.352-2.809h1.96c.653 0 1.959 0 1.959 1.503 0 1.045-.653 1.241-1.045 1.372.784.065.849.588.915 1.307.065.457.13 1.241.261 1.502h-1.176c0-.261-.196-1.698-.196-1.764-.065-.326-.196-.457-.588-.457h-.98v2.287h-1.11v-5.75Zm1.045 2.483h.849c.719 0 .85-.523.85-.784 0-.784-.523-.784-.85-.784h-.914v1.568h.065Z", fill: "#5FA04E" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M61.994 59.196a3.324 3.324 0 0 0-1.699-2.875L32.663 40.313c-.457-.26-.98-.392-1.503-.457H30.9c-.523 0-1.045.196-1.503.457L1.698 56.256A3.35 3.35 0 0 0 0 59.196l.065 42.862c0 .588.327 1.176.85 1.437.522.327 1.175.327 1.633 0l16.462-9.409a3.324 3.324 0 0 0 1.698-2.874v-20.06c0-1.175.653-2.286 1.699-2.874l6.99-4.051c.522-.327 1.11-.457 1.698-.457.588 0 1.176.13 1.633.457l6.99 4.051a3.324 3.324 0 0 1 1.698 2.875V91.21c0 1.177.654 2.287 1.699 2.875l16.331 9.409a1.593 1.593 0 0 0 1.699 0c.522-.261.849-.849.849-1.437V59.196ZM195.127.196c-.522-.261-1.176-.261-1.633 0-.522.327-.849.85-.849 1.437v42.47c0 .392-.196.784-.588 1.045a1.25 1.25 0 0 1-1.176 0l-6.924-3.985a3.367 3.367 0 0 0-3.332 0L152.927 57.17a3.325 3.325 0 0 0-1.698 2.874v31.95c0 1.177.653 2.287 1.698 2.875l27.698 16.008a3.367 3.367 0 0 0 3.332 0l27.698-16.008a3.324 3.324 0 0 0 1.698-2.874V12.349a3.35 3.35 0 0 0-1.698-2.94L195.127.196Zm-2.547 81.28c0 .327-.131.588-.392.719l-9.473 5.488a.968.968 0 0 1-.849 0l-9.472-5.488c-.261-.13-.392-.457-.392-.719V70.5c0-.326.131-.588.392-.718l9.472-5.489a.968.968 0 0 1 .849 0l9.473 5.489c.261.13.392.457.392.718v10.977ZM287.301 70.238c1.046-.588 1.634-1.699 1.634-2.875v-7.775a3.404 3.404 0 0 0-1.634-2.875l-27.502-15.942a3.365 3.365 0 0 0-3.331 0L228.77 56.779a3.325 3.325 0 0 0-1.699 2.874v31.95c0 1.177.654 2.287 1.699 2.875l27.502 15.681c1.045.589 2.286.589 3.266 0l16.658-9.277c.523-.262.849-.85.849-1.438s-.326-1.176-.849-1.437l-27.829-16.008c-.522-.327-.849-.85-.849-1.438v-9.996c0-.588.327-1.176.849-1.438l8.689-4.965a1.593 1.593 0 0 1 1.698 0l8.688 4.965c.523.327.85.85.85 1.438v7.84c0 .588.326 1.176.849 1.438a1.594 1.594 0 0 0 1.698 0l16.462-9.605Z", fill: "#333" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M257.709 68.735a.593.593 0 0 1 .653 0l5.291 3.071c.196.13.327.327.327.588v6.142a.686.686 0 0 1-.327.588l-5.291 3.07a.593.593 0 0 1-.653 0l-5.292-3.07a.685.685 0 0 1-.326-.588v-6.142c0-.261.13-.457.326-.588l5.292-3.07Z", fill: "#5FA04E" }), _jsx("path", { d: "M108.31 40.901a3.367 3.367 0 0 0-3.332 0L77.476 56.778c-1.045.589-1.633 1.7-1.633 2.875v31.82c0 1.176.653 2.287 1.633 2.875l27.502 15.877a3.367 3.367 0 0 0 3.332 0l27.502-15.877c1.045-.588 1.633-1.7 1.633-2.875v-31.82a3.406 3.406 0 0 0-1.633-2.874L108.31 40.9Z", fill: "url(#paint0_linear_337_7900)" }), _jsx("path", { d: "M135.877 56.779 108.244 40.9a4.543 4.543 0 0 0-.849-.326L76.5 93.5c.261.327.673.804 1 1l27.478 15.725c.784.457 1.698.588 2.548.326l29.069-53.184a2.044 2.044 0 0 0-.718-.588Z", fill: "url(#paint1_linear_337_7900)" }), _jsx("path", { d: "m104.063 35.086-.392.196h.523l-.131-.196Z", fill: "url(#paint2_linear_337_7900)" }), _jsx("path", { d: "M135.809 94.348c.784-.458 1.491-1.315 1.491-2.348l-30.104-51.49c-.784-.131-1.633-.066-2.352.391L77.408 56.713 107 110.682a4.54 4.54 0 0 0 1.241-.392l27.568-15.942Z", fill: "url(#paint3_linear_337_7900)" })] })] }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: "paint0_linear_337_7900", x1: "117.844", y1: "52.726", x2: "92.971", y2: "103.459", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#3F873F" }), _jsx("stop", { offset: ".33", stopColor: "#3F8B3D" }), _jsx("stop", { offset: ".637", stopColor: "#3E9638" }), _jsx("stop", { offset: ".934", stopColor: "#3DA92E" }), _jsx("stop", { offset: "1", stopColor: "#3DAE2B" })] }), _jsxs("linearGradient", { id: "paint1_linear_337_7900", x1: "102.464", y1: "79.278", x2: "172.246", y2: "27.73", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: ".138", stopColor: "#3F873F" }), _jsx("stop", { offset: ".402", stopColor: "#52A044" }), _jsx("stop", { offset: ".713", stopColor: "#64B749" }), _jsx("stop", { offset: ".908", stopColor: "#6ABF4B" })] }), _jsxs("linearGradient", { id: "paint2_linear_337_7900", x1: "74.834", y1: "35.163", x2: "138.473", y2: "35.163", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: ".092", stopColor: "#6ABF4B" }), _jsx("stop", { offset: ".287", stopColor: "#64B749" }), _jsx("stop", { offset: ".598", stopColor: "#52A044" }), _jsx("stop", { offset: ".862", stopColor: "#3F873F" })] }), _jsxs("linearGradient", { id: "paint3_linear_337_7900", x1: "74.835", y1: "75.553", x2: "138.473", y2: "75.553", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: ".092", stopColor: "#6ABF4B" }), _jsx("stop", { offset: ".287", stopColor: "#64B749" }), _jsx("stop", { offset: ".598", stopColor: "#52A044" }), _jsx("stop", { offset: ".862", stopColor: "#3F873F" })] }), _jsx("clipPath", { id: "clip0_337_7900", children: _jsx("path", { fill: "#fff", d: "M0 0h289v177H0z" }) })] })] }));
3
+ export default NodejsStackedDarkIcon;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const NodejsStackedLightIcon = props => (_jsxs("svg", { width: "319", height: "195", viewBox: "0 0 319 195", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsxs("g", { clipPath: "url(#clip0_337_7901)", children: [_jsx("mask", { id: "mask0_337_7901", style: { maskType: 'luminance' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "319", height: "195", children: _jsx("path", { d: "M319 0H0V195H319V0Z", fill: "white" }) }), _jsxs("g", { mask: "url(#mask0_337_7901)", children: [_jsx("path", { d: "M157.625 195C156.544 195 155.534 194.712 154.597 194.208L145.007 188.522C143.565 187.73 144.286 187.442 144.718 187.298C146.665 186.65 147.026 186.506 149.045 185.354C149.261 185.21 149.549 185.282 149.766 185.426L157.121 189.817C157.409 189.961 157.77 189.961 157.986 189.817L186.756 173.189C187.045 173.045 187.189 172.757 187.189 172.398V139.214C187.189 138.854 187.045 138.566 186.756 138.422L157.986 121.866C157.697 121.722 157.337 121.722 157.121 121.866L128.35 138.422C128.062 138.566 127.917 138.926 127.917 139.214V172.398C127.917 172.686 128.062 173.045 128.35 173.189L136.21 177.724C140.464 179.884 143.132 177.364 143.132 174.845V142.093C143.132 141.661 143.492 141.229 143.997 141.229H147.675C148.107 141.229 148.54 141.589 148.54 142.093V174.845C148.54 180.532 145.439 183.843 140.031 183.843C138.373 183.843 137.075 183.843 133.398 182.043L125.826 177.724C123.952 176.645 122.798 174.629 122.798 172.47V139.286C122.798 137.126 123.952 135.111 125.826 134.031L154.597 117.403C156.4 116.395 158.851 116.395 160.654 117.403L189.424 134.031C191.299 135.111 192.453 137.126 192.453 139.286V172.47C192.453 174.629 191.299 176.645 189.424 177.724L160.654 194.352C159.789 194.712 158.707 195 157.625 195Z", fill: "#5FA04E" }), _jsx("path", { d: "M166.567 172.182C153.948 172.182 151.352 166.423 151.352 161.528C151.352 161.096 151.713 160.664 152.217 160.664H155.967C156.4 160.664 156.76 160.952 156.76 161.384C157.337 165.199 158.995 167.071 166.639 167.071C172.696 167.071 175.291 165.703 175.291 162.464C175.291 160.592 174.57 159.225 165.124 158.289C157.265 157.497 152.362 155.77 152.362 149.507C152.362 143.677 157.265 140.221 165.485 140.221C174.715 140.221 179.257 143.389 179.834 150.299C179.834 150.515 179.762 150.731 179.618 150.947C179.474 151.091 179.257 151.235 179.041 151.235H175.219C174.859 151.235 174.498 150.947 174.426 150.587C173.561 146.628 171.326 145.332 165.413 145.332C158.779 145.332 157.986 147.636 157.986 149.363C157.986 151.451 158.923 152.099 167.864 153.25C176.734 154.402 180.916 156.058 180.916 162.248C180.916 168.583 175.652 172.182 166.567 172.182Z", fill: "#5FA04E" }), _jsx("path", { d: "M208.1 137.342C208.1 140.365 205.576 142.885 202.548 142.885C199.519 142.885 196.996 140.437 196.996 137.342C196.996 134.175 199.591 131.8 202.548 131.8C205.504 131.8 208.1 134.247 208.1 137.342ZM197.861 137.342C197.861 139.934 199.952 142.021 202.476 142.021C205.072 142.021 207.163 139.862 207.163 137.342C207.163 134.751 205.072 132.735 202.476 132.735C200.024 132.735 197.861 134.751 197.861 137.342ZM200.457 134.247H202.62C203.341 134.247 204.783 134.247 204.783 135.903C204.783 137.054 204.062 137.27 203.629 137.414C204.495 137.486 204.567 138.062 204.639 138.854C204.711 139.358 204.783 140.221 204.927 140.509H203.629C203.629 140.221 203.413 138.638 203.413 138.566C203.341 138.206 203.197 138.062 202.764 138.062H201.683V140.581H200.457V134.247ZM201.61 136.982H202.548C203.341 136.982 203.485 136.406 203.485 136.118C203.485 135.255 202.908 135.255 202.548 135.255H201.538V136.982H201.61Z", fill: "#5FA04E" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M68.4293 65.2159C68.4293 63.9203 67.7082 62.6966 66.5545 62.0487L36.0533 44.4131C35.5486 44.1251 34.9717 43.9812 34.3949 43.9092C34.3228 43.9092 34.1065 43.9092 34.1065 43.9092C33.5296 43.9092 32.9528 44.1251 32.448 44.4131L1.87477 61.9767C0.721067 62.6246 0 63.8483 0 65.2159L0.0721067 112.436C0.0721067 113.084 0.43264 113.732 1.00949 114.02C1.58635 114.38 2.30741 114.38 2.81216 114.02L20.983 103.654C22.1368 103.007 22.8578 101.783 22.8578 100.487V78.3887C22.8578 77.093 23.5789 75.8693 24.7326 75.2215L32.448 70.7586C33.0249 70.3987 33.6738 70.2547 34.3228 70.2547C34.9717 70.2547 35.6207 70.3987 36.1255 70.7586L43.8409 75.2215C44.9946 75.8693 45.7156 77.093 45.7156 78.3887V100.487C45.7156 101.783 46.4367 103.007 47.5904 103.654L65.6171 114.02C66.1939 114.38 66.915 114.38 67.4919 114.02C68.0687 113.732 68.4293 113.084 68.4293 112.436V65.2159Z", fill: "white" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M215.382 0.215947C214.806 -0.0719823 214.085 -0.0719823 213.58 0.215947C213.003 0.575858 212.642 1.15172 212.642 1.79956V48.588C212.642 49.0199 212.426 49.4518 211.993 49.7398C211.561 49.9557 211.128 49.9557 210.696 49.7398L203.052 45.3488C201.899 44.701 200.528 44.701 199.375 45.3488L168.802 62.9845C167.648 63.6323 166.927 64.856 166.927 66.1517V101.351C166.927 102.647 167.648 103.87 168.802 104.518L199.375 122.154C200.528 122.802 201.899 122.802 203.052 122.154L233.625 104.518C234.779 103.87 235.5 102.647 235.5 101.351V13.6047C235.5 12.237 234.779 11.0133 233.625 10.3654L215.382 0.215947ZM212.57 89.7619C212.57 90.1218 212.426 90.4098 212.138 90.5537L201.682 96.6002C201.394 96.7442 201.033 96.7442 200.745 96.6002L190.289 90.5537C190.001 90.4098 189.857 90.0498 189.857 89.7619V77.6689C189.857 77.309 190.001 77.021 190.289 76.8771L200.745 70.8306C201.033 70.6866 201.394 70.6866 201.682 70.8306L212.138 76.8771C212.426 77.021 212.57 77.381 212.57 77.6689V89.7619Z", fill: "white" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M317.125 77.3809C318.279 76.7331 318.928 75.5094 318.928 74.2137V65.6478C318.928 64.3522 318.207 63.1285 317.125 62.4806L286.769 44.9169C285.615 44.2691 284.245 44.2691 283.091 44.9169L252.518 62.5526C251.364 63.2004 250.643 64.4241 250.643 65.7198V100.919C250.643 102.215 251.364 103.439 252.518 104.086L282.875 121.362C284.028 122.01 285.398 122.01 286.48 121.362L304.867 111.141C305.444 110.853 305.805 110.205 305.805 109.557C305.805 108.909 305.444 108.261 304.867 107.973L274.15 90.3378C273.573 89.9778 273.212 89.402 273.212 88.7542V77.7409C273.212 77.093 273.573 76.4452 274.15 76.1573L283.74 70.6866C284.317 70.3267 285.038 70.3267 285.615 70.6866L295.205 76.1573C295.782 76.5172 296.142 77.093 296.142 77.7409V86.3787C296.142 87.0266 296.503 87.6744 297.08 87.9623C297.657 88.3223 298.378 88.3223 298.955 87.9623L317.125 77.3809Z", fill: "white" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M284.461 75.7253C284.677 75.5814 284.966 75.5814 285.182 75.7253L291.023 79.1085C291.239 79.2525 291.383 79.4684 291.383 79.7564V86.5227C291.383 86.8106 291.239 87.0266 291.023 87.1705L285.182 90.5537C284.966 90.6977 284.677 90.6977 284.461 90.5537L278.62 87.1705C278.404 87.0266 278.26 86.8106 278.26 86.5227V79.7564C278.26 79.4684 278.404 79.2525 278.62 79.1085L284.461 75.7253Z", fill: "#5FA04E" }), _jsx("path", { d: "M119.445 44.5068C118.271 43.8467 116.878 43.8467 115.705 44.5068L84.8332 62.3292C83.6599 62.9892 83 64.2361 83 65.5563V101.275C83 102.595 83.7332 103.841 84.8332 104.502L115.705 122.324C116.878 122.984 118.271 122.984 119.445 122.324L150.317 104.502C151.49 103.841 152.15 102.595 152.15 101.275V65.5563C152.15 64.2361 151.416 62.9892 150.317 62.3292L119.445 44.5068Z", fill: "url(#paint0_linear_337_7901)" }), _jsx("path", { d: "M150.39 62.3292L119.371 44.5067C119.078 44.3601 118.711 44.2134 118.418 44.14L83.7378 103.55C84.0311 103.917 84.4937 104.452 84.8603 104.672L115.705 122.324C116.585 122.837 117.611 122.984 118.565 122.69L151.196 62.9892C150.976 62.6959 150.683 62.4759 150.39 62.3292Z", fill: "url(#paint1_linear_337_7901)" }), _jsx("path", { d: "M150.314 104.502C151.194 103.988 151.987 103.026 151.987 101.866L118.195 44.0667C117.315 43.92 116.362 43.9934 115.555 44.5068L84.7567 62.2559L117.975 122.837C118.415 122.764 118.928 122.617 119.368 122.397L150.314 104.502Z", fill: "url(#paint2_linear_337_7901)" })] })] }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: "paint0_linear_337_7901", x1: "130.147", y1: "57.7802", x2: "102.227", y2: "114.729", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#3F873F" }), _jsx("stop", { offset: "0.3296", stopColor: "#3F8B3D" }), _jsx("stop", { offset: "0.6367", stopColor: "#3E9638" }), _jsx("stop", { offset: "0.9341", stopColor: "#3DA92E" }), _jsx("stop", { offset: "1", stopColor: "#3DAE2B" })] }), _jsxs("linearGradient", { id: "paint1_linear_337_7901", x1: "112.883", y1: "87.586", x2: "191.215", y2: "29.7213", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: "0.1376", stopColor: "#3F873F" }), _jsx("stop", { offset: "0.4016", stopColor: "#52A044" }), _jsx("stop", { offset: "0.7129", stopColor: "#64B749" }), _jsx("stop", { offset: "0.9081", stopColor: "#6ABF4B" })] }), _jsxs("linearGradient", { id: "paint2_linear_337_7901", x1: "81.8683", y1: "83.4042", x2: "153.304", y2: "83.4042", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: "0.0919165", stopColor: "#6ABF4B" }), _jsx("stop", { offset: "0.2871", stopColor: "#64B749" }), _jsx("stop", { offset: "0.5984", stopColor: "#52A044" }), _jsx("stop", { offset: "0.8624", stopColor: "#3F873F" })] }), _jsx("clipPath", { id: "clip0_337_7901", children: _jsx("rect", { width: "319", height: "195", fill: "white" }) })] })] }));
3
+ export default NodejsStackedLightIcon;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const NodejsStackedWhiteIcon = props => (_jsxs("svg", { width: "320", height: "196", viewBox: "0 0 320 196", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsxs("g", { clipPath: "url(#clip0_337_7903)", children: [_jsx("mask", { id: "mask0_337_7903", style: { maskType: 'luminance' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "320", height: "196", children: _jsx("path", { d: "M320 0H0v196h320V0Z", fill: "#fff" }) }), _jsxs("g", { mask: "url(#mask0_337_7903)", children: [_jsx("path", { d: "M158.119 196c-1.085 0-2.097-.289-3.038-.796l-9.62-5.716c-1.447-.795-.723-1.085-.289-1.23 1.953-.651 2.314-.795 4.34-1.953.217-.145.506-.072.723.072l7.378 4.414c.289.144.651.144.868 0l28.861-16.713c.289-.145.434-.435.434-.796v-33.354c0-.362-.145-.652-.434-.796l-28.861-16.641c-.289-.145-.651-.145-.868 0l-28.861 16.641c-.289.144-.434.506-.434.796v33.354c0 .289.145.651.434.796l7.884 4.558c4.268 2.17 6.944-.362 6.944-2.894v-32.92c0-.434.362-.869.868-.869h3.689a.88.88 0 0 1 .868.869v32.92c0 5.715-3.11 9.044-8.535 9.044-1.664 0-2.966 0-6.654-1.809l-7.595-4.341a6.107 6.107 0 0 1-3.038-5.282V140a6.107 6.107 0 0 1 3.038-5.282l28.86-16.713c1.809-1.013 4.268-1.013 6.076 0l28.861 16.713a6.107 6.107 0 0 1 3.038 5.282v33.354a6.107 6.107 0 0 1-3.038 5.282l-28.861 16.713c-.868.362-1.953.651-3.038.651Z", fill: "#fff" }), _jsx("path", { d: "M167.088 173.065c-12.658 0-15.262-5.789-15.262-10.708 0-.435.362-.869.868-.869h3.761c.434 0 .796.29.796.724.579 3.834 2.242 5.716 9.91 5.716 6.076 0 8.68-1.375 8.68-4.631 0-1.881-.724-3.256-10.199-4.196-7.885-.796-12.803-2.533-12.803-8.827 0-5.861 4.918-9.333 13.164-9.333 9.259 0 13.816 3.183 14.395 10.129 0 .217-.073.434-.217.651-.145.145-.362.289-.579.289h-3.834a.847.847 0 0 1-.795-.651c-.868-3.979-3.111-5.282-9.042-5.282-6.655 0-7.45 2.316-7.45 4.052 0 2.098.94 2.75 9.909 3.907 8.897 1.158 13.093 2.822 13.093 9.044 0 6.367-5.281 9.985-14.395 9.985ZM208.752 138.047c0 3.038-2.532 5.571-5.57 5.571-3.038 0-5.569-2.46-5.569-5.571 0-3.184 2.604-5.572 5.569-5.572 2.966 0 5.57 2.46 5.57 5.572Zm-10.271 0c0 2.604 2.097 4.702 4.629 4.702 2.604 0 4.702-2.17 4.702-4.702 0-2.605-2.098-4.631-4.702-4.631-2.459 0-4.629 2.026-4.629 4.631Zm2.604-3.112h2.17c.723 0 2.17 0 2.17 1.664 0 1.158-.724 1.375-1.158 1.52.868.072.941.651 1.013 1.447.072.506.145 1.375.289 1.664h-1.302c0-.289-.217-1.881-.217-1.954-.072-.361-.217-.506-.651-.506h-1.085v2.532h-1.229v-6.367Zm1.157 2.75h.94c.796 0 .941-.579.941-.868 0-.869-.579-.869-.941-.869h-1.012v1.737h.072Z", fill: "#fff" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M68.644 65.55a3.681 3.681 0 0 0-1.88-3.183L36.165 44.64c-.506-.29-1.085-.434-1.663-.507h-.29c-.578 0-1.157.217-1.663.507L1.88 62.295A3.71 3.71 0 0 0 0 65.55l.072 47.463c0 .651.362 1.302.94 1.592.58.361 1.303.361 1.809 0l18.228-10.419a3.68 3.68 0 0 0 1.88-3.183V78.791c0-1.303.724-2.533 1.881-3.184l7.74-4.486c.578-.361 1.23-.506 1.88-.506.651 0 1.302.145 1.809.506l7.74 4.486a3.681 3.681 0 0 1 1.88 3.184v22.212a3.68 3.68 0 0 0 1.88 3.183l18.084 10.419a1.768 1.768 0 0 0 1.88 0c.58-.29.94-.941.94-1.592V65.55ZM216.058.217c-.579-.29-1.302-.29-1.809 0-.578.362-.94.94-.94 1.592v47.028c0 .434-.217.868-.651 1.158a1.383 1.383 0 0 1-1.302 0l-7.667-4.414a3.727 3.727 0 0 0-3.689 0l-30.669 17.726a3.682 3.682 0 0 0-1.881 3.184v35.38c0 1.302.724 2.532 1.881 3.183L200 122.78a3.723 3.723 0 0 0 3.689 0l30.669-17.726a3.682 3.682 0 0 0 1.881-3.183V13.674a3.711 3.711 0 0 0-1.881-3.255L216.058.217Zm-2.821 90.005c0 .362-.145.651-.434.796l-10.488 6.078c-.29.144-.651.144-.941 0l-10.488-6.078c-.289-.145-.434-.506-.434-.796V78.067c0-.362.145-.651.434-.796l10.488-6.077c.29-.145.651-.145.941 0l10.488 6.077c.289.145.434.507.434.796v12.155ZM318.119 77.778c1.158-.651 1.809-1.881 1.809-3.184v-8.61a3.77 3.77 0 0 0-1.809-3.183l-30.452-17.654a3.727 3.727 0 0 0-3.689 0l-30.669 17.726a3.681 3.681 0 0 0-1.88 3.184v35.38a3.68 3.68 0 0 0 1.88 3.183l30.452 17.365c1.158.651 2.532.651 3.617 0l18.445-10.274c.579-.29.94-.941.94-1.592 0-.651-.361-1.302-.94-1.592l-30.814-17.726c-.578-.362-.94-.94-.94-1.592V78.14c0-.65.362-1.302.94-1.591l9.62-5.499a1.766 1.766 0 0 1 1.881 0l9.62 5.499c.579.362.941.94.941 1.591v8.683c0 .65.361 1.302.94 1.591a1.766 1.766 0 0 0 1.881 0l18.227-10.635Z", fill: "#fff" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M285.353 76.114a.656.656 0 0 1 .723 0l5.859 3.4a.76.76 0 0 1 .362.651v6.801a.76.76 0 0 1-.362.652l-5.859 3.4a.656.656 0 0 1-.723 0l-5.859-3.4a.76.76 0 0 1-.362-.652v-6.8a.76.76 0 0 1 .362-.652l5.859-3.4Z", fill: "#fff" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M116.023 45.51a3.727 3.727 0 0 1 3.689 0l30.379 17.58c1.158.652 1.809 1.882 1.809 3.184v35.018a3.77 3.77 0 0 1-1.809 3.184l-30.379 17.581a3.728 3.728 0 0 1-3.689 0l-30.38-17.581c-1.157-.651-1.808-1.881-1.808-3.184v-35.09a3.77 3.77 0 0 1 1.808-3.183l30.38-17.51Z", fill: "url(#paint0_linear_337_7903)" }), _jsx("path", { opacity: ".66", d: "m149.946 63.018-30.235-17.581a5.042 5.042 0 0 0-.94-.362l-34.214 58.532c.29.362.651.651 1.013.868l30.452 17.582c.94.506 1.953.651 2.893.289l31.971-58.532a2.611 2.611 0 0 0-.94-.796Z", fill: "#4B4B4B" }), _jsx("path", { d: "m119.638 122.057 30.308-17.582c1.157-.651 1.663-1.881 1.663-3.183v-.145L118.77 45.075c-.94-.29-1.953-.145-2.821.362L85.859 62.8l32.694 59.618c.434-.073.796-.145 1.085-.362Z", fill: "url(#paint1_linear_337_7903)" })] })] }), _jsxs("defs", { children: [_jsxs("linearGradient", { id: "paint0_linear_337_7903", x1: "83.828", y1: "83.773", x2: "151.968", y2: "83.773", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: ".005", stopColor: "#fff" }), _jsx("stop", { offset: ".194", stopColor: "#E8E8E8" }), _jsx("stop", { offset: ".542", stopColor: "#C2C2C2" }), _jsx("stop", { offset: ".824", stopColor: "#ABABAB" }), _jsx("stop", { offset: "1", stopColor: "#A3A3A3" })] }), _jsxs("linearGradient", { id: "paint1_linear_337_7903", x1: "83.356", y1: "83.723", x2: "153.647", y2: "83.723", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#A3A3A3" }), _jsx("stop", { offset: ".176", stopColor: "#ABABAB" }), _jsx("stop", { offset: ".458", stopColor: "#C2C2C2" }), _jsx("stop", { offset: ".806", stopColor: "#E8E8E8" }), _jsx("stop", { offset: ".995", stopColor: "#fff" })] }), _jsx("clipPath", { id: "clip0_337_7903", children: _jsx("path", { fill: "#fff", d: "M0 0h320v196H0z" }) })] })] }));
3
+ export default NodejsStackedWhiteIcon;
@@ -0,0 +1,8 @@
1
+ import JsGreen from '#ui/Icons/Logos/JsGreen';
2
+ import JsWhite from '#ui/Icons/Logos/JsWhite';
3
+ import Nodejs from '#ui/Icons/Logos/Nodejs';
4
+ import NodejsStackedBlack from '#ui/Icons/Logos/NodejsStackedBlack';
5
+ import NodejsStackedDark from '#ui/Icons/Logos/NodejsStackedDark';
6
+ import NodejsStackedLight from '#ui/Icons/Logos/NodejsStackedLight';
7
+ import NodejsStackedWhite from '#ui/Icons/Logos/NodejsStackedWhite';
8
+ export { JsGreen, JsWhite, Nodejs, NodejsStackedBlack, NodejsStackedDark, NodejsStackedLight, NodejsStackedWhite, };
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const AIX = props => (_jsx("svg", { width: 32, height: 32, viewBox: "0 0 1341.9 1341.9", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsxs("g", { children: [_jsx("path", { transform: "matrix(133.33 0 0 -133.33 1266.2 670.93)", d: "m0 0c0-2.466-1.998-4.465-4.465-4.465-2.465 0-4.466 1.999-4.466 4.465 0 2.467 2.001 4.465 4.466 4.465 2.467 0 4.465-1.998 4.465-4.465", fill: "#80cc28" }), _jsx("path", { transform: "matrix(133.33 0 0 -133.33 1328.1 670.93)", d: "m0 0h-0.103c0-1.333-0.54-2.539-1.413-3.413-0.874-0.873-2.08-1.413-3.412-1.413-1.335 0-2.539 0.54-3.414 1.413-0.874 0.874-1.414 2.08-1.414 3.413s0.54 2.539 1.414 3.413c0.875 0.873 2.079 1.413 3.414 1.413 1.332 0 2.538-0.54 3.412-1.413 0.873-0.874 1.413-2.08 1.413-3.413h0.206c0 2.779-2.253 5.032-5.031 5.032-2.78 0-5.033-2.253-5.033-5.032s2.253-5.032 5.033-5.032c2.778 0 5.031 2.253 5.031 5.032h-0.103", fill: "#4d7ec9" }), _jsx("path", { transform: "matrix(133.33 0 0 -133.33 389.19 556.69)", d: "m0 0-5e-3 -0.016-0.347-0.904h0.7zm0.776-2.024-0.267 0.681h-1.035l-0.265-0.678-0.526-3e-3 1.11 2.677h0.465l1.066-2.677z", fill: "#fff" }), _jsx("path", { transform: "matrix(133.33 0 0 -133.33 -63646 63635)", d: "m481.83 473.74h0.49v-2.679h-0.49z", fill: "#fff" }), _jsx("path", { transform: "matrix(133.33 0 0 -133.33 974.08 826.65)", d: "m0 0-0.721 1.014-0.76-1.014h-0.603l1.061 1.383-0.987 1.296h0.608l0.696-0.936 0.693 0.936h0.592l-0.983-1.3 1.015-1.379z", fill: "#fff" }), _jsx("path", { transform: "matrix(133.33 0 0 -133.33 1120.2 787.65)", d: "m0 0c0.037 0 0.07 2e-3 0.07 0.047 0 0.035-0.031 0.042-0.062 0.042h-0.059v-0.089zm-0.051-0.162h-0.045v0.288h0.11c0.068 0 0.102-0.025 0.102-0.082 0-0.052-0.033-0.074-0.074-0.079l0.082-0.127h-0.049l-0.077 0.125h-0.049zm0.052-0.064c0.114 0 0.202 0.088 0.202 0.209 0 0.118-0.088 0.207-0.202 0.207s-0.204-0.089-0.204-0.207c0-0.121 0.09-0.209 0.204-0.209m-0.253 0.209c0 0.143 0.116 0.249 0.253 0.249s0.253-0.106 0.253-0.249c0-0.145-0.116-0.251-0.253-0.251s-0.253 0.106-0.253 0.251", fill: "#fff" })] }) }));
3
+ export default AIX;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const Apple = props => (_jsxs("svg", { width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { d: "M30 16c0 7.728-6.265 14-14 14S2 23.728 2 16C2 8.265 8.265 2 16 2s14 6.265 14 14Z", fill: "#283544" }), _jsx("path", { d: "M22.562 12.457c-.076.045-1.895.986-1.895 3.07.086 2.38 2.295 3.213 2.333 3.213-.038.045-.334 1.136-1.21 2.28-.694.986-1.466 1.98-2.637 1.98-1.114 0-1.514-.657-2.8-.657-1.381 0-1.772.657-2.829.657-1.171 0-2-1.047-2.733-2.023-.952-1.278-1.761-3.284-1.79-5.21-.02-1.02.19-2.023.724-2.875.752-1.19 2.095-1.997 3.561-2.023 1.124-.036 2.124.719 2.81.719.657 0 1.885-.72 3.275-.72.6.001 2.2.17 3.191 1.59Zm-6.561-1.792c-.2-.932.352-1.864.866-2.458.657-.72 1.695-1.207 2.59-1.207a3.334 3.334 0 0 1-.952 2.511c-.58.72-1.58 1.26-2.504 1.154Z", fill: "#fff" })] }));
3
+ export default Apple;