@hipay/hipay-material-ui 3.5.0 → 3.6.0-rc1
Sign up to get free protection for your applications and to get access to all the features.
- package/Guideline/index.js +2 -0
- package/HiAlertModal/HiAlertModal.js +215 -0
- package/HiAlertModal/index.js +15 -0
- package/HiAppBar/HiAppBar.js +136 -0
- package/HiAppBar/index.js +15 -0
- package/HiBadge/HiBadge.js +103 -0
- package/HiBadge/index.js +15 -0
- package/HiBreadcrumb/HiBreadcrumb.js +103 -0
- package/HiBreadcrumb/HiStep.js +129 -0
- package/HiBreadcrumb/HiStepConnector.js +164 -0
- package/HiBreadcrumb/HiStepContent.js +97 -0
- package/HiBreadcrumb/HiStepIcon.js +154 -0
- package/HiBreadcrumb/HiStepLabel.js +173 -0
- package/HiBreadcrumb/HiStepper.js +79 -0
- package/HiBreadcrumb/index.js +15 -0
- package/HiButton/HiButton.js +187 -0
- package/HiButton/index.js +13 -0
- package/HiCell/CellAddress.js +96 -0
- package/HiCell/CellDate.js +104 -0
- package/HiCell/CellIcon.js +127 -0
- package/HiCell/CellImage.js +113 -0
- package/HiCell/CellNumeric.js +108 -0
- package/HiCell/CellPinToAction.js +73 -0
- package/HiCell/CellRate.js +154 -0
- package/HiCell/CellSentinel.js +89 -0
- package/HiCell/CellSentinelScore.js +92 -0
- package/HiCell/CellText.js +231 -0
- package/HiCell/CellTextStyled.js +109 -0
- package/HiCell/index.js +79 -0
- package/HiCheckbox/HiCheckbox.js +190 -0
- package/HiCheckbox/index.js +15 -0
- package/HiChip/HiChip.js +264 -0
- package/HiChip/HiChipSwitch.js +252 -0
- package/HiChip/index.js +23 -0
- package/HiColoredLabel/HiColoredLabel.js +179 -0
- package/HiColoredLabel/index.js +15 -0
- package/HiDatePicker/Caption.js +57 -0
- package/HiDatePicker/HiDatePicker.js +371 -0
- package/HiDatePicker/HiDatePickerMobile.js +106 -0
- package/HiDatePicker/HiDateRangePicker.js +657 -0
- package/HiDatePicker/HiDateRangeSelector.js +611 -0
- package/HiDatePicker/ListPicker.js +134 -0
- package/HiDatePicker/NavBar.js +106 -0
- package/HiDatePicker/Overlays/CustomOverlayLayout.js +111 -0
- package/HiDatePicker/Overlays/CustomOverlayLayoutWithoutFooter.js +103 -0
- package/HiDatePicker/Overlays/MonthPickerOverlay.js +87 -0
- package/HiDatePicker/Overlays/Overlay.js +77 -0
- package/HiDatePicker/Overlays/TimePickerOverlay.js +215 -0
- package/HiDatePicker/Overlays/YearPickerOverlay.js +108 -0
- package/HiDatePicker/Overlays/index.js +47 -0
- package/HiDatePicker/Weekday.js +25 -0
- package/HiDatePicker/hiLocaleUtils.js +144 -0
- package/HiDatePicker/index.js +15 -0
- package/HiDatePicker/stylesheet.js +265 -0
- package/HiDotsStepper/HiDot.js +100 -0
- package/HiDotsStepper/HiDotsStepper.js +112 -0
- package/HiDotsStepper/index.js +23 -0
- package/HiExpansionPanel/HiExpansionPanel.js +180 -0
- package/HiExpansionPanel/index.js +13 -0
- package/HiForm/HiAddressField.js +153 -0
- package/HiForm/HiEmailField.js +81 -0
- package/HiForm/HiFormControl.js +315 -0
- package/HiForm/HiFormLabel.js +122 -0
- package/HiForm/HiInput.js +480 -0
- package/HiForm/HiPasswordField.js +113 -0
- package/HiForm/HiSearchField.js +155 -0
- package/HiForm/HiSlider.js +282 -0
- package/HiForm/HiTextField.js +173 -0
- package/HiForm/HiUpload.js +392 -0
- package/HiForm/HiUploadField.js +92 -0
- package/HiForm/HiUploadInput.js +397 -0
- package/HiForm/index.js +95 -0
- package/HiIcon/HiIcon.js +107 -0
- package/HiIcon/index.js +15 -0
- package/HiIconButton/HiIconButton.js +79 -0
- package/HiIconButton/index.js +15 -0
- package/HiListItemLink/HiListItemLink.js +106 -0
- package/HiListItemLink/index.js +15 -0
- package/HiLoader/HiLoader.js +49 -0
- package/HiLoader/index.js +15 -0
- package/HiMap/HiMap.js +315 -0
- package/HiMap/HiMapExpand.js +200 -0
- package/HiMap/index.js +23 -0
- package/HiNotice/HiKPI.js +189 -0
- package/HiNotice/HiKPINotice.js +69 -0
- package/HiNotice/index.js +23 -0
- package/HiPaymentMeans/HiPaymentMeans.js +574 -0
- package/HiPaymentMeans/index.js +15 -0
- package/HiPdfReader/HiPdfReader.js +246 -0
- package/HiPdfReader/index.js +15 -0
- package/HiPin/HiPin.js +96 -0
- package/HiPin/index.js +15 -0
- package/HiRadio/HiRadio.js +67 -0
- package/HiRadio/index.js +15 -0
- package/HiSelect/HiDynamicSelect.js +167 -0
- package/HiSelect/HiDynamicSelectField.js +100 -0
- package/HiSelect/HiNestedSelect.js +446 -0
- package/HiSelect/HiNestedSelectContent.js +349 -0
- package/HiSelect/HiNestedSelectField.js +100 -0
- package/HiSelect/HiSelect.js +882 -0
- package/HiSelect/HiSelectContent.js +413 -0
- package/HiSelect/HiSelectField.js +102 -0
- package/HiSelect/HiSelectInput.js +330 -0
- package/HiSelect/HiSelectMobile.js +167 -0
- package/HiSelect/HiSuggestSelect.js +318 -0
- package/HiSelect/HiSuggestSelectField.js +89 -0
- package/HiSelect/index.js +85 -0
- package/HiSelectableList/HiSelectableList.js +295 -0
- package/HiSelectableList/HiSelectableListHierarchic.js +172 -0
- package/HiSelectableList/HiSelectableListItem.js +402 -0
- package/HiSelectableList/index.js +31 -0
- package/HiStepper/DefaultIndicator.js +44 -0
- package/HiStepper/HiStep.js +200 -0
- package/HiStepper/HiStepper.js +59 -0
- package/HiStepper/index.js +23 -0
- package/HiSwitch/HiSwitch.js +204 -0
- package/HiSwitch/HiSwitchState.js +163 -0
- package/HiSwitch/index.js +23 -0
- package/HiTable/HiCellBuilder.js +236 -0
- package/HiTable/HiTable.js +239 -0
- package/HiTable/HiTableBody.js +62 -0
- package/HiTable/HiTableHeader.js +143 -0
- package/HiTable/HiTableRow.js +140 -0
- package/HiTable/constants.js +151 -0
- package/HiTable/index.js +15 -0
- package/es/Guideline/index.js +2 -0
- package/es/HiAlertModal/HiAlertModal.js +215 -0
- package/es/HiAlertModal/index.js +15 -0
- package/es/HiAppBar/HiAppBar.js +136 -0
- package/es/HiAppBar/index.js +15 -0
- package/es/HiBadge/HiBadge.js +103 -0
- package/es/HiBadge/index.js +15 -0
- package/es/HiBreadcrumb/HiBreadcrumb.js +103 -0
- package/es/HiBreadcrumb/HiStep.js +129 -0
- package/es/HiBreadcrumb/HiStepConnector.js +164 -0
- package/es/HiBreadcrumb/HiStepContent.js +97 -0
- package/es/HiBreadcrumb/HiStepIcon.js +154 -0
- package/es/HiBreadcrumb/HiStepLabel.js +173 -0
- package/es/HiBreadcrumb/HiStepper.js +79 -0
- package/es/HiBreadcrumb/index.js +15 -0
- package/es/HiButton/HiButton.js +187 -0
- package/es/HiButton/index.js +13 -0
- package/es/HiCell/CellAddress.js +96 -0
- package/es/HiCell/CellDate.js +104 -0
- package/es/HiCell/CellIcon.js +127 -0
- package/es/HiCell/CellImage.js +113 -0
- package/es/HiCell/CellNumeric.js +108 -0
- package/es/HiCell/CellPinToAction.js +73 -0
- package/es/HiCell/CellRate.js +154 -0
- package/es/HiCell/CellSentinel.js +89 -0
- package/es/HiCell/CellSentinelScore.js +92 -0
- package/es/HiCell/CellText.js +231 -0
- package/es/HiCell/CellTextStyled.js +109 -0
- package/es/HiCell/index.js +79 -0
- package/es/HiCheckbox/HiCheckbox.js +190 -0
- package/es/HiCheckbox/index.js +15 -0
- package/es/HiChip/HiChip.js +264 -0
- package/es/HiChip/HiChipSwitch.js +252 -0
- package/es/HiChip/index.js +23 -0
- package/es/HiColoredLabel/HiColoredLabel.js +179 -0
- package/es/HiColoredLabel/index.js +15 -0
- package/es/HiDatePicker/Caption.js +57 -0
- package/es/HiDatePicker/HiDatePicker.js +371 -0
- package/es/HiDatePicker/HiDatePickerMobile.js +106 -0
- package/es/HiDatePicker/HiDateRangePicker.js +657 -0
- package/es/HiDatePicker/HiDateRangeSelector.js +611 -0
- package/es/HiDatePicker/ListPicker.js +134 -0
- package/es/HiDatePicker/NavBar.js +106 -0
- package/es/HiDatePicker/Overlays/CustomOverlayLayout.js +111 -0
- package/es/HiDatePicker/Overlays/CustomOverlayLayoutWithoutFooter.js +103 -0
- package/es/HiDatePicker/Overlays/MonthPickerOverlay.js +87 -0
- package/es/HiDatePicker/Overlays/Overlay.js +77 -0
- package/es/HiDatePicker/Overlays/TimePickerOverlay.js +215 -0
- package/es/HiDatePicker/Overlays/YearPickerOverlay.js +108 -0
- package/es/HiDatePicker/Overlays/index.js +47 -0
- package/es/HiDatePicker/Weekday.js +25 -0
- package/es/HiDatePicker/hiLocaleUtils.js +144 -0
- package/es/HiDatePicker/index.js +15 -0
- package/es/HiDatePicker/stylesheet.js +265 -0
- package/es/HiDotsStepper/HiDot.js +100 -0
- package/es/HiDotsStepper/HiDotsStepper.js +112 -0
- package/es/HiDotsStepper/index.js +23 -0
- package/es/HiExpansionPanel/HiExpansionPanel.js +180 -0
- package/es/HiExpansionPanel/index.js +13 -0
- package/es/HiForm/HiAddressField.js +153 -0
- package/es/HiForm/HiEmailField.js +81 -0
- package/es/HiForm/HiFormControl.js +315 -0
- package/es/HiForm/HiFormLabel.js +122 -0
- package/es/HiForm/HiInput.js +480 -0
- package/es/HiForm/HiPasswordField.js +113 -0
- package/es/HiForm/HiSearchField.js +155 -0
- package/es/HiForm/HiSlider.js +282 -0
- package/es/HiForm/HiTextField.js +173 -0
- package/es/HiForm/HiUpload.js +392 -0
- package/es/HiForm/HiUploadField.js +92 -0
- package/es/HiForm/HiUploadInput.js +397 -0
- package/es/HiForm/index.js +95 -0
- package/es/HiIcon/HiIcon.js +107 -0
- package/es/HiIcon/index.js +15 -0
- package/es/HiIconButton/HiIconButton.js +79 -0
- package/es/HiIconButton/index.js +15 -0
- package/es/HiListItemLink/HiListItemLink.js +106 -0
- package/es/HiListItemLink/index.js +15 -0
- package/es/HiLoader/HiLoader.js +49 -0
- package/es/HiLoader/index.js +15 -0
- package/es/HiMap/HiMap.js +315 -0
- package/es/HiMap/HiMapExpand.js +200 -0
- package/es/HiMap/index.js +23 -0
- package/es/HiNotice/HiKPI.js +189 -0
- package/es/HiNotice/HiKPINotice.js +69 -0
- package/es/HiNotice/index.js +23 -0
- package/es/HiPaymentMeans/HiPaymentMeans.js +574 -0
- package/es/HiPaymentMeans/index.js +15 -0
- package/es/HiPdfReader/HiPdfReader.js +246 -0
- package/es/HiPdfReader/index.js +15 -0
- package/es/HiPin/HiPin.js +96 -0
- package/es/HiPin/index.js +15 -0
- package/es/HiRadio/HiRadio.js +67 -0
- package/es/HiRadio/index.js +15 -0
- package/es/HiSelect/HiDynamicSelect.js +167 -0
- package/es/HiSelect/HiDynamicSelectField.js +100 -0
- package/es/HiSelect/HiNestedSelect.js +446 -0
- package/es/HiSelect/HiNestedSelectContent.js +349 -0
- package/es/HiSelect/HiNestedSelectField.js +100 -0
- package/es/HiSelect/HiSelect.js +882 -0
- package/es/HiSelect/HiSelectContent.js +413 -0
- package/es/HiSelect/HiSelectField.js +102 -0
- package/es/HiSelect/HiSelectInput.js +330 -0
- package/es/HiSelect/HiSelectMobile.js +167 -0
- package/es/HiSelect/HiSuggestSelect.js +318 -0
- package/es/HiSelect/HiSuggestSelectField.js +89 -0
- package/es/HiSelect/index.js +85 -0
- package/es/HiSelectableList/HiSelectableList.js +295 -0
- package/es/HiSelectableList/HiSelectableListHierarchic.js +172 -0
- package/es/HiSelectableList/HiSelectableListItem.js +402 -0
- package/es/HiSelectableList/index.js +31 -0
- package/es/HiStepper/DefaultIndicator.js +44 -0
- package/es/HiStepper/HiStep.js +200 -0
- package/es/HiStepper/HiStepper.js +59 -0
- package/es/HiStepper/index.js +23 -0
- package/es/HiSwitch/HiSwitch.js +204 -0
- package/es/HiSwitch/HiSwitchState.js +163 -0
- package/es/HiSwitch/index.js +23 -0
- package/es/HiTable/HiCellBuilder.js +236 -0
- package/es/HiTable/HiTable.js +239 -0
- package/es/HiTable/HiTableBody.js +62 -0
- package/es/HiTable/HiTableHeader.js +143 -0
- package/es/HiTable/HiTableRow.js +140 -0
- package/es/HiTable/constants.js +151 -0
- package/es/HiTable/index.js +15 -0
- package/es/hi-svg-icons/HiAccount.js +52 -0
- package/es/hi-svg-icons/HiActivity.js +53 -0
- package/es/hi-svg-icons/HiAll.js +60 -0
- package/es/hi-svg-icons/HiBilling.js +52 -0
- package/es/hi-svg-icons/HiBriefcaseRescue.js +47 -0
- package/es/hi-svg-icons/HiBusiness.js +52 -0
- package/es/hi-svg-icons/HiCatalog.js +52 -0
- package/es/hi-svg-icons/HiCustomer.js +52 -0
- package/es/hi-svg-icons/HiDownload.js +43 -0
- package/es/hi-svg-icons/HiFinance.js +52 -0
- package/es/hi-svg-icons/HiIntelligence.js +55 -0
- package/es/hi-svg-icons/HiIntelligenceMenu.js +49 -0
- package/es/hi-svg-icons/HiLogoRounded.js +59 -0
- package/es/hi-svg-icons/HiOrder.js +70 -0
- package/es/hi-svg-icons/HiPaymentOrder.js +52 -0
- package/es/hi-svg-icons/HiPermission.js +53 -0
- package/es/hi-svg-icons/HiPriceGrid.js +52 -0
- package/es/hi-svg-icons/HiRoute.js +52 -0
- package/es/hi-svg-icons/HiSettlement.js +52 -0
- package/es/hi-svg-icons/HiSizeLarge.js +47 -0
- package/es/hi-svg-icons/HiSizeMedium.js +47 -0
- package/es/hi-svg-icons/HiSizeSmall.js +47 -0
- package/es/hi-svg-icons/HiStore.js +64 -0
- package/es/hi-svg-icons/HiStoreMenu.js +58 -0
- package/es/hi-svg-icons/HiTransaction.js +52 -0
- package/es/hi-svg-icons/HiTransactionMenu.js +46 -0
- package/es/hi-svg-icons/HiUser.js +52 -0
- package/es/hi-svg-icons/HiVendor.js +52 -0
- package/es/hi-svg-icons/HiWidget.js +52 -0
- package/es/hi-svg-icons/index.js +231 -0
- package/es/hi-svg-icons/index.text.js +51 -0
- package/es/hi-svg-images/HiLogo.js +41 -0
- package/es/hi-svg-images/HiLogoWhite.js +41 -0
- package/es/hi-svg-images/index.js +23 -0
- package/es/setupTest.js +44 -0
- package/es/styleguide/Wrapper.js +23 -0
- package/es/styles/MuiThemeProvider.js +153 -0
- package/es/styles/colorManipulator.js +286 -0
- package/es/styles/createBreakpoints.js +81 -0
- package/es/styles/createGenerateClassName.js +86 -0
- package/es/styles/createMixins.js +36 -0
- package/es/styles/createMuiTheme.js +77 -0
- package/es/styles/createPalette.js +287 -0
- package/es/styles/createStyles.js +10 -0
- package/es/styles/createTypography.js +185 -0
- package/es/styles/getStylesCreator.js +54 -0
- package/es/styles/getThemeProps.js +20 -0
- package/es/styles/index.js +47 -0
- package/es/styles/jssPreset.js +31 -0
- package/es/styles/makeStyles.js +28 -0
- package/es/styles/mergeClasses.js +41 -0
- package/es/styles/shadows.js +17 -0
- package/es/styles/shape.js +11 -0
- package/es/styles/spacing.js +14 -0
- package/es/styles/themeListener.js +40 -0
- package/es/styles/transitions.js +106 -0
- package/es/styles/withStyles.js +28 -0
- package/es/styles/zIndex.js +18 -0
- package/es/test-utils/createMount.js +44 -0
- package/es/test-utils/createRender.js +29 -0
- package/es/test-utils/createShallow.js +48 -0
- package/es/test-utils/getClasses.js +12 -0
- package/es/test-utils/index.js +47 -0
- package/es/test-utils/until.js +49 -0
- package/es/test-utils/unwrap.js +10 -0
- package/es/theme/palette.js +106 -0
- package/es/theme/typography.js +170 -0
- package/es/theme.js +20 -0
- package/es/transitions/utils.js +23 -0
- package/es/utils/exactProp.js +43 -0
- package/es/utils/helpers.js +345 -0
- package/es/withMobileDialog/index.js +15 -0
- package/es/withMobileDialog/withMobileDialog.js +40 -0
- package/hi-svg-icons/HiAccount.js +52 -0
- package/hi-svg-icons/HiActivity.js +53 -0
- package/hi-svg-icons/HiAll.js +60 -0
- package/hi-svg-icons/HiBilling.js +52 -0
- package/hi-svg-icons/HiBriefcaseRescue.js +47 -0
- package/hi-svg-icons/HiBusiness.js +52 -0
- package/hi-svg-icons/HiCatalog.js +52 -0
- package/hi-svg-icons/HiCustomer.js +52 -0
- package/hi-svg-icons/HiDownload.js +43 -0
- package/hi-svg-icons/HiFinance.js +52 -0
- package/hi-svg-icons/HiIntelligence.js +55 -0
- package/hi-svg-icons/HiIntelligenceMenu.js +49 -0
- package/hi-svg-icons/HiLogoRounded.js +59 -0
- package/hi-svg-icons/HiOrder.js +70 -0
- package/hi-svg-icons/HiPaymentOrder.js +52 -0
- package/hi-svg-icons/HiPermission.js +53 -0
- package/hi-svg-icons/HiPriceGrid.js +52 -0
- package/hi-svg-icons/HiRoute.js +52 -0
- package/hi-svg-icons/HiSettlement.js +52 -0
- package/hi-svg-icons/HiSizeLarge.js +47 -0
- package/hi-svg-icons/HiSizeMedium.js +47 -0
- package/hi-svg-icons/HiSizeSmall.js +47 -0
- package/hi-svg-icons/HiStore.js +64 -0
- package/hi-svg-icons/HiStoreMenu.js +58 -0
- package/hi-svg-icons/HiTransaction.js +52 -0
- package/hi-svg-icons/HiTransactionMenu.js +46 -0
- package/hi-svg-icons/HiUser.js +52 -0
- package/hi-svg-icons/HiVendor.js +52 -0
- package/hi-svg-icons/HiWidget.js +52 -0
- package/hi-svg-icons/index.js +231 -0
- package/hi-svg-icons/index.text.js +51 -0
- package/hi-svg-images/HiLogo.js +41 -0
- package/hi-svg-images/HiLogoWhite.js +41 -0
- package/hi-svg-images/index.js +23 -0
- package/package.json +5 -105
- package/setupTest.js +44 -0
- package/styleguide/Wrapper.js +23 -0
- package/styles/MuiThemeProvider.js +153 -0
- package/styles/colorManipulator.js +286 -0
- package/styles/createBreakpoints.js +81 -0
- package/styles/createGenerateClassName.js +86 -0
- package/styles/createMixins.js +36 -0
- package/styles/createMuiTheme.js +77 -0
- package/styles/createPalette.js +287 -0
- package/styles/createStyles.js +10 -0
- package/styles/createTypography.js +185 -0
- package/styles/getStylesCreator.js +54 -0
- package/styles/getThemeProps.js +20 -0
- package/styles/index.js +47 -0
- package/styles/jssPreset.js +31 -0
- package/styles/makeStyles.js +28 -0
- package/styles/mergeClasses.js +41 -0
- package/styles/shadows.js +17 -0
- package/styles/shape.js +11 -0
- package/styles/spacing.js +14 -0
- package/styles/themeListener.js +40 -0
- package/styles/transitions.js +106 -0
- package/styles/withStyles.js +28 -0
- package/styles/zIndex.js +18 -0
- package/test-utils/createMount.js +44 -0
- package/test-utils/createRender.js +29 -0
- package/test-utils/createShallow.js +48 -0
- package/test-utils/getClasses.js +12 -0
- package/test-utils/index.js +47 -0
- package/test-utils/until.js +49 -0
- package/test-utils/unwrap.js +10 -0
- package/theme/palette.js +106 -0
- package/theme/typography.js +170 -0
- package/theme.js +20 -0
- package/transitions/utils.js +23 -0
- package/utils/exactProp.js +43 -0
- package/utils/helpers.js +345 -0
- package/withMobileDialog/index.js +15 -0
- package/withMobileDialog/withMobileDialog.js +40 -0
- package/.babelrc +0 -18
- package/.eslintrc.js +0 -103
- package/.gitlab-ci.yml +0 -76
- package/CHANGELOG.md +0 -124
- package/babel.config.js +0 -109
- package/bin/deploy/functions.sh +0 -88
- package/bin/deploy/manual_deploy.sh +0 -83
- package/bin/deploy/remove_oldest_versions.sh +0 -35
- package/bin/link.sh +0 -44
- package/prettier.config.js +0 -9
- package/public/assets/countries/es.svg +0 -581
- package/public/assets/countries/et.svg +0 -14
- package/public/assets/countries/eu.svg +0 -28
- package/public/assets/countries/fi.svg +0 -5
- package/public/assets/countries/fj.svg +0 -124
- package/public/assets/countries/fk.svg +0 -90
- package/public/assets/countries/fm.svg +0 -11
- package/public/assets/countries/fo.svg +0 -12
- package/public/assets/countries/fr.svg +0 -7
- package/public/favicon.ico +0 -0
- package/public/guideline/img/1_E8xw35qc9Iznt_3JB6o1Yg.jpeg +0 -0
- package/public/guideline/img/1_sDxSLgzDI6IqrphNvGeUcg.png +0 -0
- package/public/guideline/img/Boutons_sequentiels.jpg +0 -0
- package/public/guideline/img/Bulle_aide.jpg +0 -0
- package/public/guideline/img/CTA.jpg +0 -0
- package/public/guideline/img/Champ_optionnel.jpg +0 -0
- package/public/guideline/img/Connecteurs_logiques.jpg +0 -0
- package/public/guideline/img/Contenu_listes.jpg +0 -0
- package/public/guideline/img/Couleur.jpg +0 -0
- package/public/guideline/img/Couleur2.jpg +0 -0
- package/public/guideline/img/Couleur2@2x.jpg +0 -0
- package/public/guideline/img/Couleur3.jpg +0 -0
- package/public/guideline/img/Couleur3@2x.jpg +0 -0
- package/public/guideline/img/Couleur4.jpg +0 -0
- package/public/guideline/img/Couleur4@2x.jpg +0 -0
- package/public/guideline/img/Couleur@2x.jpg +0 -0
- package/public/guideline/img/Desactivez_CTA.jpg +0 -0
- package/public/guideline/img/Donnee_sensible.jpg +0 -0
- package/public/guideline/img/Etapes.jpg +0 -0
- package/public/guideline/img/Facebook_gender.png +0 -0
- package/public/guideline/img/Formulaire_creation.jpg +0 -0
- package/public/guideline/img/Formulaire_recherche.jpg +0 -0
- package/public/guideline/img/Keyboard.jpg +0 -0
- package/public/guideline/img/Label.jpg +0 -0
- package/public/guideline/img/Maj_verrouille.jpg +0 -0
- package/public/guideline/img/Masque.jpg +0 -0
- package/public/guideline/img/NAVIGATION.jpg +0 -0
- package/public/guideline/img/Personas.jpg +0 -0
- package/public/guideline/img/Preremplissage.jpg +0 -0
- package/public/guideline/img/Quantit/303/251_estim/303/251e.jpg +0 -0
- package/public/guideline/img/Quantit/303/251_qualit/303/251.jpg +0 -0
- package/public/guideline/img/R17.jpg +0 -0
- package/public/guideline/img/RACCOURCIS.jpg +0 -0
- package/public/guideline/img/RACCOURCISF.jpg +0 -0
- package/public/guideline/img/RACCOURCISFS.jpg +0 -0
- package/public/guideline/img/RACCOURCISW.jpg +0 -0
- package/public/guideline/img/Regrouper_informations.jpg +0 -0
- package/public/guideline/img/Styles_boutons.jpg +0 -0
- package/public/guideline/img/Ucouleur.jpg +0 -0
- package/public/guideline/img/Ucouleur@2x.jpg +0 -0
- package/public/guideline/img/Une_colonne.jpg +0 -0
- package/public/guideline/img/Validation.jpg +0 -0
- package/public/guideline/img/bulletin-board.svg +0 -1
- package/public/guideline/img/calendar-check.svg +0 -1
- package/public/guideline/img/delia_giandeini.jpg +0 -0
- package/public/guideline/img/share-variant.svg +0 -1
- package/public/guideline/img/sigmund-4MoIpDcSlr4-unsplash.jpg +0 -0
- package/public/guideline/img/sigmund.jpg +0 -0
- package/public/guideline/img/tag.svg +0 -1
- package/public/guideline/style.css +0 -112
- package/public/index.html +0 -41
- package/public/manifest.json +0 -15
- package/scripts/copy-files.js +0 -140
- package/scripts/export-coverage.sh +0 -6
- package/scripts/rollup.config.js +0 -60
- package/sonar-project.properties +0 -24
- package/src/App.css +0 -33
- package/src/App.js +0 -26
- package/src/App.test.js +0 -9
- package/src/Guideline/Accessibilit/303/251/AIDE_ET_DOCUMENTATION/Am/303/251liorez_lisibilit/303/251/Enrichissez_structure.md +0 -3
- package/src/Guideline/Accessibilit/303/251/AIDE_ET_DOCUMENTATION/Am/303/251liorez_lisibilit/303/251//303/211vitez_/303/251criture_saccad/303/251e.md +0 -5
- package/src/Guideline/Accessibilit/303/251/AIDE_ET_DOCUMENTATION/Captures_/303/251crans.md +0 -1
- package/src/Guideline/Accessibilit/303/251/AIDE_ET_DOCUMENTATION/Clarifiez_actions/Mentionnez_/303/251tapes.md +0 -1
- package/src/Guideline/Accessibilit/303/251/AIDE_ET_DOCUMENTATION/Clarifiez_actions/Regroupez_r/303/251sultats.md +0 -5
- package/src/Guideline/Accessibilit/303/251/AIDE_ET_DOCUMENTATION/Clarifiez_actions/Utilisez_verbes.md +0 -9
- package/src/Guideline/Accessibilit/303/251/AIDE_ET_DOCUMENTATION/Expliquez_t/303/242ches/Introduisez_le_sujet.md +0 -1
- package/src/Guideline/Accessibilit/303/251/AIDE_ET_DOCUMENTATION/Expliquez_t/303/242ches/Num/303/251rotez_les_/303/251tapes.md +0 -6
- package/src/Guideline/Accessibilit/303/251/AIDE_ET_DOCUMENTATION/Expliquez_t/303/242ches/T/303/242ches_inclusives.md +0 -37
- package/src/Guideline/Accessibilit/303/251/AIDE_ET_DOCUMENTATION/Expliquez_t/303/242ches//303/211crire_liste.md +0 -20
- package/src/Guideline/Accessibilit/303/251/AIDE_ET_DOCUMENTATION/Identifier_les_diff/303/251rents_utilisateurs.md +0 -8
- package/src/Guideline/Accessibilit/303/251/AIDE_ET_DOCUMENTATION/Structurez_/303/251l/303/251ments.md +0 -5
- package/src/Guideline/Accessibilit/303/251/AIDE_ET_DOCUMENTATION/Utilisez_des_titres/Astuces_pour_concevoir_vos_titres.md +0 -23
- package/src/Guideline/Accessibilit/303/251/AIDE_ET_DOCUMENTATION/Utilisez_des_titres/Les_hi/303/251rarchie_des_titres.md +0 -10
- package/src/Guideline/Accessibilit/303/251/AIDE_ET_DOCUMENTATION/Utilisez_des_titres/Les_titres_principaux.md +0 -1
- package/src/Guideline/Accessibilit/303/251/AIDE_ET_DOCUMENTATION/Utilisez_des_titres/Les_titres_secondaires.md +0 -1
- package/src/Guideline/Accessibilit/303/251/AIDE_ET_DOCUMENTATION/Voix_active.md +0 -10
- package/src/Guideline/Accessibilit/303/251/NAVIGATION_CLAVIER.md +0 -11
- package/src/Guideline/Accessibilit/303/251/NIVEAU_DE_LECTURE/Blagues_r/303/251f/303/251rences.md +0 -8
- package/src/Guideline/Accessibilit/303/251/NIVEAU_DE_LECTURE/Phrases_courtes.md +0 -6
- package/src/Guideline/Accessibilit/303/251/NIVEAU_DE_LECTURE/Utilisez_mots_simples.md +0 -12
- package/src/Guideline/Accessibilit/303/251/NIVEAU_DE_LECTURE//303/211xag/303/251ration.md +0 -5
- package/src/Guideline/Accessibilit/303/251/TEXTE_ALTERNATIF/Prononciation_traduction.md +0 -5
- package/src/Guideline/Accessibilit/303/251/TEXTE_ALTERNATIF/TEXTE_ALTERNATIF.md +0 -5
- package/src/Guideline/Accessibilit/303/251/TEXTE_ALTERNATIF/Texte_alternatif_image.md +0 -5
- package/src/Guideline/Accessibilit/303/251/TEXTE_ALTERNATIF//303/211crire_texte_alternatif.md +0 -13
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES/Charge_cognitive/Champs/Attribut.md +0 -7
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES/Charge_cognitive/Champs/Label.md +0 -7
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES/Charge_cognitive/Champs/Masque_r/303/250gles.md +0 -3
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES/Charge_cognitive/Champs/Optionnel.md +0 -3
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES/Charge_cognitive/Champs/Pr/303/251_remplissage.md +0 -3
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES/Charge_cognitive/Champs/Qualit/303/251_quantit/303/251.md +0 -6
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES/Charge_cognitive/Champs/Taille.md +0 -3
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES/Charge_cognitive/Formulaire/Colonne.md +0 -7
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES/Charge_cognitive/Formulaire/Ordre_boutons.md +0 -3
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES/Charge_cognitive/Formulaire/Regroupez_informations.md +0 -3
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES/Charge_cognitive/Utilisateur/Montrez_progression.md +0 -3
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES/Emp/303/252chez_erreurs/Champs/Bulle_aide.md +0 -3
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES/Emp/303/252chez_erreurs/Champs/Contenu_listes.md +0 -3
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES/Emp/303/252chez_erreurs/Champs/Validation.md +0 -7
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES/Emp/303/252chez_erreurs/Formulaire/CTA_explicites.md +0 -3
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES/Emp/303/252chez_erreurs/Formulaire/Diff/303/251renciez_boutons.md +0 -3
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES/Emp/303/252chez_erreurs/Formulaire/D/303/251sactivez_CTA.md +0 -3
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES/Emp/303/252chez_erreurs/Utilisateur/Auto_correction.md +0 -6
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES/Emp/303/252chez_erreurs/Utilisateur/Verrouillage_majuscules.md +0 -2
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES/LES_BONNES_PRATIQUES.md +0 -10
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES//303/211prouvez_empathie/Consid/303/251rez_contexte.md +0 -1
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES//303/211prouvez_empathie/Donn/303/251es_sensibles.md +0 -3
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES//303/211prouvez_empathie/Formulaire_accessible.md +0 -6
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES//303/211prouvez_empathie/Langage_clair_simple.md +0 -1
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES//303/211prouvez_empathie/Soyez_inclusif.md +0 -7
- package/src/Guideline/Formulaires/LES_BONNES_PRATIQUES//303/211prouvez_empathie/Valorisez_temps.md +0 -1
- package/src/Guideline/Formulaires/LE_FORMULAIRE_DE_CR/303/211ATION.md +0 -3
- package/src/Guideline/Formulaires/LE_FORMULAIRE_DE_RECHERCHE.md +0 -3
- package/src/Guideline/Grammaire_et_m/303/251canismes/GLOSSAIRE/GLOSSAIRE.md +0 -1
- package/src/Guideline/Grammaire_et_m/303/251canismes/LES_BASES/Langage_courant.md +0 -11
- package/src/Guideline/Grammaire_et_m/303/251canismes/LES_BASES/Listes/Num/303/251rot/303/251es.md +0 -5
- package/src/Guideline/Grammaire_et_m/303/251canismes/LES_BASES/Listes//303/200_puces.md +0 -5
- package/src/Guideline/Grammaire_et_m/303/251canismes/LES_BASES/Majuscules.md +0 -10
- package/src/Guideline/Grammaire_et_m/303/251canismes/LES_BASES/Menus_d/303/251roulants/Actions.md +0 -5
- package/src/Guideline/Grammaire_et_m/303/251canismes/LES_BASES/Menus_d/303/251roulants/Noms.md +0 -5
- package/src/Guideline/Grammaire_et_m/303/251canismes/LES_BASES/Mettre_gras.md +0 -15
- package/src/Guideline/Grammaire_et_m/303/251canismes/LES_BASES/Ponctuation/Deux_points.md +0 -5
- package/src/Guideline/Grammaire_et_m/303/251canismes/LES_BASES/Ponctuation/Esperluette.md +0 -5
- package/src/Guideline/Grammaire_et_m/303/251canismes/LES_BASES/Ponctuation/Guillemets.md +0 -28
- package/src/Guideline/Grammaire_et_m/303/251canismes/LES_BASES/Ponctuation/Point.md +0 -9
- package/src/Guideline/Grammaire_et_m/303/251canismes/LES_BASES/Ponctuation/Point_exclamation.md +0 -5
- package/src/Guideline/Grammaire_et_m/303/251canismes/LES_BASES/Ponctuation/Point_int/303/251rogation.md +0 -14
- package/src/Guideline/Grammaire_et_m/303/251canismes/LES_BASES/Ponctuation/Points_suspension.md +0 -8
- package/src/Guideline/Grammaire_et_m/303/251canismes/LES_BASES/Ponctuation/Virgule.md +0 -21
- package/src/Guideline/Grammaire_et_m/303/251canismes/LES_BASES/Voix_active.md +0 -1
- package/src/Guideline/Guideline.md +0 -848
- package/src/Guideline/La_Console_HiPay/INTRODUCTION.md +0 -1
- package/src/Guideline/La_Console_HiPay/L_AFFORDANCE.md +0 -5
- package/src/Guideline/La_Console_HiPay/L_ATOMIC_DESIGN.md +0 -11
- package/src/Guideline/La_Console_HiPay/PERSONAS.md +0 -3
- package/src/Guideline/La_Console_HiPay/PERSONNALITE.md +0 -13
- package/src/Guideline/Relation_Console_utilisateurs/VOIX_ET_TON/Degr/303/251_gravit/303/251.md +0 -17
- package/src/Guideline/Relation_Console_utilisateurs/VOIX_ET_TON/Messages_alerte.md +0 -1
- package/src/Guideline/Relation_Console_utilisateurs/VOIX_ET_TON/Messages_erreur.md +0 -6
- package/src/Guideline/Visuel/COULEUR_ET_CONTRASTE/Bleu_HiPay.md +0 -5
- package/src/Guideline/Visuel/COULEUR_ET_CONTRASTE/Contraste.md +0 -2
- package/src/Guideline/Visuel/COULEUR_ET_CONTRASTE/Couleurs_communes.md +0 -1
- package/src/Guideline/Visuel/COULEUR_ET_CONTRASTE/Couleurs_utilitaires.md +0 -1
- package/src/Guideline/Visuel/COULEUR_ET_CONTRASTE/Lignes_tableaux_r/303/251sultats.md +0 -1
- package/src/Guideline/Visuel/COULEUR_ET_CONTRASTE/Palette_couleur_comptes.md +0 -1
- package/src/Guideline/Visuel/IC/303/224NES/IC/303/224NES.md +0 -104
- package/src/Guideline/Visuel/MISE_EN_PAGE/Comportements_tableaux.md +0 -21
- package/src/Guideline/Visuel/MISE_EN_PAGE/Tableaux.md +0 -1
- package/src/Guideline/Visuel/POLICE_D_/303/211CRITURE/Classe_graisse_Roboto.md +0 -10
- package/src/Guideline/Visuel/POLICE_D_/303/211CRITURE/Classe_taille_texte.md +0 -13
- package/src/Guideline/Visuel/UTILISATION_DES_COULEURS_DANS_LA_CONSOLE_HIPAY/UTILISATION_DES_COULEURS_DANS_LA_CONSOLE_HIPAY.md +0 -3
- package/src/Guideline/index.js +0 -1
- package/src/HiAlertModal/HiAlertModal.js +0 -266
- package/src/HiAlertModal/HiAlertModal.md +0 -149
- package/src/HiAlertModal/HiAlertModal.test.js +0 -274
- package/src/HiAlertModal/index.js +0 -1
- package/src/HiAppBar/HiAppBar.js +0 -136
- package/src/HiAppBar/HiAppBar.md +0 -79
- package/src/HiAppBar/index.js +0 -1
- package/src/HiBadge/HiBadge.js +0 -123
- package/src/HiBadge/HiBadge.md +0 -63
- package/src/HiBadge/HiBadge.test.js +0 -86
- package/src/HiBadge/index.js +0 -1
- package/src/HiBreadcrumb/HiBreadcrumb.js +0 -92
- package/src/HiBreadcrumb/HiBreadcrumb.md +0 -208
- package/src/HiBreadcrumb/HiBreadcrumb.test.js +0 -45
- package/src/HiBreadcrumb/HiStep.js +0 -122
- package/src/HiBreadcrumb/HiStep.test.js +0 -63
- package/src/HiBreadcrumb/HiStepConnector.js +0 -141
- package/src/HiBreadcrumb/HiStepConnector.test.js +0 -136
- package/src/HiBreadcrumb/HiStepContent.js +0 -63
- package/src/HiBreadcrumb/HiStepContent.test.js +0 -37
- package/src/HiBreadcrumb/HiStepIcon.js +0 -149
- package/src/HiBreadcrumb/HiStepIcon.test.js +0 -182
- package/src/HiBreadcrumb/HiStepLabel.js +0 -182
- package/src/HiBreadcrumb/HiStepLabel.test.js +0 -41
- package/src/HiBreadcrumb/HiStepper.js +0 -44
- package/src/HiBreadcrumb/HiStepper.test.js +0 -41
- package/src/HiBreadcrumb/index.js +0 -1
- package/src/HiButton/HiButton.js +0 -210
- package/src/HiButton/HiButton.md +0 -56
- package/src/HiButton/index.js +0 -3
- package/src/HiCell/CellAddress.js +0 -95
- package/src/HiCell/CellAddress.test.js +0 -105
- package/src/HiCell/CellDate.js +0 -84
- package/src/HiCell/CellDate.test.js +0 -267
- package/src/HiCell/CellIcon.js +0 -111
- package/src/HiCell/CellIcon.test.js +0 -62
- package/src/HiCell/CellImage.js +0 -101
- package/src/HiCell/CellImage.test.js +0 -67
- package/src/HiCell/CellNumeric.js +0 -87
- package/src/HiCell/CellNumeric.test.js +0 -36
- package/src/HiCell/CellPinToAction.js +0 -51
- package/src/HiCell/CellRate.js +0 -137
- package/src/HiCell/CellRate.test.js +0 -126
- package/src/HiCell/CellSentinel.js +0 -66
- package/src/HiCell/CellSentinel.test.js +0 -60
- package/src/HiCell/CellSentinelScore.js +0 -62
- package/src/HiCell/CellText.js +0 -192
- package/src/HiCell/CellText.test.js +0 -111
- package/src/HiCell/CellTextStyled.js +0 -117
- package/src/HiCell/HiCell.md +0 -335
- package/src/HiCell/index.js +0 -9
- package/src/HiCheckbox/HiCheckbox.js +0 -200
- package/src/HiCheckbox/HiCheckbox.md +0 -143
- package/src/HiCheckbox/HiCheckbox.test.js +0 -62
- package/src/HiCheckbox/index.js +0 -1
- package/src/HiChip/HiChip.js +0 -341
- package/src/HiChip/HiChip.md +0 -210
- package/src/HiChip/HiChip.test.js +0 -185
- package/src/HiChip/HiChipSwitch.js +0 -257
- package/src/HiChip/HiChipSwitch.test.js +0 -122
- package/src/HiChip/index.js +0 -2
- package/src/HiColoredLabel/HiColoredLabel.js +0 -206
- package/src/HiColoredLabel/HiColoredLabel.md +0 -68
- package/src/HiColoredLabel/HiColoredLabel.test.js +0 -99
- package/src/HiColoredLabel/index.js +0 -1
- package/src/HiDatePicker/Caption.js +0 -56
- package/src/HiDatePicker/Caption.test.js +0 -93
- package/src/HiDatePicker/HiDatePicker.js +0 -389
- package/src/HiDatePicker/HiDatePicker.md +0 -558
- package/src/HiDatePicker/HiDatePicker.test.js +0 -417
- package/src/HiDatePicker/HiDatePickerMobile.js +0 -94
- package/src/HiDatePicker/HiDateRangePicker.js +0 -712
- package/src/HiDatePicker/HiDateRangePicker.test.js +0 -750
- package/src/HiDatePicker/HiDateRangeSelector.js +0 -631
- package/src/HiDatePicker/HiDateRangeSelector.test.js +0 -191
- package/src/HiDatePicker/ListPicker.js +0 -114
- package/src/HiDatePicker/ListPicker.test.js +0 -87
- package/src/HiDatePicker/NavBar.js +0 -124
- package/src/HiDatePicker/NavBar.test.js +0 -71
- package/src/HiDatePicker/Overlays/CustomOverlayLayout.js +0 -104
- package/src/HiDatePicker/Overlays/CustomOverlayLayoutWithoutFooter.js +0 -97
- package/src/HiDatePicker/Overlays/MonthPickerOverlay.js +0 -83
- package/src/HiDatePicker/Overlays/MonthPickerOverlay.test.js +0 -112
- package/src/HiDatePicker/Overlays/Overlay.js +0 -83
- package/src/HiDatePicker/Overlays/Overlay.test.js +0 -30
- package/src/HiDatePicker/Overlays/TimePickerOverlay.js +0 -198
- package/src/HiDatePicker/Overlays/TimePickerOverlay.test.js +0 -110
- package/src/HiDatePicker/Overlays/YearPickerOverlay.js +0 -114
- package/src/HiDatePicker/Overlays/YearPickerOverlay.test.js +0 -212
- package/src/HiDatePicker/Overlays/index.js +0 -5
- package/src/HiDatePicker/Weekday.js +0 -32
- package/src/HiDatePicker/hiLocaleUtils.js +0 -169
- package/src/HiDatePicker/hiLocaleUtils.test.js +0 -122
- package/src/HiDatePicker/index.js +0 -1
- package/src/HiDatePicker/stylesheet.js +0 -250
- package/src/HiDotsStepper/HiDot.js +0 -56
- package/src/HiDotsStepper/HiDot.test.js +0 -97
- package/src/HiDotsStepper/HiDotsStepper.js +0 -71
- package/src/HiDotsStepper/HiDotsStepper.md +0 -43
- package/src/HiDotsStepper/HiDotsStepper.test.js +0 -109
- package/src/HiDotsStepper/index.js +0 -2
- package/src/HiExpansionPanel/HiExpansionPanel.js +0 -193
- package/src/HiExpansionPanel/HiExpansionPanel.md +0 -17
- package/src/HiExpansionPanel/index.js +0 -3
- package/src/HiForm/HiAddressField.js +0 -121
- package/src/HiForm/HiAddressField.test.js +0 -111
- package/src/HiForm/HiEmailField.js +0 -68
- package/src/HiForm/HiEmailField.test.js +0 -20
- package/src/HiForm/HiForm.md +0 -1305
- package/src/HiForm/HiFormControl.js +0 -371
- package/src/HiForm/HiFormControl.test.js +0 -238
- package/src/HiForm/HiFormLabel.js +0 -122
- package/src/HiForm/HiFormLabel.test.js +0 -104
- package/src/HiForm/HiInput.js +0 -580
- package/src/HiForm/HiInput.test.js +0 -227
- package/src/HiForm/HiPasswordField.js +0 -76
- package/src/HiForm/HiPasswordField.test.js +0 -63
- package/src/HiForm/HiSearchField.js +0 -146
- package/src/HiForm/HiSearchField.test.js +0 -208
- package/src/HiForm/HiSlider.js +0 -296
- package/src/HiForm/HiSlider.test.js +0 -194
- package/src/HiForm/HiTextField.js +0 -245
- package/src/HiForm/HiTextField.test.js +0 -292
- package/src/HiForm/HiUpload.js +0 -386
- package/src/HiForm/HiUpload.test.js +0 -231
- package/src/HiForm/HiUploadField.js +0 -108
- package/src/HiForm/HiUploadField.test.js +0 -42
- package/src/HiForm/HiUploadInput.js +0 -400
- package/src/HiForm/HiUploadInput.test.js +0 -154
- package/src/HiForm/index.js +0 -11
- package/src/HiIcon/HiIcon.js +0 -144
- package/src/HiIcon/HiIcon.md +0 -73
- package/src/HiIcon/index.js +0 -1
- package/src/HiIconButton/HiIconButton.js +0 -79
- package/src/HiIconButton/HiIconButton.md +0 -65
- package/src/HiIconButton/HiIconButton.test.js +0 -131
- package/src/HiIconButton/index.js +0 -1
- package/src/HiListItemLink/HiListItemLink.js +0 -102
- package/src/HiListItemLink/HiListItemLink.md +0 -57
- package/src/HiListItemLink/index.js +0 -1
- package/src/HiLoader/HiLoader.js +0 -46
- package/src/HiLoader/HiLoader.md +0 -21
- package/src/HiLoader/HiLoader.test.js +0 -18
- package/src/HiLoader/index.js +0 -1
- package/src/HiMap/HiMap.js +0 -268
- package/src/HiMap/HiMap.md +0 -31
- package/src/HiMap/HiMap.test.js +0 -27
- package/src/HiMap/HiMapExpand.js +0 -178
- package/src/HiMap/HiMapExpand.test.js +0 -51
- package/src/HiMap/index.js +0 -2
- package/src/HiNotice/HiKPI.js +0 -198
- package/src/HiNotice/HiKPI.test.js +0 -186
- package/src/HiNotice/HiKPINotice.js +0 -74
- package/src/HiNotice/HiKPINotice.test.js +0 -105
- package/src/HiNotice/index.js +0 -2
- package/src/HiPaymentMeans/HiPaymentMeans.js +0 -566
- package/src/HiPaymentMeans/HiPaymentMeans.md +0 -168
- package/src/HiPaymentMeans/HiPaymentMeans.test.js +0 -193
- package/src/HiPaymentMeans/index.js +0 -1
- package/src/HiPdfReader/HiPdfReader.js +0 -195
- package/src/HiPdfReader/index.js +0 -1
- package/src/HiPin/HiPin.js +0 -120
- package/src/HiPin/HiPin.md +0 -58
- package/src/HiPin/HiPin.test.js +0 -71
- package/src/HiPin/index.js +0 -1
- package/src/HiRadio/HiRadio.js +0 -62
- package/src/HiRadio/HiRadio.md +0 -82
- package/src/HiRadio/HiRadio.test.js +0 -65
- package/src/HiRadio/index.js +0 -1
- package/src/HiSelect/HiDynamicSelect.js +0 -227
- package/src/HiSelect/HiDynamicSelectField.js +0 -105
- package/src/HiSelect/HiNestedSelect.js +0 -526
- package/src/HiSelect/HiNestedSelectContent.js +0 -430
- package/src/HiSelect/HiNestedSelectField.js +0 -105
- package/src/HiSelect/HiSelect.js +0 -987
- package/src/HiSelect/HiSelect.md +0 -440
- package/src/HiSelect/HiSelect.test.js +0 -998
- package/src/HiSelect/HiSelectContent.js +0 -497
- package/src/HiSelect/HiSelectField.js +0 -111
- package/src/HiSelect/HiSelectInput.js +0 -364
- package/src/HiSelect/HiSelectInput.test.js +0 -25
- package/src/HiSelect/HiSelectMobile.js +0 -129
- package/src/HiSelect/HiSuggestSelect.js +0 -309
- package/src/HiSelect/HiSuggestSelectField.js +0 -95
- package/src/HiSelect/index.js +0 -8
- package/src/HiSelectableList/HiSelectableList.js +0 -289
- package/src/HiSelectableList/HiSelectableList.md +0 -121
- package/src/HiSelectableList/HiSelectableList.test.js +0 -173
- package/src/HiSelectableList/HiSelectableListHierarchic.js +0 -182
- package/src/HiSelectableList/HiSelectableListItem.js +0 -525
- package/src/HiSelectableList/HiSelectableListItem.test.js +0 -104
- package/src/HiSelectableList/index.js +0 -3
- package/src/HiStepper/DefaultIndicator.js +0 -25
- package/src/HiStepper/HiStep.js +0 -192
- package/src/HiStepper/HiStepper.js +0 -46
- package/src/HiStepper/HiStepper.md +0 -238
- package/src/HiStepper/index.js +0 -2
- package/src/HiSwitch/HiSwitch.js +0 -227
- package/src/HiSwitch/HiSwitch.md +0 -255
- package/src/HiSwitch/HiSwitch.test.js +0 -44
- package/src/HiSwitch/HiSwitchState.js +0 -222
- package/src/HiSwitch/HiSwitchState.test.js +0 -100
- package/src/HiSwitch/index.js +0 -2
- package/src/HiTable/HiCellBuilder.js +0 -205
- package/src/HiTable/HiTable.js +0 -216
- package/src/HiTable/HiTable.md +0 -364
- package/src/HiTable/HiTable.test.js +0 -32
- package/src/HiTable/HiTableBody.js +0 -55
- package/src/HiTable/HiTableHeader.js +0 -112
- package/src/HiTable/HiTableRow.js +0 -116
- package/src/HiTable/constants.js +0 -198
- package/src/HiTable/index.js +0 -1
- package/src/hi-svg-icons/HiAccount.js +0 -27
- package/src/hi-svg-icons/HiActivity.js +0 -30
- package/src/hi-svg-icons/HiAll.js +0 -31
- package/src/hi-svg-icons/HiBilling.js +0 -27
- package/src/hi-svg-icons/HiBriefcaseRescue.js +0 -27
- package/src/hi-svg-icons/HiCatalog.js +0 -27
- package/src/hi-svg-icons/HiCustomer.js +0 -27
- package/src/hi-svg-icons/HiDownload.js +0 -20
- package/src/hi-svg-icons/HiFinance.js +0 -27
- package/src/hi-svg-icons/HiIntelligence.js +0 -31
- package/src/hi-svg-icons/HiIntelligenceMenu.js +0 -30
- package/src/hi-svg-icons/HiLogoRounded.js +0 -38
- package/src/hi-svg-icons/HiOrder.js +0 -30
- package/src/hi-svg-icons/HiPaymentOrder.js +0 -27
- package/src/hi-svg-icons/HiPermission.js +0 -30
- package/src/hi-svg-icons/HiPriceGrid.js +0 -27
- package/src/hi-svg-icons/HiRoute.js +0 -27
- package/src/hi-svg-icons/HiSettlement.js +0 -27
- package/src/hi-svg-icons/HiSizeLarge.js +0 -27
- package/src/hi-svg-icons/HiSizeMedium.js +0 -27
- package/src/hi-svg-icons/HiSizeSmall.js +0 -27
- package/src/hi-svg-icons/HiStore.js +0 -43
- package/src/hi-svg-icons/HiStoreMenu.js +0 -42
- package/src/hi-svg-icons/HiTransaction.js +0 -27
- package/src/hi-svg-icons/HiTransactionMenu.js +0 -26
- package/src/hi-svg-icons/HiUser.js +0 -26
- package/src/hi-svg-icons/HiVendor.js +0 -27
- package/src/hi-svg-icons/HiWidget.js +0 -27
- package/src/hi-svg-icons/README.md +0 -109
- package/src/hi-svg-icons/index.js +0 -27
- package/src/hi-svg-icons/index.test.js +0 -43
- package/src/hi-svg-images/HiLogo.js +0 -28
- package/src/hi-svg-images/HiLogoWhite.js +0 -28
- package/src/hi-svg-images/README.md +0 -36
- package/src/hi-svg-images/index.js +0 -2
- package/src/hi-svg-images/index.test.js +0 -43
- package/src/index.css +0 -20
- package/src/index.js +0 -12
- package/src/logo.svg +0 -7
- package/src/serviceWorker.js +0 -135
- package/src/setupTest.js +0 -34
- package/src/styleguide/Wrapper.js +0 -11
- package/src/styles/MuiThemeProvider.js +0 -146
- package/src/styles/Readme.md +0 -142
- package/src/styles/colorManipulator.js +0 -251
- package/src/styles/colorManipulator.test.js +0 -314
- package/src/styles/createBreakpoints.js +0 -71
- package/src/styles/createBreakpoints.test.js +0 -66
- package/src/styles/createGenerateClassName.js +0 -89
- package/src/styles/createGenerateClassName.test.js +0 -166
- package/src/styles/createMixins.js +0 -26
- package/src/styles/createMixins.test.js +0 -26
- package/src/styles/createMuiTheme.js +0 -58
- package/src/styles/createMuiTheme.test.js +0 -86
- package/src/styles/createPalette.js +0 -273
- package/src/styles/createPalette.test.js +0 -375
- package/src/styles/createStyles.js +0 -3
- package/src/styles/createStyles.test.js +0 -9
- package/src/styles/createTypography.js +0 -185
- package/src/styles/createTypography.test.js +0 -67
- package/src/styles/getStylesCreator.js +0 -53
- package/src/styles/getStylesCreator.test.js +0 -105
- package/src/styles/getThemeProps.js +0 -11
- package/src/styles/getThemeProps.test.js +0 -42
- package/src/styles/index.js +0 -5
- package/src/styles/jssPreset.js +0 -23
- package/src/styles/makeStyles.js +0 -11
- package/src/styles/mergeClasses.js +0 -47
- package/src/styles/shadows.js +0 -43
- package/src/styles/shape.js +0 -5
- package/src/styles/spacing.js +0 -2
- package/src/styles/themeListener.js +0 -31
- package/src/styles/themeListener.test.js +0 -36
- package/src/styles/transitions.js +0 -98
- package/src/styles/transitions.test.js +0 -208
- package/src/styles/withStyles.js +0 -11
- package/src/styles/zIndex.js +0 -12
- package/src/test-utils/createMount.js +0 -28
- package/src/test-utils/createRender.js +0 -15
- package/src/test-utils/createShallow.js +0 -32
- package/src/test-utils/getClasses.js +0 -4
- package/src/test-utils/index.js +0 -5
- package/src/test-utils/until.js +0 -28
- package/src/test-utils/until.test.js +0 -117
- package/src/test-utils/unwrap.js +0 -3
- package/src/theme/palette.js +0 -95
- package/src/theme/typography.js +0 -158
- package/src/theme.js +0 -9
- package/src/transitions/utils.js +0 -13
- package/src/utils/exactProp.js +0 -33
- package/src/utils/helpers.js +0 -302
- package/src/withMobileDialog/index.js +0 -1
- package/src/withMobileDialog/withMobileDialog.js +0 -24
- package/src/withMobileDialog/withMobileDialog.test.js +0 -71
- package/static/brand.png +0 -0
- package/static/carbon.png +0 -0
- package/static/favicon.ico +0 -0
- package/static/hmu/images/countries/ad.svg +0 -151
- package/static/hmu/images/countries/ae.svg +0 -6
- package/static/hmu/images/countries/af.svg +0 -83
- package/static/hmu/images/countries/ag.svg +0 -15
- package/static/hmu/images/countries/ai.svg +0 -767
- package/static/hmu/images/countries/al.svg +0 -5
- package/static/hmu/images/countries/am.svg +0 -5
- package/static/hmu/images/countries/ao.svg +0 -13
- package/static/hmu/images/countries/aq.svg +0 -6
- package/static/hmu/images/countries/ar.svg +0 -32
- package/static/hmu/images/countries/as.svg +0 -33
- package/static/hmu/images/countries/at.svg +0 -6
- package/static/hmu/images/countries/au.svg +0 -9
- package/static/hmu/images/countries/aw.svg +0 -186
- package/static/hmu/images/countries/ax.svg +0 -18
- package/static/hmu/images/countries/az.svg +0 -8
- package/static/hmu/images/countries/ba.svg +0 -12
- package/static/hmu/images/countries/bb.svg +0 -6
- package/static/hmu/images/countries/bd.svg +0 -4
- package/static/hmu/images/countries/be.svg +0 -7
- package/static/hmu/images/countries/bf.svg +0 -7
- package/static/hmu/images/countries/bg.svg +0 -7
- package/static/hmu/images/countries/bh.svg +0 -11
- package/static/hmu/images/countries/bi.svg +0 -15
- package/static/hmu/images/countries/bj.svg +0 -14
- package/static/hmu/images/countries/bl.svg +0 -7
- package/static/hmu/images/countries/bm.svg +0 -99
- package/static/hmu/images/countries/bn.svg +0 -36
- package/static/hmu/images/countries/bo.svg +0 -686
- package/static/hmu/images/countries/bq.svg +0 -5
- package/static/hmu/images/countries/br.svg +0 -45
- package/static/hmu/images/countries/bs.svg +0 -13
- package/static/hmu/images/countries/bt.svg +0 -89
- package/static/hmu/images/countries/bv.svg +0 -13
- package/static/hmu/images/countries/bw.svg +0 -7
- package/static/hmu/images/countries/by.svg +0 -61
- package/static/hmu/images/countries/bz.svg +0 -146
- package/static/hmu/images/countries/ca.svg +0 -4
- package/static/hmu/images/countries/cc.svg +0 -19
- package/static/hmu/images/countries/cd.svg +0 -5
- package/static/hmu/images/countries/cf.svg +0 -15
- package/static/hmu/images/countries/cg.svg +0 -12
- package/static/hmu/images/countries/ch.svg +0 -9
- package/static/hmu/images/countries/ci.svg +0 -7
- package/static/hmu/images/countries/ck.svg +0 -9
- package/static/hmu/images/countries/cl.svg +0 -13
- package/static/hmu/images/countries/cm.svg +0 -15
- package/static/hmu/images/countries/cn.svg +0 -11
- package/static/hmu/images/countries/co.svg +0 -7
- package/static/hmu/images/countries/cr.svg +0 -7
- package/static/hmu/images/countries/cu.svg +0 -13
- package/static/hmu/images/countries/cv.svg +0 -13
- package/static/hmu/images/countries/cw.svg +0 -14
- package/static/hmu/images/countries/cx.svg +0 -15
- package/static/hmu/images/countries/cy.svg +0 -6
- package/static/hmu/images/countries/cz.svg +0 -12
- package/static/hmu/images/countries/de.svg +0 -5
- package/static/hmu/images/countries/dj.svg +0 -13
- package/static/hmu/images/countries/dk.svg +0 -5
- package/static/hmu/images/countries/dm.svg +0 -152
- package/static/hmu/images/countries/do.svg +0 -6745
- package/static/hmu/images/countries/dz.svg +0 -5
- package/static/hmu/images/countries/ec.svg +0 -141
- package/static/hmu/images/countries/ee.svg +0 -7
- package/static/hmu/images/countries/eg.svg +0 -38
- package/static/hmu/images/countries/eh.svg +0 -15
- package/static/hmu/images/countries/er.svg +0 -8
- package/static/hmu/images/countries/es-ct.svg +0 -4
- package/static/hmu/images/countries/es.svg +0 -581
- package/static/hmu/images/countries/et.svg +0 -14
- package/static/hmu/images/countries/eu.svg +0 -28
- package/static/hmu/images/countries/fi.svg +0 -5
- package/static/hmu/images/countries/fj.svg +0 -124
- package/static/hmu/images/countries/fk.svg +0 -90
- package/static/hmu/images/countries/fm.svg +0 -11
- package/static/hmu/images/countries/fo.svg +0 -12
- package/static/hmu/images/countries/fr.svg +0 -7
- package/static/hmu/images/countries/ga.svg +0 -7
- package/static/hmu/images/countries/gb-eng.svg +0 -5
- package/static/hmu/images/countries/gb-nir.svg +0 -137
- package/static/hmu/images/countries/gb-sct.svg +0 -4
- package/static/hmu/images/countries/gb-wls.svg +0 -9
- package/static/hmu/images/countries/gb.svg +0 -15
- package/static/hmu/images/countries/gd.svg +0 -27
- package/static/hmu/images/countries/ge.svg +0 -6
- package/static/hmu/images/countries/gf.svg +0 -5
- package/static/hmu/images/countries/gg.svg +0 -9
- package/static/hmu/images/countries/gh.svg +0 -6
- package/static/hmu/images/countries/gi.svg +0 -33
- package/static/hmu/images/countries/gl.svg +0 -4
- package/static/hmu/images/countries/gm.svg +0 -14
- package/static/hmu/images/countries/gn.svg +0 -7
- package/static/hmu/images/countries/gp.svg +0 -7
- package/static/hmu/images/countries/gq.svg +0 -23
- package/static/hmu/images/countries/gr.svg +0 -22
- package/static/hmu/images/countries/gs.svg +0 -205
- package/static/hmu/images/countries/gt.svg +0 -204
- package/static/hmu/images/countries/gu.svg +0 -39
- package/static/hmu/images/countries/gw.svg +0 -13
- package/static/hmu/images/countries/gy.svg +0 -9
- package/static/hmu/images/countries/hk.svg +0 -32
- package/static/hmu/images/countries/hm.svg +0 -9
- package/static/hmu/images/countries/hn.svg +0 -18
- package/static/hmu/images/countries/hr.svg +0 -59
- package/static/hmu/images/countries/ht.svg +0 -122
- package/static/hmu/images/countries/hu.svg +0 -7
- package/static/hmu/images/countries/id.svg +0 -6
- package/static/hmu/images/countries/ie.svg +0 -7
- package/static/hmu/images/countries/il.svg +0 -14
- package/static/hmu/images/countries/im.svg +0 -36
- package/static/hmu/images/countries/in.svg +0 -25
- package/static/hmu/images/countries/io.svg +0 -148
- package/static/hmu/images/countries/iq.svg +0 -10
- package/static/hmu/images/countries/ir.svg +0 -219
- package/static/hmu/images/countries/is.svg +0 -12
- package/static/hmu/images/countries/it.svg +0 -7
- package/static/hmu/images/countries/je.svg +0 -32
- package/static/hmu/images/countries/jm.svg +0 -8
- package/static/hmu/images/countries/jo.svg +0 -16
- package/static/hmu/images/countries/jp.svg +0 -11
- package/static/hmu/images/countries/ke.svg +0 -23
- package/static/hmu/images/countries/kg.svg +0 -15
- package/static/hmu/images/countries/kh.svg +0 -69
- package/static/hmu/images/countries/ki.svg +0 -36
- package/static/hmu/images/countries/km.svg +0 -16
- package/static/hmu/images/countries/kn.svg +0 -14
- package/static/hmu/images/countries/kp.svg +0 -15
- package/static/hmu/images/countries/kr.svg +0 -24
- package/static/hmu/images/countries/kw.svg +0 -13
- package/static/hmu/images/countries/ky.svg +0 -63
- package/static/hmu/images/countries/kz.svg +0 -23
- package/static/hmu/images/countries/la.svg +0 -12
- package/static/hmu/images/countries/lb.svg +0 -15
- package/static/hmu/images/countries/lc.svg +0 -8
- package/static/hmu/images/countries/li.svg +0 -43
- package/static/hmu/images/countries/lk.svg +0 -22
- package/static/hmu/images/countries/lr.svg +0 -14
- package/static/hmu/images/countries/ls.svg +0 -8
- package/static/hmu/images/countries/lt.svg +0 -7
- package/static/hmu/images/countries/lu.svg +0 -5
- package/static/hmu/images/countries/lv.svg +0 -6
- package/static/hmu/images/countries/ly.svg +0 -13
- package/static/hmu/images/countries/ma.svg +0 -4
- package/static/hmu/images/countries/mc.svg +0 -6
- package/static/hmu/images/countries/md.svg +0 -72
- package/static/hmu/images/countries/me.svg +0 -118
- package/static/hmu/images/countries/mf.svg +0 -7
- package/static/hmu/images/countries/mg.svg +0 -7
- package/static/hmu/images/countries/mh.svg +0 -7
- package/static/hmu/images/countries/mk.svg +0 -5
- package/static/hmu/images/countries/ml.svg +0 -7
- package/static/hmu/images/countries/mm.svg +0 -16
- package/static/hmu/images/countries/mn.svg +0 -13
- package/static/hmu/images/countries/mo.svg +0 -9
- package/static/hmu/images/countries/mp.svg +0 -86
- package/static/hmu/images/countries/mq.svg +0 -7
- package/static/hmu/images/countries/mr.svg +0 -6
- package/static/hmu/images/countries/ms.svg +0 -39
- package/static/hmu/images/countries/mt.svg +0 -49
- package/static/hmu/images/countries/mu.svg +0 -8
- package/static/hmu/images/countries/mv.svg +0 -6
- package/static/hmu/images/countries/mw.svg +0 -10
- package/static/hmu/images/countries/mx.svg +0 -385
- package/static/hmu/images/countries/my.svg +0 -15
- package/static/hmu/images/countries/mz.svg +0 -21
- package/static/hmu/images/countries/na.svg +0 -16
- package/static/hmu/images/countries/nc.svg +0 -7
- package/static/hmu/images/countries/ne.svg +0 -6
- package/static/hmu/images/countries/nf.svg +0 -9
- package/static/hmu/images/countries/ng.svg +0 -6
- package/static/hmu/images/countries/ni.svg +0 -131
- package/static/hmu/images/countries/nl.svg +0 -7
- package/static/hmu/images/countries/no.svg +0 -7
- package/static/hmu/images/countries/np.svg +0 -14
- package/static/hmu/images/countries/nr.svg +0 -12
- package/static/hmu/images/countries/nu.svg +0 -26
- package/static/hmu/images/countries/nz.svg +0 -41
- package/static/hmu/images/countries/om.svg +0 -116
- package/static/hmu/images/countries/pa.svg +0 -14
- package/static/hmu/images/countries/pe.svg +0 -279
- package/static/hmu/images/countries/pf.svg +0 -19
- package/static/hmu/images/countries/pg.svg +0 -9
- package/static/hmu/images/countries/ph.svg +0 -28
- package/static/hmu/images/countries/pk.svg +0 -15
- package/static/hmu/images/countries/pl.svg +0 -6
- package/static/hmu/images/countries/pm.svg +0 -7
- package/static/hmu/images/countries/pn.svg +0 -62
- package/static/hmu/images/countries/pr.svg +0 -13
- package/static/hmu/images/countries/ps.svg +0 -15
- package/static/hmu/images/countries/pt.svg +0 -57
- package/static/hmu/images/countries/pw.svg +0 -11
- package/static/hmu/images/countries/py.svg +0 -157
- package/static/hmu/images/countries/qa.svg +0 -4
- package/static/hmu/images/countries/re.svg +0 -7
- package/static/hmu/images/countries/ro.svg +0 -7
- package/static/hmu/images/countries/rs.svg +0 -292
- package/static/hmu/images/countries/ru.svg +0 -7
- package/static/hmu/images/countries/rw.svg +0 -13
- package/static/hmu/images/countries/sa.svg +0 -26
- package/static/hmu/images/countries/sb.svg +0 -13
- package/static/hmu/images/countries/sc.svg +0 -14
- package/static/hmu/images/countries/sd.svg +0 -13
- package/static/hmu/images/countries/se.svg +0 -16
- package/static/hmu/images/countries/sg.svg +0 -13
- package/static/hmu/images/countries/sh.svg +0 -74
- package/static/hmu/images/countries/si.svg +0 -18
- package/static/hmu/images/countries/sj.svg +0 -7
- package/static/hmu/images/countries/sk.svg +0 -9
- package/static/hmu/images/countries/sl.svg +0 -7
- package/static/hmu/images/countries/sm.svg +0 -91
- package/static/hmu/images/countries/sn.svg +0 -8
- package/static/hmu/images/countries/so.svg +0 -11
- package/static/hmu/images/countries/sr.svg +0 -6
- package/static/hmu/images/countries/ss.svg +0 -8
- package/static/hmu/images/countries/st.svg +0 -16
- package/static/hmu/images/countries/sv.svg +0 -618
- package/static/hmu/images/countries/sx.svg +0 -56
- package/static/hmu/images/countries/sy.svg +0 -6
- package/static/hmu/images/countries/sz.svg +0 -45
- package/static/hmu/images/countries/tc.svg +0 -67
- package/static/hmu/images/countries/td.svg +0 -7
- package/static/hmu/images/countries/tf.svg +0 -15
- package/static/hmu/images/countries/tg.svg +0 -14
- package/static/hmu/images/countries/th.svg +0 -7
- package/static/hmu/images/countries/tj.svg +0 -22
- package/static/hmu/images/countries/tk.svg +0 -5
- package/static/hmu/images/countries/tl.svg +0 -13
- package/static/hmu/images/countries/tm.svg +0 -213
- package/static/hmu/images/countries/tn.svg +0 -13
- package/static/hmu/images/countries/to.svg +0 -10
- package/static/hmu/images/countries/tr.svg +0 -8
- package/static/hmu/images/countries/tt.svg +0 -5
- package/static/hmu/images/countries/tv.svg +0 -27
- package/static/hmu/images/countries/tw.svg +0 -14
- package/static/hmu/images/countries/tz.svg +0 -13
- package/static/hmu/images/countries/ua.svg +0 -6
- package/static/hmu/images/countries/ug.svg +0 -30
- package/static/hmu/images/countries/um.svg +0 -23
- package/static/hmu/images/countries/un.svg +0 -16
- package/static/hmu/images/countries/us.svg +0 -12
- package/static/hmu/images/countries/uy.svg +0 -28
- package/static/hmu/images/countries/uz.svg +0 -30
- package/static/hmu/images/countries/va.svg +0 -483
- package/static/hmu/images/countries/vc.svg +0 -8
- package/static/hmu/images/countries/ve.svg +0 -26
- package/static/hmu/images/countries/vg.svg +0 -133
- package/static/hmu/images/countries/vi.svg +0 -31
- package/static/hmu/images/countries/vn.svg +0 -11
- package/static/hmu/images/countries/vu.svg +0 -18
- package/static/hmu/images/countries/wf.svg +0 -7
- package/static/hmu/images/countries/ws.svg +0 -7
- package/static/hmu/images/countries/ye.svg +0 -7
- package/static/hmu/images/countries/yt.svg +0 -7
- package/static/hmu/images/countries/za.svg +0 -17
- package/static/hmu/images/countries/zm.svg +0 -27
- package/static/hmu/images/countries/zw.svg +0 -21
- package/static/hmu/images/logo_visa_75wx45h.gif +0 -0
- package/static/hmu/images/payment-means/1eurocom full.svg +0 -1
- package/static/hmu/images/payment-means/1eurocom.svg +0 -1
- package/static/hmu/images/payment-means/3xcb full.svg +0 -1
- package/static/hmu/images/payment-means/3xcb-no-fees full.svg +0 -1
- package/static/hmu/images/payment-means/3xcb-no-fees.svg +0 -1
- package/static/hmu/images/payment-means/3xcb.svg +0 -1
- package/static/hmu/images/payment-means/4xcb full.svg +0 -1
- package/static/hmu/images/payment-means/4xcb-no-fees full.svg +0 -1
- package/static/hmu/images/payment-means/4xcb-no-fees.svg +0 -1
- package/static/hmu/images/payment-means/4xcb.svg +0 -1
- package/static/hmu/images/payment-means/Gift_shape.svg +0 -13
- package/static/hmu/images/payment-means/Wallet_shape.svg +0 -9
- package/static/hmu/images/payment-means/afterpay full.svg +0 -1
- package/static/hmu/images/payment-means/afterpay.svg +0 -1
- package/static/hmu/images/payment-means/alipay-pos full.svg +0 -1
- package/static/hmu/images/payment-means/alipay-pos.svg +0 -1
- package/static/hmu/images/payment-means/american-express full.svg +0 -1
- package/static/hmu/images/payment-means/american-express.svg +0 -1
- package/static/hmu/images/payment-means/apple-pay full.svg +0 -1
- package/static/hmu/images/payment-means/apple-pay.svg +0 -1
- package/static/hmu/images/payment-means/astropay full.svg +0 -1
- package/static/hmu/images/payment-means/astropay.svg +0 -1
- package/static/hmu/images/payment-means/aura full.svg +0 -1
- package/static/hmu/images/payment-means/aura.svg +0 -1
- package/static/hmu/images/payment-means/banamex full.svg +0 -1
- package/static/hmu/images/payment-means/banamex.svg +0 -1
- package/static/hmu/images/payment-means/banco-do-brasil full.svg +0 -1
- package/static/hmu/images/payment-means/banco-do-brasil.svg +0 -1
- package/static/hmu/images/payment-means/bancontactqrcode full.svg +0 -1
- package/static/hmu/images/payment-means/bancontactqrcode.svg +0 -1
- package/static/hmu/images/payment-means/bank-transfer full.svg +0 -1
- package/static/hmu/images/payment-means/bank-transfer .svg +0 -1
- package/static/hmu/images/payment-means/bbva-bancomer complet.svg +0 -1
- package/static/hmu/images/payment-means/bbva-bancomer.svg +0 -1
- package/static/hmu/images/payment-means/bcmc full.svg +0 -1
- package/static/hmu/images/payment-means/bcmc-mobile full.svg +0 -1
- package/static/hmu/images/payment-means/bcmc-mobile.svg +0 -1
- package/static/hmu/images/payment-means/bcmc.svg +0 -1
- package/static/hmu/images/payment-means/bnp-personal-finance full.svg +0 -1
- package/static/hmu/images/payment-means/bnp-personal-finance.svg +0 -1
- package/static/hmu/images/payment-means/bnpp-3xcb full.svg +0 -1
- package/static/hmu/images/payment-means/bnpp-3xcb.svg +0 -1
- package/static/hmu/images/payment-means/bnpp-4xcb full.svg +0 -1
- package/static/hmu/images/payment-means/bnpp-4xcb.svg +0 -1
- package/static/hmu/images/payment-means/boleto-bancario full.svg +0 -1
- package/static/hmu/images/payment-means/boleto-bancario.svg +0 -1
- package/static/hmu/images/payment-means/bradesco full.svg +0 -1
- package/static/hmu/images/payment-means/bradesco.svg +0 -1
- package/static/hmu/images/payment-means/caixa full.svg +0 -1
- package/static/hmu/images/payment-means/caixa.svg +0 -1
- package/static/hmu/images/payment-means/carte-cadeau full.svg +0 -1
- package/static/hmu/images/payment-means/carte-cadeau.svg +0 -1
- package/static/hmu/images/payment-means/carte-titre-restaurant full.svg +0 -1
- package/static/hmu/images/payment-means/carte-titre-restaurant.svg +0 -1
- package/static/hmu/images/payment-means/cb full.svg +0 -1
- package/static/hmu/images/payment-means/cb.svg +0 -1
- package/static/hmu/images/payment-means/cbc full.svg +0 -1
- package/static/hmu/images/payment-means/cbc.svg +0 -1
- package/static/hmu/images/payment-means/citi full.svg +0 -1
- package/static/hmu/images/payment-means/citi.svg +0 -1
- package/static/hmu/images/payment-means/credit-long full.svg +0 -1
- package/static/hmu/images/payment-means/credit-long.svg +0 -1
- package/static/hmu/images/payment-means/dexia-directnet full.svg +0 -1
- package/static/hmu/images/payment-means/dexia-directnet.svg +0 -1
- package/static/hmu/images/payment-means/dimoco full.svg +0 -1
- package/static/hmu/images/payment-means/dimoco.svg +0 -1
- package/static/hmu/images/payment-means/direct-debit full.svg +0 -1
- package/static/hmu/images/payment-means/direct-debit.svg +0 -1
- package/static/hmu/images/payment-means/divido full.svg +0 -1
- package/static/hmu/images/payment-means/divido.svg +0 -1
- package/static/hmu/images/payment-means/dsb-ch-easypay full.svg +0 -1
- package/static/hmu/images/payment-means/dsb-ch-easypay.svg +0 -1
- package/static/hmu/images/payment-means/giropay full.svg +0 -1
- package/static/hmu/images/payment-means/giropay.svg +0 -1
- package/static/hmu/images/payment-means/ideal full.svg +0 -1
- package/static/hmu/images/payment-means/ideal.svg +0 -1
- package/static/hmu/images/payment-means/ing-homepay full.svg +0 -1
- package/static/hmu/images/payment-means/ing-homepay.svg +0 -1
- package/static/hmu/images/payment-means/itau full.svg +0 -1
- package/static/hmu/images/payment-means/itau.svg +0 -1
- package/static/hmu/images/payment-means/jcb full.svg +0 -1
- package/static/hmu/images/payment-means/jcb.svg +0 -1
- package/static/hmu/images/payment-means/kbc full.svg +0 -1
- package/static/hmu/images/payment-means/kbc.svg +0 -1
- package/static/hmu/images/payment-means/klarnacheckout full.svg +0 -1
- package/static/hmu/images/payment-means/klarnacheckout.svg +0 -1
- package/static/hmu/images/payment-means/klarnainvoice full.svg +0 -1
- package/static/hmu/images/payment-means/klarnainvoice.svg +0 -1
- package/static/hmu/images/payment-means/maestro full.svg +0 -1
- package/static/hmu/images/payment-means/maestro.svg +0 -1
- package/static/hmu/images/payment-means/mastercard full.svg +0 -1
- package/static/hmu/images/payment-means/mastercard.svg +0 -1
- package/static/hmu/images/payment-means/mercado-pago full.svg +0 -1
- package/static/hmu/images/payment-means/mercado-pago.svg +0 -1
- package/static/hmu/images/payment-means/mobilepay full.svg +0 -1
- package/static/hmu/images/payment-means/mobilepay.svg +0 -1
- package/static/hmu/images/payment-means/movistar full.svg +0 -1
- package/static/hmu/images/payment-means/movistar.svg +0 -1
- package/static/hmu/images/payment-means/multi-carte full.svg +0 -1
- package/static/hmu/images/payment-means/multi-carte.svg +0 -1
- package/static/hmu/images/payment-means/multibanco full.svg +0 -1
- package/static/hmu/images/payment-means/multibanco.svg +0 -1
- package/static/hmu/images/payment-means/mybank full.svg +0 -1
- package/static/hmu/images/payment-means/mybank.svg +0 -1
- package/static/hmu/images/payment-means/o2 full.svg +0 -1
- package/static/hmu/images/payment-means/o2.svg +0 -1
- package/static/hmu/images/payment-means/orange full.svg +0 -1
- package/static/hmu/images/payment-means/orange.svg +0 -1
- package/static/hmu/images/payment-means/oxxo full.svg +0 -1
- package/static/hmu/images/payment-means/oxxo.svg +0 -1
- package/static/hmu/images/payment-means/paypal full.svg +0 -1
- package/static/hmu/images/payment-means/paypal.svg +0 -1
- package/static/hmu/images/payment-means/paysafecard full.svg +0 -1
- package/static/hmu/images/payment-means/paysafecard.svg +0 -1
- package/static/hmu/images/payment-means/payshop full.svg +0 -1
- package/static/hmu/images/payment-means/payshop.svg +0 -1
- package/static/hmu/images/payment-means/payulatam full.svg +0 -1
- package/static/hmu/images/payment-means/payulatam.svg +0 -1
- package/static/hmu/images/payment-means/postfinance-card full.svg +0 -1
- package/static/hmu/images/payment-means/postfinance-card.svg +0 -1
- package/static/hmu/images/payment-means/postfinance-efinance full.svg +0 -1
- package/static/hmu/images/payment-means/postfinance-efinance.svg +0 -1
- package/static/hmu/images/payment-means/przelewy24 full.svg +0 -1
- package/static/hmu/images/payment-means/przelewy24.svg +0 -1
- package/static/hmu/images/payment-means/qiwi-wallet full.svg +0 -1
- package/static/hmu/images/payment-means/qiwi-wallet.svg +0 -1
- package/static/hmu/images/payment-means/rapipago full.svg +0 -1
- package/static/hmu/images/payment-means/rapipago.svg +0 -1
- package/static/hmu/images/payment-means/refund-pos full.svg +0 -1
- package/static/hmu/images/payment-means/refund-pos.svg +0 -1
- package/static/hmu/images/payment-means/safetypay full.svg +0 -1
- package/static/hmu/images/payment-means/safetypay.svg +0 -1
- package/static/hmu/images/payment-means/sans_logo.svg +0 -1
- package/static/hmu/images/payment-means/sans_logo_full.svg +0 -499
- package/static/hmu/images/payment-means/santander-cash full.svg +0 -1
- package/static/hmu/images/payment-means/santander-cash.svg +0 -1
- package/static/hmu/images/payment-means/santander-home-banking full.svg +0 -1
- package/static/hmu/images/payment-means/santander-home-banking.svg +0 -1
- package/static/hmu/images/payment-means/sct full.svg +0 -1
- package/static/hmu/images/payment-means/sct.svg +0 -1
- package/static/hmu/images/payment-means/sdd full.svg +0 -1
- package/static/hmu/images/payment-means/sdd.svg +0 -1
- package/static/hmu/images/payment-means/sepa-refund-transfer full.svg +0 -1
- package/static/hmu/images/payment-means/sepa-refund-transfer.svg +0 -1
- package/static/hmu/images/payment-means/singtel full.svg +0 -1
- package/static/hmu/images/payment-means/singtel.svg +0 -1
- package/static/hmu/images/payment-means/sisal full.svg +0 -1
- package/static/hmu/images/payment-means/sisal.svg +0 -1
- package/static/hmu/images/payment-means/skrill full.svg +0 -1
- package/static/hmu/images/payment-means/skrill.svg +0 -1
- package/static/hmu/images/payment-means/sofort-uberweisung full.svg +0 -1
- package/static/hmu/images/payment-means/sofort-uberweisung.svg +0 -1
- package/static/hmu/images/payment-means/t-mobile full.svg +0 -1
- package/static/hmu/images/payment-means/t-mobile.svg +0 -1
- package/static/hmu/images/payment-means/tpe full.svg +0 -1
- package/static/hmu/images/payment-means/tpe.svg +0 -1
- package/static/hmu/images/payment-means/trustpay-banking full.svg +0 -1
- package/static/hmu/images/payment-means/trustpay-banking.svg +0 -1
- package/static/hmu/images/payment-means/unionpay full.svg +0 -1
- package/static/hmu/images/payment-means/unionpay.svg +0 -1
- package/static/hmu/images/payment-means/visa full.svg +0 -1
- package/static/hmu/images/payment-means/visa.svg +0 -1
- package/static/hmu/images/payment-means/vodafone full.svg +0 -1
- package/static/hmu/images/payment-means/vodafone.svg +0 -1
- package/static/hmu/images/payment-means/webmoney-transfer full.svg +0 -1
- package/static/hmu/images/payment-means/webmoney-transfer.svg +0 -1
- package/static/hmu/images/payment-means/wechatpay full.svg +0 -1
- package/static/hmu/images/payment-means/wechatpay.svg +0 -1
- package/static/hmu/images/payment-means/yandex full.svg +0 -1
- package/static/hmu/images/payment-means/yandex.svg +0 -1
- package/static/icons/150x150.png +0 -0
- package/static/icons/152x152.png +0 -0
- package/static/icons/192x192.png +0 -0
- package/static/icons/256x256.png +0 -0
- package/static/icons/310x310.png +0 -0
- package/static/icons/384x384.png +0 -0
- package/static/icons/48x48.png +0 -0
- package/static/icons/512x512.png +0 -0
- package/static/icons/70x70.png +0 -0
- package/static/icons/96x96.png +0 -0
- package/static/images/cards/contemplative-reptile.jpg +0 -0
- package/static/images/cards/live-from-space.jpg +0 -0
- package/static/images/cards/paella.jpg +0 -0
- package/static/images/color/colorTool.png +0 -0
- package/static/images/font-size.gif +0 -0
- package/static/images/grid/complex.jpg +0 -0
- package/static/images/grid-list/bike.jpg +0 -0
- package/static/images/grid-list/breakfast.jpg +0 -0
- package/static/images/grid-list/burgers.jpg +0 -0
- package/static/images/grid-list/camera.jpg +0 -0
- package/static/images/grid-list/hats.jpg +0 -0
- package/static/images/grid-list/honey.jpg +0 -0
- package/static/images/grid-list/morning.jpg +0 -0
- package/static/images/grid-list/mushroom.jpg +0 -0
- package/static/images/grid-list/olive.jpg +0 -0
- package/static/images/grid-list/plant.jpg +0 -0
- package/static/images/grid-list/star.jpg +0 -0
- package/static/images/grid-list/vegetables.jpg +0 -0
- package/static/images/hipay-logo.svg +0 -1
- package/static/images/hipay-white-logo.svg +0 -42
- package/static/images/icons/icons.png +0 -0
- package/static/images/layouts/album.png +0 -0
- package/static/images/layouts/blog.png +0 -0
- package/static/images/layouts/checkout.png +0 -0
- package/static/images/layouts/dashboard.png +0 -0
- package/static/images/layouts/pricing.png +0 -0
- package/static/images/layouts/sign-in.png +0 -0
- package/static/images/material-ui-logo.svg +0 -1
- package/static/images/remy.jpg +0 -0
- package/static/images/showcase/audionodes.jpg +0 -0
- package/static/images/showcase/builderbook.jpg +0 -0
- package/static/images/showcase/componofy.jpg +0 -0
- package/static/images/showcase/cryptoverview.jpg +0 -0
- package/static/images/showcase/hijup.jpg +0 -0
- package/static/images/showcase/jdupont.jpg +0 -0
- package/static/images/showcase/johnnymetrics.jpg +0 -0
- package/static/images/showcase/justaskusers.jpg +0 -0
- package/static/images/showcase/localinsights.jpg +0 -0
- package/static/images/showcase/localmonero.jpg +0 -0
- package/static/images/showcase/manty.jpg +0 -0
- package/static/images/showcase/meetingku.jpg +0 -0
- package/static/images/showcase/modole.jpg +0 -0
- package/static/images/showcase/npm-registry-browser.jpg +0 -0
- package/static/images/showcase/pilcro.jpg +0 -0
- package/static/images/showcase/planalyze.jpg +0 -0
- package/static/images/showcase/posters-galore.jpg +0 -0
- package/static/images/showcase/rung.jpg +0 -0
- package/static/images/showcase/sc.bnu.edu.cn.jpg +0 -0
- package/static/images/showcase/slidesup.jpg +0 -0
- package/static/images/showcase/snippets.jpg +0 -0
- package/static/images/showcase/tentu.jpg +0 -0
- package/static/images/showcase/trafikito-monitoring.jpg +0 -0
- package/static/images/showcase/typekev.jpg +0 -0
- package/static/images/showcase/venuemob.jpg +0 -0
- package/static/images/steppers/1-happy.jpg +0 -0
- package/static/images/steppers/2-work.jpg +0 -0
- package/static/images/steppers/3-friends.jpg +0 -0
- package/static/images/steppers/4-travel.jpg +0 -0
- package/static/images/steppers/5-mui.png +0 -0
- package/static/images/themes/creative-tim-dashboard.jpg +0 -0
- package/static/images/themes/creative-tim-kit.jpg +0 -0
- package/static/images/themes.jpg +0 -0
- package/static/images/tidelift.svg +0 -1
- package/static/images/uxceo-128.jpg +0 -0
- package/static/logo.png +0 -0
- package/static/manifest.json +0 -34
- package/static/pdf/pdf-multiple-pages.pdf +0 -0
- package/static/react-lifecycle.png +0 -0
- package/styleguide.config.js +0 -662
@@ -1,36 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" id="flag-icon-css-im">
|
2
|
-
<defs>
|
3
|
-
<clipPath id="a">
|
4
|
-
<path fill-opacity=".67" d="M-77.62 0h682.67v512H-77.62z"/>
|
5
|
-
</clipPath>
|
6
|
-
</defs>
|
7
|
-
<g clip-path="url(#a)" transform="translate(72.77) scale(.94)">
|
8
|
-
<path fill-rule="evenodd" fill="#ba0000" d="M629.43 512H-102V0h731.43z"/>
|
9
|
-
<path d="M281.02 376.01c.2-.605.603-6.844.402-6.844s-9.46-10.867-9.258-10.867c.202 0 11.874 2.616 11.874 2.213 0-.402 4.63-11.47 4.63-11.672 0-.2 5.634 13.485 5.634 13.485l11.47 5.032-8.05 6.64s1.813 12.88 1.813 13.083c0 .2-8.05-7.65-8.05-7.65l-8.857 1.008s-1.206-4.025-1.608-4.427z" fill-rule="evenodd" fill-opacity=".988" stroke="#000" stroke-width="2.204" fill="#ffef00"/>
|
10
|
-
<path d="M218.66 206.89c-7.647 3.938-36.996 37.486-41.02 42.718-3.373 7.596-9.97 17.205-16.763 23.39-7.252 5.488-11.282 12.983-10.284 20.08-.08 8.83 4.87 14.842 8.814 21.056 2.335 2.838 5.475 4.673 8.815 4.896 6.85.905 7.458 3.014 10.887 4.32 13.505 18.39 33.653 31.95 48.163 42.69 9.25 4.876 15.68 9.75 17.885 12.412 4.248 8.112 3.466 16.022 2.884 19.908-3.59 13.55-7.182 27.097-10.773 40.646-1.813 11.07 7.807 8.58 8.324 6.366 4.34-5.635 10.82-1.678 20.077-34.28 4.245-5.713 8.49-11.426 12.733-17.14 0 0 4.898-1.958 4.898-2.447 7.448-8.942 1.778-14.06-2.45-15.67-3.1-1.142-6.2-2.286-9.302-3.43 0 0-10.773-10.772-11.263-10.772-5.12-14.893-30.248-46.687-36.085-51.114-4.04-4.21-5.963-6.005-9.798-8.347-5.897-2.82-7.8-3.738-11.41-5.18-3.008-1.206-.867-4.507 1.045-6.016 19.903-10.834 35.68-22.875 54.778-35.118l2.938-1.96-6.856-39.175-31.83-11.264c-1.67 1.143-2.937 2.287-4.407 3.43z" fill-rule="evenodd" stroke="#000" stroke-width="2.636" fill="#fff"/>
|
11
|
-
<path d="M245.29 413.15c.1-.402 19.923-4.025 19.923-4.025s-2.314 7.346-2.415 7.346l-19.72 5.937 2.212-9.257z" fill-rule="evenodd" fill="#ffec00"/>
|
12
|
-
<path d="M193.64 338.51c3.824-10.163 14.438-18.21 21.568-20.43" stroke="#000" stroke-width="2.204" fill="none"/>
|
13
|
-
<path d="M244.58 413.32c1.28-.36 6.96-2.018 8.616-2.276 1.765-.414 3.523-.876 5.22-1.424 1.96-.4 3.186-.768 5.22-1.14 1.595-.607 3.17-1.024 4.874-1.422m-27.52 18.518c.167-.22 1.517-1.415 2.487-1.992 1.143-.36 5.05-2.018 6.527-2.276a53.935 53.935 0 0 0 4.662-1.424c1.75-.4 2.845-.768 4.663-1.14 1.422-.607 2.83-1.023 4.35-1.422" stroke="#000" stroke-width="2.437" fill="none"/>
|
14
|
-
<path d="M249.04 341.38h-.284c.89 0 .344-.074-.855 1.423-.425 1.15-4.08 3.7-6.83 3.7-1.327.142-3.367.284-4.696.284-.38 0-.9-.284-1.28-.284m13.665 53.517h1.422c1.476 0 2.957.263 4.27.284 1.423 0 2.846.404 4.27.404 1.436.203 3.167.137 4.653.348 1.666.057 3.004.386 4.738.386 1.398.053 2.152.286 3.7.286l-3.7-.286c1.398.053 2.152.286 3.7.286M239.08 434.74c.152-.222 1.39-1.415 2.276-1.992 1.047-.36 4.624-2.018 5.978-2.276a46.719 46.719 0 0 0 4.268-1.424c1.604-.4 2.606-.768 4.27-1.14 1.304-.607 2.592-1.024 3.984-1.422m5.874-41.216c-.805 2.337.238 2.924.67 3.933.75.977 2.666 2.466 5.693 3.415 1.167.314 2.064.622 3.415 1.14.894.082 1.334.305 1.992.568M153.13 299.55h.284c-.892 0-.357.058 1.14-1.14.923-1.032 1.695-1.5 2.56-2.56m14.436 23.97c.19 0 16.557-8.25 18.305-10.01 1.238-.9 2.176-1.846 3.68-2.866.967-.504 1.66-1.15 2.564-1.707.75-1.09 1.733-1.748 2.275-2.745 1.005-.87.574-1.815 1.39-2.864.384-1.075 1.105-2.885 1.34-3.87M221.95 308c.09.59-.26 2.402-.236 3.782-.057 1.6-2.115 6.543-4.603 8.02" stroke="#000" stroke-width="2.204" fill="none"/>
|
15
|
-
<path d="M192.55 307.82c.096 0 2.587.81 6.75 2.09 5.013 1.803 15.438 8.372 16.472 9.277 1.057.83 2.946 1.573 3.67 2.56 1.133.98 1.962 2.108 2.847 3.13 1.04 1.27 1.925 2.342 2.56 3.417 3.165 2.567 11.68 20.343 11.953 21.346.478.94 1.07 2.246 1.424 3.13.63.728 1.06 1.756 1.707 2.847.595 1.415 1.262 2.06 1.994 3.13.942.656 2.212 1.9 3.415 2.562 1.283 1.096 2.486 1.543 3.415 2.277 1.343.57 16.342 10.052 17.038 10.527 1.37 1.1 5.555 5.437 2.617 8.59-1.246 1.067-2.37 2.48-3.433 3.082-1.085 1.086-2.594 1.572-3.84 2.134-6.758 1.997-10.2 1.282-11.53 1.282h-1.423M159.42 274.29c1.92.752 1.146.197 2.875.984 1.162.51 1.927.522 3.07.94 1.21.387 4.597.997 6.223 2.63 1.194 1.078 2.105 1.99 3.416 2.776 1.55 1.07 2.67 1.545 4.592 2.347 1.622.607 3.435 1.28 5.075 1.338 1.705.1 2.114.014 3.75.014h3.984-3.985 3.984" stroke="#000" stroke-width="2.204" fill="none"/>
|
16
|
-
<path d="M158.96 293.28c4.268-.284 11.383.997 11.525.997l9.393-.142c4.934-.476 6.024-2.373 6.83-3.702 1.85-2.845 3.132-3.84 4.555-5.976 2.276-1.707 5.41 2.277 5.55 2.277 7.97 7.543 1.565 16.792 1.138 17.076-3.983 3.653-4.837 3.89-7.256 1.565-2.42-2.846-3.13-4.126-5.123-5.123-3.84-1.85-11.81-.426-11.954-.426-.142 0-4.126 1.565-4.126 1.565-1.946.712-3.18 2.42-6.546 2.988-3.415.238-4.554-.094-6.262-2.845-2.276-3.557-1.14-7.827 2.278-8.253z" fill-rule="evenodd" stroke="#000" stroke-width="2.204" fill="#ffe606"/>
|
17
|
-
<path d="M381.8 120.66c-.625.122-6.26 2.828-6.162 3.004.098.176-4.837 13.57-4.936 13.395-.1-.177-3.54-11.634-3.89-11.436-.35.197-12.267 1.587-12.443 1.686-.176.098 8.99-11.52 8.99-11.52l-1.235-12.466 9.734 3.763s10.34-7.892 10.515-7.99c.175-.1-2.722 10.765-2.722 10.765l5.218 7.226s-2.916 3.024-3.07 3.57z" fill-rule="evenodd" fill-opacity=".988" stroke="#000" stroke-width="2.204" fill="#ffef00"/>
|
18
|
-
<path d="M264.93 257.9c7.18 4.736 50.806 13.878 57.34 14.822 8.274-.783 19.883.257 28.605 3.148 8.337 3.632 16.845 3.472 22.542-.876 7.737-4.258 10.552-11.52 14.035-18.003 1.33-3.425 1.39-7.062-.052-10.082-2.57-6.415-1.028-7.98-1.57-11.607 9.41-20.784 11.356-44.992 13.608-62.905-.284-10.45.814-18.447 2.054-21.672 4.988-7.68 12.267-10.874 15.94-12.27 13.57-3.512 27.14-7.02 40.71-10.53 10.537-3.846 3.652-11.01 1.47-10.377-7.04-1.022-6.766-8.61-39.72-.7l-21.18-2.7s-4.11-3.31-4.536-3.07c-11.444-2.108-13.126 5.343-12.458 9.816l1.57 9.79s-4.11 14.67-3.87 15.097c-10.473 11.76-26.062 49.528-27.06 56.785-.473 6.82-3.048 5.588-2.357 12.217.026 5.18-.576 1.946 1.153 12.618.422 3.213-3.505 2.965-5.758 2.037-19.198-12.04-37.426-19.89-57.458-30.538-1.05-.534-2.098-1.07-3.147-1.602l-30.788 25.175 5.78 33.266c1.815.895 3.433 1.44 5.15 2.16z" fill-rule="evenodd" stroke="#000" stroke-width="2.636" fill="#fff"/>
|
19
|
-
<path d="M431.67 133.6c-.4.11-13.273-15.394-13.273-15.394s7.538-1.583 7.587-1.495l14.84 14.282-9.154 2.607z" fill-rule="evenodd" fill="#ffec00"/>
|
20
|
-
<path d="M391.93 215.21c-10.733 1.648-22.95-3.66-28.38-8.787" stroke="#000" stroke-width="2.204" fill="none"/>
|
21
|
-
<path d="M432.18 134.14c-.94-.94-5.17-5.08-6.207-6.395a66.484 66.484 0 0 0-3.8-3.853c-1.308-1.51-2.23-2.4-3.55-3.992-1.31-1.09-2.447-2.26-3.63-3.55m29.63 14.91c-.275-.034-1.978-.626-2.956-1.19-.874-.82-4.234-3.41-5.183-4.573a54.209 54.209 0 0 0-3.525-3.366c-1.208-1.33-2.065-2.102-3.28-3.506-1.227-.942-2.28-1.964-3.372-3.095" stroke="#000" stroke-width="2.437" fill="none"/>
|
22
|
-
<path d="M367.28 165.51l.14.248c-.437-.777-.234-.263 1.66.047 1.21-.192 5.223 1.743 6.57 4.14.776 1.09 1.9 2.797 2.55 3.956.186.33.194.925.38 1.257m39.95-38.138l-.14-.248c.187.332-.37-.66-.557-.99-.723-1.288-1.22-2.708-1.845-3.863-.697-1.24-1.043-2.68-1.74-3.92-.527-1.352-1.433-2.828-1.977-4.227-.767-1.48-1.135-2.807-1.985-4.32-.64-1.244-.806-2.015-1.565-3.366l1.565 3.367c-.64-1.245-.806-2.016-1.565-3.367m44.819 12.354c-.268-.024-1.914-.517-2.852-1.008-.827-.736-4.025-3.04-4.914-4.095a47.069 47.069 0 0 0-3.332-3.023c-1.135-1.202-1.947-1.894-3.086-3.164-1.17-.838-2.163-1.757-3.193-2.775M397.35 129.45c2.432-.444 2.432-1.64 3.1-2.51.484-1.134.843-3.534.187-6.637-.298-1.172-.47-2.105-.68-3.536-.367-.82-.388-1.312-.482-2.015M377.82 269.62l-.14-.248c.438.778.226.283-1.55-.434-1.354-.3-2.14-.743-3.487-.978m13.817-24.34c-.093-.166-15.305-10.39-17.697-11.05-1.39-.638-2.674-.99-4.3-1.804-.914-.594-1.817-.88-2.746-1.397-1.318-.122-2.372-.656-3.507-.64-1.252-.45-1.864.39-3.178.194-1.125.19-3.056.45-4.03.727m.458-24.17c.47-.366 2.222-.95 3.413-1.648 1.422-.735 6.74-1.363 9.245.082" stroke="#000" stroke-width="2.204" fill="none"/>
|
23
|
-
<path d="M365.71 231.2c-.047-.084-.562-2.652-1.486-6.91-.886-5.252-.268-17.558.013-18.904.207-1.328-.072-3.34.433-4.454.298-1.466.876-2.743 1.334-4.015.596-1.528 1.097-2.826 1.723-3.906.686-4.017 12.008-20.15 12.75-20.88a43.017 43.017 0 0 1 2.03-2.775c.325-.907 1.01-1.784 1.645-2.884.94-1.21 1.177-2.108 1.752-3.27.11-1.143.57-2.86.558-4.233.328-1.656.127-2.924.312-4.094-.16-1.45.753-19.172.826-20.01.288-1.735 2.017-7.507 6.206-6.492 1.54.565 3.32.852 4.368 1.484 1.48.413 2.642 1.49 3.743 2.3 5.052 4.913 6.115 8.264 6.766 9.423l.698 1.24M352.64 275.94l-.14-.248c.377.67.17.336-.31-1.132-.125-1.263-.515-2.97-.712-4.17-.255-1.247-.84-2.667-.68-3.536-.447-1.266-.166-2.31-.046-3.566.354-1.568.514-2.703.558-4.232.172-1.875.034-3.205.14-4.977-.494-1.46-.594-2.682-1.348-4.14-.67-1.394-1.182-2.684-1.984-4.11l-1.953-3.473 1.953 3.474-1.953-3.473" stroke="#000" stroke-width="2.204" fill="none"/>
|
24
|
-
<path d="M369.5 267.6c-2.34-3.58-4.71-10.41-4.78-10.535l-4.727-8.118c-2.833-4.068-5.02-4.088-6.574-4.14-3.387-.218-4.884-.846-7.442-1.04-2.604-1.148-.666-5.83-.736-5.955 2.67-10.642 13.87-9.593 14.328-9.36 5.137 1.682 5.762 2.31 4.92 5.558-1.294 3.505-2.06 4.75-1.954 6.976.27 4.256 5.417 10.505 5.488 10.63.07.124 3.386 2.83 3.386 2.83 1.574 1.347 3.668 1.585 5.812 4.242 1.882 2.86 2.15 4.016.59 6.852-1.986 3.728-6.265 4.83-8.312 2.06z" fill-rule="evenodd" stroke="#000" stroke-width="2.204" fill="#ffe606"/>
|
25
|
-
<path d="M105.242 168.67c.444.457 5.795 3.69 5.888 3.51s14.004-3.387 13.91-3.208-7.793 9.333-7.435 9.518c.356.186 8.047 9.394 8.226 9.487.18.092-14.563-1.212-14.563-1.212l-9.75 7.86-2.185-10.203s-12.266-4.328-12.445-4.42c-.178-.093 10.497-3.62 10.497-3.62l3.188-8.324s4.128.784 4.67.612z" fill-rule="evenodd" fill-opacity=".988" stroke="#000" stroke-width="2.204" fill="#ffef00"/>
|
26
|
-
<path d="M284.058 191.255c.03-8.6-16.22-50.106-19.01-56.09-5.187-6.492-10.676-16.774-13.035-25.654-1.527-8.963-6.322-15.994-13.08-18.378-7.8-4.14-15.418-2.517-22.75-1.88-3.595.764-6.67 2.706-8.407 5.566-3.96 5.663-6.11 5.23-8.85 7.672-22.544 3.513-43.862 15.146-60.082 23.074-8.588 5.962-15.878 9.425-19.256 10.154-9.156.033-15.816-4.306-18.997-6.613l-31.108-28.29c-8.99-6.71-11.212 2.975-9.486 4.454 3 6.45-3.496 10.375 21.172 33.613l9.344 19.197s-.518 5.25-.084 5.475c4.504 10.73 11.66 8.056 15.036 5.046l7.33-6.676s14.525-4.597 14.75-5.03c15.576 2.318 55.712-5.328 62.33-8.47 5.965-3.34 6.345-.51 11.512-4.72 4.32-2.858 1.944-.582 9.925-7.874 2.458-2.113 4.4 1.308 4.86 3.7.443 22.657 3.86 42.207 5.925 64.798.13 1.17.257 2.34.385 3.51 12.64 3.99 25.285 7.978 37.926 11.967 8.22-7.686 16.444-15.373 24.664-23.06-.244-2.007-.675-3.66-1.012-5.49z" fill-rule="evenodd" stroke="#000" stroke-width="2.637" fill="#fff"/>
|
27
|
-
<path d="M88.737 119.85c.31.275-5.608 19.537-5.608 19.537s-5.455-5.44-5.408-5.53l3.82-20.237 7.195 6.23z" fill-rule="evenodd" fill="#ffec00"/>
|
28
|
-
<path d="M178.78 108.395c7.258 8.077 9.51 21.205 8.194 28.556" stroke="#000" stroke-width="2.204" fill="none"/>
|
29
|
-
<path d="M88.917 119.143c-.27 1.302-1.416 7.108-1.95 8.696a66.817 66.817 0 0 0-1.142 5.288c-.547 1.923-.785 3.18-1.394 5.158-.194 1.694-.55 3.284-.982 4.98m-3.754-32.955c.12.25.557 1.998.622 3.125-.206 1.18-.535 5.41-.987 6.84a54.356 54.356 0 0 0-.886 4.794c-.45 1.737-.628 2.88-1.138 4.663-.116 1.543-.394 2.984-.74 4.517" stroke="#000" stroke-width="2.437" fill="none"/>
|
30
|
-
<path d="M150.694 156.247l.13-.252c-.41.79-.09.34-.868-1.415-.825-.908-1.403-5.325-.136-7.766.486-1.244 1.3-3.12 1.912-4.3.174-.335.667-.668.842-1.005M98.8 128.987l-.13.252-.525 1.01c-.68 1.31-1.596 2.502-2.22 3.657-.655 1.263-1.67 2.34-2.325 3.604-.842 1.182-1.58 2.75-2.454 3.97-.817 1.453-1.726 2.488-2.525 4.027-.69 1.217-1.244 1.78-1.958 3.153l1.96-3.153c-.692 1.217-1.246 1.78-1.96 3.153M72.44 104.386c.127.237.616 1.885.72 2.938-.163 1.095-.34 5.034-.735 6.354-.298 1.47-.55 2.96-.703 4.444-.384 1.607-.52 2.666-.957 4.314-.06 1.438-.285 2.773-.573 4.192m33.872 24.222c-1.703-1.793-2.705-1.137-3.8-1.22-1.21.217-3.416 1.23-5.653 3.48-.815.89-1.502 1.546-2.584 2.506-.485.756-.886 1.043-1.422 1.506m141.417-66.717l-.13.252c.41-.792.112-.343.485 1.536.49 1.296.55 2.197 1.092 3.453M205.55 97.41c-.088.17-.31 18.495.45 20.858.226 1.513.635 2.78.846 4.587.002 1.09.257 2.002.335 3.06.62 1.17.752 2.345 1.387 3.286.31 1.294 1.347 1.346 1.903 2.553.776.837 2.05 2.31 2.815 2.973m-20.472 12.861c-.563-.192-2.01-1.34-3.247-1.953-1.395-.787-4.833-4.89-4.997-7.78" stroke="#000" stroke-width="2.204" fill="none"/>
|
31
|
-
<path d="M206.527 121.572c-.044.085-1.91 1.923-4.967 5.028-3.91 3.618-14.542 9.843-15.822 10.344-1.224.555-2.754 1.89-3.963 2.077-1.39.555-2.775.772-4.09 1.085-1.605.34-2.965.63-4.212.7-3.737 1.625-23.436.992-24.452.77a43.156 43.156 0 0 1-3.434-.178c-.936.225-2.046.13-3.313.204-1.53-.123-2.41.17-3.697.327-1.015.535-2.704 1.09-3.847 1.85-1.566.634-2.516 1.497-3.596 1.983-1.125.928-16.452 9.872-17.193 10.27-1.608.71-7.384 2.425-8.83-1.636-.372-1.597-1.107-3.244-1.152-4.467-.465-1.463-.2-3.026-.125-4.39 1.342-6.92 3.563-9.643 4.175-10.823l.656-1.263m142.437-25.449l-.13.253c.353-.683.188-.325-.778.88-.987.796-2.203 2.057-3.1 2.88-.902.896-1.77 2.162-2.583 2.505-.814 1.068-1.843 1.405-2.958 1.992-1.506.563-2.543 1.05-3.846 1.85-1.664.885-2.7 1.73-4.24 2.61-.95 1.213-1.918 1.967-2.725 3.395-.8 1.324-1.597 2.46-2.35 3.91l-1.837 3.537 1.837-3.537-1.837 3.537m11.75 73.122l.263-.506c-.485.935-.315.69.14-.888.005-1.892.454-4.18.473-5.85.285-1.766.574-3.675.592-5.464-.107-2.094-.104-3.97-.417-5.99-.024-1.857-.24-3.784-.296-5.605-.035-1.803-.17-3.35-.56-5.1-.037-1.31-.118-3.11-.437-4.716.17-1.267-.19-2.432-.458-3.445-.49-1.95-.68-3.09-1.195-5.11-.31-1.084-.615-2.468-1.082-4.09-.17-1.537-.992-3.533-1.326-4.858-.457-.974-.918-2.294-1.095-3.453-.478-1.07-1.16-2.375-1.345-3.585-.504-.924-1.04-2.36-1.598-3.718-.48-1.116-.834-2.49-1.345-3.584-.517-1.38-1.147-2.56-1.468-3.97-.493-.476-.605-1-.87-1.412" stroke="#000" stroke-width="2.204" fill="none"/>
|
32
|
-
<path d="M234.893 98.47c-1.714 3.92-6.13 9.644-6.195 9.77l-4.202 8.402c-1.85 4.598-.67 6.44.137 7.767 1.673 2.952 1.967 4.548 3.205 6.795.467 2.807-4.512 3.75-4.578 3.877-10.366 3.596-15.623-6.35-15.68-6.86-1.406-5.218-1.222-6.085 1.956-7.16 3.64-.837 5.104-.878 6.907-2.187 3.412-2.557 5.82-10.286 5.887-10.413.065-.126.512-4.383.512-4.383.266-2.056-.683-3.938.365-7.188 1.363-3.14 2.182-3.998 5.41-4.246 4.207-.38 7.472 2.596 6.276 5.825z" fill-rule="evenodd" stroke="#000" stroke-width="2.204" fill="#ffe606"/>
|
33
|
-
<path d="M221.29 199.65c-1.566-1.422 29.458 11.24 33.726 11.385 5.836-2.134 29.886-22.484 29.886-22.484.237 1.993 1.09 7.163 3.414 8.255-9.296 7.543-17.74 14.8-27.037 22.34.663 11.955-1.52 24.62 4.552 37.998 0 0-7.256.14-7.256 0-6.404-6.404-8.682-37.284-8.682-37.284-10.198-4.555-20.398-8.966-30.596-13.52 1.47-.95 2.656-3.89 1.992-6.69z" fill-rule="evenodd" fill-opacity=".987" stroke="#000" stroke-width="2.204" fill="#ffef00"/>
|
34
|
-
<path d="M250.81 231.3c.496-.36-5.596 2.83-7.16 3.63-28.186 15.036-42.69 36.906-43.594 37.732-.487.932-1.384 2.174-2.204 3.392-.66 1.02-1.61 2.076-2.234 3.108-.864 1.196-2.68 3.558-3.67 4.606-.124.676.47-.23.276.22m77.846-70.558c-.547-.277 5.077 3.682 6.505 4.707 26.26 18.187 52.344 21.082 53.492 21.507 1.05.007 2.566.236 4.023.41 1.21.12 2.583.48 3.787.563 1.458.22 4.39.754 5.775 1.157.656-.2-.42-.312.067-.346" stroke="#000" stroke-width="2.204" fill="none"/>
|
35
|
-
</g>
|
36
|
-
</svg>
|
@@ -1,25 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640" id="flag-icon-css-in">
|
2
|
-
<path fill="#f93" d="M0 0h640v160H0z"/>
|
3
|
-
<path fill="#fff" d="M0 160h640v160H0z"/>
|
4
|
-
<path fill="#128807" d="M0 320h640v160H0z"/>
|
5
|
-
<g transform="matrix(3.2 0 0 3.2 320 240)">
|
6
|
-
<circle r="20" fill="#008"/>
|
7
|
-
<circle r="17.5" fill="#fff"/>
|
8
|
-
<circle r="3.5" fill="#008"/>
|
9
|
-
<g id="d">
|
10
|
-
<g id="c">
|
11
|
-
<g id="b">
|
12
|
-
<g id="a" fill="#008">
|
13
|
-
<circle r=".875" transform="rotate(7.5 -8.75 133.5)"/>
|
14
|
-
<path d="M0 17.5L.6 7 0 2l-.6 5L0 17.5z"/>
|
15
|
-
</g>
|
16
|
-
<use height="100%" width="100%" xlink:href="#a" transform="rotate(15)"/>
|
17
|
-
</g>
|
18
|
-
<use height="100%" width="100%" xlink:href="#b" transform="rotate(30)"/>
|
19
|
-
</g>
|
20
|
-
<use height="100%" width="100%" xlink:href="#c" transform="rotate(60)"/>
|
21
|
-
</g>
|
22
|
-
<use height="100%" width="100%" xlink:href="#d" transform="rotate(120)"/>
|
23
|
-
<use height="100%" width="100%" xlink:href="#d" transform="rotate(-120)"/>
|
24
|
-
</g>
|
25
|
-
</svg>
|
@@ -1,148 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" id="flag-icon-css-io">
|
2
|
-
<defs>
|
3
|
-
<clipPath id="a">
|
4
|
-
<path fill-opacity=".67" d="M0 0h682.67v512H0z"/>
|
5
|
-
</clipPath>
|
6
|
-
</defs>
|
7
|
-
<g clip-path="url(#a)" transform="scale(.9375)">
|
8
|
-
<path fill-rule="evenodd" fill="#fff" d="M0 0h1024v512H0z"/>
|
9
|
-
<path d="M1024 445.24c-11.474 6.903-21.332 23.035-51.814 23.035-60.947 0-76.188-33.965-121.9-33.965-30.474 0-45.712 33.965-76.187 33.965-60.952 0-76.191-33.965-121.9-33.965-30.477 0-45.715 33.965-76.191 33.965-60.952 0-76.191-33.965-121.9-33.965-30.477 0-45.715 33.965-76.191 33.965-60.952 0-76.191-33.965-121.9-33.965-30.478 0-45.715 33.965-76.191 33.965-60.952 0-76.192-33.965-121.91-33.965-30.476 0-39.619 24.203-57.905 24.203v43.727c18.286 0 27.428-24.2 57.905-24.2 45.715 0 60.955 33.96 121.9 33.96 30.476 0 45.713-33.965 76.191-33.965 45.713 0 60.952 33.965 121.9 33.965 30.476 0 45.714-33.965 76.191-33.965 45.714 0 60.952 33.965 121.9 33.965 30.476 0 45.714-33.965 76.191-33.965 45.714 0 60.952 33.965 121.9 33.965 30.476 0 45.714-33.965 76.187-33.965 45.715 0 60.956 33.965 121.9 33.965 30.482 0 40.34-9.625 51.814-16.528v-50.235zm0-84.92c-11.474 6.903-21.332 23.035-51.814 23.035-60.947 0-76.188-33.965-121.9-33.965-30.474 0-45.712 33.965-76.187 33.965-60.952 0-76.191-33.965-121.9-33.965-30.477 0-45.715 33.965-76.191 33.965-60.952 0-76.191-33.965-121.9-33.965-30.477 0-45.715 33.965-76.191 33.965-60.952 0-76.191-33.965-121.9-33.965-30.478 0-45.715 33.965-76.191 33.965-60.952 0-76.192-33.965-121.91-33.965-30.476 0-39.619 24.203-57.905 24.203v43.727c18.286.01 27.428-24.2 57.905-24.2 45.714 0 60.953 33.965 121.91 33.965 30.476 0 45.713-33.965 76.191-33.965 45.713 0 60.952 33.965 121.9 33.965 30.476 0 45.714-33.965 76.191-33.965 45.714 0 60.952 33.965 121.9 33.965 30.476 0 45.714-33.965 76.191-33.965 45.714 0 60.952 33.965 121.9 33.965 30.476 0 45.714-33.965 76.187-33.965 45.715 0 60.956 33.965 121.9 33.965 30.482 0 40.34-9.625 51.814-16.528v-50.235zm0-84.91c-11.474 6.903-21.332 23.035-51.814 23.035-60.947 0-76.188-33.965-121.9-33.965-30.474 0-45.712 33.965-76.187 33.965-60.952 0-76.191-33.965-121.9-33.965-30.477 0-45.715 33.965-76.191 33.965-60.952 0-76.191-33.965-121.9-33.965-30.477 0-45.715 33.965-76.191 33.965-60.952 0-76.191-33.965-121.9-33.965-30.478 0-45.715 33.965-76.191 33.965-60.952 0-76.192-33.965-121.91-33.965-30.476 0-39.619 24.203-57.905 24.203v43.727c18.286 0 27.428-24.2 57.905-24.2 45.714 0 60.953 33.965 121.91 33.965 30.476 0 45.713-33.965 76.191-33.965 45.713 0 60.952 33.965 121.9 33.965 30.476 0 45.714-33.965 76.191-33.965 45.714 0 60.952 33.965 121.9 33.965 30.476 0 45.714-33.965 76.191-33.965 45.714 0 60.952 33.965 121.9 33.965 30.476 0 45.714-33.965 76.187-33.965 45.715 0 60.956 33.965 121.9 33.965 30.482 0 40.34-9.625 51.814-16.528v-50.235zm0-84.91c-11.474 6.903-21.332 23.035-51.814 23.035-60.947 0-76.188-33.965-121.9-33.965-30.474 0-45.712 33.965-76.187 33.965-60.952 0-76.191-33.965-121.9-33.965-30.477 0-45.715 33.965-76.191 33.965-60.952 0-76.191-33.965-121.9-33.965-30.477 0-45.715 33.965-76.191 33.965-60.952 0-76.191-33.965-121.9-33.965-30.478 0-45.715 33.965-76.191 33.965-60.952 0-76.192-33.965-121.91-33.965-30.476 0-39.619 24.203-57.905 24.203V247.5c18.286 0 27.428-24.2 57.905-24.2 45.714 0 60.953 33.965 121.91 33.965 30.476 0 45.713-33.965 76.191-33.965 45.713 0 60.952 33.965 121.9 33.965 30.476 0 45.714-33.965 76.191-33.965 45.714 0 60.952 33.965 121.9 33.965 30.476 0 45.714-33.965 76.191-33.965 45.714 0 60.952 33.965 121.9 33.965 30.476 0 45.714-33.965 76.187-33.965 45.715 0 60.956 33.965 121.9 33.965 30.482 0 40.34-9.625 51.814-16.528v-50.235zm0-84.91c-11.474 6.903-21.332 23.035-51.814 23.035-60.947 0-76.188-33.965-121.9-33.965-30.474 0-45.712 33.965-76.187 33.965-60.952 0-76.191-33.965-121.9-33.965-30.477 0-45.715 33.965-76.191 33.965-60.952 0-76.191-33.965-121.9-33.965-30.477 0-45.715 33.965-76.191 33.965-60.952 0-76.191-33.965-121.9-33.965-30.478 0-45.715 33.965-76.191 33.965-60.952 0-76.192-33.965-121.91-33.965-30.491-.002-39.634 24.2-57.92 24.2v43.727c18.286 0 27.428-24.203 57.905-24.203 45.714 0 60.953 33.965 121.91 33.965 30.476 0 45.713-33.965 76.191-33.965 45.713 0 60.952 33.965 121.9 33.965 30.476 0 45.714-33.965 76.191-33.965 45.714 0 60.952 33.965 121.9 33.965 30.476 0 45.714-33.965 76.191-33.965 45.714 0 60.952 33.965 121.9 33.965 30.476 0 45.714-33.965 76.187-33.965 45.715 0 60.956 33.965 121.9 33.965 30.482 0 40.34-9.625 51.814-16.528v-50.235zm0-84.915c-11.474 6.903-21.332 23.035-51.814 23.035-60.947 0-76.188-33.965-121.9-33.965-30.474 0-45.712 33.965-76.187 33.965-60.952 0-76.191-33.965-121.9-33.965-30.477 0-45.715 33.965-76.191 33.965-60.952 0-76.191-33.965-121.9-33.965-30.477 0-45.715 33.965-76.191 33.965-60.952 0-76.191-33.965-121.9-33.965-30.478 0-45.715 33.965-76.191 33.965-60.952 0-76.192-33.965-121.91-33.965-30.491 0-39.634 24.203-57.92 24.203v43.727c18.286 0 27.428-24.203 57.905-24.203 45.714 0 60.953 33.965 121.91 33.965 30.476 0 45.713-33.965 76.191-33.965 45.713 0 60.952 33.965 121.9 33.965 30.476 0 45.714-33.965 76.191-33.965 45.714 0 60.952 33.965 121.9 33.965 30.476 0 45.714-33.965 76.191-33.965 45.714 0 60.952 33.965 121.9 33.965 30.476 0 45.714-33.965 76.187-33.965 45.715 0 60.956 33.965 121.9 33.965 30.482 0 40.34-9.625 51.814-16.528V20.674z" fill-rule="evenodd" fill="#000063"/>
|
10
|
-
<path fill-rule="evenodd" fill="#000063" d="M0 .063h261.31v157.91H0z"/>
|
11
|
-
<g stroke-width="1pt">
|
12
|
-
<path d="M0 .063v17.654L232.097 157.97h29.215v-17.654L29.215.064H0zm261.312 0v17.654L29.215 157.968H0v-17.654L232.097.064h29.215z" fill="#fff"/>
|
13
|
-
<path d="M108.88.063v157.905h43.552V.063H108.88zM0 52.698v52.635h261.312V52.698H0z" fill="#fff"/>
|
14
|
-
<path d="M0 63.225v31.581h261.312v-31.58H0zM117.59.063v157.905h26.132V.063H117.59zM0 157.968l87.104-52.635h19.476l-87.104 52.635H0zM0 .063l87.104 52.635H67.628L0 11.833V.063zm154.732 52.635L241.836.063h19.476l-87.104 52.635h-19.476zm106.58 105.27l-87.104-52.635h19.476l67.628 40.866v11.77z" fill="#c00"/>
|
15
|
-
</g>
|
16
|
-
<path d="M814.96-301.18l-17.72 708.66c0 37.298 80.097 37.298 88.583 0l-17.717-708.66h-53.149z" fill-rule="evenodd" transform="matrix(.2064 0 0 .4902 211.633 267.436)" stroke="#fff" stroke-width="6.935" fill="#a24300"/>
|
17
|
-
<path d="M496.06 549.21l17.717 70.866 35.433-53.15-17.717 88.583 35.433-35.433-35.433 88.582 35.433-35.433-35.433 88.583 35.433-35.433-35.433 106.3 35.433-35.433-35.433 106.3 35.433-35.433-35.433 106.3-17.716 53.151-17.717 17.72-17.717-17.72-17.716-53.151-35.433-106.3 35.433 35.433-35.433-106.3 35.433 35.433-35.433-106.3 35.433 35.433-35.433-88.583 35.433 35.433-35.433-88.582 35.433 35.433-17.717-88.583 35.433 53.15 17.717-70.866z" fill-rule="evenodd" transform="matrix(-.2354 .06743 -.1035 -.19501 591.314 322.549)" stroke="#fff" stroke-width="8.25" fill="#006d00"/>
|
18
|
-
<path d="M496.06 549.21v496.07M425.2 868.11l70.86 106.3 70.87-106.3" transform="matrix(-.2354 .06743 -.1035 -.19501 591.314 322.549)" stroke="#000" stroke-width="1pt" fill="none"/>
|
19
|
-
<path d="M425.2 797.24l70.866 106.3 70.866-106.3" transform="matrix(-.2354 .06743 -.1035 -.19501 591.314 322.549)" stroke="#000" stroke-width="1pt" fill="none"/>
|
20
|
-
<path d="M425.2 726.38l70.866 106.3 70.866-106.3" transform="matrix(-.2354 .06743 -.1035 -.19501 591.314 322.549)" stroke="#000" stroke-width="1pt" fill="none"/>
|
21
|
-
<path d="M425.2 673.23l70.866 88.583 70.866-88.583" transform="matrix(-.2354 .06743 -.1035 -.19501 591.314 322.549)" stroke="#000" stroke-width="1pt" fill="none"/>
|
22
|
-
<path d="M425.2 620.08l70.866 88.582 70.866-88.582" transform="matrix(-.2354 .06743 -.1035 -.19501 591.314 322.549)" stroke="#000" stroke-width="1pt" fill="none"/>
|
23
|
-
<path d="M442.91 566.93l53.15 106.3 53.15-106.3" transform="matrix(-.2354 .06743 -.1035 -.19501 591.314 322.549)" stroke="#000" stroke-width="1pt" fill="none"/>
|
24
|
-
<path d="M496.06 549.21l17.717 70.866 35.433-53.15-17.717 88.583 35.433-35.433-35.433 88.582 35.433-35.433-35.433 88.583 35.433-35.433-35.433 106.3 35.433-35.433-35.433 106.3 35.433-35.433-35.433 106.3-17.716 53.151-17.717 17.72-17.717-17.72-17.716-53.151-35.433-106.3 35.433 35.433-35.433-106.3 35.433 35.433-35.433-106.3 35.433 35.433-35.433-88.583 35.433 35.433-35.433-88.582 35.433 35.433-17.717-88.583 35.433 53.15 17.717-70.866z" fill-rule="evenodd" transform="matrix(.17703 -.18126 .22077 .14638 73.835 93.526)" stroke="#fff" stroke-width="8.25" fill="#006d00"/>
|
25
|
-
<path d="M496.06 549.21v496.07M425.2 868.11l70.86 106.3 70.87-106.3" transform="matrix(.17703 -.18126 .22077 .14638 73.835 93.526)" stroke="#000" stroke-width="1pt" fill="none"/>
|
26
|
-
<path d="M425.2 797.24l70.866 106.3 70.866-106.3" transform="matrix(.17703 -.18126 .22077 .14638 73.835 93.526)" stroke="#000" stroke-width="1pt" fill="none"/>
|
27
|
-
<path d="M425.2 726.38l70.866 106.3 70.866-106.3" transform="matrix(.17703 -.18126 .22077 .14638 73.835 93.526)" stroke="#000" stroke-width="1pt" fill="none"/>
|
28
|
-
<path d="M425.2 673.23l70.866 88.583 70.866-88.583" transform="matrix(.17703 -.18126 .22077 .14638 73.835 93.526)" stroke="#000" stroke-width="1pt" fill="none"/>
|
29
|
-
<path d="M425.2 620.08l70.866 88.582 70.866-88.582" transform="matrix(.17703 -.18126 .22077 .14638 73.835 93.526)" stroke="#000" stroke-width="1pt" fill="none"/>
|
30
|
-
<path d="M442.91 566.93l53.15 106.3 53.15-106.3" transform="matrix(.17703 -.18126 .22077 .14638 73.835 93.526)" stroke="#000" stroke-width="1pt" fill="none"/>
|
31
|
-
<path d="M496.06 549.21l17.717 70.866 35.433-53.15-17.717 88.583 35.433-35.433-35.433 88.582 35.433-35.433-35.433 88.583 35.433-35.433-35.433 106.3 35.433-35.433-35.433 106.3 35.433-35.433-35.433 106.3-17.716 53.151-17.717 17.72-17.717-17.72-17.716-53.151-35.433-106.3 35.433 35.433-35.433-106.3 35.433 35.433-35.433-106.3 35.433 35.433-35.433-88.583 35.433 35.433-35.433-88.582 35.433 35.433-17.717-88.583 35.433 53.15 17.717-70.866z" fill-rule="evenodd" transform="matrix(.1135 .2156 -.24917 .1076 581.756 -57.78)" stroke="#fff" stroke-width="8.25" fill="#006d00"/>
|
32
|
-
<path d="M496.06 549.21v496.07M425.2 868.11l70.86 106.3 70.87-106.3" transform="matrix(.1135 .2156 -.24917 .1076 581.756 -57.78)" stroke="#000" stroke-width="1pt" fill="none"/>
|
33
|
-
<path d="M425.2 797.24l70.866 106.3 70.866-106.3" transform="matrix(.1135 .2156 -.24917 .1076 581.756 -57.78)" stroke="#000" stroke-width="1pt" fill="none"/>
|
34
|
-
<path d="M425.2 726.38l70.866 106.3 70.866-106.3" transform="matrix(.1135 .2156 -.24917 .1076 581.756 -57.78)" stroke="#000" stroke-width="1pt" fill="none"/>
|
35
|
-
<path d="M425.2 673.23l70.866 88.583 70.866-88.583" transform="matrix(.1135 .2156 -.24917 .1076 581.756 -57.78)" stroke="#000" stroke-width="1pt" fill="none"/>
|
36
|
-
<path d="M425.2 620.08l70.866 88.582 70.866-88.582" transform="matrix(.1135 .2156 -.24917 .1076 581.756 -57.78)" stroke="#000" stroke-width="1pt" fill="none"/>
|
37
|
-
<path d="M442.91 566.93l53.15 106.3 53.15-106.3" transform="matrix(.1135 .2156 -.24917 .1076 581.756 -57.78)" stroke="#000" stroke-width="1pt" fill="none"/>
|
38
|
-
<g>
|
39
|
-
<path d="M496.06 549.21l17.717 70.866 35.433-53.15-17.717 88.583 35.433-35.433-35.433 88.582 35.433-35.433-35.433 88.583 35.433-35.433-35.433 106.3 35.433-35.433-35.433 106.3 35.433-35.433-35.433 106.3-17.716 53.151-17.717 17.72-17.717-17.72-17.716-53.151-35.433-106.3 35.433 35.433-35.433-106.3 35.433 35.433-35.433-106.3 35.433 35.433-35.433-88.583 35.433 35.433-35.433-88.582 35.433 35.433-17.717-88.583 35.433 53.15 17.717-70.866z" fill-rule="evenodd" transform="matrix(-.15682 .19451 -.23555 -.12827 705.85 197.798)" stroke="#fff" stroke-width="8.25" fill="#006d00"/>
|
40
|
-
<path d="M496.06 549.21v496.07M425.2 868.11l70.86 106.3 70.87-106.3" transform="matrix(-.15682 .19451 -.23555 -.12827 705.85 197.798)" stroke="#000" stroke-width="1pt" fill="none"/>
|
41
|
-
<path d="M425.2 797.24l70.866 106.3 70.866-106.3" transform="matrix(-.15682 .19451 -.23555 -.12827 705.85 197.798)" stroke="#000" stroke-width="1pt" fill="none"/>
|
42
|
-
<path d="M425.2 726.38l70.866 106.3 70.866-106.3" transform="matrix(-.15682 .19451 -.23555 -.12827 705.85 197.798)" stroke="#000" stroke-width="1pt" fill="none"/>
|
43
|
-
<path d="M425.2 673.23l70.866 88.583 70.866-88.583" transform="matrix(-.15682 .19451 -.23555 -.12827 705.85 197.798)" stroke="#000" stroke-width="1pt" fill="none"/>
|
44
|
-
<path d="M425.2 620.08l70.866 88.582 70.866-88.582" transform="matrix(-.15682 .19451 -.23555 -.12827 705.85 197.798)" stroke="#000" stroke-width="1pt" fill="none"/>
|
45
|
-
<path d="M442.91 566.93l53.15 106.3 53.15-106.3" transform="matrix(-.15682 .19451 -.23555 -.12827 705.85 197.798)" stroke="#000" stroke-width="1pt" fill="none"/>
|
46
|
-
</g>
|
47
|
-
<g>
|
48
|
-
<path d="M496.06 549.21l17.717 70.866 35.433-53.15-17.717 88.583 35.433-35.433-35.433 88.582 35.433-35.433-35.433 88.583 35.433-35.433-35.433 106.3 35.433-35.433-35.433 106.3 35.433-35.433-35.433 106.3-17.716 53.151-17.717 17.72-17.717-17.72-17.716-53.151-35.433-106.3 35.433 35.433-35.433-106.3 35.433 35.433-35.433-106.3 35.433 35.433-35.433-88.583 35.433 35.433-35.433-88.582 35.433 35.433-17.717-88.583 35.433 53.15 17.717-70.866z" fill-rule="evenodd" transform="matrix(-.15547 -.16616 .17678 -.15123 275.837 396.088)" stroke="#fff" stroke-width="8.25" fill="#006d00"/>
|
49
|
-
<path d="M496.06 549.21v496.07M425.2 868.11l70.86 106.3 70.87-106.3" transform="matrix(-.15547 -.16616 .17678 -.15123 275.837 396.088)" stroke="#000" stroke-width="1pt" fill="none"/>
|
50
|
-
<path d="M425.2 797.24l70.866 106.3 70.866-106.3" transform="matrix(-.15547 -.16616 .17678 -.15123 275.837 396.088)" stroke="#000" stroke-width="1pt" fill="none"/>
|
51
|
-
<path d="M425.2 726.38l70.866 106.3 70.866-106.3" transform="matrix(-.15547 -.16616 .17678 -.15123 275.837 396.088)" stroke="#000" stroke-width="1pt" fill="none"/>
|
52
|
-
<path d="M425.2 673.23l70.866 88.583 70.866-88.583" transform="matrix(-.15547 -.16616 .17678 -.15123 275.837 396.088)" stroke="#000" stroke-width="1pt" fill="none"/>
|
53
|
-
<path d="M425.2 620.08l70.866 88.582 70.866-88.582" transform="matrix(-.15547 -.16616 .17678 -.15123 275.837 396.088)" stroke="#000" stroke-width="1pt" fill="none"/>
|
54
|
-
<path d="M442.91 566.93l53.15 106.3 53.15-106.3" transform="matrix(-.15547 -.16616 .17678 -.15123 275.837 396.088)" stroke="#000" stroke-width="1pt" fill="none"/>
|
55
|
-
</g>
|
56
|
-
<g>
|
57
|
-
<path d="M460.63 549.21l28.643 70.866 42.223-53.15-10.184 88.583 27.9-35.433-17.716 88.582 25.249-35.433-25.249 88.583 35.433-35.433-35.433 106.3 35.433-35.433-35.433 106.3 35.433-35.433-35.433 106.3-17.716 53.151-17.717 17.72-17.717-17.72-17.716-53.151-35.433-106.3 35.433 35.433-35.433-106.3 35.433 35.433-35.433-106.3 35.433 35.433-45.617-88.583 45.617 35.433-53.15-88.582 42.966 35.433-25.25-88.583 35.433 53.15.001-70.866z" fill-rule="evenodd" transform="matrix(-.27108 -.06397 -.15704 .20433 684.121 -32.23)" stroke="#fff" stroke-width="8.25" fill="#006d00"/>
|
58
|
-
<path d="M467.21 584.65l28.855 124.02v336.62" transform="matrix(-.27108 -.06397 -.15704 .20433 684.121 -32.23)" stroke="#000" stroke-width="1pt" fill="none"/>
|
59
|
-
<path d="M436.23 885.83l59.833 88.582 60.682-88.582" transform="matrix(-.27108 -.06397 -.15704 .20433 684.121 -32.23)" stroke="#000" stroke-width="1pt" fill="none"/>
|
60
|
-
<path d="M434.53 814.96l61.53 88.582 60.682-88.582" transform="matrix(-.27108 -.06397 -.15704 .20433 684.121 -32.23)" stroke="#000" stroke-width="1pt" fill="none"/>
|
61
|
-
<path d="M435.38 744.1l60.682 88.582 59.833-88.582" transform="matrix(-.27108 -.06397 -.15704 .20433 684.121 -32.23)" stroke="#000" stroke-width="1pt" fill="none"/>
|
62
|
-
<path d="M432.84 690.94l63.228 70.866 53.149-70.866" transform="matrix(-.27108 -.06397 -.15704 .20433 684.121 -32.23)" stroke="#000" stroke-width="1pt" fill="none"/>
|
63
|
-
<path d="M425.2 637.8l70.866 70.865 45.406-70.865" transform="matrix(-.27108 -.06397 -.15704 .20433 684.121 -32.23)" stroke="#000" stroke-width="1pt" fill="none"/>
|
64
|
-
<path d="M436.12 593.24l53.15 86.886 35.327-95.478" transform="matrix(-.27108 -.06397 -.15704 .20433 684.121 -32.23)" stroke="#000" stroke-width="1pt" fill="none"/>
|
65
|
-
</g>
|
66
|
-
<g>
|
67
|
-
<path d="M460.63 549.21l28.643 70.866 42.223-53.15-10.184 88.583 27.9-35.433-17.716 88.582 25.249-35.433-25.249 88.583 35.433-35.433-35.433 106.3 35.433-35.433-35.433 106.3 35.433-35.433-35.433 106.3-17.716 53.151-17.717 17.72-17.717-17.72-17.716-53.151-35.433-106.3 35.433 35.433-35.433-106.3 35.433 35.433-35.433-106.3 35.433 35.433-45.617-88.583 45.617 35.433-53.15-88.582 42.966 35.433-25.25-88.583 35.433 53.15.001-70.866z" fill-rule="evenodd" transform="matrix(.27011 .06695 .00989 .24471 240.767 -138.419)" stroke="#fff" stroke-width="8.25" fill="#006d00"/>
|
68
|
-
<path d="M467.21 584.65l28.855 124.02v336.62" transform="matrix(.27011 .06695 .00989 .24471 240.767 -138.419)" stroke="#000" stroke-width="1pt" fill="none"/>
|
69
|
-
<path d="M436.23 885.83l59.833 88.582 60.682-88.582" transform="matrix(.27011 .06695 .00989 .24471 240.767 -138.419)" stroke="#000" stroke-width="1pt" fill="none"/>
|
70
|
-
<path d="M434.53 814.96l61.53 88.582 60.682-88.582" transform="matrix(.27011 .06695 .00989 .24471 240.767 -138.419)" stroke="#000" stroke-width="1pt" fill="none"/>
|
71
|
-
<path d="M435.38 744.1l60.682 88.582 59.833-88.582" transform="matrix(.27011 .06695 .00989 .24471 240.767 -138.419)" stroke="#000" stroke-width="1pt" fill="none"/>
|
72
|
-
<path d="M432.84 690.94l63.228 70.866 53.149-70.866" transform="matrix(.27011 .06695 .00989 .24471 240.767 -138.419)" stroke="#000" stroke-width="1pt" fill="none"/>
|
73
|
-
<path d="M425.2 637.8l70.866 70.865 45.406-70.865" transform="matrix(.27011 .06695 .00989 .24471 240.767 -138.419)" stroke="#000" stroke-width="1pt" fill="none"/>
|
74
|
-
<path d="M436.12 593.24l53.15 86.886 35.327-95.478" transform="matrix(.27011 .06695 .00989 .24471 240.767 -138.419)" stroke="#000" stroke-width="1pt" fill="none"/>
|
75
|
-
</g>
|
76
|
-
<g>
|
77
|
-
<path d="M354.33 531.5l88.583 88.583 17.716-53.149v88.582l35.433-35.433-17.716 88.583 35.432-35.434-17.716 88.584 35.433-35.433-17.716 106.3 35.433-35.433-35.433 106.3 35.433-35.433-17.717 106.3-17.716 53.151-17.717 17.72-17.717-17.72-17.716-53.151-53.15-82.294 35.434 11.429-35.433-106.3 35.433 35.433-53.15-106.3 35.433 35.433-53.15-88.584 53.15 35.434-70.866-88.583 53.149 35.433-70.866-70.866 70.866 35.433-53.149-88.583z" fill-rule="evenodd" transform="matrix(.03453 -.23456 .24402 .04167 115.462 229.538)" stroke="#fff" stroke-width="8.25" fill="#006d00"/>
|
78
|
-
<path d="M378.96 560.02l63.952 95.497 17.716 53.15 8.859 45.205 8.858 78.811 9.315 70.866 8.401 141.74" transform="matrix(.03453 -.23456 .24402 .04167 115.462 229.538)" stroke="#000" stroke-width="1pt" fill="none"/>
|
79
|
-
<path d="M425.2 903.54l63.665 70.866 50.749-88.583" transform="matrix(.03453 -.23456 .24402 .04167 115.462 229.538)" stroke="#000" stroke-width="1pt" fill="none"/>
|
80
|
-
<path d="M417.08 814.96l70.579 88.583 50.75-88.583" transform="matrix(.03453 -.23456 .24402 .04167 115.462 229.538)" stroke="#000" stroke-width="1pt" fill="none"/>
|
81
|
-
<path d="M407.48 752.44l70.867 80.235 45.948-88.583M372.05 637.8l88.583 70.866 25.831-70.866" transform="matrix(.03453 -.23456 .24402 .04167 115.462 229.538)" stroke="#000" stroke-width="1pt" fill="none"/>
|
82
|
-
<path d="M360.62 602.36l82.296 53.149 10.515-53.149m-63.671 88.58l81.095 70.866 33.946-70.866" transform="matrix(.03453 -.23456 .24402 .04167 115.462 229.538)" stroke="#000" stroke-width="1pt" fill="none"/>
|
83
|
-
</g>
|
84
|
-
<g fill-rule="evenodd">
|
85
|
-
<path d="M541.46 1173.3l-1.7-229.13-61.1-106.94c-15.277-52.618-7.754-78.079 16.973-79.776 24.728-1.698 49.224 13.579 84.868 15.276 35.645 1.697 28.856-59.408 81.474-57.71 52.618 1.697 144.28 32.25 222.36 37.342 78.078 5.092 118.81-27.158 208.77-30.553 89.97-3.395 113.73 42.435 118.82 42.435s30.55-18.672 56.01-22.066c25.46-3.395 33.95 10.184 33.95 10.184s-1.7 57.71-13.58 91.657c-11.88 33.948-54.32 89.961-56.01 89.961-1.7 0-15.28 249.52-15.28 251.21 0 1.7-675.55-6.79-675.55-11.88z" stroke="#000" stroke-width="1pt" fill="#c00" transform="matrix(.13659 0 0 .12573 266.36 208.19)"/>
|
86
|
-
<g stroke="#000" stroke-width="1pt">
|
87
|
-
<path d="M531.5 584.65s-67.982-52.097-69.813-177.17c-1.053-71.929 34.38-124.02 122.96-124.02 124.02 0 301.18 53.149 301.18 53.149v17.717s-141.73-53.15-301.18-53.15c-70.866 0-106.3 52.087-106.3 105.24 0 88.583 70.867 178.23 70.867 178.23v141.73h-17.717v-141.73z" fill="#fff100" transform="matrix(-.13659 0 0 .12573 508.357 252.74)"/>
|
88
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(-.13659 0 0 .12573 506.168 252.526)" fill="#fff"/>
|
89
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(-.13659 0 0 .12573 508.588 247.431)" fill="#fff"/>
|
90
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(-.13659 0 0 .12573 509.849 242.243)" fill="#fff"/>
|
91
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(-.13659 0 0 .12573 510.776 236.694)" fill="#fff"/>
|
92
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(-.13659 0 0 .12573 510.545 230.678)" fill="#fff"/>
|
93
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(-.13659 0 0 .12573 502.69 257.008)" fill="#fff"/>
|
94
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(-.13659 0 0 .12573 508.487 224.996)" fill="#fff"/>
|
95
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(-.13659 0 0 .12573 504.082 220.515)" fill="#fff"/>
|
96
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(-.13659 0 0 .12573 498.054 217.528)" fill="#fff"/>
|
97
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(-.13659 0 0 .12573 492.026 217.1)" fill="#fff"/>
|
98
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(-.13659 0 0 .12573 485.535 217.314)" fill="#fff"/>
|
99
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(-.13659 0 0 .12573 479.043 218.168)" fill="#fff"/>
|
100
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(-.13659 0 0 .12573 472.55 219.022)" fill="#fff"/>
|
101
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(-.13659 0 0 .12573 465.596 220.088)" fill="#fff"/>
|
102
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(-.13659 0 0 .12573 459.568 221.583)" fill="#fff"/>
|
103
|
-
</g>
|
104
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(.13659 0 0 .12573 268.548 252.526)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
105
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(.13659 0 0 .12573 266.128 247.432)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
106
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(.13659 0 0 .12573 264.867 242.243)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
107
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(.13659 0 0 .12573 263.94 236.694)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
108
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(.13659 0 0 .12573 264.172 230.678)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
109
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(.13659 0 0 .12573 266.23 224.996)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
110
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(.13659 0 0 .12573 270.635 220.515)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
111
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(.13659 0 0 .12573 276.662 217.527)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
112
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(.13659 0 0 .12573 282.69 217.1)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
113
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(.13659 0 0 .12573 289.181 217.314)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
114
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(.13659 0 0 .12573 295.674 218.168)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
115
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(.13659 0 0 .12573 302.166 219.021)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
116
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(.13659 0 0 .12573 309.12 220.088)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
117
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(.13659 0 0 .12573 315.149 221.583)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
118
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(.13659 0 0 .12573 272.026 257.008)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
119
|
-
<path d="M531.5 584.65s-67.982-52.097-69.813-177.17c-1.053-71.929 34.38-124.02 122.96-124.02 124.02 0 301.18 53.149 301.18 53.149v17.717s-141.73-53.15-301.18-53.15c-70.866 0-106.3 52.087-106.3 105.24 0 88.583 70.867 178.23 70.867 178.23v141.73h-17.717v-141.73z" transform="matrix(.13659 0 0 .12573 266.36 252.74)" stroke="#000" stroke-width="1pt" fill="#fff100"/>
|
120
|
-
<path d="M1240.2 531.5s15.35-35.433 70.86-35.433c37.79 0 70.87 35.433 70.87 70.866v70.866h35.43v-70.866c0-35.47 35.44-70.866 70.87-70.866 53.15 0 70.87 35.433 70.87 35.433s0-106.3-70.87-106.3c-53.15 0-70.87 35.433-70.87 35.433s17.72-53.15 17.72-106.3-35.43-88.583-35.43-88.583c0 6.79-35.44 35.433-35.44 88.583 0 53.149 17.72 106.3 17.72 106.3s-17.72-35.433-70.87-35.433c-70.86 0-70.86 106.3-70.86 106.3z" transform="matrix(.04553 0 0 .0479 299.433 309.064)" stroke="#000" stroke-width="2.991" fill="#fff100"/>
|
121
|
-
<path d="M1240.2 531.5s15.35-35.433 70.86-35.433c37.79 0 70.87 35.433 70.87 70.866v70.866h35.43v-70.866c0-35.47 35.44-70.866 70.87-70.866 53.15 0 70.87 35.433 70.87 35.433s0-106.3-70.87-106.3c-53.15 0-70.87 35.433-70.87 35.433s17.72-53.15 17.72-106.3-35.43-88.583-35.43-88.583c0 6.79-35.44 35.433-35.44 88.583 0 53.149 17.72 106.3 17.72 106.3s-17.72-35.433-70.87-35.433c-70.86 0-70.86 106.3-70.86 106.3z" transform="matrix(.04553 0 0 .0479 347.83 309.064)" stroke="#000" stroke-width="2.991" fill="#fff100"/>
|
122
|
-
<path d="M531.5 832.68V673.23s35.433 53.15 88.583 53.15c43.489 0 88.582-70.866 88.582-70.866s41.515 53.149 88.583 53.149c42.021 0 88.516-68.572 88.516-68.572s43.207 68.572 88.649 68.572c45.441 0 88.581-53.149 88.581-53.149s46.29 70.866 106.3 70.866c53.15 0 70.87-53.15 70.87-53.15v159.45h-708.66z" transform="matrix(.13659 0 0 .12573 266.36 252.74)" stroke="#000" stroke-width="1pt" fill="#fff100"/>
|
123
|
-
<path d="M708.66 832.68V708.66s106.3 35.433 106.3 124.02h-106.3z" transform="matrix(.13659 0 0 .12573 242.16 252.74)" stroke="#000" stroke-width="1pt" fill="#fff100"/>
|
124
|
-
<path d="M708.66 832.68V708.66s106.3 35.433 106.3 124.02h-106.3z" transform="matrix(-.13659 0 0 .12573 532.547 252.74)" stroke="#000" stroke-width="1pt" fill="#fff100"/>
|
125
|
-
<path d="M602.36 832.68c0-88.583 106.37-144.6 106.37-144.6s106.23 56.016 106.23 144.6h-212.6z" transform="matrix(.13659 0 0 .12573 266.36 252.74)" stroke="#000" stroke-width="1pt" fill="#fff100"/>
|
126
|
-
<path d="M602.36 832.68c0-88.583 106.37-144.6 106.37-144.6s106.23 56.016 106.23 144.6h-212.6z" transform="matrix(.13659 0 0 .12573 314.758 252.74)" stroke="#000" stroke-width="1pt" fill="#fff100"/>
|
127
|
-
<path d="M584.65 847.53c0-88.583 124.08-159.45 124.08-159.45s123.95 70.866 123.95 159.45H584.65z" transform="matrix(.13659 0 0 .12573 290.558 250.873)" stroke="#000" stroke-width="1pt" fill="#fff100"/>
|
128
|
-
<path d="M1275.6 655.51c-35.43-17.716-166.02-35.433-376.28-35.433s-350.1 17.717-385.53 35.433c-35.434 17.717-35.434 53.149-.001 70.866 35.433 17.716 175.28 35.433 385.54 35.433s340.84-17.716 376.28-35.433c35.43-17.716 35.43-53.149 0-70.866z" transform="matrix(.13505 0 0 .12573 265.898 275.015)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
129
|
-
<path d="M435.757 366.342c0 4.455-40.256 4.455-48.399 4.455-8.797 0-48.398 1.207-48.398-4.455 0-4.455 39.928-4.455 48.398-4.455 8.47 0 48.399.906 48.399 4.455z" fill="gray"/>
|
130
|
-
<path d="M343.797 350.342c0 1.456-1.084 2.636-2.42 2.636-1.337 0-2.42-1.18-2.42-2.636s1.083-2.637 2.42-2.637c1.336 0 2.42 1.18 2.42 2.637zm91.956 0c0 1.456-1.083 2.636-2.42 2.636-1.336 0-2.42-1.18-2.42-2.636s1.084-2.637 2.42-2.637c1.337 0 2.42 1.18 2.42 2.637z" fill="#c00"/>
|
131
|
-
<path d="M392.195 348.932c0 1.456-2.167 2.636-4.84 2.636s-4.84-1.18-4.84-2.636 2.167-2.636 4.84-2.636 4.84 1.18 4.84 2.636z"/>
|
132
|
-
<path d="M415.41 348.932c0 1.456-1.625 2.636-3.63 2.636-2.004 0-3.63-1.18-3.63-2.636s1.626-2.636 3.63-2.636c2.005 0 3.63 1.18 3.63 2.636zm-49.834 0c0 1.456-1.626 2.636-3.63 2.636-2.005 0-3.63-1.18-3.63-2.636s1.625-2.636 3.63-2.636c2.004 0 3.63 1.18 3.63 2.636z" fill="#006300"/>
|
133
|
-
<path d="M1257.9 496.06s35.44-53.15 70.87-53.15h35.43v35.433c0 53.15-53.15 70.867-53.15 70.867h141.74s-53.15-17.717-53.15-70.867V442.91h35.43c35.43 0 70.87 53.15 70.87 53.15V354.33s-35.44 53.15-70.87 53.15h-35.43v-35.433c0-53.15 53.15-70.867 53.15-70.867h-141.74s53.15 17.717 53.15 70.867v35.433h-35.43c-35.43 0-70.87-53.15-70.87-53.15v141.73z" transform="matrix(.07805 0 0 .07185 279.5 297.926)" stroke="#000" stroke-width="2.188" fill="#fff100"/>
|
134
|
-
<path d="M1381.9 549.21l70.87.001s-53.15-17.717-53.15-70.867v-35.433h35.43c35.43 0 70.87 53.15 70.87 53.15v-141.73s-35.44 53.15-70.87 53.15h-35.43v-35.433c0-53.15 53.15-70.867 53.15-70.867h-70.87v248.03z" transform="matrix(.03903 0 0 .06287 285.03 307.314)" stroke="#000" stroke-width="3.307" fill="#fff100"/>
|
135
|
-
<path d="M1381.9 549.21l70.87.001s-53.15-17.717-53.15-70.867v-35.433h35.43c35.43 0 70.87 53.15 70.87 53.15v-141.73s-35.44 53.15-70.87 53.15h-35.43v-35.433c0-53.15 53.15-70.867 53.15-70.867h-70.87v248.03z" transform="matrix(-.03903 0 0 .06287 489.685 307.314)" stroke="#000" stroke-width="3.307" fill="#fff100"/>
|
136
|
-
<path d="M903.54 602.36c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(.13659 0 0 .12573 266.36 252.74)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
137
|
-
<path d="M1257.9 496.06s35.44-53.15 70.87-53.15h35.43v35.433c0 53.15-53.15 70.867-53.15 70.867h141.74s-53.15-17.717-53.15-70.867V442.91h35.43c35.43 0 70.87 53.15 70.87 53.15V354.33s-35.44 53.15-70.87 53.15h-35.43v-35.433c0-53.15 53.15-70.867 53.15-70.867h-141.74s53.15 17.717 53.15 70.867v35.433h-35.43c-35.43 0-70.87-53.15-70.87-53.15v141.73z" transform="matrix(.07805 0 0 .07185 279.5 251.15)" stroke="#000" stroke-width="2.188" fill="#fff100"/>
|
138
|
-
<path d="M903.54 602.36c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(.13659 0 0 .12573 266.592 206.336)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
139
|
-
<path stroke="#000" stroke-width="1pt" fill="#fff100" d="M850.39 655.51h70.866v53.15H850.39z" transform="matrix(.13659 0 0 .12573 266.36 208.19)"/>
|
140
|
-
<path stroke="#000" stroke-width="1pt" fill="#fff100" d="M850.39 683.3h70.866v202.53H850.39z" transform="matrix(.13659 0 0 .12573 266.36 208.19)"/>
|
141
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(.13659 0 0 .12573 324.438 246.057)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
142
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(.13659 0 0 .12573 324.438 240.295)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
143
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(.13659 0 0 .12573 324.438 234.92)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
144
|
-
<path d="M478.35 549.21c0 9.785-7.932 17.717-17.717 17.717-9.785 0-17.717-7.932-17.717-17.717 0-9.785 7.932-17.717 17.717-17.717 9.785 0 17.717 7.932 17.717 17.717z" transform="matrix(.13659 0 0 .12573 324.438 229.372)" stroke="#000" stroke-width="1pt" fill="#fff"/>
|
145
|
-
<path d="M392.495 357.482c0 1-2.202 1.81-4.918 1.81s-4.918-.81-4.918-1.81 2.202-1.811 4.918-1.811c2.717 0 4.918.81 4.918 1.81zm44.57 4.421c-.272.685-2.668.742-5.35.127-2.683-.615-4.638-1.67-4.366-2.355.273-.686 2.668-.743 5.35-.128 2.684.616 4.638 1.67 4.366 2.356zm-18.628-3.004c-.108.882-2.439 1.44-5.206 1.247-2.768-.194-4.925-1.065-4.817-1.947.108-.882 2.439-1.44 5.206-1.247 2.768.193 4.925 1.065 4.817 1.947zm-81.87 3.004c.272.685 2.668.742 5.35.127 2.683-.615 4.638-1.67 4.366-2.355-.273-.686-2.668-.743-5.35-.128-2.684.616-4.638 1.67-4.366 2.356zm19.561-3.431c.108.882 2.439 1.44 5.206 1.247 2.768-.193 4.925-1.065 4.817-1.947-.108-.882-2.439-1.44-5.207-1.247-2.767.193-4.924 1.065-4.816 1.947z"/>
|
146
|
-
</g>
|
147
|
-
</g>
|
148
|
-
</svg>
|
@@ -1,10 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" id="flag-icon-css-iq">
|
2
|
-
<path fill="#fff" d="M0 160h640v160H0z"/>
|
3
|
-
<path fill="#ce1126" d="M0 0h640v160H0z"/>
|
4
|
-
<path d="M0 320h640v160H0z"/>
|
5
|
-
<g transform="translate(-179.27 -92.847) scale(1.75182)" fill="#007a3d">
|
6
|
-
<path d="M325.525 173.177c-.558-.294-1.186-.767-1.395-1.053-.314-.44-.13-.456 1.163-.105 2.32.628 3.815.383 5.298-.873l1.31-1.103 1.54.784c.847.428 1.747.724 2.007.656.667-.176 2.05-1.95 2.005-2.564-.054-.76.587-.57.896.263.615 1.63-.28 3.503-1.865 3.918-.774.203-1.488.128-2.66-.28-1.438-.5-1.683-.494-2.405.058-1.617 1.24-3.87 1.356-5.893.3zm5.733-5.242c-.563-.716-1.24-3.423-1.02-4.088.192-.575.39-.69.914-.526.918.288 1.13.92.993 3.064-.107 1.748-.366 2.207-.887 1.55zm-67.515-1.945c-.185 1.31 2.325 4.568 3.458 5.158-.77.345-1.727.19-2.433.577-3.948 3.948-18.367 18.005-21 21.366 7.8.155 16.45-.105 23.76-.44-.006-5.298 5.02-5.572 8.382-7.502 1.73 2.725 6.074 2.516 6.617 6.618 0 4.91.01 12.306.01 17.646H215.91c-1.17 5.176-5.843 9.125-12.353 7.5 2.014-2.103 5.406-2.827 6.62-5.734 1.024-6.365-2.046-10.296-4.032-13.907 3.284-1.194 3.782-1.492 7.12-3.736-2.342 7.12 6.092 6.338 12.354 6.175.21-2.418.088-5.272-1.767-5.625 2.396-.87 2.794-1.168 6.62-4.412v9.592c14.885 0 30.942-.11 46.138-.11 0-3.003.796-7.825-1.58-7.825-2.27 0-.107 6.173-1.87 6.173h-35.63c0-1.328-.034-4.104-.034-6.104 1.51-1.512 1.33-1.38 11.648-11.7 1.028-1.028 8.266-7.566 14.6-13.71zm89.06-.253c2.488 1.338 4.457 3.19 7.502 3.97-.353 1.26-1.475 1.76-1.77 3.088v26.91c3.403.75 4.12-1.178 5.738-2.205.442 4.307 3.185 8.53 3.088 11.91h-14.558v-43.673zM333.39 180.15s5.297-4.472 5.297-4.644v23.485l3.814-.005c0-8.948-.117-18.023-.117-26.338 1.548-1.55 4.58-3.792 5.338-5.36v42.06c-10.745 0-30.792.013-33.442.013-.493-8.73-.577-17.77 9.6-15.827v-3.562c-.31-.608-.87.148-1-.644 1.617-1.617 2.164-2.03 6.54-5.85 0 4.61.08 15.498.08 15.498 1.07 0 3.153.004 3.857.004 0 0 .036-18.228.036-18.83zm-12.553 18.6c.716 1.076 3.155 1.057 3.04-.754-.41-1.493-3.615-.924-3.04.755z"/>
|
7
|
-
<circle cx="224.026" cy="214.369" r="2.042"/>
|
8
|
-
<path d="M287.048 165.78c2.488 1.338 4.457 3.19 7.502 3.97-.353 1.26-1.476 1.76-1.768 3.087v26.91c3.4.75 4.117-1.178 5.736-2.205.44 4.307 3.185 8.53 3.088 11.91h-14.56c.002-14.555.002-29.114.002-43.673z"/>
|
9
|
-
</g>
|
10
|
-
</svg>
|
@@ -1,219 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" id="flag-icon-css-ir">
|
2
|
-
<defs>
|
3
|
-
<clipPath id="a">
|
4
|
-
<path fill-opacity=".67" d="M-85.311 0h682.67v512h-682.67z"/>
|
5
|
-
</clipPath>
|
6
|
-
</defs>
|
7
|
-
<g clip-path="url(#a)" fill-rule="evenodd" transform="translate(79.98) scale(.9375)">
|
8
|
-
<path fill="#fff" d="M-191.96 0h896v512h-896z"/>
|
9
|
-
<path fill="#da0000" d="M-191.96 343.84h896V512h-896z"/>
|
10
|
-
<g stroke-width="1pt" fill="#fff">
|
11
|
-
<path d="M-21.628 350.958h49.07v3.377h-49.07zm7.316 16.884h3.377v3.28h-3.377zm41.882-.106v3.377h-9.807v-3.377zm5.274-16.778h3.377v20.16h-3.377z"/>
|
12
|
-
<path d="M52.379 367.736v3.377H33.794v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
13
|
-
<path d="M49.614 350.958h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.3 0v3.377h-17.91v-3.377z"/>
|
14
|
-
<path d="M17.763 359.849h3.377v11.27h-3.377z"/>
|
15
|
-
<path d="M17.763 359.849h3.377v11.27h-3.377z"/>
|
16
|
-
<path d="M17.763 359.849h3.377v11.27h-3.377zm-39.3 0h3.377v11.27h-3.377zm28.807 0h3.376v11.27H7.27zm-14.272 0h3.377v11.27h-3.377z"/>
|
17
|
-
<path d="M9.639 367.736v3.377h-15.14v-3.377zm1.007-8.754v3.377H1.048v-3.377z"/>
|
18
|
-
</g>
|
19
|
-
<g stroke-width="1pt" fill="#fff">
|
20
|
-
<path d="M-102.228 350.958h49.07v3.377h-49.07zm7.316 16.884h3.377v3.28h-3.377zm41.882-.106v3.377h-9.807v-3.377zm5.274-16.778h3.377v20.16h-3.377z"/>
|
21
|
-
<path d="M-28.221 367.736v3.377h-18.585v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
22
|
-
<path d="M-30.986 350.958h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.3 0v3.377h-17.91v-3.377z"/>
|
23
|
-
<path d="M-62.837 359.849h3.377v11.27h-3.377z"/>
|
24
|
-
<path d="M-62.837 359.849h3.377v11.27h-3.377z"/>
|
25
|
-
<path d="M-62.837 359.849h3.377v11.27h-3.377zm-39.3 0h3.377v11.27h-3.377zm28.807 0h3.376v11.27h-3.377zm-14.272 0h3.377v11.27h-3.377z"/>
|
26
|
-
<path d="M-70.961 367.736v3.377h-15.14v-3.377zm1.007-8.754v3.377h-9.598v-3.377z"/>
|
27
|
-
</g>
|
28
|
-
<g stroke-width="1pt" fill="#fff">
|
29
|
-
<path d="M58.297 350.958h49.07v3.377h-49.07zm7.316 16.884h3.376v3.28h-3.376zm41.881-.106v3.377h-9.807v-3.377zm5.275-16.778h3.377v20.16h-3.377z"/>
|
30
|
-
<path d="M132.303 367.736v3.377H113.72v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
31
|
-
<path d="M129.539 350.958h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.299 0v3.377h-17.91v-3.377z"/>
|
32
|
-
<path d="M97.687 359.849h3.377v11.27h-3.377z"/>
|
33
|
-
<path d="M97.687 359.849h3.377v11.27h-3.377z"/>
|
34
|
-
<path d="M97.687 359.849h3.377v11.27h-3.377zm-39.299 0h3.377v11.27h-3.377zm28.806 0h3.377v11.27h-3.377zm-14.272 0H76.3v11.27h-3.377z"/>
|
35
|
-
<path d="M89.563 367.736v3.377h-15.14v-3.377zm1.007-8.754v3.377h-9.598v-3.377z"/>
|
36
|
-
</g>
|
37
|
-
<g stroke-width="1pt" fill="#fff">
|
38
|
-
<path d="M622.682 350.958h49.07v3.377h-49.07zm7.316 16.884h3.377v3.28h-3.377zm41.882-.106v3.377h-9.807v-3.377zm5.274-16.778h3.377v20.16h-3.377z"/>
|
39
|
-
<path d="M696.689 367.736v3.377h-18.585v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
40
|
-
<path d="M693.924 350.958h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.3 0v3.377h-17.91v-3.377z"/>
|
41
|
-
<path d="M662.073 359.849h3.377v11.27h-3.377z"/>
|
42
|
-
<path d="M662.073 359.849h3.377v11.27h-3.377z"/>
|
43
|
-
<path d="M662.073 359.849h3.377v11.27h-3.377zm-39.3 0h3.377v11.27h-3.377zm28.807 0h3.376v11.27h-3.377zm-14.272 0h3.377v11.27h-3.377z"/>
|
44
|
-
<path d="M653.949 367.736v3.377h-15.14v-3.377zm1.007-8.754v3.377h-9.598v-3.377z"/>
|
45
|
-
</g>
|
46
|
-
<g stroke-width="1pt" fill="#fff">
|
47
|
-
<path d="M138.742 350.958h49.07v3.377h-49.07zm7.316 16.884h3.377v3.28h-3.377zm41.882-.106v3.377h-9.807v-3.377zm5.274-16.778h3.377v20.16h-3.377z"/>
|
48
|
-
<path d="M212.749 367.736v3.377h-18.585v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
49
|
-
<path d="M209.984 350.958h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.3 0v3.377h-17.91v-3.377z"/>
|
50
|
-
<path d="M178.133 359.849h3.377v11.27h-3.377z"/>
|
51
|
-
<path d="M178.133 359.849h3.377v11.27h-3.377z"/>
|
52
|
-
<path d="M178.133 359.849h3.377v11.27h-3.377zm-39.3 0h3.377v11.27h-3.377zm28.807 0h3.376v11.27h-3.377zm-14.272 0h3.377v11.27h-3.377z"/>
|
53
|
-
<path d="M170.009 367.736v3.377h-15.14v-3.377zm1.007-8.754v3.377h-9.598v-3.377z"/>
|
54
|
-
</g>
|
55
|
-
<g stroke-width="1pt" fill="#fff">
|
56
|
-
<path d="M219.482 350.958h49.07v3.377h-49.07zm7.316 16.884h3.377v3.28h-3.377zm41.882-.106v3.377h-9.807v-3.377zm5.274-16.778h3.377v20.16h-3.377z"/>
|
57
|
-
<path d="M293.489 367.736v3.377h-18.585v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
58
|
-
<path d="M290.724 350.958h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.3 0v3.377h-17.91v-3.377z"/>
|
59
|
-
<path d="M258.873 359.849h3.377v11.27h-3.377z"/>
|
60
|
-
<path d="M258.873 359.849h3.377v11.27h-3.377z"/>
|
61
|
-
<path d="M258.873 359.849h3.377v11.27h-3.377zm-39.3 0h3.377v11.27h-3.377zm28.807 0h3.376v11.27h-3.377zm-14.272 0h3.377v11.27h-3.377z"/>
|
62
|
-
<path d="M250.749 367.736v3.377h-15.14v-3.377zm1.007-8.754v3.377h-9.598v-3.377z"/>
|
63
|
-
</g>
|
64
|
-
<path fill="#239f40" d="M-191.96 0h896v168.16h-896z"/>
|
65
|
-
<g stroke-width="1pt" fill="#fff">
|
66
|
-
<path d="M300.692 350.958h49.07v3.377h-49.07zm7.316 16.884h3.377v3.28h-3.377zm41.882-.106v3.377h-9.807v-3.377zm5.274-16.778h3.377v20.16h-3.377z"/>
|
67
|
-
<path d="M374.699 367.736v3.377h-18.585v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
68
|
-
<path d="M371.934 350.958h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.3 0v3.377h-17.91v-3.377z"/>
|
69
|
-
<path d="M340.083 359.849h3.377v11.27h-3.377z"/>
|
70
|
-
<path d="M340.083 359.849h3.377v11.27h-3.377z"/>
|
71
|
-
<path d="M340.083 359.849h3.377v11.27h-3.377zm-39.3 0h3.377v11.27h-3.377zm28.807 0h3.376v11.27h-3.377zm-14.272 0h3.377v11.27h-3.377z"/>
|
72
|
-
<path d="M331.959 367.736v3.377h-15.14v-3.377zm1.007-8.754v3.377h-9.598v-3.377z"/>
|
73
|
-
</g>
|
74
|
-
<g stroke-width="1pt" fill="#fff">
|
75
|
-
<path d="M381.422 350.958h49.07v3.377h-49.07zm7.316 16.884h3.377v3.28h-3.377zm41.882-.106v3.377h-9.807v-3.377zm5.274-16.778h3.377v20.16h-3.377z"/>
|
76
|
-
<path d="M455.429 367.736v3.377h-18.585v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
77
|
-
<path d="M452.664 350.958h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.3 0v3.377h-17.91v-3.377z"/>
|
78
|
-
<path d="M420.813 359.849h3.377v11.27h-3.377z"/>
|
79
|
-
<path d="M420.813 359.849h3.377v11.27h-3.377z"/>
|
80
|
-
<path d="M420.813 359.849h3.377v11.27h-3.377zm-39.3 0h3.377v11.27h-3.377zm28.807 0h3.376v11.27h-3.377zm-14.272 0h3.377v11.27h-3.377z"/>
|
81
|
-
<path d="M412.689 367.736v3.377h-15.14v-3.377zm1.007-8.754v3.377h-9.598v-3.377z"/>
|
82
|
-
</g>
|
83
|
-
<g stroke-width="1pt" fill="#fff">
|
84
|
-
<path d="M462.162 350.958h49.07v3.377h-49.07zm7.316 16.884h3.377v3.28h-3.377zm41.882-.106v3.377h-9.807v-3.377zm5.274-16.778h3.377v20.16h-3.377z"/>
|
85
|
-
<path d="M536.169 367.736v3.377h-18.585v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
86
|
-
<path d="M533.404 350.958h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.3 0v3.377h-17.91v-3.377z"/>
|
87
|
-
<path d="M501.553 359.849h3.377v11.27h-3.377z"/>
|
88
|
-
<path d="M501.553 359.849h3.377v11.27h-3.377z"/>
|
89
|
-
<path d="M501.553 359.849h3.377v11.27h-3.377zm-39.3 0h3.377v11.27h-3.377zm28.807 0h3.376v11.27h-3.377zm-14.272 0h3.377v11.27h-3.377z"/>
|
90
|
-
<path d="M493.429 367.736v3.377h-15.14v-3.377zm1.007-8.754v3.377h-9.598v-3.377z"/>
|
91
|
-
</g>
|
92
|
-
<g stroke-width="1pt" fill="#fff">
|
93
|
-
<path d="M543.372 350.958h49.07v3.377h-49.07zm7.316 16.884h3.377v3.28h-3.377zm41.882-.106v3.377h-9.807v-3.377zm5.274-16.778h3.377v20.16h-3.377z"/>
|
94
|
-
<path d="M617.379 367.736v3.377h-18.585v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
95
|
-
<path d="M614.614 350.958h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.3 0v3.377h-17.91v-3.377z"/>
|
96
|
-
<path d="M582.763 359.849h3.377v11.27h-3.377z"/>
|
97
|
-
<path d="M582.763 359.849h3.377v11.27h-3.377z"/>
|
98
|
-
<path d="M582.763 359.849h3.377v11.27h-3.377zm-39.3 0h3.377v11.27h-3.377zm28.807 0h3.376v11.27h-3.377zm-14.272 0h3.377v11.27h-3.377z"/>
|
99
|
-
<path d="M574.639 367.736v3.377h-15.14v-3.377zm1.007-8.754v3.377h-9.598v-3.377z"/>
|
100
|
-
</g>
|
101
|
-
<g stroke-width="1pt" fill="#fff">
|
102
|
-
<path d="M-183.788 350.958h49.07v3.377h-49.07zm7.316 16.884h3.377v3.28h-3.377zm41.882-.106v3.377h-9.807v-3.377zm5.274-16.778h3.377v20.16h-3.377z"/>
|
103
|
-
<path d="M-109.781 367.736v3.377h-18.585v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
104
|
-
<path d="M-112.546 350.958h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.3 0v3.377h-17.91v-3.377z"/>
|
105
|
-
<path d="M-144.397 359.849h3.377v11.27h-3.377z"/>
|
106
|
-
<path d="M-144.397 359.849h3.377v11.27h-3.377z"/>
|
107
|
-
<path d="M-144.397 359.849h3.377v11.27h-3.377zm-39.3 0h3.377v11.27h-3.377zm28.807 0h3.376v11.27h-3.377zm-14.272 0h3.377v11.27h-3.377z"/>
|
108
|
-
<path d="M-152.521 367.736v3.377h-15.14v-3.377zm1.007-8.754v3.377h-9.598v-3.377z"/>
|
109
|
-
</g>
|
110
|
-
<g stroke-width="1pt" fill="#fff">
|
111
|
-
<path d="M-21.628 143.442h49.07v3.377h-49.07zm7.316 16.884h3.377v3.28h-3.377zm41.882-.106v3.377h-9.807v-3.377zm5.274-16.778h3.377v20.16h-3.377z"/>
|
112
|
-
<path d="M52.379 160.22v3.377H33.794v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
113
|
-
<path d="M49.614 143.442h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.3 0v3.377h-17.91v-3.377z"/>
|
114
|
-
<path d="M17.763 152.333h3.377v11.27h-3.377z"/>
|
115
|
-
<path d="M17.763 152.333h3.377v11.27h-3.377z"/>
|
116
|
-
<path d="M17.763 152.333h3.377v11.27h-3.377zm-39.3 0h3.377v11.27h-3.377zm28.807 0h3.376v11.27H7.27zm-14.272 0h3.377v11.27h-3.377z"/>
|
117
|
-
<path d="M9.639 160.22v3.377h-15.14v-3.377zm1.007-8.754v3.377H1.048v-3.377z"/>
|
118
|
-
</g>
|
119
|
-
<g stroke-width="1pt" fill="#fff">
|
120
|
-
<path d="M-102.228 143.442h49.07v3.377h-49.07zm7.316 16.884h3.377v3.28h-3.377zm41.882-.106v3.377h-9.807v-3.377zm5.274-16.778h3.377v20.16h-3.377z"/>
|
121
|
-
<path d="M-28.221 160.22v3.377h-18.585v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
122
|
-
<path d="M-30.986 143.442h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.3 0v3.377h-17.91v-3.377z"/>
|
123
|
-
<path d="M-62.837 152.333h3.377v11.27h-3.377z"/>
|
124
|
-
<path d="M-62.837 152.333h3.377v11.27h-3.377z"/>
|
125
|
-
<path d="M-62.837 152.333h3.377v11.27h-3.377zm-39.3 0h3.377v11.27h-3.377zm28.807 0h3.376v11.27h-3.377zm-14.272 0h3.377v11.27h-3.377z"/>
|
126
|
-
<path d="M-70.961 160.22v3.377h-15.14v-3.377zm1.007-8.754v3.377h-9.598v-3.377z"/>
|
127
|
-
</g>
|
128
|
-
<g stroke-width="1pt" fill="#fff">
|
129
|
-
<path d="M58.297 143.442h49.07v3.377h-49.07zm7.316 16.884h3.376v3.28h-3.376zm41.881-.106v3.377h-9.807v-3.377zm5.275-16.778h3.377v20.16h-3.377z"/>
|
130
|
-
<path d="M132.303 160.22v3.377H113.72v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
131
|
-
<path d="M129.539 143.442h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.299 0v3.377h-17.91v-3.377z"/>
|
132
|
-
<path d="M97.687 152.333h3.377v11.27h-3.377z"/>
|
133
|
-
<path d="M97.687 152.333h3.377v11.27h-3.377z"/>
|
134
|
-
<path d="M97.687 152.333h3.377v11.27h-3.377zm-39.299 0h3.377v11.27h-3.377zm28.806 0h3.377v11.27h-3.377zm-14.272 0H76.3v11.27h-3.377z"/>
|
135
|
-
<path d="M89.563 160.22v3.377h-15.14v-3.377zm1.007-8.754v3.377h-9.598v-3.377z"/>
|
136
|
-
</g>
|
137
|
-
<g stroke-width="1pt" fill="#fff">
|
138
|
-
<path d="M622.682 143.442h49.07v3.377h-49.07zm7.316 16.884h3.377v3.28h-3.377zm41.882-.106v3.377h-9.807v-3.377zm5.274-16.778h3.377v20.16h-3.377z"/>
|
139
|
-
<path d="M696.689 160.22v3.377h-18.585v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
140
|
-
<path d="M693.924 143.442h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.3 0v3.377h-17.91v-3.377z"/>
|
141
|
-
<path d="M662.073 152.333h3.377v11.27h-3.377z"/>
|
142
|
-
<path d="M662.073 152.333h3.377v11.27h-3.377z"/>
|
143
|
-
<path d="M662.073 152.333h3.377v11.27h-3.377zm-39.3 0h3.377v11.27h-3.377zm28.807 0h3.376v11.27h-3.377zm-14.272 0h3.377v11.27h-3.377z"/>
|
144
|
-
<path d="M653.949 160.22v3.377h-15.14v-3.377zm1.007-8.754v3.377h-9.598v-3.377z"/>
|
145
|
-
</g>
|
146
|
-
<g stroke-width="1pt" fill="#fff">
|
147
|
-
<path d="M138.742 143.442h49.07v3.377h-49.07zm7.316 16.884h3.377v3.28h-3.377zm41.882-.106v3.377h-9.807v-3.377zm5.274-16.778h3.377v20.16h-3.377z"/>
|
148
|
-
<path d="M212.749 160.22v3.377h-18.585v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
149
|
-
<path d="M209.984 143.442h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.3 0v3.377h-17.91v-3.377z"/>
|
150
|
-
<path d="M178.133 152.333h3.377v11.27h-3.377z"/>
|
151
|
-
<path d="M178.133 152.333h3.377v11.27h-3.377z"/>
|
152
|
-
<path d="M178.133 152.333h3.377v11.27h-3.377zm-39.3 0h3.377v11.27h-3.377zm28.807 0h3.376v11.27h-3.377zm-14.272 0h3.377v11.27h-3.377z"/>
|
153
|
-
<path d="M170.009 160.22v3.377h-15.14v-3.377zm1.007-8.754v3.377h-9.598v-3.377z"/>
|
154
|
-
</g>
|
155
|
-
<g stroke-width="1pt" fill="#fff">
|
156
|
-
<path d="M219.482 143.442h49.07v3.377h-49.07zm7.316 16.884h3.377v3.28h-3.377zm41.882-.106v3.377h-9.807v-3.377zm5.274-16.778h3.377v20.16h-3.377z"/>
|
157
|
-
<path d="M293.489 160.22v3.377h-18.585v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
158
|
-
<path d="M290.724 143.442h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.3 0v3.377h-17.91v-3.377z"/>
|
159
|
-
<path d="M258.873 152.333h3.377v11.27h-3.377z"/>
|
160
|
-
<path d="M258.873 152.333h3.377v11.27h-3.377z"/>
|
161
|
-
<path d="M258.873 152.333h3.377v11.27h-3.377zm-39.3 0h3.377v11.27h-3.377zm28.807 0h3.376v11.27h-3.377zm-14.272 0h3.377v11.27h-3.377z"/>
|
162
|
-
<path d="M250.749 160.22v3.377h-15.14v-3.377zm1.007-8.754v3.377h-9.598v-3.377z"/>
|
163
|
-
</g>
|
164
|
-
<g stroke-width="1pt" fill="#fff">
|
165
|
-
<path d="M300.692 143.442h49.07v3.377h-49.07zm7.316 16.884h3.377v3.28h-3.377zm41.882-.106v3.377h-9.807v-3.377zm5.274-16.778h3.377v20.16h-3.377z"/>
|
166
|
-
<path d="M374.699 160.22v3.377h-18.585v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
167
|
-
<path d="M371.934 143.442h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.3 0v3.377h-17.91v-3.377z"/>
|
168
|
-
<path d="M340.083 152.333h3.377v11.27h-3.377z"/>
|
169
|
-
<path d="M340.083 152.333h3.377v11.27h-3.377z"/>
|
170
|
-
<path d="M340.083 152.333h3.377v11.27h-3.377zm-39.3 0h3.377v11.27h-3.377zm28.807 0h3.376v11.27h-3.377zm-14.272 0h3.377v11.27h-3.377z"/>
|
171
|
-
<path d="M331.959 160.22v3.377h-15.14v-3.377zm1.007-8.754v3.377h-9.598v-3.377z"/>
|
172
|
-
</g>
|
173
|
-
<g stroke-width="1pt" fill="#fff">
|
174
|
-
<path d="M381.422 143.442h49.07v3.377h-49.07zm7.316 16.884h3.377v3.28h-3.377zm41.882-.106v3.377h-9.807v-3.377zm5.274-16.778h3.377v20.16h-3.377z"/>
|
175
|
-
<path d="M455.429 160.22v3.377h-18.585v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
176
|
-
<path d="M452.664 143.442h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.3 0v3.377h-17.91v-3.377z"/>
|
177
|
-
<path d="M420.813 152.333h3.377v11.27h-3.377z"/>
|
178
|
-
<path d="M420.813 152.333h3.377v11.27h-3.377z"/>
|
179
|
-
<path d="M420.813 152.333h3.377v11.27h-3.377zm-39.3 0h3.377v11.27h-3.377zm28.807 0h3.376v11.27h-3.377zm-14.272 0h3.377v11.27h-3.377z"/>
|
180
|
-
<path d="M412.689 160.22v3.377h-15.14v-3.377zm1.007-8.754v3.377h-9.598v-3.377z"/>
|
181
|
-
</g>
|
182
|
-
<g stroke-width="1pt" fill="#fff">
|
183
|
-
<path d="M462.162 143.442h49.07v3.377h-49.07zm7.316 16.884h3.377v3.28h-3.377zm41.882-.106v3.377h-9.807v-3.377zm5.274-16.778h3.377v20.16h-3.377z"/>
|
184
|
-
<path d="M536.169 160.22v3.377h-18.585v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
185
|
-
<path d="M533.404 143.442h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.3 0v3.377h-17.91v-3.377z"/>
|
186
|
-
<path d="M501.553 152.333h3.377v11.27h-3.377z"/>
|
187
|
-
<path d="M501.553 152.333h3.377v11.27h-3.377z"/>
|
188
|
-
<path d="M501.553 152.333h3.377v11.27h-3.377zm-39.3 0h3.377v11.27h-3.377zm28.807 0h3.376v11.27h-3.377zm-14.272 0h3.377v11.27h-3.377z"/>
|
189
|
-
<path d="M493.429 160.22v3.377h-15.14v-3.377zm1.007-8.754v3.377h-9.598v-3.377z"/>
|
190
|
-
</g>
|
191
|
-
<g stroke-width="1pt" fill="#fff">
|
192
|
-
<path d="M543.372 143.442h49.07v3.377h-49.07zm7.316 16.884h3.377v3.28h-3.377zm41.882-.106v3.377h-9.807v-3.377zm5.274-16.778h3.377v20.16h-3.377z"/>
|
193
|
-
<path d="M617.379 160.22v3.377h-18.585v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
194
|
-
<path d="M614.614 143.442h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.3 0v3.377h-17.91v-3.377z"/>
|
195
|
-
<path d="M582.763 152.333h3.377v11.27h-3.377z"/>
|
196
|
-
<path d="M582.763 152.333h3.377v11.27h-3.377z"/>
|
197
|
-
<path d="M582.763 152.333h3.377v11.27h-3.377zm-39.3 0h3.377v11.27h-3.377zm28.807 0h3.376v11.27h-3.377zm-14.272 0h3.377v11.27h-3.377z"/>
|
198
|
-
<path d="M574.639 160.22v3.377h-15.14v-3.377zm1.007-8.754v3.377h-9.598v-3.377z"/>
|
199
|
-
</g>
|
200
|
-
<g stroke-width="1pt" fill="#fff">
|
201
|
-
<path d="M-183.788 143.442h49.07v3.377h-49.07zm7.316 16.884h3.377v3.28h-3.377zm41.882-.106v3.377h-9.807v-3.377zm5.274-16.778h3.377v20.16h-3.377z"/>
|
202
|
-
<path d="M-109.781 160.22v3.377h-18.585v-3.377zm-34.616-7.887h3.377v11.27h-3.377z"/>
|
203
|
-
<path d="M-112.546 143.442h3.377v20.16h-3.377zm-8.442 0h3.377v20.16h-3.377zm-44.799 8.024v3.377h-17.91v-3.377zm39.3 0v3.377h-17.91v-3.377z"/>
|
204
|
-
<path d="M-144.397 152.333h3.377v11.27h-3.377z"/>
|
205
|
-
<path d="M-144.397 152.333h3.377v11.27h-3.377z"/>
|
206
|
-
<path d="M-144.397 152.333h3.377v11.27h-3.377zm-39.3 0h3.377v11.27h-3.377zm28.807 0h3.376v11.27h-3.377zm-14.272 0h3.377v11.27h-3.377z"/>
|
207
|
-
<path d="M-152.521 160.22v3.377h-15.14v-3.377zm1.007-8.754v3.377h-9.598v-3.377z"/>
|
208
|
-
</g>
|
209
|
-
<path d="M-68.83 339.507h6.048v10.505h-6.048zm160.532 0h6.048v10.505h-6.048zm-283.705 0h6.048v10.505h-6.048zm81.475 0h6.048v10.505h-6.048zm80.895 0h6.048v10.505h-6.048zm40.024 0h6.049v10.505h-6.05zm40.861 0H57.3v10.505h-6.048zm80.475 0h6.048v10.505h-6.048zm203.056 0h6.048v10.505h-6.048zm-162.197 0h6.048v10.505h-6.048zm40.035 0h6.048v10.505h-6.048zm40.438 0h6.048v10.505h-6.048zm40.448 0h6.048v10.505h-6.048zm323.143 0h6.047v10.505h-6.048zm-242.67 0h6.048v10.505h-6.048zm40.86 0h6.049v10.505h-6.049zm41.284 0h6.049v10.505h-6.049zm38.776 0h6.049v10.505H494.9zm41.274 0h6.048v10.505h-6.048zm40.448 0h6.048v10.505h-6.048zm119.674 0h6.048v10.505h-6.048zm-38.778 0h6.048v10.505h-6.048zm-808.908 0h6.048v10.505h-6.048z" stroke-width="1pt" fill="#d90000"/>
|
210
|
-
<path d="M-68.83 162.607h6.048v10.505h-6.048zm160.532 0h6.048v10.505h-6.048zm-283.705 0h6.048v10.505h-6.048zm81.475 0h6.048v10.505h-6.048zm80.895 0h6.048v10.505h-6.048zm40.024 0h6.049v10.505h-6.05zm40.861 0H57.3v10.505h-6.048zm80.475 0h6.048v10.505h-6.048zm203.056 0h6.048v10.505h-6.048zm-162.197 0h6.048v10.505h-6.048zm40.035 0h6.048v10.505h-6.048zm40.438 0h6.048v10.505h-6.048zm40.448 0h6.048v10.505h-6.048zm323.143 0h6.047v10.505h-6.048zm-242.67 0h6.048v10.505h-6.048zm40.86 0h6.049v10.505h-6.049zm41.284 0h6.049v10.505h-6.049zm38.776 0h6.049v10.505H494.9zm41.274 0h6.048v10.505h-6.048zm40.448 0h6.048v10.505h-6.048zm119.674 0h6.048v10.505h-6.048zm-38.778 0h6.048v10.505h-6.048zm-808.908 0h6.048v10.505h-6.048z" stroke-width="1pt" fill="#239e3f"/>
|
211
|
-
<g fill="#da0000">
|
212
|
-
<path d="M279.8 197.489c8.453 10.36 34.511 67.652-15.73 105.18-23.62 17.777-8.994 18.675-8.296 21.663 37.966-20.167 50.366-47.49 50.078-71.966-.29-24.476-13.266-46.102-26.052-54.873z"/>
|
213
|
-
<path d="M284.826 194.826c18.75 9.6 59.553 57.879 15.635 112.344 27.288-6.056 61.98-86.417-15.635-112.344zm-57.581 0c-18.749 9.6-59.553 57.879-15.635 112.344-27.288-6.056-61.98-86.417 15.635-112.344z"/>
|
214
|
-
<path d="M232.2 197.489c-8.454 10.36-34.512 67.652 15.73 105.18 23.618 17.777 8.993 18.675 8.294 21.663-37.965-20.167-50.365-47.49-50.077-71.966.289-24.476 13.265-46.102 26.052-54.873z"/>
|
215
|
-
<path d="M304.198 319.111c-14.86.236-33.593-2.047-47.486-9.267 2.288 4.45 4.189 7.252 6.477 11.701 13.25 1.222 31.535 2.734 41.01-2.434zm-94.973 0c14.86.236 33.593-2.047 47.487-9.267-2.289 4.45-4.19 7.252-6.478 11.701-13.25 1.222-31.535 2.734-41.01-2.434zm27.257-138.714c3.011 8.002 10.91 9.165 19.365 4.454 6.161 3.697 15.69 3.93 18.976-4.067 2.499 19.784-18.305 15.104-19.08 11.231-7.745 7.487-22.165 3.163-19.26-11.618z"/>
|
216
|
-
<path d="M256.402 331.569l7.813-8.93 1.117-120.178-9.302-8.185-9.3 7.813 1.859 120.92 7.813 8.558z"/>
|
217
|
-
</g>
|
218
|
-
</g>
|
219
|
-
</svg>
|
@@ -1,12 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" id="flag-icon-css-is">
|
2
|
-
<defs>
|
3
|
-
<clipPath id="a">
|
4
|
-
<path fill-opacity=".67" d="M0 0h640v480H0z"/>
|
5
|
-
</clipPath>
|
6
|
-
</defs>
|
7
|
-
<g fill-rule="evenodd" stroke-width="0" clip-path="url(#a)">
|
8
|
-
<path fill="#003897" d="M0 0h666.67v480H0z"/>
|
9
|
-
<path d="M0 186.67h186.67V0h106.67v186.67h373.33v106.67H293.34v186.67H186.67V293.34H0V186.67z" fill="#fff"/>
|
10
|
-
<path d="M0 213.33h213.33V0h53.333v213.33h400v53.333h-400v213.33H213.33v-213.33H0V213.33z" fill="#d72828"/>
|
11
|
-
</g>
|
12
|
-
</svg>
|
@@ -1,7 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" id="flag-icon-css-it">
|
2
|
-
<g fill-rule="evenodd" stroke-width="1pt">
|
3
|
-
<path fill="#fff" d="M0 0h640v479.997H0z"/>
|
4
|
-
<path fill="#009246" d="M0 0h213.331v479.997H0z"/>
|
5
|
-
<path fill="#ce2b37" d="M426.663 0h213.331v479.997H426.663z"/>
|
6
|
-
</g>
|
7
|
-
</svg>
|