@zonos/amino 4.4.33 → 4.4.34
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/{FlagIndex-d4385066.js → FlagIndex-0f673e1c.js} +1 -1
- package/_tslib-ccfac372.js +1 -0
- package/all.d.ts +0 -1
- package/animations/DropdownAnimation.js +1 -1
- package/components/alert-dialog/AlertContext.js +1 -1
- package/components/alert-dialog/AlertDialog.js +1 -1
- package/components/alert-dialog/useAlert.js +1 -1
- package/components/announcement-dialog/AnnouncementDialog.js +1 -1
- package/components/avatar/AvatarBase.js +1 -1
- package/components/avatar/ImageAvatar.js +1 -1
- package/components/avatar/UserAvatar.js +1 -1
- package/components/backdrop/Backdrop.js +1 -1
- package/components/badge/Badge.js +1 -1
- package/components/banner/Banner.js +1 -1
- package/components/button/Button.js +1 -1
- package/components/button/MenuButton.js +1 -1
- package/components/button/RippleGroup.js +1 -1
- package/components/card/Card.js +1 -1
- package/components/checkbox/Checkbox.js +1 -1
- package/components/collapse/Collapse.js +1 -1
- package/components/confirm-dialog/ConfirmContext.js +1 -1
- package/components/confirm-dialog/ConfirmDialog.js +1 -1
- package/components/confirm-dialog/useConfirm.js +1 -1
- package/components/connection-map/ConnectionMap.js +1 -1
- 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/Dialog.js +1 -1
- package/components/dialog/_BaseDialog.js +1 -1
- package/components/divider/Divider.js +1 -1
- package/components/drop-zone/DropZone.js +1 -1
- package/components/file-upload/FileUpload.js +1 -1
- package/components/graph-matrix/GraphMatrix.js +1 -1
- package/components/graph-matrix/_Graphiql.js +1 -1
- package/components/graph-matrix/_LoadingIcon.js +1 -1
- package/components/help-text/HelpText.js +1 -1
- package/components/input/Input.js +1 -1
- package/components/input/SearchInput.js +1 -1
- package/components/input/input-type/_DateInput.js +1 -1
- package/components/input/input-type/_FloatLabelInput.js +1 -1
- package/components/input/input-type/_NumberInput.js +1 -1
- package/components/input/input-type/_PasswordInput.js +1 -1
- package/components/input/input-type/_TimeInput.js +1 -1
- package/components/layout/Layout.js +1 -1
- package/components/layout/NavigationGroup.js +1 -1
- package/components/lightbox/LightBox.js +1 -1
- package/components/list/CollapsibleList.js +1 -1
- package/components/list/List.js +1 -1
- package/components/list-item/ListItem.js +1 -1
- package/components/menu/Menu.js +1 -1
- package/components/menu/MenuItem.js +1 -1
- package/components/nested-data-table/NestedDataTable.d.ts +5 -5
- package/components/nested-data-table/NestedDataTable.js +1 -1
- package/components/nested-data-table/NestedDataTableHasura.js +1 -1
- package/components/nested-data-table/_Filter.js +1 -1
- package/components/nested-data-table/_TableData.d.ts +4 -4
- package/components/nested-data-table/_TableData.js +1 -1
- package/components/night-mode-wrapper/NightModeWrapper.js +1 -1
- package/components/ownership-block/OwnershipBlock.js +1 -1
- package/components/pivot-table/PivotTable.js +1 -1
- package/components/profile-icon/ProfileIcon.js +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.js +1 -1
- package/components/rich-checkbox/RichCheckbox.js +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/_SectionInnerWrapper.js +1 -1
- package/components/section/_SectionSubheader.js +1 -1
- package/components/select/CountryMultiSelect.js +1 -1
- package/components/select/CountryPhoneSelect.js +1 -1
- package/components/select/CountrySelect.js +1 -1
- package/components/select/MultiSelect.js +1 -1
- package/components/select/Select.js +1 -1
- package/components/select/_StyledReactSelect.js +1 -1
- package/components/skeleton/Skeleton.js +1 -1
- package/components/slide-over/SlideOver.js +1 -1
- package/components/slider/Slider.js +1 -1
- package/components/sortable-list/SortableList.js +1 -1
- package/components/sortable-list/SortableListItem.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/styles/ColorPalette.js +1 -1
- package/components/styles/Shadow.js +1 -1
- package/components/surface/Surface.js +1 -1
- package/components/switch/Switch.js +1 -1
- package/components/table/Table.js +1 -1
- package/components/table/TableBody.js +1 -1
- package/components/table/TableCell.js +1 -1
- package/components/table/TableFooter.js +1 -1
- package/components/table/TableHead.js +1 -1
- package/components/table/TableRow.js +1 -1
- package/components/table/TableRowCollapse.js +1 -1
- package/components/tabs/Tabs.js +1 -1
- package/components/tag/Tag.js +1 -1
- package/components/text/LegacyText.js +1 -1
- package/components/text/Text.d.ts +5 -5
- 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.js +1 -1
- package/components/toast/ToastContext.js +1 -1
- package/components/tooltip/Tooltip.js +1 -1
- package/icons/ArrowDownDuotoneIcon.js +1 -1
- package/icons/ArrowDownIcon.js +1 -1
- package/icons/ArrowLeftDuotoneIcon.js +1 -1
- package/icons/ArrowLeftIcon.js +1 -1
- package/icons/ArrowRightDuotoneIcon.js +1 -1
- package/icons/ArrowRightIcon.js +1 -1
- package/icons/ArrowSwapDuotoneIcon.js +1 -1
- package/icons/ArrowSwapIcon.js +1 -1
- package/icons/ArrowUpDuotoneIcon.js +1 -1
- package/icons/ArrowUpIcon.js +1 -1
- package/icons/BagDuotoneIcon.js +1 -1
- package/icons/BagIcon.js +1 -1
- package/icons/BankDuotoneIcon.js +1 -1
- package/icons/BankIcon.js +1 -1
- package/icons/BellDuotoneIcon.js +1 -1
- package/icons/BellIcon.js +1 -1
- package/icons/BellOffDuotoneIcon.js +1 -1
- package/icons/BellOffIcon.js +1 -1
- package/icons/BookDuotoneIcon.js +1 -1
- package/icons/BookIcon.js +1 -1
- package/icons/BookmarkAddDuotoneIcon.js +1 -1
- package/icons/BookmarkAddIcon.js +1 -1
- package/icons/BookmarkCheckDuotoneIcon.js +1 -1
- package/icons/BookmarkCheckIcon.js +1 -1
- package/icons/BookmarkDuotoneIcon.js +1 -1
- package/icons/BookmarkIcon.js +1 -1
- package/icons/BookmarkOffDuotoneIcon.js +1 -1
- package/icons/BookmarkOffIcon.js +1 -1
- package/icons/BookmarkRemoveDuotoneIcon.js +1 -1
- package/icons/BookmarkRemoveIcon.js +1 -1
- package/icons/BookmarkSubtractDuotoneIcon.js +1 -1
- package/icons/BookmarkSubtractIcon.js +1 -1
- package/icons/BoxesDuotoneIcon.js +1 -1
- package/icons/BoxesIcon.js +1 -1
- package/icons/BufferDuotoneIcon.js +1 -1
- package/icons/BufferIcon.js +1 -1
- package/icons/CalculatorDuotoneIcon.js +1 -1
- package/icons/CalculatorIcon.js +1 -1
- package/icons/CalendarDuotoneIcon.js +1 -1
- package/icons/CalendarIcon.js +1 -1
- package/icons/CardDuotoneIcon.js +1 -1
- package/icons/CardIcon.js +1 -1
- package/icons/CaretDownDuotoneIcon.js +1 -1
- package/icons/CaretDownIcon.js +1 -1
- package/icons/CaretLeftDuotoneIcon.js +1 -1
- package/icons/CaretLeftIcon.js +1 -1
- package/icons/CaretRightDuotoneIcon.js +1 -1
- package/icons/CaretRightIcon.js +1 -1
- package/icons/CaretUpDuotoneIcon.js +1 -1
- package/icons/CaretUpIcon.js +1 -1
- package/icons/CartDuotoneIcon.js +1 -1
- package/icons/CartIcon.js +1 -1
- package/icons/ChartDuotoneIcon.js +1 -1
- package/icons/ChartIcon.js +1 -1
- package/icons/CheckCircleDuotoneIcon.js +1 -1
- package/icons/CheckCircleIcon.js +1 -1
- package/icons/CheckmarkDuotoneIcon.js +1 -1
- package/icons/CheckmarkIcon.js +1 -1
- package/icons/CheckoutDuotoneIcon.js +1 -1
- package/icons/CheckoutIcon.js +1 -1
- package/icons/ChevronDownCircleDuotoneIcon.js +1 -1
- package/icons/ChevronDownCircleIcon.js +1 -1
- package/icons/ChevronDownDuotoneIcon.js +1 -1
- package/icons/ChevronDownIcon.js +1 -1
- package/icons/ChevronLeftCircleDuotoneIcon.js +1 -1
- package/icons/ChevronLeftCircleIcon.js +1 -1
- package/icons/ChevronLeftDuotoneIcon.js +1 -1
- package/icons/ChevronLeftIcon.js +1 -1
- package/icons/ChevronRightCircleDuotoneIcon.js +1 -1
- package/icons/ChevronRightCircleIcon.js +1 -1
- package/icons/ChevronRightDuotoneIcon.js +1 -1
- package/icons/ChevronRightIcon.js +1 -1
- package/icons/ChevronUpCircleDuotoneIcon.js +1 -1
- package/icons/ChevronUpCircleIcon.js +1 -1
- package/icons/ChevronUpDuotoneIcon.js +1 -1
- package/icons/ChevronUpIcon.js +1 -1
- package/icons/CircleDuotoneIcon.js +1 -1
- package/icons/CircleIcon.js +1 -1
- package/icons/ClassifyDuotoneIcon.js +1 -1
- package/icons/ClassifyIcon.js +1 -1
- package/icons/ClearDuotoneIcon.js +1 -1
- package/icons/ClearIcon.js +1 -1
- package/icons/ClockDuotoneIcon.js +1 -1
- package/icons/ClockIcon.js +1 -1
- package/icons/CodeCircleDuotoneIcon.js +1 -1
- package/icons/CodeCircleIcon.js +1 -1
- package/icons/CodeDuotoneIcon.js +1 -1
- package/icons/CodeIcon.js +1 -1
- package/icons/CoinsDuotoneIcon.js +1 -1
- package/icons/CoinsIcon.js +1 -1
- package/icons/CommentDuotoneIcon.js +1 -1
- package/icons/CommentIcon.js +1 -1
- package/icons/CopyDuotoneIcon.js +1 -1
- package/icons/CopyIcon.js +1 -1
- package/icons/CubeDuotoneIcon.js +1 -1
- package/icons/CubeIcon.js +1 -1
- package/icons/DashboardDuotoneIcon.js +1 -1
- package/icons/DashboardIcon.js +1 -1
- package/icons/DiamondDuotoneIcon.js +1 -1
- package/icons/DiamondIcon.js +1 -1
- package/icons/DislikeDuotoneIcon.js +1 -1
- package/icons/DislikeIcon.js +1 -1
- package/icons/DocsDuotoneIcon.js +1 -1
- package/icons/DocsIcon.js +1 -1
- package/icons/DollarDuotoneIcon.js +1 -1
- package/icons/DollarIcon.js +1 -1
- package/icons/DoubleChevronDuotoneIcon.js +1 -1
- package/icons/DoubleChevronIcon.js +1 -1
- package/icons/DragDuotoneIcon.js +1 -1
- package/icons/DragIcon.js +1 -1
- package/icons/EditDuotoneIcon.js +1 -1
- package/icons/EditIcon.js +1 -1
- package/icons/ExclamationMarkDuotoneIcon.js +1 -1
- package/icons/ExclamationMarkIcon.js +1 -1
- package/icons/ExportDuotoneIcon.js +1 -1
- package/icons/ExportIcon.js +1 -1
- package/icons/ExternalDuotoneIcon.js +1 -1
- package/icons/ExternalIcon.js +1 -1
- package/icons/EyeDuotoneIcon.js +1 -1
- package/icons/EyeIcon.js +1 -1
- package/icons/EyeOffDuotoneIcon.js +1 -1
- package/icons/EyeOffIcon.js +1 -1
- package/icons/FileDuotoneIcon.js +1 -1
- package/icons/FileIcon.js +1 -1
- package/icons/FileUploadDuotoneIcon.js +1 -1
- package/icons/FileUploadIcon.js +1 -1
- package/icons/FilterDuotoneIcon.js +1 -1
- package/icons/FilterIcon.js +1 -1
- package/icons/FolderListDuotoneIcon.js +1 -1
- package/icons/FolderListIcon.js +1 -1
- package/icons/FolderUploadDuotoneIcon.js +1 -1
- package/icons/FolderUploadIcon.js +1 -1
- package/icons/GlobeDuotoneIcon.js +1 -1
- package/icons/GlobeIcon.js +1 -1
- package/icons/GraphQLDuotoneIcon.js +1 -1
- package/icons/GraphQLIcon.js +1 -1
- package/icons/GridDuotoneIcon.js +1 -1
- package/icons/GridIcon.js +1 -1
- package/icons/HelloDuotoneIcon.js +1 -1
- package/icons/HelloIcon.js +1 -1
- package/icons/HelpDuotoneIcon.js +1 -1
- package/icons/HelpIcon.js +1 -1
- package/icons/HexagonDuotoneIcon.js +1 -1
- package/icons/HexagonIcon.js +1 -1
- package/icons/HomeDuotoneIcon.js +1 -1
- package/icons/HomeIcon.js +1 -1
- package/icons/IconIndex.js +1 -1
- package/icons/ImageDuotoneIcon.js +1 -1
- package/icons/ImageIcon.js +1 -1
- package/icons/ImportDuotoneIcon.js +1 -1
- package/icons/ImportIcon.js +1 -1
- package/icons/InfoDuotoneIcon.js +1 -1
- package/icons/InfoIcon.js +1 -1
- package/icons/IntegrationDuotoneIcon.js +1 -1
- package/icons/IntegrationIcon.js +1 -1
- package/icons/LandedCostDuotoneIcon.js +1 -1
- package/icons/LandedCostIcon.js +1 -1
- package/icons/LaptopDuotoneIcon.js +1 -1
- package/icons/LaptopIcon.js +1 -1
- package/icons/LightDuotoneIcon.js +1 -1
- package/icons/LightIcon.js +1 -1
- package/icons/LikeDuotoneIcon.js +1 -1
- package/icons/LikeIcon.js +1 -1
- package/icons/LineDownDuotoneIcon.js +1 -1
- package/icons/LineDownIcon.js +1 -1
- package/icons/LineUpDuotoneIcon.js +1 -1
- package/icons/LineUpIcon.js +1 -1
- package/icons/LinkDuotoneIcon.js +1 -1
- package/icons/LinkIcon.js +1 -1
- package/icons/LocationDuotoneIcon.js +1 -1
- package/icons/LocationIcon.js +1 -1
- package/icons/LockDuotoneIcon.js +1 -1
- package/icons/LockIcon.js +1 -1
- package/icons/LoginDuotoneIcon.js +1 -1
- package/icons/LoginIcon.js +1 -1
- package/icons/LogoutDuotoneIcon.js +1 -1
- package/icons/LogoutIcon.js +1 -1
- package/icons/MailDuotoneIcon.js +1 -1
- package/icons/MailIcon.js +1 -1
- package/icons/MenuDuotoneIcon.js +1 -1
- package/icons/MenuIcon.js +1 -1
- package/icons/MinusCircleDuotoneIcon.js +1 -1
- package/icons/MinusCircleIcon.js +1 -1
- package/icons/MinusDuotoneIcon.js +1 -1
- package/icons/MinusIcon.js +1 -1
- package/icons/MobileDuotoneIcon.js +1 -1
- package/icons/MobileIcon.js +1 -1
- package/icons/MoneyDuotoneIcon.js +1 -1
- package/icons/MoneyIcon.js +1 -1
- package/icons/MonitorDuotoneIcon.js +1 -1
- package/icons/MonitorIcon.js +1 -1
- package/icons/NightDuotoneIcon.js +1 -1
- package/icons/NightIcon.js +1 -1
- package/icons/PauseCircleDuotoneIcon.js +1 -1
- package/icons/PauseCircleIcon.js +1 -1
- package/icons/PercentBadgeDuotoneIcon.js +1 -1
- package/icons/PercentBadgeIcon.js +1 -1
- package/icons/PercentDuotoneIcon.js +1 -1
- package/icons/PercentIcon.js +1 -1
- package/icons/PlaneDuotoneIcon.js +1 -1
- package/icons/PlaneIcon.js +1 -1
- package/icons/PlayCircleDuotoneIcon.js +1 -1
- package/icons/PlayCircleIcon.js +1 -1
- package/icons/PlayDuotoneIcon.js +1 -1
- package/icons/PlayIcon.js +1 -1
- package/icons/PlusCircleDuotoneIcon.js +1 -1
- package/icons/PlusCircleIcon.js +1 -1
- package/icons/PlusDuotoneIcon.js +1 -1
- package/icons/PlusIcon.js +1 -1
- package/icons/PrinterDuotoneIcon.js +1 -1
- package/icons/PrinterIcon.js +1 -1
- package/icons/RateDuotoneIcon.js +1 -1
- package/icons/RateIcon.js +1 -1
- package/icons/ReceiptDuotoneIcon.js +1 -1
- package/icons/ReceiptIcon.js +1 -1
- package/icons/RefreshDuotoneIcon.js +1 -1
- package/icons/RefreshIcon.js +1 -1
- package/icons/RemoveCircleDuotoneIcon.js +1 -1
- package/icons/RemoveCircleIcon.js +1 -1
- package/icons/RemoveDuotoneIcon.js +1 -1
- package/icons/RemoveIcon.js +1 -1
- package/icons/RestrictDuotoneIcon.js +1 -1
- package/icons/RestrictIcon.js +1 -1
- package/icons/RocketDuotoneIcon.js +1 -1
- package/icons/RocketIcon.js +1 -1
- package/icons/ScanDuotoneIcon.js +1 -1
- package/icons/ScanIcon.js +1 -1
- package/icons/ScreenDuotoneIcon.js +1 -1
- package/icons/ScreenIcon.js +1 -1
- package/icons/SearchDuotoneIcon.js +1 -1
- package/icons/SearchIcon.js +1 -1
- package/icons/SendDuotoneIcon.js +1 -1
- package/icons/SendIcon.js +1 -1
- package/icons/SettingsDuotoneIcon.js +1 -1
- package/icons/SettingsIcon.js +1 -1
- package/icons/ShoppingListDuotoneIcon.js +1 -1
- package/icons/ShoppingListIcon.js +1 -1
- package/icons/ShoppingTagDuotoneIcon.js +1 -1
- package/icons/ShoppingTagIcon.js +1 -1
- package/icons/SquareDuotoneIcon.js +1 -1
- package/icons/SquareIcon.js +1 -1
- package/icons/StarDuotoneIcon.js +1 -1
- package/icons/StarIcon.js +1 -1
- package/icons/StarOffDuotoneIcon.js +1 -1
- package/icons/StarOffIcon.js +1 -1
- package/icons/StarsDuotoneIcon.js +1 -1
- package/icons/StarsIcon.js +1 -1
- package/icons/SunnyDuotoneIcon.js +1 -1
- package/icons/SunnyIcon.js +1 -1
- package/icons/TagDuotoneIcon.js +1 -1
- package/icons/TagIcon.js +1 -1
- package/icons/ThreeDotDuotoneIcon.js +1 -1
- package/icons/ThreeDotIcon.js +1 -1
- package/icons/TotalLandedCostDuotoneIcon.js +1 -1
- package/icons/TotalLandedCostIcon.js +1 -1
- package/icons/TrashCanDuotoneIcon.js +1 -1
- package/icons/TrashCanIcon.js +1 -1
- package/icons/TriangleDuotoneIcon.js +1 -1
- package/icons/TriangleIcon.js +1 -1
- package/icons/TruckDuotoneIcon.js +1 -1
- package/icons/TruckIcon.js +1 -1
- package/icons/UserDuotoneIcon.js +1 -1
- package/icons/UserIcon.js +1 -1
- package/icons/UtahDuotoneIcon.js +1 -1
- package/icons/UtahIcon.js +1 -1
- package/icons/WarningDuotoneIcon.js +1 -1
- package/icons/WarningIcon.js +1 -1
- package/icons/custom/AvatarIcon.js +1 -1
- package/icons/custom/ZonosIcon.js +1 -1
- package/icons/custom/ZonosLogoIcon.js +1 -1
- package/icons/custom/products/CheckoutIcon.js +1 -1
- package/icons/custom/products/ClassifyIcon.js +1 -1
- package/icons/custom/products/ClearIcon.js +1 -1
- package/icons/custom/products/DashboardIcon.js +1 -1
- package/icons/custom/products/HelloIcon.js +1 -1
- package/icons/custom/products/LandedCostIcon.js +1 -1
- package/icons/custom/products/RateIcon.js +1 -1
- package/icons/custom/products/RestrictIcon.js +1 -1
- package/icons/custom/products/ScreenIcon.js +1 -1
- package/icons/custom/theme/ThemeDarkIcon.js +1 -1
- package/icons/custom/theme/ThemeLightIcon.js +1 -1
- package/icons/custom/us-states/AlabamaIcon.js +1 -1
- package/icons/custom/us-states/AlaskaIcon.js +1 -1
- package/icons/custom/us-states/ArizonaIcon.js +1 -1
- package/icons/custom/us-states/ArkansasIcon.js +1 -1
- package/icons/custom/us-states/CaliforniaIcon.js +1 -1
- package/icons/custom/us-states/ColoradoIcon.js +1 -1
- package/icons/custom/us-states/ConnecticutIcon.js +1 -1
- package/icons/custom/us-states/DelawareIcon.js +1 -1
- package/icons/custom/us-states/FloridaIcon.js +1 -1
- package/icons/custom/us-states/GeorgiaIcon.js +1 -1
- package/icons/custom/us-states/HawaiiIcon.js +1 -1
- package/icons/custom/us-states/IdahoIcon.js +1 -1
- package/icons/custom/us-states/IllinoisIcon.js +1 -1
- package/icons/custom/us-states/IndianaIcon.js +1 -1
- package/icons/custom/us-states/IowaIcon.js +1 -1
- package/icons/custom/us-states/KansasIcon.js +1 -1
- package/icons/custom/us-states/KentuckyIcon.js +1 -1
- package/icons/custom/us-states/LouisianaIcon.js +1 -1
- package/icons/custom/us-states/MaineIcon.js +1 -1
- package/icons/custom/us-states/MarylandIcon.js +1 -1
- package/icons/custom/us-states/MassachusettsIcon.js +1 -1
- package/icons/custom/us-states/MichiganIcon.js +1 -1
- package/icons/custom/us-states/MinnesotaIcon.js +1 -1
- package/icons/custom/us-states/MississippiIcon.js +1 -1
- package/icons/custom/us-states/MissouriIcon.js +1 -1
- package/icons/custom/us-states/MontanaIcon.js +1 -1
- package/icons/custom/us-states/NebraskaIcon.js +1 -1
- package/icons/custom/us-states/NevadaIcon.js +1 -1
- package/icons/custom/us-states/NewHampshireIcon.js +1 -1
- package/icons/custom/us-states/NewJerseyIcon.js +1 -1
- package/icons/custom/us-states/NewMexicoIcon.js +1 -1
- package/icons/custom/us-states/NewYorkIcon.js +1 -1
- package/icons/custom/us-states/NorthCarolinaIcon.js +1 -1
- package/icons/custom/us-states/NorthDakotaIcon.js +1 -1
- package/icons/custom/us-states/OhioIcon.js +1 -1
- package/icons/custom/us-states/OklahomaIcon.js +1 -1
- package/icons/custom/us-states/OregonIcon.js +1 -1
- package/icons/custom/us-states/PennsylvaniaIcon.js +1 -1
- package/icons/custom/us-states/RhodeIslandIcon.js +1 -1
- package/icons/custom/us-states/SouthCarolinaIcon.js +1 -1
- package/icons/custom/us-states/SouthDakotaIcon.js +1 -1
- package/icons/custom/us-states/TennesseeIcon.js +1 -1
- package/icons/custom/us-states/TexasIcon.js +1 -1
- package/icons/custom/us-states/UtahIcon.js +1 -1
- package/icons/custom/us-states/VermontIcon.js +1 -1
- package/icons/custom/us-states/VirginiaIcon.js +1 -1
- package/icons/custom/us-states/WashingtonIcon.js +1 -1
- package/icons/custom/us-states/WestVirginiaIcon.js +1 -1
- package/icons/custom/us-states/WisconsinIcon.js +1 -1
- package/icons/custom/us-states/WyomingIcon.js +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/AD.js +1 -1
- package/icons/flags/AE.js +1 -1
- package/icons/flags/AF.js +1 -1
- package/icons/flags/AG.js +1 -1
- package/icons/flags/AI.js +1 -1
- package/icons/flags/AL.js +1 -1
- package/icons/flags/AM.js +1 -1
- package/icons/flags/AO.js +1 -1
- package/icons/flags/AR.js +1 -1
- package/icons/flags/AS.js +1 -1
- package/icons/flags/AT.js +1 -1
- package/icons/flags/AU.js +1 -1
- package/icons/flags/AW.js +1 -1
- package/icons/flags/AX.js +1 -1
- package/icons/flags/AZ.js +1 -1
- package/icons/flags/BA.js +1 -1
- package/icons/flags/BB.js +1 -1
- package/icons/flags/BD.js +1 -1
- package/icons/flags/BE.js +1 -1
- package/icons/flags/BF.js +1 -1
- package/icons/flags/BG.js +1 -1
- package/icons/flags/BH.js +1 -1
- package/icons/flags/BI.js +1 -1
- package/icons/flags/BJ.js +1 -1
- package/icons/flags/BL.js +1 -1
- package/icons/flags/BM.js +1 -1
- package/icons/flags/BN.js +1 -1
- package/icons/flags/BO.js +1 -1
- package/icons/flags/BQ.js +1 -1
- package/icons/flags/BR.js +1 -1
- package/icons/flags/BS.js +1 -1
- package/icons/flags/BT.js +1 -1
- package/icons/flags/BW.js +1 -1
- package/icons/flags/BY.js +1 -1
- package/icons/flags/BZ.js +1 -1
- package/icons/flags/CA.js +1 -1
- package/icons/flags/CD.js +1 -1
- package/icons/flags/CF.js +1 -1
- package/icons/flags/CG.js +1 -1
- package/icons/flags/CH.js +1 -1
- package/icons/flags/CI.js +1 -1
- package/icons/flags/CK.js +1 -1
- package/icons/flags/CL.js +1 -1
- package/icons/flags/CM.js +1 -1
- package/icons/flags/CN.js +1 -1
- package/icons/flags/CO.js +1 -1
- package/icons/flags/CR.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/CY.js +1 -1
- package/icons/flags/CZ.js +1 -1
- package/icons/flags/DE.js +1 -1
- package/icons/flags/DJ.js +1 -1
- package/icons/flags/DK.js +1 -1
- package/icons/flags/DM.js +1 -1
- package/icons/flags/DO.js +1 -1
- package/icons/flags/DZ.js +1 -1
- package/icons/flags/Default.js +1 -1
- package/icons/flags/EC.js +1 -1
- package/icons/flags/EE.js +1 -1
- package/icons/flags/EG.js +1 -1
- package/icons/flags/EH.js +1 -1
- package/icons/flags/ER.js +1 -1
- package/icons/flags/ES.js +1 -1
- package/icons/flags/ET.js +1 -1
- package/icons/flags/FI.js +1 -1
- package/icons/flags/FJ.js +1 -1
- package/icons/flags/FK.js +1 -1
- package/icons/flags/FM.js +1 -1
- package/icons/flags/FO.js +1 -1
- package/icons/flags/FR.js +1 -1
- package/icons/flags/FlagIndex.js +1 -1
- package/icons/flags/GA.js +1 -1
- package/icons/flags/GB.js +1 -1
- package/icons/flags/GD.js +1 -1
- package/icons/flags/GE.js +1 -1
- package/icons/flags/GF.js +1 -1
- package/icons/flags/GG.js +1 -1
- package/icons/flags/GH.js +1 -1
- package/icons/flags/GI.js +1 -1
- package/icons/flags/GL.js +1 -1
- package/icons/flags/GM.js +1 -1
- package/icons/flags/GN.js +1 -1
- package/icons/flags/GP.js +1 -1
- package/icons/flags/GQ.js +1 -1
- package/icons/flags/GR.js +1 -1
- package/icons/flags/GT.js +1 -1
- package/icons/flags/GU.js +1 -1
- package/icons/flags/GW.js +1 -1
- package/icons/flags/GY.js +1 -1
- package/icons/flags/HK.js +1 -1
- package/icons/flags/HM.js +1 -1
- package/icons/flags/HN.js +1 -1
- package/icons/flags/HR.js +1 -1
- package/icons/flags/HT.js +1 -1
- package/icons/flags/HU.js +1 -1
- package/icons/flags/IC.js +1 -1
- package/icons/flags/ID.js +1 -1
- package/icons/flags/IE.js +1 -1
- package/icons/flags/IL.js +1 -1
- package/icons/flags/IM.js +1 -1
- package/icons/flags/IN.js +1 -1
- package/icons/flags/IQ.js +1 -1
- package/icons/flags/IR.js +1 -1
- package/icons/flags/IS.js +1 -1
- package/icons/flags/IT.js +1 -1
- package/icons/flags/JE.js +1 -1
- package/icons/flags/JM.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/KH.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/KY.js +1 -1
- package/icons/flags/KZ.js +1 -1
- package/icons/flags/LA.js +1 -1
- package/icons/flags/LB.js +1 -1
- package/icons/flags/LC.js +1 -1
- package/icons/flags/LI.js +1 -1
- package/icons/flags/LK.js +1 -1
- package/icons/flags/LR.js +1 -1
- package/icons/flags/LS.js +1 -1
- package/icons/flags/LT.js +1 -1
- package/icons/flags/LU.js +1 -1
- package/icons/flags/LV.js +1 -1
- package/icons/flags/LY.js +1 -1
- package/icons/flags/MA.js +1 -1
- package/icons/flags/MC.js +1 -1
- package/icons/flags/MD.js +1 -1
- package/icons/flags/ME.js +1 -1
- package/icons/flags/MF.js +1 -1
- package/icons/flags/MG.js +1 -1
- package/icons/flags/MH.js +1 -1
- package/icons/flags/MK.js +1 -1
- package/icons/flags/ML.js +1 -1
- package/icons/flags/MM.js +1 -1
- package/icons/flags/MN.js +1 -1
- package/icons/flags/MO.js +1 -1
- package/icons/flags/MP.js +1 -1
- package/icons/flags/MQ.js +1 -1
- package/icons/flags/MR.js +1 -1
- package/icons/flags/MS.js +1 -1
- package/icons/flags/MT.js +1 -1
- package/icons/flags/MU.js +1 -1
- package/icons/flags/MV.js +1 -1
- package/icons/flags/MW.js +1 -1
- package/icons/flags/MX.js +1 -1
- package/icons/flags/MY.js +1 -1
- package/icons/flags/MZ.js +1 -1
- package/icons/flags/NA.js +1 -1
- package/icons/flags/NC.js +1 -1
- package/icons/flags/NE.js +1 -1
- package/icons/flags/NF.js +1 -1
- package/icons/flags/NG.js +1 -1
- package/icons/flags/NI.js +1 -1
- package/icons/flags/NL.js +1 -1
- package/icons/flags/NO.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/PE.js +1 -1
- package/icons/flags/PF.js +1 -1
- package/icons/flags/PG.js +1 -1
- package/icons/flags/PH.js +1 -1
- package/icons/flags/PK.js +1 -1
- package/icons/flags/PL.js +1 -1
- package/icons/flags/PM.js +1 -1
- package/icons/flags/PN.js +1 -1
- package/icons/flags/PR.js +1 -1
- package/icons/flags/PS.js +1 -1
- package/icons/flags/PT.js +1 -1
- package/icons/flags/PW.js +1 -1
- package/icons/flags/PY.js +1 -1
- package/icons/flags/QA.js +1 -1
- package/icons/flags/RE.js +1 -1
- package/icons/flags/RO.js +1 -1
- package/icons/flags/RS.js +1 -1
- package/icons/flags/RU.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/SE.js +1 -1
- package/icons/flags/SG.js +1 -1
- package/icons/flags/SH.js +1 -1
- package/icons/flags/SI.js +1 -1
- package/icons/flags/SJ.js +1 -1
- package/icons/flags/SK.js +1 -1
- package/icons/flags/SL.js +1 -1
- package/icons/flags/SM.js +1 -1
- package/icons/flags/SN.js +1 -1
- package/icons/flags/SO.js +1 -1
- package/icons/flags/SR.js +1 -1
- package/icons/flags/SS.js +1 -1
- package/icons/flags/ST.js +1 -1
- package/icons/flags/SV.js +1 -1
- package/icons/flags/SX.js +1 -1
- package/icons/flags/SY.js +1 -1
- package/icons/flags/SZ.js +1 -1
- package/icons/flags/TC.js +1 -1
- package/icons/flags/TD.js +1 -1
- package/icons/flags/TF.js +1 -1
- package/icons/flags/TG.js +1 -1
- package/icons/flags/TH.js +1 -1
- package/icons/flags/TJ.js +1 -1
- package/icons/flags/TK.js +1 -1
- package/icons/flags/TL.js +1 -1
- package/icons/flags/TM.js +1 -1
- package/icons/flags/TN.js +1 -1
- package/icons/flags/TO.js +1 -1
- package/icons/flags/TR.js +1 -1
- package/icons/flags/TT.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/UA.js +1 -1
- package/icons/flags/UG.js +1 -1
- package/icons/flags/UM.js +1 -1
- package/icons/flags/US.js +1 -1
- package/icons/flags/UY.js +1 -1
- package/icons/flags/UZ.js +1 -1
- package/icons/flags/VA.js +1 -1
- package/icons/flags/VC.js +1 -1
- package/icons/flags/VE.js +1 -1
- package/icons/flags/VG.js +1 -1
- package/icons/flags/VI.js +1 -1
- package/icons/flags/VN.js +1 -1
- package/icons/flags/VU.js +1 -1
- package/icons/flags/WF.js +1 -1
- package/icons/flags/WS.js +1 -1
- package/icons/flags/YE.js +1 -1
- package/icons/flags/YT.js +1 -1
- package/icons/flags/ZA.js +1 -1
- package/icons/flags/ZM.js +1 -1
- package/icons/flags/ZW.js +1 -1
- package/icons/icon-base/_IconBase.js +1 -1
- package/icons/icon-base/_StateIconBase.js +1 -1
- package/icons/icon-base/_ThemeIconBase.js +1 -1
- package/package.json +6 -7
- package/styles/constants/theme.d.ts +1 -1
- package/types/Color.d.ts +2 -2
- package/types/GridSpacing.d.ts +2 -0
- package/types/ICountry.d.ts +1 -1
- package/types/index.d.ts +1 -0
- package/utils/_extractQueryParams.js +1 -1
- package/utils/_graphiqlFetcher.js +1 -1
- package/utils/addIndex.js +1 -1
- package/utils/flattenRow.js +1 -1
- package/utils/getIsInternalLink.js +1 -1
- package/utils/getProductDetails.js +1 -1
- package/utils/handleFetch.js +1 -1
- package/utils/hooks/_useGraphiqlExplorer.js +1 -1
- package/utils/hooks/_useGraphiqlFetcher.js +1 -1
- package/utils/hooks/_useGraphiqlStorage.js +1 -1
- package/utils/hooks/action-pivot-table/useHasuraGqlPagination.js +1 -1
- package/utils/hooks/useAminoTheme.js +1 -1
- package/utils/hooks/useDropdown.js +1 -1
- package/utils/hooks/useHeightAdjustTextarea.js +1 -1
- package/utils/hooks/useNotify.js +1 -1
- package/utils/hooks/useSwrt.d.ts +1 -1
- package/utils/hooks/useSwrt.js +1 -1
- package/utils/prepCountryOptions.js +1 -1
- package/utils/setupNestedData.js +1 -1
- package/utils/unitedStates.js +1 -1
- package/utils/useCopyText.js +1 -1
- package/_tslib-fe391a2e.js +0 -1
- package/components/stack/GridSpacing.d.ts +0 -2
- package/components/stack/GridSpacing.js +0 -1
package/icons/flags/LS.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),s=require("react/jsx-runtime"),r=require("react"),t=require("../flag-icon/_FlagIconBase.js"),i=r.forwardRef((function(r,i){var h=r.height,l=r.width;return s.jsxs(t.FlagIconBase,e.__assign({ref:i,height:h,viewBox:"0 0 640 480",width:l},{children:[s.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),s.jsx("path",{d:"M0 336h640v144H0z",fill:"#009543"}),s.jsx("path",{d:"M0 0h640v144H0z",fill:"#00209f"}),s.jsx("path",{d:"M319.6 153c-2.7 0-5.4 3-5.4 3l.3 32.4-10.3 10.7h8.3v18.5l-49 66-7.2-2.6-12.7 27s31.3 19.6 76.7 19c49.8-.5 76.9-19.9 76.9-19.9l-13-26.6-6.5 2.8-49.6-65.6v-19.1h8.2L325.1 188v-32.2s-2.7-3-5.5-2.9z",stroke:"#000",strokeWidth:"1.6"}),s.jsx("path",{d:"M336.7 230.4h-33.9s-12.2-25.9-10.3-44c2-18.4 12.6-27.1 26.6-27.3 16.6-.1 25.2 8.1 27.8 26.6 2.6 18.3-10.2 44.7-10.2 44.7z",fill:"none",stroke:"#000",strokeWidth:"8"}),s.jsx("path",{d:"M260.5 292.1c-.6.7-4.7 8.9-4.7 8.9l7-1.5-2.3-7.4zm4 10.5-7.4 2.4 8.9 3.5-1.5-5.9zm3.3-10.3 3.7 10.9 9-2.6-2.3-5.2-10.4-3.1zm5.8 14.8 1.2 4.4 12 3-4.8-10.2-8.4 2.8zm13.2-9.3 4.3 10.2 9-3.5-3-4.5-10.3-2.2zm6 13.9 1.4 3.8 14 2-5.9-9.2-9.6 3.4zm13.4-11 5.2 9.1 13-4.8-1.4-3.5-16.8-.7zm7.6 12.4 2.7 4.8 16.2-.5-6-9-13 4.7zm17.1-12 4.4 7.6 10.4-5-2.8-4-12 1.4zm17 5.8-10.3 5.1 2.7 4.5 13.8-2.2-6.2-7.4zm3.3-8 5.3 6.7 8.7-6.9-3-3-11 3.2zm15.9 3.5-8.3 6.3 2.2 3.9 11.4-3-5.3-7.2zm11.4-13 2 2.9-5.7 8.5-5.9-7.6 9.6-3.8zm3.9 7.3 3.5 7-7 2.4-.6-3.3 4-6z",fill:"#fff"})]}))}));exports.LS=i;
|
package/icons/flags/LT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var r=require("../../_tslib-
|
|
1
|
+
"use strict";var r=require("../../_tslib-ccfac372.js"),e=require("react/jsx-runtime"),i=require("react"),s=require("../flag-icon/_FlagIconBase.js"),t=i.forwardRef((function(i,t){var a=i.height,l=i.width;return e.jsx(s.FlagIconBase,r.__assign({ref:t,height:a,viewBox:"0 0 640 480",width:l},{children:e.jsxs("g",r.__assign({fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(.64143 .96773)"},{children:[e.jsx("rect",{fill:"#006a44",height:"708.7",rx:"0",ry:"0",transform:"scale(.93865 .69686)",width:"1063"}),e.jsx("rect",{fill:"#c1272d",height:"236.2",rx:"0",ry:"0",transform:"scale(.93865 .69686)",width:"1063",y:"475.6"}),e.jsx("path",{d:"M0 0h997.8v164.6H0z",fill:"#fdb913"})]}))}))}));exports.LT=t;
|
package/icons/flags/LU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),r=require("react/jsx-runtime"),i=require("react"),s=require("../flag-icon/_FlagIconBase.js"),t=i.forwardRef((function(i,t){var a=i.height,h=i.width;return r.jsxs(s.FlagIconBase,e.__assign({ref:t,height:a,viewBox:"0 0 640 480",width:h},{children:[r.jsx("path",{d:"M0 240h640v240H0z",fill:"#00a1de"}),r.jsx("path",{d:"M0 0h640v240H0z",fill:"#ed2939"}),r.jsx("path",{d:"M0 160h640v160H0z",fill:"#fff"})]}))}));exports.LU=t;
|
package/icons/flags/LV.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),r=require("react/jsx-runtime"),i=require("react"),s=require("../flag-icon/_FlagIconBase.js"),t=i.forwardRef((function(i,t){var a=i.height,h=i.width;return r.jsx(s.FlagIconBase,e.__assign({ref:t,height:a,viewBox:"0 0 640 480",width:h},{children:r.jsxs("g",e.__assign({fillRule:"evenodd"},{children:[r.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),r.jsx("path",{d:"M0 0h640v192H0zm0 288h640v192H0z",fill:"#981e32"})]}))}))}));exports.LV=t;
|
package/icons/flags/LY.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),i=require("react/jsx-runtime"),r=require("react"),s=require("../flag-icon/_FlagIconBase.js"),a=require("../flag-icon/useStableUniqueId.js");require("uuid");var t=r.forwardRef((function(r,t){var l=r.height,h=r.width,n=a.useStableUniqueId(1);return i.jsxs(s.FlagIconBase,e.__assign({ref:t,height:l,viewBox:"0 0 640 480",width:h},{children:[i.jsx("defs",{children:i.jsx("clipPath",e.__assign({id:"".concat(n[0])},{children:i.jsx("path",{d:"M166.7-20h666.6v500H166.7z"})}))}),i.jsxs("g",e.__assign({clipPath:"url(#".concat(n[0],")"),transform:"matrix(.96 0 0 .96 -160 19.2)"},{children:[i.jsx("path",{d:"M0-20h1000v500H0z",fill:"#239e46"}),i.jsx("path",{d:"M0-20h1000v375H0z"}),i.jsx("path",{d:"M0-20h1000v125H0z",fill:"#e70013"}),i.jsx("path",{d:"M544.2 185.8a54.3 54.3 0 1 0 0 88.4 62.5 62.5 0 1 1 0-88.4M530.4 230l84.1-27.3-52 71.5v-88.4l52 71.5z",fill:"#fff"})]}))]}))}));exports.LY=t;
|
package/icons/flags/MA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),r=require("react/jsx-runtime"),i=require("react"),t=require("../flag-icon/_FlagIconBase.js"),s=i.forwardRef((function(i,s){var a=i.height,h=i.width;return r.jsxs(t.FlagIconBase,e.__assign({ref:s,height:a,viewBox:"0 0 640 480",width:h},{children:[r.jsx("path",{d:"M640 0H0v480h640z",fill:"#c1272d"}),r.jsx("path",{d:"M320 179.4 284.4 289l93.2-67.6H262.4l93.2 67.6z",fill:"none",stroke:"#006233",strokeWidth:"11.7"})]}))}));exports.MA=s;
|
package/icons/flags/MC.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),r=require("react/jsx-runtime"),i=require("react"),s=require("../flag-icon/_FlagIconBase.js"),t=i.forwardRef((function(i,t){var a=i.height,h=i.width;return r.jsx(s.FlagIconBase,e.__assign({ref:t,height:a,viewBox:"0 0 640 480",width:h},{children:r.jsxs("g",e.__assign({fillRule:"evenodd",strokeWidth:"1pt"},{children:[r.jsx("path",{d:"M0 0h640v240H0z",fill:"#f31830"}),r.jsx("path",{d:"M0 240h640v240H0z",fill:"#fff"})]}))}))}));exports.MC=t;
|
package/icons/flags/MD.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var l=require("../../_tslib-
|
|
1
|
+
"use strict";var l=require("../../_tslib-ccfac372.js"),e=require("react/jsx-runtime"),i=require("react"),d=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("uuid");var c=i.forwardRef((function(i,c){var h=i.height,n=i.width,a=s.useStableUniqueId(3);return e.jsxs(d.FlagIconBase,l.__assign({ref:c,height:h,viewBox:"0 0 16 12",width:n},{children:[e.jsxs("g",l.__assign({clipPath:"url(#".concat(a[2],")")},{children:[e.jsx("mask",l.__assign({height:"12",id:"".concat(a[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0"},{children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})})),e.jsxs("g",l.__assign({mask:"url(#".concat(a[0],")")},{children:[e.jsx("path",{clipRule:"evenodd",d:"M11 0h5v12h-5V0Z",fill:"#D9071E",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M0 0h6v12H0V0Z",fill:"#3D58DB",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M5 0h6v12H5V0Z",fill:"#FBCD17",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"m10.86 9.807-.527.288L8.587 6.9l.527-.287 1.745 3.194Zm-5.603.077.526.288L7.53 6.977l-.527-.287-1.745 3.194Z",fill:"#FD1900",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M5.689 4.695V7.47c0 .617-.53 1.42-.799 1.72-.267.298-.8.983-.8.983V2.704c0-.838.8-1.125.8-1.125s.664.131.799 1.125v.97c.206.161.892.657 1.335.448.526-.249.708-.962.708-.962s-.05-.72-.265-.72c-.216 0-.233-1.014.594-1.014s.924.39.924.702c0 .163-.131.426-.256.675-.113.226-.22.442-.22.565 0 .256.193.754.476.754.198 0 1.153-.371 1.706-.593v-.825c.134-.994.798-1.125.798-1.125s.8.287.8 1.125v7.47s-.532-.686-.8-.985c-.267-.299-.798-1.102-.798-1.719V4.695H5.689Zm.886 5.221c.54-.352 1.332-1.93 1.332-1.93l.263.06s.4 1.046 1.58 1.87c-1.257.336-1.58 1.01-1.58 1.01 0-.54-1.595-1.01-1.595-1.01Zm-.087-1c.365 0 .66-.28.66-.624 0-.345-.295-.625-.66-.625-.365 0-.66.28-.66.625s.295.625.66.625Zm3.872-.624c0 .345-.295.625-.66.625-.365 0-.66-.28-.66-.625s.295-.625.66-.625c.365 0 .66.28.66.625Z",fill:"#A77B3B",fillRule:"evenodd"}),e.jsx("path",{d:"m12.57 5.204.459.198-1.87 4.326-.459-.198 1.87-4.326Z",fill:"#FDFF00"}),e.jsx("path",{clipRule:"evenodd",d:"M5.52 3.917h5.28v3.82s-1.344.404-2.64 1.068c-.957-.71-2.64-1.069-2.64-1.069v-3.82Z",fill:"#E1E5E8",fillRule:"evenodd",opacity:".3"}),e.jsx("mask",l.__assign({height:"6",id:"".concat(a[1]),maskUnits:"userSpaceOnUse",width:"6",x:"5",y:"3"},{children:e.jsx("path",{clipRule:"evenodd",d:"M5.52 3.917h5.28v3.82s-1.344.404-2.64 1.068c-.957-.71-2.64-1.069-2.64-1.069v-3.82Z",fill:"#fff",fillRule:"evenodd"})})),e.jsxs("g",l.__assign({mask:"url(#".concat(a[1],")")},{children:[e.jsx("path",{d:"M5.52 6.417h5.28v2.5H5.52z",fill:"#3D58DB"}),e.jsx("path",{d:"M5.52 3.917h5.28v2.5H5.52z",fill:"#FD1900"}),e.jsx("path",{clipRule:"evenodd",d:"m7.893 5.041-.4.033.23-.311-.245-.323.402.052.154-.355.172.363.4-.033-.23.311.245.322-.402-.051-.154.355-.172-.363Z",fill:"#FDFF00",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M7.175 4.336S6.1 4.99 6.458 5.459c.359.47.81.53.81.53s-1.1 1.65.835 2.592c2.072-.91.983-2.592.983-2.592s.638-.141.765-.649c.128-.507-.833-1.09-.833-1.09s.6.87.462 1.09c-.136.22-.87.445-1.377.445-.506 0-1.288-.142-1.415-.527-.126-.385.487-.922.487-.922Z",fill:"#FDFF00",fillRule:"evenodd"})]})),e.jsx("path",{clipRule:"evenodd",d:"M2.368 5.765s.527.623 1.024.419c.496-.204.376-.934.376-.934l-.376.34h-.32v.175l-.25-.174v.174h-.454Zm.357.957s.642.56 1.075.402c.433-.158.324-.917.324-.917l-.376.341h-.32v.174l-.25-.174v.174h-.453Zm1.73 1.271c-.433.159-1.076-.401-1.076-.401h.454v-.174l.25.174v-.174h.32l.376-.341s.108.758-.324.916Z",fill:"#048F02",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M6.99 1.124h-.5v.298h-.236v.5h.236v.872h.5v-.872h.286v-.5H6.99v-.298Z",fill:"#FDFF00",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"m7.58 1.692-1.159.299 1.158.366v-.665Z",fill:"#DB4400",fillRule:"evenodd"})]}))]})),e.jsx("defs",{children:e.jsx("clipPath",l.__assign({id:"".concat(a[2])},{children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}))})]}))}));exports.MD=c;
|
package/icons/flags/ME.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var l=require("../../_tslib-
|
|
1
|
+
"use strict";var l=require("../../_tslib-ccfac372.js"),e=require("react/jsx-runtime"),s=require("react"),i=require("../flag-icon/_FlagIconBase.js"),c=require("../flag-icon/useStableUniqueId.js");require("uuid");var d=s.forwardRef((function(s,d){var a=s.height,n=s.width,h=c.useStableUniqueId(4);return e.jsxs(i.FlagIconBase,l.__assign({ref:d,height:a,viewBox:"0 0 16 12",width:n},{children:[e.jsxs("g",l.__assign({clipPath:"url(#".concat(h[3],")")},{children:[e.jsx("mask",l.__assign({height:"12",id:"".concat(h[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0"},{children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})})),e.jsxs("g",l.__assign({mask:"url(#".concat(h[0],")")},{children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0h16v12H0V0Z",fill:"#E8AA00",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M2 2h12v8H2V2Z",fill:"#C51918",fillRule:"evenodd"}),e.jsx("mask",l.__assign({height:"8",id:"".concat(h[1]),maskUnits:"userSpaceOnUse",width:"12",x:"2",y:"2"},{children:e.jsx("path",{clipRule:"evenodd",d:"M2 2h12v8H2V2Z",fill:"#fff",fillRule:"evenodd"})})),e.jsxs("g",l.__assign({mask:"url(#".concat(h[1],")")},{children:[e.jsx("path",{clipRule:"evenodd",d:"M10.115 7.876c.204 0 .37-.17.37-.378a.374.374 0 0 0-.37-.379.374.374 0 0 0-.369.379c0 .208.165.378.37.378Z",fill:"#1E5E91",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M5.314 6.166c-.969-1.126.42-3.08.42-3.08s.207 1.167.975 1.953c0 .055-.072.138-.146.22a1.087 1.087 0 0 0-.13.168c-.068.123.164.193.276.193.05 0 .078.073.104.14.03.08.057.15.117.061.108-.161-.108-.517-.108-.517l.342-.36.115-.233h-.115v-.24l-.081.066s-.09-.214-.261-.214c-.172 0-.225-.098-.225-.098h.225c.113 0-.018-.15-.113-.227-.042-.035-.107-.023-.165-.012-.072.013-.134.024-.134-.055 0-.088.068-.1.147-.113a.356.356 0 0 0 .152-.05c.074-.053.173-.037.28-.02.057.01.116.02.175.02h.278c.1 0-.163.163-.163.163l.163.144.242.248-.12.072.25.242s-.086.138 0 .138c.034 0 .057.029.072.063.015-.034.038-.063.073-.063.085 0 0-.138 0-.138l.25-.242-.121-.072.242-.248.163-.144s-.263-.163-.163-.163h.279c.059 0 .118-.01.174-.02.108-.017.207-.033.28.02.045.032.1.041.152.05.079.014.147.025.147.113 0 .08-.062.068-.134.055-.058-.011-.122-.023-.165.012-.094.077-.225.227-.113.227h.226s-.054.098-.226.098c-.171 0-.26.214-.26.214l-.081-.066v.24h-.116l.116.233.341.36s-.215.356-.107.517c.059.09.086.02.117-.062.025-.066.053-.14.103-.14.113 0 .345-.07.277-.192-.028-.05-.08-.109-.13-.167-.074-.083-.147-.166-.147-.221.768-.786.976-1.952.976-1.952s1.388 1.953.42 3.079c-.969 1.126-1.68.786-1.68.786s.858.799.953.799c.013 0-.017-.074-.047-.147-.029-.072-.058-.144-.045-.143.028.001.082.067.137.133a.776.776 0 0 0 .117.125c.02.013.095-.014.166-.038.06-.02.115-.04.13-.033.059.03.043.09.029.148l-.01.044c-.002.013.074-.037.154-.089.085-.054.173-.112.18-.103l.004.006c.029.034.075.09-.265.351 0 .05.002.092.003.125.005.107.006.135-.067.135a.466.466 0 0 0-.13.035c-.134.048-.316.112-.448-.035-.183-.204-1.31-1.024-1.31-1.024l-.12.067s.412 1.14.633 1.147c.11.004-.057.11-.278.252-.223.142-.502.32-.606.464-.03.042-.055-.023-.073-.164-.018.141-.042.206-.073.164-.103-.144-.382-.322-.606-.464-.22-.141-.387-.248-.277-.252.22-.008.633-1.147.633-1.147l-.12-.067-.45.515s-.678.305-.86.51c-.133.146-.314.082-.449.034a.454.454 0 0 0-.13-.035c-.115 0-.154-.161 0-.359.09-.116.229-.132.36-.146a.544.544 0 0 0 .25-.066c.164-.107.433-.386.433-.386l.397-.356s-.712.34-1.68-.786Z",fill:"#F6C540",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"m6.217 8.515-.438-.767S5.207 6.43 5.207 6.27c0-.16-.23-.634-.23-.497 0 .138-.02 1.242-.02 1.242l.985 1.43v.17h.13l.145-.099Z",fill:"#F6C540",fillRule:"evenodd"}),e.jsx("path",{d:"m9.72 7.483.067-.221.813.245-.066.22-.813-.244Z",fill:"#F6C540"}),e.jsx("path",{d:"m10.154 7.08.22.072-.215.69-.22-.073.215-.689Z",fill:"#F6C540"}),e.jsx("path",{clipRule:"evenodd",d:"M8.069 2.646a1.306 1.306 0 0 0-.102-.035l-.003.01a.485.485 0 0 0-.116-.008V2.61l-.007.002a.957.957 0 0 0-.194.045c-.364.041-.552.202-.532.478.011.141.059.242.138.3v.084s.416.27.624.27c.208 0 .624-.27.624-.27v-.053c.114-.045.183-.158.196-.331.021-.284-.18-.446-.565-.481l-.001.011a1.685 1.685 0 0 0-.062-.02Zm.432.655v-.367a.25.25 0 0 1 .058.192c-.006.08-.025.138-.058.175Zm-1.248-.182v-.04.04Z",fill:"#F6C540",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M6.977 5.18s.569-.107.877-.107c.276 0 .877.107.877.107 0 .68.191 1.096 0 1.56-.192.465-.66.242-.87.686-.271-.421-.637-.19-.884-.79-.247-.6.15-.876 0-1.456Z",fill:"#1E5E91",fillRule:"evenodd"}),e.jsx("mask",l.__assign({height:"3",id:"".concat(h[2]),maskUnits:"userSpaceOnUse",width:"3",x:"6",y:"5"},{children:e.jsx("path",{clipRule:"evenodd",d:"M6.977 5.18s.569-.107.877-.107c.276 0 .877.107.877.107 0 .68.191 1.096 0 1.56-.192.465-.66.242-.87.686-.271-.421-.637-.19-.884-.79-.247-.6.15-.876 0-1.456Z",fill:"#fff",fillRule:"evenodd"})})),e.jsx("g",l.__assign({mask:"url(#".concat(h[2],")")},{children:e.jsx("path",{d:"M6.977 6.599h1.754v.851H6.977z",fill:"#5EAA22"})})),e.jsx("path",{clipRule:"evenodd",d:"M7.9 6.4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z",fill:"#F6C540",fillRule:"evenodd"})]}))]}))]})),e.jsx("defs",{children:e.jsx("clipPath",l.__assign({id:"".concat(h[3])},{children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}))})]}))}));exports.ME=d;
|
package/icons/flags/MF.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),i=require("react/jsx-runtime"),r=require("react"),s=require("../flag-icon/_FlagIconBase.js"),t=r.forwardRef((function(r,t){var a=r.height,l=r.width;return i.jsx(s.FlagIconBase,e.__assign({ref:t,height:a,viewBox:"0 0 640 480",width:l},{children:i.jsxs("g",e.__assign({fillRule:"evenodd",strokeWidth:"1pt"},{children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),i.jsx("path",{d:"M0 0h213.3v480H0z",fill:"#00267f"}),i.jsx("path",{d:"M426.7 0H640v480H426.7z",fill:"#f31830"})]}))}))}));exports.MF=t;
|
package/icons/flags/MG.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),i=require("react/jsx-runtime"),r=require("react"),s=require("../flag-icon/_FlagIconBase.js"),t=r.forwardRef((function(r,t){var a=r.height,l=r.width;return i.jsx(s.FlagIconBase,e.__assign({ref:t,height:a,viewBox:"0 0 640 480",width:l},{children:i.jsxs("g",e.__assign({fillRule:"evenodd",strokeWidth:"1pt"},{children:[i.jsx("path",{d:"M213.3 0H640v240H213.3z",fill:"#ff3319"}),i.jsx("path",{d:"M213.3 240H640v240H213.3z",fill:"#00cc28"}),i.jsx("path",{d:"M0 0h213.3v480H0z",fill:"#fff"})]}))}))}));exports.MG=t;
|
package/icons/flags/MH.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),i=require("react/jsx-runtime"),r=require("react"),s=require("../flag-icon/_FlagIconBase.js"),a=r.forwardRef((function(r,a){var l=r.height,t=r.width;return i.jsx(s.FlagIconBase,e.__assign({ref:a,height:l,viewBox:"0 0 640 480",width:t},{children:i.jsxs("g",e.__assign({fillRule:"evenodd"},{children:[i.jsx("path",{d:"M0 0h639.9v480H0z",fill:"#3b5aa3"}),i.jsx("path",{d:"M0 467 639.9 0v87L0 480v-13z",fill:"#e2ae57"}),i.jsx("path",{d:"M22.4 480 640 179.2l-.1-95.5L0 480h22.4zm153-464.8L169 118l-27-65.6 10.4 69.8-41.9-56.4 27.5 64.3-55-42.6 42.8 53.6-62.1-27.6 54.4 41.2-67.7-9 64 25.4L14 180.3l100.6 6.7-63.7 26.2 67-9-54.3 40 63-27.6-43 54 54.6-41.3-27 62.9 43.6-54.7-11.8 68.1 27.5-63.7 6.2 100.7 9.7-100.4 23.7 64-9-69 43.4 54.8-28.6-64 54.6 44-43.4-54.9 64.9 27-57.4-41.9 69.9 11.8-67-25.7 104.1-6.5-104-9.7 68.5-22.8-71 9 58.6-41-66 26.5 45.6-55.3-55.6 43.4 26.7-66.4-43.1 56.4 9.3-70.4-25.7 66.5-9.6-102.8z",fill:"#fff"})]}))}))}));exports.MH=a;
|
package/icons/flags/MK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),r=require("react/jsx-runtime"),i=require("react"),s=require("../flag-icon/_FlagIconBase.js"),t=i.forwardRef((function(i,t){var h=i.height,l=i.width;return r.jsxs(s.FlagIconBase,e.__assign({ref:t,height:h,viewBox:"0 0 640 480",width:l},{children:[r.jsx("path",{d:"M0 0h640v480H0z",fill:"#d20000"}),r.jsx("path",{d:"M0 0h96l224 231.4L544 0h96L0 480h96l224-231.4L544 480h96zm640 192v96L0 192v96zM280 0l40 205.7L360 0zm0 480 40-205.7L360 480z",fill:"#ffe600"}),r.jsx("circle",{cx:"320",cy:"240",fill:"#ffe600",r:"77.1",stroke:"#d20000",strokeWidth:"17.1"})]}))}));exports.MK=t;
|
package/icons/flags/ML.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),r=require("react/jsx-runtime"),i=require("react"),s=require("../flag-icon/_FlagIconBase.js"),a=i.forwardRef((function(i,a){var t=i.height,l=i.width;return r.jsx(s.FlagIconBase,e.__assign({ref:a,height:t,viewBox:"0 0 640 480",width:l},{children:r.jsxs("g",e.__assign({fillRule:"evenodd"},{children:[r.jsx("path",{d:"M425.8 0H640v480H425.7z",fill:"red"}),r.jsx("path",{d:"M0 0h212.9v480H0z",fill:"#009a00"}),r.jsx("path",{d:"M212.9 0h214v480h-214z",fill:"#ff0"})]}))}))}));exports.ML=a;
|
package/icons/flags/MM.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),t=require("react/jsx-runtime"),r=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("uuid");var a=r.forwardRef((function(r,a){var h=r.height,n=r.width,c=s.useStableUniqueId(2);return t.jsxs(i.FlagIconBase,e.__assign({ref:a,height:h,viewBox:"0 0 640 480",width:n},{children:[t.jsxs("defs",{children:[t.jsx("path",{d:"m0-.5.2.5h-.4z",fill:"#fff",id:"".concat(c[0]),transform:"scale(8.844)"}),t.jsxs("g",e.__assign({id:"".concat(c[1])},{children:[t.jsx("use",{height:"12",transform:"rotate(-144)",width:"18",xlinkHref:"#".concat(c[0])}),t.jsx("use",{height:"12",transform:"rotate(-72)",width:"18",xlinkHref:"#".concat(c[0])}),t.jsx("use",{height:"12",width:"18",xlinkHref:"#".concat(c[0])}),t.jsx("use",{height:"12",transform:"rotate(72)",width:"18",xlinkHref:"#".concat(c[0])}),t.jsx("use",{height:"12",transform:"rotate(144)",width:"18",xlinkHref:"#".concat(c[0])})]}))]}),t.jsx("path",{d:"M0-.1h640V160H0z",fill:"#fecb00"}),t.jsx("path",{d:"M0 320h640v160H0z",fill:"#ea2839"}),t.jsx("path",{d:"M0 160h640v160H0z",fill:"#34b233"}),t.jsx("use",{height:"12",transform:"matrix(40 0 0 40 -40 0)",width:"18",x:"9",xlinkHref:"#".concat(c[1]),y:"6.4"})]}))}));exports.MM=a;
|
package/icons/flags/MN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var c=require("../../_tslib-
|
|
1
|
+
"use strict";var c=require("../../_tslib-ccfac372.js"),r=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),l=e.forwardRef((function(e,l){var f=e.height,s=e.width;return r.jsxs(i.FlagIconBase,c.__assign({ref:l,height:f,viewBox:"0 0 640 480",width:s},{children:[r.jsx("path",{d:"M0 0h640v480H0z",fill:"#c4272f"}),r.jsx("path",{d:"M213.3 0h213.4v480H213.3z",fill:"#015197"}),r.jsx("circle",{cx:"107",cy:"189.1",fill:"#f9cf02",r:"35"}),r.jsx("circle",{cx:"107",cy:"173.2",fill:"#c4272f",r:"38.2"}),r.jsx("path",{d:"M91.1 131.8a15.9 15.9 0 0 0 31.8 0c0-6.3-4-7.2-4-9.5 0-2.4 2.4-5.6-2.4-9.6 2.4 4-1.6 4.8-1.6 8.8 0 4 1.6 4 1.6 7.1a3.2 3.2 0 0 1-6.3 0c0-3.1 3.1-6.3 3.1-11 0-4.9-.7-6.5-3.1-10.4-2.4-4-6.4-7.2-3.2-10.4-4.8 1.6-2.4 8-2.4 12s-3.2 6.3-3.2 11 2.4 5.7 2.4 8.8a3.2 3.2 0 0 1-6.3 0c0-3.1 1.6-3.1 1.6-7.1s-4-4.8-1.6-8.8c-4.8 4-2.4 7.2-2.4 9.6 0 2.4-4 3.1-4 9.5z",fill:"#f9cf02",fillRule:"evenodd"}),r.jsx("circle",{cx:"107",cy:"179.5",fill:"#f9cf02",r:"25.4"}),r.jsx("path",{d:"M37 230.4v152.7h31.8V230.4zm108.2 0v152.7H177V230.4zm-70 25.5v12.7h63.6v-12.7zm0 89v12.8h63.6V345zm0-114.5h63.6L107 249.5zm0 133.7h63.6L107 383z",fill:"#f9cf02"}),r.jsx("circle",{cx:"107",cy:"306.8",fill:"#f9cf02",r:"33.7",stroke:"#c4272f",strokeWidth:"3.8"}),r.jsx("path",{d:"M107 273a16.9 16.9 0 0 1 0 33.8 16.9 16.9 0 1 0 0 33.7",fill:"none",stroke:"#c4272f",strokeWidth:"3.8"}),r.jsx("circle",{cx:"107",cy:"289.9",fill:"#c4272f",r:"6.4"}),r.jsx("circle",{cx:"107",cy:"323.6",fill:"#c4272f",r:"6.4"})]}))}));exports.MN=l;
|
package/icons/flags/MO.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var a=require("../../_tslib-
|
|
1
|
+
"use strict";var a=require("../../_tslib-ccfac372.js"),e=require("react/jsx-runtime"),i=require("react"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("uuid");var t=i.forwardRef((function(i,t){var h=i.height,c=i.width,l=s.useStableUniqueId(1);return e.jsxs(r.FlagIconBase,a.__assign({ref:t,height:h,viewBox:"0 0 640 480",width:c},{children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#00785e"}),e.jsx("path",{d:"m295 108.7 40.5 29.5L320 90.5l-15.5 47.7 40.6-29.5z",fill:"#fbd116"}),e.jsxs("g",a.__assign({id:"".concat(l[0])},{children:[e.jsx("path",{d:"M320 331.6H217.5a146.3 146.3 0 0 1-3.8-4H320a2.1 2.1 0 0 1 1.4 2c0 .8-.5 1.7-1.4 2zm0-31.3a13 13 0 0 0 1.2-7.6 12.4 12.4 0 0 0-1.2-3.8 82 82 0 0 1-32.5 19 81 81 0 0 1-23.5 3.5h-63.1a144.4 144.4 0 0 0 5.8 8h61c20 0 38.2-7.2 52.3-19.1zm-109.6-24.7a32.3 32.3 0 0 1-9.7 2 81 81 0 0 0 60.8 27.5 80.9 80.9 0 0 0 58.5-25 441 441 0 0 0 4.5-58.8 441 441 0 0 0-4.5-67.7c-6.6 6-19 18.7-24.8 38.3A81 81 0 0 0 292 215a80.7 80.7 0 0 0 13.7 45 80.7 80.7 0 0 1-17-49.5c0-12.4 2.8-24.2 7.8-34.7a32.5 32.5 0 0 1-7.5-13 80.7 80.7 0 0 0-10.5 40c0 18 5.9 34.7 15.9 48.1a95 95 0 0 0-73.4-29.4 32.6 32.6 0 0 1 6.8 8.9 95 95 0 0 1 68.6 29.4 95 95 0 0 0-61-22.2 95 95 0 0 0-36.7 7.3 81.2 81.2 0 0 0 82.6 52.2c-4.7.8-9.5 1.3-14.4 1.3a80.8 80.8 0 0 1-56.4-22.8zM320 364.4h-53.1a143.5 143.5 0 0 0 53.1 10.1 11 11 0 0 0 1.3-5 11 11 0 0 0-1.3-5.1zm0-24.5h-93.6a143.8 143.8 0 0 0 7.8 6.2H320a4.6 4.6 0 0 0 1.3-3.1 4 4 0 0 0-1.3-3.1zm0 12.5h-76.7a143.6 143.6 0 0 0 14.4 8H320a7.6 7.6 0 0 0 1.2-4.2 7.5 7.5 0 0 0-1.2-3.8z",fill:"#fff"}),e.jsx("path",{d:"m200.5 174.8 25.4 23.6-6.7-34-14.6 31.4 30.3-16.8zm36.9-32 34.7.6-27.7-21 10.1 33.3 11.3-32.9z",fill:"#fbd116"})]})),e.jsx("use",{height:"100%",transform:"matrix(-1 0 0 1 640 0)",width:"100%",xlinkHref:"#".concat(l[0])})]}))}));exports.MO=t;
|
package/icons/flags/MP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),l=require("react/jsx-runtime"),c=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("uuid");var a=c.forwardRef((function(c,a){var d=c.height,h=c.width,t=s.useStableUniqueId(2);return l.jsxs(i.FlagIconBase,e.__assign({ref:a,height:d,viewBox:"0 0 16 12",width:h},{children:[l.jsxs("g",e.__assign({clipPath:"url(#".concat(t[1],")")},{children:[l.jsx("mask",e.__assign({height:"12",id:"".concat(t[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0"},{children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})})),l.jsxs("g",e.__assign({mask:"url(#".concat(t[0],")")},{children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0h17v12H0V0Z",fill:"#2993EC",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M3.106 5.792c0 2.646 2.191 4.791 4.894 4.791 2.703 0 4.894-2.145 4.894-4.791C12.894 3.145 10.703 1 8 1 5.297 1 3.106 3.145 3.106 5.792Zm8.724 0c0 2.07-1.715 3.75-3.83 3.75s-3.83-1.68-3.83-3.75c0-2.071 1.715-3.75 3.83-3.75s3.83 1.679 3.83 3.75Z",fill:"#F1F9FF",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M3.532 5.792c0 2.416 2 4.375 4.468 4.375s4.468-1.959 4.468-4.375-2-4.375-4.468-4.375-4.468 1.959-4.468 4.375Zm8.723 0c0 2.3-1.905 4.166-4.255 4.166-2.35 0-4.255-1.865-4.255-4.166S5.65 1.625 8 1.625c2.35 0 4.255 1.866 4.255 4.167Z",fill:"#E31D1C",fillRule:"evenodd"}),l.jsx("path",{d:"M8 10.092c-2.428 0-4.393-1.927-4.393-4.3h-.15c0 2.459 2.035 4.45 4.543 4.45v-.15Zm4.393-4.3c0 2.373-1.965 4.3-4.393 4.3v.15c2.508 0 4.543-1.991 4.543-4.45h-.15ZM8 1.492c2.428 0 4.393 1.926 4.393 4.3h.15c0-2.46-2.035-4.45-4.543-4.45v.15Zm-4.393 4.3c0-2.374 1.965-4.3 4.393-4.3v-.15c-2.508 0-4.543 1.99-4.543 4.45h.15ZM8 10.033c2.39 0 4.33-1.897 4.33-4.241h-.15c0 2.258-1.87 4.091-4.18 4.091v.15ZM3.67 5.792c0 2.344 1.94 4.241 4.33 4.241v-.15c-2.31 0-4.18-1.833-4.18-4.091h-.15ZM8 1.55c-2.39 0-4.33 1.898-4.33 4.242h.15C3.82 3.533 5.69 1.7 8 1.7v-.15Zm4.33 4.242c0-2.344-1.94-4.242-4.33-4.242v.15c2.31 0 4.18 1.833 4.18 4.092h.15Z",fill:"#E31D1C"}),l.jsx("path",{clipRule:"evenodd",d:"M7.293 2.875c-.183 0-.32.17-.28.349l.193.884a.287.287 0 0 0 .128.182.287.287 0 0 0-.109.192l-.694 5.823a.265.265 0 0 0 .129.265c.261.15.827.43 1.393.43.566 0 1.132-.28 1.394-.43a.265.265 0 0 0 .128-.265l-.694-5.823a.287.287 0 0 0-.109-.192.287.287 0 0 0 .128-.182l.194-.884a.287.287 0 0 0-.28-.349h-1.52Z",fill:"#A7A7A7",fillRule:"evenodd"}),l.jsx("path",{d:"M3.26 6.006a.16.16 0 0 1 .199-.103.156.156 0 0 1 .106.195c-.045.143-.045.353.004.63a1.403 1.403 0 0 0 .107.347l.04.084a.773.773 0 0 1 .068.342.158.158 0 0 1-.16.156.158.158 0 0 1-.16-.156.47.47 0 0 0-.042-.218 6.558 6.558 0 0 0-.037-.079 1.6 1.6 0 0 1-.13-.423c-.057-.32-.057-.577.005-.775Z",fill:"#73BE4A"}),l.jsx("path",{clipRule:"evenodd",d:"M8.106 8.09 6.05 9.49l.726-2.349L4.778 5.66l2.505-.05.823-2.318.823 2.318 2.506.05-1.997 1.482.726 2.35L8.106 8.09Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("path",{d:"M12.78 6.215a.16.16 0 0 0-.2-.104.156.156 0 0 0-.105.195c.044.143.044.354-.005.63a1.398 1.398 0 0 1-.107.347l-.039.085a.773.773 0 0 0-.069.341c0 .086.072.156.16.156.088 0 .16-.07.16-.156a.47.47 0 0 1 .042-.217l.037-.08a1.607 1.607 0 0 0 .13-.422c.057-.32.057-.578-.004-.775Z",fill:"#73BE4A"}),l.jsx("path",{d:"M8.03 1.574s.583.26.331.667m.095-.667s.582.26.33.667",stroke:"#73BE4A",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".5"}),l.jsx("path",{d:"M4.63 3.178a.137.137 0 0 1 .198-.049.165.165 0 0 1 .045.216c-.08.14-.123.332-.123.579 0 .086-.064.156-.144.156-.079 0-.143-.07-.143-.156 0-.302.054-.55.167-.746Z",fill:"#73BE4A"}),l.jsx("path",{d:"M4.404 4.606c0 .087-.064.157-.143.157-.08 0-.144-.07-.144-.157v-.445c0-.315.05-.563.154-.744a.137.137 0 0 1 .198-.05.164.164 0 0 1 .045.216c-.071.124-.11.317-.11.578v.445Zm7.338-.208c0 .086.064.156.144.156.079 0 .143-.07.143-.156v-.445c0-.315-.05-.563-.153-.744a.137.137 0 0 0-.198-.05.164.164 0 0 0-.046.216c.072.124.11.317.11.578v.445Z",fill:"#73BE4A"}),l.jsx("path",{d:"M12.168 5.127c0 .086.064.156.143.156.08 0 .144-.07.144-.156v-.445c0-.315-.05-.563-.154-.744a.137.137 0 0 0-.198-.05.164.164 0 0 0-.045.216c.071.124.11.317.11.578v.445Z",fill:"#73BE4A"})]}))]})),l.jsx("defs",{children:l.jsx("clipPath",e.__assign({id:"".concat(t[1])},{children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}))})]}))}));exports.MP=a;
|
package/icons/flags/MQ.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),i=require("react/jsx-runtime"),r=require("react"),s=require("../flag-icon/_FlagIconBase.js"),t=r.forwardRef((function(r,t){var a=r.height,l=r.width;return i.jsx(s.FlagIconBase,e.__assign({ref:t,height:a,viewBox:"0 0 640 480",width:l},{children:i.jsxs("g",e.__assign({fillRule:"evenodd",strokeWidth:"1pt"},{children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),i.jsx("path",{d:"M0 0h213.3v480H0z",fill:"#00267f"}),i.jsx("path",{d:"M426.7 0H640v480H426.7z",fill:"#f31830"})]}))}))}));exports.MQ=t;
|
package/icons/flags/MR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),r=require("react/jsx-runtime"),i=require("react"),s=require("../flag-icon/_FlagIconBase.js"),a=i.forwardRef((function(i,a){var t=i.height,l=i.width;return r.jsxs(s.FlagIconBase,e.__assign({ref:a,height:t,viewBox:"0 0 640 480",width:l},{children:[r.jsx("path",{d:"M0 0h640v480H0z",fill:"#cd2a3e"}),r.jsx("path",{d:"M0 72h640v336H0z",fill:"#006233"}),r.jsx("path",{className:"st1",d:"M470 154.6a150 150 0 0 1-300 0 154.9 154.9 0 0 0-5 39.2 155 155 0 1 0 310 0 154.4 154.4 0 0 0-5-39.2z",fill:"#ffc400"}),r.jsx("path",{d:"m320 93.8-13.5 41.5H263l35.3 25.6-13.5 41.4 35.3-25.6 35.3 25.6-13.5-41.4 35.3-25.6h-43.6z",fill:"#ffc400"})]}))}));exports.MR=a;
|
package/icons/flags/MS.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var s=require("../../_tslib-
|
|
1
|
+
"use strict";var s=require("../../_tslib-ccfac372.js"),e=require("react/jsx-runtime"),h=require("react"),l=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("uuid");var d=h.forwardRef((function(h,d){var t=h.height,a=h.width,c=i.useStableUniqueId(6);return e.jsxs(l.FlagIconBase,s.__assign({ref:d,height:t,viewBox:"0 0 16 12",width:a},{children:[e.jsxs("g",s.__assign({clipPath:"url(#".concat(c[5],")")},{children:[e.jsx("mask",s.__assign({height:"12",id:"".concat(c[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0"},{children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})})),e.jsxs("g",s.__assign({mask:"url(#".concat(c[0],")")},{children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#2E42A5",fillRule:"evenodd"}),e.jsx("mask",s.__assign({height:"12",id:"".concat(c[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0"},{children:e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})})),e.jsxs("g",s.__assign({mask:"url(#".concat(c[1],")")},{children:[e.jsx("mask",s.__assign({height:"7",id:"".concat(c[2]),maskUnits:"userSpaceOnUse",width:"9",x:"0",y:"0"},{children:e.jsx("path",{d:"M0 0h9v7H0z",fill:"#fff"})})),e.jsxs("g",s.__assign({mask:"url(#".concat(c[2],")")},{children:[e.jsx("path",{d:"m-1.002 6.5 1.98.868L9.045.944l1.045-1.29-2.118-.29-3.29 2.768-2.649 1.865L-1.002 6.5Z",fill:"#F7FCFF"}),e.jsx("path",{d:"m-.731 7.108 1.009.505 9.436-8.08H8.298L-.731 7.109Z",fill:"#F50100"}),e.jsx("path",{d:"m10.002 6.5-1.98.868L-.045.944-1.09-.346l2.118-.29 3.29 2.768 2.649 1.865L10.002 6.5Z",fill:"#F7FCFF"}),e.jsx("path",{d:"m9.935 6.937-1.01.504-4.018-3.46-1.19-.386L-1.19-.342H.227L5.13 3.502l1.303.463 3.502 2.972Z",fill:"#F50100"}),e.jsxs("mask",s.__assign({fill:"#000",height:"9",id:"".concat(c[3]),maskUnits:"userSpaceOnUse",width:"11",x:"-1",y:"-1"},{children:[e.jsx("path",{d:"M-1-1h11v9H-1z",fill:"#fff"}),e.jsx("path",{clipRule:"evenodd",d:"M4.992 0h-1v3H0v1h3.992v3h1V4H9V3H4.992V0Z",fillRule:"evenodd"})]})),e.jsx("path",{clipRule:"evenodd",d:"M4.992 0h-1v3H0v1h3.992v3h1V4H9V3H4.992V0Z",fill:"#F50100",fillRule:"evenodd"}),e.jsx("path",{d:"M3.992 0v-.75h-.75V0h.75Zm1 0h.75v-.75h-.75V0Zm-1 3v.75h.75V3h-.75ZM0 3v-.75h-.75V3H0Zm0 1h-.75v.75H0V4Zm3.992 0h.75v-.75h-.75V4Zm0 3h-.75v.75h.75V7Zm1 0v.75h.75V7h-.75Zm0-3v-.75h-.75V4h.75ZM9 4v.75h.75V4H9Zm0-1h.75v-.75H9V3ZM4.992 3h-.75v.75h.75V3Zm-1-2.25h1v-1.5h-1v1.5ZM4.742 3V0h-1.5v3h1.5ZM0 3.75h3.992v-1.5H0v1.5ZM.75 4V3h-1.5v1h1.5Zm3.242-.75H0v1.5h3.992v-1.5ZM4.742 7V4h-1.5v3h1.5Zm.25-.75h-1v1.5h1v-1.5ZM4.242 4v3h1.5V4h-1.5ZM9 3.25H4.992v1.5H9v-1.5ZM8.25 3v1h1.5V3h-1.5Zm-3.258.75H9v-1.5H4.992v1.5ZM4.242 0v3h1.5V0h-1.5Z",fill:"#F7FCFF",mask:"url(#".concat(c[3],")")})]})),e.jsx("path",{d:"M12.464 10.957c-.647 0-1.102-.15-1.427-.414-.326-.265-.537-.659-.672-1.177-.135-.52-.19-1.154-.21-1.889a52.512 52.512 0 0 1-.01-1.677c.002-.215.003-.434.003-.658h4.688c.083 1.479.115 2.926-.181 4.011-.152.555-.387 1.004-.735 1.314-.346.308-.815.49-1.456.49Z",fill:"#6DC2FF",stroke:"#F7FCFF",strokeWidth:".25"}),e.jsx("mask",s.__assign({height:"7",id:"".concat(c[4]),maskUnits:"userSpaceOnUse",width:"6",x:"10",y:"5"},{children:e.jsx("path",{d:"M12.464 10.957c-.647 0-1.102-.15-1.427-.414-.326-.265-.537-.659-.672-1.177-.135-.52-.19-1.154-.21-1.889a52.512 52.512 0 0 1-.01-1.677c.002-.215.003-.434.003-.658h4.688c.083 1.479.115 2.926-.181 4.011-.152.555-.387 1.004-.735 1.314-.346.308-.815.49-1.456.49Z",fill:"#fff",stroke:"#fff",strokeWidth:".25"})})),e.jsxs("g",s.__assign({mask:"url(#".concat(c[4],")")},{children:[e.jsx("path",{d:"M9.966 5h5.035v4.056H9.966z",fill:"#2EBED7"}),e.jsx("path",{d:"M9.9 9.023h5.3V11.1H9.9z",fill:"#A95601"}),e.jsx("path",{d:"M12.873 6.76s-.934.216-.843 0c.09-.214.331-.99.331-.99",stroke:"#FFC6B5",strokeWidth:".5"}),e.jsx("path",{clipRule:"evenodd",d:"M13.154 6.914s-.17-.106-.17-.3c0-.192-.416-.265-.123-.567.293-.302.419-.169.419 0 0 .17.235.568.235.568l-.361.3Z",fill:"#FFC6B5",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M12.682 5.165h-.463v.461h-.928v.462h.928v4.023h.463V6.088h.928v-.462h-.928v-.461Z",fill:"#272727",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M13.681 10.247s-.169-.794-.169-1.337c0-.544-.282-.932-.202-1.22.081-.287.276-.605.178-.802-.097-.196.095-.292-.178-.196-.273.096-.346-.096-.61 0-.263.096-.296.548-.296.677s.117.998.117 1.27c0 .27-.097 1.938.18 1.938.276 0 .577-.434.682-.434.106 0 .298.104.298.104Z",fill:"#0C7C38",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M12.015 8.122c-.168 0-.014.398-.442.572-.429.174-.513.42-.378.42s1.203 1.22 1.203 1.22l.261-.412v-1.3s-.476-.5-.644-.5Z",stroke:"#FF9A06",strokeWidth:".5"}),e.jsx("path",{d:"M13.272 10.164s.2.429 0 .429",stroke:"#979797",strokeWidth:".5"}),e.jsx("path",{d:"M13.207 6.927s-.088.49-.255.592c-.167.102-.854.3-.854.47 0 .17-.069.23-.069.23",stroke:"#FFC6B5",strokeWidth:".5"}),e.jsx("path",{clipRule:"evenodd",d:"M12.874 5.916s.168.203.262.538.367.45.367.293c0-.157.202-.83 0-.83h-.629Z",fill:"#FF9A06",fillRule:"evenodd"})]}))]}))]}))]})),e.jsx("defs",{children:e.jsx("clipPath",s.__assign({id:"".concat(c[5])},{children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}))})]}))}));exports.MS=d;
|
package/icons/flags/MT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var h=require("../../_tslib-
|
|
1
|
+
"use strict";var h=require("../../_tslib-ccfac372.js"),e=require("react/jsx-runtime"),l=require("react"),i=require("../flag-icon/_FlagIconBase.js"),v=require("../flag-icon/useStableUniqueId.js");require("uuid");var s=l.forwardRef((function(l,s){var a=l.height,Z=l.width,r=v.useStableUniqueId(3);return e.jsxs(i.FlagIconBase,h.__assign({ref:s,height:a,viewBox:"0 0 16 12",width:Z},{children:[e.jsxs("g",h.__assign({clipPath:"url(#".concat(r[2],")")},{children:[e.jsx("path",{d:"M0 0h16v12H0z",fill:"#F7FCFF"}),e.jsx("mask",h.__assign({height:"12",id:"".concat(r[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0"},{children:e.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})})),e.jsxs("g",h.__assign({mask:"url(#".concat(r[0],")")},{children:[e.jsx("mask",h.__assign({fill:"#fff",id:"".concat(r[1])},{children:e.jsx("path",{clipRule:"evenodd",d:"M5 3H3v1.496a.5.5 0 0 0-.384.487V5H1v2h1.665A.501.501 0 0 0 3 7.27V9h2V7.276A.5.5 0 0 0 5.366 7H7V5H5.416v-.017A.5.5 0 0 0 5 4.49V3Z",fillRule:"evenodd"})})),e.jsx("path",{clipRule:"evenodd",d:"M5 3H3v1.496a.5.5 0 0 0-.384.487V5H1v2h1.665A.501.501 0 0 0 3 7.27V9h2V7.276A.5.5 0 0 0 5.366 7H7V5H5.416v-.017A.5.5 0 0 0 5 4.49V3Z",fill:"#A0A0A0",fillRule:"evenodd"}),e.jsx("path",{d:"M3 3v-.5h-.5V3H3Zm2 0h.5v-.5H5V3ZM3 4.496l.115.487.385-.091v-.396H3Zm-.384.487h-.5v.008l.5-.008Zm0 .017v.5h.509l-.009-.508-.5.008ZM1 5v-.5H.5V5H1Zm0 2H.5v.5H1V7Zm1.665 0 .45-.218L2.98 6.5h-.314V7ZM3 7.27h.5v-.396l-.385-.091L3 7.269ZM3 9h-.5v.5H3V9Zm2 0v.5h.5V9H5Zm0-1.724-.084-.493-.416.07v.423H5ZM5.366 7v-.5h-.313l-.137.282.45.218ZM7 7v.5h.5V7H7Zm0-2h.5v-.5H7V5ZM5.416 5l-.5-.008-.009.508h.509V5Zm0-.017.5.008v-.008h-.5ZM5 4.49h-.5v.422l.416.07L5 4.49ZM3 3.5h2v-1H3v1Zm.5.996V3h-1v1.496h1Zm-.384.487-.231-.973a1 1 0 0 0-.77.973h1Zm0 .009v-.018l-1 .017v.017l1-.016ZM1 5.5h1.616v-1H1v1ZM1.5 7V5h-1v2h1Zm1.165-.5H1v1h1.665v-1Zm.45.283-.9.434c.129.267.373.468.67.539l.23-.973ZM3.5 9V7.27h-1V9h1ZM5 8.5H3v1h2v-1Zm-.5-1.224V9h1V7.276h-1Zm.584.493a1 1 0 0 0 .733-.551l-.9-.436.167.987ZM7 6.5H5.366v1H7v-1ZM6.5 5v2h1V5h-1Zm-1.084.5H7v-1H5.416v1Zm-.5-.526v.018l1 .016v-.017l-1-.017Zm0 .009h1a1 1 0 0 0-.832-.986l-.168.986ZM4.5 3v1.49h1V3h-1Z",fill:"#FECA00",mask:"url(#".concat(r[1],")")}),e.jsx("path",{clipRule:"evenodd",d:"M8 0h8v12H8V0Z",fill:"#E31D1C",fillRule:"evenodd"})]}))]})),e.jsx("defs",{children:e.jsx("clipPath",h.__assign({id:"".concat(r[2])},{children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}))})]}))}));exports.MT=s;
|
package/icons/flags/MU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),i=require("react/jsx-runtime"),r=require("react"),s=require("../flag-icon/_FlagIconBase.js"),a=r.forwardRef((function(r,a){var l=r.height,t=r.width;return i.jsx(s.FlagIconBase,e.__assign({ref:a,height:l,viewBox:"0 0 640 480",width:t},{children:i.jsxs("g",e.__assign({fillRule:"evenodd"},{children:[i.jsx("path",{d:"M0 360h640v120H0z",fill:"#00a04d"}),i.jsx("path",{d:"M0 120h640v120H0z",fill:"#151f6d"}),i.jsx("path",{d:"M0 0h640v120H0z",fill:"#ee2737"}),i.jsx("path",{d:"M0 240h640v120H0z",fill:"#ffcd00"})]}))}))}));exports.MU=a;
|
package/icons/flags/MV.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),r=require("react/jsx-runtime"),i=require("react"),s=require("../flag-icon/_FlagIconBase.js"),c=i.forwardRef((function(i,c){var a=i.height,l=i.width;return r.jsxs(s.FlagIconBase,e.__assign({ref:c,height:a,viewBox:"0 0 640 480",width:l},{children:[r.jsx("path",{d:"M0 0h640v480H0z",fill:"#d21034"}),r.jsx("path",{d:"M120 120h400v240H120z",fill:"#007e3a"}),r.jsx("circle",{cx:"350",cy:"240",fill:"#fff",r:"80"}),r.jsx("circle",{cx:"380",cy:"240",fill:"#007e3a",r:"80"})]}))}));exports.MV=c;
|
package/icons/flags/MW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),l=require("react/jsx-runtime"),i=require("react"),s=require("../flag-icon/_FlagIconBase.js"),c=require("../flag-icon/useStableUniqueId.js");require("uuid");var a=i.forwardRef((function(i,a){var h=i.height,n=i.width,r=c.useStableUniqueId(3);return l.jsxs(s.FlagIconBase,e.__assign({ref:a,height:h,viewBox:"0 0 16 12",width:n},{children:[l.jsxs("g",e.__assign({clipPath:"url(#".concat(r[2],")")},{children:[l.jsx("mask",e.__assign({height:"12",id:"".concat(r[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0"},{children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})})),l.jsxs("g",e.__assign({mask:"url(#".concat(r[0],")")},{children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#E11C1B",fillRule:"evenodd"}),l.jsx("mask",e.__assign({height:"12",id:"".concat(r[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0"},{children:l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})})),l.jsxs("g",e.__assign({clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(r[1],")")},{children:[l.jsx("path",{d:"M0 0v5h16V0H0Z",fill:"#272727"}),l.jsx("path",{d:"M0 8v4h16V8H0Z",fill:"#5EAA22"}),l.jsx("path",{d:"M2 6.973v-.001h-.004l.005.001Zm.315-1.91h.052l-.08-.012.028.012Zm1.464 0a3.1 3.1 0 0 1 .082-.149l-1.145-.758 1.35.44c.076-.106.157-.208.243-.307l-.992-.945 1.264.66c.093-.089.19-.174.291-.255L4.07 2.641l1.133.867c.106-.07.215-.137.327-.2l-.578-1.24.957 1.051c.114-.05.231-.098.35-.14l-.325-1.333.741 1.202c.12-.032.24-.06.364-.083l-.054-1.378.493 1.312c.122-.013.245-.022.37-.027L8.07 1.3l.224 1.372c.124.005.247.015.369.028l.493-1.313-.054 1.38c.122.023.243.051.362.083l.743-1.204-.326 1.336c.118.043.235.09.348.14l.96-1.053-.58 1.244c.111.062.22.128.324.198l1.138-.87-.806 1.113c.1.08.197.165.288.253l1.271-.663-.997.95c.085.098.165.2.24.304l1.358-.442-1.152.763.08.144h-.983c-.677-.938-1.915-1.566-3.33-1.566-1.413 0-2.65.628-3.328 1.566h-.933Zm1.5 0c.642-.661 1.65-1.087 2.782-1.087 1.133 0 2.14.426 2.781 1.087H5.28Zm8.495 0h.052l.027-.012-.079.012Zm.367 1.909h.004-.004Z",fill:"#E11C1B"})]}))]}))]})),l.jsx("defs",{children:l.jsx("clipPath",e.__assign({id:"".concat(r[2])},{children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}))})]}))}));exports.MW=a;
|
package/icons/flags/MX.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),l=require("react/jsx-runtime"),i=require("react"),s=require("../flag-icon/_FlagIconBase.js"),d=require("../flag-icon/useStableUniqueId.js");require("uuid");var c=i.forwardRef((function(i,c){var a=i.height,n=i.width,h=d.useStableUniqueId(2);return l.jsxs(s.FlagIconBase,e.__assign({ref:c,height:a,viewBox:"0 0 16 12",width:n},{children:[l.jsxs("g",e.__assign({clipPath:"url(#".concat(h[1],")")},{children:[l.jsx("mask",e.__assign({height:"12",id:"".concat(h[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0"},{children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})})),l.jsxs("g",e.__assign({mask:"url(#".concat(h[0],")")},{children:[l.jsx("path",{clipRule:"evenodd",d:"M11 0h5v12h-5V0Z",fill:"#D9071E",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M0 0h6v12H0V0Z",fill:"#006923",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5 0h6v12H5V0Z",fill:"#fff",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M7.192 3.957s-.343.266-.28.55c.065.284.742 0 .66-.275-.082-.275-.38-.275-.38-.275Z",fill:"#FCCA3D",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M6.668 4.634c-.257 0-.364-.214-.311-.442.028-.121.102-.275.222-.476l.429.257a2.864 2.864 0 0 0-.11.198.96.96 0 0 1 .251.113c.233.154.32.428.069.631a.821.821 0 0 0-.17.302.602.602 0 0 1 .283.071c.221.13.2.37.032.553-.12.13-.279.237-.429.291-.25.09-.516.056-.516-.264v-.002c0-.013-.002-.036.11-.038h.022-.022c-.19-.003-.231-.103-.255-.283a1.852 1.852 0 0 1-.012-.182l-.002-.06-.003-.06V5.23c-.004-.057-.007-.097.123-.097h-.29v-.5h.29c.164 0 .255.055.307.17.03-.052.06-.101.094-.145a.386.386 0 0 0-.112-.024Zm.318.878.008-.008-.003.004-.005.004Zm-.218.149s-.001 0 0 0Zm0-.189v.008-.015.007Z",fill:"#A8AC71",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M9.633 6.202s.463-1.371-.272-2.08c-.736-.71-1.585-.663-1.585-.663s-.245.182 0 .32c.244.14.142.272.142.272s-.41-.416-.682-.173c-.272.243.254.206.198.39-.055.182-.291.995.054 1.405.344.41-.326.321-.19.321s.62.096.62 0c0-.095.168.372.312.372s.255-.164.255-.164.201.164.324.164.552-.108.552-.108l-.81-.682s.049-.301-.066-.366.92.577 1.002.784c.08.208.146.208.146.208Z",fill:"#8F4620",fillRule:"evenodd"}),l.jsx("path",{d:"M5.533 5.863s.075-.239.156-.256c.07-.014.216.115.216.115.26 1.445.889 2.01 1.932 2.01 1.056 0 1.696-.43 2.07-1.762 0 0 .198-.203.268-.18.077.024.172.292.172.292-.095 1.559-1.22 2.482-2.492 2.482-1.284 0-2.333-1.035-2.322-2.7Z",fill:"#9FAB2F"}),l.jsx("path",{clipRule:"evenodd",d:"M6.667 6.828s1.502.319 2.095.319c.593 0-.52.484-.954.484-.435 0-1.14-.803-1.14-.803Z",fill:"#2FC2DC",fillRule:"evenodd"}),l.jsx("rect",{fill:"#F9AA51",height:".536",rx:".083",width:"1",x:"7.333",y:"7.05"}),l.jsx("path",{d:"m6.088 6.068.41-.287c.532.76 1.328 1.009 2.443.748l.114.487c-1.303.305-2.31-.01-2.967-.948Z",fill:"#259485"}),l.jsx("path",{clipRule:"evenodd",d:"M8.296 6.175s-.607.32-.405.32c.202 0 .994.16.84 0a2.353 2.353 0 0 0-.435-.32Zm-.718-.381s-.115-.333-.355-.333-.172.273-.288.273c-.115 0 .108.193.207.193.1 0 .436-.133.436-.133Z",fill:"#FCCA3D",fillRule:"evenodd"})]}))]})),l.jsx("defs",{children:l.jsx("clipPath",e.__assign({id:"".concat(h[1])},{children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}))})]}))}));exports.MX=c;
|
package/icons/flags/MY.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),t=require("react/jsx-runtime"),r=require("react"),s=require("../flag-icon/_FlagIconBase.js"),a=require("../flag-icon/useStableUniqueId.js");require("uuid");var i=r.forwardRef((function(r,i){var n=r.height,h=r.width,l=a.useStableUniqueId(1);return t.jsxs(s.FlagIconBase,e.__assign({ref:i,height:n,viewBox:"0 0 640 480",width:h},{children:[t.jsx("path",{d:"M0 0h640v480H0z",fill:"#cc0001"}),t.jsx("path",{d:"M0 445.8h640V480H0z",fill:"#fff",id:"".concat(l[0])}),t.jsx("use",{height:"100%",transform:"translate(0 -68.6)",width:"100%",xlinkHref:"#".concat(l[0])}),t.jsx("use",{height:"100%",transform:"translate(0 -137.2)",width:"100%",xlinkHref:"#".concat(l[0])}),t.jsx("use",{height:"100%",transform:"translate(0 -205.8)",width:"100%",xlinkHref:"#".concat(l[0])}),t.jsx("use",{height:"100%",transform:"translate(0 -274.3)",width:"100%",xlinkHref:"#".concat(l[0])}),t.jsx("use",{height:"100%",transform:"translate(0 -343)",width:"100%",xlinkHref:"#".concat(l[0])}),t.jsx("use",{height:"100%",transform:"translate(0 -411.5)",width:"100%",xlinkHref:"#".concat(l[0])}),t.jsx("path",{d:"M0 0h372.6v274.3H0z",fill:"#010066"}),t.jsxs("g",e.__assign({fill:"#fc0"},{children:[t.jsx("path",{d:"M149.7 48.5c-49 0-88.9 39.7-88.9 88.6a88.8 88.8 0 0 0 89 88.6 88.7 88.7 0 0 0 48-14 78.9 78.9 0 0 1-25.8 4.2 78.7 78.7 0 0 1-78.8-78.5 78.7 78.7 0 0 1 106.2-73.7 88.7 88.7 0 0 0-49.7-15.2z"}),t.jsx("path",{d:"m297.1 183.2-37.4-19.5 11 40-25-33.5-7.8 40.7-7.7-40.7-25.1 33.4 11.2-40-37.6 19.5 28-31.3-42.5 1.6 39-16.3-39-16.5 42.5 1.7L178.9 91l37.4 19.5-11-40 25 33.5 7.8-40.7 7.7 40.7 25.1-33.3-11.2 39.9 37.6-19.4-28 31.2 42.5-1.6-39 16.4 39 16.5-42.5-1.8z"})]}))]}))}));exports.MY=i;
|
package/icons/flags/MZ.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),l=require("react/jsx-runtime"),i=require("react"),s=require("../flag-icon/_FlagIconBase.js"),d=require("../flag-icon/useStableUniqueId.js");require("uuid");var n=i.forwardRef((function(i,n){var a=i.height,t=i.width,h=d.useStableUniqueId(4);return l.jsxs(s.FlagIconBase,e.__assign({ref:n,height:a,viewBox:"0 0 16 12",width:t},{children:[l.jsxs("g",e.__assign({clipPath:"url(#".concat(h[3],")")},{children:[l.jsx("mask",e.__assign({height:"12",id:"".concat(h[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0"},{children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})})),l.jsxs("g",e.__assign({mask:"url(#".concat(h[0],")")},{children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("mask",e.__assign({height:"12",id:"".concat(h[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0"},{children:l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})})),l.jsxs("g",e.__assign({mask:"url(#".concat(h[1],")")},{children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v4h16V0H0Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M0 8v4h16V8H0Z",fill:"#093",fillRule:"evenodd"}),l.jsx("path",{d:"M0 3.5h-.5v5h17v-5H0Z",fill:"#272727",stroke:"#fff"})]})),l.jsx("path",{clipRule:"evenodd",d:"M0 0v12l9-6-9-6Z",fill:"#F50100",fillRule:"evenodd"}),l.jsx("mask",e.__assign({height:"12",id:"".concat(h[2]),maskUnits:"userSpaceOnUse",width:"9",x:"0",y:"0"},{children:l.jsx("path",{clipRule:"evenodd",d:"M0 0v12l9-6-9-6Z",fill:"#fff",fillRule:"evenodd"})})),l.jsxs("g",e.__assign({mask:"url(#".concat(h[2],")")},{children:[l.jsx("path",{clipRule:"evenodd",d:"m4.034 7.177-1.89 1.525.868-2.038-1.49-1.435H3.28L4.002 3.5l.766 1.73h1.754L4.955 6.663l.784 2.038-1.705-1.525Z",fill:"#FECA00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m3.078 5.992-.32 1.07s1.081-.01 1.211.099c.392-.244 1.198-.099 1.198-.099l-.429-1.145s-.543-.246-.769-.111c-.552-.125-.891.186-.891.186Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("path",{d:"M5.782 7.608a.25.25 0 0 1-.4.3l-2.09-2.775a.25.25 0 1 1 .4-.3l2.09 2.775Z",fill:"#000"}),l.jsx("path",{d:"m3.487 4.92-.2-.24",stroke:"#000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".5"}),l.jsx("path",{clipRule:"evenodd",d:"m2.802 4.681-.604.968.302.523.691-1.027.125-.318-.125-.146h-.389ZM2.02 7.554l.464.54L5.998 4.02l-1.597.996L2.02 7.554Z",fill:"#000",fillRule:"evenodd"})]}))]}))]})),l.jsx("defs",{children:l.jsx("clipPath",e.__assign({id:"".concat(h[3])},{children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}))})]}))}));exports.MZ=n;
|
package/icons/flags/NA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),i=require("react/jsx-runtime"),l=require("react"),a=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("uuid");var r=l.forwardRef((function(l,r){var t=l.height,f=l.width,d=s.useStableUniqueId(1);return i.jsxs(a.FlagIconBase,e.__assign({ref:r,height:t,viewBox:"0 0 640 480",width:f},{children:[i.jsx("defs",{children:i.jsx("clipPath",e.__assign({id:"".concat(d[0])},{children:i.jsx("path",{d:"M0 0h640v480H0z",fillOpacity:".7"})}))}),i.jsxs("g",e.__assign({clipPath:"url(#".concat(d[0],")"),fillRule:"evenodd"},{children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),i.jsx("path",{d:"m-26.4.2.8 345.6L512.5 0-26.4.2z",fill:"#3662a2"}),i.jsx("path",{d:"M666.4 479.6 665 120.3 122.3 479.8l544-.2z",fill:"#38a100"}),i.jsx("path",{d:"m-26 371.8.4 108.2 117.5-.1L665.4 95.4l-.7-94.1-116-1L-26 371.7z",fill:"#c70000"}),i.jsx("path",{d:"m219.6 172-21.8-13.2-12.6 22.1-12.2-22.2-22 12.9.6-25.4-25.4.2 13.2-21.8-22.1-12.5 22.2-12.3-12.8-22 25.4.6-.1-25.5 21.7 13.2L186.3 44l12.2 22.2 22-12.9-.6 25.4 25.4-.2-13.2 21.8 22.1 12.5-22.2 12.3 12.8 22-25.4-.6z",fill:"#ffe700"}),i.jsx("path",{d:"M232.4 112.4c0 25.6-20.9 46.3-46.6 46.3s-46.6-20.7-46.6-46.3 20.8-46.2 46.6-46.2 46.6 20.7 46.6 46.2z",fill:"#3662a2"}),i.jsx("path",{d:"M222.3 112.4a36.5 36.5 0 1 1-73 0 36.5 36.5 0 0 1 73 0z",fill:"#ffe700"})]}))]}))}));exports.NA=r;
|
package/icons/flags/NC.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),i=require("react/jsx-runtime"),r=require("react"),s=require("../flag-icon/_FlagIconBase.js"),t=r.forwardRef((function(r,t){var a=r.height,l=r.width;return i.jsx(s.FlagIconBase,e.__assign({ref:t,height:a,viewBox:"0 0 640 480",width:l},{children:i.jsxs("g",e.__assign({fillRule:"evenodd",strokeWidth:"1pt"},{children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),i.jsx("path",{d:"M0 0h213.3v480H0z",fill:"#00267f"}),i.jsx("path",{d:"M426.7 0H640v480H426.7z",fill:"#f31830"})]}))}))}));exports.NC=t;
|
package/icons/flags/NE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),r=require("react/jsx-runtime"),i=require("react"),s=require("../flag-icon/_FlagIconBase.js"),t=i.forwardRef((function(i,t){var a=i.height,l=i.width;return r.jsxs(s.FlagIconBase,e.__assign({ref:t,height:a,viewBox:"0 0 640 480",width:l},{children:[r.jsx("path",{d:"M0 0h640v480H0z",fill:"#0db02b"}),r.jsx("path",{d:"M0 0h640v320H0z",fill:"#fff"}),r.jsx("path",{d:"M0 0h640v160H0z",fill:"#e05206"}),r.jsx("circle",{cx:"320",cy:"240",fill:"#e05206",r:"68"})]}))}));exports.NE=t;
|
package/icons/flags/NF.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var s=require("../../_tslib-
|
|
1
|
+
"use strict";var s=require("../../_tslib-ccfac372.js"),c=require("react/jsx-runtime"),e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),i=e.forwardRef((function(e,i){var t=e.height,z=e.width;return c.jsx(r.FlagIconBase,s.__assign({ref:i,height:t,viewBox:"0 0 640 480",width:z},{children:c.jsxs("g",s.__assign({fillRule:"evenodd"},{children:[c.jsx("path",{d:"M194.8 0h250.4v480H194.8z",fill:"#fff"}),c.jsx("path",{d:"M0 0h194.8v480H0zm445.2 0H640v480H445.2z",fill:"#198200"}),c.jsx("path",{d:"M313.5 351.3v52.6l21.3.2s-6.8-45.8-3.1-52c3.7-6 7.2-5.2 7.2-5.2s13.9 4.2 15.4 3.5c1.5-.6-.2-5.2 7.2-4.6 2.4-.9 1.1-5 3.3-5.2 2.2-.3 44.5 11.8 53.7.4-2.4-6.4-10.7-.5-12.9-.2-2 0-10.3-4-15.1 0-4.4-3.3-24.4-5.5-24.4-5.5-2.6-2.6 47.6 1.3 50.5-.7 5.9-5.9-11-5.2-13.6-3.3a14.8 14.8 0 0 0-14.2-.6c-1.7-4.1-18-2.4-27-3.5-3-1.7-2.5-2.7-.5-3.8 19 .8 37.8 3.3 56.8 2.5 5.1-6.7-6.5-9.3-13.6-3.5-4.2-7-12.7-.3-18.4-1-5.7-.6-3-7.6 4.2-6.5 7.2 1 20.1-.4 22.5-3.7s-1.4-6.7-13.3-3.5c-4-4-13 0-17.1 1.3-5.6-3.1-18.5-.5-22.8.6-4.3-2.6 22.5-7 22.5-7 10.4-.2 16.3-2 19.5-2.8 15.7-8.4-.2-9.3-8.4-3.2-5.1-4-10 .3-14.6 1.8a38.2 38.2 0 0 1-13.4 2c0-.6 12.6-8.3 12.6-8.3s15.3-1.1 18.4-1.5c3-.5 18.8-8.5-2.7-3.1-7.4.6-11.8.2-14.7.4-16.5-1.7 1.6-3.3 1.6-3.3s23.4-2.1 23.7-3.3c.4-9-19.1-4.8-19.3-4.8 0-6.5-18.2.2-18.2 0-3.5-2 2-4.1 2-4.1 4.8-1.2 12-1.6 13.9-3.1 0 0 13.6-.1 15.2-3.7-3.3-9.3-28.8 1.6-32.2 3.2-4.6 0 3-7.4 3.3-7.6.2-.3 21-1.1 30.9-14.5.7-8.1-11.6 4.6-11.6 4.6-1-10.6-13.4.7-20.6 1.5-7.3 1-7.5-3.3-2.5-4 5-.6 10.8-.1 13.6-7.8 2.9-7.7 11.4.4 13-2.4 1.5-2.9-3.1-5.3-3.1-5.3s6.4-6.6-4-6.3c-10.2.2-23.6-1.4-23.6-1.4s10.7-4.1 20.8-4c10 .3 4.6-7.1-5-7.1-9.7 0-14.7-3.3-14.7-3.3l16.4-6.2-1-4.6s9.6-7.7-4-5.9l-15.2 2-27.4 4.1c-.2 0-7.4-2.2-.4-4s31.8-6.7 35.5-5.4c3.7 1.3-.4-9.2-13.6-10.5-13.1-1.3-21.3 3.3-21.3 3.3s-8.5-3.1-.6-5.7c7.9-2.7 20.4.9 20.4.9s14-4.2 2.4-6c-11.6-1.7-15.3 1.6-20.6 1.8-2.1-2.7 18.2-3.3 19.5-5.5-2.2-4-14.8 0-22.2 0-3-1.3-3.3-3.5.3-4.8 7.5-.3 14.6.1 22.1-.2-.2-4 0-8.7-.2-12.8-9.6-1.7-20.8 1.3-26.1 1 1.4-4.3 22-5.5 24.3-6.7 4.8-6-20.1 0-20.4 0-4.3-.6-4-3.4-1.3-5 6.4-.7 20.6 1 19.6-3.4-.8-4-10-1.9-13.6-1-3.8.9-9.3.2-9.3.2-2.3-3.2 21.5-1.9 21.3-4.4-.3-2.8-15.1-.8-20.2-.6-3.9-2.7 19-4.5 19.3-4.8.9-7.3-15.3 0-18.4 0-3 0-1.5-4.6-1.5-4.6s6.3-2.9 6.1-3.3a22 22 0 0 0-5.2-2c-.5 0 0-5 0-5s5.2-4 4.8-5.1c-.5-1.1-6.2.9-6.2.9v-4.4s4.2-.4 4.6-2.4c.5-2-5-2.2-5-2.2l-2.2-23-2 21.5-7.2 1s5 2.9 6 5.8c.8 2.8-6.2 2-6.2 2s5.7 4.8 6.1 6.5c.5 1.8-7.9 2.2-7.9 2.2s7 5 7.5 7.9c.4 2.8 0 4.4 0 4.4s-11.6-10.1-19-7.3c-4 2 8.8 3 17.2 10.3 0 1.7-20.5-5-21.2-.8.4 1.1 21.9 4.2 23.4 7-7.8.3-24-1.7-23.4.9-1.7 3 15.2 1.3 22.3 3.7 2.1 2.4 1.9 4.4-1.7 4.6-6.9-3.3-22.1-5.7-22.2-1.5.1 1 15.8.4 21.5 4.1-7.6 1.8-33.4-3.5-33.5-1 .7 1.3 4.8 6.5 11.8 6.3 7-.2 23.3 2.8 24.4 5 1 2.2-21.1-4.6-29.4-.6-8.4 4 23.9 1.5 29.1 6.3 5.3 4.9-10.5-.4-10.5-.4s-22-3-25.2-1.5c-3.3 1.5-7 5-7 5s2.2 4.4 4.4 3.5c2.2-.9-.7 2.7-.7 2.7s30.7 7.4 37.5 14c6.8 6.6-39-10.3-39-10.3s-18.5 6.8 1 7.2c-2.2 3.3 1.2 5.3 1.2 5.3s32.4 6.8 35.7 12c3.3 5.3-22.1-5-27.9-7.9-5.7-2.8-21.9 1.8-21.7 2.9.3 1 8 2.6 8.1 4.6.3 2-9.4 2.6-9.4 4.4 0 1.7 41 10.3 52 19.5s-32.2-11-32.2-11 2.4 3.3 0 4.2c-2.5.9-11-12.3-25-4.2-2.6 3.4 12.2 6 16 6.4-1.3 3.3-2.4 4.4 2.8 7.7s-10.3-4.8-10.3-4.4l1.1 5.7c-4.8-4-10.7-5.1-16.2-1.1 0 0-.2 4 5.5 6.4-3.1 6.3 3.5 4.3 14 10.3-15.6-4.1-16.9 3.5-5.7 5.2s41.9 2.9 49.1 12.3c7.3 9.4-10.3-3.6-12.3-4-.4.3-.8 4.9-.8 4.9-4.7-2.7-9-5.2-14.6-6.3-.5.9-.3 2.1-.8 3-5-3.7-9.5-6.2-16.9-6.6l-.9 3.5s-6.1-7.7-18.2 0c-6.7 4.9 25.5 1.8 30.7 7.5 5.3 5.7 1.1 6.6 1.1 6.6l-13.1-4.9s-15.6-2.8-20 .7 64 12 66 21.5c1.4 5-16-5.4-31.1-9.9l-1.8 5s-6-6-12.7-7c-.2 0 1.3 6 1.3 6s-16.8-8-25.4-3.8c-8.5 4.2 29.8 6.4 33.3 10.3 3.5 4-11.6-2.6-13 0-1.2 2.7-19.9-4.8-19.6-1.3.2 3.5 2.6 5.5 2.6 5.5s38.8 3.7 40.1 8.3c1.3 4.6-21.5-2.6-21.5-2.6s-2.2 3.3-.4 4.8c1.7 1.6-13.2-8.7-11.8-2-4.9-1.9-17.4-7.8-15.6-3.2 1.7 4.6 35.3 11.2 35.3 11.2s-14.7 1-14 4.8c-19-11.5-18.5-4.2-18-4 .4.2-24.4-6.1-5.7 4s10 8.3 10.3 8.5c.2.2 2 5 1.5 5-.4 0-12.7-6.5-16.9-7-4.1-.4-23.9 5.5-2.8 14.8s34-2.2 45.6-1c11.6 1.4 17 3.4 16 7-1.1 3.8-11.9-12.1-23.2 1.7-13-2.6-21.7-4-15 5.4-21-7.9-34 2.4-7.4 6.6 26 .8 42-6.4 42-6.4s4.5 8.1 10.8 2.4c6.4-5.7 6.6 2.2 6.8 2.2l6.2-2.6h1.5z",fill:"#198200",stroke:"#000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".7"}),c.jsx("path",{d:"M316 320.2v-3.7s-8.2-1.5-12.3-.7c-2.3-1.3-4.6-3.1-7.5-1.6-.5 1.2 5.3 4.3 7.2 4.3a41.1 41.1 0 0 0 12.7 1.7zm0 6s-8.3-3.1-11.6.4c.5 3.7 9.7 5.5 11.7 4.5 1.9-1 0-4.8-.1-5zm14 1.4v2.6s9.8 1.9 11.6-.2c1.7-2.1-8-3.5-11.7-2.4zm-.5-10.2.3 2.9s8.6 1.9 11.9-2.8c3.3-4.7-7.5 0-12.2-.1zm.4-10v2s6.5 1 8-1.8c1.4-2.8-7.8 0-8-.2zm-13.4-6c-1-1.3-4.5-4.8-13.8-5.8-6.5 0 11.7 9.5 13.8 5.9zm13.2-9.7-.2 2.7s22-6.6 27.1-6.1c4.6-1.3 5.6-4.5 5.4-4.5-4-2.9-22.9 2.3-32.3 7.9zm.5-7.8-.3 2.6s15.5-3 19.7-6c4.1-3-19.2 3.5-19.4 3.4zm-.6-7.6v2.6s10.3-.4 12.5-2.4c1.3-2.1-9.2-.3-12.5-.2zm21.6 21.7s5.4.8 6.4-.8c-.2-2.8-6.4 1-6.4.8zM330 266.6l.1 5.7s24.9-7.9 26.5-9.3c1.5-1.5 5-6-26.6 3.6zm-.7-7.9v4.2s10-.8 14.6-4.5c4.6-3.8-14.6.4-14.6.3zm-12-9.3.6 3.7-32.9-10.6c.1 0-1.6-5.4 32.3 6.9zm.5-13.3c0 .4 0 3.6-.2 3.5 0 0-22.8-9.5-23.7-8.7-3-7 24 5.4 24 5.2zm11.1 6 .4 3.1s14-2.9 14.8-4.3c.8-1.4-15.2 1.2-15.2 1.1zm.3 7.4c.2.7.4 3.3.4 3.3s5.6-.5 6.5-1.8c.8-1.3-6.9-1.5-6.9-1.5zm-.8-17v3s15.4-3 17-4.4c1.7-1.5-17.3 1.4-17 1.4zm0-8.5c0 .2-.5 3.1-.1 3.1s18.6-3 21.5-5.7c2.8-2.5-21 2.9-21.3 2.6zm-.2-14.9v3.3s11.8-2.5 14-5c2.2-2.5-14 2-14 1.7zm-2-21.6.2 4.8s16-2.2 18.2-4.8c2.3-2.7-18.5 0-18.4 0zm-7.4-36.5v3s-7.5-.3-5.7-1.6 5.7-1.1 5.7-1.4zm7 4 .2 4.2s9.7-1 10.4-2.5c.8-1.5-10.4-1.6-10.6-1.6zm-.6 6s.2 2.6.4 2.6 3.9-.3 4.7-1.3c.8-1-4.7-1-5-1.3zm-8.2 11.8c0 .3.3 4 0 3.8s-21.2-6.1-23.2-6c-1.9 0-2.4-4.9 23.2 2.2zm1.7 6.9c0 .7.5 4.6-.3 4.4-.7-.2-14.3-4.5-12.9-5.8 1.4-1.3 13.2 1.7 13.2 1.4zm-1.2 29 .1 3.5s-23.7-7.2-24.5-8.4c-.8-1.2-3.1-6.8 24.4 4.9zm1 8.5v3.3l-32.2-11.3s-2.6-8.4 32.1 8z",fill:"#fff",stroke:"#000",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:".8"}),c.jsx("path",{d:"m280.3 328.7-.2 3.5s-6.2-1.8-8.2-5.3c3.6-1 8.5 1.9 8.4 1.8z",fill:"#fff",stroke:"#000",strokeLinejoin:"round",strokeWidth:".8"})]}))}))}));exports.NF=i;
|
package/icons/flags/NG.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),r=require("react/jsx-runtime"),i=require("react"),s=require("../flag-icon/_FlagIconBase.js"),t=i.forwardRef((function(i,t){var a=i.height,h=i.width;return r.jsx(s.FlagIconBase,e.__assign({ref:t,height:a,viewBox:"0 0 640 480",width:h},{children:r.jsxs("g",e.__assign({fillRule:"evenodd",strokeWidth:"1pt"},{children:[r.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),r.jsx("path",{d:"M426.6 0H640v480H426.6zM0 0h213.3v480H0z",fill:"#008753"})]}))}))}));exports.NG=t;
|
package/icons/flags/NI.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),l=require("react/jsx-runtime"),s=require("react"),i=require("../flag-icon/_FlagIconBase.js"),d=require("../flag-icon/useStableUniqueId.js");require("uuid");var a=s.forwardRef((function(s,a){var t=s.height,n=s.width,h=d.useStableUniqueId(4);return l.jsxs(i.FlagIconBase,e.__assign({ref:a,height:t,viewBox:"0 0 16 12",width:n},{children:[l.jsxs("g",e.__assign({clipPath:"url(#".concat(h[3],")")},{children:[l.jsx("mask",e.__assign({height:"12",id:"".concat(h[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0"},{children:l.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})})),l.jsxs("g",e.__assign({mask:"url(#".concat(h[0],")")},{children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("mask",e.__assign({height:"12",id:"".concat(h[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0"},{children:l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})})),l.jsxs("g",e.__assign({mask:"url(#".concat(h[1],")")},{children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v4h16V0H0Zm0 8v4h16V8H0Z",fill:"#0080EC",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M8 4c.094 0 .187.007.278.02l-.1.637a1.368 1.368 0 0 0-.436.013l-.046-.647c.1-.015.2-.023.304-.023Zm.576.084-.174.622a1.355 1.355 0 0 1 .952 1.339l.644.054L10 6a2 2 0 0 0-1.424-1.916Zm1.18 2.873a2 2 0 0 1-1.608 1.038v-.648c.37-.04.696-.23.915-.508l.694.118Zm-3.468.078a2 2 0 0 0 1.598.962V7.35a1.353 1.353 0 0 1-.968-.535l-.63.22Zm-.286-.95a2 2 0 0 1 1.274-1.95l.167.63c-.468.211-.794.68-.798 1.225l-.643.096Z",fill:"#D0AB00",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M7.987 4.475 6.62 6.84h2.758l-1.39-2.365Z",fill:"#7CDFFF",fillRule:"evenodd"}),l.jsx("mask",e.__assign({height:"3",id:"".concat(h[2]),maskUnits:"userSpaceOnUse",width:"4",x:"6",y:"4"},{children:l.jsx("path",{clipRule:"evenodd",d:"M7.987 4.475 6.62 6.84h2.758l-1.39-2.365Z",fill:"#fff",fillRule:"evenodd"})})),l.jsxs("g",e.__assign({mask:"url(#".concat(h[2],")")},{children:[l.jsx("path",{d:"M8 7.56a1.195 1.195 0 1 0 0-2.392A1.195 1.195 0 0 0 8 7.56Z",stroke:"#E31D1C",strokeWidth:".5"}),l.jsx("path",{d:"M8 7.56a1.195 1.195 0 1 0 0-2.392A1.195 1.195 0 0 0 8 7.56Z",stroke:"#FFD018",strokeWidth:".5"}),l.jsx("path",{d:"M8 7.56a1.195 1.195 0 1 0 0-2.392A1.195 1.195 0 0 0 8 7.56Z",stroke:"#4EDD00",strokeWidth:".5"}),l.jsx("path",{d:"M8 7.56a1.195 1.195 0 1 0 0-2.392A1.195 1.195 0 0 0 8 7.56Z",stroke:"#3D58DB",strokeWidth:".5"}),l.jsx("path",{d:"M6.509 6.109h3.127v.909H6.509z",fill:"#3D58DB"}),l.jsx("path",{clipRule:"evenodd",d:"m6.718 6.495.624-.62.191.31.134-.377.148.283.156-.215.202.215.185-.283.158.283.181-.215.424.45.076.17-2.479.125v-.126Z",fill:"#97C923",fillRule:"evenodd"})]}))]}))]}))]})),l.jsx("defs",{children:l.jsx("clipPath",e.__assign({id:"".concat(h[3])},{children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}))})]}))}));exports.NI=a;
|
package/icons/flags/NL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),r=require("react/jsx-runtime"),i=require("react"),t=require("../flag-icon/_FlagIconBase.js"),s=i.forwardRef((function(i,s){var h=i.height,a=i.width;return r.jsx(t.FlagIconBase,e.__assign({ref:s,height:h,viewBox:"0 0 640 480",width:a},{children:r.jsxs("g",e.__assign({fillRule:"evenodd",strokeWidth:"1pt",transform:"scale(1.25 .9375)"},{children:[r.jsx("rect",{fill:"#fff",height:"509.8",rx:"0",ry:"0",width:"512"}),r.jsx("rect",{fill:"#21468b",height:"169.9",rx:"0",ry:"0",width:"512",y:"342.1"}),r.jsx("path",{d:"M0 0h512v170H0z",fill:"#ae1c28"})]}))}))}));exports.NL=s;
|
package/icons/flags/NO.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),i=require("react/jsx-runtime"),r=require("react"),h=require("../flag-icon/_FlagIconBase.js"),s=r.forwardRef((function(r,s){var t=r.height,a=r.width;return i.jsxs(h.FlagIconBase,e.__assign({ref:s,height:t,viewBox:"0 0 640 480",width:a},{children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#ed2939"}),i.jsx("path",{d:"M180 0h120v480H180z",fill:"#fff"}),i.jsx("path",{d:"M0 180h640v120H0z",fill:"#fff"}),i.jsx("path",{d:"M210 0h60v480h-60z",fill:"#002664"}),i.jsx("path",{d:"M0 210h640v60H0z",fill:"#002664"})]}))}));exports.NO=s;
|
package/icons/flags/NP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),i=require("react/jsx-runtime"),s=require("react"),r=require("../flag-icon/_FlagIconBase.js"),a=require("../flag-icon/useStableUniqueId.js");require("uuid");var l=s.forwardRef((function(s,l){var t=s.height,c=s.width,n=a.useStableUniqueId(1);return i.jsxs(r.FlagIconBase,e.__assign({ref:l,height:t,viewBox:"0 0 640 480",width:c},{children:[i.jsx("defs",{children:i.jsx("clipPath",e.__assign({id:"".concat(n[0])},{children:i.jsx("path",{d:"M0-16h512v512H0z",fillOpacity:".7"})}))}),i.jsx("path",{d:"M0 0h640v480H0z",fill:"#fff"}),i.jsx("g",e.__assign({clipPath:"url(#".concat(n[0],")"),transform:"translate(0 15) scale(.9375)"},{children:i.jsxs("g",e.__assign({fillRule:"evenodd"},{children:[i.jsx("path",{d:"M6.5 489.5h378.8L137.4 238.1l257.3.3L6.6-9.5v499z",fill:"#ce0000",stroke:"#000063",strokeWidth:"13.8"}),i.jsx("path",{d:"m180.7 355.8-27 9 21.2 19.8-28.5-1.8 11.7 26.2-25.5-12.3.5 28.6-18.8-20.9-10.7 26.6-9.2-26.3-20.3 20.6 1.8-27.7L49 409l12.6-25-29.3.6 21.5-18.3-27.3-10.5 27-9L32.2 327l28.4 1.8L49 302.6l25.6 12.3-.5-28.6 18.8 20.9 10.7-26.6 9.1 26.3 20.4-20.6-1.9 27.7 27-11.4-12.7 25 29.4-.6-21.5 18.3zm-32.4-184.7-11.3 8.4 5.6 4.6a93.8 93.8 0 0 0 30.7-36c1.8 21.3-17.7 69-68.7 69.5a70.6 70.6 0 0 1-71.5-70.3c10 18.2 16.2 27 32 36.5l4.7-4.4-10.6-8.9 13.7-3.6-7.4-12.4 14.4 1-1.8-14.4 12.6 7.4 4-13.5 9 10.8 8.5-10.3 4.6 14 11.8-8.2-1.5 14.3 14.2-1.7-6.7 13.2 13.7 4z",fill:"#fff"})]}))}))]}))}));exports.NP=l;
|
package/icons/flags/NR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),i=require("react/jsx-runtime"),r=require("react"),s=require("../flag-icon/_FlagIconBase.js"),a=require("../flag-icon/useStableUniqueId.js");require("uuid");var t=r.forwardRef((function(r,t){var l=r.height,n=r.width,c=a.useStableUniqueId(1);return i.jsxs(s.FlagIconBase,e.__assign({ref:t,height:l,viewBox:"0 0 640 480",width:n},{children:[i.jsx("defs",{children:i.jsx("clipPath",e.__assign({id:"".concat(c[0])},{children:i.jsx("path",{d:"M-54.7 0H628v512H-54.7z",fillOpacity:".7"})}))}),i.jsxs("g",e.__assign({clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(51.3) scale(.9375)"},{children:[i.jsx("path",{d:"M-140 0H884v512H-140z",fill:"#002170"}),i.jsx("path",{d:"M-140 234.1H884V278H-140z",fill:"#ffb20d"}),i.jsx("path",{d:"m161.8 438-33-33-10.5 45.4-12-45-31.9 34 12.1-45L42 407.9l33-33-45.4-10.6 45-12-34-31.8 45 12L72 288l33 33 10.6-45.4 12 45 31.8-34-12 45 44.5-13.5-33 33 45.4 10.5-45 12 34 32-45-12.2z",fill:"#fff"})]}))]}))}));exports.NR=t;
|
package/icons/flags/NU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var l=require("../../_tslib-
|
|
1
|
+
"use strict";var l=require("../../_tslib-ccfac372.js"),i=require("react/jsx-runtime"),s=require("react"),e=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("uuid");var a=s.forwardRef((function(s,a){var t=s.height,d=s.width,r=h.useStableUniqueId(1);return i.jsxs(e.FlagIconBase,l.__assign({ref:a,height:t,viewBox:"0 0 640 480",width:d},{children:[i.jsx("defs",{children:i.jsx("clipPath",l.__assign({id:"".concat(r[0])},{children:i.jsx("path",{d:"M0 0h496v372H0z",fillOpacity:".7"})}))}),i.jsxs("g",l.__assign({clipPath:"url(#".concat(r[0],")"),transform:"scale(1.2902)"},{children:[i.jsx("path",{d:"M0 0h499.6v248.1H0z",fill:"#fff",fillRule:"evenodd"}),i.jsx("path",{d:"M0 0v18.6L119.2 80l44.9 1.3L0 0z",fill:"#c00"}),i.jsx("path",{d:"m51 0 144.6 75.5V0H51z",fill:"#006"}),i.jsx("path",{d:"M214.9 0v96.4H0v55h215v96.4h66v-96.4h215v-55H281V0h-66z",fill:"#c00"}),i.jsx("path",{d:"M300.2 0v71.1L441.6.6 300.2 0z",fill:"#006"}),i.jsx("path",{d:"m304.7 78.9 39.8-.3L498.9.6l-41 .6L304.8 79z",fill:"#c00"}),i.jsx("path",{d:"M0 167.5v52.8L99.2 168 0 167.6z",fill:"#006"}),i.jsx("path",{d:"m381.9 169.7-41.4-.3 155.8 77.5-1-17.7-113.5-59.5zM38.7 248.3l146.1-76.8-38.3.3L0 248.1",fill:"#c00"}),i.jsx("path",{d:"m497.9 21.8-118 58.5 116.4.5v87.1h-99.1l98.2 53.3 1.4 27-52.4-.6-143.6-70.5v71.2H196V177L61.3 248l-60.9.2V496H992V.4L499 0M.6 28 0 79.4l104.4 1.3L.5 28z",fill:"#006"}),i.jsxs("g",l.__assign({fill:"#ffd900",fillRule:"evenodd",strokeWidth:"1pt"},{children:[i.jsx("path",{d:"M496 0h496.1v496h-496z"}),i.jsx("path",{d:"M0 248h523.5v248H0z"})]})),i.jsxs("g",l.__assign({fillRule:"evenodd"},{children:[i.jsx("path",{d:"M290.9 125.3a42.8 42.8 0 1 1-85.5 0 42.8 42.8 0 0 1 85.5 0z",fill:"#000067"}),i.jsx("path",{d:"m240.2 114.3 8.2-24.6 8.2 24.6h26.7l-21.6 15.2L270 154l-21.6-15.3-21.6 15.2 8.3-24.5-21.6-15.2zm148.5 4 4.1-11.5 4 11.6h13.3l-10.7 7 4.1 11.5-10.7-7-10.7 7 4.1-11.5-10.7-7zM244.1 204l4-11.5 4.1 11.5h13.2l-10.7 7 4.1 11.6-10.7-7.1-10.7 7 4.1-11.4-10.7-7.1zm0-167 4-11.6 4.1 11.5h13.2L254.7 44l4.1 11.5-10.7-7-10.7 7 4.1-11.5-10.7-7zM98.9 118.2l4.1-11.5 4 11.5h13.3l-10.7 7.1 4.1 11.5-10.7-7-10.7 7 4.1-11.5-10.7-7z",fill:"#fff40d"})]}))]}))]}))}));exports.NU=a;
|
package/icons/flags/NZ.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var s=require("../../_tslib-
|
|
1
|
+
"use strict";var s=require("../../_tslib-ccfac372.js"),t=require("react/jsx-runtime"),e=require("react"),r=require("../flag-icon/_FlagIconBase.js"),a=require("../flag-icon/useStableUniqueId.js");require("uuid");var i=e.forwardRef((function(e,i){var c=e.height,n=e.width,l=a.useStableUniqueId(4);return t.jsxs(r.FlagIconBase,s.__assign({ref:i,height:c,viewBox:"0 0 640 480",width:n},{children:[t.jsxs("defs",{children:[t.jsx("clipPath",s.__assign({id:"".concat(l[0])},{children:t.jsx("path",{d:"M0 0h600v300H0z"})})),t.jsx("clipPath",s.__assign({id:"".concat(l[1])},{children:t.jsx("path",{d:"m0 0 300 150H0zm300 0h300L300 150zm0 150h300v150zm0 0v150H0z"})})),t.jsxs("g",s.__assign({id:"".concat(l[2])},{children:[t.jsxs("g",s.__assign({id:"".concat(l[3])},{children:[t.jsx("path",{d:"M0-.3v.5l1-.5z"}),t.jsx("path",{d:"M.213.256-.081-.15l1.103-.183z"})]})),t.jsx("use",{transform:"scale(-1 1)",xlinkHref:"#".concat(l[3])}),t.jsx("use",{transform:"rotate(72 0 0)",xlinkHref:"#".concat(l[3])}),t.jsx("use",{transform:"rotate(-72 0 0)",xlinkHref:"#".concat(l[3])}),t.jsx("use",{transform:"scale(-1 1) rotate(72)",xlinkHref:"#".concat(l[3])})]}))]}),t.jsx("path",{d:"M0 0h640v480H0z",fill:"#00247d",fillRule:"evenodd"}),t.jsxs("g",s.__assign({transform:"translate(-93 36.1) scale(.66825)"},{children:[t.jsx("use",{fill:"#fff",height:"100%",transform:"matrix(45.4 0 0 45.4 900 120)",width:"100%",xlinkHref:"#".concat(l[2])}),t.jsx("use",{fill:"#cc142b",height:"100%",transform:"matrix(30 0 0 30 900 120)",width:"100%",xlinkHref:"#".concat(l[2])})]})),t.jsxs("g",s.__assign({transform:"rotate(82 534.2 125) scale(.66825)"},{children:[t.jsx("use",{fill:"#fff",height:"100%",transform:"rotate(-82 519 -457.7) scale(40.4)",width:"100%",xlinkHref:"#".concat(l[2])}),t.jsx("use",{fill:"#cc142b",height:"100%",transform:"rotate(-82 519 -457.7) scale(25)",width:"100%",xlinkHref:"#".concat(l[2])})]})),t.jsxs("g",s.__assign({transform:"rotate(82 534.2 125) scale(.66825)"},{children:[t.jsx("use",{fill:"#fff",height:"100%",transform:"rotate(-82 668.6 -327.7) scale(45.4)",width:"100%",xlinkHref:"#".concat(l[2])}),t.jsx("use",{fill:"#cc142b",height:"100%",transform:"rotate(-82 668.6 -327.7) scale(30)",width:"100%",xlinkHref:"#".concat(l[2])})]})),t.jsxs("g",s.__assign({transform:"translate(-93 36.1) scale(.66825)"},{children:[t.jsx("use",{fill:"#fff",height:"100%",transform:"matrix(50.4 0 0 50.4 900 480)",width:"100%",xlinkHref:"#".concat(l[2])}),t.jsx("use",{fill:"#cc142b",height:"100%",transform:"matrix(35 0 0 35 900 480)",width:"100%",xlinkHref:"#".concat(l[2])})]})),t.jsx("path",{clipPath:"url(#".concat(l[0],")"),d:"m0 0 600 300M0 300 600 0",stroke:"#fff",strokeWidth:"60",transform:"scale(.60681 .73139)"}),t.jsx("path",{clipPath:"url(#".concat(l[1],")"),d:"m0 0 600 300M0 300 600 0",stroke:"#cc142b",strokeWidth:"40",transform:"scale(.60681 .73139)"}),t.jsx("path",{clipPath:"url(#".concat(l[0],")"),color:"#000",d:"M151.7 0v79.4H0V140h151.7v79.4h60.7v-79.3H364V79.4H212.4V0z",fill:"#fff",fontFamily:"sansSerif",fontWeight:"400",overflow:"visible"}),t.jsx("path",{color:"#000",d:"M163.8 0v91.5H0v36.4h163.8v91.5h36.4V128h163.9V91.5H200.2V0z",fill:"#cc142b",fontFamily:"sansSerif",fontWeight:"400",overflow:"visible"})]}))}));exports.NZ=i;
|
package/icons/flags/OM.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),i=require("react/jsx-runtime"),l=require("react"),s=require("../flag-icon/_FlagIconBase.js"),a=require("../flag-icon/useStableUniqueId.js");require("uuid");var c=l.forwardRef((function(l,c){var d=l.height,n=l.width,h=a.useStableUniqueId(3);return i.jsxs(s.FlagIconBase,e.__assign({ref:c,height:d,viewBox:"0 0 16 12",width:n},{children:[i.jsxs("g",e.__assign({clipPath:"url(#".concat(h[2],")")},{children:[i.jsx("mask",e.__assign({height:"12",id:"".concat(h[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0"},{children:i.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})})),i.jsxs("g",e.__assign({mask:"url(#".concat(h[0],")")},{children:[i.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#F50101",fillRule:"evenodd"}),i.jsx("mask",e.__assign({height:"12",id:"".concat(h[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0"},{children:i.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})})),i.jsxs("g",e.__assign({mask:"url(#".concat(h[1],")")},{children:[i.jsx("path",{clipRule:"evenodd",d:"M0 0v4h16V0H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),i.jsx("path",{clipRule:"evenodd",d:"M0 8v4h16V8H0Z",fill:"#5EAA22",fillRule:"evenodd"}),i.jsx("path",{d:"M0 0h6v12H0z",fill:"#F50101"}),i.jsx("path",{clipRule:"evenodd",d:"M5.385 1.017C5.39.97 5.332.953 5.308.993a19.138 19.138 0 0 1-1.385 2v-.459c-.07-.077-.299-.286-.299-.286V1.79l.412-.373L3.471 1l-.597.417.451.373v.458c0 .22-.273.286-.273.286l-.05.404a18.687 18.687 0 0 1-1.315-1.924c-.023-.041-.083-.022-.076.025a6.71 6.71 0 0 0 .68 2.06h-.123v-.017a.043.043 0 0 0-.044-.043H1.07a.043.043 0 0 0-.043.043v.663c0 .024.02.044.043.044h1.054c.024 0 .044-.02.044-.044v-.348H2.3a.3.3 0 0 0 .27.18c.084.13.175.26.275.388-.229-.023-1.74-.151-1.74.398 0 .328.368.502.829.592L.83 5.952c-.033.03-.007.08.036.07a7.128 7.128 0 0 0 2.2-.977h.029a.68.68 0 0 0 .55-.258c.914.745 1.947 1.09 2.396 1.213.046.013.071-.047.032-.075A13.586 13.586 0 0 1 4.048 4.18l.022-.026c.171-.202.32-.41.45-.619a.298.298 0 0 0 .124-.138h.133v.348c0 .024.02.044.043.044h1.054c.024 0 .044-.02.044-.044v-.663a.043.043 0 0 0-.044-.043H4.82a.043.043 0 0 0-.029.01 6.178 6.178 0 0 0 .594-2.032Zm-.608 2.081v-.02l-.01.02h.01Zm-1.957.183c0 .133-.11.241-.244.241a.243.243 0 0 1-.245-.241c0-.134.11-.242.245-.242s.244.108.244.242Zm1.304 0c0 .133.11.241.245.241a.243.243 0 0 0 .245-.241.243.243 0 0 0-.245-.242.243.243 0 0 0-.245.242Z",fill:"#F7FCFF",fillRule:"evenodd"})]}))]}))]})),i.jsx("defs",{children:i.jsx("clipPath",e.__assign({id:"".concat(h[2])},{children:i.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}))})]}))}));exports.OM=c;
|