@stokelp/ui 2.96.6 → 2.97.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_commonjsHelpers.cjs +2 -0
- package/dist/_virtual/_commonjsHelpers.cjs.map +1 -0
- package/dist/_virtual/_commonjsHelpers.js +10 -0
- package/dist/_virtual/_commonjsHelpers.js.map +1 -0
- package/dist/_virtual/cjs.cjs +2 -0
- package/dist/_virtual/cjs.cjs.map +1 -0
- package/dist/_virtual/cjs.js +9 -0
- package/dist/_virtual/cjs.js.map +1 -0
- package/dist/_virtual/lodash.cjs +2 -0
- package/dist/_virtual/lodash.cjs.map +1 -0
- package/dist/_virtual/lodash.js +7 -0
- package/dist/_virtual/lodash.js.map +1 -0
- package/dist/_virtual/lodash2.cjs +2 -0
- package/dist/_virtual/lodash2.cjs.map +1 -0
- package/dist/_virtual/lodash2.js +6 -0
- package/dist/_virtual/lodash2.js.map +1 -0
- package/dist/components/accordion/Accordion.cjs +2 -0
- package/dist/components/accordion/Accordion.cjs.map +1 -0
- package/dist/components/accordion/Accordion.js +29 -0
- package/dist/components/accordion/Accordion.js.map +1 -0
- package/dist/components/action-card/ActionCard.cjs +2 -0
- package/dist/components/action-card/ActionCard.cjs.map +1 -0
- package/dist/components/action-card/ActionCard.js +28 -0
- package/dist/components/action-card/ActionCard.js.map +1 -0
- package/dist/components/alert/Alert.cjs +2 -0
- package/dist/components/alert/Alert.cjs.map +1 -0
- package/dist/components/alert/Alert.js +85 -0
- package/dist/components/alert/Alert.js.map +1 -0
- package/dist/components/app/navigation/AppNavigation.cjs +2 -0
- package/dist/components/app/navigation/AppNavigation.cjs.map +1 -0
- package/dist/components/app/navigation/AppNavigation.js +48 -0
- package/dist/components/app/navigation/AppNavigation.js.map +1 -0
- package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.cjs +2 -0
- package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.cjs.map +1 -0
- package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.js +120 -0
- package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.js.map +1 -0
- package/dist/components/app/price-tag/PriceTag.cjs +2 -0
- package/dist/components/app/price-tag/PriceTag.cjs.map +1 -0
- package/dist/components/app/price-tag/PriceTag.js +21 -0
- package/dist/components/app/price-tag/PriceTag.js.map +1 -0
- package/dist/components/app/product-card-catalog/styled.cjs +2 -0
- package/dist/components/app/product-card-catalog/styled.cjs.map +1 -0
- package/dist/components/app/product-card-catalog/styled.js +22 -0
- package/dist/components/app/product-card-catalog/styled.js.map +1 -0
- package/dist/components/avatar/styled.cjs +2 -0
- package/dist/components/avatar/styled.cjs.map +1 -0
- package/dist/components/avatar/styled.js +28 -0
- package/dist/components/avatar/styled.js.map +1 -0
- package/dist/components/box/Box.cjs +2 -0
- package/dist/components/box/Box.cjs.map +1 -0
- package/dist/components/box/Box.js +12 -0
- package/dist/components/box/Box.js.map +1 -0
- package/dist/components/breadcrumb/Breadcrumb.cjs +2 -0
- package/dist/components/breadcrumb/Breadcrumb.cjs.map +1 -0
- package/dist/components/breadcrumb/Breadcrumb.js +36 -0
- package/dist/components/breadcrumb/Breadcrumb.js.map +1 -0
- package/dist/components/button/Button.cjs +2 -0
- package/dist/components/button/Button.cjs.map +1 -0
- package/dist/components/button/Button.js +9 -0
- package/dist/components/button/Button.js.map +1 -0
- package/dist/components/button-filter/ButtonFilter.cjs +2 -0
- package/dist/components/button-filter/ButtonFilter.cjs.map +1 -0
- package/dist/components/button-filter/ButtonFilter.js +9 -0
- package/dist/components/button-filter/ButtonFilter.js.map +1 -0
- package/dist/components/chat/Chat.cjs +2 -0
- package/dist/components/chat/Chat.cjs.map +1 -0
- package/dist/components/chat/Chat.js +27 -0
- package/dist/components/chat/Chat.js.map +1 -0
- package/dist/components/chat/ChatDocumentMessage.cjs +2 -0
- package/dist/components/chat/ChatDocumentMessage.cjs.map +1 -0
- package/dist/components/chat/ChatDocumentMessage.js +33 -0
- package/dist/components/chat/ChatDocumentMessage.js.map +1 -0
- package/dist/components/chat/ChatMessage.cjs +2 -0
- package/dist/components/chat/ChatMessage.cjs.map +1 -0
- package/dist/components/chat/ChatMessage.js +9 -0
- package/dist/components/chat/ChatMessage.js.map +1 -0
- package/dist/components/chat/ChatProfileAvatar.cjs +2 -0
- package/dist/components/chat/ChatProfileAvatar.cjs.map +1 -0
- package/dist/components/chat/ChatProfileAvatar.js +17 -0
- package/dist/components/chat/ChatProfileAvatar.js.map +1 -0
- package/dist/components/chat/ChatTextInput.cjs +2 -0
- package/dist/components/chat/ChatTextInput.cjs.map +1 -0
- package/dist/components/chat/ChatTextInput.js +54 -0
- package/dist/components/chat/ChatTextInput.js.map +1 -0
- package/dist/components/checkbox/Checkbox.cjs +2 -0
- package/dist/components/checkbox/Checkbox.cjs.map +1 -0
- package/dist/components/checkbox/Checkbox.js +35 -0
- package/dist/components/checkbox/Checkbox.js.map +1 -0
- package/dist/components/checkbox-card/CheckboxCard.cjs +2 -0
- package/dist/components/checkbox-card/CheckboxCard.cjs.map +1 -0
- package/dist/components/checkbox-card/CheckboxCard.js +40 -0
- package/dist/components/checkbox-card/CheckboxCard.js.map +1 -0
- package/dist/components/checkbox-card/namespace.cjs +2 -0
- package/dist/components/checkbox-card/namespace.cjs.map +1 -0
- package/dist/components/checkbox-card/namespace.js +10 -0
- package/dist/components/checkbox-card/namespace.js.map +1 -0
- package/dist/components/chip/Chip.cjs +2 -0
- package/dist/components/chip/Chip.cjs.map +1 -0
- package/dist/components/chip/Chip.js +25 -0
- package/dist/components/chip/Chip.js.map +1 -0
- package/dist/components/collapsible/styled.cjs +2 -0
- package/dist/components/collapsible/styled.cjs.map +1 -0
- package/dist/components/collapsible/styled.js +12 -0
- package/dist/components/collapsible/styled.js.map +1 -0
- package/dist/components/combobox/Combobox.cjs +2 -0
- package/dist/components/combobox/Combobox.cjs.map +1 -0
- package/dist/components/combobox/Combobox.js +176 -0
- package/dist/components/combobox/Combobox.js.map +1 -0
- package/dist/components/date-picker/DatePicker.cjs +2 -0
- package/dist/components/date-picker/DatePicker.cjs.map +1 -0
- package/dist/components/date-picker/DatePicker.js +129 -0
- package/dist/components/date-picker/DatePicker.js.map +1 -0
- package/dist/components/dialog/styled.cjs +2 -0
- package/dist/components/dialog/styled.cjs.map +1 -0
- package/dist/components/dialog/styled.js +67 -0
- package/dist/components/dialog/styled.js.map +1 -0
- package/dist/components/drawer/Drawer.cjs +2 -0
- package/dist/components/drawer/Drawer.cjs.map +1 -0
- package/dist/components/drawer/Drawer.js +64 -0
- package/dist/components/drawer/Drawer.js.map +1 -0
- package/dist/components/flag/styled.cjs +2 -0
- package/dist/components/flag/styled.cjs.map +1 -0
- package/dist/components/flag/styled.js +3753 -0
- package/dist/components/flag/styled.js.map +1 -0
- package/dist/components/form/FormControl.cjs +2 -0
- package/dist/components/form/FormControl.cjs.map +1 -0
- package/dist/components/form/FormControl.js +19 -0
- package/dist/components/form/FormControl.js.map +1 -0
- package/dist/components/form/FormHelperText.cjs +2 -0
- package/dist/components/form/FormHelperText.cjs.map +1 -0
- package/dist/components/form/FormHelperText.js +10 -0
- package/dist/components/form/FormHelperText.js.map +1 -0
- package/dist/components/form/FormLabel.cjs +2 -0
- package/dist/components/form/FormLabel.cjs.map +1 -0
- package/dist/components/form/FormLabel.js +35 -0
- package/dist/components/form/FormLabel.js.map +1 -0
- package/dist/components/heading/Heading.cjs +2 -0
- package/dist/components/heading/Heading.cjs.map +1 -0
- package/dist/components/heading/Heading.js +13 -0
- package/dist/components/heading/Heading.js.map +1 -0
- package/dist/components/icon/Icon.cjs +2 -0
- package/dist/components/icon/Icon.cjs.map +1 -0
- package/dist/components/icon/Icon.js +12 -0
- package/dist/components/icon/Icon.js.map +1 -0
- package/dist/components/icon-button/IconButton.cjs +2 -0
- package/dist/components/icon-button/IconButton.cjs.map +1 -0
- package/dist/components/icon-button/IconButton.js +8 -0
- package/dist/components/icon-button/IconButton.js.map +1 -0
- package/dist/components/illustration/Illustration.cjs +2 -0
- package/dist/components/illustration/Illustration.cjs.map +1 -0
- package/dist/components/illustration/Illustration.js +41 -0
- package/dist/components/illustration/Illustration.js.map +1 -0
- package/dist/components/illustration/patterns.cjs +2 -0
- package/dist/components/illustration/patterns.cjs.map +1 -0
- package/dist/{ui.js → components/illustration/patterns.js} +38 -15804
- package/dist/components/illustration/patterns.js.map +1 -0
- package/dist/components/input/HighlightedInput.cjs +2 -0
- package/dist/components/input/HighlightedInput.cjs.map +1 -0
- package/dist/components/input/HighlightedInput.js +60 -0
- package/dist/components/input/HighlightedInput.js.map +1 -0
- package/dist/components/input/Input.cjs +2 -0
- package/dist/components/input/Input.cjs.map +1 -0
- package/dist/components/input/Input.js +15 -0
- package/dist/components/input/Input.js.map +1 -0
- package/dist/components/input/InputAddon.cjs +2 -0
- package/dist/components/input/InputAddon.cjs.map +1 -0
- package/dist/components/input/InputAddon.js +11 -0
- package/dist/components/input/InputAddon.js.map +1 -0
- package/dist/components/input/InputGroup.cjs +2 -0
- package/dist/components/input/InputGroup.cjs.map +1 -0
- package/dist/components/input/InputGroup.js +10 -0
- package/dist/components/input/InputGroup.js.map +1 -0
- package/dist/components/input/PhoneNumberInput.cjs +2 -0
- package/dist/components/input/PhoneNumberInput.cjs.map +1 -0
- package/dist/components/input/PhoneNumberInput.js +26 -0
- package/dist/components/input/PhoneNumberInput.js.map +1 -0
- package/dist/components/menu/Menu.cjs +2 -0
- package/dist/components/menu/Menu.cjs.map +1 -0
- package/dist/components/menu/Menu.js +29 -0
- package/dist/components/menu/Menu.js.map +1 -0
- package/dist/components/pagination/Pagination.cjs +2 -0
- package/dist/components/pagination/Pagination.cjs.map +1 -0
- package/dist/components/pagination/Pagination.js +86 -0
- package/dist/components/pagination/Pagination.js.map +1 -0
- package/dist/components/pagination/use-pagination.cjs +2 -0
- package/dist/components/pagination/use-pagination.cjs.map +1 -0
- package/dist/components/pagination/use-pagination.js +57 -0
- package/dist/components/pagination/use-pagination.js.map +1 -0
- package/dist/components/popover/Popover.cjs +2 -0
- package/dist/components/popover/Popover.cjs.map +1 -0
- package/dist/components/popover/Popover.js +27 -0
- package/dist/components/popover/Popover.js.map +1 -0
- package/dist/components/radio-button-group/RadioButtonGroup.cjs +2 -0
- package/dist/components/radio-button-group/RadioButtonGroup.cjs.map +1 -0
- package/dist/components/radio-button-group/RadioButtonGroup.js +22 -0
- package/dist/components/radio-button-group/RadioButtonGroup.js.map +1 -0
- package/dist/components/radio-card-group/RadioCardGroup.cjs +2 -0
- package/dist/components/radio-card-group/RadioCardGroup.cjs.map +1 -0
- package/dist/components/radio-card-group/RadioCardGroup.js +23 -0
- package/dist/components/radio-card-group/RadioCardGroup.js.map +1 -0
- package/dist/components/radio-card-group/namespace.cjs +2 -0
- package/dist/components/radio-card-group/namespace.cjs.map +1 -0
- package/dist/components/radio-card-group/namespace.js +11 -0
- package/dist/components/radio-card-group/namespace.js.map +1 -0
- package/dist/components/radio-group/RadioGroup.cjs +2 -0
- package/dist/components/radio-group/RadioGroup.cjs.map +1 -0
- package/dist/components/radio-group/RadioGroup.js +22 -0
- package/dist/components/radio-group/RadioGroup.js.map +1 -0
- package/dist/components/select/Select.cjs +2 -0
- package/dist/components/select/Select.cjs.map +1 -0
- package/dist/components/select/Select.js +146 -0
- package/dist/components/select/Select.js.map +1 -0
- package/dist/components/select-language/SelectLanguage.cjs +2 -0
- package/dist/components/select-language/SelectLanguage.cjs.map +1 -0
- package/dist/components/select-language/SelectLanguage.js +89 -0
- package/dist/components/select-language/SelectLanguage.js.map +1 -0
- package/dist/components/status-tag-select/StatusTagSelect.cjs +2 -0
- package/dist/components/status-tag-select/StatusTagSelect.cjs.map +1 -0
- package/dist/components/status-tag-select/StatusTagSelect.js +117 -0
- package/dist/components/status-tag-select/StatusTagSelect.js.map +1 -0
- package/dist/components/switch/Switch.cjs +2 -0
- package/dist/components/switch/Switch.cjs.map +1 -0
- package/dist/components/switch/Switch.js +20 -0
- package/dist/components/switch/Switch.js.map +1 -0
- package/dist/components/switch-card/SwitchCard.cjs +2 -0
- package/dist/components/switch-card/SwitchCard.cjs.map +1 -0
- package/dist/components/switch-card/SwitchCard.js +27 -0
- package/dist/components/switch-card/SwitchCard.js.map +1 -0
- package/dist/components/switch-card/namespace.cjs +2 -0
- package/dist/components/switch-card/namespace.cjs.map +1 -0
- package/dist/components/switch-card/namespace.js +10 -0
- package/dist/components/switch-card/namespace.js.map +1 -0
- package/dist/components/table/Table.cjs +2 -0
- package/dist/components/table/Table.cjs.map +1 -0
- package/dist/components/table/Table.js +113 -0
- package/dist/components/table/Table.js.map +1 -0
- package/dist/components/table/TableProvider.cjs +2 -0
- package/dist/components/table/TableProvider.cjs.map +1 -0
- package/dist/components/table/TableProvider.js +41 -0
- package/dist/components/table/TableProvider.js.map +1 -0
- package/dist/components/tabs/Tabs.cjs +2 -0
- package/dist/components/tabs/Tabs.cjs.map +1 -0
- package/dist/components/tabs/Tabs.js +27 -0
- package/dist/components/tabs/Tabs.js.map +1 -0
- package/dist/components/tag/Tag.cjs +2 -0
- package/dist/components/tag/Tag.cjs.map +1 -0
- package/dist/components/tag/Tag.js +18 -0
- package/dist/components/tag/Tag.js.map +1 -0
- package/dist/components/text/Text.cjs +2 -0
- package/dist/components/text/Text.cjs.map +1 -0
- package/dist/components/text/Text.js +13 -0
- package/dist/components/text/Text.js.map +1 -0
- package/dist/components/textarea/Textarea.cjs +2 -0
- package/dist/components/textarea/Textarea.cjs.map +1 -0
- package/dist/components/textarea/Textarea.js +9 -0
- package/dist/components/textarea/Textarea.js.map +1 -0
- package/dist/components/tooltip/Tooltip.cjs +2 -0
- package/dist/components/tooltip/Tooltip.cjs.map +1 -0
- package/dist/components/tooltip/Tooltip.js +44 -0
- package/dist/components/tooltip/Tooltip.js.map +1 -0
- package/dist/{icons.cjs → icons/index.cjs} +1 -1
- package/dist/icons/index.cjs.map +1 -0
- package/dist/{icons.js → icons/index.js} +1 -1
- package/dist/icons/index.js.map +1 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.js +178 -0
- package/dist/index.js.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.cjs +2 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.cjs.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js +30 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowDownTrayIcon.js.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.cjs +2 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.cjs.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js +30 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/ArrowLeftCircleIcon.js.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.cjs +2 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.cjs.map +1 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js +30 -0
- package/dist/node_modules/@heroicons/react/24/outline/esm/DocumentTextIcon.js.map +1 -0
- package/dist/node_modules/@pandacss/shared/dist/index.cjs +2 -0
- package/dist/node_modules/@pandacss/shared/dist/index.cjs.map +1 -0
- package/dist/node_modules/@pandacss/shared/dist/index.js +469 -0
- package/dist/node_modules/@pandacss/shared/dist/index.js.map +1 -0
- package/dist/node_modules/@zag-js/utils/dist/index.cjs +2 -0
- package/dist/node_modules/@zag-js/utils/dist/index.cjs.map +1 -0
- package/dist/node_modules/@zag-js/utils/dist/index.js +8 -0
- package/dist/node_modules/@zag-js/utils/dist/index.js.map +1 -0
- package/dist/node_modules/deepmerge/dist/cjs.cjs +2 -0
- package/dist/node_modules/deepmerge/dist/cjs.cjs.map +1 -0
- package/dist/node_modules/deepmerge/dist/cjs.js +81 -0
- package/dist/node_modules/deepmerge/dist/cjs.js.map +1 -0
- package/dist/node_modules/lodash/lodash.cjs +28 -0
- package/dist/node_modules/lodash/lodash.cjs.map +1 -0
- package/dist/node_modules/lodash/lodash.js +3679 -0
- package/dist/node_modules/lodash/lodash.js.map +1 -0
- package/dist/preset.cjs +2 -0
- package/dist/preset.cjs.map +1 -0
- package/dist/preset.js +35 -0
- package/dist/preset.js.map +1 -0
- package/dist/shared/ConditionalWrapper.cjs +2 -0
- package/dist/shared/ConditionalWrapper.cjs.map +1 -0
- package/dist/shared/ConditionalWrapper.js +6 -0
- package/dist/shared/ConditionalWrapper.js.map +1 -0
- package/dist/shared/assets/icons.cjs +2 -0
- package/dist/shared/assets/icons.cjs.map +1 -0
- package/dist/shared/assets/icons.js +24 -0
- package/dist/shared/assets/icons.js.map +1 -0
- package/dist/shared/hooks/useUncontrolled.cjs +2 -0
- package/dist/shared/hooks/useUncontrolled.cjs.map +1 -0
- package/dist/shared/hooks/useUncontrolled.js +18 -0
- package/dist/shared/hooks/useUncontrolled.js.map +1 -0
- package/dist/shared/utils/events.cjs +2 -0
- package/dist/shared/utils/events.cjs.map +1 -0
- package/dist/shared/utils/events.js +8 -0
- package/dist/shared/utils/events.js.map +1 -0
- package/dist/theme/breakpoints.cjs +2 -0
- package/dist/theme/breakpoints.cjs.map +1 -0
- package/dist/theme/breakpoints.js +11 -0
- package/dist/theme/breakpoints.js.map +1 -0
- package/dist/theme/conditions.cjs +2 -0
- package/dist/theme/conditions.cjs.map +1 -0
- package/dist/theme/conditions.js +25 -0
- package/dist/theme/conditions.js.map +1 -0
- package/dist/theme/containers.cjs +2 -0
- package/dist/theme/containers.cjs.map +1 -0
- package/dist/theme/containers.js +19 -0
- package/dist/theme/containers.js.map +1 -0
- package/dist/theme/globalCss.cjs +4 -0
- package/dist/theme/globalCss.cjs.map +1 -0
- package/dist/theme/globalCss.js +101 -0
- package/dist/theme/globalCss.js.map +1 -0
- package/dist/theme/keyframes.cjs +2 -0
- package/dist/theme/keyframes.cjs.map +1 -0
- package/dist/theme/keyframes.js +173 -0
- package/dist/theme/keyframes.js.map +1 -0
- package/dist/theme/recipes/accordion.cjs +2 -0
- package/dist/theme/recipes/accordion.cjs.map +1 -0
- package/dist/theme/recipes/accordion.js +112 -0
- package/dist/theme/recipes/accordion.js.map +1 -0
- package/dist/theme/recipes/action-card.cjs +2 -0
- package/dist/theme/recipes/action-card.cjs.map +1 -0
- package/dist/theme/recipes/action-card.js +87 -0
- package/dist/theme/recipes/action-card.js.map +1 -0
- package/dist/theme/recipes/alert.cjs +2 -0
- package/dist/theme/recipes/alert.cjs.map +1 -0
- package/dist/theme/recipes/alert.js +68 -0
- package/dist/theme/recipes/alert.js.map +1 -0
- package/dist/theme/recipes/app/navigation-language-select.cjs +2 -0
- package/dist/theme/recipes/app/navigation-language-select.cjs.map +1 -0
- package/dist/theme/recipes/app/navigation-language-select.js +151 -0
- package/dist/theme/recipes/app/navigation-language-select.js.map +1 -0
- package/dist/theme/recipes/app/navigation.cjs +2 -0
- package/dist/theme/recipes/app/navigation.cjs.map +1 -0
- package/dist/theme/recipes/app/navigation.js +271 -0
- package/dist/theme/recipes/app/navigation.js.map +1 -0
- package/dist/theme/recipes/app/price-tag.cjs +2 -0
- package/dist/theme/recipes/app/price-tag.cjs.map +1 -0
- package/dist/theme/recipes/app/price-tag.js +73 -0
- package/dist/theme/recipes/app/price-tag.js.map +1 -0
- package/dist/theme/recipes/app/product-card-catalog.cjs +2 -0
- package/dist/theme/recipes/app/product-card-catalog.cjs.map +1 -0
- package/dist/theme/recipes/app/product-card-catalog.js +196 -0
- package/dist/theme/recipes/app/product-card-catalog.js.map +1 -0
- package/dist/theme/recipes/avatar-group.cjs +2 -0
- package/dist/theme/recipes/avatar-group.cjs.map +1 -0
- package/dist/theme/recipes/avatar-group.js +40 -0
- package/dist/theme/recipes/avatar-group.js.map +1 -0
- package/dist/theme/recipes/avatar.cjs +2 -0
- package/dist/theme/recipes/avatar.cjs.map +1 -0
- package/dist/theme/recipes/avatar.js +99 -0
- package/dist/theme/recipes/avatar.js.map +1 -0
- package/dist/theme/recipes/breadcrumb.cjs +2 -0
- package/dist/theme/recipes/breadcrumb.cjs.map +1 -0
- package/dist/theme/recipes/breadcrumb.js +34 -0
- package/dist/theme/recipes/breadcrumb.js.map +1 -0
- package/dist/theme/recipes/button-filter.cjs +2 -0
- package/dist/theme/recipes/button-filter.cjs.map +1 -0
- package/dist/theme/recipes/button-filter.js +63 -0
- package/dist/theme/recipes/button-filter.js.map +1 -0
- package/dist/theme/recipes/button.cjs +2 -0
- package/dist/theme/recipes/button.cjs.map +1 -0
- package/dist/theme/recipes/button.js +298 -0
- package/dist/theme/recipes/button.js.map +1 -0
- package/dist/theme/recipes/chat/chat-document-message.cjs +2 -0
- package/dist/theme/recipes/chat/chat-document-message.cjs.map +1 -0
- package/dist/theme/recipes/chat/chat-document-message.js +46 -0
- package/dist/theme/recipes/chat/chat-document-message.js.map +1 -0
- package/dist/theme/recipes/chat/chat-input-text.cjs +2 -0
- package/dist/theme/recipes/chat/chat-input-text.cjs.map +1 -0
- package/dist/theme/recipes/chat/chat-input-text.js +30 -0
- package/dist/theme/recipes/chat/chat-input-text.js.map +1 -0
- package/dist/theme/recipes/chat/chat-message.cjs +2 -0
- package/dist/theme/recipes/chat/chat-message.cjs.map +1 -0
- package/dist/theme/recipes/chat/chat-message.js +48 -0
- package/dist/theme/recipes/chat/chat-message.js.map +1 -0
- package/dist/theme/recipes/chat/chat-profile-avatar.cjs +2 -0
- package/dist/theme/recipes/chat/chat-profile-avatar.cjs.map +1 -0
- package/dist/theme/recipes/chat/chat-profile-avatar.js +28 -0
- package/dist/theme/recipes/chat/chat-profile-avatar.js.map +1 -0
- package/dist/theme/recipes/chat/chat.cjs +2 -0
- package/dist/theme/recipes/chat/chat.cjs.map +1 -0
- package/dist/theme/recipes/chat/chat.js +59 -0
- package/dist/theme/recipes/chat/chat.js.map +1 -0
- package/dist/theme/recipes/checkbox-card.cjs +2 -0
- package/dist/theme/recipes/checkbox-card.cjs.map +1 -0
- package/dist/theme/recipes/checkbox-card.js +42 -0
- package/dist/theme/recipes/checkbox-card.js.map +1 -0
- package/dist/theme/recipes/checkbox-group.cjs +2 -0
- package/dist/theme/recipes/checkbox-group.cjs.map +1 -0
- package/dist/theme/recipes/checkbox-group.js +15 -0
- package/dist/theme/recipes/checkbox-group.js.map +1 -0
- package/dist/theme/recipes/checkbox.cjs +2 -0
- package/dist/theme/recipes/checkbox.cjs.map +1 -0
- package/dist/theme/recipes/checkbox.js +131 -0
- package/dist/theme/recipes/checkbox.js.map +1 -0
- package/dist/theme/recipes/chip.cjs +2 -0
- package/dist/theme/recipes/chip.cjs.map +1 -0
- package/dist/theme/recipes/chip.js +184 -0
- package/dist/theme/recipes/chip.js.map +1 -0
- package/dist/theme/recipes/collapsible.cjs +2 -0
- package/dist/theme/recipes/collapsible.cjs.map +1 -0
- package/dist/theme/recipes/collapsible.js +30 -0
- package/dist/theme/recipes/collapsible.js.map +1 -0
- package/dist/theme/recipes/combobox.cjs +2 -0
- package/dist/theme/recipes/combobox.cjs.map +1 -0
- package/dist/theme/recipes/combobox.js +179 -0
- package/dist/theme/recipes/combobox.js.map +1 -0
- package/dist/theme/recipes/common/group-card.cjs +2 -0
- package/dist/theme/recipes/common/group-card.cjs.map +1 -0
- package/dist/theme/recipes/common/group-card.js +81 -0
- package/dist/theme/recipes/common/group-card.js.map +1 -0
- package/dist/theme/recipes/datepicker.cjs +2 -0
- package/dist/theme/recipes/datepicker.cjs.map +1 -0
- package/dist/theme/recipes/datepicker.js +178 -0
- package/dist/theme/recipes/datepicker.js.map +1 -0
- package/dist/theme/recipes/dialog.cjs +2 -0
- package/dist/theme/recipes/dialog.cjs.map +1 -0
- package/dist/theme/recipes/dialog.js +154 -0
- package/dist/theme/recipes/dialog.js.map +1 -0
- package/dist/theme/recipes/drawer.cjs +2 -0
- package/dist/theme/recipes/drawer.cjs.map +1 -0
- package/dist/theme/recipes/drawer.js +129 -0
- package/dist/theme/recipes/drawer.js.map +1 -0
- package/dist/theme/recipes/flag.cjs +2 -0
- package/dist/theme/recipes/flag.cjs.map +1 -0
- package/dist/theme/recipes/flag.js +33 -0
- package/dist/theme/recipes/flag.js.map +1 -0
- package/dist/theme/recipes/form/control.cjs +2 -0
- package/dist/theme/recipes/form/control.cjs.map +1 -0
- package/dist/theme/recipes/form/control.js +37 -0
- package/dist/theme/recipes/form/control.js.map +1 -0
- package/dist/theme/recipes/form/helper-text.cjs +2 -0
- package/dist/theme/recipes/form/helper-text.cjs.map +1 -0
- package/dist/theme/recipes/form/helper-text.js +16 -0
- package/dist/theme/recipes/form/helper-text.js.map +1 -0
- package/dist/theme/recipes/form/label.cjs +2 -0
- package/dist/theme/recipes/form/label.cjs.map +1 -0
- package/dist/theme/recipes/form/label.js +50 -0
- package/dist/theme/recipes/form/label.js.map +1 -0
- package/dist/theme/recipes/heading.cjs +2 -0
- package/dist/theme/recipes/heading.cjs.map +1 -0
- package/dist/theme/recipes/heading.js +37 -0
- package/dist/theme/recipes/heading.js.map +1 -0
- package/dist/theme/recipes/highlightedInput.cjs +2 -0
- package/dist/theme/recipes/highlightedInput.cjs.map +1 -0
- package/dist/theme/recipes/highlightedInput.js +48 -0
- package/dist/theme/recipes/highlightedInput.js.map +1 -0
- package/dist/theme/recipes/icon-button.cjs +2 -0
- package/dist/theme/recipes/icon-button.cjs.map +1 -0
- package/dist/theme/recipes/icon-button.js +91 -0
- package/dist/theme/recipes/icon-button.js.map +1 -0
- package/dist/theme/recipes/icon.cjs +2 -0
- package/dist/theme/recipes/icon.cjs.map +1 -0
- package/dist/theme/recipes/icon.js +44 -0
- package/dist/theme/recipes/icon.js.map +1 -0
- package/dist/theme/recipes/illustration.cjs +2 -0
- package/dist/theme/recipes/illustration.cjs.map +1 -0
- package/dist/theme/recipes/illustration.js +50 -0
- package/dist/theme/recipes/illustration.js.map +1 -0
- package/dist/theme/recipes/index.cjs +2 -0
- package/dist/theme/recipes/index.cjs.map +1 -0
- package/dist/theme/recipes/index.js +129 -0
- package/dist/theme/recipes/index.js.map +1 -0
- package/dist/theme/recipes/input-addon.cjs +2 -0
- package/dist/theme/recipes/input-addon.cjs.map +1 -0
- package/dist/theme/recipes/input-addon.js +27 -0
- package/dist/theme/recipes/input-addon.js.map +1 -0
- package/dist/theme/recipes/input-group.cjs +2 -0
- package/dist/theme/recipes/input-group.cjs.map +1 -0
- package/dist/theme/recipes/input-group.js +52 -0
- package/dist/theme/recipes/input-group.js.map +1 -0
- package/dist/theme/recipes/input.cjs +2 -0
- package/dist/theme/recipes/input.cjs.map +1 -0
- package/dist/theme/recipes/input.js +64 -0
- package/dist/theme/recipes/input.js.map +1 -0
- package/dist/theme/recipes/menu.cjs +2 -0
- package/dist/theme/recipes/menu.cjs.map +1 -0
- package/dist/theme/recipes/menu.js +102 -0
- package/dist/theme/recipes/menu.js.map +1 -0
- package/dist/theme/recipes/pagination.cjs +2 -0
- package/dist/theme/recipes/pagination.cjs.map +1 -0
- package/dist/theme/recipes/pagination.js +73 -0
- package/dist/theme/recipes/pagination.js.map +1 -0
- package/dist/theme/recipes/phone-number-input.cjs +2 -0
- package/dist/theme/recipes/phone-number-input.cjs.map +1 -0
- package/dist/theme/recipes/phone-number-input.js +68 -0
- package/dist/theme/recipes/phone-number-input.js.map +1 -0
- package/dist/theme/recipes/popover.cjs +2 -0
- package/dist/theme/recipes/popover.cjs.map +1 -0
- package/dist/theme/recipes/popover.js +30 -0
- package/dist/theme/recipes/popover.js.map +1 -0
- package/dist/theme/recipes/radio-button-group.cjs +2 -0
- package/dist/theme/recipes/radio-button-group.cjs.map +1 -0
- package/dist/theme/recipes/radio-button-group.js +97 -0
- package/dist/theme/recipes/radio-button-group.js.map +1 -0
- package/dist/theme/recipes/radio-card-group.cjs +2 -0
- package/dist/theme/recipes/radio-card-group.cjs.map +1 -0
- package/dist/theme/recipes/radio-card-group.js +70 -0
- package/dist/theme/recipes/radio-card-group.js.map +1 -0
- package/dist/theme/recipes/radio-group.cjs +2 -0
- package/dist/theme/recipes/radio-group.cjs.map +1 -0
- package/dist/theme/recipes/radio-group.js +121 -0
- package/dist/theme/recipes/radio-group.js.map +1 -0
- package/dist/theme/recipes/select-language.cjs +2 -0
- package/dist/theme/recipes/select-language.cjs.map +1 -0
- package/dist/theme/recipes/select-language.js +115 -0
- package/dist/theme/recipes/select-language.js.map +1 -0
- package/dist/theme/recipes/select.cjs +2 -0
- package/dist/theme/recipes/select.cjs.map +1 -0
- package/dist/theme/recipes/select.js +209 -0
- package/dist/theme/recipes/select.js.map +1 -0
- package/dist/theme/recipes/status-tag-select.cjs +2 -0
- package/dist/theme/recipes/status-tag-select.cjs.map +1 -0
- package/dist/theme/recipes/status-tag-select.js +177 -0
- package/dist/theme/recipes/status-tag-select.js.map +1 -0
- package/dist/theme/recipes/switch-card.cjs +2 -0
- package/dist/theme/recipes/switch-card.cjs.map +1 -0
- package/dist/theme/recipes/switch-card.js +44 -0
- package/dist/theme/recipes/switch-card.js.map +1 -0
- package/dist/theme/recipes/switch.cjs +2 -0
- package/dist/theme/recipes/switch.cjs.map +1 -0
- package/dist/theme/recipes/switch.js +90 -0
- package/dist/theme/recipes/switch.js.map +1 -0
- package/dist/theme/recipes/table-container.cjs +2 -0
- package/dist/theme/recipes/table-container.cjs.map +1 -0
- package/dist/theme/recipes/table-container.js +21 -0
- package/dist/theme/recipes/table-container.js.map +1 -0
- package/dist/theme/recipes/table-empty-row.cjs +2 -0
- package/dist/theme/recipes/table-empty-row.cjs.map +1 -0
- package/dist/theme/recipes/table-empty-row.js +19 -0
- package/dist/theme/recipes/table-empty-row.js.map +1 -0
- package/dist/theme/recipes/table-group-title.cjs +2 -0
- package/dist/theme/recipes/table-group-title.cjs.map +1 -0
- package/dist/theme/recipes/table-group-title.js +36 -0
- package/dist/theme/recipes/table-group-title.js.map +1 -0
- package/dist/theme/recipes/table.cjs +2 -0
- package/dist/theme/recipes/table.cjs.map +1 -0
- package/dist/theme/recipes/table.js +111 -0
- package/dist/theme/recipes/table.js.map +1 -0
- package/dist/theme/recipes/tabs-chip.cjs +2 -0
- package/dist/theme/recipes/tabs-chip.cjs.map +1 -0
- package/dist/theme/recipes/tabs-chip.js +49 -0
- package/dist/theme/recipes/tabs-chip.js.map +1 -0
- package/dist/theme/recipes/tabs.cjs +2 -0
- package/dist/theme/recipes/tabs.cjs.map +1 -0
- package/dist/theme/recipes/tabs.js +128 -0
- package/dist/theme/recipes/tabs.js.map +1 -0
- package/dist/theme/recipes/tag.cjs +2 -0
- package/dist/theme/recipes/tag.cjs.map +1 -0
- package/dist/theme/recipes/tag.js +124 -0
- package/dist/theme/recipes/tag.js.map +1 -0
- package/dist/theme/recipes/text.cjs +2 -0
- package/dist/theme/recipes/text.cjs.map +1 -0
- package/dist/theme/recipes/text.js +40 -0
- package/dist/theme/recipes/text.js.map +1 -0
- package/dist/theme/recipes/textarea.cjs +2 -0
- package/dist/theme/recipes/textarea.cjs.map +1 -0
- package/dist/theme/recipes/textarea.js +16 -0
- package/dist/theme/recipes/textarea.js.map +1 -0
- package/dist/theme/recipes/tooltip.cjs +2 -0
- package/dist/theme/recipes/tooltip.cjs.map +1 -0
- package/dist/theme/recipes/tooltip.js +64 -0
- package/dist/theme/recipes/tooltip.js.map +1 -0
- package/dist/theme/semantic-tokens/colors.cjs +2 -0
- package/dist/theme/semantic-tokens/colors.cjs.map +1 -0
- package/dist/theme/semantic-tokens/colors.js +143 -0
- package/dist/theme/semantic-tokens/colors.js.map +1 -0
- package/dist/theme/semantic-tokens/index.cjs +2 -0
- package/dist/theme/semantic-tokens/index.cjs.map +1 -0
- package/dist/theme/semantic-tokens/index.js +9 -0
- package/dist/theme/semantic-tokens/index.js.map +1 -0
- package/dist/theme/text-styles.cjs +2 -0
- package/dist/theme/text-styles.cjs.map +1 -0
- package/dist/theme/text-styles.js +90 -0
- package/dist/theme/text-styles.js.map +1 -0
- package/dist/theme/tokens/animations.cjs +2 -0
- package/dist/theme/tokens/animations.cjs.map +1 -0
- package/dist/theme/tokens/animations.js +48 -0
- package/dist/theme/tokens/animations.js.map +1 -0
- package/dist/theme/tokens/aspect-ratios.cjs +2 -0
- package/dist/theme/tokens/aspect-ratios.cjs.map +1 -0
- package/dist/theme/tokens/aspect-ratios.js +14 -0
- package/dist/theme/tokens/aspect-ratios.js.map +1 -0
- package/dist/theme/tokens/blurs.cjs +2 -0
- package/dist/theme/tokens/blurs.cjs.map +1 -0
- package/dist/theme/tokens/blurs.js +15 -0
- package/dist/theme/tokens/blurs.js.map +1 -0
- package/dist/theme/tokens/borders.cjs +2 -0
- package/dist/theme/tokens/borders.cjs.map +1 -0
- package/dist/theme/tokens/borders.js +11 -0
- package/dist/theme/tokens/borders.js.map +1 -0
- package/dist/theme/tokens/colors.cjs +2 -0
- package/dist/theme/tokens/colors.cjs.map +1 -0
- package/dist/theme/tokens/colors.js +80 -0
- package/dist/theme/tokens/colors.js.map +1 -0
- package/dist/theme/tokens/durations.cjs +2 -0
- package/dist/theme/tokens/durations.cjs.map +1 -0
- package/dist/theme/tokens/durations.js +15 -0
- package/dist/theme/tokens/durations.js.map +1 -0
- package/dist/theme/tokens/easings.cjs +51 -0
- package/dist/theme/tokens/easings.cjs.map +1 -0
- package/dist/theme/tokens/easings.js +95 -0
- package/dist/theme/tokens/easings.js.map +1 -0
- package/dist/theme/tokens/index.cjs +2 -0
- package/dist/theme/tokens/index.cjs.map +1 -0
- package/dist/theme/tokens/index.js +37 -0
- package/dist/theme/tokens/index.js.map +1 -0
- package/dist/theme/tokens/radii.cjs +2 -0
- package/dist/theme/tokens/radii.cjs.map +1 -0
- package/dist/theme/tokens/radii.js +29 -0
- package/dist/theme/tokens/radii.js.map +1 -0
- package/dist/theme/tokens/shadows.cjs +2 -0
- package/dist/theme/tokens/shadows.cjs.map +1 -0
- package/dist/theme/tokens/shadows.js +15 -0
- package/dist/theme/tokens/shadows.js.map +1 -0
- package/dist/theme/tokens/sizes.cjs +2 -0
- package/dist/theme/tokens/sizes.cjs.map +1 -0
- package/dist/theme/tokens/sizes.js +87 -0
- package/dist/theme/tokens/sizes.js.map +1 -0
- package/dist/theme/tokens/spacing.cjs +2 -0
- package/dist/theme/tokens/spacing.cjs.map +1 -0
- package/dist/theme/tokens/spacing.js +86 -0
- package/dist/theme/tokens/spacing.js.map +1 -0
- package/dist/theme/tokens/typography.cjs +2 -0
- package/dist/theme/tokens/typography.cjs.map +1 -0
- package/dist/theme/tokens/typography.js +87 -0
- package/dist/theme/tokens/typography.js.map +1 -0
- package/dist/theme/tokens/z-index.cjs +2 -0
- package/dist/theme/tokens/z-index.cjs.map +1 -0
- package/dist/theme/tokens/z-index.js +44 -0
- package/dist/theme/tokens/z-index.js.map +1 -0
- package/dist/theme/utilities.cjs +2 -0
- package/dist/theme/utilities.cjs.map +1 -0
- package/dist/theme/utilities.js +17 -0
- package/dist/theme/utilities.js.map +1 -0
- package/dist/utils/slots.cjs +2 -0
- package/dist/utils/slots.cjs.map +1 -0
- package/dist/utils/slots.js +42 -0
- package/dist/utils/slots.js.map +1 -0
- package/package.json +18 -7
- package/dist/icons.cjs.map +0 -1
- package/dist/icons.js.map +0 -1
- package/dist/ui.cjs +0 -79
- package/dist/ui.cjs.map +0 -1
- package/dist/ui.js.map +0 -1
|
@@ -0,0 +1,3753 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as l, jsxs as e } from "react/jsx-runtime";
|
|
3
|
+
import { ark as w } from "@ark-ui/react";
|
|
4
|
+
import { styled as C } from "@stokelp/styled-system/jsx";
|
|
5
|
+
import { flag as i } from "@stokelp/styled-system/recipes";
|
|
6
|
+
import { forwardRef as o, cloneElement as v } from "react";
|
|
7
|
+
import { token as V } from "@stokelp/styled-system/tokens";
|
|
8
|
+
const d = {
|
|
9
|
+
af: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
10
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6784)", children: [
|
|
11
|
+
/* @__PURE__ */ l(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
15
|
+
fill: "#F93939"
|
|
16
|
+
}
|
|
17
|
+
),
|
|
18
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H7V15H0V0Z", fill: "#151515" }),
|
|
19
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 0H21V15H14V0Z", fill: "#249F58" }),
|
|
20
|
+
/* @__PURE__ */ l(
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M10.5 10C11.88 10 13 8.88 13 7.5C13 6.12 11.88 5 10.5 5C9.12 5 8 6.12 8 7.5C8 8.88 9.12 10 10.5 10ZM10.5 9C11.328 9 12 8.105 12 7C12 5.895 11.328 5 10.5 5C9.672 5 9 5.895 9 7C9 8.105 9.672 9 10.5 9ZM10.5 8C10.776 8 11 7.552 11 7C11 6.448 10.776 6 10.5 6C10.224 6 10 6.448 10 7C10 7.552 10.224 8 10.5 8Z",
|
|
26
|
+
fill: "white"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
] }),
|
|
30
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6784", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
31
|
+
] }),
|
|
32
|
+
al: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
33
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6781)", children: [
|
|
34
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
35
|
+
/* @__PURE__ */ l(
|
|
36
|
+
"path",
|
|
37
|
+
{
|
|
38
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
39
|
+
fill: "#F93939"
|
|
40
|
+
}
|
|
41
|
+
),
|
|
42
|
+
/* @__PURE__ */ l(
|
|
43
|
+
"path",
|
|
44
|
+
{
|
|
45
|
+
fillRule: "evenodd",
|
|
46
|
+
clipRule: "evenodd",
|
|
47
|
+
d: "M10.5 4L9 3L8 4H9L8 5L6 4V9L9 8L8 10H7L8 11L9 10L10.5 12V4ZM12 3L13 4H12L13 5L15 4V9L12 8L13 10H14L13 11L12 10L10.5 12V4L12 3Z",
|
|
48
|
+
fill: "#151515"
|
|
49
|
+
}
|
|
50
|
+
)
|
|
51
|
+
] }),
|
|
52
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6781", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
53
|
+
] }),
|
|
54
|
+
dz: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
55
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6789)", children: [
|
|
56
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
57
|
+
/* @__PURE__ */ l(
|
|
58
|
+
"path",
|
|
59
|
+
{
|
|
60
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
61
|
+
fill: "white"
|
|
62
|
+
}
|
|
63
|
+
),
|
|
64
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H10V15H0V0Z", fill: "#249F58" }),
|
|
65
|
+
/* @__PURE__ */ l(
|
|
66
|
+
"path",
|
|
67
|
+
{
|
|
68
|
+
fillRule: "evenodd",
|
|
69
|
+
clipRule: "evenodd",
|
|
70
|
+
d: "M13.052 10.263C12.23 11.32 10.944 12 9.5 12C7.015 12 5 9.985 5 7.5C5 5.015 7.015 3 9.5 3C10.944 3 12.23 3.68 13.052 4.737C12.417 4.275 11.618 4 10.75 4C8.68 4 7 5.567 7 7.5C7 9.433 8.68 11 10.75 11C11.618 11 12.417 10.725 13.052 10.263Z",
|
|
71
|
+
fill: "#F93939"
|
|
72
|
+
}
|
|
73
|
+
),
|
|
74
|
+
/* @__PURE__ */ l(
|
|
75
|
+
"path",
|
|
76
|
+
{
|
|
77
|
+
fillRule: "evenodd",
|
|
78
|
+
clipRule: "evenodd",
|
|
79
|
+
d: "M13 7.5L14 7L14.5 6L15 7L16 7.5L15 8L14.5 9L14 8L13 7.5Z",
|
|
80
|
+
fill: "#F93939"
|
|
81
|
+
}
|
|
82
|
+
)
|
|
83
|
+
] }),
|
|
84
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6789", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
85
|
+
] }),
|
|
86
|
+
ad: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
87
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6774)", children: [
|
|
88
|
+
/* @__PURE__ */ l(
|
|
89
|
+
"path",
|
|
90
|
+
{
|
|
91
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
92
|
+
fill: "#FFDA2C"
|
|
93
|
+
}
|
|
94
|
+
),
|
|
95
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H7V15H0V0Z", fill: "#1A47B8" }),
|
|
96
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 0H21V15H14V0Z", fill: "#F93939" }),
|
|
97
|
+
/* @__PURE__ */ l(
|
|
98
|
+
"path",
|
|
99
|
+
{
|
|
100
|
+
fillRule: "evenodd",
|
|
101
|
+
clipRule: "evenodd",
|
|
102
|
+
d: "M11.936 9.935C12.55 9.748 13 9.177 13 8.5V5.5C13 4.665 12.328 4 11.5 4H9.5C8.674 4 8 4.67 8 5.5V8.5C8 9.182 8.448 9.75 9.064 9.936C9.25 10.556 9.822 11 10.5 11C11.182 11 11.75 10.55 11.936 9.935Z",
|
|
103
|
+
fill: "#D4AF2C"
|
|
104
|
+
}
|
|
105
|
+
),
|
|
106
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 5H10V6.5H9V5ZM11 7H12V8.5H11V7Z", fill: "#AF010D" }),
|
|
107
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 5H12V6.5H11V5ZM9 7H10V8.5H9V7Z", fill: "#FFDA2C" })
|
|
108
|
+
] }),
|
|
109
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6774", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
110
|
+
] }),
|
|
111
|
+
ao: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
112
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6770)", children: [
|
|
113
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
114
|
+
/* @__PURE__ */ l(
|
|
115
|
+
"path",
|
|
116
|
+
{
|
|
117
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
118
|
+
fill: "#F93939"
|
|
119
|
+
}
|
|
120
|
+
),
|
|
121
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 8H21V15H0V8Z", fill: "#151515" }),
|
|
122
|
+
/* @__PURE__ */ l(
|
|
123
|
+
"path",
|
|
124
|
+
{
|
|
125
|
+
fillRule: "evenodd",
|
|
126
|
+
clipRule: "evenodd",
|
|
127
|
+
d: "M12.451 9.58586C12.885 9.00386 13.141 8.28186 13.141 7.49986C13.141 6.03286 12.238 4.77686 10.958 4.25586L10.353 5.10286C11.387 5.40986 12.141 6.36686 12.141 7.49986C12.141 8.09386 11.934 8.63986 11.588 9.06786L8.141 6.99986L10.837 9.69586C10.482 9.88986 10.074 9.99986 9.641 9.99986C8.801 9.99986 8.058 9.58586 7.605 8.94986L7 9.79686C7.641 10.5339 8.586 10.9999 9.641 10.9999C10.351 10.9999 11.013 10.7879 11.565 10.4239L12.141 10.9999L13.141 9.99986L12.451 9.58586ZM8.141 4.99986H9.141V5.99986H8.141V4.99986Z",
|
|
128
|
+
fill: "#FFDA2C"
|
|
129
|
+
}
|
|
130
|
+
)
|
|
131
|
+
] }),
|
|
132
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6770", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
133
|
+
] }),
|
|
134
|
+
ag: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
135
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6763)", children: [
|
|
136
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#151515" }),
|
|
137
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#151515" }),
|
|
138
|
+
/* @__PURE__ */ l(
|
|
139
|
+
"path",
|
|
140
|
+
{
|
|
141
|
+
d: "M10.5 9C12.433 9 14 7.433 14 5.5C14 3.567 12.433 2 10.5 2C8.567 2 7 3.567 7 5.5C7 7.433 8.567 9 10.5 9Z",
|
|
142
|
+
fill: "#FFDA2C"
|
|
143
|
+
}
|
|
144
|
+
),
|
|
145
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 9H21V15H0V9Z", fill: "white" }),
|
|
146
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 6H21V9H0V6Z", fill: "#3A99FF" }),
|
|
147
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 15H0V0L11 15Z", fill: "#F93939" }),
|
|
148
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 15H21V0L10 15Z", fill: "#F93939" })
|
|
149
|
+
] }),
|
|
150
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6763", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
151
|
+
] }),
|
|
152
|
+
ar: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
153
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6754)", children: [
|
|
154
|
+
/* @__PURE__ */ l(
|
|
155
|
+
"path",
|
|
156
|
+
{
|
|
157
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
158
|
+
fill: "white"
|
|
159
|
+
}
|
|
160
|
+
),
|
|
161
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10ZM0 0H21V5H0V0Z", fill: "#3ECBF8" }),
|
|
162
|
+
/* @__PURE__ */ l(
|
|
163
|
+
"path",
|
|
164
|
+
{
|
|
165
|
+
d: "M10.5 9C11.3284 9 12 8.32843 12 7.5C12 6.67157 11.3284 6 10.5 6C9.67157 6 9 6.67157 9 7.5C9 8.32843 9.67157 9 10.5 9Z",
|
|
166
|
+
fill: "#FFDA2C"
|
|
167
|
+
}
|
|
168
|
+
)
|
|
169
|
+
] }),
|
|
170
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6754", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
171
|
+
] }),
|
|
172
|
+
am: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
173
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6750)", children: [
|
|
174
|
+
/* @__PURE__ */ l(
|
|
175
|
+
"path",
|
|
176
|
+
{
|
|
177
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
178
|
+
fill: "#1A47B8"
|
|
179
|
+
}
|
|
180
|
+
),
|
|
181
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#FFDA2C" }),
|
|
182
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#F93939" })
|
|
183
|
+
] }),
|
|
184
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6750", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
185
|
+
] }),
|
|
186
|
+
aw: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
187
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6745)", children: [
|
|
188
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#3ECBF8" }),
|
|
189
|
+
/* @__PURE__ */ l(
|
|
190
|
+
"path",
|
|
191
|
+
{
|
|
192
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
193
|
+
fill: "#3ECBF8"
|
|
194
|
+
}
|
|
195
|
+
),
|
|
196
|
+
/* @__PURE__ */ l(
|
|
197
|
+
"path",
|
|
198
|
+
{
|
|
199
|
+
fillRule: "evenodd",
|
|
200
|
+
clipRule: "evenodd",
|
|
201
|
+
d: "M4.485 4.485C5.355 4.43 6 4.235 6 4C6 3.766 5.355 3.57 4.485 3.515C4.43 2.645 4.235 2 4 2C3.766 2 3.57 2.645 3.515 3.515C2.645 3.57 2 3.765 2 4C2 4.234 2.645 4.43 3.515 4.485C3.57 5.355 3.765 6 4 6C4.234 6 4.43 5.355 4.485 4.485Z",
|
|
202
|
+
fill: "#F93939"
|
|
203
|
+
}
|
|
204
|
+
),
|
|
205
|
+
/* @__PURE__ */ l(
|
|
206
|
+
"path",
|
|
207
|
+
{
|
|
208
|
+
fillRule: "evenodd",
|
|
209
|
+
clipRule: "evenodd",
|
|
210
|
+
d: "M4.485 4.485C5.355 4.43 6 4.235 6 4C6 3.766 5.355 3.57 4.485 3.515C4.43 2.645 4.235 2 4 2C3.766 2 3.57 2.645 3.515 3.515C2.645 3.57 2 3.765 2 4C2 4.234 2.645 4.43 3.515 4.485C3.57 5.355 3.765 6 4 6C4.234 6 4.43 5.355 4.485 4.485ZM4.515 4.985L4.985 4.515C4.91 5.713 4.66 6.5 4 6.5C3.34 6.5 3.09 5.712 3.016 4.516L3.484 4.984C2.288 4.91 1.5 4.66 1.5 4C1.5 3.34 2.288 3.09 3.484 3.016L3.016 3.484C3.09 2.288 3.34 1.5 4 1.5C4.66 1.5 4.91 2.288 4.984 3.484L4.516 3.016C5.712 3.09 6.5 3.34 6.5 4C6.5 4.66 5.712 4.91 4.516 4.984L4.515 4.985Z",
|
|
211
|
+
fill: "white"
|
|
212
|
+
}
|
|
213
|
+
),
|
|
214
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 9H21V10H0V9ZM0 11H21V12H0V11Z", fill: "#FFDA2C" })
|
|
215
|
+
] }),
|
|
216
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6745", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
217
|
+
] }),
|
|
218
|
+
au: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
219
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6758)", children: [
|
|
220
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#1A47B8" }),
|
|
221
|
+
/* @__PURE__ */ l(
|
|
222
|
+
"path",
|
|
223
|
+
{
|
|
224
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
225
|
+
fill: "#1A47B8"
|
|
226
|
+
}
|
|
227
|
+
),
|
|
228
|
+
/* @__PURE__ */ l(
|
|
229
|
+
"path",
|
|
230
|
+
{
|
|
231
|
+
opacity: "0.5",
|
|
232
|
+
fillRule: "evenodd",
|
|
233
|
+
clipRule: "evenodd",
|
|
234
|
+
d: "M4 11.5L5 11L5.5 10L6 11L7 11.5L6 12L5.5 13L5 12L4 11.5ZM14 3V4H15V3H14ZM17 4V5H18V4H17ZM13 6V7H14V6H13ZM16 7V8H17V7H16ZM15 10V11H16V10H15Z",
|
|
235
|
+
fill: "white"
|
|
236
|
+
}
|
|
237
|
+
),
|
|
238
|
+
/* @__PURE__ */ l(
|
|
239
|
+
"path",
|
|
240
|
+
{
|
|
241
|
+
d: "M9 1H2C1.44772 1 1 1.44772 1 2V7C1 7.55228 1.44772 8 2 8H9C9.55229 8 10 7.55228 10 7V2C10 1.44772 9.55229 1 9 1Z",
|
|
242
|
+
fill: "white"
|
|
243
|
+
}
|
|
244
|
+
),
|
|
245
|
+
/* @__PURE__ */ l(
|
|
246
|
+
"path",
|
|
247
|
+
{
|
|
248
|
+
fillRule: "evenodd",
|
|
249
|
+
clipRule: "evenodd",
|
|
250
|
+
d: "M5 5H2V4H5V2H6V4H9V5H6V7H5V5ZM7.5 6V7H9V6H7.5ZM7.5 2V3H9V2H7.5ZM2 6V7H3.5V6H2ZM2 2V3H3.5V2H2Z",
|
|
251
|
+
fill: "#F93939"
|
|
252
|
+
}
|
|
253
|
+
)
|
|
254
|
+
] }),
|
|
255
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6758", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
256
|
+
] }),
|
|
257
|
+
at: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
258
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6742)", children: [
|
|
259
|
+
/* @__PURE__ */ l(
|
|
260
|
+
"path",
|
|
261
|
+
{
|
|
262
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
263
|
+
fill: "white"
|
|
264
|
+
}
|
|
265
|
+
),
|
|
266
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10ZM0 0H21V5H0V0Z", fill: "#F93939" })
|
|
267
|
+
] }),
|
|
268
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6742", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
269
|
+
] }),
|
|
270
|
+
az: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
271
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6736)", children: [
|
|
272
|
+
/* @__PURE__ */ l(
|
|
273
|
+
"path",
|
|
274
|
+
{
|
|
275
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
276
|
+
fill: "#F93939"
|
|
277
|
+
}
|
|
278
|
+
),
|
|
279
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#249F58" }),
|
|
280
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#3ECBF8" }),
|
|
281
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 7H13V8H12V7Z", fill: "white" }),
|
|
282
|
+
/* @__PURE__ */ l(
|
|
283
|
+
"path",
|
|
284
|
+
{
|
|
285
|
+
fillRule: "evenodd",
|
|
286
|
+
clipRule: "evenodd",
|
|
287
|
+
d: "M12.5 9C12.044 9.607 11.318 10 10.5 10C9.12 10 8 8.88 8 7.5C8 6.12 9.12 5 10.5 5C11.318 5 12.044 5.393 12.5 6H11C10.172 6 9.5 6.672 9.5 7.5C9.5 8.328 10.172 9 11 9H12.5Z",
|
|
288
|
+
fill: "white"
|
|
289
|
+
}
|
|
290
|
+
)
|
|
291
|
+
] }),
|
|
292
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6736", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
293
|
+
] }),
|
|
294
|
+
bs: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
295
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6732)", children: [
|
|
296
|
+
/* @__PURE__ */ l(
|
|
297
|
+
"path",
|
|
298
|
+
{
|
|
299
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
300
|
+
fill: "#FFDA2C"
|
|
301
|
+
}
|
|
302
|
+
),
|
|
303
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10ZM0 0H21V5H0V0Z", fill: "#3ECBF8" }),
|
|
304
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0V15.033L11 7.5L0 0Z", fill: "#151515" })
|
|
305
|
+
] }),
|
|
306
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6732", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
307
|
+
] }),
|
|
308
|
+
bh: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
309
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
310
|
+
/* @__PURE__ */ l(
|
|
311
|
+
"path",
|
|
312
|
+
{
|
|
313
|
+
fillRule: "evenodd",
|
|
314
|
+
clipRule: "evenodd",
|
|
315
|
+
d: "M0 0H7V15H0V0ZM7 0L9 1.5L7 3V0ZM7 3L9 4.5L7 6V3ZM7 6L9 7.5L7 9V6ZM7 9L9 10.5L7 12V9ZM7 12L9 13.5L7 15V12Z",
|
|
316
|
+
fill: "white"
|
|
317
|
+
}
|
|
318
|
+
)
|
|
319
|
+
] }),
|
|
320
|
+
bd: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
321
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6727)", children: [
|
|
322
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#249F58" }),
|
|
323
|
+
/* @__PURE__ */ l(
|
|
324
|
+
"path",
|
|
325
|
+
{
|
|
326
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
327
|
+
fill: "#249F58"
|
|
328
|
+
}
|
|
329
|
+
),
|
|
330
|
+
/* @__PURE__ */ l(
|
|
331
|
+
"path",
|
|
332
|
+
{
|
|
333
|
+
d: "M9.5 12C11.9853 12 14 9.98528 14 7.5C14 5.01472 11.9853 3 9.5 3C7.01472 3 5 5.01472 5 7.5C5 9.98528 7.01472 12 9.5 12Z",
|
|
334
|
+
fill: "#F93939"
|
|
335
|
+
}
|
|
336
|
+
)
|
|
337
|
+
] }),
|
|
338
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6727", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
339
|
+
] }),
|
|
340
|
+
bb: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
341
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6722)", children: [
|
|
342
|
+
/* @__PURE__ */ l(
|
|
343
|
+
"path",
|
|
344
|
+
{
|
|
345
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
346
|
+
fill: "#FFDA2C"
|
|
347
|
+
}
|
|
348
|
+
),
|
|
349
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H7V15H0V0ZM14 0H21V15H14V0Z", fill: "#1A47B8" }),
|
|
350
|
+
/* @__PURE__ */ l(
|
|
351
|
+
"path",
|
|
352
|
+
{
|
|
353
|
+
fillRule: "evenodd",
|
|
354
|
+
clipRule: "evenodd",
|
|
355
|
+
d: "M10 10H11V11H10V10ZM12 8H13V9H12V8ZM8 8H9V9H8V8Z",
|
|
356
|
+
fill: "#AE6A3E"
|
|
357
|
+
}
|
|
358
|
+
),
|
|
359
|
+
/* @__PURE__ */ l(
|
|
360
|
+
"path",
|
|
361
|
+
{
|
|
362
|
+
fillRule: "evenodd",
|
|
363
|
+
clipRule: "evenodd",
|
|
364
|
+
d: "M11 8V4H10V8H9V9H10V10H11V9H12V8H11ZM12 5H13V8H12V5ZM8 5H9V8H8V5Z",
|
|
365
|
+
fill: "#151515"
|
|
366
|
+
}
|
|
367
|
+
)
|
|
368
|
+
] }),
|
|
369
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6722", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
370
|
+
] }),
|
|
371
|
+
by: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
372
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6718)", children: [
|
|
373
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
374
|
+
/* @__PURE__ */ l(
|
|
375
|
+
"path",
|
|
376
|
+
{
|
|
377
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
378
|
+
fill: "#F93939"
|
|
379
|
+
}
|
|
380
|
+
),
|
|
381
|
+
/* @__PURE__ */ l(
|
|
382
|
+
"path",
|
|
383
|
+
{
|
|
384
|
+
fillRule: "evenodd",
|
|
385
|
+
clipRule: "evenodd",
|
|
386
|
+
d: "M3 0L5 1.5L3 3V0ZM3 3L5 4.5L3 6V3ZM3 6L5 7.5L3 9V6ZM3 9L5 10.5L3 12V9ZM3 12L5 13.5L3 15V12ZM2 0L0 1.5L2 3V0ZM2 3L0 4.5L2 6V3ZM2 6L0 7.5L2 9V6ZM2 9L0 10.5L2 12V9ZM2 12L0 13.5L2 15V12ZM2 0H3V2H2V0ZM2 13H3V15H2V13ZM2 5H3V7H2V5ZM2 3H3V4H2V3ZM2 11H3V12H2V11ZM2 8H3V10H2V8Z",
|
|
387
|
+
fill: "white"
|
|
388
|
+
}
|
|
389
|
+
),
|
|
390
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 11H21V15H5V11Z", fill: "#249F58" })
|
|
391
|
+
] }),
|
|
392
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6718", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
393
|
+
] }),
|
|
394
|
+
be: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
395
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6714)", children: [
|
|
396
|
+
/* @__PURE__ */ l(
|
|
397
|
+
"path",
|
|
398
|
+
{
|
|
399
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
400
|
+
fill: "#FFDA2C"
|
|
401
|
+
}
|
|
402
|
+
),
|
|
403
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H7V15H0V0Z", fill: "#151515" }),
|
|
404
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 0H21V15H14V0Z", fill: "#F93939" })
|
|
405
|
+
] }),
|
|
406
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6714", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
407
|
+
] }),
|
|
408
|
+
bz: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
409
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6704)", children: [
|
|
410
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#1A47B8" }),
|
|
411
|
+
/* @__PURE__ */ l(
|
|
412
|
+
"path",
|
|
413
|
+
{
|
|
414
|
+
d: "M10.5 12C12.9853 12 15 9.98528 15 7.5C15 5.01472 12.9853 3 10.5 3C8.01472 3 6 5.01472 6 7.5C6 9.98528 8.01472 12 10.5 12Z",
|
|
415
|
+
fill: "white"
|
|
416
|
+
}
|
|
417
|
+
),
|
|
418
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.5 8H12.5V9H8.5V8Z", fill: "#CBCBCB" }),
|
|
419
|
+
/* @__PURE__ */ l(
|
|
420
|
+
"path",
|
|
421
|
+
{
|
|
422
|
+
fillRule: "evenodd",
|
|
423
|
+
clipRule: "evenodd",
|
|
424
|
+
d: "M8 5H9V6H8V5ZM10 4H11V5H10V4ZM12 5H13V6H12V5ZM13 7H14V8H13V7ZM12 9H13V10H12V9Z",
|
|
425
|
+
fill: "#249F58"
|
|
426
|
+
}
|
|
427
|
+
),
|
|
428
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 6H12V7H11V6Z", fill: "#151515" }),
|
|
429
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 7H12V8H11V7Z", fill: "#AE6A3E" }),
|
|
430
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 6H10V7H9V6Z", fill: "#AE6A3E" }),
|
|
431
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 7H10V8H9V7Z", fill: "#FFDA2C" }),
|
|
432
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 10H11V11H10V10ZM8 9H9V10H8V9ZM7 7H8V8H7V7Z", fill: "#249F58" }),
|
|
433
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 13H21V15H0V13ZM0 0H21V2H0V0Z", fill: "#F93939" })
|
|
434
|
+
] }),
|
|
435
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6704", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
436
|
+
] }),
|
|
437
|
+
bj: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
438
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6700)", children: [
|
|
439
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
440
|
+
/* @__PURE__ */ l(
|
|
441
|
+
"path",
|
|
442
|
+
{
|
|
443
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
444
|
+
fill: "#FFDA2C"
|
|
445
|
+
}
|
|
446
|
+
),
|
|
447
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 8H21V15H8V8Z", fill: "#F93939" }),
|
|
448
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H8V15H0V0Z", fill: "#249F58" })
|
|
449
|
+
] }),
|
|
450
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6700", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
451
|
+
] }),
|
|
452
|
+
bt: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
453
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6696)", children: [
|
|
454
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FF6C2D" }),
|
|
455
|
+
/* @__PURE__ */ l(
|
|
456
|
+
"path",
|
|
457
|
+
{
|
|
458
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
459
|
+
fill: "#FF6C2D"
|
|
460
|
+
}
|
|
461
|
+
),
|
|
462
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 15L21 0H0V15Z", fill: "#FFDA2C" }),
|
|
463
|
+
/* @__PURE__ */ l(
|
|
464
|
+
"path",
|
|
465
|
+
{
|
|
466
|
+
fillRule: "evenodd",
|
|
467
|
+
clipRule: "evenodd",
|
|
468
|
+
d: "M3 10L3.5 11.5L5.5 12L6 11L10 11.5L9 9H11L14 10L15 9L12 8L13 7H16L16.5 6H14V5H16L17 4L13 3L11 5L10 6L11 7L8 6.5L6 10L5 11L3 10Z",
|
|
469
|
+
fill: "white"
|
|
470
|
+
}
|
|
471
|
+
)
|
|
472
|
+
] }),
|
|
473
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6696", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
474
|
+
] }),
|
|
475
|
+
bo: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
476
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6686)", children: [
|
|
477
|
+
/* @__PURE__ */ l(
|
|
478
|
+
"path",
|
|
479
|
+
{
|
|
480
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
481
|
+
fill: "#FFDA2C"
|
|
482
|
+
}
|
|
483
|
+
),
|
|
484
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 7H10V8H9V7ZM11 7H12V8H11V7Z", fill: "#03BCDB" }),
|
|
485
|
+
/* @__PURE__ */ l(
|
|
486
|
+
"path",
|
|
487
|
+
{
|
|
488
|
+
fillRule: "evenodd",
|
|
489
|
+
clipRule: "evenodd",
|
|
490
|
+
d: "M12 7H13V9H12V7ZM11 6H12V7H11V6ZM9 6H10V7H9V6ZM8 7H9V9H8V7Z",
|
|
491
|
+
fill: "#AF010D"
|
|
492
|
+
}
|
|
493
|
+
),
|
|
494
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 8H11V9H10V8Z", fill: "#249F58" }),
|
|
495
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 6H11V7H10V6Z", fill: "#151515" }),
|
|
496
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 8H12V9H11V8ZM9 8H10V9H9V8Z", fill: "#D4AF2C" }),
|
|
497
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 7H11V8H10V7Z", fill: "#249F58" }),
|
|
498
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#249F58" }),
|
|
499
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#F93939" })
|
|
500
|
+
] }),
|
|
501
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6686", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
502
|
+
] }),
|
|
503
|
+
ba: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
504
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6682)", children: [
|
|
505
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
506
|
+
/* @__PURE__ */ l(
|
|
507
|
+
"path",
|
|
508
|
+
{
|
|
509
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
510
|
+
fill: "#FFDA2C"
|
|
511
|
+
}
|
|
512
|
+
),
|
|
513
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0L21 14L20.877 15.1L0 15V0Z", fill: "#1A47B8" }),
|
|
514
|
+
/* @__PURE__ */ l(
|
|
515
|
+
"path",
|
|
516
|
+
{
|
|
517
|
+
fillRule: "evenodd",
|
|
518
|
+
clipRule: "evenodd",
|
|
519
|
+
d: "M1 3H2V4H1V3ZM4 5H5V6H4V5ZM7 7H8V8H7V7ZM10 9H11V10H10V9ZM13 11H14V12H13V11ZM16 13H17V14H16V13Z",
|
|
520
|
+
fill: "white"
|
|
521
|
+
}
|
|
522
|
+
)
|
|
523
|
+
] }),
|
|
524
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6682", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
525
|
+
] }),
|
|
526
|
+
bw: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
527
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#3ECBF8" }),
|
|
528
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 9H21V10H0V9Z", fill: "white" }),
|
|
529
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 6H21V9H0V6Z", fill: "#151515" }),
|
|
530
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 5H21V6H0V5Z", fill: "white" })
|
|
531
|
+
] }),
|
|
532
|
+
bv: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
533
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6675)", children: [
|
|
534
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
535
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 9H0V6H6V0H9V6H21V9H9V15H6V9Z", fill: "white" }),
|
|
536
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 8H0V7H7V0H8V7H21V8H8V15H7V8Z", fill: "#1A47B8" })
|
|
537
|
+
] }),
|
|
538
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6675", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
539
|
+
] }),
|
|
540
|
+
br: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
541
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#249F58" }),
|
|
542
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5 2L18 7.5L10.5 13L3 7.5", fill: "#FFDA2C" }),
|
|
543
|
+
/* @__PURE__ */ l(
|
|
544
|
+
"path",
|
|
545
|
+
{
|
|
546
|
+
d: "M10.5 11C12.433 11 14 9.433 14 7.5C14 5.567 12.433 4 10.5 4C8.567 4 7 5.567 7 7.5C7 9.433 8.567 11 10.5 11Z",
|
|
547
|
+
fill: "#1A47B8"
|
|
548
|
+
}
|
|
549
|
+
),
|
|
550
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 9V10H10V9H9ZM11 9V10H12V9H11Z", fill: "white" }),
|
|
551
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 6C8 6 10.264 6.4 11.896 7.098L14 8", fill: "white" }),
|
|
552
|
+
/* @__PURE__ */ l("path", { d: "M8 6C8 6 10.264 6.4 11.896 7.098L14 8", stroke: "white" })
|
|
553
|
+
] }),
|
|
554
|
+
bn: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
555
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6665)", children: [
|
|
556
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
557
|
+
/* @__PURE__ */ l(
|
|
558
|
+
"path",
|
|
559
|
+
{
|
|
560
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
561
|
+
fill: "#FFDA2C"
|
|
562
|
+
}
|
|
563
|
+
),
|
|
564
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0L21 10V14L0 4V0Z", fill: "white" }),
|
|
565
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 3L21 13V15L0 5V3Z", fill: "#151515" }),
|
|
566
|
+
/* @__PURE__ */ l(
|
|
567
|
+
"path",
|
|
568
|
+
{
|
|
569
|
+
fillRule: "evenodd",
|
|
570
|
+
clipRule: "evenodd",
|
|
571
|
+
d: "M8 7L9 8V12L7 11V9L5 7L7 5L8 6V7ZM9 9H12V10H9V9ZM13 7L12 8V12L14 11V9L16 7L14 5L13 6V7ZM9 6H12L10.5 3L9 6Z",
|
|
572
|
+
fill: "#F93939"
|
|
573
|
+
}
|
|
574
|
+
)
|
|
575
|
+
] }),
|
|
576
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6665", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
577
|
+
] }),
|
|
578
|
+
bg: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
579
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6661)", children: [
|
|
580
|
+
/* @__PURE__ */ l(
|
|
581
|
+
"path",
|
|
582
|
+
{
|
|
583
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
584
|
+
fill: "#249F58"
|
|
585
|
+
}
|
|
586
|
+
),
|
|
587
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#F93939" }),
|
|
588
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "white" })
|
|
589
|
+
] }),
|
|
590
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6661", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
591
|
+
] }),
|
|
592
|
+
bf: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
593
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6657)", children: [
|
|
594
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
595
|
+
/* @__PURE__ */ l(
|
|
596
|
+
"path",
|
|
597
|
+
{
|
|
598
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
599
|
+
fill: "#F93939"
|
|
600
|
+
}
|
|
601
|
+
),
|
|
602
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 8H21V15H0V8Z", fill: "#249F58" }),
|
|
603
|
+
/* @__PURE__ */ l(
|
|
604
|
+
"path",
|
|
605
|
+
{
|
|
606
|
+
fillRule: "evenodd",
|
|
607
|
+
clipRule: "evenodd",
|
|
608
|
+
d: "M10.4999 9.25L8.44292 10.332L8.83592 8.042L7.16992 6.417L9.46992 6.083L10.4999 4L11.5299 6.084L13.8299 6.418L12.1639 8.041L12.5569 10.333",
|
|
609
|
+
fill: "#FFDA2C"
|
|
610
|
+
}
|
|
611
|
+
)
|
|
612
|
+
] }),
|
|
613
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6657", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
614
|
+
] }),
|
|
615
|
+
bi: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
616
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6652)", children: [
|
|
617
|
+
/* @__PURE__ */ l(
|
|
618
|
+
"path",
|
|
619
|
+
{
|
|
620
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
621
|
+
fill: "#F93939"
|
|
622
|
+
}
|
|
623
|
+
),
|
|
624
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0L10 8L0 15V0ZM21 0L11 8L21 15V0Z", fill: "#00B731" }),
|
|
625
|
+
/* @__PURE__ */ l(
|
|
626
|
+
"path",
|
|
627
|
+
{
|
|
628
|
+
fillRule: "evenodd",
|
|
629
|
+
clipRule: "evenodd",
|
|
630
|
+
d: "M7.158 6.456L0 1.5V0H1.5L8.347 4.74C8.94 4.276 9.687 4 10.5 4C11.312 4 12.06 4.276 12.653 4.74L19.5 0H21V1.5L13.842 6.456C13.945 6.786 14 7.136 14 7.5C14 7.864 13.945 8.214 13.842 8.544L21 13.5V15H19.5L12.653 10.26C12.059 10.724 11.313 11 10.5 11C9.688 11 8.94 10.724 8.347 10.26L1.5 15H0V13.5L7.158 8.544C7.055 8.214 7 7.864 7 7.5C7 7.136 7.055 6.786 7.158 6.456Z",
|
|
631
|
+
fill: "white"
|
|
632
|
+
}
|
|
633
|
+
),
|
|
634
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 6H11V7H10V6ZM11 8H12V9H11V8ZM9 8H10V9H9V8Z", fill: "#AF010D" })
|
|
635
|
+
] }),
|
|
636
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6652", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
637
|
+
] }),
|
|
638
|
+
kh: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
639
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6647)", children: [
|
|
640
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
641
|
+
/* @__PURE__ */ l(
|
|
642
|
+
"path",
|
|
643
|
+
{
|
|
644
|
+
fillRule: "evenodd",
|
|
645
|
+
clipRule: "evenodd",
|
|
646
|
+
d: "M8 5H8.5L9 6H8V5ZM9 6H10V7H9V6ZM8 7H9V8H8V7ZM7 8H8V9H7V8ZM7 9H8V10H7V9ZM6.5 9H7V10H6L6.5 9ZM9 8H11V10H9V8ZM13 5H12.5L12 6H13V5ZM12 6H11V7H12V6ZM13 7H12V8H13V7ZM14 8H13V9H14V8ZM14 9H13V10H14V9ZM14.5 9H14V10H15L14.5 9ZM12 8H11V10H12V8Z",
|
|
647
|
+
fill: "white"
|
|
648
|
+
}
|
|
649
|
+
),
|
|
650
|
+
/* @__PURE__ */ l(
|
|
651
|
+
"path",
|
|
652
|
+
{
|
|
653
|
+
opacity: "0.7",
|
|
654
|
+
fillRule: "evenodd",
|
|
655
|
+
clipRule: "evenodd",
|
|
656
|
+
d: "M9 7H10V8H9V7ZM8 8H9V10H8V8ZM8 6H9V7H8V6ZM7.5 7H8V8H7L7.5 7ZM12 7H11V8H12V7ZM13 8H12V10H13V8ZM13 6H12V7H13V6ZM13.5 7H13V8H14L13.5 7ZM11 6H10V8H11V6Z",
|
|
657
|
+
fill: "white"
|
|
658
|
+
}
|
|
659
|
+
),
|
|
660
|
+
/* @__PURE__ */ l("path", { opacity: "0.7", fillRule: "evenodd", clipRule: "evenodd", d: "M10 5H11V6H10V5Z", fill: "white" }),
|
|
661
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V4H0V0ZM0 11H21V15H0V11Z", fill: "#232C80" })
|
|
662
|
+
] }),
|
|
663
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6647", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
664
|
+
] }),
|
|
665
|
+
cm: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
666
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6642)", children: [
|
|
667
|
+
/* @__PURE__ */ l(
|
|
668
|
+
"path",
|
|
669
|
+
{
|
|
670
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
671
|
+
fill: "#F93939"
|
|
672
|
+
}
|
|
673
|
+
),
|
|
674
|
+
/* @__PURE__ */ l(
|
|
675
|
+
"path",
|
|
676
|
+
{
|
|
677
|
+
fillRule: "evenodd",
|
|
678
|
+
clipRule: "evenodd",
|
|
679
|
+
d: "M10.5001 8.75L9.03007 9.523L9.31007 7.886L8.12207 6.726L9.76507 6.489L10.5001 5L11.2351 6.49L12.8781 6.727L11.6881 7.887L11.9681 9.523",
|
|
680
|
+
fill: "#FFDA2C"
|
|
681
|
+
}
|
|
682
|
+
),
|
|
683
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H7V15H0V0Z", fill: "#249F58" }),
|
|
684
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 0H21V15H14V0Z", fill: "#FFDA2C" })
|
|
685
|
+
] }),
|
|
686
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6642", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
687
|
+
] }),
|
|
688
|
+
ca: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
689
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6638)", children: [
|
|
690
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
691
|
+
/* @__PURE__ */ l(
|
|
692
|
+
"path",
|
|
693
|
+
{
|
|
694
|
+
d: "M10.7059 11.6176H10.2941L10.3971 9.97059C10.3912 9.88385 10.3496 9.86105 10.1912 9.86765L8.54412 10.0735C8.54412 10.0735 8.85294 9.66176 8.85294 9.45588C8.85294 9.25 7 7.91176 7 7.91176C7 7.91176 7.41176 7.80882 7.51471 7.70588C7.61765 7.60294 7.10294 6.47059 7.10294 6.47059C7.10294 6.47059 8.14906 6.88235 8.23529 6.77941C8.32153 6.67647 8.44118 6.26471 8.44118 6.26471C8.44118 6.26471 9.26471 7.19118 9.47059 7.19118C9.67647 7.19118 9.05882 4.92647 9.05882 4.92647C9.05882 4.92647 9.57353 5.33824 9.77941 5.33824C9.98529 5.33824 10.5 4 10.5 4C10.5 4 11.0147 5.33824 11.1176 5.33824C11.2206 5.33824 11.9412 4.92647 11.9412 4.92647C11.9412 4.92647 11.4265 7.08824 11.5294 7.19118C11.6324 7.29412 12.5588 6.26471 12.5588 6.26471C12.5588 6.26471 12.6618 6.67647 12.7647 6.77941C12.8676 6.88235 13.8971 6.47059 13.8971 6.47059C13.8971 6.47059 13.3824 7.60294 13.4853 7.70588C13.5882 7.80882 14 7.91176 14 7.91176C14 7.91176 12.1471 9.25 12.1471 9.45588C12.1471 9.66176 12.3529 10.0735 12.3529 10.0735L10.8088 9.86765C10.6847 9.83206 10.6417 9.85907 10.6029 9.97059L10.7059 11.6176Z",
|
|
695
|
+
fill: "#F93939"
|
|
696
|
+
}
|
|
697
|
+
),
|
|
698
|
+
/* @__PURE__ */ l("rect", { x: "16", width: "5", height: "15", fill: "#F93939" }),
|
|
699
|
+
/* @__PURE__ */ l("rect", { width: "5", height: "15", fill: "#F93939" })
|
|
700
|
+
] }),
|
|
701
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6638", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
702
|
+
] }),
|
|
703
|
+
cv: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
704
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#1A47B8" }),
|
|
705
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 8H21V9H0V8Z", fill: "white" }),
|
|
706
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 9H21V10H0V9Z", fill: "#F93939" }),
|
|
707
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V11H0V10Z", fill: "white" }),
|
|
708
|
+
/* @__PURE__ */ l(
|
|
709
|
+
"path",
|
|
710
|
+
{
|
|
711
|
+
fillRule: "evenodd",
|
|
712
|
+
clipRule: "evenodd",
|
|
713
|
+
d: "M5 7H6V8H5V7ZM7 6H8V7H7V6ZM9 7H10V8H9V7ZM10 9H11V10H10V9ZM4 9H5V10H4V9ZM9 11H10V12H9V11ZM7 12H8V13H7V12ZM5 11H6V12H5V11Z",
|
|
714
|
+
fill: "#FFDA2C"
|
|
715
|
+
}
|
|
716
|
+
)
|
|
717
|
+
] }),
|
|
718
|
+
cf: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
719
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6625)", children: [
|
|
720
|
+
/* @__PURE__ */ l(
|
|
721
|
+
"path",
|
|
722
|
+
{
|
|
723
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
724
|
+
fill: "white"
|
|
725
|
+
}
|
|
726
|
+
),
|
|
727
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#FFDA2C" }),
|
|
728
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 8H21V11H0V8Z", fill: "#249F58" }),
|
|
729
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#1A47B8" }),
|
|
730
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 2H4V3H3V2Z", fill: "#FFDA2C" }),
|
|
731
|
+
/* @__PURE__ */ l(
|
|
732
|
+
"path",
|
|
733
|
+
{
|
|
734
|
+
fillRule: "evenodd",
|
|
735
|
+
clipRule: "evenodd",
|
|
736
|
+
d: "M2 2H3V3H2V2ZM4 2H5V3H4V2ZM3 3H4V4H3V3ZM3 1H4V2H3V1Z",
|
|
737
|
+
fill: "#D4AF2C"
|
|
738
|
+
}
|
|
739
|
+
),
|
|
740
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 0H12V15H9V0Z", fill: "#F93939" })
|
|
741
|
+
] }),
|
|
742
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6625", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
743
|
+
] }),
|
|
744
|
+
td: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
745
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6622)", children: [
|
|
746
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
747
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H7V15H0V0Z", fill: "#232C80" }),
|
|
748
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 0H21V15H14V0Z", fill: "#F93939" })
|
|
749
|
+
] }),
|
|
750
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6622", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
751
|
+
] }),
|
|
752
|
+
cl: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
753
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6617)", children: [
|
|
754
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
755
|
+
/* @__PURE__ */ l(
|
|
756
|
+
"path",
|
|
757
|
+
{
|
|
758
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
759
|
+
fill: "white"
|
|
760
|
+
}
|
|
761
|
+
),
|
|
762
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H9V8H0V0Z", fill: "#1A47B8" }),
|
|
763
|
+
/* @__PURE__ */ l(
|
|
764
|
+
"path",
|
|
765
|
+
{
|
|
766
|
+
fillRule: "evenodd",
|
|
767
|
+
clipRule: "evenodd",
|
|
768
|
+
d: "M4.50007 5.22659L3.03007 5.99959L3.31007 4.36359L2.12207 3.20359L3.76507 2.96559L4.50007 1.47559L5.23507 2.96559L6.87807 3.20559L5.68807 4.36359L5.97007 5.99959",
|
|
769
|
+
fill: "white"
|
|
770
|
+
}
|
|
771
|
+
),
|
|
772
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 8H21V15H0V8Z", fill: "#F93939" })
|
|
773
|
+
] }),
|
|
774
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6617", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
775
|
+
] }),
|
|
776
|
+
cn: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
777
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6614)", children: [
|
|
778
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
779
|
+
/* @__PURE__ */ l(
|
|
780
|
+
"path",
|
|
781
|
+
{
|
|
782
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
783
|
+
fill: "#F93939"
|
|
784
|
+
}
|
|
785
|
+
),
|
|
786
|
+
/* @__PURE__ */ l(
|
|
787
|
+
"path",
|
|
788
|
+
{
|
|
789
|
+
fillRule: "evenodd",
|
|
790
|
+
clipRule: "evenodd",
|
|
791
|
+
d: "M5.49812 7.23L4.02812 8.003L4.30812 6.366L3.12012 5.206L4.76312 4.969L5.49812 3.479L6.23212 4.969L7.87512 5.206L6.68512 6.366L6.96712 8.002L5.49812 7.23ZM9.00012 3H10.0001V4H9.00012V3ZM10.0001 5H11.0001V6H10.0001V5ZM10.0001 7H11.0001V8H10.0001V7ZM9.00012 9H10.0001V10H9.00012V9Z",
|
|
792
|
+
fill: "#FFDA2C"
|
|
793
|
+
}
|
|
794
|
+
)
|
|
795
|
+
] }),
|
|
796
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6614", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
797
|
+
] }),
|
|
798
|
+
co: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
799
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6610)", children: [
|
|
800
|
+
/* @__PURE__ */ l(
|
|
801
|
+
"path",
|
|
802
|
+
{
|
|
803
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
804
|
+
fill: "#1A47B8"
|
|
805
|
+
}
|
|
806
|
+
),
|
|
807
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V7H0V0Z", fill: "#FFDA2C" }),
|
|
808
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 11H21V15H0V11Z", fill: "#F93939" })
|
|
809
|
+
] }),
|
|
810
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6610", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
811
|
+
] }),
|
|
812
|
+
km: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
813
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6604)", children: [
|
|
814
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
815
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V4H0V0Z", fill: "#FFDA2C" }),
|
|
816
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 7.5H21V11H0V7.5Z", fill: "#F93939" }),
|
|
817
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 11H21V15H0V11Z", fill: "#232C80" }),
|
|
818
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0L12 7.5L0 15V0Z", fill: "#00B731" }),
|
|
819
|
+
/* @__PURE__ */ l(
|
|
820
|
+
"path",
|
|
821
|
+
{
|
|
822
|
+
fillRule: "evenodd",
|
|
823
|
+
clipRule: "evenodd",
|
|
824
|
+
d: "M6 10.84C5.71 10.944 5.4 11 5.077 11C3.377 11 2 9.433 2 7.5C2 5.567 3.378 4 5.077 4C5.399 4 5.709 4.056 6 4.16C4.752 4.606 3.846 5.933 3.846 7.5C3.846 9.067 4.752 10.394 6 10.84ZM6 5H7V6H6V5ZM6 7H7V8H6V7ZM6 9H7V10H6V9Z",
|
|
825
|
+
fill: "white"
|
|
826
|
+
}
|
|
827
|
+
)
|
|
828
|
+
] }),
|
|
829
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6604", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
830
|
+
] }),
|
|
831
|
+
cg: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
832
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6601)", children: [
|
|
833
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#249F58" }),
|
|
834
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 15L19 0H21V15H6Z", fill: "#F93939" }),
|
|
835
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 15L21 0H14L0 15H7Z", fill: "#FFDA2C" })
|
|
836
|
+
] }),
|
|
837
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6601", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
838
|
+
] }),
|
|
839
|
+
cr: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
840
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#1A47B8" }),
|
|
841
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 3H21V5H0V3Z", fill: "white" }),
|
|
842
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 5H21V10H0V5Z", fill: "#F93939" }),
|
|
843
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V12H0V10Z", fill: "white" })
|
|
844
|
+
] }),
|
|
845
|
+
hr: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
846
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6588)", children: [
|
|
847
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
848
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#1A47B8" }),
|
|
849
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#F93939" }),
|
|
850
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 4H9V5H8V4ZM10 3H11V5H10V3ZM12 4H13V5H12V4Z", fill: "#3A99FF" }),
|
|
851
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 3H12V5H11V3ZM9 3H10V5H9V3Z", fill: "#1A47B8" }),
|
|
852
|
+
/* @__PURE__ */ l("mask", { id: "mask0_1401_6588", maskUnits: "userSpaceOnUse", x: "8", y: "5", width: "5", height: "6", children: /* @__PURE__ */ l("path", { d: "M13 8.5C13 9.88 11.88 11 10.5 11C9.12 11 8 9.88 8 8.5V5H13V8.5Z", fill: "white" }) }),
|
|
853
|
+
/* @__PURE__ */ e("g", { mask: "url(#mask0_1401_6588)", children: [
|
|
854
|
+
/* @__PURE__ */ l("path", { d: "M13 8.5C13 9.88 11.88 11 10.5 11C9.12 11 8 9.88 8 8.5V5H13V8.5Z", fill: "#F93939" }),
|
|
855
|
+
/* @__PURE__ */ l(
|
|
856
|
+
"path",
|
|
857
|
+
{
|
|
858
|
+
fillRule: "evenodd",
|
|
859
|
+
clipRule: "evenodd",
|
|
860
|
+
d: "M9 10H10V11H9V10ZM11 10H12V11H11V10ZM10 9H11V10H10V9ZM9 8H10V9H9V8ZM11 8H12V9H11V8ZM10 7H11V8H10V7ZM9 6H10V7H9V6ZM11 6H12V7H11V6ZM10 5H11V6H10V5ZM12 5H13V6H12V5ZM12 7H13V8H12V7ZM12 9H13V10H12V9ZM8 9H9V10H8V9ZM8 7H9V8H8V7ZM8 5H9V6H8V5Z",
|
|
861
|
+
fill: "white"
|
|
862
|
+
}
|
|
863
|
+
)
|
|
864
|
+
] })
|
|
865
|
+
] }),
|
|
866
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6588", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
867
|
+
] }),
|
|
868
|
+
cu: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
869
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6583)", children: [
|
|
870
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
871
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 6H21V9H0V6ZM0 12H21V15H0V12Z", fill: "#1A47B8" }),
|
|
872
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "3", fill: "#1A47B8" }),
|
|
873
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0L12 7.5L0 15V0Z", fill: "#F93939" }),
|
|
874
|
+
/* @__PURE__ */ l(
|
|
875
|
+
"path",
|
|
876
|
+
{
|
|
877
|
+
fillRule: "evenodd",
|
|
878
|
+
clipRule: "evenodd",
|
|
879
|
+
d: "M4.378 8.75L2.908 9.523L3.188 7.886L2 6.726L3.643 6.489L4.378 5L5.113 6.49L6.756 6.727L5.566 7.887L5.846 9.523",
|
|
880
|
+
fill: "white"
|
|
881
|
+
}
|
|
882
|
+
)
|
|
883
|
+
] }),
|
|
884
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6583", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
885
|
+
] }),
|
|
886
|
+
cw: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
887
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#1A47B8" }),
|
|
888
|
+
/* @__PURE__ */ l(
|
|
889
|
+
"path",
|
|
890
|
+
{
|
|
891
|
+
fillRule: "evenodd",
|
|
892
|
+
clipRule: "evenodd",
|
|
893
|
+
d: "M5 5H4.49539C4.21575 5 4 5.22386 4 5.5C4 5.76807 4.22179 6 4.49539 6H5V6.50461C5 6.78425 5.22386 7 5.5 7C5.76807 7 6 6.77821 6 6.50461V6H6.50461C6.78425 6 7 5.77614 7 5.5C7 5.23193 6.77821 5 6.50461 5H6V4.49539C6 4.21575 5.77614 4 5.5 4C5.23193 4 5 4.22179 5 4.49539V5ZM3 3H4V4H3V3Z",
|
|
894
|
+
fill: "white"
|
|
895
|
+
}
|
|
896
|
+
),
|
|
897
|
+
/* @__PURE__ */ l("path", { d: "M21 9H0V11H21V9Z", fill: "#FFDA2C" })
|
|
898
|
+
] }),
|
|
899
|
+
cy: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
900
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
901
|
+
/* @__PURE__ */ l(
|
|
902
|
+
"path",
|
|
903
|
+
{
|
|
904
|
+
fillRule: "evenodd",
|
|
905
|
+
clipRule: "evenodd",
|
|
906
|
+
d: "M5 6C5 6 6 9 9 9C12 9 15 6 15 6H13L16 3L10 5L8 3L7 5L5 6Z",
|
|
907
|
+
fill: "#FF6C2D"
|
|
908
|
+
}
|
|
909
|
+
),
|
|
910
|
+
/* @__PURE__ */ l(
|
|
911
|
+
"path",
|
|
912
|
+
{
|
|
913
|
+
fillRule: "evenodd",
|
|
914
|
+
clipRule: "evenodd",
|
|
915
|
+
d: "M5 9L10 11V12L4 10L5 9ZM16 9L11 11V12L17 10L16 9ZM10 11H11V13H10V11Z",
|
|
916
|
+
fill: "#0A6A30"
|
|
917
|
+
}
|
|
918
|
+
)
|
|
919
|
+
] }),
|
|
920
|
+
cz: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
921
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6574)", children: [
|
|
922
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
923
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V7H0V0Z", fill: "white" }),
|
|
924
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0L10 7.5L0 15V0Z", fill: "#1A47B8" })
|
|
925
|
+
] }),
|
|
926
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6574", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
927
|
+
] }),
|
|
928
|
+
cd: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
929
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6569)", children: [
|
|
930
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#3A99FF" }),
|
|
931
|
+
/* @__PURE__ */ l(
|
|
932
|
+
"path",
|
|
933
|
+
{
|
|
934
|
+
fillRule: "evenodd",
|
|
935
|
+
clipRule: "evenodd",
|
|
936
|
+
d: "M4.49812 5.22952L3.02812 6.00252L3.30812 4.36552L2.12012 3.20552L3.76312 2.96852L4.49812 1.47852L5.23212 2.96852L6.87512 3.20552L5.68512 4.36552L5.96712 6.00152",
|
|
937
|
+
fill: "#FFDA2C"
|
|
938
|
+
}
|
|
939
|
+
),
|
|
940
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 14L21 3V-1L0 10V14Z", fill: "#FFDA2C" }),
|
|
941
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 16L21 5V1L0 12V16Z", fill: "#FFDA2C" }),
|
|
942
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 15L21 4V0L0 11V15Z", fill: "#F93939" })
|
|
943
|
+
] }),
|
|
944
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6569", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
945
|
+
] }),
|
|
946
|
+
dk: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
947
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6567)", children: [
|
|
948
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
949
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 9H0V6H6V0H9V6H21V9H9V15H6V9Z", fill: "white" })
|
|
950
|
+
] }),
|
|
951
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6567", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
952
|
+
] }),
|
|
953
|
+
dj: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
954
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6563)", children: [
|
|
955
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#249F58" }),
|
|
956
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V8H0V0Z", fill: "#3ECBF8" }),
|
|
957
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0L12 7.5L0 15V0Z", fill: "white" }),
|
|
958
|
+
/* @__PURE__ */ l(
|
|
959
|
+
"path",
|
|
960
|
+
{
|
|
961
|
+
fillRule: "evenodd",
|
|
962
|
+
clipRule: "evenodd",
|
|
963
|
+
d: "M4.50007 8.75L3.03007 9.523L3.31007 7.886L2.12207 6.726L3.76507 6.489L4.50007 5L5.23507 6.49L6.87807 6.727L5.68807 7.887L5.96807 9.523",
|
|
964
|
+
fill: "#F93939"
|
|
965
|
+
}
|
|
966
|
+
)
|
|
967
|
+
] }),
|
|
968
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6563", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
969
|
+
] }),
|
|
970
|
+
dm: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
971
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6556)", children: [
|
|
972
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#249F58" }),
|
|
973
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 7H0V8H10V15H11V8H21V7H11V0H10V7Z", fill: "#151515" }),
|
|
974
|
+
/* @__PURE__ */ l(
|
|
975
|
+
"path",
|
|
976
|
+
{
|
|
977
|
+
fillRule: "evenodd",
|
|
978
|
+
clipRule: "evenodd",
|
|
979
|
+
d: "M9 6V7H10V0H9V6H0V7H10V6H9ZM10 7H21V6H9V7H10V6H9V15H10V7Z",
|
|
980
|
+
fill: "#FFDA2C"
|
|
981
|
+
}
|
|
982
|
+
),
|
|
983
|
+
/* @__PURE__ */ l(
|
|
984
|
+
"path",
|
|
985
|
+
{
|
|
986
|
+
fillRule: "evenodd",
|
|
987
|
+
clipRule: "evenodd",
|
|
988
|
+
d: "M12 9V8H11V15H12V9H21V8H11V9H12ZM0 8H13V9H0V8ZM11 0H12V9H11V0Z",
|
|
989
|
+
fill: "white"
|
|
990
|
+
}
|
|
991
|
+
),
|
|
992
|
+
/* @__PURE__ */ l(
|
|
993
|
+
"path",
|
|
994
|
+
{
|
|
995
|
+
d: "M10.5 11C12.433 11 14 9.433 14 7.5C14 5.567 12.433 4 10.5 4C8.567 4 7 5.567 7 7.5C7 9.433 8.567 11 10.5 11Z",
|
|
996
|
+
fill: "#F93939"
|
|
997
|
+
}
|
|
998
|
+
),
|
|
999
|
+
/* @__PURE__ */ l(
|
|
1000
|
+
"path",
|
|
1001
|
+
{
|
|
1002
|
+
fillRule: "evenodd",
|
|
1003
|
+
clipRule: "evenodd",
|
|
1004
|
+
d: "M9 6H10V7H9V6ZM11 6H12V7H11V6ZM11 8H12V9H11V8ZM9 8H10V9H9V8Z",
|
|
1005
|
+
fill: "#0A6A30"
|
|
1006
|
+
}
|
|
1007
|
+
),
|
|
1008
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 6H11V8H10V6Z", fill: "#955DCC" })
|
|
1009
|
+
] }),
|
|
1010
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6556", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1011
|
+
] }),
|
|
1012
|
+
do: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1013
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6545)", children: [
|
|
1014
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1015
|
+
/* @__PURE__ */ l("rect", { width: "9", height: "6", fill: "#1A47B8" }),
|
|
1016
|
+
/* @__PURE__ */ l("rect", { x: "12", width: "9", height: "6", fill: "#F93939" }),
|
|
1017
|
+
/* @__PURE__ */ l("rect", { x: "12", y: "9", width: "9", height: "6", fill: "#1A47B8" }),
|
|
1018
|
+
/* @__PURE__ */ l("rect", { y: "9", width: "9", height: "6", fill: "#F93939" }),
|
|
1019
|
+
/* @__PURE__ */ l("circle", { cx: "10.5", cy: "7.5", r: "1.5", fill: "#249F58" }),
|
|
1020
|
+
/* @__PURE__ */ l("circle", { cx: "9.5", cy: "6.5", r: "0.5", fill: "#232C80" }),
|
|
1021
|
+
/* @__PURE__ */ l("circle", { cx: "0.5", cy: "0.5", r: "0.5", transform: "matrix(-1 0 0 1 12 8)", fill: "#232C80" }),
|
|
1022
|
+
/* @__PURE__ */ l("circle", { cx: "11.5", cy: "6.5", r: "0.5", fill: "#F93939" }),
|
|
1023
|
+
/* @__PURE__ */ l("circle", { cx: "10.5", cy: "7.5", r: "0.5", fill: "white" }),
|
|
1024
|
+
/* @__PURE__ */ l("circle", { cx: "0.5", cy: "0.5", r: "0.5", transform: "matrix(-1 0 0 1 10 8)", fill: "#F93939" })
|
|
1025
|
+
] }),
|
|
1026
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6545", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1027
|
+
] }),
|
|
1028
|
+
ec: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1029
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6538)", children: [
|
|
1030
|
+
/* @__PURE__ */ l(
|
|
1031
|
+
"path",
|
|
1032
|
+
{
|
|
1033
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
1034
|
+
fill: "#1A47B8"
|
|
1035
|
+
}
|
|
1036
|
+
),
|
|
1037
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 11H21V15H0V11Z", fill: "#F93939" }),
|
|
1038
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V8H0V0Z", fill: "#FFDA2C" }),
|
|
1039
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 4H9L10.5 5L12 4H15L12 5L11 6H10L9 5L6 4Z", fill: "#151515" }),
|
|
1040
|
+
/* @__PURE__ */ l(
|
|
1041
|
+
"path",
|
|
1042
|
+
{
|
|
1043
|
+
d: "M10.5 10C11.3284 10 12 9.10457 12 8C12 6.89543 11.3284 6 10.5 6C9.67157 6 9 6.89543 9 8C9 9.10457 9.67157 10 10.5 10Z",
|
|
1044
|
+
fill: "#3ECBF8"
|
|
1045
|
+
}
|
|
1046
|
+
),
|
|
1047
|
+
/* @__PURE__ */ l(
|
|
1048
|
+
"path",
|
|
1049
|
+
{
|
|
1050
|
+
fillRule: "evenodd",
|
|
1051
|
+
clipRule: "evenodd",
|
|
1052
|
+
d: "M8 7V9L10 10H11L13 9V7L14 9L13 10L11 11H10L8 10L7 9L8 7Z",
|
|
1053
|
+
fill: "#FFDA2C"
|
|
1054
|
+
}
|
|
1055
|
+
)
|
|
1056
|
+
] }),
|
|
1057
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6538", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1058
|
+
] }),
|
|
1059
|
+
eg: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1060
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6533)", children: [
|
|
1061
|
+
/* @__PURE__ */ l(
|
|
1062
|
+
"path",
|
|
1063
|
+
{
|
|
1064
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
1065
|
+
fill: "white"
|
|
1066
|
+
}
|
|
1067
|
+
),
|
|
1068
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#151515" }),
|
|
1069
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#F93939" }),
|
|
1070
|
+
/* @__PURE__ */ l(
|
|
1071
|
+
"path",
|
|
1072
|
+
{
|
|
1073
|
+
fillRule: "evenodd",
|
|
1074
|
+
clipRule: "evenodd",
|
|
1075
|
+
d: "M10.5 7L9 6L8 7L9 9L10 8H11L12 9L13 7L12 6L10.5 7Z",
|
|
1076
|
+
fill: "#D4AF2C"
|
|
1077
|
+
}
|
|
1078
|
+
)
|
|
1079
|
+
] }),
|
|
1080
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6533", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1081
|
+
] }),
|
|
1082
|
+
sv: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1083
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6528)", children: [
|
|
1084
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1085
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10ZM0 0H21V5H0V0Z", fill: "#1A47B8" }),
|
|
1086
|
+
/* @__PURE__ */ l(
|
|
1087
|
+
"path",
|
|
1088
|
+
{
|
|
1089
|
+
d: "M10.5 9C11.3284 9 12 8.32843 12 7.5C12 6.67157 11.3284 6 10.5 6C9.67157 6 9 6.67157 9 7.5C9 8.32843 9.67157 9 10.5 9Z",
|
|
1090
|
+
fill: "#1A47B8"
|
|
1091
|
+
}
|
|
1092
|
+
),
|
|
1093
|
+
/* @__PURE__ */ l(
|
|
1094
|
+
"path",
|
|
1095
|
+
{
|
|
1096
|
+
d: "M10.5 8C10.7761 8 11 7.77614 11 7.5C11 7.22386 10.7761 7 10.5 7C10.2239 7 10 7.22386 10 7.5C10 7.77614 10.2239 8 10.5 8Z",
|
|
1097
|
+
fill: "#FFDA2C"
|
|
1098
|
+
}
|
|
1099
|
+
),
|
|
1100
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 7L9 8L10.5 9L12 8L13 7L12 9H9L8 7Z", fill: "#249F58" })
|
|
1101
|
+
] }),
|
|
1102
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6528", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1103
|
+
] }),
|
|
1104
|
+
gq: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1105
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6520)", children: [
|
|
1106
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1107
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#F93939" }),
|
|
1108
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#00B731" }),
|
|
1109
|
+
/* @__PURE__ */ l(
|
|
1110
|
+
"path",
|
|
1111
|
+
{
|
|
1112
|
+
fillRule: "evenodd",
|
|
1113
|
+
clipRule: "evenodd",
|
|
1114
|
+
d: "M10.5 7C10.776 7 11 6.776 11 6.5C11 6.224 10.776 6 10.5 6C10.224 6 10 6.224 10 6.5C10 6.776 10.224 7 10.5 7ZM12.5 7C12.776 7 13 6.776 13 6.5C13 6.224 12.776 6 12.5 6C12.224 6 12 6.224 12 6.5C12 6.776 12.224 7 12.5 7ZM14.5 7C14.776 7 15 6.776 15 6.5C15 6.224 14.776 6 14.5 6C14.224 6 14 6.224 14 6.5C14 6.776 14.224 7 14.5 7Z",
|
|
1115
|
+
fill: "#FFDA2C"
|
|
1116
|
+
}
|
|
1117
|
+
),
|
|
1118
|
+
/* @__PURE__ */ l(
|
|
1119
|
+
"path",
|
|
1120
|
+
{
|
|
1121
|
+
fillRule: "evenodd",
|
|
1122
|
+
clipRule: "evenodd",
|
|
1123
|
+
d: "M11.5 8C11.776 8 12 7.776 12 7.5C12 7.224 11.776 7 11.5 7C11.224 7 11 7.224 11 7.5C11 7.776 11.224 8 11.5 8ZM13.5 8C13.776 8 14 7.776 14 7.5C14 7.224 13.776 7 13.5 7C13.224 7 13 7.224 13 7.5C13 7.776 13.224 8 13.5 8Z",
|
|
1124
|
+
fill: "#00B731"
|
|
1125
|
+
}
|
|
1126
|
+
),
|
|
1127
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 7H13V9H12V7Z", fill: "#AE6A3E" }),
|
|
1128
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0V15.033L7 7.5L0 0Z", fill: "#3A99FF" })
|
|
1129
|
+
] }),
|
|
1130
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6520", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1131
|
+
] }),
|
|
1132
|
+
er: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1133
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6515)", children: [
|
|
1134
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#3A99FF" }),
|
|
1135
|
+
/* @__PURE__ */ l(
|
|
1136
|
+
"path",
|
|
1137
|
+
{
|
|
1138
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
1139
|
+
fill: "#3A99FF"
|
|
1140
|
+
}
|
|
1141
|
+
),
|
|
1142
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V8H0V0Z", fill: "#249F58" }),
|
|
1143
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0L21 7.5L0 15V0Z", fill: "#F93939" }),
|
|
1144
|
+
/* @__PURE__ */ l(
|
|
1145
|
+
"path",
|
|
1146
|
+
{
|
|
1147
|
+
fillRule: "evenodd",
|
|
1148
|
+
clipRule: "evenodd",
|
|
1149
|
+
d: "M9 7.50022C9 6.12022 7.88 5.00022 6.5 4.50022C5.12 5.00022 4 6.12022 4 7.50022C4 8.71022 4.86 9.71822 6 9.95022V6.49822C6 6.22322 6.232 6.00022 6.5 6.00022C6.776 6.00022 7 6.21522 7 6.49822V9.95022C8.14 9.71822 9 8.71022 9 7.50022ZM10 7.50022C10 5.56722 8.433 4.00022 6.5 4.50022C4.567 4.00022 3 5.56722 3 7.50022C3 9.43322 4.567 11.0002 6.5 11.0002C8.433 11.0002 10 9.43322 10 7.50022Z",
|
|
1150
|
+
fill: "#FFDA2C"
|
|
1151
|
+
}
|
|
1152
|
+
)
|
|
1153
|
+
] }),
|
|
1154
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6515", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1155
|
+
] }),
|
|
1156
|
+
ee: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1157
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6511)", children: [
|
|
1158
|
+
/* @__PURE__ */ l(
|
|
1159
|
+
"path",
|
|
1160
|
+
{
|
|
1161
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
1162
|
+
fill: "#151515"
|
|
1163
|
+
}
|
|
1164
|
+
),
|
|
1165
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "white" }),
|
|
1166
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#3A99FF" })
|
|
1167
|
+
] }),
|
|
1168
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6511", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1169
|
+
] }),
|
|
1170
|
+
sz: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1171
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6502)", children: [
|
|
1172
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
1173
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 12H21V15H0V12ZM0 0H21V3H0V0Z", fill: "#4769C1" }),
|
|
1174
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 4H21V11H0V4Z", fill: "#BC0A33" }),
|
|
1175
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 8H17V9H4V8ZM6 6H16V7H6V6Z", fill: "#FFDA2C" }),
|
|
1176
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 6H18V7H16V6Z", fill: "#CBCBCB" }),
|
|
1177
|
+
/* @__PURE__ */ l(
|
|
1178
|
+
"path",
|
|
1179
|
+
{
|
|
1180
|
+
fillRule: "evenodd",
|
|
1181
|
+
clipRule: "evenodd",
|
|
1182
|
+
d: "M10.5 10C12.985 10 15 7.5 15 7.5C15 7.5 12.985 5 10.5 5C8.015 5 6 7.5 6 7.5C6 7.5 8.015 10 10.5 10Z",
|
|
1183
|
+
fill: "white"
|
|
1184
|
+
}
|
|
1185
|
+
),
|
|
1186
|
+
/* @__PURE__ */ l(
|
|
1187
|
+
"path",
|
|
1188
|
+
{
|
|
1189
|
+
fillRule: "evenodd",
|
|
1190
|
+
clipRule: "evenodd",
|
|
1191
|
+
d: "M10.5 10C11 10 12 7.5 12 7.5C12 7.5 11 5 10.5 5C8.015 5 6 7.5 6 7.5C6 7.5 8.015 10 10.5 10Z",
|
|
1192
|
+
fill: "#151515"
|
|
1193
|
+
}
|
|
1194
|
+
),
|
|
1195
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 7H9V8H8V7ZM10 7H11V8H10V7Z", fill: "#CBCBCB" }),
|
|
1196
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13 7H14V8H13V7Z", fill: "#151515", stroke: "#151515" })
|
|
1197
|
+
] }),
|
|
1198
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6502", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1199
|
+
] }),
|
|
1200
|
+
et: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1201
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6496)", children: [
|
|
1202
|
+
/* @__PURE__ */ l(
|
|
1203
|
+
"path",
|
|
1204
|
+
{
|
|
1205
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
1206
|
+
fill: "#FFDA2C"
|
|
1207
|
+
}
|
|
1208
|
+
),
|
|
1209
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#F93939" }),
|
|
1210
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#249F58" }),
|
|
1211
|
+
/* @__PURE__ */ l(
|
|
1212
|
+
"path",
|
|
1213
|
+
{
|
|
1214
|
+
d: "M10.5 12C12.9853 12 15 9.98528 15 7.5C15 5.01472 12.9853 3 10.5 3C8.01472 3 6 5.01472 6 7.5C6 9.98528 8.01472 12 10.5 12Z",
|
|
1215
|
+
fill: "#1A47B8"
|
|
1216
|
+
}
|
|
1217
|
+
),
|
|
1218
|
+
/* @__PURE__ */ l(
|
|
1219
|
+
"path",
|
|
1220
|
+
{
|
|
1221
|
+
fillRule: "evenodd",
|
|
1222
|
+
clipRule: "evenodd",
|
|
1223
|
+
d: "M10.4981 8.75002L9.02812 9.52302L9.30812 7.88602L8.12012 6.72602L9.76312 6.48902L10.4981 4.99902L11.2321 6.48902L12.8751 6.72602L11.6851 7.88602L11.9671 9.52202",
|
|
1224
|
+
fill: "#FFDA2C"
|
|
1225
|
+
}
|
|
1226
|
+
)
|
|
1227
|
+
] }),
|
|
1228
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6496", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1229
|
+
] }),
|
|
1230
|
+
fj: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1231
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#3ECBF8" }),
|
|
1232
|
+
/* @__PURE__ */ l(
|
|
1233
|
+
"path",
|
|
1234
|
+
{
|
|
1235
|
+
fillRule: "evenodd",
|
|
1236
|
+
clipRule: "evenodd",
|
|
1237
|
+
d: "M18 10V6.5C18 5.665 17.328 5 16.5 5H14.5C13.674 5 13 5.67 13 6.5V10C13 10.182 14 12 15.5 12C17 12 18 10.177 18 10Z",
|
|
1238
|
+
fill: "white"
|
|
1239
|
+
}
|
|
1240
|
+
),
|
|
1241
|
+
/* @__PURE__ */ l(
|
|
1242
|
+
"path",
|
|
1243
|
+
{
|
|
1244
|
+
fillRule: "evenodd",
|
|
1245
|
+
clipRule: "evenodd",
|
|
1246
|
+
d: "M16 8V9.118H18V10.08H16V12H15V10.08H13V9.118H15V8H13V5H18V8H16Z",
|
|
1247
|
+
fill: "#F93939"
|
|
1248
|
+
}
|
|
1249
|
+
),
|
|
1250
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 6H17V7H14V6Z", fill: "#FFDA2C" }),
|
|
1251
|
+
/* @__PURE__ */ l(
|
|
1252
|
+
"path",
|
|
1253
|
+
{
|
|
1254
|
+
d: "M9 1H2C1.44772 1 1 1.44772 1 2V7C1 7.55228 1.44772 8 2 8H9C9.55229 8 10 7.55228 10 7V2C10 1.44772 9.55229 1 9 1Z",
|
|
1255
|
+
fill: "white"
|
|
1256
|
+
}
|
|
1257
|
+
),
|
|
1258
|
+
/* @__PURE__ */ l(
|
|
1259
|
+
"path",
|
|
1260
|
+
{
|
|
1261
|
+
fillRule: "evenodd",
|
|
1262
|
+
clipRule: "evenodd",
|
|
1263
|
+
d: "M5 5H2V4H5V2H6V4H9V5H6V7H5V5ZM7.5 6V7H9V6H7.5ZM7.5 2V3H9V2H7.5ZM2 6V7H3.5V6H2ZM2 2V3H3.5V2H2Z",
|
|
1264
|
+
fill: "#F93939"
|
|
1265
|
+
}
|
|
1266
|
+
)
|
|
1267
|
+
] }),
|
|
1268
|
+
fi: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1269
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6488)", children: [
|
|
1270
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1271
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 9H0V6H6V0H9V6H21V9H9V15H6V9Z", fill: "#1A47B8" })
|
|
1272
|
+
] }),
|
|
1273
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6488", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1274
|
+
] }),
|
|
1275
|
+
fr: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1276
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6485)", children: [
|
|
1277
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1278
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H7V15H0V0Z", fill: "#1A47B8" }),
|
|
1279
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 0H21V15H14V0Z", fill: "#F93939" })
|
|
1280
|
+
] }),
|
|
1281
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6485", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1282
|
+
] }),
|
|
1283
|
+
ga: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1284
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6482)", children: [
|
|
1285
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
1286
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#3A99FF" }),
|
|
1287
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#249F58" })
|
|
1288
|
+
] }),
|
|
1289
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6482", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1290
|
+
] }),
|
|
1291
|
+
gm: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1292
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6477)", children: [
|
|
1293
|
+
/* @__PURE__ */ l(
|
|
1294
|
+
"path",
|
|
1295
|
+
{
|
|
1296
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
1297
|
+
fill: "white"
|
|
1298
|
+
}
|
|
1299
|
+
),
|
|
1300
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#249F58" }),
|
|
1301
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 6H21V9H0V6Z", fill: "#1A47B8" }),
|
|
1302
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#F93939" })
|
|
1303
|
+
] }),
|
|
1304
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6477", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1305
|
+
] }),
|
|
1306
|
+
ge: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1307
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6474)", children: [
|
|
1308
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1309
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 9H0V6H9V0H12V6H21V9H12V15H9V9Z", fill: "#F93939" }),
|
|
1310
|
+
/* @__PURE__ */ l(
|
|
1311
|
+
"path",
|
|
1312
|
+
{
|
|
1313
|
+
fillRule: "evenodd",
|
|
1314
|
+
clipRule: "evenodd",
|
|
1315
|
+
d: "M15 11H14V12H15V13H16V12H17V11H16V10H15V11ZM15 3H14V4H15V5H16V4H17V3H16V2H15V3ZM5 3H4V4H5V5H6V4H7V3H6V2H5V3ZM5 11H4V12H5V13H6V12H7V11H6V10H5V11Z",
|
|
1316
|
+
fill: "#F93939"
|
|
1317
|
+
}
|
|
1318
|
+
)
|
|
1319
|
+
] }),
|
|
1320
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6474", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1321
|
+
] }),
|
|
1322
|
+
de: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1323
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6471)", children: [
|
|
1324
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
1325
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#FFDA2C" }),
|
|
1326
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#151515" })
|
|
1327
|
+
] }),
|
|
1328
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6471", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1329
|
+
] }),
|
|
1330
|
+
eu: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1331
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ e("g", { id: "eu-d", children: [
|
|
1332
|
+
/* @__PURE__ */ e("g", { id: "eu-b", children: [
|
|
1333
|
+
/* @__PURE__ */ l("path", { id: "eu-a", d: "m0-1-.3 1 .5.1z" }),
|
|
1334
|
+
/* @__PURE__ */ l("use", { href: "#eu-a", transform: "scale(-1 1)" })
|
|
1335
|
+
] }),
|
|
1336
|
+
/* @__PURE__ */ e("g", { id: "eu-c", children: [
|
|
1337
|
+
/* @__PURE__ */ l("use", { href: "#eu-b", transform: "rotate(72)" }),
|
|
1338
|
+
/* @__PURE__ */ l("use", { href: "#eu-b", transform: "rotate(144)" })
|
|
1339
|
+
] }),
|
|
1340
|
+
/* @__PURE__ */ l("use", { href: "#eu-c", transform: "scale(-1 1)" })
|
|
1341
|
+
] }) }),
|
|
1342
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#003399" }),
|
|
1343
|
+
/* @__PURE__ */ e("g", { fill: "#FFD700", transform: "translate(10.5 7.5) scale(0.5)", children: [
|
|
1344
|
+
/* @__PURE__ */ l("use", { href: "#eu-d", y: "-6" }),
|
|
1345
|
+
/* @__PURE__ */ l("use", { href: "#eu-d", y: "6" }),
|
|
1346
|
+
/* @__PURE__ */ e("g", { id: "eu-e", children: [
|
|
1347
|
+
/* @__PURE__ */ l("use", { href: "#eu-d", x: "-6" }),
|
|
1348
|
+
/* @__PURE__ */ l("use", { href: "#eu-d", transform: "rotate(-144 -2.3 -2.1)" }),
|
|
1349
|
+
/* @__PURE__ */ l("use", { href: "#eu-d", transform: "rotate(144 -2.1 -2.3)" }),
|
|
1350
|
+
/* @__PURE__ */ l("use", { href: "#eu-d", transform: "rotate(72 -4.7 -2)" }),
|
|
1351
|
+
/* @__PURE__ */ l("use", { href: "#eu-d", transform: "rotate(72 -5 .5)" })
|
|
1352
|
+
] }),
|
|
1353
|
+
/* @__PURE__ */ l("use", { href: "#eu-e", transform: "scale(-1 1)" })
|
|
1354
|
+
] })
|
|
1355
|
+
] }),
|
|
1356
|
+
fo: /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "21", height: "15", viewBox: "0 0 22 16", children: [
|
|
1357
|
+
/* @__PURE__ */ l("rect", { width: "22", height: "16", fill: "#ffffff" }),
|
|
1358
|
+
/* @__PURE__ */ l("rect", { x: "6", width: "4", height: "16", fill: "#003897" }),
|
|
1359
|
+
/* @__PURE__ */ l("rect", { y: "6", width: "22", height: "4", fill: "#003897" }),
|
|
1360
|
+
/* @__PURE__ */ l("rect", { x: "7", width: "2", height: "16", fill: "#d72828" }),
|
|
1361
|
+
/* @__PURE__ */ l("rect", { y: "7", width: "22", height: "2", fill: "#d72828" })
|
|
1362
|
+
] }),
|
|
1363
|
+
gh: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1364
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6467)", children: [
|
|
1365
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
1366
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#249F58" }),
|
|
1367
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#F93939" }),
|
|
1368
|
+
/* @__PURE__ */ l(
|
|
1369
|
+
"path",
|
|
1370
|
+
{
|
|
1371
|
+
fillRule: "evenodd",
|
|
1372
|
+
clipRule: "evenodd",
|
|
1373
|
+
d: "M10.5001 8.75L9.03007 9.523L9.31007 7.886L8.12207 6.726L9.76507 6.489L10.5001 5L11.2351 6.49L12.8781 6.727L11.6881 7.887L11.9681 9.523",
|
|
1374
|
+
fill: "#151515"
|
|
1375
|
+
}
|
|
1376
|
+
)
|
|
1377
|
+
] }),
|
|
1378
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6467", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1379
|
+
] }),
|
|
1380
|
+
gl: /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "21", height: "15", viewBox: "0 0 21 15", children: [
|
|
1381
|
+
/* @__PURE__ */ l("rect", { x: "0", y: "0.5", width: "21", height: "7", fill: "#ffffff" }),
|
|
1382
|
+
/* @__PURE__ */ l("rect", { x: "0", y: "7.5", width: "21", height: "7", fill: "#d00c33" }),
|
|
1383
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "disk", children: /* @__PURE__ */ l("circle", { cx: "8.1666667", cy: "7.5", r: "4.6666667" }) }) }),
|
|
1384
|
+
/* @__PURE__ */ e("g", { "clip-path": "url(#disk)", children: [
|
|
1385
|
+
/* @__PURE__ */ l("rect", { x: "0", y: "0.5", width: "21", height: "7", fill: "#d00c33" }),
|
|
1386
|
+
/* @__PURE__ */ l("rect", { x: "0", y: "7.5", width: "21", height: "7", fill: "#ffffff" })
|
|
1387
|
+
] })
|
|
1388
|
+
] }),
|
|
1389
|
+
gr: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1390
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1391
|
+
/* @__PURE__ */ l(
|
|
1392
|
+
"path",
|
|
1393
|
+
{
|
|
1394
|
+
fillRule: "evenodd",
|
|
1395
|
+
clipRule: "evenodd",
|
|
1396
|
+
d: "M0 0H4V4H0V0ZM6 0H10V4H6V0ZM0 6H4V10H0V6ZM6 6H10V10H6V6ZM10 0H21V2H10V0ZM10 4H21V6H10V4Z",
|
|
1397
|
+
fill: "#1A47B8"
|
|
1398
|
+
}
|
|
1399
|
+
),
|
|
1400
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 8H21V10H0V8ZM4 8H6V10H4V8ZM0 12H21V14H0V12Z", fill: "#1A47B8" })
|
|
1401
|
+
] }),
|
|
1402
|
+
gd: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1403
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
1404
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 3H18V12H3V3Z", fill: "#FFDA2C" }),
|
|
1405
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 3L10.5 7.5L3 12V3Z", fill: "#249F58" }),
|
|
1406
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 7H5V8H4V7Z", fill: "#FFDA2C" }),
|
|
1407
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18 3L10.5 7.5L18 12V3Z", fill: "#249F58" }),
|
|
1408
|
+
/* @__PURE__ */ l(
|
|
1409
|
+
"path",
|
|
1410
|
+
{
|
|
1411
|
+
fillRule: "evenodd",
|
|
1412
|
+
clipRule: "evenodd",
|
|
1413
|
+
d: "M7 1H8V2H7V1ZM10 1H11V2H10V1ZM13 1H14V2H13V1ZM7 13H8V14H7V13ZM10 13H11V14H10V13ZM13 13H14V14H13V13Z",
|
|
1414
|
+
fill: "#FFDA2C"
|
|
1415
|
+
}
|
|
1416
|
+
),
|
|
1417
|
+
/* @__PURE__ */ l(
|
|
1418
|
+
"path",
|
|
1419
|
+
{
|
|
1420
|
+
d: "M10.5 10C11.8807 10 13 8.88071 13 7.5C13 6.11929 11.8807 5 10.5 5C9.11929 5 8 6.11929 8 7.5C8 8.88071 9.11929 10 10.5 10Z",
|
|
1421
|
+
fill: "#F93939"
|
|
1422
|
+
}
|
|
1423
|
+
),
|
|
1424
|
+
/* @__PURE__ */ l(
|
|
1425
|
+
"path",
|
|
1426
|
+
{
|
|
1427
|
+
fillRule: "evenodd",
|
|
1428
|
+
clipRule: "evenodd",
|
|
1429
|
+
d: "M10.5001 8.75L9.03007 9.523L9.31007 7.886L8.12207 6.726L9.76507 6.489L10.5001 5L11.2351 6.49L12.8781 6.727L11.6881 7.887L11.9681 9.523",
|
|
1430
|
+
fill: "#FFDA2C"
|
|
1431
|
+
}
|
|
1432
|
+
)
|
|
1433
|
+
] }),
|
|
1434
|
+
gt: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1435
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6451)", children: [
|
|
1436
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1437
|
+
/* @__PURE__ */ l("rect", { x: "15", width: "6", height: "15", fill: "#3ECBF8" }),
|
|
1438
|
+
/* @__PURE__ */ l("rect", { width: "6", height: "15", fill: "#3ECBF8" }),
|
|
1439
|
+
/* @__PURE__ */ l(
|
|
1440
|
+
"path",
|
|
1441
|
+
{
|
|
1442
|
+
d: "M10.5 8C10.7761 8 11 7.55228 11 7C11 6.44772 10.7761 6 10.5 6C10.2239 6 10 6.44772 10 7C10 7.55228 10.2239 8 10.5 8Z",
|
|
1443
|
+
fill: "#FFDA2C"
|
|
1444
|
+
}
|
|
1445
|
+
),
|
|
1446
|
+
/* @__PURE__ */ l(
|
|
1447
|
+
"path",
|
|
1448
|
+
{
|
|
1449
|
+
fillRule: "evenodd",
|
|
1450
|
+
clipRule: "evenodd",
|
|
1451
|
+
d: "M13 7.5C13 6.12 11.88 5 10.5 5C9.12 5 8 6.12 8 7.5C8 8.88 9.12 10 10.5 10C11.88 10 13 8.88 13 7.5ZM10.5 9C11.328 9 12 8.105 12 7C12 5.895 11.328 5 10.5 5C9.672 5 9 5.895 9 7C9 8.105 9.672 9 10.5 9Z",
|
|
1452
|
+
fill: "#249F58"
|
|
1453
|
+
}
|
|
1454
|
+
)
|
|
1455
|
+
] }),
|
|
1456
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6451", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1457
|
+
] }),
|
|
1458
|
+
gw: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1459
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6442)", children: [
|
|
1460
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
1461
|
+
/* @__PURE__ */ l(
|
|
1462
|
+
"path",
|
|
1463
|
+
{
|
|
1464
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
1465
|
+
fill: "#FFDA2C"
|
|
1466
|
+
}
|
|
1467
|
+
),
|
|
1468
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 8H21V15H0V8Z", fill: "#249F58" }),
|
|
1469
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H8V15H0V0Z", fill: "#F93939" }),
|
|
1470
|
+
/* @__PURE__ */ l(
|
|
1471
|
+
"path",
|
|
1472
|
+
{
|
|
1473
|
+
fillRule: "evenodd",
|
|
1474
|
+
clipRule: "evenodd",
|
|
1475
|
+
d: "M4.50007 8.75L3.03007 9.523L3.31007 7.886L2.12207 6.726L3.76507 6.489L4.50007 5L5.23507 6.49L6.87807 6.727L5.68807 7.887L5.96807 9.523",
|
|
1476
|
+
fill: "#151515"
|
|
1477
|
+
}
|
|
1478
|
+
)
|
|
1479
|
+
] }),
|
|
1480
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6442", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1481
|
+
] }),
|
|
1482
|
+
gn: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1483
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6447)", children: [
|
|
1484
|
+
/* @__PURE__ */ l(
|
|
1485
|
+
"path",
|
|
1486
|
+
{
|
|
1487
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
1488
|
+
fill: "#FFDA2C"
|
|
1489
|
+
}
|
|
1490
|
+
),
|
|
1491
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H7V15H0V0Z", fill: "#F93939" }),
|
|
1492
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 0H21V15H14V0Z", fill: "#249F58" })
|
|
1493
|
+
] }),
|
|
1494
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6447", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1495
|
+
] }),
|
|
1496
|
+
gy: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1497
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6437)", children: [
|
|
1498
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#249F58" }),
|
|
1499
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 15V0H3L21 6V9L3 15H0Z", fill: "white" }),
|
|
1500
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0L21 7.5L0 15V0Z", fill: "#FFDA2C" }),
|
|
1501
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 15V0H1L11 7.5L1 15H0Z", fill: "#151515" }),
|
|
1502
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0L10 7.5L0 15V0Z", fill: "#F93939" })
|
|
1503
|
+
] }),
|
|
1504
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6437", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1505
|
+
] }),
|
|
1506
|
+
ht: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1507
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
1508
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V8H0V0Z", fill: "#1A47B8" }),
|
|
1509
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 5H14.3333V10H6V5Z", fill: "white" }),
|
|
1510
|
+
/* @__PURE__ */ l(
|
|
1511
|
+
"path",
|
|
1512
|
+
{
|
|
1513
|
+
fillRule: "evenodd",
|
|
1514
|
+
clipRule: "evenodd",
|
|
1515
|
+
d: "M9.33301 6.66699H10.9997V10.0003H9.33301V6.66699Z",
|
|
1516
|
+
fill: "#FFDA2C"
|
|
1517
|
+
}
|
|
1518
|
+
),
|
|
1519
|
+
/* @__PURE__ */ l(
|
|
1520
|
+
"path",
|
|
1521
|
+
{
|
|
1522
|
+
fillRule: "evenodd",
|
|
1523
|
+
clipRule: "evenodd",
|
|
1524
|
+
d: "M7.66699 7.5C7.66699 6.12 8.77699 5 10.167 5C11.547 5 12.667 6.11 12.667 7.5V10H7.66699V7.5ZM9.33366 7.50833C9.33366 7.04167 9.72033 6.66667 10.167 6.66667C10.627 6.66667 11.0003 7.02333 11.0003 7.50833V10H9.33366V7.50833Z",
|
|
1525
|
+
fill: "#249F58"
|
|
1526
|
+
}
|
|
1527
|
+
)
|
|
1528
|
+
] }),
|
|
1529
|
+
va: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1530
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6421)", children: [
|
|
1531
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H8V15H0V0Z", fill: "#FFDA2C" }),
|
|
1532
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0H16V15H8V0Z", fill: "white" }),
|
|
1533
|
+
/* @__PURE__ */ l("path", { d: "M10 6L13 9", stroke: "#CBCBCB" }),
|
|
1534
|
+
/* @__PURE__ */ l("path", { opacity: "0.6", d: "M11.5 7.5V10", stroke: "#FF6C2D" }),
|
|
1535
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 6H13L11.5 4L10 6Z", fill: "#D4AF2C" }),
|
|
1536
|
+
/* @__PURE__ */ l("path", { d: "M13 6L10 9", stroke: "#D4AF2C" })
|
|
1537
|
+
] }),
|
|
1538
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6421", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1539
|
+
] }),
|
|
1540
|
+
hn: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1541
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6418)", children: [
|
|
1542
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1543
|
+
/* @__PURE__ */ l(
|
|
1544
|
+
"path",
|
|
1545
|
+
{
|
|
1546
|
+
fillRule: "evenodd",
|
|
1547
|
+
clipRule: "evenodd",
|
|
1548
|
+
d: "M0 10H21V15H0V10ZM7 6H8V7H7V6ZM7 8H8V9H7V8ZM13 6H14V7H13V6ZM13 8H14V9H13V8ZM10 7H11V8H10V7ZM0 0H21V5H0V0Z",
|
|
1549
|
+
fill: "#3ECBF8"
|
|
1550
|
+
}
|
|
1551
|
+
)
|
|
1552
|
+
] }),
|
|
1553
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6418", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1554
|
+
] }),
|
|
1555
|
+
hk: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1556
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
1557
|
+
/* @__PURE__ */ l(
|
|
1558
|
+
"path",
|
|
1559
|
+
{
|
|
1560
|
+
fillRule: "evenodd",
|
|
1561
|
+
clipRule: "evenodd",
|
|
1562
|
+
d: "M10.1554 7.51434C7.44345 6.36634 8.64545 2.83034 11.2404 3.00634C10.7144 3.27634 10.6384 3.78034 10.9384 4.24634C11.2744 4.77034 10.9084 5.61134 10.4544 5.81634C9.70845 6.15134 9.55945 7.04634 10.1544 7.51434H10.1554ZM10.3824 7.39234C10.6354 4.45934 14.3724 4.50934 15.0024 7.03034C14.5844 6.61534 14.0824 6.69834 13.7304 7.12834C13.3374 7.60834 12.4244 7.51834 12.0904 7.15134C11.5404 6.54734 10.6404 6.68134 10.3824 7.39334V7.39234ZM10.4744 7.68534C13.3544 7.07034 14.3984 10.6573 12.1714 11.9993C12.4474 11.4763 12.2214 11.0193 11.7074 10.8093C11.1334 10.5733 10.9514 9.67434 11.2054 9.24734C11.6234 8.54434 11.2314 7.72434 10.4754 7.68434L10.4744 7.68534ZM6.75045 10.9803C7.33045 11.0803 7.69545 10.7233 7.73645 10.1703C7.78345 9.55034 8.58145 9.10034 9.06645 9.21034C9.86445 9.39034 10.5234 8.76434 10.3264 8.03234C11.8024 10.5823 8.71345 12.6823 6.74945 10.9793L6.75045 10.9803ZM6.15345 5.50034C6.26845 6.07834 6.73145 6.29034 7.26345 6.13034C7.85845 5.95234 8.56545 6.53634 8.63645 7.03034C8.75445 7.83834 9.57445 8.22834 10.1864 7.78434C8.33645 10.0743 5.26645 7.94434 6.15345 5.49934V5.50034Z",
|
|
1563
|
+
fill: "white"
|
|
1564
|
+
}
|
|
1565
|
+
)
|
|
1566
|
+
] }),
|
|
1567
|
+
hu: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1568
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6413)", children: [
|
|
1569
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1570
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#249F58" }),
|
|
1571
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#F93939" })
|
|
1572
|
+
] }),
|
|
1573
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6413", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1574
|
+
] }),
|
|
1575
|
+
is: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1576
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6410)", children: [
|
|
1577
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#1A47B8" }),
|
|
1578
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 9H0V6H6V0H9V6H21V9H9V15H6V9Z", fill: "white" }),
|
|
1579
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 7H0V8H7V15H8V8H21V7H8V0H7V7Z", fill: "#F93939" })
|
|
1580
|
+
] }),
|
|
1581
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6410", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1582
|
+
] }),
|
|
1583
|
+
in: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1584
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6405)", children: [
|
|
1585
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1586
|
+
/* @__PURE__ */ l(
|
|
1587
|
+
"path",
|
|
1588
|
+
{
|
|
1589
|
+
fillRule: "evenodd",
|
|
1590
|
+
clipRule: "evenodd",
|
|
1591
|
+
d: "M10.5 10C11.88 10 13 8.88 13 7.5C13 6.12 11.88 5 10.5 5C9.12 5 8 6.12 8 7.5C8 8.88 9.12 10 10.5 10ZM10.5 9C11.328 9 12 8.328 12 7.5C12 6.672 11.328 6 10.5 6C9.672 6 9 6.672 9 7.5C9 8.328 9.672 9 10.5 9Z",
|
|
1592
|
+
fill: "#1A47B8"
|
|
1593
|
+
}
|
|
1594
|
+
),
|
|
1595
|
+
/* @__PURE__ */ l(
|
|
1596
|
+
"path",
|
|
1597
|
+
{
|
|
1598
|
+
d: "M10.5 8C10.7761 8 11 7.77614 11 7.5C11 7.22386 10.7761 7 10.5 7C10.2239 7 10 7.22386 10 7.5C10 7.77614 10.2239 8 10.5 8Z",
|
|
1599
|
+
fill: "#1A47B8"
|
|
1600
|
+
}
|
|
1601
|
+
),
|
|
1602
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#249F58" }),
|
|
1603
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#FF6C2D" })
|
|
1604
|
+
] }),
|
|
1605
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6405", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1606
|
+
] }),
|
|
1607
|
+
id: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1608
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1609
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V8H0V0Z", fill: "#F93939" })
|
|
1610
|
+
] }),
|
|
1611
|
+
ir: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1612
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6398)", children: [
|
|
1613
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1614
|
+
/* @__PURE__ */ l(
|
|
1615
|
+
"path",
|
|
1616
|
+
{
|
|
1617
|
+
fillRule: "evenodd",
|
|
1618
|
+
clipRule: "evenodd",
|
|
1619
|
+
d: "M10.5 9C11.88 9 13 8.328 13 7.5C13 6.672 11.88 6 10.5 6C9.12 6 8 6.672 8 7.5C8 8.328 9.12 9 10.5 9ZM10.5 8.25C11.328 8.25 12 7.746 12 7.125C12 6.505 11.328 6 10.5 6C9.672 6 9 6.504 9 7.125C9 7.745 9.672 8.25 10.5 8.25Z",
|
|
1620
|
+
fill: "#F93939"
|
|
1621
|
+
}
|
|
1622
|
+
),
|
|
1623
|
+
/* @__PURE__ */ l(
|
|
1624
|
+
"path",
|
|
1625
|
+
{
|
|
1626
|
+
d: "M10.5 8C10.7761 8 11 7.55228 11 7C11 6.44772 10.7761 6 10.5 6C10.2239 6 10 6.44772 10 7C10 7.55228 10.2239 8 10.5 8Z",
|
|
1627
|
+
fill: "#AF010D"
|
|
1628
|
+
}
|
|
1629
|
+
),
|
|
1630
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#F93939" }),
|
|
1631
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#00B731" })
|
|
1632
|
+
] }),
|
|
1633
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6398", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1634
|
+
] }),
|
|
1635
|
+
iq: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1636
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6394)", children: [
|
|
1637
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1638
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#151515" }),
|
|
1639
|
+
/* @__PURE__ */ l(
|
|
1640
|
+
"path",
|
|
1641
|
+
{
|
|
1642
|
+
fillRule: "evenodd",
|
|
1643
|
+
clipRule: "evenodd",
|
|
1644
|
+
d: "M10 8H11V8.495C11 8.785 11.224 9 11.5 9C11.768 9 12 8.774 12 8.495V6.495C12 6.222 12.232 6 12.5 6C12.776 6 13 6.216 13 6.495V8H14.49C14.772 8 15 8.232 15 8.5C15 8.776 14.778 9 14.49 9H6.51C6.228 9 6 8.768 6 8.5C6 8.288 6.13 8.107 6.32 8.034C6.345 7.97 6.383 7.909 6.436 7.857L7.856 6.437C8.05 6.243 8.371 6.25 8.561 6.439C8.757 6.634 8.763 6.944 8.565 7.142L7.707 8H9V7.505C9 7.225 9.232 7 9.5 7C9.776 7 10 7.214 10 7.505V8Z",
|
|
1645
|
+
fill: "#249F58"
|
|
1646
|
+
}
|
|
1647
|
+
),
|
|
1648
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#F93939" })
|
|
1649
|
+
] }),
|
|
1650
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6394", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1651
|
+
] }),
|
|
1652
|
+
ie: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1653
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6390)", children: [
|
|
1654
|
+
/* @__PURE__ */ l(
|
|
1655
|
+
"path",
|
|
1656
|
+
{
|
|
1657
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
1658
|
+
fill: "white"
|
|
1659
|
+
}
|
|
1660
|
+
),
|
|
1661
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H7V15H0V0Z", fill: "#249F58" }),
|
|
1662
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 0H21V15H14V0Z", fill: "#FF6C2D" })
|
|
1663
|
+
] }),
|
|
1664
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6390", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1665
|
+
] }),
|
|
1666
|
+
il: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1667
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1668
|
+
/* @__PURE__ */ l(
|
|
1669
|
+
"path",
|
|
1670
|
+
{
|
|
1671
|
+
fillRule: "evenodd",
|
|
1672
|
+
clipRule: "evenodd",
|
|
1673
|
+
d: "M0 11H21V13H0V11ZM0 2H21V4H0V2ZM9.875 9H8L8.938 7.5L8 6H9.875L10.5 5L11.125 6H13L12.062 7.5L13 9H11.125L10.5 10L9.875 9ZM9.5 7.5L10.5 6.5L11.5 7.5L10.5 8.5L9.5 7.5Z",
|
|
1674
|
+
fill: "#1A47B8"
|
|
1675
|
+
}
|
|
1676
|
+
)
|
|
1677
|
+
] }),
|
|
1678
|
+
it: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1679
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6385)", children: [
|
|
1680
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1681
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H7V15H0V0Z", fill: "#249F58" }),
|
|
1682
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 0H21V15H14V0Z", fill: "#F93939" })
|
|
1683
|
+
] }),
|
|
1684
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6385", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1685
|
+
] }),
|
|
1686
|
+
ci: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1687
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6381)", children: [
|
|
1688
|
+
/* @__PURE__ */ l(
|
|
1689
|
+
"path",
|
|
1690
|
+
{
|
|
1691
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
1692
|
+
fill: "white"
|
|
1693
|
+
}
|
|
1694
|
+
),
|
|
1695
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H7V15H0V0Z", fill: "#FF6C2D" }),
|
|
1696
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 0H21V15H14V0Z", fill: "#249F58" })
|
|
1697
|
+
] }),
|
|
1698
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6381", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1699
|
+
] }),
|
|
1700
|
+
jm: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1701
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6378)", children: [
|
|
1702
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#249F58" }),
|
|
1703
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0L10 8L0 15V0ZM21 0L11 8L21 15V0Z", fill: "#151515" }),
|
|
1704
|
+
/* @__PURE__ */ l(
|
|
1705
|
+
"path",
|
|
1706
|
+
{
|
|
1707
|
+
fillRule: "evenodd",
|
|
1708
|
+
clipRule: "evenodd",
|
|
1709
|
+
d: "M8.667 7.5L0 1.5V0H1.5L10.5 6.23L19.5 0H21V1.5L12.333 7.5L21 13.5V15H19.5L10.5 8.77L1.5 15H0V13.5L8.667 7.5Z",
|
|
1710
|
+
fill: "#FFDA2C"
|
|
1711
|
+
}
|
|
1712
|
+
)
|
|
1713
|
+
] }),
|
|
1714
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6378", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1715
|
+
] }),
|
|
1716
|
+
jp: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1717
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1718
|
+
/* @__PURE__ */ l(
|
|
1719
|
+
"path",
|
|
1720
|
+
{
|
|
1721
|
+
d: "M10.5 11C12.433 11 14 9.433 14 7.5C14 5.567 12.433 4 10.5 4C8.567 4 7 5.567 7 7.5C7 9.433 8.567 11 10.5 11Z",
|
|
1722
|
+
fill: "#F93939"
|
|
1723
|
+
}
|
|
1724
|
+
)
|
|
1725
|
+
] }),
|
|
1726
|
+
jo: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1727
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6371)", children: [
|
|
1728
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1729
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#249F58" }),
|
|
1730
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#151515" }),
|
|
1731
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0V15.033L13 7.5L0 0Z", fill: "#F93939" }),
|
|
1732
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 7.5L4 7L4.5 6L5 7L6 7.5L5 8L4.5 9L4 8L3 7.5Z", fill: "white" })
|
|
1733
|
+
] }),
|
|
1734
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6371", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1735
|
+
] }),
|
|
1736
|
+
kz: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1737
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#03BCDB" }),
|
|
1738
|
+
/* @__PURE__ */ l(
|
|
1739
|
+
"path",
|
|
1740
|
+
{
|
|
1741
|
+
fillRule: "evenodd",
|
|
1742
|
+
clipRule: "evenodd",
|
|
1743
|
+
d: "M2 2.495C2 2.222 2.232 2 2.5 2C2.776 2 3 2.216 3 2.495V4.505C3 4.778 2.768 5 2.5 5C2.224 5 2 4.784 2 4.505V2.495ZM3 4.495C3 4.222 3.232 4 3.5 4C3.776 4 4 4.216 4 4.495V6.505C4 6.778 3.768 7 3.5 7C3.224 7 3 6.784 3 6.505V4.495ZM3 8.495C3 8.222 3.232 8 3.5 8C3.776 8 4 8.216 4 8.495V10.505C4 10.778 3.768 11 3.5 11C3.224 11 3 10.784 3 10.505V8.495ZM2 10.495C2 10.222 2.232 10 2.5 10C2.776 10 3 10.216 3 10.495V12.505C3 12.778 2.768 13 2.5 13C2.224 13 2 12.784 2 12.505V10.495ZM2 6.5C2 6.224 2.232 6 2.5 6C2.776 6 3 6.232 3 6.5C3 6.776 2.768 7 2.5 7C2.224 7 2 6.768 2 6.5ZM3 2.5C3 2.224 3.232 2 3.5 2C3.776 2 4 2.232 4 2.5C4 2.776 3.768 3 3.5 3C3.224 3 3 2.768 3 2.5ZM2 7.5C2 7.224 2.232 7 2.5 7C2.776 7 3 7.232 3 7.5C3 7.776 2.768 8 2.5 8C2.224 8 2 7.768 2 7.5ZM3 12.5C3 12.224 3.232 12 3.5 12C3.776 12 4 12.232 4 12.5C4 12.776 3.768 13 3.5 13C3.224 13 3 12.768 3 12.5ZM2 8.5C2 8.224 2.232 8 2.5 8C2.776 8 3 8.232 3 8.5C3 8.776 2.768 9 2.5 9C2.224 9 2 8.768 2 8.5Z",
|
|
1744
|
+
fill: "#FFDA2C"
|
|
1745
|
+
}
|
|
1746
|
+
),
|
|
1747
|
+
/* @__PURE__ */ l(
|
|
1748
|
+
"path",
|
|
1749
|
+
{
|
|
1750
|
+
d: "M11.5 9C12.8807 9 14 7.88071 14 6.5C14 5.11929 12.8807 4 11.5 4C10.1193 4 9 5.11929 9 6.5C9 7.88071 10.1193 9 11.5 9Z",
|
|
1751
|
+
fill: "#FFDA2C"
|
|
1752
|
+
}
|
|
1753
|
+
),
|
|
1754
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 7L9 9L11.5 10L14 9L15 7V10L11.5 11L8 10V7Z", fill: "#FFDA2C" })
|
|
1755
|
+
] }),
|
|
1756
|
+
ke: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1757
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#151515" }),
|
|
1758
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V11H0V10Z", fill: "white" }),
|
|
1759
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 11H21V15H0V11Z", fill: "#0A6A30" }),
|
|
1760
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 5H21V10H0V5Z", fill: "#F93939" }),
|
|
1761
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 4H21V5H0V4Z", fill: "white" }),
|
|
1762
|
+
/* @__PURE__ */ l(
|
|
1763
|
+
"path",
|
|
1764
|
+
{
|
|
1765
|
+
fillRule: "evenodd",
|
|
1766
|
+
clipRule: "evenodd",
|
|
1767
|
+
d: "M12.4142 5.91406C12.4862 5.91406 12.9142 5.24406 12.9142 4.41406C12.9142 3.58606 12.4862 2.91406 12.4142 2.91406C12.3442 2.91406 11.9142 3.58606 11.9142 4.41406C11.9142 5.24406 12.3442 5.91406 12.4142 5.91406ZM9.47516 5.47506C9.42516 5.52506 8.64516 5.35506 8.06116 4.76806C7.47616 4.18206 7.30416 3.40406 7.35516 3.35406C7.40516 3.30406 8.18316 3.47406 8.76916 4.06106C9.35516 4.64706 9.52616 5.42506 9.47616 5.47606L9.47516 5.47506ZM11.3542 10.0081C11.4042 9.96106 12.1842 10.1211 12.7692 10.6681C13.3542 11.2181 13.5262 11.9451 13.4762 11.9921C13.4262 12.0391 12.6462 11.8791 12.0602 11.3321C11.4752 10.7821 11.3032 10.0551 11.3542 10.0081ZM9.47516 10.0081C9.42516 9.96106 8.64516 10.1211 8.06116 10.6681C7.47616 11.2181 7.30416 11.9451 7.35516 11.9921C7.40516 12.0391 8.18316 11.8791 8.76916 11.3321C9.35516 10.7821 9.52616 10.0551 9.47616 10.0081H9.47516Z",
|
|
1768
|
+
fill: "white"
|
|
1769
|
+
}
|
|
1770
|
+
),
|
|
1771
|
+
/* @__PURE__ */ l(
|
|
1772
|
+
"path",
|
|
1773
|
+
{
|
|
1774
|
+
fillRule: "evenodd",
|
|
1775
|
+
clipRule: "evenodd",
|
|
1776
|
+
d: "M10.5 12C10.857 12 13 9.985 13 7.5C13 5.015 10.857 3 10.5 3C10.143 3 8 5.015 8 7.5C8 9.985 10.143 12 10.5 12Z",
|
|
1777
|
+
fill: "#F93939"
|
|
1778
|
+
}
|
|
1779
|
+
),
|
|
1780
|
+
/* @__PURE__ */ l(
|
|
1781
|
+
"path",
|
|
1782
|
+
{
|
|
1783
|
+
fillRule: "evenodd",
|
|
1784
|
+
clipRule: "evenodd",
|
|
1785
|
+
d: "M8.5 9C8.57 9 9 8.328 9 7.5C9 6.672 8.57 6 8.5 6C8.43 6 8 6.672 8 7.5C8 8.328 8.43 9 8.5 9ZM12.5 9C12.57 9 13 8.328 13 7.5C13 6.672 12.57 6 12.5 6C12.43 6 12 6.672 12 7.5C12 8.328 12.43 9 12.5 9Z",
|
|
1786
|
+
fill: "#151515"
|
|
1787
|
+
}
|
|
1788
|
+
),
|
|
1789
|
+
/* @__PURE__ */ l(
|
|
1790
|
+
"path",
|
|
1791
|
+
{
|
|
1792
|
+
d: "M11 7.5C11 6.67157 10.7761 6 10.5 6C10.2239 6 10 6.67157 10 7.5C10 8.32843 10.2239 9 10.5 9C10.7761 9 11 8.32843 11 7.5Z",
|
|
1793
|
+
fill: "white"
|
|
1794
|
+
}
|
|
1795
|
+
)
|
|
1796
|
+
] }),
|
|
1797
|
+
ki: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1798
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
1799
|
+
/* @__PURE__ */ l(
|
|
1800
|
+
"path",
|
|
1801
|
+
{
|
|
1802
|
+
d: "M10.5 11C12.433 11 14 9.433 14 7.5C14 5.567 12.433 4 10.5 4C8.567 4 7 5.567 7 7.5C7 9.433 8.567 11 10.5 11Z",
|
|
1803
|
+
fill: "#FFDA2C"
|
|
1804
|
+
}
|
|
1805
|
+
),
|
|
1806
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 8H21V15H0V8Z", fill: "#232C80" }),
|
|
1807
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 8H21V9H0V8ZM0 10H21V11H0V10ZM0 12H21V13H0V12Z", fill: "white" }),
|
|
1808
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2L10.5 3L13 2H8Z", fill: "#FFDA2C" })
|
|
1809
|
+
] }),
|
|
1810
|
+
kw: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1811
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6349)", children: [
|
|
1812
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1813
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#F93939" }),
|
|
1814
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#249F58" }),
|
|
1815
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 15.033V0L7 5V10L0 15.033Z", fill: "#151515" })
|
|
1816
|
+
] }),
|
|
1817
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6349", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1818
|
+
] }),
|
|
1819
|
+
kg: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1820
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
1821
|
+
/* @__PURE__ */ l(
|
|
1822
|
+
"path",
|
|
1823
|
+
{
|
|
1824
|
+
fillRule: "evenodd",
|
|
1825
|
+
clipRule: "evenodd",
|
|
1826
|
+
d: "M10.206 9.485C10.303 9.495 10.401 9.5 10.5 9.5C10.6 9.5 10.697 9.495 10.794 9.485L10.5 8.75L10.206 9.485ZM8.85 8.94C8.327 8.526 8 7.922 8 7.25C8 6.457 8.456 5.76 9.144 5.36L10 7.5L8.85 8.94ZM11.856 5.36C12.544 5.76 13 6.457 13 7.25C13 7.923 12.672 8.527 12.15 8.94L11 7.5L11.856 5.36ZM11.756 5.304C11.386 5.11 10.958 5 10.5 5C10.042 5 9.613 5.11 9.244 5.304L10.5 6.874L11.756 5.304Z",
|
|
1827
|
+
fill: "#FFDA2C"
|
|
1828
|
+
}
|
|
1829
|
+
),
|
|
1830
|
+
/* @__PURE__ */ l(
|
|
1831
|
+
"path",
|
|
1832
|
+
{
|
|
1833
|
+
fillRule: "evenodd",
|
|
1834
|
+
clipRule: "evenodd",
|
|
1835
|
+
d: "M10.5 12C12.985 12 15 9.985 15 7.5C15 5.015 12.985 3 10.5 3C8.015 3 6 5.015 6 7.5C6 9.985 8.015 12 10.5 12ZM10.5 11C12.433 11 14 9.433 14 7.5C14 5.567 12.433 4 10.5 4C8.567 4 7 5.567 7 7.5C7 9.433 8.567 11 10.5 11Z",
|
|
1836
|
+
fill: "#FFDA2C"
|
|
1837
|
+
}
|
|
1838
|
+
)
|
|
1839
|
+
] }),
|
|
1840
|
+
la: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1841
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6343)", children: [
|
|
1842
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#232C80" }),
|
|
1843
|
+
/* @__PURE__ */ l(
|
|
1844
|
+
"path",
|
|
1845
|
+
{
|
|
1846
|
+
fillRule: "evenodd",
|
|
1847
|
+
clipRule: "evenodd",
|
|
1848
|
+
d: "M10.5 10C11.88 10 13 8.88 13 7.5C13 6.12 11.88 5 10.5 5C9.12 5 8 6.12 8 7.5C8 8.88 9.12 10 10.5 10Z",
|
|
1849
|
+
fill: "white"
|
|
1850
|
+
}
|
|
1851
|
+
),
|
|
1852
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 11H21V15H0V11ZM0 0H21V4H0V0Z", fill: "#F93939" })
|
|
1853
|
+
] }),
|
|
1854
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6343", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1855
|
+
] }),
|
|
1856
|
+
lv: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1857
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6341)", children: [
|
|
1858
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1859
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 9H21V15H0V9ZM0 0H21V6H0V0Z", fill: "#AF010D" })
|
|
1860
|
+
] }),
|
|
1861
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6341", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1862
|
+
] }),
|
|
1863
|
+
lb: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1864
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6338)", children: [
|
|
1865
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1866
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 11H21V15H0V11ZM0 0H21V4H0V0Z", fill: "#F93939" }),
|
|
1867
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5 4L7 10H9L10.5 11L12 10H14L10.5 4Z", fill: "#249F58" })
|
|
1868
|
+
] }),
|
|
1869
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6338", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1870
|
+
] }),
|
|
1871
|
+
ls: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1872
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6334)", children: [
|
|
1873
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1874
|
+
/* @__PURE__ */ l(
|
|
1875
|
+
"path",
|
|
1876
|
+
{
|
|
1877
|
+
fillRule: "evenodd",
|
|
1878
|
+
clipRule: "evenodd",
|
|
1879
|
+
d: "M10.1 5.8L9 8H12L10.9 5.8C10.963 5.716 11 5.613 11 5.5C11 5.224 10.776 5 10.5 5C10.224 5 10 5.224 10 5.5C10 5.613 10.037 5.716 10.1 5.8ZM13 9C13 9.552 11.88 10 10.5 10C9.12 10 8 9.552 8 9V8H13V9Z",
|
|
1880
|
+
fill: "#151515"
|
|
1881
|
+
}
|
|
1882
|
+
),
|
|
1883
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 11H21V15H0V11Z", fill: "#249F58" }),
|
|
1884
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V4H0V0Z", fill: "#1A47B8" })
|
|
1885
|
+
] }),
|
|
1886
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6334", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1887
|
+
] }),
|
|
1888
|
+
lr: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1889
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6330)", children: [
|
|
1890
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1891
|
+
/* @__PURE__ */ l(
|
|
1892
|
+
"path",
|
|
1893
|
+
{
|
|
1894
|
+
fillRule: "evenodd",
|
|
1895
|
+
clipRule: "evenodd",
|
|
1896
|
+
d: "M7 0H21V1H7V0ZM7 2H21V3H7V2ZM7 4H21V5H7V4ZM7 6H21V7H7V6ZM0 8H21V9H0V8ZM0 10H21V11H0V10ZM0 12H21V13H0V12Z",
|
|
1897
|
+
fill: "#F93939"
|
|
1898
|
+
}
|
|
1899
|
+
),
|
|
1900
|
+
/* @__PURE__ */ l("path", { d: "M21 14H0V15H21V14Z", fill: "#F93939" }),
|
|
1901
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H7V7H0V0Z", fill: "#1A47B8" }),
|
|
1902
|
+
/* @__PURE__ */ l(
|
|
1903
|
+
"path",
|
|
1904
|
+
{
|
|
1905
|
+
fillRule: "evenodd",
|
|
1906
|
+
clipRule: "evenodd",
|
|
1907
|
+
d: "M3.44 4.8968L1.932 5.68981L2.22 4.0098L1 2.8228L2.686 2.5778L3.44 1.0498L4.194 2.5768L5.88 2.8218L4.66 4.0118L4.948 5.68981",
|
|
1908
|
+
fill: "white"
|
|
1909
|
+
}
|
|
1910
|
+
)
|
|
1911
|
+
] }),
|
|
1912
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6330", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1913
|
+
] }),
|
|
1914
|
+
ly: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1915
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6325)", children: [
|
|
1916
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#151515" }),
|
|
1917
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 11H21V15H0V11Z", fill: "#249F58" }),
|
|
1918
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V4H0V0Z", fill: "#F93939" }),
|
|
1919
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 7H13V8H12V7Z", fill: "white" }),
|
|
1920
|
+
/* @__PURE__ */ l(
|
|
1921
|
+
"path",
|
|
1922
|
+
{
|
|
1923
|
+
fillRule: "evenodd",
|
|
1924
|
+
clipRule: "evenodd",
|
|
1925
|
+
d: "M12.5 9C12.044 9.607 11.318 10 10.5 10C9.12 10 8 8.88 8 7.5C8 6.12 9.12 5 10.5 5C11.318 5 12.044 5.393 12.5 6H11C10.172 6 9.5 6.672 9.5 7.5C9.5 8.328 10.172 9 11 9H12.5Z",
|
|
1926
|
+
fill: "white"
|
|
1927
|
+
}
|
|
1928
|
+
)
|
|
1929
|
+
] }),
|
|
1930
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6325", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1931
|
+
] }),
|
|
1932
|
+
li: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1933
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
1934
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V7H0V0Z", fill: "#1A47B8" }),
|
|
1935
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 5H8V6H4V5Z", fill: "#D4AF2C" }),
|
|
1936
|
+
/* @__PURE__ */ l(
|
|
1937
|
+
"path",
|
|
1938
|
+
{
|
|
1939
|
+
fillRule: "evenodd",
|
|
1940
|
+
clipRule: "evenodd",
|
|
1941
|
+
d: "M5.01 3.142C4.702 3.062 4.35 3 4 3C3 3 3 3.5 3 4C3 4.5 4 5 4 5H8C8 5 9 4.5 9 4C9 3.5 9 3 8 3C7.65 3 7.298 3.062 6.99 3.142C6.997 3.095 7 3.048 7 3C7 2.448 6.552 2 6 2C5.448 2 5 2.448 5 3C5 3.048 5.003 3.095 5.01 3.142Z",
|
|
1942
|
+
fill: "#FFDA2C"
|
|
1943
|
+
}
|
|
1944
|
+
)
|
|
1945
|
+
] }),
|
|
1946
|
+
lt: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1947
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6318)", children: [
|
|
1948
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#0A6A30" }),
|
|
1949
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#AF010D" }),
|
|
1950
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#FFDA2C" })
|
|
1951
|
+
] }),
|
|
1952
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6318", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1953
|
+
] }),
|
|
1954
|
+
lu: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1955
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6315)", children: [
|
|
1956
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1957
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#3ECBF8" }),
|
|
1958
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#F93939" })
|
|
1959
|
+
] }),
|
|
1960
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6315", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1961
|
+
] }),
|
|
1962
|
+
mg: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1963
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6312)", children: [
|
|
1964
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
1965
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 8H21V15H0V8Z", fill: "#249F58" }),
|
|
1966
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H8V15H0V0Z", fill: "white" })
|
|
1967
|
+
] }),
|
|
1968
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6312", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1969
|
+
] }),
|
|
1970
|
+
mw: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1971
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6308)", children: [
|
|
1972
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
1973
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#249F58" }),
|
|
1974
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#151515" }),
|
|
1975
|
+
/* @__PURE__ */ l(
|
|
1976
|
+
"path",
|
|
1977
|
+
{
|
|
1978
|
+
fillRule: "evenodd",
|
|
1979
|
+
clipRule: "evenodd",
|
|
1980
|
+
d: "M14.2418 4C13.4348 2.794 12.0598 2 10.4998 2C8.93981 2 7.56481 2.794 6.75781 4H14.2418Z",
|
|
1981
|
+
fill: "#F93939"
|
|
1982
|
+
}
|
|
1983
|
+
)
|
|
1984
|
+
] }),
|
|
1985
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6308", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
1986
|
+
] }),
|
|
1987
|
+
my: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1988
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
1989
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "1.07692", fill: "#AF010D" }),
|
|
1990
|
+
/* @__PURE__ */ l("rect", { y: "2.1543", width: "21", height: "1.07692", fill: "#AF010D" }),
|
|
1991
|
+
/* @__PURE__ */ l("rect", { y: "4.30762", width: "21", height: "1.07692", fill: "#AF010D" }),
|
|
1992
|
+
/* @__PURE__ */ l("rect", { y: "6.46191", width: "21", height: "1.07692", fill: "#AF010D" }),
|
|
1993
|
+
/* @__PURE__ */ l("rect", { y: "8.61523", width: "21", height: "1.07692", fill: "#AF010D" }),
|
|
1994
|
+
/* @__PURE__ */ l("rect", { y: "10.7695", width: "21", height: "1.07692", fill: "#AF010D" }),
|
|
1995
|
+
/* @__PURE__ */ l("rect", { y: "12.9229", width: "21", height: "1.07692", fill: "#AF010D" }),
|
|
1996
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H11V8.62H0V0Z", fill: "#1A47B8" }),
|
|
1997
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 4H8V5H7V4Z", fill: "#FFDA2C" }),
|
|
1998
|
+
/* @__PURE__ */ l(
|
|
1999
|
+
"path",
|
|
2000
|
+
{
|
|
2001
|
+
fillRule: "evenodd",
|
|
2002
|
+
clipRule: "evenodd",
|
|
2003
|
+
d: "M7.5 6C7.044 6.607 6.318 7 5.5 7C4.12 7 3 5.88 3 4.5C3 3.12 4.12 2 5.5 2C6.318 2 7.044 2.393 7.5 3H6C5.172 3 4.5 3.672 4.5 4.5C4.5 5.328 5.172 6 6 6H7.5Z",
|
|
2004
|
+
fill: "#FFDA2C"
|
|
2005
|
+
}
|
|
2006
|
+
)
|
|
2007
|
+
] }),
|
|
2008
|
+
mv: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2009
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#AF010D" }),
|
|
2010
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 4H17V11H4V4Z", fill: "#249F58" }),
|
|
2011
|
+
/* @__PURE__ */ l(
|
|
2012
|
+
"path",
|
|
2013
|
+
{
|
|
2014
|
+
fillRule: "evenodd",
|
|
2015
|
+
clipRule: "evenodd",
|
|
2016
|
+
d: "M11.125 9.92C10.925 9.973 10.715 10 10.5 10C9.12 10 8 8.88 8 7.5C8 6.12 9.12 5 10.5 5C10.716 5 10.925 5.027 11.125 5.08C10.478 5.355 10 6.334 10 7.5C10 8.666 10.478 9.644 11.125 9.92Z",
|
|
2017
|
+
fill: "white"
|
|
2018
|
+
}
|
|
2019
|
+
)
|
|
2020
|
+
] }),
|
|
2021
|
+
ml: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2022
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6290)", children: [
|
|
2023
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
2024
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H7V15H0V0Z", fill: "#00B731" }),
|
|
2025
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 0H21V15H14V0Z", fill: "#F93939" })
|
|
2026
|
+
] }),
|
|
2027
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6290", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2028
|
+
] }),
|
|
2029
|
+
mt: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2030
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#AF010D" }),
|
|
2031
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H11V15H0V0Z", fill: "white" }),
|
|
2032
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 3H2V4H3V5H4V4H5V3H4V2H3V3Z", fill: "#CBCBCB" })
|
|
2033
|
+
] }),
|
|
2034
|
+
mh: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2035
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6283)", children: [
|
|
2036
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#1A47B8" }),
|
|
2037
|
+
/* @__PURE__ */ l(
|
|
2038
|
+
"path",
|
|
2039
|
+
{
|
|
2040
|
+
d: "M5 7C6.10457 7 7 6.10457 7 5C7 3.89543 6.10457 3 5 3C3.89543 3 3 3.89543 3 5C3 6.10457 3.89543 7 5 7Z",
|
|
2041
|
+
fill: "white"
|
|
2042
|
+
}
|
|
2043
|
+
),
|
|
2044
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 15L21 6V3L0 15Z", fill: "white" }),
|
|
2045
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 15L21 0V3L0 15Z", fill: "#FF6C2D" })
|
|
2046
|
+
] }),
|
|
2047
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6283", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2048
|
+
] }),
|
|
2049
|
+
mr: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2050
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6278)", children: [
|
|
2051
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#249F58" }),
|
|
2052
|
+
/* @__PURE__ */ l(
|
|
2053
|
+
"path",
|
|
2054
|
+
{
|
|
2055
|
+
fillRule: "evenodd",
|
|
2056
|
+
clipRule: "evenodd",
|
|
2057
|
+
d: "M10.4981 7.25002L9.02812 8.02302L9.30812 6.38602L8.12012 5.22602L9.76312 4.98902L10.4981 3.49902L11.2321 4.98902L12.8751 5.22602L11.6851 6.38602L11.9671 8.02202",
|
|
2058
|
+
fill: "#FFDA2C"
|
|
2059
|
+
}
|
|
2060
|
+
),
|
|
2061
|
+
/* @__PURE__ */ l(
|
|
2062
|
+
"path",
|
|
2063
|
+
{
|
|
2064
|
+
fillRule: "evenodd",
|
|
2065
|
+
clipRule: "evenodd",
|
|
2066
|
+
d: "M14.965 5.9385C14.988 6.1225 15 6.3105 15 6.5005C15 8.9855 12.985 11.0005 10.5 11.0005C8.015 11.0005 6 8.9855 6 6.5005C6 6.3105 6.012 6.1225 6.035 5.9375C6.312 7.6655 8.205 9.0005 10.5 9.0005C12.795 9.0005 14.688 7.6645 14.965 5.9375V5.9385Z",
|
|
2067
|
+
fill: "#FFDA2C"
|
|
2068
|
+
}
|
|
2069
|
+
),
|
|
2070
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "2", fill: "#AF010D" }),
|
|
2071
|
+
/* @__PURE__ */ l("rect", { y: "13", width: "21", height: "2", fill: "#AF010D" })
|
|
2072
|
+
] }),
|
|
2073
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6278", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2074
|
+
] }),
|
|
2075
|
+
mu: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2076
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6274)", children: [
|
|
2077
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
2078
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 11H21V15H0V11Z", fill: "#00B731" }),
|
|
2079
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 4H21V8H0V4Z", fill: "#1A47B8" }),
|
|
2080
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V4H0V0Z", fill: "#F93939" })
|
|
2081
|
+
] }),
|
|
2082
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6274", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2083
|
+
] }),
|
|
2084
|
+
mx: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2085
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6267)", children: [
|
|
2086
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
2087
|
+
/* @__PURE__ */ l("rect", { x: "15", width: "6", height: "15", fill: "#F93939" }),
|
|
2088
|
+
/* @__PURE__ */ l("rect", { width: "6", height: "15", fill: "#249F58" }),
|
|
2089
|
+
/* @__PURE__ */ l(
|
|
2090
|
+
"path",
|
|
2091
|
+
{
|
|
2092
|
+
fillRule: "evenodd",
|
|
2093
|
+
clipRule: "evenodd",
|
|
2094
|
+
d: "M12.9806 7.28181C12.9933 7.38403 13 7.48847 13 7.59403C13 8.97458 11.8806 10.094 10.5 10.094C9.11944 10.094 8 8.97458 8 7.59403C8 7.48847 8.00667 7.38403 8.01944 7.28125C8.17333 8.24125 9.225 8.98292 10.5 8.98292C11.775 8.98292 12.8267 8.24069 12.9806 7.28125V7.28181Z",
|
|
2095
|
+
fill: "#249F58"
|
|
2096
|
+
}
|
|
2097
|
+
),
|
|
2098
|
+
/* @__PURE__ */ l("circle", { cx: "10.5", cy: "6.5", r: "1.5", fill: "#AE6A3E" })
|
|
2099
|
+
] }),
|
|
2100
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6267", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2101
|
+
] }),
|
|
2102
|
+
fm: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2103
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#3A99FF" }),
|
|
2104
|
+
/* @__PURE__ */ l(
|
|
2105
|
+
"path",
|
|
2106
|
+
{
|
|
2107
|
+
fillRule: "evenodd",
|
|
2108
|
+
clipRule: "evenodd",
|
|
2109
|
+
d: "M10 4H9.495C9.215 4 9 4.224 9 4.5C9 4.768 9.222 5 9.495 5H10V5.505C10 5.785 10.224 6 10.5 6C10.768 6 11 5.778 11 5.505V5H11.505C11.785 5 12 4.776 12 4.5C12 4.232 11.778 4 11.505 4H11V3.495C11 3.215 10.776 3 10.5 3C10.232 3 10 3.222 10 3.495V4ZM14 7H13.495C13.215 7 13 7.224 13 7.5C13 7.768 13.222 8 13.495 8H14V8.505C14 8.785 14.224 9 14.5 9C14.768 9 15 8.778 15 8.505V8H15.505C15.785 8 16 7.776 16 7.5C16 7.232 15.778 7 15.505 7H15V6.495C15 6.215 14.776 6 14.5 6C14.232 6 14 6.222 14 6.495V7ZM10 10H9.495C9.215 10 9 10.224 9 10.5C9 10.768 9.222 11 9.495 11H10V11.505C10 11.785 10.224 12 10.5 12C10.768 12 11 11.778 11 11.505V11H11.505C11.785 11 12 10.776 12 10.5C12 10.232 11.778 10 11.505 10H11V9.495C11 9.215 10.776 9 10.5 9C10.232 9 10 9.222 10 9.495V10ZM6 7H5.495C5.215 7 5 7.224 5 7.5C5 7.768 5.222 8 5.495 8H6V8.505C6 8.785 6.224 9 6.5 9C6.768 9 7 8.778 7 8.505V8H7.505C7.785 8 8 7.776 8 7.5C8 7.232 7.778 7 7.505 7H7V6.495C7 6.215 6.776 6 6.5 6C6.232 6 6 6.222 6 6.495V7Z",
|
|
2110
|
+
fill: "white"
|
|
2111
|
+
}
|
|
2112
|
+
)
|
|
2113
|
+
] }),
|
|
2114
|
+
md: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2115
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6258)", children: [
|
|
2116
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
2117
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H7V15H0V0Z", fill: "#1A47B8" }),
|
|
2118
|
+
/* @__PURE__ */ l(
|
|
2119
|
+
"path",
|
|
2120
|
+
{
|
|
2121
|
+
fillRule: "evenodd",
|
|
2122
|
+
clipRule: "evenodd",
|
|
2123
|
+
d: "M8 5H13V10H8V5ZM8 10L10.5 12L13 10H8ZM10 4H11V5H10V4Z",
|
|
2124
|
+
fill: "#AE6A3E"
|
|
2125
|
+
}
|
|
2126
|
+
),
|
|
2127
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 6H12V8H9V6Z", fill: "#AF010D" }),
|
|
2128
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 8H12V9.5H9V8ZM9 9.5L10.5 10.5L12 9.5H9Z", fill: "#1A47B8" }),
|
|
2129
|
+
/* @__PURE__ */ l(
|
|
2130
|
+
"path",
|
|
2131
|
+
{
|
|
2132
|
+
fillRule: "evenodd",
|
|
2133
|
+
clipRule: "evenodd",
|
|
2134
|
+
d: "M10.5 7C10.776 7 11 7.214 11 7.505V8.495C11 8.775 10.768 9 10.5 9C10.224 9 10 8.786 10 8.495V7.505C10 7.225 10.232 7 10.5 7Z",
|
|
2135
|
+
fill: "#FFDA2C"
|
|
2136
|
+
}
|
|
2137
|
+
),
|
|
2138
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 0H21V15H14V0Z", fill: "#AF010D" })
|
|
2139
|
+
] }),
|
|
2140
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6258", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2141
|
+
] }),
|
|
2142
|
+
mc: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2143
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#AF010D" }),
|
|
2144
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 8H21V15H0V8Z", fill: "white" })
|
|
2145
|
+
] }),
|
|
2146
|
+
mn: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2147
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6249)", children: [
|
|
2148
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#1A47B8" }),
|
|
2149
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H7V15H0V0Z", fill: "#F93939" }),
|
|
2150
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 7H3V11H2V7ZM5 7H6V11H5V7Z", fill: "#FFDA2C" }),
|
|
2151
|
+
/* @__PURE__ */ l(
|
|
2152
|
+
"path",
|
|
2153
|
+
{
|
|
2154
|
+
d: "M4 11C4.55228 11 5 10.5523 5 10C5 9.44772 4.55228 9 4 9C3.44772 9 3 9.44772 3 10C3 10.5523 3.44772 11 4 11Z",
|
|
2155
|
+
fill: "#FFDA2C"
|
|
2156
|
+
}
|
|
2157
|
+
),
|
|
2158
|
+
/* @__PURE__ */ l(
|
|
2159
|
+
"path",
|
|
2160
|
+
{
|
|
2161
|
+
d: "M4 8C4.55228 8 5 7.55228 5 7C5 6.44772 4.55228 6 4 6C3.44772 6 3 6.44772 3 7C3 7.55228 3.44772 8 4 8Z",
|
|
2162
|
+
fill: "#FFDA2C"
|
|
2163
|
+
}
|
|
2164
|
+
),
|
|
2165
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 3L5 5H3L4 3Z", fill: "#FFDA2C" }),
|
|
2166
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 0H21V15H14V0Z", fill: "#F93939" })
|
|
2167
|
+
] }),
|
|
2168
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6249", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2169
|
+
] }),
|
|
2170
|
+
me: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2171
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#D4AF2C" }),
|
|
2172
|
+
/* @__PURE__ */ l("rect", { x: "1", y: "1", width: "19", height: "13", fill: "#AF010D" }),
|
|
2173
|
+
/* @__PURE__ */ l(
|
|
2174
|
+
"path",
|
|
2175
|
+
{
|
|
2176
|
+
fillRule: "evenodd",
|
|
2177
|
+
clipRule: "evenodd",
|
|
2178
|
+
d: "M10.5 4.778L9.333 4L8.556 4.778H9.333L8.556 5.556L7 4.778V8.668L9.333 7.888L8.556 9.444H7.778L8.556 10.222L9.333 9.444L10.5 11V4.778ZM11.667 4L12.444 4.778H11.667L12.444 5.556L14 4.778V8.668L11.667 7.888L12.444 9.444H13.222L12.444 10.222L11.667 9.444L10.5 11V4.778L11.667 4Z",
|
|
2179
|
+
fill: "#D4AF2C"
|
|
2180
|
+
}
|
|
2181
|
+
),
|
|
2182
|
+
/* @__PURE__ */ l(
|
|
2183
|
+
"path",
|
|
2184
|
+
{
|
|
2185
|
+
fillRule: "evenodd",
|
|
2186
|
+
clipRule: "evenodd",
|
|
2187
|
+
d: "M9 6.505C9 5.675 9.666 5 10.5 5C11.328 5 12 5.673 12 6.505V6.162C12 6.992 11.492 8.118 10.88 8.664L10.5 9L10.12 8.664C9.503 8.114 9 6.994 9 6.162V6.505Z",
|
|
2188
|
+
fill: "#1A47B8"
|
|
2189
|
+
}
|
|
2190
|
+
),
|
|
2191
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 6H12V7H9V6Z", fill: "#AE6A3E" })
|
|
2192
|
+
] }),
|
|
2193
|
+
ma: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2194
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#AF010D" }),
|
|
2195
|
+
/* @__PURE__ */ l(
|
|
2196
|
+
"path",
|
|
2197
|
+
{
|
|
2198
|
+
fillRule: "evenodd",
|
|
2199
|
+
clipRule: "evenodd",
|
|
2200
|
+
d: "M10.5001 8.99026L9.03007 9.76026L9.31007 8.12526L8.12207 6.96526L9.76507 6.72726L10.5001 5.23926L11.2351 6.72626L12.8781 6.96626L11.6881 8.12426L11.9681 9.76026",
|
|
2201
|
+
fill: "#249F58"
|
|
2202
|
+
}
|
|
2203
|
+
)
|
|
2204
|
+
] }),
|
|
2205
|
+
mz: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2206
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6233)", children: [
|
|
2207
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#151515" }),
|
|
2208
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#FFDA2C" }),
|
|
2209
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#249F58" }),
|
|
2210
|
+
/* @__PURE__ */ l("path", { opacity: "0.35", fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#1A47B8" }),
|
|
2211
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 4H21V5H0V4ZM0 10H21V11H0V10Z", fill: "white" }),
|
|
2212
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0V15.033L10 7.5L0 0Z", fill: "#F93939" }),
|
|
2213
|
+
/* @__PURE__ */ l(
|
|
2214
|
+
"path",
|
|
2215
|
+
{
|
|
2216
|
+
fillRule: "evenodd",
|
|
2217
|
+
clipRule: "evenodd",
|
|
2218
|
+
d: "M3.378 8.75L1.908 9.523L2.188 7.886L1 6.726L2.643 6.489L3.378 5L4.112 6.49L5.755 6.727L4.565 7.887L4.847 9.523",
|
|
2219
|
+
fill: "#FFDA2C"
|
|
2220
|
+
}
|
|
2221
|
+
),
|
|
2222
|
+
/* @__PURE__ */ l(
|
|
2223
|
+
"path",
|
|
2224
|
+
{
|
|
2225
|
+
fillRule: "evenodd",
|
|
2226
|
+
clipRule: "evenodd",
|
|
2227
|
+
d: "M2.28027 6.38427L2.63427 6.03027L4.75427 8.15227L4.40227 8.50527L2.28027 6.38527V6.38427Z",
|
|
2228
|
+
fill: "#151515"
|
|
2229
|
+
}
|
|
2230
|
+
),
|
|
2231
|
+
/* @__PURE__ */ l(
|
|
2232
|
+
"path",
|
|
2233
|
+
{
|
|
2234
|
+
fillRule: "evenodd",
|
|
2235
|
+
clipRule: "evenodd",
|
|
2236
|
+
d: "M4.75527 6.38427L4.40227 6.03027L2.28027 8.15227L2.63427 8.50527L4.75427 6.38527L4.75527 6.38427Z",
|
|
2237
|
+
fill: "#151515"
|
|
2238
|
+
}
|
|
2239
|
+
)
|
|
2240
|
+
] }),
|
|
2241
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6233", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2242
|
+
] }),
|
|
2243
|
+
mm: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2244
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6229)", children: [
|
|
2245
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#249F58" }),
|
|
2246
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#F93939" }),
|
|
2247
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#FFDA2C" }),
|
|
2248
|
+
/* @__PURE__ */ l(
|
|
2249
|
+
"path",
|
|
2250
|
+
{
|
|
2251
|
+
fillRule: "evenodd",
|
|
2252
|
+
clipRule: "evenodd",
|
|
2253
|
+
d: "M10.4997 9.75L7.85473 11.14L8.35973 8.195L6.21973 6.11L9.17673 5.68L10.4997 3L11.8227 5.68L14.7797 6.11L12.6397 8.195L13.1447 11.141",
|
|
2254
|
+
fill: "white"
|
|
2255
|
+
}
|
|
2256
|
+
)
|
|
2257
|
+
] }),
|
|
2258
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6229", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2259
|
+
] }),
|
|
2260
|
+
na: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2261
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6223)", children: [
|
|
2262
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#1A47B8" }),
|
|
2263
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 15H21V2L0 13V15Z", fill: "#249F58" }),
|
|
2264
|
+
/* @__PURE__ */ l(
|
|
2265
|
+
"path",
|
|
2266
|
+
{
|
|
2267
|
+
fillRule: "evenodd",
|
|
2268
|
+
clipRule: "evenodd",
|
|
2269
|
+
d: "M4.49812 5.22952L3.02812 6.00252L3.30812 4.36552L2.12012 3.20552L3.76312 2.96852L4.49812 1.47852L5.23212 2.96852L6.87512 3.20552L5.68512 4.36552L5.96712 6.00152",
|
|
2270
|
+
fill: "#FFDA2C"
|
|
2271
|
+
}
|
|
2272
|
+
),
|
|
2273
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 14L21 3V-1L0 10V14Z", fill: "white" }),
|
|
2274
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 16L21 5V1L0 12V16Z", fill: "white" }),
|
|
2275
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 15L21 4V0L0 11V15Z", fill: "#F93939" })
|
|
2276
|
+
] }),
|
|
2277
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6223", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2278
|
+
] }),
|
|
2279
|
+
nr: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2280
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#232C80" }),
|
|
2281
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 7H21V8H0V7Z", fill: "#FFDA2C" }),
|
|
2282
|
+
/* @__PURE__ */ l(
|
|
2283
|
+
"path",
|
|
2284
|
+
{
|
|
2285
|
+
fillRule: "evenodd",
|
|
2286
|
+
clipRule: "evenodd",
|
|
2287
|
+
d: "M7.49812 12.2295L6.02812 13.0025L6.30812 11.3655L5.12012 10.2055L6.76312 9.96852L7.49812 8.47852L8.23212 9.96852L9.87512 10.2055L8.68512 11.3655L8.96712 13.0015",
|
|
2288
|
+
fill: "white"
|
|
2289
|
+
}
|
|
2290
|
+
)
|
|
2291
|
+
] }),
|
|
2292
|
+
np: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2293
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6214)", children: [
|
|
2294
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0L13 8H6L13 15H0V0Z", fill: "#003495" }),
|
|
2295
|
+
/* @__PURE__ */ l(
|
|
2296
|
+
"path",
|
|
2297
|
+
{
|
|
2298
|
+
fillRule: "evenodd",
|
|
2299
|
+
clipRule: "evenodd",
|
|
2300
|
+
d: "M1.00006 2L9.00006 7H3.00006L10.0001 14H1.00001C1 13.5 1.00006 13.544 1.00006 12.998V2Z",
|
|
2301
|
+
fill: "#DF0A37"
|
|
2302
|
+
}
|
|
2303
|
+
),
|
|
2304
|
+
/* @__PURE__ */ l(
|
|
2305
|
+
"path",
|
|
2306
|
+
{
|
|
2307
|
+
fillRule: "evenodd",
|
|
2308
|
+
clipRule: "evenodd",
|
|
2309
|
+
d: "M4.915 5C4.97 5.078 5 5.162 5 5.25C5 5.664 4.328 6 3.5 6C2.672 6 2 5.664 2 5.25C2 5.162 2.03 5.078 2.085 5C2.291 5.146 2.847 5.25 3.5 5.25C4.153 5.25 4.71 5.146 4.915 5Z",
|
|
2310
|
+
fill: "white"
|
|
2311
|
+
}
|
|
2312
|
+
),
|
|
2313
|
+
/* @__PURE__ */ l(
|
|
2314
|
+
"path",
|
|
2315
|
+
{
|
|
2316
|
+
d: "M3.5 13C4.32843 13 5 12.3284 5 11.5C5 10.6716 4.32843 10 3.5 10C2.67157 10 2 10.6716 2 11.5C2 12.3284 2.67157 13 3.5 13Z",
|
|
2317
|
+
fill: "white"
|
|
2318
|
+
}
|
|
2319
|
+
)
|
|
2320
|
+
] }),
|
|
2321
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6214", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2322
|
+
] }),
|
|
2323
|
+
nl: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2324
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6211)", children: [
|
|
2325
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
2326
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#1E448D" }),
|
|
2327
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#B01923" })
|
|
2328
|
+
] }),
|
|
2329
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6211", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2330
|
+
] }),
|
|
2331
|
+
nz: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2332
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6206)", children: [
|
|
2333
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#1A47B8" }),
|
|
2334
|
+
/* @__PURE__ */ l(
|
|
2335
|
+
"path",
|
|
2336
|
+
{
|
|
2337
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
2338
|
+
fill: "#1A47B8"
|
|
2339
|
+
}
|
|
2340
|
+
),
|
|
2341
|
+
/* @__PURE__ */ l(
|
|
2342
|
+
"path",
|
|
2343
|
+
{
|
|
2344
|
+
fillRule: "evenodd",
|
|
2345
|
+
clipRule: "evenodd",
|
|
2346
|
+
d: "M15 4V5H16V4H15ZM17 6V7H18V6H17ZM13 7V8H14V7H13ZM15 11V12H16V11H15Z",
|
|
2347
|
+
fill: "#F93939"
|
|
2348
|
+
}
|
|
2349
|
+
),
|
|
2350
|
+
/* @__PURE__ */ l(
|
|
2351
|
+
"path",
|
|
2352
|
+
{
|
|
2353
|
+
d: "M9 1H2C1.44772 1 1 1.44772 1 2V7C1 7.55228 1.44772 8 2 8H9C9.55229 8 10 7.55228 10 7V2C10 1.44772 9.55229 1 9 1Z",
|
|
2354
|
+
fill: "white"
|
|
2355
|
+
}
|
|
2356
|
+
),
|
|
2357
|
+
/* @__PURE__ */ l(
|
|
2358
|
+
"path",
|
|
2359
|
+
{
|
|
2360
|
+
fillRule: "evenodd",
|
|
2361
|
+
clipRule: "evenodd",
|
|
2362
|
+
d: "M5 5H2V4H5V2H6V4H9V5H6V7H5V5ZM7.5 6V7H9V6H7.5ZM7.5 2V3H9V2H7.5ZM2 6V7H3.5V6H2ZM2 2V3H3.5V2H2Z",
|
|
2363
|
+
fill: "#F93939"
|
|
2364
|
+
}
|
|
2365
|
+
)
|
|
2366
|
+
] }),
|
|
2367
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6206", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2368
|
+
] }),
|
|
2369
|
+
ni: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2370
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6202)", children: [
|
|
2371
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
2372
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10ZM0 0H21V5H0V0Z", fill: "#1A47B8" }),
|
|
2373
|
+
/* @__PURE__ */ l("path", { opacity: "0.4", fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10ZM0 0H21V5H0V0Z", fill: "#3A99FF" }),
|
|
2374
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 9L10.5 6L12 9H9Z", fill: "#00B731" })
|
|
2375
|
+
] }),
|
|
2376
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6202", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2377
|
+
] }),
|
|
2378
|
+
ne: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2379
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6198)", children: [
|
|
2380
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
2381
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#00B731" }),
|
|
2382
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#FF6C2D" }),
|
|
2383
|
+
/* @__PURE__ */ l(
|
|
2384
|
+
"path",
|
|
2385
|
+
{
|
|
2386
|
+
d: "M10.5 9C11.3284 9 12 8.32843 12 7.5C12 6.67157 11.3284 6 10.5 6C9.67157 6 9 6.67157 9 7.5C9 8.32843 9.67157 9 10.5 9Z",
|
|
2387
|
+
fill: "#FF6C2D"
|
|
2388
|
+
}
|
|
2389
|
+
)
|
|
2390
|
+
] }),
|
|
2391
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6198", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2392
|
+
] }),
|
|
2393
|
+
ng: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2394
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6196)", children: [
|
|
2395
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
2396
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H7V15H0V0ZM14 0H21V15H14V0Z", fill: "#0A6A30" })
|
|
2397
|
+
] }),
|
|
2398
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6196", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2399
|
+
] }),
|
|
2400
|
+
kp: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2401
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#1A47B8" }),
|
|
2402
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 3H21V4H0V3Z", fill: "white" }),
|
|
2403
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 4H21V11H0V4Z", fill: "#F93939" }),
|
|
2404
|
+
/* @__PURE__ */ l(
|
|
2405
|
+
"path",
|
|
2406
|
+
{
|
|
2407
|
+
d: "M5.5 10C6.88071 10 8 8.88071 8 7.5C8 6.11929 6.88071 5 5.5 5C4.11929 5 3 6.11929 3 7.5C3 8.88071 4.11929 10 5.5 10Z",
|
|
2408
|
+
fill: "white"
|
|
2409
|
+
}
|
|
2410
|
+
),
|
|
2411
|
+
/* @__PURE__ */ l(
|
|
2412
|
+
"path",
|
|
2413
|
+
{
|
|
2414
|
+
fillRule: "evenodd",
|
|
2415
|
+
clipRule: "evenodd",
|
|
2416
|
+
d: "M5.49859 8.47597L4.29859 9.10597L4.52859 7.77097L3.55859 6.82697L4.89859 6.63197L5.49859 5.41797L6.09859 6.63297L7.43859 6.82897L6.46859 7.77397L6.69859 9.10997",
|
|
2417
|
+
fill: "#F93939"
|
|
2418
|
+
}
|
|
2419
|
+
),
|
|
2420
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 11H21V12H0V11Z", fill: "white" })
|
|
2421
|
+
] }),
|
|
2422
|
+
mk: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2423
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6185)", children: [
|
|
2424
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#AF010D" }),
|
|
2425
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0L10 7H11L4 0H0ZM0 15L10 8H11L4 15H0Z", fill: "#FFDA2C" }),
|
|
2426
|
+
/* @__PURE__ */ l(
|
|
2427
|
+
"path",
|
|
2428
|
+
{
|
|
2429
|
+
fillRule: "evenodd",
|
|
2430
|
+
clipRule: "evenodd",
|
|
2431
|
+
d: "M11 7H10L17 0H21L11 7ZM11 8H10L17 15H21L11 8ZM8 7L0 6V9L8 8V7ZM13 7L21 6V9L13 8V7ZM10 5L9 0H12L11 5H10ZM10 10L9 15H12L11 10",
|
|
2432
|
+
fill: "#FFDA2C"
|
|
2433
|
+
}
|
|
2434
|
+
),
|
|
2435
|
+
/* @__PURE__ */ l(
|
|
2436
|
+
"path",
|
|
2437
|
+
{
|
|
2438
|
+
d: "M10.5 10C11.8807 10 13 8.88071 13 7.5C13 6.11929 11.8807 5 10.5 5C9.11929 5 8 6.11929 8 7.5C8 8.88071 9.11929 10 10.5 10Z",
|
|
2439
|
+
fill: "#AF010D"
|
|
2440
|
+
}
|
|
2441
|
+
),
|
|
2442
|
+
/* @__PURE__ */ l(
|
|
2443
|
+
"path",
|
|
2444
|
+
{
|
|
2445
|
+
d: "M10.5 9C11.3284 9 12 8.32843 12 7.5C12 6.67157 11.3284 6 10.5 6C9.67157 6 9 6.67157 9 7.5C9 8.32843 9.67157 9 10.5 9Z",
|
|
2446
|
+
fill: "#FFDA2C"
|
|
2447
|
+
}
|
|
2448
|
+
)
|
|
2449
|
+
] }),
|
|
2450
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6185", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2451
|
+
] }),
|
|
2452
|
+
no: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2453
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6182)", children: [
|
|
2454
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#AF010D" }),
|
|
2455
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 9H0V6H6V0H9V6H21V9H9V15H6V9Z", fill: "white" }),
|
|
2456
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 8H0V7H7V0H8V7H21V8H8V15H7V8Z", fill: "#1A47B8" })
|
|
2457
|
+
] }),
|
|
2458
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6182", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2459
|
+
] }),
|
|
2460
|
+
om: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2461
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6177)", children: [
|
|
2462
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
2463
|
+
/* @__PURE__ */ l(
|
|
2464
|
+
"path",
|
|
2465
|
+
{
|
|
2466
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
2467
|
+
fill: "#F93939"
|
|
2468
|
+
}
|
|
2469
|
+
),
|
|
2470
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 10H21V15H6V10Z", fill: "#249F58" }),
|
|
2471
|
+
/* @__PURE__ */ l(
|
|
2472
|
+
"path",
|
|
2473
|
+
{
|
|
2474
|
+
fillRule: "evenodd",
|
|
2475
|
+
clipRule: "evenodd",
|
|
2476
|
+
d: "M5.99972 0H20.9997V5H5.99972V0ZM4.57572 3.903C4.52072 3.986 4.45772 4.063 4.38572 4.136C3.79872 4.722 2.84872 4.722 2.26372 4.136C1.67772 3.551 1.67772 2.601 2.26372 2.016C2.33572 1.942 2.41372 1.879 2.49672 1.824C2.27172 2.244 2.45672 2.916 2.97072 3.429C3.48472 3.941 4.15572 4.127 4.57672 3.902L4.57572 3.903Z",
|
|
2477
|
+
fill: "white"
|
|
2478
|
+
}
|
|
2479
|
+
),
|
|
2480
|
+
/* @__PURE__ */ l(
|
|
2481
|
+
"path",
|
|
2482
|
+
{
|
|
2483
|
+
fillRule: "evenodd",
|
|
2484
|
+
clipRule: "evenodd",
|
|
2485
|
+
d: "M2.42385 3.90322C2.47885 3.98622 2.54185 4.06322 2.61385 4.13622C3.20085 4.72222 4.15085 4.72222 4.73585 4.13622C5.32185 3.55122 5.32185 2.60122 4.73585 2.01622C4.66385 1.94222 4.58585 1.87922 4.50285 1.82422C4.72785 2.24422 4.54285 2.91622 4.02885 3.42922C3.51485 3.94122 2.84385 4.12722 2.42285 3.90222L2.42385 3.90322Z",
|
|
2486
|
+
fill: "white"
|
|
2487
|
+
}
|
|
2488
|
+
)
|
|
2489
|
+
] }),
|
|
2490
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6177", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2491
|
+
] }),
|
|
2492
|
+
pk: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2493
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#0A6A30" }),
|
|
2494
|
+
/* @__PURE__ */ l(
|
|
2495
|
+
"path",
|
|
2496
|
+
{
|
|
2497
|
+
fillRule: "evenodd",
|
|
2498
|
+
clipRule: "evenodd",
|
|
2499
|
+
d: "M15.974 5.974C15.908 6.57 15.72 7 15.5 7C15.28 7 15.092 6.57 15.026 5.974C14.43 5.908 14 5.72 14 5.5C14 5.28 14.43 5.092 15.026 5.026C15.092 4.43 15.28 4 15.5 4C15.72 4 15.908 4.43 15.974 5.026C16.57 5.092 17 5.28 17 5.5C17 5.72 16.57 5.908 15.974 5.974ZM0 0H6V15H0V0Z",
|
|
2500
|
+
fill: "white"
|
|
2501
|
+
}
|
|
2502
|
+
),
|
|
2503
|
+
/* @__PURE__ */ l(
|
|
2504
|
+
"path",
|
|
2505
|
+
{
|
|
2506
|
+
fillRule: "evenodd",
|
|
2507
|
+
clipRule: "evenodd",
|
|
2508
|
+
d: "M17.97 6.968C17.99 7.143 18 7.32 18 7.5C18 9.985 15.985 12 13.5 12C11.015 12 9 9.985 9 7.5C9 5.015 11.015 3 13.5 3C13.68 3 13.857 3.01 14.032 3.03C12.32 3.26 11 4.727 11 6.5C11 8.433 12.567 10 14.5 10C16.274 10 17.74 8.68 17.97 6.968Z",
|
|
2509
|
+
fill: "white"
|
|
2510
|
+
}
|
|
2511
|
+
)
|
|
2512
|
+
] }),
|
|
2513
|
+
pw: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2514
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#3A99FF" }),
|
|
2515
|
+
/* @__PURE__ */ l(
|
|
2516
|
+
"path",
|
|
2517
|
+
{
|
|
2518
|
+
d: "M9.5 12C11.9853 12 14 9.98528 14 7.5C14 5.01472 11.9853 3 9.5 3C7.01472 3 5 5.01472 5 7.5C5 9.98528 7.01472 12 9.5 12Z",
|
|
2519
|
+
fill: "#FFDA2C"
|
|
2520
|
+
}
|
|
2521
|
+
)
|
|
2522
|
+
] }),
|
|
2523
|
+
ps: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2524
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6165)", children: [
|
|
2525
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
2526
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#249F58" }),
|
|
2527
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#151515" }),
|
|
2528
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0V15.033L10 7.5L0 0Z", fill: "#F93939" })
|
|
2529
|
+
] }),
|
|
2530
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6165", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2531
|
+
] }),
|
|
2532
|
+
pa: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2533
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6159)", children: [
|
|
2534
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
2535
|
+
/* @__PURE__ */ l(
|
|
2536
|
+
"path",
|
|
2537
|
+
{
|
|
2538
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
2539
|
+
fill: "white"
|
|
2540
|
+
}
|
|
2541
|
+
),
|
|
2542
|
+
/* @__PURE__ */ l(
|
|
2543
|
+
"path",
|
|
2544
|
+
{
|
|
2545
|
+
fillRule: "evenodd",
|
|
2546
|
+
clipRule: "evenodd",
|
|
2547
|
+
d: "M5.974 4.974C5.908 5.57 5.72 6 5.5 6C5.28 6 5.092 5.57 5.026 4.974C4.43 4.908 4 4.72 4 4.5C4 4.28 4.43 4.092 5.026 4.026C5.092 3.43 5.28 3 5.5 3C5.72 3 5.908 3.43 5.974 4.026C6.57 4.092 7 4.28 7 4.5C7 4.72 6.57 4.908 5.974 4.974Z",
|
|
2548
|
+
fill: "#1A47B8"
|
|
2549
|
+
}
|
|
2550
|
+
),
|
|
2551
|
+
/* @__PURE__ */ l(
|
|
2552
|
+
"path",
|
|
2553
|
+
{
|
|
2554
|
+
fillRule: "evenodd",
|
|
2555
|
+
clipRule: "evenodd",
|
|
2556
|
+
d: "M15.974 11.974C15.908 12.57 15.72 13 15.5 13C15.28 13 15.092 12.57 15.026 11.974C14.43 11.908 14 11.72 14 11.5C14 11.28 14.43 11.092 15.026 11.026C15.092 10.43 15.279 10 15.5 10C15.72 10 15.908 10.43 15.974 11.026C16.57 11.092 17 11.279 17 11.5C17 11.72 16.57 11.908 15.974 11.974Z",
|
|
2557
|
+
fill: "#F93939"
|
|
2558
|
+
}
|
|
2559
|
+
),
|
|
2560
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 8H10V15H0V8Z", fill: "#1A47B8" }),
|
|
2561
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 0H21V8H10V0Z", fill: "#F93939" })
|
|
2562
|
+
] }),
|
|
2563
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6159", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2564
|
+
] }),
|
|
2565
|
+
pg: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2566
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6150)", children: [
|
|
2567
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#AF010D" }),
|
|
2568
|
+
/* @__PURE__ */ l(
|
|
2569
|
+
"path",
|
|
2570
|
+
{
|
|
2571
|
+
fillRule: "evenodd",
|
|
2572
|
+
clipRule: "evenodd",
|
|
2573
|
+
d: "M12 3L14 5C14 5 12 4 11 5L10 6H13L18 9L16 6H18C18 6 18 5 17 4C16 3 15 3 15 3V2L14 3H12Z",
|
|
2574
|
+
fill: "#FFDA2C"
|
|
2575
|
+
}
|
|
2576
|
+
),
|
|
2577
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0L21 15H0V0Z", fill: "#151515" }),
|
|
2578
|
+
/* @__PURE__ */ l(
|
|
2579
|
+
"path",
|
|
2580
|
+
{
|
|
2581
|
+
d: "M5.5 8C5.77614 8 6 7.77614 6 7.5C6 7.22386 5.77614 7 5.5 7C5.22386 7 5 7.22386 5 7.5C5 7.77614 5.22386 8 5.5 8Z",
|
|
2582
|
+
fill: "white"
|
|
2583
|
+
}
|
|
2584
|
+
),
|
|
2585
|
+
/* @__PURE__ */ l(
|
|
2586
|
+
"path",
|
|
2587
|
+
{
|
|
2588
|
+
d: "M3.5 10C3.77614 10 4 9.77614 4 9.5C4 9.22386 3.77614 9 3.5 9C3.22386 9 3 9.22386 3 9.5C3 9.77614 3.22386 10 3.5 10Z",
|
|
2589
|
+
fill: "white"
|
|
2590
|
+
}
|
|
2591
|
+
),
|
|
2592
|
+
/* @__PURE__ */ l(
|
|
2593
|
+
"path",
|
|
2594
|
+
{
|
|
2595
|
+
d: "M7.5 10C7.77614 10 8 9.77614 8 9.5C8 9.22386 7.77614 9 7.5 9C7.22386 9 7 9.22386 7 9.5C7 9.77614 7.22386 10 7.5 10Z",
|
|
2596
|
+
fill: "white"
|
|
2597
|
+
}
|
|
2598
|
+
),
|
|
2599
|
+
/* @__PURE__ */ l(
|
|
2600
|
+
"path",
|
|
2601
|
+
{
|
|
2602
|
+
d: "M5.5 13C5.77614 13 6 12.7761 6 12.5C6 12.2239 5.77614 12 5.5 12C5.22386 12 5 12.2239 5 12.5C5 12.7761 5.22386 13 5.5 13Z",
|
|
2603
|
+
fill: "white"
|
|
2604
|
+
}
|
|
2605
|
+
),
|
|
2606
|
+
/* @__PURE__ */ l(
|
|
2607
|
+
"path",
|
|
2608
|
+
{
|
|
2609
|
+
d: "M6.5 12C6.77614 12 7 11.7761 7 11.5C7 11.2239 6.77614 11 6.5 11C6.22386 11 6 11.2239 6 11.5C6 11.7761 6.22386 12 6.5 12Z",
|
|
2610
|
+
fill: "white"
|
|
2611
|
+
}
|
|
2612
|
+
)
|
|
2613
|
+
] }),
|
|
2614
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6150", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2615
|
+
] }),
|
|
2616
|
+
py: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2617
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6144)", children: [
|
|
2618
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
2619
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#1A47B8" }),
|
|
2620
|
+
/* @__PURE__ */ l(
|
|
2621
|
+
"path",
|
|
2622
|
+
{
|
|
2623
|
+
fillRule: "evenodd",
|
|
2624
|
+
clipRule: "evenodd",
|
|
2625
|
+
d: "M11.97 7.2002C11.99 7.2972 12 7.3972 12 7.5002C12 8.3282 11.328 9.0002 10.5 9.0002C9.672 9.0002 9 8.3282 9 7.5002C9 7.3972 9.01 7.2972 9.03 7.2002C9.17 7.6562 9.774 8.0002 10.5 8.0002C11.226 8.0002 11.83 7.6562 11.97 7.2002Z",
|
|
2626
|
+
fill: "#249F58"
|
|
2627
|
+
}
|
|
2628
|
+
),
|
|
2629
|
+
/* @__PURE__ */ l(
|
|
2630
|
+
"path",
|
|
2631
|
+
{
|
|
2632
|
+
d: "M10.5 7C10.7761 7 11 6.77614 11 6.5C11 6.22386 10.7761 6 10.5 6C10.2239 6 10 6.22386 10 6.5C10 6.77614 10.2239 7 10.5 7Z",
|
|
2633
|
+
fill: "#FFDA2C"
|
|
2634
|
+
}
|
|
2635
|
+
),
|
|
2636
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#F93939" })
|
|
2637
|
+
] }),
|
|
2638
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6144", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2639
|
+
] }),
|
|
2640
|
+
pe: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2641
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6141)", children: [
|
|
2642
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
2643
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H7V15H0V0ZM14 0H21V15H14V0Z", fill: "#F93939" })
|
|
2644
|
+
] }),
|
|
2645
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6141", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2646
|
+
] }),
|
|
2647
|
+
ph: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2648
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6133)", children: [
|
|
2649
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
2650
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V8H0V0Z", fill: "#1A47B8" }),
|
|
2651
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0V15.033L10 7.5L0 0Z", fill: "white" }),
|
|
2652
|
+
/* @__PURE__ */ l(
|
|
2653
|
+
"path",
|
|
2654
|
+
{
|
|
2655
|
+
fillRule: "evenodd",
|
|
2656
|
+
clipRule: "evenodd",
|
|
2657
|
+
d: "M4.485 7.985C5.355 7.93 6 7.735 6 7.5C6 7.266 5.355 7.07 4.485 7.015C4.43 6.145 4.235 5.5 4 5.5C3.766 5.5 3.57 6.145 3.515 7.015C2.645 7.07 2 7.265 2 7.5C2 7.734 2.645 7.93 3.515 7.985C3.569 8.855 3.765 9.5 4 9.5C4.234 9.5 4.43 8.855 4.485 7.985Z",
|
|
2658
|
+
fill: "#FFDA2C"
|
|
2659
|
+
}
|
|
2660
|
+
),
|
|
2661
|
+
/* @__PURE__ */ l(
|
|
2662
|
+
"path",
|
|
2663
|
+
{
|
|
2664
|
+
d: "M7.5 8C7.77614 8 8 7.77614 8 7.5C8 7.22386 7.77614 7 7.5 7C7.22386 7 7 7.22386 7 7.5C7 7.77614 7.22386 8 7.5 8Z",
|
|
2665
|
+
fill: "#FFDA2C"
|
|
2666
|
+
}
|
|
2667
|
+
),
|
|
2668
|
+
/* @__PURE__ */ l(
|
|
2669
|
+
"path",
|
|
2670
|
+
{
|
|
2671
|
+
d: "M2.5 5C2.77614 5 3 4.77614 3 4.5C3 4.22386 2.77614 4 2.5 4C2.22386 4 2 4.22386 2 4.5C2 4.77614 2.22386 5 2.5 5Z",
|
|
2672
|
+
fill: "#FFDA2C"
|
|
2673
|
+
}
|
|
2674
|
+
),
|
|
2675
|
+
/* @__PURE__ */ l(
|
|
2676
|
+
"path",
|
|
2677
|
+
{
|
|
2678
|
+
d: "M2.5 11C2.77614 11 3 10.7761 3 10.5C3 10.2239 2.77614 10 2.5 10C2.22386 10 2 10.2239 2 10.5C2 10.7761 2.22386 11 2.5 11Z",
|
|
2679
|
+
fill: "#FFDA2C"
|
|
2680
|
+
}
|
|
2681
|
+
)
|
|
2682
|
+
] }),
|
|
2683
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6133", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2684
|
+
] }),
|
|
2685
|
+
pl: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2686
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#AF010D" }),
|
|
2687
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V8H0V0Z", fill: "white" })
|
|
2688
|
+
] }),
|
|
2689
|
+
pt: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2690
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
2691
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H7V15H0V0Z", fill: "#249F58" }),
|
|
2692
|
+
/* @__PURE__ */ l(
|
|
2693
|
+
"path",
|
|
2694
|
+
{
|
|
2695
|
+
d: "M7 10C8.65685 10 10 8.65685 10 7C10 5.34315 8.65685 4 7 4C5.34315 4 4 5.34315 4 7C4 8.65685 5.34315 10 7 10Z",
|
|
2696
|
+
fill: "#FFDA2C"
|
|
2697
|
+
}
|
|
2698
|
+
),
|
|
2699
|
+
/* @__PURE__ */ l(
|
|
2700
|
+
"path",
|
|
2701
|
+
{
|
|
2702
|
+
fillRule: "evenodd",
|
|
2703
|
+
clipRule: "evenodd",
|
|
2704
|
+
d: "M9 8V5H5V8C5 8.552 5.895 9 7 9C8.105 9 9 8.552 9 8Z",
|
|
2705
|
+
fill: "#F93939"
|
|
2706
|
+
}
|
|
2707
|
+
),
|
|
2708
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 6H8V8H6V6Z", fill: "white" }),
|
|
2709
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 6H7V7H6V6ZM7 7H8V8H7V7Z", fill: "#1A47B8" })
|
|
2710
|
+
] }),
|
|
2711
|
+
qa: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2712
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#AF010D" }),
|
|
2713
|
+
/* @__PURE__ */ l(
|
|
2714
|
+
"path",
|
|
2715
|
+
{
|
|
2716
|
+
fillRule: "evenodd",
|
|
2717
|
+
clipRule: "evenodd",
|
|
2718
|
+
d: "M5 0L8 1L5 2L8 3L5 4L8 5L5 6L8 7L5 8L8 9L5 10L8 11L5 12L8 13L5 14L8 15H0V0H5Z",
|
|
2719
|
+
fill: "white"
|
|
2720
|
+
}
|
|
2721
|
+
)
|
|
2722
|
+
] }),
|
|
2723
|
+
ro: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2724
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6117)", children: [
|
|
2725
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
2726
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H7V15H0V0Z", fill: "#1A47B8" }),
|
|
2727
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 0H21V15H14V0Z", fill: "#F93939" })
|
|
2728
|
+
] }),
|
|
2729
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6117", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2730
|
+
] }),
|
|
2731
|
+
ru: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2732
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6114)", children: [
|
|
2733
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#1A47B8" }),
|
|
2734
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#F93939" }),
|
|
2735
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "white" })
|
|
2736
|
+
] }),
|
|
2737
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6114", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2738
|
+
] }),
|
|
2739
|
+
rw: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2740
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6110)", children: [
|
|
2741
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
2742
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 11H21V15H0V11Z", fill: "#0A6A30" }),
|
|
2743
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V7H0V0Z", fill: "#03BCDB" }),
|
|
2744
|
+
/* @__PURE__ */ l(
|
|
2745
|
+
"path",
|
|
2746
|
+
{
|
|
2747
|
+
fillRule: "evenodd",
|
|
2748
|
+
clipRule: "evenodd",
|
|
2749
|
+
d: "M16.974 3.974C17.57 3.908 18 3.72 18 3.5C18 3.28 17.57 3.092 16.974 3.026C16.908 2.43 16.72 2 16.5 2C16.28 2 16.092 2.43 16.026 3.026C15.43 3.092 15 3.28 15 3.5C15 3.72 15.43 3.908 16.026 3.974C16.092 4.57 16.28 5 16.5 5C16.72 5 16.908 4.57 16.974 3.974Z",
|
|
2750
|
+
fill: "#FFDA2C"
|
|
2751
|
+
}
|
|
2752
|
+
)
|
|
2753
|
+
] }),
|
|
2754
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6110", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2755
|
+
] }),
|
|
2756
|
+
lc: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2757
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#3ECBF8" }),
|
|
2758
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 13L10.5 2L15 13H6Z", fill: "white" }),
|
|
2759
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 13L10.5 4L14 13H7Z", fill: "#151515" }),
|
|
2760
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 13L10.5 8L15 13H6Z", fill: "#FFDA2C" })
|
|
2761
|
+
] }),
|
|
2762
|
+
vc: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2763
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6102)", children: [
|
|
2764
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
2765
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H6V15H0V0Z", fill: "#1A47B8" }),
|
|
2766
|
+
/* @__PURE__ */ l(
|
|
2767
|
+
"path",
|
|
2768
|
+
{
|
|
2769
|
+
fillRule: "evenodd",
|
|
2770
|
+
clipRule: "evenodd",
|
|
2771
|
+
d: "M15 0H21V15H15V0ZM8 7L9 5L10 7L9 9L8 7ZM11 7L12 5L13 7L12 9L11 7ZM9.5 9L10.5 7L11.5 9L10.5 11L9.5 9Z",
|
|
2772
|
+
fill: "#0A6A30"
|
|
2773
|
+
}
|
|
2774
|
+
)
|
|
2775
|
+
] }),
|
|
2776
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6102", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2777
|
+
] }),
|
|
2778
|
+
ws: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2779
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6097)", children: [
|
|
2780
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
2781
|
+
/* @__PURE__ */ l(
|
|
2782
|
+
"path",
|
|
2783
|
+
{
|
|
2784
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
2785
|
+
fill: "#F93939"
|
|
2786
|
+
}
|
|
2787
|
+
),
|
|
2788
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H11V8H0V0Z", fill: "#232C80" }),
|
|
2789
|
+
/* @__PURE__ */ l(
|
|
2790
|
+
"path",
|
|
2791
|
+
{
|
|
2792
|
+
opacity: "0.5",
|
|
2793
|
+
fillRule: "evenodd",
|
|
2794
|
+
clipRule: "evenodd",
|
|
2795
|
+
d: "M5 2H6V3H5V2ZM7 3H8V4H7V3ZM6 4H7V5H6V4ZM5 5H6V6H5V5ZM4 3H5V4H4V3Z",
|
|
2796
|
+
fill: "white"
|
|
2797
|
+
}
|
|
2798
|
+
)
|
|
2799
|
+
] }),
|
|
2800
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6097", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2801
|
+
] }),
|
|
2802
|
+
sm: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2803
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
2804
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 7H21V15H0V7Z", fill: "#3A99FF" }),
|
|
2805
|
+
/* @__PURE__ */ l("path", { opacity: "0.2", fillRule: "evenodd", clipRule: "evenodd", d: "M0 7H21V15H0V7Z", fill: "white" }),
|
|
2806
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 4H13V5L10.5 6L8 5V4Z", fill: "#D4AF2C" }),
|
|
2807
|
+
/* @__PURE__ */ l(
|
|
2808
|
+
"path",
|
|
2809
|
+
{
|
|
2810
|
+
fillRule: "evenodd",
|
|
2811
|
+
clipRule: "evenodd",
|
|
2812
|
+
d: "M13 8.5C13 7.12 11.88 6 10.5 6C9.12 6 8 7.12 8 8.5C8 9.88 9.12 11 10.5 11C11.88 11 13 9.88 13 8.5ZM10.5 10C11.328 10 12 9.105 12 8C12 6.895 11.328 6 10.5 6C9.672 6 9 6.895 9 8C9 9.105 9.672 10 10.5 10Z",
|
|
2813
|
+
fill: "#249F58"
|
|
2814
|
+
}
|
|
2815
|
+
),
|
|
2816
|
+
/* @__PURE__ */ l(
|
|
2817
|
+
"path",
|
|
2818
|
+
{
|
|
2819
|
+
d: "M10.5 9C10.7761 9 11 8.55228 11 8C11 7.44772 10.7761 7 10.5 7C10.2239 7 10 7.44772 10 8C10 8.55228 10.2239 9 10.5 9Z",
|
|
2820
|
+
fill: "#D4AF2C"
|
|
2821
|
+
}
|
|
2822
|
+
)
|
|
2823
|
+
] }),
|
|
2824
|
+
st: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2825
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6087)", children: [
|
|
2826
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
2827
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 11V15H21V11H0ZM0 0V4H21V0H0Z", fill: "#00B731" }),
|
|
2828
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0V15.033L7 7.5L0 0Z", fill: "#F93939" }),
|
|
2829
|
+
/* @__PURE__ */ l(
|
|
2830
|
+
"path",
|
|
2831
|
+
{
|
|
2832
|
+
fillRule: "evenodd",
|
|
2833
|
+
clipRule: "evenodd",
|
|
2834
|
+
d: "M10.5004 8.42L9.35544 9.023L9.57544 7.748L8.64844 6.845L9.92844 6.66L10.5004 5.5L11.0724 6.66L12.3524 6.845L11.4264 7.748L11.6464 9.023L10.5004 8.42ZM16.5004 8.42L15.3554 9.023L15.5754 7.748L14.6484 6.845L15.9284 6.66L16.5004 5.5L17.0724 6.66L18.3524 6.845L17.4264 7.748L17.6464 9.023",
|
|
2835
|
+
fill: "#151515"
|
|
2836
|
+
}
|
|
2837
|
+
)
|
|
2838
|
+
] }),
|
|
2839
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6087", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2840
|
+
] }),
|
|
2841
|
+
sa: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2842
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#249F58" }),
|
|
2843
|
+
/* @__PURE__ */ l(
|
|
2844
|
+
"path",
|
|
2845
|
+
{
|
|
2846
|
+
fillRule: "evenodd",
|
|
2847
|
+
clipRule: "evenodd",
|
|
2848
|
+
d: "M15.9999 10.0002V9.00025H4.99986L6.99986 10.0002H12.9999C12.9999 10.5522 13.6719 11.0002 14.4999 11.0002C15.3279 11.0002 15.9999 10.5522 15.9999 10.0002ZM8.72986 3.90625C8.71786 3.90625 8.69986 3.91225 8.67686 3.92625C8.62286 3.96225 8.51686 4.07325 8.51286 4.20125C8.50986 4.27425 8.49586 4.27425 8.54286 4.32125C8.57686 4.36925 8.61286 4.36525 8.68086 4.32825C8.72086 4.29825 8.73386 4.28125 8.74786 4.23225C8.76386 4.15225 8.66086 4.27225 8.64786 4.18025C8.62486 4.09625 8.69086 4.06025 8.75286 3.98025C8.75486 3.94025 8.75486 3.91025 8.72986 3.90825V3.90625ZM9.73286 3.91125C9.71286 3.91525 9.68986 3.94125 9.65686 3.99925C9.63386 4.06125 9.53286 4.15525 9.60686 4.34925C9.66486 4.47225 9.68986 4.67125 9.66286 4.89425C9.62086 4.95725 9.61286 4.97925 9.55786 5.04225C9.48186 5.12525 9.39786 5.10425 9.33586 5.07225C9.27586 5.03225 9.22986 5.01225 9.20286 4.88625C9.20786 4.68625 9.21986 4.35425 9.18286 4.28425C9.12886 4.17625 9.03886 4.21425 9.00086 4.24725C8.81786 4.41725 8.72686 4.70025 8.67086 4.92725C8.62086 5.09125 8.56586 5.04325 8.52786 4.97725C8.43486 4.88925 8.42786 4.20725 8.31586 4.32025C8.13586 4.83425 8.41886 5.39725 8.61586 5.34225C8.75586 5.40225 8.84586 5.13225 8.90386 4.83725C8.94386 4.75425 8.97386 4.74425 8.99386 4.78725C8.98886 5.17925 9.02386 5.26725 9.12386 5.38525C9.34786 5.55925 9.53386 5.40725 9.54886 5.39325L9.72386 5.21925C9.76386 5.17925 9.81386 5.17525 9.86886 5.21125C9.92286 5.26125 9.91586 5.34425 10.0289 5.40125C10.1269 5.44125 10.3319 5.41125 10.3789 5.32825C10.4439 5.21825 10.4589 5.18025 10.4889 5.13825C10.5349 5.07825 10.6139 5.10525 10.6139 5.12425C10.6069 5.15925 10.5609 5.19425 10.5919 5.25425C10.6469 5.29425 10.6599 5.26825 10.6919 5.25925C10.8059 5.20525 10.8919 4.95725 10.8919 4.95725C10.8969 4.86525 10.8449 4.87225 10.8119 4.89125C10.7669 4.91825 10.7649 4.92725 10.7219 4.95425C10.6649 4.96225 10.5569 4.99925 10.5039 4.91625C10.4489 4.81625 10.4489 4.67825 10.4069 4.57625C10.4069 4.57025 10.3339 4.41925 10.4009 4.41025C10.4339 4.41625 10.5079 4.43525 10.5189 4.37425C10.5549 4.31425 10.4419 4.14425 10.3649 4.06025C10.2989 3.98725 10.2069 3.97825 10.1179 4.05225C10.0549 4.11025 10.0649 4.17425 10.0519 4.23525C10.0369 4.30525 10.0399 4.39225 10.1119 4.48525C10.1739 4.60725 10.2869 4.76525 10.2489 4.98725C10.2489 4.98725 10.1839 5.09325 10.0689 5.07925C10.0189 5.06925 9.94086 5.04925 9.89886 4.73925C9.86886 4.50625 9.90686 4.17925 9.80886 4.02625C9.78586 3.96925 9.76686 3.91325 9.73486 3.91625L9.73286 3.91125ZM9.41486 3.93725C9.38486 3.94025 9.35186 3.97525 9.32486 4.04225C9.30186 4.09425 9.27286 4.36225 9.27786 4.36225C9.25786 4.44225 9.36086 4.47625 9.40786 4.37425C9.47786 4.18425 9.47786 4.10425 9.48186 4.02625C9.47186 3.96625 9.44486 3.93625 9.41486 3.93825V3.93725ZM10.5879 3.95725C10.5579 3.96125 10.5329 3.97925 10.5239 4.02525C10.5109 4.13125 10.5179 4.19025 10.5359 4.27925C10.5489 4.33925 10.6359 4.43725 10.6779 4.49525C10.8809 4.76825 11.0779 5.04225 11.2659 5.32525C11.2959 5.53725 11.3159 5.74325 11.3309 5.94925C11.3629 6.39925 11.3709 6.95925 11.3439 7.43425C11.4279 7.43725 11.5639 7.29725 11.6109 7.09425C11.6409 6.81025 11.6009 6.23425 11.5969 6.06625L11.5869 5.82825C11.8069 6.18825 12.0189 6.56825 12.2269 6.98425C12.3039 6.94825 12.2869 6.51925 12.2429 6.45925C12.0749 6.09925 11.8429 5.74325 11.7699 5.60625C11.7429 5.55625 11.6519 5.41925 11.5449 5.26025C11.5249 5.03225 11.5029 4.84025 11.4889 4.78225C11.4539 4.54225 11.5869 4.80925 11.5689 4.67025C11.5249 4.43025 11.3929 4.26825 11.2369 4.04825C11.1869 3.97825 11.1869 3.96225 11.1099 4.06625C11.0649 4.17125 11.0649 4.25925 11.0799 4.34125C11.0579 4.31125 11.0329 4.27725 10.9969 4.23325L10.7419 4.01725C10.7069 3.99225 10.6389 3.95425 10.5879 3.95725ZM14.0639 3.99425C14.0489 3.99225 14.0339 3.99925 14.0139 4.02625C13.9789 4.05625 13.9419 4.11325 13.9439 4.18625C13.9509 4.31125 13.9739 4.44025 13.9819 4.56625L13.9919 4.61625C13.9779 4.60025 13.9659 4.58625 13.9589 4.58025C13.7119 4.32025 14.0719 4.53625 13.9109 4.33725C13.7759 4.18725 13.7359 4.14125 13.6209 4.05125C13.5609 4.01525 13.5269 3.94325 13.5079 4.06525C13.4999 4.17225 13.4919 4.29725 13.4979 4.38725C13.4979 4.43725 13.5509 4.53225 13.5959 4.58725C13.7599 4.79025 13.9279 5.00525 14.0959 5.22925C14.1319 5.68625 14.1409 6.10525 14.1759 6.56325C14.1719 6.75925 14.1119 7.01925 14.0559 7.04325C14.0559 7.04325 13.9679 7.09325 13.9099 7.03825C13.8669 7.02125 13.6979 6.75525 13.6979 6.75525C13.6109 6.67525 13.5529 6.69825 13.4919 6.75525C13.3219 6.91925 13.2439 7.22725 13.1289 7.43925C13.0989 7.48625 13.0159 7.52725 12.9229 7.43525C12.6859 7.11125 12.8229 6.65025 12.7949 6.76925C12.5849 7.00725 12.6769 7.40125 12.7249 7.48625C12.7949 7.62625 12.8509 7.71625 12.9849 7.78325C13.1099 7.87325 13.2049 7.81825 13.2589 7.75325C13.3829 7.62525 13.3849 7.29625 13.4429 7.23125C13.4829 7.11125 13.5859 7.13125 13.6359 7.18525C13.6859 7.25525 13.7419 7.30025 13.8129 7.33825C13.9289 7.44025 14.0669 7.45825 14.2029 7.36525C14.2959 7.31325 14.3569 7.24525 14.4109 7.11125C14.4709 6.95525 14.4409 6.13525 14.4279 5.67925L14.6879 6.05525C14.7239 6.45525 14.7409 6.85025 14.7279 7.22825C14.7199 7.30325 14.9909 7.00425 14.9879 6.86225C14.9879 6.73925 14.9899 6.62625 14.9879 6.52225C15.1209 6.73225 15.2479 6.94525 15.3679 7.16225C15.4429 7.12225 15.4179 6.69925 15.3709 6.64225C15.2449 6.43025 15.0829 6.20225 14.9579 6.02425C14.9329 5.80125 14.8999 5.53825 14.8839 5.45725C14.8609 5.33125 14.8369 5.14225 14.8009 4.99325C14.7909 4.93625 14.7609 4.75025 14.7709 4.73325C14.7849 4.69025 14.8409 4.73325 14.8679 4.68525C14.9079 4.64025 14.7259 4.16525 14.6329 4.03125C14.5999 3.97125 14.5389 3.99125 14.4649 4.09125C14.3949 4.15525 14.4209 4.30325 14.4469 4.44425C14.5149 4.80425 14.5769 5.16825 14.6249 5.53425C14.5349 5.39925 14.4249 5.23725 14.3169 5.08225L14.3029 5.01225C14.3029 5.00425 14.2889 4.71725 14.2759 4.64925C14.2729 4.62125 14.2659 4.61325 14.2959 4.61725C14.3259 4.64325 14.3299 4.64425 14.3489 4.65325C14.3809 4.65725 14.4089 4.60525 14.3889 4.55625L14.0989 4.02225C14.0889 4.00925 14.0749 3.99725 14.0589 3.99525L14.0639 3.99425ZM5.09386 4.00425C5.03886 4.00225 4.98086 4.03425 5.00386 4.09925C4.98986 4.13425 5.10786 4.25225 5.12886 4.31725C5.14586 4.36425 5.10886 4.51225 5.14886 4.52725C5.18386 4.54225 5.23286 4.42325 5.25086 4.31425C5.26086 4.25425 5.25386 4.04825 5.11386 4.00625C5.10686 4.00425 5.09986 4.00425 5.09186 4.00325L5.09386 4.00425ZM15.3139 4.00425C15.3009 4.00625 15.2859 4.02425 15.2639 4.07425C15.2089 4.16425 15.1899 4.32425 15.2119 4.46425C15.3419 5.35425 15.4419 6.21625 15.4619 7.00425C15.4499 7.08025 15.4459 7.12025 15.4119 7.21425C15.3339 7.31425 15.2479 7.43825 15.1669 7.49825C15.0869 7.55825 14.9149 7.61625 14.8589 7.66025C14.6789 7.76225 14.6789 7.88025 14.8229 7.88525C15.0709 7.85525 15.3649 7.83525 15.5669 7.53025C15.6209 7.44525 15.6849 7.21325 15.6869 7.07025C15.7069 6.24025 15.6769 5.42525 15.5519 4.82425C15.5439 4.76425 15.5179 4.63125 15.5279 4.61425C15.5429 4.57225 15.6239 4.61725 15.6529 4.57025C15.6959 4.52625 15.4429 4.20325 15.3549 4.06525C15.3369 4.03125 15.3249 4.00225 15.3109 4.00525L15.3139 4.00425ZM12.7109 4.01825C12.7009 4.02025 12.6869 4.03625 12.6589 4.07325C12.5889 4.29925 12.5649 4.48325 12.5919 4.62525C12.7719 5.55525 12.9519 6.40025 12.9239 7.28525C13.0079 7.28525 13.1059 7.09225 13.1479 6.90025C13.1709 6.63525 13.1319 6.47425 13.1259 6.32025C13.1189 6.16425 12.9499 4.90425 12.9159 4.78725C12.8739 4.56525 13.0799 4.75725 13.0579 4.62925C12.9859 4.46525 12.8079 4.22925 12.7539 4.08625C12.7339 4.04825 12.7299 4.01325 12.7139 4.01625L12.7109 4.01825ZM6.37686 4.03625C6.35686 4.04025 6.33386 4.05825 6.32686 4.08625C6.32186 4.10625 6.33486 4.13925 6.31686 4.14925C6.30686 4.15925 6.26886 4.15225 6.27086 4.09925C6.27086 4.08125 6.25786 4.06325 6.25086 4.05225C6.24286 4.04825 6.23786 4.04725 6.22386 4.04725C6.20686 4.04725 6.20686 4.05225 6.19786 4.06725C6.19386 4.08125 6.18786 4.09525 6.18786 4.11125C6.18586 4.13125 6.17786 4.13625 6.16486 4.13925C6.14886 4.13925 6.15186 4.14125 6.13986 4.13225C6.12986 4.12525 6.12186 4.12225 6.12186 4.10825C6.12186 4.09325 6.11786 4.06825 6.11386 4.06025C6.10686 4.05025 6.09586 4.04625 6.08386 4.04325C6.01786 4.04325 6.01386 4.12125 6.01686 4.14925C6.01186 4.15525 6.00986 4.28925 6.09986 4.32725C6.21986 4.38525 6.44786 4.36025 6.43986 4.16525C6.43986 4.14825 6.43486 4.09025 6.43286 4.07525C6.42086 4.04525 6.39786 4.03525 6.37586 4.03825L6.37686 4.03625ZM8.00286 4.03825C7.96086 4.04025 7.92286 4.05225 7.89286 4.06825C7.81286 4.14525 7.79286 4.26825 7.85686 4.34525C7.91686 4.37525 7.97986 4.43525 7.93886 4.47025C7.76486 4.65525 7.31186 4.96625 7.28886 5.02325V5.02925H7.29286V5.03125C7.31586 5.04625 7.59986 5.04625 7.63086 5.03125H7.63286C7.73086 4.99425 8.19286 4.46625 8.19286 4.46625C8.16886 4.44625 8.14686 4.43025 8.12286 4.40925C8.09686 4.38725 8.09986 4.36525 8.12286 4.34325C8.23686 4.27725 8.20086 4.13025 8.14086 4.06325C8.09086 4.04125 8.04486 4.03325 8.00286 4.03625V4.03825ZM12.2529 4.03825C12.2409 4.04125 12.2259 4.05825 12.2029 4.10825C12.1479 4.19825 12.1109 4.35325 12.1159 4.49825C12.2339 5.31825 12.2699 6.03525 12.3479 6.85525C12.3539 6.93525 12.3419 7.04925 12.2899 7.09525C12.0939 7.29925 11.8129 7.54925 11.5069 7.66525C11.4739 7.70225 11.5889 7.85925 11.7369 7.85925C11.9849 7.82925 12.2029 7.69125 12.4069 7.32425C12.4599 7.23925 12.5549 7.05625 12.5569 6.91425C12.5769 6.08225 12.5169 5.43425 12.3909 4.83425C12.3839 4.77425 12.3889 4.70425 12.3989 4.68825C12.4149 4.66825 12.4689 4.68825 12.4989 4.64125C12.5409 4.59725 12.3849 4.23825 12.2969 4.10125C12.2789 4.06625 12.2689 4.03825 12.2529 4.03925V4.03825ZM5.66886 4.06525C5.63486 4.06925 5.60286 4.09525 5.58686 4.13525C5.58186 4.26525 5.58086 4.39525 5.59686 4.51725C5.65686 4.73025 5.67386 4.91725 5.70286 5.13425C5.71286 5.42625 5.53486 5.26025 5.54286 5.11625C5.58286 4.92825 5.57286 4.63325 5.53686 4.55825C5.50686 4.48325 5.47486 4.46525 5.40486 4.47825C5.34986 4.47425 5.20686 4.62825 5.16686 4.88825C5.16686 4.88825 5.13286 5.02025 5.11886 5.13825C5.09886 5.27125 5.01086 5.36625 4.94886 5.12025C4.89586 4.94025 4.86386 4.50025 4.77486 4.60225C4.74886 4.94625 4.71886 5.55225 5.01086 5.61425C5.36486 5.64825 5.16886 5.01625 5.29686 4.90125C5.32186 4.84625 5.36686 4.84525 5.36986 4.91625V5.45325C5.36586 5.62725 5.47986 5.67925 5.56986 5.71525C5.66286 5.70825 5.72386 5.71125 5.75986 5.80125L5.80486 6.73125C5.80486 6.73125 6.01886 6.79125 6.02886 6.20825C6.03886 5.86525 5.95886 5.57825 6.00586 5.51125C6.00786 5.44525 6.09186 5.44125 6.14986 5.47425C6.24286 5.53925 6.28386 5.61925 6.42786 5.58725C6.64786 5.52725 6.77786 5.42125 6.78086 5.25325C6.77086 5.09325 6.75086 4.93325 6.68086 4.77325C6.69086 4.74525 6.64086 4.67025 6.65086 4.64125C6.68886 4.70125 6.74886 4.69725 6.76086 4.64125C6.72486 4.51825 6.66686 4.40125 6.57286 4.35125C6.49586 4.28125 6.38286 4.29625 6.34086 4.43825C6.32086 4.60225 6.40086 4.79625 6.52086 4.95525C6.54486 5.01725 6.58086 5.12025 6.56486 5.21325C6.50186 5.24925 6.43886 5.23325 6.38486 5.17825C6.38486 5.17825 6.21186 5.04825 6.21186 5.01825C6.25886 4.72325 6.22186 4.68825 6.19686 4.60825C6.17886 4.49425 6.12486 4.45825 6.08186 4.38025C6.03786 4.33325 5.97886 4.33325 5.95186 4.38025C5.87386 4.51325 5.90986 4.80025 5.96586 4.92725C6.00586 5.04525 6.06786 5.11925 6.03886 5.11925C6.01486 5.18425 5.96486 5.16925 5.92886 5.09225C5.87886 4.93225 5.86686 4.69625 5.86686 4.58925C5.85186 4.45725 5.83486 4.17425 5.74686 4.10225C5.72386 4.07025 5.69686 4.05925 5.66986 4.06225L5.66886 4.06525ZM6.91086 4.06525C6.89386 4.06925 6.87386 4.07925 6.85086 4.08525C6.77586 4.10825 6.70586 4.17325 6.72786 4.29925C6.81786 4.83925 6.87486 5.25225 6.96386 5.79225C6.97686 5.85625 6.92386 5.93925 6.85586 5.93225C6.73986 5.85225 6.71086 5.69225 6.51286 5.70025C6.36886 5.70025 6.20486 5.85825 6.18486 6.00825C6.16086 6.12825 6.15286 6.25825 6.18486 6.36225C6.28486 6.48225 6.40686 6.47025 6.51286 6.44225C6.59986 6.40725 6.67286 6.32225 6.70286 6.34225C6.72286 6.37525 6.70086 6.65625 6.29286 6.87225C6.04086 6.98625 5.84086 7.01225 5.73286 6.80825C5.66686 6.68025 5.73886 6.19225 5.57486 6.30425C5.08886 7.55625 6.71186 7.73025 6.89286 6.35625C6.90486 6.31625 6.93986 6.27825 6.96586 6.28825C6.97586 6.29325 6.98586 6.30825 6.98986 6.33625C6.95186 7.58025 5.73386 7.66625 5.52786 7.27425C5.47586 7.18225 5.46086 6.97625 5.45586 6.85425C5.44586 6.77925 5.42786 6.73625 5.40586 6.71925C5.35586 6.68225 5.28986 6.77925 5.27586 6.94625C5.25586 7.08125 5.26086 7.11825 5.26086 7.24825C5.32686 8.23125 6.89386 7.80825 7.14886 6.99825C7.27486 6.57825 7.14586 6.26125 7.18886 6.22225L7.19186 6.22025H7.19486L7.19986 6.21825C7.35586 6.38625 7.57386 6.23825 7.62186 6.18125C7.64186 6.15125 7.69386 6.13125 7.72986 6.17125C7.84986 6.25725 8.06386 6.21625 8.10786 6.06125C8.13386 5.91125 8.15586 5.75725 8.16086 5.59625C8.08086 5.62125 8.01686 5.63925 7.99086 5.66625C7.98486 5.67325 7.98086 5.68125 7.97886 5.68925L7.95886 5.82225C7.95886 5.82725 7.95686 5.83025 7.95486 5.83225C7.95186 5.83925 7.94486 5.84425 7.94086 5.84725C7.91286 5.86225 7.86386 5.85425 7.86086 5.81325C7.82386 5.64325 7.66886 5.62125 7.57486 5.88625C7.51186 5.93625 7.39486 5.94625 7.38486 5.87025C7.39986 5.69225 7.32786 5.66825 7.18486 5.75225L7.04686 4.71225C7.10686 4.70925 7.16086 4.75225 7.21686 4.68425C7.15686 4.50025 7.03186 4.12625 6.96086 4.09025H6.95886L6.94886 4.08025C6.94886 4.07825 6.94586 4.07725 6.94386 4.07625L6.93986 4.07025C6.93586 4.07025 6.93186 4.06825 6.92986 4.06725C6.92286 4.06525 6.91686 4.06525 6.90986 4.06525H6.91086ZM11.7529 4.06925C11.6909 4.06725 11.6229 4.10625 11.6489 4.18425C11.6329 4.22725 11.7819 4.37125 11.8059 4.44925C11.8489 4.56925 11.7729 4.68625 11.8179 4.70325C11.8599 4.72125 11.9179 4.57825 11.9379 4.44525C11.9639 4.33725 11.8879 4.11725 11.7779 4.07225L11.7529 4.07025V4.06925ZM7.97986 4.20025C8.00786 4.19825 8.04186 4.22425 8.05986 4.26025C8.07686 4.30025 8.06786 4.33725 8.03986 4.34425C8.00986 4.35125 7.97186 4.32625 7.95386 4.28625C7.93586 4.24625 7.94386 4.20925 7.97386 4.20225H7.97986V4.20025ZM14.9769 4.38225C14.9199 4.38025 14.8569 4.42225 14.8829 4.50725C14.8689 4.55325 15.0029 4.70925 15.0259 4.79525C15.0459 4.85525 14.9959 5.05125 15.0359 5.06925C15.0739 5.08925 15.1259 4.93325 15.1459 4.78925C15.1579 4.70925 15.0999 4.43425 15.0009 4.38525C14.9939 4.38325 14.9859 4.38125 14.9779 4.38125L14.9769 4.38225ZM11.1069 4.47825C11.1139 4.50125 11.1189 4.52425 11.1219 4.54825C11.1339 4.59825 11.1439 4.64825 11.1539 4.70025C11.1099 4.63825 11.0739 4.58825 11.0569 4.57025C10.9569 4.45025 11.0589 4.49225 11.1069 4.47825ZM11.9999 4.91625C11.9779 4.92025 11.9569 4.93925 11.9499 4.96925C11.9439 4.98725 11.9579 5.01925 11.9399 5.02925C11.9299 5.03925 11.8899 5.03325 11.8929 4.97925C11.8929 4.96125 11.8799 4.94225 11.8729 4.93225C11.8649 4.92725 11.8599 4.92525 11.8459 4.92525C11.8289 4.92525 11.8289 4.93025 11.8199 4.94525C11.8159 4.95925 11.8099 4.97325 11.8099 4.99025C11.8099 5.01025 11.8019 5.01625 11.7879 5.02025C11.7719 5.02025 11.7749 5.02025 11.7619 5.01325C11.7539 5.00325 11.7449 5.00125 11.7449 4.98725C11.7449 4.97225 11.7419 4.94925 11.7369 4.93925C11.7299 4.92925 11.7199 4.92625 11.7069 4.92225C11.6419 4.92225 11.6369 4.99825 11.6409 5.02625C11.6369 5.03225 11.6339 5.16825 11.7239 5.20625C11.8459 5.26325 12.0739 5.23625 12.0639 5.04225C12.0639 5.02525 12.0589 4.96725 12.0579 4.95225C12.0449 4.92225 12.0219 4.91225 12.0009 4.91525L11.9999 4.91625ZM7.92986 4.95625C7.91586 4.95625 7.89586 4.96025 7.87286 4.97425C7.76586 5.03225 7.72486 5.20425 7.79286 5.30425C7.85286 5.39425 7.95286 5.36125 7.96586 5.36125C8.07086 5.37525 8.13286 5.16525 8.13286 5.16525C8.13286 5.16525 8.13586 5.10525 8.01286 5.21725C7.95886 5.22725 7.95286 5.20725 7.93886 5.17725C7.92686 5.12425 7.92886 5.06725 7.95386 5.01425C7.96586 4.98125 7.95386 4.96025 7.92986 4.95825V4.95625ZM13.6829 4.98325C13.6229 4.98025 13.5599 5.01925 13.5429 5.10025C13.5429 5.14825 13.5649 5.17425 13.5609 5.21825C13.5559 5.24325 13.5309 5.25825 13.4689 5.23025C13.4789 5.22025 13.4289 5.15225 13.4289 5.15225C13.3819 5.12225 13.3189 5.15225 13.2769 5.18025C13.2539 5.22225 13.2369 5.29325 13.2629 5.36525C13.3309 5.49225 13.5659 5.70825 13.6779 5.71025C13.6799 5.59625 13.6909 5.44425 13.6979 5.35025C13.6999 5.31425 13.7079 5.27525 13.7429 5.26625C13.7769 5.25625 13.8359 5.30025 13.8359 5.26325C13.8299 5.19125 13.8159 5.08325 13.7759 5.03325C13.7539 5.00325 13.7189 4.98525 13.6839 4.98325H13.6829ZM8.91986 5.38025L8.91686 5.38325C8.91686 5.38325 8.91486 5.38325 8.91386 5.38525C8.90186 5.39525 8.88786 5.41525 8.85686 5.43525C8.80386 5.49525 8.79486 5.53825 8.79686 5.65825C8.80086 5.67125 8.89686 5.94125 8.97986 6.13025C9.03586 6.32725 9.08686 6.55325 9.04986 6.76625C8.91986 7.04825 8.65986 7.30125 8.40686 7.43925C8.27686 7.47925 8.16686 7.46525 8.13686 7.43725C8.06286 7.38725 8.06186 7.29725 8.06686 7.28325V7.28025C8.27886 7.13225 8.52186 7.01225 8.71186 6.61325C8.76786 6.46025 8.78586 6.36825 8.72986 6.13325C8.70786 6.04325 8.67986 5.97325 8.61986 5.90925H8.62186C8.65786 5.89225 8.75186 5.96125 8.76686 5.91925C8.74386 5.80525 8.66686 5.65425 8.58186 5.57625C8.50586 5.50625 8.42186 5.49925 8.35386 5.56225C8.27586 5.60625 8.25986 5.76225 8.29686 5.89825C8.33886 6.00025 8.45186 6.01825 8.53186 6.22525C8.53386 6.23925 8.55886 6.38025 8.51886 6.43825C8.48486 6.54025 8.06386 6.87225 8.03386 6.89225L8.03086 6.89425L8.02886 6.89625H8.02686H8.02486V6.89325C8.02286 6.88525 8.02486 6.86325 8.02486 6.83025C8.02186 6.76825 8.04786 6.62725 8.04486 6.60225V6.60025C7.90486 6.69025 7.85786 6.96525 7.83286 7.04725C7.47986 7.29025 7.07986 7.47125 6.84886 7.71725C6.72886 7.90725 7.67686 7.50325 7.78686 7.45425L7.78986 7.45725C7.81186 7.48025 7.81286 7.56025 7.87586 7.63325C7.97586 7.76625 8.18386 7.84825 8.38786 7.79725C8.72986 7.67425 8.92786 7.44125 9.12786 7.18225C9.15586 7.14225 9.20086 7.10825 9.24286 7.14025C9.37986 7.44825 9.77786 7.66825 10.2909 7.69025C10.4109 7.54625 10.3539 7.47525 10.3059 7.44525C10.2909 7.43525 10.0509 7.34125 10.0129 7.24825C9.98986 7.16225 10.0469 7.08525 10.1609 7.02825C10.4909 6.98825 10.8149 6.94325 11.1289 6.84225C11.1319 6.73625 11.1939 6.57925 11.2359 6.51025C11.2659 6.46325 11.2829 6.45825 11.2899 6.45225V6.45025H11.2919V6.44725V6.43725L11.2379 6.40525L10.1849 6.40125C10.1719 6.39625 10.1629 6.39125 10.1569 6.38625L10.1549 6.38325C10.1549 6.38325 10.1529 6.38325 10.1529 6.38125C10.1529 6.37925 10.1509 6.37925 10.1509 6.37925V6.38025V6.37825V6.37625V6.37425L10.1529 6.37125C10.1579 6.36525 10.1709 6.35825 10.1859 6.35125C10.4379 6.31825 10.8839 6.24525 10.9139 5.81625C10.9089 5.59225 10.8179 5.44625 10.5439 5.40625C10.3419 5.42125 10.1979 5.61625 10.2209 5.83025C10.2109 5.88725 10.2409 6.00025 10.1809 6.01325C9.79486 6.04925 9.37286 6.29125 9.35886 6.46525H9.35686H9.35486H9.35286C9.35286 6.46725 9.35086 6.46725 9.34986 6.46725H9.34586H9.34386H9.33986C9.31486 6.45925 9.28286 6.41725 9.28786 6.36025C9.27286 6.06025 9.17486 5.72025 9.02286 5.46025C8.96786 5.40525 8.94286 5.38325 8.92886 5.38025H8.92586H8.92286H8.92086H8.91986ZM9.92786 5.53825C9.90786 5.54225 9.88486 5.56025 9.87786 5.59025C9.87286 5.61025 9.88786 5.64225 9.86986 5.65225C9.85986 5.66225 9.81986 5.65625 9.82186 5.60225C9.82186 5.58525 9.80886 5.56625 9.80186 5.55525C9.79386 5.55025 9.78886 5.54925 9.77586 5.54925C9.75886 5.54925 9.75786 5.55325 9.74886 5.56725C9.74386 5.58125 9.73886 5.59725 9.73886 5.61225C9.73686 5.63225 9.72886 5.63825 9.71586 5.64025C9.69986 5.64025 9.70386 5.64325 9.69086 5.63525C9.68286 5.62725 9.67286 5.62325 9.67286 5.60925C9.67286 5.59425 9.66986 5.56925 9.66586 5.55925C9.65886 5.55225 9.64786 5.54925 9.63586 5.54525C9.56886 5.54525 9.56586 5.62025 9.56886 5.64925C9.56386 5.65425 9.56086 5.78925 9.65086 5.82725C9.77086 5.88525 10.0609 5.85125 9.99086 5.66425C9.99086 5.64725 9.98586 5.58925 9.98486 5.57425C9.97186 5.54425 9.94886 5.53425 9.92686 5.53725L9.92786 5.53825ZM13.9929 5.70525H13.9829C13.9829 5.70525 13.4209 6.10525 13.4079 6.11925C13.3519 6.16925 13.3799 6.34225 13.4079 6.32225C13.4479 6.33725 14.0129 5.95425 14.0019 5.90925C14.0269 5.91125 14.0389 5.71225 13.9919 5.70425L13.9929 5.70525ZM10.4589 5.76525C10.4809 5.76225 10.5109 5.77025 10.5389 5.78525C10.5819 5.81125 10.6089 5.84725 10.6039 5.87525V5.87925C10.6019 5.87925 10.6019 5.87925 10.6019 5.88125V5.88325C10.6019 5.88325 10.5999 5.88325 10.5999 5.88525C10.5999 5.88725 10.5969 5.88925 10.5949 5.89125C10.5749 5.91125 10.5289 5.90725 10.4849 5.88125C10.4429 5.85825 10.4179 5.82125 10.4199 5.79525V5.79225L10.4249 5.78225C10.4249 5.78225 10.4249 5.78025 10.4269 5.77925L10.4319 5.77325C10.4389 5.76825 10.4479 5.76325 10.4589 5.76325V5.76525ZM5.54086 5.86525C5.25086 5.87125 4.82386 6.24725 4.81286 6.45525L5.73286 6.01525C5.68286 5.93925 5.72986 5.87125 5.54086 5.86525ZM6.48386 5.99525C6.51186 5.99725 6.54186 6.01125 6.55786 6.05125C6.57186 6.08825 6.55786 6.12625 6.54086 6.14525V6.14825C6.52686 6.16425 6.48486 6.15825 6.45386 6.15825C6.41686 6.15625 6.39886 6.15025 6.37686 6.12025C6.36486 6.08525 6.39686 6.05225 6.41186 6.02825L6.41886 6.01825C6.42886 6.00825 6.44886 6.00025 6.46886 5.99825L6.48186 5.99625L6.48386 5.99525ZM13.8839 6.11225C13.8309 6.11825 13.7819 6.16725 13.8039 6.24525C13.7899 6.29125 13.8739 6.45225 13.8969 6.53725C13.9169 6.59725 13.8709 6.77025 13.9119 6.78725C13.9499 6.80725 14.0489 6.68725 14.0459 6.53325C14.0559 6.45325 14.0179 6.16325 13.9189 6.11525C13.9069 6.11225 13.8949 6.11125 13.8829 6.11225H13.8839ZM7.59986 6.39625C7.55386 6.39925 7.51286 6.42325 7.53186 6.48825C7.52886 6.53425 7.66186 6.59125 7.66886 6.69825C7.68686 6.74425 7.63886 6.88825 7.67886 6.90025C7.71486 6.91525 7.76486 6.80025 7.78386 6.69625C7.79386 6.63825 7.73786 6.43625 7.64386 6.39925C7.62886 6.39525 7.61386 6.39425 7.59886 6.39525L7.59986 6.39625ZM9.47986 6.65225H9.49186C9.60986 6.68425 9.78186 6.68825 9.93186 6.70225C10.0549 6.71225 10.1149 6.80625 10.0019 6.84725C9.88786 6.88525 9.77886 6.91725 9.77886 7.07925C9.79286 7.15925 9.78886 7.20125 9.77686 7.21925C9.77686 7.22225 9.77386 7.22425 9.77286 7.22525C9.77286 7.22525 9.77286 7.22725 9.77086 7.22725V7.22925H9.76786L9.76086 7.23225H9.75586C9.72886 7.23725 9.68986 7.21225 9.66086 7.19625C9.59086 7.14625 9.39586 7.02625 9.36786 6.76625C9.36386 6.70625 9.40786 6.65625 9.47786 6.65125L9.47986 6.65225ZM4.88586 6.85225C4.87886 6.85225 4.86586 6.87425 4.84586 6.89925C4.67186 7.17425 4.65586 7.58525 4.75186 7.70925C4.80186 7.76625 4.88586 7.79225 4.94786 7.77425C5.05786 7.72725 5.10486 7.50625 5.07786 7.42625C5.04286 7.36925 5.01386 7.36025 4.97786 7.40825C4.90086 7.56325 4.86786 7.45625 4.86286 7.36825C4.85086 7.20525 4.86686 7.05325 4.88486 6.93325C4.89486 6.87325 4.89486 6.85025 4.88486 6.85025L4.88586 6.85225ZM10.7829 7.21425C10.7699 7.21425 10.7569 7.21625 10.7429 7.22425C10.7399 7.22425 10.6189 7.30425 10.5799 7.36225C10.5559 7.38025 10.5599 7.39525 10.5659 7.42725C10.5839 7.47025 10.6159 7.45725 10.6539 7.43725C10.7039 7.42925 10.7269 7.46225 10.7239 7.52125C10.7009 7.59625 10.7339 7.62325 10.7339 7.62825C10.7339 7.63225 10.7809 7.67325 10.8369 7.64125C10.9539 7.59625 11.0269 7.55125 11.1919 7.51625C11.2349 7.51625 11.2319 7.40025 11.1639 7.39625C11.0739 7.40025 10.9939 7.40625 10.9039 7.47625C10.8489 7.48825 10.8399 7.45425 10.8269 7.42425C10.8129 7.35025 10.8589 7.29825 10.8489 7.24225C10.8509 7.24525 10.8209 7.21825 10.7819 7.21625L10.7829 7.21425ZM14.5589 7.35425L14.4789 7.36225C14.4429 7.36925 14.4309 7.38525 14.4239 7.42925C14.4269 7.49425 14.4669 7.49125 14.5089 7.51725C14.5329 7.54725 14.5489 7.57525 14.5069 7.62725C14.4669 7.66225 14.4399 7.68225 14.3999 7.71725C14.3829 7.74925 14.3699 7.79725 14.4279 7.81325C14.5329 7.84325 14.7759 7.68525 14.7759 7.68325C14.8159 7.65325 14.8019 7.59625 14.7989 7.59625C14.7749 7.57025 14.7229 7.58625 14.6889 7.58125C14.6719 7.58125 14.6189 7.57325 14.6429 7.52525C14.6649 7.49525 14.6729 7.47825 14.6879 7.44125C14.7029 7.40525 14.6879 7.38125 14.6299 7.36125C14.5999 7.35525 14.5799 7.35325 14.5569 7.35425H14.5589ZM13.1059 11.2142C13.3759 11.2272 13.6279 11.2172 13.8959 11.2302C13.9399 11.2662 13.9189 11.3503 13.8909 11.3643L13.8859 11.3663H13.8829H13.8789L13.6529 11.3602V11.3472C13.6309 11.2853 13.4809 11.2892 13.4449 11.3372V11.3403C13.4429 11.3403 13.4419 11.3432 13.4419 11.3442L13.4399 11.3492V11.3612C13.3199 11.3762 13.2149 11.3572 13.0969 11.3532C13.0619 11.3102 13.0669 11.2333 13.1069 11.2133L13.1059 11.2142Z",
|
|
2849
|
+
fill: "white"
|
|
2850
|
+
}
|
|
2851
|
+
)
|
|
2852
|
+
] }),
|
|
2853
|
+
sn: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2854
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6081)", children: [
|
|
2855
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
2856
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H7V15H0V0Z", fill: "#249F58" }),
|
|
2857
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 0H21V15H14V0Z", fill: "#F93939" }),
|
|
2858
|
+
/* @__PURE__ */ l(
|
|
2859
|
+
"path",
|
|
2860
|
+
{
|
|
2861
|
+
fillRule: "evenodd",
|
|
2862
|
+
clipRule: "evenodd",
|
|
2863
|
+
d: "M10.5001 8.75L9.03007 9.523L9.31007 7.886L8.12207 6.726L9.76507 6.489L10.5001 5L11.2351 6.49L12.8781 6.727L11.6881 7.887L11.9681 9.523",
|
|
2864
|
+
fill: "#249F58"
|
|
2865
|
+
}
|
|
2866
|
+
)
|
|
2867
|
+
] }),
|
|
2868
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6081", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2869
|
+
] }),
|
|
2870
|
+
rs: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2871
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6073)", children: [
|
|
2872
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#1A47B8" }),
|
|
2873
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "white" }),
|
|
2874
|
+
/* @__PURE__ */ l(
|
|
2875
|
+
"path",
|
|
2876
|
+
{
|
|
2877
|
+
fillRule: "evenodd",
|
|
2878
|
+
clipRule: "evenodd",
|
|
2879
|
+
d: "M0 0H21V5H0V0ZM8 10V5H4V10C4 11.105 4.895 12 6 12C7.105 12 8 11.105 8 10Z",
|
|
2880
|
+
fill: "#F93939"
|
|
2881
|
+
}
|
|
2882
|
+
),
|
|
2883
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 5L4 4C4 4 5 3 6 3C7 3 8 4 8 4L7 5H5Z", fill: "#FFDA2C" }),
|
|
2884
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 6L4 7L6 8L5 10L6 12L7 10L6 8L8 7L7 6L6 7L5 6Z", fill: "white" }),
|
|
2885
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 6H4V7L5 6ZM7 6H8V7L7 6Z", fill: "#FFDA2C" }),
|
|
2886
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 3L5 4L6 5L7 4L6 3Z", fill: "#A75835" }),
|
|
2887
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 8L4 9H8L6 8Z", fill: "#88605F" })
|
|
2888
|
+
] }),
|
|
2889
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6073", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2890
|
+
] }),
|
|
2891
|
+
sc: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2892
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6068)", children: [
|
|
2893
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
2894
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 15L9 0H0V15Z", fill: "#1A47B8" }),
|
|
2895
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 15L16 0H21V4L0 15Z", fill: "#F93939" }),
|
|
2896
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 15L21 9V4L0 15Z", fill: "white" }),
|
|
2897
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 15L21 9V15H0Z", fill: "#249F58" })
|
|
2898
|
+
] }),
|
|
2899
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6068", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2900
|
+
] }),
|
|
2901
|
+
sl: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2902
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6065)", children: [
|
|
2903
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
2904
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#3A99FF" }),
|
|
2905
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#00B731" })
|
|
2906
|
+
] }),
|
|
2907
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6065", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2908
|
+
] }),
|
|
2909
|
+
sg: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2910
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
2911
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V9H0V0Z", fill: "#F93939" }),
|
|
2912
|
+
/* @__PURE__ */ l(
|
|
2913
|
+
"path",
|
|
2914
|
+
{
|
|
2915
|
+
fillRule: "evenodd",
|
|
2916
|
+
clipRule: "evenodd",
|
|
2917
|
+
d: "M6 7.863C5.71 7.953 5.4 8 5.077 8C3.377 8 2 6.657 2 5C2 3.343 3.378 2 5.077 2C5.399 2 5.709 2.048 6 2.137C4.752 2.52 3.846 3.657 3.846 5C3.846 6.343 4.752 7.48 6 7.863ZM8 3H9V4H8V3ZM10 4H11V5H10V4ZM9 6H10V7H9V6ZM6 4H7V5H6V4ZM7 6H8V7H7V6Z",
|
|
2918
|
+
fill: "white"
|
|
2919
|
+
}
|
|
2920
|
+
)
|
|
2921
|
+
] }),
|
|
2922
|
+
sx: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2923
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6056)", children: [
|
|
2924
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#1A47B8" }),
|
|
2925
|
+
/* @__PURE__ */ l("path", { d: "M21 0H0V7H21V0Z", fill: "#F93939" }),
|
|
2926
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0L10 7.5L0 15V0Z", fill: "white" }),
|
|
2927
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 5H3L4 6L5 5H7L5 6H3L1 5Z", fill: "#AE6A3E" }),
|
|
2928
|
+
/* @__PURE__ */ l(
|
|
2929
|
+
"path",
|
|
2930
|
+
{
|
|
2931
|
+
d: "M4 10C4.55228 10 5 9.10457 5 8C5 6.89543 4.55228 6 4 6C3.44772 6 3 6.89543 3 8C3 9.10457 3.44772 10 4 10Z",
|
|
2932
|
+
fill: "#3ECBF8"
|
|
2933
|
+
}
|
|
2934
|
+
),
|
|
2935
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 7V9H4H5V7L6 9L5 10H3L2 9L3 7Z", fill: "#FFDA2C" })
|
|
2936
|
+
] }),
|
|
2937
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6056", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2938
|
+
] }),
|
|
2939
|
+
sk: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2940
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6050)", children: [
|
|
2941
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#1A47B8" }),
|
|
2942
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#F93939" }),
|
|
2943
|
+
/* @__PURE__ */ l(
|
|
2944
|
+
"path",
|
|
2945
|
+
{
|
|
2946
|
+
fillRule: "evenodd",
|
|
2947
|
+
clipRule: "evenodd",
|
|
2948
|
+
d: "M0 0H21V5H0V0ZM9.93 10H10V5H3V10H3.07C3.024 10.162 3 10.33 3 10.5C3 11.88 6.5 13 6.5 13C6.5 13 10 11.88 10 10.5C10 10.33 9.976 10.162 9.93 10Z",
|
|
2949
|
+
fill: "white"
|
|
2950
|
+
}
|
|
2951
|
+
),
|
|
2952
|
+
/* @__PURE__ */ l(
|
|
2953
|
+
"path",
|
|
2954
|
+
{
|
|
2955
|
+
fillRule: "evenodd",
|
|
2956
|
+
clipRule: "evenodd",
|
|
2957
|
+
d: "M9 10V4H4V10C4 11.105 6.5 12 6.5 12C6.5 12 9 11.105 9 10Z",
|
|
2958
|
+
fill: "#F93939"
|
|
2959
|
+
}
|
|
2960
|
+
),
|
|
2961
|
+
/* @__PURE__ */ l(
|
|
2962
|
+
"path",
|
|
2963
|
+
{
|
|
2964
|
+
fillRule: "evenodd",
|
|
2965
|
+
clipRule: "evenodd",
|
|
2966
|
+
d: "M6 8V7H5V6H6V5H7V6H8V7H7V8H8.5V9H7V10H6V9H4.5V8H6Z",
|
|
2967
|
+
fill: "white"
|
|
2968
|
+
}
|
|
2969
|
+
),
|
|
2970
|
+
/* @__PURE__ */ l(
|
|
2971
|
+
"path",
|
|
2972
|
+
{
|
|
2973
|
+
fillRule: "evenodd",
|
|
2974
|
+
clipRule: "evenodd",
|
|
2975
|
+
d: "M6.5 11.9998C6.5 11.9998 9 11.1048 9 9.99983C9 8.89483 8 8.99983 6.5 9.99983C5 8.99983 4 8.89483 4 9.99983C4 11.1048 6.5 11.9998 6.5 11.9998Z",
|
|
2976
|
+
fill: "#1A47B8"
|
|
2977
|
+
}
|
|
2978
|
+
)
|
|
2979
|
+
] }),
|
|
2980
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6050", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
2981
|
+
] }),
|
|
2982
|
+
si: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2983
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6043)", children: [
|
|
2984
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#1A47B8" }),
|
|
2985
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#F93939" }),
|
|
2986
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "white" }),
|
|
2987
|
+
/* @__PURE__ */ l(
|
|
2988
|
+
"path",
|
|
2989
|
+
{
|
|
2990
|
+
d: "M6.5 3H4.5C3.94772 3 3.5 3.44772 3.5 4V6.5C3.5 7.05228 3.94772 7.5 4.5 7.5H6.5C7.05228 7.5 7.5 7.05228 7.5 6.5V4C7.5 3.44772 7.05228 3 6.5 3Z",
|
|
2991
|
+
fill: "#F93939"
|
|
2992
|
+
}
|
|
2993
|
+
),
|
|
2994
|
+
/* @__PURE__ */ l(
|
|
2995
|
+
"path",
|
|
2996
|
+
{
|
|
2997
|
+
d: "M6 3H5C4.44772 3 4 3.44772 4 4V6C4 6.55228 4.44772 7 5 7H6C6.55228 7 7 6.55228 7 6V4C7 3.44772 6.55228 3 6 3Z",
|
|
2998
|
+
fill: "#1A47B8"
|
|
2999
|
+
}
|
|
3000
|
+
),
|
|
3001
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 4H6V5H5V4Z", fill: "#FFDA2C" }),
|
|
3002
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 6L5.5 5.5L7 6L6 7H5L4 6Z", fill: "white" })
|
|
3003
|
+
] }),
|
|
3004
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6043", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3005
|
+
] }),
|
|
3006
|
+
sb: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3007
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6039)", children: [
|
|
3008
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#1A47B8" }),
|
|
3009
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 15H21V0L0 15Z", fill: "#FFDA2C" }),
|
|
3010
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 15H21V2L2 15Z", fill: "#249F58" }),
|
|
3011
|
+
/* @__PURE__ */ l(
|
|
3012
|
+
"path",
|
|
3013
|
+
{
|
|
3014
|
+
fillRule: "evenodd",
|
|
3015
|
+
clipRule: "evenodd",
|
|
3016
|
+
d: "M5.12207 5.658L4.50407 6L4.62207 5.276L4.12207 4.764L4.81207 4.658L5.12207 4L5.43207 4.658L6.12207 4.764L5.62207 5.276L5.74007 6L5.12207 5.658ZM3.12207 3.658L2.50407 4L2.62207 3.276L2.12207 2.764L2.81207 2.658L3.12207 2L3.43207 2.658L4.12207 2.764L3.62207 3.276L3.74007 4L3.12207 3.658ZM7.12207 3.658L6.50407 4L6.62207 3.276L6.12207 2.764L6.81207 2.658L7.12207 2L7.43207 2.658L8.12207 2.764L7.62207 3.276L7.74007 4L7.12207 3.658ZM7.12207 7.658L6.50407 8L6.62207 7.276L6.12207 6.764L6.81207 6.658L7.12207 6L7.43207 6.658L8.12207 6.764L7.62207 7.276L7.74007 8L7.12207 7.658ZM3.12207 7.658L2.50407 8L2.62207 7.276L2.12207 6.764L2.81207 6.658L3.12207 6L3.43207 6.658L4.12207 6.764L3.62207 7.276L3.74007 8L3.12207 7.658Z",
|
|
3017
|
+
fill: "white"
|
|
3018
|
+
}
|
|
3019
|
+
)
|
|
3020
|
+
] }),
|
|
3021
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6039", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3022
|
+
] }),
|
|
3023
|
+
so: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3024
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#3A99FF" }),
|
|
3025
|
+
/* @__PURE__ */ l(
|
|
3026
|
+
"path",
|
|
3027
|
+
{
|
|
3028
|
+
fillRule: "evenodd",
|
|
3029
|
+
clipRule: "evenodd",
|
|
3030
|
+
d: "M10.5021 9.33L8.41207 10.43L8.81207 8.103L7.12207 6.456L9.45807 6.116L10.5021 4L11.5471 6.116L13.8821 6.456L12.1921 8.103L12.5921 10.429",
|
|
3031
|
+
fill: "white"
|
|
3032
|
+
}
|
|
3033
|
+
)
|
|
3034
|
+
] }),
|
|
3035
|
+
za: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3036
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6028)", children: [
|
|
3037
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
3038
|
+
/* @__PURE__ */ l(
|
|
3039
|
+
"path",
|
|
3040
|
+
{
|
|
3041
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
3042
|
+
fill: "white"
|
|
3043
|
+
}
|
|
3044
|
+
),
|
|
3045
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#1A47B8" }),
|
|
3046
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#F93939" }),
|
|
3047
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.013 10L2 15.033H0V0H2L8 5H21V10H8.013Z", fill: "white" }),
|
|
3048
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.7 9L0.5 15L0 15.033V0H0.5L7.7 6H21V9H7.7Z", fill: "#249F58" }),
|
|
3049
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 3L6 7.5L0 12V3Z", fill: "#FFDA2C" }),
|
|
3050
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 4L4.75 7.5L0 11V4Z", fill: "#151515" })
|
|
3051
|
+
] }),
|
|
3052
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6028", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3053
|
+
] }),
|
|
3054
|
+
kr: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3055
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
3056
|
+
/* @__PURE__ */ l(
|
|
3057
|
+
"path",
|
|
3058
|
+
{
|
|
3059
|
+
fillRule: "evenodd",
|
|
3060
|
+
clipRule: "evenodd",
|
|
3061
|
+
d: "M14 7.5C14 9.433 12.433 11 10.5 11C8.567 11 7 9.433 7 7.5C7 6.38 9.35 5.91 11.328 6.087C11.538 6.031 11.764 6 12 6C13.105 6 14 6.672 14 7.5Z",
|
|
3062
|
+
fill: "#232C80"
|
|
3063
|
+
}
|
|
3064
|
+
),
|
|
3065
|
+
/* @__PURE__ */ l(
|
|
3066
|
+
"path",
|
|
3067
|
+
{
|
|
3068
|
+
fillRule: "evenodd",
|
|
3069
|
+
clipRule: "evenodd",
|
|
3070
|
+
d: "M10 7C10 7 10.895 6 12 6C13.105 6 14 6.672 14 7.5C14 5.567 12.433 4 10.5 4C9.103 4 7.897 4.818 7.336 6.002C7 7 7 7.292 7 7.5C7.5 8 8.056 8 8.5 8C8.944 8 9.343 7.807 9.618 7.5L10 7Z",
|
|
3071
|
+
fill: "#F93939"
|
|
3072
|
+
}
|
|
3073
|
+
),
|
|
3074
|
+
/* @__PURE__ */ l(
|
|
3075
|
+
"path",
|
|
3076
|
+
{
|
|
3077
|
+
fillRule: "evenodd",
|
|
3078
|
+
clipRule: "evenodd",
|
|
3079
|
+
d: "M15 5H17L15 3H14L15 5ZM6 5H4L6 3H7L6 5ZM15 10H17L15 12H14L15 10ZM6 10H4L6 12H7L6 10Z",
|
|
3080
|
+
fill: "#151515"
|
|
3081
|
+
}
|
|
3082
|
+
)
|
|
3083
|
+
] }),
|
|
3084
|
+
ss: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3085
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6018)", children: [
|
|
3086
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
3087
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V4H0V0Z", fill: "#151515" }),
|
|
3088
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 11H21V15H0V11Z", fill: "#249F58" }),
|
|
3089
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 5H21V10H0V5Z", fill: "#F93939" }),
|
|
3090
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0L12 7.5L0 15V0Z", fill: "#1A47B8" }),
|
|
3091
|
+
/* @__PURE__ */ l(
|
|
3092
|
+
"path",
|
|
3093
|
+
{
|
|
3094
|
+
fillRule: "evenodd",
|
|
3095
|
+
clipRule: "evenodd",
|
|
3096
|
+
d: "M4.73336 8.73232L3.40336 9.72532L3.42336 8.06532L2.06836 7.10532L3.65336 6.61332L4.14636 5.02832L5.10636 6.38332L6.76636 6.36332L5.77236 7.69332L6.30536 9.26532L4.73336 8.73232Z",
|
|
3097
|
+
fill: "#FFDA2C"
|
|
3098
|
+
}
|
|
3099
|
+
)
|
|
3100
|
+
] }),
|
|
3101
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6018", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3102
|
+
] }),
|
|
3103
|
+
es: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3104
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_6006)", children: [
|
|
3105
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
3106
|
+
/* @__PURE__ */ l(
|
|
3107
|
+
"path",
|
|
3108
|
+
{
|
|
3109
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
3110
|
+
fill: "#F93939"
|
|
3111
|
+
}
|
|
3112
|
+
),
|
|
3113
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 4H21V11H0V4Z", fill: "#FFDA2C" }),
|
|
3114
|
+
/* @__PURE__ */ l(
|
|
3115
|
+
"path",
|
|
3116
|
+
{
|
|
3117
|
+
fillRule: "evenodd",
|
|
3118
|
+
clipRule: "evenodd",
|
|
3119
|
+
d: "M9 6.22155V8.74155C9 9.44155 8.328 10.0015 7.5 10.0015H5.5C4.674 9.99955 4 9.43655 4 8.73955V6.21955C4 5.64755 4.448 5.16955 5.064 5.01455C5.25 4.49455 5.822 4.96055 6.5 4.96055C7.182 4.96055 7.75 4.49755 7.936 5.01555C8.55 5.17455 9 5.65355 9 6.22155Z",
|
|
3120
|
+
fill: "#D4AF2C"
|
|
3121
|
+
}
|
|
3122
|
+
),
|
|
3123
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 7H10V10H9V7ZM3 7H4V10H3V7Z", fill: "#CBCBCB" }),
|
|
3124
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 9H10V10H9V9ZM3 9H4V10H3V9Z", fill: "#1A47B8" }),
|
|
3125
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 6H10V7H9V6ZM3 6H4V7H3V6Z", fill: "#D4AF2C" }),
|
|
3126
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 6H6V7.5H5V6ZM7 8H8V9.5H7V8Z", fill: "#AF010D" }),
|
|
3127
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 6H8V7.5H7V6Z", fill: "#AE6A3E" }),
|
|
3128
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 8H6V9.5H5V8Z", fill: "#FFDA2C" }),
|
|
3129
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 6L5 5H8L7 6H6Z", fill: "#AF010D" }),
|
|
3130
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 4H7V5H6V4Z", fill: "#D4AF2C" })
|
|
3131
|
+
] }),
|
|
3132
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_6006", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3133
|
+
] }),
|
|
3134
|
+
lk: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3135
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5999)", children: [
|
|
3136
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
3137
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
3138
|
+
/* @__PURE__ */ l("rect", { opacity: "0.3", width: "21", height: "15", fill: "#FF6C2D" }),
|
|
3139
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 2H5V13H2V2Z", fill: "#0A6A30" }),
|
|
3140
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 2H8V13H5V2Z", fill: "#FF6C2D" }),
|
|
3141
|
+
/* @__PURE__ */ l("path", { opacity: "0.2", fillRule: "evenodd", clipRule: "evenodd", d: "M5 2H8V13H5V2Z", fill: "#151515" }),
|
|
3142
|
+
/* @__PURE__ */ l(
|
|
3143
|
+
"path",
|
|
3144
|
+
{
|
|
3145
|
+
fillRule: "evenodd",
|
|
3146
|
+
clipRule: "evenodd",
|
|
3147
|
+
d: "M9 2H19V13H9V2ZM12.535 10.616L12.593 10.572L12.617 10.616C12.65 10.676 12.741 10.674 12.801 10.616L12.848 10.569L12.888 10.614C12.938 10.674 13.032 10.674 13.092 10.614C13.136 10.572 13.142 10.571 13.17 10.604C13.186 10.622 13.235 10.644 13.278 10.651C13.356 10.665 13.358 10.664 13.403 10.573C13.443 10.497 13.448 10.467 13.439 10.393C13.433 10.343 13.426 10.265 13.424 10.218C13.422 10.132 13.422 10.131 13.516 10.088C13.566 10.064 13.626 10.032 13.649 10.016C13.686 9.99002 13.789 9.82902 13.789 9.79602C13.789 9.78802 13.749 9.77602 13.699 9.76802C13.504 9.73802 13.471 9.59802 13.599 9.33802C13.806 8.91602 13.931 8.50302 13.932 8.24002C13.932 8.12302 13.937 8.08302 13.949 8.11002C13.995 8.21302 13.912 8.65002 13.786 8.96502L13.736 9.09202L13.784 9.07702C13.81 9.06702 13.967 8.98002 14.131 8.88102C14.581 8.61102 14.736 8.55702 15.028 8.57302C15.272 8.58702 15.376 8.65002 15.548 8.89102C15.64 9.01802 15.728 9.10902 15.888 9.24302C16.232 9.52902 16.246 9.55302 16.262 9.88902C16.279 10.229 16.272 10.249 16.077 10.305C15.912 10.353 15.807 10.455 15.78 10.598C15.766 10.675 15.797 10.678 15.88 10.606L15.94 10.554L15.968 10.606C16.004 10.676 16.08 10.676 16.143 10.606L16.19 10.556L16.238 10.606C16.314 10.686 16.415 10.668 16.443 10.566C16.448 10.548 16.463 10.554 16.493 10.588C16.548 10.652 16.689 10.68 16.705 10.628C16.711 10.61 16.699 10.563 16.68 10.524C16.598 10.36 16.572 10.281 16.57 10.192C16.57 10.068 16.597 10.008 16.704 9.90602C16.834 9.78302 16.874 9.62602 16.776 9.62602C16.716 9.62602 16.654 9.55302 16.616 9.43602C16.536 9.20102 16.551 8.93602 16.67 8.49602C16.79 8.04602 16.804 7.96602 16.805 7.66602C16.805 7.42302 16.802 7.38102 16.76 7.24802C16.735 7.16802 16.683 7.04602 16.646 6.98002L16.579 6.86002L16.666 6.76202C16.933 6.46802 16.879 5.98602 16.556 5.80202C16.459 5.74402 16.434 5.73902 16.262 5.74202C16.158 5.74202 16.002 5.76002 15.912 5.78202C15.82 5.80202 15.666 5.82002 15.56 5.82002C15.392 5.82002 15.364 5.81602 15.3 5.77002C15.232 5.72202 15.22 5.70002 15.207 5.59002C15.205 5.56602 15.193 5.54402 15.181 5.54002C15.158 5.53002 15.051 5.65002 15.037 5.70602C15.029 5.73202 15.022 5.73002 15 5.69602C14.985 5.67102 14.964 5.61602 14.953 5.57402C14.926 5.46602 14.959 5.38402 15.053 5.32402L15.128 5.27802L15.086 5.24202C14.996 5.16802 14.843 5.21802 14.788 5.34202C14.772 5.37502 14.755 5.40402 14.75 5.40402C14.745 5.40402 14.715 5.37102 14.684 5.33102C14.568 5.18102 14.608 4.95702 14.764 4.88802C14.846 4.85202 14.919 4.88002 14.934 4.95302C14.957 5.06502 15.03 4.91802 15.017 4.78502C15.007 4.69702 15.007 4.69302 15.054 4.69302C15.118 4.69302 15.254 4.80502 15.297 4.89302C15.347 4.99302 15.342 5.15302 15.287 5.27102L15.247 5.36402L15.301 5.35002C15.381 5.32802 15.461 5.26002 15.501 5.18002C15.543 5.09402 15.548 4.92702 15.511 4.83602C15.474 4.74902 15.478 4.73602 15.531 4.76602C15.623 4.81602 15.671 4.87002 15.708 4.96602C15.742 5.05102 15.744 5.07202 15.726 5.16102C15.716 5.21602 15.691 5.28802 15.672 5.32102C15.642 5.37402 15.642 5.38302 15.665 5.38302C15.708 5.38302 15.8 5.32802 15.832 5.28302C15.848 5.25902 15.872 5.20302 15.885 5.15502L15.908 5.07102L15.935 5.13502C15.973 5.22502 16.045 5.30802 16.135 5.35902C16.232 5.41502 16.272 5.41902 16.222 5.36702C16.188 5.33202 16.125 5.08702 16.144 5.06402C16.154 5.05002 16.286 5.18402 16.434 5.36202C16.576 5.53202 16.664 5.58602 16.794 5.58602C16.961 5.58602 17.057 5.39402 16.984 5.21302C16.939 5.10702 16.842 5.09302 16.786 5.18302C16.76 5.22502 16.753 5.25802 16.76 5.30102C16.77 5.35502 16.766 5.36102 16.73 5.36102C16.68 5.36102 16.586 5.28102 16.418 5.09302C16.161 4.80802 15.848 4.56602 15.623 4.47802C15.478 4.42002 15.169 4.39802 15.023 4.43402C14.863 4.47202 14.673 4.59402 14.571 4.72402C14.389 4.95402 14.387 5.25902 14.564 5.53802L14.614 5.61802L14.58 5.68802C14.53 5.79202 14.534 5.93102 14.59 6.03302C14.615 6.07802 14.64 6.11502 14.646 6.11502C14.652 6.11502 14.658 6.08502 14.66 6.05002C14.665 5.96002 14.694 5.90002 14.744 5.87702C14.788 5.85502 14.817 5.86502 15.022 5.97302C15.237 6.08802 15.59 6.09502 15.966 5.99302C16.151 5.94502 16.368 5.94802 16.464 6.00102C16.639 6.09902 16.68 6.35302 16.551 6.54602C16.495 6.62802 16.441 6.66202 16.261 6.72802C16.123 6.77802 16.091 6.78202 15.778 6.77802C15.511 6.77402 15.415 6.78102 15.306 6.81102C15.188 6.84402 15.116 6.84702 14.768 6.83602L14.366 6.82202L14.411 6.87202C14.435 6.89802 14.471 6.93202 14.488 6.94502C14.518 6.96702 14.518 6.97002 14.472 6.99202C14.445 7.00602 14.387 7.01602 14.342 7.01602H14.259L14.249 7.11002C14.243 7.16202 14.243 7.22002 14.249 7.24302C14.259 7.27602 14.256 7.28002 14.229 7.26802C14.213 7.25802 14.165 7.24302 14.123 7.23102C14.081 7.21902 14.025 7.19602 13.998 7.17802C13.952 7.14802 13.948 7.14802 13.93 7.18802C13.916 7.22402 13.776 7.36202 13.755 7.36202C13.752 7.36202 13.748 7.33502 13.745 7.30202C13.745 7.27002 13.725 7.18502 13.701 7.11402C13.679 7.04402 13.655 6.96602 13.649 6.94202C13.639 6.90602 13.636 6.90402 13.624 6.93202C13.617 6.94902 13.606 6.99702 13.6 7.03902C13.595 7.07902 13.574 7.14902 13.554 7.18902L13.518 7.26302L13.495 7.19902C13.471 7.13102 13.43 7.05902 13.415 7.05902C13.41 7.05902 13.401 7.08202 13.395 7.10902C13.385 7.16402 13.288 7.31902 13.265 7.31902C13.255 7.31902 13.248 7.27502 13.248 7.22202C13.248 7.16802 13.241 7.12502 13.231 7.12502C13.223 7.12502 13.215 7.13802 13.215 7.15502C13.215 7.19502 13.132 7.31802 13.105 7.31802C13.092 7.31802 13.073 7.33202 13.061 7.35002C13.031 7.39602 13.006 7.39002 13.018 7.34002C13.025 7.31502 13.021 7.26002 13.01 7.21502L12.983 7.11002C12.979 7.09402 12.95 7.09802 12.887 7.12502C12.785 7.16802 12.751 7.16102 12.803 7.10502C12.823 7.08502 12.853 7.01702 12.868 6.95302C12.884 6.88902 12.908 6.83302 12.922 6.82602C12.94 6.82002 12.939 6.82902 12.917 6.86802C12.902 6.89602 12.889 6.93402 12.889 6.95202C12.889 6.97002 12.876 7.01202 12.862 7.04702C12.848 7.08302 12.839 7.11402 12.842 7.11702C12.846 7.12202 12.884 7.10302 12.928 7.07502L13.008 7.02502V7.07002C13.008 7.09502 13.018 7.16002 13.028 7.21602L13.05 7.31602L13.104 7.28302C13.159 7.24902 13.212 7.12802 13.212 7.03502C13.212 6.98702 13.232 6.99502 13.24 7.04502L13.268 7.16502L13.292 7.25902L13.329 7.19902C13.349 7.16602 13.376 7.10202 13.387 7.05602C13.407 6.97802 13.435 6.94402 13.435 7.00102C13.435 7.04302 13.521 7.19102 13.537 7.17902C13.545 7.17302 13.561 7.11702 13.572 7.05502C13.596 6.92502 13.634 6.83702 13.659 6.85502C13.669 6.86302 13.671 6.87502 13.666 6.88502C13.662 6.89502 13.681 6.98002 13.71 7.07302C13.74 7.16602 13.77 7.26002 13.775 7.28102C13.785 7.31602 13.795 7.31102 13.857 7.23802C13.897 7.19302 13.931 7.14302 13.935 7.12602C13.941 7.10202 13.95 7.10302 13.985 7.13202C14.035 7.17402 14.205 7.24202 14.218 7.22402C14.223 7.21802 14.228 7.15902 14.228 7.09402L14.231 6.97402L14.281 6.98702C14.308 6.99502 14.364 6.99402 14.406 6.98702L14.482 6.97202L14.415 6.91002C14.378 6.87602 14.34 6.83202 14.331 6.81202C14.321 6.79202 14.287 6.77202 14.251 6.76902C14.148 6.75702 13.967 6.62202 13.967 6.55902C13.967 6.54602 13.992 6.56602 14.023 6.60402C14.091 6.68602 14.185 6.73802 14.267 6.73802H14.329L14.291 6.67202C14.269 6.63202 14.249 6.56002 14.244 6.49902C14.237 6.40402 14.229 6.38902 14.154 6.31902C14.109 6.27702 14.052 6.21402 14.029 6.17902L13.987 6.11602L13.965 6.19102C13.953 6.23302 13.938 6.26602 13.933 6.26602C13.927 6.26602 13.903 6.24202 13.883 6.21302C13.86 6.18302 13.837 6.15902 13.833 6.15902C13.826 6.15902 13.807 6.19902 13.788 6.24902L13.755 6.33602L13.729 6.28602C13.714 6.25602 13.681 6.20802 13.654 6.17602C13.627 6.14202 13.612 6.11602 13.622 6.11602C13.632 6.11602 13.666 6.15002 13.697 6.19102L13.754 6.26702L13.777 6.21102C13.79 6.17902 13.795 6.12802 13.789 6.08702C13.779 6.02702 13.781 6.02502 13.799 6.06202C13.809 6.08602 13.842 6.13202 13.872 6.16202L13.926 6.22202L13.963 6.13202C14 6.04202 14.001 6.04202 14.017 6.09402C14.04 6.16602 14.202 6.34402 14.34 6.44602C14.36 6.46202 14.352 6.40602 14.313 6.28102C14.303 6.24802 14.293 6.18802 14.293 6.14802C14.293 6.08802 14.281 6.06102 14.223 6.00302C14.141 5.91902 14.115 5.86002 14.099 5.72502C14.093 5.67002 14.079 5.60902 14.067 5.59002C14.05 5.56002 14.047 5.57702 14.052 5.67802C14.054 5.74802 14.047 5.83202 14.036 5.86802L14.016 5.93202L14 5.87802C13.99 5.84802 13.953 5.79802 13.915 5.76302C13.875 5.73002 13.85 5.69702 13.855 5.69002C13.86 5.68402 13.9 5.71402 13.942 5.75802C14.007 5.82502 14.022 5.83202 14.03 5.80302C14.04 5.76802 14.03 5.61702 14.01 5.51302C14 5.45902 14 5.45902 14.05 5.52302C14.086 5.57302 14.105 5.62902 14.12 5.72902C14.14 5.85602 14.15 5.87902 14.238 5.97902C14.291 6.04202 14.338 6.08902 14.34 6.08502C14.344 6.08102 14.35 5.92102 14.355 5.73002C14.365 5.36502 14.355 5.27802 14.288 5.16502L14.254 5.10702L14.307 5.03002C14.377 4.93002 14.409 4.85002 14.423 4.74002L14.435 4.65002L14.375 4.72702C14.325 4.78902 14.302 4.80302 14.245 4.80302C14.188 4.80302 14.165 4.79102 14.128 4.73602C14.082 4.67102 14 4.60902 13.922 4.57802C13.892 4.56802 13.882 4.57202 13.882 4.59802C13.882 4.61802 13.867 4.67202 13.847 4.72002L13.812 4.80802L13.738 4.71002C13.692 4.65002 13.638 4.60402 13.598 4.59002C13.495 4.55402 13.49 4.55702 13.49 4.66002C13.49 4.81302 13.44 4.84202 13.35 4.74002C13.283 4.66002 13.226 4.64402 13.097 4.66302L12.997 4.67802L13.017 4.73802C13.031 4.78802 13.027 4.80802 12.995 4.86502C12.943 4.95702 12.875 4.99702 12.771 4.99702C12.723 4.99702 12.663 5.01002 12.637 5.02702C12.612 5.04202 12.549 5.06102 12.497 5.06702C12.445 5.07402 12.39 5.08702 12.374 5.09402C12.35 5.10602 12.347 5.09602 12.354 5.02202C12.367 4.90802 12.308 4.82502 12.214 4.82502C12.094 4.82502 12.039 4.96802 12.086 5.15702C12.0949 5.18897 12.1038 5.23823 12.1098 5.27198L12.112 5.28402C12.119 5.31902 12.172 5.41202 12.24 5.50102C12.304 5.58702 12.364 5.67602 12.374 5.69902C12.384 5.72202 12.417 5.75902 12.447 5.78102L12.502 5.82102L12.495 5.74402C12.487 5.65802 12.501 5.64402 12.535 5.70402C12.548 5.72702 12.579 5.76202 12.605 5.78402C12.645 5.81602 12.652 5.81702 12.652 5.78802C12.652 5.76802 12.66 5.72802 12.67 5.69402L12.69 5.63402L12.72 5.71602C12.738 5.76102 12.796 5.86402 12.848 5.94602C12.95 6.10102 13.012 6.27602 12.98 6.31602C12.967 6.33302 12.932 6.33102 12.86 6.31202C12.803 6.29802 12.733 6.29002 12.704 6.29502C12.644 6.30502 12.641 6.29502 12.677 6.23502C12.715 6.17202 12.709 6.16202 12.634 6.16202C12.547 6.16202 12.332 6.10602 12.249 6.06202C12.169 6.02202 12.149 6.03202 12.126 6.13202L12.083 6.31702L12.06 6.41702L12.147 6.40702C12.195 6.40002 12.257 6.38702 12.284 6.37502C12.312 6.36502 12.337 6.35902 12.34 6.36202C12.343 6.36602 12.33 6.40602 12.313 6.45002L12.279 6.53002L12.334 6.51602C12.364 6.50802 12.409 6.48802 12.434 6.47202C12.478 6.44402 12.481 6.44602 12.516 6.51902C12.558 6.60902 12.592 6.60602 12.599 6.50902C12.607 6.41102 12.632 6.42602 12.679 6.55702C12.722 6.68302 12.769 6.72702 12.777 6.65302C12.78 6.62902 12.803 6.58802 12.83 6.56302C12.883 6.51302 12.923 6.52902 12.945 6.60702C12.97 6.68702 12.917 6.77102 12.765 6.89502C12.455 7.14302 12.277 7.48302 12.225 7.91502C12.179 8.30502 12.323 8.70902 12.612 8.99902C12.75 9.13902 12.97 9.28402 12.956 9.22902C12.898 8.99102 12.9 8.53902 12.96 8.46202C12.97 8.45002 12.966 8.49702 12.953 8.56602C12.905 8.82402 12.926 9.02902 13.05 9.51002C13.16 9.94602 13.146 10.132 12.988 10.254C12.938 10.294 12.904 10.3 12.768 10.298C12.62 10.296 12.604 10.3 12.556 10.35C12.51 10.4 12.451 10.56 12.451 10.634C12.451 10.674 12.484 10.669 12.551 10.618L12.535 10.616ZM11.415 9.81602C11.431 9.78902 11.443 9.74602 11.443 9.72102C11.443 9.68302 11.456 9.67302 11.52 9.66102L11.597 9.64702L11.547 9.59202C11.485 9.52802 11.479 9.47802 11.533 9.47802C11.586 9.47802 11.677 9.40402 11.691 9.34802C11.698 9.32402 11.694 9.29002 11.683 9.27202C11.653 9.22702 11.596 9.23402 11.586 9.28402C11.574 9.33802 11.556 9.33902 11.513 9.28402C11.449 9.20402 11.447 9.03602 11.51 8.93802C11.538 8.89202 11.538 8.88802 11.5 8.84202C11.46 8.79002 11.43 8.68902 11.45 8.66502C11.456 8.65802 11.488 8.66502 11.52 8.67902C11.568 8.69902 11.587 8.70102 11.606 8.67902C11.666 8.61902 11.601 8.53902 11.506 8.55702C11.469 8.56402 11.454 8.55702 11.448 8.53102C11.444 8.51102 11.411 8.48402 11.373 8.47102C11.307 8.44902 11.306 8.45102 11.306 8.51102C11.306 8.57802 11.276 8.59102 11.223 8.54802C11.178 8.51302 11.135 8.54002 11.135 8.60302C11.135 8.66102 11.18 8.69002 11.259 8.68302C11.319 8.67802 11.322 8.73902 11.264 8.82502L11.222 8.88802L11.255 8.95102C11.305 9.04402 11.3 9.19902 11.245 9.27602L11.205 9.33602L11.177 9.28802C11.139 9.22102 11.087 9.22602 11.072 9.29802C11.062 9.34502 11.072 9.36602 11.115 9.41602C11.145 9.44902 11.188 9.47602 11.211 9.47602C11.269 9.47602 11.267 9.53602 11.207 9.59802L11.16 9.64602L11.234 9.66102C11.274 9.66902 11.306 9.68502 11.306 9.69602C11.306 9.73602 11.356 9.86402 11.373 9.86402C11.383 9.86402 11.403 9.84402 11.416 9.81702L11.415 9.81602ZM11.668 7.64602C11.834 7.54902 11.848 7.30202 11.692 7.23602C11.627 7.21002 11.586 7.22602 11.562 7.28302C11.542 7.32802 11.555 7.40902 11.582 7.40902C11.59 7.40902 11.597 7.42302 11.597 7.44102C11.597 7.52702 11.344 7.56602 11.241 7.49602C11.205 7.47102 11.191 7.40802 11.221 7.40802C11.241 7.40802 11.258 7.34202 11.247 7.29602C11.231 7.23402 11.183 7.21202 11.115 7.23602C10.96 7.29002 10.965 7.53202 11.122 7.63602C11.252 7.71902 11.536 7.72402 11.67 7.64602H11.668ZM11.565 7.45602C11.575 7.44602 11.571 7.42602 11.555 7.40902C11.52 7.37202 11.522 7.31702 11.56 7.25402C11.59 7.20702 11.593 7.13702 11.603 6.42802C11.62 5.20402 11.688 4.28502 11.778 4.06502C11.814 3.97702 11.808 3.97502 11.716 4.06002C11.596 4.16802 11.506 4.31002 11.426 4.51002C11.274 4.89002 11.221 5.40202 11.221 6.49402C11.221 7.11402 11.225 7.19402 11.251 7.25402C11.277 7.30802 11.278 7.32902 11.261 7.38802C11.249 7.42602 11.244 7.46302 11.249 7.46802C11.283 7.51202 11.529 7.50102 11.566 7.45502L11.565 7.45602ZM11 3H10V4H11V3ZM18 3H17V4H18V3ZM11 11H10V12H11V11ZM18 11H17V12H18V11Z",
|
|
3148
|
+
fill: "#AF010D"
|
|
3149
|
+
}
|
|
3150
|
+
)
|
|
3151
|
+
] }),
|
|
3152
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5999", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3153
|
+
] }),
|
|
3154
|
+
sd: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3155
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5995)", children: [
|
|
3156
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
3157
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#151515" }),
|
|
3158
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#AF010D" }),
|
|
3159
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0V15.033L10 7.5L0 0Z", fill: "#249F58" })
|
|
3160
|
+
] }),
|
|
3161
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5995", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3162
|
+
] }),
|
|
3163
|
+
sr: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3164
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5990)", children: [
|
|
3165
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
3166
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 11H21V15H0V11ZM0 0H21V4H0V0Z", fill: "#0A6A30" }),
|
|
3167
|
+
/* @__PURE__ */ l("path", { opacity: "0.2", fillRule: "evenodd", clipRule: "evenodd", d: "M0 11H21V15H0V11ZM0 0H21V4H0V0Z", fill: "#1A47B8" }),
|
|
3168
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 5H21V10H0V5Z", fill: "#AF010D" }),
|
|
3169
|
+
/* @__PURE__ */ l(
|
|
3170
|
+
"path",
|
|
3171
|
+
{
|
|
3172
|
+
fillRule: "evenodd",
|
|
3173
|
+
clipRule: "evenodd",
|
|
3174
|
+
d: "M10.5001 8.75L9.03007 9.523L9.31007 7.886L8.12207 6.726L9.76507 6.489L10.5001 5L11.2351 6.49L12.8781 6.727L11.6881 7.887L11.9681 9.523",
|
|
3175
|
+
fill: "#FFDA2C"
|
|
3176
|
+
}
|
|
3177
|
+
)
|
|
3178
|
+
] }),
|
|
3179
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5990", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3180
|
+
] }),
|
|
3181
|
+
se: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3182
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5988)", children: [
|
|
3183
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#3A99FF" }),
|
|
3184
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 9H0V6H6V0H9V6H21V9H9V15H6V9Z", fill: "#FFDA2C" })
|
|
3185
|
+
] }),
|
|
3186
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5988", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3187
|
+
] }),
|
|
3188
|
+
ch: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3189
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
3190
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 6H6V9H9V12H12V9H15V6H12V3H9V6Z", fill: "white" })
|
|
3191
|
+
] }),
|
|
3192
|
+
sy: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3193
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5982)", children: [
|
|
3194
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
3195
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#151515" }),
|
|
3196
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#AF010D" }),
|
|
3197
|
+
/* @__PURE__ */ l(
|
|
3198
|
+
"path",
|
|
3199
|
+
{
|
|
3200
|
+
fillRule: "evenodd",
|
|
3201
|
+
clipRule: "evenodd",
|
|
3202
|
+
d: "M6.50007 8.75L5.03007 9.523L5.31007 7.886L4.12207 6.726L5.76507 6.489L6.50007 5L7.23507 6.49L8.87807 6.727L7.68807 7.887L7.96807 9.523L6.50007 8.75ZM14.5001 8.75L13.0301 9.523L13.3101 7.886L12.1221 6.726L13.7651 6.489L14.5001 5L15.2351 6.49L16.8781 6.727L15.6881 7.887L15.9681 9.523",
|
|
3203
|
+
fill: "#249F58"
|
|
3204
|
+
}
|
|
3205
|
+
)
|
|
3206
|
+
] }),
|
|
3207
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5982", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3208
|
+
] }),
|
|
3209
|
+
tj: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3210
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5978)", children: [
|
|
3211
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
3212
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#249F58" }),
|
|
3213
|
+
/* @__PURE__ */ l(
|
|
3214
|
+
"path",
|
|
3215
|
+
{
|
|
3216
|
+
fillRule: "evenodd",
|
|
3217
|
+
clipRule: "evenodd",
|
|
3218
|
+
d: "M11.97 7.2C11.99 7.297 12 7.397 12 7.5C12 8.328 11.328 9 10.5 9C9.672 9 9 8.328 9 7.5C9 7.397 9.01 7.297 9.03 7.2C9.17 7.656 9.774 8 10.5 8C11.226 8 11.83 7.656 11.97 7.2ZM10.5 7C10.776 7 11 6.776 11 6.5C11 6.224 10.776 6 10.5 6C10.224 6 10 6.224 10 6.5C10 6.776 10.224 7 10.5 7Z",
|
|
3219
|
+
fill: "#FFDA2C"
|
|
3220
|
+
}
|
|
3221
|
+
),
|
|
3222
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#AF010D" })
|
|
3223
|
+
] }),
|
|
3224
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5978", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3225
|
+
] }),
|
|
3226
|
+
tz: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3227
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5973)", children: [
|
|
3228
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#249F58" }),
|
|
3229
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 15H21V2L0 13V15Z", fill: "#3ECBF8" }),
|
|
3230
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 14L21 3V-1L0 10V14Z", fill: "#FFDA2C" }),
|
|
3231
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 16L21 5V1L0 12V16Z", fill: "#FFDA2C" }),
|
|
3232
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 15L21 4V0L0 11V15Z", fill: "#151515" })
|
|
3233
|
+
] }),
|
|
3234
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5973", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3235
|
+
] }),
|
|
3236
|
+
th: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3237
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5970)", children: [
|
|
3238
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
3239
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V3H0V0ZM0 12H21V15H0V12Z", fill: "#F93939" }),
|
|
3240
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 5H21V10H0V5Z", fill: "#232C80" })
|
|
3241
|
+
] }),
|
|
3242
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5970", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3243
|
+
] }),
|
|
3244
|
+
tl: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3245
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
3246
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0L14 7.5L0 15V0Z", fill: "#FFDA2C" }),
|
|
3247
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0L10 7.5L0 15V0Z", fill: "#151515" }),
|
|
3248
|
+
/* @__PURE__ */ l(
|
|
3249
|
+
"path",
|
|
3250
|
+
{
|
|
3251
|
+
fillRule: "evenodd",
|
|
3252
|
+
clipRule: "evenodd",
|
|
3253
|
+
d: "M3.50007 8.75L2.03007 9.523L2.31007 7.886L1.12207 6.726L2.76507 6.489L3.50007 5L4.23507 6.49L5.87807 6.727L4.68807 7.887L4.96807 9.523",
|
|
3254
|
+
fill: "white"
|
|
3255
|
+
}
|
|
3256
|
+
)
|
|
3257
|
+
] }),
|
|
3258
|
+
tg: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3259
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5962)", children: [
|
|
3260
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
3261
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 0H21V3H7V0ZM7 6H21V9H7V6ZM0 12H21V15H0V12Z", fill: "#0A6A30" }),
|
|
3262
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H9V9H0V0Z", fill: "#F93939" }),
|
|
3263
|
+
/* @__PURE__ */ l(
|
|
3264
|
+
"path",
|
|
3265
|
+
{
|
|
3266
|
+
fillRule: "evenodd",
|
|
3267
|
+
clipRule: "evenodd",
|
|
3268
|
+
d: "M4.44 5.8968L2.932 6.68981L3.22 5.0098L2 3.8228L3.686 3.5778L4.44 2.0498L5.194 3.5768L6.88 3.8218L5.66 5.0118L5.948 6.68981",
|
|
3269
|
+
fill: "white"
|
|
3270
|
+
}
|
|
3271
|
+
)
|
|
3272
|
+
] }),
|
|
3273
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5962", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3274
|
+
] }),
|
|
3275
|
+
to: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3276
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5958)", children: [
|
|
3277
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#AF010D" }),
|
|
3278
|
+
/* @__PURE__ */ l(
|
|
3279
|
+
"path",
|
|
3280
|
+
{
|
|
3281
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
3282
|
+
fill: "#AF010D"
|
|
3283
|
+
}
|
|
3284
|
+
),
|
|
3285
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H11V9H0V0Z", fill: "white" }),
|
|
3286
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 4V2H5V4H3V6H5V8H7V6H9V4H7Z", fill: "#AF010D" })
|
|
3287
|
+
] }),
|
|
3288
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5958", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3289
|
+
] }),
|
|
3290
|
+
tt: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3291
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5955)", children: [
|
|
3292
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#AF010D" }),
|
|
3293
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 0L21 15H14L0 0H7Z", fill: "white" }),
|
|
3294
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 0L20 15H15L1 0H7H6Z", fill: "#151515" })
|
|
3295
|
+
] }),
|
|
3296
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5955", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3297
|
+
] }),
|
|
3298
|
+
tn: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3299
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
3300
|
+
/* @__PURE__ */ l(
|
|
3301
|
+
"path",
|
|
3302
|
+
{
|
|
3303
|
+
d: "M10.5 11C12.433 11 14 9.433 14 7.5C14 5.567 12.433 4 10.5 4C8.567 4 7 5.567 7 7.5C7 9.433 8.567 11 10.5 11Z",
|
|
3304
|
+
fill: "white"
|
|
3305
|
+
}
|
|
3306
|
+
),
|
|
3307
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 7H13V8H12V7Z", fill: "#F93939" }),
|
|
3308
|
+
/* @__PURE__ */ l(
|
|
3309
|
+
"path",
|
|
3310
|
+
{
|
|
3311
|
+
fillRule: "evenodd",
|
|
3312
|
+
clipRule: "evenodd",
|
|
3313
|
+
d: "M12.5 9C12.044 9.607 11.318 10 10.5 10C9.12 10 8 8.88 8 7.5C8 6.12 9.12 5 10.5 5C11.318 5 12.044 5.393 12.5 6H11C10.172 6 9.5 6.672 9.5 7.5C9.5 8.328 10.172 9 11 9H12.5Z",
|
|
3314
|
+
fill: "#F93939"
|
|
3315
|
+
}
|
|
3316
|
+
)
|
|
3317
|
+
] }),
|
|
3318
|
+
tr: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3319
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
3320
|
+
/* @__PURE__ */ l(
|
|
3321
|
+
"path",
|
|
3322
|
+
{
|
|
3323
|
+
fillRule: "evenodd",
|
|
3324
|
+
clipRule: "evenodd",
|
|
3325
|
+
d: "M14.0021 8.65155L12.8401 9.26155L13.0621 7.96855L12.1221 7.05155L13.4221 6.86155L14.0021 5.68555L14.5821 6.86255L15.8821 7.05255L14.9421 7.96755L15.1641 9.26055",
|
|
3326
|
+
fill: "white"
|
|
3327
|
+
}
|
|
3328
|
+
),
|
|
3329
|
+
/* @__PURE__ */ l(
|
|
3330
|
+
"path",
|
|
3331
|
+
{
|
|
3332
|
+
fillRule: "evenodd",
|
|
3333
|
+
clipRule: "evenodd",
|
|
3334
|
+
d: "M9.5 11C11.433 11 13 9.433 13 7.5C13 5.567 11.433 4 9.5 4C7.567 4 6 5.567 6 7.5C6 9.433 7.567 11 9.5 11ZM10.5 10C11.88 10 13 8.88 13 7.5C13 6.12 11.88 5 10.5 5C9.12 5 8 6.12 8 7.5C8 8.88 9.12 10 10.5 10Z",
|
|
3335
|
+
fill: "white"
|
|
3336
|
+
}
|
|
3337
|
+
)
|
|
3338
|
+
] }),
|
|
3339
|
+
tm: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3340
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#249F58" }),
|
|
3341
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 0H3V15H2V0ZM4 0H5V15H4V0ZM6 0H7V15H6V0Z", fill: "#D4AF2C" }),
|
|
3342
|
+
/* @__PURE__ */ l(
|
|
3343
|
+
"path",
|
|
3344
|
+
{
|
|
3345
|
+
fillRule: "evenodd",
|
|
3346
|
+
clipRule: "evenodd",
|
|
3347
|
+
d: "M5 0L7 1.5L5 3V0ZM5 3L7 4.5L5 6V3ZM5 6L7 7.5L5 9V6ZM5 9L7 10.5L5 12V9ZM5 12L7 13.5L5 15V12ZM4 0L2 1.5L4 3V0ZM4 3L2 4.5L4 6V3ZM4 6L2 7.5L4 9V6ZM4 9L2 10.5L4 12V9ZM4 12L2 13.5L4 15V12ZM4 0H5V2H4V0ZM4 13H5V15H4V13ZM4 5H5V7H4V5ZM4 3H5V4H4V3ZM4 11H5V12H4V11ZM4 8H5V10H4V8Z",
|
|
3348
|
+
fill: "#AE6A3E"
|
|
3349
|
+
}
|
|
3350
|
+
),
|
|
3351
|
+
/* @__PURE__ */ l(
|
|
3352
|
+
"path",
|
|
3353
|
+
{
|
|
3354
|
+
fillRule: "evenodd",
|
|
3355
|
+
clipRule: "evenodd",
|
|
3356
|
+
d: "M11.236 3.014C11.323 3.004 11.411 3 11.5 3C12.88 3 14 4.12 14 5.5C14 6.88 12.88 8 11.5 8C10.12 8 9 6.88 9 5.5C9 5.41 9.005 5.323 9.014 5.236C9.13 6.23 9.974 7 11 7C12.105 7 13 6.105 13 5C13 3.975 12.23 3.13 11.236 3.014ZM10 4H11V5H10V4Z",
|
|
3357
|
+
fill: "white"
|
|
3358
|
+
}
|
|
3359
|
+
),
|
|
3360
|
+
/* @__PURE__ */ l("path", { opacity: "0.5", fillRule: "evenodd", clipRule: "evenodd", d: "M8 4H9V5H8V4ZM10 2H11V3H10V2Z", fill: "white" })
|
|
3361
|
+
] }),
|
|
3362
|
+
tv: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3363
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#3A99FF" }),
|
|
3364
|
+
/* @__PURE__ */ l(
|
|
3365
|
+
"path",
|
|
3366
|
+
{
|
|
3367
|
+
fillRule: "evenodd",
|
|
3368
|
+
clipRule: "evenodd",
|
|
3369
|
+
d: "M14 5V6H15V5H14ZM17 5V6H18V5H17ZM12 8V9H13V8H12ZM16 9V10H17V9H16ZM12 11V12H13V11H12ZM8 10V11H9V10H8Z",
|
|
3370
|
+
fill: "#FFDA2C"
|
|
3371
|
+
}
|
|
3372
|
+
),
|
|
3373
|
+
/* @__PURE__ */ l(
|
|
3374
|
+
"path",
|
|
3375
|
+
{
|
|
3376
|
+
d: "M9 1H2C1.44772 1 1 1.44772 1 2V7C1 7.55228 1.44772 8 2 8H9C9.55229 8 10 7.55228 10 7V2C10 1.44772 9.55229 1 9 1Z",
|
|
3377
|
+
fill: "white"
|
|
3378
|
+
}
|
|
3379
|
+
),
|
|
3380
|
+
/* @__PURE__ */ l(
|
|
3381
|
+
"path",
|
|
3382
|
+
{
|
|
3383
|
+
fillRule: "evenodd",
|
|
3384
|
+
clipRule: "evenodd",
|
|
3385
|
+
d: "M5 5H2V4H5V2H6V4H9V5H6V7H5V5ZM7.5 6V7H9V6H7.5ZM7.5 2V3H9V2H7.5ZM2 6V7H3.5V6H2ZM2 2V3H3.5V2H2Z",
|
|
3386
|
+
fill: "#F93939"
|
|
3387
|
+
}
|
|
3388
|
+
)
|
|
3389
|
+
] }),
|
|
3390
|
+
ug: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3391
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5932)", children: [
|
|
3392
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
3393
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V2H0V0Z", fill: "#151515" }),
|
|
3394
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 4H21V7H0V4Z", fill: "#F93939" }),
|
|
3395
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 7H21V10H0V7Z", fill: "#151515" }),
|
|
3396
|
+
/* @__PURE__ */ l(
|
|
3397
|
+
"path",
|
|
3398
|
+
{
|
|
3399
|
+
d: "M10 10C11.6569 10 13 8.65685 13 7C13 5.34315 11.6569 4 10 4C8.34315 4 7 5.34315 7 7C7 8.65685 8.34315 10 10 10Z",
|
|
3400
|
+
fill: "white"
|
|
3401
|
+
}
|
|
3402
|
+
),
|
|
3403
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 4L9 7L10 9L11 7V10L12 7L11 6L10 7V4Z", fill: "#151515" }),
|
|
3404
|
+
/* @__PURE__ */ l("rect", { y: "12", width: "21", height: "3", fill: "#F93939" })
|
|
3405
|
+
] }),
|
|
3406
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5932", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3407
|
+
] }),
|
|
3408
|
+
ua: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3409
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#FFDA2C" }),
|
|
3410
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V8H0V0Z", fill: "#3A99FF" })
|
|
3411
|
+
] }),
|
|
3412
|
+
ae: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3413
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5925)", children: [
|
|
3414
|
+
/* @__PURE__ */ l(
|
|
3415
|
+
"path",
|
|
3416
|
+
{
|
|
3417
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
3418
|
+
fill: "white"
|
|
3419
|
+
}
|
|
3420
|
+
),
|
|
3421
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#151515" }),
|
|
3422
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#249F58" }),
|
|
3423
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0V15H6V0H0Z", fill: "#F93939" })
|
|
3424
|
+
] }),
|
|
3425
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5925", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3426
|
+
] }),
|
|
3427
|
+
gb: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3428
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5918)", children: [
|
|
3429
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#1A47B8" }),
|
|
3430
|
+
/* @__PURE__ */ l(
|
|
3431
|
+
"path",
|
|
3432
|
+
{
|
|
3433
|
+
fillRule: "evenodd",
|
|
3434
|
+
clipRule: "evenodd",
|
|
3435
|
+
d: "M2.23397 0H0V2.5L18.7539 15L21 15V12.5L2.23397 0Z",
|
|
3436
|
+
fill: "white"
|
|
3437
|
+
}
|
|
3438
|
+
),
|
|
3439
|
+
/* @__PURE__ */ l("path", { d: "M0.745098 0L21 13.5354V15H20.2724L0 1.45056V0H0.745098Z", fill: "#F93939" }),
|
|
3440
|
+
/* @__PURE__ */ l(
|
|
3441
|
+
"path",
|
|
3442
|
+
{
|
|
3443
|
+
fillRule: "evenodd",
|
|
3444
|
+
clipRule: "evenodd",
|
|
3445
|
+
d: "M19 0H21V2.5C21 2.5 8.0098 10.8281 2 15H0V12.5L19 0Z",
|
|
3446
|
+
fill: "white"
|
|
3447
|
+
}
|
|
3448
|
+
),
|
|
3449
|
+
/* @__PURE__ */ l("path", { d: "M21 0H20.3218L0 13.5471V15H0.745098L21 1.46151V0Z", fill: "#F93939" }),
|
|
3450
|
+
/* @__PURE__ */ l(
|
|
3451
|
+
"path",
|
|
3452
|
+
{
|
|
3453
|
+
fillRule: "evenodd",
|
|
3454
|
+
clipRule: "evenodd",
|
|
3455
|
+
d: "M7.63708 0H13.3804V4.62682H21V10.3701H13.3804V15H7.63708V10.3701H0V4.62682H7.63708V0Z",
|
|
3456
|
+
fill: "white"
|
|
3457
|
+
}
|
|
3458
|
+
),
|
|
3459
|
+
/* @__PURE__ */ l(
|
|
3460
|
+
"path",
|
|
3461
|
+
{
|
|
3462
|
+
fillRule: "evenodd",
|
|
3463
|
+
clipRule: "evenodd",
|
|
3464
|
+
d: "M8.8421 0H12.1579V5.76923H21V9.23077H12.1579V15H8.8421V9.23077H0V5.76923H8.8421V0Z",
|
|
3465
|
+
fill: "#F93939"
|
|
3466
|
+
}
|
|
3467
|
+
)
|
|
3468
|
+
] }),
|
|
3469
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5918", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3470
|
+
] }),
|
|
3471
|
+
tw: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 640 480", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3472
|
+
/* @__PURE__ */ l("clipPath", { id: "tw-a", children: /* @__PURE__ */ l("path", { d: "M0 0h640v480H0z" }) }),
|
|
3473
|
+
/* @__PURE__ */ e("g", { "clip-path": "url(#tw-a)", children: [
|
|
3474
|
+
/* @__PURE__ */ l("path", { fill: "red", d: "M0 0h720v480H0z" }),
|
|
3475
|
+
/* @__PURE__ */ l("path", { fill: "#000095", d: "M0 0h360v240H0z" }),
|
|
3476
|
+
/* @__PURE__ */ e("g", { fill: "#fff", children: [
|
|
3477
|
+
/* @__PURE__ */ l("path", { d: "m154 126.9-2.5 9.6 9.4 2.6-1.8-7.1zm46.9 5.1-1.8 7.1 9.4-2.6-2.5-9.6zm-41.8-24-5.1 5.1 1.9 6.9z" }),
|
|
3478
|
+
/* @__PURE__ */ l("path", { d: "m155.9 120-1.9 6.9 5.1 5.1z" }),
|
|
3479
|
+
/* @__PURE__ */ l("path", { d: "m154 113.1-6.9 6.9 6.9 6.9 1.9-6.9zm14 27.8 5.1 5.1 6.9-1.9zm18.9 5.1 9.6 2.5 2.6-9.4-7.1 1.8z" }),
|
|
3480
|
+
/* @__PURE__ */ l("path", { d: "m192 140.9 7.1-1.8 1.8-7.1zm-31.1-1.8 2.6 9.4 9.6-2.5-5.1-5.1zm19.1 5 6.9 1.9 5.1-5.1z" }),
|
|
3481
|
+
/* @__PURE__ */ l("path", { d: "m173.1 146 6.9 6.9 6.9-6.9-6.9-1.9zm-12.2-45.1-9.4 2.6 2.5 9.6 5.1-5.1zm-1.8 31.1 1.8 7.1 7.1 1.8zm45-12 1.9-6.9-5.1-5.1z" }),
|
|
3482
|
+
/* @__PURE__ */ l("path", { d: "m168 99.1-7.1 1.8-1.8 7.1zm32.9 8.9-1.8-7.1-7.1-1.8zm5.1 18.9 6.9-6.9-6.9-6.9-1.9 6.9z" }),
|
|
3483
|
+
/* @__PURE__ */ l("path", { d: "m200.9 108-8.9-8.9-12-3.2-12 3.2-8.9 8.9-3.2 12 3.2 12 8.9 8.9 12 3.2 12-3.2 8.9-8.9 3.2-12z" }),
|
|
3484
|
+
/* @__PURE__ */ l("path", { d: "m200.9 132 5.1-5.1-1.9-6.9zm5.1-18.9 2.5-9.6-9.4-2.6 1.8 7.1zm-6.9-12.2-2.6-9.4-9.6 2.5 5.1 5.1zm-26-6.9-9.6-2.5-2.6 9.4 7.1-1.8zm6.9 1.9-6.9-1.9-5.1 5.1z" }),
|
|
3485
|
+
/* @__PURE__ */ l("path", { d: "m186.9 94-6.9-6.9-6.9 6.9 6.9 1.9z" }),
|
|
3486
|
+
/* @__PURE__ */ l("path", { d: "m192 99.1-5.1-5.1-6.9 1.9zM173.1 146l-9.6 2.5 4.5 16.6 12-12.2zm-5.1 19.1 12 44.9 12-44.9-12-12.2zm-7.1-26-9.4-2.6-4.4 16.4 16.4-4.4z" }),
|
|
3487
|
+
/* @__PURE__ */ l("path", { d: "m147.1 152.9-12 45.1 32.9-32.9-4.5-16.6zm-12-20.9L102 165.1l45.1-12.2 4.4-16.4z" }),
|
|
3488
|
+
/* @__PURE__ */ l("path", { d: "m154 126.9-6.9-6.9-12 12 16.4 4.5zm0-13.8-2.5-9.6-16.4 4.5 12 12z" }),
|
|
3489
|
+
/* @__PURE__ */ l("path", { d: "M135.1 108 90 120l45.1 12 12-12zm90 24-16.6 4.5 4.4 16.4 45.1 12.2z" }),
|
|
3490
|
+
/* @__PURE__ */ l("path", { d: "m199.1 139.1-2.6 9.4 16.4 4.4-4.4-16.4zm-12.2 6.9-6.9 6.9 12 12.2 4.5-16.6zm19.1-19.1 2.5 9.6 16.6-4.5-12.2-12z" }),
|
|
3491
|
+
/* @__PURE__ */ l("path", { d: "m192 165.1 33.1 32.9-12.2-45.1-16.4-4.4zm7.1-64.2 9.4 2.6 4.4-16.4-16.4 4.4z" }),
|
|
3492
|
+
/* @__PURE__ */ l("path", { d: "M225.1 108 258 75.1l-45.1 12-4.4 16.4zm-12.2-20.9L225.1 42 192 75.1l4.5 16.4zm12.2 44.9 44.9-12-44.9-12-12.2 12z" }),
|
|
3493
|
+
/* @__PURE__ */ l("path", { d: "m206 113.1 6.9 6.9 12.2-12-16.6-4.5zm-38-38L135.1 42l12 45.1 16.4 4.4z" }),
|
|
3494
|
+
/* @__PURE__ */ l("path", { d: "m160.9 100.9 2.6-9.4-16.4-4.4 4.4 16.4z" }),
|
|
3495
|
+
/* @__PURE__ */ l("path", { d: "m147.1 87.1-45.1-12 33.1 32.9 16.4-4.5zm39.8 6.9 9.6-2.5-4.5-16.4-12 12z" }),
|
|
3496
|
+
/* @__PURE__ */ l("path", { d: "M192 75.1 180 30l-12 45.1 12 12z" }),
|
|
3497
|
+
/* @__PURE__ */ l("path", { d: "m173.1 94 6.9-6.9-12-12-4.5 16.4z" })
|
|
3498
|
+
] }),
|
|
3499
|
+
/* @__PURE__ */ l("circle", { cx: "180", cy: "120", r: "51.1", fill: "#000095" }),
|
|
3500
|
+
/* @__PURE__ */ l("circle", { cx: "180", cy: "120", r: "45.1", fill: "#fff" })
|
|
3501
|
+
] })
|
|
3502
|
+
] }),
|
|
3503
|
+
un: /* @__PURE__ */ l(
|
|
3504
|
+
"svg",
|
|
3505
|
+
{
|
|
3506
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3507
|
+
fill: "none",
|
|
3508
|
+
width: "21",
|
|
3509
|
+
height: "15",
|
|
3510
|
+
viewBox: "0 0 24 24",
|
|
3511
|
+
"stroke-width": "1.5",
|
|
3512
|
+
stroke: V("colors.primary.500"),
|
|
3513
|
+
children: /* @__PURE__ */ l(
|
|
3514
|
+
"path",
|
|
3515
|
+
{
|
|
3516
|
+
"stroke-linecap": "round",
|
|
3517
|
+
"stroke-linejoin": "round",
|
|
3518
|
+
d: "M12 21a9.004 9.004 0 0 0 8.716-6.747M12 21a9.004 9.004 0 0 1-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 0 1 7.843 4.582M12 3a8.997 8.997 0 0 0-7.843 4.582m15.686 0A11.953 11.953 0 0 1 12 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0 1 21 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0 1 12 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 0 1 3 12c0-1.605.42-3.113 1.157-4.418"
|
|
3519
|
+
}
|
|
3520
|
+
)
|
|
3521
|
+
}
|
|
3522
|
+
),
|
|
3523
|
+
us: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3524
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5914)", children: [
|
|
3525
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
3526
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H9V7H0V0Z", fill: "#1A47B8" }),
|
|
3527
|
+
/* @__PURE__ */ l(
|
|
3528
|
+
"path",
|
|
3529
|
+
{
|
|
3530
|
+
fillRule: "evenodd",
|
|
3531
|
+
clipRule: "evenodd",
|
|
3532
|
+
d: "M9 0V1H21V0H9ZM9 2V3H21V2H9ZM9 4V5H21V4H9ZM9 6V7H21V6H9ZM0 8V9H21V8H0ZM0 10V11H21V10H0ZM0 12V13H21V12H0ZM0 14V15H21V14H0Z",
|
|
3533
|
+
fill: "#F93939"
|
|
3534
|
+
}
|
|
3535
|
+
),
|
|
3536
|
+
/* @__PURE__ */ l(
|
|
3537
|
+
"path",
|
|
3538
|
+
{
|
|
3539
|
+
fillRule: "evenodd",
|
|
3540
|
+
clipRule: "evenodd",
|
|
3541
|
+
d: "M1 1V2H2V1H1ZM3 1V2H4V1H3ZM5 1V2H6V1H5ZM7 1V2H8V1H7ZM6 2V3H7V2H6ZM4 2V3H5V2H4ZM2 2V3H3V2H2ZM1 3V4H2V3H1ZM3 3V4H4V3H3ZM5 3V4H6V3H5ZM7 3V4H8V3H7ZM1 5V6H2V5H1ZM3 5V6H4V5H3ZM5 5V6H6V5H5ZM7 5V6H8V5H7ZM6 4V5H7V4H6ZM4 4V5H5V4H4ZM2 4V5H3V4H2Z",
|
|
3542
|
+
fill: "white"
|
|
3543
|
+
}
|
|
3544
|
+
)
|
|
3545
|
+
] }),
|
|
3546
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5914", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3547
|
+
] }),
|
|
3548
|
+
uy: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3549
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
3550
|
+
/* @__PURE__ */ l(
|
|
3551
|
+
"path",
|
|
3552
|
+
{
|
|
3553
|
+
fillRule: "evenodd",
|
|
3554
|
+
clipRule: "evenodd",
|
|
3555
|
+
d: "M10 3H21V5H10V3ZM10 7H21V9H10V7ZM0 11H21V13H0V11Z",
|
|
3556
|
+
fill: "#3A99FF"
|
|
3557
|
+
}
|
|
3558
|
+
),
|
|
3559
|
+
/* @__PURE__ */ l(
|
|
3560
|
+
"path",
|
|
3561
|
+
{
|
|
3562
|
+
fillRule: "evenodd",
|
|
3563
|
+
clipRule: "evenodd",
|
|
3564
|
+
d: "M6.88 6.88C6.65 8.125 6.12 9 5.5 9C4.88 9 4.35 8.126 4.12 6.88C2.875 6.65 2 6.12 2 5.5C2 4.88 2.874 4.35 4.12 4.12C4.35 2.875 4.88 2 5.5 2C6.12 2 6.65 2.874 6.88 4.12C8.125 4.35 9 4.88 9 5.5C9 6.12 8.126 6.65 6.88 6.88Z",
|
|
3565
|
+
fill: "#D4AF2C"
|
|
3566
|
+
}
|
|
3567
|
+
),
|
|
3568
|
+
/* @__PURE__ */ l(
|
|
3569
|
+
"path",
|
|
3570
|
+
{
|
|
3571
|
+
fillRule: "evenodd",
|
|
3572
|
+
clipRule: "evenodd",
|
|
3573
|
+
d: "M6.187 6.187C6.123 7.79 5.84 9 5.5 9C5.16 9 4.877 7.79 4.813 6.187C3.21 6.123 2 5.84 2 5.5C2 5.16 3.21 4.877 4.813 4.813C4.877 3.21 5.16 2 5.5 2C5.84 2 6.123 3.21 6.187 4.813C7.79 4.877 9 5.16 9 5.5C9 5.84 7.79 6.123 6.187 6.187Z",
|
|
3574
|
+
fill: "#FFDA2C"
|
|
3575
|
+
}
|
|
3576
|
+
),
|
|
3577
|
+
/* @__PURE__ */ l(
|
|
3578
|
+
"path",
|
|
3579
|
+
{
|
|
3580
|
+
d: "M5.5 7C6.32843 7 7 6.32843 7 5.5C7 4.67157 6.32843 4 5.5 4C4.67157 4 4 4.67157 4 5.5C4 6.32843 4.67157 7 5.5 7Z",
|
|
3581
|
+
fill: "#FFDA2C"
|
|
3582
|
+
}
|
|
3583
|
+
)
|
|
3584
|
+
] }),
|
|
3585
|
+
uz: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3586
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5904)", children: [
|
|
3587
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
3588
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 11H21V15H0V11Z", fill: "#00B731" }),
|
|
3589
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V4H0V0Z", fill: "#03BCDB" }),
|
|
3590
|
+
/* @__PURE__ */ l(
|
|
3591
|
+
"path",
|
|
3592
|
+
{
|
|
3593
|
+
fillRule: "evenodd",
|
|
3594
|
+
clipRule: "evenodd",
|
|
3595
|
+
d: "M0 5H21V10H0V5ZM5 3.915C4.844 3.97 4.675 4 4.5 4C3.672 4 3 3.328 3 2.5C3 1.672 3.672 1 4.5 1C4.675 1 4.844 1.03 5 1.085C4.417 1.291 4 1.847 4 2.5C4 3.153 4.417 3.71 5 3.915Z",
|
|
3596
|
+
fill: "white"
|
|
3597
|
+
}
|
|
3598
|
+
),
|
|
3599
|
+
/* @__PURE__ */ l(
|
|
3600
|
+
"path",
|
|
3601
|
+
{
|
|
3602
|
+
opacity: "0.5",
|
|
3603
|
+
fillRule: "evenodd",
|
|
3604
|
+
clipRule: "evenodd",
|
|
3605
|
+
d: "M6 2H7V3H6V2ZM7 1H8V2H7V1ZM8 2H9V3H8V2ZM9 1H10V2H9V1ZM10 2H11V3H10V2ZM9 3H10V4H9V3ZM7 3H8V4H7V3Z",
|
|
3606
|
+
fill: "#1A47B8"
|
|
3607
|
+
}
|
|
3608
|
+
)
|
|
3609
|
+
] }),
|
|
3610
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5904", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3611
|
+
] }),
|
|
3612
|
+
vu: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3613
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5895)", children: [
|
|
3614
|
+
/* @__PURE__ */ l(
|
|
3615
|
+
"path",
|
|
3616
|
+
{
|
|
3617
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
3618
|
+
fill: "white"
|
|
3619
|
+
}
|
|
3620
|
+
),
|
|
3621
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 9H21V15H0V9Z", fill: "#249F58" }),
|
|
3622
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V6H0V0Z", fill: "#AF010D" }),
|
|
3623
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.208 9L2 15.033H0V0H2L9.2 6H21V9H9.208Z", fill: "#151515" }),
|
|
3624
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.9 8L0.5 15L0 15.033V0H0.5L8.9 7H21V8H8.9Z", fill: "#FFDA2C" }),
|
|
3625
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 1L8 7.5L0 14V1Z", fill: "#151515" }),
|
|
3626
|
+
/* @__PURE__ */ l(
|
|
3627
|
+
"path",
|
|
3628
|
+
{
|
|
3629
|
+
fillRule: "evenodd",
|
|
3630
|
+
clipRule: "evenodd",
|
|
3631
|
+
d: "M1.653 9.347C1.253 8.89 1 8.232 1 7.5C1 6.12 1.895 5 3 5C4.105 5 5 6.12 5 7.5C5 8.88 4.105 10 3 10V9C3.552 9 4 8.328 4 7.5C4 6.672 3.552 6 3 6C2.448 6 2 6.672 2 7.5C2 7.96 2.138 8.37 2.354 8.646L1.654 9.346L1.653 9.347Z",
|
|
3632
|
+
fill: "#FFDA2C"
|
|
3633
|
+
}
|
|
3634
|
+
)
|
|
3635
|
+
] }),
|
|
3636
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5895", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3637
|
+
] }),
|
|
3638
|
+
ve: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3639
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5890)", children: [
|
|
3640
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#1A47B8" }),
|
|
3641
|
+
/* @__PURE__ */ l(
|
|
3642
|
+
"path",
|
|
3643
|
+
{
|
|
3644
|
+
fillRule: "evenodd",
|
|
3645
|
+
clipRule: "evenodd",
|
|
3646
|
+
d: "M6 8H7V9H6V8ZM8 7H9V8H8V7ZM12 7H13V8H12V7ZM14 8H15V9H14V8ZM10 6H11V7H10V6Z",
|
|
3647
|
+
fill: "#BCC9F0"
|
|
3648
|
+
}
|
|
3649
|
+
),
|
|
3650
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#F93939" }),
|
|
3651
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#FFDA2C" })
|
|
3652
|
+
] }),
|
|
3653
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5890", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3654
|
+
] }),
|
|
3655
|
+
vn: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3656
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#F93939" }),
|
|
3657
|
+
/* @__PURE__ */ l(
|
|
3658
|
+
"path",
|
|
3659
|
+
{
|
|
3660
|
+
fillRule: "evenodd",
|
|
3661
|
+
clipRule: "evenodd",
|
|
3662
|
+
d: "M10.5021 9.33L8.41207 10.43L8.81207 8.103L7.12207 6.456L9.45807 6.116L10.5021 4L11.5471 6.116L13.8821 6.456L12.1921 8.103L12.5921 10.429",
|
|
3663
|
+
fill: "#FFDA2C"
|
|
3664
|
+
}
|
|
3665
|
+
)
|
|
3666
|
+
] }),
|
|
3667
|
+
vi: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3668
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5873)", children: [
|
|
3669
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
3670
|
+
/* @__PURE__ */ l("mask", { id: "mask0_1401_5873", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "21", height: "15", children: /* @__PURE__ */ l(
|
|
3671
|
+
"path",
|
|
3672
|
+
{
|
|
3673
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
3674
|
+
fill: "white"
|
|
3675
|
+
}
|
|
3676
|
+
) }),
|
|
3677
|
+
/* @__PURE__ */ e("g", { mask: "url(#mask0_1401_5873)", children: [
|
|
3678
|
+
/* @__PURE__ */ l(
|
|
3679
|
+
"path",
|
|
3680
|
+
{
|
|
3681
|
+
d: "M19 0H2C0.89543 0 0 0.89543 0 2V13C0 14.1046 0.89543 15 2 15H19C20.1046 15 21 14.1046 21 13V2C21 0.89543 20.1046 0 19 0Z",
|
|
3682
|
+
fill: "white"
|
|
3683
|
+
}
|
|
3684
|
+
),
|
|
3685
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.25 9L16 9.75L13.75 12L13 11.25L15.25 9Z", fill: "#3A99FF" }),
|
|
3686
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.75 9L6 9.75L8.25 12L9 11.25L6.75 9Z", fill: "#249F58" }),
|
|
3687
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 9H8V10L6 11L7 9Z", fill: "#FFDA2C" }),
|
|
3688
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 7H4V10H3V7ZM17 7H18V10H17V7Z", fill: "#3A99FF" }),
|
|
3689
|
+
/* @__PURE__ */ l(
|
|
3690
|
+
"path",
|
|
3691
|
+
{
|
|
3692
|
+
fillRule: "evenodd",
|
|
3693
|
+
clipRule: "evenodd",
|
|
3694
|
+
d: "M11 4V3H9V4L10 5V7H11V4ZM4 4L8 5V8L4 5V4ZM17 4L13 5V8L17 5V4ZM8 11L10.5 12L13 11L12 10H9L8 11Z",
|
|
3695
|
+
fill: "#FFDA2C"
|
|
3696
|
+
}
|
|
3697
|
+
),
|
|
3698
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 6H13V10L10.5 11L8 10V6Z", fill: "#AF010D" }),
|
|
3699
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 5H13V7H8V5Z", fill: "#232C80" }),
|
|
3700
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 7H10V10H9V7ZM11 7H12V10H11V7Z", fill: "white" }),
|
|
3701
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 9H13V10L15 11L14 9Z", fill: "#FFDA2C" })
|
|
3702
|
+
] })
|
|
3703
|
+
] }),
|
|
3704
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5873", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3705
|
+
] }),
|
|
3706
|
+
ye: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3707
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5869)", children: [
|
|
3708
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }),
|
|
3709
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 10H21V15H0V10Z", fill: "#151515" }),
|
|
3710
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H21V5H0V0Z", fill: "#AF010D" })
|
|
3711
|
+
] }),
|
|
3712
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5869", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3713
|
+
] }),
|
|
3714
|
+
zm: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3715
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5863)", children: [
|
|
3716
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#249F58" }),
|
|
3717
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19 6H21V15H19V6Z", fill: "#FF6C2D" }),
|
|
3718
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17 6H19V15H17V6Z", fill: "#151515" }),
|
|
3719
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 6H17V15H15V6Z", fill: "#F93939" }),
|
|
3720
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 3L17 4L18 5L19 4L22 3H18L17 2V3H14Z", fill: "#FF6C2D" })
|
|
3721
|
+
] }),
|
|
3722
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5863", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3723
|
+
] }),
|
|
3724
|
+
zw: /* @__PURE__ */ e("svg", { width: "21", height: "15", viewBox: "0 0 21 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3725
|
+
/* @__PURE__ */ e("g", { clipPath: "url(#clip0_1401_5855)", children: [
|
|
3726
|
+
/* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "#249F58" }),
|
|
3727
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 2H21V13H0V2Z", fill: "#FFDA2C" }),
|
|
3728
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 4H21V11H0V4Z", fill: "#F93939" }),
|
|
3729
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 6H21V9H0V6Z", fill: "#151515" }),
|
|
3730
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 0L12 7.5L1 15H0V0", fill: "#151515" }),
|
|
3731
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0L11 7.5L0 15V0Z", fill: "white" }),
|
|
3732
|
+
/* @__PURE__ */ l(
|
|
3733
|
+
"path",
|
|
3734
|
+
{
|
|
3735
|
+
fillRule: "evenodd",
|
|
3736
|
+
clipRule: "evenodd",
|
|
3737
|
+
d: "M4.50007 8.75L3.03007 9.523L3.31007 7.886L2.12207 6.726L3.76507 6.489L4.50007 5L5.23507 6.49L6.87807 6.727L5.68807 7.887L5.96807 9.523",
|
|
3738
|
+
fill: "#F93939"
|
|
3739
|
+
}
|
|
3740
|
+
),
|
|
3741
|
+
/* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 9H6V8L5 7C5 7 5 6 4 6H3L4 7L3 9Z", fill: "#FFDA2C" })
|
|
3742
|
+
] }),
|
|
3743
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1401_5855", children: /* @__PURE__ */ l("rect", { width: "21", height: "15", fill: "white" }) }) })
|
|
3744
|
+
] })
|
|
3745
|
+
}, H = C(w.svg, i), L = Object.keys(d), Z = o((h, t) => {
|
|
3746
|
+
const [n, c] = i.splitVariantProps(h), { countryCode: p, ...f } = c;
|
|
3747
|
+
return /* @__PURE__ */ l(H, { ref: t, ...f, ...n, asChild: !0, children: v(d[p]) });
|
|
3748
|
+
});
|
|
3749
|
+
export {
|
|
3750
|
+
Z as Flag,
|
|
3751
|
+
L as FlagCountryCodes
|
|
3752
|
+
};
|
|
3753
|
+
//# sourceMappingURL=styled.js.map
|