@node-core/ui-components 1.0.1-cc5c2626b0639fe2088a736f54169ea3e10ed325 → 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 +44 -50
- 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 -11
- 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 -105
- package/Common/BaseCodeBox/index.js +50 -0
- package/Common/BaseCodeBox/index.module.css +76 -58
- 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 +181 -66
- 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 +30 -32
- 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 +180 -52
- package/Containers/Sidebar/SidebarItem/index.js +11 -0
- package/Containers/Sidebar/SidebarItem/index.module.css +49 -38
- package/Containers/Sidebar/index.js +15 -0
- package/Containers/Sidebar/index.module.css +42 -24
- 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 +6 -54
- 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 -96
- 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 -83
- 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 -122
- 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/ChangeHistory/index.stories.tsx +0 -130
- package/Common/ChangeHistory/index.tsx +0 -67
- package/Common/CodeTabs/index.stories.tsx +0 -73
- package/Common/CodeTabs/index.tsx +0 -16
- package/Common/DataTag/index.stories.tsx +0 -40
- package/Common/DataTag/index.tsx +0 -39
- 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 -34
- package/Common/Modal/index.tsx +0 -50
- 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/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/DocSideBar/index.tsx +0 -0
- 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/ProgressionIcon/index.tsx +0 -16
- package/Containers/Sidebar/SidebarGroup/index.stories.tsx +0 -36
- package/Containers/Sidebar/SidebarGroup/index.tsx +0 -49
- package/Containers/Sidebar/SidebarItem/index.stories.tsx +0 -15
- package/Containers/Sidebar/SidebarItem/index.tsx +0 -43
- package/Containers/Sidebar/index.stories.tsx +0 -88
- package/Containers/Sidebar/index.tsx +0 -70
- 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 -372
- 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/MDX/CodeTabs.tsx +0 -47
- 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
package/Icons/HexagonGrid.tsx
DELETED
|
@@ -1,1434 +0,0 @@
|
|
|
1
|
-
import type { FC, SVGProps } from 'react';
|
|
2
|
-
|
|
3
|
-
type HexagonGridProps = SVGProps<SVGSVGElement>;
|
|
4
|
-
|
|
5
|
-
const HexagonGrid: FC<HexagonGridProps> = props => (
|
|
6
|
-
<svg
|
|
7
|
-
viewBox="0 0 1216 726"
|
|
8
|
-
fill="none"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
aria-hidden="true"
|
|
11
|
-
{...props}
|
|
12
|
-
>
|
|
13
|
-
<mask
|
|
14
|
-
id="mask0_91_8"
|
|
15
|
-
style={{ maskType: 'alpha' }}
|
|
16
|
-
maskUnits="userSpaceOnUse"
|
|
17
|
-
width="1216"
|
|
18
|
-
height="726"
|
|
19
|
-
x="0"
|
|
20
|
-
y="0"
|
|
21
|
-
>
|
|
22
|
-
<rect width="1216" height="725.8" fill="url(#paint0_radial_91_8)" />
|
|
23
|
-
</mask>
|
|
24
|
-
<g mask="url(#mask0_91_8)">
|
|
25
|
-
<path
|
|
26
|
-
d="M717.133 231.367L759.799 206.733L802.465 231.367V280.633L759.799 305.267L717.133 280.633V231.367Z"
|
|
27
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
28
|
-
strokeWidth="1.0"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
d="M760.432 306.367L803.099 281.733L845.765 306.367V355.633L803.099 380.267L760.432 355.633V306.367Z"
|
|
32
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
33
|
-
strokeWidth="1.0"
|
|
34
|
-
/>
|
|
35
|
-
<path
|
|
36
|
-
d="M803.732 231.367L846.398 206.733L889.065 231.367V280.633L846.398 305.267L803.732 280.633V231.367Z"
|
|
37
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
38
|
-
strokeWidth="1.0"
|
|
39
|
-
/>
|
|
40
|
-
<path
|
|
41
|
-
d="M847.032 306.367L889.698 281.733L932.365 306.367V355.633L889.698 380.267L847.032 355.633V306.367Z"
|
|
42
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
43
|
-
strokeWidth="1.0"
|
|
44
|
-
/>
|
|
45
|
-
<path
|
|
46
|
-
d="M890.332 381.367L932.998 356.733L975.664 381.367V430.633L932.998 455.267L890.332 430.633V381.367Z"
|
|
47
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
48
|
-
strokeWidth="1.0"
|
|
49
|
-
/>
|
|
50
|
-
<path
|
|
51
|
-
d="M933.632 306.367L976.298 281.733L1018.96 306.367V355.633L976.298 380.267L933.632 355.633V306.367Z"
|
|
52
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
53
|
-
strokeWidth="1.0"
|
|
54
|
-
/>
|
|
55
|
-
<path
|
|
56
|
-
d="M587.233 306.367L629.899 281.733L672.566 306.367V355.633L629.899 380.267L587.233 355.633V306.367Z"
|
|
57
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
58
|
-
strokeWidth="1.0"
|
|
59
|
-
/>
|
|
60
|
-
<path
|
|
61
|
-
d="M630.533 381.367L673.199 356.733L715.865 381.367V430.633L673.199 455.267L630.533 430.633V381.367Z"
|
|
62
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
63
|
-
strokeWidth="1.0"
|
|
64
|
-
/>
|
|
65
|
-
<path
|
|
66
|
-
d="M673.833 306.367L716.499 281.733L759.165 306.367V355.633L716.499 380.267L673.833 355.633V306.367Z"
|
|
67
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
68
|
-
strokeWidth="1.0"
|
|
69
|
-
/>
|
|
70
|
-
<path
|
|
71
|
-
d="M717.133 381.367L759.799 356.733L802.465 381.367V430.633L759.799 455.267L717.133 430.633V381.367Z"
|
|
72
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
73
|
-
strokeWidth="1.0"
|
|
74
|
-
/>
|
|
75
|
-
<path
|
|
76
|
-
d="M760.432 456.367L803.099 431.733L845.765 456.367V505.633L803.099 530.267L760.432 505.633V456.367Z"
|
|
77
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
78
|
-
strokeWidth="1.0"
|
|
79
|
-
/>
|
|
80
|
-
<path
|
|
81
|
-
d="M803.732 381.367L846.398 356.733L889.065 381.367V430.633L846.398 455.267L803.732 430.633V381.367Z"
|
|
82
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
83
|
-
strokeWidth="1.0"
|
|
84
|
-
/>
|
|
85
|
-
<path
|
|
86
|
-
d="M976.931 381.367L1019.6 356.733L1062.26 381.367V430.633L1019.6 455.267L976.931 430.633V381.367Z"
|
|
87
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
88
|
-
strokeWidth="1.0"
|
|
89
|
-
/>
|
|
90
|
-
<path
|
|
91
|
-
d="M1020.23 456.367L1062.9 431.733L1105.56 456.367V505.633L1062.9 530.267L1020.23 505.633V456.367Z"
|
|
92
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
93
|
-
strokeWidth="1.0"
|
|
94
|
-
/>
|
|
95
|
-
<path
|
|
96
|
-
d="M1063.53 381.367L1106.2 356.733L1148.86 381.367V430.633L1106.2 455.267L1063.53 430.633V381.367Z"
|
|
97
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
98
|
-
strokeWidth="1.0"
|
|
99
|
-
/>
|
|
100
|
-
<path
|
|
101
|
-
d="M1106.83 456.367L1149.5 431.733L1192.16 456.367V505.633L1149.5 530.267L1106.83 505.633V456.367Z"
|
|
102
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
103
|
-
strokeWidth="1.0"
|
|
104
|
-
/>
|
|
105
|
-
<path
|
|
106
|
-
d="M1150.13 531.367L1192.8 506.733L1235.46 531.367V580.633L1192.8 605.267L1150.13 580.633V531.367Z"
|
|
107
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
108
|
-
strokeWidth="1.0"
|
|
109
|
-
/>
|
|
110
|
-
<path
|
|
111
|
-
d="M1193.43 456.367L1236.1 431.733L1278.76 456.367V505.633L1236.1 530.267L1193.43 505.633V456.367Z"
|
|
112
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
113
|
-
strokeWidth="1.0"
|
|
114
|
-
/>
|
|
115
|
-
<path
|
|
116
|
-
d="M847.032 456.367L889.698 431.733L932.365 456.367V505.633L889.698 530.267L847.032 505.633V456.367Z"
|
|
117
|
-
fill="white"
|
|
118
|
-
fillOpacity="0.25"
|
|
119
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
120
|
-
strokeWidth="1.0"
|
|
121
|
-
/>
|
|
122
|
-
<path
|
|
123
|
-
d="M890.332 531.367L932.998 506.733L975.664 531.367V580.633L932.998 605.267L890.332 580.633V531.367Z"
|
|
124
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
125
|
-
strokeWidth="1.0"
|
|
126
|
-
/>
|
|
127
|
-
<path
|
|
128
|
-
d="M933.632 456.367L976.298 431.733L1018.96 456.367V505.633L976.298 530.267L933.632 505.633V456.367Z"
|
|
129
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
130
|
-
strokeWidth="1.0"
|
|
131
|
-
/>
|
|
132
|
-
<path
|
|
133
|
-
d="M976.931 531.367L1019.6 506.733L1062.26 531.367V580.633L1019.6 605.267L976.931 580.633V531.367Z"
|
|
134
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
135
|
-
strokeWidth="1.0"
|
|
136
|
-
/>
|
|
137
|
-
<path
|
|
138
|
-
d="M1020.23 606.367L1062.9 581.733L1105.56 606.367V655.633L1062.9 680.267L1020.23 655.633V606.367Z"
|
|
139
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
140
|
-
strokeWidth="1.0"
|
|
141
|
-
/>
|
|
142
|
-
<path
|
|
143
|
-
d="M1063.53 531.367L1106.2 506.733L1148.86 531.367V580.633L1106.2 605.267L1063.53 580.633V531.367Z"
|
|
144
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
145
|
-
strokeWidth="1.0"
|
|
146
|
-
/>
|
|
147
|
-
<path
|
|
148
|
-
d="M976.931 81.3666L1019.6 56.7332L1062.26 81.3666V130.633L1019.6 155.267L976.931 130.633V81.3666Z"
|
|
149
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
150
|
-
strokeWidth="1.0"
|
|
151
|
-
/>
|
|
152
|
-
<path
|
|
153
|
-
d="M1020.23 156.367L1062.9 131.733L1105.56 156.367V205.633L1062.9 230.267L1020.23 205.633V156.367Z"
|
|
154
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
155
|
-
strokeWidth="1.0"
|
|
156
|
-
/>
|
|
157
|
-
<path
|
|
158
|
-
d="M1063.53 81.3666L1106.2 56.7332L1148.86 81.3666V130.633L1106.2 155.267L1063.53 130.633V81.3666Z"
|
|
159
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
160
|
-
strokeWidth="1.0"
|
|
161
|
-
/>
|
|
162
|
-
<path
|
|
163
|
-
d="M1106.83 156.367L1149.5 131.733L1192.16 156.367V205.633L1149.5 230.267L1106.83 205.633V156.367Z"
|
|
164
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
165
|
-
strokeWidth="1.0"
|
|
166
|
-
/>
|
|
167
|
-
<path
|
|
168
|
-
d="M1150.13 231.367L1192.8 206.733L1235.46 231.367V280.633L1192.8 305.267L1150.13 280.633V231.367Z"
|
|
169
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
170
|
-
strokeWidth="1.0"
|
|
171
|
-
/>
|
|
172
|
-
<path
|
|
173
|
-
d="M1193.43 156.367L1236.1 131.733L1278.76 156.367V205.633L1236.1 230.267L1193.43 205.633V156.367Z"
|
|
174
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
175
|
-
strokeWidth="1.0"
|
|
176
|
-
/>
|
|
177
|
-
<path
|
|
178
|
-
d="M847.032 156.367L889.698 131.733L932.365 156.367V205.633L889.698 230.267L847.032 205.633V156.367Z"
|
|
179
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
180
|
-
strokeWidth="1.0"
|
|
181
|
-
/>
|
|
182
|
-
<path
|
|
183
|
-
d="M890.332 231.367L932.998 206.733L975.664 231.367V280.633L932.998 305.267L890.332 280.633V231.367Z"
|
|
184
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
185
|
-
strokeWidth="1.0"
|
|
186
|
-
/>
|
|
187
|
-
<path
|
|
188
|
-
d="M933.632 156.367L976.298 131.733L1018.96 156.367V205.633L976.298 230.267L933.632 205.633V156.367Z"
|
|
189
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
190
|
-
strokeWidth="1.0"
|
|
191
|
-
/>
|
|
192
|
-
<path
|
|
193
|
-
d="M976.931 231.367L1019.6 206.733L1062.26 231.367V280.633L1019.6 305.267L976.931 280.633V231.367Z"
|
|
194
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
195
|
-
strokeWidth="1.0"
|
|
196
|
-
/>
|
|
197
|
-
<path
|
|
198
|
-
d="M1020.23 306.367L1062.9 281.733L1105.56 306.367V355.633L1062.9 380.267L1020.23 355.633V306.367Z"
|
|
199
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
200
|
-
strokeWidth="1.0"
|
|
201
|
-
/>
|
|
202
|
-
<path
|
|
203
|
-
d="M1063.53 231.367L1106.2 206.733L1148.86 231.367V280.633L1106.2 305.267L1063.53 280.633V231.367Z"
|
|
204
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
205
|
-
strokeWidth="1.0"
|
|
206
|
-
/>
|
|
207
|
-
<path
|
|
208
|
-
d="M1106.83 306.367L1149.5 281.733L1192.16 306.367V355.633L1149.5 380.267L1106.83 355.633V306.367Z"
|
|
209
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
210
|
-
strokeWidth="1.0"
|
|
211
|
-
/>
|
|
212
|
-
<path
|
|
213
|
-
d="M1150.13 381.367L1192.8 356.733L1235.46 381.367V430.633L1192.8 455.267L1150.13 430.633V381.367Z"
|
|
214
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
215
|
-
strokeWidth="1.0"
|
|
216
|
-
/>
|
|
217
|
-
<path
|
|
218
|
-
d="M1193.43 306.367L1236.1 281.733L1278.76 306.367V355.633L1236.1 380.267L1193.43 355.633V306.367Z"
|
|
219
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
220
|
-
strokeWidth="1.0"
|
|
221
|
-
/>
|
|
222
|
-
<path
|
|
223
|
-
d="M240.523 6.36671L283.211 -18.2669L325.899 6.36671V55.6333L283.211 80.2669L240.523 55.6333V6.36671Z"
|
|
224
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
225
|
-
strokeWidth="1.0"
|
|
226
|
-
/>
|
|
227
|
-
<path
|
|
228
|
-
d="M327.167 6.36671L369.855 -18.2669L412.543 6.36671V55.6333L369.855 80.2669L327.167 55.6333V6.36671Z"
|
|
229
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
230
|
-
strokeWidth="1.0"
|
|
231
|
-
/>
|
|
232
|
-
<path
|
|
233
|
-
d="M370.486 81.3667L413.174 56.7331L455.862 81.3667V130.633L413.174 155.267L370.486 130.633V81.3667Z"
|
|
234
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
235
|
-
strokeWidth="1.0"
|
|
236
|
-
/>
|
|
237
|
-
<path
|
|
238
|
-
d="M413.81 6.36671L456.498 -18.2669L499.186 6.36671V55.6333L456.498 80.2669L413.81 55.6333V6.36671Z"
|
|
239
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
240
|
-
strokeWidth="1.0"
|
|
241
|
-
/>
|
|
242
|
-
<path
|
|
243
|
-
d="M67.2365 6.36671L109.925 -18.2669L152.613 6.36671V55.6333L109.925 80.2669L67.2365 55.6333V6.36671Z"
|
|
244
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
245
|
-
strokeWidth="1.0"
|
|
246
|
-
/>
|
|
247
|
-
<path
|
|
248
|
-
d="M110.558 81.3667L153.246 56.7331L195.934 81.3667V130.633L153.246 155.267L110.558 130.633V81.3667Z"
|
|
249
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
250
|
-
strokeWidth="1.0"
|
|
251
|
-
/>
|
|
252
|
-
<path
|
|
253
|
-
d="M153.88 6.36671L196.568 -18.2669L239.256 6.36671V55.6333L196.568 80.2669L153.88 55.6333V6.36671Z"
|
|
254
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
255
|
-
strokeWidth="1.0"
|
|
256
|
-
/>
|
|
257
|
-
<path
|
|
258
|
-
d="M197.201 81.3667L239.889 56.7331L282.577 81.3667V130.633L239.889 155.267L197.201 130.633V81.3667Z"
|
|
259
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
260
|
-
strokeWidth="1.0"
|
|
261
|
-
/>
|
|
262
|
-
<path
|
|
263
|
-
d="M240.523 156.367L283.211 131.733L325.899 156.367V205.633L283.211 230.267L240.523 205.633V156.367Z"
|
|
264
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
265
|
-
strokeWidth="1.0"
|
|
266
|
-
/>
|
|
267
|
-
<path
|
|
268
|
-
d="M283.845 81.3667L326.533 56.7331L369.221 81.3667V130.633L326.533 155.267L283.845 130.633V81.3667Z"
|
|
269
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
270
|
-
strokeWidth="1.0"
|
|
271
|
-
/>
|
|
272
|
-
<path
|
|
273
|
-
d="M457.13 81.3667L499.818 56.7331L542.506 81.3667V130.633L499.818 155.267L457.13 130.633V81.3667Z"
|
|
274
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
275
|
-
strokeWidth="1.0"
|
|
276
|
-
/>
|
|
277
|
-
<path
|
|
278
|
-
d="M500.452 156.367L543.14 131.733L585.828 156.367V205.633L543.14 230.267L500.452 205.633V156.367Z"
|
|
279
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
280
|
-
strokeWidth="1.0"
|
|
281
|
-
/>
|
|
282
|
-
<path
|
|
283
|
-
d="M543.775 81.3667L586.463 56.7331L629.151 81.3667V130.633L586.463 155.267L543.775 130.633V81.3667Z"
|
|
284
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
285
|
-
strokeWidth="1.0"
|
|
286
|
-
/>
|
|
287
|
-
<path
|
|
288
|
-
d="M587.095 156.367L629.783 131.733L672.471 156.367V205.633L629.783 230.267L587.095 205.633V156.367Z"
|
|
289
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
290
|
-
strokeWidth="1.0"
|
|
291
|
-
/>
|
|
292
|
-
<path
|
|
293
|
-
d="M630.416 231.367L673.104 206.733L715.792 231.367V280.633L673.104 305.267L630.416 280.633V231.367Z"
|
|
294
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
295
|
-
strokeWidth="1.0"
|
|
296
|
-
/>
|
|
297
|
-
<path
|
|
298
|
-
d="M673.738 156.367L716.426 131.733L759.114 156.367V205.633L716.426 230.267L673.738 205.633V156.367Z"
|
|
299
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
300
|
-
strokeWidth="1.0"
|
|
301
|
-
/>
|
|
302
|
-
<path
|
|
303
|
-
d="M327.167 156.367L369.855 131.733L412.543 156.367V205.633L369.855 230.267L327.167 205.633V156.367Z"
|
|
304
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
305
|
-
strokeWidth="1.0"
|
|
306
|
-
/>
|
|
307
|
-
<path
|
|
308
|
-
d="M370.486 231.367L413.174 206.733L455.862 231.367V280.633L413.174 305.267L370.486 280.633V231.367Z"
|
|
309
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
310
|
-
strokeWidth="1.0"
|
|
311
|
-
/>
|
|
312
|
-
<path
|
|
313
|
-
d="M413.81 156.367L456.498 131.733L499.186 156.367V205.633L456.498 230.267L413.81 205.633V156.367Z"
|
|
314
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
315
|
-
strokeWidth="1.0"
|
|
316
|
-
/>
|
|
317
|
-
<path
|
|
318
|
-
d="M457.13 231.367L499.818 206.733L542.506 231.367V280.633L499.818 305.267L457.13 280.633V231.367Z"
|
|
319
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
320
|
-
strokeWidth="1.0"
|
|
321
|
-
/>
|
|
322
|
-
<path
|
|
323
|
-
d="M500.452 306.367L543.14 281.733L585.828 306.367V355.633L543.14 380.267L500.452 355.633V306.367Z"
|
|
324
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
325
|
-
strokeWidth="1.0"
|
|
326
|
-
/>
|
|
327
|
-
<path
|
|
328
|
-
d="M543.775 231.367L586.463 206.733L629.151 231.367V280.633L586.463 305.267L543.775 280.633V231.367Z"
|
|
329
|
-
fill="white"
|
|
330
|
-
fillOpacity="0.25"
|
|
331
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
332
|
-
strokeWidth="1.0"
|
|
333
|
-
/>
|
|
334
|
-
<path
|
|
335
|
-
d="M500.452 6.36671L543.14 -18.2669L585.828 6.36671V55.6333L543.14 80.2669L500.452 55.6333V6.36671Z"
|
|
336
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
337
|
-
strokeWidth="1.0"
|
|
338
|
-
/>
|
|
339
|
-
<path
|
|
340
|
-
d="M760.383 6.36671L803.071 -18.2669L845.759 6.36671V55.6333L803.071 80.2669L760.383 55.6333V6.36671Z"
|
|
341
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
342
|
-
strokeWidth="1.0"
|
|
343
|
-
/>
|
|
344
|
-
<path
|
|
345
|
-
d="M847.026 6.36671L889.714 -18.2669L932.402 6.36671V55.6333L889.714 80.2669L847.026 55.6333V6.36671Z"
|
|
346
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
347
|
-
strokeWidth="1.0"
|
|
348
|
-
/>
|
|
349
|
-
<path
|
|
350
|
-
d="M890.348 81.3667L933.036 56.7331L975.724 81.3667V130.633L933.036 155.267L890.348 130.633V81.3667Z"
|
|
351
|
-
fill="white"
|
|
352
|
-
fillOpacity="0.25"
|
|
353
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
354
|
-
strokeWidth="1.0"
|
|
355
|
-
/>
|
|
356
|
-
<path
|
|
357
|
-
d="M933.667 6.36671L976.355 -18.2669L1019.04 6.36671V55.6333L976.355 80.2669L933.667 55.6333V6.36671Z"
|
|
358
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
359
|
-
strokeWidth="1.0"
|
|
360
|
-
/>
|
|
361
|
-
<path
|
|
362
|
-
d="M587.095 6.36671L629.783 -18.2669L672.471 6.36671V55.6333L629.783 80.2669L587.095 55.6333V6.36671Z"
|
|
363
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
364
|
-
strokeWidth="1.0"
|
|
365
|
-
/>
|
|
366
|
-
<path
|
|
367
|
-
d="M630.416 81.3667L673.104 56.7331L715.792 81.3667V130.633L673.104 155.267L630.416 130.633V81.3667Z"
|
|
368
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
369
|
-
strokeWidth="1.0"
|
|
370
|
-
/>
|
|
371
|
-
<path
|
|
372
|
-
d="M673.738 6.36671L716.426 -18.2669L759.114 6.36671V55.6333L716.426 80.2669L673.738 55.6333V6.36671Z"
|
|
373
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
374
|
-
strokeWidth="1.0"
|
|
375
|
-
/>
|
|
376
|
-
<path
|
|
377
|
-
d="M717.061 81.3667L759.749 56.7331L802.437 81.3667V130.633L759.749 155.267L717.061 130.633V81.3667Z"
|
|
378
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
379
|
-
strokeWidth="1.0"
|
|
380
|
-
/>
|
|
381
|
-
<path
|
|
382
|
-
d="M760.383 156.367L803.071 131.733L845.759 156.367V205.633L803.071 230.267L760.383 205.633V156.367Z"
|
|
383
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
384
|
-
strokeWidth="1.0"
|
|
385
|
-
/>
|
|
386
|
-
<path
|
|
387
|
-
d="M803.702 81.3667L846.39 56.7331L889.078 81.3667V130.633L846.39 155.267L803.702 130.633V81.3667Z"
|
|
388
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
389
|
-
strokeWidth="1.0"
|
|
390
|
-
/>
|
|
391
|
-
<path
|
|
392
|
-
d="M327.233 606.367L369.899 581.733L412.566 606.367V655.633L369.899 680.267L327.233 655.633V606.367Z"
|
|
393
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
394
|
-
strokeWidth="1.0"
|
|
395
|
-
/>
|
|
396
|
-
<path
|
|
397
|
-
d="M370.533 681.367L413.199 656.733L455.865 681.367V730.633L413.199 755.267L370.533 730.633V681.367Z"
|
|
398
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
399
|
-
strokeWidth="1.0"
|
|
400
|
-
/>
|
|
401
|
-
<path
|
|
402
|
-
d="M413.833 606.367L456.499 581.733L499.165 606.367V655.633L456.499 680.267L413.833 655.633V606.367Z"
|
|
403
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
404
|
-
strokeWidth="1.0"
|
|
405
|
-
/>
|
|
406
|
-
<path
|
|
407
|
-
d="M457.133 681.367L499.799 656.733L542.465 681.367V730.633L499.799 755.267L457.133 730.633V681.367Z"
|
|
408
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
409
|
-
strokeWidth="1.0"
|
|
410
|
-
/>
|
|
411
|
-
<path
|
|
412
|
-
d="M543.732 681.367L586.398 656.733L629.065 681.367V730.633L586.398 755.267L543.732 730.633V681.367Z"
|
|
413
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
414
|
-
strokeWidth="1.0"
|
|
415
|
-
/>
|
|
416
|
-
<path
|
|
417
|
-
d="M197.334 681.367L240 656.733L282.666 681.367V730.633L240 755.267L197.334 730.633V681.367Z"
|
|
418
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
419
|
-
strokeWidth="1.0"
|
|
420
|
-
/>
|
|
421
|
-
<path
|
|
422
|
-
d="M283.933 681.367L326.6 656.733L369.266 681.367V730.633L326.6 755.267L283.933 730.633V681.367Z"
|
|
423
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
424
|
-
strokeWidth="1.0"
|
|
425
|
-
/>
|
|
426
|
-
<path
|
|
427
|
-
d="M587.032 456.367L629.698 431.733L672.365 456.367V505.633L629.698 530.267L587.032 505.633V456.367Z"
|
|
428
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
429
|
-
strokeWidth="1.0"
|
|
430
|
-
/>
|
|
431
|
-
<path
|
|
432
|
-
d="M630.332 531.367L672.998 506.733L715.664 531.367V580.633L672.998 605.267L630.332 580.633V531.367Z"
|
|
433
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
434
|
-
strokeWidth="1.0"
|
|
435
|
-
/>
|
|
436
|
-
<path
|
|
437
|
-
d="M673.632 456.367L716.298 431.733L758.964 456.367V505.633L716.298 530.267L673.632 505.633V456.367Z"
|
|
438
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
439
|
-
strokeWidth="1.0"
|
|
440
|
-
/>
|
|
441
|
-
<path
|
|
442
|
-
d="M716.931 531.367L759.598 506.733L802.264 531.367V580.633L759.598 605.267L716.931 580.633V531.367Z"
|
|
443
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
444
|
-
strokeWidth="1.0"
|
|
445
|
-
/>
|
|
446
|
-
<path
|
|
447
|
-
d="M760.231 606.367L802.897 581.733L845.564 606.367V655.633L802.897 680.267L760.231 655.633V606.367Z"
|
|
448
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
449
|
-
strokeWidth="1.0"
|
|
450
|
-
/>
|
|
451
|
-
<path
|
|
452
|
-
d="M803.531 531.367L846.197 506.733L888.864 531.367V580.633L846.197 605.267L803.531 580.633V531.367Z"
|
|
453
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
454
|
-
strokeWidth="1.0"
|
|
455
|
-
/>
|
|
456
|
-
<path
|
|
457
|
-
d="M457.133 531.367L499.799 506.733L542.465 531.367V580.633L499.799 605.267L457.133 580.633V531.367Z"
|
|
458
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
459
|
-
strokeWidth="1.0"
|
|
460
|
-
/>
|
|
461
|
-
<path
|
|
462
|
-
d="M500.432 606.367L543.099 581.733L585.765 606.367V655.633L543.099 680.267L500.432 655.633V606.367Z"
|
|
463
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
464
|
-
strokeWidth="1.0"
|
|
465
|
-
/>
|
|
466
|
-
<path
|
|
467
|
-
d="M543.732 531.367L586.398 506.733L629.065 531.367V580.633L586.398 605.267L543.732 580.633V531.367Z"
|
|
468
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
469
|
-
strokeWidth="1.0"
|
|
470
|
-
/>
|
|
471
|
-
<path
|
|
472
|
-
d="M587.032 606.367L629.698 581.733L672.365 606.367V655.633L629.698 680.267L587.032 655.633V606.367Z"
|
|
473
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
474
|
-
strokeWidth="1.0"
|
|
475
|
-
/>
|
|
476
|
-
<path
|
|
477
|
-
d="M630.332 681.367L672.998 656.733L715.664 681.367V730.633L672.998 755.267L630.332 730.633V681.367Z"
|
|
478
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
479
|
-
strokeWidth="1.0"
|
|
480
|
-
/>
|
|
481
|
-
<path
|
|
482
|
-
d="M673.632 606.367L716.298 581.733L758.964 606.367V655.633L716.298 680.267L673.632 655.633V606.367Z"
|
|
483
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
484
|
-
strokeWidth="1.0"
|
|
485
|
-
/>
|
|
486
|
-
<path
|
|
487
|
-
d="M846.831 606.367L889.497 581.733L932.163 606.367V655.633L889.497 680.267L846.831 655.633V606.367Z"
|
|
488
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
489
|
-
strokeWidth="1.0"
|
|
490
|
-
/>
|
|
491
|
-
<path
|
|
492
|
-
d="M890.131 681.367L932.797 656.733L975.463 681.367V730.633L932.797 755.267L890.131 730.633V681.367Z"
|
|
493
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
494
|
-
strokeWidth="1.0"
|
|
495
|
-
/>
|
|
496
|
-
<path
|
|
497
|
-
d="M933.43 606.367L976.097 581.733L1018.76 606.367V655.633L976.097 680.267L933.43 655.633V606.367Z"
|
|
498
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
499
|
-
strokeWidth="1.0"
|
|
500
|
-
/>
|
|
501
|
-
<path
|
|
502
|
-
d="M976.73 681.367L1019.4 656.733L1062.06 681.367V730.633L1019.4 755.267L976.73 730.633V681.367Z"
|
|
503
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
504
|
-
strokeWidth="1.0"
|
|
505
|
-
/>
|
|
506
|
-
<path
|
|
507
|
-
d="M1063.33 681.367L1106 656.733L1148.66 681.367V730.633L1106 755.267L1063.33 730.633V681.367Z"
|
|
508
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
509
|
-
strokeWidth="1.0"
|
|
510
|
-
/>
|
|
511
|
-
<path
|
|
512
|
-
d="M716.931 681.367L759.598 656.733L802.264 681.367V730.633L759.598 755.267L716.931 730.633V681.367Z"
|
|
513
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
514
|
-
strokeWidth="1.0"
|
|
515
|
-
/>
|
|
516
|
-
<path
|
|
517
|
-
d="M803.531 681.367L846.197 656.733L888.864 681.367V730.633L846.197 755.267L803.531 730.633V681.367Z"
|
|
518
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
519
|
-
strokeWidth="1.0"
|
|
520
|
-
/>
|
|
521
|
-
<path
|
|
522
|
-
d="M-62.7322 381.367L-20.0442 356.733L22.6438 381.367V430.633L-20.0442 455.267L-62.7322 430.633V381.367Z"
|
|
523
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
524
|
-
strokeWidth="1.0"
|
|
525
|
-
/>
|
|
526
|
-
<path
|
|
527
|
-
d="M-19.4139 456.367L23.2741 431.733L65.9621 456.367V505.633L23.2741 530.267L-19.4139 505.633V456.367Z"
|
|
528
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
529
|
-
strokeWidth="1.0"
|
|
530
|
-
/>
|
|
531
|
-
<path
|
|
532
|
-
d="M23.9103 381.367L66.5983 356.733L109.286 381.367V430.633L66.5983 455.267L23.9103 430.633V381.367Z"
|
|
533
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
534
|
-
strokeWidth="1.0"
|
|
535
|
-
/>
|
|
536
|
-
<path
|
|
537
|
-
d="M67.2306 456.367L109.919 431.733L152.607 456.367V505.633L109.919 530.267L67.2306 505.633V456.367Z"
|
|
538
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
539
|
-
strokeWidth="1.0"
|
|
540
|
-
/>
|
|
541
|
-
<path
|
|
542
|
-
d="M110.553 531.367L153.241 506.733L195.929 531.367V580.633L153.241 605.267L110.553 580.633V531.367Z"
|
|
543
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
544
|
-
strokeWidth="1.0"
|
|
545
|
-
/>
|
|
546
|
-
<path
|
|
547
|
-
d="M153.875 456.367L196.563 431.733L239.251 456.367V505.633L196.563 530.267L153.875 505.633V456.367Z"
|
|
548
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
549
|
-
strokeWidth="1.0"
|
|
550
|
-
/>
|
|
551
|
-
<path
|
|
552
|
-
d="M197.195 531.367L239.884 506.733L282.572 531.367V580.633L239.884 605.267L197.195 580.633V531.367Z"
|
|
553
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
554
|
-
strokeWidth="1.0"
|
|
555
|
-
/>
|
|
556
|
-
<path
|
|
557
|
-
d="M240.517 606.367L283.205 581.733L325.893 606.367V655.633L283.205 680.267L240.517 655.633V606.367Z"
|
|
558
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
559
|
-
strokeWidth="1.0"
|
|
560
|
-
/>
|
|
561
|
-
<path
|
|
562
|
-
d="M283.839 531.367L326.527 506.733L369.215 531.367V580.633L326.527 605.267L283.839 580.633V531.367Z"
|
|
563
|
-
fill="white"
|
|
564
|
-
fillOpacity="0.25"
|
|
565
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
566
|
-
strokeWidth="1.0"
|
|
567
|
-
/>
|
|
568
|
-
<path
|
|
569
|
-
d="M-62.7322 531.367L-20.0442 506.733L22.6438 531.367V580.633L-20.0442 605.267L-62.7322 580.633V531.367Z"
|
|
570
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
571
|
-
strokeWidth="1.0"
|
|
572
|
-
/>
|
|
573
|
-
<path
|
|
574
|
-
d="M-19.4139 606.367L23.2741 581.733L65.9621 606.367V655.633L23.2741 680.267L-19.4139 655.633V606.367Z"
|
|
575
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
576
|
-
strokeWidth="1.0"
|
|
577
|
-
/>
|
|
578
|
-
<path
|
|
579
|
-
d="M23.9103 531.367L66.5983 506.733L109.286 531.367V580.633L66.5983 605.267L23.9103 580.633V531.367Z"
|
|
580
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
581
|
-
strokeWidth="1.0"
|
|
582
|
-
/>
|
|
583
|
-
<path
|
|
584
|
-
d="M67.2306 606.367L109.919 581.733L152.607 606.367V655.633L109.919 680.267L67.2306 655.633V606.367Z"
|
|
585
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
586
|
-
strokeWidth="1.0"
|
|
587
|
-
/>
|
|
588
|
-
<path
|
|
589
|
-
d="M110.553 681.367L153.241 656.733L195.929 681.367V730.633L153.241 755.267L110.553 730.633V681.367Z"
|
|
590
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
591
|
-
strokeWidth="1.0"
|
|
592
|
-
/>
|
|
593
|
-
<path
|
|
594
|
-
d="M153.875 606.367L196.563 581.733L239.251 606.367V655.633L196.563 680.267L153.875 655.633V606.367Z"
|
|
595
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
596
|
-
strokeWidth="1.0"
|
|
597
|
-
/>
|
|
598
|
-
<path
|
|
599
|
-
d="M67.2306 156.367L109.919 131.733L152.607 156.367V205.633L109.919 230.267L67.2306 205.633V156.367Z"
|
|
600
|
-
fill="white"
|
|
601
|
-
fillOpacity="0.25"
|
|
602
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
603
|
-
strokeWidth="1.0"
|
|
604
|
-
/>
|
|
605
|
-
<path
|
|
606
|
-
d="M110.553 231.367L153.241 206.733L195.929 231.367V280.633L153.241 305.267L110.553 280.633V231.367Z"
|
|
607
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
608
|
-
strokeWidth="1.0"
|
|
609
|
-
/>
|
|
610
|
-
<path
|
|
611
|
-
d="M153.875 156.367L196.563 131.733L239.251 156.367V205.633L196.563 230.267L153.875 205.633V156.367Z"
|
|
612
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
613
|
-
strokeWidth="1.0"
|
|
614
|
-
/>
|
|
615
|
-
<path
|
|
616
|
-
d="M197.195 231.367L239.884 206.733L282.572 231.367V280.633L239.884 305.267L197.195 280.633V231.367Z"
|
|
617
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
618
|
-
strokeWidth="1.0"
|
|
619
|
-
/>
|
|
620
|
-
<path
|
|
621
|
-
d="M240.517 306.367L283.205 281.733L325.893 306.367V355.633L283.205 380.267L240.517 355.633V306.367Z"
|
|
622
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
623
|
-
strokeWidth="1.0"
|
|
624
|
-
/>
|
|
625
|
-
<path
|
|
626
|
-
d="M283.839 231.367L326.527 206.733L369.215 231.367V280.633L326.527 305.267L283.839 280.633V231.367Z"
|
|
627
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
628
|
-
strokeWidth="1.0"
|
|
629
|
-
/>
|
|
630
|
-
<path
|
|
631
|
-
d="M-62.7322 231.367L-20.0442 206.733L22.6438 231.367V280.633L-20.0442 305.267L-62.7322 280.633V231.367Z"
|
|
632
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
633
|
-
strokeWidth="1.0"
|
|
634
|
-
/>
|
|
635
|
-
<path
|
|
636
|
-
d="M-19.4139 306.367L23.2741 281.733L65.9621 306.367V355.633L23.2741 380.267L-19.4139 355.633V306.367Z"
|
|
637
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
638
|
-
strokeWidth="1.0"
|
|
639
|
-
/>
|
|
640
|
-
<path
|
|
641
|
-
d="M23.9103 231.367L66.5983 206.733L109.286 231.367V280.633L66.5983 305.267L23.9103 280.633V231.367Z"
|
|
642
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
643
|
-
strokeWidth="1.0"
|
|
644
|
-
/>
|
|
645
|
-
<path
|
|
646
|
-
d="M67.2306 306.367L109.919 281.733L152.607 306.367V355.633L109.919 380.267L67.2306 355.633V306.367Z"
|
|
647
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
648
|
-
strokeWidth="1.0"
|
|
649
|
-
/>
|
|
650
|
-
<path
|
|
651
|
-
d="M110.553 381.367L153.241 356.733L195.929 381.367V430.633L153.241 455.267L110.553 430.633V381.367Z"
|
|
652
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
653
|
-
strokeWidth="1.0"
|
|
654
|
-
/>
|
|
655
|
-
<path
|
|
656
|
-
d="M153.875 306.367L196.563 281.733L239.251 306.367V355.633L196.563 380.267L153.875 355.633V306.367Z"
|
|
657
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
658
|
-
strokeWidth="1.0"
|
|
659
|
-
/>
|
|
660
|
-
<path
|
|
661
|
-
d="M327.161 306.367L369.849 281.733L412.537 306.367V355.633L369.849 380.267L327.161 355.633V306.367Z"
|
|
662
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
663
|
-
strokeWidth="1.0"
|
|
664
|
-
/>
|
|
665
|
-
<path
|
|
666
|
-
d="M370.484 381.367L413.172 356.733L455.86 381.367V430.633L413.172 455.267L370.484 430.633V381.367Z"
|
|
667
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
668
|
-
strokeWidth="1.0"
|
|
669
|
-
/>
|
|
670
|
-
<path
|
|
671
|
-
d="M413.803 306.367L456.491 281.733L499.179 306.367V355.633L456.491 380.267L413.803 355.633V306.367Z"
|
|
672
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
673
|
-
strokeWidth="1.0"
|
|
674
|
-
/>
|
|
675
|
-
<path
|
|
676
|
-
d="M457.126 381.367L499.814 356.733L542.502 381.367V430.633L499.814 455.267L457.126 430.633V381.367Z"
|
|
677
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
678
|
-
strokeWidth="1.0"
|
|
679
|
-
/>
|
|
680
|
-
<path
|
|
681
|
-
d="M500.448 456.367L543.136 431.733L585.824 456.367V505.633L543.136 530.267L500.448 505.633V456.367Z"
|
|
682
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
683
|
-
strokeWidth="1.0"
|
|
684
|
-
/>
|
|
685
|
-
<path
|
|
686
|
-
d="M543.768 381.367L586.456 356.733L629.144 381.367V430.633L586.456 455.267L543.768 430.633V381.367Z"
|
|
687
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
688
|
-
strokeWidth="1.0"
|
|
689
|
-
/>
|
|
690
|
-
<path
|
|
691
|
-
d="M197.195 381.367L239.884 356.733L282.572 381.367V430.633L239.884 455.267L197.195 430.633V381.367Z"
|
|
692
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
693
|
-
strokeWidth="1.0"
|
|
694
|
-
/>
|
|
695
|
-
<path
|
|
696
|
-
d="M240.517 456.367L283.205 431.733L325.893 456.367V505.633L283.205 530.267L240.517 505.633V456.367Z"
|
|
697
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
698
|
-
strokeWidth="1.0"
|
|
699
|
-
/>
|
|
700
|
-
<path
|
|
701
|
-
d="M283.839 381.367L326.527 356.733L369.215 381.367V430.633L326.527 455.267L283.839 430.633V381.367Z"
|
|
702
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
703
|
-
strokeWidth="1.0"
|
|
704
|
-
/>
|
|
705
|
-
<path
|
|
706
|
-
d="M327.161 456.367L369.849 431.733L412.537 456.367V505.633L369.849 530.267L327.161 505.633V456.367Z"
|
|
707
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
708
|
-
strokeWidth="1.0"
|
|
709
|
-
/>
|
|
710
|
-
<path
|
|
711
|
-
d="M370.484 531.367L413.172 506.733L455.86 531.367V580.633L413.172 605.267L370.484 580.633V531.367Z"
|
|
712
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
713
|
-
strokeWidth="1.0"
|
|
714
|
-
/>
|
|
715
|
-
<path
|
|
716
|
-
d="M413.803 456.367L456.491 431.733L499.179 456.367V505.633L456.491 530.267L413.803 505.633V456.367Z"
|
|
717
|
-
stroke="rgba(255, 255, 255, 1.0)"
|
|
718
|
-
strokeWidth="1.0"
|
|
719
|
-
/>
|
|
720
|
-
</g>
|
|
721
|
-
<g mask="url(#mask0_91_8)">
|
|
722
|
-
<path
|
|
723
|
-
d="M717.133 231.367L759.799 206.733L802.465 231.367V280.633L759.799 305.267L717.133 280.633V231.367Z"
|
|
724
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
725
|
-
strokeWidth="1.0"
|
|
726
|
-
/>
|
|
727
|
-
<path
|
|
728
|
-
d="M760.432 306.367L803.099 281.733L845.765 306.367V355.633L803.099 380.267L760.432 355.633V306.367Z"
|
|
729
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
730
|
-
strokeWidth="1.0"
|
|
731
|
-
/>
|
|
732
|
-
<path
|
|
733
|
-
d="M803.732 231.367L846.398 206.733L889.065 231.367V280.633L846.398 305.267L803.732 280.633V231.367Z"
|
|
734
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
735
|
-
strokeWidth="1.0"
|
|
736
|
-
/>
|
|
737
|
-
<path
|
|
738
|
-
d="M847.032 306.367L889.698 281.733L932.365 306.367V355.633L889.698 380.267L847.032 355.633V306.367Z"
|
|
739
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
740
|
-
strokeWidth="1.0"
|
|
741
|
-
/>
|
|
742
|
-
<path
|
|
743
|
-
d="M890.332 381.367L932.998 356.733L975.664 381.367V430.633L932.998 455.267L890.332 430.633V381.367Z"
|
|
744
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
745
|
-
strokeWidth="1.0"
|
|
746
|
-
/>
|
|
747
|
-
<path
|
|
748
|
-
d="M933.632 306.367L976.298 281.733L1018.96 306.367V355.633L976.298 380.267L933.632 355.633V306.367Z"
|
|
749
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
750
|
-
strokeWidth="1.0"
|
|
751
|
-
/>
|
|
752
|
-
<path
|
|
753
|
-
d="M587.233 306.367L629.899 281.733L672.566 306.367V355.633L629.899 380.267L587.233 355.633V306.367Z"
|
|
754
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
755
|
-
strokeWidth="1.0"
|
|
756
|
-
/>
|
|
757
|
-
<path
|
|
758
|
-
d="M630.533 381.367L673.199 356.733L715.865 381.367V430.633L673.199 455.267L630.533 430.633V381.367Z"
|
|
759
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
760
|
-
strokeWidth="1.0"
|
|
761
|
-
/>
|
|
762
|
-
<path
|
|
763
|
-
d="M673.833 306.367L716.499 281.733L759.165 306.367V355.633L716.499 380.267L673.833 355.633V306.367Z"
|
|
764
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
765
|
-
strokeWidth="1.0"
|
|
766
|
-
/>
|
|
767
|
-
<path
|
|
768
|
-
d="M717.133 381.367L759.799 356.733L802.465 381.367V430.633L759.799 455.267L717.133 430.633V381.367Z"
|
|
769
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
770
|
-
strokeWidth="1.0"
|
|
771
|
-
/>
|
|
772
|
-
<path
|
|
773
|
-
d="M760.432 456.367L803.099 431.733L845.765 456.367V505.633L803.099 530.267L760.432 505.633V456.367Z"
|
|
774
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
775
|
-
strokeWidth="1.0"
|
|
776
|
-
/>
|
|
777
|
-
<path
|
|
778
|
-
d="M803.732 381.367L846.398 356.733L889.065 381.367V430.633L846.398 455.267L803.732 430.633V381.367Z"
|
|
779
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
780
|
-
strokeWidth="1.0"
|
|
781
|
-
/>
|
|
782
|
-
<path
|
|
783
|
-
d="M976.931 381.367L1019.6 356.733L1062.26 381.367V430.633L1019.6 455.267L976.931 430.633V381.367Z"
|
|
784
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
785
|
-
strokeWidth="1.0"
|
|
786
|
-
/>
|
|
787
|
-
<path
|
|
788
|
-
d="M1020.23 456.367L1062.9 431.733L1105.56 456.367V505.633L1062.9 530.267L1020.23 505.633V456.367Z"
|
|
789
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
790
|
-
strokeWidth="1.0"
|
|
791
|
-
/>
|
|
792
|
-
<path
|
|
793
|
-
d="M1063.53 381.367L1106.2 356.733L1148.86 381.367V430.633L1106.2 455.267L1063.53 430.633V381.367Z"
|
|
794
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
795
|
-
strokeWidth="1.0"
|
|
796
|
-
/>
|
|
797
|
-
<path
|
|
798
|
-
d="M1106.83 456.367L1149.5 431.733L1192.16 456.367V505.633L1149.5 530.267L1106.83 505.633V456.367Z"
|
|
799
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
800
|
-
strokeWidth="1.0"
|
|
801
|
-
/>
|
|
802
|
-
<path
|
|
803
|
-
d="M1150.13 531.367L1192.8 506.733L1235.46 531.367V580.633L1192.8 605.267L1150.13 580.633V531.367Z"
|
|
804
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
805
|
-
strokeWidth="1.0"
|
|
806
|
-
/>
|
|
807
|
-
<path
|
|
808
|
-
d="M1193.43 456.367L1236.1 431.733L1278.76 456.367V505.633L1236.1 530.267L1193.43 505.633V456.367Z"
|
|
809
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
810
|
-
strokeWidth="1.0"
|
|
811
|
-
/>
|
|
812
|
-
<path
|
|
813
|
-
d="M847.032 456.367L889.698 431.733L932.365 456.367V505.633L889.698 530.267L847.032 505.633V456.367Z"
|
|
814
|
-
fill="white"
|
|
815
|
-
fillOpacity="0.25"
|
|
816
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
817
|
-
strokeWidth="1.0"
|
|
818
|
-
/>
|
|
819
|
-
<path
|
|
820
|
-
d="M890.332 531.367L932.998 506.733L975.664 531.367V580.633L932.998 605.267L890.332 580.633V531.367Z"
|
|
821
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
822
|
-
strokeWidth="1.0"
|
|
823
|
-
/>
|
|
824
|
-
<path
|
|
825
|
-
d="M933.632 456.367L976.298 431.733L1018.96 456.367V505.633L976.298 530.267L933.632 505.633V456.367Z"
|
|
826
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
827
|
-
strokeWidth="1.0"
|
|
828
|
-
/>
|
|
829
|
-
<path
|
|
830
|
-
d="M976.931 531.367L1019.6 506.733L1062.26 531.367V580.633L1019.6 605.267L976.931 580.633V531.367Z"
|
|
831
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
832
|
-
strokeWidth="1.0"
|
|
833
|
-
/>
|
|
834
|
-
<path
|
|
835
|
-
d="M1020.23 606.367L1062.9 581.733L1105.56 606.367V655.633L1062.9 680.267L1020.23 655.633V606.367Z"
|
|
836
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
837
|
-
strokeWidth="1.0"
|
|
838
|
-
/>
|
|
839
|
-
<path
|
|
840
|
-
d="M1063.53 531.367L1106.2 506.733L1148.86 531.367V580.633L1106.2 605.267L1063.53 580.633V531.367Z"
|
|
841
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
842
|
-
strokeWidth="1.0"
|
|
843
|
-
/>
|
|
844
|
-
<path
|
|
845
|
-
d="M976.931 81.3666L1019.6 56.7332L1062.26 81.3666V130.633L1019.6 155.267L976.931 130.633V81.3666Z"
|
|
846
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
847
|
-
strokeWidth="1.0"
|
|
848
|
-
/>
|
|
849
|
-
<path
|
|
850
|
-
d="M1020.23 156.367L1062.9 131.733L1105.56 156.367V205.633L1062.9 230.267L1020.23 205.633V156.367Z"
|
|
851
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
852
|
-
strokeWidth="1.0"
|
|
853
|
-
/>
|
|
854
|
-
<path
|
|
855
|
-
d="M1063.53 81.3666L1106.2 56.7332L1148.86 81.3666V130.633L1106.2 155.267L1063.53 130.633V81.3666Z"
|
|
856
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
857
|
-
strokeWidth="1.0"
|
|
858
|
-
/>
|
|
859
|
-
<path
|
|
860
|
-
d="M1106.83 156.367L1149.5 131.733L1192.16 156.367V205.633L1149.5 230.267L1106.83 205.633V156.367Z"
|
|
861
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
862
|
-
strokeWidth="1.0"
|
|
863
|
-
/>
|
|
864
|
-
<path
|
|
865
|
-
d="M1150.13 231.367L1192.8 206.733L1235.46 231.367V280.633L1192.8 305.267L1150.13 280.633V231.367Z"
|
|
866
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
867
|
-
strokeWidth="1.0"
|
|
868
|
-
/>
|
|
869
|
-
<path
|
|
870
|
-
d="M1193.43 156.367L1236.1 131.733L1278.76 156.367V205.633L1236.1 230.267L1193.43 205.633V156.367Z"
|
|
871
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
872
|
-
strokeWidth="1.0"
|
|
873
|
-
/>
|
|
874
|
-
<path
|
|
875
|
-
d="M847.032 156.367L889.698 131.733L932.365 156.367V205.633L889.698 230.267L847.032 205.633V156.367Z"
|
|
876
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
877
|
-
strokeWidth="1.0"
|
|
878
|
-
/>
|
|
879
|
-
<path
|
|
880
|
-
d="M890.332 231.367L932.998 206.733L975.664 231.367V280.633L932.998 305.267L890.332 280.633V231.367Z"
|
|
881
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
882
|
-
strokeWidth="1.0"
|
|
883
|
-
/>
|
|
884
|
-
<path
|
|
885
|
-
d="M933.632 156.367L976.298 131.733L1018.96 156.367V205.633L976.298 230.267L933.632 205.633V156.367Z"
|
|
886
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
887
|
-
strokeWidth="1.0"
|
|
888
|
-
/>
|
|
889
|
-
<path
|
|
890
|
-
d="M976.931 231.367L1019.6 206.733L1062.26 231.367V280.633L1019.6 305.267L976.931 280.633V231.367Z"
|
|
891
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
892
|
-
strokeWidth="1.0"
|
|
893
|
-
/>
|
|
894
|
-
<path
|
|
895
|
-
d="M1020.23 306.367L1062.9 281.733L1105.56 306.367V355.633L1062.9 380.267L1020.23 355.633V306.367Z"
|
|
896
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
897
|
-
strokeWidth="1.0"
|
|
898
|
-
/>
|
|
899
|
-
<path
|
|
900
|
-
d="M1063.53 231.367L1106.2 206.733L1148.86 231.367V280.633L1106.2 305.267L1063.53 280.633V231.367Z"
|
|
901
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
902
|
-
strokeWidth="1.0"
|
|
903
|
-
/>
|
|
904
|
-
<path
|
|
905
|
-
d="M1106.83 306.367L1149.5 281.733L1192.16 306.367V355.633L1149.5 380.267L1106.83 355.633V306.367Z"
|
|
906
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
907
|
-
strokeWidth="1.0"
|
|
908
|
-
/>
|
|
909
|
-
<path
|
|
910
|
-
d="M1150.13 381.367L1192.8 356.733L1235.46 381.367V430.633L1192.8 455.267L1150.13 430.633V381.367Z"
|
|
911
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
912
|
-
strokeWidth="1.0"
|
|
913
|
-
/>
|
|
914
|
-
<path
|
|
915
|
-
d="M1193.43 306.367L1236.1 281.733L1278.76 306.367V355.633L1236.1 380.267L1193.43 355.633V306.367Z"
|
|
916
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
917
|
-
strokeWidth="1.0"
|
|
918
|
-
/>
|
|
919
|
-
<path
|
|
920
|
-
d="M240.523 6.36671L283.211 -18.2669L325.899 6.36671V55.6333L283.211 80.2669L240.523 55.6333V6.36671Z"
|
|
921
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
922
|
-
strokeWidth="1.0"
|
|
923
|
-
/>
|
|
924
|
-
<path
|
|
925
|
-
d="M327.167 6.36671L369.855 -18.2669L412.543 6.36671V55.6333L369.855 80.2669L327.167 55.6333V6.36671Z"
|
|
926
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
927
|
-
strokeWidth="1.0"
|
|
928
|
-
/>
|
|
929
|
-
<path
|
|
930
|
-
d="M370.486 81.3667L413.174 56.7331L455.862 81.3667V130.633L413.174 155.267L370.486 130.633V81.3667Z"
|
|
931
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
932
|
-
strokeWidth="1.0"
|
|
933
|
-
/>
|
|
934
|
-
<path
|
|
935
|
-
d="M413.81 6.36671L456.498 -18.2669L499.186 6.36671V55.6333L456.498 80.2669L413.81 55.6333V6.36671Z"
|
|
936
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
937
|
-
strokeWidth="1.0"
|
|
938
|
-
/>
|
|
939
|
-
<path
|
|
940
|
-
d="M67.2365 6.36671L109.925 -18.2669L152.613 6.36671V55.6333L109.925 80.2669L67.2365 55.6333V6.36671Z"
|
|
941
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
942
|
-
strokeWidth="1.0"
|
|
943
|
-
/>
|
|
944
|
-
<path
|
|
945
|
-
d="M110.558 81.3667L153.246 56.7331L195.934 81.3667V130.633L153.246 155.267L110.558 130.633V81.3667Z"
|
|
946
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
947
|
-
strokeWidth="1.0"
|
|
948
|
-
/>
|
|
949
|
-
<path
|
|
950
|
-
d="M153.88 6.36671L196.568 -18.2669L239.256 6.36671V55.6333L196.568 80.2669L153.88 55.6333V6.36671Z"
|
|
951
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
952
|
-
strokeWidth="1.0"
|
|
953
|
-
/>
|
|
954
|
-
<path
|
|
955
|
-
d="M197.201 81.3667L239.889 56.7331L282.577 81.3667V130.633L239.889 155.267L197.201 130.633V81.3667Z"
|
|
956
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
957
|
-
strokeWidth="1.0"
|
|
958
|
-
/>
|
|
959
|
-
<path
|
|
960
|
-
d="M240.523 156.367L283.211 131.733L325.899 156.367V205.633L283.211 230.267L240.523 205.633V156.367Z"
|
|
961
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
962
|
-
strokeWidth="1.0"
|
|
963
|
-
/>
|
|
964
|
-
<path
|
|
965
|
-
d="M283.845 81.3667L326.533 56.7331L369.221 81.3667V130.633L326.533 155.267L283.845 130.633V81.3667Z"
|
|
966
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
967
|
-
strokeWidth="1.0"
|
|
968
|
-
/>
|
|
969
|
-
<path
|
|
970
|
-
d="M457.13 81.3667L499.818 56.7331L542.506 81.3667V130.633L499.818 155.267L457.13 130.633V81.3667Z"
|
|
971
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
972
|
-
strokeWidth="1.0"
|
|
973
|
-
/>
|
|
974
|
-
<path
|
|
975
|
-
d="M500.452 156.367L543.14 131.733L585.828 156.367V205.633L543.14 230.267L500.452 205.633V156.367Z"
|
|
976
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
977
|
-
strokeWidth="1.0"
|
|
978
|
-
/>
|
|
979
|
-
<path
|
|
980
|
-
d="M543.775 81.3667L586.463 56.7331L629.151 81.3667V130.633L586.463 155.267L543.775 130.633V81.3667Z"
|
|
981
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
982
|
-
strokeWidth="1.0"
|
|
983
|
-
/>
|
|
984
|
-
<path
|
|
985
|
-
d="M587.095 156.367L629.783 131.733L672.471 156.367V205.633L629.783 230.267L587.095 205.633V156.367Z"
|
|
986
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
987
|
-
strokeWidth="1.0"
|
|
988
|
-
/>
|
|
989
|
-
<path
|
|
990
|
-
d="M630.416 231.367L673.104 206.733L715.792 231.367V280.633L673.104 305.267L630.416 280.633V231.367Z"
|
|
991
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
992
|
-
strokeWidth="1.0"
|
|
993
|
-
/>
|
|
994
|
-
<path
|
|
995
|
-
d="M673.738 156.367L716.426 131.733L759.114 156.367V205.633L716.426 230.267L673.738 205.633V156.367Z"
|
|
996
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
997
|
-
strokeWidth="1.0"
|
|
998
|
-
/>
|
|
999
|
-
<path
|
|
1000
|
-
d="M327.167 156.367L369.855 131.733L412.543 156.367V205.633L369.855 230.267L327.167 205.633V156.367Z"
|
|
1001
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1002
|
-
strokeWidth="1.0"
|
|
1003
|
-
/>
|
|
1004
|
-
<path
|
|
1005
|
-
d="M370.486 231.367L413.174 206.733L455.862 231.367V280.633L413.174 305.267L370.486 280.633V231.367Z"
|
|
1006
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1007
|
-
strokeWidth="1.0"
|
|
1008
|
-
/>
|
|
1009
|
-
<path
|
|
1010
|
-
d="M413.81 156.367L456.498 131.733L499.186 156.367V205.633L456.498 230.267L413.81 205.633V156.367Z"
|
|
1011
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1012
|
-
strokeWidth="1.0"
|
|
1013
|
-
/>
|
|
1014
|
-
<path
|
|
1015
|
-
d="M457.13 231.367L499.818 206.733L542.506 231.367V280.633L499.818 305.267L457.13 280.633V231.367Z"
|
|
1016
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1017
|
-
strokeWidth="1.0"
|
|
1018
|
-
/>
|
|
1019
|
-
<path
|
|
1020
|
-
d="M500.452 306.367L543.14 281.733L585.828 306.367V355.633L543.14 380.267L500.452 355.633V306.367Z"
|
|
1021
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1022
|
-
strokeWidth="1.0"
|
|
1023
|
-
/>
|
|
1024
|
-
<path
|
|
1025
|
-
d="M543.775 231.367L586.463 206.733L629.151 231.367V280.633L586.463 305.267L543.775 280.633V231.367Z"
|
|
1026
|
-
fill="white"
|
|
1027
|
-
fillOpacity="0.25"
|
|
1028
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1029
|
-
strokeWidth="1.0"
|
|
1030
|
-
/>
|
|
1031
|
-
<path
|
|
1032
|
-
d="M500.452 6.36671L543.14 -18.2669L585.828 6.36671V55.6333L543.14 80.2669L500.452 55.6333V6.36671Z"
|
|
1033
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1034
|
-
strokeWidth="1.0"
|
|
1035
|
-
/>
|
|
1036
|
-
<path
|
|
1037
|
-
d="M760.383 6.36671L803.071 -18.2669L845.759 6.36671V55.6333L803.071 80.2669L760.383 55.6333V6.36671Z"
|
|
1038
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1039
|
-
strokeWidth="1.0"
|
|
1040
|
-
/>
|
|
1041
|
-
<path
|
|
1042
|
-
d="M847.026 6.36671L889.714 -18.2669L932.402 6.36671V55.6333L889.714 80.2669L847.026 55.6333V6.36671Z"
|
|
1043
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1044
|
-
strokeWidth="1.0"
|
|
1045
|
-
/>
|
|
1046
|
-
<path
|
|
1047
|
-
d="M890.348 81.3667L933.036 56.7331L975.724 81.3667V130.633L933.036 155.267L890.348 130.633V81.3667Z"
|
|
1048
|
-
fill="white"
|
|
1049
|
-
fillOpacity="0.25"
|
|
1050
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1051
|
-
strokeWidth="1.0"
|
|
1052
|
-
/>
|
|
1053
|
-
<path
|
|
1054
|
-
d="M933.667 6.36671L976.355 -18.2669L1019.04 6.36671V55.6333L976.355 80.2669L933.667 55.6333V6.36671Z"
|
|
1055
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1056
|
-
strokeWidth="1.0"
|
|
1057
|
-
/>
|
|
1058
|
-
<path
|
|
1059
|
-
d="M587.095 6.36671L629.783 -18.2669L672.471 6.36671V55.6333L629.783 80.2669L587.095 55.6333V6.36671Z"
|
|
1060
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1061
|
-
strokeWidth="1.0"
|
|
1062
|
-
/>
|
|
1063
|
-
<path
|
|
1064
|
-
d="M630.416 81.3667L673.104 56.7331L715.792 81.3667V130.633L673.104 155.267L630.416 130.633V81.3667Z"
|
|
1065
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1066
|
-
strokeWidth="1.0"
|
|
1067
|
-
/>
|
|
1068
|
-
<path
|
|
1069
|
-
d="M673.738 6.36671L716.426 -18.2669L759.114 6.36671V55.6333L716.426 80.2669L673.738 55.6333V6.36671Z"
|
|
1070
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1071
|
-
strokeWidth="1.0"
|
|
1072
|
-
/>
|
|
1073
|
-
<path
|
|
1074
|
-
d="M717.061 81.3667L759.749 56.7331L802.437 81.3667V130.633L759.749 155.267L717.061 130.633V81.3667Z"
|
|
1075
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1076
|
-
strokeWidth="1.0"
|
|
1077
|
-
/>
|
|
1078
|
-
<path
|
|
1079
|
-
d="M760.383 156.367L803.071 131.733L845.759 156.367V205.633L803.071 230.267L760.383 205.633V156.367Z"
|
|
1080
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1081
|
-
strokeWidth="1.0"
|
|
1082
|
-
/>
|
|
1083
|
-
<path
|
|
1084
|
-
d="M803.702 81.3667L846.39 56.7331L889.078 81.3667V130.633L846.39 155.267L803.702 130.633V81.3667Z"
|
|
1085
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1086
|
-
strokeWidth="1.0"
|
|
1087
|
-
/>
|
|
1088
|
-
<path
|
|
1089
|
-
d="M327.233 606.367L369.899 581.733L412.566 606.367V655.633L369.899 680.267L327.233 655.633V606.367Z"
|
|
1090
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1091
|
-
strokeWidth="1.0"
|
|
1092
|
-
/>
|
|
1093
|
-
<path
|
|
1094
|
-
d="M370.533 681.367L413.199 656.733L455.865 681.367V730.633L413.199 755.267L370.533 730.633V681.367Z"
|
|
1095
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1096
|
-
strokeWidth="1.0"
|
|
1097
|
-
/>
|
|
1098
|
-
<path
|
|
1099
|
-
d="M413.833 606.367L456.499 581.733L499.165 606.367V655.633L456.499 680.267L413.833 655.633V606.367Z"
|
|
1100
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1101
|
-
strokeWidth="1.0"
|
|
1102
|
-
/>
|
|
1103
|
-
<path
|
|
1104
|
-
d="M457.133 681.367L499.799 656.733L542.465 681.367V730.633L499.799 755.267L457.133 730.633V681.367Z"
|
|
1105
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1106
|
-
strokeWidth="1.0"
|
|
1107
|
-
/>
|
|
1108
|
-
<path
|
|
1109
|
-
d="M543.732 681.367L586.398 656.733L629.065 681.367V730.633L586.398 755.267L543.732 730.633V681.367Z"
|
|
1110
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1111
|
-
strokeWidth="1.0"
|
|
1112
|
-
/>
|
|
1113
|
-
<path
|
|
1114
|
-
d="M197.334 681.367L240 656.733L282.666 681.367V730.633L240 755.267L197.334 730.633V681.367Z"
|
|
1115
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1116
|
-
strokeWidth="1.0"
|
|
1117
|
-
/>
|
|
1118
|
-
<path
|
|
1119
|
-
d="M283.933 681.367L326.6 656.733L369.266 681.367V730.633L326.6 755.267L283.933 730.633V681.367Z"
|
|
1120
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1121
|
-
strokeWidth="1.0"
|
|
1122
|
-
/>
|
|
1123
|
-
<path
|
|
1124
|
-
d="M587.032 456.367L629.698 431.733L672.365 456.367V505.633L629.698 530.267L587.032 505.633V456.367Z"
|
|
1125
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1126
|
-
strokeWidth="1.0"
|
|
1127
|
-
/>
|
|
1128
|
-
<path
|
|
1129
|
-
d="M630.332 531.367L672.998 506.733L715.664 531.367V580.633L672.998 605.267L630.332 580.633V531.367Z"
|
|
1130
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1131
|
-
strokeWidth="1.0"
|
|
1132
|
-
/>
|
|
1133
|
-
<path
|
|
1134
|
-
d="M673.632 456.367L716.298 431.733L758.964 456.367V505.633L716.298 530.267L673.632 505.633V456.367Z"
|
|
1135
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1136
|
-
strokeWidth="1.0"
|
|
1137
|
-
/>
|
|
1138
|
-
<path
|
|
1139
|
-
d="M716.931 531.367L759.598 506.733L802.264 531.367V580.633L759.598 605.267L716.931 580.633V531.367Z"
|
|
1140
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1141
|
-
strokeWidth="1.0"
|
|
1142
|
-
/>
|
|
1143
|
-
<path
|
|
1144
|
-
d="M760.231 606.367L802.897 581.733L845.564 606.367V655.633L802.897 680.267L760.231 655.633V606.367Z"
|
|
1145
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1146
|
-
strokeWidth="1.0"
|
|
1147
|
-
/>
|
|
1148
|
-
<path
|
|
1149
|
-
d="M803.531 531.367L846.197 506.733L888.864 531.367V580.633L846.197 605.267L803.531 580.633V531.367Z"
|
|
1150
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1151
|
-
strokeWidth="1.0"
|
|
1152
|
-
/>
|
|
1153
|
-
<path
|
|
1154
|
-
d="M457.133 531.367L499.799 506.733L542.465 531.367V580.633L499.799 605.267L457.133 580.633V531.367Z"
|
|
1155
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1156
|
-
strokeWidth="1.0"
|
|
1157
|
-
/>
|
|
1158
|
-
<path
|
|
1159
|
-
d="M500.432 606.367L543.099 581.733L585.765 606.367V655.633L543.099 680.267L500.432 655.633V606.367Z"
|
|
1160
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1161
|
-
strokeWidth="1.0"
|
|
1162
|
-
/>
|
|
1163
|
-
<path
|
|
1164
|
-
d="M543.732 531.367L586.398 506.733L629.065 531.367V580.633L586.398 605.267L543.732 580.633V531.367Z"
|
|
1165
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1166
|
-
strokeWidth="1.0"
|
|
1167
|
-
/>
|
|
1168
|
-
<path
|
|
1169
|
-
d="M587.032 606.367L629.698 581.733L672.365 606.367V655.633L629.698 680.267L587.032 655.633V606.367Z"
|
|
1170
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1171
|
-
strokeWidth="1.0"
|
|
1172
|
-
/>
|
|
1173
|
-
<path
|
|
1174
|
-
d="M630.332 681.367L672.998 656.733L715.664 681.367V730.633L672.998 755.267L630.332 730.633V681.367Z"
|
|
1175
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1176
|
-
strokeWidth="1.0"
|
|
1177
|
-
/>
|
|
1178
|
-
<path
|
|
1179
|
-
d="M673.632 606.367L716.298 581.733L758.964 606.367V655.633L716.298 680.267L673.632 655.633V606.367Z"
|
|
1180
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1181
|
-
strokeWidth="1.0"
|
|
1182
|
-
/>
|
|
1183
|
-
<path
|
|
1184
|
-
d="M846.831 606.367L889.497 581.733L932.163 606.367V655.633L889.497 680.267L846.831 655.633V606.367Z"
|
|
1185
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1186
|
-
strokeWidth="1.0"
|
|
1187
|
-
/>
|
|
1188
|
-
<path
|
|
1189
|
-
d="M890.131 681.367L932.797 656.733L975.463 681.367V730.633L932.797 755.267L890.131 730.633V681.367Z"
|
|
1190
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1191
|
-
strokeWidth="1.0"
|
|
1192
|
-
/>
|
|
1193
|
-
<path
|
|
1194
|
-
d="M933.43 606.367L976.097 581.733L1018.76 606.367V655.633L976.097 680.267L933.43 655.633V606.367Z"
|
|
1195
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1196
|
-
strokeWidth="1.0"
|
|
1197
|
-
/>
|
|
1198
|
-
<path
|
|
1199
|
-
d="M976.73 681.367L1019.4 656.733L1062.06 681.367V730.633L1019.4 755.267L976.73 730.633V681.367Z"
|
|
1200
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1201
|
-
strokeWidth="1.0"
|
|
1202
|
-
/>
|
|
1203
|
-
<path
|
|
1204
|
-
d="M1063.33 681.367L1106 656.733L1148.66 681.367V730.633L1106 755.267L1063.33 730.633V681.367Z"
|
|
1205
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1206
|
-
strokeWidth="1.0"
|
|
1207
|
-
/>
|
|
1208
|
-
<path
|
|
1209
|
-
d="M716.931 681.367L759.598 656.733L802.264 681.367V730.633L759.598 755.267L716.931 730.633V681.367Z"
|
|
1210
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1211
|
-
strokeWidth="1.0"
|
|
1212
|
-
/>
|
|
1213
|
-
<path
|
|
1214
|
-
d="M803.531 681.367L846.197 656.733L888.864 681.367V730.633L846.197 755.267L803.531 730.633V681.367Z"
|
|
1215
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1216
|
-
strokeWidth="1.0"
|
|
1217
|
-
/>
|
|
1218
|
-
<path
|
|
1219
|
-
d="M-62.7322 381.367L-20.0442 356.733L22.6438 381.367V430.633L-20.0442 455.267L-62.7322 430.633V381.367Z"
|
|
1220
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1221
|
-
strokeWidth="1.0"
|
|
1222
|
-
/>
|
|
1223
|
-
<path
|
|
1224
|
-
d="M-19.4139 456.367L23.2741 431.733L65.9621 456.367V505.633L23.2741 530.267L-19.4139 505.633V456.367Z"
|
|
1225
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1226
|
-
strokeWidth="1.0"
|
|
1227
|
-
/>
|
|
1228
|
-
<path
|
|
1229
|
-
d="M23.9103 381.367L66.5983 356.733L109.286 381.367V430.633L66.5983 455.267L23.9103 430.633V381.367Z"
|
|
1230
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1231
|
-
strokeWidth="1.0"
|
|
1232
|
-
/>
|
|
1233
|
-
<path
|
|
1234
|
-
d="M67.2306 456.367L109.919 431.733L152.607 456.367V505.633L109.919 530.267L67.2306 505.633V456.367Z"
|
|
1235
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1236
|
-
strokeWidth="1.0"
|
|
1237
|
-
/>
|
|
1238
|
-
<path
|
|
1239
|
-
d="M110.553 531.367L153.241 506.733L195.929 531.367V580.633L153.241 605.267L110.553 580.633V531.367Z"
|
|
1240
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1241
|
-
strokeWidth="1.0"
|
|
1242
|
-
/>
|
|
1243
|
-
<path
|
|
1244
|
-
d="M153.875 456.367L196.563 431.733L239.251 456.367V505.633L196.563 530.267L153.875 505.633V456.367Z"
|
|
1245
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1246
|
-
strokeWidth="1.0"
|
|
1247
|
-
/>
|
|
1248
|
-
<path
|
|
1249
|
-
d="M197.195 531.367L239.884 506.733L282.572 531.367V580.633L239.884 605.267L197.195 580.633V531.367Z"
|
|
1250
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1251
|
-
strokeWidth="1.0"
|
|
1252
|
-
/>
|
|
1253
|
-
<path
|
|
1254
|
-
d="M240.517 606.367L283.205 581.733L325.893 606.367V655.633L283.205 680.267L240.517 655.633V606.367Z"
|
|
1255
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1256
|
-
strokeWidth="1.0"
|
|
1257
|
-
/>
|
|
1258
|
-
<path
|
|
1259
|
-
d="M283.839 531.367L326.527 506.733L369.215 531.367V580.633L326.527 605.267L283.839 580.633V531.367Z"
|
|
1260
|
-
fill="white"
|
|
1261
|
-
fillOpacity="0.25"
|
|
1262
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1263
|
-
strokeWidth="1.0"
|
|
1264
|
-
/>
|
|
1265
|
-
<path
|
|
1266
|
-
d="M-62.7322 531.367L-20.0442 506.733L22.6438 531.367V580.633L-20.0442 605.267L-62.7322 580.633V531.367Z"
|
|
1267
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1268
|
-
strokeWidth="1.0"
|
|
1269
|
-
/>
|
|
1270
|
-
<path
|
|
1271
|
-
d="M-19.4139 606.367L23.2741 581.733L65.9621 606.367V655.633L23.2741 680.267L-19.4139 655.633V606.367Z"
|
|
1272
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1273
|
-
strokeWidth="1.0"
|
|
1274
|
-
/>
|
|
1275
|
-
<path
|
|
1276
|
-
d="M23.9103 531.367L66.5983 506.733L109.286 531.367V580.633L66.5983 605.267L23.9103 580.633V531.367Z"
|
|
1277
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1278
|
-
strokeWidth="1.0"
|
|
1279
|
-
/>
|
|
1280
|
-
<path
|
|
1281
|
-
d="M67.2306 606.367L109.919 581.733L152.607 606.367V655.633L109.919 680.267L67.2306 655.633V606.367Z"
|
|
1282
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1283
|
-
strokeWidth="1.0"
|
|
1284
|
-
/>
|
|
1285
|
-
<path
|
|
1286
|
-
d="M110.553 681.367L153.241 656.733L195.929 681.367V730.633L153.241 755.267L110.553 730.633V681.367Z"
|
|
1287
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1288
|
-
strokeWidth="1.0"
|
|
1289
|
-
/>
|
|
1290
|
-
<path
|
|
1291
|
-
d="M153.875 606.367L196.563 581.733L239.251 606.367V655.633L196.563 680.267L153.875 655.633V606.367Z"
|
|
1292
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1293
|
-
strokeWidth="1.0"
|
|
1294
|
-
/>
|
|
1295
|
-
<path
|
|
1296
|
-
d="M67.2306 156.367L109.919 131.733L152.607 156.367V205.633L109.919 230.267L67.2306 205.633V156.367Z"
|
|
1297
|
-
fill="white"
|
|
1298
|
-
fillOpacity="0.25"
|
|
1299
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1300
|
-
strokeWidth="1.0"
|
|
1301
|
-
/>
|
|
1302
|
-
<path
|
|
1303
|
-
d="M110.553 231.367L153.241 206.733L195.929 231.367V280.633L153.241 305.267L110.553 280.633V231.367Z"
|
|
1304
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1305
|
-
strokeWidth="1.0"
|
|
1306
|
-
/>
|
|
1307
|
-
<path
|
|
1308
|
-
d="M153.875 156.367L196.563 131.733L239.251 156.367V205.633L196.563 230.267L153.875 205.633V156.367Z"
|
|
1309
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1310
|
-
strokeWidth="1.0"
|
|
1311
|
-
/>
|
|
1312
|
-
<path
|
|
1313
|
-
d="M197.195 231.367L239.884 206.733L282.572 231.367V280.633L239.884 305.267L197.195 280.633V231.367Z"
|
|
1314
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1315
|
-
strokeWidth="1.0"
|
|
1316
|
-
/>
|
|
1317
|
-
<path
|
|
1318
|
-
d="M240.517 306.367L283.205 281.733L325.893 306.367V355.633L283.205 380.267L240.517 355.633V306.367Z"
|
|
1319
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1320
|
-
strokeWidth="1.0"
|
|
1321
|
-
/>
|
|
1322
|
-
<path
|
|
1323
|
-
d="M283.839 231.367L326.527 206.733L369.215 231.367V280.633L326.527 305.267L283.839 280.633V231.367Z"
|
|
1324
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1325
|
-
strokeWidth="1.0"
|
|
1326
|
-
/>
|
|
1327
|
-
<path
|
|
1328
|
-
d="M-62.7322 231.367L-20.0442 206.733L22.6438 231.367V280.633L-20.0442 305.267L-62.7322 280.633V231.367Z"
|
|
1329
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1330
|
-
strokeWidth="1.0"
|
|
1331
|
-
/>
|
|
1332
|
-
<path
|
|
1333
|
-
d="M-19.4139 306.367L23.2741 281.733L65.9621 306.367V355.633L23.2741 380.267L-19.4139 355.633V306.367Z"
|
|
1334
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1335
|
-
strokeWidth="1.0"
|
|
1336
|
-
/>
|
|
1337
|
-
<path
|
|
1338
|
-
d="M23.9103 231.367L66.5983 206.733L109.286 231.367V280.633L66.5983 305.267L23.9103 280.633V231.367Z"
|
|
1339
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1340
|
-
strokeWidth="1.0"
|
|
1341
|
-
/>
|
|
1342
|
-
<path
|
|
1343
|
-
d="M67.2306 306.367L109.919 281.733L152.607 306.367V355.633L109.919 380.267L67.2306 355.633V306.367Z"
|
|
1344
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1345
|
-
strokeWidth="1.0"
|
|
1346
|
-
/>
|
|
1347
|
-
<path
|
|
1348
|
-
d="M110.553 381.367L153.241 356.733L195.929 381.367V430.633L153.241 455.267L110.553 430.633V381.367Z"
|
|
1349
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1350
|
-
strokeWidth="1.0"
|
|
1351
|
-
/>
|
|
1352
|
-
<path
|
|
1353
|
-
d="M153.875 306.367L196.563 281.733L239.251 306.367V355.633L196.563 380.267L153.875 355.633V306.367Z"
|
|
1354
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1355
|
-
strokeWidth="1.0"
|
|
1356
|
-
/>
|
|
1357
|
-
<path
|
|
1358
|
-
d="M327.161 306.367L369.849 281.733L412.537 306.367V355.633L369.849 380.267L327.161 355.633V306.367Z"
|
|
1359
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1360
|
-
strokeWidth="1.0"
|
|
1361
|
-
/>
|
|
1362
|
-
<path
|
|
1363
|
-
d="M370.484 381.367L413.172 356.733L455.86 381.367V430.633L413.172 455.267L370.484 430.633V381.367Z"
|
|
1364
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1365
|
-
strokeWidth="1.0"
|
|
1366
|
-
/>
|
|
1367
|
-
<path
|
|
1368
|
-
d="M413.803 306.367L456.491 281.733L499.179 306.367V355.633L456.491 380.267L413.803 355.633V306.367Z"
|
|
1369
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1370
|
-
strokeWidth="1.0"
|
|
1371
|
-
/>
|
|
1372
|
-
<path
|
|
1373
|
-
d="M457.126 381.367L499.814 356.733L542.502 381.367V430.633L499.814 455.267L457.126 430.633V381.367Z"
|
|
1374
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1375
|
-
strokeWidth="1.0"
|
|
1376
|
-
/>
|
|
1377
|
-
<path
|
|
1378
|
-
d="M500.448 456.367L543.136 431.733L585.824 456.367V505.633L543.136 530.267L500.448 505.633V456.367Z"
|
|
1379
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1380
|
-
strokeWidth="1.0"
|
|
1381
|
-
/>
|
|
1382
|
-
<path
|
|
1383
|
-
d="M543.768 381.367L586.456 356.733L629.144 381.367V430.633L586.456 455.267L543.768 430.633V381.367Z"
|
|
1384
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1385
|
-
strokeWidth="1.0"
|
|
1386
|
-
/>
|
|
1387
|
-
<path
|
|
1388
|
-
d="M197.195 381.367L239.884 356.733L282.572 381.367V430.633L239.884 455.267L197.195 430.633V381.367Z"
|
|
1389
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1390
|
-
strokeWidth="1.0"
|
|
1391
|
-
/>
|
|
1392
|
-
<path
|
|
1393
|
-
d="M240.517 456.367L283.205 431.733L325.893 456.367V505.633L283.205 530.267L240.517 505.633V456.367Z"
|
|
1394
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1395
|
-
strokeWidth="1.0"
|
|
1396
|
-
/>
|
|
1397
|
-
<path
|
|
1398
|
-
d="M283.839 381.367L326.527 356.733L369.215 381.367V430.633L326.527 455.267L283.839 430.633V381.367Z"
|
|
1399
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1400
|
-
strokeWidth="1.0"
|
|
1401
|
-
/>
|
|
1402
|
-
<path
|
|
1403
|
-
d="M327.161 456.367L369.849 431.733L412.537 456.367V505.633L369.849 530.267L327.161 505.633V456.367Z"
|
|
1404
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1405
|
-
strokeWidth="1.0"
|
|
1406
|
-
/>
|
|
1407
|
-
<path
|
|
1408
|
-
d="M370.484 531.367L413.172 506.733L455.86 531.367V580.633L413.172 605.267L370.484 580.633V531.367Z"
|
|
1409
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1410
|
-
strokeWidth="1.0"
|
|
1411
|
-
/>
|
|
1412
|
-
<path
|
|
1413
|
-
d="M413.803 456.367L456.491 431.733L499.179 456.367V505.633L456.491 530.267L413.803 505.633V456.367Z"
|
|
1414
|
-
stroke="rgba(0, 0, 0, 1.0)"
|
|
1415
|
-
strokeWidth="1.0"
|
|
1416
|
-
/>
|
|
1417
|
-
</g>
|
|
1418
|
-
<defs>
|
|
1419
|
-
<radialGradient
|
|
1420
|
-
id="paint0_radial_91_8"
|
|
1421
|
-
cx="0"
|
|
1422
|
-
cy="0"
|
|
1423
|
-
r="1"
|
|
1424
|
-
gradientUnits="userSpaceOnUse"
|
|
1425
|
-
gradientTransform="translate(608 362.9) rotate(90) scale(447.374 749.527)"
|
|
1426
|
-
>
|
|
1427
|
-
<stop stopColor="#D9D9D9" stopOpacity="0.1" />
|
|
1428
|
-
<stop offset="0.802083" stopColor="#D9D9D9" stopOpacity="0" />
|
|
1429
|
-
</radialGradient>
|
|
1430
|
-
</defs>
|
|
1431
|
-
</svg>
|
|
1432
|
-
);
|
|
1433
|
-
|
|
1434
|
-
export default HexagonGrid;
|