@node-core/ui-components 1.0.1-df203d0fe21ee5d80d258c60dc821e8ac0601ce4 → 1.0.1-e1f87bde264af01e260a8efa4fab1749a2c6bc29
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.
- package/Common/AlertBox/index.js +5 -0
- package/Common/AlertBox/index.module.css +47 -46
- package/Common/AvatarGroup/Avatar/index.js +11 -0
- package/Common/AvatarGroup/Avatar/index.module.css +50 -30
- package/Common/AvatarGroup/Overlay/index.js +6 -0
- package/Common/AvatarGroup/Overlay/index.module.css +28 -21
- package/Common/AvatarGroup/index.js +21 -0
- package/Common/AvatarGroup/index.module.css +12 -15
- package/Common/Badge/index.js +7 -0
- package/Common/Badge/index.module.css +34 -26
- package/Common/BadgeGroup/index.js +6 -0
- package/Common/BadgeGroup/index.module.css +75 -51
- package/Common/Banner/index.js +4 -0
- package/Common/Banner/index.module.css +30 -27
- package/Common/BaseActiveLink/index.js +14 -0
- package/Common/BaseButton/index.js +10 -0
- package/Common/BaseButton/index.module.css +332 -102
- package/Common/BaseCodeBox/index.js +50 -0
- package/Common/BaseCodeBox/index.module.css +76 -64
- package/Common/BaseCrossLink/index.js +12 -0
- package/Common/BaseCrossLink/index.module.css +57 -39
- package/Common/BaseLinkTabs/index.js +5 -0
- package/Common/BaseLinkTabs/index.module.css +67 -33
- package/Common/BasePagination/Ellipsis/index.js +4 -0
- package/Common/BasePagination/Ellipsis/index.module.css +14 -8
- package/Common/BasePagination/PaginationListItem/index.js +6 -0
- package/Common/BasePagination/PaginationListItem/index.module.css +36 -21
- package/Common/BasePagination/PrevNextArrow.js +7 -0
- package/Common/BasePagination/index.js +10 -0
- package/Common/BasePagination/index.module.css +27 -26
- package/Common/BasePagination/useGetPageElements.js +77 -0
- package/Common/Blockquote/index.js +4 -0
- package/Common/Blockquote/index.module.css +44 -23
- package/Common/Breadcrumbs/BreadcrumbHomeLink/index.js +9 -0
- package/Common/Breadcrumbs/BreadcrumbHomeLink/index.module.css +3 -3
- package/Common/Breadcrumbs/BreadcrumbItem/index.js +6 -0
- package/Common/Breadcrumbs/BreadcrumbItem/index.module.css +38 -27
- package/Common/Breadcrumbs/BreadcrumbLink/index.js +5 -0
- package/Common/Breadcrumbs/BreadcrumbLink/index.module.css +26 -16
- package/Common/Breadcrumbs/BreadcrumbRoot/index.js +4 -0
- package/Common/Breadcrumbs/BreadcrumbRoot/index.module.css +8 -7
- package/Common/Breadcrumbs/BreadcrumbTruncatedItem/index.js +4 -0
- package/Common/Breadcrumbs/index.js +22 -0
- package/Common/ChangeHistory/index.js +9 -0
- package/Common/ChangeHistory/index.module.css +198 -0
- package/Common/CodeTabs/index.js +5 -0
- package/Common/CodeTabs/index.module.css +47 -36
- package/Common/DataTag/index.js +18 -0
- package/Common/DataTag/index.module.css +54 -0
- package/Common/GlowingBackdrop/index.js +5 -0
- package/Common/GlowingBackdrop/index.module.css +126 -28
- package/Common/LanguageDropDown/index.js +11 -0
- package/Common/LanguageDropDown/index.module.css +140 -42
- package/Common/Modal/index.js +10 -0
- package/Common/Modal/index.module.css +217 -62
- package/Common/NodejsLogo/index.js +7 -0
- package/Common/NodejsLogo/index.module.css +3 -4
- package/Common/Notification/index.js +6 -0
- package/Common/Notification/index.module.css +101 -17
- package/Common/Preview/index.js +7 -0
- package/Common/Preview/index.module.css +269 -65
- package/Common/Select/index.js +46 -0
- package/Common/Select/index.module.css +294 -127
- package/Common/Separator/index.js +7 -0
- package/Common/Separator/index.module.css +7 -10
- package/Common/Skeleton/index.js +18 -0
- package/Common/Skeleton/index.module.css +118 -21
- package/Common/Tabs/index.js +6 -0
- package/Common/Tabs/index.module.css +58 -40
- package/Common/ThemeToggle/index.js +7 -0
- package/Common/ThemeToggle/index.module.css +18 -11
- package/Common/Tooltip/index.js +8 -0
- package/Common/Tooltip/index.module.css +119 -29
- package/Containers/Article/index.js +4 -0
- package/Containers/Article/index.module.css +127 -58
- package/Containers/DocSideBar/index.js +1 -0
- package/Containers/Footer/index.js +22 -0
- package/Containers/Footer/index.module.css +51 -36
- package/Containers/MetaBar/index.js +12 -0
- package/Containers/MetaBar/index.module.css +101 -69
- package/Containers/NavBar/NavItem/index.js +7 -0
- package/Containers/NavBar/NavItem/index.module.css +50 -36
- package/Containers/NavBar/index.js +18 -0
- package/Containers/NavBar/index.module.css +176 -96
- package/Containers/Sidebar/ProgressionIcon/index.js +3 -0
- package/Containers/Sidebar/SidebarGroup/index.js +9 -0
- package/Containers/Sidebar/SidebarGroup/index.module.css +188 -22
- package/Containers/Sidebar/SidebarItem/index.js +11 -0
- package/Containers/Sidebar/SidebarItem/index.module.css +60 -28
- package/Containers/Sidebar/index.js +15 -0
- package/Containers/Sidebar/index.module.css +44 -27
- package/Icons/HexagonGrid.js +3 -0
- package/Icons/InstallationMethod/Choco.js +3 -0
- package/Icons/InstallationMethod/Devbox.js +3 -0
- package/Icons/InstallationMethod/Docker.js +3 -0
- package/Icons/InstallationMethod/FNM.js +3 -0
- package/Icons/InstallationMethod/Homebrew.js +3 -0
- package/Icons/InstallationMethod/N.js +5 -0
- package/Icons/InstallationMethod/NVM.js +3 -0
- package/Icons/InstallationMethod/Volta.js +3 -0
- package/Icons/InstallationMethod/{index.ts → index.js} +0 -1
- package/Icons/Logos/JsWhite.js +3 -0
- package/Icons/Logos/Nodejs.js +12 -0
- package/Icons/Logos/index.js +3 -0
- package/Icons/OperatingSystem/AIX.js +3 -0
- package/Icons/OperatingSystem/Apple.js +3 -0
- package/Icons/OperatingSystem/Linux.js +3 -0
- package/Icons/OperatingSystem/Microsoft.js +3 -0
- package/Icons/OperatingSystem/{index.ts → index.js} +0 -1
- package/Icons/PackageManager/Npm.js +3 -0
- package/Icons/PackageManager/Pnpm.js +3 -0
- package/Icons/PackageManager/Yarn.js +3 -0
- package/Icons/PackageManager/{index.ts → index.js} +0 -1
- package/Icons/Social/Bluesky.js +3 -0
- package/Icons/Social/Discord.js +3 -0
- package/Icons/Social/GitHub.js +3 -0
- package/Icons/Social/LinkedIn.js +3 -0
- package/Icons/Social/Mastodon.js +3 -0
- package/Icons/Social/Slack.js +3 -0
- package/Icons/Social/X.js +3 -0
- package/Icons/Social/{index.ts → index.js} +0 -1
- package/MDX/CodeTabs.js +16 -0
- package/package.json +19 -69
- package/stylelint/one-utility-class-per-line.mjs +34 -50
- package/stylelint/utils.mjs +19 -25
- package/styles/index.css +1124 -26
- package/types.js +1 -0
- package/Common/AlertBox/index.stories.tsx +0 -73
- package/Common/AlertBox/index.tsx +0 -24
- package/Common/AvatarGroup/Avatar/index.stories.tsx +0 -22
- package/Common/AvatarGroup/Avatar/index.tsx +0 -67
- package/Common/AvatarGroup/Overlay/index.stories.tsx +0 -33
- package/Common/AvatarGroup/Overlay/index.tsx +0 -37
- package/Common/AvatarGroup/__tests__/index.test.jsx +0 -55
- package/Common/AvatarGroup/index.stories.tsx +0 -56
- package/Common/AvatarGroup/index.tsx +0 -87
- package/Common/Badge/index.stories.tsx +0 -38
- package/Common/Badge/index.tsx +0 -35
- package/Common/BadgeGroup/index.stories.tsx +0 -35
- package/Common/BadgeGroup/index.tsx +0 -35
- package/Common/Banner/index.stories.tsx +0 -29
- package/Common/Banner/index.tsx +0 -18
- package/Common/BaseActiveLink/__tests__/index.test.jsx +0 -52
- package/Common/BaseActiveLink/index.tsx +0 -34
- package/Common/BaseButton/index.stories.tsx +0 -67
- package/Common/BaseButton/index.tsx +0 -59
- package/Common/BaseCodeBox/index.stories.tsx +0 -39
- package/Common/BaseCodeBox/index.tsx +0 -133
- package/Common/BaseCrossLink/index.stories.tsx +0 -38
- package/Common/BaseCrossLink/index.tsx +0 -46
- package/Common/BaseLinkTabs/index.stories.tsx +0 -34
- package/Common/BaseLinkTabs/index.tsx +0 -53
- package/Common/BasePagination/Ellipsis/index.stories.tsx +0 -10
- package/Common/BasePagination/Ellipsis/index.tsx +0 -11
- package/Common/BasePagination/PaginationListItem/__tests__/index.test.jsx +0 -58
- package/Common/BasePagination/PaginationListItem/index.stories.tsx +0 -40
- package/Common/BasePagination/PaginationListItem/index.tsx +0 -39
- package/Common/BasePagination/PrevNextArrow.tsx +0 -15
- package/Common/BasePagination/__tests__/index.test.jsx +0 -180
- package/Common/BasePagination/index.stories.tsx +0 -67
- package/Common/BasePagination/index.tsx +0 -77
- package/Common/BasePagination/useGetPageElements.tsx +0 -132
- package/Common/Blockquote/index.stories.tsx +0 -45
- package/Common/Blockquote/index.tsx +0 -11
- package/Common/Breadcrumbs/BreadcrumbHomeLink/index.tsx +0 -30
- package/Common/Breadcrumbs/BreadcrumbItem/index.tsx +0 -42
- package/Common/Breadcrumbs/BreadcrumbLink/index.tsx +0 -37
- package/Common/Breadcrumbs/BreadcrumbRoot/index.tsx +0 -20
- package/Common/Breadcrumbs/BreadcrumbTruncatedItem/index.tsx +0 -9
- package/Common/Breadcrumbs/index.stories.tsx +0 -94
- package/Common/Breadcrumbs/index.tsx +0 -81
- package/Common/CodeTabs/index.stories.tsx +0 -74
- package/Common/CodeTabs/index.tsx +0 -16
- package/Common/GlowingBackdrop/index.stories.tsx +0 -10
- package/Common/GlowingBackdrop/index.tsx +0 -13
- package/Common/LanguageDropDown/index.stories.tsx +0 -19
- package/Common/LanguageDropDown/index.tsx +0 -56
- package/Common/Modal/index.stories.tsx +0 -32
- package/Common/Modal/index.tsx +0 -48
- package/Common/NodejsLogo/index.stories.tsx +0 -14
- package/Common/NodejsLogo/index.tsx +0 -26
- package/Common/Notification/index.stories.tsx +0 -36
- package/Common/Notification/index.tsx +0 -34
- package/Common/Preview/index.stories.tsx +0 -44
- package/Common/Preview/index.tsx +0 -25
- package/Common/ProgressionSidebar/ProgressionSidebarGroup/index.module.css +0 -47
- package/Common/ProgressionSidebar/ProgressionSidebarGroup/index.tsx +0 -35
- package/Common/ProgressionSidebar/ProgressionSidebarIcon/index.tsx +0 -16
- package/Common/ProgressionSidebar/ProgressionSidebarItem/index.module.css +0 -39
- package/Common/ProgressionSidebar/ProgressionSidebarItem/index.tsx +0 -32
- package/Common/ProgressionSidebar/index.module.css +0 -30
- package/Common/ProgressionSidebar/index.stories.tsx +0 -79
- package/Common/ProgressionSidebar/index.tsx +0 -59
- package/Common/Select/__tests__/index.test.jsx +0 -67
- package/Common/Select/index.stories.tsx +0 -111
- package/Common/Select/index.tsx +0 -187
- package/Common/Separator/index.stories.tsx +0 -32
- package/Common/Separator/index.tsx +0 -27
- package/Common/Skeleton/index.tsx +0 -39
- package/Common/Tabs/__tests__/index.test.jsx +0 -52
- package/Common/Tabs/index.stories.tsx +0 -50
- package/Common/Tabs/index.tsx +0 -54
- package/Common/ThemeToggle/__tests__/index.test.jsx +0 -35
- package/Common/ThemeToggle/index.stories.tsx +0 -10
- package/Common/ThemeToggle/index.tsx +0 -15
- package/Common/Tooltip/index.stories.tsx +0 -73
- package/Common/Tooltip/index.tsx +0 -48
- package/Containers/Article/index.stories.tsx +0 -39
- package/Containers/Article/index.tsx +0 -9
- package/Containers/Footer/index.stories.tsx +0 -27
- package/Containers/Footer/index.tsx +0 -95
- package/Containers/MetaBar/__tests__/index.test.jsx +0 -63
- package/Containers/MetaBar/index.stories.tsx +0 -80
- package/Containers/MetaBar/index.tsx +0 -72
- package/Containers/NavBar/NavItem/index.stories.tsx +0 -38
- package/Containers/NavBar/NavItem/index.tsx +0 -44
- package/Containers/NavBar/index.stories.tsx +0 -45
- package/Containers/NavBar/index.tsx +0 -94
- package/Containers/Sidebar/SidebarGroup/index.stories.tsx +0 -36
- package/Containers/Sidebar/SidebarGroup/index.tsx +0 -30
- package/Containers/Sidebar/SidebarItem/index.stories.tsx +0 -15
- package/Containers/Sidebar/SidebarItem/index.tsx +0 -26
- package/Containers/Sidebar/index.stories.tsx +0 -84
- package/Containers/Sidebar/index.tsx +0 -58
- package/Icons/HexagonGrid.stories.tsx +0 -10
- package/Icons/HexagonGrid.tsx +0 -1434
- package/Icons/InstallationMethod/Choco.tsx +0 -78
- package/Icons/InstallationMethod/Devbox.tsx +0 -21
- package/Icons/InstallationMethod/Docker.tsx +0 -20
- package/Icons/InstallationMethod/FNM.tsx +0 -132
- package/Icons/InstallationMethod/Homebrew.tsx +0 -69
- package/Icons/InstallationMethod/N.tsx +0 -32
- package/Icons/InstallationMethod/NVM.tsx +0 -63
- package/Icons/InstallationMethod/Volta.tsx +0 -34
- package/Icons/Logos/JsGreen.tsx +0 -24
- package/Icons/Logos/JsWhite.tsx +0 -37
- package/Icons/Logos/Nodejs.tsx +0 -188
- package/Icons/Logos/NodejsStackedBlack.tsx +0 -98
- package/Icons/Logos/NodejsStackedDark.tsx +0 -124
- package/Icons/Logos/NodejsStackedLight.tsx +0 -123
- package/Icons/Logos/NodejsStackedWhite.tsx +0 -98
- package/Icons/Logos/index.ts +0 -17
- package/Icons/OperatingSystem/AIX.tsx +0 -46
- package/Icons/OperatingSystem/Apple.tsx +0 -23
- package/Icons/OperatingSystem/Linux.tsx +0 -969
- package/Icons/OperatingSystem/Microsoft.tsx +0 -19
- package/Icons/PackageManager/Npm.tsx +0 -21
- package/Icons/PackageManager/Pnpm.tsx +0 -22
- package/Icons/PackageManager/Yarn.tsx +0 -22
- package/Icons/Social/Bluesky.tsx +0 -19
- package/Icons/Social/Discord.tsx +0 -20
- package/Icons/Social/GitHub.tsx +0 -16
- package/Icons/Social/LinkedIn.tsx +0 -16
- package/Icons/Social/Mastodon.tsx +0 -36
- package/Icons/Social/Slack.tsx +0 -31
- package/Icons/Social/X.tsx +0 -16
- package/stylelint/__tests__/index.test.mjs +0 -80
- package/styles/animations.css +0 -47
- package/styles/base.css +0 -17
- package/styles/effects.css +0 -12
- package/styles/markdown.css +0 -173
- package/styles/theme.css +0 -175
- package/types.ts +0 -25
|
@@ -1,26 +1,192 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
3
2
|
.group {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
display: flex;
|
|
4
|
+
width: 100%;
|
|
5
|
+
flex-direction: column;
|
|
6
|
+
gap: calc(var(--spacing, 0.25rem)*2);
|
|
7
|
+
&:not(.progression) {
|
|
8
|
+
.groupName {
|
|
9
|
+
padding-inline: calc(var(--spacing, 0.25rem)*2);
|
|
10
|
+
padding-block: calc(var(--spacing, 0.25rem)*1);
|
|
11
|
+
font-size: var(--text-xs, 0.75rem);
|
|
12
|
+
line-height: var(--tw-leading, var(--text-xs--line-height, 1.33333));
|
|
13
|
+
--tw-font-weight: var(--font-weight-semibold, 600);
|
|
14
|
+
font-weight: var(--font-weight-semibold, 600);
|
|
15
|
+
color: var(--color-neutral-800, #556066);
|
|
16
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
17
|
+
color: var(--color-neutral-600, #929fa5);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
&.progression {
|
|
22
|
+
display: flex;
|
|
23
|
+
flex-direction: column;
|
|
24
|
+
gap: calc(var(--spacing, 0.25rem)*4);
|
|
25
|
+
font-size: var(--text-sm, 0.875rem);
|
|
26
|
+
line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
|
|
27
|
+
--tw-font-weight: var(--font-weight-medium, 500);
|
|
28
|
+
font-weight: var(--font-weight-medium, 500);
|
|
29
|
+
color: var(--color-neutral-800, #556066);
|
|
30
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
31
|
+
color: var(--color-neutral-200, #e9edf0);
|
|
32
|
+
}
|
|
33
|
+
.itemList {
|
|
34
|
+
position: relative;
|
|
35
|
+
left: calc(var(--spacing, 0.25rem)*-1);
|
|
36
|
+
display: flex;
|
|
37
|
+
flex-direction: column;
|
|
38
|
+
&::after {
|
|
39
|
+
content: var(--tw-content);
|
|
40
|
+
position: absolute;
|
|
41
|
+
}
|
|
42
|
+
&::after {
|
|
43
|
+
content: var(--tw-content);
|
|
44
|
+
top: calc(var(--spacing, 0.25rem)*0);
|
|
45
|
+
}
|
|
46
|
+
&::after {
|
|
47
|
+
content: var(--tw-content);
|
|
48
|
+
left: 0.45rem;
|
|
49
|
+
}
|
|
50
|
+
&::after {
|
|
51
|
+
content: var(--tw-content);
|
|
52
|
+
z-index: 10;
|
|
53
|
+
}
|
|
54
|
+
&::after {
|
|
55
|
+
content: var(--tw-content);
|
|
56
|
+
height: 100%;
|
|
57
|
+
}
|
|
58
|
+
&::after {
|
|
59
|
+
content: var(--tw-content);
|
|
60
|
+
width: 1px;
|
|
61
|
+
}
|
|
62
|
+
&::after {
|
|
63
|
+
content: var(--tw-content);
|
|
64
|
+
background-color: var(--color-neutral-200, #e9edf0);
|
|
65
|
+
}
|
|
66
|
+
&::after {
|
|
67
|
+
content: var(--tw-content);
|
|
68
|
+
--tw-content: '';
|
|
69
|
+
content: var(--tw-content);
|
|
70
|
+
}
|
|
71
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
72
|
+
&::after {
|
|
73
|
+
content: var(--tw-content);
|
|
74
|
+
background-color: var(--color-neutral-800, #556066);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
a {
|
|
78
|
+
&:first-child {
|
|
79
|
+
&::before {
|
|
80
|
+
content: var(--tw-content);
|
|
81
|
+
position: absolute;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
&:first-child {
|
|
85
|
+
&::before {
|
|
86
|
+
content: var(--tw-content);
|
|
87
|
+
bottom: calc(50% + 0.25rem);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
&:first-child {
|
|
91
|
+
&::before {
|
|
92
|
+
content: var(--tw-content);
|
|
93
|
+
left: calc(var(--spacing, 0.25rem)*0);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
&:first-child {
|
|
97
|
+
&::before {
|
|
98
|
+
content: var(--tw-content);
|
|
99
|
+
height: calc(var(--spacing, 0.25rem)*20);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
&:first-child {
|
|
103
|
+
&::before {
|
|
104
|
+
content: var(--tw-content);
|
|
105
|
+
width: calc(var(--spacing, 0.25rem)*4);
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
&:first-child {
|
|
109
|
+
&::before {
|
|
110
|
+
content: var(--tw-content);
|
|
111
|
+
background-color: var(--color-white, #fff);
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
&:first-child {
|
|
115
|
+
&::before {
|
|
116
|
+
content: var(--tw-content);
|
|
117
|
+
--tw-content: '';
|
|
118
|
+
content: var(--tw-content);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
&:last-child {
|
|
122
|
+
&::after {
|
|
123
|
+
content: var(--tw-content);
|
|
124
|
+
position: absolute;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
&:last-child {
|
|
128
|
+
&::after {
|
|
129
|
+
content: var(--tw-content);
|
|
130
|
+
top: calc(50% + 0.25rem);
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
&:last-child {
|
|
134
|
+
&::after {
|
|
135
|
+
content: var(--tw-content);
|
|
136
|
+
left: calc(var(--spacing, 0.25rem)*0);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
&:last-child {
|
|
140
|
+
&::after {
|
|
141
|
+
content: var(--tw-content);
|
|
142
|
+
height: calc(var(--spacing, 0.25rem)*20);
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
&:last-child {
|
|
146
|
+
&::after {
|
|
147
|
+
content: var(--tw-content);
|
|
148
|
+
width: calc(var(--spacing, 0.25rem)*4);
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
&:last-child {
|
|
152
|
+
&::after {
|
|
153
|
+
content: var(--tw-content);
|
|
154
|
+
background-color: var(--color-white, #fff);
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
&:last-child {
|
|
158
|
+
&::after {
|
|
159
|
+
content: var(--tw-content);
|
|
160
|
+
--tw-content: '';
|
|
161
|
+
content: var(--tw-content);
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
&:first-child {
|
|
165
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
166
|
+
&::before {
|
|
167
|
+
content: var(--tw-content);
|
|
168
|
+
background-color: var(--color-neutral-950, #0d121c);
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
&:last-child {
|
|
173
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
174
|
+
&::after {
|
|
175
|
+
content: var(--tw-content);
|
|
176
|
+
background-color: var(--color-neutral-950, #0d121c);
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
}
|
|
8
183
|
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
py-1
|
|
13
|
-
text-xs
|
|
14
|
-
font-semibold
|
|
15
|
-
text-neutral-800
|
|
16
|
-
dark:text-neutral-600;
|
|
184
|
+
@property --tw-font-weight {
|
|
185
|
+
syntax: "*";
|
|
186
|
+
inherits: false;
|
|
17
187
|
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
flex-col
|
|
23
|
-
items-start
|
|
24
|
-
gap-0.5
|
|
25
|
-
p-0;
|
|
188
|
+
@property --tw-content {
|
|
189
|
+
syntax: "*";
|
|
190
|
+
initial-value: "";
|
|
191
|
+
inherits: false;
|
|
26
192
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { ArrowUpRightIcon } from '@heroicons/react/24/solid';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
import BaseActiveLink from '#ui/Common/BaseActiveLink';
|
|
5
|
+
import styles from './index.module.css';
|
|
6
|
+
import ProgressionIcon from '../ProgressionIcon';
|
|
7
|
+
const SidebarItem = ({ label, link, showProgressionIcons = false, ...props }) => (_jsxs(BaseActiveLink, { className: classNames({
|
|
8
|
+
[styles.item]: true,
|
|
9
|
+
[styles.progression]: showProgressionIcons,
|
|
10
|
+
}), href: link, activeClassName: styles.active, ...props, children: [showProgressionIcons && (_jsx(ProgressionIcon, { className: styles.progressionIcon })), _jsx("span", { className: styles.label, children: label }), /^https?:/.test(link) && _jsx(ArrowUpRightIcon, { className: styles.icon })] }));
|
|
11
|
+
export default SidebarItem;
|
|
@@ -1,35 +1,67 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
2
|
+
.item {
|
|
3
|
+
position: relative;
|
|
4
|
+
z-index: 20;
|
|
5
|
+
display: flex;
|
|
6
|
+
width: 100%;
|
|
7
|
+
align-items: center;
|
|
8
|
+
overflow: hidden;
|
|
9
|
+
font-size: var(--text-sm, 0.875rem);
|
|
10
|
+
line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
|
|
11
|
+
--tw-font-weight: var(--font-weight-regular, 400);
|
|
12
|
+
font-weight: var(--font-weight-regular, 400);
|
|
13
|
+
color: var(--color-neutral-800, #556066);
|
|
14
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
15
|
+
color: var(--color-neutral-200, #e9edf0);
|
|
15
16
|
}
|
|
16
|
-
|
|
17
17
|
.label {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
padding: calc(var(--spacing, 0.25rem)*2);
|
|
19
|
+
font-size: var(--text-sm, 0.875rem);
|
|
20
|
+
line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
|
|
21
|
+
--tw-font-weight: var(--font-weight-regular, 400);
|
|
22
|
+
font-weight: var(--font-weight-regular, 400);
|
|
23
|
+
}
|
|
24
|
+
.progressionIcon {
|
|
25
|
+
flex-shrink: 0;
|
|
26
|
+
fill: var(--color-neutral-200, #e9edf0);
|
|
27
|
+
stroke: var(--color-white, #fff);
|
|
28
|
+
stroke-width: 4;
|
|
29
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
30
|
+
fill: var(--color-neutral-800, #556066);
|
|
31
|
+
}
|
|
32
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
33
|
+
stroke: var(--color-neutral-950, #0d121c);
|
|
34
|
+
}
|
|
21
35
|
}
|
|
22
|
-
|
|
23
36
|
.icon {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
37
|
+
width: calc(var(--spacing, 0.25rem)*3);
|
|
38
|
+
height: calc(var(--spacing, 0.25rem)*3);
|
|
39
|
+
color: var(--color-neutral-500, #b1bcc2);
|
|
40
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
41
|
+
color: var(--color-neutral-200, #e9edf0);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
&.progression {
|
|
45
|
+
.label {
|
|
46
|
+
padding: calc(var(--spacing, 0.25rem)*1);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
&.active {
|
|
50
|
+
color: var(--color-neutral-900, #2c3437);
|
|
51
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
52
|
+
color: var(--color-white, #fff);
|
|
53
|
+
}
|
|
54
|
+
.progressionIcon {
|
|
55
|
+
fill: var(--color-green-500, #5fa04e);
|
|
56
|
+
}
|
|
57
|
+
&:not(.progression) .label {
|
|
58
|
+
border-radius: var(--radius-sm, 0.25rem);
|
|
59
|
+
background-color: var(--color-green-600, #417e38);
|
|
60
|
+
color: var(--color-white, #fff);
|
|
61
|
+
}
|
|
27
62
|
}
|
|
28
63
|
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
bg-green-600
|
|
33
|
-
text-white
|
|
34
|
-
dark:text-white;
|
|
64
|
+
@property --tw-font-weight {
|
|
65
|
+
syntax: "*";
|
|
66
|
+
inherits: false;
|
|
35
67
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import Select from '#ui/Common/Select';
|
|
3
|
+
import SidebarGroup from '#ui/Containers/Sidebar/SidebarGroup';
|
|
4
|
+
import styles from './index.module.css';
|
|
5
|
+
const SideBar = ({ groups, pathname, title, onSelect, as, showProgressionIcons = false, children, placeholder, }) => {
|
|
6
|
+
const selectItems = groups.map(({ items, groupName }) => ({
|
|
7
|
+
label: groupName,
|
|
8
|
+
items: items.map(({ label, link }) => ({ value: link, label })),
|
|
9
|
+
}));
|
|
10
|
+
const currentItem = selectItems
|
|
11
|
+
.flatMap(item => item.items)
|
|
12
|
+
.find(item => pathname === item.value);
|
|
13
|
+
return (_jsxs("aside", { className: styles.wrapper, children: [children, selectItems.length > 0 && (_jsx(Select, { label: title, values: selectItems, defaultValue: currentItem?.value, placeholder: placeholder, onChange: onSelect, className: styles.mobileSelect })), groups.map(({ groupName, items }) => (_jsx(SidebarGroup, { groupName: groupName, items: items, pathname: pathname, as: as, showProgressionIcons: showProgressionIcons, className: styles.navigation }, groupName.toString())))] }));
|
|
14
|
+
};
|
|
15
|
+
export default SideBar;
|
|
@@ -1,31 +1,48 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
3
2
|
.wrapper {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
dark:border-r-neutral-900
|
|
19
|
-
dark:bg-neutral-950;
|
|
20
|
-
|
|
21
|
-
> section {
|
|
22
|
-
@apply hidden
|
|
23
|
-
sm:flex;
|
|
3
|
+
display: flex;
|
|
4
|
+
width: 100%;
|
|
5
|
+
flex-direction: column;
|
|
6
|
+
gap: calc(var(--spacing, 0.25rem)*8);
|
|
7
|
+
overflow: auto;
|
|
8
|
+
border-right-style: var(--tw-border-style);
|
|
9
|
+
border-right-width: 0px;
|
|
10
|
+
border-color: var(--color-neutral-200, #e9edf0);
|
|
11
|
+
background-color: var(--color-white, #fff);
|
|
12
|
+
padding-inline: calc(var(--spacing, 0.25rem)*4);
|
|
13
|
+
padding-block: calc(var(--spacing, 0.25rem)*6);
|
|
14
|
+
@media (width >= 40rem) {
|
|
15
|
+
border-right-style: var(--tw-border-style);
|
|
16
|
+
border-right-width: 1px;
|
|
24
17
|
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
@apply flex
|
|
28
|
-
w-full
|
|
29
|
-
sm:hidden;
|
|
18
|
+
@media (width >= 48rem) {
|
|
19
|
+
max-width: var(--container-xs, 20rem);
|
|
30
20
|
}
|
|
21
|
+
@media (width >= 64rem) {
|
|
22
|
+
padding-inline: calc(var(--spacing, 0.25rem)*6);
|
|
23
|
+
}
|
|
24
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
25
|
+
border-color: var(--color-neutral-900, #2c3437);
|
|
26
|
+
}
|
|
27
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
28
|
+
background-color: var(--color-neutral-950, #0d121c);
|
|
29
|
+
}
|
|
30
|
+
.navigation {
|
|
31
|
+
display: none;
|
|
32
|
+
@media (width >= 40rem) {
|
|
33
|
+
display: flex;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
.mobileSelect {
|
|
37
|
+
display: flex;
|
|
38
|
+
width: 100%;
|
|
39
|
+
@media (width >= 40rem) {
|
|
40
|
+
display: none;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
@property --tw-border-style {
|
|
45
|
+
syntax: "*";
|
|
46
|
+
inherits: false;
|
|
47
|
+
initial-value: solid;
|
|
31
48
|
}
|
|
@@ -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;
|