contentoh-components-library 21.0.11 → 21.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.development +3 -18
- package/.env.production +1 -16
- package/CHANGELOG.md +0 -40
- package/dist/assets/images/carouselImagesLogin/login2.svg +117 -0
- package/dist/assets/images/carouselImagesLogin/login3.svg +147 -0
- package/dist/assets/images/carouselImagesLogin/loginImage.svg +301 -0
- package/dist/components/atoms/ActivedFilter/ActivedFilter.stories.js +1 -7
- package/dist/components/atoms/ActivedFilter/index.js +4 -12
- package/dist/components/atoms/AsignationOption/AsignationOptions.stories.js +1 -7
- package/dist/components/atoms/AsignationOption/index.js +21 -33
- package/dist/components/atoms/AsignationOption/styles.js +1 -1
- package/dist/components/atoms/AtomList/AtomList.stories.js +1 -7
- package/dist/components/atoms/AtomList/index.js +9 -14
- package/dist/components/atoms/Avatar/AsignationImage.stories.js +1 -7
- package/dist/components/atoms/Avatar/index.js +8 -11
- package/dist/components/atoms/Card/Card.stories.js +1 -7
- package/dist/components/atoms/Card/index.js +4 -8
- package/dist/components/atoms/CheckBox/CheckBox.stories.js +1 -7
- package/dist/components/atoms/CheckBox/index.js +13 -19
- package/dist/components/atoms/CustomerTypeImage/CustomerTypeImage.stories.js +1 -7
- package/dist/components/atoms/CustomerTypeImage/index.js +6 -8
- package/dist/components/atoms/DropDownButton/DropDownButton.stories.js +1 -7
- package/dist/components/atoms/DropDownButton/index.js +6 -9
- package/dist/components/atoms/EditField/EditField.stories.js +1 -7
- package/dist/components/atoms/EditField/index.js +10 -17
- package/dist/components/atoms/FeatureTag/FeatureTag.stories.js +1 -7
- package/dist/components/atoms/FeatureTag/index.js +5 -11
- package/dist/components/atoms/GeneralButton/GeneralButton.stories.js +1 -7
- package/dist/components/atoms/GeneralButton/index.js +6 -13
- package/dist/components/atoms/GeneralButton/styles.js +2 -4
- package/dist/components/atoms/GeneralInput/GeneralInput.stories.js +1 -7
- package/dist/components/atoms/GeneralInput/index.js +36 -89
- package/dist/components/atoms/GeneralInput/styles.js +1 -7
- package/dist/components/atoms/GeneralTextBox/GeneralTextBox.stories.js +1 -7
- package/dist/components/atoms/GeneralTextBox/index.js +7 -12
- package/dist/components/atoms/GenericModal/GenericModal.stories.js +59 -46
- package/dist/components/atoms/GenericModal/index.js +8 -15
- package/dist/components/atoms/GenericModal/styles.js +1 -1
- package/dist/components/atoms/GradientPanel/GradientPanel.stories.js +80 -85
- package/dist/components/atoms/GradientPanel/index.js +7 -11
- package/dist/components/atoms/Graphic/Graphic.stories.js +1 -7
- package/dist/components/atoms/Graphic/index.js +5 -9
- package/dist/components/atoms/ListCommercialRetailers/ListCommercialRetailers.stories.js +36 -0
- package/dist/components/atoms/ListCommercialRetailers/index.js +64 -0
- package/dist/components/atoms/ListCommercialRetailers/styles.js +20 -0
- package/dist/components/atoms/LoadImageMenu/LoadImageMenu.stories.js +1 -7
- package/dist/components/atoms/LoadImageMenu/index.js +22 -33
- package/dist/components/atoms/LogoImage/LogoImage.stories.js +1 -7
- package/dist/components/atoms/LogoImage/index.js +6 -8
- package/dist/components/atoms/MenuCommercialRetailers/MenuCommercialRetailers.stories.js +37 -0
- package/dist/components/atoms/MenuCommercialRetailers/index.js +25 -0
- package/dist/components/{molecules/RetailerSelector → atoms/MenuCommercialRetailers}/styles.js +1 -1
- package/dist/components/atoms/MenuNotification/MenuNotification.stories.js +1 -7
- package/dist/components/atoms/MenuNotification/index.js +15 -21
- package/dist/components/atoms/MenuProductImage/MenuProductImage.stories.js +28 -0
- package/dist/components/atoms/MenuProductImage/index.js +88 -0
- package/dist/components/atoms/MenuProductImage/styles.js +20 -0
- package/dist/components/atoms/MenuProfile/MenuProfile.stories.js +1 -7
- package/dist/components/atoms/MenuProfile/index.js +15 -25
- package/dist/components/atoms/Notification/Notification.stories.js +1 -5
- package/dist/components/atoms/Notification/index.js +9 -15
- package/dist/components/atoms/PriorityFlag/PriorityFlag.stories.js +1 -7
- package/dist/components/atoms/PriorityFlag/index.js +5 -9
- package/dist/components/atoms/ProductImage/ProductImage.stories.js +1 -7
- package/dist/components/atoms/ProductImage/index.js +8 -11
- package/dist/components/atoms/ProductImage/styles.js +1 -1
- package/dist/components/atoms/ProductPercentCard/Percent.stories.js +1 -7
- package/dist/components/atoms/ProductPercentCard/index.js +14 -21
- package/dist/components/atoms/ProgressBar/ProgressBar.stories.js +1 -7
- package/dist/components/atoms/ProgressBar/index.js +4 -9
- package/dist/components/atoms/ProgressBar/styles.js +5 -3
- package/dist/components/atoms/ScreenHeader/ScreenHeader.stories.js +1 -7
- package/dist/components/atoms/ScreenHeader/index.js +3 -9
- package/dist/components/atoms/ScreenHeader/styles.js +1 -1
- package/dist/components/atoms/SideMenuButton/SideMenuButton.stories.js +1 -5
- package/dist/components/atoms/SideMenuButton/index.js +4 -10
- package/dist/components/atoms/StatusTag/StatusTag.stories.js +1 -7
- package/dist/components/atoms/StatusTag/index.js +3 -43
- package/dist/components/atoms/StatusTag/styles.js +1 -1
- package/dist/components/atoms/TabSection/TabSection.stories.js +1 -7
- package/dist/components/atoms/TabSection/index.js +3 -8
- package/dist/components/atoms/ValidationPanel/ValidationPanel.stories.js +1 -7
- package/dist/components/atoms/ValidationPanel/index.js +28 -41
- package/dist/components/atoms/VerticalSideMenuMainPage/VerticalSideMenuMainPage.stories.js +22 -0
- package/dist/components/atoms/VerticalSideMenuMainPage/index.js +49 -0
- package/dist/components/atoms/{Commentary → VerticalSideMenuMainPage}/styles.js +1 -6
- package/dist/components/molecules/AddProvidersAndProducts/AddProvidersAndProducts.stories.js +1 -5
- package/dist/components/molecules/AddProvidersAndProducts/index.js +12 -18
- package/dist/components/molecules/ApproveRejetPanel/ApproveRejetPanel.stories.js +25 -0
- package/dist/components/molecules/ApproveRejetPanel/index.js +49 -0
- package/dist/components/{atoms/CharCounter → molecules/ApproveRejetPanel}/styles.js +1 -3
- package/dist/components/molecules/AssignedWork/AssignedWork.stories.js +1 -5
- package/dist/components/molecules/AssignedWork/index.js +30 -36
- package/dist/components/molecules/AvatarAndValidation/AvatarAndValidation.stories.js +1 -7
- package/dist/components/molecules/AvatarAndValidation/index.js +17 -32
- package/dist/components/molecules/AvatarAndValidation/styles.js +1 -1
- package/dist/components/molecules/CarouselImagesLogin/CarouselImagesLogin.stories.js +1 -5
- package/dist/components/molecules/CarouselImagesLogin/index.js +16 -20
- package/dist/components/molecules/EditionActiveImage/EditionActiveImage.stories.js +1 -7
- package/dist/components/molecules/EditionActiveImage/index.js +10 -14
- package/dist/components/molecules/FeaturesBar/FeaturesBar.stories.js +1 -7
- package/dist/components/molecules/FeaturesBar/index.js +9 -11
- package/dist/components/molecules/GalleryElement/GalleryElement.stories.js +1 -7
- package/dist/components/molecules/GalleryElement/index.js +32 -99
- package/dist/components/molecules/GalleryElement/styles.js +1 -1
- package/dist/components/molecules/GalleryHeader/GalleryHeader.stories.js +1 -7
- package/dist/components/molecules/GalleryHeader/index.js +6 -46
- package/dist/components/molecules/GalleryHeader/styles.js +1 -1
- package/dist/components/molecules/HeaderTop/HeaderTop.stories.js +1 -7
- package/dist/components/molecules/HeaderTop/index.js +7 -10
- package/dist/components/molecules/ImageSelector/ImageSelector.stories.js +1 -7
- package/dist/components/molecules/ImageSelector/index.js +14 -14
- package/dist/components/molecules/LoginPasswordStrength/LoginPasswordStrength.stories.js +1 -7
- package/dist/components/molecules/LoginPasswordStrength/index.js +38 -60
- package/dist/components/molecules/ParentComponent/ParentComponent.stories.js +2 -10
- package/dist/components/molecules/ParentComponent/index.js +5 -9
- package/dist/components/molecules/PayMethod/PayMethod.stories.js +1 -7
- package/dist/components/molecules/PayMethod/index.js +33 -38
- package/dist/components/molecules/PlanSelection/PlanSelection.stories.js +1 -7
- package/dist/components/molecules/PlanSelection/index.js +11 -14
- package/dist/components/molecules/ProductNameHeader/ProductNameHeader.stories.js +1 -7
- package/dist/components/molecules/ProductNameHeader/index.js +15 -18
- package/dist/components/molecules/ProductNotification/ProductNotification.stories.js +1 -7
- package/dist/components/molecules/ProductNotification/index.js +9 -12
- package/dist/components/molecules/ProfileHeader/ProfileHeader.stories.js +1 -5
- package/dist/components/molecules/ProfileHeader/index.js +15 -21
- package/dist/components/molecules/SidebarNotification/SidebarNotification.stories.js +1 -5
- package/dist/components/molecules/SidebarNotification/index.js +37 -43
- package/dist/components/molecules/StatusAsignationInfo/StatusAsignationInfo.stories.js +1 -7
- package/dist/components/molecules/StatusAsignationInfo/index.js +76 -113
- package/dist/components/molecules/StatusAsignationInfo/styles.js +1 -1
- package/dist/components/molecules/TableHeader/TableHeader.stories.js +1 -7
- package/dist/components/molecules/TableHeader/index.js +10 -21
- package/dist/components/molecules/TableHeader/styles.js +1 -1
- package/dist/components/molecules/TableRow/TableRow.stories.js +1 -7
- package/dist/components/molecules/TableRow/index.js +7 -11
- package/dist/components/molecules/TabsMenu/TabsMenu.stories.js +1 -7
- package/dist/components/molecules/TabsMenu/index.js +10 -13
- package/dist/components/molecules/TagAndInput/TagAndInput.stories.js +1 -7
- package/dist/components/molecules/TagAndInput/index.js +12 -38
- package/dist/components/organisms/FullProductNameHeader/FullProductNameHeader.stories.js +1 -7
- package/dist/components/organisms/FullProductNameHeader/index.js +16 -45
- package/dist/components/organisms/FullTabsMenu/FullTabsMenu.stories.js +1 -7
- package/dist/components/organisms/FullTabsMenu/index.js +13 -30
- package/dist/components/organisms/Fullplan/FullPlan.stories.js +1 -7
- package/dist/components/organisms/Fullplan/index.js +15 -23
- package/dist/components/organisms/ImageDataTable/ImageDataTable.stories.js +1 -7
- package/dist/components/organisms/ImageDataTable/index.js +18 -96
- package/dist/components/organisms/ImagePreviewer/ImagePreviewer.stories.js +1 -7
- package/dist/components/organisms/ImagePreviewer/index.js +8 -12
- package/dist/components/organisms/ImagesGroup/index.js +1 -5
- package/dist/components/organisms/InputGroup/InputGroup.stories.js +1 -7
- package/dist/components/organisms/InputGroup/index.js +26 -49
- package/dist/components/organisms/InputGroup/styles.js +1 -1
- package/dist/components/organisms/ProductImageModal/ProductImageModal.stories.js +1 -7
- package/dist/components/organisms/ProductImageModal/index.js +41 -54
- package/dist/components/organisms/ProductImageModal/styles.js +1 -1
- package/dist/components/pages/ChangePasswordLogin/ChangePasswordLogin.stories.js +1 -5
- package/dist/components/pages/ChangePasswordLogin/index.js +33 -36
- package/dist/components/pages/CustomerLogin/CustomerLogin.stories.js +47 -52
- package/dist/components/pages/CustomerLogin/index.js +12 -18
- package/dist/components/pages/CustomerPayMethod/CustomerPayMethod.stories.js +28 -36
- package/dist/components/pages/CustomerPayMethod/index.js +12 -18
- package/dist/components/pages/CustomerType/CustomerType.stories.js +22 -21
- package/dist/components/pages/CustomerType/index.js +12 -18
- package/dist/components/pages/EmailResetPassword/EmailResetPassword.stories.js +1 -5
- package/dist/components/pages/EmailResetPassword/index.js +39 -49
- package/dist/components/pages/OnboardPlan/OnboardPlan.stories.js +9 -12
- package/dist/components/pages/OnboardPlan/index.js +12 -18
- package/dist/components/pages/RegistrationLoginFirstStep/RegistrationLoginFirstStep.stories.js +1 -5
- package/dist/components/pages/RegistrationLoginFirstStep/index.js +104 -155
- package/dist/components/pages/RegistrationLoginSecondStep/RegistrationLoginSecondStep.stories.js +1 -5
- package/dist/components/pages/RegistrationLoginSecondStep/index.js +63 -74
- package/dist/components/pages/RegistrationLoginThirdStep/RegistrationLoginThirdStep.stories.js +1 -5
- package/dist/components/pages/RegistrationLoginThirdStep/index.js +65 -79
- package/dist/components/pages/RetailerPlan/RetailerPlan.stories.js +10 -13
- package/dist/components/pages/RetailerPlan/index.js +12 -18
- package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +311 -98
- package/dist/components/pages/RetailerProductEdition/index.js +82 -1640
- package/dist/components/pages/RetailerProductEdition/styles.js +1 -1
- package/dist/components/pages/VerificationCodeResetPassword/VerificationCodeResetPassword.stories.js +1 -5
- package/dist/components/pages/VerificationCodeResetPassword/index.js +51 -62
- package/dist/global-files/data.js +53 -190
- package/dist/global-files/variables.js +0 -1
- package/package.json +5 -19
- package/src/assets/images/approveRejetPanel/approveRejetPanelCancel.svg +4 -0
- package/src/assets/images/approveRejetPanel/approveRejetPanelDelete.svg +14 -0
- package/src/assets/images/approveRejetPanel/approveRejetPanelExclude.svg +3 -0
- package/src/assets/images/approveRejetPanel/approveRejetPanelSave.svg +4 -0
- package/src/assets/images/listCommercialRetailers/listCommercialRetailers.svg +3 -0
- package/src/assets/images/menuProductImage/menuProductImage.svg +9 -0
- package/src/assets/images/menuProductImage/menuProductImageButton.svg +3 -0
- package/src/assets/images/registrationLoginFirstStep/countrySelectArgentina.svg +1 -0
- package/src/assets/images/registrationLoginFirstStep/countrySelectColombia.svg +1 -0
- package/src/assets/images/registrationLoginFirstStep/countrySelectCostaRica.svg +1 -0
- package/src/assets/images/registrationLoginFirstStep/countrySelectEcuador.svg +1 -0
- package/src/assets/images/registrationLoginFirstStep/countrySelectElSalvador.svg +2364 -0
- package/src/assets/images/registrationLoginFirstStep/countrySelectHonduras.svg +1 -0
- package/src/assets/images/registrationLoginFirstStep/countrySelectMexico.svg +373 -0
- package/src/assets/images/registrationLoginFirstStep/countrySelectPanam/303/241.svg +1 -0
- package/src/assets/images/registrationLoginFirstStep/countrySelectPer/303/272.svg +1 -0
- package/src/assets/images/verticalSideMenuMainPage/verticalSideMenuMainPageFAQS.svg +12 -0
- package/src/assets/images/verticalSideMenuMainPage/verticalSideMenuMainPageFocusProduct.svg +11 -0
- package/src/assets/images/verticalSideMenuMainPage/verticalSideMenuMainPageGroup.svg +3 -0
- package/src/assets/images/verticalSideMenuMainPage/verticalSideMenuMainPageLogo.svg +12 -0
- package/src/assets/images/verticalSideMenuMainPage/verticalSideMenuMainPageSpeedometer.svg +12 -0
- package/src/assets/images/verticalSideMenuMainPage/verticalSideMenuMainPageTask.svg +10 -0
- package/src/components/atoms/AsignationOption/index.js +5 -7
- package/src/components/atoms/AsignationOption/styles.js +1 -9
- package/src/components/atoms/CheckBox/index.js +2 -8
- package/src/components/atoms/GeneralButton/index.js +2 -9
- package/src/components/atoms/GeneralButton/styles.js +0 -23
- package/src/components/atoms/GeneralInput/index.js +21 -71
- package/src/components/atoms/GeneralInput/styles.js +1 -11
- package/src/components/atoms/GenericModal/index.js +2 -2
- package/src/components/atoms/GenericModal/styles.js +2 -10
- package/src/components/atoms/ListCommercialRetailers/ListCommercialRetailers.stories.js +17 -0
- package/src/components/atoms/ListCommercialRetailers/index.js +45 -0
- package/src/components/atoms/ListCommercialRetailers/styles.js +36 -0
- package/src/components/atoms/MenuCommercialRetailers/MenuCommercialRetailers.stories.js +19 -0
- package/src/components/atoms/MenuCommercialRetailers/index.js +14 -0
- package/src/components/atoms/MenuCommercialRetailers/styles.js +24 -0
- package/src/components/atoms/MenuProductImage/MenuProductImage.stories.js +14 -0
- package/src/components/atoms/MenuProductImage/index.js +63 -0
- package/src/components/atoms/MenuProductImage/styles.js +66 -0
- package/src/components/atoms/PriorityFlag/index.js +1 -1
- package/src/components/atoms/ProductImage/styles.js +1 -1
- package/src/components/atoms/ProgressBar/index.js +2 -2
- package/src/components/atoms/ProgressBar/styles.js +3 -54
- package/src/components/atoms/ScreenHeader/index.js +3 -7
- package/src/components/atoms/ScreenHeader/styles.js +2 -9
- package/src/components/atoms/StatusTag/index.js +2 -30
- package/src/components/atoms/StatusTag/styles.js +3 -15
- package/src/components/atoms/ValidationPanel/index.js +3 -3
- package/src/components/atoms/VerticalSideMenuMainPage/VerticalSideMenuMainPage.stories.js +12 -0
- package/src/components/atoms/VerticalSideMenuMainPage/index.js +23 -0
- package/src/components/atoms/VerticalSideMenuMainPage/styles.js +24 -0
- package/src/components/molecules/ApproveRejetPanel/ApproveRejetPanel.stories.js +14 -0
- package/src/components/molecules/ApproveRejetPanel/index.js +36 -0
- package/src/components/molecules/ApproveRejetPanel/styles.js +13 -0
- package/src/components/molecules/AvatarAndValidation/index.js +6 -24
- package/src/components/molecules/AvatarAndValidation/styles.js +1 -1
- package/src/components/molecules/FeaturesBar/index.js +7 -10
- package/src/components/molecules/GalleryElement/index.js +36 -75
- package/src/components/molecules/GalleryElement/styles.js +11 -38
- package/src/components/molecules/GalleryHeader/index.js +8 -14
- package/src/components/molecules/GalleryHeader/styles.js +0 -16
- package/src/components/molecules/ImageSelector/index.js +3 -2
- package/src/components/molecules/ProductNameHeader/index.js +2 -1
- package/src/components/molecules/StatusAsignationInfo/index.js +38 -62
- package/src/components/molecules/StatusAsignationInfo/styles.js +2 -12
- package/src/components/molecules/TableHeader/index.js +3 -16
- package/src/components/molecules/TableHeader/styles.js +0 -5
- package/src/components/molecules/TagAndInput/index.js +0 -24
- package/src/components/organisms/FullProductNameHeader/index.js +7 -28
- package/src/components/organisms/FullTabsMenu/index.js +4 -16
- package/src/components/organisms/ImageDataTable/index.js +11 -89
- package/src/components/organisms/InputGroup/index.js +11 -46
- package/src/components/organisms/InputGroup/styles.js +0 -3
- package/src/components/organisms/ProductImageModal/index.js +12 -20
- package/src/components/organisms/ProductImageModal/styles.js +0 -3
- package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +315 -95
- package/src/components/pages/RetailerProductEdition/index.js +46 -1235
- package/src/components/pages/RetailerProductEdition/styles.js +4 -67
- package/src/global-files/data.js +57 -138
- package/src/global-files/global-styles.css +0 -1
- package/src/global-files/variables.js +0 -1
- package/dist/assets/images/generalButton/downloadIcon.svg +0 -3
- package/dist/assets/images/modalsSVGs/attributesSent.svg +0 -208
- package/dist/assets/images/modalsSVGs/descriptionSent.svg +0 -237
- package/dist/assets/images/modalsSVGs/providerSent.svg +0 -445
- package/dist/assets/images/modalsSVGs/uploadingImages.svg +0 -148
- package/dist/components/atoms/CharCounter/CharCounter.stories.js +0 -31
- package/dist/components/atoms/CharCounter/index.js +0 -22
- package/dist/components/atoms/Commentary/Commentary.stories.js +0 -1
- package/dist/components/atoms/Commentary/index.js +0 -23
- package/dist/components/atoms/Input/index.js +0 -26
- package/dist/components/atoms/Input/style.js +0 -26
- package/dist/components/atoms/InputFormatter/Wysiwyg.stories.js +0 -30
- package/dist/components/atoms/InputFormatter/index.js +0 -185
- package/dist/components/atoms/InputFormatter/styles.js +0 -33
- package/dist/components/atoms/LabelToInput/index.js +0 -53
- package/dist/components/atoms/LabelToInput/style.js +0 -22
- package/dist/components/atoms/Loading/index.js +0 -26
- package/dist/components/atoms/Loading/styles.js +0 -22
- package/dist/components/atoms/Percent/Percent.stories.js +0 -39
- package/dist/components/atoms/Percent/index.js +0 -39
- package/dist/components/atoms/Percent/styles.js +0 -20
- package/dist/components/atoms/Select/index.js +0 -39
- package/dist/components/atoms/Select/style.js +0 -32
- package/dist/components/molecules/RetailerSelector/RetailerSelector.stories.js +0 -48
- package/dist/components/molecules/RetailerSelector/index.js +0 -74
- package/dist/components/molecules/TextAndGradient/TextAndGradient.stories.js +0 -31
- package/dist/components/molecules/TextAndGradient/index.js +0 -36
- package/dist/components/molecules/TextAndGradient/styles.js +0 -18
- package/dist/global-files/fonts.css +0 -45
- package/dist/global-files/global-styles.css +0 -41
- package/src/assets/images/generalButton/downloadIcon.svg +0 -3
- package/src/assets/images/modalsSVGs/attributesSent.svg +0 -208
- package/src/assets/images/modalsSVGs/descriptionSent.svg +0 -237
- package/src/assets/images/modalsSVGs/providerSent.svg +0 -445
- package/src/assets/images/modalsSVGs/uploadingImages.svg +0 -148
- package/src/components/atoms/CharCounter/CharCounter.stories.js +0 -11
- package/src/components/atoms/CharCounter/index.js +0 -13
- package/src/components/atoms/CharCounter/styles.js +0 -10
- package/src/components/atoms/Commentary/Commentary.stories.js +0 -0
- package/src/components/atoms/Commentary/index.js +0 -9
- package/src/components/atoms/Commentary/styles.js +0 -16
- package/src/components/atoms/Input/index.js +0 -15
- package/src/components/atoms/Input/style.js +0 -31
- package/src/components/atoms/InputFormatter/Wysiwyg.stories.js +0 -12
- package/src/components/atoms/InputFormatter/index.js +0 -141
- package/src/components/atoms/InputFormatter/styles.js +0 -40
- package/src/components/atoms/LabelToInput/index.js +0 -26
- package/src/components/atoms/LabelToInput/style.js +0 -41
- package/src/components/atoms/Loading/index.js +0 -12
- package/src/components/atoms/Loading/styles.js +0 -57
- package/src/components/atoms/Select/index.js +0 -35
- package/src/components/atoms/Select/style.js +0 -76
- package/src/components/molecules/RetailerSelector/RetailerSelector.stories.js +0 -35
- package/src/components/molecules/RetailerSelector/index.js +0 -63
- package/src/components/molecules/RetailerSelector/styles.js +0 -18
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="640" height="480" viewBox="0 0 640 480"><path fill="#0073cf" d="M0 0h640v480H0z"/><path fill="#fff" d="M0 160h640v160H0z"/><g id="c" fill="#0073cf" transform="translate(320 240) scale(26.66665)"><g id="b"><path id="a" d="M-.31-.05l.477.156L0-1z"/><use width="100%" height="100%" transform="scale(-1 1)" xlink:href="#a"/></g><use width="100%" height="100%" transform="rotate(72)" xlink:href="#b"/><use width="100%" height="100%" transform="rotate(-72)" xlink:href="#b"/><use width="100%" height="100%" transform="rotate(144)" xlink:href="#b"/><use width="100%" height="100%" transform="rotate(-144)" xlink:href="#b"/></g><use width="100%" height="100%" transform="translate(133.333 -42.666)" xlink:href="#c"/><use width="100%" height="100%" transform="translate(133.333 37.333)" xlink:href="#c"/><use width="100%" height="100%" transform="translate(-133.333 -42.666)" xlink:href="#c"/><use width="100%" height="100%" transform="translate(-133.333 37.333)" xlink:href="#c"/></svg>
|
|
@@ -0,0 +1,373 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://web.resource.org/cc/" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:svg="http://www.w3.org/2000/svg" id="svg3337" height="140mm" width="245mm">
|
|
3
|
+
<rect id="rect880" fill-rule="evenodd" height="496.06" width="868.11" y="-.000061" x="0" stroke-width="1pt" fill="#fff"/>
|
|
4
|
+
<g id="g877" transform="matrix(.37590 0 0 .37590 182.64 298.58)">
|
|
5
|
+
<path id="path723" d="m398.4-85.658c0.19-0.252 8.76-15.252 7.74-12.836 3.95 3.024 11.16 0.158 5.93-6.646 1.27-2.75 2.87-4.85 4.15-7.6 2.87-5.38-3.28-7.7-5.72-3.98-1.49 2.85-2.93 4.55-4.42 7.4-7.76-3.68-8.26 4.98-4.55 6.49-1.65 2.33-4.45 6.176-6.1 8.508 0.99 2.888 1.98 5.776 2.97 8.664z" fill="#9c4314" fill-rule="evenodd"/>
|
|
6
|
+
<path id="path724" d="m397.37-89.011c-0.25-0.189-15.37-8.544-12.94-7.563 2.97-3.986 0-11.156-6.73-5.826-2.77-1.24-4.89-2.82-7.66-4.05-5.42-2.79-7.66 3.39-3.9 5.78 2.88 1.446 4.59 2.858 7.46 4.308-3.57 7.809 5.1 8.197 6.56 4.464 2.36 1.614 11.48 6.903 13.84 8.517 2.87-1.029 0.5-4.601 3.37-5.63z" fill="#9c4314" fill-rule="evenodd"/>
|
|
7
|
+
<path id="path721" d="m452.07 2.6474c0.05-0.314 0.44-17.585 0.7-14.976 4.91 0.779 9.88-5.174 2.04-8.664-0.19-3.025 0.22-5.634 0.03-8.661-0.04-6.104-6.56-5.212-6.92-0.778 0.05 3.218-0.41 5.394-0.36 8.612-8.58 0.457-4.9 8.316-0.92 7.878-0.33 2.835-0.97 7.5494-1.31 10.384 2.25 2.0684 4.49 4.1374 6.74 6.2054z" fill="#9c4314" fill-rule="evenodd"/>
|
|
8
|
+
<path id="path722" d="m449.57 0.18644c-0.31-0.045-17.59-0.189-14.98-0.485 0.71-4.922-5.31-9.8084-8.69-1.921-3.03 0.233-5.64-0.143-8.66 0.091-6.11 0.124-5.12 6.63-0.68 6.935 3.21-0.094 5.39 0.331 8.61 0.237 0.58 8.5676 8.39 4.78 7.89 0.802 2.84 0.298 11.7 1.224 14.54 1.522 2.04-2.274-0.06-4.907 1.97-7.181z" fill="#9c4314" fill-rule="evenodd"/>
|
|
9
|
+
<path id="path691" d="m628.31 59.395s5.92 7.998 8.59 8.294c8.29 0.592 74.06 0 74.06 0 0-0.099 2.36-1.382 2.36-1.481 2.18-2.765 1.98-4.345 4.15-7.11 3.46-3.456 8.39-4.542 11.85-7.998 14.81-3.555 28.14-7.109 42.96-9.479-1.19-8.788-10.08-6.912-14.82-10.368-1.48-1.383-1.18-2.765-0.29-4.148 10.96-5.036 21.92-10.071 32.88-15.107v-3.5546c-23.31 2.7646-44.83 7.3056-69.91 8.2936-28.54 11.751-57.08 23.501-85.61 35.252-2.08 2.469-4.15 4.937-6.22 7.406z" fill-rule="evenodd" stroke="#000" stroke-width="2.5" fill="#42b2f3"/>
|
|
10
|
+
<path id="path610" d="m391.62-97.904h-0.3c1.49 0 0.31 0.099 0-3.556" stroke="#000" stroke-width="1pt" fill="none"/>
|
|
11
|
+
<path id="path611" d="m392.89-93.966c-4.44-15.704-11.63-29.454-28.38-33.524-3.14-0.72-5.38-9.69-0.14-9.27 2.96 1.18 0.06-0.56 3.02 0.62 2.93 1.05 7.5-1.26 5.62-6.26 0-0.59-5.6-10.52-5.6-10.81-1.04-1.14 0.9-7.5 5.93-4.15 2.37 1.56 4.74 5.21 8.16 5.92 1.25-0.2 2.08-4.11 1.87-7.13 0-0.29 0.3-10.23 0.3-10.23-1.19-6 4.11-9.05 8.37-4.57 0.29 1.48-0.04 1.49 0.26 2.98 0.97 1.98 2.16 2.29 3.55 0.29 1.88-1.87 3.75-3.75 5.63-5.63 3.34-1.24 5.43-2.48 5.63 4.45 0 0-4.61 5.78-6.79 7.87-1.14 1.68-3.6 3.96 0.68 5.21 0.29 0 6.11 0.84 6.11 0.84 3.98 1.66 4.4 6.03 1.47 6.43 0 0-3.11 3.62-8.55 6.64-1.68 1.35-3.06 2.96-1.59 4.81 3.14 1.22 2.14 0.05 7.5 0.05 4.52-1.04 4.1 10.03-4.07 9.28-2.44 0.58-5.67 0.34-6.99 4.25-0.6 3.04-0.74 8.88-0.74 10.36-0.51 7.06 0.53 16.835 0.53 17.131 0.59 5.036-1.19 3.258-1.78 4.443z" fill-rule="evenodd" stroke="#286726" stroke-width="4.625" fill="#008d00"/>
|
|
12
|
+
<path id="path612" d="m441.38-3.6316c-0.58-0.737-15.42-17.004-32.57-15.176-3.2 0.388-8.33-7.306-3.26-8.68 3.19 0.116 0.71-0.34 3.89-0.224 2.7-1.891-2.17-7.708-4.38-5.688-0.19-0.557-5.87 1.216-8.28 0.727-7.45-0.714-10.71-9.04-5.26-12.197 3.38 1.293 9.78 1.413 13.24 0.935 3.42-1.041 1.84-4.154-1.48-4.619-4.71-0.698-23.73-5.333-22.05-7.64-3.15-5.238-0.03-9.277 5.49-6.494 4.56 2.762 5.09 1.211 3.98-0.85-1.35-3.916-2.65-2.977-2.85-6.376-0.33-2.19 0.38-4.17 3.61-2.793 1.36-1.148 3.61 7.053 12.08 3.944 1.56 1.309 2.9-8.873 8.77-7.324 4.41 1.363 1.4 5.944 2.26 12.411 0.7 4.26 4.96 3.282 5.55 1.07-0.93-9.787 8.64-9.958 9.73-6.652 0.91 2.417 1.73 9.001 0.57 15.19-0.63 3.146-0.13 9.39 1.88 10.635 3.37 0.089 1.19-0.675 3.51-4.162 3.9-2.512 9.97 6.585 2.87 11.153-7.49 1.615 4.24 30.162 5.23 31.755-1.08 1.1684-2.37-0.2596-2.53 1.0554z" fill-rule="evenodd" stroke="#286726" stroke-width="4.625" fill="#008d00"/>
|
|
13
|
+
<path id="path702" d="m533.4 72.726c0-0.318-2.32-17.436-1.65-14.9 4.97 0 8.95-6.658 0.66-8.877-0.66-2.958-0.66-5.6-1.33-8.559-0.99-6.023-7.29-4.121-6.96 0.316 0.56 3.171 0.44 5.391 1 8.562-8.4 1.795-3.54 8.981 0.33 7.924 0.11 2.853 0.22 7.608 0.33 10.461l7.62 5.073z" fill="#9c4314" fill-rule="evenodd"/>
|
|
14
|
+
<path id="path720" d="m533.1 70.707c-0.32 0.004-17.4 2.568-14.87 1.868-0.07-4.972-6.79-8.855-8.89-0.536-2.95 0.704-5.59 0.742-8.54 1.447-6.01 1.078-4.02 7.35 0.42 6.956 3.16-0.597 5.38-0.519 8.54-1.116 1.92 8.372 9.03 3.408 7.92-0.444 2.85-0.15 11.75-0.624 14.6-0.775 1.66-2.565-0.83-4.835 0.82-7.4z" fill="#9c4314" fill-rule="evenodd"/>
|
|
15
|
+
<path id="path637" d="m527.27-22.91c41.81 24.682 52.56 21.098 50.81 10.163 2.01 0 2.44 1.745 8.38-2.629-0.83 16.17 16.78 25.466 27.51 23.515 9.69 0.6254 8.44 13.435 8.44 13.435 0.59 13.107-3.82 18.404-3.23 31.512-0.15 0-0.3-1.562-0.45-1.562-11.91-2.834-35.39-3.168-44.18-5.065 40.3-27.494-31-28.247-37.37-29.184-4.82-0.625-1.38-5.311 1.43-6.561 22.18-4.3736-20.85-25.381-19.73-27.88-2.63-1.562 0.18-2.812 0.18-2.812 2.95-1.915 5.27-1.017 8.21-2.932z" fill-rule="evenodd" stroke="#000" stroke-width="2.625" fill="#33b1e9"/>
|
|
16
|
+
<path id="path643" d="m631.68-1.9976c-7.27 0-13.12 5.852-13.12 13.122-2.19 9.998-1.88 24.057 0 37.491 0 7.269 5.85 13.122 13.12 13.122 28.95 3.124 60.09 2.187 86.85 0 7.27 0 13.13-5.853 13.13-13.122 3.43-11.872 2.49-24.369 0-37.491 0-7.2696-5.86-13.122-13.13-13.122-28.95-1.2496-58.53-2.8116-86.85 0.0004z" fill-rule="evenodd" stroke="#000" stroke-width="3.75" fill="#983d25"/>
|
|
17
|
+
<path id="path1138" stroke-linejoin="round" d="m533.89-358.88c-6.61 5.72-13.21 11.44-19.82 17.16-8.14 3.6-16.99 8.08-10.62 27.25-3.71 24.6 16.11 28.49 33.45 23.36 2.88-6.37 3.8-10.77 6.69-17.14-7.67-1.18-11.77 1.51-18.73 1.03-4.78-0.76-5.13-4.36-3.36-6.72 7.49-3.71 14.27-7.25 21.76-10.97-0.17-1.12-0.35-0.29-0.53-1.41-6.19 3.18-10.61 4.24-17.16 6.9-5.19 1.83-6.66-4.84-4.6-7.79 0 0 13.45-19.29 13.45-19.46 1.12-4.06 0.34-10.89-0.53-12.21z" fill-rule="evenodd" stroke="#000003" stroke-linecap="round" stroke-width="2.5" fill="#268728"/>
|
|
18
|
+
<path id="path614" d="m275.88 473.6a10.383 10.383 0 1 0 -20.76 0 10.383 10.383 0 1 0 20.76 0h-10.38z" fill-rule="evenodd" transform="translate(313.41 -495.3)" stroke="#000" stroke-width="2.5" fill="#fff"/>
|
|
19
|
+
<path id="path615" d="m275.88 473.6a10.383 10.383 0 1 0 -20.76 0 10.383 10.383 0 1 0 20.76 0h-10.38z" fill-rule="evenodd" transform="matrix(.94286 0 0 .94286 279.93 -429.08)" stroke="#000" stroke-width="2.6515" fill="#fff"/>
|
|
20
|
+
<path id="path616" d="m275.88 473.6a10.383 10.383 0 1 0 -20.76 0 10.383 10.383 0 1 0 20.76 0h-10.38z" fill-rule="evenodd" transform="matrix(.94286 0 0 .94286 523.18 -407.13)" stroke="#000" stroke-width="2.625" fill="#fff"/>
|
|
21
|
+
<path id="path1143" stroke-linejoin="round" d="m534.83-345.8c0.24 5.89 0.4 13.28 0.4 15.54-0.25-5.51-2.18-9.92-2.9-12.08 0.86-1.42 2.25-3.46 2.5-3.46z" fill-rule="evenodd" stroke="#000" stroke-width="1pt" fill="#ba4600"/>
|
|
22
|
+
<path id="path617" d="m275.88 473.6a10.383 10.383 0 1 0 -20.76 0 10.383 10.383 0 1 0 20.76 0h-10.38z" fill-rule="evenodd" transform="matrix(.94286 0 0 .94286 370.71 -395.26)" stroke="#000" stroke-width="3.8182" fill="#973100"/>
|
|
23
|
+
<path id="path618" d="m275.88 473.6a10.383 10.383 0 1 0 -20.76 0 10.383 10.383 0 1 0 20.76 0h-10.38z" fill-rule="evenodd" transform="matrix(.94286 0 0 .94286 473.94 -395.26)" stroke="#000" stroke-width="3.8182" fill="#973100"/>
|
|
24
|
+
<path id="path619" d="m275.88 473.6a10.383 10.383 0 1 0 -20.76 0 10.383 10.383 0 1 0 20.76 0h-10.38z" fill-rule="evenodd" transform="matrix(.94286 0 0 .94286 473.94 -442.73)" stroke="#000" stroke-width="3.8182" fill="#973100"/>
|
|
25
|
+
<path id="path620" d="m275.88 473.6a10.383 10.383 0 1 0 -20.76 0 10.383 10.383 0 1 0 20.76 0h-10.38z" fill-rule="evenodd" transform="matrix(.94286 0 0 .94286 371.3 -442.73)" stroke="#000" stroke-width="3.8182" fill="#973100"/>
|
|
26
|
+
<path id="path621" d="m534.86 78.038c-0.58-0.737-4.97-13.199-29.82-13.741-3.5-0.205-5.72 0.8-12.8 0.31-4.1 0.337-2.49-4.552-0.86-6.311 2.69-1.891-9.6-0.969-13.83-0.468-4.26-0.245-7.13-0.971-9.54-1.46-7.45-0.714-11.81-5.947-6.37-9.104 2.29-2.242 11.56 0.308 15.02-0.17 3.42-1.041 2.94-6.805-0.38-7.27-4.71-0.698-25.28-2.24-23.6-4.547-3.14-5.238-2.23-7.951 5.94-6.936 4.55 2.762 4.42-0.777 3.31-2.838-1.35-3.916-8.83-4.523-9.03-7.922-1.22-8.1546 4.13-9.2516 7.36-7.8746 1.37-1.148-6.11-7.527 2.36-10.636 2.1-0.66 6.43-0.146 7.89 7.588 4.41 1.363 1.36-5.075 7.34-7.692 5.12-2.147-0.34 22.944 5.77 22.72 5.26 2.142 4.22-13.714 8.63-10.629 9.52-2.4426 4.91 30.433 9.06 28.448 6.88 6.018 7.6-5.412 9.61-4.167 3.36 0.089 5.61 0.209 3.73 7.768-1.4 5.883 0.69 7.247 1.76 9.606 6.44 14.183 16.1 14.051 19.32 20.578 1.04 9.651-0.71 3.433-0.87 4.748z" fill-rule="evenodd" stroke="#286726" stroke-width="4.625" fill="#008d00"/>
|
|
27
|
+
<path id="path622" d="m653.86 99.854c-11.88 9.766-24.22 16.086-28.74 26.246 5.41-0.73 7.5-1.64 11.54-1.13 4.38-9.79 18.14-15.01 26.26-22.93-3.02-0.73-6.04-1.46-9.06-2.186z" fill-rule="evenodd" stroke="#000" stroke-width="2.5" fill="#009400"/>
|
|
28
|
+
<path id="path629" d="m685.64 100.9c10.75 9.92 24.06 15.59 28.75 26.08-5.42-0.73-7.68-1.47-10.91-0.64-4.37-9.78-18.78-15.5-26.9-23.42 3.02-0.72 6.04-1.29 9.06-2.02z" fill-rule="evenodd" stroke="#000" stroke-width="2.5" fill="#009400"/>
|
|
29
|
+
<path id="path630" d="m677.52 102.92c13.02 7.82 18.21 13.44 26.23 23.44-3.85 0.23-9.26 1.97-11.23 3.12-9.69-12.6-17.19-17.08-25.31-24.99 3.02-0.73 7.29-0.84 10.31-1.57z" fill-rule="evenodd" stroke="#000" stroke-width="2.5" fill="#fff"/>
|
|
30
|
+
<path id="path827" d="m554.63-320.04c-5.21 1.43-7.47 5.83-7.94 9.93-19.21 13.45-5.25 39.95 12.57 34.44-13.18-19.74 0-30.89 14.66-23.97 4.44 3.26 7.54 10.06 7.96 9.64 2.79-6.05 13.83-11.32 13.83-11.32s8.89 1.2 10.49-4.55c1.01-3.68 9.2-18.91 9.2-18.91-9.5-1.95-19-3.9-28.49-5.86-6.57-0.14-13.13-0.28-19.69-0.42-3.49 1.54-6.98 3.07-10.48 4.61-1.39 2.23-0.71 4.17-2.11 6.41z" stroke-opacity=".77245" fill-rule="evenodd" stroke="#000" stroke-width="2.5" fill="#ffba00"/>
|
|
31
|
+
<path id="path631" d="m666.9 103.55c13.02 7.81 18.99 15.12 27 25.12-3.52 1.04-4.72 6.85-6.69 8-6.25-12.61-16.59-23.34-27.52-34.07 3.02-0.73 4.19 1.68 7.21 0.95z" fill-rule="evenodd" stroke="#000" stroke-width="2.5" fill="#d40000"/>
|
|
32
|
+
<path id="path627" d="m661.98 102.04c-13.02 7.81-17.56 12.78-25.58 22.78 3.86 0.24 8.61 2.63 10.59 3.78 9.68-12.6 17.18-17.08 25.3-25-3.02-0.73-7.29-0.83-10.31-1.56z" fill-rule="evenodd" stroke="#000" stroke-width="2.5" fill="#fff"/>
|
|
33
|
+
<path id="path628" d="m672.6 102.67c-13.01 7.81-18.49 15.6-26.51 25.6 6.45 4.62 4.88 4.91 6.21 7.51 6.25-12.6 19.99-23.01 30.93-33.74-3.02-0.73-7.61 1.36-10.63 0.63z" fill-rule="evenodd" stroke="#000" stroke-width="2.5" fill="#d40000"/>
|
|
34
|
+
<path id="path635" d="m203.69 472.45a16.127 9.0577 0 1 0 -32.26 0 16.127 9.0577 0 1 0 32.26 0h-16.13z" fill-rule="evenodd" transform="matrix(1.0388 .33938 -.31204 1.1298 462.42 -620.98)" stroke="#000" stroke-width="2.2433" fill="#973000"/>
|
|
35
|
+
<path id="path761" d="m651.45 86.275c-9.39 6.743-22.66 15.755-32.04 22.495-1.93 1.65 6.5 3.37 9.59 1.86 9.91-6.8 15.12-11.256 25.03-18.057 1.89-1.054 3.77-2.109 5.66-3.163-4.04-0.29-4.2-2.845-8.24-3.135z" fill-rule="evenodd" stroke="#005e00" stroke-width="2.5" fill="#008d2b"/>
|
|
36
|
+
<path id="path636" d="m203.69 472.45a16.127 9.0577 0 1 0 -32.26 0 16.127 9.0577 0 1 0 32.26 0h-16.13z" fill-rule="evenodd" transform="matrix(.88202 -.34627 .41478 .92780 208.12 -324.73)" stroke="#000" stroke-width="2.5489" fill="#973000"/>
|
|
37
|
+
<path id="path756" d="m747.16-17.632c0.49-25.749 23.06-3.205 31.93-13.813 20.83-24.55 22.61-26.419 41.02-23.756 49.32 19.382-2.16 64.204-52.57 43.794-5.54-3.043-14.85-3.182-20.38-6.225z" fill-rule="evenodd" stroke="#000" stroke-width="2.6276" fill="#008d00"/>
|
|
38
|
+
<g id="g660" fill-rule="evenodd" fill="#6d390b" transform="translate(315.19 -492.21)">
|
|
39
|
+
<path id="path657" d="m619.32 390.34a7.2344 7.2344 0 1 0 -14.47 0 7.2344 7.2344 0 1 0 14.47 0h-7.23z" transform="matrix(.874 .24840 -.16470 .72013 140.99 -45.21)"/>
|
|
40
|
+
<rect id="rect659" transform="matrix(.75535 .65532 -.65532 .75535 0 0)" height="4.8229" width="15.887" y="-110.5" x="720.08" stroke-width="1pt"/>
|
|
41
|
+
</g>
|
|
42
|
+
<path id="path1192" d="m858.7-65.687l2.62 3.671 9.05-7.888-2.62-3.67-9.05 7.887z" stroke-width="1pt" fill="#6d390b" fill-rule="evenodd"/>
|
|
43
|
+
<path id="path638" d="m631.68-2.3106c15.31 4.687 26.56 60.299 41.55 65.297" stroke="#000" stroke-linecap="round" stroke-width="3.75" fill="none"/>
|
|
44
|
+
<path id="path639" d="m646.36-2.6226c15.31 4.687 26.25 60.299 41.24 65.297" stroke="#000" stroke-linecap="round" stroke-width="3.75" fill="none"/>
|
|
45
|
+
<path id="path640" d="m660.73-3.2476c15.31 4.687 26.56 60.611 41.56 65.609" stroke="#000" stroke-linecap="round" stroke-width="3.75" fill="none"/>
|
|
46
|
+
<path id="path645" d="m203.69 472.45a16.127 9.0577 0 1 0 -32.26 0 16.127 9.0577 0 1 0 32.26 0h-16.13z" fill-rule="evenodd" transform="matrix(.88202 -.34627 .41478 .92780 431.82 -363.47)" stroke="#000" stroke-width="2.2433" fill="#973000"/>
|
|
47
|
+
<path id="path650" d="m865.9-52.92c0.77 2.969-0.56 6.82-5.79 8.169-5.22 1.35-10.13-0.685-10.89-3.655-0.77-2.97 2.26-7.239 7.48-8.589 5.22-1.349 8.43 1.105 9.2 4.075z" fill-rule="evenodd" stroke="#000" stroke-width="2.3875" fill="#dc0000"/>
|
|
48
|
+
<path id="path719" d="m636 89.428c-7.74 1.571-25.4 5.397-33.1 20.832-1.39 2.9-13.01 5.15-11.43 0.14 1.81-2.62 2.46-2.85 4.28-5.48-0.15-3.28-7.67-2.31-7.15 0.63-0.58-0.13-4.22 0.57-5.93 2.34-4.62 5.89-12.5 5.63-12.22-0.66 2.91-2.15 4.39-4.22 5.85-7.395 0.96-3.442-5.77-4.675-7.95-2.133-4.61 2.408-7.5 5.868-12.99 8.538-6.1 2.2-11.97-1.72-6.65-4.87 4.78-2.345 0.79-7.775-1.54-7.951-4.03-0.973-20.52 1.811-23.49 0.148-2.33-0.305-6.57-6.415-1.6-7.506 4.51-1.471 12.03 1.65 13.98-7.159 1.94-14.834 25.48 7.588 21.66 1.397-8.62-12.753 6.06-15.748 10.49-7.064 1.8 3.921 10.77 9.734 13.37 8.642 4.88 0.54-9.07-12.352 2.01-14.455 2.52 0.537 7.03 0.729 10.14 5.038 2.31 2.226 2.8 11.389 11.45 12.148 1.89-2.79 0.07-1.369-1.62-5.201-0.01-4.641 7.67-4.262 10.95 3.592 3.25 5.997 20.4 1.924 36.09 2.285 5.03-0.822 13.12 3.598-14.6 4.144z" fill-rule="evenodd" stroke="#286026" stroke-width="4.625" fill="#008d00"/>
|
|
49
|
+
<path id="path648" d="m848.53-53.47c2.76 4.241 2.7 10.962-4.76 15.819s-16.2 4.251-18.96 0.01c-2.76-4.242-0.27-12.509 7.19-17.366 7.46-4.856 13.77-2.705 16.53 1.537z" fill-rule="evenodd" stroke="#000" stroke-width="2.5" fill="#dc0000"/>
|
|
50
|
+
<path id="path651" d="m853.87-71.056c2.58 1.649 4.23 5.373 1.33 9.921-2.9 4.549-7.88 6.403-10.46 4.753-2.59-1.65-3.28-6.836-0.38-11.385 2.9-4.547 6.92-4.939 9.51-3.289z" fill-rule="evenodd" stroke="#000" stroke-width="2.3875" fill="#dc0000"/>
|
|
51
|
+
<path id="path649" d="m861.73-63.343c1.67 2.57 1.64 6.644-2.88 9.587-4.53 2.944-9.82 2.577-11.49 0.006-1.68-2.571-0.17-7.581 4.35-10.525 4.52-2.943 8.35-1.639 10.02 0.932z" fill-rule="evenodd" stroke="#000" stroke-width="2.3875" fill="#dc0000"/>
|
|
52
|
+
<path id="path653" d="m878.55-78.571c1.26 1.933 1.23 4.999-2.17 7.213-3.4 2.215-7.38 1.939-8.64 0.004-1.26-1.934-0.13-5.704 3.27-7.919 3.41-2.214 6.28-1.233 7.54 0.702z" fill-rule="evenodd" stroke="#000" stroke-width="1.7964" fill="#d90000"/>
|
|
53
|
+
<path id="path633" d="m663.58 77.588c-6.65 0.78-10.44 1.191-11.72 6.006-0.71 3.27-0.14 7.542 0.42 11.212 0 4.214 5.32 7.004 11.52 8.204h10.65c4.49 0 12.79-4.39 12.79-8.604 0.66-2.382 0.64-6.227 0.64-8.831 0-7.087-5-7.524-11.26-8.187l-13.04 0.2z" fill-rule="evenodd" stroke="#000" stroke-width="2.5" fill="#fff"/>
|
|
54
|
+
<path id="path654" d="m900.18-6.1206c-0.73-24.596-7.21-60.238 22.98-72.462 3.9-1.016 5.3 1.179 3.98 4.419-8.99 22.681-17.97 45.362-26.96 68.043z" fill-rule="evenodd" stroke="#286326" stroke-width="4.125" fill="#008f00"/>
|
|
55
|
+
<path id="path656" d="m939.2-56.203c5.37-10.11 18.65-12.656 23.34-12.343-9.27 9.477-18.54 32.701-23.74 40.303-7.5 12.914-29.37 22.078-42.49 29.681 14.68-19.996 28.2-37.646 42.89-57.641z" fill-rule="evenodd" stroke="#286326" stroke-width="4.125" fill="#008c00"/>
|
|
56
|
+
<path id="path692" d="m664.15 77.465s-6.67 1.185-6.81 1.185c-0.15 0-5.19 3.258-5.19 3.258s-1.03 6.369-1.03 6.517 1.18 7.258 1.18 7.258l3.11 4.295 8.15 2.812 0.59-25.325z" fill-rule="evenodd" stroke="#000" stroke-width="1pt" fill="#009400"/>
|
|
57
|
+
<path id="path655" d="m896.21 1.3914c0.88-0.88396 17.28-78.198 44.63-87.355 4.41 5.744 2.28 18.229 0.52 24.857-8.4 28.867-28.8 48.653-45.15 62.498z" fill-rule="evenodd" stroke="#286326" stroke-width="4.125" fill="#008d00"/>
|
|
58
|
+
<g id="g663" fill-rule="evenodd" fill="#6d390b" transform="matrix(-.80432 -.59419 -.59419 .80432 1685.2 -40.01)">
|
|
59
|
+
<path id="path664" d="m619.32 390.34a7.2344 7.2344 0 1 0 -14.47 0 7.2344 7.2344 0 1 0 14.47 0h-7.23z" transform="matrix(.874 .24840 -.16470 .72013 140.99 -45.21)"/>
|
|
60
|
+
<rect id="rect665" transform="matrix(.75535 .65532 -.65532 .75535 0 0)" height="4.8229" width="15.887" y="-110.5" x="720.08" stroke-width="1pt"/>
|
|
61
|
+
</g>
|
|
62
|
+
<g id="g666" fill-rule="evenodd" fill="#6d390b" transform="matrix(1.0037 .37206 -.36090 1.0348 410.2 -647.81)">
|
|
63
|
+
<path id="path667" d="m619.32 390.34a7.2344 7.2344 0 1 0 -14.47 0 7.2344 7.2344 0 1 0 14.47 0h-7.23z" transform="matrix(.874 .24840 -.16470 .72013 140.99 -45.21)"/>
|
|
64
|
+
<rect id="rect668" transform="matrix(.75535 .65532 -.65532 .75535 0 0)" height="4.8229" width="15.887" y="-110.5" x="720.08" stroke-width="1pt"/>
|
|
65
|
+
</g>
|
|
66
|
+
<g id="g669" fill-rule="evenodd" fill="#6d390b" transform="matrix(-.83426 .67078 -.70314 -.84060 1699.1 -80.203)">
|
|
67
|
+
<path id="path670" d="m619.32 390.34a7.2344 7.2344 0 1 0 -14.47 0 7.2344 7.2344 0 1 0 14.47 0h-7.23z" transform="matrix(.874 .24840 -.16470 .72013 140.99 -45.21)"/>
|
|
68
|
+
<rect id="rect671" transform="matrix(.75535 .65532 -.65532 .75535 0 0)" height="4.8229" width="15.887" y="-110.5" x="720.08" stroke-width="1pt"/>
|
|
69
|
+
</g>
|
|
70
|
+
<path id="path682" d="m884.32 24.431c16.8-9.104 6.27 3.669 5.23 10.662-4.97 17.257-9.61 17.367-15.44 20.308-8.71 7.941-36.6 4.089-49.57 7.362 16.25-11.798 43.53-26.535 59.78-38.332z" fill-rule="evenodd" stroke="#286326" stroke-width="3.3559" fill="#008c00"/>
|
|
71
|
+
<path id="path673" d="m859.17 20.429c7.01-5.567 8.16-17.859 7.7-22.118-6.36 9.0814-22.63 19.059-27.85 24.309-8.93 7.687-14.41 28.252-19.22 40.728 13.67-14.711 25.7-28.208 39.37-42.919z" fill-rule="evenodd" stroke="#286326" stroke-width="3.3559" fill="#008c00"/>
|
|
72
|
+
<path id="path675" d="m771.81 91.038c10.99-3.224 29.71 4.895 32.77 8.465-13.26-0.003-34.74 9.207-43.82 10.797-14.47 3.66-54.62-18.988-69-22.223 24-1.209 55.48 6.439 80.05 2.961z" fill-rule="evenodd" stroke="#286326" stroke-width="4.125" fill="#008c00"/>
|
|
73
|
+
<path id="path759" d="m688.17 88.703c9.39 6.743 22.66 15.757 32.04 22.497 1.93 1.64-6.51 3.37-9.6 1.86-9.9-6.8-15.11-11.26-25.02-18.059-1.89-1.054-3.77-2.109-5.66-3.163 4.04-0.29 4.2-2.845 8.24-3.135z" fill-rule="evenodd" stroke="#004500" stroke-width="2.5" fill="#00602b"/>
|
|
74
|
+
<path id="path674" d="m818.41 62.778c1.13-0.426 45.86-60.822 73.67-58.324 1.67 6.628-5.09 16.578-9.25 21.618-18.71 21.686-44.53 30.986-64.42 36.706z" fill-rule="evenodd" stroke="#286326" stroke-width="3.9395" fill="#008c00"/>
|
|
75
|
+
<g id="g676" fill-rule="evenodd" fill="#6d390b" transform="matrix(.70997 .80116 -.80594 .74261 688.26 -730.62)">
|
|
76
|
+
<path id="path677" d="m619.32 390.34a7.2344 7.2344 0 1 0 -14.47 0 7.2344 7.2344 0 1 0 14.47 0h-7.23z" transform="matrix(.874 .24840 -.16470 .72013 140.99 -45.21)"/>
|
|
77
|
+
<rect id="rect678" transform="matrix(.75535 .65532 -.65532 .75535 0 0)" height="4.8229" width="15.887" y="-110.5" x="720.08" stroke-width="1pt"/>
|
|
78
|
+
</g>
|
|
79
|
+
<g id="g679" fill-rule="evenodd" fill="#6d390b" transform="matrix(-1.0595 .15277 -.17740 -1.0815 1548.5 405.75)">
|
|
80
|
+
<path id="path680" d="m619.32 390.34a7.2344 7.2344 0 1 0 -14.47 0 7.2344 7.2344 0 1 0 14.47 0h-7.23z" transform="matrix(.874 .24840 -.16470 .72013 140.99 -45.21)"/>
|
|
81
|
+
<rect id="rect681" transform="matrix(.75535 .65532 -.65532 .75535 0 0)" height="4.8229" width="15.887" y="-110.5" x="720.08" stroke-width="1pt"/>
|
|
82
|
+
</g>
|
|
83
|
+
<path id="path660" d="m445.1-140.67c1.31-1.95 4.33-3.24 8.1-1.13 3.76 2.11 5.35 5.8 4.04 7.76-1.31 1.95-5.54 2.54-9.31 0.44-3.76-2.11-4.14-5.11-2.83-7.07z" fill-rule="evenodd" stroke="#000" stroke-width="1.8674" fill="#dc0000"/>
|
|
84
|
+
<path id="path684" d="m764.14 82.968c18.47-4.885 17.37-13.781 26.01-21.561-19.99-2.924-35.92 4.148-44.46 8.844-13.48 8.695-16.97 18.135-28.65 24.636 19.91-2.543 28.89-5.403 47.1-11.919z" fill-rule="evenodd" stroke="#286326" stroke-width="3.3559" fill="#008c00"/>
|
|
85
|
+
<path id="path685" d="m703.89 88.373c52.84 3.986 44.42-17.465 102.33-16.936-0.86 6.782-11.91 15.29-17.62 18.474-25.32 13.389-66.93 19.669-84.71-1.538z" fill-rule="evenodd" stroke="#286326" stroke-width="3.9395" fill="#008c00"/>
|
|
86
|
+
<path id="path693" d="m677.04 77.317l0.14 24.883 6.82-2.666s2.81-4.444 2.81-4.74 1.19-6.073 1.19-6.221-0.6-7.109-0.6-7.109l-5.18-3.407-5.18-0.74z" fill-rule="evenodd" stroke="#000" stroke-width="1pt" fill="#d40000"/>
|
|
87
|
+
<rect id="rect656" fill-rule="evenodd" transform="matrix(-.67306 -.73958 .76307 -.64632 0 0)" height="3.7693" width="12.563" y="441.79" x="-178.21" stroke-width="1pt" fill="#6d390b"/>
|
|
88
|
+
<path id="path663" d="m446.42-148.02c1.44-2.49 4.74-4.13 8.86-1.44s5.86 7.4 4.43 9.9-6.07 3.25-10.19 0.56-4.53-6.52-3.1-9.02z" fill-rule="evenodd" stroke="#000" stroke-width="2.2073" fill="#dc0000"/>
|
|
89
|
+
<path id="path658" d="m469.7-158.43c2.41 0.09 5.02 2.23 4.88 7.07-0.13 4.84-2.75 8.54-5.16 8.45-2.41-0.1-4.96-3.8-4.83-8.64 0.14-4.85 2.7-6.98 5.11-6.88z" fill-rule="evenodd" stroke="#000" stroke-width="2.0065" fill="#dc0000"/>
|
|
90
|
+
<path id="path661" d="m457.85-156.5c2.73-0.72 6.29 0.5 7.57 5.3 1.28 4.81-0.56 9.33-3.29 10.04-2.73 0.72-6.68-2.05-7.97-6.86-1.28-4.8 0.96-7.76 3.69-8.48z" fill-rule="evenodd" stroke="#000" stroke-width="2.1989" fill="#dc0000"/>
|
|
91
|
+
<path id="path665" stroke-linejoin="round" d="m525.91-79.442c-8.23-20.948-30.72-55.718-53.62-38.958-25.41 21.922 11.59 56.414 43.15 54.459 3.49-5.167 6.98-10.334 10.47-15.501z" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#008d00"/>
|
|
92
|
+
<path id="path659" d="m460.52-140.84c4.4-2.96 11.46-3.03 16.7 4.66s4.77 16.81 0.37 19.77-13.13 0.52-18.37-7.17c-5.25-7.68-3.11-14.3 1.3-17.26z" fill-rule="evenodd" stroke="#000" stroke-width="2.6168" fill="#dc0000"/>
|
|
93
|
+
<path id="path662" d="m444.24-175.83c2.01-1.35 5.23-1.38 7.62 2.13s2.18 7.67 0.17 9.02-5.99 0.24-8.38-3.27-1.41-6.53 0.59-7.88z" fill-rule="evenodd" stroke="#000" stroke-width="1.8803" fill="#dc0000"/>
|
|
94
|
+
<path id="path666" d="m595.88-54.518c-10.36-18.416-38.6-41.447-67.38-26.713-34.03 23.883 13.73 59.655 62.6 42.017 4.38-4.543 0.39-10.761 4.78-15.304z" fill-rule="evenodd" stroke="#000" stroke-width="2.6276" fill="#008d00"/>
|
|
95
|
+
<path id="path668" d="m691.81-43.626c-10.35-18.416-65.83-39.353-90-21.686-30.25 33.937 14.15 57.56 73.91 40.76 4.39-4.543 11.7-14.531 16.09-19.074z" fill-rule="evenodd" stroke="#000" stroke-width="2.6276" fill="#008d00"/>
|
|
96
|
+
<path id="path669" stroke-linejoin="round" d="m476.34-112.42c0.3 0 6.22 7.41 6.22 7.41l-0.3-10.37" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
97
|
+
<path id="path671" stroke-linejoin="round" d="m486.71-97.904l6.22 6.221" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
98
|
+
<path id="path672" stroke-linejoin="round" d="m508.63-102.05l0.59 7.108 3.85-0.296" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
99
|
+
<path id="path676" stroke-linejoin="round" d="m508.63-78.353c-1.48-0.888-6.52-5.036-6.52-5.036" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
100
|
+
<path id="path678" stroke-linejoin="round" d="m494.11-77.76l-8.29-2.666" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
101
|
+
<path id="path679" d="m478.41-93.461l-7.99-2.666" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
102
|
+
<path id="path681" stroke-linejoin="round" d="m463.31-98.2h-6.82" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
103
|
+
<path id="path683" stroke-linejoin="round" d="m495.3-120.71v-8.89" stroke="#000" stroke-linecap="round" stroke-width="1pt" fill="none"/>
|
|
104
|
+
<path id="path686" stroke-linejoin="round" d="m483.45-72.724c-0.89 0-12.44-0.593-12.44-0.593" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
105
|
+
<path id="path687" stroke-linejoin="round" d="m504.19-64.726l-8.89 2.962" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
106
|
+
<path id="path688" stroke-linejoin="round" d="m517.52-96.423c0.29-0.296 7.4-3.847 7.4-3.847" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
107
|
+
<path id="path689" stroke-linejoin="round" d="m497.37-106.5c0-0.29-2.37-9.77-2.37-9.77" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
108
|
+
<path id="path694" d="m663.43 77.44c-6.65 0.78-10.44 1.191-11.72 6.006-0.71 3.27-0.14 7.542 0.43 11.212 1.18 6.142 5.31 7.002 11.51 8.212h10.65c4.49 0 11.76-2.917 12.94-8.464 0.81-2.826 0.49-6.375 0.49-8.979-0.59-6.495-5-7.524-11.26-8.187l-13.04 0.2z" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
109
|
+
<path id="path695" d="m664.16 77.449l-0.21 24.711" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
110
|
+
<path id="path696" d="m677.15 77.449l-0.21 24.711" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
111
|
+
<path id="path699" d="m944.45-133.92c3.91-12.85-9.62-15.89-12.63-23.1-6.18 12.08-4.01 24.39-2.92 30.87 2.53 10.51 11.85 17.77 13.4 26.65 2.72-13.25 2.29-21.38 2.15-34.42z" fill-rule="evenodd" stroke="#286326" stroke-width="2.2464" fill="#008c00"/>
|
|
112
|
+
<path id="path700" d="m962.35-145.85c0.27-7.03 9.44-12.07 13.13-13.18-2.29 13.68 1.83 20.1 0.74 25.71-0.82 9.15-17.59 23.14-24.71 30.91 3.61-15.02 7.23-28.43 10.84-43.44z" fill-rule="evenodd" stroke="#286326" stroke-width="2.9852" fill="#008c00"/>
|
|
113
|
+
<path id="path698" d="m943.04-91.049c0.44-0.841-6.98-65.351 11.62-78.741 4.88 2.87 6.47 12.1 6.83 17.16 1.03 22.24 1.76 33.54-18.45 61.581z" fill-rule="evenodd" stroke="#286326" stroke-width="3.195" fill="#008c00"/>
|
|
114
|
+
<path id="path712" d="m569.91-92.582c5.32 1.689 10.01 7.494 7.13 16.929s-7.33 15.503-14.33 13.396c-9.09-2.107-10.72-10.536-7.85-19.971 2.88-9.434 9.73-12.041 15.05-10.354z" fill-rule="evenodd" stroke="#000" stroke-width="2.7639" fill="#dc0000"/>
|
|
115
|
+
<path id="path717" d="m578.91-102.22c1.69 1.18 2.7 3.675 0.64 6.493-2.07 2.818-5.45 3.792-7.14 2.605-1.69-1.188-2.02-4.582 0.04-7.398 2.06-2.82 4.77-2.89 6.46-1.7z" fill-rule="evenodd" stroke="#000" stroke-width="3.1678" fill="#dc0000"/>
|
|
116
|
+
<path id="path718" d="m564.92-105.12c2.02-0.42 4.53 0.53 5.18 3.96 0.66 3.433-0.93 6.573-2.95 7.001-2.02 0.429-4.73-1.64-5.39-5.07-0.66-3.431 1.13-5.461 3.16-5.891z" fill-rule="evenodd" stroke="#000" stroke-width="3.1678" fill="#dc0000"/>
|
|
117
|
+
<path id="path713" d="m570.79-97.632c1.98 0.594 3.73 2.641 2.66 5.965s-3.98 5.313-5.96 4.719c-1.98-0.595-3.36-3.712-2.29-7.037 1.07-3.323 3.61-4.242 5.59-3.647z" fill-rule="evenodd" stroke="#000" stroke-width="3.1678" fill="#dc0000"/>
|
|
118
|
+
<path id="path714" d="m573.66-109.52c1.65 0.45 3.1 2 2.21 4.51-0.89 2.52-3.32 4.02-4.97 3.57s-2.8-2.81-1.91-5.32c0.89-2.52 3.01-3.21 4.67-2.76z" fill-rule="evenodd" stroke="#000" stroke-width="2.5172" fill="#dc0000"/>
|
|
119
|
+
<path id="path715" d="m582.33-94.385c1.81 1.242 2.82 3.607 0.45 5.976-2.37 2.37-6.12 2.935-7.92 1.693-1.81-1.243-2.04-4.366 0.33-6.737 2.37-2.369 5.33-2.175 7.14-0.932z" fill-rule="evenodd" stroke="#000" stroke-width="3.1704" fill="#dc0000"/>
|
|
120
|
+
<path id="path716" d="m559.59-99.569c1.84-0.221 4 0.871 4.3 4.07 0.3 3.2-1.38 5.94-3.22 6.161s-4.09-1.906-4.39-5.105c-0.3-3.198 1.47-4.905 3.31-5.126z" fill-rule="evenodd" stroke="#000" stroke-width="2.8772" fill="#dc0000"/>
|
|
121
|
+
<path id="path701" d="m532.03 66.801v-0.296 0.296z" stroke="#000" stroke-width="1pt" fill="none"/>
|
|
122
|
+
<path id="path750" d="m770.94-57.08c10.36 5.53 6.81 18.465-0.6 21.921-0.39-8.492-5.82-11.059-13.92-13.033 4.25-2.37 8.79-10.073 14.52-8.888z" fill-rule="evenodd" stroke="#000" stroke-width="2.5" fill="#fff"/>
|
|
123
|
+
<path id="path751" d="m671.93-5.3566c3.82-56.218 46.53-63.037 74.84-53.306 41.46 30.083-0.58 55.077-62.64 56.698-5.53-3.0426-6.66-0.3486-12.2-3.3916z" fill-rule="evenodd" stroke="#000" stroke-width="2.6276" fill="#008d00"/>
|
|
124
|
+
<path id="path740" d="m684.35-68.516c-13.26-0.535-17.26 12.403-12.06 19.155 5.28-7.102 12.04-6.539 21.04-4.104-2.76-4.205-2.73-13.148-8.98-15.051z" fill-rule="evenodd" stroke="#000" stroke-width="2.657" fill="#fff"/>
|
|
125
|
+
<path id="path739" d="m691.27-51.693c-10.37 5.53-8.16 18.465-0.75 21.921 0.39-8.492 5.82-11.059 13.92-13.033-4.25-2.37-7.44-10.073-13.17-8.888z" fill-rule="evenodd" stroke="#000" stroke-width="2.5" fill="#fff"/>
|
|
126
|
+
<path id="path738" stroke-linejoin="round" d="m772.31-56.013c0.12-4.626-3.53-8.625-7.81-9.271-5.16-0.628-10.11 2.933-15.27-0.837-0.62-0.419-12.61-10.76-16.04-15.578-3.44-1.885-10.65-5.419-10.65-5.419-4.24 5.53-7.23 11.897-13.36 15.542-3.05 1.221-4.22 2.651-9.78 2.197-5.75-2.688-12.08-4.069-15.37-1.15 2.8 5.541 2.04 12.55 0.86 17.882 2.07 1.185 4.35-0.234 6.85 0.323 7.68 0.204 5.72 8.456 8.59 12.011 8.09 2.2 12.2-1.675 13.38-8.273 2.14-3.366 8.68-3.802 13.33-5.073 5.03-0.972 11.33-2.573 15.94 0.016 3.82 2.025 6.37 4.47 8.3 8.59 0 0 6.07 0.542 12.14-0.592 0.21-3.647-0.54-10.282 8.89-10.368z" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#f6aa00"/>
|
|
127
|
+
<path id="path741" d="m718.66-81.316c0.1 4.444 0.2 8.887 0.29 13.331 1.58 4.838 12.35 4.344 13.63 1.184-0.1-5.036-0.2-10.071-0.3-15.107" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
128
|
+
<path id="path742" d="m722.21-52.877c2.33-0.787 3.19-7.249 3.19-7.249" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
129
|
+
<path id="path743" d="m731.69-54.655l0.59-5.332" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
130
|
+
<path id="path744" d="m741.47-54.656l-0.89-5.627" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
131
|
+
<path id="path745" d="m715.7-58.802c-0.36 0.2-5.04-5.628-3.56-5.036" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
132
|
+
<path id="path746" d="m707.1-50.211c0.6 0-7.73-8.627-6.25-8.035" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
133
|
+
<path id="path747" d="m699.4-66.208c-0.21-0.661-0.59-3.851 0.89-3.259" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
134
|
+
<path id="path748" d="m717.97-68.191c-12.66 10.924-24.57 6.327-26.29 15.513" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
135
|
+
<path id="path749" d="m749.3-62.017c0.44-0.535 1.97-3.363 0.37-3.357" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
136
|
+
<path id="path752" stroke-linejoin="round" d="m546.06-56.613c0.16-0.245 9.61-1.026 9.61-1.026l-8.76-5.543" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
137
|
+
<path id="path753" stroke-linejoin="round" d="m603.65-47.171c0.17-0.245 9.62-1.026 9.62-1.026l-7.51-8.69" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
138
|
+
<path id="path754" stroke-linejoin="round" d="m626.94-45.597c-0.46-1.504 9.93 0.233 9.62-1.026l-6.56-7.116" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
139
|
+
<path id="path755" stroke-linejoin="round" d="m614.51-78.743c0.29 0 6.22 7.405 6.22 7.405l-0.3-10.368" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
140
|
+
<path id="path757" stroke-linejoin="round" d="m792.89-29.309c0.23 0.192-0.05 10.562-0.05 10.562l6.8-7.379" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
141
|
+
<path id="path758" stroke-linejoin="round" d="m716.96-31.985c0.2 0.216-1.14 9.604-1.14 9.604l10.14-5.382" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
142
|
+
<path id="path763" stroke-linejoin="round" d="m539.16-80.097l6.22 6.221" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
143
|
+
<path id="path764" stroke-linejoin="round" d="m527.83-69.736l6.22 6.221" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
144
|
+
<path id="path765" stroke-linejoin="round" d="m570.26-53.608l8.77-0.782" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
145
|
+
<path id="path766" stroke-linejoin="round" d="m556.34-44.946l8.77-0.623" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
146
|
+
<path id="path767" stroke-linejoin="round" d="m619.78-64.88l6.22 6.221" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
147
|
+
<path id="path768" stroke-linejoin="round" d="m645.68-61.642l6.22 6.221" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
148
|
+
<path id="path769" stroke-linejoin="round" d="m597.44-72.974l6.22 6.221" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
149
|
+
<path id="path770" stroke-linejoin="round" d="m532.04-92.724l6.22 6.222" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
150
|
+
<path id="path771" stroke-linejoin="round" d="m601.55-16.999l5.76-6.655" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
151
|
+
<path id="path772" stroke-linejoin="round" d="m630.69-11.495l5.76-6.655" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
152
|
+
<path id="path773" stroke-linejoin="round" d="m518.78-45.514l8.77-0.782" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
153
|
+
<path id="path774" stroke-linejoin="round" d="m535.37-51.757c-1.43 0.079 4.44-0.378 6.06 0.27l-8.66-6.191" stroke="#000" stroke-linecap="round" stroke-width="2.663" fill="none"/>
|
|
154
|
+
<path id="path775" stroke-linejoin="round" d="m546.3-33.211l8.77-0.782" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
155
|
+
<path id="path776" stroke-linejoin="round" d="m650.23-41.708l8.77-0.623" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
156
|
+
<path id="path777" stroke-linejoin="round" d="m635.34-29.405l8.77-0.623" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
157
|
+
<path id="path778" stroke-linejoin="round" d="m645.91-74.534c0.3 0 6.22 7.405 6.22 7.405l-0.29-10.368" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
158
|
+
<path id="path780" stroke-linejoin="round" d="m731.29-48.044l-6.22 6.221" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
159
|
+
<path id="path781" stroke-linejoin="round" d="m751.69-41.245l-6.22 6.221" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
160
|
+
<path id="path782" stroke-linejoin="round" d="m742.62-23.761l-6.22 6.221" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
161
|
+
<path id="path783" stroke-linejoin="round" d="m815.79-22.143l-6.22 6.221" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
162
|
+
<path id="path784" stroke-linejoin="round" d="m777.27-26.675l-6.23 6.221" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
163
|
+
<path id="path785" stroke-linejoin="round" d="m815.15-63.908l-6.22 6.22" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
164
|
+
<path id="path786" stroke-linejoin="round" d="m844.58-21.853l-8.76-0.835" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
165
|
+
<path id="path787" stroke-linejoin="round" d="m771.03-2.3349l0.42-8.7891" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
166
|
+
<path id="path788" stroke-linejoin="round" d="m798.79-42.117l4.48-7.575" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
167
|
+
<path id="path789" stroke-linejoin="round" d="m812.71-33.699l4.48-7.575" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
168
|
+
<path id="path790" stroke-linejoin="round" d="m824.3-9.6026c-0.19 0.225-9.67-0.074-9.67-0.074l6.79 4.954" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
169
|
+
<path id="path791" stroke-linejoin="round" d="m692.68-12.235c0.2 0.216-1.14 9.6042-1.14 9.6042l10.14-5.382" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
170
|
+
<path id="path792" stroke-linejoin="round" d="m614.64-29.408c1.15-0.857 7.02-2.681 6.7-3.94l-6.24-2.26" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
171
|
+
<path id="path828" stroke-linejoin="round" d="m878.81-88.656c4.11 3.19 11.04-33.114 9.98-44.474 0-0.75-1.29-24.83 3.75-42.04 3.19-5.8 3.3-49.21-1.48-60.62 3.81-0.32 8.42-1.55 8.99-6.21-17.58 6.51-21.75-37.15-38.67-62.23-16.52-25.15-37.02-39.81-58.31-55.07 1.66-4.26 4.12-8.27 7.37-12.27-26.15 13.1-66.9-34.33-127.02-30.79-13.56 1.36-19.94 2.17-23.41 10.42-11.17 0.95-22.62 3.49-22.65 18.24 0.02 3.54 3.23 9.99 10.42 10.08 9.85 2.83 17.85 0.62 24.51 14.34 0.5 3.76 1.27 10.43 1.77 14.19 0 0-8.82-11.17-13.64-13.03 1.28-1.86-0.76-3.14 2.95-6.01-4.51-2.61-12.59-0.49-12.59-0.49s-17.46-8.22-31.53-6c0-1.5-2.69-11.39-2.69-11.39-2.49 6.96-7.98 6.59-8.79 13.2-1.5-4.75-3.53-10.57-5.04-15.33-4.93 6.75-3.5 14.02-5.25 21.03-1.96 1.59-5.86 1.68-6.85-2.83-0.5-5.51-1.17-6.06-1.14-12.63-3.57 6.21-7.84 9.24-9.28 19.96-1.5-4-2.29-7.83-3.8-11.83 0.19 13.94-11.84 22.31-23.23 32.1-3.2 5.93 0.5 6.01 0.75 9.01 2 1 4.01 2.01 6.01 3.01 3.5-0.25 7.27-0.5 10.77-0.76 1.76 2.26 0.32 2.39 4.99 3.85 12.52 3.5 28.18-11.54 40.46 12.1-5.65 4.71-11.31 15.79-9.54 17.84 2.26 0-4.52 3.19 4.64 0.27-9.56 9.29-16.03 21.5-16.03 22.26-1.07 2.6 3.85-0.36 2.82 4.38 1.34-3.55 2.27-0.29 2.27-0.29-21.81 23.59-0.73 48.89-3.08 62.51 3.63 5.84 4.08-0.11 8.61-0.76 3.84 16.72 14.81 26.86 21.57 40.12-3.49-1.07-10.42-1.45-14.18 0.14 0.32 6.29 6.01 12.27 10.52 17.77-3.26 1-6.26 2-9.51 3.01-6.76 3.5-11.25 7.18-16.01 12.43-3.17 7.66 15.14 9.52 23.91 10.81-0.79 2.75-1.91 6.21-0.32 9.23 13.8 1.33 29.75-2.75 29.75-3.5 0-0.76 3.46-2.69 3.46-2.69 1.86 3.72 5.94 4.81 7.76 4.28 2.61 0 6.66-10.39 4.8-18.35 5 6 9.71 15.56 14.72 21.57 1.51 1.594 3.47 0.424 4.72-0.65 4.26 6.764 10.13 13.524 14.39 20.274 2.25 2.58 1.76 1.63 4.81 1.82 2.78-0.9 5.15-1.27 6.61-6.67 0 0 0.92 0.838 2.24 3.815 3.36 2.39 5.73-3.356 7.59-5.216 1.06-2.56 5.2 0.501 5.2-0.999 1.5 1 2.49 5.4 3.99 6.4 2.3-0.85 4.58-5.9 4.76-11.26 2.28 4.7 2.98 4.31 4.74 5.57 1.5-1.26 1.97-6.16 3.47-7.41-0.32-2.59 18.03 17.7 18.78 17.7 1.82 1.32 12.19 4.5 14.32 0.79 5.18 3.46 19.11 5.6 21.37 0.04 11.48 4.9 24.98-0.59 24.41-6.07 10.46 4.18 26.78 1.39 26.78 0.64 1.86-0.22 6.9-5.12 2.12-8.83-34.79-24.284-86.56-64.484-106.48-74.154 0-7.17-5.43-33.02-11.27-40.15-1.06-3.67 1.33-8.2 4.78-7.94 13.54 12.66 18.46 11.45 25.63 13.49 7.76 6.12 10.54 15.47 18.3 23.98 3.66 1.16 7.98 4.87 6.85 1.26-4.84-12.15-10.69-23.92-25.19-39.71 7.51 3.75 19.81 13.69 28.11 20.9 5.54 9.12 7.09 16.39 12.1 27.9 3.63 2.3 7.33 10.78 6.8 3.75-0.79-13.22-10.07-34.22-10.07-35.72 14.74 11.76 14.59 29.99 19.04 41.14 3.85 5.66 5.78 13.18 7.38 11.42 1.85-2.57-4.38-34.41-4.38-34.41-1-4-1.5-8.54-2.5-12.54 10.97 6.32 14.81 30.42 19.94 59.29 0.02 4.6 1.89 9.64 1.64 12.64 2.36 2.91 5.07 10.94 4.94 6.15 0 0 0.01-46.97-3.17-57.76-0.8-5.75 1.41-15.16 1.41-15.16 4 19.52 8.27 40.63 12.28 60.15v14.27c2 2 4 4 6 6.01 1.25-11.77 2.5-23.53 3.76-35.29 0 0-4.51-41.29-4.51-42.04v-12.02c-0.09-4.23 3.8-3.42 6.36 1.38 0.51 10.26 0.47 18.4 0.97 28.66 1.76 11.75 2.98 20.33 3.93 35.28 0.47 12.25 0.94 41.224 3.54 40.724z" stroke-opacity=".77245" fill-rule="evenodd" stroke="#000" stroke-width="2.5" fill="#9c4314"/>
|
|
172
|
+
<path id="path793" stroke-linejoin="round" d="m684.33-20.749c-0.56-1.323-0.97-7.45-2.26-7.437l-3.66 5.541" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
173
|
+
<path id="path794" stroke-linejoin="round" d="m794.12-54.184l-0.75 6.197" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
174
|
+
<path id="path795" stroke-linejoin="round" d="m739.51-8.4716c-1.43 0.175-7.42-1.137-7.77 0.113l4.31 5.049" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
175
|
+
<path id="path823" d="m647.7-147.35v0.65-0.65 0.65-0.65 11.33c0.33 1.61 0.32 3.4 0.32 5.18 0.21 1.37 0.69 3.02 1.3 4.53 0.09 1.92 0.62 3.18 1.29 4.86 0.14 1.66 0.71 3.07 1.3 4.53 0.14 1.67 0.68 2.54 0.97 3.89 0.47 1.55 1.04 2.57 1.62 3.56 0.42 0.42 0.58 0.84 0.97 0.97" stroke="#000" stroke-width="1pt" fill="none"/>
|
|
176
|
+
<path id="path825" d="m622.44-107.53c0-0.52-0.08-2.11 0.65-3.23 1.15-1.63 2.07-2.64 3.56-4.21 1.77-1.13 3.03-2.46 4.54-3.89 1.61-1.03 2.42-1.94 3.88-2.91 0.9-0.92 1.94-1.37 2.92-1.95 1.11-0.54 1.92-1.35 3.56-1.61 0.99-0.5 3.03-0.33 4.53-0.33 1.54 0 2.08-0.3 3.56-0.32" stroke="#000" stroke-width="1pt" fill="none"/>
|
|
177
|
+
<path id="path829" d="m857.8-220c5 3.63 10.51 11.52 12.76 25.78" stroke-opacity=".77245" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
178
|
+
<path id="path830" d="m829.66-215.14c7.26 6.51 11.35 13.59 16.77 29.53" stroke-opacity=".77245" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
179
|
+
<path id="path831" d="m812.13-207.36c4.42 5.05 7.09 10.34 9.51 16.64" stroke-opacity=".77245" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#00c600"/>
|
|
180
|
+
<path id="path832" d="m782.1-223.88c5.75 6.64 15.01 16.77 19.77 27.03" stroke-opacity=".77245" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#00c600"/>
|
|
181
|
+
<path id="path833" d="m659.86-393.24c0.42 28.84 42.65 21.81 46.2 48.91 8.08 29.58 4.71 48.69-7.11 58.08-6.71 6.91-1.57 17.66 0.42 23.17 10.98 27.82 27.55 32.3 34.67 56.3" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
182
|
+
<path id="path834" d="m644.07-373.55c0-0.55 0.99-1.52 1.97-1.97 4.21-1.37 6.79-1.45 11.09-1.72 3.69 0 7.14 0.16 10.84 0.74" stroke-opacity=".77245" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
183
|
+
<path id="path835" d="m698.74-108.75l14.68 23.884" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
184
|
+
<path id="path836" d="m745.53-144.28l78.6 60.194" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
185
|
+
<path id="path837" d="m743.44-127.77l57.43 50.424" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
186
|
+
<path id="path838" d="m635.36-190.31c7.57 15.02 28.94 34.96 41.77 38.14 0.44-9.64-0.11-13.37-1.65-20.05" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
187
|
+
<path id="path839" d="m659.7-198.86c7.56 15.02 14.47 31.02 34.53 40.12 2.08-14.58-2.41-34.42-13.49-54.59" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
188
|
+
<path id="path840" d="m663.24-219c6.9 4.16 13.15 6.03 17.76 6.58 2.08-14.58 3.9-30.01-7.99-50.89" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
189
|
+
<path id="path841" d="m636.68-210.37c10.19 11.07 18.41 11.62 23.02 12.17 3.4-9.98 4.82-31.14 0.66-53.94" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
190
|
+
<path id="path842" d="m610.27-201.49c10.15 13.14 33.55 38.07 46.14 47.13 0.44-2.09 1.09-3.06 0.92-9.74" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
191
|
+
<path id="path843" d="m783.62-345.77c10.87 12.53 52.83 54.72 61.14 74.46 14.34 32.28 40.78 38.41 47.37 34.8" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
192
|
+
<path id="path844" d="m711.72-171.38c3.78 15.44 10.64 43.53 20.52 47.97 1.7-1.66 3.14-4.73 2.97-11.42" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
193
|
+
<path id="path845" d="m654.71-258.89c4.43 4.52 5.44 8.63 10.04 9.18 5.61-4.58 15.49-30.16 11.94-49.03" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
194
|
+
<path id="path846" d="m631.43-259.59c2.09 10.16 4.03 18.74 11.23 18.82 11.95-10 15.48-32.37 11.93-51.25" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
195
|
+
<path id="path847" d="m626.8-205.84l-5.39-11.83" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
196
|
+
<path id="path848" d="m742.97-110.09l36.04 32.744" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
197
|
+
<path id="path849" d="m725.81-123.26l11.12 31.314" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
198
|
+
<path id="path850" d="m676.8-151.93c7.56 15.02 23.68 36.7 36.5 39.88 0.44-2.08 0.2-3.89 0.03-10.57" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
199
|
+
<path id="path851" d="m657.28-154.94c7.57 15.01 29.8 39.48 42.62 46.65 0.44-2.08 2.31-2.48 2.14-9.16" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
200
|
+
<path id="path852" d="m712.64-112.68l16.06 26.634" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
201
|
+
<path id="path853" d="m693.43-179.51c6.91 4.17 14.15 7.66 18.76 8.21 0.7-16.24-4.96-42.42-16.58-62.47" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
202
|
+
<path id="path854" d="m613.51-264.65c-2.05 7.68-1.77 16.07 5.42 16.15 19.96-8.61 8.04-17.19 25.18-46.28" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
203
|
+
<path id="path855" d="m639.84-317.47c7.56 15.02 9.78 25.23 21.56 29.09 2.36-1.07 8.23-27.61-11.67-49.16" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
204
|
+
<path id="path856" d="m664.08-304.95c3.89 4.52 9.58 5.6 14.19 5.32 4.51-9-5.13-34.5-17.81-47.69" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
205
|
+
<path id="path857" d="m775.54-325.74c9.5 13.36 51.16 60 69.02 74.9 4.01-0.52 9.94 4.47 4.39-12.39" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
206
|
+
<path id="path858" d="m770.86-296.23c9.49 13.36 26.88 35.99 44.73 50.88 4.49 1.67 8.83 1.13 10.26-0.03 1.53-1.48 0.14-12.07 0.53-22.84" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
207
|
+
<path id="path859" d="m759.55-279.4c10.87 11.98 25.22 25.78 42.8 41.77 4.49 1.67 8.37 1.74 8.88-0.03 0.43-1.75 1.24-1.31 0.26-12.08" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
208
|
+
<path id="path860" d="m744.38-257.89c10.87 11.98 20.81 20.82 30.67 23.02 4.76 0.57 7.26 0.64 7.77-1.13 0.43-1.76 0.14-10.14-0.02-19.81" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
209
|
+
<path id="path861" d="m728.93-241.89c10.87 11.98 10.88 16.95 20.74 19.15 4.76 0.58 8.29-0.05 9.15-1.68 1.54-3.41 2.07-7.1 1.92-16.77" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
210
|
+
<path id="path862" d="m724.52-320.23c10.95 1.99 11.86-7.47 10.97-14.25-1.08-8.49-7.09-12.21-14.2-10.42" stroke-opacity=".77245" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
211
|
+
<path id="path863" d="m718.45-282.72c5.16 2 11.64 1.87 14-4.04 1.91-4.5 1.19-15.52-5.92-13.74" stroke-opacity=".77245" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
212
|
+
<path id="path864" d="m726.17-300.64c9.85 0.61 10.77-3.89 10.42-9.57-0.39-6.61-4.87-11.65-11.99-9.87" stroke-opacity=".77245" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
213
|
+
<path id="path869" d="m735.75-326.38c14.39-8.66 55.82 26.06 24.31 37.12" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
214
|
+
<path id="path870" d="m732.7-301.78c14.39-8.66 46.06 19.67 13.94 30.7" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
215
|
+
<path id="path871" d="m727.31-282.24c16.06 0.56 34.53 26.33 3.05 29.49" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
216
|
+
<path id="path872" d="m708.39-268.47c5.17 1.99 8.15 3.28 12.75-0.69 1.82-1.67 4.22-9.32-2.57-13.56" stroke-opacity=".77245" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
217
|
+
<path id="path873" d="m573.93-299.62c5.43-7.01 18.7-11.48 23.25-2.2" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
218
|
+
<path id="path874" d="m718.08-267.22c9.35 3.07 24.24 29.1-0.76 31.75" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
219
|
+
<path id="path875" d="m706.15-384.95c10.79 2.04 16.23 19.47 24.83 20.81 15.73 2.35-2.03-18.19-5.43-20.5" stroke-opacity=".77245" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
220
|
+
<path id="path876" d="m547.07-310.44c4.84 0.2 9.39-0.69 12.45-6.42" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
221
|
+
<path id="path883" d="m595.04-260.47c2.68 5.01 9.59 3.01 15.3-0.47 7.81-4.46 1.23-20.16 19.85-33.54" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
222
|
+
<path id="path884" d="m604.93-194.38c10.15 13.14 29.41 32.74 41.41 43.27 0.44-2.08 2.38-3.14 2.22-9.83" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
223
|
+
<path id="path885" d="m645.95-152l23.08 32.07" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
224
|
+
<path id="path886" d="m694.09-159.73c3.77 15.43 18.79 39.88 28.67 44.32 1.7-1.67 2.84-8.29 2.68-14.98" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
225
|
+
<path id="path887" d="m688.72-115.52l-1.41 14.31" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
226
|
+
<path id="path888" d="m723.28-187.08c3.77 15.44 9.45 53.01 18.14 59.82 1.7-1.66 5.21-32.87 5.05-39.56" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
227
|
+
<path id="path889" d="m711.61-188.14c5.13 0.61 8.12 0.59 12.13 0.55 0.71-16.24-6.33-35.32-17.95-55.37" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
228
|
+
<path id="path890" d="m740.21-228.23l-0.8 16.42" stroke-opacity=".77245" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#00c600"/>
|
|
229
|
+
<path id="path891" d="m682.24-235.25c5.43 2.09 9.3 2.77 13.61 2.43 4.46-21.98-6.75-22.01-20.72-37.55" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
230
|
+
<path id="path892" d="m744.66-381.4c10.78 2.04 3.94 18.18 18.61 23.19 12.31 4.1 5.38-12.87 1.97-15.18" stroke-opacity=".77245" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
231
|
+
<path id="path893" d="m728.62-345.15c7.78-5.66 35.61 2.18 45.03 10.09 2.69 2.51 6.81 12.55-5.98 21.78" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
232
|
+
<path id="path902" d="m581.18-331.85c22.34-21.8 32.7-19.32 58.28-3.24 3.67 0.86 7.66 0.11 10.04-1.29 1.29-3.14 0.06-6.32-1.62-8.75-11.44-8.2-19.97-10.57-30.76-9.06" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
233
|
+
<path id="path903" d="m613.33-250.95c-5.02 7.4-9.13 23.51-0.65 41.44 0.34 2.07 2.51 4.13 0.33 5.51-4.18 2.1-6.07 5.58-8.42 9.06" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
234
|
+
<path id="path904" d="m743.52-136.46c0.16-27.16-3.81-48.83-14.65-68.45" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
235
|
+
<path id="path905" d="m696.59-242.22c3.59-0.38 8.09 0.61 10.3-0.46 1.07-3.97-1.98-8.85-3.2-12.59 2.06-0.23 4.58-0.23 6.18-0.69 0.92-3.43 0-8.24 0-12.36" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
236
|
+
<path id="path906" d="m562.4-319.55c0.87-6.04 6.26-12.73 12.31-16.19 2.91-1.62 4.85 0.33 6.15 0.97 1.62 2.59 0.65 7.45 0 9.39-1.62 3.24-4.86 5.83-10.68 8.1-3.03-1.3-4.75-0.97-7.78-2.27z" stroke-opacity=".77245" fill-rule="evenodd" stroke="#000" stroke-width="2.5" fill="#fff"/>
|
|
237
|
+
<path id="path907" d="m614.21-204.29c1.29 0.65 14.24 14.89 14.24 14.89h7.77l0.65-21.69" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
238
|
+
<path id="path908" stroke-linejoin="round" d="m635.25-246.05c-2.59 8.52-1.62 17.05 0 25.57" stroke-opacity=".77245" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="none"/>
|
|
239
|
+
<path id="path909" d="m618.38-205.84l3.03-11.83" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
240
|
+
<path id="path910" d="m623.92-250.59c-3.88 7.13-4.99 18.83-2.97 27.32" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
241
|
+
<path id="path911" d="m729.76-203.25l-7.33 0.15" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
242
|
+
<path id="path1170" d="m467.29-230.77c1.03 3.17-2.43 1.47-3.18 2.36-3.63 1.29-9.4-3.17-13.04-13.95 1.77-3.01 12.22-9.5 15.57-8.1 0 0 6.58 2.5 7.37 5.25-1.26 4-6.94 14.89-6.72 14.44z" fill-rule="evenodd" stroke="#000" stroke-width="2.5" fill="#9f3000"/>
|
|
243
|
+
<path id="path912" d="m729.76-203.25l0.12-14.42" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
244
|
+
<path id="path913" d="m741.67-127.47l2.06 35.194" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
245
|
+
<path id="path1153" d="m467.05-229.54c7.1 6.68 18.25 2.2 20.03 18.51 0.76 9.12-12.17 27.38 0 43.86 4.31 6.33 15.47 13.18 15.47 13.18 5.83 6.51 7.6 18.09 11.4 27.13 8.03 12 19.1 14.62 27.89 11.66 0 0 28.9-12.93 28.9-13.18 0-0.26-14.7-19.78-14.7-19.52 0 0.25-16.48 13.94-16.73 13.94-1.78-0.26-11.41 0.76-14.96-11.41-0.25-15.55-7.94-24.16-20.28-30.42-6.26-4.74-11.24-12.26-5.83-22.82 3.12-9.63 6.25-25.86-4.82-36.76-7.1-4.73-12.17-8.45-19.78-9.89-10.05 3.8-9.97 2.79-6.59 15.72z" fill-rule="evenodd" stroke="#000" stroke-width="2.5" fill="#238700"/>
|
|
246
|
+
<path id="path914" d="m609.97-365.26c-3.89 7.12-3.53 11.39-2.89 18.51" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
247
|
+
<path id="path915" d="m590.25-330.23h9.06c2.41-0.07 3.45-0.98 5.19-2.27 1.16-0.66 2.4-1.65 3.56-2.59 0.96-0.69 2.11-1.49 3.23-1.94 1.84 0 3.28 0.13 4.86 0.65 1.47 0.61 2.67 1.49 3.89 2.26 1.21 0.49 2.3 0.65 4.2 0.65 1.98 0 4.05-0.09 5.83 0.32 1.71 0.12 3.63 0.49 4.86 0.97 1.57 0.99 2.51 2.17 3.56 3.24 0.06 1.72 0.63 2.77 0.65 4.53 0 1.51 0.17 3.55-0.33 4.54 0 1.86-0.29 3.18-0.64 4.53-1.19 1.12-1.62 1.98-3.24 2.27-1.27 0.99-3.18 0.97-5.18 0.97h-5.18c-1.13-0.94-2.49-1.92-3.89-3.24-0.75-1.74-1.24-2.31-2.91-2.91-1.4-0.22-3.07-0.33-4.86-0.33-1.58 0-2.9 0.11-3.88-0.64-0.9-0.86-2.19-1.3-3.56-1.62-1.47-0.42-3.2-0.33-4.86-0.33h-2.59" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
248
|
+
<path id="path916" d="m598.67-327.32c0.11 0.11 0.21 0.22 0.32 0.32-0.73-0.73-0.47-0.38 1.3 0.33 2.14 0.49 4.45 0.9 6.79 0.97 2.23 0 4.26 0.27 6.48 0.32 1.55 0 3.18 0.13 4.53-0.32" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
249
|
+
<path id="path917" d="m619.39-332.5h-0.33c1.02 0 0.4-0.08-0.97 1.62-0.13 1.85-0.53 2.87 0.33 4.53 1.05 0.35 2.84 1.14 3.56 1.94 1.04 0.75 0.97 1.42 0.97 3.24-0.62 1.01-1.18 1.83-1.94 3.24-0.41 1.02-0.94 2.38-1.3 3.56-0.37 1.48-0.63 2.89-0.65 4.53v3.24" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
250
|
+
<path id="path918" d="m736.59-370.2c0.36 0.69 6.57 13.09 14.28 5.22 1.14-1.34 1.54-2.31 1.54-4.59 0-1.19-0.16-2.58-0.45-3.56" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
251
|
+
<path id="path1183" d="m549.75-120.93c3.74 5.2 10.52 2.52 11.89-1.64-4.65 0.3-6.43-2.45-8.07-6.65-0.99 2.41-4.86 5.3-3.82 8.29z" fill-rule="evenodd" stroke="#000" stroke-width="1.3573" fill="#fff"/>
|
|
252
|
+
<path id="path919" d="m769.35-358.63c0 0.24 6.58 6.29 16.53 6.29 2.4 0 13.8-2.88 17.44-7.95" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
253
|
+
<path id="path920" d="m783.13-352.8c0.15 0.97 0.46 4.51 0.46 6.87-0.03 2.49 0.57 4.58-0.37 6.66-1.03 2.65-2.16 3.71-4.67 4.62-2.04 0.92-2.47 0.04-4.74 0.12" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
254
|
+
<path id="path921" d="m728.37-365.33c0 0.15 7.02 16.82 9.33 18.51" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
255
|
+
<path id="path1184" d="m554.31-123.97c3.73 5.2 10.52 2.52 11.88-1.64-4.65 0.3-6.42-2.44-8.06-6.65-0.99 2.41-4.87 5.3-3.82 8.29z" fill-rule="evenodd" stroke="#000" stroke-width="1.3573" fill="#fff"/>
|
|
256
|
+
<path id="path1185" d="m561.4-127.01c3.73 5.21 10.52 2.53 11.88-1.64-4.65 0.3-6.42-2.44-8.06-6.65-1 2.41-4.87 5.3-3.82 8.29z" fill-rule="evenodd" stroke="#000" stroke-width="1.3573" fill="#fff"/>
|
|
257
|
+
<path id="path922" d="m688.35-373.86h2.29c7.27-1.23 31.72 3.28 35.96 7.78" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
258
|
+
<path id="path923" d="m692.93-255.73c-0.15-0.15 0.34 2.8 0.19 2.65 0.9 0.9-0.14-2.44-0.65-4.48-0.76-1.82-0.91-3.02-0.91-5.5v-1.83" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
259
|
+
<path id="path924" d="m647.23-147.96v0.65-0.65 0.65-2.65 13.33c0.33 1.61 0.33 3.4 0.33 5.18 0.2 1.38 0.68 3.02 1.29 4.54 0.09 1.92 0.63 3.18 1.3 4.85 0.13 1.66 0.7 3.08 1.29 4.54 0.14 1.66 0.68 2.53 0.97 3.88 0.47 1.56 1.04 2.57 1.62 3.56 0.42 0.43 0.83 2.6 1.22 2.72" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
260
|
+
<path id="path925" d="m627.48-167.06v8.75c0.42 2.14 0.5 4.41 0.97 6.47 0.18 1.85 0.63 3.43 0.97 5.18 0.16 1.73 2.23 7.87 2.92 9.39 0.76 1.43 1.9 2.92 2.59 3.88 1.29 0.4 2.35 0.86 3.88 0.97h4.54c1.81-0.35 2.44-0.54 3.23-1.94 0.44-0.87 0.42-1.48 0.98-1.94" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
261
|
+
<path id="path926" d="m621.98-108.13c0-0.53-0.08-2.12 0.65-3.24 1.14-1.63 2.06-2.64 3.56-4.21 1.77-1.13 6.17-7.18 19.42-10.68 1.55 0 2.09-0.3 3.57-0.33" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
262
|
+
<path id="path927" d="m623.55-137.51c0.11 0.11 7.25 3.84 10.95 4" stroke-opacity=".77245" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
263
|
+
<path id="path1104" d="m643.94-124.97h-0.35 0.35c-0.12 0-0.23 0 0 0z" stroke="#000" stroke-width="1pt" fill="none"/>
|
|
264
|
+
<path id="path1106" d="m640.76-125.32c-1.06-0.71-35.39-10.62-34.68-10.62 0.7 0-12.57 9.03-12.57 9.03l32.74 11.15 13.09-9.56h1.42z" fill-rule="evenodd" stroke="#000" stroke-width="2.5" fill="#ffbc00"/>
|
|
265
|
+
<path id="path1107" d="m607.96-136.2c2.17-5.51 1.58-12.77-5.51-17.27-16.18-9.93-43.37-9.09-48.54 2.5-5.59-0.75-8.43 3.76-9.26 8.26-14.43 3.92-1.08 20.59 2.5 21.27 4.85 1.65 6.17 0.44 7.01-1.15 2.7 0.67 6.4-2.22 7.33-4.21 3.43 0.63 6.03 0.57 6.09-2.87 9.82 9.21 23.36 15.58 24.86 3.73 5.18-3.42 10.35-6.84 15.52-10.26z" fill-rule="evenodd" stroke="#000" stroke-width="2.5" fill="#f7b200"/>
|
|
266
|
+
<path id="path1109" d="m544.67-142.96c-0.91 6.42 3.4 13.34 10.24 20.02" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
267
|
+
<path id="path1110" d="m553.66-150.97c-0.92 6.43 0.92 17.35 7.76 24.02" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
268
|
+
<path id="path1111" d="m563.8-157.87c-6.28 5.28-2.85 21.6 3.99 28.27" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
269
|
+
<path id="path1108" stroke-linejoin="round" d="m580.6-291.29c14.49 19.2-5.78 40.4-23.49 52.63-20.87 16.42-32.15 48.43 4.67 50.39 13.3-0.24 27.74-1.42 35.86 8.99 8.13 10.42 8.43 29.65-12.04 41.98-2-1.77-4.99-7.05-7.21-8.66s-3.68 0.45-5.68-1.32c-0.71-6.6 10.09-16.43-0.12-18.81-13.22 2.24-59.47 2.43-58.87-41.68 1.01-9.84 6.27-20.87 14.7-32.1 8.44-11.23 31.56-25.15 33.78-31.25 3.56-5.26-2.95-15.51-8.14-16.92-4.25-11.33 14.51-23.42 26.54-3.25z" fill-rule="evenodd" stroke="#000100" stroke-width="2.5" fill="#288800"/>
|
|
270
|
+
<path id="path1117" d="m548.4-257.32l0.5 25.78" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
271
|
+
<path id="path1118" d="m534.89-247.06l27.53 4.01" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
272
|
+
<path id="path1119" d="m555.16-263.07l23.27 4.75" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
273
|
+
<path id="path1120" d="m530.66-242.57l19.37 11.48" stroke-opacity=".64151" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
274
|
+
<path id="path1121" d="m516.85-218.33l15.14 16.08" stroke-opacity=".64151" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
275
|
+
<path id="path1122" d="m530.83-241.51l2.57 38.02" stroke-opacity=".64151" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
276
|
+
<path id="path1123" d="m520.39-225.58l24.87 0.5" stroke-opacity=".64151" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
277
|
+
<path id="path1125" d="m494.38-161.36c3.85-3.64 7.87-8.88 10.36-14" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
278
|
+
<path id="path1126" d="m502.17-154.81c5.2-3.22 11.87-5.75 18.49-7.1" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
279
|
+
<path id="path1127" d="m511.72-132.69c4.51-3.76 9.36-7.74 12.68-12.98" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
280
|
+
<path id="path1128" d="m511.9-131.83c7.93-0.19 15.98-1.01 23.8-2.45" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
281
|
+
<path id="path1129" d="m526.06-116.24c5.9-2.22 11.29-5.63 15.66-9.04" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
282
|
+
<path id="path1130" d="m485-169.32c4.58-3.69 9.16-7.9 12.88-12.27" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
283
|
+
<path id="path1131" d="m481.64-181.17c4.98-1.34 9.84-3.87 14.07-6.22" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
284
|
+
<path id="path1132" d="m483.38-193.51c4.03-1.56 8.73-2.21 13.09-2.47" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
285
|
+
<path id="path1133" d="m487.13-204.88c4.87-0.48 8.14-0.19 13.01 1.34" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
286
|
+
<path id="path1134" d="m487.94-212.11c4.03-2.16 8.55-3.57 13.08-2.97" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
287
|
+
<path id="path1135" d="m485.94-217.45l14.02-9.57" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
288
|
+
<path id="path1136" d="m483.46-221.41l11.94-11.84" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
289
|
+
<path id="path1137" d="m480.07-223.05l8.75-14.95" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
290
|
+
<path id="path1140" d="m514.98-311.4l-0.11 21.3" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
291
|
+
<path id="path1141" d="m536.53-308c-3.14 6.13-7.54 13.39-13.19 18.81" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
292
|
+
<path id="path1142" d="m520.63-312.12c-6.26-0.5-12.17 2.89-16.92 6.9" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
293
|
+
<path id="path1145" stroke-linejoin="round" d="m553.98-295.86c10.4 3.82 24.2 9.08 22.76 39.62 8.61-9.33 12.55-22.41 1.62-38.91-7.35-7.94-18.11-9.62-24.38-0.71z" fill-rule="evenodd" fill-opacity=".99371" stroke="#000" stroke-linecap="round" stroke-width="1pt" fill="#9d4600"/>
|
|
294
|
+
<path id="path1146" d="m558.67-285.68c0.42-5.91 8.69-13.23 13.06-14.84" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
295
|
+
<path id="path1147" d="m561.85-280.33c2.18-7.56 11.61-13.56 15.97-15.17" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
296
|
+
<path id="path1148" d="m562.05-269.61c4.03 0.06 19.27-8.39 22.75-13.42" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
297
|
+
<path id="path1149" d="m563.3-275.25c4.9-3.4 14.1-11.11 18.46-12.73" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
298
|
+
<path id="path1150" d="m576.75-269.08c3.67-2.08 4.93-1.57 8.77-5.53" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
299
|
+
<path id="path1151" d="m553.98-295.68c10.46 3.4 23.24 11.11 22.41 39.43" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
300
|
+
<path id="path1154" d="m519.17-186.24l14.23-17.25" stroke-opacity=".64151" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
301
|
+
<path id="path1155" d="m520.94-182.69l12.72-0.01" stroke-opacity=".64151" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
302
|
+
<path id="path1156" d="m513.85-199.93l17.78 10.13" stroke-opacity=".64151" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
303
|
+
<path id="path1157" d="m537.79-201.65c-3.41-0.32-5.36-0.97-8.32-2.06 1.39 22.91 3.68 24.09 7.3 32.73 10.84 6.87 29.59 5.27 37.52 3.55 0.86 1.2 5.55 7.02 2.66 8.72-3.11 1.95-4.37 5.73-4.48 11.84 1.83 2.07 3.75 0.27 5.62 1.6s4.07 6.05 5.8 10.1 23.04-15.84 19.31-30.74c-2.46-13.99-11.92-18.76-11.92-18.76-13.38-6.69-32.18-2.25-39.04-4.81-8.54-1.9-13.91-9.28-14.45-12.17z" fill-rule="evenodd" stroke="#000" stroke-width="1pt" fill="#9d4600"/>
|
|
304
|
+
<path id="path1158" d="m575.75-161.22c11.54-5.27 23.75-5.7 27.06-5.22" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
305
|
+
<path id="path1159" d="m530.61-191.83c2.51-1.47 6.2-4.6 10.44-4.53" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
306
|
+
<path id="path1160" d="m551.84-166.59c2.05-12.14 7.25-20.33 9.93-22.39" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
307
|
+
<path id="path1161" d="m558.77-165.64c2.05-12.14 7.73-20.81 10.41-22.86" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
308
|
+
<path id="path1162" d="m566.5-166.43c2.05-12.14 7.25-20.02 9.93-22.07" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
309
|
+
<path id="path1163" d="m572.33-167.38c2.05-12.14 8.83-18.12 11.51-20.18" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
310
|
+
<path id="path1164" d="m576.21-163.94c2.05-12.14 12.36-18.88 15.04-20.94" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
311
|
+
<path id="path1165" d="m576.53-162.05c7.03-10.11 18.58-15.02 21.88-15.73" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
312
|
+
<path id="path1167" d="m544.58-168.16c2.05-12.14 7.41-18.76 10.09-20.82" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
313
|
+
<path id="path1168" d="m537.65-170.37c2.05-12.14 8.35-18.29 11.03-20.34" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
314
|
+
<path id="path1113" d="m573.66-145.43c5.45-4.29 9.15 9.55 9.42 11.23s1.29 3.39 4 4.96" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
315
|
+
<path id="path1169" d="m533.39-178.73c2.21-6.15 7.09-12.92 9.77-14.97" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
316
|
+
<path id="path1112" d="m563.26-157.31c-7.07 11.23 1.09 21.15 10.24 17.17-1.05-7.76-3.03-12.69 4.05-20.16-5.02 0.3-9.53-1.48-14.29 2.99z" fill-rule="evenodd" stroke="#000" stroke-width="2.657" fill="#fff"/>
|
|
317
|
+
<path id="path1171" d="m536.59-239.89l3.35 16.5" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
318
|
+
<path id="path1172" d="m539.94-224.73l-6.02 20.29" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
319
|
+
<path id="path1173" d="m575.5-160.16c12.45-2.42 24.42 0 27.52 1.25" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
320
|
+
<path id="path1174" d="m574.03-158.17c12.76-0.19 23.89 5.03 26.64 7.08" stroke="#000" stroke-width="2.6888" fill="none"/>
|
|
321
|
+
<path id="path1175" d="m574.16-155.8c12.28 2.79 17.78 9.02 19.93 11.65" stroke="#000" stroke-width="2.6707" fill="none"/>
|
|
322
|
+
<path id="path1176" d="m573.31-152.97c11.02 6.1 13.5 11.1 14.83 14.23" stroke="#000" stroke-width="2.6707" fill="none"/>
|
|
323
|
+
<rect id="rect1177" fill-rule="evenodd" transform="rotate(-13.197)" height="28.102" width="6.0762" y="-2.1958" x="402.17" stroke-width="1pt" fill="#296526"/>
|
|
324
|
+
<path id="path1179" d="m440.25-1.5053l12.42 14.145 4.63-3.924-11.66-14.652-5.39 4.4307z" stroke-width="1pt" fill="#296526" fill-rule="evenodd"/>
|
|
325
|
+
<path id="path1180" d="m819.38 58.927l-15.39 10.842 3.41 5.03 15.81-10.032-3.83-5.84z" stroke-width="1pt" fill="#296526" fill-rule="evenodd"/>
|
|
326
|
+
<path id="path1181" d="m900.56-8.7546l-13.72 12.881 4.07 4.506 14.26-12.137-4.61-5.25z" stroke-width="1pt" fill="#296526" fill-rule="evenodd"/>
|
|
327
|
+
<path id="path1182" d="m944.08-99.626l-4.99 12.325 2.73 3.534 5.37-11.727-3.11-4.132z" stroke-width="1pt" fill="#296526" fill-rule="evenodd"/>
|
|
328
|
+
<path id="path1186" d="m537.48-169.7c-6.67-10.98-7.52-22.45-7.85-33.68 3.54 1.69 6.33 2.62 8.35 2.03" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
329
|
+
<path id="path1187" d="m514.26-312.04c-5.49-13.72 0.85-21.16 7.7-27.68" stroke="#000" stroke-width="2.5" fill="none"/>
|
|
330
|
+
<path id="path1188" d="m209.1 154.93a4.4755 3.0433 0 1 0 -8.96 0 4.4755 3.0433 0 1 0 8.96 0h-4.48z" transform="matrix(.81813 -.73130 .68731 .87049 245.65 -325.49)" fill-rule="evenodd"/>
|
|
331
|
+
<path id="path1189" d="m487.66-239.05c-1.15 0-21.03-2.68-21.03-2.68" stroke="#000" stroke-width="3.25" fill="none"/>
|
|
332
|
+
<path id="path1190" d="m479.25-224.52c0-0.76-13.01-16.82-13.01-16.82" stroke="#000" stroke-width="3.25" fill="none"/>
|
|
333
|
+
</g>
|
|
334
|
+
<rect id="rect1200" fill-rule="evenodd" height="496.06" width="290.69" y="-.000188" x="0" stroke-width="1pt" fill="#0b7226"/>
|
|
335
|
+
<rect id="rect1201" fill-rule="evenodd" height="496.06" width="289.02" y="-.000051" x="579.09" stroke-width="1pt" fill="#bc0000"/>
|
|
336
|
+
<metadata>
|
|
337
|
+
<rdf:RDF>
|
|
338
|
+
<cc:Work>
|
|
339
|
+
<dc:format>image/svg+xml</dc:format>
|
|
340
|
+
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
|
341
|
+
<cc:license rdf:resource="http://creativecommons.org/licenses/publicdomain/"/>
|
|
342
|
+
<dc:publisher>
|
|
343
|
+
<cc:Agent rdf:about="http://openclipart.org/">
|
|
344
|
+
<dc:title>Openclipart</dc:title>
|
|
345
|
+
</cc:Agent>
|
|
346
|
+
</dc:publisher>
|
|
347
|
+
<dc:title>mexico</dc:title>
|
|
348
|
+
<dc:date>2011-02-16T18:32:00</dc:date>
|
|
349
|
+
<dc:description>Originally uploaded by Cezary Biele for OCAL. 0.18</dc:description>
|
|
350
|
+
<dc:source>http://openclipart.org/detail/119479/mexico-by-anonymous</dc:source>
|
|
351
|
+
<dc:creator>
|
|
352
|
+
<cc:Agent>
|
|
353
|
+
<dc:title>Anonymous</dc:title>
|
|
354
|
+
</cc:Agent>
|
|
355
|
+
</dc:creator>
|
|
356
|
+
<dc:subject>
|
|
357
|
+
<rdf:Bag>
|
|
358
|
+
<rdf:li>clip art</rdf:li>
|
|
359
|
+
<rdf:li>clipart</rdf:li>
|
|
360
|
+
<rdf:li>flag</rdf:li>
|
|
361
|
+
<rdf:li>mexico</rdf:li>
|
|
362
|
+
<rdf:li>north america</rdf:li>
|
|
363
|
+
</rdf:Bag>
|
|
364
|
+
</dc:subject>
|
|
365
|
+
</cc:Work>
|
|
366
|
+
<cc:License rdf:about="http://creativecommons.org/licenses/publicdomain/">
|
|
367
|
+
<cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"/>
|
|
368
|
+
<cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"/>
|
|
369
|
+
<cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"/>
|
|
370
|
+
</cc:License>
|
|
371
|
+
</rdf:RDF>
|
|
372
|
+
</metadata>
|
|
373
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="640" height="480" viewBox="0 0 640 480"><defs><clipPath id="a"><path fill-opacity=".67" d="M0 0h640v480H0z"/></clipPath></defs><g clipPath="url(#a)"><path fill="#fff" d="M0 0h640v480H0z"/><path fill="#fff" fill-rule="evenodd" d="M92.462 0h477.19v480H92.462z"/><path fill="#db0000" fill-rule="evenodd" d="M323.07 3.655h358v221.68h-358z"/><path fill="#0000ab" fill-rule="evenodd" d="M3.227 225.33h319.87v254.66H3.227zM214.8 177.65l-41.959-29.326-41.754 29.614 15.529-48.124-41.677-29.716 51.562-.414 15.993-47.978 16.335 47.867 51.562.063-41.463 29.996 15.872 48.017z"/><path fill="#d80000" fill-rule="evenodd" d="M516.85 413.89l-42.354-27.744-42.146 28.017 15.675-45.529-42.069-28.114 52.047-.392 16.143-45.391 16.489 45.286 52.047.06-41.853 28.379 16.021 45.428z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="640" height="480" viewBox="0 0 640 480"><g fill-rule="evenodd"><path fill="#fff" d="M212.875 0h213.95v480h-213.95z"/><path fill="red" d="M0 0h212.875v480H0zM425.163 0H640v480H425.162z"/></g></svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2066_1881)">
|
|
3
|
+
<path d="M13.5422 18.2295C13.5422 18.7887 13.0758 19.2421 12.5006 19.2421C11.9253 19.2421 11.459 18.7887 11.459 18.2295C11.459 17.6702 11.9253 17.2168 12.5006 17.2168C13.0758 17.2168 13.5422 17.6702 13.5422 18.2295Z" fill="#D4D1D7"/>
|
|
4
|
+
<path d="M12.5 24.3056C5.60722 24.3056 0 18.8541 0 12.1528C0 5.45147 5.60722 0 12.5 0C19.3928 0 25 5.45147 25 12.1528C25 18.8541 19.3928 24.3056 12.5 24.3056ZM12.5 1.5191C6.46877 1.5191 1.5625 6.28908 1.5625 12.1528C1.5625 18.0165 6.46877 22.7865 12.5 22.7865C18.5312 22.7865 23.4375 18.0165 23.4375 12.1528C23.4375 6.28908 18.5312 1.5191 12.5 1.5191Z" fill="#D4D1D7"/>
|
|
5
|
+
<path d="M12.4994 14.9378C12.0682 14.9378 11.7182 14.5975 11.7182 14.1782V13.1554C11.7182 12.1913 12.3474 11.3273 13.2828 11.0063C14.5275 10.58 15.3641 9.29067 15.3641 8.35495C15.3641 6.81861 14.0796 5.56988 12.4994 5.56988C10.9192 5.56988 9.63477 6.81861 9.63477 8.35495C9.63477 8.77422 9.28477 9.1145 8.85352 9.1145C8.42226 9.1145 8.07227 8.77422 8.07227 8.35495C8.07227 5.9821 10.0578 4.05078 12.4994 4.05078C14.941 4.05078 16.9266 5.9821 16.9266 8.35495C16.9266 10.0443 15.5546 11.8378 13.8025 12.4394C13.4901 12.5456 13.2807 12.8342 13.2807 13.1563V14.1782C13.2807 14.5975 12.9307 14.9378 12.4994 14.9378Z" fill="#D4D1D7"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_2066_1881">
|
|
9
|
+
<rect width="25" height="24.3056" rx="12.1528" fill="white"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="38" height="39" viewBox="0 0 38 39" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect y="0.5" width="38" height="38" rx="19" fill="#E33AA9"/>
|
|
3
|
+
<g clip-path="url(#clip0_2066_1897)">
|
|
4
|
+
<path d="M28.9961 14.4329C28.9727 14.2177 28.8391 14.0274 28.6393 13.9341L19.2643 9.55911C19.0967 9.48095 18.9032 9.48095 18.7357 9.55911L9.36066 13.9341C9.1609 14.0274 9.02723 14.2177 9.00383 14.4329C9.00332 14.4374 9 14.4972 9 14.5005V25.1255C9 25.381 9.15559 25.6109 9.39289 25.7058L18.7679 29.4558C18.8424 29.4856 18.9212 29.5005 19 29.5005C19.0788 29.5005 19.1576 29.4856 19.2321 29.4558L28.6071 25.7058C28.8444 25.6109 29 25.381 29 25.1255V14.5005C29 14.4972 28.9966 14.4373 28.9961 14.4329ZM19 10.8152L26.8025 14.4563L23.798 15.6581L15.8487 12.2858L19 10.8152ZM14.3246 12.997L22.1506 16.3171L19 17.5773L11.1975 14.4563L14.3246 12.997ZM10.25 15.4236L18.375 18.6736V27.9523L10.25 24.7023V15.4236ZM19.625 27.9524V18.6736L27.75 15.4236V24.7023L19.625 27.9524Z" fill="#FAFAFA"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_2066_1897">
|
|
8
|
+
<rect width="20" height="20" fill="white" transform="translate(9 9.5)"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="26" height="27" viewBox="0 0 26 27" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M25.2919 8.16129C24.5615 7.12108 23.3697 6.50244 22.0986 6.5038C19.9474 6.50618 18.2041 8.24951 18.2017 10.4007C18.2017 10.441 18.2064 10.4795 18.2077 10.5194L15.9172 11.2832C14.7853 9.99285 12.9375 9.60472 11.3821 10.3306L7.45005 6.39858C8.35159 4.44032 7.49497 2.12202 5.53671 1.22048C3.5785 0.318935 1.26021 1.17556 0.358662 3.13382C-0.542882 5.09208 0.313739 7.41037 2.272 8.31192C3.41158 8.8366 4.73394 8.7815 5.82595 8.16389L9.61377 11.9513C9.1129 12.8294 8.97819 13.8695 9.2388 14.8463L6.80062 16.4717C5.11876 15.095 2.63923 15.3424 1.26253 17.0242C-0.114274 18.7061 0.133127 21.1856 1.81498 22.5623C3.49683 23.9391 5.97636 23.6917 7.35306 22.0098C8.15236 21.0334 8.43495 19.733 8.11296 18.5129L10.5511 16.8874C11.5754 17.7252 12.9568 17.9814 14.2134 17.5668L15.4258 19.3616C13.8767 20.9147 13.8801 23.4296 15.4333 24.9786C16.9865 26.5276 19.5013 26.5243 21.0503 24.9711C22.5994 23.4179 22.596 20.9031 21.0428 19.354C20.1402 18.4538 18.8604 18.0416 17.602 18.2457L16.1822 16.1163C16.764 15.31 17.0071 14.308 16.8594 13.3248L18.9135 12.6402C20.1503 14.4016 22.5808 14.8268 24.3422 13.59C26.1035 12.3531 26.5287 9.92265 25.2919 8.16129ZM3.91293 7.80277C2.2398 7.80088 0.883882 6.44496 0.881988 4.77183C0.881988 3.09788 2.23899 1.74088 3.91293 1.74088C5.58688 1.74088 6.94388 3.09788 6.94388 4.77183C6.94388 6.44578 5.58688 7.80277 3.91293 7.80277ZM6.53427 7.6469C6.6987 7.49724 6.85019 7.33401 6.98718 7.15891L11.6063 11.7785C11.7362 11.9084 11.7362 12.1189 11.6063 12.2488C11.5909 12.2643 11.5739 12.2782 11.5557 12.2903C11.4234 12.377 11.2484 12.3589 11.1365 12.247L6.53427 7.6469ZM4.34593 22.5245C2.67198 22.5245 1.31498 21.1675 1.31498 19.4936C1.31498 17.8196 2.67198 16.4626 4.34593 16.4626C6.01988 16.4626 7.37687 17.8196 7.37687 19.4936C7.37498 21.1668 6.01912 22.5226 4.34593 22.5245ZM7.79428 17.6845C7.68571 17.4792 7.55906 17.2841 7.41584 17.1013L9.55742 15.6724C9.666 15.8777 9.79265 16.0729 9.93586 16.2556L7.79428 17.6845ZM13.4877 16.4916L13.7042 16.812C12.0816 17.2025 10.4497 16.2037 10.0592 14.5811C9.89906 13.9159 9.96947 13.216 10.2589 12.596L10.5247 12.8614C11.0005 13.3216 11.7593 13.309 12.2195 12.8332C12.6689 12.3686 12.6689 11.6313 12.2195 11.1667L12.0463 10.9935C13.6231 10.4557 15.3374 11.2979 15.8753 12.8748C15.9839 13.1934 16.0385 13.528 16.0367 13.8647C16.0386 14.3781 15.9086 14.8833 15.6592 15.3321L15.5379 15.1494C15.1599 14.588 14.3984 14.4394 13.8371 14.8174C13.286 15.1885 13.131 15.9311 13.4877 16.4916ZM18.2017 19.0606C19.8748 19.0625 21.2307 20.4184 21.2326 22.0915C21.2326 23.7655 19.8756 25.1225 18.2017 25.1225C16.5277 25.1225 15.1707 23.7655 15.1707 22.0915C15.1707 20.4176 16.5277 19.0606 18.2017 19.0606ZM16.7221 18.4873C16.5055 18.5773 16.2975 18.6868 16.1008 18.8146L14.2134 16.0192C14.1058 15.8525 14.1536 15.6302 14.3203 15.5226C14.487 15.415 14.7094 15.4628 14.817 15.6295L16.7221 18.4873ZM16.6459 12.4839C16.5868 12.3257 16.5176 12.1715 16.4385 12.0223L18.3342 11.3905C18.3763 11.5525 18.4288 11.7116 18.4914 11.8668L16.6459 12.4839ZM22.0986 13.4317C20.4247 13.4317 19.0677 12.0747 19.0677 10.4007C19.0677 8.72678 20.4247 7.36978 22.0986 7.36978C23.7726 7.36978 25.1296 8.72678 25.1296 10.4007C25.1277 12.0739 23.7718 13.4298 22.0986 13.4317Z" fill="#FAFAFA"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="26" height="24" viewBox="0 0 26 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2066_1877)">
|
|
3
|
+
<path d="M10.6808 5.55321C10.6808 8.16822 8.55888 10.2877 5.94086 10.2877C3.32201 10.2877 1.19922 8.16822 1.19922 5.55321C1.19922 2.93821 3.32201 0.817871 5.94086 0.817871C8.55888 0.817871 10.6808 2.93821 10.6808 5.55321Z" fill="#FAFAFA"/>
|
|
4
|
+
<path d="M24.3742 5.5537C24.3742 8.1687 22.2514 10.289 19.6342 10.289C17.0154 10.289 14.8926 8.1687 14.8926 5.5537C14.8926 2.9387 17.0154 0.818359 19.6342 0.818359C22.2514 0.818359 24.3742 2.93788 24.3742 5.5537Z" fill="#FAFAFA"/>
|
|
5
|
+
<path d="M0.103516 16.5195C0.103516 16.5195 0.56022 16.5973 1.35883 16.7316C2.10497 16.8668 3.17087 17.0592 4.44914 17.291C5.06408 17.4098 5.72742 17.5138 6.40878 17.6342C7.09424 17.7423 7.80346 17.8618 8.52746 17.9577C8.88741 18.0052 9.25228 18.0527 9.62207 18.1018C9.98776 18.1387 10.3584 18.1763 10.7306 18.2148C11.4718 18.2787 12.2163 18.3434 12.9559 18.3598C13.6963 18.3942 14.4293 18.3819 15.1549 18.3671C15.5141 18.336 15.8781 18.3426 16.2332 18.3139C16.5865 18.2746 16.9449 18.2656 17.2917 18.2197C17.9894 18.1452 18.6724 18.0527 19.33 17.9405C19.9909 17.834 20.6214 17.6997 21.2216 17.5727C21.5258 17.5187 21.8029 17.4261 22.085 17.3672C22.3662 17.3066 22.6368 17.246 22.8852 17.1731C23.3837 17.0306 23.856 16.938 24.2291 16.825C24.9859 16.6154 25.4713 16.5195 25.4713 16.5195C25.4713 16.5195 25.2827 16.952 24.8629 17.6669C24.6579 18.0314 24.3496 18.4114 23.9954 18.8684C23.6346 19.3172 23.1747 19.7709 22.6483 20.2557C22.3769 20.485 22.0817 20.7111 21.7775 20.9535C21.4668 21.1861 21.1216 21.3851 20.7731 21.6144C20.0606 22.0345 19.2669 22.4268 18.4051 22.7331C17.5459 23.0493 16.6226 23.2786 15.6707 23.4366C14.7179 23.5701 13.7373 23.6373 12.7673 23.5963C11.7941 23.5685 10.8356 23.4276 9.91151 23.2352C8.99155 23.0255 8.10602 22.761 7.28692 22.4227C5.63804 21.7692 4.24169 20.8986 3.15775 20.0239C2.06806 19.1542 1.29405 18.2738 0.802096 17.6186C0.313419 16.956 0.103516 16.5195 0.103516 16.5195Z" fill="#F0EEF2"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_2066_1877">
|
|
9
|
+
<rect width="25.3678" height="22.4738" fill="white" transform="translate(0.103516 0.817871)"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2066_1887)">
|
|
3
|
+
<path d="M20.4853 4.01469C18.2188 1.74823 15.2054 0.5 12 0.5C8.79469 0.5 5.78123 1.74819 3.51473 4.01469L3.51464 4.01473L3.51459 4.01478C1.24819 6.28133 0 9.29473 0 12.5C0 12.5 0 12.5001 0 12.5001V12.5001C4.6875e-05 15.1206 0.829875 17.6104 2.39986 19.7004C2.53266 19.8772 2.74092 19.9812 2.96203 19.9812H21.0381C21.2592 19.9812 21.4674 19.8772 21.6002 19.7003C23.1701 17.6103 23.9999 15.1205 24 12.5001V12.5001H24C24 12.5001 24 12.5 24 12.5C24 9.29469 22.7518 6.28119 20.4853 4.01469ZM20.6799 18.575H3.3202C2.20134 16.9815 1.55527 15.1425 1.42945 13.2032L2.20941 13.2031C2.59772 13.2031 2.91253 12.8883 2.91248 12.5C2.91248 12.1116 2.59763 11.7969 2.20931 11.7969L1.43016 11.7969C1.58775 9.40419 2.54287 7.22605 4.03214 5.52655L4.57983 6.07419C4.71712 6.21148 4.89703 6.28011 5.07698 6.28011C5.25694 6.28011 5.43689 6.21144 5.57419 6.07414C5.84878 5.79955 5.84873 5.35438 5.57414 5.07978L5.0265 4.53219C6.726 3.04292 8.90414 2.08775 11.2969 1.93016V2.70941C11.2969 3.09772 11.6117 3.41253 12 3.41253C12.3883 3.41253 12.7031 3.09772 12.7031 2.70941V1.93016C15.0959 2.08775 17.274 3.04292 18.9735 4.53223L18.4259 5.07978C18.1513 5.35433 18.1512 5.79955 18.4258 6.07414C18.5631 6.21144 18.7431 6.28011 18.923 6.28011C19.1029 6.28011 19.2828 6.21148 19.4201 6.07419L19.9678 5.52655C21.4571 7.22605 22.4122 9.40419 22.5698 11.7969L21.7906 11.7969C21.7906 11.7969 21.7906 11.7969 21.7906 11.7969C21.4023 11.7969 21.0875 12.1116 21.0875 12.5C21.0874 12.8883 21.4022 13.2031 21.7905 13.2031L22.5705 13.2032C22.4447 15.1425 21.7987 16.9814 20.6799 18.575Z" fill="#FAFAFA"/>
|
|
4
|
+
<path d="M16.5179 23.0938H7.48047C7.09216 23.0938 6.77734 23.4086 6.77734 23.7969C6.77734 24.1852 7.09216 24.5 7.48047 24.5H16.518C16.9063 24.5 17.2211 24.1852 17.2211 23.7969C17.2211 23.4086 16.9063 23.0938 16.5179 23.0938Z" fill="#FAFAFA"/>
|
|
5
|
+
<path d="M16.4073 8.09221C16.1328 7.81757 15.6876 7.81757 15.413 8.09221L13.5368 9.96829C13.0884 9.69501 12.5621 9.53737 11.9996 9.53737C10.3661 9.53737 9.03711 10.8663 9.03711 12.4999C9.03711 14.1334 10.3661 15.4624 11.9996 15.4624C13.6332 15.4624 14.9621 14.1334 14.9621 12.4999C14.9621 11.9374 14.8045 11.4111 14.5312 10.9626L16.4073 9.08657C16.6819 8.81198 16.6819 8.3668 16.4073 8.09221ZM11.9997 14.0561C11.1415 14.0561 10.4434 13.358 10.4434 12.4999C10.4434 11.6418 11.1416 10.9436 11.9997 10.9436C12.8578 10.9436 13.5559 11.6417 13.5559 12.4999C13.5559 13.358 12.8578 14.0561 11.9997 14.0561Z" fill="#FAFAFA"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_2066_1887">
|
|
9
|
+
<rect y="0.5" width="24" height="24" rx="12" fill="white"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|