@zonos/amino 5.4.36 → 5.5.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/CountryMultiSelectExpandedOption-920c1ec2.js +1 -0
- package/{DateControlsWrapper-d09e2e06.js → DateControlsWrapper-4900e6bb.js} +1 -1
- package/all.d.ts +1 -4
- package/components/avatar/AvatarBase.js +1 -1
- package/components/avatar/ImageAvatar.js +1 -1
- package/components/avatar/UserAvatar.js +1 -1
- package/components/badge/Badge.js +1 -1
- package/components/banner/Banner.d.ts +2 -2
- package/components/banner/Banner.js +1 -1
- package/components/button/Button.d.ts +1 -1
- package/components/button/Button.js +1 -1
- package/components/button/ButtonIcon.js +1 -1
- package/components/button/MenuButton.js +1 -1
- package/components/button/RippleGroup.d.ts +1 -1
- package/components/button/RippleGroup.js +1 -1
- package/components/button/_Ripple.d.ts +2 -2
- package/components/button/_Ripple.js +1 -1
- package/components/button/button-group/ButtonGroup.js +1 -1
- package/components/card/Card.js +1 -1
- package/components/checkbox/Checkbox.d.ts +1 -1
- package/components/checkbox/Checkbox.js +1 -1
- package/components/connection-map/ConnectionMap.js +1 -1
- package/components/country-multi-select/CountryMultiSelectExpanded.d.ts +2 -16
- package/components/country-multi-select/CountryMultiSelectExpanded.js +1 -1
- package/components/country-multi-select/CountryMultiSelectExpandedOption.d.ts +23 -0
- package/components/country-multi-select/CountryMultiSelectExpandedOption.js +1 -0
- package/components/cover-sheet/CoverSheet.js +1 -1
- package/components/cover-sheet/CoverSheetActions.js +1 -1
- package/components/currency/Currency.js +1 -1
- package/components/currency/DualCurrency.js +1 -1
- package/components/danger-zone/DangerZone.js +1 -1
- package/components/dialog/BaseDialog.d.ts +1 -1
- package/components/dialog/BaseDialog.js +1 -1
- package/components/dialog/Dialog.d.ts +3 -3
- package/components/dialog/Dialog.js +1 -1
- package/components/dialog/DismissableDialog.d.ts +2 -2
- package/components/dialog/DismissableDialog.js +1 -1
- package/components/dialog/alert/AlertContext.js +1 -1
- package/components/dialog/alert/AlertDialog.d.ts +1 -1
- package/components/dialog/alert/AlertDialog.js +1 -1
- package/components/dialog/alert/useAlert.js +1 -1
- package/components/dialog/announcement/AnnouncementDialog.d.ts +1 -1
- package/components/dialog/announcement/AnnouncementDialog.js +1 -1
- package/components/dialog/confirm/ConfirmContext.js +1 -1
- package/components/dialog/confirm/ConfirmDialog.d.ts +2 -2
- package/components/dialog/confirm/ConfirmDialog.js +1 -1
- package/components/dialog/confirm/useConfirm.js +1 -1
- package/components/drop-zone/DropZone.d.ts +2 -2
- package/components/drop-zone/DropZone.js +1 -1
- package/components/file-upload/FileUpload.d.ts +1 -1
- package/components/file-upload/FileUpload.js +1 -1
- package/components/filter/FilterWrapper.d.ts +2 -2
- package/components/filter/FilterWrapper.js +1 -1
- package/components/filter/filter-amount/FilterAmount.js +1 -1
- package/components/filter/filter-amount/filterAmountReducer.js +1 -1
- package/components/filter/filter-date/DateControls.d.ts +2 -2
- package/components/filter/filter-date/DateControls.js +1 -1
- package/components/filter/filter-date/DateControlsWrapper.d.ts +1 -1
- package/components/filter/filter-date/DateControlsWrapper.js +1 -1
- package/components/filter/filter-date/FilterDate.js +1 -1
- package/components/filter/filter-date/_DateControls/_IsAfter.js +1 -1
- package/components/filter/filter-date/_DateControls/_IsBefore.js +1 -1
- package/components/filter/filter-date/_DateControls/_IsBeforeOrOn.js +1 -1
- package/components/filter/filter-date/_DateControls/_IsBetween.js +1 -1
- package/components/filter/filter-date/_DateControls/_IsEqualTo.js +1 -1
- package/components/filter/filter-date/_DateControls/_IsInTheLast.js +1 -1
- package/components/filter/filter-date/_DateControls/_IsOnOrAfter.js +1 -1
- package/components/filter/filter-date/filterDateReducer.js +1 -1
- package/components/filter/filter-multi-select/FilterMultiSelect.d.ts +1 -1
- package/components/filter/filter-multi-select/FilterMultiSelect.js +1 -1
- package/components/filter/filter-select/FilterSelect.d.ts +3 -3
- package/components/filter/filter-select/FilterSelect.js +1 -1
- package/components/filter/filter-text/FilterText.d.ts +1 -1
- package/components/filter/filter-text/FilterText.js +1 -1
- package/components/filter/useFilterWrapper.js +1 -1
- package/components/flex/Flex.js +1 -1
- package/components/glow/GlowWrapper.js +1 -1
- package/components/help-text/HelpText.js +1 -1
- package/components/input/Input.js +1 -1
- package/components/input/MultiInput.d.ts +2 -2
- package/components/input/MultiInput.js +1 -1
- package/components/input/input-type/_DateInput.d.ts +1 -1
- package/components/input/input-type/_DateInput.js +1 -1
- package/components/input/input-type/_FloatLabelInput.d.ts +1 -1
- package/components/input/input-type/_FloatLabelInput.js +1 -1
- package/components/input/input-type/_NumberInput.d.ts +1 -1
- package/components/input/input-type/_NumberInput.js +1 -1
- package/components/input/input-type/_PasswordInput.d.ts +1 -1
- package/components/input/input-type/_PasswordInput.js +1 -1
- package/components/input/input-type/_TimeInput.d.ts +1 -1
- package/components/input/input-type/_TimeInput.js +1 -1
- package/components/layout/Layout.js +1 -1
- package/components/lightbox/LightBox.js +1 -1
- package/components/list/CollapsibleList.js +1 -1
- package/components/list-item/ListItem.js +1 -1
- package/components/nested-data-table/NestedDataTable.d.ts +1 -1
- package/components/nested-data-table/NestedDataTable.js +1 -1
- package/components/nested-data-table/NestedDataTableHasura.d.ts +2 -2
- package/components/nested-data-table/NestedDataTableHasura.js +1 -1
- package/components/nested-data-table/_Filter.js +1 -1
- package/components/nested-data-table/_TableData.js +1 -1
- package/components/pivot-table/PivotTable.d.ts +2 -2
- package/components/pivot-table/PivotTable.js +1 -1
- package/components/progress-bar/ProgressBar.d.ts +1 -1
- package/components/progress-bar/ProgressBar.js +1 -1
- package/components/radio/Radio.d.ts +1 -1
- package/components/radio/Radio.js +1 -1
- package/components/radio/RadioGroup.js +1 -1
- package/components/rest-state/RestState.js +1 -1
- package/components/rich-card-select/RichCardStateSelect.d.ts +1 -1
- package/components/rich-card-select/RichCardStateSelect.js +1 -1
- package/components/rich-checkbox/RichCheckbox.js +1 -1
- package/components/rich-radio/RichRadio.d.ts +1 -1
- package/components/rich-radio/RichRadio.js +1 -1
- package/components/rounded-icon/RoundedIcon.js +1 -1
- package/components/section/HSection.js +1 -1
- package/components/section/VSection.js +1 -1
- package/components/section/_SectionHeader.js +1 -1
- package/components/section/_SectionSubheader.js +1 -1
- package/components/select/CountryMultiSelect.d.ts +1 -1
- package/components/select/CountryMultiSelect.js +1 -1
- package/components/select/CountrySelect.d.ts +1 -1
- package/components/select/CountrySelect.js +1 -1
- package/components/select/MultiSelect.js +1 -1
- package/components/select/Select.d.ts +9 -9
- package/components/select/Select.js +1 -1
- package/components/select/_StyledReactSelect.d.ts +1 -1
- package/components/select/_StyledReactSelect.js +1 -1
- package/components/simple-table/SimpleTable.d.ts +18 -18
- package/components/simple-table/SimpleTable.js +1 -1
- package/components/skeleton/Skeleton.js +1 -1
- package/components/slide-over/SlideOver.js +1 -1
- package/components/spinner/Spinner.js +1 -1
- package/components/split-panel/SplitPanel.js +1 -1
- package/components/stack/HStack.js +1 -1
- package/components/stack/Stack.d.ts +1 -1
- package/components/stack/Stack.js +1 -1
- package/components/stack/VStack.js +1 -1
- package/components/switch/Switch.d.ts +1 -1
- package/components/switch/Switch.js +1 -1
- package/components/table/TableCell.js +1 -1
- package/components/table/TableRowCollapse.js +1 -1
- package/components/tabs/Tabs.d.ts +1 -1
- package/components/tabs/Tabs.js +1 -1
- package/components/tag/Tag.d.ts +1 -1
- package/components/text/Text.d.ts +1 -1
- package/components/text/Text.js +1 -1
- package/components/text-avatar/TextAvatar.js +1 -1
- package/components/textarea/Textarea.js +1 -1
- package/components/theme-select/ThemeSelect.js +1 -1
- package/components/thumbnail/Thumbnail.js +1 -1
- package/components/toast/Toast.d.ts +2 -2
- package/components/toast/Toast.js +1 -1
- package/components/toast/ToastContext.d.ts +1 -1
- package/components/toast/ToastContext.js +1 -1
- package/components/toggle/Toggle.d.ts +1 -1
- package/components/toggle/Toggle.js +1 -1
- package/components/tooltip/Tooltip.d.ts +1 -1
- package/components/tooltip/Tooltip.js +1 -1
- package/icons/AIDuotoneIcon.d.ts +1 -1
- package/icons/ArrowSwapDuotoneIcon.d.ts +1 -1
- package/icons/BagDuotoneIcon.d.ts +1 -1
- package/icons/BankDuotoneIcon.d.ts +1 -1
- package/icons/BellDuotoneIcon.d.ts +1 -1
- package/icons/BellOffDuotoneIcon.d.ts +1 -1
- package/icons/BookDuotoneIcon.d.ts +1 -1
- package/icons/BookmarkAddDuotoneIcon.d.ts +1 -1
- package/icons/BookmarkCheckDuotoneIcon.d.ts +1 -1
- package/icons/BookmarkOffDuotoneIcon.d.ts +1 -1
- package/icons/BookmarkRemoveDuotoneIcon.d.ts +1 -1
- package/icons/BookmarkSubtractDuotoneIcon.d.ts +1 -1
- package/icons/BoxesDuotoneIcon.d.ts +1 -1
- package/icons/BufferDuotoneIcon.d.ts +1 -1
- package/icons/CalculatorDuotoneIcon.d.ts +1 -1
- package/icons/CalendarDuotoneIcon.d.ts +1 -1
- package/icons/CardDuotoneIcon.d.ts +1 -1
- package/icons/CartDuotoneIcon.d.ts +1 -1
- package/icons/ChartDuotoneIcon.d.ts +1 -1
- package/icons/CheckCircleDuotoneIcon.d.ts +1 -1
- package/icons/CheckoutDuotoneIcon.d.ts +1 -1
- package/icons/ChevronDownCircleDuotoneIcon.d.ts +1 -1
- package/icons/ChevronLeftCircleDuotoneIcon.d.ts +1 -1
- package/icons/ChevronRightCircleDuotoneIcon.d.ts +1 -1
- package/icons/ClassifyDuotoneIcon.d.ts +1 -1
- package/icons/ClearDuotoneIcon.d.ts +1 -1
- package/icons/ClockDuotoneIcon.d.ts +1 -1
- package/icons/CodeCircleDuotoneIcon.d.ts +1 -1
- package/icons/CodeDuotoneIcon.d.ts +1 -1
- package/icons/CoinsDuotoneIcon.d.ts +1 -1
- package/icons/CollectDuotoneIcon.d.ts +1 -1
- package/icons/CommentDuotoneIcon.d.ts +1 -1
- package/icons/CopilotDuotoneIcon.d.ts +1 -1
- package/icons/CopyDuotoneIcon.d.ts +1 -1
- package/icons/CubeDuotoneIcon.d.ts +1 -1
- package/icons/DashboardDuotoneIcon.d.ts +1 -1
- package/icons/DislikeDuotoneIcon.d.ts +1 -1
- package/icons/DocsDuotoneIcon.d.ts +1 -1
- package/icons/DollarDuotoneIcon.d.ts +1 -1
- package/icons/DoubleChevronDuotoneIcon.d.ts +1 -1
- package/icons/DragDuotoneIcon.d.ts +1 -1
- package/icons/EditDuotoneIcon.d.ts +1 -1
- package/icons/ExclamationMarkDuotoneIcon.d.ts +1 -1
- package/icons/ExportDuotoneIcon.d.ts +1 -1
- package/icons/ExternalDuotoneIcon.d.ts +1 -1
- package/icons/EyeDuotoneIcon.d.ts +1 -1
- package/icons/EyeOffDuotoneIcon.d.ts +1 -1
- package/icons/FileDuotoneIcon.d.ts +1 -1
- package/icons/FileUploadDuotoneIcon.d.ts +1 -1
- package/icons/FilterDuotoneIcon.d.ts +1 -1
- package/icons/FolderListDuotoneIcon.d.ts +1 -1
- package/icons/FolderUploadDuotoneIcon.d.ts +1 -1
- package/icons/FusionDuotoneIcon.d.ts +1 -1
- package/icons/GlobeDuotoneIcon.d.ts +1 -1
- package/icons/GridDuotoneIcon.d.ts +1 -1
- package/icons/HelloDuotoneIcon.d.ts +1 -1
- package/icons/HelpDuotoneIcon.d.ts +1 -1
- package/icons/HomeDuotoneIcon.d.ts +1 -1
- package/icons/ImageDuotoneIcon.d.ts +1 -1
- package/icons/ImportDuotoneIcon.d.ts +1 -1
- package/icons/InfoDuotoneIcon.d.ts +1 -1
- package/icons/IntegrationDuotoneIcon.d.ts +1 -1
- package/icons/LandedCostDuotoneIcon.d.ts +1 -1
- package/icons/LaptopDuotoneIcon.d.ts +1 -1
- package/icons/LeftPanelClosedDuotoneIcon.d.ts +1 -1
- package/icons/LeftPanelOpenDuotoneIcon.d.ts +1 -1
- package/icons/LightDuotoneIcon.d.ts +1 -1
- package/icons/LikeDuotoneIcon.d.ts +1 -1
- package/icons/LineDownDuotoneIcon.d.ts +1 -1
- package/icons/LineUpDuotoneIcon.d.ts +1 -1
- package/icons/LinkDuotoneIcon.d.ts +1 -1
- package/icons/LocationDuotoneIcon.d.ts +1 -1
- package/icons/LockDuotoneIcon.d.ts +1 -1
- package/icons/LoginDuotoneIcon.d.ts +1 -1
- package/icons/LogoutDuotoneIcon.d.ts +1 -1
- package/icons/MailDuotoneIcon.d.ts +1 -1
- package/icons/MaximizeDuotoneIcon.d.ts +1 -1
- package/icons/MenuDuotoneIcon.d.ts +1 -1
- package/icons/MinimizeDuotoneIcon.d.ts +1 -1
- package/icons/MinusCircleDuotoneIcon.d.ts +1 -1
- package/icons/MobileDuotoneIcon.d.ts +1 -1
- package/icons/MoneyDuotoneIcon.d.ts +1 -1
- package/icons/MonitorDuotoneIcon.d.ts +1 -1
- package/icons/PaletteDuotoneIcon.d.ts +1 -1
- package/icons/PauseCircleDuotoneIcon.d.ts +1 -1
- package/icons/PenDuotoneIcon.d.ts +1 -1
- package/icons/PercentBadgeDuotoneIcon.d.ts +1 -1
- package/icons/PercentDuotoneIcon.d.ts +1 -1
- package/icons/PlaneDuotoneIcon.d.ts +1 -1
- package/icons/PlayCircleDuotoneIcon.d.ts +1 -1
- package/icons/PlusCircleDuotoneIcon.d.ts +1 -1
- package/icons/PrepayDuotoneIcon.d.ts +1 -1
- package/icons/PrinterDuotoneIcon.d.ts +1 -1
- package/icons/RateDuotoneIcon.d.ts +1 -1
- package/icons/ReceiptDuotoneIcon.d.ts +1 -1
- package/icons/RefreshDuotoneIcon.d.ts +1 -1
- package/icons/RemoveCircleDuotoneIcon.d.ts +1 -1
- package/icons/RestrictDuotoneIcon.d.ts +1 -1
- package/icons/RightPanelClosedDuotoneIcon.d.ts +1 -1
- package/icons/RightPanelOpenDuotoneIcon.d.ts +1 -1
- package/icons/RocketDuotoneIcon.d.ts +1 -1
- package/icons/ScanDuotoneIcon.d.ts +1 -1
- package/icons/ScreenDuotoneIcon.d.ts +1 -1
- package/icons/SearchDuotoneIcon.d.ts +1 -1
- package/icons/SendDuotoneIcon.d.ts +1 -1
- package/icons/SettingsDuotoneIcon.d.ts +1 -1
- package/icons/ShoppingListDuotoneIcon.d.ts +1 -1
- package/icons/ShoppingTagDuotoneIcon.d.ts +1 -1
- package/icons/StarOffDuotoneIcon.d.ts +1 -1
- package/icons/StarsDuotoneIcon.d.ts +1 -1
- package/icons/SunnyDuotoneIcon.d.ts +1 -1
- package/icons/TagDuotoneIcon.d.ts +1 -1
- package/icons/TaxDuotoneIcon.d.ts +1 -1
- package/icons/TotalLandedCostDuotoneIcon.d.ts +1 -1
- package/icons/TrashCanDuotoneIcon.d.ts +1 -1
- package/icons/TruckDuotoneIcon.d.ts +1 -1
- package/icons/UFODuotoneIcon.d.ts +1 -1
- package/icons/UserDuotoneIcon.d.ts +1 -1
- package/icons/WarningDuotoneIcon.d.ts +1 -1
- package/icons/custom/products/CheckoutColorIcon.js +1 -1
- package/icons/custom/products/ClassifyColorIcon.js +1 -1
- package/icons/custom/products/ClearColorIcon.js +1 -1
- package/icons/custom/products/CollectColorIcon.js +1 -1
- package/icons/custom/products/CounterCompanionColorIcon.js +1 -1
- package/icons/custom/products/DashboardColorIcon.js +1 -1
- package/icons/custom/products/HelloColorIcon.js +1 -1
- package/icons/custom/products/InclusivePricingColorIcon.js +1 -1
- package/icons/custom/products/LandedCostColorIcon.js +1 -1
- package/icons/custom/products/PrepayColorIcon.js +1 -1
- package/icons/custom/products/RateColorIcon.js +1 -1
- package/icons/custom/products/RestrictColorIcon.js +1 -1
- package/icons/custom/products/ScreenColorIcon.js +1 -1
- package/icons/custom/products/TaxColorIcon.js +1 -1
- package/icons/custom/theme/ThemeDarkIcon.js +1 -1
- package/icons/custom/theme/ThemeLightIcon.js +1 -1
- package/icons/flag-icon/FlagIcon.d.ts +1 -1
- package/icons/flag-icon/FlagIcon.js +1 -1
- package/icons/flag-icon/_FlagIconBase.js +1 -1
- package/icons/flag-icon/useStableUniqueId.js +1 -1
- package/icons/flags/AF.js +1 -1
- package/icons/flags/AG.js +1 -1
- package/icons/flags/AL.js +1 -1
- package/icons/flags/AR.js +1 -1
- package/icons/flags/AS.js +1 -1
- package/icons/flags/AX.js +1 -1
- package/icons/flags/BA.js +1 -1
- package/icons/flags/BB.js +1 -1
- package/icons/flags/BH.js +1 -1
- package/icons/flags/BI.js +1 -1
- package/icons/flags/BS.js +1 -1
- package/icons/flags/BV.js +1 -1
- package/icons/flags/CF.js +1 -1
- package/icons/flags/CG.js +1 -1
- package/icons/flags/CL.js +1 -1
- package/icons/flags/CN.js +1 -1
- package/icons/flags/CU.js +1 -1
- package/icons/flags/CV.js +1 -1
- package/icons/flags/CW.js +1 -1
- package/icons/flags/CX.js +1 -1
- package/icons/flags/CY.js +1 -1
- package/icons/flags/CZ.js +1 -1
- package/icons/flags/DJ.js +1 -1
- package/icons/flags/DO.js +1 -1
- package/icons/flags/EH.js +1 -1
- package/icons/flags/ET.js +1 -1
- package/icons/flags/FM.js +1 -1
- package/icons/flags/FO.js +1 -1
- package/icons/flags/GB.js +1 -1
- package/icons/flags/GD.js +1 -1
- package/icons/flags/GG.js +1 -1
- package/icons/flags/GI.js +1 -1
- package/icons/flags/GM.js +1 -1
- package/icons/flags/GR.js +1 -1
- package/icons/flags/HK.js +1 -1
- package/icons/flags/HN.js +1 -1
- package/icons/flags/IL.js +1 -1
- package/icons/flags/IN.js +1 -1
- package/icons/flags/IO.js +1 -1
- package/icons/flags/IS.js +1 -1
- package/icons/flags/JE.js +1 -1
- package/icons/flags/JO.js +1 -1
- package/icons/flags/JP.js +1 -1
- package/icons/flags/KE.js +1 -1
- package/icons/flags/KG.js +1 -1
- package/icons/flags/KI.js +1 -1
- package/icons/flags/KM.js +1 -1
- package/icons/flags/KN.js +1 -1
- package/icons/flags/KP.js +1 -1
- package/icons/flags/KR.js +1 -1
- package/icons/flags/KW.js +1 -1
- package/icons/flags/LA.js +1 -1
- package/icons/flags/LB.js +1 -1
- package/icons/flags/LR.js +1 -1
- package/icons/flags/LY.js +1 -1
- package/icons/flags/MO.js +1 -1
- package/icons/flags/MP.js +1 -1
- package/icons/flags/MR.js +1 -1
- package/icons/flags/MY.js +1 -1
- package/icons/flags/NA.js +1 -1
- package/icons/flags/NP.js +1 -1
- package/icons/flags/NR.js +1 -1
- package/icons/flags/NU.js +1 -1
- package/icons/flags/NZ.js +1 -1
- package/icons/flags/OM.js +1 -1
- package/icons/flags/PA.js +1 -1
- package/icons/flags/PF.js +1 -1
- package/icons/flags/PK.js +1 -1
- package/icons/flags/PR.js +1 -1
- package/icons/flags/PS.js +1 -1
- package/icons/flags/PW.js +1 -1
- package/icons/flags/RW.js +1 -1
- package/icons/flags/SA.js +1 -1
- package/icons/flags/SB.js +1 -1
- package/icons/flags/SC.js +1 -1
- package/icons/flags/SD.js +1 -1
- package/icons/flags/SG.js +1 -1
- package/icons/flags/SI.js +1 -1
- package/icons/flags/SO.js +1 -1
- package/icons/flags/ST.js +1 -1
- package/icons/flags/SZ.js +1 -1
- package/icons/flags/TF.js +1 -1
- package/icons/flags/TG.js +1 -1
- package/icons/flags/TJ.js +1 -1
- package/icons/flags/TL.js +1 -1
- package/icons/flags/TN.js +1 -1
- package/icons/flags/TV.js +1 -1
- package/icons/flags/TW.js +1 -1
- package/icons/flags/TZ.js +1 -1
- package/icons/flags/UM.js +1 -1
- package/icons/flags/UY.js +1 -1
- package/icons/flags/UZ.js +1 -1
- package/icons/flags/VE.js +1 -1
- package/icons/flags/VI.js +1 -1
- package/icons/flags/VN.js +1 -1
- package/icons/flags/ZA.js +1 -1
- package/icons/flags/ZW.js +1 -1
- package/icons/icon-base/_StateIconBase.d.ts +1 -1
- package/package.json +3 -9
- package/theme.css +2 -1
- package/tslib.es6-5672428a.js +1 -0
- package/utils/_extractQueryParams.js +1 -1
- package/utils/addIndex.js +1 -1
- package/utils/flattenRow.js +1 -1
- package/utils/formatCurrency.js +1 -1
- package/utils/getAminoColor.d.ts +1 -1
- package/utils/getFuzzySearch.d.ts +1 -1
- package/utils/getIsInternalLink.js +1 -1
- package/utils/getProductDetails.js +1 -1
- package/utils/handleFetch.d.ts +10 -6
- package/utils/handleFetch.js +1 -1
- package/utils/hooks/action-pivot-table/useHasuraGqlPagination.js +1 -1
- package/utils/hooks/useAminoTheme.d.ts +1 -1
- package/utils/hooks/useCountryOptions.d.ts +2 -2
- package/utils/hooks/useCountryOptions.js +1 -1
- package/utils/hooks/useDropdown.js +1 -1
- package/utils/hooks/useHeightAdjustTextarea.js +1 -1
- package/utils/hooks/useNotify.d.ts +1 -1
- package/utils/hooks/useNotify.js +1 -1
- package/utils/hooks/usePrevious.d.ts +1 -1
- package/utils/hooks/useStateUrl.js +1 -1
- package/utils/hooks/useStorage.d.ts +3 -3
- package/utils/hooks/useSwrt.d.ts +9 -1
- package/utils/hooks/useSwrt.js +1 -1
- package/utils/jsonParse.d.ts +1 -1
- package/utils/prepCountryOptions.js +1 -1
- package/utils/prepRegionCountryOptions.js +1 -1
- package/utils/setupNestedData.js +1 -1
- package/utils/storage.d.ts +4 -4
- package/utils/useCopyText.js +1 -1
- package/_tslib-bd4862e8.js +0 -1
- package/components/slider/Slider.d.ts +0 -21
- package/components/slider/Slider.js +0 -1
- package/components/sortable-list/SortableList.d.ts +0 -10
- package/components/sortable-list/SortableList.js +0 -1
- package/components/sortable-list/SortableListDeps.d.ts +0 -2
- package/components/sortable-list/SortableListDeps.js +0 -1
- package/components/sortable-list/SortableListItem.d.ts +0 -10
- package/components/sortable-list/SortableListItem.js +0 -1
- package/types/FetcherError.d.ts +0 -5
- package/types/JsonError.d.ts +0 -5
- package/types/NoInfer.d.ts +0 -5
- package/types/SwrtParams.d.ts +0 -4
- package/types/index.d.ts +0 -9
package/icons/flags/IN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var r=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var r=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var s=e.forwardRef((function(e,s){var a=e.borderRadius,c=e.height,l=e.width,n=t.useStableUniqueId(4);return r.jsxs(i.FlagIconBase,{ref:s,borderRadius:a,height:c,viewBox:"0 0 640 480",width:l,children:[r.jsx("path",{d:"M0 0h640v160H0z",fill:"#f93"}),r.jsx("path",{d:"M0 160h640v160H0z",fill:"#fff"}),r.jsx("path",{d:"M0 320h640v160H0z",fill:"#128807"}),r.jsxs("g",{transform:"matrix(3.2 0 0 3.2 320 240)",children:[r.jsx("circle",{fill:"#008",r:"20"}),r.jsx("circle",{fill:"#fff",r:"17.5"}),r.jsx("circle",{fill:"#008",r:"3.5"}),r.jsxs("g",{id:"".concat(n[0]),children:[r.jsxs("g",{id:"".concat(n[1]),children:[r.jsxs("g",{id:"".concat(n[2]),children:[r.jsxs("g",{fill:"#008",id:"".concat(n[3]),children:[r.jsx("circle",{r:".9",transform:"rotate(7.5 -8.8 133.5)"}),r.jsx("path",{d:"M0 17.5.6 7 0 2l-.6 5L0 17.5z"})]}),r.jsx("use",{height:"100%",transform:"rotate(15)",width:"100%",xlinkHref:"#".concat(n[3])})]}),r.jsx("use",{height:"100%",transform:"rotate(30)",width:"100%",xlinkHref:"#".concat(n[2])})]}),r.jsx("use",{height:"100%",transform:"rotate(60)",width:"100%",xlinkHref:"#".concat(n[1])})]}),r.jsx("use",{height:"100%",transform:"rotate(120)",width:"100%",xlinkHref:"#".concat(n[0])}),r.jsx("use",{height:"100%",transform:"rotate(-120)",width:"100%",xlinkHref:"#".concat(n[0])})]})]})}));exports.IN=s;
|
package/icons/flags/IO.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var l=require("react/jsx-runtime"),s=require("react"),c=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var a=s.forwardRef((function(s,a){var i=s.borderRadius,e=s.height,t=s.width,v=h.useStableUniqueId(1);return l.jsxs(c.FlagIconBase,{ref:a,borderRadius:i,height:e,viewBox:"0 0 24 25",width:t,children:[l.jsxs("g",{clipPath:"url(#".concat(v[0],")"),children:[l.jsx("path",{d:"M24 18.444a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.444v-12a2.667 2.667 0 0 1 2.667-2.666h18.666A2.667 2.667 0 0 1 24 6.444v12Z",fill:"#EEE"}),l.jsx("path",{d:"M22.909 19.194c-1.211 0-1.211-.708-2.424-.708-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667-1.212-.667-2.424-.667c-.508 0-.801.12-1.061.256.047.425.185.822.409 1.162.175-.05.383-.084.652-.084 1.212 0 1.212.666 2.425.666 1.212 0 1.212-.666 2.424-.666s1.212.666 2.424.666 1.212-.666 2.424-.666 1.212.666 2.425.666c1.212 0 1.212-.666 2.419-.666 1.217 0 1.217.666 2.427.666 1.214 0 1.214-.666 2.426-.666 1.213 0 1.213.646 2.425.646.059 0 .105-.007.157-.01.45-.388.772-.915.884-1.522a1.99 1.99 0 0 1-1.043.26ZM24 17.366V16.07a1.995 1.995 0 0 1-1.091.287c-1.211 0-1.211-.708-2.424-.708-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667-1.212-.667-2.424-.667c-.528 0-.823.127-1.091.27v1.333c.268-.143.564-.27 1.09-.27 1.213 0 1.213.667 2.425.667 1.212 0 1.212-.667 2.424-.667s1.212.667 2.424.667 1.212-.667 2.424-.667 1.212.667 2.425.667c1.212 0 1.212-.667 2.42-.667 1.216 0 1.216.667 2.426.667 1.215 0 1.215-.667 2.426-.667 1.213 0 1.213.646 2.425.646a2.16 2.16 0 0 0 1.09-.262Zm0-2.838v-1.296a1.995 1.995 0 0 1-1.091.287c-1.211 0-1.211-.709-2.424-.709-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667-1.212-.667-2.424-.667c-.528 0-.823.128-1.091.27v1.333c.268-.143.564-.27 1.09-.27 1.213 0 1.213.667 2.425.667 1.212 0 1.212-.666 2.424-.666s1.212.666 2.424.666 1.212-.666 2.424-.666 1.212.666 2.425.666c1.212 0 1.212-.666 2.42-.666 1.216 0 1.216.666 2.426.666 1.215 0 1.215-.666 2.426-.666 1.213 0 1.213.646 2.425.646.526 0 .822-.124 1.09-.262Zm0-2.838v-1.296a1.995 1.995 0 0 1-1.091.287c-1.211 0-1.211-.708-2.424-.708-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667-1.212-.667-2.424-.667c-.528 0-.823.127-1.091.27v1.333c.268-.143.564-.27 1.09-.27 1.213 0 1.213.667 2.425.667 1.212 0 1.212-.667 2.424-.667s1.212.667 2.424.667 1.212-.667 2.424-.667 1.212.667 2.425.667c1.212 0 1.212-.667 2.42-.667 1.216 0 1.216.667 2.426.667 1.215 0 1.215-.667 2.426-.667 1.213 0 1.213.646 2.425.646A2.16 2.16 0 0 0 24 11.69Zm0-2.838V7.556a2.001 2.001 0 0 1-1.091.286c-1.211 0-1.211-.708-2.424-.708-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667-1.212-.667-2.424-.667c-.528 0-.823.127-1.091.27v1.333c.268-.143.564-.27 1.09-.27 1.213 0 1.213.667 2.425.667 1.212 0 1.212-.666 2.424-.666s1.212.666 2.424.666 1.212-.666 2.424-.666 1.212.666 2.425.666c1.212 0 1.212-.666 2.42-.666 1.216 0 1.216.666 2.426.666 1.215 0 1.215-.666 2.426-.666 1.213 0 1.213.646 2.425.646A2.156 2.156 0 0 0 24 8.852Zm-.041-2.818a2.636 2.636 0 0 0-.437-1.109 2.21 2.21 0 0 1-.613.08c-1.211 0-1.211-.709-2.424-.709-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667c-1.21 0-1.213-.663-2.416-.666a2.65 2.65 0 0 0-1.032 1.57 2.06 2.06 0 0 1 1.023-.238c1.212 0 1.212.667 2.425.667 1.212 0 1.212-.667 2.424-.667s1.212.667 2.424.667 1.212-.667 2.424-.667 1.212.667 2.424.667 1.212-.667 2.42-.667c1.216 0 1.216.667 2.426.667 1.215 0 1.215-.667 2.426-.667 1.214 0 1.214.646 2.426.646.5 0 .79-.112 1.049-.241Z",fill:"#00247D"}),l.jsx("path",{d:"M18.165 19.562c0 .12-.095.215-.214.215a.216.216 0 0 1-.216-.215V8.988a.215.215 0 1 1 .43 0v10.574Z",fill:"#C1694F"}),l.jsx("path",{d:"M16.437 14.02s.093-.222.418-.222c.327 0 .405.17.601.248.196.078.444.118.444.118v1.63h-1.75s-.065-.612-.17-.912c-.104-.3-.195-.706.027-.836s.43-.026.43-.026Z",fill:"#DD2E44"}),l.jsx("path",{d:"M17.893 13.596v.235s-.45-.04-.842-.313c-.238-.167-.744-.373-1.135-.039-.255.215-.235.764-.077.979.155.215.312.705-.021.372-.333-.333-.431-.842-.333-1.175.098-.333.314-.665.822-.665.51 0 .843.274 1.078.411.204.118.529.155.508.195Z",fill:"#FFCC4D"}),l.jsx("path",{d:"m15.93 14.777.273-.013-.078.418s.274-.208.288-.157c.012.053.052.43.052.43l-.354-.077.209.3-.273.13s-.105-.352-.131-.521c-.027-.17.014-.51.014-.51Zm.573.223.261-.026s-.225-.51.105-.497c.366.014.117.484.117.484h.275l.039.378-.26-.157v.223l.286.274-.757.077.195-.326-.012-.234-.183.209-.066-.405Z",fill:"#FFCC4D"}),l.jsx("path",{d:"M19.47 14.02s-.092-.222-.418-.222c-.326 0-.404.17-.6.248a2.421 2.421 0 0 1-.444.118v1.63h1.75s.065-.612.17-.912c.104-.3.195-.706-.027-.836s-.431-.026-.431-.026Z",fill:"#DD2E44"}),l.jsx("path",{d:"M18.014 13.596v.235s.45-.04.842-.313c.239-.167.744-.373 1.136-.039.255.215.234.764.077.979-.156.215-.312.705.02.372.333-.333.432-.842.333-1.175-.097-.333-.313-.665-.822-.665-.51 0-.843.274-1.077.411-.203.118-.528.155-.509.195Z",fill:"#FFCC4D"}),l.jsx("path",{d:"m19.98 14.777-.275-.013.078.418s-.274-.208-.287-.157c-.013.053-.052.43-.052.43l.351-.077-.208.3.274.13s.104-.352.131-.52c.025-.17-.013-.51-.013-.51Zm-.576.223-.261-.026s.226-.51-.105-.497c-.365.014-.117.484-.117.484h-.274l-.04.378.262-.157v.223l-.288.274.758.077-.196-.326.014-.234.182.21.065-.406Zm-.997-2.064c0 .26-.205.47-.456.47a.463.463 0 0 1-.458-.47c0-.259.205-.47.458-.47a.464.464 0 0 1 .456.47Zm-.867-1.03h.821v.326h-.821v-.326Z",fill:"#FFCC4D"}),l.jsx("path",{d:"M17.755 11.684h.391v3.015h-.39v-3.015Z",fill:"#FFCC4D"}),l.jsx("path",{d:"M17.627 14.57h.612l-.17.43.392-.209v.573l-.379-.13.327.496h-.848l.26-.496-.378.091v-.509l.353.17-.17-.417Z",fill:"#FFCC4D"}),l.jsx("path",{d:"M17.952 15.534c.81 0 1.319.067 1.893.274 0 0 .04.341-.039.51-.077.17-1.867-.118-1.867-.118l.013-.666Z",fill:"#FFCC4D"}),l.jsx("path",{d:"M17.975 15.534c-.809 0-1.318.067-1.892.274 0 0-.04.341.038.51.079.17 1.867-.118 1.867-.118l-.013-.666Z",fill:"#FFCC4D"}),l.jsx("path",{d:"M20.052 16.664c0 .256-.941.462-2.101.462-1.16 0-2.102-.206-2.102-.462s.942-.464 2.102-.464 2.101.208 2.101.464Z",fill:"#EEE"}),l.jsx("path",{d:"M19.362 16.833c0 .141-.632.256-1.411.256-.78 0-1.413-.115-1.413-.256 0-.14.633-.255 1.413-.255.779 0 1.411.115 1.411.255Z",fill:"#99AAB5"}),l.jsx("path",{d:"m17.103 5.026.431.536s.3-.183.314-.144c.013.04-.026.444-.026.444l.209.052-.17.536s.262-.144.248-.092c-.013.052-.078.51-.078.51l.104.065-.013.51s.105.181.105.143c0-.039.104-.666.104-.666l.144.118.05-.326.118-.562.131.209.274-.927.144.326.326-.378.222-.014.326-.091.066.195h.3s-.156.131-.143.17c.012.039.286.182.247.196-.04.013-.705-.053-.705-.053l-.378.379.235.078-.353.209.3.091-.274.209.236-.026-.379.287.379.079-.51.26.118.131-.509.301-.066.209.483-.379s.392-.261.588-.379c.196-.117.352-.339.68-.43.327-.092.952.013.952.013l-.588.313.118.183-.378.117.052.222-.627.092.013.234-.535.092-.065.222-.366.131.17.143s-.314.105-.274.118c.04.013.457.052.457.052s-.21.182-.17.182c.04 0 .56.026.56.026l-.221.157.523.026-.236.183s.43.039.43.078-.181.235-.181.235l.378.04s-.182.195-.144.209c.04.012.536.352.536.352l-.588-.078s-.144.195-.157.156a3.74 3.74 0 0 0-.155-.274l-.144.156-.156-.313s-.183.104-.171.065c.013-.039-.209-.287-.209-.287l-.052.118-.143-.353-.13.183-.249-.34-.091.143-.34-.3s-.013.196 0 .236c.013.039.249.208.249.208s-.157.066-.157.104c0 .04.314.288.314.288l-.144.104.34.288s-.314.065-.275.091c.04.026.196.235.196.235l-.13.313-.261-.405-.144.04-.027-.34-.142-.013.077-.378-.156.026-.013-.313-.066-.314-.13-.209s-.092.157-.079.195c.013.04.119.288.119.288s-.144.078-.119.117c.027.04.17.326.17.326s-.313.065-.274.065c.04 0 .144.183.144.183l-.17.065-.078.196s-.195-.222-.183-.182c.014.039-.117.404-.117.404l-.195-.222.195-.77-.236-.065-.17.353s-.143-.17-.156-.131c-.013.04-.157.3-.157.3s-.168-.287-.155-.247c.013.038-.197.457-.197.457s-.182-.366-.182-.313c0 .052-.13.509-.13.509s-.208-.353-.196-.287c.014.065-.144.366-.144.366l-.04-.327-.286.17.326-.47.548-.51.418-.313-.276-.038s.398-.138.444-.144c.118-.013-.182-.117-.182-.117l.731-.222s-.326-.17-.365-.13c-.04.039-.432.117-.432.117l-.052-.3-.404.169s-.066-.275-.078-.235c-.013.039-.327.208-.327.208l-.155-.169-.184.287-.209-.156-.377.117.182-.274-.209-.117.43-.274.092-.183.588.04s-.157-.21-.13-.17c.026.039.6.13.6.13l.17-.026.574.209-.47-.379-.405-.079.262-.208-.614-.222.131-.208-.81-.209.497-.13-.34-.575.704.418.314-.105.157.405.287.17.052.3.144-.066.13.352.17-.052.091.248.25.013-.067-.327.104-.156-.288-.236.25-.117-.367-.3.313-.04-.444-.43.354.013-.354-.405.288-.065-.054-.522Z",fill:"#77B255"}),l.jsx("path",{d:"M12.667 12.444V3.778h-10c-.214 0-.403.03-.403.03l-.003 1.169-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6.444v6h12.667Z",fill:"#00247D"}),l.jsx("path",{d:"M12.667 3.778h-1.554L8 5.957v-2.18H4.667V5.49L2.264 3.808c-.41.062-.793.216-1.115.443l3.135 2.193H3.127L.645 4.704a2.94 2.94 0 0 0-.204.27l2.101 1.47H0v3.334h2.59L0 11.622v.822h2.221l2.446-1.712v1.712H8v-2.18l3.112 2.18h1.555v-1.352L10.79 9.778h1.877V6.444H10.79l1.876-1.314V3.778Z",fill:"#EEE"}),l.jsx("path",{d:"M7.333 3.778h-2V7.11H0v2h5.333v3.333h2V9.111h5.334v-2H7.333V3.778Z",fill:"#CF1B2B"}),l.jsx("path",{d:"M12.667 3.778h-.974L8 6.364v.08h1.047l3.62-2.534v-.132ZM1.149 4.25c-.187.13-.356.282-.504.454l2.482 1.74h1.156L1.15 4.25Zm3.142 5.527L.49 12.444h1.152l3.026-2.118v-.548H4.29Zm8.376 2.534V11.5l-2.458-1.721H9.047l3.62 2.534Z",fill:"#CF1B2B"})]}),l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(v[0]),children:l.jsx("path",{d:"M0 .444h24v24H0z",fill:"#fff"})})})]})}));exports.IO=a;
|
|
1
|
+
"use strict";var s=require("react/jsx-runtime"),l=require("react"),c=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var a=l.forwardRef((function(l,a){var i=l.borderRadius,e=l.height,t=l.width,v=h.useStableUniqueId(1);return s.jsxs(c.FlagIconBase,{ref:a,borderRadius:i,height:e,viewBox:"0 0 24 25",width:t,children:[s.jsxs("g",{clipPath:"url(#".concat(v[0],")"),children:[s.jsx("path",{d:"M24 18.444a2.667 2.667 0 0 1-2.667 2.667H2.667A2.667 2.667 0 0 1 0 18.444v-12a2.667 2.667 0 0 1 2.667-2.666h18.666A2.667 2.667 0 0 1 24 6.444v12Z",fill:"#EEE"}),s.jsx("path",{d:"M22.909 19.194c-1.211 0-1.211-.708-2.424-.708-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667-1.212-.667-2.424-.667c-.508 0-.801.12-1.061.256.047.425.185.822.409 1.162.175-.05.383-.084.652-.084 1.212 0 1.212.666 2.425.666 1.212 0 1.212-.666 2.424-.666s1.212.666 2.424.666 1.212-.666 2.424-.666 1.212.666 2.425.666c1.212 0 1.212-.666 2.419-.666 1.217 0 1.217.666 2.427.666 1.214 0 1.214-.666 2.426-.666 1.213 0 1.213.646 2.425.646.059 0 .105-.007.157-.01.45-.388.772-.915.884-1.522a1.99 1.99 0 0 1-1.043.26ZM24 17.366V16.07a1.995 1.995 0 0 1-1.091.287c-1.211 0-1.211-.708-2.424-.708-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667-1.212-.667-2.424-.667c-.528 0-.823.127-1.091.27v1.333c.268-.143.564-.27 1.09-.27 1.213 0 1.213.667 2.425.667 1.212 0 1.212-.667 2.424-.667s1.212.667 2.424.667 1.212-.667 2.424-.667 1.212.667 2.425.667c1.212 0 1.212-.667 2.42-.667 1.216 0 1.216.667 2.426.667 1.215 0 1.215-.667 2.426-.667 1.213 0 1.213.646 2.425.646a2.16 2.16 0 0 0 1.09-.262Zm0-2.838v-1.296a1.995 1.995 0 0 1-1.091.287c-1.211 0-1.211-.709-2.424-.709-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667-1.212-.667-2.424-.667c-.528 0-.823.128-1.091.27v1.333c.268-.143.564-.27 1.09-.27 1.213 0 1.213.667 2.425.667 1.212 0 1.212-.666 2.424-.666s1.212.666 2.424.666 1.212-.666 2.424-.666 1.212.666 2.425.666c1.212 0 1.212-.666 2.42-.666 1.216 0 1.216.666 2.426.666 1.215 0 1.215-.666 2.426-.666 1.213 0 1.213.646 2.425.646.526 0 .822-.124 1.09-.262Zm0-2.838v-1.296a1.995 1.995 0 0 1-1.091.287c-1.211 0-1.211-.708-2.424-.708-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667-1.212-.667-2.424-.667c-.528 0-.823.127-1.091.27v1.333c.268-.143.564-.27 1.09-.27 1.213 0 1.213.667 2.425.667 1.212 0 1.212-.667 2.424-.667s1.212.667 2.424.667 1.212-.667 2.424-.667 1.212.667 2.425.667c1.212 0 1.212-.667 2.42-.667 1.216 0 1.216.667 2.426.667 1.215 0 1.215-.667 2.426-.667 1.213 0 1.213.646 2.425.646A2.16 2.16 0 0 0 24 11.69Zm0-2.838V7.556a2.001 2.001 0 0 1-1.091.286c-1.211 0-1.211-.708-2.424-.708-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667-1.212-.667-2.424-.667c-.528 0-.823.127-1.091.27v1.333c.268-.143.564-.27 1.09-.27 1.213 0 1.213.667 2.425.667 1.212 0 1.212-.666 2.424-.666s1.212.666 2.424.666 1.212-.666 2.424-.666 1.212.666 2.425.666c1.212 0 1.212-.666 2.42-.666 1.216 0 1.216.666 2.426.666 1.215 0 1.215-.666 2.426-.666 1.213 0 1.213.646 2.425.646A2.156 2.156 0 0 0 24 8.852Zm-.041-2.818a2.636 2.636 0 0 0-.437-1.109 2.21 2.21 0 0 1-.613.08c-1.211 0-1.211-.709-2.424-.709-1.212 0-1.212.667-2.462.667-1.175 0-1.175-.667-2.405-.667-1.193 0-1.193.667-2.405.667-1.212 0-1.212-.667-2.425-.667-1.212 0-1.212.667-2.424.667s-1.212-.667-2.424-.667-1.212.667-2.424.667c-1.21 0-1.213-.663-2.416-.666a2.65 2.65 0 0 0-1.032 1.57 2.06 2.06 0 0 1 1.023-.238c1.212 0 1.212.667 2.425.667 1.212 0 1.212-.667 2.424-.667s1.212.667 2.424.667 1.212-.667 2.424-.667 1.212.667 2.424.667 1.212-.667 2.42-.667c1.216 0 1.216.667 2.426.667 1.215 0 1.215-.667 2.426-.667 1.214 0 1.214.646 2.426.646.5 0 .79-.112 1.049-.241Z",fill:"#00247D"}),s.jsx("path",{d:"M18.165 19.562c0 .12-.095.215-.214.215a.216.216 0 0 1-.216-.215V8.988a.215.215 0 1 1 .43 0v10.574Z",fill:"#C1694F"}),s.jsx("path",{d:"M16.437 14.02s.093-.222.418-.222c.327 0 .405.17.601.248.196.078.444.118.444.118v1.63h-1.75s-.065-.612-.17-.912c-.104-.3-.195-.706.027-.836s.43-.026.43-.026Z",fill:"#DD2E44"}),s.jsx("path",{d:"M17.893 13.596v.235s-.45-.04-.842-.313c-.238-.167-.744-.373-1.135-.039-.255.215-.235.764-.077.979.155.215.312.705-.021.372-.333-.333-.431-.842-.333-1.175.098-.333.314-.665.822-.665.51 0 .843.274 1.078.411.204.118.529.155.508.195Z",fill:"#FFCC4D"}),s.jsx("path",{d:"m15.93 14.777.273-.013-.078.418s.274-.208.288-.157c.012.053.052.43.052.43l-.354-.077.209.3-.273.13s-.105-.352-.131-.521c-.027-.17.014-.51.014-.51Zm.573.223.261-.026s-.225-.51.105-.497c.366.014.117.484.117.484h.275l.039.378-.26-.157v.223l.286.274-.757.077.195-.326-.012-.234-.183.209-.066-.405Z",fill:"#FFCC4D"}),s.jsx("path",{d:"M19.47 14.02s-.092-.222-.418-.222c-.326 0-.404.17-.6.248a2.421 2.421 0 0 1-.444.118v1.63h1.75s.065-.612.17-.912c.104-.3.195-.706-.027-.836s-.431-.026-.431-.026Z",fill:"#DD2E44"}),s.jsx("path",{d:"M18.014 13.596v.235s.45-.04.842-.313c.239-.167.744-.373 1.136-.039.255.215.234.764.077.979-.156.215-.312.705.02.372.333-.333.432-.842.333-1.175-.097-.333-.313-.665-.822-.665-.51 0-.843.274-1.077.411-.203.118-.528.155-.509.195Z",fill:"#FFCC4D"}),s.jsx("path",{d:"m19.98 14.777-.275-.013.078.418s-.274-.208-.287-.157c-.013.053-.052.43-.052.43l.351-.077-.208.3.274.13s.104-.352.131-.52c.025-.17-.013-.51-.013-.51Zm-.576.223-.261-.026s.226-.51-.105-.497c-.365.014-.117.484-.117.484h-.274l-.04.378.262-.157v.223l-.288.274.758.077-.196-.326.014-.234.182.21.065-.406Zm-.997-2.064c0 .26-.205.47-.456.47a.463.463 0 0 1-.458-.47c0-.259.205-.47.458-.47a.464.464 0 0 1 .456.47Zm-.867-1.03h.821v.326h-.821v-.326Z",fill:"#FFCC4D"}),s.jsx("path",{d:"M17.755 11.684h.391v3.015h-.39v-3.015Z",fill:"#FFCC4D"}),s.jsx("path",{d:"M17.627 14.57h.612l-.17.43.392-.209v.573l-.379-.13.327.496h-.848l.26-.496-.378.091v-.509l.353.17-.17-.417Z",fill:"#FFCC4D"}),s.jsx("path",{d:"M17.952 15.534c.81 0 1.319.067 1.893.274 0 0 .04.341-.039.51-.077.17-1.867-.118-1.867-.118l.013-.666Z",fill:"#FFCC4D"}),s.jsx("path",{d:"M17.975 15.534c-.809 0-1.318.067-1.892.274 0 0-.04.341.038.51.079.17 1.867-.118 1.867-.118l-.013-.666Z",fill:"#FFCC4D"}),s.jsx("path",{d:"M20.052 16.664c0 .256-.941.462-2.101.462-1.16 0-2.102-.206-2.102-.462s.942-.464 2.102-.464 2.101.208 2.101.464Z",fill:"#EEE"}),s.jsx("path",{d:"M19.362 16.833c0 .141-.632.256-1.411.256-.78 0-1.413-.115-1.413-.256 0-.14.633-.255 1.413-.255.779 0 1.411.115 1.411.255Z",fill:"#99AAB5"}),s.jsx("path",{d:"m17.103 5.026.431.536s.3-.183.314-.144c.013.04-.026.444-.026.444l.209.052-.17.536s.262-.144.248-.092c-.013.052-.078.51-.078.51l.104.065-.013.51s.105.181.105.143c0-.039.104-.666.104-.666l.144.118.05-.326.118-.562.131.209.274-.927.144.326.326-.378.222-.014.326-.091.066.195h.3s-.156.131-.143.17c.012.039.286.182.247.196-.04.013-.705-.053-.705-.053l-.378.379.235.078-.353.209.3.091-.274.209.236-.026-.379.287.379.079-.51.26.118.131-.509.301-.066.209.483-.379s.392-.261.588-.379c.196-.117.352-.339.68-.43.327-.092.952.013.952.013l-.588.313.118.183-.378.117.052.222-.627.092.013.234-.535.092-.065.222-.366.131.17.143s-.314.105-.274.118c.04.013.457.052.457.052s-.21.182-.17.182c.04 0 .56.026.56.026l-.221.157.523.026-.236.183s.43.039.43.078-.181.235-.181.235l.378.04s-.182.195-.144.209c.04.012.536.352.536.352l-.588-.078s-.144.195-.157.156a3.74 3.74 0 0 0-.155-.274l-.144.156-.156-.313s-.183.104-.171.065c.013-.039-.209-.287-.209-.287l-.052.118-.143-.353-.13.183-.249-.34-.091.143-.34-.3s-.013.196 0 .236c.013.039.249.208.249.208s-.157.066-.157.104c0 .04.314.288.314.288l-.144.104.34.288s-.314.065-.275.091c.04.026.196.235.196.235l-.13.313-.261-.405-.144.04-.027-.34-.142-.013.077-.378-.156.026-.013-.313-.066-.314-.13-.209s-.092.157-.079.195c.013.04.119.288.119.288s-.144.078-.119.117c.027.04.17.326.17.326s-.313.065-.274.065c.04 0 .144.183.144.183l-.17.065-.078.196s-.195-.222-.183-.182c.014.039-.117.404-.117.404l-.195-.222.195-.77-.236-.065-.17.353s-.143-.17-.156-.131c-.013.04-.157.3-.157.3s-.168-.287-.155-.247c.013.038-.197.457-.197.457s-.182-.366-.182-.313c0 .052-.13.509-.13.509s-.208-.353-.196-.287c.014.065-.144.366-.144.366l-.04-.327-.286.17.326-.47.548-.51.418-.313-.276-.038s.398-.138.444-.144c.118-.013-.182-.117-.182-.117l.731-.222s-.326-.17-.365-.13c-.04.039-.432.117-.432.117l-.052-.3-.404.169s-.066-.275-.078-.235c-.013.039-.327.208-.327.208l-.155-.169-.184.287-.209-.156-.377.117.182-.274-.209-.117.43-.274.092-.183.588.04s-.157-.21-.13-.17c.026.039.6.13.6.13l.17-.026.574.209-.47-.379-.405-.079.262-.208-.614-.222.131-.208-.81-.209.497-.13-.34-.575.704.418.314-.105.157.405.287.17.052.3.144-.066.13.352.17-.052.091.248.25.013-.067-.327.104-.156-.288-.236.25-.117-.367-.3.313-.04-.444-.43.354.013-.354-.405.288-.065-.054-.522Z",fill:"#77B255"}),s.jsx("path",{d:"M12.667 12.444V3.778h-10c-.214 0-.403.03-.403.03l-.003 1.169-1.82-.003s-.028.04-.084.137A2.659 2.659 0 0 0 0 6.444v6h12.667Z",fill:"#00247D"}),s.jsx("path",{d:"M12.667 3.778h-1.554L8 5.957v-2.18H4.667V5.49L2.264 3.808c-.41.062-.793.216-1.115.443l3.135 2.193H3.127L.645 4.704a2.94 2.94 0 0 0-.204.27l2.101 1.47H0v3.334h2.59L0 11.622v.822h2.221l2.446-1.712v1.712H8v-2.18l3.112 2.18h1.555v-1.352L10.79 9.778h1.877V6.444H10.79l1.876-1.314V3.778Z",fill:"#EEE"}),s.jsx("path",{d:"M7.333 3.778h-2V7.11H0v2h5.333v3.333h2V9.111h5.334v-2H7.333V3.778Z",fill:"#CF1B2B"}),s.jsx("path",{d:"M12.667 3.778h-.974L8 6.364v.08h1.047l3.62-2.534v-.132ZM1.149 4.25c-.187.13-.356.282-.504.454l2.482 1.74h1.156L1.15 4.25Zm3.142 5.527L.49 12.444h1.152l3.026-2.118v-.548H4.29Zm8.376 2.534V11.5l-2.458-1.721H9.047l3.62 2.534Z",fill:"#CF1B2B"})]}),s.jsx("defs",{children:s.jsx("clipPath",{id:"".concat(v[0]),children:s.jsx("path",{d:"M0 .444h24v24H0z",fill:"#fff"})})})]})}));exports.IO=a;
|
package/icons/flags/IS.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var t=i.forwardRef((function(i,t){var h=i.borderRadius,l=i.height,a=i.width,d=s.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:t,borderRadius:h,height:l,viewBox:"0 0 640 480",width:a,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",strokeWidth:"0",children:[e.jsx("path",{d:"M0 0h666.7v480H0z",fill:"#003897"}),e.jsx("path",{d:"M0 186.7h186.7V0h106.6v186.7h373.4v106.6H293.3V480H186.7V293.3H0V186.7z",fill:"#fff"}),e.jsx("path",{d:"M0 213.3h213.3V0h53.4v213.3h400v53.4h-400V480h-53.4V266.7H0v-53.4z",fill:"#d72828"})]})]})}));exports.IS=t;
|
package/icons/flags/JE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var c=require("react/jsx-runtime"),e=require("react"),s=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var c=require("react/jsx-runtime"),e=require("react"),s=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var r=e.forwardRef((function(e,r){var i=e.borderRadius,a=e.height,l=e.width,d=t.useStableUniqueId(2);return c.jsxs(s.FlagIconBase,{ref:r,borderRadius:i,height:a,viewBox:"0 0 30 18",width:l,children:[c.jsx("defs",{children:c.jsx("clipPath",{id:"".concat(d[0]),children:c.jsx("path",{d:"M-5.3-6h40v30h-40z",fillOpacity:".7"})})}),c.jsxs("g",{clipPath:"url(#".concat(d[0],")"),transform:"matrix(.75 0 0 .75 4 2.3)",children:[c.jsx("path",{d:"M-10.3-6h50v30h-50z",fill:"#fff"}),c.jsx("path",{d:"M-10.3-6v2L11.6 9l-21.8 13v2H-7l21.8-13 21.7 13h3.2v-2L18 9 39.8-4v-2h-3.3L14.7 7-7-6h-3.2z",fill:"#df112d",fillRule:"evenodd"}),c.jsxs("g",{transform:"translate(-9.7 -6) scale(.20361)",children:[c.jsx("path",{d:"M132.7 22.2c3.1 12.8 1.4 28.6-12.9 37.4-14.2-8.8-16-24.6-12.8-37.4 3.4-3 18.6-4.9 25.7 0z",fill:"#e8112d",stroke:"#000",strokeWidth:".1"}),c.jsx("path",{d:"M119.8 19.7a26 26 0 0 1 13 3.1 28 28 0 0 1 4.9-12.1c-2.5 0-3.6 1.3-3.6 2.6-.6-1.7-3-1.6-3.8-.7 2.7 1.8.6 5-1.8 4.4-1.1-.3-1.7-1.1-2-2.3a1.3 1.3 0 1 0-.5 0 2.9 2.9 0 0 1-3.1 1.3c-1.3-.3-1.9-1.5-1.9-2.5 0-2.7 2.6-3.1 3.4-2.6 0-1.8-2.9-3.3-3.8-1.8a4.8 4.8 0 0 0-.8-5.8A4.8 4.8 0 0 0 119 9c-.9-1.5-3.7 0-3.7 1.8.7-.5 3.3-.1 3.3 2.6 0 1-.6 2.2-1.8 2.5a3 3 0 0 1-3.2-1.3 1.3 1.3 0 0 0 .6-.4 1.3 1.3 0 1 0-1.1.4c-.2 1.2-.9 2-2 2.3a2.4 2.4 0 0 1-1.8-4.4c-.8-1-3.2-1-3.8.7 0-1.3-1.1-2.6-3.6-2.6a28 28 0 0 1 5 12.1 26 26 0 0 1 13-3.1z",fill:"#f9dd16",stroke:"#000",strokeWidth:".1"}),c.jsxs("g",{id:"".concat(d[1]),stroke:"#000",children:[c.jsxs("g",{fill:"#f9dd16",strokeWidth:".1",children:[c.jsx("path",{d:"M130.7 32.2c-.4 0-.4.5-.5.5.8 0 1.2-.3 1.4-.7v.6c.6-.2.8-.7.6-1l.7.2c-.4-.3-.1-1-.8-1.4.2 0 .6.2.8.5-.1-.7-.2-1.1-.8-1.5h.5a.9.9 0 0 1-.4-.8c0-.4-.2-.4-.6-.3l-1.8.1c-1 0-2 0-2.8-.6 1.3.6 3-.6 3-1.5 0-1-1.4-2-4-1.4-2.6.6-5.8.4-5.8-.5s2.3-1 3.5-.8c1.2.2 2 .3 4.2-.5-.5.2-2.3.3-3.7-.1s-4.8-.4-4.8 1.4c0 1.9 3.6 1.7 6.8 1.2 1.8-.2 2.8 0 2.8.5 0 .6-1.7.8-3 .7a10 10 0 0 0-4.1.3c-1.3.4-2.2 0-3.6.3-.7 0-2.4 0-3.2-1.4-.5.4-2 1.1-2.3 1.9-.3.6 0 1.3.4 2 .6.8-.3.7-1 .7-.8 0-2 0-2.6-.8-.6-.6-1.3-1.1-1.9-.7-.3.3 0 .6.2.5l.8.2a1 1 0 0 0-1 .1c-.3.2 0 .6.3.5.2-.1.7-.2 1 0-.3 0-.7 0-.8.2s0 .4.3.4c.6 0 .7.4 1.3.3a.9.9 0 0 0-.7.4c.6-.3 1.1.4 1.8.2-.2.1-.7.4-.7.6.4-.5 3.2.4 3.2-.7l-.1.8c.3-.2 1.4-.3 1.8-1 0 .2 0 .5-.2.6.3 0 .8-.2 1.3-.9.2-.3.2-.5.2-.7.5 0 .8-.1 1.2-.4.4-.3.8.3 1.5-.2.6-.4 1.2 0 1.6-.2.3-.2.8 0 1.2-.2s1 .1 1.6-.4c1 .4 2.3 1 5.2.5 1.6-.3 2.2.3 2.2 1 0 .6-.4.6-.6.6-1 .1-1.3-.3-1.7-.2-.2.1-.4.5 0 .7-.3.1-.3.4-.1.5s.5 0 .8-.1c-.4.1-.7.4-.5.7.1.2.4.3.7 0 .3-.4.8-.7 1.2-.7zm-18.6-8c-.8-.3-1-.3-.9.4 0 .3.3.7.5.9 0-.3.1-1 .4-1.2z"}),c.jsx("path",{d:"M114.8 24.3c.8-.4 1.1-.4.9.3 0 .3-.3.7-.5.9 0-.3 0-1-.4-1.2z"}),c.jsx("path",{d:"M113.5 23.8c1.6 0 1.8.8 1.7 1.7 0 1-.5.6-.8 2-.1.4-.5.5-1 .5-.3 0-.7 0-.9-.6-.3-1.3-.8-1-.8-2 0-.8.2-1.6 1.8-1.6z"}),c.jsx("path",{d:"M109.4 27.5c-.4-.2-.7 0-.9 0 .6.1.6.8 1.8 1-.3 0-.4.2-.7 0 .5.4 1 .9 2.2.9.7 0 .2.3-.2.1.4.5 1.3.1 1.9 1 0-.7-1-1.7-.5-2.4-1.7-.1-1.8-1-2.7-1.7-.8-.6-.9-1.2-1.2-2.3-.1-.5-.7-.8-1-.7-.3 0-.5.3-.2.5.2.2.6.2.6.7-.3-.4-.8-.5-1-.3-.1.2 0 .5.2.5.5 0 .2.6.7 1-.5-.5-.9-.6-1.2-.3-.1.2 0 .5.4.5.5 0 1 1.2 1.8 1.5zm13 4.6c-.2 0-.1.5-.5.5.8 0 1.3-.2 1.6-.5l-.2.5c.4-.3 1.5-.4 2-.3s.6-.1.8-.4c.2-.4 0-.6-.3-.8-.3-.3-.4-.7-.3-1.3-1.4-2-4-1-4-.2.9 1.1 1 1 1.8 1.1.7.2 1.2.2.7.6-.2.2-1 0-1.5.1-1.3 0-2-.9-2.3-.4-.3.4 0 .6.6.6-.4 0-1 0-.9.4.2.7.8-.1 1.1.1-.2 0-.6.1-.6.3 0 .2.5.5 1 0a1.6 1.6 0 0 1 1-.3z"})]}),c.jsx("path",{d:"M123.5 29.2c-.4-.2-.9-.3-1.4-.2m-5.6 0c-.4.8-.2 1.2-.1 1.6m-4-5.6c.2.2.4-.2.8.2-.1-.1-.3.3-.6 0m2-.1c-.3 0-.5-.3-.9.1.1-.1.3.3.6 0m-.6 0v.3c.1.7.3 1-.3 1-.5 0-.3-.3-.2-1v-.3",fill:"none",strokeWidth:".1"}),c.jsx("path",{d:"M113.5 27.7c.4 0 .6 0 .6-.6 0-.2.3-.3.1-.7.2.4-.7.4-.7.2 0 .2-1 .2-.8-.2-.1.4.2.5.1.7 0 .6.2.6.7.6z",fill:"#ff0016",strokeWidth:".1"}),c.jsx("path",{d:"m113 26.5-1-.3m1 .3h-1m1 .1-.9.3m1.7-.4 1-.3m-1 .3h1.2m-1.2.1 1 .3",strokeWidth:".1"}),c.jsx("path",{d:"M108.1 23.4c-.3-.4-1 0-1 .4.2-.3.6.1.9 0 .1 0 .3-.2.1-.4zm-.3.9c-.3-.4-1.1 0-1.1.4.2-.3.6.1.9 0 .1 0 .3-.3.2-.4zm-.2 1.2c-.4-.4-1.1 0-1 .5.2-.3.6 0 .8 0 .2-.1.3-.4.1-.5zm.3 3.7c-.4-.4-1 .1-1 .6.2-.4.7 0 1-.2 0 0 .2-.3 0-.5zm0 .7c-.5-.1-1 .6-.7 1 0-.5.6-.3.8-.5l-.1-.5zm.6.7c-.5-.2-1 .4-.7.8 0-.3.6-.2.7-.4v-.5zm11.7 1.1c-.5-.1-1 .5-.7 1 0-.5.6-.3.8-.5l-.1-.5zm.6.6c-.5-.1-.9.6-.6 1 0-.5.6-.4.7-.6.1-.1.1-.4 0-.4zm-.4-1.4c-.4-.2-1 .4-.9.8.2-.4.7-.1.9-.3V31zm8.3 1c-.4-.1-.8.6-.6 1 0-.4.6-.3.8-.5 0-.2 0-.5-.2-.5zm0-.7c-.4-.3-1 .3-.8.7.2-.3.7-.1.9-.3v-.5zm.4 1.3c-.5 0-.9.7-.6 1 0-.4.6-.3.7-.5.1-.2 0-.4-.1-.5zm-15.6-5.2c.3 0 .4.1.4.7 0 1 0 1.6-.4 1.6-.3 0-.3-.5-.3-1.3 0-.4 0-.7-.1-.6 0-.3.1-.4.4-.4z",fill:"#0051ba",strokeWidth:"0"})]}),c.jsx("use",{height:"18",transform:"matrix(.9 0 0 .9 11.6 13.7)",width:"30",xlinkHref:"#".concat(d[1])}),c.jsx("use",{height:"18",transform:"matrix(.67 0 0 .75 39.2 27.5)",width:"30",xlinkHref:"#".concat(d[1])})]})]})]})}));exports.JE=r;
|
package/icons/flags/JO.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var l=r.forwardRef((function(r,l){var t=r.borderRadius,a=r.height,h=r.width,d=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:l,borderRadius:t,height:a,viewBox:"0 0 640 480",width:h,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M-117.8 0h682.6v512h-682.6z",fillOpacity:".7"})})}),e.jsx("g",{clipPath:"url(#".concat(d[0],")"),transform:"translate(110.5) scale(.9375)",children:e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M-117.8 0h1024v170.7h-1024z"}),e.jsx("path",{d:"M-117.8 170.7h1024v170.6h-1024z",fill:"#fff"}),e.jsx("path",{d:"M-117.8 341.3h1024V512h-1024z",fill:"#090"}),e.jsx("path",{d:"m-117.8 512 512-256-512-256v512z",fill:"red"}),e.jsx("path",{d:"m24.5 289 5.7-24.9H4.7l23-11-15.9-19.9 23 11 5.6-24.8 5.7 24.9L69 233.2l-16 19.9 23 11H50.6l5.7 24.9-15.9-20z",fill:"#fff"})]})})]})}));exports.JO=l;
|
package/icons/flags/JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var t=r.forwardRef((function(r,t){var a=r.borderRadius,l=r.height,c=r.width,d=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:t,borderRadius:a,height:l,viewBox:"0 0 640 480",width:c,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M-88 32h640v480H-88z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(88 -32)",children:[e.jsx("path",{d:"M-128 32h720v480h-720z",fill:"#fff"}),e.jsx("circle",{cx:"523.1",cy:"344.1",fill:"#d30000",r:"194.9",transform:"translate(-168.4 8.6) scale(.76554)"})]})]})}));exports.JP=t;
|
package/icons/flags/KE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),i=require("react"),
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),i=require("react"),s=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var t=i.forwardRef((function(i,t){var a=i.borderRadius,c=i.height,h=i.width,n=r.useStableUniqueId(4);return e.jsxs(s.FlagIconBase,{ref:t,borderRadius:a,height:c,viewBox:"0 0 640 480",width:h,children:[e.jsx("defs",{children:e.jsx("path",{d:"m-28.6 47.5 1.8 1 46.7-81c2.7-.6 4.2-3.2 5.7-5.8 1-1.8 5-8.7 6.7-17.7a58 58 0 0 0-11.9 14.7c-1.5 2.6-3 5.2-2.3 7.9z",id:"".concat(n[0]),strokeMiterlimit:"10"})}),e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("path",{d:"M0 0h640v144H0z"}),e.jsx("path",{d:"M0 336h640v144H0z",fill:"#060"}),e.jsxs("g",{id:"".concat(n[1]),transform:"matrix(3 0 0 3 320 240)",children:[e.jsx("use",{height:"100%",stroke:"#000",width:"100%",xlinkHref:"#".concat(n[0])}),e.jsx("use",{fill:"#fff",height:"100%",width:"100%",xlinkHref:"#".concat(n[0])})]}),e.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(n[1])}),e.jsx("path",{d:"M640.5 168H377c-9-24-39-72-57-72s-48 48-57 72H-.2v144H263c9 24 39 72 57 72s48-48 57-72h263.5V168z",fill:"#b00"}),e.jsx("path",{d:"M377 312c9-24 15-48 15-72s-6-48-15-72c-9 24-15 48-15 72s6 48 15 72",id:"".concat(n[2])}),e.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(n[2])}),e.jsxs("g",{fill:"#fff",transform:"matrix(3 0 0 3 320 240)",children:[e.jsx("ellipse",{rx:"4",ry:"6"}),e.jsx("path",{d:"M1 5.8s4 8 4 21-4 21-4 21z",id:"".concat(n[3])}),e.jsx("use",{height:"100%",transform:"scale(-1)",width:"100%",xlinkHref:"#".concat(n[3])}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(n[3])}),e.jsx("use",{height:"100%",transform:"scale(1 -1)",width:"100%",xlinkHref:"#".concat(n[3])})]})]})}));exports.KE=t;
|
package/icons/flags/KG.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),a=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),a=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var l=i.forwardRef((function(i,l){var s=i.borderRadius,t=i.height,c=i.width,d=a.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:l,borderRadius:s,height:t,viewBox:"0 0 640 480",width:c,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M-85 0h682.7v512H-85z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",transform:"translate(79.6) scale(.9375)",children:[e.jsx("path",{d:"M-128 0h768.8v512H-128z",fill:"#be0027"}),e.jsx("path",{d:"M105.5 261.1c13.6-16.6 41.9-.4 65-12.3-27.4 1.5-42.3-13.2-63.9-11.1 22.4-13.8 41.5 4.5 66.5-2.8-33.1-2.8-31.7-17.7-61.9-19.8 26.8-11.4 40 11.8 66.3 6.5-31-7.1-35-25.3-58-29.2 33.6-5 31.4 14.8 64.3 17.2-33.4-14.3-24.7-26.8-52.6-37.7 31.3-.7 29.2 21 61 26.6-27.2-17.2-23.9-32.9-46.2-45.2 26.5.5 29 27.6 56.1 36-24.1-19.1-17.8-35.3-38.6-52.4 26.4 6.2 22.5 29.6 50 44.6-20.4-22.6-12.6-38.8-30.3-57.3 25.4 8.1 15.7 30.4 42 51.6-15-24.9-5.7-40.8-20.6-61.7 23.6 12.1 12.2 34.9 34 57.5-10.3-25.5 0-41.3-10.5-63.9 20.2 15 8.2 39.3 24.5 62.5-6-32 7.8-37.2 3.5-65.2 15.3 18.8-1.8 37.6 10 65.3-1.5-31.5 15.3-38.8 12.4-64 15.1 22.6-8.5 42.3 1.4 66.5 2.5-29.8 22.1-37.6 22.4-60.8 12 21.3-14 36.7-9.8 65 8.5-31.2 29.4-35 32-56 7.1 24.6-21.4 36-19.7 63.4 8.5-27.7 34.6-31 40-51.4 3.3 26-22.4 30.7-29.7 59.5 13.5-23.5 37.2-25.4 47.8-44-.8 25.8-29.8 29.2-38.7 53.3 16.7-20.5 37.7-17 54.4-35.1-1.8 23.3-31.3 22-47 46.1 18.1-16.7 45.4-11.7 59.3-26.1-.7 20.6-36.9 19-54 37.5 21-11.6 47.8-4.8 63.2-15.5-2.8 18-41 13.8-59.3 28 25.2-7 44.7 3.7 65-4-9.9 17.5-44.6 6.4-63 17.8 22-3.7 45.2 9.6 65.1 5.3-6.5 15.2-44.6-1-65 8.5 24.4-.2 40.3 15.5 63 14.4-12.3 13.8-45.7-5.1-65.2-1.9 23.8 5 42 24.6 60 25.6-14.9 11.3-42.5-14.5-65-11.3 23.2 6.2 42.6 32.5 55.8 33.1-14.3 9.8-42.5-22.5-61.8-21.3 23.5 10.6 34.2 37.5 49.7 41.3-19.1 6.1-37.9-29.2-58.4-30.5 23.8 15 25.1 38 43.4 48.2-19.3 4.7-33-35.2-53.3-38.6 19.5 14.3 22.5 45 35.4 54.6-19.6 1-26.7-40.7-46.8-46.7 17.2 14.4 13.1 45.6 26.5 59-20.4-4.3-17.8-40.6-39.1-52.9 15.3 19.4 7.5 46.9 17.5 62.4-19.9-8-11.3-40.6-30.2-59 10.3 20.6-.8 44.6 7.4 64.5-18.2-8.9-6-47.4-19.9-62.7 6.4 23.8-5.4 43.5-.6 64.8-18.6-21.5 2.8-43.2-13.3-65.1 4.2 25.1-13.4 42.7-10.6 63.7-14.7-17.2 8-44.7-3.5-66.4 2.4 24.7-20.3 46.4-18.7 62-12-20 13.3-43.6 6.5-66.3-1.4 23.6-24.4 36.4-28.7 57.9-7.7-23.7 19.6-40.8 17.2-64.1-7.8 22.1-30 31-37.8 52.5-6.4-23.7 26-36.2 26.8-61-10 23.2-36.5 28.4-45.3 46.2-3.3-23.5 33.8-34 35.2-56.3-12 21.4-41 22.3-51 39.3-1.5-23.4 37.6-26.3 43.7-50.8-11.9 18.2-43.7 15.9-57 30.7 2.1-21.7 44.4-23 51.2-42.6-15.8 15.2-45 9-61.5 21 9.2-21.4 48.9-16.9 57.8-32.3-17.5 9.1-48.6.2-64 9.4 14-20.2 44.8-8.1 62.3-22-28.4 4.1-45.5-7.2-65.2-2z",fill:"#ff0"}),e.jsx("path",{d:"M356 256.1a99.2 99.2 0 1 1-198.5 0 99.2 99.2 0 0 1 198.4 0z",fill:"#ff0"}),e.jsx("path",{d:"M343.2 256.3a86.3 86.3 0 1 1-172.6 0 86.3 86.3 0 0 1 172.6 0z",fill:"#be0027"}),e.jsx("path",{d:"M331.2 256.5a74 74 0 1 1-148.2 0 74 74 0 0 1 148.2 0z",fill:"#ff0"}),e.jsx("path",{d:"M194 208c20.5-.5 46 1.4 62.9 14.8a97.1 97.1 0 0 1 60.5-14.3l11 20.1a101 101 0 0 0-50 8.2 85.3 85.3 0 0 1 34.6 72.1c-2.7 3.4-7 7.1-9.7 10.5 4-28.5-11-60.3-32.9-77 17.8 25.6 28.3 48.6 25.4 80.4l-10 6.4c4.6-28-2-61-22.7-80 12 17.5 23.8 49 16.4 81-3.2 1-8.2 3.7-11.4 4.6a96 96 0 0 0-10.8-78.7c-13.8 19.8-18.3 50-10.5 78-3.8-1-6.7-2.2-10.6-3.1-5.7-30 2.2-64 15.9-81.7-14 8.1-27.1 42.7-23.4 78l-9.3-4.3c-4.5-26.3 7.4-60.6 24.5-80.4-19.4 12.2-35.2 42.3-32.5 74.6-3-2.6-5.7-3.9-8.7-6.6-3.4-28.2 13-56.6 32.1-73.6-16.1-7.3-30-8.7-50-8.4 3.1-6.5 6-14.1 9.2-20.7z",fill:"#be0027"})]})]})}));exports.KG=l;
|
package/icons/flags/KI.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),l=require("react"),d=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),l=require("react"),d=require("../flag-icon/_FlagIconBase.js"),t=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var a=l.forwardRef((function(l,a){var f=l.borderRadius,i=l.height,s=l.width,o=t.useStableUniqueId(1);return e.jsxs(d.FlagIconBase,{ref:a,borderRadius:f,height:i,viewBox:"0 0 640 480",width:s,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(o[0]),children:e.jsx("path",{d:"M-86.3 0h682.6v512H-86.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(o[0],")"),transform:"translate(81) scale(.9375)",children:[e.jsx("path",{d:"M-164.3 0h835.8v306.5h-835.8z",fill:"#e73e2d",fillRule:"evenodd"}),e.jsx("path",{d:"M204.3 282.1c-19.4-15.2-55.6-10-61.6-51.3 27.7 21.5 22.7-1.2 64 19.3l-2.4 32z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M209.5 263.4c-13.9-20.4-50-26.6-43-67.7 19.9 28.9 22 5.7 55.2 37.9l-12.2 29.8z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M215.8 250c-5-24.1-36-43.6-13.8-79 7.2 34.4 18 13.8 36.4 56.2L215.8 250z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M230.3 237.6c2.7-24.5-20.8-52.6 11.1-79.4-3.6 34.9 13 18.7 17.5 64.6l-28.6 14.8z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M243.3 227.7c12.4-21.3 2.5-56.5 42.6-67.9-17.6 30.3 4.2 22.3-10.5 66l-32.1 1.9z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M262 230.3c18.6-16.2 20.4-52.8 62-50.9-26.3 23.2-3 22.5-31 59.4l-31-8.5z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M278.6 239.9c22.5-10.1 34.9-44.5 74.1-30.5-32 14.5-9.5 20.7-47 47.7l-27.1-17.2z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M292.5 255c24.4-3.4 46-33 79.7-8.4-34.7 4.9-15 17.1-58.5 32.5l-21.2-24.2z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m379.5 259.6-112.1 2.5 4.7 30.2 107.4-32.7z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m363 218.4-103.8 39.9 17.3 33.3 86.5-73.2z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m280.6 280.7 53.7-97.6-82.4 76.7 28.7 20.9z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m279.5 272.6 17.2-109.4-53.8 97.2 36.6 12.2z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m273 263.7-18-110.2-20 110.7 38-.5z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m263.7 254.3-52.3-92 20 111.8 32.3-19.8z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m255.6 253.6-81.1-68.5 57.6 98 23.5-29.5z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m146 218.9 87 71.9 13.4-37.6L146 218.9z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"m232.1 260.9-102.3-1.5 101.9 34 .4-32.5z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M315.1 279.2a61.4 61.4 0 1 1-122.7 0 61.4 61.4 0 0 1 122.7 0z",fill:"#fec74a",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M-165.1 303.4h839.9V512h-840z",fill:"#005989",fillRule:"evenodd"}),e.jsx("path",{d:"M-165.6 454c15.6 7.2 38 25.3 62 25.3 40-.3 41-27.4 81.6-26.1 40.7 1 33.3 29.6 88.2 29.5 45.4-.2 60-34.7 99.2-30.6 29-1.5 40.8 32.7 85.3 33.2 46.2 1 63.1-37.3 92-34.1 31 0 41 30.8 84.3 31 55.2.3 64.9-32 99.3-30 24.6-.5 44 23.7 80 24.3 28.6.5 52.7-21.2 69-29l.7-36.8c-17 6.3-42.4 27.1-67.7 27.3-36.6 1.4-59.1-24-84.5-23.7-30.4.3-42.5 31.3-94 31.3-47.2 0-58-31.3-88.4-31.3-29.7.2-38.8 34-90.3 33.4-42-.5-58.3-32.3-88-32-31.5 0-64 30.9-99 29.4-48-2-58.5-29.4-90-29.4-23.5 0-49 25.6-77.3 26-28.2.5-59.9-25.5-62.8-26l.4 38.3zm0-73c15.6 7.3 38 25.4 62 25.4 40-.3 41-27.4 81.6-26.2 40.7 1 33.3 29.7 88.2 29.5 45.4 0 60-34.6 99.2-30.5 29-1.5 40.8 32.7 85.3 33.1 46.2 1 63.1-37.2 92-34 31 0 41 30.8 84.3 31 55.2.3 64.9-32 99.3-30 24.6-.5 44 23.7 80 24.3 28.6.5 52.7-21.2 69-29l.7-36.8c-17 6.3-42.4 27-67.7 27.3-36.6 1.3-59.1-24-84.5-23.7-30.4.3-42.5 31.3-94 31.3-47.2 0-58-31.3-88.4-31.3-29.7.2-38.8 34-90.3 33.4-42-.5-58.3-32.3-88-32-31.5 0-64 30.8-99 29.3-48-2-58.5-29.4-90-29.4-23.5 0-49 25.7-77.3 26.1-28.2.4-59.9-25.5-62.8-26l.4 38.3z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"M-165.6 309c15.6 7.2 38 25.2 61.9 25.2 40-.2 41-27.4 81.6-26.1 40.6 1 33.2 29.6 88.1 29.5 45.3-.1 60-34.7 99-30.5 29-1.5 40.8 32.7 85.3 33.1 46.1 1 63-37.3 92-34.1 30.8 0 41 30.8 84.2 31 55 .3 64.7-32 99.2-30 24.5-.5 43.9 23.7 79.8 24.3 28.7.5 52.7-21.2 69-29l.7-36.8c-17 6.4-42.3 27.1-67.7 27.3-36.4 1.4-59-23.9-84.4-23.7-30.3.3-42.4 31.3-94 31.3-47 0-57.8-31.3-88.2-31.3-29.7.3-38.8 34-90.1 33.4-42-.5-58.3-32.2-88-32-31.5 0-64 30.9-98.8 29.4-48.1-2-58.5-29.4-90-29.4-23.5 0-48.9 25.6-77.2 26-28.2.5-59.8-25.4-62.8-26l.4 38.3z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"M136.8 76c61-4.2 50-9.4 74.5-13.4 31 4.3 34.5 23 51.8 34.5 0 0-6.5 22-27.7 18.9-2.9-8.8 10.2-11.6-27.5-34.6-22-1.3-61.3 3.9-71-5.4zm189.3 33.9-44 1.8v10.9c29.7 1 35-3 44-12.7z",fill:"#ffc84b",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.8"}),e.jsx("path",{d:"M174.8 108c7.7-3.9 11.5-2.3 18.2-2.5 4.5 8.3 8.8 9 18.8 10a49.5 49.5 0 0 0 39.9 21.8c29.9-.8 39.4-21.7 59.5-24h21.2c-3.5-6-6.3-9.5-14-9.9-15.8-.8-36.2-.4-54 3.6l-25.1 6.3c-7.4-3.6-25.3-22.4-36.8-22-6.7 1.8-6.7 4.1-10 6.7-6.5 2.8-13 1.4-17.7 10z",fill:"#ffc84b",fillRule:"evenodd",stroke:"#d8aa3f",strokeLinejoin:"round",strokeWidth:"1.7"}),e.jsx("path",{d:"M205.1 99a3.2 3.2 0 1 1-6.3 0 3.2 3.2 0 0 1 6.3 0z",fill:"#ffc84b",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.7"}),e.jsx("path",{d:"M225.6 107.8c44.9-54.1 84.1-47.5 135.3-51.2 1.7 6.3 1 15.7-23.3 24-33.4 5-93.1 40.2-93.4 40.2-11.1-.6-18.9-12.2-18.6-13z",fill:"#ffc84b",fillRule:"evenodd",stroke:"#d8aa3f",strokeWidth:"1.8"}),e.jsx("path",{d:"M317.9 72.5 351 74m-36.7 4 24.1 2",fill:"none",stroke:"#d9a43e",strokeLinecap:"round",strokeWidth:"1.8"})]})]})}));exports.KI=a;
|
package/icons/flags/KM.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var s=i.forwardRef((function(i,s){var a=i.borderRadius,t=i.height,f=i.width,d=l.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:s,borderRadius:a,height:t,viewBox:"0 0 640 480",width:f,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 0h768.8v128H0z",fill:"#ff0"}),e.jsx("path",{d:"M0 128h768.8v128H0z",fill:"#fff"}),e.jsx("path",{d:"M0 256h768.8v128H0z",fill:"#be0027"}),e.jsx("path",{d:"M0 384h768.8v128H0z",fill:"#3b5aa3"}),e.jsx("path",{d:"M0 0v512l381.9-255.3L0 0z",fill:"#239e46"}),e.jsx("path",{d:"M157.2 141.4c-85-4.3-123.9 63.5-123.8 115.9-.2 62 58.6 113 112.8 110C117 353.5 81.2 314.6 81 257c-.3-52.1 29.5-97.5 76.3-115.6z",fill:"#fff"}),e.jsx("path",{d:"m156 197-12-9.3-14.6 4.6 5.2-14.4-8.8-12.4 15.2.6 9-12.3 4.3 14.7 14.4 4.8-12.6 8.5zm-.3 52.1-12-9.4-14.6 4.6 5.3-14.3-8.9-12.4 15.3.5 9-12.2 4.2 14.6 14.5 4.9-12.7 8.5zm.2 52.6-12-9.4-14.5 4.6 5.2-14.3-8.8-12.4 15.2.5 9-12.2 4.3 14.6 14.4 4.8-12.6 8.6zm-.2 53-12-9.3L129 350l5.3-14.4-8.9-12.4 15.3.6 9-12.3 4.2 14.7 14.5 4.8-12.7 8.5z",fill:"#fff"})]})]})}));exports.KM=s;
|
package/icons/flags/KN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var a=r.forwardRef((function(r,a){var l=r.borderRadius,t=r.height,d=r.width,c=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:a,borderRadius:l,height:t,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M-80.1 0h682.7v512H-80.1z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",transform:"translate(75.1) scale(.9375)",children:[e.jsx("path",{d:"M-107.8.2h737.6v511.3h-737.6z",fill:"#ffe900"}),e.jsx("path",{d:"m-108.2.2.8 368.6L466.6 0l-574.8.2z",fill:"#35a100"}),e.jsx("path",{d:"m630.7 511.5-1.4-383.2-579 383.5 580.4-.3z",fill:"#c70000"}),e.jsx("path",{d:"m-107.9 396.6.5 115.4 125.3-.2 611.7-410.1L629 1.4 505.2.2l-613 396.4z"}),e.jsx("path",{d:"m380.4 156.6-9.8-42.2 33.3 27 38-24.6-17.4 41.3 33.4 27-44.2-1.5-17.3 41.3-9.9-42.2-44.1-1.5zm-275.2 179-9.9-42.3 33.3 27 38-24.6-17.4 41.3 33.4 27-44.1-1.5-17.4 41.3-9.8-42.2-44.1-1.5z",fill:"#fff"})]})]})}));exports.KN=a;
|
package/icons/flags/KP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var l=i.forwardRef((function(i,l){var t=i.borderRadius,a=i.height,c=i.width,d=s.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:l,borderRadius:t,height:a,viewBox:"0 0 640 480",width:c,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M5 .1h682.6V512H5.1z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",transform:"translate(-4.8 -.1) scale(.93768)",children:[e.jsx("path",{d:"M776 511.5H-76V.5h852z",fill:"#fff",stroke:"#000"}),e.jsx("path",{d:"M776 419H-76v92.5h852z",fill:"#3e5698"}),e.jsx("path",{d:"M776 397.6H-76V114.4h852z",fill:"#c60000"}),e.jsx("path",{d:"M776 .6H-76V93h852z",fill:"#3e5698"}),e.jsx("path",{d:"M328.5 256c0 63.5-53 115-118.6 115S91.3 319.5 91.3 256s53-114.8 118.6-114.8c65.5 0 118.6 51.4 118.6 114.9z",fill:"#fff"}),e.jsx("path",{d:"m175.8 270.6-57-40.7 71-.2 22.7-66.4 21.1 66.1 71-.4-57.9 41.2 21.3 66.1-57-40.7-58 41.3z",fill:"#c40000"})]})]})}));exports.KP=l;
|
package/icons/flags/KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),s=require("react"),a=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),s=require("react"),a=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var l=s.forwardRef((function(s,l){var t=s.borderRadius,r=s.height,d=s.width,f=i.useStableUniqueId(1);return e.jsxs(a.FlagIconBase,{ref:l,borderRadius:t,height:r,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(f[0]),children:e.jsx("path",{d:"M-95.8-.4h682.7v512H-95.8z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(f[0],")"),fillRule:"evenodd",transform:"translate(89.8 .4) scale(.9375)",children:[e.jsx("path",{d:"M610.6 511.6h-730.2V-.4h730.2z",fill:"#fff"}),e.jsx("path",{d:"M251.9 256a112.5 112.5 0 1 1-225 0 112.5 112.5 0 0 1 225 0z",fill:"#fff"}),e.jsx("path",{d:"M393 262.6c0 81-65 146.8-145.3 146.8s-145.2-65.8-145.2-146.8 65-146.9 145.3-146.9S393 181.6 393 262.6z",fill:"#c70000"}),e.jsx("path",{d:"m-49.4 126.4 83.6-96.7 19.9 17.1-83.7 96.8zm27.4 23.7 83.6-96.7 19.9 17-83.7 96.9z"}),e.jsx("path",{d:"m-49.4 126.4 83.6-96.7 19.9 17.1-83.7 96.8z"}),e.jsx("path",{d:"m-49.4 126.4 83.6-96.7 19.9 17.1-83.7 96.8zm55.4 48 83.6-96.9 19.9 17.2-83.7 96.8z"}),e.jsx("path",{d:"m-49.4 126.4 83.6-96.7 19.9 17.1-83.7 96.8z"}),e.jsx("path",{d:"m-49.4 126.4 83.6-96.7 19.9 17.1-83.7 96.8zm508.8-96.8 83 97.4-20 17-83-97.4zm-55.7 47.5 83 97.4-20 17-83-97.4z"}),e.jsx("path",{d:"M417.6 133.2 496 65.4l14.7 17-84 75.4-9.3-24.6z",fill:"#fff"}),e.jsx("path",{d:"m514.2 372-80.4 95.8-19.7-16.4 80.4-95.8zM431.8 53.1l83 97.4-19.9 17L412 70zm109.7 341.6L461 490.5l-19.8-16.4 80.5-95.8zm-55.1-45.8L406 444.7l-19.7-16.4 80.4-95.8z"}),e.jsx("path",{d:"M104.6 236.7c4.6 37 11.3 78.2 68.2 82.4 21.3 1.3 62.8-5 77-63.2 18.8-55.8 75-71.8 113.3-41.6C385 228.5 391 251 392.4 268c-1.7 54-32.9 101-72.8 122-46 27.3-109.6 27.9-165.3-13.5-25.1-23.5-60.2-67-49.7-139.8z",fill:"#3d5897"}),e.jsx("path",{d:"m436 370.6 78.6 67.6-14.6 17-87.1-71.8 23-12.8z",fill:"#fff"}),e.jsx("path",{d:"m-1.9 357.2 83 97.3-20 17-83-97.3z"}),e.jsx("path",{d:"m-16.2 437.3 78.6-67.9 14.7 17-84 75.5-9.3-24.7z",fill:"#fff"}),e.jsx("path",{d:"m25.7 333.7 83 97.3-20 17-83-97.3zM-30 381.2l83 97.3-20 17-83-97.3z"})]})]})}));exports.KR=l;
|
package/icons/flags/KW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var t=r.forwardRef((function(r,t){var a=r.borderRadius,l=r.height,d=r.width,h=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:t,borderRadius:a,height:l,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 170.6h1024v170.7H0z",fill:"#fff"}),e.jsx("path",{d:"M0 341.3h1024V512H0z",fill:"#f31830"}),e.jsx("path",{d:"M0 0h1024v170.7H0z",fill:"#00d941"}),e.jsx("path",{d:"M0 0v512l255.4-170.7.6-170.8L0 0z"})]})]})}));exports.KW=t;
|
package/icons/flags/LA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var a=i.forwardRef((function(i,a){var l=i.borderRadius,t=i.height,d=i.width,c=s.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:a,borderRadius:l,height:t,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",children:[e.jsx("path",{d:"M-40 0h720v480H-40z",fill:"#ce1126"}),e.jsx("path",{d:"M-40 119.3h720v241.4H-40z",fill:"#002868"}),e.jsx("path",{d:"M423.4 240a103.4 103.4 0 1 1-206.8 0 103.4 103.4 0 1 1 206.8 0z",fill:"#fff"})]})]})}));exports.LA=a;
|
package/icons/flags/LB.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),c=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),c=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var i=c.forwardRef((function(c,i){var l=c.borderRadius,t=c.height,a=c.width,d=s.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:i,borderRadius:l,height:t,viewBox:"0 0 640 480",width:a,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),transform:"translate(80) scale(.9375)",children:[e.jsxs("g",{fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M-128 384h768v128h-768zm0-384h768v128h-768z",fill:"red"}),e.jsx("path",{d:"M-128 128h768v256h-768z",fill:"#fff"})]}),e.jsx("path",{d:"M252.1 130c-7.8 15.5-13 15.5-26 26-5.2 5.1-13 7.7-2.6 13-10.5 5.1-15.7 7.7-20.9 18.1l2.6 2.6s10-4.8 10.4-2.6c1.8 2.1-13 10-14.9 11.3l-11 7c-13.1 10.3-21 7.7-28.7 23.3l26-2.6c5.2 18.2-13 20.8-26 28.6l-20.9 13c5.3 18.2 20.9 7.8 33.9 2.6l2.6 2.6v5.2l-26 13s-30.8 17.6-31.3 18.2c-.2 1 0 5.2 0 5.2 10.4 2.6 26 5.2 36.5 0 13-5.2 15.6-10.4 31.2-10.4a100.6 100.6 0 0 1-52 20.8v10.4c15.6 0 26 0 39-2.6l33.8-10.4c7.8 0 15.7 7.8 13 15.6-7.7 28.6-39 23.4-49.4 46.8L213 369c10.4-5.2 20.8-10.3 33.8-7.7 15.6 5.2 15.6 15.6 36.4 20.8l-5.2-13c5.2 2.6 10.4 2.6 15.7 5.2 13 5.2 15.6 10.4 31.2 7.8-13-15.6-15.6-13-26-23.4-10.4-15.6-15.7-39 0-41.6l18.2 5.2c18.2 2.6 18.2-2.6 44.2 7.8 15.7 5.2 20.9 13 39 7.8-7.7-18.2-36.3-31.2-54.6-36.4 20.9-13 15.6 5.2 44.3-2.6v-5.2C369.3 278 361.4 265 332.8 265l44.3-5.2v-5.2s-43.7-11.4-44.7-11.9c.3-1.3 1.4-3.3 4.3-4.5 8.3 5.4 33.3 4.8 34.8 4.7-.8-6.4-12.7-11.7-23-16.9 0 0-44.7-27.5-44.9-29.9.9-7 18.3 1.1 37 6.5-5.2-10.4-15.6-15.6-26-18.2l15.6-2.6c-10.4-23.4-36.4-20.8-52-31.2-10.5-7.8-10.5-13-26.1-20.7z",fill:"#007900"}),e.jsx("path",{d:"M224 303c1.9-6.1 4.4-11.6-7.2-16.9-11.6-5.3 5.8 21.1 7.2 17zm13.7-12.3c-2.3.3-3.6 8.8 1.1 11.2 5.2.8 1-11.1-1.1-11.2zm13.5-1c-2.4.8-2.5 12.8 6 10.6 8.6-2.1 0-11.5-6-10.5zM267 259c1.8-3-.1-15-7.4-10-7.4 5.1 5 10.8 7.4 10zm-16-10c2.3-.9 2.5-8.3-4-6.3-6.3 1.9 2.3 7.8 4 6.3zm-14.4 2.9s-4.5-6.2-8-4.9c-4.3 4.2 8.3 5 8 4.9zM187 271.7c1.9.2 16-2.3 20.9-7.8 4.9-5.5-25.1 2.3-25.1 2.4 0 .1 2.8 4.9 4.2 5.4zm141.1-35c.7-1.3-7.5-7.1-12.4-4.8-1.3 4.3 12.4 5.7 12.4 4.8zm-27.8-14c1.6-2.2-3.5-11.3-13.7-6.2-10.2 5 10.7 9.8 13.7 6.3zm-32.1-5.3s2.5-8.2 8.6-6.6c7 5.3-8.3 6.9-8.6 6.6zm-6-6.2c-1-2.3-7.3-1-14.6 3.9-7.4 4.7 16.8 1.4 14.6-4zm18.7-22.1s6.5-3 8.5 0c2.7 4.3-8.6 0-8.5 0zm-5.5-2.9c-1.3-2.6-8.5-2.9-8.3 1-1.2 3 9.4 2.4 8.3-1zm-17.2 0c-.7-1.5-11 0-14 6.2 5 2.4 16.3-2.3 14-6.2zm-22 6.3s-13.4 8.3-14.3 14.3c.4 5.2 16.8-9.4 16.8-9.4s1.4-5.8-2.4-4.9zm-14.9-7.5c.4-1.7 6.7-5.6 7.2-5.3.5 1.7-5.1 6.3-7.2 5.3zm4.3 31.6c.3-2.5-16-2.3-9.9 5.2 5.2 6.3 11-4.1 9.9-5.2zm-15 10.7c-.8-1.6-2-6-4.2-6.4-1.9 0-11.7 2-12.5 3.6-.4 1.3 4.1 9.4 5.6 9.6 1.8.7 10.9-6 11.2-6.8zm88.4 55.2c.5-1.8 17.3-7.5 23-2 6.8 9.3-23.4 5-23 2zm46 10.9c3.7-6.2-11.3-13.6-17.6-6.5 2.2 8.5 14.6 11.6 17.6 6.5z",fill:"#fff",fillRule:"evenodd",stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"3.2"})]})]})}));exports.LB=i;
|
package/icons/flags/LR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var l=i.forwardRef((function(i,l){var a=i.borderRadius,h=i.height,t=i.width,d=s.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:l,borderRadius:a,height:h,viewBox:"0 0 640 480",width:t,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",transform:"scale(.9375)",children:[e.jsx("path",{d:"M0 0h767.9v512H0z",fill:"#fff"}),e.jsx("path",{d:"M0 0h232.7v232.8H0z",fill:"#006"}),e.jsx("path",{d:"M0 464.9h767.9V512H0z",fill:"#c00"}),e.jsx("path",{d:"M0 465.4h767.9V512H0zm0-92.9h767.9v46.2H0zm0-93.2h766V326H0zM232.7 0h535.1v46.5H232.7zm0 186h535.1v46.8H232.7zm0-92.7h535.1v46.5H232.7z",fill:"#c00"}),e.jsx("path",{d:"m166.3 177.5-50.7-31-50.4 31.3 18.7-50.9-50.3-31.4 62.3-.4 19.3-50.7L135 95h62.3l-50.1 31.7 19.1 50.8z",fill:"#fff"})]})]})}));exports.LR=l;
|
package/icons/flags/LY.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var a=r.forwardRef((function(r,a){var t=r.borderRadius,l=r.height,d=r.width,h=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:a,borderRadius:t,height:l,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M166.7-20h666.6v500H166.7z"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),transform:"matrix(.96 0 0 .96 -160 19.2)",children:[e.jsx("path",{d:"M0-20h1000v500H0z",fill:"#239e46"}),e.jsx("path",{d:"M0-20h1000v375H0z"}),e.jsx("path",{d:"M0-20h1000v125H0z",fill:"#e70013"}),e.jsx("path",{d:"M544.2 185.8a54.3 54.3 0 1 0 0 88.4 62.5 62.5 0 1 1 0-88.4M530.4 230l84.1-27.3-52 71.5v-88.4l52 71.5z",fill:"#fff"})]})]})}));exports.LY=a;
|
package/icons/flags/MO.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),a=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),a=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var s=a.forwardRef((function(a,s){var t=a.borderRadius,c=a.height,h=a.width,d=i.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:s,borderRadius:t,height:c,viewBox:"0 0 640 480",width:h,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#00785e"}),e.jsx("path",{d:"m295 108.7 40.5 29.5L320 90.5l-15.5 47.7 40.6-29.5z",fill:"#fbd116"}),e.jsxs("g",{id:"".concat(d[0]),children:[e.jsx("path",{d:"M320 331.6H217.5a146.3 146.3 0 0 1-3.8-4H320a2.1 2.1 0 0 1 1.4 2c0 .8-.5 1.7-1.4 2zm0-31.3a13 13 0 0 0 1.2-7.6 12.4 12.4 0 0 0-1.2-3.8 82 82 0 0 1-32.5 19 81 81 0 0 1-23.5 3.5h-63.1a144.4 144.4 0 0 0 5.8 8h61c20 0 38.2-7.2 52.3-19.1zm-109.6-24.7a32.3 32.3 0 0 1-9.7 2 81 81 0 0 0 60.8 27.5 80.9 80.9 0 0 0 58.5-25 441 441 0 0 0 4.5-58.8 441 441 0 0 0-4.5-67.7c-6.6 6-19 18.7-24.8 38.3A81 81 0 0 0 292 215a80.7 80.7 0 0 0 13.7 45 80.7 80.7 0 0 1-17-49.5c0-12.4 2.8-24.2 7.8-34.7a32.5 32.5 0 0 1-7.5-13 80.7 80.7 0 0 0-10.5 40c0 18 5.9 34.7 15.9 48.1a95 95 0 0 0-73.4-29.4 32.6 32.6 0 0 1 6.8 8.9 95 95 0 0 1 68.6 29.4 95 95 0 0 0-61-22.2 95 95 0 0 0-36.7 7.3 81.2 81.2 0 0 0 82.6 52.2c-4.7.8-9.5 1.3-14.4 1.3a80.8 80.8 0 0 1-56.4-22.8zM320 364.4h-53.1a143.5 143.5 0 0 0 53.1 10.1 11 11 0 0 0 1.3-5 11 11 0 0 0-1.3-5.1zm0-24.5h-93.6a143.8 143.8 0 0 0 7.8 6.2H320a4.6 4.6 0 0 0 1.3-3.1 4 4 0 0 0-1.3-3.1zm0 12.5h-76.7a143.6 143.6 0 0 0 14.4 8H320a7.6 7.6 0 0 0 1.2-4.2 7.5 7.5 0 0 0-1.2-3.8z",fill:"#fff"}),e.jsx("path",{d:"m200.5 174.8 25.4 23.6-6.7-34-14.6 31.4 30.3-16.8zm36.9-32 34.7.6-27.7-21 10.1 33.3 11.3-32.9z",fill:"#fbd116"})]}),e.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(d[0])})]})}));exports.MO=s;
|
package/icons/flags/MP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var s=require("react/jsx-runtime"),c=require("react"),t=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var e=c.forwardRef((function(c,e){var o=c.borderRadius,i=c.height,m=c.width,d=r.useStableUniqueId(1);return s.jsxs(t.FlagIconBase,{ref:e,borderRadius:o,height:i,viewBox:"0 0 640 480",width:m,children:[s.jsx("defs",{children:s.jsx("clipPath",{id:"".concat(d[0]),children:s.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),s.jsxs("g",{clipPath:"url(#".concat(d[0],")"),children:[s.jsx("path",{d:"M-160 0h960v480h-960z",fill:"#0071bc",fillRule:"evenodd"}),s.jsx("path",{d:"M370 365.7s15.2-16.1 29.8-13c4.4-17 21-18.4 21-18.4s-1.7-18.7 19.5-22.8c.6-12.7 13.5-23.3 13.5-23.3s-2.6-19.7 10.8-24.3c-8.2-15.6 2.8-27 2.7-27.3-.2-.3-14-24.8-1.6-31.8-13-11-8.8-23.4-8.8-23.4s-14.2-3.7-9.1-20.7c-11.7-2-14-20.9-14-20.9s-18 3.7-20.2-12c-12 1.9-13.2-9.8-13.4-9.8-.1 0-23.5 6.3-28.2-11.4-9.1 4.7-13-3.7-13-3.7s-13 6.5-20.8-6c-15.5 9.7-24.2-.4-24.2-.4s-20.3 13.4-27 3c-12 12.2-22.8 7-22.8 7s-9 16-23.7 12c-3.3 14.9-20.2 15.2-20.2 15.2s1.8 13.1-18.4 16.7c-2.6 15.5-13.2 18-13.2 18s1 15.2-8.5 20c3.4 8.5-5.4 18.9-5.4 18.9s9.4 11.7-3.4 24.9c12.3 3.2 3.4 24.4 3.4 24.4s17 7.6 6.3 21.7c12.2 4 8.4 13.6 8.5 19.3 7.8 3.5 14.6 1.8 11.3 17.4 23.8 2.7 12.6 15.8 12.6 15.8s11 .5 6.7 9.3c20.3-.5 23.3 15.2 23.3 15.2s18.8-5 21.3 2.3-8.2 56.7-8.2 56.7-16 0-27.8-12.8c-27.8-.7-21.6-19-22-19-.5 0-9.3 3.4-13.8-11.9-18.6 3.8-18-11.8-18.2-12-.1-.1-8.3-3.8-5.3-11.5-19.1 1.7-17.7-17-17.7-17-4.2-1.7-5.7-5.6-5.1-9.5-2.5-.9-19.5-1.2-10.7-23.6-16.2-9.8-6.1-21-6.1-21s-22.4-11.6-5.1-25c-13-19 1-28.5 1-28.5s-17.9-18.1.3-31c-3-27.5 13.4-34.1 13.4-34.1s-8.6-22.4 14.8-31.8c1.5-22.7 17.9-23.3 17.9-23.3s.4-18 26.2-16.2c5-16.1 22.5-12.9 22.5-12.9s5.4-19.5 29.3-10.1c12.1-23.7 30.2-11.6 30.2-11.6s11.4-7.4 17-5c7.3-12.5 22.8-.6 32.7 1.9 3.7-1.5 16.6-11.2 26.5 1 13.2-8.5 24.5 7 24.5 7s18.1-9.2 26.6 11.8c38.5-3.5 33 21.7 33 21.7s30.2-6.9 23.6 23.3c27.6 1.9 24.8 20 24.8 20s17.4 13.2 9.8 25c15.5.8 9.8 15.7 9.8 15.7s11.9 4.6 2 23c22.7 18.1 4.4 36.2 4.3 36-.2-.1 12.1 14.6 1 31.6 3.4 27-10.2 33.8-10.2 33.8s3.5 17.5-11.7 22.4c-.3 20.5-19.7 23-19.7 23s5.2 9-14 18.3c-.8 13.7-20.8 14.8-20.8 14.8s-1.9 25.2-27.4 18.4c-6.1 20.2-36 14.2-36.6 14-.5-.3-5.7-43.4-5.7-43.5z",fill:"#fff",fillRule:"evenodd",stroke:"#000",strokeWidth:"1.9"}),s.jsx("path",{d:"M185 124s6.4 5.6 5.2 14c-1.2 8.3-6 19.9-5 28.5.6 3.5.3 9.7.3 9.7s-5.7-8.2-5.8-17 6.2-17.1 6.2-23.6-1.1-11.7-1-11.5zm-3.2 2.6s-8.4 8-9.5 15.7c-.8 4-1 22.7-1.2 31-.2 2.5-1.2 12.5-1.4 16.2-.3 3.6 6.1-6.2 6.5-14.3-.2-8.3-.2-25.8.6-28.5.8-3.4.6-7.1 1.8-10.5l3.2-9.6z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"1.9"}),s.jsxs("g",{fill:"#ffd200",fillRule:"evenodd",stroke:"#ef8a10",children:[s.jsx("path",{d:"M366 100.5s10.8-5 14-14.4-9.5-9.4-11.1-6.4c-1.7 3 1.4 10.3.6 12.3-.8 2-5.2 6.6-3.5 8.4z",strokeWidth:"1.9"}),s.jsx("path",{d:"M269.8 103.9s7-9.7 5.2-19.4c-1.9-9.6-12.8-3.6-12.8-.2s6.2 8.3 6.5 10.4c.3 2.1-1.3 8.4 1 9.1zm-19.1 5.7s7-9.7 5.2-19.3c-1.8-9.7-12.8-3.7-12.8-.3 0 3.4 6.3 8.4 6.6 10.5.2 2-1.3 8.3 1 9.1zm-21.1 6.5s7-9.6 5.2-19.3c-1.9-9.7-12.8-3.7-12.8-.3 0 3.4 6.2 8.4 6.5 10.5.3 2-1.3 8.3 1 9.1zm-15 14.9s7.1-9.7 5.3-19.3c-1.8-9.7-12.8-3.7-12.8-.3 0 3.4 6.3 8.4 6.5 10.5.3 2-1.3 8.3 1 9.1zM199 145.4s7-9.7 5.2-19.4-12.8-3.6-12.8-.2 6.3 8.3 6.6 10.4c.2 2.1-1.3 8.4 1 9.2z",strokeWidth:"2.5"}),s.jsx("path",{d:"M235 61.7s-9.4 7.4-10.2 17.2c-.8 9.8 11.3 7 12.2 3.7 1-3.3-3.7-9.7-3.4-11.8.3-2 3.5-7.7 1.4-9zm31.3-9.6s-9.3 7.4-10.2 17.2c-.8 9.8 11.3 7 12.3 3.7.9-3.3-3.8-9.8-3.5-11.9.3-2 3.5-7.7 1.4-9zm-116.7 84.5s2 11.8 10.2 17.3c8.2 5.4 11.5-6.6 9.1-9s-10.3-1.4-12-2.6c-1.7-1.3-5-6.8-7.3-5.7zm-15.6 40s0 12 7.3 18.7c7.2 6.6 12.4-4.7 10.4-7.4s-10-3-11.4-4.5c-1.5-1.6-4-7.5-6.3-6.7zm36 44.8s-4.2-11.2-13.3-15c-9.1-3.6-10 8.8-7.2 10.7 2.9 1.8 10.4-.7 12.3.2 2 .9 6.3 5.6 8.3 4zm-7.4-19.4s7.2-9.5 5.6-19.1c-1.7-9.7-12.7-4-12.8-.6 0 3.4 6 8.5 6.3 10.6.2 2.1-1.5 8.3.9 9.2zm225.6-91.9s10.8-5 14-14.3-9.5-9.4-11.1-6.5c-1.7 3 1.4 10.4.6 12.3-.8 2-5.2 6.7-3.5 8.5zm32.8 16.4s6.4-10.1 3.9-19.6c-2.5-9.5-13-2.8-12.8.6.2 3.3 6.8 7.9 7.2 10 .4 2-.7 8.4 1.7 9zm89.6 93s-4.3-11.1-13.4-14.9c-9.1-3.7-10 8.8-7.2 10.6 2.9 1.9 10.5-.7 12.3.2 2 1 6.3 5.7 8.3 4.1zm-43.8 7s.2-12 7.5-18.6c7.3-6.6 12.4 4.9 10.4 7.6-2.1 2.7-10 2.8-11.6 4.3-1.4 1.5-4 7.4-6.3 6.6zm-7-126.8s-11.3-4.3-20 0c-9 4.4-.2 13.4 3 12.5 3.3-1 6.4-8.3 8.4-9.1 2-.8 8.4-1 8.5-3.4zM434 78.3s-11.1-4.3-20 0c-8.8 4.4-.1 13.4 3.2 12.5 3.2-1 6.4-8.3 8.3-9.1 2-.8 8.4-1 8.5-3.4zm-38-20.4s-9.5 7.3-10.4 17c-1 9.8 11.2 7.1 12.2 3.9 1-3.3-3.7-9.8-3.4-11.9.4-2 3.6-7.6 1.6-9zm-24.8-6s-4.4 11.1-.1 20c4.3 8.9 13.3.2 12.4-3-.9-3.3-8.2-6.5-9-8.4-.8-2-.9-8.5-3.3-8.6zm-70.5 43s7.7-9.2 6.6-19c-1.1-9.7-12.5-4.5-12.7-1.1-.3 3.4 5.6 8.8 5.7 10.9.1 2-1.9 8.2.4 9.1z",strokeWidth:"1.9"})]}),s.jsx("path",{d:"M342.8 114.4s18.5 1.2 19.4 11.8-4.4 17.1-4.4 17.1 2.3 23-15.8 29.7c-19.4 2.3-49.9.5-49.9.5s-9 2.2-12.6-16.3a305 305 0 0 1-4.6-31.6s1.8-10.4 14.9-11c13-.7 52.8 0 53-.2z",fill:"#8c8a8c",fillRule:"evenodd",stroke:"#000",strokeWidth:"1.9"}),s.jsx("path",{d:"M357.7 143.2s-10 12.4-9 17.5",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"1.9"}),s.jsx("path",{d:"M344.3 172.3c2.5 2.1 4.8 4.4 5.3 12l1 15.4 13 116.6 11.4 84.3.8 13s-2.7 9.7-10.4 10.5c-5.5 11.6-35.7 15-38.7 14.9-2.7-.2-12.3-4.2-18.1-3.7-5.9.5-16 4.4-20.5 3.8-4.5-.7-14.8-4.2-16.6-11.6-12.7-4-14.7-13.7-14.7-13.7l13.7-97.5 13.3-123.4s1.6-16.4 8.2-18.9c6.9-.6 42.4.7 52.3-1.7z",fill:"#8c8a8c",fillRule:"evenodd",stroke:"#000",strokeWidth:"1.9"}),s.jsx("path",{d:"m274.4 341.1-2.7 86.3m86.5-74.9 7.6 71.2",fill:"none",stroke:"#000",strokeWidth:"1.9"}),s.jsx("path",{d:"m136.6 296.3-.3 1m358.7-4.1.3 1",fill:"none",stroke:"#000"}),s.jsx("path",{d:"M127 179.8s5.6 7.9 6.7 12.4c1 4.5 2.9 13.4 5.3 17 2.5 3.7 16.6 23.9 17.4 32.3.1 5.6-5.9 15-14.7 15.2-5.6-.2-19.8-3.8-20.4-16-.6-12.3 4.3-12.5 5-20 .5-7.4.7-40.7.7-40.9z",fill:"none",stroke:"#6b18b5",strokeLinejoin:"round",strokeWidth:"1.9"}),s.jsx("path",{d:"M224.5 72.8s-6 .4-10.4 2.9c-3.5 2.1-9.5 5.3-13.6 11-10.6 8.2-26.5 12-31.5 19-3 4.6-2.8 15.7 4.7 20.5 4.8 2.7 19 7 25.8-3.1 6.8-10.2 2.7-13 6-19.6a117.4 117.4 0 0 1 19-30.7zM367 58s-4.4-4-9.3-5.5c-4-1-10.6-.6-17.5-1.3-13.3-1.8-27-11.4-35.3-10.2-5.4 1-13.3 9-11.5 17.6 1.3 5.4 7.3 16.2 19.4 14.1 12-2.1 12-4.8 19-7 17.4-9.7 35-7.7 35.2-7.7zm141.4 137.4c1-2.3-.9-6.6-2.2-11.5-1.2-4-3.1-10-7.7-15.5-5.4-12.2-4.5-29-10-35.4-3.7-4-14.6-6.6-21-.4-3.9 4-11.4 16.6-3.2 25.7 8.2 9 11.8 5.7 17.4 10.5 13.5 9 20 25 26.7 26.6zM503.5 302c1.9-2.5 5.2-7.4 4.8-11.5-.3-3.2 1.5-13 1.7-17.3 1.2-13.3 9.5-24.2 7.2-35.7-1.3-5.4-9.2-13-17.8-10.8-5.2 1.6-17 8-14.3 20 2.7 12 6.6 11.7 9.1 18.7 7.3 14.5 2.7 31.7 9.3 36.6z",fill:"none",stroke:"#6b18b5",strokeLinejoin:"round"}),s.jsx("path",{d:"M405.5 386.8s-2.3 4.4 6.8 8.2m11.3-18.4s10-2.5 16.8 0m13.2-25.4c0 .2-1.4 4.5 6.6 10.8m-.8-22s5.9 4.3 15.8 4m-75.4 8.6s.3 11.5-5.6 16.8m25.4-34.5s9.7 2.4 17.7-1.6m44.6-15.3s2.1 3 12.9 2.5m-54.9-9.3c.3.2 12.7 4.2 20.5.6m4.2-47.8s.5-.7 4.3 12.7m5.2-50.4s-.5 7.1-6.2 10.2m42.9-39.4s-8.4 6.8-6.8 9.5m-34.7-14.4s4.3 7.3-2.8 12.3M448.2 161s7.5-.3 10.8 6.1m-24.8-27.3h5.7m24-26c0 .1 1.5 1.5-1.4 4.5m-52-3.8s4 6.2 3.3 13.9m19.8-35.1c1.8-.2 7.7-2.8 7.7-2.8m-33.4-22c-.1 0-2.2 7.7 1.6 10.5m-11.1 25c0 8.4 6.6 6.3 2 14.3M382.2 97a57 57 0 0 0-10.4 9.4m-16.4-13.7s4.4 4.3 3.3 10.2m-16-13.7s-2.2 6.6-5.1 8.3m-18-10c-.1.3-3.6 7.8-6 9.1m-25.6-9c.2 0 3.5 7-.8 12m-6.5-48c.2.2.7 5.4-2.6 10m-28.7 1.9c0 .1 1.4 5.9-7.8 7.8m-9.9 45.2c.2.3 8.9 1.7 8.9 1.7M210 136.6c.2-.2 10.6-3.3 10.6-3.3m-27.4 16.3c.3 0 7.3 1.3 9 .4m-14 6s2.3 1.3.4 13m-34.2-43.5 4.2 6.2m-18.5 26c0-.2 4.2 6.2 9.8 7.4m23 25.2a49 49 0 0 0 8-2M170 213.8c.2 0-.1-4.3 5.2-7.3M163 224.7c0 .2 5 6.4 8.5 7.3m-11.5 4.7c.6-.2 6-4.9 12.2-4.5m-13.9 20.6s.2 5.4 16.2 4m-14.6 15c0-.2 4.7-10.8 14.2-14.8m-1.4 28.4s1.4-4.6 9.4-7.7m-.5 25.5s5.7-4.7 7.8-5.3m-.7 19.3s3.5 3.6 12.2-2.7m-54 5.6c1-.2 13.7-3.1 18 3.5m-13 7s13.4-1.8 15.1-.4m32.7 3.1s-1.8 3.7 14.7-2.4m5.8 9c-3 5 .7 9-3.2 11.3m-47-4.3c.5-.4 6-2.3 5.2-10.3m-.2 22.3c.7-.2 9.9-4.2 11.8-2.1m6.3 13.7s1.2-8.2 3.8-9m10 21.3s7.7-.1 11-2.6m3.8-25c.2.2 7.1 3.8 22 .2m-16.4 33s2 10.6 2 13",fill:"none",stroke:"#000",strokeWidth:"1.9"}),s.jsxs("g",{fill:"#de2010",fillRule:"evenodd",stroke:"#000",strokeWidth:"1.5",children:[s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.60885 -.2011 .2072 1.65762 94.8 75)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.60885 -.2011 .2072 1.65762 93.4 57.3)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.58497 -.3417 .35206 1.633 78 74)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.4455 -.73446 .7567 1.4893 55.9 163)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.4455 -.73446 .7567 1.4893 48.9 147.1)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.3781 -.85423 .88011 1.41987 40 167.4)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.28907 -.98346 1.01327 1.32812 33.8 193)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.1329 -1.15994 1.19508 1.16722 35.3 239)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.02138 -1.25922 1.29739 1.05234 34.3 262.7)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.79817 -1.41132 1.45408 .82236 51.9 315)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.66642 -1.4781 1.52289 .6866 56.8 337.4)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.56582 -1.51945 1.5655 .58296 57.9 352.4)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.4482 -1.5582 1.60543 .46178 63 370.4)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.20288 -1.60864 1.65738 .20903 94.7 408.9)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.06506 -1.62008 1.66918 .06703 106.3 427.4)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.06506 -1.62008 1.66918 .06703 88.8 428)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-.36132 -1.5806 1.62852 -.37226 172.5 473.5)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-.49045 -1.54542 1.59227 -.50531 188.3 485.8)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-.67103 -1.476 1.52073 -.69138 221.9 499.1)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-.7945 -1.41337 1.4562 -.81858 241.4 508.3)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-.94339 -1.31867 1.35863 -.97197 271.6 515.4)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.05159 -1.2341 1.27151 -1.08344 292.4 520.2)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.13737 -1.15553 1.19056 -1.17183 308.9 526.1)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.2301 -1.05628 1.08829 -1.26738 331.4 529.6)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.33573 -.91908 .94693 -1.3762 362.5 526.1)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.47374 -.67597 .69645 -1.51841 415.9 504)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.52895 -.53958 .55593 -1.5753 438.7 497.5)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.61445 -.12005 .15429 -1.33344 500.5 406)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.58082 -.36035 .37125 -1.62873 468.4 480.8)"})]}),s.jsx("path",{d:"M480 194.7c2.2-2.3 4.2-3 6.7-2.1-1-6.1-2.8-8.2-5.2-7.4-2.3.7-3.4 3.8-1.5 9.5zm3.3 18.2c2.3-2.1 4.3-2.6 6.8-1.6-.4-6-2.2-8.3-4.6-7.7-2.4.5-3.6 3.6-2.2 9.3zm-7.8-35c1.5-2.7 3.3-3.8 6-3.7-2.5-5.6-4.8-7.1-7-5.8-2 1.3-2.2 4.6 1 9.6zm-8.1-16.6c1.5-2.8 3.3-3.9 6-3.7-2.5-5.7-4.9-7.2-7-5.9-2 1.3-2.2 4.6 1 9.6zm-19.5-30.5c1-3 2.6-4.4 5.2-4.6-3.3-5.2-5.9-6.3-7.7-4.7s-1.5 5 2.5 9.3zM435 117.5c1-3 2.4-4.4 5-4.8-3.4-5-6-6-7.8-4.4-1.8 1.7-1.4 5 2.8 9.2zM408.3 95c0-3.2 1-5 3.3-6.2-4.8-3.7-7.7-3.8-8.8-1.7s.2 5.1 5.5 7.9zm14 10.5c.4-3.1 1.7-4.8 4.3-5.5-4.2-4.5-6.9-5.2-8.4-3.3-1.5 2-.7 5.1 4 8.8zm-30-19.3c-.3-3.1.5-5 2.7-6.5-5.2-3.2-8-3-9-.8-.9 2.3.8 5.1 6.4 7.3zM376.2 79c-.8-3-.3-5 1.7-6.8-5.6-2.4-8.4-1.9-9 .5-.6 2.4 1.5 4.9 7.3 6.3zm-17.5-5.4c-1.1-3-.8-5 1.1-7-5.8-1.9-8.5-1.1-9 1.3-.3 2.4 2 4.8 7.9 5.7zm-17.3-3.4c-1.2-2.8-1-5 .7-7-6-1.5-8.6-.5-8.8 2-.3 2.4 2.2 4.6 8.1 5zm-18.2-1.4c-1.6-2.7-1.6-4.8 0-7-6.1-.9-8.7.4-8.6 2.8 0 2.5 2.7 4.4 8.6 4.2zm-35.7 2.7c-2.2-2.2-2.7-4.3-1.8-6.8-6 .6-8.2 2.4-7.6 4.8.6 2.4 3.7 3.6 9.4 2zm17.6-2.3c-1.9-2.5-2.2-4.6-.9-7-6.1-.2-8.5 1.3-8.2 3.8.3 2.4 3.2 4 9 3.2zm-34.9 6c-2.4-1.9-3.3-3.8-2.7-6.4-6 1.5-7.8 3.6-6.9 5.8 1 2.3 4.2 3 9.6.6zm-33 15.2c-2.8-1.4-4-3.1-3.9-5.8-5.6 2.6-7 5-5.6 7 1.3 2 4.6 2.2 9.5-1.2zm16-8.1c-2.7-1.7-3.6-3.6-3.2-6.2-5.9 1.8-7.6 4-6.5 6.2 1.1 2.2 4.4 2.8 9.6 0zm-45.6 28.8c-3-.8-4.6-2.3-5-5-5 3.8-5.8 6.4-4.1 8.1 1.8 1.7 5 1.2 9-3.1zm14.1-11.6c-3-1-4.4-2.6-4.6-5.2-5.2 3.2-6.3 5.8-4.7 7.7 1.6 1.8 5 1.5 9.3-2.5zm-26.7 24c-3-.6-4.7-1.9-5.4-4.5-4.6 4.1-5.2 6.9-3.3 8.4 1.9 1.6 5 .7 8.7-4zM183.7 138c-3.2-.2-5-1.3-5.8-3.8-4.2 4.5-4.6 7.2-2.6 8.6 2 1.4 5.1.2 8.4-4.8zm-9.4 15c-3.2.2-5-.7-6.4-3-3.4 5.1-3.4 8-1.2 9s5.1-.6 7.6-6zm-8.3 16c-3 .6-5 0-6.7-2.2-2.7 5.5-2.3 8.3 0 9 2.3.8 5-1.2 6.7-6.9zm-6.6 16.3c-3 1.1-5 .8-7-1-1.8 5.8-1 8.5 1.5 8.9 2.4.3 4.7-2 5.5-8zm-4.5 18.2c-2.8 1.3-4.9 1.2-7-.5-1.4 6-.4 8.5 2 8.7 2.5.3 4.7-2.2 5-8.2zm-1.8 15.2c-2.6 1.4-4.7 1.6-7 .5-.7 4.9.6 6.8 3 6.6 2.4-.2 4.3-2.4 4-7.1zm307-72.2c1.1-3 2.7-4.4 5.3-4.6-3.2-5.2-5.7-6.3-7.6-4.8-1.9 1.6-1.6 5 2.3 9.4zm25.2 85c2.3-2.2 4.4-2.7 6.8-1.6-.4-6.1-2.2-8.3-4.6-7.8-2.3.6-3.6 3.6-2.2 9.4z",fill:"#ffe300",fillRule:"evenodd"}),s.jsx("path",{d:"M461.3 132s-7 6.9-5.7 15.2c1.2 8.3 6.5 18.6 5.5 27.3-1 8.6-2.5 14.3-2.5 14.3s8-9.1 8-18c.2-8.7-5.4-20.3-5.4-26.7s.3-12.2.1-12zm12.7 28s-5.3 4-4.8 13c.5 9.1 10 25.8 10 25.8s6.8 14 6.5 17.7c-.2 3.7 1.3-3.5.6-11.5s-11-25.8-11-25.8-2.2-3.6-2-9.7c.2-6 .8-9.4.8-9.5z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"1.9"}),s.jsx("path",{d:"M313 47.4c0-1.8-2.2-3.4-4.8-3.4s-4.7 1.6-4.7 3.4 2 3.4 4.7 3.4 4.7-1.5 4.7-3.4zm2 8c0-1.8-2.2-3.3-5-3.3-2.6 0-4.8 1.4-4.8 3.2s2.2 3.3 4.9 3.3 4.8-1.5 4.8-3.3zm6-9.4s-5.6 4.1-3.3 5.8c2.3 1.7 8.6-3.6 8.6-3.6L321 46zm163.3 95.4c0-1.2-.5-2.3-1.4-2.9a2.6 2.6 0 0 0-3 0c-.9.6-1.4 1.7-1.4 2.9s.5 2.3 1.4 2.9a2.6 2.6 0 0 0 3 0c.9-.6 1.4-1.7 1.4-2.9zm-2.1-8c0-2-1.4-3.5-3-3.5s-3.1 1.6-3.1 3.6 1.4 3.5 3 3.5 3.1-1.6 3.1-3.5zm1.5 16.2c0-1-.6-1.8-1.2-1.8s-1.2.8-1.2 1.8.5 1.9 1.2 1.9 1.2-.9 1.2-1.9zm4.9-14.4c0-1.2-.6-2.1-1.2-2.1-.7 0-1.2.9-1.2 2s.5 2.2 1.2 2.2c.6 0 1.2-1 1.2-2.1zm-13.4 1.4c0-1-.6-1.7-1.2-1.7s-1.2.8-1.2 1.7.5 1.8 1.2 1.8 1.2-.8 1.2-1.8zm2.1 11.4c0-1.5-1.1-2.7-2.5-2.7s-2.5 1.2-2.5 2.7c0 1.6 1 2.8 2.5 2.8s2.5-1.2 2.5-2.8zm-6.6-5c0-1.3-1-2.4-2.1-2.4-1.2 0-2.2 1-2.2 2.4s1 2.4 2.2 2.4c1.1 0 2-1 2-2.4zm-1-6.8a2 2 0 0 0-1-1.7 1.8 1.8 0 0 0-1.9 0 2 2 0 0 0-.9 1.7 2 2 0 0 0 1 1.8 1.8 1.8 0 0 0 1.8 0c.6-.4 1-1 1-1.8zm30.1 34.4c-2.7-3.6-7.1-5.1-9.8-3.4-2.6 1.7-2.6 6 .2 9.7 2.7 3.6 7 5.1 9.7 3.4 2.7-1.8 2.7-6 0-9.7zm7.8 66.7c.5-4.5-1.6-8.4-4.8-8.8-3.2-.3-6.2 3-6.8 7.4-.5 4.4 1.7 8.3 4.9 8.7 3.2.4 6.2-3 6.7-7.3zm1.6 38.8c1-4.4-.9-8.5-4-9.2-3.2-.6-6.5 2.4-7.4 6.8-.9 4.3 1 8.4 4 9 3.2.7 6.5-2.3 7.4-6.7zm7.5-36.4c0-1.7-1.2-3.1-2.6-3.1s-2.7 1.4-2.7 3.1c0 1.8 1.2 3.2 2.7 3.2s2.6-1.4 2.6-3.2zm-6.5 7.3-5.4 6.2s-5.1.1-4.8 1.8c.2 1.6 7 6.6 7 8.6-.1 2 4.4-.5 4.4-.5l3.7-11.1s-.2-7.7-2.2-7.6c-2 .2-2.5 2.5-2.7 2.6zm-357.4-2.4a2.6 2.6 0 1 0-5.1 0 2.6 2.6 0 0 0 5.1 0zm2.5-8c0-1.4-1.2-2.6-2.6-2.6s-2.6 1.2-2.6 2.7 1.2 2.7 2.6 2.7a2.7 2.7 0 0 0 2.6-2.7zM134 199.2c-1-2.2-3-3.4-4.5-2.7-1.5.7-2 3-1 5.2s3 3.4 4.5 2.7c1.6-.7 2-3 1-5.2zm6.5 23.4c-1.4-2.8-4.1-4.4-6.2-3.5s-2.7 3.9-1.4 6.7 4 4.4 6.2 3.5 2.7-3.9 1.4-6.7zm6.8 17.2c.5-3.5-1-6.8-3.2-7.2-2.3-.5-4.4 2-4.9 5.5-.4 3.5 1 6.7 3.3 7.2 2.2.5 4.4-2 4.8-5.5zm-11 2.5c1.4-3.3.9-6.8-1.1-7.8s-4.8.7-6.2 4-.9 6.7 1.2 7.8 4.7-.7 6.1-4z",fill:"#6b18b5",fillRule:"evenodd"}),s.jsx("path",{d:"M131.3 234.8c0-1.7-1.3-3-2.9-3s-2.9 1.4-2.9 3 1.3 3 3 3 2.8-1.3 2.8-3zm-2.3-7.5c0-1.5-1.2-2.7-2.6-2.7a2.7 2.7 0 0 0-2.6 2.8c0 1.4 1.2 2.7 2.6 2.7s2.6-1.3 2.6-2.8zm2.4-14.3c0-2.6-1.1-4.6-2.5-4.6s-2.5 2-2.5 4.6c0 2.5 1.1 4.6 2.5 4.6s2.5-2 2.5-4.6zm7.8-1.1c.3-2.5-.5-4.7-2-5-1.3-.1-2.7 1.8-3 4.3-.4 2.5.5 4.7 1.9 4.9 1.3.2 2.7-1.7 3-4.2zm55-110c1.1-3.6 0-7.2-2.3-8-2.3-.9-5 1.3-6 4.9-1 3.6 0 7.2 2.3 8 2.3.9 5-1.3 6-4.9zm-10.4 15.9c3-2.7 4.4-6.3 3-8.1-1.5-1.9-5.2-1.2-8.3 1.4s-4.3 6.2-2.9 8c1.5 1.9 5.2 1.3 8.2-1.3zm-6-8.8c3-2.3 4.2-5.4 2.8-7s-5-1-8 1.2c-3.1 2.3-4.4 5.4-3 7s5 1 8.1-1.2zm23.5-15.5c2-1.6 2.9-3.8 2-4.9-1-1-3.5-.7-5.6.9s-2.9 3.7-1.9 4.8c1 1.1 3.4.7 5.5-.8z",fill:"#6b18b5",fillRule:"evenodd"}),s.jsx("path",{d:"M189 108.5c1.4-2.2 1.5-4.5.2-5.2-1.3-.7-3.5.4-4.9 2.6s-1.5 4.5-.2 5.2c1.3.7 3.5-.5 4.9-2.6zm17.7-9.3c2.2-1.9 3-4.3 2-5.5-1.2-1.2-4-.6-6.2 1.2s-3 4.3-1.9 5.5c1.2 1.2 3.9.6 6.1-1.2zm-32 21.6c2 0 3.6-1.1 3.4-2.3 0-1.1-1.9-2-4-1.9-2 .1-3.6 1.2-3.4 2.3.1 1.2 2 2 4 2zm38.7-33.1c1.4-2.2 1.5-4.5.2-5.2-1.2-.7-3.4.4-4.8 2.6s-1.5 4.5-.2 5.2c1.3.7 3.4-.4 4.8-2.6z",fill:"#6b18b5",fillRule:"evenodd"}),s.jsx("path",{d:"M446.8 153.4s6.4-10.1 4-19.7c-2.5-9.5-13-2.7-12.8.7.2 3.3 6.8 7.9 7.2 10 .4 2-.8 8.3 1.6 9z",fill:"#ffd200",fillRule:"evenodd",stroke:"#ef8a10"}),s.jsx("path",{d:"M324.9 69.3s23 .9 23.1 15.8c0 2.3 0 5-.8 11.7 4.6-2.5 7.6-9.3 7-13.7.1-15.1-20.5-25.5-29.3-13.8z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.3"}),s.jsx("path",{d:"M310.3 68.6s18.5-3.8 18.7 11c.1 15-6 17.3-6 17.3s14.3-3 14.4-18.1c0-15.2-18.3-21.9-27.1-10.2z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.3"}),s.jsx("path",{d:"M373.3 390s86.8-24.6 113-131C471 368.1 376 403 376 403l-2.8-13z",fill:"#f7df73",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.5"}),s.jsx("path",{d:"M382.2 396.6c2.7 0 9.3-7.4 13.1-8.2 3.8-.8 4.2-4.7-.1-4.8-4.4-.2-8.2 5-8.2 5s-3.8 3.2-7.8 3.6c-4 .4-1.4 5.4 3 4.4z",fill:"#8c1800",fillRule:"evenodd"}),s.jsx("path",{d:"M432.2 359.3s-9 5.2-7.8 6.5c1.3 1.3 9.3-5 9.5-5 .1-.2 3.4-4.2-1.7-1.5z",fill:"#8c1800",fillRule:"evenodd",stroke:"#8c1800",strokeWidth:"2.5"}),s.jsx("path",{d:"M400.7 383s-2.7-1 4.2-3.6c7-2.7 6.5-5.8 8.8-7.1 2.2-1.3 7-4.7 8-2.7s-5 6-6.5 6.4c-1.4.4-8.3 6.8-10.3 7.3-2 .6-3.4.3-4.2-.3z",fill:"#8c1800",fillRule:"evenodd"}),s.jsx("path",{d:"M445.6 346c-6 6.7-6 6.5-6 6.5",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"3"}),s.jsx("path",{d:"m454.5 335.2-5.7 6.9",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"2.8"}),s.jsx("path",{d:"m463.4 321-6.4 10.2",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"2.5"}),s.jsx("path",{d:"m470.9 306.6-5.3 10.5m8.6-18-1.6 3.6",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"2.3"}),s.jsx("path",{d:"m478 289-1.4 4.4",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"1.4"}),s.jsx("path",{d:"M160.3 216s52-14.7 67.6-78.5c-9.1 65.5-66 86.2-66 86.2l-1.6-7.7z",fill:"#f7df73",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"1.5",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),s.jsx("path",{d:"M250.7 394.4c-2.7 0-9.2-7.5-13-8.3-3.8-.9-4.2-4.8.1-5 4.4 0 8.1 5.1 8.1 5.1s3.8 3.3 7.7 3.8c4 .4 1.4 5.4-2.9 4.4z",fill:"#8c1800",fillRule:"evenodd"}),s.jsx("path",{d:"M195.5 197.6s-5.4 3.2-4.6 4c.7.7 5.5-3 5.6-3.1.1-.1 2-2.5-1-.9z",fill:"#8c1800",fillRule:"evenodd",stroke:"#8c1800",strokeWidth:"1.5",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),s.jsx("path",{d:"M232.4 380.6s2.6-1-4.2-3.7-6.5-6-8.7-7.2c-2.2-1.3-7-4.7-8-2.7s5 6 6.5 6.4c1.4.5 8.2 7 10.2 7.5 2 .6 3.3.3 4.2-.3z",fill:"#8c1800",fillRule:"evenodd"}),s.jsx("path",{d:"m203.5 189.7-3.5 3.9",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"1.8",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),s.jsx("path",{d:"m208.9 183.2-3.4 4.1",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"1.7",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),s.jsx("path",{d:"m214.2 174.7-3.8 6.1",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"1.5",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),s.jsx("path",{d:"m218.7 166.1-3.2 6.3m5.2-10.9-1 2.2",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"1.4",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),s.jsx("path",{d:"m223 155.5-.9 2.7",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:".8",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),s.jsx("path",{d:"M490.4 239.3c.5 6.7 7 13 4.4 24.7-3.2 13.3-14.8 44.7-12.8 50.2-3.4-4.7-2.8-9-3-15.6-.4-6.5 9.4-30.9 10.3-39.1 0-7.4.7-17.5 1.1-20.2z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.3"}),s.jsx("path",{d:"M490.4 239.4s10.7 13.5 10.1 24.2c-.5 10.7-6.5 23.2-4.5 28.7a21.7 21.7 0 0 1-4.6-14.2c-.3-6.5 5.3-13.8 4.1-20.9-1.1-7-5.2-17.8-5-17.8zm-349.3 3c-.4 6.7-5.4 12.7-2.8 24.3 3.2 13.3 15 30 13 49.2 3.5-4.7 4.5-10 4.8-16.5.2-6.5-13-28.5-13.8-36.8 0-7.4-.8-17.5-1.2-20.2z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.3"}),s.jsx("path",{d:"M141.1 242.6s-10.4 13-9.8 23.7c.1 7.1 13.2 36.8 11.2 42.4 3.5-4.7 4.4-4.1 4.3-11.2-3.8-18.3-10.7-29.9-9.5-37 1.1-7.1 4-18 3.8-18z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.3"}),s.jsx("path",{d:"m100 125.8 22 68.2h72l-58 42.2 22.1 68.2-58-42.1-58 42.1 22-68.2L6 194h71.8z",fill:"#fff",stroke:"#000",strokeDashoffset:"1",strokeLinecap:"square",strokeLinejoin:"round",strokeWidth:"1.7",transform:"matrix(1.16516 0 0 1.16534 202 -23.6)"})]})]})}));exports.MP=e;
|
|
1
|
+
"use strict";var s=require("react/jsx-runtime"),c=require("react"),t=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var e=c.forwardRef((function(c,e){var o=c.borderRadius,i=c.height,m=c.width,d=r.useStableUniqueId(1);return s.jsxs(t.FlagIconBase,{ref:e,borderRadius:o,height:i,viewBox:"0 0 640 480",width:m,children:[s.jsx("defs",{children:s.jsx("clipPath",{id:"".concat(d[0]),children:s.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),s.jsxs("g",{clipPath:"url(#".concat(d[0],")"),children:[s.jsx("path",{d:"M-160 0h960v480h-960z",fill:"#0071bc",fillRule:"evenodd"}),s.jsx("path",{d:"M370 365.7s15.2-16.1 29.8-13c4.4-17 21-18.4 21-18.4s-1.7-18.7 19.5-22.8c.6-12.7 13.5-23.3 13.5-23.3s-2.6-19.7 10.8-24.3c-8.2-15.6 2.8-27 2.7-27.3-.2-.3-14-24.8-1.6-31.8-13-11-8.8-23.4-8.8-23.4s-14.2-3.7-9.1-20.7c-11.7-2-14-20.9-14-20.9s-18 3.7-20.2-12c-12 1.9-13.2-9.8-13.4-9.8-.1 0-23.5 6.3-28.2-11.4-9.1 4.7-13-3.7-13-3.7s-13 6.5-20.8-6c-15.5 9.7-24.2-.4-24.2-.4s-20.3 13.4-27 3c-12 12.2-22.8 7-22.8 7s-9 16-23.7 12c-3.3 14.9-20.2 15.2-20.2 15.2s1.8 13.1-18.4 16.7c-2.6 15.5-13.2 18-13.2 18s1 15.2-8.5 20c3.4 8.5-5.4 18.9-5.4 18.9s9.4 11.7-3.4 24.9c12.3 3.2 3.4 24.4 3.4 24.4s17 7.6 6.3 21.7c12.2 4 8.4 13.6 8.5 19.3 7.8 3.5 14.6 1.8 11.3 17.4 23.8 2.7 12.6 15.8 12.6 15.8s11 .5 6.7 9.3c20.3-.5 23.3 15.2 23.3 15.2s18.8-5 21.3 2.3-8.2 56.7-8.2 56.7-16 0-27.8-12.8c-27.8-.7-21.6-19-22-19-.5 0-9.3 3.4-13.8-11.9-18.6 3.8-18-11.8-18.2-12-.1-.1-8.3-3.8-5.3-11.5-19.1 1.7-17.7-17-17.7-17-4.2-1.7-5.7-5.6-5.1-9.5-2.5-.9-19.5-1.2-10.7-23.6-16.2-9.8-6.1-21-6.1-21s-22.4-11.6-5.1-25c-13-19 1-28.5 1-28.5s-17.9-18.1.3-31c-3-27.5 13.4-34.1 13.4-34.1s-8.6-22.4 14.8-31.8c1.5-22.7 17.9-23.3 17.9-23.3s.4-18 26.2-16.2c5-16.1 22.5-12.9 22.5-12.9s5.4-19.5 29.3-10.1c12.1-23.7 30.2-11.6 30.2-11.6s11.4-7.4 17-5c7.3-12.5 22.8-.6 32.7 1.9 3.7-1.5 16.6-11.2 26.5 1 13.2-8.5 24.5 7 24.5 7s18.1-9.2 26.6 11.8c38.5-3.5 33 21.7 33 21.7s30.2-6.9 23.6 23.3c27.6 1.9 24.8 20 24.8 20s17.4 13.2 9.8 25c15.5.8 9.8 15.7 9.8 15.7s11.9 4.6 2 23c22.7 18.1 4.4 36.2 4.3 36-.2-.1 12.1 14.6 1 31.6 3.4 27-10.2 33.8-10.2 33.8s3.5 17.5-11.7 22.4c-.3 20.5-19.7 23-19.7 23s5.2 9-14 18.3c-.8 13.7-20.8 14.8-20.8 14.8s-1.9 25.2-27.4 18.4c-6.1 20.2-36 14.2-36.6 14-.5-.3-5.7-43.4-5.7-43.5z",fill:"#fff",fillRule:"evenodd",stroke:"#000",strokeWidth:"1.9"}),s.jsx("path",{d:"M185 124s6.4 5.6 5.2 14c-1.2 8.3-6 19.9-5 28.5.6 3.5.3 9.7.3 9.7s-5.7-8.2-5.8-17 6.2-17.1 6.2-23.6-1.1-11.7-1-11.5zm-3.2 2.6s-8.4 8-9.5 15.7c-.8 4-1 22.7-1.2 31-.2 2.5-1.2 12.5-1.4 16.2-.3 3.6 6.1-6.2 6.5-14.3-.2-8.3-.2-25.8.6-28.5.8-3.4.6-7.1 1.8-10.5l3.2-9.6z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"1.9"}),s.jsxs("g",{fill:"#ffd200",fillRule:"evenodd",stroke:"#ef8a10",children:[s.jsx("path",{d:"M366 100.5s10.8-5 14-14.4-9.5-9.4-11.1-6.4c-1.7 3 1.4 10.3.6 12.3-.8 2-5.2 6.6-3.5 8.4z",strokeWidth:"1.9"}),s.jsx("path",{d:"M269.8 103.9s7-9.7 5.2-19.4c-1.9-9.6-12.8-3.6-12.8-.2s6.2 8.3 6.5 10.4c.3 2.1-1.3 8.4 1 9.1zm-19.1 5.7s7-9.7 5.2-19.3c-1.8-9.7-12.8-3.7-12.8-.3 0 3.4 6.3 8.4 6.6 10.5.2 2-1.3 8.3 1 9.1zm-21.1 6.5s7-9.6 5.2-19.3c-1.9-9.7-12.8-3.7-12.8-.3 0 3.4 6.2 8.4 6.5 10.5.3 2-1.3 8.3 1 9.1zm-15 14.9s7.1-9.7 5.3-19.3c-1.8-9.7-12.8-3.7-12.8-.3 0 3.4 6.3 8.4 6.5 10.5.3 2-1.3 8.3 1 9.1zM199 145.4s7-9.7 5.2-19.4-12.8-3.6-12.8-.2 6.3 8.3 6.6 10.4c.2 2.1-1.3 8.4 1 9.2z",strokeWidth:"2.5"}),s.jsx("path",{d:"M235 61.7s-9.4 7.4-10.2 17.2c-.8 9.8 11.3 7 12.2 3.7 1-3.3-3.7-9.7-3.4-11.8.3-2 3.5-7.7 1.4-9zm31.3-9.6s-9.3 7.4-10.2 17.2c-.8 9.8 11.3 7 12.3 3.7.9-3.3-3.8-9.8-3.5-11.9.3-2 3.5-7.7 1.4-9zm-116.7 84.5s2 11.8 10.2 17.3c8.2 5.4 11.5-6.6 9.1-9s-10.3-1.4-12-2.6c-1.7-1.3-5-6.8-7.3-5.7zm-15.6 40s0 12 7.3 18.7c7.2 6.6 12.4-4.7 10.4-7.4s-10-3-11.4-4.5c-1.5-1.6-4-7.5-6.3-6.7zm36 44.8s-4.2-11.2-13.3-15c-9.1-3.6-10 8.8-7.2 10.7 2.9 1.8 10.4-.7 12.3.2 2 .9 6.3 5.6 8.3 4zm-7.4-19.4s7.2-9.5 5.6-19.1c-1.7-9.7-12.7-4-12.8-.6 0 3.4 6 8.5 6.3 10.6.2 2.1-1.5 8.3.9 9.2zm225.6-91.9s10.8-5 14-14.3-9.5-9.4-11.1-6.5c-1.7 3 1.4 10.4.6 12.3-.8 2-5.2 6.7-3.5 8.5zm32.8 16.4s6.4-10.1 3.9-19.6c-2.5-9.5-13-2.8-12.8.6.2 3.3 6.8 7.9 7.2 10 .4 2-.7 8.4 1.7 9zm89.6 93s-4.3-11.1-13.4-14.9c-9.1-3.7-10 8.8-7.2 10.6 2.9 1.9 10.5-.7 12.3.2 2 1 6.3 5.7 8.3 4.1zm-43.8 7s.2-12 7.5-18.6c7.3-6.6 12.4 4.9 10.4 7.6-2.1 2.7-10 2.8-11.6 4.3-1.4 1.5-4 7.4-6.3 6.6zm-7-126.8s-11.3-4.3-20 0c-9 4.4-.2 13.4 3 12.5 3.3-1 6.4-8.3 8.4-9.1 2-.8 8.4-1 8.5-3.4zM434 78.3s-11.1-4.3-20 0c-8.8 4.4-.1 13.4 3.2 12.5 3.2-1 6.4-8.3 8.3-9.1 2-.8 8.4-1 8.5-3.4zm-38-20.4s-9.5 7.3-10.4 17c-1 9.8 11.2 7.1 12.2 3.9 1-3.3-3.7-9.8-3.4-11.9.4-2 3.6-7.6 1.6-9zm-24.8-6s-4.4 11.1-.1 20c4.3 8.9 13.3.2 12.4-3-.9-3.3-8.2-6.5-9-8.4-.8-2-.9-8.5-3.3-8.6zm-70.5 43s7.7-9.2 6.6-19c-1.1-9.7-12.5-4.5-12.7-1.1-.3 3.4 5.6 8.8 5.7 10.9.1 2-1.9 8.2.4 9.1z",strokeWidth:"1.9"})]}),s.jsx("path",{d:"M342.8 114.4s18.5 1.2 19.4 11.8-4.4 17.1-4.4 17.1 2.3 23-15.8 29.7c-19.4 2.3-49.9.5-49.9.5s-9 2.2-12.6-16.3a305 305 0 0 1-4.6-31.6s1.8-10.4 14.9-11c13-.7 52.8 0 53-.2z",fill:"#8c8a8c",fillRule:"evenodd",stroke:"#000",strokeWidth:"1.9"}),s.jsx("path",{d:"M357.7 143.2s-10 12.4-9 17.5",fill:"none",stroke:"#000",strokeLinecap:"round",strokeWidth:"1.9"}),s.jsx("path",{d:"M344.3 172.3c2.5 2.1 4.8 4.4 5.3 12l1 15.4 13 116.6 11.4 84.3.8 13s-2.7 9.7-10.4 10.5c-5.5 11.6-35.7 15-38.7 14.9-2.7-.2-12.3-4.2-18.1-3.7-5.9.5-16 4.4-20.5 3.8-4.5-.7-14.8-4.2-16.6-11.6-12.7-4-14.7-13.7-14.7-13.7l13.7-97.5 13.3-123.4s1.6-16.4 8.2-18.9c6.9-.6 42.4.7 52.3-1.7z",fill:"#8c8a8c",fillRule:"evenodd",stroke:"#000",strokeWidth:"1.9"}),s.jsx("path",{d:"m274.4 341.1-2.7 86.3m86.5-74.9 7.6 71.2",fill:"none",stroke:"#000",strokeWidth:"1.9"}),s.jsx("path",{d:"m136.6 296.3-.3 1m358.7-4.1.3 1",fill:"none",stroke:"#000"}),s.jsx("path",{d:"M127 179.8s5.6 7.9 6.7 12.4c1 4.5 2.9 13.4 5.3 17 2.5 3.7 16.6 23.9 17.4 32.3.1 5.6-5.9 15-14.7 15.2-5.6-.2-19.8-3.8-20.4-16-.6-12.3 4.3-12.5 5-20 .5-7.4.7-40.7.7-40.9z",fill:"none",stroke:"#6b18b5",strokeLinejoin:"round",strokeWidth:"1.9"}),s.jsx("path",{d:"M224.5 72.8s-6 .4-10.4 2.9c-3.5 2.1-9.5 5.3-13.6 11-10.6 8.2-26.5 12-31.5 19-3 4.6-2.8 15.7 4.7 20.5 4.8 2.7 19 7 25.8-3.1 6.8-10.2 2.7-13 6-19.6a117.4 117.4 0 0 1 19-30.7zM367 58s-4.4-4-9.3-5.5c-4-1-10.6-.6-17.5-1.3-13.3-1.8-27-11.4-35.3-10.2-5.4 1-13.3 9-11.5 17.6 1.3 5.4 7.3 16.2 19.4 14.1 12-2.1 12-4.8 19-7 17.4-9.7 35-7.7 35.2-7.7zm141.4 137.4c1-2.3-.9-6.6-2.2-11.5-1.2-4-3.1-10-7.7-15.5-5.4-12.2-4.5-29-10-35.4-3.7-4-14.6-6.6-21-.4-3.9 4-11.4 16.6-3.2 25.7 8.2 9 11.8 5.7 17.4 10.5 13.5 9 20 25 26.7 26.6zM503.5 302c1.9-2.5 5.2-7.4 4.8-11.5-.3-3.2 1.5-13 1.7-17.3 1.2-13.3 9.5-24.2 7.2-35.7-1.3-5.4-9.2-13-17.8-10.8-5.2 1.6-17 8-14.3 20 2.7 12 6.6 11.7 9.1 18.7 7.3 14.5 2.7 31.7 9.3 36.6z",fill:"none",stroke:"#6b18b5",strokeLinejoin:"round"}),s.jsx("path",{d:"M405.5 386.8s-2.3 4.4 6.8 8.2m11.3-18.4s10-2.5 16.8 0m13.2-25.4c0 .2-1.4 4.5 6.6 10.8m-.8-22s5.9 4.3 15.8 4m-75.4 8.6s.3 11.5-5.6 16.8m25.4-34.5s9.7 2.4 17.7-1.6m44.6-15.3s2.1 3 12.9 2.5m-54.9-9.3c.3.2 12.7 4.2 20.5.6m4.2-47.8s.5-.7 4.3 12.7m5.2-50.4s-.5 7.1-6.2 10.2m42.9-39.4s-8.4 6.8-6.8 9.5m-34.7-14.4s4.3 7.3-2.8 12.3M448.2 161s7.5-.3 10.8 6.1m-24.8-27.3h5.7m24-26c0 .1 1.5 1.5-1.4 4.5m-52-3.8s4 6.2 3.3 13.9m19.8-35.1c1.8-.2 7.7-2.8 7.7-2.8m-33.4-22c-.1 0-2.2 7.7 1.6 10.5m-11.1 25c0 8.4 6.6 6.3 2 14.3M382.2 97a57 57 0 0 0-10.4 9.4m-16.4-13.7s4.4 4.3 3.3 10.2m-16-13.7s-2.2 6.6-5.1 8.3m-18-10c-.1.3-3.6 7.8-6 9.1m-25.6-9c.2 0 3.5 7-.8 12m-6.5-48c.2.2.7 5.4-2.6 10m-28.7 1.9c0 .1 1.4 5.9-7.8 7.8m-9.9 45.2c.2.3 8.9 1.7 8.9 1.7M210 136.6c.2-.2 10.6-3.3 10.6-3.3m-27.4 16.3c.3 0 7.3 1.3 9 .4m-14 6s2.3 1.3.4 13m-34.2-43.5 4.2 6.2m-18.5 26c0-.2 4.2 6.2 9.8 7.4m23 25.2a49 49 0 0 0 8-2M170 213.8c.2 0-.1-4.3 5.2-7.3M163 224.7c0 .2 5 6.4 8.5 7.3m-11.5 4.7c.6-.2 6-4.9 12.2-4.5m-13.9 20.6s.2 5.4 16.2 4m-14.6 15c0-.2 4.7-10.8 14.2-14.8m-1.4 28.4s1.4-4.6 9.4-7.7m-.5 25.5s5.7-4.7 7.8-5.3m-.7 19.3s3.5 3.6 12.2-2.7m-54 5.6c1-.2 13.7-3.1 18 3.5m-13 7s13.4-1.8 15.1-.4m32.7 3.1s-1.8 3.7 14.7-2.4m5.8 9c-3 5 .7 9-3.2 11.3m-47-4.3c.5-.4 6-2.3 5.2-10.3m-.2 22.3c.7-.2 9.9-4.2 11.8-2.1m6.3 13.7s1.2-8.2 3.8-9m10 21.3s7.7-.1 11-2.6m3.8-25c.2.2 7.1 3.8 22 .2m-16.4 33s2 10.6 2 13",fill:"none",stroke:"#000",strokeWidth:"1.9"}),s.jsxs("g",{fill:"#de2010",fillRule:"evenodd",stroke:"#000",strokeWidth:"1.5",children:[s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.60885 -.2011 .2072 1.65762 94.8 75)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.60885 -.2011 .2072 1.65762 93.4 57.3)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.58497 -.3417 .35206 1.633 78 74)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.4455 -.73446 .7567 1.4893 55.9 163)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.4455 -.73446 .7567 1.4893 48.9 147.1)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.3781 -.85423 .88011 1.41987 40 167.4)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.28907 -.98346 1.01327 1.32812 33.8 193)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.1329 -1.15994 1.19508 1.16722 35.3 239)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(1.02138 -1.25922 1.29739 1.05234 34.3 262.7)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.79817 -1.41132 1.45408 .82236 51.9 315)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.66642 -1.4781 1.52289 .6866 56.8 337.4)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.56582 -1.51945 1.5655 .58296 57.9 352.4)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.4482 -1.5582 1.60543 .46178 63 370.4)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.20288 -1.60864 1.65738 .20903 94.7 408.9)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.06506 -1.62008 1.66918 .06703 106.3 427.4)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(.06506 -1.62008 1.66918 .06703 88.8 428)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-.36132 -1.5806 1.62852 -.37226 172.5 473.5)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-.49045 -1.54542 1.59227 -.50531 188.3 485.8)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-.67103 -1.476 1.52073 -.69138 221.9 499.1)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-.7945 -1.41337 1.4562 -.81858 241.4 508.3)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-.94339 -1.31867 1.35863 -.97197 271.6 515.4)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.05159 -1.2341 1.27151 -1.08344 292.4 520.2)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.13737 -1.15553 1.19056 -1.17183 308.9 526.1)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.2301 -1.05628 1.08829 -1.26738 331.4 529.6)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.33573 -.91908 .94693 -1.3762 362.5 526.1)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.47374 -.67597 .69645 -1.51841 415.9 504)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.52895 -.53958 .55593 -1.5753 438.7 497.5)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.61445 -.12005 .15429 -1.33344 500.5 406)"}),s.jsx("path",{d:"M232.8 119c0-2-.8-4-2-5-1.4-1.1-3-1.1-4.2 0s-2.1 3-2.1 5c0 2.1.8 4 2 5.1 1.4 1.1 3 1.1 4.2 0s2.2-3 2.1-5z",transform:"matrix(-1.58082 -.36035 .37125 -1.62873 468.4 480.8)"})]}),s.jsx("path",{d:"M480 194.7c2.2-2.3 4.2-3 6.7-2.1-1-6.1-2.8-8.2-5.2-7.4-2.3.7-3.4 3.8-1.5 9.5zm3.3 18.2c2.3-2.1 4.3-2.6 6.8-1.6-.4-6-2.2-8.3-4.6-7.7-2.4.5-3.6 3.6-2.2 9.3zm-7.8-35c1.5-2.7 3.3-3.8 6-3.7-2.5-5.6-4.8-7.1-7-5.8-2 1.3-2.2 4.6 1 9.6zm-8.1-16.6c1.5-2.8 3.3-3.9 6-3.7-2.5-5.7-4.9-7.2-7-5.9-2 1.3-2.2 4.6 1 9.6zm-19.5-30.5c1-3 2.6-4.4 5.2-4.6-3.3-5.2-5.9-6.3-7.7-4.7s-1.5 5 2.5 9.3zM435 117.5c1-3 2.4-4.4 5-4.8-3.4-5-6-6-7.8-4.4-1.8 1.7-1.4 5 2.8 9.2zM408.3 95c0-3.2 1-5 3.3-6.2-4.8-3.7-7.7-3.8-8.8-1.7s.2 5.1 5.5 7.9zm14 10.5c.4-3.1 1.7-4.8 4.3-5.5-4.2-4.5-6.9-5.2-8.4-3.3-1.5 2-.7 5.1 4 8.8zm-30-19.3c-.3-3.1.5-5 2.7-6.5-5.2-3.2-8-3-9-.8-.9 2.3.8 5.1 6.4 7.3zM376.2 79c-.8-3-.3-5 1.7-6.8-5.6-2.4-8.4-1.9-9 .5-.6 2.4 1.5 4.9 7.3 6.3zm-17.5-5.4c-1.1-3-.8-5 1.1-7-5.8-1.9-8.5-1.1-9 1.3-.3 2.4 2 4.8 7.9 5.7zm-17.3-3.4c-1.2-2.8-1-5 .7-7-6-1.5-8.6-.5-8.8 2-.3 2.4 2.2 4.6 8.1 5zm-18.2-1.4c-1.6-2.7-1.6-4.8 0-7-6.1-.9-8.7.4-8.6 2.8 0 2.5 2.7 4.4 8.6 4.2zm-35.7 2.7c-2.2-2.2-2.7-4.3-1.8-6.8-6 .6-8.2 2.4-7.6 4.8.6 2.4 3.7 3.6 9.4 2zm17.6-2.3c-1.9-2.5-2.2-4.6-.9-7-6.1-.2-8.5 1.3-8.2 3.8.3 2.4 3.2 4 9 3.2zm-34.9 6c-2.4-1.9-3.3-3.8-2.7-6.4-6 1.5-7.8 3.6-6.9 5.8 1 2.3 4.2 3 9.6.6zm-33 15.2c-2.8-1.4-4-3.1-3.9-5.8-5.6 2.6-7 5-5.6 7 1.3 2 4.6 2.2 9.5-1.2zm16-8.1c-2.7-1.7-3.6-3.6-3.2-6.2-5.9 1.8-7.6 4-6.5 6.2 1.1 2.2 4.4 2.8 9.6 0zm-45.6 28.8c-3-.8-4.6-2.3-5-5-5 3.8-5.8 6.4-4.1 8.1 1.8 1.7 5 1.2 9-3.1zm14.1-11.6c-3-1-4.4-2.6-4.6-5.2-5.2 3.2-6.3 5.8-4.7 7.7 1.6 1.8 5 1.5 9.3-2.5zm-26.7 24c-3-.6-4.7-1.9-5.4-4.5-4.6 4.1-5.2 6.9-3.3 8.4 1.9 1.6 5 .7 8.7-4zM183.7 138c-3.2-.2-5-1.3-5.8-3.8-4.2 4.5-4.6 7.2-2.6 8.6 2 1.4 5.1.2 8.4-4.8zm-9.4 15c-3.2.2-5-.7-6.4-3-3.4 5.1-3.4 8-1.2 9s5.1-.6 7.6-6zm-8.3 16c-3 .6-5 0-6.7-2.2-2.7 5.5-2.3 8.3 0 9 2.3.8 5-1.2 6.7-6.9zm-6.6 16.3c-3 1.1-5 .8-7-1-1.8 5.8-1 8.5 1.5 8.9 2.4.3 4.7-2 5.5-8zm-4.5 18.2c-2.8 1.3-4.9 1.2-7-.5-1.4 6-.4 8.5 2 8.7 2.5.3 4.7-2.2 5-8.2zm-1.8 15.2c-2.6 1.4-4.7 1.6-7 .5-.7 4.9.6 6.8 3 6.6 2.4-.2 4.3-2.4 4-7.1zm307-72.2c1.1-3 2.7-4.4 5.3-4.6-3.2-5.2-5.7-6.3-7.6-4.8-1.9 1.6-1.6 5 2.3 9.4zm25.2 85c2.3-2.2 4.4-2.7 6.8-1.6-.4-6.1-2.2-8.3-4.6-7.8-2.3.6-3.6 3.6-2.2 9.4z",fill:"#ffe300",fillRule:"evenodd"}),s.jsx("path",{d:"M461.3 132s-7 6.9-5.7 15.2c1.2 8.3 6.5 18.6 5.5 27.3-1 8.6-2.5 14.3-2.5 14.3s8-9.1 8-18c.2-8.7-5.4-20.3-5.4-26.7s.3-12.2.1-12zm12.7 28s-5.3 4-4.8 13c.5 9.1 10 25.8 10 25.8s6.8 14 6.5 17.7c-.2 3.7 1.3-3.5.6-11.5s-11-25.8-11-25.8-2.2-3.6-2-9.7c.2-6 .8-9.4.8-9.5z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"1.9"}),s.jsx("path",{d:"M313 47.4c0-1.8-2.2-3.4-4.8-3.4s-4.7 1.6-4.7 3.4 2 3.4 4.7 3.4 4.7-1.5 4.7-3.4zm2 8c0-1.8-2.2-3.3-5-3.3-2.6 0-4.8 1.4-4.8 3.2s2.2 3.3 4.9 3.3 4.8-1.5 4.8-3.3zm6-9.4s-5.6 4.1-3.3 5.8c2.3 1.7 8.6-3.6 8.6-3.6L321 46zm163.3 95.4c0-1.2-.5-2.3-1.4-2.9a2.6 2.6 0 0 0-3 0c-.9.6-1.4 1.7-1.4 2.9s.5 2.3 1.4 2.9a2.6 2.6 0 0 0 3 0c.9-.6 1.4-1.7 1.4-2.9zm-2.1-8c0-2-1.4-3.5-3-3.5s-3.1 1.6-3.1 3.6 1.4 3.5 3 3.5 3.1-1.6 3.1-3.5zm1.5 16.2c0-1-.6-1.8-1.2-1.8s-1.2.8-1.2 1.8.5 1.9 1.2 1.9 1.2-.9 1.2-1.9zm4.9-14.4c0-1.2-.6-2.1-1.2-2.1-.7 0-1.2.9-1.2 2s.5 2.2 1.2 2.2c.6 0 1.2-1 1.2-2.1zm-13.4 1.4c0-1-.6-1.7-1.2-1.7s-1.2.8-1.2 1.7.5 1.8 1.2 1.8 1.2-.8 1.2-1.8zm2.1 11.4c0-1.5-1.1-2.7-2.5-2.7s-2.5 1.2-2.5 2.7c0 1.6 1 2.8 2.5 2.8s2.5-1.2 2.5-2.8zm-6.6-5c0-1.3-1-2.4-2.1-2.4-1.2 0-2.2 1-2.2 2.4s1 2.4 2.2 2.4c1.1 0 2-1 2-2.4zm-1-6.8a2 2 0 0 0-1-1.7 1.8 1.8 0 0 0-1.9 0 2 2 0 0 0-.9 1.7 2 2 0 0 0 1 1.8 1.8 1.8 0 0 0 1.8 0c.6-.4 1-1 1-1.8zm30.1 34.4c-2.7-3.6-7.1-5.1-9.8-3.4-2.6 1.7-2.6 6 .2 9.7 2.7 3.6 7 5.1 9.7 3.4 2.7-1.8 2.7-6 0-9.7zm7.8 66.7c.5-4.5-1.6-8.4-4.8-8.8-3.2-.3-6.2 3-6.8 7.4-.5 4.4 1.7 8.3 4.9 8.7 3.2.4 6.2-3 6.7-7.3zm1.6 38.8c1-4.4-.9-8.5-4-9.2-3.2-.6-6.5 2.4-7.4 6.8-.9 4.3 1 8.4 4 9 3.2.7 6.5-2.3 7.4-6.7zm7.5-36.4c0-1.7-1.2-3.1-2.6-3.1s-2.7 1.4-2.7 3.1c0 1.8 1.2 3.2 2.7 3.2s2.6-1.4 2.6-3.2zm-6.5 7.3-5.4 6.2s-5.1.1-4.8 1.8c.2 1.6 7 6.6 7 8.6-.1 2 4.4-.5 4.4-.5l3.7-11.1s-.2-7.7-2.2-7.6c-2 .2-2.5 2.5-2.7 2.6zm-357.4-2.4a2.6 2.6 0 1 0-5.1 0 2.6 2.6 0 0 0 5.1 0zm2.5-8c0-1.4-1.2-2.6-2.6-2.6s-2.6 1.2-2.6 2.7 1.2 2.7 2.6 2.7a2.7 2.7 0 0 0 2.6-2.7zM134 199.2c-1-2.2-3-3.4-4.5-2.7-1.5.7-2 3-1 5.2s3 3.4 4.5 2.7c1.6-.7 2-3 1-5.2zm6.5 23.4c-1.4-2.8-4.1-4.4-6.2-3.5s-2.7 3.9-1.4 6.7 4 4.4 6.2 3.5 2.7-3.9 1.4-6.7zm6.8 17.2c.5-3.5-1-6.8-3.2-7.2-2.3-.5-4.4 2-4.9 5.5-.4 3.5 1 6.7 3.3 7.2 2.2.5 4.4-2 4.8-5.5zm-11 2.5c1.4-3.3.9-6.8-1.1-7.8s-4.8.7-6.2 4-.9 6.7 1.2 7.8 4.7-.7 6.1-4z",fill:"#6b18b5",fillRule:"evenodd"}),s.jsx("path",{d:"M131.3 234.8c0-1.7-1.3-3-2.9-3s-2.9 1.4-2.9 3 1.3 3 3 3 2.8-1.3 2.8-3zm-2.3-7.5c0-1.5-1.2-2.7-2.6-2.7a2.7 2.7 0 0 0-2.6 2.8c0 1.4 1.2 2.7 2.6 2.7s2.6-1.3 2.6-2.8zm2.4-14.3c0-2.6-1.1-4.6-2.5-4.6s-2.5 2-2.5 4.6c0 2.5 1.1 4.6 2.5 4.6s2.5-2 2.5-4.6zm7.8-1.1c.3-2.5-.5-4.7-2-5-1.3-.1-2.7 1.8-3 4.3-.4 2.5.5 4.7 1.9 4.9 1.3.2 2.7-1.7 3-4.2zm55-110c1.1-3.6 0-7.2-2.3-8-2.3-.9-5 1.3-6 4.9-1 3.6 0 7.2 2.3 8 2.3.9 5-1.3 6-4.9zm-10.4 15.9c3-2.7 4.4-6.3 3-8.1-1.5-1.9-5.2-1.2-8.3 1.4s-4.3 6.2-2.9 8c1.5 1.9 5.2 1.3 8.2-1.3zm-6-8.8c3-2.3 4.2-5.4 2.8-7s-5-1-8 1.2c-3.1 2.3-4.4 5.4-3 7s5 1 8.1-1.2zm23.5-15.5c2-1.6 2.9-3.8 2-4.9-1-1-3.5-.7-5.6.9s-2.9 3.7-1.9 4.8c1 1.1 3.4.7 5.5-.8z",fill:"#6b18b5",fillRule:"evenodd"}),s.jsx("path",{d:"M189 108.5c1.4-2.2 1.5-4.5.2-5.2-1.3-.7-3.5.4-4.9 2.6s-1.5 4.5-.2 5.2c1.3.7 3.5-.5 4.9-2.6zm17.7-9.3c2.2-1.9 3-4.3 2-5.5-1.2-1.2-4-.6-6.2 1.2s-3 4.3-1.9 5.5c1.2 1.2 3.9.6 6.1-1.2zm-32 21.6c2 0 3.6-1.1 3.4-2.3 0-1.1-1.9-2-4-1.9-2 .1-3.6 1.2-3.4 2.3.1 1.2 2 2 4 2zm38.7-33.1c1.4-2.2 1.5-4.5.2-5.2-1.2-.7-3.4.4-4.8 2.6s-1.5 4.5-.2 5.2c1.3.7 3.4-.4 4.8-2.6z",fill:"#6b18b5",fillRule:"evenodd"}),s.jsx("path",{d:"M446.8 153.4s6.4-10.1 4-19.7c-2.5-9.5-13-2.7-12.8.7.2 3.3 6.8 7.9 7.2 10 .4 2-.8 8.3 1.6 9z",fill:"#ffd200",fillRule:"evenodd",stroke:"#ef8a10"}),s.jsx("path",{d:"M324.9 69.3s23 .9 23.1 15.8c0 2.3 0 5-.8 11.7 4.6-2.5 7.6-9.3 7-13.7.1-15.1-20.5-25.5-29.3-13.8z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.3"}),s.jsx("path",{d:"M310.3 68.6s18.5-3.8 18.7 11c.1 15-6 17.3-6 17.3s14.3-3 14.4-18.1c0-15.2-18.3-21.9-27.1-10.2z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.3"}),s.jsx("path",{d:"M373.3 390s86.8-24.6 113-131C471 368.1 376 403 376 403l-2.8-13z",fill:"#f7df73",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.5"}),s.jsx("path",{d:"M382.2 396.6c2.7 0 9.3-7.4 13.1-8.2 3.8-.8 4.2-4.7-.1-4.8-4.4-.2-8.2 5-8.2 5s-3.8 3.2-7.8 3.6c-4 .4-1.4 5.4 3 4.4z",fill:"#8c1800",fillRule:"evenodd"}),s.jsx("path",{d:"M432.2 359.3s-9 5.2-7.8 6.5c1.3 1.3 9.3-5 9.5-5 .1-.2 3.4-4.2-1.7-1.5z",fill:"#8c1800",fillRule:"evenodd",stroke:"#8c1800",strokeWidth:"2.5"}),s.jsx("path",{d:"M400.7 383s-2.7-1 4.2-3.6c7-2.7 6.5-5.8 8.8-7.1 2.2-1.3 7-4.7 8-2.7s-5 6-6.5 6.4c-1.4.4-8.3 6.8-10.3 7.3-2 .6-3.4.3-4.2-.3z",fill:"#8c1800",fillRule:"evenodd"}),s.jsx("path",{d:"M445.6 346c-6 6.7-6 6.5-6 6.5",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"3"}),s.jsx("path",{d:"m454.5 335.2-5.7 6.9",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"2.8"}),s.jsx("path",{d:"m463.4 321-6.4 10.2",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"2.5"}),s.jsx("path",{d:"m470.9 306.6-5.3 10.5m8.6-18-1.6 3.6",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"2.3"}),s.jsx("path",{d:"m478 289-1.4 4.4",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"1.4"}),s.jsx("path",{d:"M160.3 216s52-14.7 67.6-78.5c-9.1 65.5-66 86.2-66 86.2l-1.6-7.7z",fill:"#f7df73",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"1.5",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),s.jsx("path",{d:"M250.7 394.4c-2.7 0-9.2-7.5-13-8.3-3.8-.9-4.2-4.8.1-5 4.4 0 8.1 5.1 8.1 5.1s3.8 3.3 7.7 3.8c4 .4 1.4 5.4-2.9 4.4z",fill:"#8c1800",fillRule:"evenodd"}),s.jsx("path",{d:"M195.5 197.6s-5.4 3.2-4.6 4c.7.7 5.5-3 5.6-3.1.1-.1 2-2.5-1-.9z",fill:"#8c1800",fillRule:"evenodd",stroke:"#8c1800",strokeWidth:"1.5",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),s.jsx("path",{d:"M232.4 380.6s2.6-1-4.2-3.7-6.5-6-8.7-7.2c-2.2-1.3-7-4.7-8-2.7s5 6 6.5 6.4c1.4.5 8.2 7 10.2 7.5 2 .6 3.3.3 4.2-.3z",fill:"#8c1800",fillRule:"evenodd"}),s.jsx("path",{d:"m203.5 189.7-3.5 3.9",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"1.8",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),s.jsx("path",{d:"m208.9 183.2-3.4 4.1",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"1.7",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),s.jsx("path",{d:"m214.2 174.7-3.8 6.1",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"1.5",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),s.jsx("path",{d:"m218.7 166.1-3.2 6.3m5.2-10.9-1 2.2",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:"1.4",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),s.jsx("path",{d:"m223 155.5-.9 2.7",fill:"none",stroke:"#8c1800",strokeLinecap:"round",strokeWidth:".8",transform:"matrix(-1.65528 0 0 1.70062 524.8 20.4)"}),s.jsx("path",{d:"M490.4 239.3c.5 6.7 7 13 4.4 24.7-3.2 13.3-14.8 44.7-12.8 50.2-3.4-4.7-2.8-9-3-15.6-.4-6.5 9.4-30.9 10.3-39.1 0-7.4.7-17.5 1.1-20.2z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.3"}),s.jsx("path",{d:"M490.4 239.4s10.7 13.5 10.1 24.2c-.5 10.7-6.5 23.2-4.5 28.7a21.7 21.7 0 0 1-4.6-14.2c-.3-6.5 5.3-13.8 4.1-20.9-1.1-7-5.2-17.8-5-17.8zm-349.3 3c-.4 6.7-5.4 12.7-2.8 24.3 3.2 13.3 15 30 13 49.2 3.5-4.7 4.5-10 4.8-16.5.2-6.5-13-28.5-13.8-36.8 0-7.4-.8-17.5-1.2-20.2z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.3"}),s.jsx("path",{d:"M141.1 242.6s-10.4 13-9.8 23.7c.1 7.1 13.2 36.8 11.2 42.4 3.5-4.7 4.4-4.1 4.3-11.2-3.8-18.3-10.7-29.9-9.5-37 1.1-7.1 4-18 3.8-18z",fill:"#217900",fillRule:"evenodd",stroke:"#000",strokeLinejoin:"round",strokeWidth:"2.3"}),s.jsx("path",{d:"m100 125.8 22 68.2h72l-58 42.2 22.1 68.2-58-42.1-58 42.1 22-68.2L6 194h71.8z",fill:"#fff",stroke:"#000",strokeDashoffset:"1",strokeLinecap:"square",strokeLinejoin:"round",strokeWidth:"1.7",transform:"matrix(1.16516 0 0 1.16534 202 -23.6)"})]})]})}));exports.MP=e;
|
package/icons/flags/MR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),r=require("react"),
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js");require("../../style-inject.es-d4ddeae4.js");var a=r.forwardRef((function(r,a){var s=r.borderRadius,t=r.height,h=r.width;return e.jsxs(i.FlagIconBase,{ref:a,borderRadius:s,height:t,viewBox:"0 0 640 480",width:h,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#cd2a3e"}),e.jsx("path",{d:"M0 72h640v336H0z",fill:"#006233"}),e.jsx("path",{d:"M470 154.6a150 150 0 0 1-300 0 154.9 154.9 0 0 0-5 39.2 155 155 0 1 0 310 0 154.4 154.4 0 0 0-5-39.2z",fill:"#ffc400"}),e.jsx("path",{d:"m320 93.8-13.5 41.5H263l35.3 25.6-13.5 41.4 35.3-25.6 35.3 25.6-13.5-41.4 35.3-25.6h-43.6z",fill:"#ffc400"})]})}));exports.MR=a;
|
package/icons/flags/MY.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),t=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),t=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var i=t.forwardRef((function(t,i){var a=t.borderRadius,n=t.height,h=t.width,l=s.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:i,borderRadius:a,height:n,viewBox:"0 0 640 480",width:h,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#cc0001"}),e.jsx("path",{d:"M0 445.8h640V480H0z",fill:"#fff",id:"".concat(l[0])}),e.jsx("use",{height:"100%",transform:"translate(0 -68.6)",width:"100%",xlinkHref:"#".concat(l[0])}),e.jsx("use",{height:"100%",transform:"translate(0 -137.2)",width:"100%",xlinkHref:"#".concat(l[0])}),e.jsx("use",{height:"100%",transform:"translate(0 -205.8)",width:"100%",xlinkHref:"#".concat(l[0])}),e.jsx("use",{height:"100%",transform:"translate(0 -274.3)",width:"100%",xlinkHref:"#".concat(l[0])}),e.jsx("use",{height:"100%",transform:"translate(0 -343)",width:"100%",xlinkHref:"#".concat(l[0])}),e.jsx("use",{height:"100%",transform:"translate(0 -411.5)",width:"100%",xlinkHref:"#".concat(l[0])}),e.jsx("path",{d:"M0 0h372.6v274.3H0z",fill:"#010066"}),e.jsxs("g",{fill:"#fc0",children:[e.jsx("path",{d:"M149.7 48.5c-49 0-88.9 39.7-88.9 88.6a88.8 88.8 0 0 0 89 88.6 88.7 88.7 0 0 0 48-14 78.9 78.9 0 0 1-25.8 4.2 78.7 78.7 0 0 1-78.8-78.5 78.7 78.7 0 0 1 106.2-73.7 88.7 88.7 0 0 0-49.7-15.2z"}),e.jsx("path",{d:"m297.1 183.2-37.4-19.5 11 40-25-33.5-7.8 40.7-7.7-40.7-25.1 33.4 11.2-40-37.6 19.5 28-31.3-42.5 1.6 39-16.3-39-16.5 42.5 1.7L178.9 91l37.4 19.5-11-40 25 33.5 7.8-40.7 7.7 40.7 25.1-33.3-11.2 39.9 37.6-19.4-28 31.2 42.5-1.6-39 16.4 39 16.5-42.5-1.8z"})]})]})}));exports.MY=i;
|
package/icons/flags/NA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),r=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var s=i.forwardRef((function(i,s){var a=i.borderRadius,t=i.height,d=i.width,f=r.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:s,borderRadius:a,height:t,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(f[0]),children:e.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(f[0],")"),fillRule:"evenodd",children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("path",{d:"m-26.4.2.8 345.6L512.5 0-26.4.2z",fill:"#3662a2"}),e.jsx("path",{d:"M666.4 479.6 665 120.3 122.3 479.8l544-.2z",fill:"#38a100"}),e.jsx("path",{d:"m-26 371.8.4 108.2 117.5-.1L665.4 95.4l-.7-94.1-116-1L-26 371.7z",fill:"#c70000"}),e.jsx("path",{d:"m219.6 172-21.8-13.2-12.6 22.1-12.2-22.2-22 12.9.6-25.4-25.4.2 13.2-21.8-22.1-12.5 22.2-12.3-12.8-22 25.4.6-.1-25.5 21.7 13.2L186.3 44l12.2 22.2 22-12.9-.6 25.4 25.4-.2-13.2 21.8 22.1 12.5-22.2 12.3 12.8 22-25.4-.6z",fill:"#ffe700"}),e.jsx("path",{d:"M232.4 112.4c0 25.6-20.9 46.3-46.6 46.3s-46.6-20.7-46.6-46.3 20.8-46.2 46.6-46.2 46.6 20.7 46.6 46.2z",fill:"#3662a2"}),e.jsx("path",{d:"M222.3 112.4a36.5 36.5 0 1 1-73 0 36.5 36.5 0 0 1 73 0z",fill:"#ffe700"})]})]})}));exports.NA=s;
|
package/icons/flags/NP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var l=r.forwardRef((function(r,l){var t=r.borderRadius,a=r.height,c=r.width,d=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:l,borderRadius:t,height:a,viewBox:"0 0 640 480",width:c,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M0-16h512v512H0z",fillOpacity:".7"})})}),e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("g",{clipPath:"url(#".concat(d[0],")"),transform:"translate(0 15) scale(.9375)",children:e.jsxs("g",{fillRule:"evenodd",children:[e.jsx("path",{d:"M6.5 489.5h378.8L137.4 238.1l257.3.3L6.6-9.5v499z",fill:"#ce0000",stroke:"#000063",strokeWidth:"13.8"}),e.jsx("path",{d:"m180.7 355.8-27 9 21.2 19.8-28.5-1.8 11.7 26.2-25.5-12.3.5 28.6-18.8-20.9-10.7 26.6-9.2-26.3-20.3 20.6 1.8-27.7L49 409l12.6-25-29.3.6 21.5-18.3-27.3-10.5 27-9L32.2 327l28.4 1.8L49 302.6l25.6 12.3-.5-28.6 18.8 20.9 10.7-26.6 9.1 26.3 20.4-20.6-1.9 27.7 27-11.4-12.7 25 29.4-.6-21.5 18.3zm-32.4-184.7-11.3 8.4 5.6 4.6a93.8 93.8 0 0 0 30.7-36c1.8 21.3-17.7 69-68.7 69.5a70.6 70.6 0 0 1-71.5-70.3c10 18.2 16.2 27 32 36.5l4.7-4.4-10.6-8.9 13.7-3.6-7.4-12.4 14.4 1-1.8-14.4 12.6 7.4 4-13.5 9 10.8 8.5-10.3 4.6 14 11.8-8.2-1.5 14.3 14.2-1.7-6.7 13.2 13.7 4z",fill:"#fff"})]})})]})}));exports.NP=l;
|
package/icons/flags/NR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var t=r.forwardRef((function(r,t){var l=r.borderRadius,a=r.height,d=r.width,c=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:t,borderRadius:l,height:a,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M-54.7 0H628v512H-54.7z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(51.3) scale(.9375)",children:[e.jsx("path",{d:"M-140 0H884v512H-140z",fill:"#002170"}),e.jsx("path",{d:"M-140 234.1H884V278H-140z",fill:"#ffb20d"}),e.jsx("path",{d:"m161.8 438-33-33-10.5 45.4-12-45-31.9 34 12.1-45L42 407.9l33-33-45.4-10.6 45-12-34-31.8 45 12L72 288l33 33 10.6-45.4 12 45 31.8-34-12 45 44.5-13.5-33 33 45.4 10.5-45 12 34 32-45-12.2z",fill:"#fff"})]})]})}));exports.NR=t;
|
package/icons/flags/NU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var l=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var h=e.forwardRef((function(e,h){var d=e.borderRadius,r=e.height,t=e.width,a=s.useStableUniqueId(1);return l.jsxs(i.FlagIconBase,{ref:h,borderRadius:d,height:r,viewBox:"0 0 640 480",width:t,children:[l.jsx("defs",{children:l.jsx("clipPath",{id:"".concat(a[0]),children:l.jsx("path",{d:"M0 0h496v372H0z",fillOpacity:".7"})})}),l.jsxs("g",{clipPath:"url(#".concat(a[0],")"),transform:"scale(1.2902)",children:[l.jsx("path",{d:"M0 0h499.6v248.1H0z",fill:"#fff",fillRule:"evenodd"}),l.jsx("path",{d:"M0 0v18.6L119.2 80l44.9 1.3L0 0z",fill:"#c00"}),l.jsx("path",{d:"m51 0 144.6 75.5V0H51z",fill:"#006"}),l.jsx("path",{d:"M214.9 0v96.4H0v55h215v96.4h66v-96.4h215v-55H281V0h-66z",fill:"#c00"}),l.jsx("path",{d:"M300.2 0v71.1L441.6.6 300.2 0z",fill:"#006"}),l.jsx("path",{d:"m304.7 78.9 39.8-.3L498.9.6l-41 .6L304.8 79z",fill:"#c00"}),l.jsx("path",{d:"M0 167.5v52.8L99.2 168 0 167.6z",fill:"#006"}),l.jsx("path",{d:"m381.9 169.7-41.4-.3 155.8 77.5-1-17.7-113.5-59.5zM38.7 248.3l146.1-76.8-38.3.3L0 248.1",fill:"#c00"}),l.jsx("path",{d:"m497.9 21.8-118 58.5 116.4.5v87.1h-99.1l98.2 53.3 1.4 27-52.4-.6-143.6-70.5v71.2H196V177L61.3 248l-60.9.2V496H992V.4L499 0M.6 28 0 79.4l104.4 1.3L.5 28z",fill:"#006"}),l.jsxs("g",{fill:"#ffd900",fillRule:"evenodd",strokeWidth:"1pt",children:[l.jsx("path",{d:"M496 0h496.1v496h-496z"}),l.jsx("path",{d:"M0 248h523.5v248H0z"})]}),l.jsxs("g",{fillRule:"evenodd",children:[l.jsx("path",{d:"M290.9 125.3a42.8 42.8 0 1 1-85.5 0 42.8 42.8 0 0 1 85.5 0z",fill:"#000067"}),l.jsx("path",{d:"m240.2 114.3 8.2-24.6 8.2 24.6h26.7l-21.6 15.2L270 154l-21.6-15.3-21.6 15.2 8.3-24.5-21.6-15.2zm148.5 4 4.1-11.5 4 11.6h13.3l-10.7 7 4.1 11.5-10.7-7-10.7 7 4.1-11.5-10.7-7zM244.1 204l4-11.5 4.1 11.5h13.2l-10.7 7 4.1 11.6-10.7-7.1-10.7 7 4.1-11.4-10.7-7.1zm0-167 4-11.6 4.1 11.5h13.2L254.7 44l4.1 11.5-10.7-7-10.7 7 4.1-11.5-10.7-7zM98.9 118.2l4.1-11.5 4 11.5h13.3l-10.7 7.1 4.1 11.5-10.7-7-10.7 7 4.1-11.5-10.7-7z",fill:"#fff40d"})]})]})]})}));exports.NU=h;
|
package/icons/flags/NZ.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var t=require("react/jsx-runtime"),e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var t=require("react/jsx-runtime"),e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var a=e.forwardRef((function(e,a){var i=e.borderRadius,c=e.height,l=e.width,n=s.useStableUniqueId(4);return t.jsxs(r.FlagIconBase,{ref:a,borderRadius:i,height:c,viewBox:"0 0 640 480",width:l,children:[t.jsxs("defs",{children:[t.jsx("clipPath",{id:"".concat(n[0]),children:t.jsx("path",{d:"M0 0h600v300H0z"})}),t.jsx("clipPath",{id:"".concat(n[1]),children:t.jsx("path",{d:"m0 0 300 150H0zm300 0h300L300 150zm0 150h300v150zm0 0v150H0z"})}),t.jsxs("g",{id:"".concat(n[2]),children:[t.jsxs("g",{id:"".concat(n[3]),children:[t.jsx("path",{d:"M0-.3v.5l1-.5z"}),t.jsx("path",{d:"M.213.256-.081-.15l1.103-.183z"})]}),t.jsx("use",{transform:"scale(-1 1)",xlinkHref:"#".concat(n[3])}),t.jsx("use",{transform:"rotate(72 0 0)",xlinkHref:"#".concat(n[3])}),t.jsx("use",{transform:"rotate(-72 0 0)",xlinkHref:"#".concat(n[3])}),t.jsx("use",{transform:"scale(-1 1) rotate(72)",xlinkHref:"#".concat(n[3])})]})]}),t.jsx("path",{d:"M0 0h640v480H0z",fill:"#00247d",fillRule:"evenodd"}),t.jsxs("g",{transform:"translate(-93 36.1) scale(.66825)",children:[t.jsx("use",{fill:"#fff",height:"100%",transform:"matrix(45.4 0 0 45.4 900 120)",width:"100%",xlinkHref:"#".concat(n[2])}),t.jsx("use",{fill:"#cc142b",height:"100%",transform:"matrix(30 0 0 30 900 120)",width:"100%",xlinkHref:"#".concat(n[2])})]}),t.jsxs("g",{transform:"rotate(82 534.2 125) scale(.66825)",children:[t.jsx("use",{fill:"#fff",height:"100%",transform:"rotate(-82 519 -457.7) scale(40.4)",width:"100%",xlinkHref:"#".concat(n[2])}),t.jsx("use",{fill:"#cc142b",height:"100%",transform:"rotate(-82 519 -457.7) scale(25)",width:"100%",xlinkHref:"#".concat(n[2])})]}),t.jsxs("g",{transform:"rotate(82 534.2 125) scale(.66825)",children:[t.jsx("use",{fill:"#fff",height:"100%",transform:"rotate(-82 668.6 -327.7) scale(45.4)",width:"100%",xlinkHref:"#".concat(n[2])}),t.jsx("use",{fill:"#cc142b",height:"100%",transform:"rotate(-82 668.6 -327.7) scale(30)",width:"100%",xlinkHref:"#".concat(n[2])})]}),t.jsxs("g",{transform:"translate(-93 36.1) scale(.66825)",children:[t.jsx("use",{fill:"#fff",height:"100%",transform:"matrix(50.4 0 0 50.4 900 480)",width:"100%",xlinkHref:"#".concat(n[2])}),t.jsx("use",{fill:"#cc142b",height:"100%",transform:"matrix(35 0 0 35 900 480)",width:"100%",xlinkHref:"#".concat(n[2])})]}),t.jsx("path",{clipPath:"url(#".concat(n[0],")"),d:"m0 0 600 300M0 300 600 0",stroke:"#fff",strokeWidth:"60",transform:"scale(.60681 .73139)"}),t.jsx("path",{clipPath:"url(#".concat(n[1],")"),d:"m0 0 600 300M0 300 600 0",stroke:"#cc142b",strokeWidth:"40",transform:"scale(.60681 .73139)"}),t.jsx("path",{clipPath:"url(#".concat(n[0],")"),color:"#000",d:"M151.7 0v79.4H0V140h151.7v79.4h60.7v-79.3H364V79.4H212.4V0z",fill:"#fff",fontFamily:"sansSerif",fontWeight:"400",overflow:"visible"}),t.jsx("path",{color:"#000",d:"M163.8 0v91.5H0v36.4h163.8v91.5h36.4V128h163.9V91.5H200.2V0z",fill:"#cc142b",fontFamily:"sansSerif",fontWeight:"400",overflow:"visible"})]})}));exports.NZ=a;
|
package/icons/flags/OM.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var s=i.forwardRef((function(i,s){var l=i.borderRadius,a=i.height,t=i.width,c=h.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:s,borderRadius:l,height:a,viewBox:"0 0 24 24",width:t,children:[e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),children:[e.jsx("path",{d:"M5.333 20.667h16A2.667 2.667 0 0 0 24 18v-2.667H5.333v5.334Z",fill:"green"}),e.jsx("path",{d:"M21.333 3.333h-16v5.334H24V6a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#EEE"}),e.jsx("path",{d:"M24 8.667H6V3.333H2.667A2.667 2.667 0 0 0 0 6v12a2.667 2.667 0 0 0 2.667 2.667H6v-5.334h18V8.667Z",fill:"#DB161B"}),e.jsx("path",{d:"M2.417 5.635c.208.378.208.526.148.56-.06.033-.159-.06-.367-.438-.209-.378-.448-.897-.388-.93.06-.034.398.431.607.808Zm1.26-.232c-.208.378-.328.711-.268.744.06.034.278-.246.487-.623.208-.378.329-.711.268-.745-.06-.033-.279.246-.487.624Zm-.375.608-.198-.948-.019-.004c.069-.033.123-.084.123-.158 0-.107-.098-.193-.219-.193-.12 0-.218.087-.218.193 0 .072.05.129.116.162l-.189.958.604-.01Z",fill:"#EEE"}),e.jsx("path",{d:"M4.469 7.844c-.181-.15-.9-.773-1.241-1.144.03-.107.049-.221.041-.344h.012v.005h.594v.115h.729v-.354h-.73v.115h-.593v.005h-.02v-.18h-.542v.18H2.5v.01h-.427v-.146h-.688v.385h.688v-.145H2.5v.01h.184l-.024.25s-.693.03-.879.06c-.458.073-.312.209.063.334.173.057.345.08.507.089a6.474 6.474 0 0 1-.934.776c-.146.083-.146.187.135.125.273-.06.903-.617 1.123-.899l.19-.008c.1-.004.179-.066.246-.149.284.337.842.836 1.066.972.24.146.352.143.436.129.085-.014.043-.035-.144-.19Z",fill:"#EEE"})]}),e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M0 0h24v24H0z",fill:"#fff"})})})]})}));exports.OM=s;
|