@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/AL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("../flag-icon/_FlagIconBase.js"),c=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),r=require("react"),a=require("../flag-icon/_FlagIconBase.js"),c=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var i=r.forwardRef((function(r,i){var s=r.borderRadius,t=r.height,u=r.width,l=c.useStableUniqueId(1);return e.jsxs(a.FlagIconBase,{ref:i,borderRadius:s,height:t,viewBox:"0 0 640 480",width:u,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#e41e20"}),e.jsx("path",{d:"M272 93.3c-4.6 0-12.3 1.5-12.2 5-13-2.1-14.3 3.2-13.5 8 1.2-1.9 2.7-3 3.9-3.1 1.7-.3 3.5.3 5.4 1.4a21.6 21.6 0 0 1 4.8 4.1c-4.6 1.1-8.2.4-11.8-.2a16.5 16.5 0 0 1-5.7-2.4c-1.5-1-2-2-4.3-4.3-2.7-2.8-5.6-2-4.7 2.3 2.1 4 5.6 5.8 10 6.6 2.1.3 5.3 1 8.9 1 3.6 0 7.6-.5 9.8 0-1.3.8-2.8 2.3-5.8 2.8-3 .6-7.5-1.8-10.3-2.4.3 2.3 3.3 4.5 9.1 5.7 9.6 2 17.5 3.6 22.8 6.5a37.3 37.3 0 0 1 10.9 9.2c4.7 5.5 5 9.8 5.2 10.8 1 8.8-2.1 13.8-7.9 15.4-2.8.7-8-.7-9.8-2.9-2-2.2-3.7-6-3.2-12 .5-2.2 3.1-8.3.9-9.5a273.7 273.7 0 0 0-32.3-15.1c-2.5-1-4.5 2.4-5.3 3.8a50.2 50.2 0 0 1-36-23.7c-4.2-7.6-11.3 0-10.1 7.3 1.9 8 8 13.8 15.4 18 7.5 4.1 17 8.2 26.5 8 5.2 1 5.1 7.6-1 8.9-12.1 0-21.8-.2-30.9-9-6.9-6.3-10.7 1.2-8.8 5.4 3.4 13.1 22.1 16.8 41 12.6 7.4-1.2 3 6.6 1 6.7-8 5.7-22.1 11.2-34.6 0-5.7-4.4-9.6-.8-7.4 5.5 5.5 16.5 26.7 13 41.2 5 3.7-2.1 7.1 2.7 2.6 6.4-18.1 12.6-27.1 12.8-35.3 8-10.2-4.1-11 7.2-5 11 6.7 4 23.8 1 36.4-7 5.4-4 5.6 2.3 2.2 4.8-14.9 12.9-20.8 16.3-36.3 14.2-7.7-.6-7.6 8.9-1.6 12.6 8.3 5.1 24.5-3.3 37-13.8 5.3-2.8 6.2 1.8 3.6 7.3a53.9 53.9 0 0 1-21.8 18c-7 2.7-13.6 2.3-18.3.7-5.8-2-6.5 4-3.3 9.4 1.9 3.3 9.8 4.3 18.4 1.3 8.6-3 17.8-10.2 24.1-18.5 5.5-4.9 4.9 1.6 2.3 6.2-12.6 20-24.2 27.4-39.5 26.2-6.7-1.2-8.3 4-4 9 7.6 6.2 17 6 25.4-.2 7.3-7 21.4-22.4 28.8-30.6 5.2-4.1 6.9 0 5.3 8.4-1.4 4.8-4.8 10-14.3 13.6-6.5 3.7-1.6 8.8 3.2 9 2.7 0 8.1-3.2 12.3-7.8 5.4-6.2 5.8-10.3 8.8-19.9 2.8-4.6 7.9-2.4 7.9 2.4-2.5 9.6-4.5 11.3-9.5 15.2-4.7 4.5 3.3 6 6 4.1 7.8-5.2 10.6-12 13.2-18.2 2-4.4 7.4-2.3 4.8 5-6 17.4-16 24.2-33.3 27.8-1.7.3-2.8 1.3-2.2 3.3l7 7c-10.7 3.2-19.4 5-30.2 8l-14.8-9.8c-1.3-3.2-2-8.2-9.8-4.7-5.2-2.4-7.7-1.5-10.6 1 4.2 0 6 1.2 7.7 3.1 2.2 5.7 7.2 6.3 12.3 4.7 3.3 2.7 5 4.9 8.4 7.7l-16.7-.5c-6-6.3-10.6-6-14.8-1-3.3.5-4.6.5-6.8 4.4 3.4-1.4 5.6-1.8 7.1-.3 6.3 3.7 10.4 2.9 13.5 0l17.5 1.1c-2.2 2-5.2 3-7.5 4.8-9-2.6-13.8 1-15.4 8.3a17 17 0 0 0-1.2 9.3c.8-3 2.3-5.5 4.9-7 8 2 11-1.3 11.5-6.1 4-3.2 9.8-3.9 13.7-7.1 4.6 1.4 6.8 2.3 11.4 3.8 1.6 5 5.3 6.9 11.3 5.6 7 .2 5.8 3.2 6.4 5.5 2-3.3 1.9-6.6-2.5-9.6-1.6-4.3-5.2-6.3-9.8-3.8-4.4-1.2-5.5-3-9.9-4.3 11-3.5 18.8-4.3 29.8-7.8l7.7 6.8c1.5.9 2.9 1.1 3.8 0 6.9-10 10-18.7 16.3-25.3 2.5-2.8 5.6-6.4 9-7.3 1.7-.5 3.8-.2 5.2 1.3 1.3 1.4 2.4 4.1 2 8.2-.7 5.7-2.1 7.6-3.7 11-1.7 3.5-3.6 5.6-5.7 8.3-4 5.3-9.4 8.4-12.6 10.5-6.4 4.1-9 2.3-14 2-6.4.7-8 3.8-2.8 8.1 4.8 2.6 9.2 2.9 12.8 2.2 3-.6 6.6-4.5 9.2-6.6 2.8-3.3 7.6.6 4.3 4.5-5.9 7-11.7 11.6-19 11.5-7.7 1-6.2 5.3-1.2 7.4 9.2 3.7 17.4-3.3 21.6-8 3.2-3.5 5.5-3.6 5 1.9-3.3 9.9-7.6 13.7-14.8 14.2-5.8-.6-5.9 4-1.6 7 9.6 6.6 16.6-4.8 19.9-11.6 2.3-6.2 5.9-3.3 6.3 1.8 0 6.9-3 12.4-11.3 19.4 6.3 10.1 13.7 20.4 20 30.5l19.2-214L320 139c-2-1.8-8.8-9.8-10.5-11-.7-.6-1-1-.1-1.4.9-.4 3-.8 4.5-1-4-4.1-7.6-5.4-15.3-7.6 1.9-.8 3.7-.4 9.3-.6a30.2 30.2 0 0 0-13.5-10.2c4.2-3 5-3.2 9.2-6.7a86.3 86.3 0 0 1-19.5-3.8 37.4 37.4 0 0 0-12-3.4zm.8 8.4c3.8 0 6.1 1.3 6.1 2.9 0 1.6-2.3 2.9-6.1 2.9s-6.2-1.5-6.2-3c0-1.6 2.4-2.8 6.2-2.8z",id:"".concat(l[0])}),e.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(l[0])})]})}));exports.AL=i;
|
package/icons/flags/AR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var t=require("react/jsx-runtime"),
|
|
1
|
+
"use strict";var t=require("react/jsx-runtime"),e=require("react"),a=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 i=e.forwardRef((function(e,i){var s=e.borderRadius,c=e.height,h=e.width,n=r.useStableUniqueId(8);return t.jsxs(a.FlagIconBase,{ref:i,borderRadius:s,height:c,viewBox:"0 0 640 480",width:h,children:[t.jsx("path",{d:"M0 0h640v480H0z",fill:"#74acdf"}),t.jsx("path",{d:"M0 160h640v160H0z",fill:"#fff"}),t.jsxs("g",{id:"".concat(n[0]),transform:"translate(-64) scale(.96)",children:[t.jsx("path",{d:"m396.8 251.3 28.5 62s.5 1.2 1.3.9c.8-.4.3-1.5.3-1.5l-23.7-64m-.7 24.1c-.4 9.4 5.4 14.6 4.7 23-.8 8.5 3.8 13.2 5 16.5 1 3.3-1.3 5.2-.3 5.7s3-2.1 2.4-6.8c-.7-4.6-4.2-6-3.4-16.3.8-10.3-4.2-12.7-3-22",fill:"#f6b40e",id:"".concat(n[1]),stroke:"#85340a",strokeWidth:"1.1"}),t.jsx("use",{height:"100%",transform:"rotate(22.5 400 250)",width:"100%",xlinkHref:"#".concat(n[1])}),t.jsx("use",{height:"100%",transform:"rotate(45 400 250)",width:"100%",xlinkHref:"#".concat(n[1])}),t.jsx("use",{height:"100%",transform:"rotate(67.5 400 250)",width:"100%",xlinkHref:"#".concat(n[1])}),t.jsx("path",{d:"M404.3 274.4c.5 9 5.6 13 4.6 21.3 2.2-6.5-3.1-11.6-2.8-21.2m-7.7-23.8 19.5 42.6-16.3-43.9",fill:"#85340a",id:"".concat(n[2])}),t.jsx("use",{height:"100%",transform:"rotate(22.5 400 250)",width:"100%",xlinkHref:"#".concat(n[2])}),t.jsx("use",{height:"100%",transform:"rotate(45 400 250)",width:"100%",xlinkHref:"#".concat(n[2])}),t.jsx("use",{height:"100%",transform:"rotate(67.5 400 250)",width:"100%",xlinkHref:"#".concat(n[2])})]}),t.jsx("use",{height:"100%",transform:"rotate(90 320 240)",width:"100%",xlinkHref:"#".concat(n[0])}),t.jsx("use",{height:"100%",transform:"rotate(180 320 240)",width:"100%",xlinkHref:"#".concat(n[0])}),t.jsx("use",{height:"100%",transform:"rotate(-90 320 240)",width:"100%",xlinkHref:"#".concat(n[0])}),t.jsx("circle",{cx:"320",cy:"240",fill:"#f6b40e",r:"26.7",stroke:"#85340a",strokeWidth:"1.4"}),t.jsx("path",{d:"M329.1 234.3c-1.8 0-3.6.8-4.6 2.4 2 1.9 6.6 2 9.7-.2a7 7 0 0 0-5.1-2.2zm0 .4c1.7 0 3.4.8 3.6 1.6-2 2.3-5.3 2-7.4.4a4.3 4.3 0 0 1 3.8-2z",fill:"#843511",id:"".concat(n[3])}),t.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 640.2 0)",width:"100%",xlinkHref:"#".concat(n[5])}),t.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 640.2 0)",width:"100%",xlinkHref:"#".concat(n[4])}),t.jsx("use",{height:"100%",transform:"translate(18.1)",width:"100%",xlinkHref:"#".concat(n[6])}),t.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 640.2 0)",width:"100%",xlinkHref:"#".concat(n[7])}),t.jsx("path",{d:"M316 243.7a1.9 1.9 0 1 0 1.8 2.9 4 4 0 0 0 2.2.6h.2a3.9 3.9 0 0 0 2.3-.6 1.9 1.9 0 1 0 1.8-3c.5.3.8.7.8 1.3 0 .6-.5 1.2-1.2 1.2a1.2 1.2 0 0 1-1.2-1.2 3 3 0 0 1-2.6 1.7 3 3 0 0 1-2.5-1.7 1.2 1.2 0 0 1-1.3 1.2c-.6 0-1.2-.6-1.2-1.2s.3-1 .8-1.2zm2 5.5c-2.1 0-3 1.8-4.8 3 1-.4 1.9-1.2 3.3-2s2.7.2 3.5.2c.8 0 2-1 3.5-.2 1.4.8 2.3 1.6 3.3 2-1.9-1.2-2.7-3-4.8-3a5.5 5.5 0 0 0-2 .6 5.5 5.5 0 0 0-2-.7z",fill:"#85340a"}),t.jsx("path",{d:"M317.2 251.6c-.8 0-1.8.2-3.4.6 3.7-.8 4.5.5 6.2.5 1.6 0 2.4-1.3 6.1-.5-4-1.2-4.9-.4-6.1-.4-.8 0-1.4-.3-2.8-.2z",fill:"#85340a"}),t.jsx("path",{d:"M314 252.2h-.8c4.3.5 2.3 3 6.8 3s2.5-2.5 6.8-3c-4.5-.4-3.1 2.3-6.8 2.3-3.5 0-2.4-2.3-6-2.3zm9.7 6.7a3.7 3.7 0 0 0-7.4 0 3.8 3.8 0 0 1 7.4 0z",fill:"#85340a"}),t.jsx("path",{d:"M303.4 234.3c4.7-4.1 10.7-4.8 14-1.7a8 8 0 0 1 1.5 3.5c.4 2.3-.3 4.8-2.1 7.4l.8.4a14.6 14.6 0 0 0 1.6-9.4 13.3 13.3 0 0 0-.6-2.3c-4.5-3.7-10.7-4-15.2 2z",fill:"#85340a",id:"".concat(n[4])}),t.jsx("path",{d:"M310.8 233c2.7 0 3.3.7 4.5 1.7 1.2 1 1.9.8 2 1 .3.2 0 .8-.3.6-.5-.2-1.3-.6-2.5-1.6s-2.5-1-3.7-1c-3.7 0-5.7 3-6.2 2.8-.3-.2 2.1-3.5 6.2-3.5z",fill:"#85340a",id:"".concat(n[5])}),t.jsx("use",{height:"100%",transform:"translate(-18.4)",width:"100%",xlinkHref:"#".concat(n[3])}),t.jsx("circle",{cx:"310.9",cy:"236.3",fill:"#85340a",id:"".concat(n[6]),r:"1.9"}),t.jsx("path",{d:"M305.9 237.5c3.5 2.7 7 2.5 9 1.3 2-1.3 2-1.7 1.6-1.7-.4 0-.8.4-2.4 1.3-1.7.8-4.1.8-8.2-.9z",fill:"#85340a",id:"".concat(n[7])})]})}));exports.AR=i;
|
package/icons/flags/AS.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var s=require("react/jsx-runtime"),c=require("react"),e=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var s=require("react/jsx-runtime"),c=require("react"),e=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 i=c.forwardRef((function(c,i){var t=c.borderRadius,d=c.height,m=c.width,r=l.useStableUniqueId(1);return s.jsxs(e.FlagIconBase,{ref:i,borderRadius:t,height:d,viewBox:"0 0 640 480",width:m,children:[s.jsx("defs",{children:s.jsx("clipPath",{id:"".concat(r[0]),children:s.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),s.jsxs("g",{clipPath:"url(#".concat(r[0],")"),children:[s.jsx("path",{d:"M-374-16H650v512H-374z",fill:"#006"}),s.jsx("path",{d:"M-374 240 650 496V-16L-374 240z",fill:"#bd1021",fillRule:"evenodd"}),s.jsx("path",{d:"M650 11.4v457.2L-264.3 240 650 11.4z",fill:"#fff",fillRule:"evenodd"}),s.jsxs("g",{stroke:"#000",children:[s.jsx("path",{d:"M478 297.4s-6.4-5.2 1.2-13.7c-4.1-3.4-.3-10.1-.3-10.1s-7-2.6.3-13.4c-5.3-3.5-3-11.3-3-11.3s-17-6.4-.8-12.5c-13.4 5.8-25.9-7.9-25.9-7.9l-19.4.6c-3.3-16.2-29-2.1-10-48.5-4.9-.9-10.4-2.3-16 1.7-5.4 4.1-21.1 12.8-30.4 4.1s6-21.2 6.4-21.5c.3-.3 20.6-10.8 23.5-17.7-.3-5.3-6.7-9.3-.9-20.7 6.7-10.7 47.7-20.9 66.3-24.4a29.5 29.5 0 0 0 13-11.9l2.1 7.6s41.3-12.2 43.3-18 .9 5.2.9 5.2c16.2-1.5 36.9-15.4 39.8-9 13.6-2.6 39.8-14.3 39.8-14.3s9-.3 2.6 9.6c4 6.4-1.2 12-1.5 12-.2 0 1.8 6.3-3.4 9.8 1.7 5.5-3.2 10-3.2 10s2.3 6.6-7 10c.9 5.9-5.2 7-5.2 7s.8 6.1-3.2 8.8c0 4.6-4.7 7-4.7 7s3 1.7-1.2 4.6a1568 1568 0 0 1-46.2 28.5c0-.3 30.8 5.5 32.9 6.6s25.3 16.6 25.3 16.6l-23.6 29s-26.1-2.8-27.3-1.4 5.5 2 7 4.4c1.4 2.3 3.8 7.8 8.4 7.2 4.7-.5-8.7 8.5-17.4 9.3 0 3.2 11 3.5 14 1 2.8-2.7-7 7.5-8.2 9s13-2.1 13-2.1-2.3 9.6-14.7 12.5c4.9 8.1 2.9 13.3 2.6 13.3s-8.2-8-15.7-6.6c2 7.8 8.1 15 9.9 16.2 1.7 1.2-13.7 1-15.7-3.5s-3.8 10.5 1.7 15.2c-6.4.3-11.9-3.5-11.9-3.5s-3.8 8.7-1.2 13c2.6 4.4-9-8.7-9-8.7l-22 9.3-5-8.4z",fill:"#9c3900",fillRule:"evenodd",strokeLinejoin:"round",strokeWidth:"1.8"}),s.jsx("path",{d:"M307.3 280.1c.5 0 32.1-.5 46.6-8.8a86.3 86.3 0 0 0 17 19.1l4.7-16.5s11.4.5 12.4 3c-1.5 3.2-2 7.3-2 7.3s7.7.6 8.3 1.6c.5 1-2.1 9.8-2.1 9.8l33.1 7.8s2.6-13 5.2-11.4c2.6 1.6 14 17.6 30 18.6s17-13.4 17-13.4l3.7 2s6.7-14.4 7.8-14.4 2.5 2 11.3 2c2.6 3.1 3.7 10.4 3.7 10.4s-9.9 9.8-6.8 17.6 3.7 5.7 3.7 5.7l71.4 17s3.6 5.7-2.6 8.8c0 .5-72-16.5-72-16.5s-6.7 7.7-11.9 6.2-1.5 3-1.5 3l77.6 6.3s5.7 7.2 1.6 9.3c-5.2.5-83.9-5.2-83.9-5.2s-4.6 9.9-9.8 1.6c-3.6 5.7-7.8-1.6-7.8-1.6s-6.7 5.2-7.7-.5c-5.7 4.2-9.3-2.6-9.3-2.6l-33.2-2-2 3s5.7 1.6-3.1 5.2c-8.8 3.7 52.8 2.1 54.3 2.6 1.6.6-4.1 5.2-4.1 5.2s31.5 2 37.2-4.6c5.7-6.8-2 8.8-2 8.8s24.8-1 24.8-2.1-.5 7.7-17.6 6.7a112 112 0 0 0 23.3 10.9s-13 3-28-.5c2.6 6.7 14 12.9 14 12.9s-8.3 7.2-26.9-10.4c5.2 9.4 1 13 .5 12a48 48 0 0 0-30-18.7c13 8.3 7.3 12 7.3 12s-6.8-12-17.6 0c-4.2-11-20.2-17.2-39.9-18.2-6.2-7.2-9.8-5.2-24.3-9.3-8.3-9.3-20.2-19.7-20.2-19.7s.5-14 14.5-12.4c1.6 4.7 1.6 3.1 1.6 3.1s15.5-5.7 20.1 2c6.8-11.8 16-1.7 17.6 2.4 4.5.7 27 1.3 27 1.3s-2.7-4.7-1-4.1c1.5.5 13.9-4.7 13.4-6.2-.6-1.6-1-6.8 1-6.3 2 .6-17.6-2.5-28.5 5.7-3.6-3.6-1-13.4-1-13.4l-32-6.7-1.6 8.2s-9.4 1.6-8.8-.5l-2.1 7.3s-12.4-3.1-12.4-3.7 3.6-18.6 3.6-18c0 .4-10.4 1-24.8 11.8-4.2-13-36.8-30-36.8-30.5z",fill:"#ffc221",fillRule:"evenodd",strokeWidth:"1.9"}),s.jsx("path",{d:"m386 284.8-6.7 30m12.9-18.7-2 9.9m35.1-2-3 9.2m60.4 53.8c-.5 0-16.5 2.1-18.6 1.6-2-.5 25.4 8.3 25.4 11.9m-35.7-9.8s-16-10.4-18.7-9.4c-2.5 1 16-.5 17.6-2m-32-.5s-16.6.5-18.2-1 16 11.3 19.2 10.3m-33.1-16.6c-.5 0-11.4-4.1-16-5.2 4 4.2 7.2 9.9 17.5 12m2.6-13.5c-.5-1-20.7-7.3-20.7-10.4a32.6 32.6 0 0 0 17.6 2.1M499.8 321l-2 9.3",fill:"none",strokeWidth:"1.9"}),s.jsx("path",{d:"M347.7 237.7s-21.7 18.6 0 29.5c1-7.3 2.6-8.3 2.6-8.3s18 6.7 29-9.3c-4.7-6.8-13-4.2-13-4.2s-17 0-18.6-7.7z",fill:"#ffc221",fillRule:"evenodd",strokeWidth:"1.9"}),s.jsx("path",{d:"m365.8 246-15 12.9m61.2 76.9s3.5 3.8.4 8.5m72.4-4.7-5.7.5m-40.9-3.6 10.4 1.6m17.5-28.2s.3 10.5-8.4 10.2c-8.8-.3-5.9.3-5.9.3",fill:"none",strokeWidth:"1.9"}),s.jsx("path",{d:"M472.8 308.1s3.5 1.2 2.6 3.8c-.9 2.6.9 10.2-9.3 17.5-10.8 2.3-9.6-9-9.6-9",fill:"none",strokeWidth:"1.9"}),s.jsx("path",{d:"M476.6 311.4s6.3-3.8 7.2 2.3c.9 6-5.2 17.4-9.6 19.2-4.3 1.7-9.3-.3-8.7-3.2m18.9-15.7s5.8-4.7 7.6 1.4c1.7 6.1-4.7 19.8-7.3 20m7.8-20s3-1.4 5 .3m-14.3 20.6c-1.1.3-6 .6-7.8-3.2m-18.3-7-6.1.4m28.4 22.6-.5-9.6-2.4-3.2-4 4.1s-.6 9.6-2.4 10.5m2.4-10.8-3.2-6-5 6s-.5 8.7-2.3 9.6m2.3-9.9-2-5.8s-5.8 3.2-6.4 5.5c-.6 2.4-.9 8.7-2.3 9.3m2.3-10.4s.6-5.3-1.2-5.3c-1.7 0-9.5 7.3-9.8 13.7",fill:"none",strokeWidth:"1.9"}),s.jsx("path",{d:"M348.4 237.8s2.9-2.9 3.8-6.4c.8-3.4-1.2-7.2 2.3-10.4s49.4-22.7 53.2-26.5a115 115 0 0 0 11.6-13.6c.9-1.8 3.5 8.7-4.4 13.3 8.5-2.3 14-4.9 17.5-3.7-3.5 4.9-12.8 13-17.2 13 10.2-3.7 19.5-7 22.1-4.9 2.6 2-12.5 12.2-18.6 12.8 10.2-2.6 23.8-6.7 25.6-2.3-5.5 1.7-3.8 3.2-15.1 9.6a28.5 28.5 0 0 1-8.7 1.4c8.7-.9 20.6-4.4 21.8 2-7 2.7-9.6 6.1-15.4 7.6-5.9 1.4-19.2 4-27.4 7.3-8 3.2-20 12.5-20 12.5s-25.9.8-25.9.5c0-.3-5-11.9-5.2-12.2z",fill:"#fff",fillRule:"evenodd",strokeLinejoin:"round",strokeWidth:"1.9"}),s.jsx("path",{d:"M360.6 235.8s.3-5.8 3-7.8c2.5-2 15.6-7 18.5-11.4 3-4.3-4.3 7.6-3.2 10.8m-13-.3s6.3 2.3 4.9 7.2",fill:"none",strokeWidth:"1.9"}),s.jsx("path",{d:"M373.4 230.4a4.8 4.8 0 1 1-9.6 0 4.8 4.8 0 0 1 9.6 0z",fill:"none",strokeWidth:"1.6"}),s.jsx("path",{d:"m570.1 220.1 50.3 9.6s5.5-6.4 2.6-9.9c7.6-1.7 5.5-11.6 5.5-11.6s8.7-3.8 1.5-12.5c5-5-1.2-8.7-1.2-8.7s2-8.7-4.3-9.6c1.7-7-11-9.3-11-9.3s-26.5 7.3-45.1 7.8c6 6.1-2.3 10-2.3 10s4.9 3.4 3.4 6.3c-1.4 3 1 6.1-5.5 8.2 8.4 3.7-.9 10.1-.9 10.1s9.3 6.4 7 9.6z",fill:"#fff",fillRule:"evenodd",strokeWidth:"1.9"}),s.jsx("path",{d:"M565.2 209.4s44.4 5.2 46.5 5.2 9.8 2.6 11.3 5.2m-55.5-13 61.9 1.4m-61.6-3s58.7-3.4 62.8-9.5m-61-3.2s59-6.4 59.5-5.5m-61.6-1.8s57.2-9 57.8-7.5m-221.1-29.4s18 19.8 16.3 33.2",fill:"none",strokeWidth:"1.9"}),s.jsx("path",{d:"M419.3 171s5.8 8.4 8.1 9.3 22.7 2 23.9 10.8c1.1 5.5-4.4 3.7-3.5 7.8 1.4 5.2 15 12 30 4M464 207s12.2 18 30.2-1.4m-9.3 7.8s14.8 7.9 27-12.5m-15.7 14.3s7.3 6 22.4-2m20.9-8.2s22.4 4.6 23.8 6M548 200l15.7.6m-25.3-9.3s26.8-1.7 30.3 3.8M526.8 183s37.5 1.5 39.2 3.5m-30.8 34.9s6.4-1.8 7.3-1M520.7 237s8.4 7.2 19.2 4m-14.5 8.2s9.6 4.3 20.9 1.7m-17.7 5.5s9.6 6.4 16 5.3m-20.4-1.5s6.7 5 7 7.6m-16.3-1.8s2 10.5 9.3 14.3m-14.2-9.6s-3.2 13.6 4.9 22m-13.4-11.3c0 .3-.5 6.4-.2 7m-52-59.9 15.6-.8s5.8-2.4 1.8-6.1m2 3.5c.3 0 14.8 1.1 18.6 5.5 3.8 4.3 8.4 13 11 14.5 2.7 1.5 3.2-.6 3.2-.6m-6.4-2.3s-7.8 13.4-1.7 17.4m-2.6-2.6s-7 9.3-1.5 14m-1.4-1.2s-5.5 9 1.1 15.1m-3.6-39c-.3.4-6.7 4.9-9 3.8m2.3 10.4s2.6 2.7 4.9 2.3m-4.6 11.4 4.2 2.8m-3.6 7.6 3.6 2.2m-69.3-144.7s7.7 4 13.8 0c6.1-4 35.4-19 43-21.4 7.7-2.4 12-16.5 13.5-22.6m-5.8 16.5 42.8-12.5s7-5.8 7.3-16.5m-3 11.6s42.7-4.3 42.7-20.2m-6.7 11s45-12.2 49.2-16.8",fill:"none",strokeWidth:"1.9"}),s.jsx("path",{d:"M436.2 151.5s27.2-14 31.5-15.6c4.3-1.5 14-13.8-.6-13.8",fill:"none",strokeWidth:"1.9"}),s.jsx("path",{d:"M449.4 157c.3 0 22.3-14.4 29.6-16.2 4-5.5 1.8-11.3-4.9-10.1",fill:"none",strokeWidth:"1.9"}),s.jsx("path",{d:"M480.9 137.1c.6-.3 11.9-.6 7.9 8.3-5.8 4.2-30.9 16.8-30.9 16.8m17.1-34.5 47.7-16s4-8.2-1.8-9.4m39.7-14.4c0 .3 6.1 3.7 2.4 9.2-6.7 4-38.4 11.6-38.4 11.6M608.9 83l-45 12.6m41.6-2.5-39 12m35.7-2.2-34.6 10.4m28.1-.6c-.9 0-25.6 7.6-25.6 7.6m20.2 0-16 6.4m12 2.2a321 321 0 0 0-13.8 5.8m9.8 1.2-12.2 5.8m-8.9 7.3s1.5.6 1.2 2.5m-32 14.3s5.1 1.9.3 6.8c-2.5 3.3-9.5 2.4-13.8 8.5m46.8-83.7s6.4 1.5 1.5 9.8c-12.8 4.9-38.8 12.8-38.8 12.8s-1.2 2.2-4.6 4a758.6 758.6 0 0 1-40.3 12.2m84.3-29.3s7 3 0 8.2c-8 4.6-35.7 13.2-35.7 13.2s-.4 2.4-1.6 3.3c-1.2 1-37.9 13.2-37.9 13.2",fill:"none",strokeWidth:"1.9"}),s.jsx("path",{d:"M567.6 115.1s7.4 2.2 1 8.3a289 289 0 0 1-32.1 12.8s-2.5 3-6.5 4.3a919 919 0 0 0-29.3 11.6m68.8-28.7c2.1.9 8 1.8.9 7.3-8.3 3.7-28.4 11.6-28.4 11.6l-1.9 3.4-32 13.7m63.2-27.8s3 3.7-3.7 8c-7.3 4-23.2 10-23.2 10m23.2-9.4s3.4 2.1-.9 5.2c-4.9 2.4-24.1 12.5-24.1 12.5l-12.5 8.3",fill:"none",strokeWidth:"1.9"}),s.jsx("path",{d:"M523.6 112c0 .4 5.2 4.6 3.4 9.5 4.6 3.4 3.7 7 3.7 7s6.4 3.7 5.5 9c6.4 1.5 6 5.1 6 5.1l-2 3.4s6.3-.3.8 8c3.4 1.8 1.9 3.9 1.9 3.9m-1.9-3.7c-.9 0-22.3 8-27.8 12.9",fill:"none",strokeWidth:"1.9"}),s.jsx("path",{d:"M489.4 144.8s6.4-.3 5.5 6.7c7.4-2.5 5.8 4.6 5.8 4.6s8.6-3.4 7 7.3c5.6-1.2 4.6 4.3 4.6 4.3s5-.3 5 2.4c3.3-3 7-1.5 7-1.5s2.4-3.4 5.8-2.4m-34.9-15c0 .6-28.7 16.5-28.7 16.5m34.2-11.3L479 169.8m29-6.7c0 .3-18.9 11.3-18.9 11.3m23.2-7s-13.4 11-16.5 10.4m21.1-7s-7.6 5.7-14 8.5m22-11s2.4 3-12.9 11",fill:"none",strokeWidth:"1.9"})]})]})]})}));exports.AS=i;
|
package/icons/flags/AX.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,h=r.height,d=r.width,l=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:a,borderRadius:t,height:h,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(l[0]),children:e.jsx("path",{d:"M106.3 0h1133.3v850H106.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(l[0],")"),transform:"matrix(.56472 0 0 .56482 -60 -.1)",children:[e.jsx("path",{d:"M0 0h1300v850H0z",fill:"#0053a5"}),e.jsxs("g",{fill:"#ffce00",children:[e.jsx("path",{d:"M400 0h250v850H400z"}),e.jsx("path",{d:"M0 300h1300v250H0z"})]}),e.jsxs("g",{fill:"#d21034",children:[e.jsx("path",{d:"M475 0h100v850H475z"}),e.jsx("path",{d:"M0 375h1300v100H0z"})]})]})]})}));exports.AX=a;
|
package/icons/flags/BA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),l=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"),l=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=l.forwardRef((function(l,s){var h=l.borderRadius,a=l.height,t=l.width,d=i.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:s,borderRadius:h,height:a,viewBox:"0 0 640 480",width:t,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],")"),fillRule:"evenodd",transform:"translate(80) scale(.9375)",children:[e.jsx("path",{d:"M-85.3 0h682.6v512H-85.3V0z",fill:"#009"}),e.jsx("path",{d:"m56.5 0 511 512.3V.3L56.5 0z",fill:"#FC0"}),e.jsx("path",{d:"M439.9 481.5 412 461.2l-28.6 20.2 10.8-33.2-28.2-20.5h35l10.8-33.2 10.7 33.3h35l-28 20.7 10.4 33zm81.3 10.4-35-.1-10.7-33.3-10.8 33.2h-35l28.2 20.5-10.8 33.2 28.6-20.2 28 20.3-10.5-33 28-20.6zM365.6 384.7l28-20.7-35-.1-10.7-33.2-10.8 33.2-35-.1 28.2 20.5-10.8 33.3 28.6-20.3 28 20.4-10.5-33zm-64.3-64.5 28-20.6-35-.1-10.7-33.3-10.9 33.2h-34.9l28.2 20.5-10.8 33.2 28.6-20.2 27.9 20.3-10.4-33zm-63.7-63.6 28-20.7h-35L220 202.5l-10.8 33.2h-35l28.2 20.4-10.8 33.3 28.6-20.3 28 20.4-10.5-33zm-64.4-64.3 28-20.6-35-.1-10.7-33.3-10.9 33.2h-34.9L138 192l-10.8 33.2 28.6-20.2 27.9 20.3-10.4-33zm-63.6-63.9 27.9-20.7h-35L91.9 74.3 81 107.6H46L74.4 128l-10.9 33.2L92.1 141l27.8 20.4-10.3-33zm-64-64 27.9-20.7h-35L27.9 10.3 17 43.6h-35L10.4 64l-11 33.3L28.1 77l27.8 20.4-10.3-33zm-64-64L9.4-20.3h-35l-10.7-33.3L-47-20.4h-35L-53.7 0l-10.8 33.2L-35.9 13l27.8 20.4-10.3-33z",fill:"#FFF"})]})]})}));exports.BA=s;
|
package/icons/flags/BB.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 t=r.forwardRef((function(r,t){var a=r.borderRadius,u=r.height,c=r.width,d=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:t,borderRadius:a,height:u,viewBox:"0 0 640 480",width:c,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#00267f"}),e.jsx("path",{d:"M213.3 0h213.4v480H213.3z",fill:"#ffc726"}),e.jsx("path",{d:"M319.8 135.5c-7 19-14 38.6-29.2 53.7 4.7-1.6 13-3 18.2-2.8v79.5l-22.4 3.3c-.8 0-1-1.3-1-3-2.2-24.7-8-45.5-14.8-67-.5-2.9-9-14-2.4-12 .8 0 9.5 3.6 8.2 1.9a85 85 0 0 0-46.4-24c-1.5-.3-2.4.5-1 2.2 22.4 34.6 41.3 75.5 41.1 124 8.8 0 30-5.2 38.7-5.2v56.1H320l2.5-156.7z",id:"".concat(d[0])}),e.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 639.5 0)",width:"100%",xlinkHref:"#".concat(d[0])})]})}));exports.BB=t;
|
package/icons/flags/BH.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 l=i.borderRadius,a=i.height,d=i.width,u=s.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:t,borderRadius:l,height:a,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(u[0]),children:e.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(u[0],")"),fillRule:"evenodd",strokeWidth:"1pt",children:[e.jsx("path",{d:"M-32.5 0h720v480h-720z",fill:"#e10011"}),e.jsx("path",{d:"m114.3 479.8-146.8.2V0h146l94.3 30.4-93.5 29.5 93.5 30.5-93.5 29.5 93.5 30.5-93.5 29.5 93.5 30.5-93.5 29.5 93.5 30.5-93.5 29.5 93.5 30.5-93.5 29.5 93.5 30.5-93.5 29.5 93.5 30.5-93.5 29.5",fill:"#fff"})]})]})}));exports.BH=t;
|
package/icons/flags/BI.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,d=r.width,f=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:l,borderRadius:t,height:a,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-90.5 0H592v512H-90.5z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(f[0],")"),fillRule:"evenodd",transform:"translate(84.9) scale(.9375)",children:[e.jsx("path",{d:"m-178 0 428.8 256L-178 512zm857.6 0L250.8 256l428.8 256z",fill:"#00cf00"}),e.jsx("path",{d:"m-178 0 428.8 256L679.6 0zm0 512 428.8-256 428.8 256z",fill:"red"}),e.jsx("path",{d:"M679.6 0h-79.9L-178 464.3V512h79.9L679.6 47.7z",fill:"#fff"}),e.jsx("path",{d:"M398.9 256a148 148 0 1 1-296.1 0 148 148 0 0 1 296 0z",fill:"#fff"}),e.jsx("path",{d:"M-178 0v47.7L599.7 512h79.9v-47.7L-98.1 0z",fill:"#fff"}),e.jsx("path",{d:"m280 200.2-19.3.3-10 16.4-9.9-16.4-19.2-.4 9.3-16.9-9.2-16.8 19.2-.4 10-16.4 9.9 16.5 19.2.4-9.3 16.8zm-64.6 111.6-19.2.3-10 16.4-9.9-16.4-19.2-.4 9.3-16.9-9.2-16.8 19.2-.4 10-16.4 9.9 16.5 19.2.4-9.3 16.8zm130.6 0-19.2.3-10 16.4-10-16.4-19.1-.4 9.3-16.9-9.3-16.8 19.2-.4 10-16.4 10 16.5 19.2.4-9.4 16.8z",fill:"red",stroke:"#00de00",strokeWidth:"3.9"})]})]})}));exports.BI=l;
|
package/icons/flags/BS.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,h=r.width,d=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:t,borderRadius:a,height:l,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-12 0h640v480H-12z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",transform:"translate(12)",children:[e.jsx("path",{d:"M968.5 480h-979V1.8h979z",fill:"#fff"}),e.jsx("path",{d:"M968.5 344.5h-979V143.3h979z",fill:"#ffe900"}),e.jsx("path",{d:"M968.5 480h-979V320.6h979zm0-318.7h-979V2h979z",fill:"#08ced6"}),e.jsx("path",{d:"M-11 0c2.3 0 391.8 236.8 391.8 236.8L-12 479.2-10.9 0z"})]})]})}));exports.BS=t;
|
package/icons/flags/BV.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:"1pt",children:[e.jsx("path",{d:"M-28 0h699.7v512H-28z",fill:"#fff"}),e.jsx("path",{d:"M-53-77.8h218.7v276.2H-53zM289.4-.6h381v199h-381zM-27.6 320h190.4v190.3H-27.6zm319.6 2.1h378.3v188.2H292z",fill:"#d72828"}),e.jsx("path",{d:"M196.7-25.4H261v535.7h-64.5z",fill:"#003897"}),e.jsx("path",{d:"M-27.6 224.8h698v63.5h-698z",fill:"#003897"})]})]})}));exports.BV=t;
|
package/icons/flags/CF.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,d=i.width,h=l.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:s,borderRadius:a,height:t,viewBox:"0 0 640 480",width:d,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M-12.4 32h640v480h-640z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",transform:"translate(12.4 -32)",children:[e.jsx("path",{d:"M-52 32h719.3v119H-52z",fill:"#00f"}),e.jsx("path",{d:"M-52 391.6h719.3V512H-52z",fill:"#ff0"}),e.jsx("path",{d:"M-52 271.3h719.3v120.3H-52z",fill:"#009a00"}),e.jsx("path",{d:"M-52 151h719.3v120.3H-52z",fill:"#fff"}),e.jsx("path",{d:"M247.7 32.5h119.9V512H247.7z",fill:"red"}),e.jsx("path",{d:"m99.3 137.7-31.5-21.8-31.3 22L47.4 101 16.9 78l38.2-1 12.5-36.3L80.3 77l38.1.7L88.2 101",fill:"#ff0"})]})]})}));exports.CF=s;
|
package/icons/flags/CG.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 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:"M-79.5 32h640v480h-640z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(79.5 -32)",children:[e.jsx("path",{d:"M-119.5 32h720v480h-720z",fill:"#ff0"}),e.jsx("path",{d:"M-119.5 32v480l480-480h-480z",fill:"#00ca00"}),e.jsx("path",{d:"M120.5 512h480V32l-480 480z",fill:"red"})]})]})}));exports.CG=t;
|
package/icons/flags/CL.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,d=i.width,c=l.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:s,borderRadius:a,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 0h682.7v512H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",transform:"scale(.9375)",children:[e.jsx("path",{d:"M256 0h512v256H256z",fill:"#fff"}),e.jsx("path",{d:"M0 0h256v256H0z",fill:"#0039a6"}),e.jsx("path",{d:"M167.8 191.7 128.2 162l-39.5 30 14.7-48.8L64 113.1l48.7-.5L127.8 64l15.5 48.5 48.7.1-39.2 30.4 15 48.7z",fill:"#fff"}),e.jsx("path",{d:"M0 256h768v256H0z",fill:"#d52b1e"})]})]})}));exports.CL=s;
|
package/icons/flags/CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),r=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 e=require("react/jsx-runtime"),r=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=r.forwardRef((function(r,s){var a=r.borderRadius,n=r.height,h=r.width,u=t.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:s,borderRadius:a,height:n,viewBox:"0 0 640 480",width:h,children:[e.jsx("defs",{children:e.jsx("path",{d:"M-.6.8 0-1 .6.8-1-.3h2z",fill:"#ffde00",id:"".concat(u[0])})}),e.jsx("path",{d:"M0 0h640v480H0z",fill:"#de2910"}),e.jsx("use",{height:"20",transform:"matrix(71.9991 0 0 72 120 120)",width:"30",xlinkHref:"#".concat(u[0])}),e.jsx("use",{height:"20",transform:"matrix(-12.33562 -20.5871 20.58684 -12.33577 240.3 48)",width:"30",xlinkHref:"#".concat(u[0])}),e.jsx("use",{height:"20",transform:"matrix(-3.38573 -23.75998 23.75968 -3.38578 288 95.8)",width:"30",xlinkHref:"#".concat(u[0])}),e.jsx("use",{height:"20",transform:"matrix(6.5991 -23.0749 23.0746 6.59919 288 168)",width:"30",xlinkHref:"#".concat(u[0])}),e.jsx("use",{height:"20",transform:"matrix(14.9991 -18.73557 18.73533 14.99929 240 216)",width:"30",xlinkHref:"#".concat(u[0])})]})}));exports.CN=s;
|
package/icons/flags/CU.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 a=r.borderRadius,t=r.height,d=r.width,c=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:l,borderRadius:a,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-32 0h682.7v512H-32z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",transform:"translate(30) scale(.94)",children:[e.jsx("path",{d:"M-32 0h768v512H-32z",fill:"#0050f0"}),e.jsx("path",{d:"M-32 102.4h768v102.4H-32zm0 204.8h768v102.4H-32z",fill:"#fff"}),e.jsx("path",{d:"m-32 0 440.7 255.7L-32 511V0z",fill:"#ed0000"}),e.jsx("path",{d:"M161.8 325.5 114.3 290l-47.2 35.8 17.6-58.1-47.2-36 58.3-.4 18.1-58 18.5 57.8 58.3.1-46.9 36.3 18 58z",fill:"#fff"})]})]})}));exports.CU=l;
|
package/icons/flags/CV.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),l=require("react"),h=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"),l=require("react"),h=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 i=l.forwardRef((function(l,i){var s=l.borderRadius,a=l.height,t=l.width,d=r.useStableUniqueId(1);return e.jsxs(h.FlagIconBase,{ref:i,borderRadius:s,height:a,viewBox:"0 0 640 480",width:t,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(d[0]),children:e.jsx("path",{d:"M-123.4 0h682.6v512h-682.6z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",transform:"translate(115.7) scale(.94)",children:[e.jsx("path",{d:"M-123.4 233H723v206h-846.5z",fill:"#fff"}),e.jsx("path",{d:"M-122.8 0h846v256.6h-846zm.3 385.9h852.1V512h-852.1z",fill:"#081873"}),e.jsx("path",{d:"M-122.5 302.6h846v39.6h-846z",fill:"#de3929"}),e.jsx("path",{d:"m131 399.2 6.6 20.4H159l-17.4 12.7 6.6 20.5L131 440l-17.4 12.7 6.7-20.5-17.4-12.7h21.5M317 250.4l6.7 20.5H345l-17.4 12.6 6.6 20.5-17.4-12.7-17.4 12.7 6.6-20.5-17.4-12.6h21.6m-222 64.4 6.6 20.5h21.5L99 368.6l6.7 20.4-17.4-12.6L70.9 389l6.6-20.4-17.4-12.7h21.5M317 329.5l6.7 20.4H345l-17.4 12.7 6.6 20.4-17.4-12.6-17.4 12.7 6.6-20.5-17.4-12.7h21.6m-40.5-161.7 6.7 20.4H298l-17.4 12.7 6.6 20.5-17.4-12.7-17.4 12.7 6.7-20.5-17.5-12.7h21.6m-64.5-45.2 6.7 20.5h21.5l-17.4 12.6 6.6 20.5-17.4-12.6-17.4 12.6 6.7-20.5-17.4-12.6H192m-64.5 2.9 6.7 20.5h21.5l-17.4 12.6 6.7 20.5-17.5-12.7-17.4 12.7 6.7-20.5-17.4-12.6H121m-34.8 43.2 6.6 20.5h21.6l-17.5 12.6 6.7 20.5-17.4-12.7-17.4 12.7 6.6-20.5L58 271h21.5m119.2 149.4 6.7 20.5h21.5l-17.4 12.6 6.7 20.5-17.5-12.7-17.4 12.7 6.7-20.5-17.4-12.6H192m82.2-41.7 6.6 20.4h21.5L285 432.3l6.7 20.5-17.4-12.7-17.5 12.7 6.7-20.5-17.4-12.7h21.5",fill:"#ffce08"})]})]})}));exports.CV=i;
|
package/icons/flags/CW.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 a=i.borderRadius,l=i.height,c=i.width,h=s.useStableUniqueId(2);return e.jsxs(r.FlagIconBase,{ref:t,borderRadius:a,height:l,viewBox:"0 0 640 480",width:c,children:[e.jsxs("defs",{children:[e.jsx("clipPath",{id:"".concat(h[0]),children:e.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})}),e.jsx("path",{d:"m0-1 .2.7H1L.3 0l.2.7L0 .4l-.6.4.2-.7-.5-.4h.7z",id:"".concat(h[1])})]}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),transform:"scale(.94)",children:[e.jsx("path",{d:"M0 0h768v512H0z",fill:"#002b7f"}),e.jsx("path",{d:"M0 320h768v64H0z",fill:"#f9e814"}),e.jsx("use",{fill:"#fff",height:"9000",transform:"scale(42.67)",width:"13500",x:"2",xlinkHref:"#".concat(h[1]),y:"2"}),e.jsx("use",{fill:"#fff",height:"9000",transform:"scale(56.9)",width:"13500",x:"3",xlinkHref:"#".concat(h[1]),y:"3"})]})]})}));exports.CW=t;
|
package/icons/flags/CX.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 c=i.borderRadius,t=i.height,l=i.width,h=s.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,{ref:a,borderRadius:c,height:t,viewBox:"0 0 640 480",width:l,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#0021ad"}),e.jsx("path",{d:"M0 0h640v480z",fill:"#1c8a42"}),e.jsx("circle",{cx:"320",cy:"240",fill:"#ffc639",r:"57.8"}),e.jsx("path",{d:"M284.7 214c4 5.5 10 14.6 14.8 12.2 3.7 0 5.7.3 6.2 2.8a37 37 0 0 0 33-14.3s.8 0 .5-4.5c0-2 2.8-1.6 2.8-1 .4 1 .4 1.7.9 1.8 1-.4 2.7-3 4-4.6.3-.7.1-1.5.2-2.4.7-1.7 2.4-1.3 2.8-.4l.6 1.6c1.8 1.2 5 0 5.2 0 .3-1.4 1.2-1.2 1.2-1.2 1.2-.3.7-.2 1.5.2-.7 7.7 1.5 8 1.3 12 .1 4.4-1.3 5.6-1.3 7.3.4 2 7 2.1 4.6 3.9-2 1 0 3-3 3.8-8.8 4.5-10.4 8.3-10.4 8.3s-2.2 4.2-2.5 4.2c-1.5 2.8-3.3 1.2-4.4 2.6-.5 1.7-1 5.5 0 7.4.5 2.7 0 4.2-.7 6.9-.6 5.6-2.8 6.5-3.1 8.4-1 2.2.2 12-.8 12-6.5.2-11.5-1.2-14.1-1.7 2.5-10.9 1.5-20.4 1.5-21.4-.6-7.8-11.6-5.9-13.3-7-1.4-.2-2.3-1.3-2.7-1.8-1.6-.2-2.2-.6-3.7-.7-.8.4-.3.8-2 1.3-4.5.5-6.4-3.8-6.4-3.8.2-1.5-9.9.3-15.3-1-2.3 1.3-3.3 5-5.1 5.4 0 1.1-3-1-3.6-2-.2-3.4 2.8-4.8 2.8-4.8 2.4-1.7 3.8-2 5-3.1.5-2.9.2-5 1.5-7.1 1-1.7 2.5-1 3.5-1.6 1.1-.8 1.6-5.6.6-7l-4.7-4.2c-1.4-4.1 1.7-6.8 2.6-6.5z",fill:"#1c8a42"}),e.jsx("path",{d:"M561.9 142.4c-2.6-10.3-26-32.7-43.7-46.9-4.2-2.8-7-1.1-6.4 3 2.2 3.6 3.8 7.6 6 11.3.6 2.5 1.8 4.2 2.4 6.6 0 0 .2 4.2.6 4.6 5.4 6 6.2 11.1 6.2 11.1a49 49 0 0 0 11.5 15.6c6.2 3.9 1.6 16 1.8 22.5 0 4-2.9 3.6-5.5 3-20.1-18.5-40.1-18.5-57.8-23.9-6.8-.7-7 2.6-4.7 4.4a129 129 0 0 0 39.1 29.6l7.7 4.8 8.8 7.3c6.8 4.4 7.3 8.4 7.3 8.8.2 8.2-4.2 14.6-5.5 17.2-2.3 8.7-7 10.2-7 10.2-37.6 25.4-57.4 32-118.4 24.1-1-.4-6.8.5 0 3 15.5 5.2 53.7 13.5 90.6-4 9-6.2 14.8-4.2 21.3-8a287.3 287.3 0 0 1 28.3-15.4c8.3-4.5 31.3-9.4 36.6-13.8 6.1-.5 12.4-1.3 12.8-6.5 2-1.3 5-.3 7.2-4.6 4.8-.9 4-2.6 4-2.6-1.2-3.4-5.8-4.8-9-7.3-4.8-1.6-8-2-11.5-.4l-3.3 1.5s-5.1-.7-5.1-1.1c-11.4-.6-10.3-38.3-14.3-54z",fill:"#ffc639"}),e.jsx("path",{d:"M588.6 204.2a2.8 1.8 16 1 1-5.4-1.7 2.8 1.8 16 0 1 5.4 1.7z",fill:"#1c8a42"}),e.jsxs("g",{fill:"#fff",transform:"matrix(.64 0 0 .64 0 80)",children:[e.jsx("path",{d:"m188.2 191-12.8-12-12.9 11.8 1.4-17.4-17.3-2.8 14.5-9.8-8.6-15.2 16.7 5.3 6.5-16.2L182 151l16.7-5-8.8 15 14.4 10-17.3 2.5 1.2 17.4z",id:"".concat(h[0])}),e.jsx("path",{d:"m233.4 335.5-13.8-9.1-13.4 9.6 4.8-15.5-13.6-9.5 16.6-.4 5-15.5 5.6 15.3 16.7-.1L228 320l5.3 15.4z"}),e.jsx("use",{height:"100%",width:"100%",x:"2.5",xlinkHref:"#".concat(h[0]),y:"269.1"}),e.jsx("use",{height:"100%",width:"100%",x:"-112.1",xlinkHref:"#".concat(h[0]),y:"123.2"}),e.jsx("use",{height:"100%",width:"100%",x:"108.4",xlinkHref:"#".concat(h[0]),y:"85"})]})]})}));exports.CX=a;
|
package/icons/flags/CY.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var l=require("react/jsx-runtime"),h=require("react"),a=require("../flag-icon/_FlagIconBase.js"),c=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var l=require("react/jsx-runtime"),h=require("react"),a=require("../flag-icon/_FlagIconBase.js"),c=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var e=h.forwardRef((function(h,e){var r=h.borderRadius,s=h.height,i=h.width,t=c.useStableUniqueId(1);return l.jsxs(a.FlagIconBase,{ref:e,borderRadius:r,height:s,viewBox:"0 0 640 480",width:i,children:[l.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),l.jsx("path",{d:"M307.8 398.6a.8.8 0 0 1-.2-.2h-.1l-1.3-1.4-3.8-4.5-4.9-6.3-.6-.9-6.2-1.9-4.6-2.1 2.4-2.7 8.4 3.5 6.2 1.3 11.5 8.5-3.3 2.9a37.2 37.2 0 0 0-3.3 3.5l.7-.5.8.6-1.6.2zm-42.6-12.8a31.7 31.7 0 0 1-16-4.5s.7-1.3 2.3-2.4c1.6-1.2 4.4-2.5 9-2.6 5.4 0 12 1.9 19.5 5.4a28.8 28.8 0 0 1-14.8 4zm-23.5-5.2c-1 0-2-.4-2.6-1a5.2 5.2 0 0 1-1.1-2.4 11.7 11.7 0 0 1-.3-3.4 3.5 3.5 0 0 1 1.3-.2c2 0 3.6 1.7 4.3 3.4.4 1 .5 1.8.2 2.5-.2.6-1 1-1.8 1zm41.3-4.8c-13.9-2-19.8-7-22.3-10.9-2.6-4.1-2-8-2-8s.8-.2 2-.2c3.8 0 13.2 1.9 22.3 19zm-28.5-2.8c-5.9 0-10.4-1-13.4-3a8.3 8.3 0 0 1-3-3.3 5.4 5.4 0 0 1-.4-1.6 18.2 18.2 0 0 1 7.2-1.4 27 27 0 0 1 18.9 8.7c-3.4.4-6.5.6-9.3.6zm-28.7-1c-6.2 0-14.8-2-20.2-7.3 0 0 5.9-1.5 12.4-1.7h1.2c5.9 0 10.4 1.1 13.4 3.4 1 .8 1.6 1.5 1.7 2.2.1.6-.2 1.2-.8 1.7-1.4 1-3.8 1.6-7.2 1.6h-.5zm-20.3-10.5a2.6 2.6 0 0 1-2-1 4.7 4.7 0 0 1-.8-2c-.3-1.4-.2-2.8-.2-2.9a2.4 2.4 0 0 1 1-.2c.9 0 1.6.5 2 1a5.6 5.6 0 0 1 1.4 2c.2.9.3 1.6 0 2.2 0 .4-.6 1-1.3 1zm46.9-1c-1 0-2-.4-2.6-1a5.2 5.2 0 0 1-1.1-2.4 11.7 11.7 0 0 1-.3-3.4 3.5 3.5 0 0 1 1.3-.2c2 0 3.7 1.7 4.3 3.4.4 1 .5 1.8.3 2.5-.3.6-1 1-2 1zm-22.8-1c-12.6-.4-19.2-4-22.4-7a14.6 14.6 0 0 1-3.4-4.3c-.5-1-.7-1.8-.7-2s1.2-.4 3-.4h.4c4.2 0 12.9 1.8 23 13.7zm13.6-1.2a30.8 30.8 0 0 1-18.9-9.3 19.4 19.4 0 0 1-4.1-7s1.2-.3 3-.4a14.2 14.2 0 0 1 1 0c5 .1 14.3 2.4 19 16.7zm-52-5a42 42 0 0 1-9.5-1c-5.3-1.4-7.6-3.4-8.6-4.9a5 5 0 0 1-.8-2 3.4 3.4 0 0 1 0-.8s3.5-1 8.4-1.1a35 35 0 0 1 7.4.6 21.7 21.7 0 0 1 12.8 8.1s-4 1.2-9.7 1.2zm23.5-8.4a3.4 3.4 0 0 1-2.5-1 5.2 5.2 0 0 1-1.1-2.4c-.4-1.6-.3-3.2-.3-3.4a3.5 3.5 0 0 1 1.2-.3h.1c2 0 3.6 1.8 4.3 3.5.4 1 .4 1.8.2 2.4-.3.7-1 1.1-1.9 1.1zm-17.6-2.5a38.6 38.6 0 0 1-9.6-4.2c-4.4-2.7-9.9-7.5-10.5-15l1-.1h.3c1.3 0 4 .3 7.3 2.8 4.2 3.2 8 8.8 11.5 16.5zm11.5-.4a31.2 31.2 0 0 1-7.6-4.9 48.5 48.5 0 0 1-13.3-18.6s.9-.5 2.3-.6a3.3 3.3 0 0 1 .2 0h.4c2 0 4.9.9 8.1 4.4 3.8 4 7.1 10.6 10 19.7zm-29.9-.9c-3.9 0-5.2-2-5.6-3a6 6 0 0 1-.4-3 8.5 8.5 0 0 1 2-.2 8 8 0 0 1 6.5 3c.2.4.8 1.4.3 2.3-.4.6-1.3 1-2.8 1zm-8.5-10.8a51.1 51.1 0 0 1-9-.7c-3.4-.6-5.3-3.5-6.4-5.9-1-2.5-1.4-5-1.4-5 10.6.3 15.7 3.4 18 6a9.4 9.4 0 0 1 2.6 5.5s-1.6.2-3.8.2zm11-11a42.7 42.7 0 0 1-2.4-3.4c-1.3-2-2.4-4-2.4-5.6 0-1.7-.4-5-.6-7l-.6-4.5c.3 0 6.6 2.4 6.6 8.4s-.6 12-.6 12v.1zm-8.2-.6h-.2a43.7 43.7 0 0 1-18.2-10.8c-1.7-2-2.8-5.2-3.1-9.4-.2-3 0-5.5 0-5.8a3.3 3.3 0 0 1 1.1-.1c1.4 0 3 .6 5 2a39.6 39.6 0 0 1 5.2 4.4c3.2 3.2 5.7 6.4 5.7 6.4.3.4 2 3.7 3.5 6.9a22 22 0 0 1 1.6 4.6c.1.6.2 1 0 1.4a.7.7 0 0 1-.3.4.9.9 0 0 1-.4 0z",fill:"#435125",id:"".concat(t[0])}),l.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 593.7 0)",width:"100%",xlinkHref:"#".concat(t[0])}),l.jsx("path",{d:"m519 76.4-1.8.7-.8.3-2.2-.1-2.2 1-3.8 2.6-.1.1-1.5.4-1.3-.6-.7.4-.3 1.5-.7 1.1-.9.6-3 .3-2.5 1.4-3.4-1-1.5.7-3.3 3-1.7.7h-.5l-2.3-.1-.9.3-1.4 1.3-2.6.2-.9.6-1.3 2.6L476 96l-.8.1-.8-.3-.7.1-.3 1.7-.6.7-1.8.6-1.4 1.2-1.3.6h-2l-1.7 1-3.1.2-1.3 1.2-.3.3-.6.3-1 .6-.2.2-1.2-.2-1.4.5-.6-.8-1 .5-1.2.1-1.6-.7-1.3-.6-.9.2-.3 1.5v.2l-1 1.2-1.7 1.1-.2.3-2 2.6-3.8 4-3.2 1.6-3.3 1-2.3 1.9-6 3-9.7 4.8-2 .6-2.8.4-5 1.9-4.4 1.3-.3.1-.8.3-6.3 1.9-2.9-.4-1.7.7-4.5-.5h-3.1l-2 .4-3.7 1.8-6.3 3-2 2-3.2 1.6-3.8 1.2v-1.6l-1.3.4-1 .3-3 .4h-1.7l-1.1-.3h-.2l-6.2 2.1-7 .7-3.5 1.1H333l-1.6.5-3.2.4-1.2-.3-.2-.1-9.4.4-4.3-.5-2 .5-3.5-1.2-5-.6-1.2-.3-2.6-.8-1.2.7-1 .1-2-.8h-.8l-1.8.6-1-.2-1-.8-2.1-.3-1.4-1.1-7.5 1-2-.6-6.9-2h-1l-1.4 1-2 .8-1.9.4-2.4.1-2.8-.7-2.8-1.4-1.1-.3-2.4.3h-.7l-4.4-2.3-5.6-3.5-3.8-1.9-1.5-.2-.2.7.7 2.2.3 2.3v2l-.1 1.3.3 1.1 1.4 1.6.6 1.5.4 4.2v4.3l-.7 6.8-.2 1-.8 3.6-.7 3.3-2.9 8.7-.7 1-2 1.3-4.3 3-3.2 1.8-1 .4-2.6.2H219l-2-1.1-2-.5-2.6-1.9-2.8-.6-3.2-1.8-.8-1-1.7-.2-2.4-.7-.9-.3-.6-.1-3-.1-2.9-1.3-1.5-.4h-2l-2.1 1-1.1.4-1.4-.5h-1l-1 1.7-.2.3-.8.4h-1.7l-.8.3-1.1.5-1 .4-.5.2h-.3l-.5.2h-.6l-1.2-.6-.6-.3-1-.2-.5.3-.1 1.9-.5 1.1-1.6 1.4-1.6 1.4-1 1.6-3 6.7-1.9 2.7-.5.7-2 2.1-1.7 1.3-3.9 3-3.7 1.5-3.2.6h-1.6l-3-.4-2.6-.8-3-1.8-3.1-2.6-4.7-4.5-.6-.4-.2-.1-1.4-1h-1.1l-.4.8-.3 1-.2.9-.5 5v.3l.3 2.1 3.6 5 1 2.6.2.3.7 1.2.6 1 1.3 3.6-.9 2 .4 1.4-1 .8-.2 1.2 3.1 4 .7 1.7-.7 2.4-1.3 1.4-.3.3.2 1 1.4 1.4 2.5 2.2 1.3 3.2 1 1 1.2-.3.6.5h1l1 1 .6.2 1 .5.8 1 .1 3.2 1.5 3.8v2.5l1 1.5.2 1.2-.5 3.3 1.2 1 1.2-.2.8.1 1.3 1.1 1.6 2.4 1.6-.2 1 .4 4.7 4.3 1 .6.9.4 1 1 1.4-1h.2l1.6-.2.7.5 1.4.9h1.7l4 1.2 1.6.4 3.4 2.1 1.5.9.8.7 1.2 1 2.2 1 2 .4 1 .2.9.3 4.2 1.7 2.3.5 2 .8 1.6.5h1.2l1.6-1.3h1.5l1.3.2 1.3-.2 2-1.2.3-.6 1.4-.6 4.8-.6 1.4.4 3.6-1.5 2.4.6 2-.7 4.7 1 1.2.9 1.4 1.5h1.7l-.7 1.1 2 2.2 1.9 2.7.1.4 1.3 3.9 1 1.4.7 1.9v1.2l-1 .9-.2.4v.2l.2.5.4-.2.7-.4 1-.2 1.6.2 1.1.1 1.7-.8 1.2-.6 1.8.8h2l.9.3 2.4 1.1 1.2.1.4-.3.3-.6-.1-.8-1-1.1-2-2.4-.8-1.2-.6-1.7-.2-2.2-.2-1.5.3-2 .5-.7.4-1.6.1-.4 1.2-1.5 3-2 3.2-2.8 2.5-1.7 2.6-1.1v-.3l.4.1 6.6-2.3 3-.5 20 1.4.7-.2.7-1.9.3-.3.3-.2 2.2-1 1-.2 2.8.7 1.2.3 1.9-1h1.3l2.7-1.5h1.7l.7-.2 3.3-2.4 3.1-.9.8-.4.3-.2 3.3-1.7 2-1.6 1.8-1 2-.4 5-.4 1.1-1.7 2.2-.3 1.3-1.5 1.5-.6 1.1-1.6 1-1.3 1.2-.7 4.1-.3 4.8.6.7-.4 1-3.9 1.2-.7 3-4.5v-1.6l.1-1.4.5-2-.3-3.4.4-3.6 1.9-4.5 1.7-1.8 2.7-1.9 1.4-.6 2-.3h.2l.5-.2h9.2l2.3-.1 5.7 1h.4l1.9.7 2.2 1.7 2.4 2.3.4.4 1.5.7.5.2 1.2-.2 1.8-1 1.4-1 1.8-1v-.2l1.1-1.5.4-.7 3.6-1.4 4.2-.2.5-.3h.2l1.1-1.4h1l2.6 1 1.7-.4 1.4.5 1.1-.1 2-.3 2.3 1.6 1.3.2 4.5 2.6h.4l.2.1.5-.2.8-.2h.1l.1.1.6.7.7.1.8-1-.3-.6-.1-.2-1.7-.3-1.4-2.5 1.4-1.5-2.2-2.6-.4-.5v-.1l-.8-1.2-3.8-5.8-5-4-1.7-1.3-.6-.5-2.7-2.7-1.9-2.5-.2-.5-.4-.9-1.1-2.4-2-1.5-1.6-1.8-3.4-4.6-.5-.7-.8-.5h-1.7l-.1-.2h-.1v-.1l.8-.8 1-.2.3-.9-1.7-4.9v-.2l-.1-1.5 1.3-7.1.2-.9 2.4-4.7 1.4-1.2 1.6-3.1 1.4-2 1.3-1.3.2-.1 2.3-1.4 2-.3 1.9-.3 3.3 1h3l.7-.1 1.4-.2 2.3-.7 1.1-.7.6-.8 1.2-4 .4-1.3.7-1.4 4.3-4.9 3.2-3 7.2-5.2 3.5-2.1 1.8-1.1 16.1-7.2 4.2-4.2 2.2-2.2 3.8-2.6 4.5-1.9 4-3 .8-1.1 1-3.5 1-.2.7-1.7.3-.5 3.1-2.2.4-.2 12.3-6.2 1.8.3 1-1.5 3.5-.6h.7l.9-.5.7-1.3v-.3l.1-3.4.8-.9.4-2.2.4-.6.4-.5 1-.7-.2-.4z",fill:"#d47600"})]})}));exports.CY=e;
|
package/icons/flags/CZ.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,c=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(c[0]),children:e.jsx("path",{d:"M-74 0h682.7v512H-74z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(69.4) scale(.94)",children:[e.jsx("path",{d:"M-74 0h768v512H-74z",fill:"#e80000"}),e.jsx("path",{d:"M-74 0h768v256H-74z",fill:"#fff"}),e.jsx("path",{d:"m-74 0 382.7 255.7L-74 511V0z",fill:"#00006f"})]})]})}));exports.CZ=t;
|
package/icons/flags/DJ.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),r=require("react"),i=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"),r=require("react"),i=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=r.forwardRef((function(r,s){var a=r.borderRadius,t=r.height,d=r.width,c=l.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:s,borderRadius:a,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-40 0h682.7v512H-40z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",transform:"translate(37.5) scale(.94)",children:[e.jsx("path",{d:"M-40 0h768v512H-40z",fill:"#0c0"}),e.jsx("path",{d:"M-40 0h768v256H-40z",fill:"#69f"}),e.jsx("path",{d:"m-40 0 382.7 255.7L-40 511V0z",fill:"#fffefe"}),e.jsx("path",{d:"M119.8 292 89 270l-30.7 22.4L69.7 256l-30.6-22.5 37.9-.3 11.7-36.3 12 36.2h37.9l-30.5 22.7 11.7 36.4z",fill:"red"})]})]})}));exports.DJ=s;
|
package/icons/flags/DO.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var c=require("react/jsx-runtime"),a=require("react"),l=require("../flag-icon/_FlagIconBase.js"),v=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../_tslib-bd4862e8.js"),require("uuid");var i=a.forwardRef((function(a,i){var h=a.borderRadius,s=a.height,f=a.width,t=v.useStableUniqueId(1);return c.jsxs(l.FlagIconBase,{ref:i,borderRadius:h,height:s,viewBox:"0 0 24 25",width:f,children:[c.jsxs("g",{clipPath:"url(#".concat(t[0],")"),children:[c.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:"#002D62"}),c.jsx("path",{d:"M21.333 3.778h-8v7.333H24V6.444a2.667 2.667 0 0 0-2.667-2.666Z",fill:"#DD2E44"}),c.jsx("path",{d:"M2.667 21.11h8v-7.332H0v4.666a2.667 2.667 0 0 0 2.667 2.667Z",fill:"#CE1225"}),c.jsx("path",{d:"M24 10.444H14V3.778h-4v6.666H0v4h10v6.667h4v-6.667h10v-4Z",fill:"#EEE"}),c.jsx("path",{d:"M12.015 11.074h-1.278l.223.216v1.103h1.055v-1.319Zm0 2.624c.17-.185.286-.178.766-.178.257 0 .287-.174.287-.514v-.613h-1.053v1.305Z",fill:"#002D62"}),c.jsx("path",{d:"M12.015 13.698c-.17-.185-.286-.178-.768-.178-.257 0-.287-.174-.287-.514v-.613h1.055v1.305Zm0-2.624h1.276l-.223.216v1.103h-1.053v-1.319Z",fill:"#CE1225"}),c.jsx("path",{d:"M12.197 13.562v-2.488h-.365v2.49a.461.461 0 0 1 .183.134.497.497 0 0 1 .182-.136Z",fill:"#fff"}),c.jsx("path",{d:"M10.96 12.207h2.107v.365H10.96v-.365Z",fill:"#fff"}),c.jsx("path",{d:"m12.015 12.148.692-.738v.223l.128-.107v1.234c0 .458-.722.412-.821.201-.1.211-.821.257-.821-.201v-1.234l.128.107v-.223l.694.738Z",fill:"#002D62"}),c.jsx("path",{d:"M12.015 12.94c-.332.178-.548.038-.548-.132v-.212c-.128 0-.274-.066-.274-.108v-.182c0 .054.216.103.274.103v-.639l.12.096V11.7l.183.186v.131l-.12-.102v.54c.124 0 .221.074.365.074.142 0 .24-.074.364-.074v-.54l-.12.102v-.13l.182-.187v.166l.121-.096v.639c.058 0 .273-.05.273-.103v.182c0 .042-.145.108-.273.108v.212c0 .17-.216.31-.547.132v-.186c.178.103.364.128.364.016v-.132c-.124 0-.222.074-.364.074-.144 0-.241-.074-.366-.074v.132c0 .112.188.087.366-.016v.186Z",fill:"#fff"}),c.jsx("path",{d:"M12.26 11.887v.13l.12-.101v.54c-.125 0-.223.074-.365.074-.144 0-.241-.074-.366-.074v-.54l.121.102v-.131l.245.262.244-.262Z",fill:"#CE1225"}),c.jsx("path",{d:"M11.193 12.488v.272c0 .458.722.412.822.2.098.212.82.258.82-.2v-.272c0 .04-.145.108-.273.108v.212c0 .169-.216.31-.547.132-.332.178-.548.038-.548-.132v-.212c-.128 0-.274-.066-.274-.108Z",fill:"#CE1225"}),c.jsx("path",{d:"M12.292 10.632c.013-.033.025-.081.037-.125a2.61 2.61 0 0 0-.63 0c.012.044.025.092.038.125.008.026-.042.088-.22.077a2.778 2.778 0 0 0-.569.04c.033.05.045.06.041.098-.004.043-.106.084-.284.11-.178.024-.247.209-.308.473a1.237 1.237 0 0 0-.25-.067c.04-.172.178-.563.35-.602-.042-.093-.032-.14.129-.215.174-.082.469-.131.793-.143-.02-.079 0-.11.102-.154.088-.038.226-.067.494-.067.267 0 .406.029.493.067.103.043.123.075.103.154.324.012.619.061.792.143.161.074.171.122.129.215.172.04.31.43.35.602-.067.01-.18.039-.249.067-.061-.264-.13-.449-.309-.474-.178-.025-.28-.066-.285-.109-.004-.039.009-.049.041-.099a2.775 2.775 0 0 0-.569-.039c-.177.01-.226-.052-.219-.077Z",fill:"#002D62"}),c.jsx("path",{d:"m12.015 12.211.848-.727.019.022-.867.742v-.037Zm0-.081.716-.778.021.02-.737.8v-.042Zm0-.107.569-.786.023.017-.592.818v-.049Zm0 .188-.849-.727-.019.022.868.742v-.037Z",fill:"#996B38"}),c.jsx("path",{d:"m12.015 12.13-.717-.778-.02.02.737.8v-.042Zm0-.107-.57-.786-.024.017.594.818v-.049Z",fill:"#996B38"}),c.jsx("path",{d:"m12.85 11.474.121-.064-.081.111c-.007.006-.046-.042-.04-.047Zm-.134-.13.115-.078-.068.12c-.007.006-.052-.037-.047-.042Zm-.147-.115.104-.091-.054.127c-.006.008-.055-.03-.05-.036Zm-1.39.245-.122-.064.082.111c.006.006.046-.042.04-.047Zm.133-.13-.113-.078.068.12c.006.006.051-.037.045-.042Zm.148-.115-.104-.091.053.127c.006.008.056-.03.051-.036Z",fill:"#FFCE46"}),c.jsx("path",{d:"M11.809 12.026c.033-.028.127-.073.182-.044.043-.05.144-.092.2-.063l.117.362c-.033.023-.099.011-.14.037-.011.006-.043.024-.049.038-.02-.01-.065-.004-.097.006-.03.009-.05.04-.085.044l-.128-.38Z",fill:"#fff"}),c.jsx("path",{d:"m11.939 12.41-.132-.384.001-.002c.036-.029.13-.071.185-.043.038-.047.143-.093.199-.063l.119.363c-.018.014-.042.017-.068.02a.179.179 0 0 0-.073.02c-.015.008-.043.024-.048.037a.202.202 0 0 0-.098.007c-.013.004-.023.012-.035.02a.124.124 0 0 1-.05.025Zm-.128-.384.129.38a.136.136 0 0 0 .046-.025.14.14 0 0 1 .036-.02c.03-.01.076-.017.099-.007.002-.012.03-.028.044-.036a.192.192 0 0 1 .077-.021.139.139 0 0 0 .065-.017l-.119-.36c-.05-.026-.15.013-.195.064-.054-.028-.146.014-.182.042Z",fill:"#000"}),c.jsx("path",{d:"M13.138 13.964c.109 0 .253.03.298.046a.692.692 0 0 0-.19-.1c.1.016.125.033.191.05.046.013.054.018.056.084 0 .045 0 .103.028.01.025-.084.034-.096-.01-.124a.916.916 0 0 0-.174-.09c.128.033.232.074.294.115a.494.494 0 0 0-.158-.153c.075.018.175.058.245.096a.495.495 0 0 0-.163-.152c.114.024.234.061.3.098a.48.48 0 0 0-.23-.186.873.873 0 0 1 .299.086c-.073-.07-.15-.144-.225-.169.103.014.199.04.255.066a.578.578 0 0 0-.3-.147c.079.002.179.01.263.026a.517.517 0 0 0-.245-.072.797.797 0 0 1 .431.027 1.057 1.057 0 0 0-.295-.114c.063-.003.154-.018.213-.01a1.107 1.107 0 0 0-.29-.049 3.28 3.28 0 0 1 .329-.075c-.133-.009-.282 0-.415.021.147-.124.254-.124.349-.14.095-.017.166-.038.067-.048a3.412 3.412 0 0 0-.16-.012 1.71 1.71 0 0 0 .277-.12c.043-.023.15-.1.035-.048-.114.052-.277.06-.425.076a.407.407 0 0 0-.153.043c.08-.046.17-.095.264-.14.094-.045.074-.06.156.033.039.046.036 0-.015-.119-.041-.092-.077-.05-.167-.014a1.18 1.18 0 0 0-.125.059c.052-.062.232-.27.261-.306.032-.035.08.006.141.046.059.04.039.002-.017-.063-.057-.064-.084-.074-.121-.043-.037.032-.217.146-.317.241.184-.174.397-.37.446-.426-.106.057-.2.12-.285.185.03-.04.083-.118.11-.15-.042.028-.1.058-.134.09.05-.088.101-.169.109-.183.011-.023.023-.028.04-.03l.094-.007c.053-.004.032-.016.009-.022-.148-.038-.142-.022-.175.01a1.323 1.323 0 0 0-.091.107c.037-.115.15-.223.167-.255a.68.68 0 0 0-.218.166c.052-.085.218-.216.268-.268a.709.709 0 0 0-.188.108c.028-.048.054-.099.078-.15a.632.632 0 0 0-.208.222 1.25 1.25 0 0 1 .022-.08c.03-.057.11-.135.151-.18.042-.046.051-.059.17.016a.438.438 0 0 0-.061-.116c-.034-.052-.05-.03-.097.01-.026.02-.05.05-.097.09.051-.13.11-.27.142-.362a.975.975 0 0 0-.204.324c.004-.092.054-.278.045-.374a.575.575 0 0 0-.103.235c-.002-.1-.004-.225-.028-.297.007.062-.057.204-.074.304-.04-.095-.084-.186-.109-.25.002.05.016.164.037.298-.033-.103-.154-.21-.158-.294-.003.12.084.324.093.382.001.018.009.046.015.078-.041-.066-.14-.186-.166-.265 0 .05.019.136.028.19-.052-.048-.088-.02-.176.146.028-.009.062-.045.086-.062.025-.017.048-.035.075.008.033.055.123.18.172.34-.014-.046-.097-.154-.127-.201.007.022.022.097.032.14a1.102 1.102 0 0 0-.112-.23c-.002.054.038.206.044.27-.024-.055-.05-.104-.07-.145.015.043.038.195.035.273a1.654 1.654 0 0 0-.095-.149c.022.063.04.187.043.258a.66.66 0 0 0-.03-.055c-.041-.066-.069.054-.093.116-.026.062-.012.054.016.011.044-.066.038-.057.064.015.016.042.06.144.097.278-.036-.059-.086-.137-.113-.195-.027-.058-.029-.055 0 .06.019.076.066.216.047.365a4.153 4.153 0 0 0-.1-.31c.006.065.014.188.014.24a.27.27 0 0 0-.055-.074c.027.088.034.24.034.334a.636.636 0 0 0-.056-.153c-.002.069.017.23.034.304a.69.69 0 0 0-.06-.158.76.76 0 0 1-.004.287.541.541 0 0 0-.032-.126c-.007.04-.016.152-.044.2a.54.54 0 0 0 .011-.178.957.957 0 0 1-.08.21.944.944 0 0 0 .029-.176c-.01.043-.039.078-.055.116a.69.69 0 0 0 .007-.137.816.816 0 0 1-.136.26.675.675 0 0 0 .041-.227c-.053.094-.058.134-.143.246a.33.33 0 0 0 .028-.216.97.97 0 0 1-.079.168.628.628 0 0 1 .02-.222c-.037.024-.087.096-.087.15a.31.31 0 0 0-.066-.138c.028.186.018.347-.094.421-.248.163-.458.523-.761.657.021.012.07.054.096.084.29-.128.485-.417.71-.578.107-.058.351.071.621.001.104-.027.307.033.398.07-.043-.057-.125-.104-.271-.133Z",fill:"#549334"}),c.jsx("path",{d:"M11.05 13.777c.05-.009.187-.007.295.01-.072-.027-.026-.198-.113-.262.09.041.127.027.175.035l.016.004a.162.162 0 0 1 .021-.098c.012.045.062.055.105.088l.022.019c.002-.054.08-.125.089-.16.017.048.06.082.077.15.041.175-.096.211-.046.336.248.163.469.487.772.622a.491.491 0 0 0-.096.083c-.402-.178-.661-.693-1.029-.718l-.028.01c-.091.045-.177.078-.257.06a.358.358 0 0 0-.22.04c.102-.157.154-.202.217-.22a.346.346 0 0 1-.232.006c-.045.11-.152.14-.247.153-.096.013-.166.051-.196.104a.353.353 0 0 1 .007-.156.511.511 0 0 0-.151.003c.056-.022.108-.182.246-.202a.254.254 0 0 1-.068-.065c.033.019.062-.002.122-.018a.434.434 0 0 1 .122-.013.242.242 0 0 1-.091-.136c-.043.129-.184.164-.267.17-.1.006-.148.039-.166.066 0-.061.02-.111.042-.144-.041.004-.079.005-.1.014a.264.264 0 0 1 .114-.184c-.061-.014-.145-.121-.15-.197.048.055.245-.002.341.105a.27.27 0 0 1-.098-.191c.022.03.07.03.116.057-.065-.235-.227-.182-.323-.257-.122-.096-.073-.262-.17-.34.042 0 .078.002.106.01a.642.642 0 0 1-.018-.211c.024.074.106.064.158.137a.11.11 0 0 0 .01-.06c.038.044.072.083.094.124-.006-.079.026-.125.05-.146a.35.35 0 0 0 .037.158c.031.062.043.133.02.247-.021.108.023.19.078.27a.844.844 0 0 0-.015-.228.422.422 0 0 1-.007-.198.336.336 0 0 0 .09.122.1.1 0 0 1 .023.042l.032-.077c.013-.037-.16-.1-.15-.295-.116-.064-.221-.15-.25-.306a.195.195 0 0 0 .064.034c-.064-.096-.08-.216-.058-.276.016.05.066.062.121.1.013-.102-.096-.177-.093-.276.004-.158.086-.16.115-.258a.44.44 0 0 1 .051.105c.019-.066.099-.115.1-.165.042.06.072.127.05.195a.187.187 0 0 1 .15.02c-.101.019-.095.14-.162.172-.066.031-.191.119-.16.25a.47.47 0 0 1 .102.243c.02.02.038.044.051.072a.482.482 0 0 0 .044-.1c-.006-.051-.075-.108-.093-.16-.026-.066.034-.17.01-.26a.272.272 0 0 1 .128.083c.031-.072.09-.117.092-.238.024.047.045.1.058.15a.365.365 0 0 1 .18-.13c-.048.083-.031.165-.033.233-.002.068-.004.183-.103.259-.1.077-.126.098-.147.292.042-.091.143-.162.147-.21.02.086.037.153.034.212.034-.04.094-.061.164-.065-.05.058-.087.284-.22.31-.132.028-.185.162-.221.216-.045.069-.057.122-.011.212a.464.464 0 0 1 .036-.197c.044-.088.138-.125.144-.187.013.066.02.118.017.16.067-.134.207-.095.247-.134a.352.352 0 0 0-.069.158.256.256 0 0 1-.147.178c-.061.029-.114.034-.146.097-.008.037.024.069.024.125a.133.133 0 0 1 .018-.053c.038-.055.063-.096.063-.127.083.083.101.164.075.25-.027.089-.047.16.007.229.032.027.07.047.104.058.044-.044-.007-.097-.057-.15-.05-.05-.046-.173-.004-.223.041-.051.077-.104.074-.15a.327.327 0 0 1 .074.103.194.194 0 0 1 .071-.095c.007.073.054.106.054.185a.181.181 0 0 1 .104-.104c-.01.04.026.1.031.139.004.03 0 .064-.014.1a.193.193 0 0 1-.102.11c-.019.01-.049.02-.079.034.07-.01.2.014.229.066-.053-.02-.167.022-.223.045Z",fill:"#549334"}),c.jsx("path",{d:"M12.08 14.236c-.013-.012-.033-.018-.065-.018s-.052.006-.065.018c-.13-.045-.215-.026-.215.015v.125c0 .022.048.048.224.006a.095.095 0 0 0 .056.014.093.093 0 0 0 .058-.016v.001c.177.043.225.016.225-.005v-.126c0-.041-.085-.061-.218-.014Z",fill:"#CE1225"}),c.jsx("path",{d:"M12.285 14.23a.534.534 0 0 1 .158.037 1.399 1.399 0 0 0-.019.15.378.378 0 0 0-.139-.047v-.14Zm-.537 0a.538.538 0 0 0-.159.037c.007.027.02.127.02.15a.375.375 0 0 1 .138-.047v-.14h.001Z",fill:"#CE1225"}),c.jsx("path",{d:"M12.015 14.101c.378 0 .682.023.924.075-.03.022-.056.052-.075.067-.022.019-.014.07.036.115.05.043.171.081.292.028l.07-.03c-.035.028-.063.066-.047.102.071.159.346-.05.51.15.044-.056.154-.172.199-.216-.093-.113-.223-.094-.33-.086.039-.064.043-.114-.043-.175-.035-.025-.156-.021-.266.029.02-.052.016-.138-.155-.213-.261-.117-.705-.141-1.115-.141-.41 0-.854.024-1.116.141-.171.075-.175.16-.154.213-.112-.05-.231-.054-.267-.029-.085.061-.08.11-.041.175-.108-.008-.238-.027-.332.086.046.044.156.16.199.216.164-.201.44.009.51-.15.016-.036-.012-.074-.045-.102l.068.03a.293.293 0 0 0 .292-.028c.05-.044.058-.096.036-.115-.02-.015-.044-.045-.075-.067.242-.052.546-.075.925-.075Z",fill:"#CE1225"})]}),c.jsx("defs",{children:c.jsx("clipPath",{id:"".concat(t[0]),children:c.jsx("path",{d:"M0 .444h24v24H0z",fill:"#fff"})})})]})}));exports.DO=i;
|
|
1
|
+
"use strict";var c=require("react/jsx-runtime"),a=require("react"),l=require("../flag-icon/_FlagIconBase.js"),v=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../tslib.es6-5672428a.js"),require("uuid");var i=a.forwardRef((function(a,i){var h=a.borderRadius,s=a.height,f=a.width,t=v.useStableUniqueId(1);return c.jsxs(l.FlagIconBase,{ref:i,borderRadius:h,height:s,viewBox:"0 0 24 25",width:f,children:[c.jsxs("g",{clipPath:"url(#".concat(t[0],")"),children:[c.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:"#002D62"}),c.jsx("path",{d:"M21.333 3.778h-8v7.333H24V6.444a2.667 2.667 0 0 0-2.667-2.666Z",fill:"#DD2E44"}),c.jsx("path",{d:"M2.667 21.11h8v-7.332H0v4.666a2.667 2.667 0 0 0 2.667 2.667Z",fill:"#CE1225"}),c.jsx("path",{d:"M24 10.444H14V3.778h-4v6.666H0v4h10v6.667h4v-6.667h10v-4Z",fill:"#EEE"}),c.jsx("path",{d:"M12.015 11.074h-1.278l.223.216v1.103h1.055v-1.319Zm0 2.624c.17-.185.286-.178.766-.178.257 0 .287-.174.287-.514v-.613h-1.053v1.305Z",fill:"#002D62"}),c.jsx("path",{d:"M12.015 13.698c-.17-.185-.286-.178-.768-.178-.257 0-.287-.174-.287-.514v-.613h1.055v1.305Zm0-2.624h1.276l-.223.216v1.103h-1.053v-1.319Z",fill:"#CE1225"}),c.jsx("path",{d:"M12.197 13.562v-2.488h-.365v2.49a.461.461 0 0 1 .183.134.497.497 0 0 1 .182-.136Z",fill:"#fff"}),c.jsx("path",{d:"M10.96 12.207h2.107v.365H10.96v-.365Z",fill:"#fff"}),c.jsx("path",{d:"m12.015 12.148.692-.738v.223l.128-.107v1.234c0 .458-.722.412-.821.201-.1.211-.821.257-.821-.201v-1.234l.128.107v-.223l.694.738Z",fill:"#002D62"}),c.jsx("path",{d:"M12.015 12.94c-.332.178-.548.038-.548-.132v-.212c-.128 0-.274-.066-.274-.108v-.182c0 .054.216.103.274.103v-.639l.12.096V11.7l.183.186v.131l-.12-.102v.54c.124 0 .221.074.365.074.142 0 .24-.074.364-.074v-.54l-.12.102v-.13l.182-.187v.166l.121-.096v.639c.058 0 .273-.05.273-.103v.182c0 .042-.145.108-.273.108v.212c0 .17-.216.31-.547.132v-.186c.178.103.364.128.364.016v-.132c-.124 0-.222.074-.364.074-.144 0-.241-.074-.366-.074v.132c0 .112.188.087.366-.016v.186Z",fill:"#fff"}),c.jsx("path",{d:"M12.26 11.887v.13l.12-.101v.54c-.125 0-.223.074-.365.074-.144 0-.241-.074-.366-.074v-.54l.121.102v-.131l.245.262.244-.262Z",fill:"#CE1225"}),c.jsx("path",{d:"M11.193 12.488v.272c0 .458.722.412.822.2.098.212.82.258.82-.2v-.272c0 .04-.145.108-.273.108v.212c0 .169-.216.31-.547.132-.332.178-.548.038-.548-.132v-.212c-.128 0-.274-.066-.274-.108Z",fill:"#CE1225"}),c.jsx("path",{d:"M12.292 10.632c.013-.033.025-.081.037-.125a2.61 2.61 0 0 0-.63 0c.012.044.025.092.038.125.008.026-.042.088-.22.077a2.778 2.778 0 0 0-.569.04c.033.05.045.06.041.098-.004.043-.106.084-.284.11-.178.024-.247.209-.308.473a1.237 1.237 0 0 0-.25-.067c.04-.172.178-.563.35-.602-.042-.093-.032-.14.129-.215.174-.082.469-.131.793-.143-.02-.079 0-.11.102-.154.088-.038.226-.067.494-.067.267 0 .406.029.493.067.103.043.123.075.103.154.324.012.619.061.792.143.161.074.171.122.129.215.172.04.31.43.35.602-.067.01-.18.039-.249.067-.061-.264-.13-.449-.309-.474-.178-.025-.28-.066-.285-.109-.004-.039.009-.049.041-.099a2.775 2.775 0 0 0-.569-.039c-.177.01-.226-.052-.219-.077Z",fill:"#002D62"}),c.jsx("path",{d:"m12.015 12.211.848-.727.019.022-.867.742v-.037Zm0-.081.716-.778.021.02-.737.8v-.042Zm0-.107.569-.786.023.017-.592.818v-.049Zm0 .188-.849-.727-.019.022.868.742v-.037Z",fill:"#996B38"}),c.jsx("path",{d:"m12.015 12.13-.717-.778-.02.02.737.8v-.042Zm0-.107-.57-.786-.024.017.594.818v-.049Z",fill:"#996B38"}),c.jsx("path",{d:"m12.85 11.474.121-.064-.081.111c-.007.006-.046-.042-.04-.047Zm-.134-.13.115-.078-.068.12c-.007.006-.052-.037-.047-.042Zm-.147-.115.104-.091-.054.127c-.006.008-.055-.03-.05-.036Zm-1.39.245-.122-.064.082.111c.006.006.046-.042.04-.047Zm.133-.13-.113-.078.068.12c.006.006.051-.037.045-.042Zm.148-.115-.104-.091.053.127c.006.008.056-.03.051-.036Z",fill:"#FFCE46"}),c.jsx("path",{d:"M11.809 12.026c.033-.028.127-.073.182-.044.043-.05.144-.092.2-.063l.117.362c-.033.023-.099.011-.14.037-.011.006-.043.024-.049.038-.02-.01-.065-.004-.097.006-.03.009-.05.04-.085.044l-.128-.38Z",fill:"#fff"}),c.jsx("path",{d:"m11.939 12.41-.132-.384.001-.002c.036-.029.13-.071.185-.043.038-.047.143-.093.199-.063l.119.363c-.018.014-.042.017-.068.02a.179.179 0 0 0-.073.02c-.015.008-.043.024-.048.037a.202.202 0 0 0-.098.007c-.013.004-.023.012-.035.02a.124.124 0 0 1-.05.025Zm-.128-.384.129.38a.136.136 0 0 0 .046-.025.14.14 0 0 1 .036-.02c.03-.01.076-.017.099-.007.002-.012.03-.028.044-.036a.192.192 0 0 1 .077-.021.139.139 0 0 0 .065-.017l-.119-.36c-.05-.026-.15.013-.195.064-.054-.028-.146.014-.182.042Z",fill:"#000"}),c.jsx("path",{d:"M13.138 13.964c.109 0 .253.03.298.046a.692.692 0 0 0-.19-.1c.1.016.125.033.191.05.046.013.054.018.056.084 0 .045 0 .103.028.01.025-.084.034-.096-.01-.124a.916.916 0 0 0-.174-.09c.128.033.232.074.294.115a.494.494 0 0 0-.158-.153c.075.018.175.058.245.096a.495.495 0 0 0-.163-.152c.114.024.234.061.3.098a.48.48 0 0 0-.23-.186.873.873 0 0 1 .299.086c-.073-.07-.15-.144-.225-.169.103.014.199.04.255.066a.578.578 0 0 0-.3-.147c.079.002.179.01.263.026a.517.517 0 0 0-.245-.072.797.797 0 0 1 .431.027 1.057 1.057 0 0 0-.295-.114c.063-.003.154-.018.213-.01a1.107 1.107 0 0 0-.29-.049 3.28 3.28 0 0 1 .329-.075c-.133-.009-.282 0-.415.021.147-.124.254-.124.349-.14.095-.017.166-.038.067-.048a3.412 3.412 0 0 0-.16-.012 1.71 1.71 0 0 0 .277-.12c.043-.023.15-.1.035-.048-.114.052-.277.06-.425.076a.407.407 0 0 0-.153.043c.08-.046.17-.095.264-.14.094-.045.074-.06.156.033.039.046.036 0-.015-.119-.041-.092-.077-.05-.167-.014a1.18 1.18 0 0 0-.125.059c.052-.062.232-.27.261-.306.032-.035.08.006.141.046.059.04.039.002-.017-.063-.057-.064-.084-.074-.121-.043-.037.032-.217.146-.317.241.184-.174.397-.37.446-.426-.106.057-.2.12-.285.185.03-.04.083-.118.11-.15-.042.028-.1.058-.134.09.05-.088.101-.169.109-.183.011-.023.023-.028.04-.03l.094-.007c.053-.004.032-.016.009-.022-.148-.038-.142-.022-.175.01a1.323 1.323 0 0 0-.091.107c.037-.115.15-.223.167-.255a.68.68 0 0 0-.218.166c.052-.085.218-.216.268-.268a.709.709 0 0 0-.188.108c.028-.048.054-.099.078-.15a.632.632 0 0 0-.208.222 1.25 1.25 0 0 1 .022-.08c.03-.057.11-.135.151-.18.042-.046.051-.059.17.016a.438.438 0 0 0-.061-.116c-.034-.052-.05-.03-.097.01-.026.02-.05.05-.097.09.051-.13.11-.27.142-.362a.975.975 0 0 0-.204.324c.004-.092.054-.278.045-.374a.575.575 0 0 0-.103.235c-.002-.1-.004-.225-.028-.297.007.062-.057.204-.074.304-.04-.095-.084-.186-.109-.25.002.05.016.164.037.298-.033-.103-.154-.21-.158-.294-.003.12.084.324.093.382.001.018.009.046.015.078-.041-.066-.14-.186-.166-.265 0 .05.019.136.028.19-.052-.048-.088-.02-.176.146.028-.009.062-.045.086-.062.025-.017.048-.035.075.008.033.055.123.18.172.34-.014-.046-.097-.154-.127-.201.007.022.022.097.032.14a1.102 1.102 0 0 0-.112-.23c-.002.054.038.206.044.27-.024-.055-.05-.104-.07-.145.015.043.038.195.035.273a1.654 1.654 0 0 0-.095-.149c.022.063.04.187.043.258a.66.66 0 0 0-.03-.055c-.041-.066-.069.054-.093.116-.026.062-.012.054.016.011.044-.066.038-.057.064.015.016.042.06.144.097.278-.036-.059-.086-.137-.113-.195-.027-.058-.029-.055 0 .06.019.076.066.216.047.365a4.153 4.153 0 0 0-.1-.31c.006.065.014.188.014.24a.27.27 0 0 0-.055-.074c.027.088.034.24.034.334a.636.636 0 0 0-.056-.153c-.002.069.017.23.034.304a.69.69 0 0 0-.06-.158.76.76 0 0 1-.004.287.541.541 0 0 0-.032-.126c-.007.04-.016.152-.044.2a.54.54 0 0 0 .011-.178.957.957 0 0 1-.08.21.944.944 0 0 0 .029-.176c-.01.043-.039.078-.055.116a.69.69 0 0 0 .007-.137.816.816 0 0 1-.136.26.675.675 0 0 0 .041-.227c-.053.094-.058.134-.143.246a.33.33 0 0 0 .028-.216.97.97 0 0 1-.079.168.628.628 0 0 1 .02-.222c-.037.024-.087.096-.087.15a.31.31 0 0 0-.066-.138c.028.186.018.347-.094.421-.248.163-.458.523-.761.657.021.012.07.054.096.084.29-.128.485-.417.71-.578.107-.058.351.071.621.001.104-.027.307.033.398.07-.043-.057-.125-.104-.271-.133Z",fill:"#549334"}),c.jsx("path",{d:"M11.05 13.777c.05-.009.187-.007.295.01-.072-.027-.026-.198-.113-.262.09.041.127.027.175.035l.016.004a.162.162 0 0 1 .021-.098c.012.045.062.055.105.088l.022.019c.002-.054.08-.125.089-.16.017.048.06.082.077.15.041.175-.096.211-.046.336.248.163.469.487.772.622a.491.491 0 0 0-.096.083c-.402-.178-.661-.693-1.029-.718l-.028.01c-.091.045-.177.078-.257.06a.358.358 0 0 0-.22.04c.102-.157.154-.202.217-.22a.346.346 0 0 1-.232.006c-.045.11-.152.14-.247.153-.096.013-.166.051-.196.104a.353.353 0 0 1 .007-.156.511.511 0 0 0-.151.003c.056-.022.108-.182.246-.202a.254.254 0 0 1-.068-.065c.033.019.062-.002.122-.018a.434.434 0 0 1 .122-.013.242.242 0 0 1-.091-.136c-.043.129-.184.164-.267.17-.1.006-.148.039-.166.066 0-.061.02-.111.042-.144-.041.004-.079.005-.1.014a.264.264 0 0 1 .114-.184c-.061-.014-.145-.121-.15-.197.048.055.245-.002.341.105a.27.27 0 0 1-.098-.191c.022.03.07.03.116.057-.065-.235-.227-.182-.323-.257-.122-.096-.073-.262-.17-.34.042 0 .078.002.106.01a.642.642 0 0 1-.018-.211c.024.074.106.064.158.137a.11.11 0 0 0 .01-.06c.038.044.072.083.094.124-.006-.079.026-.125.05-.146a.35.35 0 0 0 .037.158c.031.062.043.133.02.247-.021.108.023.19.078.27a.844.844 0 0 0-.015-.228.422.422 0 0 1-.007-.198.336.336 0 0 0 .09.122.1.1 0 0 1 .023.042l.032-.077c.013-.037-.16-.1-.15-.295-.116-.064-.221-.15-.25-.306a.195.195 0 0 0 .064.034c-.064-.096-.08-.216-.058-.276.016.05.066.062.121.1.013-.102-.096-.177-.093-.276.004-.158.086-.16.115-.258a.44.44 0 0 1 .051.105c.019-.066.099-.115.1-.165.042.06.072.127.05.195a.187.187 0 0 1 .15.02c-.101.019-.095.14-.162.172-.066.031-.191.119-.16.25a.47.47 0 0 1 .102.243c.02.02.038.044.051.072a.482.482 0 0 0 .044-.1c-.006-.051-.075-.108-.093-.16-.026-.066.034-.17.01-.26a.272.272 0 0 1 .128.083c.031-.072.09-.117.092-.238.024.047.045.1.058.15a.365.365 0 0 1 .18-.13c-.048.083-.031.165-.033.233-.002.068-.004.183-.103.259-.1.077-.126.098-.147.292.042-.091.143-.162.147-.21.02.086.037.153.034.212.034-.04.094-.061.164-.065-.05.058-.087.284-.22.31-.132.028-.185.162-.221.216-.045.069-.057.122-.011.212a.464.464 0 0 1 .036-.197c.044-.088.138-.125.144-.187.013.066.02.118.017.16.067-.134.207-.095.247-.134a.352.352 0 0 0-.069.158.256.256 0 0 1-.147.178c-.061.029-.114.034-.146.097-.008.037.024.069.024.125a.133.133 0 0 1 .018-.053c.038-.055.063-.096.063-.127.083.083.101.164.075.25-.027.089-.047.16.007.229.032.027.07.047.104.058.044-.044-.007-.097-.057-.15-.05-.05-.046-.173-.004-.223.041-.051.077-.104.074-.15a.327.327 0 0 1 .074.103.194.194 0 0 1 .071-.095c.007.073.054.106.054.185a.181.181 0 0 1 .104-.104c-.01.04.026.1.031.139.004.03 0 .064-.014.1a.193.193 0 0 1-.102.11c-.019.01-.049.02-.079.034.07-.01.2.014.229.066-.053-.02-.167.022-.223.045Z",fill:"#549334"}),c.jsx("path",{d:"M12.08 14.236c-.013-.012-.033-.018-.065-.018s-.052.006-.065.018c-.13-.045-.215-.026-.215.015v.125c0 .022.048.048.224.006a.095.095 0 0 0 .056.014.093.093 0 0 0 .058-.016v.001c.177.043.225.016.225-.005v-.126c0-.041-.085-.061-.218-.014Z",fill:"#CE1225"}),c.jsx("path",{d:"M12.285 14.23a.534.534 0 0 1 .158.037 1.399 1.399 0 0 0-.019.15.378.378 0 0 0-.139-.047v-.14Zm-.537 0a.538.538 0 0 0-.159.037c.007.027.02.127.02.15a.375.375 0 0 1 .138-.047v-.14h.001Z",fill:"#CE1225"}),c.jsx("path",{d:"M12.015 14.101c.378 0 .682.023.924.075-.03.022-.056.052-.075.067-.022.019-.014.07.036.115.05.043.171.081.292.028l.07-.03c-.035.028-.063.066-.047.102.071.159.346-.05.51.15.044-.056.154-.172.199-.216-.093-.113-.223-.094-.33-.086.039-.064.043-.114-.043-.175-.035-.025-.156-.021-.266.029.02-.052.016-.138-.155-.213-.261-.117-.705-.141-1.115-.141-.41 0-.854.024-1.116.141-.171.075-.175.16-.154.213-.112-.05-.231-.054-.267-.029-.085.061-.08.11-.041.175-.108-.008-.238-.027-.332.086.046.044.156.16.199.216.164-.201.44.009.51-.15.016-.036-.012-.074-.045-.102l.068.03a.293.293 0 0 0 .292-.028c.05-.044.058-.096.036-.115-.02-.015-.044-.045-.075-.067.242-.052.546-.075.925-.075Z",fill:"#CE1225"})]}),c.jsx("defs",{children:c.jsx("clipPath",{id:"".concat(t[0]),children:c.jsx("path",{d:"M0 .444h24v24H0z",fill:"#fff"})})})]})}));exports.DO=i;
|
package/icons/flags/EH.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),r=require("react"),i=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"),r=require("react"),i=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=r.forwardRef((function(r,s){var a=r.borderRadius,t=r.height,d=r.width,c=l.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:s,borderRadius:a,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-158.7 0H524v512h-682.7z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",transform:"translate(148.8) scale(.94)",children:[e.jsx("path",{d:"M-180 0H844v256H-180z"}),e.jsx("path",{d:"M-180 256H844v256H-180z",fill:"#107b00"}),e.jsx("path",{d:"M-180 169.3H844v176.1H-180z",fill:"#fff"}),e.jsx("path",{d:"M310 195.6c-45.2-19.5-84.1 20.6-84 58 0 39.2 38 81 86 62.5-34-10-48-35.3-48-60.7-.3-25.2 15.8-54.6 46-59.9z",fill:"#f0f"}),e.jsx("path",{d:"m363.1 294.2-25.8-18.9-26 19 10-30.5-26-18.8h32l9.9-30.5 9.8 30.4h32.1l-25.9 18.8",fill:"#ff1800"}),e.jsx("path",{d:"M314.3 315.6a65.2 65.2 0 0 1-89.2-59.4 65 65 0 0 1 89.5-60.9 60.6 60.6 0 0 0-51.2 59.2 61.3 61.3 0 0 0 51 61.1zM-180 0l348.6 256.6L-180 512V0z",fill:"red"})]})]})}));exports.EH=s;
|
package/icons/flags/ET.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:"M-61.3 0h682.7v512H-61.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(57.5) scale(.94)",children:[e.jsx("path",{d:"M-238 3.5H800v498H-238z",fill:"#ffc621"}),e.jsx("path",{d:"M-240 342.5H799.3V512H-240z",fill:"#ef2118"}),e.jsx("path",{d:"M-238 0H800v180H-238z",fill:"#298c08"}),e.jsx("circle",{cx:"534.2",cy:"353",fill:"#006bc6",r:"199.7",transform:"matrix(.54 0 0 .54 -25.8 74)"}),e.jsx("path",{d:"m214.3 188.2-6.5 4.5 23.5 33 6.3-4-23.4-33.5zm29.4 78-9.7-6.8 4-12.7-48.1.7-14-10.7 65.7-.7 12.2-36.9 6.6 15-16.7 52zm76.5-70.7-6.3-4.8-24.3 32.4 5.6 4.7 25-32.3zM254.8 247l3.5-11.2h13.3L256.4 190l6-16.5 20.5 62.4 38.8.5-12.2 10.7-54.7-.2zm90.6 51.2 2.7-7.4-38.3-13.3-2.8 7 38.4 13.7zm-69.1-46.4 11.7-.1 4.1 12.6 38.8-28.5 17.6.6-53.1 38.7 11.5 37.2-14-8.4-16.6-52.1zm-19.8 102 7.9.2.3-40.5-7.4-.5-.8 40.9zm22-80.3 3.8 11.1-10.7 8 39.4 27.7 5 16.8-53.6-38-31.5 22.7 3.5-16 44-32.3zm-103.3 13 2.3 7.5 38.7-12.2-2-7.2-39 11.9zm83.2-4-9.4 7.1-10.8-7.7-14.2 46-14.4 10 19.5-62.7-31.4-23 16.3-1.6 44.4 31.9z",fill:"#ffc621"})]})]})}));exports.ET=l;
|
package/icons/flags/FM.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,d=r.width,c=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:l,borderRadius:t,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-81.3 0h682.6v512H-81.3z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(76.3) scale(.94)",children:[e.jsx("path",{d:"M-252 0H772v512H-252z",fill:"#6797d6"}),e.jsx("path",{d:"m259.8 123-32.4 22.2 12.4-35.9-32.5-22.2h40.1l12.4-35.9 12.4 36h40l-32.4 22.1 12.4 35.9M259.8 390l-32.4-22.2 12.4 36-32.5 22.1h40.1l12.4 35.9 12.4-36 40 .1-32.4-22.2 12.4-35.9m-188.4-92.4L79.3 306l1.4-38-37.5-11.7 38.4-11.7 1.3-38 22.3 30.8 38.4-11.8-24.6 30.7 22.4 30.7m274.2-11.7 24.6 30.7-1.4-38 37.5-11.7-38.4-11.7-1.3-38-22.3 30.8-38.4-11.8 24.6 30.7-22.4 30.7",fill:"#fff"})]})]})}));exports.FM=l;
|
package/icons/flags/FO.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,h=r.width,d=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:t,borderRadius:a,height:l,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-78 32h640v480H-78z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd",strokeWidth:"0",transform:"translate(78 -32)",children:[e.jsx("path",{d:"M-78 32h663.9v480H-78z",fill:"#fff"}),e.jsx("path",{d:"M-76 218.7h185.9V32H216v186.7h371.8v106.6H216V512H109.9V325.3h-186V218.7z",fill:"#003897"}),e.jsx("path",{d:"M-76 245.3h212.4V32h53.1v213.3H588v53.4H189.5V512h-53V298.7H-76v-53.4z",fill:"#d72828"})]})]})}));exports.FO=t;
|
package/icons/flags/GB.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,h=r.width,c=s.useStableUniqueId(1);return e.jsxs(i.FlagIconBase,{ref:t,borderRadius:a,height:l,viewBox:"0 0 640 480",width:h,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(c[0]),children:e.jsx("path",{d:"M-85.3 0h682.6v512H-85.3z",fillOpacity:".7"})})}),e.jsx("g",{clipPath:"url(#".concat(c[0],")"),transform:"translate(80) scale(.94)",children:e.jsxs("g",{strokeWidth:"1pt",children:[e.jsx("path",{d:"M-256 0H768v512H-256z",fill:"#012169"}),e.jsx("path",{d:"M-256 0v57.2L653.5 512H768v-57.2L-141.5 0H-256zM768 0v57.2L-141.5 512H-256v-57.2L653.5 0H768z",fill:"#fff"}),e.jsx("path",{d:"M170.7 0v512h170.6V0H170.7zM-256 170.7v170.6H768V170.7H-256z",fill:"#fff"}),e.jsx("path",{d:"M-256 204.8v102.4H768V204.8H-256zM204.8 0v512h102.4V0H204.8zM-256 512 85.3 341.3h76.4L-179.7 512H-256zm0-512L85.3 170.7H9L-256 38.2V0zm606.4 170.7L691.7 0H768L426.7 170.7h-76.3zM768 512 426.7 341.3H503l265 132.5V512z",fill:"#c8102e"})]})})]})}));exports.GB=t;
|
package/icons/flags/GD.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),r=require("react"),t=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"),t=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 i=r.borderRadius,n=r.height,c=r.width,x=s.useStableUniqueId(4);return e.jsxs(t.FlagIconBase,{ref:a,borderRadius:i,height:n,viewBox:"0 0 640 480",width:c,children:[e.jsx("defs",{children:e.jsxs("g",{id:"".concat(x[0]),children:[e.jsxs("g",{id:"".concat(x[1]),children:[e.jsx("path",{d:"M0-1v1h.5",fill:"#fcd116",id:"".concat(x[2]),transform:"rotate(18 0 -1)"}),e.jsx("use",{transform:"scale(-1 1)",xlinkHref:"#".concat(x[2])})]}),e.jsx("use",{transform:"rotate(72)",xlinkHref:"#".concat(x[1])}),e.jsx("use",{transform:"rotate(144)",xlinkHref:"#".concat(x[1])}),e.jsx("use",{transform:"rotate(216)",xlinkHref:"#".concat(x[1])}),e.jsx("use",{transform:"rotate(288)",xlinkHref:"#".concat(x[1])})]})}),e.jsx("path",{d:"M0 0h640v480H0z",fill:"#ce1126"}),e.jsx("path",{d:"M67.2 67.2h505.6v345.6H67.2z",fill:"#007a5e"}),e.jsx("path",{d:"M67.2 67.3h505.6L67.2 412.9h505.6z",fill:"#fcd116"}),e.jsx("circle",{cx:"319.9",cy:"240.1",fill:"#ce1126",r:"57.6"}),e.jsx("use",{height:"100%",transform:"matrix(52.8 0 0 52.8 320 240)",width:"100%",xlinkHref:"#".concat(x[0])}),e.jsx("use",{height:"100%",transform:"translate(-30.3)",width:"100%",x:"-100",xlinkHref:"#".concat(x[3])}),e.jsx("use",{height:"100%",id:"".concat(x[3]),transform:"matrix(31.2 0 0 31.2 320 33.6)",width:"100%",xlinkHref:"#".concat(x[0])}),e.jsx("use",{height:"100%",transform:"translate(30.3)",width:"100%",x:"100",xlinkHref:"#".concat(x[3])}),e.jsx("path",{d:"M102.3 240.7a80.4 80.4 0 0 0 33.5 33.2 111 111 0 0 0-11.3-45l-22.2 11.8z",fill:"#ce1126"}),e.jsx("path",{d:"M90.1 194.7c10.4 21.7-27.1 73.7 35.5 85.9a63.2 63.2 0 0 1-10.9-41.9 70 70 0 0 1 32.5 30.8c16.4-59.5-42-55.8-57.1-74.8z",fill:"#fcd116"}),e.jsx("use",{height:"100%",transform:"translate(-30.3 414.6)",width:"100%",x:"-100",xlinkHref:"#".concat(x[3])}),e.jsx("use",{height:"100%",transform:"matrix(31.2 0 0 31.2 320 448.2)",width:"100%",xlinkHref:"#".concat(x[0])}),e.jsx("use",{height:"100%",transform:"translate(30.3 414.6)",width:"100%",x:"100",xlinkHref:"#".concat(x[3])})]})}));exports.GD=a;
|
package/icons/flags/GG.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),r=require("react"),t=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"),r=require("react"),t=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=r.forwardRef((function(r,s){var a=r.borderRadius,h=r.height,d=r.width,n=i.useStableUniqueId(1);return e.jsxs(t.FlagIconBase,{ref:s,borderRadius:a,height:h,viewBox:"0 0 640 480",width:d,children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),e.jsx("path",{d:"M256 0h128v480H256z",fill:"#e8112d"}),e.jsx("path",{d:"M0 176h640v128H0z",fill:"#e8112d"}),e.jsx("path",{d:"m110 286.7 23.3-23.4h210v-46.6h-210L110 193.3z",fill:"#f9dd16",id:"".concat(n[0])}),e.jsx("use",{height:"24",transform:"rotate(90 320 240)",width:"36",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"24",transform:"rotate(-90 320 240)",width:"36",xlinkHref:"#".concat(n[0])}),e.jsx("use",{height:"24",transform:"rotate(180 320 240)",width:"36",xlinkHref:"#".concat(n[0])})]})}));exports.GG=s;
|
package/icons/flags/GI.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var h=require("react/jsx-runtime"),v=require("react"),e=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("../../style-inject.es-d4ddeae4.js"),require("../../
|
|
1
|
+
"use strict";var h=require("react/jsx-runtime"),v=require("react"),e=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=v.forwardRef((function(v,a){var t=v.borderRadius,r=v.height,i=v.width,d=s.useStableUniqueId(1);return h.jsxs(e.FlagIconBase,{ref:a,borderRadius:t,height:r,viewBox:"0 0 640 480",width:i,children:[h.jsx("path",{d:"M0 0h640v480H0z",fill:"#da000c"}),h.jsx("path",{d:"M0 0h640v321.6H0z",fill:"#fff"}),h.jsxs("g",{stroke:"#000",transform:"translate(-160) scale(1.875)",children:[h.jsxs("g",{fill:"#da000c",id:"".concat(d[0]),strokeLinecap:"square",children:[h.jsx("path",{d:"M196.6 116.3h64v44h-64z",fill:"#000",stroke:"none"}),h.jsx("path",{d:"M229.8 153.9h-39l-8.7 5.7v6h47.7m-16.3-37c5.6 0 10.2 4.7 10.2 10.5v14.7h7.3v-56h-40.3v56h12.6v-14.7c0-5.6 4.5-10.5 10.2-10.5z"}),h.jsx("path",{d:"M204.5 60h18.6v34h-18.6z",fill:"#000",stroke:"none"}),h.jsx("path",{d:"M223 88.7h-16.2v-5.8h-11.9v5.8h-8v-5.8H182v10.4h41m-36.2 0h35v4.5h-35zm14-45.7V83h6v-9.7c0-3.6 2.5-6.6 6.1-6.8h.4a6.8 6.8 0 0 1 6.8 6.8V83h5.7V47.6zm-2.3-4.8v4.8h29.3v-4.8zm-3.7-9.1v9.1h35v-9.1h-5.3v4.7h-6.6v-4.7h-10v4.7h-6.5v-4.7zM182 159.6h48m31-2.8h-32.4l-9.8 4.7v7H261"}),h.jsx("path",{d:"M218.8 161.5H262",strokeLinecap:"butt"})]}),h.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 512 0)",width:"100%",xlinkHref:"#".concat(d[0])}),h.jsxs("g",{fill:"#f8d80e",children:[h.jsxs("g",{strokeLinecap:"round",children:[h.jsx("path",{d:"M273.3 150c-2.7 1-5 2.4-7.5 3.8a72.4 72.4 0 0 0-8.9 6c-1 .7-2 1.4-2.7 2.4-1 .8-2 2-1.8 3.5 0 .6.8-.8 1.4-.9a4.4 4.4 0 0 1 3.1-.4c1.3-1.4 3-2.3 4.4-3.4a77.4 77.4 0 0 1 13-7.6l-1-3.4z",strokeWidth:".8"}),h.jsx("path",{d:"M260.4 157.4v3.9m2.4-5.6v3.9m2.4-5.4v3.8m2.5-5.3v4"}),h.jsx("path",{d:"m238.9 150.2-1.2 3.3a86.6 86.6 0 0 1 15.8 8c1.7 1.2 3.5 2.3 4.8 3.9.3.8-.5 1.5-1.3 1.2-.7-.2-1.5-.5-2.2 0-1.1.5-2.1 2.2-.5 2.7 2.4 1.6 6.1.9 7.2-1.8.6-1.4.7-3.2-.5-4.4-2-2.3-4.8-4-7.4-5.7a89.2 89.2 0 0 0-14.7-7.2z",strokeWidth:".8"}),h.jsx("path",{d:"m254 158-.3 3.4m3.1-1.7-.8 3.3m3.8-1-1.8 2.6m2.7 3.6-2.6-1.4m3.4-1.4-3 .3m-.8 4-.2-2.6m-1-.3-2.4 1.8m-9.4-15.7v3.1m6.3.3v3.5m-3.2-5.2v3.3"})]}),h.jsx("path",{d:"M235.8 227.6v8h5v-4h6.9v4h5.4v-8zm0 11v8H253v-8h-5.4v4h-6.9v-4z"}),h.jsx("path",{d:"M253 193.7h5v58h-5z"}),h.jsx("path",{d:"M253 198.7h5v50h-5zm2.6-19.3 10.6 6.2-10.6 6.2-10.7-6.2zm-14.3 4h-2.7v4.4h2.7l14.3 8.3 14.2-8.3h2.8v-4.4h-2.8l-14.2-8.3z"}),h.jsx("path",{d:"M255.3 164.3a5 5 0 0 0-4 5.1v11.2a5 5 0 0 0 4.6 4.6 4.9 4.9 0 0 0 4.8-2.8l-1.7-1a2.9 2.9 0 0 1-3 1.8c-1.6 0-2.9-1.6-2.7-3.1v-11.2a2.9 2.9 0 0 1 3-2.6c.6-.2 1.5.7 1.9 0 .6-.9-.4-1.5-1-2h-1.9zm5.8 3.9a5 5 0 0 1-1.9 1.6v7.5l2 1.1v-10.2z"})]}),h.jsxs("g",{fill:"#da000c",children:[h.jsx("path",{d:"M240.8 38.4h29.3v53.2h-29.3z",fill:"#000",stroke:"none"}),h.jsx("path",{d:"M238.8 38.4v44.5h9.3V69.7c0-3 2-7.3 7.9-7.3s8 4.3 8 7.3V83h9.2V38.4zm15.8 5h2.8v15.2h-2.8zm-8.3 3h3v11.1h-3zm16.5 0h2.9v11.1h-3zM235.6 32v6.3h40.8V32zm-3.8-7.4V32h48.5v-7.4h-6.1v4h-7v-4h-7.8v4h-6.8v-4h-7.9v4H238v-4zm-9 73.2v4.6h66.5v-4.6z"}),h.jsx("path",{d:"M220 82.9v15h72v-15h-6.8v5.8H276v-5.8h-12.2v5.8H248v-5.8h-12.2v5.8h-9v-5.8z"}),h.jsx("path",{d:"M228.7 102.4v54.4h12.8v-20.4c0-9.5 6.4-14 14.5-14 7.8 0 14.5 4.5 14.5 14v20.4h12.8v-54.4z",strokeLinejoin:"round"})]})]})]})}));exports.GI=a;
|
package/icons/flags/GM.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 t=r.forwardRef((function(r,t){var l=r.borderRadius,a=r.height,d=r.width,h=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(h[0]),children:e.jsx("path",{d:"M0-48h640v480H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(h[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(0 48)",children:[e.jsx("path",{d:"M0-128h640V85.3H0z",fill:"red"}),e.jsx("path",{d:"M0 85.3h640V121H0z",fill:"#fff"}),e.jsx("path",{d:"M0 120.9h640V263H0z",fill:"#009"}),e.jsx("path",{d:"M0 263.1h640v35.6H0z",fill:"#fff"}),e.jsx("path",{d:"M0 298.7h640V512H0z",fill:"#090"})]})]})}));exports.GM=t;
|
package/icons/flags/GR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),i=require("react"),l=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"),l=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 f=i.borderRadius,r=i.height,h=i.width,t=s.useStableUniqueId(1);return e.jsxs(l.FlagIconBase,{ref:a,borderRadius:f,height:r,viewBox:"0 0 640 480",width:h,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(t[0]),children:e.jsx("path",{d:"M0 0h120v90H0z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(t[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(5.33)",children:[e.jsx("path",{d:"M0 0h135v10H0z",fill:"#0d5eaf"}),e.jsx("path",{d:"M0 10h135v10H0z",fill:"#fff"}),e.jsx("path",{d:"M0 20h135v10H0z",fill:"#0d5eaf"}),e.jsx("path",{d:"M0 30h135v10H0z",fill:"#fff"}),e.jsx("path",{d:"M0 40h135v10H0z",fill:"#0d5eaf"}),e.jsx("path",{d:"M0 50h135v10H0z",fill:"#fff"}),e.jsx("path",{d:"M0 60h135v10H0z",fill:"#0d5eaf"}),e.jsx("path",{d:"M0 70h135v10H0z",fill:"#fff"}),e.jsx("path",{d:"M0 80h135v10H0zM0 0h50v50H0z",fill:"#0d5eaf"}),e.jsxs("g",{fill:"#fff",children:[e.jsx("path",{d:"M20 0h10v50H20z"}),e.jsx("path",{d:"M0 20h50v10H0z"})]})]})]})}));exports.GR=a;
|
package/icons/flags/HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("react/jsx-runtime"),l=require("react"),d=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"),l=require("react"),d=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 t=l.forwardRef((function(l,t){var s=l.borderRadius,a=l.height,f=l.width,r=i.useStableUniqueId(1);return e.jsxs(d.FlagIconBase,{ref:t,borderRadius:s,height:a,viewBox:"0 0 640 480",width:f,children:[e.jsx("defs",{children:e.jsx("clipPath",{id:"".concat(r[0]),children:e.jsx("path",{d:"M-89 0h682.6v512H-89z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(r[0],")"),transform:"translate(83.5) scale(.94)",children:[e.jsx("path",{d:"M618 512h-731.4V0H618z",fill:"#ba0000",fillRule:"evenodd"}),e.jsx("path",{d:"M241.9 247.8s-51.6-22.2-44.2-79.8c7.1-27.7 19.8-46.6 42.7-56.9 10.8-3.3 21.8-4.8 33-5.7-3 2.8-5.4 5.6-6.7 9-2.4 6.4-.6 12.4 2.7 18.5 4.1 7 6.6 14.2 7.4 23.6a36.6 36.6 0 0 1-14.6 33.7c-6.6 5.1-14.4 6.9-20.8 12.7-5 4.8-8 9.7-9 18.1-.2 16.1 4.1 18.4 9.5 26.8z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"M232 164.5v-.3",fill:"#ba0000",fillRule:"evenodd",stroke:"#000",strokeWidth:"2.1"}),e.jsx("path",{d:"M235.3 241.8c-20-17.7-18.3-62.4-3-77.3",fill:"none",stroke:"#ba0000",strokeWidth:"2.1"}),e.jsx("path",{d:"m244.6 154.5 3.3 5.5-6-2.5-4.7 5 .8-6.5-6-2.5 6.5-1.5.8-6.4 3.3 5.5 6.6-1.5",fill:"#ba0000",fillRule:"evenodd"}),e.jsx("path",{d:"M246.3 244s6-55.9 63.3-65.7c28.6-1.2 50.4 5.3 67 24.3 6.3 9.3 10.9 19.4 15 29.8-3.5-2-6.8-3.5-10.6-3.7-6.7-.5-12 3-16.8 7.9a53.2 53.2 0 0 1-20.4 14 36.6 36.6 0 0 1-36.5-4c-6.8-4.9-10.8-11.8-18.2-16.2a28.2 28.2 0 0 0-20-3.4c-15.5 4.6-16.3 9.4-22.8 17z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"M323 210.2h.3",fill:"#ba0000",fillRule:"evenodd",stroke:"#000",strokeWidth:"2.1"}),e.jsx("path",{d:"M250 236c11.2-24.4 54.4-35.8 73.1-25.6",fill:"none",stroke:"#ba0000",strokeWidth:"2.1"}),e.jsx("path",{d:"M336.3 219.3 332 224l.6-6.5-6-3 6.3-1 .6-6.7 3.4 6 6.4-1.2-4.3 4.7 3.3 6",fill:"#ba0000",fillRule:"evenodd"}),e.jsx("path",{d:"M250.1 248s55-12 82.4 39.3c10.3 26.7 11 49.4-1.7 71.1-6.8 9-15 16.5-23.5 23.8.8-4 1.1-7.6.1-11.2-1.6-6.6-6.6-10.5-12.8-13.5a53.1 53.1 0 0 1-19.8-15 36.6 36.6 0 0 1-7.7-35.8c2.4-8 7.7-14 9.5-22.4a28 28 0 0 0-3.1-20c-9.3-13.2-14.1-12.5-23.4-16.3z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"m306.5 310.1.2.2",fill:"#ba0000",fillRule:"evenodd",stroke:"#000",strokeWidth:"2.1"}),e.jsx("path",{d:"M259 249c26.6 2.9 51.1 40.2 47.4 61.3",fill:"none",stroke:"#ba0000",strokeWidth:"2.1"}),e.jsx("path",{d:"m302.1 325.6-5.9-2.6 6.5-1.5.8-6.7 3.1 5.7 6.5-1.5-4.5 5 3 5.7-5.8-2.6-4.5 5.1",fill:"#ba0000",fillRule:"evenodd"}),e.jsx("path",{d:"M248.9 253.7s26.9 49.4-14.5 90c-22.8 17.4-44.4 24.5-68.8 18.4-10.5-4-20-9.7-29.5-15.9 4-.3 7.7-1 10.9-3 5.8-3.4 8.1-9.3 9.3-16a53 53 0 0 1 8.8-23.3 36.6 36.6 0 0 1 32.2-17.5c8.4.1 15.6 3.6 24.2 3 6.9-.9 12.3-2.8 18.4-8.8 10-12.5 8-17 9-27z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"m205.1 325.3-.1.2",fill:"#ba0000",fillRule:"evenodd",stroke:"#000",strokeWidth:"2.1"}),e.jsx("path",{d:"M250.3 262.4c4.9 26.4-24.1 60.5-45.4 62.7",fill:"none",stroke:"#ba0000",strokeWidth:"2.1"}),e.jsx("path",{d:"m189 325.4.9-6.4 3.3 5.7 6.6-1-4.6 4.6 3.3 5.7-6.1-2.9-4.6 4.6.8-6.4-6.1-2.9",fill:"#ba0000",fillRule:"evenodd"}),e.jsx("path",{d:"M242.8 252.6S205.2 294.4 153 269c-24-15.7-37.8-33.8-40.1-58.8.3-11.3 2.4-22.1 5.1-33 1.7 3.6 3.6 6.8 6.5 9.2 5.1 4.3 11.5 4.5 18.3 3.4a52 52 0 0 1 24.7.6 36.6 36.6 0 0 1 27.3 24.6c2.7 7.9 1.8 15.9 5.3 23.8 3 6.2 6.6 10.6 14.3 14.4 15.2 5.3 18.7 1.9 28.4-.5z",fill:"#fff",fillRule:"evenodd"}),e.jsx("path",{d:"m160.7 235.2-.2-.1",fill:"#ba0000",fillRule:"evenodd",stroke:"#000",strokeWidth:"2.1"}),e.jsx("path",{d:"M235 256.9c-23.2 13.3-65-2.7-74.2-22",fill:"none",stroke:"#ba0000",strokeWidth:"2.1"}),e.jsx("path",{d:"m155.3 220 6.3-1.3-4.3 5 3.1 5.9-5.8-2.8-4.3 5 .7-6.8-5.9-2.8 6.3-1.3.7-6.8",fill:"#ba0000",fillRule:"evenodd"})]})]})}));exports.HK=t;
|
package/icons/flags/HN.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,c=s.useStableUniqueId(3);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:"#0073cf"}),e.jsx("path",{d:"M0 160h640v160H0z",fill:"#fff"}),e.jsxs("g",{fill:"#0073cf",id:"".concat(c[0]),transform:"translate(320 240) scale(26.66665)",children:[e.jsxs("g",{id:"".concat(c[1]),children:[e.jsx("path",{d:"m-.3 0 .5.1L0-1z",id:"".concat(c[2])}),e.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(c[2])})]}),e.jsx("use",{height:"100%",transform:"rotate(72)",width:"100%",xlinkHref:"#".concat(c[1])}),e.jsx("use",{height:"100%",transform:"rotate(-72)",width:"100%",xlinkHref:"#".concat(c[1])}),e.jsx("use",{height:"100%",transform:"rotate(144)",width:"100%",xlinkHref:"#".concat(c[1])}),e.jsx("use",{height:"100%",transform:"rotate(-144)",width:"100%",xlinkHref:"#".concat(c[1])})]}),e.jsx("use",{height:"100%",transform:"translate(133.3 -42.7)",width:"100%",xlinkHref:"#".concat(c[0])}),e.jsx("use",{height:"100%",transform:"translate(133.3 37.3)",width:"100%",xlinkHref:"#".concat(c[0])}),e.jsx("use",{height:"100%",transform:"translate(-133.3 -42.7)",width:"100%",xlinkHref:"#".concat(c[0])}),e.jsx("use",{height:"100%",transform:"translate(-133.3 37.3)",width:"100%",xlinkHref:"#".concat(c[0])})]})}));exports.HN=i;
|
package/icons/flags/IL.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,d=i.width,f=l.useStableUniqueId(1);return e.jsxs(r.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:"M-87.6 0H595v512H-87.6z",fillOpacity:".7"})})}),e.jsxs("g",{clipPath:"url(#".concat(f[0],")"),fillRule:"evenodd",transform:"translate(82.1) scale(.94)",children:[e.jsx("path",{d:"M619.4 512H-112V0h731.4z",fill:"#fff"}),e.jsx("path",{d:"M619.4 115.2H-112V48h731.4zm0 350.5H-112v-67.2h731.4zm-483-275 110.1 191.6L359 191.6l-222.6-.8z",fill:"#00c"}),e.jsx("path",{d:"m225.8 317.8 20.9 35.5 21.4-35.3-42.4-.2z",fill:"#fff"}),e.jsx("path",{d:"M136 320.6 246.2 129l112.4 190.8-222.6.8z",fill:"#00c"}),e.jsx("path",{d:"m225.8 191.6 20.9-35.5 21.4 35.4-42.4.1zM182 271.1l-21.7 36 41-.1-19.3-36zm-21.3-66.5 41.2.3-19.8 36.3-21.4-36.6zm151.2 67 20.9 35.5-41.7-.5 20.8-35zm20.5-67-41.2.3 19.8 36.3 21.4-36.6zm-114.3 0L189.7 256l28.8 50.3 52.8 1.2 32-51.5-29.6-52-55.6.5z",fill:"#fff"})]})]})}));exports.IL=s;
|