@mvf/external-components 3.11.6 → 3.11.9-dev.0
Sign up to get free protection for your applications and to get access to all the features.
- package/Assets/BrandLogos/ExpertMarketLogo.d.ts +1 -1
- package/Assets/BrandLogos/ExpertMarketLogo.js +22 -11
- package/Assets/BrandLogos/ExpertMarketLogo.js.map +1 -1
- package/Assets/BrandLogos/ExpertReviewsLogo.d.ts +1 -1
- package/Assets/BrandLogos/ExpertReviewsLogo.js +28 -17
- package/Assets/BrandLogos/ExpertReviewsLogo.js.map +1 -1
- package/Assets/BrandLogos/GoWizardLogo.d.ts +1 -1
- package/Assets/BrandLogos/GoWizardLogo.js +21 -10
- package/Assets/BrandLogos/GoWizardLogo.js.map +1 -1
- package/Assets/BrandLogos/HearClearLogo.d.ts +1 -1
- package/Assets/BrandLogos/HearClearLogo.js +23 -12
- package/Assets/BrandLogos/HearClearLogo.js.map +1 -1
- package/Assets/BrandLogos/LasikEyesLogo.d.ts +1 -1
- package/Assets/BrandLogos/LasikEyesLogo.js +112 -101
- package/Assets/BrandLogos/LasikEyesLogo.js.map +1 -1
- package/Assets/BrandLogos/StartupsLogo.d.ts +1 -1
- package/Assets/BrandLogos/StartupsLogo.js +13 -2
- package/Assets/BrandLogos/StartupsLogo.js.map +1 -1
- package/Assets/BrandLogos/TechcoLogo.d.ts +1 -1
- package/Assets/BrandLogos/TechcoLogo.js +14 -3
- package/Assets/BrandLogos/TechcoLogo.js.map +1 -1
- package/Assets/BrandLogos/TheEcoExpertsLogo.d.ts +1 -1
- package/Assets/BrandLogos/TheEcoExpertsLogo.js +25 -14
- package/Assets/BrandLogos/TheEcoExpertsLogo.js.map +1 -1
- package/Assets/BrandLogos/WebsiteBuilderExpertLogo.d.ts +1 -1
- package/Assets/BrandLogos/WebsiteBuilderExpertLogo.js +37 -26
- package/Assets/BrandLogos/WebsiteBuilderExpertLogo.js.map +1 -1
- package/Assets/BrandLogos/brandLogos.d.ts +2 -1
- package/Assets/CustomIcons/CheckboxIcon.d.ts +2 -1
- package/Assets/CustomIcons/CheckboxIcon.js +13 -2
- package/Assets/CustomIcons/CheckboxIcon.js.map +1 -1
- package/Assets/CustomIcons/RadioIcon.d.ts +2 -1
- package/Assets/CustomIcons/RadioIcon.js +13 -2
- package/Assets/CustomIcons/RadioIcon.js.map +1 -1
- package/Assets/svgs/svgs.d.ts +1 -1
- package/Components/Atoms/AnimationWrapper/AnimationWrapper.d.ts +1 -0
- package/Components/Atoms/AnimationWrapper/AnimationWrapper.js +13 -2
- package/Components/Atoms/AnimationWrapper/AnimationWrapper.js.map +1 -1
- package/Components/Atoms/AnimationWrapper/AnimationWrapper.test.js +17 -6
- package/Components/Atoms/AnimationWrapper/AnimationWrapper.test.js.map +1 -1
- package/Components/Atoms/AnimationWrapper/AnimationWrapperStory.d.ts +1 -1
- package/Components/Atoms/AnimationWrapper/AnimationWrapperStory.js +12 -1
- package/Components/Atoms/AnimationWrapper/AnimationWrapperStory.js.map +1 -1
- package/Components/Atoms/AnimationWrapper/IAnimationWrapperProps.d.ts +1 -0
- package/Components/Atoms/AnimationWrapper/makeAnimationWrapperStyling.js.map +1 -1
- package/Components/Atoms/Button/Button.d.ts +1 -1
- package/Components/Atoms/Button/Button.js +13 -2
- package/Components/Atoms/Button/Button.js.map +1 -1
- package/Components/Atoms/Button/ButtonStory.d.ts +1 -1
- package/Components/Atoms/Button/ButtonStory.js +12 -1
- package/Components/Atoms/Button/ButtonStory.js.map +1 -1
- package/Components/Atoms/Button/IButtonProps.d.ts +1 -0
- package/Components/Atoms/Button/defaultProps.d.ts +1 -1
- package/Components/Atoms/CardButton/CardButton.d.ts +1 -1
- package/Components/Atoms/CardButton/CardButton.js +1 -1
- package/Components/Atoms/CardButton/CardButton.js.map +1 -1
- package/Components/Atoms/CardButton/CardButton.test.js +13 -2
- package/Components/Atoms/CardButton/CardButton.test.js.map +1 -1
- package/Components/Atoms/CardButton/CardButtonStory.d.ts +1 -1
- package/Components/Atoms/CardButton/CardButtonStory.js +13 -2
- package/Components/Atoms/CardButton/CardButtonStory.js.map +1 -1
- package/Components/Atoms/CircularProgress/CircularProgressStory.js +13 -2
- package/Components/Atoms/CircularProgress/CircularProgressStory.js.map +1 -1
- package/Components/Atoms/DynamicFontSizeContainer/DynamicFontSizeContainer.js +14 -3
- package/Components/Atoms/DynamicFontSizeContainer/DynamicFontSizeContainer.js.map +1 -1
- package/Components/Atoms/ErrorMessage/ErrorMessage.d.ts +1 -1
- package/Components/Atoms/ErrorMessage/ErrorMessage.js +12 -1
- package/Components/Atoms/ErrorMessage/ErrorMessage.js.map +1 -1
- package/Components/Atoms/ErrorMessage/ErrorMessage.test.js +13 -2
- package/Components/Atoms/ErrorMessage/ErrorMessage.test.js.map +1 -1
- package/Components/Atoms/ErrorMessage/ErrorMessageStory.d.ts +1 -1
- package/Components/Atoms/ErrorMessage/ErrorMessageStory.js +12 -1
- package/Components/Atoms/ErrorMessage/ErrorMessageStory.js.map +1 -1
- package/Components/Atoms/ErrorMessageProvider/ErrorMessageProvider.d.ts +3 -3
- package/Components/Atoms/ErrorMessageProvider/ErrorMessageProvider.js +12 -1
- package/Components/Atoms/ErrorMessageProvider/ErrorMessageProvider.js.map +1 -1
- package/Components/Atoms/ErrorMessageProvider/ErrorMessageProvider.test.js +12 -1
- package/Components/Atoms/ErrorMessageProvider/ErrorMessageProvider.test.js.map +1 -1
- package/Components/Atoms/FormControl/FormControl.d.ts +1 -1
- package/Components/Atoms/FormControl/FormControl.test.js +13 -2
- package/Components/Atoms/FormControl/FormControl.test.js.map +1 -1
- package/Components/Atoms/FormControl/FormControlStory.d.ts +1 -1
- package/Components/Atoms/FormControl/FormControlStory.js +12 -1
- package/Components/Atoms/FormControl/FormControlStory.js.map +1 -1
- package/Components/Atoms/IconButton/IComponentProps.d.ts +2 -0
- package/Components/Atoms/IconButton/IconButton.d.ts +1 -1
- package/Components/Atoms/IconButton/IconButton.js +2 -2
- package/Components/Atoms/IconButton/IconButton.js.map +1 -1
- package/Components/Atoms/IconButton/IconButtonStory.d.ts +2 -1
- package/Components/Atoms/IconButton/IconButtonStory.js +13 -2
- package/Components/Atoms/IconButton/IconButtonStory.js.map +1 -1
- package/Components/Atoms/IconButton/defaultProps.d.ts +1 -0
- package/Components/Atoms/IconButton/defaultProps.js +1 -0
- package/Components/Atoms/IconButton/defaultProps.js.map +1 -1
- package/Components/Atoms/IconButton/makeIconButtonStyling.d.ts +1 -1
- package/Components/Atoms/IconButton/makeIconButtonStyling.js +23 -12
- package/Components/Atoms/IconButton/makeIconButtonStyling.js.map +1 -1
- package/Components/Atoms/InfoPanel/InfoPanel.d.ts +1 -1
- package/Components/Atoms/InfoPanel/InfoPanel.js +12 -1
- package/Components/Atoms/InfoPanel/InfoPanel.js.map +1 -1
- package/Components/Atoms/InfoPanel/InfoPanel.test.js +13 -2
- package/Components/Atoms/InfoPanel/InfoPanel.test.js.map +1 -1
- package/Components/Atoms/InfoPanel/InfoPanelStory.d.ts +1 -1
- package/Components/Atoms/InfoPanel/InfoPanelStory.js +12 -1
- package/Components/Atoms/InfoPanel/InfoPanelStory.js.map +1 -1
- package/Components/Atoms/Input/Input.d.ts +1 -1
- package/Components/Atoms/Input/Input.js +2 -2
- package/Components/Atoms/Input/Input.js.map +1 -1
- package/Components/Atoms/Input/Input.test.js +12 -1
- package/Components/Atoms/Input/Input.test.js.map +1 -1
- package/Components/Atoms/Input/InputStory.d.ts +1 -1
- package/Components/Atoms/Input/InputStory.js +12 -1
- package/Components/Atoms/Input/InputStory.js.map +1 -1
- package/Components/Atoms/Input/icons.js +12 -1
- package/Components/Atoms/Input/icons.js.map +1 -1
- package/Components/Atoms/InputLabel/InputLabel.d.ts +1 -1
- package/Components/Atoms/InputLabel/InputLabel.test.js +12 -1
- package/Components/Atoms/InputLabel/InputLabel.test.js.map +1 -1
- package/Components/Atoms/InputLabel/InputLabelStory.d.ts +1 -1
- package/Components/Atoms/InputLabel/InputLabelStory.js +12 -1
- package/Components/Atoms/InputLabel/InputLabelStory.js.map +1 -1
- package/Components/Atoms/InsetCheckbox/InsetCheckbox.d.ts +3 -2
- package/Components/Atoms/InsetCheckbox/InsetCheckboxStory.d.ts +1 -1
- package/Components/Atoms/Link/ILinkProps.d.ts +1 -0
- package/Components/Atoms/Link/Link.d.ts +1 -1
- package/Components/Atoms/Link/Link.js +12 -1
- package/Components/Atoms/Link/Link.js.map +1 -1
- package/Components/Atoms/Link/Link.test.js +13 -2
- package/Components/Atoms/Link/Link.test.js.map +1 -1
- package/Components/Atoms/Link/LinkStory.d.ts +1 -1
- package/Components/Atoms/Link/LinkStory.js +12 -1
- package/Components/Atoms/Link/LinkStory.js.map +1 -1
- package/Components/Atoms/LoadingIndicator/LoadingIndicator.d.ts +1 -1
- package/Components/Atoms/LoadingIndicator/LoadingIndicatorStory.js +12 -1
- package/Components/Atoms/LoadingIndicator/LoadingIndicatorStory.js.map +1 -1
- package/Components/Atoms/Modal/IModalProps.d.ts +1 -0
- package/Components/Atoms/Modal/Modal.d.ts +2 -1
- package/Components/Atoms/Modal/Modal.js +12 -1
- package/Components/Atoms/Modal/Modal.js.map +1 -1
- package/Components/Atoms/Modal/Modal.test.js +13 -2
- package/Components/Atoms/Modal/Modal.test.js.map +1 -1
- package/Components/Atoms/Modal/ModalStory.d.ts +2 -1
- package/Components/Atoms/Modal/ModalStory.js +12 -1
- package/Components/Atoms/Modal/ModalStory.js.map +1 -1
- package/Components/Atoms/ProgressBar/ProgressBar.d.ts +1 -1
- package/Components/Atoms/ProgressBar/ProgressBar.js +12 -1
- package/Components/Atoms/ProgressBar/ProgressBar.js.map +1 -1
- package/Components/Atoms/ProgressBar/ProgressBarStory.d.ts +1 -1
- package/Components/Atoms/Text/Text.d.ts +1 -1
- package/Components/Atoms/Text/Text.js +12 -1
- package/Components/Atoms/Text/Text.js.map +1 -1
- package/Components/Atoms/Text/Text.test.js +12 -1
- package/Components/Atoms/Text/Text.test.js.map +1 -1
- package/Components/Atoms/Text/TextStory.d.ts +1 -1
- package/Components/Atoms/Text/TextStory.js +13 -2
- package/Components/Atoms/Text/TextStory.js.map +1 -1
- package/Components/Atoms/Text/defaultProps.d.ts +1 -1
- package/Components/Molecules/CheckBox/CheckBox.d.ts +1 -1
- package/Components/Molecules/CheckBox/CheckBox.js +17 -6
- package/Components/Molecules/CheckBox/CheckBox.js.map +1 -1
- package/Components/Molecules/CheckBox/CheckBox.test.js +3 -3
- package/Components/Molecules/CheckBox/CheckBox.test.js.map +1 -1
- package/Components/Molecules/CheckBox/CheckBoxStory.d.ts +1 -1
- package/Components/Molecules/CheckBox/CheckBoxStory.js +12 -1
- package/Components/Molecules/CheckBox/CheckBoxStory.js.map +1 -1
- package/Components/Molecules/CheckBox/ICheckboxProps.d.ts +1 -0
- package/Components/Molecules/DatePicker/DatePicker.d.ts +1 -1
- package/Components/Molecules/DatePicker/DatePicker.js +4 -4
- package/Components/Molecules/DatePicker/DatePicker.js.map +1 -1
- package/Components/Molecules/DatePicker/DatePickerStory.d.ts +1 -1
- package/Components/Molecules/DatePicker/DatePickerStory.js +12 -1
- package/Components/Molecules/DatePicker/DatePickerStory.js.map +1 -1
- package/Components/Molecules/DatePicker/DatePickerTextFieldType.d.ts +1 -1
- package/Components/Molecules/DatePicker/__tests__/DatePicker.test.js +19 -8
- package/Components/Molecules/DatePicker/__tests__/DatePicker.test.js.map +1 -1
- package/Components/Molecules/DropDownSelect/DropDownSelect.d.ts +1 -1
- package/Components/Molecules/DropDownSelect/DropDownSelect.js +13 -2
- package/Components/Molecules/DropDownSelect/DropDownSelect.js.map +1 -1
- package/Components/Molecules/DropDownSelect/DropDownSelect.test.js +13 -2
- package/Components/Molecules/DropDownSelect/DropDownSelect.test.js.map +1 -1
- package/Components/Molecules/DropDownSelect/DropDownSelectStory.d.ts +1 -1
- package/Components/Molecules/DropDownSelect/DropDownSelectStory.js +12 -1
- package/Components/Molecules/DropDownSelect/DropDownSelectStory.js.map +1 -1
- package/Components/Molecules/DropDownSelect/defaultProps.d.ts +2 -2
- package/Components/Molecules/IconTileCheckBox/IComponentProps.d.ts +1 -0
- package/Components/Molecules/IconTileCheckBox/IconTileCheckBox.d.ts +1 -1
- package/Components/Molecules/IconTileCheckBox/IconTileCheckBox.js +12 -1
- package/Components/Molecules/IconTileCheckBox/IconTileCheckBox.js.map +1 -1
- package/Components/Molecules/IconTileCheckBox/IconTileCheckBoxStory.d.ts +1 -1
- package/Components/Molecules/IconTileCheckBox/IconTileCheckBoxStory.js +12 -1
- package/Components/Molecules/IconTileCheckBox/IconTileCheckBoxStory.js.map +1 -1
- package/Components/Molecules/IconTileRadioButton/IComponentProps.d.ts +1 -0
- package/Components/Molecules/IconTileRadioButton/IconTileRadioButton.d.ts +1 -1
- package/Components/Molecules/IconTileRadioButton/IconTileRadioButton.js +13 -2
- package/Components/Molecules/IconTileRadioButton/IconTileRadioButton.js.map +1 -1
- package/Components/Molecules/IconTileRadioButton/IconTileRadioButton.test.js +23 -12
- package/Components/Molecules/IconTileRadioButton/IconTileRadioButton.test.js.map +1 -1
- package/Components/Molecules/IconTileRadioButton/IconTileRadioButtonStory.d.ts +1 -1
- package/Components/Molecules/IconTileRadioButton/IconTileRadioButtonStory.js +12 -1
- package/Components/Molecules/IconTileRadioButton/IconTileRadioButtonStory.js.map +1 -1
- package/Components/Molecules/NavBar/NavBar.d.ts +1 -1
- package/Components/Molecules/NavBar/NavBar.js +12 -1
- package/Components/Molecules/NavBar/NavBar.js.map +1 -1
- package/Components/Molecules/NavBar/NavBarStory.d.ts +1 -1
- package/Components/Molecules/NavBar/NavBarStory.js +12 -1
- package/Components/Molecules/NavBar/NavBarStory.js.map +1 -1
- package/Components/Molecules/NavBar/defaultProps.d.ts +1 -1
- package/Components/Molecules/PhoneNumberTextField/PhoneNumberTextField.d.ts +1 -1
- package/Components/Molecules/PhoneNumberTextField/PhoneNumberTextField.js +2 -2
- package/Components/Molecules/PhoneNumberTextField/PhoneNumberTextField.js.map +1 -1
- package/Components/Molecules/PhoneNumberTextField/PhoneNumberTextFieldStory.d.ts +1 -1
- package/Components/Molecules/PhoneNumberTextField/PhoneNumberTextFieldStory.js +12 -1
- package/Components/Molecules/PhoneNumberTextField/PhoneNumberTextFieldStory.js.map +1 -1
- package/Components/Molecules/RadioButton/IRadioButtonProps.d.ts +1 -0
- package/Components/Molecules/RadioButton/RadioButton.d.ts +1 -1
- package/Components/Molecules/RadioButton/RadioButton.js +14 -3
- package/Components/Molecules/RadioButton/RadioButton.js.map +1 -1
- package/Components/Molecules/RadioButton/RadioButton.test.js +19 -8
- package/Components/Molecules/RadioButton/RadioButton.test.js.map +1 -1
- package/Components/Molecules/RadioButton/RadioButtonStory.d.ts +1 -1
- package/Components/Molecules/RadioButton/RadioButtonStory.js +12 -1
- package/Components/Molecules/RadioButton/RadioButtonStory.js.map +1 -1
- package/Components/Molecules/ScrollContainer/ScrollContainer.js +12 -1
- package/Components/Molecules/ScrollContainer/ScrollContainer.js.map +1 -1
- package/Components/Molecules/ScrollContainer/ScrollContainer.test.js +3 -3
- package/Components/Molecules/ScrollContainer/ScrollContainerHelpers.js.map +1 -1
- package/Components/Molecules/ScrollContainer/ScrollContainerHelpers.test.js +2 -2
- package/Components/Molecules/ScrollContainer/ScrollContainerHelpers.test.js.map +1 -1
- package/Components/Molecules/ScrollContainer/ScrollContainerStory.d.ts +1 -1
- package/Components/Molecules/ScrollContainer/ScrollContainerStory.js +14 -3
- package/Components/Molecules/ScrollContainer/ScrollContainerStory.js.map +1 -1
- package/Components/Molecules/ScrollContainer/ScrollContainerTypes.d.ts +3 -2
- package/Components/Molecules/SupplierCard/ISupplierCardProps.d.ts +1 -0
- package/Components/Molecules/SupplierCard/SupplierCard.d.ts +1 -1
- package/Components/Molecules/SupplierCard/SupplierCard.js +12 -1
- package/Components/Molecules/SupplierCard/SupplierCard.js.map +1 -1
- package/Components/Molecules/SupplierCard/SupplierCardStory.d.ts +2 -1
- package/Components/Molecules/SupplierCard/SupplierCardStory.js +12 -1
- package/Components/Molecules/SupplierCard/SupplierCardStory.js.map +1 -1
- package/Components/Molecules/SupplierCard/makeSupplierCardStyling.d.ts +1 -1
- package/Components/Molecules/TextField/TextField.d.ts +1 -1
- package/Components/Molecules/TextField/TextField.js +1 -1
- package/Components/Molecules/TextField/TextField.js.map +1 -1
- package/Components/Molecules/TextField/TextFieldStory.d.ts +1 -1
- package/Components/Molecules/TextField/TextFieldStory.js +12 -1
- package/Components/Molecules/TextField/TextFieldStory.js.map +1 -1
- package/Components/Molecules/TextField/defaultProps.d.ts +1 -1
- package/Components/Molecules/ThankYouBanner/IThankYouBannerProps.d.ts +1 -0
- package/Components/Molecules/ThankYouBanner/ThankYouBanner.d.ts +2 -1
- package/Components/Molecules/ThankYouBanner/ThankYouBanner.js +12 -1
- package/Components/Molecules/ThankYouBanner/ThankYouBanner.js.map +1 -1
- package/Components/Molecules/ThankYouBanner/ThankYouBanner.test.js +13 -2
- package/Components/Molecules/ThankYouBanner/ThankYouBanner.test.js.map +1 -1
- package/Components/Molecules/ThankYouBanner/ThankYouBannerStory.d.ts +2 -1
- package/Components/Molecules/ThankYouBanner/ThankYouBannerStory.js +13 -2
- package/Components/Molecules/ThankYouBanner/ThankYouBannerStory.js.map +1 -1
- package/Components/Molecules/ThankYouBanner/icons/CelebrationIcon.js +12 -1
- package/Components/Molecules/ThankYouBanner/icons/CelebrationIcon.js.map +1 -1
- package/Components/Organisms/ListLayout/ListLayout.d.ts +1 -1
- package/Components/Organisms/ListLayout/ListLayout.js +13 -2
- package/Components/Organisms/ListLayout/ListLayout.js.map +1 -1
- package/Components/Organisms/ListLayout/ListLayout.test.js.map +1 -1
- package/Components/Organisms/ListLayout/ListLayoutStory.d.ts +1 -1
- package/Components/Organisms/ListLayout/ListLayoutStory.js +12 -1
- package/Components/Organisms/ListLayout/ListLayoutStory.js.map +1 -1
- package/Components/Organisms/RadioGroup/RadioGroup.d.ts +1 -1
- package/Components/Organisms/RadioGroup/RadioGroup.js +12 -1
- package/Components/Organisms/RadioGroup/RadioGroup.js.map +1 -1
- package/Components/Organisms/RadioGroup/RadioGroup.test.js +17 -6
- package/Components/Organisms/RadioGroup/RadioGroup.test.js.map +1 -1
- package/Components/Organisms/RadioGroup/RadioGroupContext.d.ts +2 -1
- package/Components/Organisms/RadioGroup/RadioGroupStory.d.ts +1 -1
- package/Components/Organisms/RadioGroup/RadioGroupStory.js +12 -1
- package/Components/Organisms/RadioGroup/RadioGroupStory.js.map +1 -1
- package/Components/Organisms/TileLayout/IconTileCheckBoxStory.d.ts +1 -1
- package/Components/Organisms/TileLayout/IconTileRadioButtonStory.d.ts +1 -1
- package/Components/Organisms/TileLayout/IconTileRadioButtonStory.js +1 -1
- package/Components/Organisms/TileLayout/IconTileRadioButtonStory.js.map +1 -1
- package/Components/Organisms/TileLayout/TileLayout.d.ts +1 -1
- package/Components/Organisms/TileLayout/TileLayout.js +13 -2
- package/Components/Organisms/TileLayout/TileLayout.js.map +1 -1
- package/Components/Organisms/__helpers__/Options.d.ts +3 -3
- package/Components/Organisms/__helpers__/Options.js.map +1 -1
- package/Components/Organisms/__helpers__/generateMenuItems.js.map +1 -1
- package/Helpers/React/FunctionComponentWithDefaultProps.d.ts +2 -1
- package/Helpers/React/css.d.ts +2 -1
- package/Helpers/React/renderWithProviders.js +12 -1
- package/Helpers/React/renderWithProviders.js.map +1 -1
- package/Helpers/deviceSpecificHandlers.js.map +1 -1
- package/Helpers/icons.d.ts +1 -1
- package/Helpers/useDidUpdate.js.map +1 -1
- package/Helpers/useThrottle.d.ts +1 -1
- package/Themes/StoryThemeWrapper.d.ts +1 -1
- package/Themes/StoryThemeWrapper.js +12 -1
- package/Themes/StoryThemeWrapper.js.map +1 -1
- package/Themes/themes.d.ts +2 -2
- package/Themes/themes.js.map +1 -1
- package/package.json +1 -1
- package/Components/Atoms/IconButton/IIconButtonStyleProps.d.ts +0 -4
- package/Components/Atoms/IconButton/IIconButtonStyleProps.js +0 -3
- package/Components/Atoms/IconButton/IIconButtonStyleProps.js.map +0 -1
@@ -1,308 +1,319 @@
|
|
1
1
|
"use strict";
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
3
|
+
__assign = Object.assign || function(t) {
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
+
s = arguments[i];
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
+
t[p] = s[p];
|
8
|
+
}
|
9
|
+
return t;
|
10
|
+
};
|
11
|
+
return __assign.apply(this, arguments);
|
12
|
+
};
|
2
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
14
|
var jsx_runtime_1 = require("@emotion/react/jsx-runtime");
|
4
|
-
var LasikEyesLogo = function () { return ((0, jsx_runtime_1.jsx)("svg", { width: "100%", height: "100%", viewBox: "0 0 200 50", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", xmlSpace: "preserve", style: {
|
15
|
+
var LasikEyesLogo = function () { return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "100%", height: "100%", viewBox: "0 0 200 50", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", xmlSpace: "preserve", style: {
|
5
16
|
fillRule: 'evenodd',
|
6
17
|
clipRule: 'evenodd',
|
7
18
|
strokeLinejoin: 'round',
|
8
19
|
strokeMiterlimit: 2,
|
9
|
-
}, children: (0, jsx_runtime_1.jsxs)("g", { id: "Artboard1", transform: "matrix(0.8,0,0,1,0,0)", children: [(0, jsx_runtime_1.jsx)("rect", { x: "0", y: "0", width: "250", height: "50", style: { fill: 'none' } }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,77.632,9.04885)", children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 -0.001,0C3.121,0 5.651,-2.531 5.651,-5.653C5.651,-8.774 3.121,-11.305 -0.001,-11.305", style: {
|
20
|
+
} }, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ id: "Artboard1", transform: "matrix(0.8,0,0,1,0,0)" }, { children: [(0, jsx_runtime_1.jsx)("rect", { x: "0", y: "0", width: "250", height: "50", style: { fill: 'none' } }), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,77.632,9.04885)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 -0.001,0C3.121,0 5.651,-2.531 5.651,-5.653C5.651,-8.774 3.121,-11.305 -0.001,-11.305", style: {
|
10
21
|
fill: 'rgb(62,191,185)',
|
11
22
|
fillRule: 'nonzero',
|
12
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,74.0879,16.8473)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-7.537C-2.08,-7.537 -3.768,-5.85 -3.768,-3.769C-3.768,-1.687 -2.08,0 0.001,0C2.082,0 3.769,-1.687 3.769,-3.769C3.769,-5.85 2.082,-7.537 0.001,-7.537", style: {
|
23
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,74.0879,16.8473)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-7.537C-2.08,-7.537 -3.768,-5.85 -3.768,-3.769C-3.768,-1.687 -2.08,0 0.001,0C2.082,0 3.769,-1.687 3.769,-3.769C3.769,-5.85 2.082,-7.537 0.001,-7.537", style: {
|
13
24
|
fill: 'rgb(62,191,185)',
|
14
25
|
fillRule: 'nonzero',
|
15
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,82.0632,20.392)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-7.537C-2.081,-7.537 -3.769,-5.85 -3.769,-3.768C-3.769,-1.687 -2.081,0 0,0C2.081,0 3.769,-1.687 3.769,-3.768C3.769,-5.85 2.081,-7.537 0,-7.537", style: {
|
26
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,82.0632,20.392)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-7.537C-2.081,-7.537 -3.769,-5.85 -3.769,-3.768C-3.769,-1.687 -2.081,0 0,0C2.081,0 3.769,-1.687 3.769,-3.768C3.769,-5.85 2.081,-7.537 0,-7.537", style: {
|
16
27
|
fill: 'rgb(62,191,185)',
|
17
28
|
fillRule: 'nonzero',
|
18
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,104.218,25.3544)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-7.536C-2.081,-7.536 -3.769,-5.849 -3.769,-3.768C-3.769,-1.687 -2.081,0 0,0C2.081,0 3.769,-1.687 3.769,-3.768C3.769,-5.849 2.081,-7.536 0,-7.536", style: {
|
29
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,104.218,25.3544)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-7.536C-2.081,-7.536 -3.769,-5.849 -3.769,-3.768C-3.769,-1.687 -2.081,0 0,0C2.081,0 3.769,-1.687 3.769,-3.768C3.769,-5.849 2.081,-7.536 0,-7.536", style: {
|
19
30
|
fill: 'rgb(62,191,185)',
|
20
31
|
fillRule: 'nonzero',
|
21
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,20.0302,16.1381)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-7.536C-2.081,-7.536 -3.768,-5.849 -3.768,-3.768C-3.768,-1.687 -2.081,0 0,0C2.081,0 3.768,-1.687 3.768,-3.768C3.768,-5.849 2.081,-7.536 0,-7.536", style: {
|
32
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,20.0302,16.1381)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-7.536C-2.081,-7.536 -3.768,-5.849 -3.768,-3.768C-3.768,-1.687 -2.081,0 0,0C2.081,0 3.768,-1.687 3.768,-3.768C3.768,-5.849 2.081,-7.536 0,-7.536", style: {
|
22
33
|
fill: 'rgb(62,191,185)',
|
23
34
|
fillRule: 'nonzero',
|
24
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,78.5186,14.0114)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.121,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.121,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
35
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,78.5186,14.0114)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.121,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.121,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
25
36
|
fill: 'rgb(229,229,229)',
|
26
37
|
fillRule: 'nonzero',
|
27
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,98.9008,18.9742)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-7.537C-2.081,-7.537 -3.769,-5.85 -3.769,-3.769C-3.769,-1.688 -2.081,0 0,0C2.081,0 3.769,-1.688 3.769,-3.769C3.769,-5.85 2.081,-7.537 0,-7.537", style: {
|
38
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,98.9008,18.9742)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-7.537C-2.081,-7.537 -3.769,-5.85 -3.769,-3.769C-3.769,-1.688 -2.081,0 0,0C2.081,0 3.769,-1.688 3.769,-3.769C3.769,-5.85 2.081,-7.537 0,-7.537", style: {
|
28
39
|
fill: 'rgb(229,229,229)',
|
29
40
|
fillRule: 'nonzero',
|
30
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,85.6082,18.9742)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-7.537C-2.08,-7.537 -3.768,-5.85 -3.768,-3.769C-3.768,-1.688 -2.08,0 0.001,0C2.082,0 3.769,-1.688 3.769,-3.769C3.769,-5.85 2.082,-7.537 0.001,-7.537", style: {
|
41
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,85.6082,18.9742)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-7.537C-2.08,-7.537 -3.768,-5.85 -3.768,-3.769C-3.768,-1.688 -2.08,0 0.001,0C2.082,0 3.769,-1.688 3.769,-3.769C3.769,-5.85 2.082,-7.537 0.001,-7.537", style: {
|
31
42
|
fill: 'rgb(229,229,229)',
|
32
43
|
fillRule: 'nonzero',
|
33
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,90.9255,42.3692)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-7.536C-2.08,-7.536 -3.768,-5.849 -3.768,-3.768C-3.768,-1.687 -2.08,0 0.001,0C2.082,0 3.769,-1.687 3.769,-3.768C3.769,-5.849 2.082,-7.536 0.001,-7.536", style: {
|
44
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,90.9255,42.3692)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-7.536C-2.08,-7.536 -3.768,-5.849 -3.768,-3.768C-3.768,-1.687 -2.08,0 0.001,0C2.082,0 3.769,-1.687 3.769,-3.768C3.769,-5.849 2.082,-7.536 0.001,-7.536", style: {
|
34
45
|
fill: 'rgb(229,229,229)',
|
35
46
|
fillRule: 'nonzero',
|
36
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,109.534,28.1905)", children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-7.537C-2.082,-7.537 -3.769,-5.85 -3.769,-3.768C-3.769,-1.687 -2.082,0 -0.001,0C2.08,0 3.768,-1.687 3.768,-3.768C3.768,-5.85 2.08,-7.537 -0.001,-7.537", style: {
|
47
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,109.534,28.1905)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-7.537C-2.082,-7.537 -3.769,-5.85 -3.769,-3.768C-3.769,-1.687 -2.082,0 -0.001,0C2.08,0 3.768,-1.687 3.768,-3.768C3.768,-5.85 2.08,-7.537 -0.001,-7.537", style: {
|
37
48
|
fill: 'rgb(229,229,229)',
|
38
49
|
fillRule: 'nonzero',
|
39
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,69.6563,14.0113)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-18.841C-5.203,-18.841 -9.42,-14.623 -9.42,-9.421C-9.42,-4.218 -5.203,0 0,0C5.203,0 9.42,-4.218 9.42,-9.421C9.42,-14.623 5.203,-18.841 0,-18.841", style: {
|
50
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,69.6563,14.0113)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-18.841C-5.203,-18.841 -9.42,-14.623 -9.42,-9.421C-9.42,-4.218 -5.203,0 0,0C5.203,0 9.42,-4.218 9.42,-9.421C9.42,-14.623 5.203,-18.841 0,-18.841", style: {
|
40
51
|
fill: 'rgb(242,90,43)',
|
41
52
|
fillRule: 'nonzero',
|
42
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,69.6568,47.332)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-15.073C-4.162,-15.073 -7.536,-11.699 -7.536,-7.537C-7.536,-3.375 -4.162,0 0.001,0C4.163,0 7.537,-3.375 7.537,-7.537C7.537,-11.699 4.163,-15.073 0.001,-15.073", style: {
|
53
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,69.6568,47.332)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-15.073C-4.162,-15.073 -7.536,-11.699 -7.536,-7.537C-7.536,-3.375 -4.162,0 0.001,0C4.163,0 7.537,-3.375 7.537,-7.537C7.537,-11.699 4.163,-15.073 0.001,-15.073", style: {
|
43
54
|
fill: 'rgb(242,90,43)',
|
44
55
|
fillRule: 'nonzero',
|
45
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,79.4048,37.4069)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-18.841C-5.202,-18.841 -9.42,-14.623 -9.42,-9.421C-9.42,-4.218 -5.202,0 0.001,0C5.203,0 9.421,-4.218 9.421,-9.421C9.421,-14.623 5.203,-18.841 0.001,-18.841", style: {
|
56
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,79.4048,37.4069)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-18.841C-5.202,-18.841 -9.42,-14.623 -9.42,-9.421C-9.42,-4.218 -5.202,0 0.001,0C5.203,0 9.421,-4.218 9.421,-9.421C9.421,-14.623 5.203,-18.841 0.001,-18.841", style: {
|
46
57
|
fill: 'rgb(242,90,43)',
|
47
58
|
fillRule: 'nonzero',
|
48
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,102.888,31.7349)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.602,-9.42 -4.71,-7.311 -4.71,-4.71C-4.71,-2.108 -2.602,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.311 2.602,-9.42 0,-9.42", style: {
|
59
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,102.888,31.7349)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.602,-9.42 -4.71,-7.311 -4.71,-4.71C-4.71,-2.108 -2.602,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.311 2.602,-9.42 0,-9.42", style: {
|
49
60
|
fill: 'rgb(242,90,43)',
|
50
61
|
fillRule: 'nonzero',
|
51
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,98.4577,22.5186)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-9.42C-2.601,-9.42 -4.71,-7.311 -4.71,-4.71C-4.71,-2.108 -2.601,0 0.001,0C2.602,0 4.711,-2.108 4.711,-4.71C4.711,-7.311 2.602,-9.42 0.001,-9.42", style: {
|
62
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,98.4577,22.5186)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-9.42C-2.601,-9.42 -4.71,-7.311 -4.71,-4.71C-4.71,-2.108 -2.601,0 0.001,0C2.602,0 4.711,-2.108 4.711,-4.71C4.711,-7.311 2.602,-9.42 0.001,-9.42", style: {
|
52
63
|
fill: 'rgb(242,90,43)',
|
53
64
|
fillRule: 'nonzero',
|
54
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,100.673,21.8097)", children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-7.536C-2.082,-7.536 -3.769,-5.849 -3.769,-3.768C-3.769,-1.687 -2.082,0 -0.001,0C2.08,0 3.768,-1.687 3.768,-3.768C3.768,-5.849 2.08,-7.536 -0.001,-7.536", style: {
|
65
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,100.673,21.8097)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-7.536C-2.082,-7.536 -3.769,-5.849 -3.769,-3.768C-3.769,-1.687 -2.082,0 -0.001,0C2.08,0 3.768,-1.687 3.768,-3.768C3.768,-5.849 2.08,-7.536 -0.001,-7.536", style: {
|
55
66
|
fill: 'rgb(242,90,43)',
|
56
67
|
fillRule: 'nonzero',
|
57
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,81.6201,38.1154)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.562,-5.652 -2.826,-4.387 -2.826,-2.826C-2.826,-1.265 -1.562,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.387 1.561,-5.652 0,-5.652", style: {
|
68
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,81.6201,38.1154)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.562,-5.652 -2.826,-4.387 -2.826,-2.826C-2.826,-1.265 -1.562,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.387 1.561,-5.652 0,-5.652", style: {
|
58
69
|
fill: 'rgb(242,90,43)',
|
59
70
|
fillRule: 'nonzero',
|
60
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,78.0751,45.9138)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.387 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.387 1.561,-5.652 0,-5.652", style: {
|
71
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,78.0751,45.9138)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.387 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.387 1.561,-5.652 0,-5.652", style: {
|
61
72
|
fill: 'rgb(242,90,43)',
|
62
73
|
fillRule: 'nonzero',
|
63
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,55.9206,49.4587)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.387 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.387 1.561,-5.652 0,-5.652", style: {
|
74
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,55.9206,49.4587)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.387 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.387 1.561,-5.652 0,-5.652", style: {
|
64
75
|
fill: 'rgb(242,90,43)',
|
65
76
|
fillRule: 'nonzero',
|
66
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,65.6686,49.4587)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.387 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.387 1.561,-5.652 0,-5.652", style: {
|
77
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,65.6686,49.4587)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.387 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.387 1.561,-5.652 0,-5.652", style: {
|
67
78
|
fill: 'rgb(242,90,43)',
|
68
79
|
fillRule: 'nonzero',
|
69
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,82.5063,42.3692)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.386 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.562,0 2.826,-1.265 2.826,-2.826C2.826,-4.386 1.562,-5.652 0,-5.652", style: {
|
80
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,82.5063,42.3692)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.386 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.562,0 2.826,-1.265 2.826,-2.826C2.826,-4.386 1.562,-5.652 0,-5.652", style: {
|
70
81
|
fill: 'rgb(242,90,43)',
|
71
82
|
fillRule: 'nonzero',
|
72
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,108.648,22.5189)", children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-3.769C-1.041,-3.769 -1.885,-2.925 -1.885,-1.885C-1.885,-0.844 -1.041,0 -0.001,0C1.04,0 1.884,-0.844 1.884,-1.885C1.884,-2.925 1.04,-3.769 -0.001,-3.769", style: {
|
83
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,108.648,22.5189)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-3.769C-1.041,-3.769 -1.885,-2.925 -1.885,-1.885C-1.885,-0.844 -1.041,0 -0.001,0C1.04,0 1.884,-0.844 1.884,-1.885C1.884,-2.925 1.04,-3.769 -0.001,-3.769", style: {
|
73
84
|
fill: 'rgb(242,90,43)',
|
74
85
|
fillRule: 'nonzero',
|
75
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,98.9008,15.4291)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-3.768C-1.041,-3.768 -1.884,-2.924 -1.884,-1.884C-1.884,-0.843 -1.041,0 0,0C1.04,0 1.884,-0.843 1.884,-1.884C1.884,-2.924 1.04,-3.768 0,-3.768", style: {
|
86
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,98.9008,15.4291)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-3.768C-1.041,-3.768 -1.884,-2.924 -1.884,-1.884C-1.884,-0.843 -1.041,0 0,0C1.04,0 1.884,-0.843 1.884,-1.884C1.884,-2.924 1.04,-3.768 0,-3.768", style: {
|
76
87
|
fill: 'rgb(242,90,43)',
|
77
88
|
fillRule: 'nonzero',
|
78
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,35.9816,48.0409)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-3.768C-1.041,-3.768 -1.884,-2.924 -1.884,-1.884C-1.884,-0.843 -1.041,0 0,0C1.041,0 1.884,-0.843 1.884,-1.884C1.884,-2.924 1.041,-3.768 0,-3.768", style: {
|
89
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,35.9816,48.0409)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-3.768C-1.041,-3.768 -1.884,-2.924 -1.884,-1.884C-1.884,-0.843 -1.041,0 0,0C1.041,0 1.884,-0.843 1.884,-1.884C1.884,-2.924 1.041,-3.768 0,-3.768", style: {
|
79
90
|
fill: 'rgb(242,90,43)',
|
80
91
|
fillRule: 'nonzero',
|
81
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,9.83906,29.6081)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.387 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.387 1.561,-5.652 0,-5.652", style: {
|
92
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,9.83906,29.6081)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.387 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.387 1.561,-5.652 0,-5.652", style: {
|
82
93
|
fill: 'rgb(242,90,43)',
|
83
94
|
fillRule: 'nonzero',
|
84
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,11.1683,24.6458)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-3.769C-1.041,-3.769 -1.884,-2.925 -1.884,-1.885C-1.884,-0.844 -1.041,0 0,0C1.041,0 1.884,-0.844 1.884,-1.885C1.884,-2.925 1.041,-3.769 0,-3.769", style: {
|
95
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,11.1683,24.6458)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-3.769C-1.041,-3.769 -1.884,-2.925 -1.884,-1.885C-1.884,-0.844 -1.041,0 0,0C1.041,0 1.884,-0.844 1.884,-1.885C1.884,-2.925 1.041,-3.769 0,-3.769", style: {
|
85
96
|
fill: 'rgb(229,229,229)',
|
86
97
|
fillRule: 'nonzero',
|
87
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,35.0953,43.7874)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-3.769C-1.041,-3.769 -1.884,-2.925 -1.884,-1.885C-1.884,-0.844 -1.041,0 0,0C1.041,0 1.884,-0.844 1.884,-1.885C1.884,-2.925 1.041,-3.769 0,-3.769", style: {
|
98
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,35.0953,43.7874)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-3.769C-1.041,-3.769 -1.884,-2.925 -1.884,-1.885C-1.884,-0.844 -1.041,0 0,0C1.041,0 1.884,-0.844 1.884,-1.885C1.884,-2.925 1.041,-3.769 0,-3.769", style: {
|
88
99
|
fill: 'rgb(229,229,229)',
|
89
100
|
fillRule: 'nonzero',
|
90
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,30.2212,9.75761)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.387 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.387 1.561,-5.652 0,-5.652", style: {
|
101
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,30.2212,9.75761)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.387 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.387 1.561,-5.652 0,-5.652", style: {
|
91
102
|
fill: 'rgb(242,90,43)',
|
92
103
|
fillRule: 'nonzero',
|
93
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,33.7661,10.4664)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.386 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.386 1.561,-5.652 0,-5.652", style: {
|
104
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,33.7661,10.4664)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.386 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.386 1.561,-5.652 0,-5.652", style: {
|
94
105
|
fill: 'rgb(242,90,43)',
|
95
106
|
fillRule: 'nonzero',
|
96
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,39.5263,6.21282)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-3.768C-1.041,-3.768 -1.884,-2.924 -1.884,-1.884C-1.884,-0.843 -1.041,0 0,0C1.041,0 1.884,-0.843 1.884,-1.884C1.884,-2.924 1.041,-3.768 0,-3.768", style: {
|
107
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,39.5263,6.21282)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-3.768C-1.041,-3.768 -1.884,-2.924 -1.884,-1.884C-1.884,-0.843 -1.041,0 0,0C1.041,0 1.884,-0.843 1.884,-1.884C1.884,-2.924 1.041,-3.768 0,-3.768", style: {
|
97
108
|
fill: 'rgb(62,191,185)',
|
98
109
|
fillRule: 'nonzero',
|
99
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,87.3805,11.1757)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-7.537C-2.081,-7.537 -3.769,-5.85 -3.769,-3.769C-3.769,-1.687 -2.081,0 0,0C2.081,0 3.769,-1.687 3.769,-3.769C3.769,-5.85 2.081,-7.537 0,-7.537", style: {
|
110
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,87.3805,11.1757)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-7.537C-2.081,-7.537 -3.769,-5.85 -3.769,-3.769C-3.769,-1.687 -2.081,0 0,0C2.081,0 3.769,-1.687 3.769,-3.769C3.769,-5.85 2.081,-7.537 0,-7.537", style: {
|
100
111
|
fill: 'rgb(242,90,43)',
|
101
112
|
fillRule: 'nonzero',
|
102
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,75.8597,12.5936)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.121,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.121,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
113
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,75.8597,12.5936)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.121,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.121,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
103
114
|
fill: 'rgb(62,191,185)',
|
104
115
|
fillRule: 'nonzero',
|
105
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,21.3594,14.0112)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.386 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.386 1.561,-5.652 0,-5.652", style: {
|
116
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,21.3594,14.0112)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.386 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.386 1.561,-5.652 0,-5.652", style: {
|
106
117
|
fill: 'rgb(242,90,43)',
|
107
118
|
fillRule: 'nonzero',
|
108
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,17.8148,19.6827)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.386 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.386 1.561,-5.652 0,-5.652", style: {
|
119
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,17.8148,19.6827)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.386 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.386 1.561,-5.652 0,-5.652", style: {
|
109
120
|
fill: 'rgb(242,90,43)',
|
110
121
|
fillRule: 'nonzero',
|
111
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,104.661,30.3171)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.387 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.562,0 2.826,-1.265 2.826,-2.826C2.826,-4.387 1.562,-5.652 0,-5.652", style: {
|
122
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,104.661,30.3171)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.387 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.562,0 2.826,-1.265 2.826,-2.826C2.826,-4.387 1.562,-5.652 0,-5.652", style: {
|
112
123
|
fill: 'rgb(229,229,229)',
|
113
124
|
fillRule: 'nonzero',
|
114
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,74.0879,35.989)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-7.537C-2.08,-7.537 -3.768,-5.85 -3.768,-3.769C-3.768,-1.687 -2.08,0 0.001,0C2.082,0 3.769,-1.687 3.769,-3.769C3.769,-5.85 2.082,-7.537 0.001,-7.537", style: {
|
125
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,74.0879,35.989)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-7.537C-2.08,-7.537 -3.768,-5.85 -3.768,-3.769C-3.768,-1.687 -2.08,0 0.001,0C2.082,0 3.769,-1.687 3.769,-3.769C3.769,-5.85 2.082,-7.537 0.001,-7.537", style: {
|
115
126
|
fill: 'rgb(62,191,185)',
|
116
127
|
fillRule: 'nonzero',
|
117
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,81.1771,31.7352)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.121,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.121,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
128
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,81.1771,31.7352)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.121,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.121,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
118
129
|
fill: 'rgb(62,191,185)',
|
119
130
|
fillRule: 'nonzero',
|
120
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,47.5018,40.2421)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.304C-3.122,-11.304 -5.652,-8.774 -5.652,-5.652C-5.652,-2.53 -3.122,0 0,0C3.122,0 5.652,-2.53 5.652,-5.652C5.652,-8.774 3.122,-11.304 0,-11.304", style: {
|
131
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,47.5018,40.2421)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.304C-3.122,-11.304 -5.652,-8.774 -5.652,-5.652C-5.652,-2.53 -3.122,0 0,0C3.122,0 5.652,-2.53 5.652,-5.652C5.652,-8.774 3.122,-11.304 0,-11.304", style: {
|
121
132
|
fill: 'rgb(62,191,185)',
|
122
133
|
fillRule: 'nonzero',
|
123
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,39.5267,43.7874)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-15.073C-4.161,-15.073 -7.536,-11.699 -7.536,-7.537C-7.536,-3.375 -4.161,0 0.001,0C4.163,0 7.537,-3.375 7.537,-7.537C7.537,-11.699 4.163,-15.073 0.001,-15.073", style: {
|
134
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,39.5267,43.7874)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-15.073C-4.161,-15.073 -7.536,-11.699 -7.536,-7.537C-7.536,-3.375 -4.161,0 0.001,0C4.163,0 7.537,-3.375 7.537,-7.537C7.537,-11.699 4.163,-15.073 0.001,-15.073", style: {
|
124
135
|
fill: 'rgb(62,191,185)',
|
125
136
|
fillRule: 'nonzero',
|
126
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,31.5505,43.7874)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
137
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,31.5505,43.7874)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
127
138
|
fill: 'rgb(62,191,185)',
|
128
139
|
fillRule: 'nonzero',
|
129
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,35.9816,32.4442)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.775 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.775 3.122,-11.305 0,-11.305", style: {
|
140
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,35.9816,32.4442)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.775 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.775 3.122,-11.305 0,-11.305", style: {
|
130
141
|
fill: 'rgb(229,229,229)',
|
131
142
|
fillRule: 'nonzero',
|
132
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,38.6405,23.9367)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-7.537C-2.081,-7.537 -3.768,-5.85 -3.768,-3.768C-3.768,-1.687 -2.081,0 0.001,0C2.082,0 3.769,-1.687 3.769,-3.768C3.769,-5.85 2.082,-7.537 0.001,-7.537", style: {
|
143
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,38.6405,23.9367)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-7.537C-2.081,-7.537 -3.768,-5.85 -3.768,-3.768C-3.768,-1.687 -2.081,0 0.001,0C2.082,0 3.769,-1.687 3.769,-3.768C3.769,-5.85 2.082,-7.537 0.001,-7.537", style: {
|
133
144
|
fill: 'rgb(62,191,185)',
|
134
145
|
fillRule: 'nonzero',
|
135
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,15.5993,28.8991)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.304C-3.122,-11.304 -5.652,-8.774 -5.652,-5.652C-5.652,-2.53 -3.122,0 0,0C3.122,0 5.652,-2.53 5.652,-5.652C5.652,-8.774 3.122,-11.304 0,-11.304", style: {
|
146
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,15.5993,28.8991)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.304C-3.122,-11.304 -5.652,-8.774 -5.652,-5.652C-5.652,-2.53 -3.122,0 0,0C3.122,0 5.652,-2.53 5.652,-5.652C5.652,-8.774 3.122,-11.304 0,-11.304", style: {
|
136
147
|
fill: 'rgb(62,191,185)',
|
137
148
|
fillRule: 'nonzero',
|
138
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,22.6887,26.7726)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.775 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.775 3.122,-11.305 0,-11.305", style: {
|
149
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,22.6887,26.7726)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.775 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.775 3.122,-11.305 0,-11.305", style: {
|
139
150
|
fill: 'rgb(229,229,229)',
|
140
151
|
fillRule: 'nonzero',
|
141
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,46.6157,48.7498)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
152
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,46.6157,48.7498)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
142
153
|
fill: 'rgb(229,229,229)',
|
143
154
|
fillRule: 'nonzero',
|
144
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,53.7053,47.332)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
155
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,53.7053,47.332)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
145
156
|
fill: 'rgb(229,229,229)',
|
146
157
|
fillRule: 'nonzero',
|
147
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,28.0059,14.7204)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
158
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,28.0059,14.7204)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
148
159
|
fill: 'rgb(229,229,229)',
|
149
160
|
fillRule: 'nonzero',
|
150
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,22.6892,35.2797)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-15.073C-4.161,-15.073 -7.536,-11.699 -7.536,-7.536C-7.536,-3.374 -4.161,0 0.001,0C4.163,0 7.537,-3.374 7.537,-7.536C7.537,-11.699 4.163,-15.073 0.001,-15.073", style: {
|
161
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,22.6892,35.2797)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-15.073C-4.161,-15.073 -7.536,-11.699 -7.536,-7.536C-7.536,-3.374 -4.161,0 0.001,0C4.163,0 7.537,-3.374 7.537,-7.536C7.537,-11.699 4.163,-15.073 0.001,-15.073", style: {
|
151
162
|
fill: 'rgb(229,229,229)',
|
152
163
|
fillRule: 'nonzero',
|
153
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,85.6078,39.5336)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.121,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.121,-11.305 0,-11.305", style: {
|
164
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,85.6078,39.5336)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.121,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.121,-11.305 0,-11.305", style: {
|
154
165
|
fill: 'rgb(62,191,185)',
|
155
166
|
fillRule: 'nonzero',
|
156
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,96.2419,35.2797)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.121,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.121,-11.305 0,-11.305", style: {
|
167
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,96.2419,35.2797)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.121,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.121,-11.305 0,-11.305", style: {
|
157
168
|
fill: 'rgb(62,191,185)',
|
158
169
|
fillRule: 'nonzero',
|
159
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,86.4939,32.4442)", children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-15.073C-4.163,-15.073 -7.537,-11.699 -7.537,-7.537C-7.537,-3.375 -4.163,0 -0.001,0C4.161,0 7.536,-3.375 7.536,-7.537C7.536,-11.699 4.161,-15.073 -0.001,-15.073", style: {
|
170
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,86.4939,32.4442)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-15.073C-4.163,-15.073 -7.537,-11.699 -7.537,-7.537C-7.537,-3.375 -4.163,0 -0.001,0C4.161,0 7.536,-3.375 7.536,-7.537C7.536,-11.699 4.161,-15.073 -0.001,-15.073", style: {
|
160
171
|
fill: 'rgb(229,229,229)',
|
161
172
|
fillRule: 'nonzero',
|
162
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,36.4246,10.4664)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.601,-9.42 -4.71,-7.311 -4.71,-4.71C-4.71,-2.108 -2.601,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.311 2.602,-9.42 0,-9.42", style: {
|
173
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,36.4246,10.4664)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.601,-9.42 -4.71,-7.311 -4.71,-4.71C-4.71,-2.108 -2.601,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.311 2.602,-9.42 0,-9.42", style: {
|
163
174
|
fill: 'rgb(229,229,229)',
|
164
175
|
fillRule: 'nonzero',
|
165
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,46.1726,5.50383)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.601,-9.42 -4.71,-7.312 -4.71,-4.71C-4.71,-2.108 -2.601,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.312 2.602,-9.42 0,-9.42", style: {
|
176
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,46.1726,5.50383)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.601,-9.42 -4.71,-7.312 -4.71,-4.71C-4.71,-2.108 -2.601,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.312 2.602,-9.42 0,-9.42", style: {
|
166
177
|
fill: 'rgb(229,229,229)',
|
167
178
|
fillRule: 'nonzero',
|
168
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,81.1766,26.7724)", children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-18.841C-5.203,-18.841 -9.421,-14.623 -9.421,-9.421C-9.421,-4.217 -5.203,0 -0.001,0C5.202,0 9.42,-4.217 9.42,-9.421C9.42,-14.623 5.202,-18.841 -0.001,-18.841", style: {
|
179
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,81.1766,26.7724)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-18.841C-5.203,-18.841 -9.421,-14.623 -9.421,-9.421C-9.421,-4.217 -5.203,0 -0.001,0C5.202,0 9.42,-4.217 9.42,-9.421C9.42,-14.623 5.202,-18.841 -0.001,-18.841", style: {
|
169
180
|
fill: 'rgb(229,229,229)',
|
170
181
|
fillRule: 'nonzero',
|
171
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,84.7216,34.5708)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-7.536C-2.081,-7.536 -3.769,-5.849 -3.769,-3.768C-3.769,-1.687 -2.081,0 0,0C2.081,0 3.769,-1.687 3.769,-3.768C3.769,-5.849 2.081,-7.536 0,-7.536", style: {
|
182
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,84.7216,34.5708)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-7.536C-2.081,-7.536 -3.769,-5.849 -3.769,-3.768C-3.769,-1.687 -2.081,0 0,0C2.081,0 3.769,-1.687 3.769,-3.768C3.769,-5.849 2.081,-7.536 0,-7.536", style: {
|
172
183
|
fill: 'rgb(229,229,229)',
|
173
184
|
fillRule: 'nonzero',
|
174
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,87.3805,24.6457)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-15.073C-4.162,-15.073 -7.536,-11.699 -7.536,-7.537C-7.536,-3.375 -4.162,0 0,0C4.162,0 7.536,-3.375 7.536,-7.537C7.536,-11.699 4.162,-15.073 0,-15.073", style: {
|
185
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,87.3805,24.6457)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-15.073C-4.162,-15.073 -7.536,-11.699 -7.536,-7.537C-7.536,-3.375 -4.162,0 0,0C4.162,0 7.536,-3.375 7.536,-7.537C7.536,-11.699 4.162,-15.073 0,-15.073", style: {
|
175
186
|
fill: 'rgb(242,90,43)',
|
176
187
|
fillRule: 'nonzero',
|
177
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,78.5182,20.3919)", children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-18.841C-5.204,-18.841 -9.421,-14.624 -9.421,-9.421C-9.421,-4.218 -5.204,0 -0.001,0C5.202,0 9.42,-4.218 9.42,-9.421C9.42,-14.624 5.202,-18.841 -0.001,-18.841", style: {
|
188
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,78.5182,20.3919)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-18.841C-5.204,-18.841 -9.421,-14.624 -9.421,-9.421C-9.421,-4.218 -5.204,0 -0.001,0C5.202,0 9.42,-4.218 9.42,-9.421C9.42,-14.624 5.202,-18.841 -0.001,-18.841", style: {
|
178
189
|
fill: 'rgb(242,90,43)',
|
179
190
|
fillRule: 'nonzero',
|
180
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,82.9493,17.5559)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.304C-3.122,-11.304 -5.652,-8.774 -5.652,-5.652C-5.652,-2.53 -3.122,0 0,0C3.121,0 5.652,-2.53 5.652,-5.652C5.652,-8.774 3.121,-11.304 0,-11.304", style: {
|
191
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,82.9493,17.5559)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.304C-3.122,-11.304 -5.652,-8.774 -5.652,-5.652C-5.652,-2.53 -3.122,0 0,0C3.121,0 5.652,-2.53 5.652,-5.652C5.652,-8.774 3.121,-11.304 0,-11.304", style: {
|
181
192
|
fill: 'rgb(242,90,43)',
|
182
193
|
fillRule: 'nonzero',
|
183
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,92.6973,23.2275)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.304C-3.121,-11.304 -5.652,-8.774 -5.652,-5.652C-5.652,-2.53 -3.121,0 0,0C3.122,0 5.652,-2.53 5.652,-5.652C5.652,-8.774 3.122,-11.304 0,-11.304", style: {
|
194
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,92.6973,23.2275)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.304C-3.121,-11.304 -5.652,-8.774 -5.652,-5.652C-5.652,-2.53 -3.121,0 0,0C3.122,0 5.652,-2.53 5.652,-5.652C5.652,-8.774 3.122,-11.304 0,-11.304", style: {
|
184
195
|
fill: 'rgb(62,191,185)',
|
185
196
|
fillRule: 'nonzero',
|
186
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,91.8112,28.1905)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.121,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.121,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
197
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,91.8112,28.1905)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.121,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.121,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
187
198
|
fill: 'rgb(229,229,229)',
|
188
199
|
fillRule: 'nonzero',
|
189
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,69.6568,9.04881)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-15.073C-4.162,-15.073 -7.536,-11.699 -7.536,-7.537C-7.536,-3.374 -4.162,0 0.001,0C4.163,0 7.537,-3.374 7.537,-7.537C7.537,-11.699 4.163,-15.073 0.001,-15.073", style: {
|
200
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,69.6568,9.04881)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-15.073C-4.162,-15.073 -7.536,-11.699 -7.536,-7.537C-7.536,-3.374 -4.162,0 0.001,0C4.163,0 7.537,-3.374 7.537,-7.537C7.537,-11.699 4.163,-15.073 0.001,-15.073", style: {
|
190
201
|
fill: 'rgb(229,229,229)',
|
191
202
|
fillRule: 'nonzero',
|
192
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,62.1241,11.1756)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-13.189C-3.642,-13.189 -6.594,-10.236 -6.594,-6.595C-6.594,-2.953 -3.642,0 0,0C3.642,0 6.594,-2.953 6.594,-6.595C6.594,-10.236 3.642,-13.189 0,-13.189", style: {
|
203
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,62.1241,11.1756)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-13.189C-3.642,-13.189 -6.594,-10.236 -6.594,-6.595C-6.594,-2.953 -3.642,0 0,0C3.642,0 6.594,-2.953 6.594,-6.595C6.594,-10.236 3.642,-13.189 0,-13.189", style: {
|
193
204
|
fill: 'rgb(229,229,229)',
|
194
205
|
fillRule: 'nonzero',
|
195
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,96.6855,30.3171)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.602,-9.42 -4.71,-7.312 -4.71,-4.71C-4.71,-2.108 -2.602,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.312 2.602,-9.42 0,-9.42", style: {
|
206
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,96.6855,30.3171)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.602,-9.42 -4.71,-7.312 -4.71,-4.71C-4.71,-2.108 -2.602,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.312 2.602,-9.42 0,-9.42", style: {
|
196
207
|
fill: 'rgb(242,90,43)',
|
197
208
|
fillRule: 'nonzero',
|
198
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,94.0266,16.138)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.602,-9.42 -4.71,-7.311 -4.71,-4.71C-4.71,-2.108 -2.602,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.311 2.602,-9.42 0,-9.42", style: {
|
209
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,94.0266,16.138)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.602,-9.42 -4.71,-7.311 -4.71,-4.71C-4.71,-2.108 -2.602,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.311 2.602,-9.42 0,-9.42", style: {
|
199
210
|
fill: 'rgb(242,90,43)',
|
200
211
|
fillRule: 'nonzero',
|
201
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,53.2622,2.668)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.386 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.386 1.561,-5.652 0,-5.652", style: {
|
212
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,53.2622,2.668)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.386 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.386 1.561,-5.652 0,-5.652", style: {
|
202
213
|
fill: 'rgb(242,90,43)',
|
203
214
|
fillRule: 'nonzero',
|
204
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,58.5795,6.21267)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.601,-9.42 -4.71,-7.311 -4.71,-4.71C-4.71,-2.108 -2.601,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.311 2.602,-9.42 0,-9.42", style: {
|
215
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,58.5795,6.21267)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.601,-9.42 -4.71,-7.311 -4.71,-4.71C-4.71,-2.108 -2.601,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.311 2.602,-9.42 0,-9.42", style: {
|
205
216
|
fill: 'rgb(242,90,43)',
|
206
217
|
fillRule: 'nonzero',
|
207
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,90.4815,16.847)", children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-9.42C-2.602,-9.42 -4.711,-7.311 -4.711,-4.71C-4.711,-2.108 -2.602,0 -0.001,0C2.601,0 4.71,-2.108 4.71,-4.71C4.71,-7.311 2.601,-9.42 -0.001,-9.42", style: {
|
218
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,90.4815,16.847)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-9.42C-2.602,-9.42 -4.711,-7.311 -4.711,-4.71C-4.711,-2.108 -2.602,0 -0.001,0C2.601,0 4.71,-2.108 4.71,-4.71C4.71,-7.311 2.601,-9.42 -0.001,-9.42", style: {
|
208
219
|
fill: 'rgb(62,191,185)',
|
209
220
|
fillRule: 'nonzero',
|
210
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,67.8845,45.2053)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-18.841C-5.202,-18.841 -9.42,-14.624 -9.42,-9.421C-9.42,-4.218 -5.202,0 0.001,0C5.204,0 9.421,-4.218 9.421,-9.421C9.421,-14.624 5.204,-18.841 0.001,-18.841", style: {
|
221
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,67.8845,45.2053)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-18.841C-5.202,-18.841 -9.42,-14.624 -9.42,-9.421C-9.42,-4.218 -5.202,0 0.001,0C5.204,0 9.421,-4.218 9.421,-9.421C9.421,-14.624 5.204,-18.841 0.001,-18.841", style: {
|
211
222
|
fill: 'rgb(242,90,43)',
|
212
223
|
fillRule: 'nonzero',
|
213
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,72.3147,42.3692)", children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-18.841C-5.203,-18.841 -9.421,-14.623 -9.421,-9.421C-9.421,-4.217 -5.203,0 -0.001,0C5.202,0 9.42,-4.217 9.42,-9.421C9.42,-14.623 5.202,-18.841 -0.001,-18.841", style: {
|
224
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,72.3147,42.3692)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-18.841C-5.203,-18.841 -9.421,-14.623 -9.421,-9.421C-9.421,-4.217 -5.203,0 -0.001,0C5.202,0 9.42,-4.217 9.42,-9.421C9.42,-14.623 5.202,-18.841 -0.001,-18.841", style: {
|
214
225
|
fill: 'rgb(62,191,185)',
|
215
226
|
fillRule: 'nonzero',
|
216
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,77.632,42.3692)", children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-11.304C-3.122,-11.304 -5.652,-8.774 -5.652,-5.652C-5.652,-2.53 -3.122,0 -0.001,0C3.121,0 5.651,-2.53 5.651,-5.652C5.651,-8.774 3.121,-11.304 -0.001,-11.304", style: {
|
227
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,77.632,42.3692)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-11.304C-3.122,-11.304 -5.652,-8.774 -5.652,-5.652C-5.652,-2.53 -3.122,0 -0.001,0C3.121,0 5.651,-2.53 5.651,-5.652C5.651,-8.774 3.121,-11.304 -0.001,-11.304", style: {
|
217
228
|
fill: 'rgb(62,191,185)',
|
218
229
|
fillRule: 'nonzero',
|
219
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,65.226,11.8845)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-15.073C-4.162,-15.073 -7.536,-11.698 -7.536,-7.536C-7.536,-3.374 -4.162,0 0.001,0C4.163,0 7.537,-3.374 7.537,-7.536C7.537,-11.698 4.163,-15.073 0.001,-15.073", style: {
|
230
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,65.226,11.8845)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-15.073C-4.162,-15.073 -7.536,-11.698 -7.536,-7.536C-7.536,-3.374 -4.162,0 0.001,0C4.163,0 7.537,-3.374 7.537,-7.536C7.537,-11.698 4.163,-15.073 0.001,-15.073", style: {
|
220
231
|
fill: 'rgb(62,191,185)',
|
221
232
|
fillRule: 'nonzero',
|
222
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,50.1602,11.8845)", children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-15.073C-4.163,-15.073 -7.537,-11.698 -7.537,-7.536C-7.537,-3.374 -4.163,0 -0.001,0C4.162,0 7.536,-3.374 7.536,-7.536C7.536,-11.698 4.162,-15.073 -0.001,-15.073", style: {
|
233
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,50.1602,11.8845)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-15.073C-4.163,-15.073 -7.537,-11.698 -7.537,-7.536C-7.537,-3.374 -4.163,0 -0.001,0C4.162,0 7.536,-3.374 7.536,-7.536C7.536,-11.698 4.162,-15.073 -0.001,-15.073", style: {
|
223
234
|
fill: 'rgb(62,191,185)',
|
224
235
|
fillRule: 'nonzero',
|
225
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,62.5676,4.79492)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-7.536C-2.08,-7.536 -3.768,-5.849 -3.768,-3.768C-3.768,-1.687 -2.08,0 0.001,0C2.082,0 3.769,-1.687 3.769,-3.768C3.769,-5.849 2.082,-7.536 0.001,-7.536", style: {
|
236
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,62.5676,4.79492)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-7.536C-2.08,-7.536 -3.768,-5.849 -3.768,-3.768C-3.768,-1.687 -2.08,0 0.001,0C2.082,0 3.769,-1.687 3.769,-3.768C3.769,-5.849 2.082,-7.536 0.001,-7.536", style: {
|
226
237
|
fill: 'rgb(62,191,185)',
|
227
238
|
fillRule: 'nonzero',
|
228
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,57.2494,11.8845)", children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-18.841C-5.204,-18.841 -9.421,-14.623 -9.421,-9.421C-9.421,-4.217 -5.204,0 -0.001,0C5.202,0 9.42,-4.217 9.42,-9.421C9.42,-14.623 5.202,-18.841 -0.001,-18.841", style: {
|
239
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,57.2494,11.8845)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-18.841C-5.204,-18.841 -9.421,-14.623 -9.421,-9.421C-9.421,-4.217 -5.204,0 -0.001,0C5.202,0 9.42,-4.217 9.42,-9.421C9.42,-14.623 5.202,-18.841 -0.001,-18.841", style: {
|
229
240
|
fill: 'rgb(242,90,43)',
|
230
241
|
fillRule: 'nonzero',
|
231
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,95.7993,38.1154)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-5.652C-1.561,-5.652 -2.825,-4.387 -2.825,-2.826C-2.825,-1.265 -1.561,0 0.001,0C1.562,0 2.826,-1.265 2.826,-2.826C2.826,-4.387 1.562,-5.652 0.001,-5.652", style: {
|
242
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,95.7993,38.1154)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-5.652C-1.561,-5.652 -2.825,-4.387 -2.825,-2.826C-2.825,-1.265 -1.561,0 0.001,0C1.562,0 2.826,-1.265 2.826,-2.826C2.826,-4.387 1.562,-5.652 0.001,-5.652", style: {
|
232
243
|
fill: 'rgb(242,90,43)',
|
233
244
|
fillRule: 'nonzero',
|
234
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,58.5795,49.4587)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.601,-9.42 -4.71,-7.312 -4.71,-4.71C-4.71,-2.108 -2.601,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.312 2.602,-9.42 0,-9.42", style: {
|
245
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,58.5795,49.4587)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.601,-9.42 -4.71,-7.312 -4.71,-4.71C-4.71,-2.108 -2.601,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.312 2.602,-9.42 0,-9.42", style: {
|
235
246
|
fill: 'rgb(62,191,185)',
|
236
247
|
fillRule: 'nonzero',
|
237
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,26.2336,35.989)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
248
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,26.2336,35.989)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
238
249
|
fill: 'rgb(62,191,185)',
|
239
250
|
fillRule: 'nonzero',
|
240
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,34.2091,37.4069)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
251
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,34.2091,37.4069)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
241
252
|
fill: 'rgb(62,191,185)',
|
242
253
|
fillRule: 'nonzero',
|
243
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,41.2986,33.8619)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
254
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,41.2986,33.8619)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
244
255
|
fill: 'rgb(62,191,185)',
|
245
256
|
fillRule: 'nonzero',
|
246
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,16.9285,23.2274)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.602,-9.42 -4.71,-7.311 -4.71,-4.71C-4.71,-2.108 -2.602,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.311 2.602,-9.42 0,-9.42", style: {
|
257
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,16.9285,23.2274)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.602,-9.42 -4.71,-7.311 -4.71,-4.71C-4.71,-2.108 -2.602,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.311 2.602,-9.42 0,-9.42", style: {
|
247
258
|
fill: 'rgb(229,229,229)',
|
248
259
|
fillRule: 'nonzero',
|
249
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,13.3837,29.6081)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.387 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.387 1.561,-5.652 0,-5.652", style: {
|
260
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,13.3837,29.6081)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-5.652C-1.561,-5.652 -2.826,-4.387 -2.826,-2.826C-2.826,-1.265 -1.561,0 0,0C1.561,0 2.826,-1.265 2.826,-2.826C2.826,-4.387 1.561,-5.652 0,-5.652", style: {
|
250
261
|
fill: 'rgb(242,90,43)',
|
251
262
|
fillRule: 'nonzero',
|
252
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,43.0707,48.0405)", children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-7.536C-2.082,-7.536 -3.769,-5.849 -3.769,-3.768C-3.769,-1.687 -2.082,0 -0.001,0C2.081,0 3.768,-1.687 3.768,-3.768C3.768,-5.849 2.081,-7.536 -0.001,-7.536", style: {
|
263
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,43.0707,48.0405)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-7.536C-2.082,-7.536 -3.769,-5.849 -3.769,-3.768C-3.769,-1.687 -2.082,0 -0.001,0C2.081,0 3.768,-1.687 3.768,-3.768C3.768,-5.849 2.081,-7.536 -0.001,-7.536", style: {
|
253
264
|
fill: 'rgb(242,90,43)',
|
254
265
|
fillRule: 'nonzero',
|
255
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,40.4125,39.5336)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-18.841C-5.203,-18.841 -9.42,-14.624 -9.42,-9.421C-9.42,-4.218 -5.203,0 0,0C5.203,0 9.42,-4.218 9.42,-9.421C9.42,-14.624 5.203,-18.841 0,-18.841", style: {
|
266
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,40.4125,39.5336)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-18.841C-5.203,-18.841 -9.42,-14.624 -9.42,-9.421C-9.42,-4.218 -5.203,0 0,0C5.203,0 9.42,-4.218 9.42,-9.421C9.42,-14.624 5.203,-18.841 0,-18.841", style: {
|
256
267
|
fill: 'rgb(242,90,43)',
|
257
268
|
fillRule: 'nonzero',
|
258
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,49.2741,45.2053)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-18.841C-5.203,-18.841 -9.42,-14.624 -9.42,-9.421C-9.42,-4.218 -5.203,0 0,0C5.203,0 9.42,-4.218 9.42,-9.421C9.42,-14.624 5.203,-18.841 0,-18.841", style: {
|
269
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,49.2741,45.2053)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-18.841C-5.203,-18.841 -9.42,-14.624 -9.42,-9.421C-9.42,-4.218 -5.203,0 0,0C5.203,0 9.42,-4.218 9.42,-9.421C9.42,-14.624 5.203,-18.841 0,-18.841", style: {
|
259
270
|
fill: 'rgb(242,90,43)',
|
260
271
|
fillRule: 'nonzero',
|
261
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,34.6519,40.951)", children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-13.188C-3.643,-13.188 -6.595,-10.236 -6.595,-6.594C-6.595,-2.952 -3.643,0 -0.001,0C3.641,0 6.594,-2.952 6.594,-6.594C6.594,-10.236 3.641,-13.188 -0.001,-13.188", style: {
|
272
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,34.6519,40.951)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-13.188C-3.643,-13.188 -6.595,-10.236 -6.595,-6.594C-6.595,-2.952 -3.643,0 -0.001,0C3.641,0 6.594,-2.952 6.594,-6.594C6.594,-10.236 3.641,-13.188 -0.001,-13.188", style: {
|
262
273
|
fill: 'rgb(242,90,43)',
|
263
274
|
fillRule: 'nonzero',
|
264
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,29.3352,39.5332)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.601,-9.42 -4.71,-7.311 -4.71,-4.71C-4.71,-2.108 -2.601,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.311 2.602,-9.42 0,-9.42", style: {
|
275
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,29.3352,39.5332)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.601,-9.42 -4.71,-7.311 -4.71,-4.71C-4.71,-2.108 -2.601,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.311 2.602,-9.42 0,-9.42", style: {
|
265
276
|
fill: 'rgb(242,90,43)',
|
266
277
|
fillRule: 'nonzero',
|
267
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,22.2457,39.5332)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.601,-9.42 -4.71,-7.311 -4.71,-4.71C-4.71,-2.108 -2.601,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.311 2.602,-9.42 0,-9.42", style: {
|
278
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,22.2457,39.5332)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.601,-9.42 -4.71,-7.311 -4.71,-4.71C-4.71,-2.108 -2.601,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.311 2.602,-9.42 0,-9.42", style: {
|
268
279
|
fill: 'rgb(242,90,43)',
|
269
280
|
fillRule: 'nonzero',
|
270
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,55.0345,43.0782)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.602,-9.42 -4.71,-7.311 -4.71,-4.71C-4.71,-2.108 -2.602,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.311 2.602,-9.42 0,-9.42", style: {
|
281
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,55.0345,43.0782)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.602,-9.42 -4.71,-7.311 -4.71,-4.71C-4.71,-2.108 -2.602,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.311 2.602,-9.42 0,-9.42", style: {
|
271
282
|
fill: 'rgb(242,90,43)',
|
272
283
|
fillRule: 'nonzero',
|
273
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,27.5629,28.899)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.601,-9.42 -4.71,-7.311 -4.71,-4.71C-4.71,-2.108 -2.601,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.311 2.602,-9.42 0,-9.42", style: {
|
284
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,27.5629,28.899)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-9.42C-2.601,-9.42 -4.71,-7.311 -4.71,-4.71C-4.71,-2.108 -2.601,0 0,0C2.602,0 4.71,-2.108 4.71,-4.71C4.71,-7.311 2.602,-9.42 0,-9.42", style: {
|
274
285
|
fill: 'rgb(242,90,43)',
|
275
286
|
fillRule: 'nonzero',
|
276
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,31.5505,26.7726)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.775 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.775 3.122,-11.305 0,-11.305", style: {
|
287
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,31.5505,26.7726)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.775 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.775 3.122,-11.305 0,-11.305", style: {
|
277
288
|
fill: 'rgb(62,191,185)',
|
278
289
|
fillRule: 'nonzero',
|
279
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,59.9087,45.2053)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-15.073C-4.162,-15.073 -7.536,-11.699 -7.536,-7.537C-7.536,-3.374 -4.162,0 0.001,0C4.163,0 7.537,-3.374 7.537,-7.537C7.537,-11.699 4.163,-15.073 0.001,-15.073", style: {
|
290
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,59.9087,45.2053)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-15.073C-4.162,-15.073 -7.536,-11.699 -7.536,-7.537C-7.536,-3.374 -4.162,0 0.001,0C4.163,0 7.537,-3.374 7.537,-7.537C7.537,-11.699 4.163,-15.073 0.001,-15.073", style: {
|
280
291
|
fill: 'rgb(62,191,185)',
|
281
292
|
fillRule: 'nonzero',
|
282
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,38.6405,21.8098)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-15.073C-4.162,-15.073 -7.536,-11.699 -7.536,-7.536C-7.536,-3.374 -4.162,0 0.001,0C4.163,0 7.537,-3.374 7.537,-7.536C7.537,-11.699 4.163,-15.073 0.001,-15.073", style: {
|
293
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,38.6405,21.8098)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-15.073C-4.162,-15.073 -7.536,-11.699 -7.536,-7.536C-7.536,-3.374 -4.162,0 0.001,0C4.163,0 7.537,-3.374 7.537,-7.536C7.537,-11.699 4.163,-15.073 0.001,-15.073", style: {
|
283
294
|
fill: 'rgb(242,90,43)',
|
284
295
|
fillRule: 'nonzero',
|
285
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,41.299,17.5561)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-15.073C-4.162,-15.073 -7.536,-11.698 -7.536,-7.536C-7.536,-3.374 -4.162,0 0.001,0C4.163,0 7.537,-3.374 7.537,-7.536C7.537,-11.698 4.163,-15.073 0.001,-15.073", style: {
|
296
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,41.299,17.5561)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-15.073C-4.162,-15.073 -7.536,-11.698 -7.536,-7.536C-7.536,-3.374 -4.162,0 0.001,0C4.163,0 7.537,-3.374 7.537,-7.536C7.537,-11.698 4.163,-15.073 0.001,-15.073", style: {
|
286
297
|
fill: 'rgb(242,90,43)',
|
287
298
|
fillRule: 'nonzero',
|
288
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,33.3226,21.8098)", children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-15.073C-4.163,-15.073 -7.537,-11.699 -7.537,-7.536C-7.537,-3.374 -4.163,0 -0.001,0C4.162,0 7.536,-3.374 7.536,-7.536C7.536,-11.699 4.162,-15.073 -0.001,-15.073", style: {
|
299
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,33.3226,21.8098)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-15.073C-4.163,-15.073 -7.537,-11.699 -7.537,-7.536C-7.537,-3.374 -4.163,0 -0.001,0C4.162,0 7.536,-3.374 7.536,-7.536C7.536,-11.699 4.162,-15.073 -0.001,-15.073", style: {
|
289
300
|
fill: 'rgb(62,191,185)',
|
290
301
|
fillRule: 'nonzero',
|
291
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,25.3473,18.9742)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-7.537C-2.081,-7.537 -3.768,-5.85 -3.768,-3.769C-3.768,-1.688 -2.081,0 0,0C2.081,0 3.768,-1.688 3.768,-3.769C3.768,-5.85 2.081,-7.537 0,-7.537", style: {
|
302
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,25.3473,18.9742)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-7.537C-2.081,-7.537 -3.768,-5.85 -3.768,-3.769C-3.768,-1.688 -2.081,0 0,0C2.081,0 3.768,-1.688 3.768,-3.769C3.768,-5.85 2.081,-7.537 0,-7.537", style: {
|
292
303
|
fill: 'rgb(62,191,185)',
|
293
304
|
fillRule: 'nonzero',
|
294
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,28.8924,21.8098)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-15.073C-4.162,-15.073 -7.536,-11.699 -7.536,-7.536C-7.536,-3.374 -4.162,0 0.001,0C4.163,0 7.537,-3.374 7.537,-7.536C7.537,-11.699 4.163,-15.073 0.001,-15.073", style: {
|
305
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,28.8924,21.8098)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0.001,-15.073C-4.162,-15.073 -7.536,-11.699 -7.536,-7.536C-7.536,-3.374 -4.162,0 0.001,0C4.163,0 7.537,-3.374 7.537,-7.536C7.537,-11.699 4.163,-15.073 0.001,-15.073", style: {
|
295
306
|
fill: 'rgb(242,90,43)',
|
296
307
|
fillRule: 'nonzero',
|
297
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,36.8677,14.0114)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
308
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,36.8677,14.0114)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-11.305C-3.122,-11.305 -5.652,-8.774 -5.652,-5.653C-5.652,-2.531 -3.122,0 0,0C3.122,0 5.652,-2.531 5.652,-5.653C5.652,-8.774 3.122,-11.305 0,-11.305", style: {
|
298
309
|
fill: 'rgb(62,191,185)',
|
299
310
|
fillRule: 'nonzero',
|
300
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,43.9573,14.0113)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-18.841C-5.203,-18.841 -9.42,-14.623 -9.42,-9.421C-9.42,-4.218 -5.203,0 0,0C5.203,0 9.42,-4.218 9.42,-9.421C9.42,-14.623 5.203,-18.841 0,-18.841", style: {
|
311
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,43.9573,14.0113)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-18.841C-5.203,-18.841 -9.42,-14.623 -9.42,-9.421C-9.42,-4.218 -5.203,0 0,0C5.203,0 9.42,-4.218 9.42,-9.421C9.42,-14.623 5.203,-18.841 0,-18.841", style: {
|
301
312
|
fill: 'rgb(229,229,229)',
|
302
313
|
fillRule: 'nonzero',
|
303
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,35.9812,31.0261)", children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-18.841C-5.204,-18.841 -9.421,-14.623 -9.421,-9.421C-9.421,-4.218 -5.204,0 -0.001,0C5.202,0 9.42,-4.218 9.42,-9.421C9.42,-14.623 5.202,-18.841 -0.001,-18.841", style: {
|
314
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,35.9812,31.0261)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M-0.001,-18.841C-5.204,-18.841 -9.421,-14.623 -9.421,-9.421C-9.421,-4.218 -5.204,0 -0.001,0C5.202,0 9.42,-4.218 9.42,-9.421C9.42,-14.623 5.202,-18.841 -0.001,-18.841", style: {
|
304
315
|
fill: 'rgb(242,90,43)',
|
305
316
|
fillRule: 'nonzero',
|
306
|
-
} }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(0.470351,0,0,0.376281,149.236,26.6306)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,14.131C-2.826,17.334 -6.405,18.652 -10.174,18.652C-14.695,18.652 -18.841,16.58 -18.841,12.247C-18.841,7.725 -14.319,5.841 -9.231,5.841C-5.841,5.841 -2.261,6.594 0.188,8.102L0.188,14.131L0,14.131ZM-9.231,-6.783C-12.812,-6.783 -16.58,-5.652 -19.595,-4.145L-18.841,-2.261C-16.392,-3.58 -13,-4.522 -9.797,-4.522C-5.087,-4.522 0,-2.073 0,2.826L0,5.841C-2.638,4.334 -6.406,3.58 -9.797,3.58C-16.015,3.58 -21.855,6.217 -21.855,12.247C-21.855,17.899 -16.58,20.914 -10.928,20.914C-6.782,20.914 -2.638,19.595 0.188,16.203L0.377,20.16L3.392,20.16L3.392,3.015C3.203,-3.391 -3.015,-6.783 -9.231,-6.783", style: { fillRule: 'nonzero' } }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(0.470351,0,0,0.376281,157.566,30.0337)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-3.58C-3.58,-4.334 -6.783,-5.087 -6.783,-8.29C-6.783,-11.682 -2.826,-13.377 1.695,-13.377C4.71,-13.377 7.913,-12.624 10.174,-11.305L11.116,-13.377C8.479,-14.885 5.087,-15.638 1.507,-15.638C-4.334,-15.638 -10.175,-13.377 -10.175,-8.29C-10.175,-3.392 -5.652,-2.261 -0.377,-1.319C4.333,-0.377 8.667,0 8.667,4.333C8.667,8.101 4.521,9.608 0.188,9.608C-4.146,9.608 -8.29,8.29 -10.551,6.406L-11.305,8.478C-8.667,10.739 -3.957,12.058 0.565,12.058C6.405,12.058 12.058,9.797 12.058,4.71C12.058,-1.884 6.217,-2.45 0,-3.58", style: { fillRule: 'nonzero' } }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(0.470351,0,0,0.376281,128.411,34.2164)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-36.551L-3.203,-36.551L-3.203,0L20.537,0L20.537,-2.26L0,-2.26L0,-36.551Z", style: { fillRule: 'nonzero' } }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(0.470351,0,0,0.376281,-3.71936,1.40546)", children: (0, jsx_runtime_1.jsx)("rect", { x: "359.297", y: "61.009", width: "3.203", height: "26.377" }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(0.470351,0,0,0.376281,180.164,29.608)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-13.942L-3.768,-13.942L-18.275,-0.188L-18.275,-26.377L-21.479,-26.377L-21.479,12.435L-18.275,12.435L-18.275,3.768L-12.623,-1.318L-2.072,12.435L1.696,12.435L-10.928,-3.579L0,-13.942Z", style: { fillRule: 'nonzero' } }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(-0.470351,0,0,0.376281,166.073,22.0936)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-3.392C1.13,-3.392 1.884,-2.639 1.884,-1.696C1.884,-0.754 1.13,0 0,0C-1.131,0 -1.884,-0.754 -1.884,-1.696C-1.884,-2.639 -0.942,-3.392 0,-3.392", style: { fillRule: 'nonzero' } }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(0.470351,0,0,0.376281,191.064,20.4627)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,36.74L24.682,36.74L24.682,34.102L3.579,34.102L3.579,19.03L22.985,19.03L22.985,16.392L3.579,16.392L3.579,2.638L24.682,2.638L24.682,0L0,0L0,36.74Z", style: { fillRule: 'nonzero' } }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(0.470351,0,0,0.376281,210.028,30.2465)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,7.724L-9.985,-15.639L-13.188,-15.639L-1.695,10.739L-0.942,10.739L-2.826,14.884C-3.58,16.956 -4.898,18.652 -6.782,19.594C-8.667,20.725 -10.928,21.289 -13.754,21.289L-13.754,23.551C-10.739,23.551 -7.913,22.985 -5.652,21.666C-3.58,20.348 -1.695,18.463 -0.377,15.637L13.377,-15.827L10.174,-15.827L0,7.724Z", style: { fillRule: 'nonzero' } }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(0.470351,0,0,0.376281,228.284,29.3245)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-0.188L-21.29,-0.188L-21.29,-0.753C-21.102,-6.971 -17.334,-11.493 -10.174,-11.493C-3.58,-11.493 0.188,-8.855 0.188,-2.449C0.188,-1.884 0.188,-1.13 0,-0.188M-10.174,-13.942C-19.406,-13.942 -24.305,-7.913 -24.305,-0.188C-24.305,7.914 -19.029,13.754 -9.797,13.754C-5.841,13.754 -2.072,12.812 0.942,10.928L-0.565,9.232C-3.392,10.551 -6.595,11.305 -9.797,11.305C-16.392,11.305 -20.537,7.348 -21.102,1.508L3.015,1.508C3.203,0.188 3.392,-0.942 3.392,-1.884C3.015,-9.608 -1.695,-13.942 -10.174,-13.942", style: { fillRule: 'nonzero' } }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(0.470351,0,0,0.376281,235.816,30.0337)", children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-3.58C-3.579,-4.334 -6.782,-5.087 -6.782,-8.29C-6.782,-11.682 -2.826,-13.377 1.696,-13.377C4.71,-13.377 7.913,-12.624 10.174,-11.305L11.116,-13.377C8.479,-14.885 5.087,-15.638 1.508,-15.638C-4.333,-15.638 -10.174,-13.377 -10.174,-8.29C-10.174,-3.392 -5.652,-2.261 -0.377,-1.319C4.334,-0.377 8.667,0 8.667,4.333C8.667,8.101 4.521,9.608 0.188,9.608C-4.145,9.608 -8.29,8.29 -10.551,6.406L-11.305,8.478C-8.667,10.739 -3.956,12.058 0.565,12.058C6.406,12.058 12.059,9.797 12.059,4.71C12.247,-1.884 6.406,-2.45 0,-3.58", style: { fillRule: 'nonzero' } }) }), (0, jsx_runtime_1.jsx)("g", { transform: "matrix(0.470351,0,0,0.376281,-3.71936,0.129871)", children: (0, jsx_runtime_1.jsx)("rect", { x: "392.269", y: "74.762", width: "13.377", height: "2.261" }) })] }) })); };
|
317
|
+
} }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(0.470351,0,0,0.376281,149.236,26.6306)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,14.131C-2.826,17.334 -6.405,18.652 -10.174,18.652C-14.695,18.652 -18.841,16.58 -18.841,12.247C-18.841,7.725 -14.319,5.841 -9.231,5.841C-5.841,5.841 -2.261,6.594 0.188,8.102L0.188,14.131L0,14.131ZM-9.231,-6.783C-12.812,-6.783 -16.58,-5.652 -19.595,-4.145L-18.841,-2.261C-16.392,-3.58 -13,-4.522 -9.797,-4.522C-5.087,-4.522 0,-2.073 0,2.826L0,5.841C-2.638,4.334 -6.406,3.58 -9.797,3.58C-16.015,3.58 -21.855,6.217 -21.855,12.247C-21.855,17.899 -16.58,20.914 -10.928,20.914C-6.782,20.914 -2.638,19.595 0.188,16.203L0.377,20.16L3.392,20.16L3.392,3.015C3.203,-3.391 -3.015,-6.783 -9.231,-6.783", style: { fillRule: 'nonzero' } }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(0.470351,0,0,0.376281,157.566,30.0337)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-3.58C-3.58,-4.334 -6.783,-5.087 -6.783,-8.29C-6.783,-11.682 -2.826,-13.377 1.695,-13.377C4.71,-13.377 7.913,-12.624 10.174,-11.305L11.116,-13.377C8.479,-14.885 5.087,-15.638 1.507,-15.638C-4.334,-15.638 -10.175,-13.377 -10.175,-8.29C-10.175,-3.392 -5.652,-2.261 -0.377,-1.319C4.333,-0.377 8.667,0 8.667,4.333C8.667,8.101 4.521,9.608 0.188,9.608C-4.146,9.608 -8.29,8.29 -10.551,6.406L-11.305,8.478C-8.667,10.739 -3.957,12.058 0.565,12.058C6.405,12.058 12.058,9.797 12.058,4.71C12.058,-1.884 6.217,-2.45 0,-3.58", style: { fillRule: 'nonzero' } }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(0.470351,0,0,0.376281,128.411,34.2164)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-36.551L-3.203,-36.551L-3.203,0L20.537,0L20.537,-2.26L0,-2.26L0,-36.551Z", style: { fillRule: 'nonzero' } }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(0.470351,0,0,0.376281,-3.71936,1.40546)" }, { children: (0, jsx_runtime_1.jsx)("rect", { x: "359.297", y: "61.009", width: "3.203", height: "26.377" }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(0.470351,0,0,0.376281,180.164,29.608)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-13.942L-3.768,-13.942L-18.275,-0.188L-18.275,-26.377L-21.479,-26.377L-21.479,12.435L-18.275,12.435L-18.275,3.768L-12.623,-1.318L-2.072,12.435L1.696,12.435L-10.928,-3.579L0,-13.942Z", style: { fillRule: 'nonzero' } }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(-0.470351,0,0,0.376281,166.073,22.0936)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-3.392C1.13,-3.392 1.884,-2.639 1.884,-1.696C1.884,-0.754 1.13,0 0,0C-1.131,0 -1.884,-0.754 -1.884,-1.696C-1.884,-2.639 -0.942,-3.392 0,-3.392", style: { fillRule: 'nonzero' } }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(0.470351,0,0,0.376281,191.064,20.4627)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,36.74L24.682,36.74L24.682,34.102L3.579,34.102L3.579,19.03L22.985,19.03L22.985,16.392L3.579,16.392L3.579,2.638L24.682,2.638L24.682,0L0,0L0,36.74Z", style: { fillRule: 'nonzero' } }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(0.470351,0,0,0.376281,210.028,30.2465)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,7.724L-9.985,-15.639L-13.188,-15.639L-1.695,10.739L-0.942,10.739L-2.826,14.884C-3.58,16.956 -4.898,18.652 -6.782,19.594C-8.667,20.725 -10.928,21.289 -13.754,21.289L-13.754,23.551C-10.739,23.551 -7.913,22.985 -5.652,21.666C-3.58,20.348 -1.695,18.463 -0.377,15.637L13.377,-15.827L10.174,-15.827L0,7.724Z", style: { fillRule: 'nonzero' } }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(0.470351,0,0,0.376281,228.284,29.3245)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-0.188L-21.29,-0.188L-21.29,-0.753C-21.102,-6.971 -17.334,-11.493 -10.174,-11.493C-3.58,-11.493 0.188,-8.855 0.188,-2.449C0.188,-1.884 0.188,-1.13 0,-0.188M-10.174,-13.942C-19.406,-13.942 -24.305,-7.913 -24.305,-0.188C-24.305,7.914 -19.029,13.754 -9.797,13.754C-5.841,13.754 -2.072,12.812 0.942,10.928L-0.565,9.232C-3.392,10.551 -6.595,11.305 -9.797,11.305C-16.392,11.305 -20.537,7.348 -21.102,1.508L3.015,1.508C3.203,0.188 3.392,-0.942 3.392,-1.884C3.015,-9.608 -1.695,-13.942 -10.174,-13.942", style: { fillRule: 'nonzero' } }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(0.470351,0,0,0.376281,235.816,30.0337)" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M0,-3.58C-3.579,-4.334 -6.782,-5.087 -6.782,-8.29C-6.782,-11.682 -2.826,-13.377 1.696,-13.377C4.71,-13.377 7.913,-12.624 10.174,-11.305L11.116,-13.377C8.479,-14.885 5.087,-15.638 1.508,-15.638C-4.333,-15.638 -10.174,-13.377 -10.174,-8.29C-10.174,-3.392 -5.652,-2.261 -0.377,-1.319C4.334,-0.377 8.667,0 8.667,4.333C8.667,8.101 4.521,9.608 0.188,9.608C-4.145,9.608 -8.29,8.29 -10.551,6.406L-11.305,8.478C-8.667,10.739 -3.956,12.058 0.565,12.058C6.406,12.058 12.059,9.797 12.059,4.71C12.247,-1.884 6.406,-2.45 0,-3.58", style: { fillRule: 'nonzero' } }) })), (0, jsx_runtime_1.jsx)("g", __assign({ transform: "matrix(0.470351,0,0,0.376281,-3.71936,0.129871)" }, { children: (0, jsx_runtime_1.jsx)("rect", { x: "392.269", y: "74.762", width: "13.377", height: "2.261" }) }))] })) }))); };
|
307
318
|
exports.default = LasikEyesLogo;
|
308
319
|
//# sourceMappingURL=LasikEyesLogo.js.map
|