@zonos/amino 4.4.32 → 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/BZ.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"),d=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("uuid");var a=i.forwardRef((function(i,a){var n=i.height,t=i.width,h=s.useStableUniqueId(3);return l.jsxs(d.FlagIconBase,e.__assign({ref:a,height:n,viewBox:"0 0 16 12",width:t},{children:[l.jsxs("g",e.__assign({clipPath:"url(#".concat(h[2],")")},{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:"#0168B4",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 0v2h16V0H0Zm0 10v2h16v-2H0Z",fill:"#E93C43",fillRule:"evenodd"}),l.jsx("path",{d:"M8 9a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z",fill:"#F7FCFF"}),l.jsx("path",{clipRule:"evenodd",d:"M4.5 6a3.5 3.5 0 1 0 7 0 3.5 3.5 0 0 0-7 0ZM11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z",fill:"#fff",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M5 6a3 3 0 1 0 6 0 3 3 0 0 0-6 0Zm5.3 0a2.3 2.3 0 1 1-4.6 0 2.3 2.3 0 0 1 4.6 0Z",fill:"#5B8C39",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"m6.5 7 1.47-.188L9.5 7v.5l-1.53-.188L6.5 7.5V7Z",fill:"#5B8C39",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M7 5h2s.141 3-1 3-1-3-1-3Z",fill:"#769DF1",fillRule:"evenodd"}),l.jsx("path",{d:"M8 5h1v1H8z",fill:"#FECA00"}),l.jsx("path",{d:"M7 5h1v1H7z",fill:"#F6F7F8",opacity:".6"}),l.jsx("rect",{fill:"#5B8C39",height:"1",opacity:".66",rx:".5",width:"2",x:"7",y:"4"}),l.jsx("path",{clipRule:"evenodd",d:"M6.9 6.4c.276 0 .5-.448.5-1s-.224-1-.5-1-.5.448-.5 1 .224 1 .5 1Z",fill:"#E9AD35",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M9.1 6.4c.276 0 .5-.448.5-1s-.224-1-.5-1-.5.448-.5 1 .224 1 .5 1Z",fill:"#5C2216",fillRule:"evenodd"})]}))]}))]})),l.jsx("defs",{children:l.jsx("clipPath",e.__assign({id:"".concat(h[2])},{children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}))})]}))}));exports.BZ=a;
|
package/icons/flags/CA.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"),c=require("../flag-icon/_FlagIconBase.js"),l=i.forwardRef((function(i,l){var s=i.height,t=i.width;return r.jsxs(c.FlagIconBase,e.__assign({ref:l,height:s,viewBox:"0 0 640 480",width:t},{children:[r.jsx("path",{d:"M150.131 0h339.656v480H150.132z",fill:"#fff"}),r.jsx("path",{d:"M-19.65 0h169.781v480H-19.65zm509.438 0h169.78v480H489.882zm-288.75 231.938-13.313 4.5 61.406 53.906c4.688 13.781-1.593 17.812-5.625 25.125l66.563-8.438-1.594 67.031 13.875-.375-3.094-66.562 66.75 7.969c-4.125-8.719-7.781-13.313-4.031-27.188l61.313-51.094-10.688-3.937c-8.813-6.75 3.75-32.531 5.625-48.844 0 0-35.719 12.281-38.063 5.813l-9.187-17.531-32.531 35.812c-3.563.844-5.063-.563-5.906-3.563l15-74.812-23.813 13.406c-1.969.938-3.938.188-5.25-2.156l-22.969-45.938-23.625 47.72c-1.781 1.687-3.562 1.874-5.062.75l-22.688-12.75 13.688 74.155c-1.125 3-3.75 3.75-6.75 2.157L239.85 171.75c-4.031 6.563-6.75 17.156-12.187 19.594-5.344 2.25-23.438-4.5-35.532-7.125 4.125 14.906 17.063 39.656 8.907 47.812z",fill:"red"})]}))}));exports.CA=l;
|
package/icons/flags/CD.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 0h640v480H0z",fill:"#007fff"}),r.jsx("path",{d:"M28.8 96H96l20.8-67.2L137.6 96h67.2l-54.4 41.6 20.8 67.2-54.4-41.6-54.4 41.6 20.8-67.2L28.8 96zM600 0 0 360v120h40l600-360V0h-40",fill:"#f7d618"}),r.jsx("path",{d:"M640 0 0 384v96L640 96V0",fill:"#ce1021"})]}))}));exports.CD=t;
|
package/icons/flags/CF.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"),r=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("uuid");var a=l.forwardRef((function(l,a){var t=l.height,h=l.width,f=s.useStableUniqueId(1);return i.jsxs(r.FlagIconBase,e.__assign({ref:a,height:t,viewBox:"0 0 640 480",width:h},{children:[i.jsx("defs",{children:i.jsx("clipPath",e.__assign({id:"".concat(f[0])},{children:i.jsx("path",{d:"M-12.4 32h640v480h-640z",fillOpacity:".7"})}))}),i.jsxs("g",e.__assign({clipPath:"url(#".concat(f[0],")"),fillRule:"evenodd",transform:"translate(12.4 -32)"},{children:[i.jsx("path",{d:"M-52 32h719.3v119H-52z",fill:"#00f"}),i.jsx("path",{d:"M-52 391.6h719.3V512H-52z",fill:"#ff0"}),i.jsx("path",{d:"M-52 271.3h719.3v120.3H-52z",fill:"#009a00"}),i.jsx("path",{d:"M-52 151h719.3v120.3H-52z",fill:"#fff"}),i.jsx("path",{d:"M247.7 32.5h119.9V512H247.7z",fill:"red"}),i.jsx("path",{d:"m99.3 137.7-31.5-21.8-31.3 22L47.4 101 16.9 78l38.2-1 12.5-36.3L80.3 77l38.1.7L88.2 101",fill:"#ff0"})]}))]}))}));exports.CF=a;
|
package/icons/flags/CG.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:"M-79.5 32h640v480h-640z",fillOpacity:".7"})}))}),i.jsxs("g",e.__assign({clipPath:"url(#".concat(n[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(79.5 -32)"},{children:[i.jsx("path",{d:"M-119.5 32h720v480h-720z",fill:"#ff0"}),i.jsx("path",{d:"M-119.5 32v480l480-480h-480z",fill:"#00ca00"}),i.jsx("path",{d:"M120.5 512h480V32l-480 480z",fill:"red"})]}))]}))}));exports.CG=t;
|
package/icons/flags/CH.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 h=r.height,a=r.width;return i.jsx(s.FlagIconBase,e.__assign({ref:t,height:h,viewBox:"0 0 640 480",width:a},{children:i.jsxs("g",e.__assign({fillRule:"evenodd",strokeWidth:"1pt"},{children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#d52b1e"}),i.jsxs("g",e.__assign({fill:"#fff"},{children:[i.jsx("path",{d:"M170 195h300v90H170z"}),i.jsx("path",{d:"M275 90h90v300h-90z"})]}))]}))}))}));exports.CH=t;
|
package/icons/flags/CI.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 t=r.height,l=r.width;return i.jsx(s.FlagIconBase,e.__assign({ref:a,height:t,viewBox:"0 0 640 480",width:l},{children:i.jsxs("g",e.__assign({fillRule:"evenodd"},{children:[i.jsx("path",{d:"M426.8 0H640v480H426.8z",fill:"#00cd00"}),i.jsx("path",{d:"M0 0h212.9v480H0z",fill:"#ff9a00"}),i.jsx("path",{d:"M212.9 0h214v480h-214z",fill:"#fff"})]}))}))}));exports.CI=a;
|
package/icons/flags/CK.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"),h=require("../flag-icon/_FlagIconBase.js"),r=i.forwardRef((function(i,r){var s=i.height,t=i.width;return e.jsxs(h.FlagIconBase,l.__assign({ref:r,height:s,viewBox:"0 0 640 480",width:t},{children:[e.jsx("path",{d:"M0 0h640v480H0z",fill:"#006"}),e.jsxs("g",l.__assign({strokeWidth:"1pt"},{children:[e.jsx("path",{d:"M0 0v24.8L319.8 222H360v-24.8L40.2 0H0zm360 0v24.8L40.2 222H0v-24.8L319.8 0H360z",fill:"#fff"}),e.jsx("path",{d:"M150 0v222h60V0h-60zM0 74v74h360V74H0z",fill:"#fff"}),e.jsx("path",{d:"M0 88.8v44.4h360V88.8H0zM162 0v222h36V0h-36zM0 222l120-74h26.8l-120 74H0zM0 0l120 74H93.2L0 16.5V0zm213.2 74 120-74H360L240 74h-26.8zM360 222l-120-74h26.8l93.2 57.4v16.5z",fill:"#c00"})]})),e.jsx("path",{d:"m471.6 213 5.2-16.7-14-10.6 17.6-.2 6-16.5 5.6 16.5 17.7.5-14.1 10.5 5 16.7-14.5-10m27.1 13 10.4-13.9-9.7-14.8 16.7 5.8 11-13.5v17.6l16.4 6.4-16.8 5-.8 17.5-10.2-14.4m-98.4 15-.7-17.5-16.8-5.2L431 198v-17.4l10.9 13.5 16.8-5.6-9.8 14.7 10.3 14-17-4.5m-39.6 40.9-7.4-15.8-17.4 1.8 12.8-12.3L384 211l15.2 8.2 13.3-11.8-3.4 17.4 14.9 8.9-17.3 2.5M389 291.8l-13.3-11.1-15 9.2 6.4-16.7-12.9-11.6 17.3.7 7-16.4 4.3 17.2 17.2 1.5-14.6 9.8m3.2 60.4-16.5-4.8-10.1 14.5-.7-17.9-16.4-5.5 16.1-6.2v-18l10.7 14.1 16.4-5.6-9.6 15m29.5 50.8-17 2.4-3.5 17.4-7.8-16-17.1 1.6 12.2-12.3-7.1-16.4 15.3 8.5 12.8-11.8L393 362m45 38-15.1 8.2 2.6 17.6-12.7-12.4-15.6 7.6 7.3-15.9-12.3-12.9 17.3 2.6 8-15.5 3.4 17.4m53.8 9-8.3 15.3 11.7 13.2-17.4-3.3-8.9 15-2.4-17.3-17.2-4 15.8-7.4-1.7-17.5 12.2 12.8m57.4-13.1-.5 17.4 16.3 6.4-17 5-1.2 17.5-10-14.3-17 4.4 10.8-13.9-9.4-14.7 16.6 5.7M559 209.8l12 12.6 15.9-7.4-8.3 15.8 11.5 13.1-17-2.8-9 15.5L562 239l-17-3.5 15.7-8m34.2 21 5.5 16.6 17.5.3-14.2 10.7 4.7 16.8-14.1-10-14.6 10.1 5.4-16.8-13.8-10.6 17.6-.4m19.5 33.2-2 17.4 15.7 7.7-17.3 3.6-2.7 17.3-8.7-15.1-17.4 2.9 12-13-8.1-15.5 16 7.2m3 39.8-7.8 15.6L603 379l-17.4-2.7-8.4 15.3-3-17.3-17.4-3.3 15.6-8-2.3-17.4 12.6 12.3m-9.8 39.1-14.7 9.2 3.8 17.3-13.5-11.5-15 8.6 6.3-16.3-13.1-12.1 17.4 1.5 7-16 4.4 17.2",fill:"#fff",fillRule:"evenodd"})]}))}));exports.CK=r;
|
package/icons/flags/CL.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"),l=require("../flag-icon/useStableUniqueId.js");require("uuid");var a=r.forwardRef((function(r,a){var t=r.height,h=r.width,n=l.useStableUniqueId(1);return i.jsxs(s.FlagIconBase,e.__assign({ref:a,height:t,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:"M0 0h682.7v512H0z",fillOpacity:".7"})}))}),i.jsxs("g",e.__assign({clipPath:"url(#".concat(n[0],")"),fillRule:"evenodd",transform:"scale(.9375)"},{children:[i.jsx("path",{d:"M256 0h512v256H256z",fill:"#fff"}),i.jsx("path",{d:"M0 0h256v256H0z",fill:"#0039a6"}),i.jsx("path",{d:"M167.8 191.7 128.2 162l-39.5 30 14.7-48.8L64 113.1l48.7-.5L127.8 64l15.5 48.5 48.7.1-39.2 30.4 15 48.7z",fill:"#fff"}),i.jsx("path",{d:"M0 256h768v256H0z",fill:"#d52b1e"})]}))]}))}));exports.CL=a;
|
package/icons/flags/CM.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 n=r.height,c=r.width,h=s.useStableUniqueId(2);return t.jsxs(i.FlagIconBase,e.__assign({ref:a,height:n,viewBox:"0 0 640 480",width:c},{children:[t.jsx("path",{d:"M0 0h213.3v480H0z",fill:"#007a5e"}),t.jsx("path",{d:"M213.3 0h213.4v480H213.3z",fill:"#ce1126"}),t.jsx("path",{d:"M426.7 0H640v480H426.7z",fill:"#fcd116"}),t.jsxs("g",e.__assign({fill:"#fcd116",transform:"translate(320 240) scale(7.1111)"},{children:[t.jsxs("g",e.__assign({id:"".concat(h[0])},{children:[t.jsx("path",{d:"M0-8-2.5-.4 1.3.9z",id:"".concat(h[1])}),t.jsx("use",{height:"100%",transform:"scale(-1 1)",width:"100%",xlinkHref:"#".concat(h[1])})]})),t.jsx("use",{height:"100%",transform:"rotate(72)",width:"100%",xlinkHref:"#".concat(h[0])}),t.jsx("use",{height:"100%",transform:"rotate(144)",width:"100%",xlinkHref:"#".concat(h[0])}),t.jsx("use",{height:"100%",transform:"rotate(-144)",width:"100%",xlinkHref:"#".concat(h[0])}),t.jsx("use",{height:"100%",transform:"rotate(-72)",width:"100%",xlinkHref:"#".concat(h[0])})]}))]}))}));exports.CM=a;
|
package/icons/flags/CN.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=require("../flag-icon/useStableUniqueId.js");require("uuid");var a=i.forwardRef((function(i,a){var n=i.height,h=i.width,c=s.useStableUniqueId(1);return r.jsxs(t.FlagIconBase,e.__assign({ref:a,height:n,viewBox:"0 0 640 480",width:h},{children:[r.jsx("defs",{children:r.jsx("path",{d:"M-.6.8 0-1 .6.8-1-.3h2z",fill:"#ffde00",id:"".concat(c[0])})}),r.jsx("path",{d:"M0 0h640v480H0z",fill:"#de2910"}),r.jsx("use",{height:"20",transform:"matrix(71.9991 0 0 72 120 120)",width:"30",xlinkHref:"#".concat(c[0])}),r.jsx("use",{height:"20",transform:"matrix(-12.33562 -20.5871 20.58684 -12.33577 240.3 48)",width:"30",xlinkHref:"#".concat(c[0])}),r.jsx("use",{height:"20",transform:"matrix(-3.38573 -23.75998 23.75968 -3.38578 288 95.8)",width:"30",xlinkHref:"#".concat(c[0])}),r.jsx("use",{height:"20",transform:"matrix(6.5991 -23.0749 23.0746 6.59919 288 168)",width:"30",xlinkHref:"#".concat(c[0])}),r.jsx("use",{height:"20",transform:"matrix(14.9991 -18.73557 18.73533 14.99929 240 216)",width:"30",xlinkHref:"#".concat(c[0])})]}))}));exports.CN=a;
|
package/icons/flags/CO.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,h=r.width;return i.jsx(s.FlagIconBase,e.__assign({ref:t,height:a,viewBox:"0 0 640 480",width:h},{children:i.jsxs("g",e.__assign({fillRule:"evenodd",strokeWidth:"1pt"},{children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#ffe800"}),i.jsx("path",{d:"M0 240h640v240H0z",fill:"#00148e"}),i.jsx("path",{d:"M0 360h640v120H0z",fill:"#da0010"})]}))}))}));exports.CO=t;
|
package/icons/flags/CR.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,h=r.width;return i.jsx(s.FlagIconBase,e.__assign({ref:t,height:a,viewBox:"0 0 640 480",width:h},{children:i.jsxs("g",e.__assign({fillRule:"evenodd",strokeWidth:"1pt"},{children:[i.jsx("path",{d:"M0 0h640v480H0z",fill:"#0000b4"}),i.jsx("path",{d:"M0 75.4h640v322.3H0z",fill:"#fff"}),i.jsx("path",{d:"M0 157.7h640v157.7H0z",fill:"#d90000"})]}))}))}));exports.CR=t;
|
package/icons/flags/CU.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 l=r.forwardRef((function(r,l){var t=r.height,n=r.width,f=a.useStableUniqueId(1);return i.jsxs(s.FlagIconBase,e.__assign({ref:l,height:t,viewBox:"0 0 640 480",width:n},{children:[i.jsx("defs",{children:i.jsx("clipPath",e.__assign({id:"".concat(f[0])},{children:i.jsx("path",{d:"M-32 0h682.7v512H-32z",fillOpacity:".7"})}))}),i.jsxs("g",e.__assign({clipPath:"url(#".concat(f[0],")"),fillRule:"evenodd",transform:"translate(30) scale(.94)"},{children:[i.jsx("path",{d:"M-32 0h768v512H-32z",fill:"#0050f0"}),i.jsx("path",{d:"M-32 102.4h768v102.4H-32zm0 204.8h768v102.4H-32z",fill:"#fff"}),i.jsx("path",{d:"m-32 0 440.7 255.7L-32 511V0z",fill:"#ed0000"}),i.jsx("path",{d:"M161.8 325.5 114.3 290l-47.2 35.8 17.6-58.1-47.2-36 58.3-.4 18.1-58 18.5 57.8 58.3.1-46.9 36.3 18 58z",fill:"#fff"})]}))]}))}));exports.CU=l;
|
package/icons/flags/CV.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),s=require("react/jsx-runtime"),i=require("react"),a=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("uuid");var r=i.forwardRef((function(i,r){var n=i.height,t=i.width,c=l.useStableUniqueId(3);return s.jsxs(a.FlagIconBase,e.__assign({ref:r,height:n,viewBox:"0 0 16 12",width:t},{children:[s.jsxs("g",e.__assign({clipPath:"url(#".concat(c[2],")")},{children:[s.jsx("mask",e.__assign({height:"12",id:"".concat(c[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0"},{children:s.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})})),s.jsxs("g",e.__assign({mask:"url(#".concat(c[0],")")},{children:[s.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#4141DB",fillRule:"evenodd"}),s.jsx("mask",e.__assign({height:"12",id:"".concat(c[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0"},{children:s.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})})),s.jsxs("g",e.__assign({mask:"url(#".concat(c[1],")")},{children:[s.jsx("path",{d:"M0 6.5h-.5v2h17v-2H0Z",fill:"#F90000",stroke:"#F7FCFF"}),s.jsx("path",{clipRule:"evenodd",d:"M5.5 11a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z",stroke:"#FFDE00"})]}))]}))]})),s.jsx("defs",{children:s.jsx("clipPath",e.__assign({id:"".concat(c[2])},{children:s.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}))})]}))}));exports.CV=r;
|
package/icons/flags/CW.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 t=s.forwardRef((function(s,t){var l=s.height,c=s.width,n=a.useStableUniqueId(2);return i.jsxs(r.FlagIconBase,e.__assign({ref:t,height:l,viewBox:"0 0 640 480",width:c},{children:[i.jsxs("defs",{children:[i.jsx("clipPath",e.__assign({id:"".concat(n[0])},{children:i.jsx("path",{d:"M0 0h682.7v512H0z",fillOpacity:".7"})})),i.jsx("path",{d:"m0-1 .2.7H1L.3 0l.2.7L0 .4l-.6.4.2-.7-.5-.4h.7z",id:"".concat(n[1])})]}),i.jsxs("g",e.__assign({clipPath:"url(#".concat(n[0],")"),transform:"scale(.94)"},{children:[i.jsx("path",{d:"M0 0h768v512H0z",fill:"#002b7f"}),i.jsx("path",{d:"M0 320h768v64H0z",fill:"#f9e814"}),i.jsx("use",{fill:"#fff",height:"9000",transform:"scale(42.67)",width:"13500",x:"2",xlinkHref:"#".concat(n[1]),y:"2"}),i.jsx("use",{fill:"#fff",height:"9000",transform:"scale(56.9)",width:"13500",x:"3",xlinkHref:"#".concat(n[1]),y:"3"})]}))]}))}));exports.CW=t;
|
package/icons/flags/CY.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"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),a=require("../flag-icon/useStableUniqueId.js");require("uuid");var n=i.forwardRef((function(i,n){var t=i.height,c=i.width,r=a.useStableUniqueId(5);return e.jsxs(l.FlagIconBase,s.__assign({ref:n,height:t,viewBox:"0 0 16 12",width:c},{children:[e.jsxs("g",s.__assign({clipPath:"url(#".concat(r[4],")")},{children:[e.jsx("mask",s.__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",s.__assign({mask:"url(#".concat(r[0],")")},{children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("mask",s.__assign({height:"12",id:"".concat(r[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({clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(r[1],")")},{children:[e.jsx("path",{d:"M12.284 2.38S9.643 3.839 9.31 3.93c-.332.093-.11.149-.683.112-.573-.037-1.7.206-1.958.04-.258-.167-.35-.462-.369.037-.019.498.388.923-.13.96-.516.037-.572-.444-.923-.148-.35.295-.646.96-.868.794-.221-.166-.535-.61-.443-.185.092.425.37 1.495 1.256 1.513.886.019 1.071-.295 1.108-.036.037.258.425.295.517-.037.092-.333.85.37 1.256.02.406-.351.739-.647.868-.85.13-.203.572-.166.997-.166.425 0 1.053.184.72-.222-.332-.406-.905-.59-.572-.997.332-.406 3.153-1.757 3.283-1.905.129-.148-.698-.702-1.085-.48Z",fill:"#F57A01"}),e.jsx("path",{d:"M12.284 2.38S9.643 3.839 9.31 3.93c-.332.093-.11.149-.683.112-.573-.037-1.7.206-1.958.04-.258-.167-.35-.462-.369.037-.019.498.388.923-.13.96-.516.037-.572-.444-.923-.148-.35.295-.646.96-.868.794-.221-.166-.535-.61-.443-.185.092.425.37 1.495 1.256 1.513.886.019 1.071-.295 1.108-.036.037.258.425.295.517-.037.092-.333.85.37 1.256.02.406-.351.739-.647.868-.85.13-.203.572-.166.997-.166.425 0 1.053.184.72-.222-.332-.406-.905-.59-.572-.997.332-.406 3.153-1.757 3.283-1.905.129-.148-.698-.702-1.085-.48Z",fill:"url(#".concat(r[2],")")}),e.jsx("path",{d:"M5.456 8.052c1.311 0 2.438 1.459 2.438 1.459l.052.055L8 9.511s1.314-1.459 2.625-1.459-.944 2.124-2.403 2.124c0 0-.15-.014-.275-.076a.89.89 0 0 1-.274.076c-1.459 0-3.527-2.124-2.216-2.124Z",fill:"#006B49"}),e.jsx("path",{d:"M5.456 8.052c1.311 0 2.438 1.459 2.438 1.459l.052.055L8 9.511s1.314-1.459 2.625-1.459-.944 2.124-2.403 2.124c0 0-.15-.014-.275-.076a.89.89 0 0 1-.274.076c-1.459 0-3.527-2.124-2.216-2.124Z",fill:"url(#".concat(r[3],")")})]}))]}))]})),e.jsxs("defs",{children:[e.jsxs("linearGradient",s.__assign({gradientUnits:"userSpaceOnUse",id:"".concat(r[2]),x1:"15",x2:"15",y1:"9",y2:"1"},{children:[e.jsx("stop",{stopColor:"#EA5113"}),e.jsx("stop",{offset:"1",stopColor:"#FC9B58"})]})),e.jsxs("linearGradient",s.__assign({gradientUnits:"userSpaceOnUse",id:"".concat(r[3]),x1:"11.019",x2:"11.019",y1:"10.176",y2:"8.052"},{children:[e.jsx("stop",{stopColor:"#008057"}),e.jsx("stop",{offset:"1",stopColor:"#00B77C"})]})),e.jsx("clipPath",s.__assign({id:"".concat(r[4])},{children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}))]})]}))}));exports.CY=n;
|
package/icons/flags/CZ.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-74 0h682.7v512H-74z",fillOpacity:".7"})}))}),i.jsxs("g",e.__assign({clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(69.4) scale(.94)"},{children:[i.jsx("path",{d:"M-74 0h768v512H-74z",fill:"#e80000"}),i.jsx("path",{d:"M-74 0h768v256H-74z",fill:"#fff"}),i.jsx("path",{d:"m-74 0 382.7 255.7L-74 511V0z",fill:"#00006f"})]}))]}))}));exports.CZ=t;
|
package/icons/flags/DE.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 320h640v160H0z",fill:"#ffce00"}),r.jsx("path",{d:"M0 0h640v160H0z"}),r.jsx("path",{d:"M0 160h640v160H0z",fill:"#d00"})]}))}));exports.DE=t;
|
package/icons/flags/DJ.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"),l=require("../flag-icon/useStableUniqueId.js");require("uuid");var a=r.forwardRef((function(r,a){var t=r.height,n=r.width,c=l.useStableUniqueId(1);return i.jsxs(s.FlagIconBase,e.__assign({ref:a,height:t,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-40 0h682.7v512H-40z",fillOpacity:".7"})}))}),i.jsxs("g",e.__assign({clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",transform:"translate(37.5) scale(.94)"},{children:[i.jsx("path",{d:"M-40 0h768v512H-40z",fill:"#0c0"}),i.jsx("path",{d:"M-40 0h768v256H-40z",fill:"#69f"}),i.jsx("path",{d:"m-40 0 382.7 255.7L-40 511V0z",fill:"#fffefe"}),i.jsx("path",{d:"M119.8 292 89 270l-30.7 22.4L69.7 256l-30.6-22.5 37.9-.3 11.7-36.3 12 36.2h37.9l-30.5 22.7 11.7 36.4z",fill:"red"})]}))]}))}));exports.DJ=a;
|
package/icons/flags/DK.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,f=i.width;return r.jsxs(s.FlagIconBase,e.__assign({ref:t,height:a,viewBox:"0 0 640 480",width:f},{children:[r.jsx("path",{d:"M0 0h640.1v480H0z",fill:"#c8102e"}),r.jsx("path",{d:"M205.7 0h68.6v480h-68.6z",fill:"#fff"}),r.jsx("path",{d:"M0 205.7h640.1v68.6H0z",fill:"#fff"})]}))}));exports.DK=t;
|
package/icons/flags/DM.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"),i=require("react"),l=require("../flag-icon/_FlagIconBase.js"),a=require("../flag-icon/useStableUniqueId.js");require("uuid");var h=i.forwardRef((function(i,h){var d=i.height,t=i.width,c=a.useStableUniqueId(3);return s.jsxs(l.FlagIconBase,e.__assign({ref:h,height:d,viewBox:"0 0 16 12",width:t},{children:[s.jsxs("g",e.__assign({clipPath:"url(#".concat(c[2],")")},{children:[s.jsx("mask",e.__assign({height:"12",id:"".concat(c[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0"},{children:s.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})})),s.jsxs("g",e.__assign({mask:"url(#".concat(c[0],")")},{children:[s.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#279E19",fillRule:"evenodd"}),s.jsx("mask",e.__assign({height:"12",id:"".concat(c[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0"},{children:s.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})})),s.jsxs("g",e.__assign({clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(c[1],")")},{children:[s.jsx("path",{d:"M8 0h1v7h7v1H9v4H8V8H0V7h8V0Z",fill:"#F7FCFF"}),s.jsx("path",{d:"M7 0h1v6h8v1H8v5H7V7H0V6h7V0Z",fill:"#272727"}),s.jsx("path",{d:"M6 0h1v5h9v1H7v6H6V6H0V5h6V0Z",fill:"#FECA00"}),s.jsx("path",{d:"M8 10a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z",fill:"#C51918"}),s.jsx("path",{d:"M7.363 4.207s.19-.617.631-.298c.692.34.92.732 1.188 1.175.267.444-.655.12-.827-.13-.172-.25-1.127-.331-.992-.54.135-.207 0-.207 0-.207Z",fill:"#804BFF"}),s.jsx("path",{d:"M7.207 7.363s-.47.643 0 .643 2.374-.139 2.146-.322c-.228-.183-1.92 0-1.92 0l-.226-.321Z",fill:"#A95601"}),s.jsx("path",{d:"M7.909 7.343c-.049-.055-.905-1.998-.507-2.402.398-.404.632-.166.632.44 0 .605.023 2.111-.125 1.962Z",fill:"#804BFF"}),s.jsx("path",{d:"M7.859 7.027s-.05.472.193 1.024c.243.55.733.54.733.089 0-.451.358-.028.496.273.137.301-.219-2.673-.724-3.339-.505-.666-.992-.708-.845-.278.147.43.147 2.231.147 2.231Z",fill:"#279E19"}),s.jsx("path",{d:"M7.564 3.8s-.214.137-.214.514c0 .378.506-.116.506-.116L7.564 3.8Zm.046-.143.44-.232.44.232-.083-.491.356-.348-.493-.071-.22-.447-.22.447-.493.071.356.348-.084.49Zm0 5.9.44-.232.44.232-.083-.491.356-.348-.493-.071-.22-.447-.22.447-.493.071.356.348-.084.49Zm2.8-2.8.083-.491-.356-.348.493-.071.22-.447.22.447.493.071-.356.348.084.49-.441-.231-.44.232Zm-5.7 0 .44-.232.44.232-.083-.491.356-.348-.493-.071-.22-.447-.22.447-.493.071.356.348-.084.49ZM6.233 4.35l-.14.478-.294-.401-.498.015.29-.405-.167-.468.474.151.394-.305.002.498.412.28-.473.157Zm4.104 4.38.14-.479.473-.156-.412-.28-.002-.499-.394.305-.474-.152.168.47-.29.404.497-.015.294.401Zm.07-4.438-.139.478-.294-.402-.498.015.29-.404-.167-.469.474.152.394-.305.002.498.412.28-.473.157ZM6.212 8.87l.14-.478.472-.156-.411-.28-.003-.499-.394.305-.474-.152.168.47-.29.404.497-.015.295.401Z",fill:"#FECA00"})]}))]}))]})),s.jsx("defs",{children:s.jsx("clipPath",e.__assign({id:"".concat(c[2])},{children:s.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}))})]}))}));exports.DM=h;
|
package/icons/flags/DO.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"),l=require("../flag-icon/_FlagIconBase.js"),h=require("../flag-icon/useStableUniqueId.js");require("uuid");var a=s.forwardRef((function(s,a){var c=s.height,d=s.width,t=h.useStableUniqueId(3);return i.jsxs(l.FlagIconBase,e.__assign({ref:a,height:c,viewBox:"0 0 16 12",width:d},{children:[i.jsxs("g",e.__assign({clipPath:"url(#".concat(t[2],")")},{children:[i.jsx("mask",e.__assign({height:"12",id:"".concat(t[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(t[0],")")},{children:[i.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#C51918",fillRule:"evenodd"}),i.jsx("mask",e.__assign({height:"12",id:"".concat(t[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(t[1],")")},{children:[i.jsx("path",{clipRule:"evenodd",d:"M7 0h2v5h7v2H9v5H7V7H0V5h7V0Z",fill:"#F7FCFF",fillRule:"evenodd"}),i.jsx("path",{d:"M0 0h7v5H0zm9 7h7v5H9z",fill:"#4257BF"}),i.jsx("path",{d:"m6.818 5.555.498.048c-.085.89.026 1.265.206 1.265v.5c-.623 0-.815-.65-.704-1.813Zm2.395 0-.497.048c.085.89-.026 1.265-.206 1.265v.5c.622 0 .815-.65.703-1.813Z",fill:"#309404"}),i.jsx("path",{d:"M7.364 5.346h.473v.738h-.473zm.726.877h.474v.375c0 .2-.163.364-.364.364h-.11v-.739Z",fill:"#003994"}),i.jsx("path",{d:"M8.055 5.3h.473v.738h-.473zm-.691.923h.472v.739h-.109a.364.364 0 0 1-.363-.364v-.375Z",fill:"#DE2110"}),i.jsx("path",{d:"m7.167 5.305-.334-.372c.353-.318.721-.483 1.1-.483.38 0 .747.165 1.1.483l-.334.372c-.267-.241-.521-.355-.766-.355-.244 0-.498.114-.766.355Z",fill:"#00319C"}),i.jsx("path",{d:"m7.204 7.797-.335-.372c.353-.318.721-.483 1.1-.483.38 0 .748.165 1.1.483l-.334.372c-.267-.24-.521-.355-.766-.355-.244 0-.498.114-.765.355Z",fill:"#DE2110"})]}))]}))]})),i.jsx("defs",{children:i.jsx("clipPath",e.__assign({id:"".concat(t[2])},{children:i.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}))})]}))}));exports.DO=a;
|
package/icons/flags/DZ.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:"M320 0h320v480H320z",fill:"#fff"}),r.jsx("path",{d:"M0 0h320v480H0z",fill:"#006233"}),r.jsx("path",{d:"M424 180a120 120 0 1 0 0 120 96 96 0 1 1 0-120m4 60-108-35.2 67.2 92V183.2l-67.2 92z",fill:"#d21034"})]}))}));exports.DZ=t;
|
package/icons/flags/Default.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,n=s.width,h=a.useStableUniqueId(2);return i.jsxs(r.FlagIconBase,e.__assign({ref:l,height:t,viewBox:"0 0 16 12",width:n},{children:[i.jsxs("g",e.__assign({clipPath:"url(#".concat(h[1],")")},{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({clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(h[0],")")},{children:[i.jsx("path",{d:"M0 0h16v12H0V0Z",fill:"#9898A0"}),i.jsx("path",{d:"M0 0v4h16V0H0Z",fill:"#D6D6D9"}),i.jsx("path",{d:"M0 8v4h16V8H0Z",fill:"#5B5B60"})]}))]})),i.jsx("defs",{children:i.jsx("clipPath",e.__assign({id:"".concat(h[1])},{children:i.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}))})]}))}));exports.Default=l;
|
package/icons/flags/EC.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"),d=require("../flag-icon/useStableUniqueId.js");require("uuid");var c=s.forwardRef((function(s,c){var a=s.height,t=s.width,h=d.useStableUniqueId(4);return e.jsxs(i.FlagIconBase,l.__assign({ref:c,height:a,viewBox:"0 0 16 12",width:t},{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 0v12h16V0H0Z",fill:"#2E42A5",fillRule:"evenodd"}),e.jsx("mask",l.__assign({height:"12",id:"".concat(h[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",l.__assign({mask:"url(#".concat(h[1],")")},{children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v6h16V0H0Z",fill:"#FECA00",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M0 9v3h16V9H0Z",fill:"#E31D1C",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M4.606 2.896c-.06-.136 2.256-.823 2.43-.823.173 0 .392.412.392.412l1.408.113s-.166-.525 0-.525c.167 0 2.716.886 2.716.886s-3.187.384-3.187.47c0 .087.209.562.209.562l-.59.193s.035-.573-.061-.573-.381.685-.381.685l-.28-.867s-2.595-.397-2.656-.533Z",fill:"#7B2900",fillRule:"evenodd"}),e.jsx("path",{d:"m4.616 5.009.63.15c-.659 2.759-.05 4.082 1.828 4.205l-.042.646c-2.353-.154-3.157-1.9-2.416-5.001Z",fill:"#FECA00"}),e.jsx("path",{d:"m5 4.637.64.1c-.451 2.887-.09 4.192.924 4.156l.023.648C4.967 9.598 4.492 7.883 5 4.637Z",fill:"#07138E"}),e.jsx("path",{d:"m5.648 4.373.64.1c-.451 2.886-.09 4.191.925 4.156l.022.647c-1.62.057-2.095-1.657-1.587-4.903Z",fill:"#E10001"}),e.jsx("path",{d:"m6.851 9.637.645-.063c.053.546.013 1.017-.125 1.413l-.612-.214c.104-.299.137-.678.092-1.136Z",fill:"#07138E"}),e.jsx("path",{d:"M10.75 5.084S11.783 9.731 8.6 9.65",stroke:"#FECA00",strokeWidth:".648"}),e.jsx("path",{d:"m10.681 4.637-.64.1c.452 2.887.09 4.192-.924 4.156l-.023.648c1.62.057 2.095-1.658 1.587-4.904Z",fill:"#07138E"}),e.jsx("path",{d:"m10.033 4.373-.64.1c.451 2.886.09 4.191-.924 4.156l-.023.647c1.62.057 2.095-1.657 1.587-4.903Z",fill:"#E10001"}),e.jsx("path",{d:"m8.704 9.64-.644-.07c-.054.5-.013.931.13 1.295l.603-.236c-.1-.258-.132-.587-.089-.989Z",fill:"#07138E"}),e.jsx("path",{clipRule:"evenodd",d:"M6.933 8.75h1.945v.926H6.933V8.75Z",fill:"#908F89",fillRule:"evenodd"}),e.jsx("path",{d:"M7.906 9c.548 0 1.021-.309 1.348-.763.327-.454.522-1.07.522-1.737 0-.668-.195-1.283-.522-1.737C8.927 4.309 8.454 4 7.906 4c-.549 0-1.022.309-1.35.763-.326.454-.52 1.07-.52 1.737 0 .668.194 1.283.52 1.737.328.454.801.763 1.35.763Z",stroke:"#FEE901",strokeWidth:".5"}),e.jsx("mask",l.__assign({height:"7",id:"".concat(h[2]),maskUnits:"userSpaceOnUse",width:"6",x:"5",y:"3"},{children:e.jsx("path",{d:"M7.906 9c.548 0 1.021-.309 1.348-.763.327-.454.522-1.07.522-1.737 0-.668-.195-1.283-.522-1.737C8.927 4.309 8.454 4 7.906 4c-.549 0-1.022.309-1.35.763-.326.454-.52 1.07-.52 1.737 0 .668.194 1.283.52 1.737.328.454.801.763 1.35.763Z",fill:"#fff",stroke:"#fff",strokeWidth:".5"})})),e.jsxs("g",l.__assign({clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(h[2],")")},{children:[e.jsx("path",{d:"M9.08 7.702s-.789-.428-1.015-.581c-.226-.153-.095-.494-.485-.403-.39.092-.702.25-.702.685 0 .435-.306.693-.41.396-.104-.297-.594-1.687 0-1.687s1.983.312 2.392.312c.409 0 .647.212.647.596a.73.73 0 0 1-.428.682Z",fill:"#8DDD61"}),e.jsx("path",{d:"M7.906 5.441a.328.328 0 0 0 .324-.33.328.328 0 0 0-.324-.332.328.328 0 0 0-.325.331c0 .183.146.331.325.331Z",fill:"#FEE901"}),e.jsx("path",{d:"M6.835 5.47s.377-.091.898.26c.52.351 1.783.55 1.783.275v.537s-2.802-.174-2.952 0c-.15.174-.165-.974 0-1.072.165-.097.27 0 .27 0Z",fill:"#F7FCFF"})]}))]}))]}))]})),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.EC=c;
|
package/icons/flags/EE.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"},{children:[r.jsx("rect",{height:"477.9",rx:"0",ry:"0",width:"640"}),r.jsx("rect",{fill:"#fff",height:"159.3",rx:"0",ry:"0",width:"640",y:"320.7"}),r.jsx("path",{d:"M0 0h640v159.3H0z",fill:"#1291ff"})]}))}))}));exports.EE=s;
|
package/icons/flags/EG.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"),a=require("../flag-icon/useStableUniqueId.js");require("uuid");var d=i.forwardRef((function(i,d){var c=i.height,h=i.width,n=a.useStableUniqueId(3);return l.jsxs(s.FlagIconBase,e.__assign({ref:d,height:c,viewBox:"0 0 16 12",width:h},{children:[l.jsxs("g",e.__assign({clipPath:"url(#".concat(n[2],")")},{children:[l.jsx("mask",e.__assign({height:"12",id:"".concat(n[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(n[0],")")},{children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#F7FCFF",fillRule:"evenodd"}),l.jsx("mask",e.__assign({height:"12",id:"".concat(n[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(n[1],")")},{children:[l.jsx("path",{clipRule:"evenodd",d:"M0 0v4h16V0H0Z",fill:"#BF2714",fillRule:"evenodd"}),l.jsx("path",{clipRule:"evenodd",d:"M0 8v4h16V8H0Z",fill:"#272727",fillRule:"evenodd"}),l.jsx("path",{d:"m6.13 5.11.5.023-.126 2.735-.5-.023.126-2.735Zm.522.17.5.028-.126 2.218-.5-.029.126-2.217Z",fill:"#C09302"}),l.jsx("path",{d:"m7.174 5.446.499.04-.126 1.529-.498-.04.125-1.529ZM9.87 5.11l-.5.023.126 2.735.5-.023L9.87 5.11Zm-.522.17-.5.028.126 2.218.5-.029-.126-2.217Z",fill:"#C09302"}),l.jsx("path",{d:"m8.826 5.446-.499.04.126 1.529.498-.04-.125-1.529Zm-.839 2.217-.488-.111.207-.9.487.111-.206.9Z",fill:"#C09302"}),l.jsx("path",{d:"m8.36 7.663.487-.111-.206-.9-.488.111.207.9Z",fill:"#C09302"}),l.jsx("path",{d:"M8.236 7.655h-.5v-.884h.5v.884Zm-.919-2.198.5.012-.029 1.19-.5-.012.03-1.19Zm.87 0 .5.012-.03 1.19-.5-.012.03-1.19Z",fill:"#C09302"}),l.jsx("path",{d:"m6.669 7.961.13-.482c.53.142.938.213 1.215.213.278 0 .686-.07 1.216-.213l.13.482c-.57.153-1.016.23-1.346.23-.33 0-.776-.077-1.345-.23Zm-.528-2.85c-.033-.33.16-.554.488-.525.108.01.229.041.39.096l.093.032c.221.079.281.1.294.102-.05-.011.095-.273.128-.317.004.028-.012.024-.052.016l-.451-.09.32-.33a.585.585 0 0 1 .433-.171c.018 0 .034-.001.088-.005l.085-.004c.312-.01.536.078.536.399 0 .115.015.3.039.44.008.046.023.09-.023.11.002-.017.111-.06.281-.13l.02-.01c.494-.206.552-.225.711-.128.106.065.207.18.32.353l-.418.274a.872.872 0 0 0-.159-.198c.063.044-.149.114-.26.16l-.02.01c-.385.16-.436.18-.546.18-.299 0-.406-.307-.436-.746-.092.304-.367.687-.594.687-.1 0-.052.016-.464-.13l-.086-.03a1.346 1.346 0 0 0-.272-.072.227.227 0 0 1 .02-.02l-.465.047Z",fill:"#C09302"})]}))]}))]})),l.jsx("defs",{children:l.jsx("clipPath",e.__assign({id:"".concat(n[2])},{children:l.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}))})]}))}));exports.EG=d;
|
package/icons/flags/EH.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"),a=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("uuid");var r=s.forwardRef((function(s,r){var t=s.height,d=s.width,f=l.useStableUniqueId(1);return i.jsxs(a.FlagIconBase,e.__assign({ref:r,height:t,viewBox:"0 0 640 480",width:d},{children:[i.jsx("defs",{children:i.jsx("clipPath",e.__assign({id:"".concat(f[0])},{children:i.jsx("path",{d:"M-158.7 0H524v512h-682.7z",fillOpacity:".7"})}))}),i.jsxs("g",e.__assign({clipPath:"url(#".concat(f[0],")"),fillRule:"evenodd",transform:"translate(148.8) scale(.94)"},{children:[i.jsx("path",{d:"M-180 0H844v256H-180z"}),i.jsx("path",{d:"M-180 256H844v256H-180z",fill:"#107b00"}),i.jsx("path",{d:"M-180 169.3H844v176.1H-180z",fill:"#fff"}),i.jsx("path",{d:"M310 195.6c-45.2-19.5-84.1 20.6-84 58 0 39.2 38 81 86 62.5-34-10-48-35.3-48-60.7-.3-25.2 15.8-54.6 46-59.9z",fill:"#f0f"}),i.jsx("path",{d:"m363.1 294.2-25.8-18.9-26 19 10-30.5-26-18.8h32l9.9-30.5 9.8 30.4h32.1l-25.9 18.8",fill:"#ff1800"}),i.jsx("path",{d:"M314.3 315.6a65.2 65.2 0 0 1-89.2-59.4 65 65 0 0 1 89.5-60.9 60.6 60.6 0 0 0-51.2 59.2 61.3 61.3 0 0 0 51 61.1zM-180 0l348.6 256.6L-180 512V0z",fill:"red"})]}))]}))}));exports.EH=r;
|
package/icons/flags/ER.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"),a=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("uuid");var r=s.forwardRef((function(s,r){var t=s.height,h=s.width,n=l.useStableUniqueId(2);return i.jsxs(a.FlagIconBase,e.__assign({ref:r,height:t,viewBox:"0 0 16 12",width:h},{children:[i.jsxs("g",e.__assign({clipPath:"url(#".concat(n[1],")")},{children:[i.jsx("mask",e.__assign({height:"12",id:"".concat(n[0]),maskUnits:"userSpaceOnUse",width:"17",x:"0",y:"0"},{children:i.jsx("path",{d:"M0 0h17v12H0z",fill:"#fff"})})),i.jsxs("g",e.__assign({clipRule:"evenodd",fillRule:"evenodd",mask:"url(#".concat(n[0],")")},{children:[i.jsx("path",{d:"M0 0v6h16V0H0Z",fill:"#43B764"}),i.jsx("path",{d:"M0 6v6h16V6H0Z",fill:"#B4D7F4"}),i.jsx("path",{d:"m0 0 16.5 6L0 12V0Z",fill:"#BE0027"}),i.jsx("path",{d:"m4.557 8.684-.477.01a4.742 4.742 0 0 1-.096-.128 3.157 3.157 0 0 1-.355-1.458v.13c-.002.58-.002.827.355 1.328.102.198.225.392.37.58l.616-.472-.413.01Z",fill:"#F3E294"}),i.jsx("path",{d:"M1 6.25a3.25 3.25 0 1 0 6.5 0 3.25 3.25 0 0 0-6.5 0Zm5.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z",fill:"#F3E294"})]}))]})),i.jsx("defs",{children:i.jsx("clipPath",e.__assign({id:"".concat(n[1])},{children:i.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}))})]}))}));exports.ER=r;
|
package/icons/flags/ES.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"),d=require("react"),i=require("../flag-icon/_FlagIconBase.js"),s=require("../flag-icon/useStableUniqueId.js");require("uuid");var h=d.forwardRef((function(d,h){var a=d.height,v=d.width,c=s.useStableUniqueId(4);return e.jsxs(i.FlagIconBase,l.__assign({ref:h,height:a,viewBox:"0 0 16 12",width:v},{children:[e.jsxs("g",l.__assign({clipPath:"url(#".concat(c[3],")")},{children:[e.jsx("mask",l.__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",l.__assign({mask:"url(#".concat(c[0],")")},{children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#FFB400",fillRule:"evenodd"}),e.jsx("mask",l.__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",l.__assign({mask:"url(#".concat(c[1],")")},{children:[e.jsx("path",{clipRule:"evenodd",d:"M0 0v3h16V0H0Zm0 9v3h16V9H0Z",fill:"#C51918",fillRule:"evenodd"}),e.jsx("path",{d:"M2.504 5.136h.56v2.912h-.56z",fill:"#F1F9FF"}),e.jsx("path",{clipRule:"evenodd",d:"M3.288 4.632H2.28v.28h.168v.224h.672v-.224h.168v-.28ZM3.12 8.216h.168v.28H2.28v-.28h.168v-.224h.672v.224Z",fill:"#C88A02",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M2.784 4.688c.122 0 .134-.046.206-.114.056-.054.186-.12.186-.194 0-.17-.175-.308-.392-.308-.216 0-.392.138-.392.308 0 .083.09.138.157.194.072.058.124.114.235.114Z",fill:"#AD1619",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M2.28 8.496h1.008v.448s-.126-.056-.252-.056-.252.056-.252.056-.126-.056-.252-.056-.252.056-.252.056v-.448Z",fill:"#005BBF",fillRule:"evenodd"}),e.jsx("path",{d:"M7.992 5.136h.56v2.912h-.56z",fill:"#F1F9FF"}),e.jsx("path",{clipRule:"evenodd",d:"M8.776 4.632H7.768v.28h.168v.224h.672v-.224h.168v-.28Zm-.168 3.584h.168v.28H7.768v-.28h.168v-.224h.672v.224Z",fill:"#C88A02",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M8.272 4.688c.122 0 .134-.046.206-.114.056-.054.186-.12.186-.194 0-.17-.175-.308-.392-.308-.216 0-.392.138-.392.308 0 .083.09.138.157.194.072.058.124.114.235.114Z",fill:"#AD1619",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M7.768 8.496h1.008v.448s-.126-.056-.252-.056-.252.056-.252.056-.126-.056-.252-.056-.252.056-.252.056v-.448Z",fill:"#005BBF",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M2.494 7.84c.101-.122.157-.234.157-.352a.316.316 0 0 0-.06-.192l.006-.003s.11-.048.15-.067c.072-.034.135-.07.197-.116.04-.028.092-.06.173-.103l.096-.051.096-.053a.62.62 0 0 0 .183-.144.268.268 0 0 0-.061-.399.728.728 0 0 0-.301-.096l-.197-.03a4.931 4.931 0 0 1-.177-.03c.345-.057.836-.036 1.052.076l.206-.398c-.44-.228-1.445-.204-1.82.054-.275.19-.238.476.048.6.12.05.276.085.564.131a1.431 1.431 0 0 0-.126.081.799.799 0 0 1-.127.075 6.71 6.71 0 0 1-.125.055l-.017.008c-.233.106-.346.252-.312.517l.018.143.033.01.344.284Zm-.288-.37v.002-.002Zm6.147.018c0 .118.056.23.157.352l.344-.284.033-.01.018-.143c.034-.265-.079-.411-.312-.517l-.016-.008a6.704 6.704 0 0 1-.125-.055.8.8 0 0 1-.128-.075 1.431 1.431 0 0 0-.126-.08c.289-.047.445-.081.564-.133.286-.123.323-.41.048-.6-.375-.257-1.379-.28-1.82-.053l.206.398c.216-.112.708-.133 1.052-.075l-.177.029-.196.03a.728.728 0 0 0-.301.096.268.268 0 0 0-.062.4.605.605 0 0 0 .183.143l.096.053.096.05c.081.044.134.076.173.104.062.045.126.082.198.116.039.02.15.068.15.067l.006.003a.316.316 0 0 0-.061.192Z",fill:"#AD1619",fillRule:"evenodd"}),e.jsx("path",{d:"m2.962 6.2.165.034v.247c-.176.14-.623.377-.623.377V6.2h.458Zm5.195 0-.165.034v.247c.176.14.623.377.623.377V6.2h-.458Z",fill:"#F1F9FF"}),e.jsx("path",{clipRule:"evenodd",d:"M7.388 3.603v-.082a1.53 1.53 0 0 0-.905-.31 1.806 1.806 0 0 0-.917-.157c-.466-.046-.935.157-.935.157-.473 0-.905.31-.905.31v.082l.565.567s.159.546 1.272.418v.001s.737-.02.79-.037l.063-.02c.144-.041.31-.09.407-.362l.565-.567Zm-1.825-.518Z",fill:"#AD1619",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"m3.76 3.7.038-.042.513.483c.097-.026.626-.16 1.216-.168h.045a5.281 5.281 0 0 1 1.232.172s-.006.053-.021.116l.056-.11.006-.006.517-.487.038.041-.514.483c-.075.138-.112.23-.112.267 0 .058-.15.092-.444.128-.23.027-.5.046-.722.048h-.056a7.222 7.222 0 0 1-.722-.048c-.294-.036-.444-.07-.444-.128a.118.118 0 0 0-.004-.027.44.44 0 0 1-.064-.154 2.84 2.84 0 0 0-.044-.086L3.76 3.7Zm2.867.75c.039.019.07 0 .095-.035a.18.18 0 0 0-.004.027.541.541 0 0 1-.098.032 3.068 3.068 0 0 1-.296.047c-.238.029-.52.047-.744.049a7.095 7.095 0 0 1-.744-.049 3.067 3.067 0 0 1-.296-.047.633.633 0 0 1-.073-.02l.006-.003c.122-.058.93-.111 1.077-.12.145.009.954.062 1.077.12Zm.154-.01-.001.001Z",fill:"#C88A02",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M5.556 2.674a.168.168 0 1 0 0-.336.168.168 0 0 0 0 .336Z",fill:"#005BBF",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M5.493 2.038h.117v.074h.076v.117H5.61v.233h.076v.117h-.27v-.117h.077v-.233h-.077v-.117h.077v-.074Z",fill:"#C88A02",fillRule:"evenodd"}),e.jsx("path",{d:"M5.472 2.672h.224V3.4h-.224z",fill:"#C88A02"}),e.jsx("path",{d:"m3.854 3.649-.308-.012c.145-.839.86-1.25 2.002-1.25 1.144 0 1.856.413 1.99 1.255l-.415.044c-.066-.41-.752-.78-1.569-.78-.818-.001-1.629.33-1.7.743Z",fill:"#C88A02"}),e.jsx("path",{clipRule:"evenodd",d:"M3.736 4.632h3.64v3.27S7.106 9 5.556 9s-1.82-1.126-1.82-1.126V4.632Z",fill:"#E1E5E8",fillRule:"evenodd",opacity:".3"}),e.jsx("mask",l.__assign({height:"5",id:"".concat(c[2]),maskUnits:"userSpaceOnUse",width:"5",x:"3",y:"4"},{children:e.jsx("path",{clipRule:"evenodd",d:"M3.736 4.632h3.64v3.27S7.106 9 5.556 9s-1.82-1.126-1.82-1.126V4.632Z",fill:"#fff",fillRule:"evenodd"})})),e.jsxs("g",l.__assign({mask:"url(#".concat(c[2],")")},{children:[e.jsx("path",{d:"M3.736 6.648h1.848v2.184H3.736z",fill:"#FFC034"}),e.jsx("path",{d:"M3.736 4.576h1.848v2.128H3.736z",fill:"#AD1619"}),e.jsx("path",{d:"M5.528 6.592h1.848V8.72H5.528z",fill:"#AD1619"}),e.jsx("path",{d:"M5.528 4.632h1.96v2.072h-1.96z",fill:"#F1F9FF"}),e.jsx("path",{clipRule:"evenodd",d:"M6.741 8.722s-1.186.093-1.186-.672c0 0-.011.672-1.25.672v.603h2.436v-.603Z",fill:"#F1F9FF",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M5.556 7.096c.232 0 .42-.2.42-.448 0-.247-.188-.448-.42-.448-.232 0-.42.2-.42.448s.188.448.42.448Z",fill:"#005BBF",fillRule:"evenodd",stroke:"#AD1619",strokeWidth:".583"})]})),e.jsx("path",{clipRule:"evenodd",d:"M4.5 6a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z",fill:"#C88A02",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M6.5 6a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z",fill:"#C37C9C",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M6.5 8a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z",fill:"#FFC034",fillRule:"evenodd"}),e.jsx("path",{d:"M4.5 8a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z",fill:"#AD1619"})]}))]}))]})),e.jsx("defs",{children:e.jsx("clipPath",l.__assign({id:"".concat(c[3])},{children:e.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}))})]}))}));exports.ES=h;
|
package/icons/flags/ET.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"),l=require("../flag-icon/useStableUniqueId.js");require("uuid");var a=r.forwardRef((function(r,a){var t=r.height,c=r.width,n=l.useStableUniqueId(1);return i.jsxs(s.FlagIconBase,e.__assign({ref:a,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:"M-61.3 0h682.7v512H-61.3z",fillOpacity:".7"})}))}),i.jsxs("g",e.__assign({clipPath:"url(#".concat(n[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(57.5) scale(.94)"},{children:[i.jsx("path",{d:"M-238 3.5H800v498H-238z",fill:"#ffc621"}),i.jsx("path",{d:"M-240 342.5H799.3V512H-240z",fill:"#ef2118"}),i.jsx("path",{d:"M-238 0H800v180H-238z",fill:"#298c08"}),i.jsx("circle",{cx:"534.2",cy:"353",fill:"#006bc6",r:"199.7",transform:"matrix(.54 0 0 .54 -25.8 74)"}),i.jsx("path",{d:"m214.3 188.2-6.5 4.5 23.5 33 6.3-4-23.4-33.5zm29.4 78-9.7-6.8 4-12.7-48.1.7-14-10.7 65.7-.7 12.2-36.9 6.6 15-16.7 52zm76.5-70.7-6.3-4.8-24.3 32.4 5.6 4.7 25-32.3zM254.8 247l3.5-11.2h13.3L256.4 190l6-16.5 20.5 62.4 38.8.5-12.2 10.7-54.7-.2zm90.6 51.2 2.7-7.4-38.3-13.3-2.8 7 38.4 13.7zm-69.1-46.4 11.7-.1 4.1 12.6 38.8-28.5 17.6.6-53.1 38.7 11.5 37.2-14-8.4-16.6-52.1zm-19.8 102 7.9.2.3-40.5-7.4-.5-.8 40.9zm22-80.3 3.8 11.1-10.7 8 39.4 27.7 5 16.8-53.6-38-31.5 22.7 3.5-16 44-32.3zm-103.3 13 2.3 7.5 38.7-12.2-2-7.2-39 11.9zm83.2-4-9.4 7.1-10.8-7.7-14.2 46-14.4 10 19.5-62.7-31.4-23 16.3-1.6 44.4 31.9z",fill:"#ffc621"})]}))]}))}));exports.ET=a;
|
package/icons/flags/FI.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 0h640v480H0z",fill:"#fff"}),r.jsx("path",{d:"M0 174.5h640v131H0z",fill:"#003580"}),r.jsx("path",{d:"M175.5 0h130.9v480h-131z",fill:"#003580"})]}))}));exports.FI=t;
|
package/icons/flags/FJ.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"),l=require("react"),h=require("../flag-icon/_FlagIconBase.js"),i=require("../flag-icon/useStableUniqueId.js");require("uuid");var d=l.forwardRef((function(l,d){var t=l.height,a=l.width,c=i.useStableUniqueId(6);return e.jsxs(h.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:"#67BFE5",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",{clipRule:"evenodd",d:"M10 5h4.828v4.167S14.423 11 12.414 11C10.404 11 10 9.167 10 9.167V5Z",fill:"#F7FCFF",fillRule:"evenodd"}),e.jsx("mask",s.__assign({height:"6",id:"".concat(c[4]),maskUnits:"userSpaceOnUse",width:"5",x:"10",y:"5"},{children:e.jsx("path",{clipRule:"evenodd",d:"M10 5h4.828v4.167S14.423 11 12.414 11C10.404 11 10 9.167 10 9.167V5Z",fill:"#fff",fillRule:"evenodd"})})),e.jsxs("g",s.__assign({mask:"url(#".concat(c[4],")")},{children:[e.jsx("path",{d:"M10 5h4.828v1.5H10z",fill:"#C3352C"}),e.jsx("path",{d:"M12.069 6.333h.69V11h-.69z",fill:"#C3352C"}),e.jsx("path",{clipRule:"evenodd",d:"M10 8.167h4.828v.666H10v-.666Z",fill:"#C3352C",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M11.27 10.368c.29.41.527.571.694.33.118-.17.13-.34-.037-.374a2.795 2.795 0 0 1-.205-.287l.005-.005c.047-.046.05-.107.04-.13-.004-.03.02-.073.17-.188.137-.104.198-.203.108-.311-.047-.057-.09-.068-.223-.089l-.04-.006a.716.716 0 0 1-.087-.018l-.093-.178a1.145 1.145 0 0 0-.51.098l-.152.064c-.05.021-.06.026-.061.025l.002-.002c.004-.003.01-.008.001-.008-.035 0-.073-.004-.178-.017l-.02-.003c-.302-.038-.378-.037-.427.104-.074.214.367.605.6.652.118.024.258.136.413.343Zm.328-.294c.029 0 .05 0 .07-.006l.006-.013a.132.132 0 0 1-.076.02Zm-1.1-.59c-.007-.007-.009-.017-.005-.029 0 .003.002.008.008.016a.347.347 0 0 0 .026.029.06.06 0 0 1-.03-.016Zm.409.296c-.084-.016-.297-.194-.38-.28.022.006.051.01.083.013.014 0 .028.002.043.004l.02.003c.118.015.159.019.209.019.029 0 .023.01.02.016-.002.002-.003.003-.002.004a.761.761 0 0 0 .138-.055l.15-.064a.941.941 0 0 1 .259-.072c.01.042.034.08.074.11a.443.443 0 0 0 .216.076c-.128.106-.193.194-.213.28-.116.037-.105.167-.036.298.048.09.14.219.276.39l.098.046c-.03 0-.045-.013-.058-.023-.015-.013-.024-.02-.045.01-.002.002-.093-.06-.287-.334-.19-.254-.376-.402-.565-.44Zm.61.15v-.005.005Zm.08-.106h-.008.007Zm.001 0h-.002.002Z",fill:"#979797",fillRule:"evenodd"}),e.jsx("path",{d:"M10.828 8.055s-.239-.33-.239-.448",stroke:"#964C36",strokeWidth:".5"}),e.jsx("path",{d:"M10.68 7.771s-.306-.13-.306 0m.3-.137s-.214-.272-.375-.272c-.162 0-.158.136-.158.136m.411-.138s-.096-.445-.25-.445c-.152 0-.152.223-.152.223m.44.222s-.042-.382.155-.382",stroke:"#2A8E51",strokeWidth:".5"}),e.jsx("path",{d:"M11.13 7.99s-.11-.391-.07-.502",stroke:"#964C36",strokeWidth:".5"}),e.jsx("path",{d:"M11.088 7.673s-.242-.226-.286-.104m.328-.026s-.108-.33-.26-.385c-.15-.055-.194.074-.194.074m.433.012s.063-.452-.081-.505c-.144-.052-.22.158-.22.158m.338.36s.09-.374.276-.307",stroke:"#2A8E51",strokeWidth:".5"}),e.jsx("path",{d:"M11.376 8.13s.158-.375.132-.49",stroke:"#964C36",strokeWidth:".35"}),e.jsx("path",{d:"M11.457 7.82s.267-.195.297-.068m-.324-.066s.148-.314.305-.35c.158-.037.184.097.184.097m-.431-.041s-.007-.457.143-.491c.149-.035.2.183.2.183m-.381.316s-.044-.383-.236-.338m2.135.839s.121-.557.465-.557c.345 0 .499.588.499.588",stroke:"#2A8E51",strokeWidth:".35"}),e.jsx("path",{d:"M13.065 7.52s.185-.328.797-.301c.612.027.723.302.723.302m-1.644-.418s.336-.417.807-.064l.16.064s.16-.472.933 0",stroke:"#2A8E51",strokeWidth:".35"}),e.jsx("path",{d:"M13.87 8.018s.024-.52.106-.662m.574 1.801s-.31-.145-.402 0c-.093.145-1.207 1.48-1.207 1.48",stroke:"#964C36",strokeWidth:".5"}),e.jsx("path",{clipRule:"evenodd",d:"m13.482 9.298.69.482s.318-.226.16-.354c-.16-.128-.592-.354-.592-.354l-.258.226Z",fill:"#FFF203",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M13.458 9.322s-.16.168-.16.296c0 .128-.149.47-.149.47s.417.257.503.094c.087-.164.648-.066.549-.315-.1-.25-.743-.545-.743-.545Z",fill:"#00A651",fillRule:"evenodd"}),e.jsx("path",{clipRule:"evenodd",d:"M10.528 5.591s.369-.189.551 0c.183.19.332-.016.332-.13s.29-.505.29-.188c0 .318-.09.498.165.498.254 0 1.401-.44 1.676-.31.275.13.486.098.416-.088-.07-.187-.25-.303-.596-.201-.346.101-.264.2-.563.2-.3 0-.632-.099-.632-.099s.093-.167.435-.048c.341.119.812-.147.94-.147.128 0 .48-.008.516.094.034.101.247.195.085.29-.162.094-.43.153-.246.275.184.121.608.098.628.224.02.126.221.315.14.315-.08 0-.225.178-.36.124-.136-.054-.152-.102-.022-.146s.128-.228.021-.228-.055.064-.299 0c-.244-.065-.567-.137-.547 0 .02.136.178.346-.115.374-.293.028-.43.14-.487.05-.057-.09-.261-.211-.1-.25.16-.038.313.131.37.104.058-.028.19-.043.08-.16-.11-.118-.29-.187-.123-.275.167-.088.035-.09-.284.092-.32.182-.497.337-.777.315-.28-.022-.386.008-.476-.022-.09-.03-.528.326-.655.236-.126-.09-.534-.125-.46-.236.073-.11.172-.168.281-.11.11.056.22.113.293.056.074-.057.288-.253.234-.292-.054-.04-.002-.171-.306-.171s-.412.147-.484.054c-.072-.092.08-.2.08-.2Z",fill:"#FFD100",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.FJ=d;
|
package/icons/flags/FK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var s=require("../../_tslib-
|
|
1
|
+
"use strict";var s=require("../../_tslib-ccfac372.js"),h=require("react/jsx-runtime"),e=require("react"),i=require("../flag-icon/_FlagIconBase.js"),l=require("../flag-icon/useStableUniqueId.js");require("uuid");var a=e.forwardRef((function(e,a){var t=e.height,d=e.width,c=l.useStableUniqueId(6);return h.jsxs(i.FlagIconBase,s.__assign({ref:a,height:t,viewBox:"0 0 16 12",width:d},{children:[h.jsxs("g",s.__assign({clipPath:"url(#".concat(c[5],")")},{children:[h.jsx("mask",s.__assign({height:"12",id:"".concat(c[0]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0"},{children:h.jsx("path",{d:"M0 0h16v12H0z",fill:"#fff"})})),h.jsxs("g",s.__assign({mask:"url(#".concat(c[0],")")},{children:[h.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#2E42A5",fillRule:"evenodd"}),h.jsx("mask",s.__assign({height:"12",id:"".concat(c[1]),maskUnits:"userSpaceOnUse",width:"16",x:"0",y:"0"},{children:h.jsx("path",{clipRule:"evenodd",d:"M0 0v12h16V0H0Z",fill:"#fff",fillRule:"evenodd"})})),h.jsxs("g",s.__assign({mask:"url(#".concat(c[1],")")},{children:[h.jsx("mask",s.__assign({height:"7",id:"".concat(c[2]),maskUnits:"userSpaceOnUse",width:"9",x:"0",y:"0"},{children:h.jsx("path",{d:"M0 0h9v7H0z",fill:"#fff"})})),h.jsxs("g",s.__assign({mask:"url(#".concat(c[2],")")},{children:[h.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"}),h.jsx("path",{d:"m-.731 7.108 1.009.505 9.436-8.08H8.298L-.731 7.109Z",fill:"#F50100"}),h.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"}),h.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"}),h.jsxs("mask",s.__assign({fill:"#000",height:"9",id:"".concat(c[3]),maskUnits:"userSpaceOnUse",width:"11",x:"-1",y:"-1"},{children:[h.jsx("path",{d:"M-1-1h11v9H-1z",fill:"#fff"}),h.jsx("path",{clipRule:"evenodd",d:"M4.992 0h-1v3H0v1h3.992v3h1V4H9V3H4.992V0Z",fillRule:"evenodd"})]})),h.jsx("path",{clipRule:"evenodd",d:"M4.992 0h-1v3H0v1h3.992v3h1V4H9V3H4.992V0Z",fill:"#F50100",fillRule:"evenodd"}),h.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],")")})]})),h.jsx("path",{d:"M12.975 9.857c-.514 0-.872-.121-1.127-.333-.256-.213-.424-.53-.531-.952-.107-.423-.152-.94-.168-1.541-.011-.423-.01-.881-.007-1.373l.002-.517h3.708c.066 1.204.09 2.377-.146 3.257-.121.452-.308.815-.582 1.065-.272.247-.64.394-1.149.394Z",fill:"#6DC2FF",stroke:"#F7FCFF",strokeWidth:".25"}),h.jsx("mask",s.__assign({height:"5",id:"".concat(c[4]),maskUnits:"userSpaceOnUse",width:"5",x:"11",y:"5"},{children:h.jsx("path",{d:"M12.975 9.857c-.514 0-.872-.121-1.127-.333-.256-.213-.424-.53-.531-.952-.107-.423-.152-.94-.168-1.541-.011-.423-.01-.881-.007-1.373l.002-.517h3.708c.066 1.204.09 2.377-.146 3.257-.121.452-.308.815-.582 1.065-.272.247-.64.394-1.149.394Z",fill:"#fff",stroke:"#fff",strokeWidth:".25"})})),h.jsxs("g",s.__assign({mask:"url(#".concat(c[4],")")},{children:[h.jsx("path",{clipRule:"evenodd",d:"M12.26 6.793s-.196-.146-.281-.382a8.832 8.832 0 0 1-.252-.92c0-.055-.223 0-.223 0s.003-.267.087-.267c.084 0 .088-.247.292-.184.204.062.364.29.572.29.208 0 1.077.066 1.216.066.14 0 .508.295.508.515 0 .221-.1.55-.18.55-.078 0-.178.191-.328.128-.15-.063-.508-.193-.83-.128-.32.065-.386.024-.386.128 0 .104-.194.204-.194.204Z",fill:"#E1E5E8",fillRule:"evenodd"}),h.jsx("path",{clipRule:"evenodd",d:"M11.8 6.64h2.578l-.444.573h-1.822l-.312-.574Z",fill:"#49801E",fillRule:"evenodd"}),h.jsx("path",{d:"M11.767 9.148s.445.16.631.14c.206-.022.389-.257.527-.257.137 0 .402.235.608.257.186.02.55-.14.55-.14m-2.806-.68c.154-.13.49-.14.49-.14s.445.16.631.14c.206-.022.389-.257.527-.257.137 0 .402.236.608.257.186.02.55-.14.55-.14s.203-.229.458.013",stroke:"#fff",strokeWidth:".533"}),h.jsx("path",{d:"m11.23 7.765-.337-.413c.132-.108.354-.215.678-.332l.158-.008c.336.087.56.124.643.116a.44.44 0 0 0 .155-.08c.235-.156.258-.169.398-.169.127 0 .154.013.42.157l.095.049c.057.027.097.04.12.043.063.006.192-.024.373-.096.235-.214.532-.192.788.042.17.155.308.28.411.376l-.362.392c-.102-.095-.239-.22-.408-.374-.068-.062-.053-.061-.083-.029l-.092.065c-.28.118-.502.173-.68.155a.883.883 0 0 1-.297-.093 2.674 2.674 0 0 1-.118-.061c-.129-.07-.178-.092-.167-.092.022 0-.009.017-.103.08-.152.1-.258.152-.397.166-.155.015-.396-.022-.748-.11-.229.087-.38.162-.447.216Z",fill:"#fff"})]})),h.jsx("path",{d:"M11.482 9.197s.492.471.195.79c-.297.32-.57.134-.57.134m3.418-.924s-.492.471-.195.79c.297.32.57.134.57.134",stroke:"#B85F3C",strokeWidth:".5"}),h.jsx("path",{d:"M11.16 9.576s.848.81 1.89.81c1.042 0 1.88-.618 1.88-.618",stroke:"#CB8B73",strokeWidth:".5"})]}))]}))]})),h.jsx("defs",{children:h.jsx("clipPath",s.__assign({id:"".concat(c[5])},{children:h.jsx("rect",{fill:"#fff",height:"12",rx:"1",width:"16"})}))})]}))}));exports.FK=a;
|
package/icons/flags/FM.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"),l=require("../flag-icon/useStableUniqueId.js");require("uuid");var a=r.forwardRef((function(r,a){var t=r.height,n=r.width,c=l.useStableUniqueId(1);return i.jsxs(s.FlagIconBase,e.__assign({ref:a,height:t,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-81.3 0h682.6v512H-81.3z",fillOpacity:".7"})}))}),i.jsxs("g",e.__assign({clipPath:"url(#".concat(c[0],")"),fillRule:"evenodd",strokeWidth:"1pt",transform:"translate(76.3) scale(.94)"},{children:[i.jsx("path",{d:"M-252 0H772v512H-252z",fill:"#6797d6"}),i.jsx("path",{d:"m259.8 123-32.4 22.2 12.4-35.9-32.5-22.2h40.1l12.4-35.9 12.4 36h40l-32.4 22.1 12.4 35.9M259.8 390l-32.4-22.2 12.4 36-32.5 22.1h40.1l12.4 35.9 12.4-36 40 .1-32.4-22.2 12.4-35.9m-188.4-92.4L79.3 306l1.4-38-37.5-11.7 38.4-11.7 1.3-38 22.3 30.8 38.4-11.8-24.6 30.7 22.4 30.7m274.2-11.7 24.6 30.7-1.4-38 37.5-11.7-38.4-11.7-1.3-38-22.3 30.8-38.4-11.8 24.6 30.7-22.4 30.7",fill:"#fff"})]}))]}))}));exports.FM=a;
|
package/icons/flags/FO.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:"M-78 32h640v480H-78z",fillOpacity:".7"})}))}),i.jsxs("g",e.__assign({clipPath:"url(#".concat(n[0],")"),fillRule:"evenodd",strokeWidth:"0",transform:"translate(78 -32)"},{children:[i.jsx("path",{d:"M-78 32h663.9v480H-78z",fill:"#fff"}),i.jsx("path",{d:"M-76 218.7h185.9V32H216v186.7h371.8v106.6H216V512H109.9V325.3h-186V218.7z",fill:"#003897"}),i.jsx("path",{d:"M-76 245.3h212.4V32h53.1v213.3H588v53.4H189.5V512h-53V298.7H-76v-53.4z",fill:"#d72828"})]}))]}))}));exports.FO=t;
|
package/icons/flags/FR.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.FR=t;
|