@clickhouse/click-ui 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{index.js → click-ui.es.js} +4553 -5052
- package/dist/click-ui.umd.js +442 -0
- package/package.json +14 -6
- package/.eslintrc.cjs +0 -33
- package/.github/workflows/deployment.yml +0 -34
- package/.prettierrc +0 -14
- package/.storybook/main.ts +0 -19
- package/.storybook/manager.ts +0 -11
- package/.storybook/preview-head.html +0 -2
- package/.storybook/preview.tsx +0 -76
- package/.storybook/theme.ts +0 -16
- package/build-tokens.js +0 -131
- package/dist/App.d.ts +0 -2
- package/dist/assets/RightArrow/RightArrow.d.ts +0 -1
- package/dist/assets/S3Logo/S3Logo.d.ts +0 -1
- package/dist/components/Accordion/Accordion.d.ts +0 -27
- package/dist/components/Accordion/Accordion.stories.d.ts +0 -21
- package/dist/components/Accordion/Accordion.test.d.ts +0 -1
- package/dist/components/Alert/Alert.d.ts +0 -16
- package/dist/components/Alert/Alert.stories.d.ts +0 -12
- package/dist/components/Alert/Alert.test.d.ts +0 -1
- package/dist/components/Avatar/Avatar.d.ts +0 -7
- package/dist/components/Avatar/Avatar.stories.d.ts +0 -11
- package/dist/components/Badge/Badge.d.ts +0 -16
- package/dist/components/Badge/Badge.stories.d.ts +0 -34
- package/dist/components/Badge/Badge.test.d.ts +0 -1
- package/dist/components/BigStat/BigStat.d.ts +0 -10
- package/dist/components/BigStat/BigStat.stories.d.ts +0 -20
- package/dist/components/Button/Button.d.ts +0 -23
- package/dist/components/Button/Button.stories.d.ts +0 -28
- package/dist/components/Button/Button.test.d.ts +0 -1
- package/dist/components/ButtonGroup/ButtonGroup.d.ts +0 -6
- package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +0 -12
- package/dist/components/Card/Card.d.ts +0 -10
- package/dist/components/Card/Card.stories.d.ts +0 -16
- package/dist/components/Checkbox/Checkbox.d.ts +0 -5
- package/dist/components/Checkbox/Checkbox.stories.d.ts +0 -29
- package/dist/components/Checkbox/Checkbox.test.d.ts +0 -1
- package/dist/components/ContextMenu/ContextMenu.d.ts +0 -38
- package/dist/components/ContextMenu/ContextMenu.stories.d.ts +0 -30
- package/dist/components/ContextMenu/ContextMenu.test.d.ts +0 -1
- package/dist/components/Dropdown/Dropdown.d.ts +0 -38
- package/dist/components/Dropdown/Dropdown.stories.d.ts +0 -36
- package/dist/components/Dropdown/Dropdown.test.d.ts +0 -1
- package/dist/components/FormField/Label.d.ts +0 -7
- package/dist/components/FormField/Label.stories.d.ts +0 -28
- package/dist/components/FormField/Select.d.ts +0 -43
- package/dist/components/FormField/Select.stories.d.ts +0 -54
- package/dist/components/FormField/Select.test.d.ts +0 -0
- package/dist/components/FormField/SelectContext.d.ts +0 -24
- package/dist/components/FormField/commonElement.d.ts +0 -1100
- package/dist/components/GenericMenu.d.ts +0 -764
- package/dist/components/HoverCard/HoverCard.d.ts +0 -20
- package/dist/components/HoverCard/HoverCard.stories.d.ts +0 -36
- package/dist/components/HoverCard/HoverCard.test.d.ts +0 -0
- package/dist/components/Icon/Icon.d.ts +0 -571
- package/dist/components/Icon/Icon.stories.d.ts +0 -495
- package/dist/components/Icon/types.d.ts +0 -8
- package/dist/components/IconButton/IconButton.d.ts +0 -15
- package/dist/components/IconButton/IconButton.stories.d.ts +0 -30
- package/dist/components/IconButton/IconButton.test.d.ts +0 -1
- package/dist/components/Panel/Panel.d.ts +0 -11
- package/dist/components/Panel/Panel.stories.d.ts +0 -23
- package/dist/components/Popover/Popover.d.ts +0 -23
- package/dist/components/Popover/Popover.stories.d.ts +0 -43
- package/dist/components/Popover/Popover.test.d.ts +0 -1
- package/dist/components/RadioGroup/RadioGroup.d.ts +0 -17
- package/dist/components/RadioGroup/RadioGroup.stories.d.ts +0 -39
- package/dist/components/RadioGroup/RadioGroup.test.d.ts +0 -1
- package/dist/components/Separator/Separator.d.ts +0 -6
- package/dist/components/SidebarNavigationItem/SidebarNavigationItem.d.ts +0 -17
- package/dist/components/SidebarNavigationItem/SidebarNavigationItem.stories.d.ts +0 -20
- package/dist/components/Spacer/Spacer.d.ts +0 -4
- package/dist/components/Spacer/Spacer.stories.d.ts +0 -19
- package/dist/components/Switch/Switch.d.ts +0 -7
- package/dist/components/Switch/Switch.stories.d.ts +0 -13
- package/dist/components/Table/Table.d.ts +0 -568
- package/dist/components/Table/Table.stories.d.ts +0 -575
- package/dist/components/Tabs/Tabs.d.ts +0 -848
- package/dist/components/Tabs/Tabs.stories.d.ts +0 -845
- package/dist/components/Tabs/Tabs.test.d.ts +0 -1
- package/dist/components/Tooltip/Tooltip.d.ts +0 -17
- package/dist/components/Tooltip/Tooltip.stories.d.ts +0 -45
- package/dist/components/Tooltip/Tooltip.test.d.ts +0 -1
- package/dist/components/Typography/Text/Text.d.ts +0 -12
- package/dist/components/Typography/Text/Text.stories.d.ts +0 -22
- package/dist/components/Typography/Text/Text.test.d.ts +0 -1
- package/dist/components/Typography/Title/Title.d.ts +0 -14
- package/dist/components/Typography/Title/Title.stories.d.ts +0 -35
- package/dist/components/Typography/Title/Title.test.d.ts +0 -1
- package/dist/components/icons/Activity.d.ts +0 -3
- package/dist/components/icons/ArrowDown.d.ts +0 -3
- package/dist/components/icons/ArrowRight.d.ts +0 -3
- package/dist/components/icons/ArrowTriangle.d.ts +0 -3
- package/dist/components/icons/ArrowUp.d.ts +0 -3
- package/dist/components/icons/Backups.d.ts +0 -3
- package/dist/components/icons/Blog.d.ts +0 -3
- package/dist/components/icons/Book.d.ts +0 -3
- package/dist/components/icons/Brackets.d.ts +0 -3
- package/dist/components/icons/Briefcase.d.ts +0 -3
- package/dist/components/icons/Building.d.ts +0 -3
- package/dist/components/icons/BurgerMenu.d.ts +0 -3
- package/dist/components/icons/Cards.d.ts +0 -3
- package/dist/components/icons/CellTower.d.ts +0 -3
- package/dist/components/icons/ChatIcon.d.ts +0 -3
- package/dist/components/icons/CheckIcon.d.ts +0 -3
- package/dist/components/icons/CheckInCircle.d.ts +0 -3
- package/dist/components/icons/ChevronDown.d.ts +0 -2
- package/dist/components/icons/ChevronLeft.d.ts +0 -3
- package/dist/components/icons/ChevronRight.d.ts +0 -2
- package/dist/components/icons/ChevronUp.d.ts +0 -3
- package/dist/components/icons/Clock.d.ts +0 -3
- package/dist/components/icons/Cloud.d.ts +0 -3
- package/dist/components/icons/Code.d.ts +0 -3
- package/dist/components/icons/CodeInSquare.d.ts +0 -3
- package/dist/components/icons/Connect.d.ts +0 -3
- package/dist/components/icons/ConnectAlt.d.ts +0 -3
- package/dist/components/icons/Console.d.ts +0 -3
- package/dist/components/icons/Copy.d.ts +0 -3
- package/dist/components/icons/CrossIcon.d.ts +0 -3
- package/dist/components/icons/Data.d.ts +0 -3
- package/dist/components/icons/DatabaseIcon.d.ts +0 -3
- package/dist/components/icons/Disk.d.ts +0 -3
- package/dist/components/icons/Display.d.ts +0 -3
- package/dist/components/icons/Document.d.ts +0 -3
- package/dist/components/icons/DotsHorizontal.d.ts +0 -3
- package/dist/components/icons/DotsVertical.d.ts +0 -3
- package/dist/components/icons/Email.d.ts +0 -3
- package/dist/components/icons/Empty.d.ts +0 -3
- package/dist/components/icons/FilterIcon.d.ts +0 -3
- package/dist/components/icons/Fire.d.ts +0 -3
- package/dist/components/icons/Flags/EuropeanUnion.d.ts +0 -3
- package/dist/components/icons/Flags/Germany.d.ts +0 -3
- package/dist/components/icons/Flags/India.d.ts +0 -3
- package/dist/components/icons/Flags/Ireland.d.ts +0 -3
- package/dist/components/icons/Flags/Netherlands.d.ts +0 -3
- package/dist/components/icons/Flags/Singapore.d.ts +0 -2
- package/dist/components/icons/Flags/UnitedKingdom.d.ts +0 -3
- package/dist/components/icons/Flags/UnitedStates.d.ts +0 -3
- package/dist/components/icons/Flags/index.d.ts +0 -6
- package/dist/components/icons/Folder.d.ts +0 -3
- package/dist/components/icons/Gift.d.ts +0 -3
- package/dist/components/icons/HistoryIcon.d.ts +0 -3
- package/dist/components/icons/Home.d.ts +0 -3
- package/dist/components/icons/Http.d.ts +0 -3
- package/dist/components/icons/InfoInCircleIcon.d.ts +0 -3
- package/dist/components/icons/InformationIcon.d.ts +0 -3
- package/dist/components/icons/InsertRowIcon.d.ts +0 -3
- package/dist/components/icons/Integrations.d.ts +0 -3
- package/dist/components/icons/LightBulb.d.ts +0 -3
- package/dist/components/icons/Lightening.d.ts +0 -3
- package/dist/components/icons/Loading.d.ts +0 -3
- package/dist/components/icons/Metrics.d.ts +0 -3
- package/dist/components/icons/MetricsAlt.d.ts +0 -3
- package/dist/components/icons/Payment.d.ts +0 -3
- package/dist/components/icons/Payments/Amex.d.ts +0 -3
- package/dist/components/icons/Payments/MasterCard.d.ts +0 -3
- package/dist/components/icons/Payments/Paypal.d.ts +0 -3
- package/dist/components/icons/Payments/Visa.d.ts +0 -3
- package/dist/components/icons/Payments/index.d.ts +0 -6
- package/dist/components/icons/Pencil.d.ts +0 -3
- package/dist/components/icons/PieChart.d.ts +0 -3
- package/dist/components/icons/Play.d.ts +0 -3
- package/dist/components/icons/Plus.d.ts +0 -3
- package/dist/components/icons/Popout.d.ts +0 -3
- package/dist/components/icons/PopoverArrow.d.ts +0 -3
- package/dist/components/icons/Question.d.ts +0 -3
- package/dist/components/icons/Refresh.d.ts +0 -3
- package/dist/components/icons/Search.d.ts +0 -3
- package/dist/components/icons/Secure.d.ts +0 -3
- package/dist/components/icons/Services.d.ts +0 -3
- package/dist/components/icons/Settings.d.ts +0 -3
- package/dist/components/icons/Share.d.ts +0 -3
- package/dist/components/icons/SlideIn.d.ts +0 -3
- package/dist/components/icons/SlideOut.d.ts +0 -3
- package/dist/components/icons/SortAltIcon.d.ts +0 -3
- package/dist/components/icons/SortIcon.d.ts +0 -3
- package/dist/components/icons/Sparkle.d.ts +0 -3
- package/dist/components/icons/Speaker.d.ts +0 -3
- package/dist/components/icons/Speed.d.ts +0 -3
- package/dist/components/icons/Star.d.ts +0 -3
- package/dist/components/icons/Support.d.ts +0 -3
- package/dist/components/icons/Table.d.ts +0 -3
- package/dist/components/icons/Taxi.d.ts +0 -3
- package/dist/components/icons/Trash.d.ts +0 -3
- package/dist/components/icons/Upload.d.ts +0 -3
- package/dist/components/icons/Url.d.ts +0 -3
- package/dist/components/icons/UserIcon.d.ts +0 -2
- package/dist/components/icons/UsersIcon.d.ts +0 -2
- package/dist/components/icons/WarningIcon.d.ts +0 -3
- package/dist/components/index.d.ts +0 -24
- package/dist/components/types.d.ts +0 -1
- package/dist/index.cjs +0 -442
- package/dist/index.d.ts +0 -2
- package/dist/main.d.ts +0 -0
- package/dist/styles/types.d.ts +0 -2087
- package/dist/styles/variables.classic.json.d.ts +0 -204
- package/dist/styles/variables.dark.json.d.ts +0 -896
- package/dist/styles/variables.json.d.ts +0 -2089
- package/dist/styles/variables.light.json.d.ts +0 -951
- package/dist/theme/index.d.ts +0 -10
- package/dist/theme/theme.d.ts +0 -6
- package/index.html +0 -17
- package/jest.config.ts +0 -11
- package/public/favicon.ico +0 -0
- package/public/logo.svg +0 -17
- package/public/vite.svg +0 -1
- package/src/App.css +0 -1
- package/src/App.module.css +0 -235
- package/src/App.tsx +0 -217
- package/src/assets/RightArrow/RightArrow.tsx +0 -17
- package/src/assets/S3Logo/S3Logo.tsx +0 -31
- package/src/assets/react.svg +0 -1
- package/src/components/Accordion/Accordion.stories.tsx +0 -28
- package/src/components/Accordion/Accordion.test.tsx +0 -46
- package/src/components/Accordion/Accordion.tsx +0 -119
- package/src/components/Alert/Alert.stories.tsx +0 -14
- package/src/components/Alert/Alert.test.tsx +0 -27
- package/src/components/Alert/Alert.tsx +0 -130
- package/src/components/Avatar/Avatar.stories.tsx +0 -13
- package/src/components/Avatar/Avatar.tsx +0 -64
- package/src/components/Badge/Badge.stories.ts +0 -30
- package/src/components/Badge/Badge.test.tsx +0 -16
- package/src/components/Badge/Badge.tsx +0 -78
- package/src/components/BigStat/BigStat.stories.ts +0 -20
- package/src/components/BigStat/BigStat.tsx +0 -49
- package/src/components/Button/Button.stories.ts +0 -26
- package/src/components/Button/Button.test.tsx +0 -32
- package/src/components/Button/Button.tsx +0 -115
- package/src/components/ButtonGroup/ButtonGroup.stories.ts +0 -14
- package/src/components/ButtonGroup/ButtonGroup.tsx +0 -78
- package/src/components/Card/Card.stories.ts +0 -19
- package/src/components/Card/Card.tsx +0 -107
- package/src/components/Checkbox/Checkbox.stories.tsx +0 -35
- package/src/components/Checkbox/Checkbox.test.tsx +0 -41
- package/src/components/Checkbox/Checkbox.tsx +0 -89
- package/src/components/ContextMenu/ContextMenu.stories.tsx +0 -73
- package/src/components/ContextMenu/ContextMenu.test.tsx +0 -152
- package/src/components/ContextMenu/ContextMenu.tsx +0 -155
- package/src/components/Dropdown/Dropdown.stories.tsx +0 -64
- package/src/components/Dropdown/Dropdown.test.tsx +0 -141
- package/src/components/Dropdown/Dropdown.tsx +0 -149
- package/src/components/FormField/Label.stories.tsx +0 -39
- package/src/components/FormField/Label.tsx +0 -47
- package/src/components/FormField/Select.stories.tsx +0 -48
- package/src/components/FormField/Select.test.tsx +0 -216
- package/src/components/FormField/Select.tsx +0 -574
- package/src/components/FormField/SelectContext.tsx +0 -101
- package/src/components/FormField/commonElement.tsx +0 -42
- package/src/components/GenericMenu.tsx +0 -114
- package/src/components/HoverCard/HoverCard.stories.tsx +0 -64
- package/src/components/HoverCard/HoverCard.test.tsx +0 -85
- package/src/components/HoverCard/HoverCard.tsx +0 -65
- package/src/components/Icon/Icon.stories.ts +0 -15
- package/src/components/Icon/Icon.tsx +0 -238
- package/src/components/Icon/types.ts +0 -95
- package/src/components/IconButton/IconButton.stories.ts +0 -34
- package/src/components/IconButton/IconButton.test.tsx +0 -32
- package/src/components/IconButton/IconButton.tsx +0 -83
- package/src/components/Panel/Panel.stories.tsx +0 -25
- package/src/components/Panel/Panel.tsx +0 -33
- package/src/components/Popover/Popover.stories.tsx +0 -67
- package/src/components/Popover/Popover.test.tsx +0 -46
- package/src/components/Popover/Popover.tsx +0 -115
- package/src/components/RadioGroup/RadioGroup.stories.tsx +0 -43
- package/src/components/RadioGroup/RadioGroup.test.tsx +0 -59
- package/src/components/RadioGroup/RadioGroup.tsx +0 -149
- package/src/components/Separator/Separator.stories.tsx +0 -24
- package/src/components/Separator/Separator.tsx +0 -29
- package/src/components/SidebarNavigationItem/SidebarNavigationItem.stories.tsx +0 -28
- package/src/components/SidebarNavigationItem/SidebarNavigationItem.tsx +0 -112
- package/src/components/Spacer/Spacer.stories.tsx +0 -20
- package/src/components/Spacer/Spacer.tsx +0 -15
- package/src/components/Switch/Switch.stories.ts +0 -14
- package/src/components/Switch/Switch.tsx +0 -107
- package/src/components/Table/Table.stories.tsx +0 -29
- package/src/components/Table/Table.tsx +0 -109
- package/src/components/Tabs/Tabs.stories.tsx +0 -36
- package/src/components/Tabs/Tabs.test.tsx +0 -86
- package/src/components/Tabs/Tabs.tsx +0 -82
- package/src/components/Tooltip/Tooltip.stories.tsx +0 -68
- package/src/components/Tooltip/Tooltip.test.tsx +0 -44
- package/src/components/Tooltip/Tooltip.tsx +0 -67
- package/src/components/Typography/Text/Text.stories.tsx +0 -22
- package/src/components/Typography/Text/Text.test.tsx +0 -16
- package/src/components/Typography/Text/Text.tsx +0 -30
- package/src/components/Typography/Title/Title.stories.tsx +0 -31
- package/src/components/Typography/Title/Title.test.tsx +0 -16
- package/src/components/Typography/Title/Title.tsx +0 -36
- package/src/components/icons/Activity.tsx +0 -30
- package/src/components/icons/ArrowDown.tsx +0 -22
- package/src/components/icons/ArrowRight.tsx +0 -22
- package/src/components/icons/ArrowTriangle.tsx +0 -36
- package/src/components/icons/ArrowUp.tsx +0 -22
- package/src/components/icons/Backups.tsx +0 -29
- package/src/components/icons/Blog.tsx +0 -38
- package/src/components/icons/Book.tsx +0 -30
- package/src/components/icons/Brackets.tsx +0 -22
- package/src/components/icons/Briefcase.tsx +0 -30
- package/src/components/icons/Building.tsx +0 -30
- package/src/components/icons/BurgerMenu.tsx +0 -22
- package/src/components/icons/Cards.tsx +0 -30
- package/src/components/icons/CellTower.tsx +0 -21
- package/src/components/icons/ChatIcon.tsx +0 -22
- package/src/components/icons/CheckIcon.tsx +0 -21
- package/src/components/icons/CheckInCircle.tsx +0 -39
- package/src/components/icons/ChevronDown.tsx +0 -20
- package/src/components/icons/ChevronLeft.tsx +0 -22
- package/src/components/icons/ChevronRight.tsx +0 -20
- package/src/components/icons/ChevronUp.tsx +0 -22
- package/src/components/icons/Clock.tsx +0 -37
- package/src/components/icons/Cloud.tsx +0 -23
- package/src/components/icons/Code.tsx +0 -22
- package/src/components/icons/CodeInSquare.tsx +0 -30
- package/src/components/icons/Connect.tsx +0 -22
- package/src/components/icons/ConnectAlt.tsx +0 -30
- package/src/components/icons/Console.tsx +0 -30
- package/src/components/icons/Copy.tsx +0 -33
- package/src/components/icons/CrossIcon.tsx +0 -29
- package/src/components/icons/Data.tsx +0 -36
- package/src/components/icons/DatabaseIcon.tsx +0 -31
- package/src/components/icons/Disk.tsx +0 -30
- package/src/components/icons/Display.tsx +0 -30
- package/src/components/icons/Document.tsx +0 -30
- package/src/components/icons/DotsHorizontal.tsx +0 -36
- package/src/components/icons/DotsVertical.tsx +0 -33
- package/src/components/icons/Email.tsx +0 -33
- package/src/components/icons/Empty.tsx +0 -14
- package/src/components/icons/FilterIcon.tsx +0 -37
- package/src/components/icons/Fire.tsx +0 -23
- package/src/components/icons/Flags/EuropeanUnion.tsx +0 -174
- package/src/components/icons/Flags/Germany.tsx +0 -25
- package/src/components/icons/Flags/India.tsx +0 -48
- package/src/components/icons/Flags/Ireland.tsx +0 -32
- package/src/components/icons/Flags/Netherlands.tsx +0 -29
- package/src/components/icons/Flags/Singapore.tsx +0 -43
- package/src/components/icons/Flags/UnitedKingdom.tsx +0 -32
- package/src/components/icons/Flags/UnitedStates.tsx +0 -26
- package/src/components/icons/Flags/index.tsx +0 -46
- package/src/components/icons/Folder.tsx +0 -20
- package/src/components/icons/Gift.tsx +0 -21
- package/src/components/icons/HistoryIcon.tsx +0 -28
- package/src/components/icons/Home.tsx +0 -29
- package/src/components/icons/Http.tsx +0 -22
- package/src/components/icons/Icons.mdx +0 -39
- package/src/components/icons/InfoInCircleIcon.tsx +0 -37
- package/src/components/icons/InformationIcon.tsx +0 -34
- package/src/components/icons/InsertRowIcon.tsx +0 -34
- package/src/components/icons/Integrations.tsx +0 -29
- package/src/components/icons/LightBulb.tsx +0 -40
- package/src/components/icons/Lightening.tsx +0 -30
- package/src/components/icons/Loading.tsx +0 -57
- package/src/components/icons/Metrics.tsx +0 -38
- package/src/components/icons/MetricsAlt.tsx +0 -30
- package/src/components/icons/Payment.tsx +0 -23
- package/src/components/icons/Payments/Amex.tsx +0 -44
- package/src/components/icons/Payments/MasterCard.tsx +0 -48
- package/src/components/icons/Payments/Paypal.tsx +0 -41
- package/src/components/icons/Payments/Visa.tsx +0 -36
- package/src/components/icons/Payments/index.tsx +0 -30
- package/src/components/icons/Pencil.tsx +0 -30
- package/src/components/icons/PieChart.tsx +0 -30
- package/src/components/icons/Play.tsx +0 -30
- package/src/components/icons/Plus.tsx +0 -22
- package/src/components/icons/Popout.tsx +0 -22
- package/src/components/icons/PopoverArrow.tsx +0 -22
- package/src/components/icons/Question.tsx +0 -30
- package/src/components/icons/Refresh.tsx +0 -29
- package/src/components/icons/Search.tsx +0 -22
- package/src/components/icons/Secure.tsx +0 -30
- package/src/components/icons/Services.tsx +0 -23
- package/src/components/icons/Settings.tsx +0 -22
- package/src/components/icons/Share.tsx +0 -29
- package/src/components/icons/SlideIn.tsx +0 -28
- package/src/components/icons/SlideOut.tsx +0 -28
- package/src/components/icons/SortAltIcon.tsx +0 -22
- package/src/components/icons/SortIcon.tsx +0 -24
- package/src/components/icons/Sparkle.tsx +0 -23
- package/src/components/icons/Speaker.tsx +0 -30
- package/src/components/icons/Speed.tsx +0 -29
- package/src/components/icons/Star.tsx +0 -23
- package/src/components/icons/Support.tsx +0 -37
- package/src/components/icons/Table.tsx +0 -30
- package/src/components/icons/Taxi.tsx +0 -120
- package/src/components/icons/Trash.tsx +0 -22
- package/src/components/icons/Upload.tsx +0 -29
- package/src/components/icons/Url.tsx +0 -22
- package/src/components/icons/UserIcon.tsx +0 -17
- package/src/components/icons/UsersIcon.tsx +0 -43
- package/src/components/icons/WarningIcon.tsx +0 -30
- package/src/components/index.ts +0 -35
- package/src/components/types.ts +0 -1
- package/src/index.css +0 -9
- package/src/index.ts +0 -2
- package/src/main.tsx +0 -11
- package/src/stories/assets/code-brackets.svg +0 -1
- package/src/stories/assets/colors.svg +0 -1
- package/src/stories/assets/comments.svg +0 -1
- package/src/stories/assets/direction.svg +0 -1
- package/src/stories/assets/flow.svg +0 -1
- package/src/stories/assets/plugin.svg +0 -1
- package/src/stories/assets/repo.svg +0 -1
- package/src/stories/assets/stackalt.svg +0 -1
- package/src/styles/Home.module.css +0 -235
- package/src/styles/globals.css +0 -111
- package/src/styles/types.ts +0 -2089
- package/src/styles/variables.classic.css +0 -16
- package/src/styles/variables.classic.json +0 -202
- package/src/styles/variables.css +0 -763
- package/src/styles/variables.dark.css +0 -135
- package/src/styles/variables.dark.json +0 -894
- package/src/styles/variables.json +0 -2087
- package/src/styles/variables.light.css +0 -203
- package/src/styles/variables.light.json +0 -949
- package/src/theme/index.ts +0 -22
- package/src/theme/theme.tsx +0 -28
- package/src/vite-env.d.ts +0 -1
- package/tokens/themes/$metadata.json +0 -9
- package/tokens/themes/$themes.json +0 -3657
- package/tokens/themes/classic.json +0 -550
- package/tokens/themes/component.json +0 -2252
- package/tokens/themes/dark.json +0 -2563
- package/tokens/themes/light.json +0 -2645
- package/tokens/themes/primitives.json +0 -947
- package/tsconfig.json +0 -27
- package/tsconfig.node.json +0 -10
- package/vite.config.ts +0 -40
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const Document = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={24}
|
|
7
|
-
height={24}
|
|
8
|
-
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
stroke="#161517"
|
|
14
|
-
strokeLinecap="round"
|
|
15
|
-
strokeLinejoin="round"
|
|
16
|
-
strokeWidth={1.5}
|
|
17
|
-
d="M18.003 21.004H5.998a2 2 0 0 1-2-2V4.996a2 2 0 0 1 2-2h12.005a2 2 0 0 1 2 2v14.006a2 2 0 0 1-2 2.001Z"
|
|
18
|
-
clipRule="evenodd"
|
|
19
|
-
/>
|
|
20
|
-
<path
|
|
21
|
-
stroke="#161517"
|
|
22
|
-
strokeLinecap="round"
|
|
23
|
-
strokeLinejoin="round"
|
|
24
|
-
strokeWidth={1.5}
|
|
25
|
-
d="M8.999 7.999h7.003M8.999 16.002h7.003M8.999 12h7.003"
|
|
26
|
-
/>
|
|
27
|
-
</svg>
|
|
28
|
-
);
|
|
29
|
-
|
|
30
|
-
export default Document;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const DotsHorizontal = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={24}
|
|
7
|
-
height={24}
|
|
8
|
-
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<circle
|
|
13
|
-
cx={7}
|
|
14
|
-
cy={12}
|
|
15
|
-
r={1.5}
|
|
16
|
-
fill="#161517"
|
|
17
|
-
transform="rotate(-90 7 12)"
|
|
18
|
-
/>
|
|
19
|
-
<circle
|
|
20
|
-
cx={12.5}
|
|
21
|
-
cy={12}
|
|
22
|
-
r={1.5}
|
|
23
|
-
fill="#161517"
|
|
24
|
-
transform="rotate(-90 12.5 12)"
|
|
25
|
-
/>
|
|
26
|
-
<circle
|
|
27
|
-
cx={18}
|
|
28
|
-
cy={12}
|
|
29
|
-
r={1.5}
|
|
30
|
-
fill="#161517"
|
|
31
|
-
transform="rotate(-90 18 12)"
|
|
32
|
-
/>
|
|
33
|
-
</svg>
|
|
34
|
-
);
|
|
35
|
-
|
|
36
|
-
export default DotsHorizontal;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const DotsVertical = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={24}
|
|
7
|
-
height={24}
|
|
8
|
-
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<circle
|
|
13
|
-
cx={12.5}
|
|
14
|
-
cy={6.5}
|
|
15
|
-
r={1.5}
|
|
16
|
-
fill="#161517"
|
|
17
|
-
/>
|
|
18
|
-
<circle
|
|
19
|
-
cx={12.5}
|
|
20
|
-
cy={12}
|
|
21
|
-
r={1.5}
|
|
22
|
-
fill="#161517"
|
|
23
|
-
/>
|
|
24
|
-
<circle
|
|
25
|
-
cx={12.5}
|
|
26
|
-
cy={17.5}
|
|
27
|
-
r={1.5}
|
|
28
|
-
fill="#161517"
|
|
29
|
-
/>
|
|
30
|
-
</svg>
|
|
31
|
-
);
|
|
32
|
-
|
|
33
|
-
export default DotsVertical;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const Email = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={24}
|
|
7
|
-
height={24}
|
|
8
|
-
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
stroke="#161517"
|
|
14
|
-
strokeLinecap="round"
|
|
15
|
-
strokeLinejoin="round"
|
|
16
|
-
strokeWidth={1.5}
|
|
17
|
-
d="m6.998 10 3.083 2.376a3.001 3.001 0 0 0 3.602.047L17.003 10"
|
|
18
|
-
/>
|
|
19
|
-
<rect
|
|
20
|
-
width={18.008}
|
|
21
|
-
height={17.007}
|
|
22
|
-
x={2.996}
|
|
23
|
-
y={3.497}
|
|
24
|
-
stroke="#161517"
|
|
25
|
-
strokeLinecap="round"
|
|
26
|
-
strokeLinejoin="round"
|
|
27
|
-
strokeWidth={1.5}
|
|
28
|
-
rx={5}
|
|
29
|
-
/>
|
|
30
|
-
</svg>
|
|
31
|
-
);
|
|
32
|
-
|
|
33
|
-
export default Email;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const Empty = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={24}
|
|
7
|
-
height={24}
|
|
8
|
-
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
></svg>
|
|
12
|
-
);
|
|
13
|
-
|
|
14
|
-
export default Empty;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const FilterIcon = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width="24"
|
|
7
|
-
height="24"
|
|
8
|
-
fill="none"
|
|
9
|
-
viewBox="0 0 24 24"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<svg
|
|
13
|
-
width="24"
|
|
14
|
-
height="24"
|
|
15
|
-
viewBox="0 0 24 24"
|
|
16
|
-
fill="none"
|
|
17
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
-
>
|
|
19
|
-
<path
|
|
20
|
-
d="M14.5 13.5L19.707 8.293C19.895 8.105 20 7.851 20 7.586V5C20 4.448 19.552 4 19 4H5C4.448 4 4 4.448 4 5V7.586C4 7.851 4.105 8.106 4.293 8.293L9.5 13.5"
|
|
21
|
-
stroke="#161517"
|
|
22
|
-
stroke-width="1.5"
|
|
23
|
-
stroke-linecap="round"
|
|
24
|
-
stroke-linejoin="round"
|
|
25
|
-
/>
|
|
26
|
-
<path
|
|
27
|
-
d="M9.5 13.5V19.749C9.5 20.562 10.264 21.159 11.053 20.962L13.553 20.337C14.109 20.198 14.5 19.698 14.5 19.124V13.5"
|
|
28
|
-
stroke="#161517"
|
|
29
|
-
stroke-width="1.5"
|
|
30
|
-
stroke-linecap="round"
|
|
31
|
-
stroke-linejoin="round"
|
|
32
|
-
/>
|
|
33
|
-
</svg>
|
|
34
|
-
</svg>
|
|
35
|
-
);
|
|
36
|
-
|
|
37
|
-
export default FilterIcon;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { SVGAttributes } from "react";
|
|
2
|
-
|
|
3
|
-
const Fire = (props: SVGAttributes<SVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={24}
|
|
7
|
-
height={24}
|
|
8
|
-
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
stroke="#161517"
|
|
14
|
-
strokeLinecap="round"
|
|
15
|
-
strokeLinejoin="round"
|
|
16
|
-
strokeWidth={1.5}
|
|
17
|
-
d="m6.198 7.56 3.483-4.063 3.755 4.38 2.43-2.834 1.936 2.26a8.01 8.01 0 0 1 1.928 5.212v.258a7.73 7.73 0 0 1-7.73 7.73v0a7.73 7.73 0 0 1-7.73-7.73v0A8.01 8.01 0 0 1 6.198 7.56Z"
|
|
18
|
-
clipRule="evenodd"
|
|
19
|
-
/>
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
|
|
23
|
-
export default Fire;
|
|
@@ -1,174 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
|
|
3
|
-
function EuropeanUnion(
|
|
4
|
-
props: React.SVGAttributes<SVGElement>
|
|
5
|
-
): React.ReactElement {
|
|
6
|
-
return (
|
|
7
|
-
<svg
|
|
8
|
-
xmlns='http://www.w3.org/2000/svg'
|
|
9
|
-
width={30}
|
|
10
|
-
height={20}
|
|
11
|
-
viewBox='0 0 30 20'
|
|
12
|
-
fill='none'
|
|
13
|
-
{...props}
|
|
14
|
-
>
|
|
15
|
-
<g clipPath='url(#euFlagClipPath1)'>
|
|
16
|
-
<g clipPath='url(#euFlagClipPath2)'>
|
|
17
|
-
<path fill='#039' d='M30 0H0v20h30V0Z' />
|
|
18
|
-
<path fill='#FC0' d='m15 2.222-.343 1.057.528.172L15 2.222Z' />
|
|
19
|
-
<path fill='#FC0' d='m15 2.222.343 1.057-.528.172L15 2.222Z' />
|
|
20
|
-
<path fill='#FC0' d='M16.057 2.99h-1.111v.555l1.11-.555Z' />
|
|
21
|
-
<path fill='#FC0' d='m16.057 2.99-.9.653-.326-.45 1.226-.203Z' />
|
|
22
|
-
<path fill='#FC0' d='m15.653 4.232-.343-1.057-.528.172.871.885Z' />
|
|
23
|
-
<path fill='#FC0' d='m15.653 4.232-.899-.653.327-.45.572 1.103Z' />
|
|
24
|
-
<path fill='#FC0' d='M13.944 2.99h1.111v.555l-1.11-.555Z' />
|
|
25
|
-
<path fill='#FC0' d='m13.944 2.99.9.653.326-.45-1.226-.203Z' />
|
|
26
|
-
<path fill='#FC0' d='m14.348 4.232.343-1.057.528.172-.871.885Z' />
|
|
27
|
-
<path
|
|
28
|
-
fill='#FC0'
|
|
29
|
-
d='m14.348 4.232.899-.653-.327-.45-.572 1.103ZM15 15.556l-.343 1.056.528.172L15 15.556Z'
|
|
30
|
-
/>
|
|
31
|
-
<path fill='#FC0' d='m15 15.556.343 1.056-.528.172.185-1.228Z' />
|
|
32
|
-
<path fill='#FC0' d='M16.057 16.323h-1.111v.556l1.11-.556Z' />
|
|
33
|
-
<path fill='#FC0' d='m16.057 16.323-.9.653-.326-.45 1.226-.203Z' />
|
|
34
|
-
<path fill='#FC0' d='m15.653 17.565-.343-1.056-.528.171.871.885Z' />
|
|
35
|
-
<path fill='#FC0' d='m15.653 17.565-.899-.653.327-.45.572 1.103Z' />
|
|
36
|
-
<path fill='#FC0' d='M13.944 16.323h1.111v.556l-1.11-.556Z' />
|
|
37
|
-
<path fill='#FC0' d='m13.944 16.323.9.653.326-.45-1.226-.203Z' />
|
|
38
|
-
<path fill='#FC0' d='m14.348 17.565.343-1.056.528.171-.871.885Z' />
|
|
39
|
-
<path
|
|
40
|
-
fill='#FC0'
|
|
41
|
-
d='m14.348 17.565.899-.653-.327-.45-.572 1.103ZM8.333 8.889 7.99 9.945l.528.172-.185-1.228Z'
|
|
42
|
-
/>
|
|
43
|
-
<path fill='#FC0' d='m8.333 8.889.343 1.056-.528.172.185-1.228Z' />
|
|
44
|
-
<path fill='#FC0' d='M9.39 9.656H8.279v.556l1.11-.556Z' />
|
|
45
|
-
<path fill='#FC0' d='m9.39 9.656-.9.653-.326-.45 1.226-.203Z' />
|
|
46
|
-
<path fill='#FC0' d='m8.986 10.898-.343-1.056-.528.171.871.885Z' />
|
|
47
|
-
<path fill='#FC0' d='m8.986 10.898-.899-.653.327-.45.572 1.103Z' />
|
|
48
|
-
<path fill='#FC0' d='M7.277 9.656h1.111v.556l-1.11-.556Z' />
|
|
49
|
-
<path fill='#FC0' d='m7.277 9.656.9.653.326-.45-1.226-.203Z' />
|
|
50
|
-
<path fill='#FC0' d='m7.68 10.898.344-1.056.528.171-.871.885Z' />
|
|
51
|
-
<path
|
|
52
|
-
fill='#FC0'
|
|
53
|
-
d='m7.68 10.898.9-.653-.327-.45-.572 1.103ZM11.014 5.126l.899-.653-.327-.45-.572 1.103Z'
|
|
54
|
-
/>
|
|
55
|
-
<path fill='#FC0' d='m11.014 5.126.343-1.057.528.172-.871.885Z' />
|
|
56
|
-
<path fill='#FC0' d='m10.61 3.884.9.653.326-.45-1.226-.203Z' />
|
|
57
|
-
<path fill='#FC0' d='M10.61 3.884h1.112v.555l-1.112-.555Z' />
|
|
58
|
-
<path fill='#FC0' d='m11.667 3.116-.343 1.056.528.172-.185-1.228Z' />
|
|
59
|
-
<path fill='#FC0' d='m11.667 3.116.343 1.056-.528.172.185-1.228Z' />
|
|
60
|
-
<path fill='#FC0' d='m12.32 5.126-.899-.653.327-.45.572 1.103Z' />
|
|
61
|
-
<path fill='#FC0' d='m12.32 5.126-.343-1.057-.528.172.871.885Z' />
|
|
62
|
-
<path fill='#FC0' d='m12.725 3.884-.9.653-.326-.45 1.226-.203Z' />
|
|
63
|
-
<path
|
|
64
|
-
fill='#FC0'
|
|
65
|
-
d='M12.725 3.884h-1.111v.555l1.11-.555ZM9.879 7.566l-.343-1.057-.529.172.872.885Z'
|
|
66
|
-
/>
|
|
67
|
-
<path fill='#FC0' d='m9.879 7.566-.899-.653.327-.45.572 1.103Z' />
|
|
68
|
-
<path fill='#FC0' d='m8.572 7.566.9-.653-.327-.45-.573 1.103Z' />
|
|
69
|
-
<path fill='#FC0' d='m8.572 7.566.344-1.057.528.172-.872.885Z' />
|
|
70
|
-
<path fill='#FC0' d='m8.168 6.324.899.653.326-.45-1.225-.203Z' />
|
|
71
|
-
<path fill='#FC0' d='M8.168 6.324h1.111v.555l-1.111-.555Z' />
|
|
72
|
-
<path fill='#FC0' d='m10.282 6.324-.899.653-.326-.45 1.225-.203Z' />
|
|
73
|
-
<path fill='#FC0' d='M10.282 6.324h-1.11v.555l1.11-.555Z' />
|
|
74
|
-
<path fill='#FC0' d='m9.226 5.556.343 1.056-.528.172.185-1.228Z' />
|
|
75
|
-
<path
|
|
76
|
-
fill='#FC0'
|
|
77
|
-
d='m9.226 5.556-.344 1.056.529.172-.185-1.228ZM10.283 12.99h-1.11v.556l1.11-.555Z'
|
|
78
|
-
/>
|
|
79
|
-
<path fill='#FC0' d='m10.283 12.99-.899.654-.326-.45 1.225-.203Z' />
|
|
80
|
-
<path fill='#FC0' d='m9.88 14.233-.343-1.057-.529.172.872.885Z' />
|
|
81
|
-
<path fill='#FC0' d='m9.88 14.233-.899-.653.327-.45.572 1.103Z' />
|
|
82
|
-
<path fill='#FC0' d='m8.573 14.233.9-.653-.327-.45-.573 1.103Z' />
|
|
83
|
-
<path fill='#FC0' d='m8.573 14.233.344-1.057.528.172-.872.885Z' />
|
|
84
|
-
<path fill='#FC0' d='m9.227 12.223.343 1.057-.528.172.185-1.229Z' />
|
|
85
|
-
<path fill='#FC0' d='m9.227 12.223-.344 1.057.529.172-.185-1.229Z' />
|
|
86
|
-
<path fill='#FC0' d='M8.17 12.99H9.28v.556l-1.111-.555Z' />
|
|
87
|
-
<path
|
|
88
|
-
fill='#FC0'
|
|
89
|
-
d='m8.17 12.99.899.654.326-.45-1.225-.203ZM12.724 15.43h-1.111v.556l1.11-.555Z'
|
|
90
|
-
/>
|
|
91
|
-
<path fill='#FC0' d='m12.724 15.43-.9.654-.326-.45 1.226-.203Z' />
|
|
92
|
-
<path fill='#FC0' d='m12.32 16.673-.343-1.057-.528.172.871.885Z' />
|
|
93
|
-
<path fill='#FC0' d='m12.32 16.673-.899-.653.327-.45.572 1.103Z' />
|
|
94
|
-
<path fill='#FC0' d='m11.014 16.673.899-.653-.327-.45-.572 1.103Z' />
|
|
95
|
-
<path fill='#FC0' d='m11.014 16.673.343-1.057.528.172-.871.885Z' />
|
|
96
|
-
<path fill='#FC0' d='m11.667 14.663.343 1.057-.528.171.185-1.228Z' />
|
|
97
|
-
<path fill='#FC0' d='m11.667 14.663-.343 1.057.528.171-.185-1.228Z' />
|
|
98
|
-
<path fill='#FC0' d='M10.61 15.43h1.112v.556l-1.112-.555Z' />
|
|
99
|
-
<path
|
|
100
|
-
fill='#FC0'
|
|
101
|
-
d='m10.61 15.43.9.654.326-.45-1.226-.203ZM21.663 8.888l.343 1.056-.528.172.185-1.228Z'
|
|
102
|
-
/>
|
|
103
|
-
<path fill='#FC0' d='m21.663 8.888-.343 1.056.528.172-.185-1.228Z' />
|
|
104
|
-
<path fill='#FC0' d='M20.606 9.655h1.112v.556l-1.112-.556Z' />
|
|
105
|
-
<path fill='#FC0' d='m20.606 9.655.9.653.326-.45-1.226-.203Z' />
|
|
106
|
-
<path fill='#FC0' d='m21.01 10.898.343-1.057.528.171-.871.886Z' />
|
|
107
|
-
<path fill='#FC0' d='m21.01 10.898.899-.654-.327-.45-.572 1.104Z' />
|
|
108
|
-
<path fill='#FC0' d='M22.719 9.655h-1.111v.556l1.11-.556Z' />
|
|
109
|
-
<path fill='#FC0' d='m22.719 9.655-.9.653-.326-.45 1.226-.203Z' />
|
|
110
|
-
<path fill='#FC0' d='m22.315 10.898-.343-1.057-.528.171.871.886Z' />
|
|
111
|
-
<path
|
|
112
|
-
fill='#FC0'
|
|
113
|
-
d='m22.315 10.898-.899-.654.327-.45.572 1.104ZM18.982 5.125l-.898-.653.326-.45.572 1.103Z'
|
|
114
|
-
/>
|
|
115
|
-
<path fill='#FC0' d='m18.982 5.125-.343-1.057-.528.172.871.885Z' />
|
|
116
|
-
<path fill='#FC0' d='m19.386 3.883-.9.653-.326-.45 1.226-.203Z' />
|
|
117
|
-
<path fill='#FC0' d='M19.386 3.883h-1.111v.555l1.11-.555Z' />
|
|
118
|
-
<path fill='#FC0' d='m18.33 3.115.343 1.056-.529.172.185-1.228Z' />
|
|
119
|
-
<path fill='#FC0' d='m18.33 3.115-.344 1.056.528.172-.185-1.228Z' />
|
|
120
|
-
<path fill='#FC0' d='m17.676 5.125.899-.653-.327-.45-.572 1.103Z' />
|
|
121
|
-
<path fill='#FC0' d='m17.676 5.125.343-1.057.529.172-.872.885Z' />
|
|
122
|
-
<path fill='#FC0' d='m17.271 3.883.9.653.326-.45-1.226-.203Z' />
|
|
123
|
-
<path
|
|
124
|
-
fill='#FC0'
|
|
125
|
-
d='M17.271 3.883h1.112v.555l-1.111-.555ZM20.117 7.565l.343-1.057.529.172-.872.885Z'
|
|
126
|
-
/>
|
|
127
|
-
<path fill='#FC0' d='m20.117 7.565.9-.653-.328-.45-.572 1.103Z' />
|
|
128
|
-
<path fill='#FC0' d='m21.424 7.565-.9-.653.328-.45.572 1.103Z' />
|
|
129
|
-
<path fill='#FC0' d='m21.424 7.565-.343-1.057-.529.172.872.885Z' />
|
|
130
|
-
<path fill='#FC0' d='m21.828 6.323-.899.653-.326-.45 1.225-.203Z' />
|
|
131
|
-
<path fill='#FC0' d='M21.828 6.323h-1.111v.555l1.111-.555Z' />
|
|
132
|
-
<path fill='#FC0' d='m19.714 6.323.899.653.326-.45-1.225-.203Z' />
|
|
133
|
-
<path fill='#FC0' d='M19.714 6.323h1.111v.555l-1.111-.555Z' />
|
|
134
|
-
<path fill='#FC0' d='m20.77 5.555-.343 1.056.529.172-.186-1.228Z' />
|
|
135
|
-
<path
|
|
136
|
-
fill='#FC0'
|
|
137
|
-
d='m20.77 5.555.344 1.056-.529.172.185-1.228ZM19.713 12.99h1.111v.555l-1.111-.555Z'
|
|
138
|
-
/>
|
|
139
|
-
<path fill='#FC0' d='m19.713 12.99.899.653.326-.45-1.225-.203Z' />
|
|
140
|
-
<path fill='#FC0' d='m20.116 14.232.344-1.057.528.172-.872.885Z' />
|
|
141
|
-
<path fill='#FC0' d='m20.116 14.232.9-.653-.327-.45-.573 1.103Z' />
|
|
142
|
-
<path fill='#FC0' d='m21.423 14.232-.9-.653.328-.45.572 1.103Z' />
|
|
143
|
-
<path fill='#FC0' d='m21.423 14.232-.343-1.057-.529.172.872.885Z' />
|
|
144
|
-
<path fill='#FC0' d='m20.77 12.222-.344 1.057.529.172-.185-1.229Z' />
|
|
145
|
-
<path fill='#FC0' d='m20.77 12.222.343 1.057-.529.172.186-1.229Z' />
|
|
146
|
-
<path fill='#FC0' d='M21.826 12.99h-1.11v.555l1.11-.555Z' />
|
|
147
|
-
<path
|
|
148
|
-
fill='#FC0'
|
|
149
|
-
d='m21.826 12.99-.899.653-.326-.45 1.225-.203ZM17.273 15.43h1.11v.555l-1.11-.555Z'
|
|
150
|
-
/>
|
|
151
|
-
<path fill='#FC0' d='m17.273 15.43.898.653.327-.45-1.226-.203Z' />
|
|
152
|
-
<path fill='#FC0' d='m17.676 16.672.343-1.057.529.172-.872.885Z' />
|
|
153
|
-
<path fill='#FC0' d='m17.676 16.672.899-.653-.327-.45-.572 1.103Z' />
|
|
154
|
-
<path fill='#FC0' d='m18.982 16.672-.898-.653.326-.45.572 1.103Z' />
|
|
155
|
-
<path fill='#FC0' d='m18.982 16.672-.343-1.057-.528.172.871.885Z' />
|
|
156
|
-
<path fill='#FC0' d='m18.33 14.662-.344 1.057.528.171-.185-1.228Z' />
|
|
157
|
-
<path fill='#FC0' d='m18.33 14.662.343 1.057-.529.171.185-1.228Z' />
|
|
158
|
-
<path fill='#FC0' d='M19.386 15.43h-1.111v.555l1.11-.555Z' />
|
|
159
|
-
<path fill='#FC0' d='m19.386 15.43-.9.653-.326-.45 1.226-.203Z' />
|
|
160
|
-
</g>
|
|
161
|
-
</g>
|
|
162
|
-
<defs>
|
|
163
|
-
<clipPath id='euFlagClipPath1'>
|
|
164
|
-
<rect width={30} height={20} fill='#fff' rx={1} />
|
|
165
|
-
</clipPath>
|
|
166
|
-
<clipPath id='euFlagClipPath2'>
|
|
167
|
-
<path fill='#fff' d='M0 0h30v20H0z' />
|
|
168
|
-
</clipPath>
|
|
169
|
-
</defs>
|
|
170
|
-
</svg>
|
|
171
|
-
);
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
export default EuropeanUnion;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
const Germany = (
|
|
3
|
-
props: React.SVGAttributes<SVGElement>
|
|
4
|
-
): React.ReactElement => (
|
|
5
|
-
<svg
|
|
6
|
-
xmlns='http://www.w3.org/2000/svg'
|
|
7
|
-
width={30}
|
|
8
|
-
height={20}
|
|
9
|
-
viewBox='0 0 30 20'
|
|
10
|
-
fill='none'
|
|
11
|
-
{...props}
|
|
12
|
-
>
|
|
13
|
-
<g clipPath='url(#germanyFlagClipPath)'>
|
|
14
|
-
<path fill='#FFCE00' d='M30 0H0v20h30V0Z' />
|
|
15
|
-
<path fill='#D00' d='M30 0H0v13.333h30V0Z' />
|
|
16
|
-
<path fill='#000' d='M30 0H0v6.667h30V0Z' />
|
|
17
|
-
</g>
|
|
18
|
-
<defs>
|
|
19
|
-
<clipPath id='germanyFlagClipPath'>
|
|
20
|
-
<path fill='#fff' d='M0 0h30v20H0z' />
|
|
21
|
-
</clipPath>
|
|
22
|
-
</defs>
|
|
23
|
-
</svg>
|
|
24
|
-
);
|
|
25
|
-
export default Germany;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
|
|
3
|
-
function India(props: React.SVGAttributes<SVGElement>): React.ReactElement {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
xmlns='http://www.w3.org/2000/svg'
|
|
7
|
-
width={30}
|
|
8
|
-
height={20}
|
|
9
|
-
viewBox='0 0 30 20'
|
|
10
|
-
fill='none'
|
|
11
|
-
{...props}
|
|
12
|
-
>
|
|
13
|
-
<g clipPath='url(#indiaFlagClipPath1)'>
|
|
14
|
-
<g clipPath='url(#indiaFlagClipPath2)'>
|
|
15
|
-
<path fill='#F93' d='M30 0H0v20h30V0Z' />
|
|
16
|
-
<path fill='#fff' d='M30 6.667H0v6.666h30V6.666Z' />
|
|
17
|
-
<path fill='#128807' d='M30 13.334H0V20h30v-6.666Z' />
|
|
18
|
-
<path
|
|
19
|
-
fill='#008'
|
|
20
|
-
d='M15 12.667a2.667 2.667 0 1 0 0-5.333 2.667 2.667 0 0 0 0 5.333Z'
|
|
21
|
-
/>
|
|
22
|
-
<path
|
|
23
|
-
fill='#fff'
|
|
24
|
-
d='M15 12.333a2.333 2.333 0 1 0 0-4.667 2.333 2.333 0 0 0 0 4.667Z'
|
|
25
|
-
/>
|
|
26
|
-
<path
|
|
27
|
-
fill='#008'
|
|
28
|
-
d='M15 10.466a.467.467 0 1 0 0-.933.467.467 0 0 0 0 .934ZM17.297 10.42a.117.117 0 1 0 .03-.231.117.117 0 0 0-.03.231Z'
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
fill='#008'
|
|
32
|
-
d='m14.999 12.333.08-1.4-.08-.666-.08.666.08 1.4ZM17.105 11a.117.117 0 1 0 .09-.215.117.117 0 0 0-.09.216ZM14.39 12.254l.44-1.332.095-.665-.25.624-.285 1.373ZM16.776 11.512a.117.117 0 1 0 .142-.185.117.117 0 0 0-.142.185ZM13.829 12.02l.77-1.172.263-.618-.402.538-.631 1.252ZM16.327 11.922a.117.117 0 1 0 .185-.142.117.117 0 0 0-.185.142ZM13.35 11.65l1.047-.934.415-.528-.528.415-.934 1.046ZM15.788 12.2a.117.117 0 1 0 .216-.09.117.117 0 0 0-.216.09ZM12.983 11.166l1.252-.63.537-.403-.617.264-1.172.77ZM15.192 12.328a.117.117 0 1 0 .231-.03.117.117 0 0 0-.23.03ZM12.75 10.603l1.372-.285.623-.25-.664.095-1.332.44ZM14.579 12.297a.117.117 0 1 0 .231.03.117.117 0 0 0-.231-.03ZM12.666 9.999l1.4.08.666-.08-.666-.08-1.4.08ZM13.998 12.11a.117.117 0 1 0 .215.09.117.117 0 0 0-.215-.09ZM12.745 9.395l1.331.44.665.095-.623-.25-1.373-.285ZM13.488 11.78a.117.117 0 1 0 .185.141.117.117 0 0 0-.185-.142ZM12.98 8.832l1.173.77.617.264-.537-.403-1.252-.63ZM13.08 11.327a.117.117 0 1 0 .142.185.117.117 0 0 0-.142-.185ZM13.351 8.349l.934 1.046.528.415-.415-.528-1.047-.933ZM12.801 10.784a.117.117 0 1 0 .09.215.117.117 0 0 0-.09-.215ZM13.834 7.978l.63 1.252.403.538-.264-.618-.77-1.172ZM12.67 10.186a.117.117 0 1 0 .03.231.117.117 0 0 0-.03-.231ZM14.394 7.743l.285 1.373.25.623-.096-.664-.44-1.332ZM12.702 9.578a.117.117 0 1 0-.03.231.117.117 0 0 0 .03-.23ZM15 7.665l-.08 1.4.08.667.08-.667-.08-1.4ZM12.894 8.998a.117.117 0 1 0-.09.216.117.117 0 0 0 .09-.216ZM15.609 7.745l-.44 1.331-.095.665.25-.623.285-1.373ZM13.223 8.486a.117.117 0 1 0-.142.185.117.117 0 0 0 .142-.185ZM16.17 7.978l-.77 1.173-.263.617.402-.537.631-1.253ZM13.672 8.077a.117.117 0 1 0-.185.142.117.117 0 0 0 .185-.142ZM16.649 8.35l-1.047.933-.414.528.527-.415.934-1.047ZM14.213 7.799a.117.117 0 1 0-.216.09.117.117 0 0 0 .216-.09ZM17.018 8.833l-1.252.63-.537.403.617-.264 1.172-.77ZM14.809 7.671a.117.117 0 1 0-.231.03.117.117 0 0 0 .23-.03ZM17.252 9.396l-1.373.285-.623.25.664-.095 1.332-.44ZM15.422 7.702a.117.117 0 1 0-.23-.03.117.117 0 0 0 .23.03ZM17.335 10l-1.4-.08-.666.08.666.08 1.4-.08ZM16.003 7.889a.117.117 0 1 0-.215-.09.117.117 0 0 0 .215.09ZM17.256 10.604l-1.331-.44-.665-.095.623.25 1.373.285ZM16.511 8.22a.117.117 0 1 0-.185-.142.117.117 0 0 0 .185.142ZM17.018 11.167l-1.172-.77-.617-.263.537.402 1.252.631ZM16.92 8.673a.117.117 0 1 0-.143-.185.117.117 0 0 0 .142.185ZM16.648 11.65l-.934-1.046-.527-.414.414.527 1.047.934ZM17.198 9.216a.117.117 0 1 0-.09-.216.117.117 0 0 0 .09.216ZM16.165 12.022l-.63-1.253-.403-.537.264.617.77 1.173ZM17.33 9.814a.117.117 0 1 0-.03-.232.117.117 0 0 0 .03.232ZM15.605 12.256l-.285-1.373-.25-.623.096.665.44 1.331Z'
|
|
33
|
-
/>
|
|
34
|
-
</g>
|
|
35
|
-
</g>
|
|
36
|
-
<defs>
|
|
37
|
-
<clipPath id='indiaFlagClipPath1'>
|
|
38
|
-
<rect width={30} height={20} fill='#fff' rx={1} />
|
|
39
|
-
</clipPath>
|
|
40
|
-
<clipPath id='indiaFlagClipPath2'>
|
|
41
|
-
<path fill='#fff' d='M0 0h30v20H0z' />
|
|
42
|
-
</clipPath>
|
|
43
|
-
</defs>
|
|
44
|
-
</svg>
|
|
45
|
-
);
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
export default India;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
|
|
3
|
-
function Ireland(props: React.SVGAttributes<SVGElement>): React.ReactElement {
|
|
4
|
-
return (
|
|
5
|
-
<svg
|
|
6
|
-
xmlns='http://www.w3.org/2000/svg'
|
|
7
|
-
width={30}
|
|
8
|
-
height={20}
|
|
9
|
-
viewBox='0 0 30 20'
|
|
10
|
-
fill='none'
|
|
11
|
-
{...props}
|
|
12
|
-
>
|
|
13
|
-
<g clipPath='url(#irelandFlagClipPath1)'>
|
|
14
|
-
<g clipPath='url(#irelandFlagClipPath1)'>
|
|
15
|
-
<path fill='#169B62' d='M10 0H0v20h10V0Z' />
|
|
16
|
-
<path fill='#fff' d='M20 0H10v20h10V0Z' />
|
|
17
|
-
<path fill='#FF883E' d='M30 0H20v20h10V0Z' />
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
<defs>
|
|
21
|
-
<clipPath id='irelandFlagClipPath1'>
|
|
22
|
-
<rect width={30} height={20} fill='#fff' rx={1} />
|
|
23
|
-
</clipPath>
|
|
24
|
-
<clipPath id='irelandFlagClipPath2'>
|
|
25
|
-
<path fill='#fff' d='M0 0h30v20H0z' />
|
|
26
|
-
</clipPath>
|
|
27
|
-
</defs>
|
|
28
|
-
</svg>
|
|
29
|
-
);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
export default Ireland;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
|
|
3
|
-
function Netherlands(
|
|
4
|
-
props: React.SVGAttributes<SVGElement>
|
|
5
|
-
): React.ReactElement {
|
|
6
|
-
return (
|
|
7
|
-
<svg
|
|
8
|
-
xmlns='http://www.w3.org/2000/svg'
|
|
9
|
-
width={30}
|
|
10
|
-
height={20}
|
|
11
|
-
viewBox='0 0 30 20'
|
|
12
|
-
fill='none'
|
|
13
|
-
{...props}
|
|
14
|
-
>
|
|
15
|
-
<g clipPath='url(#netherlandsFlagClipPath)'>
|
|
16
|
-
<path fill='#21468B' d='M30 0H0v20h30V0Z' />
|
|
17
|
-
<path fill='#fff' d='M30 0H0v13.333h30V0Z' />
|
|
18
|
-
<path fill='#AE1C28' d='M30 0H0v6.667h30V0Z' />
|
|
19
|
-
</g>
|
|
20
|
-
<defs>
|
|
21
|
-
<clipPath id='netherlandsFlagClipPath'>
|
|
22
|
-
<rect width={30} height={20} fill='#fff' rx={1} />
|
|
23
|
-
</clipPath>
|
|
24
|
-
</defs>
|
|
25
|
-
</svg>
|
|
26
|
-
);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export default Netherlands;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
|
|
3
|
-
export default function Singapore(
|
|
4
|
-
props: React.SVGAttributes<SVGElement>
|
|
5
|
-
): React.ReactElement {
|
|
6
|
-
return (
|
|
7
|
-
<svg
|
|
8
|
-
xmlns='http://www.w3.org/2000/svg'
|
|
9
|
-
width={30}
|
|
10
|
-
height={20}
|
|
11
|
-
viewBox='0 0 30 20'
|
|
12
|
-
fill='none'
|
|
13
|
-
{...props}
|
|
14
|
-
>
|
|
15
|
-
<g clipPath='url(#singaporeFlagClipPath1)'>
|
|
16
|
-
<g clipPath='url(#singaporeFlagClipPath2)'>
|
|
17
|
-
<path fill='#fff' d='M0 0h30v20H0V0Z' />
|
|
18
|
-
<path fill='#ED2939' d='M0 0h30v10H0V0Z' />
|
|
19
|
-
<path
|
|
20
|
-
fill='#fff'
|
|
21
|
-
d='M6.336 8.68a3.68 3.68 0 1 0 0-7.36 3.68 3.68 0 0 0 0 7.36Z'
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
fill='#ED2939'
|
|
25
|
-
d='M8.003 8.68a3.68 3.68 0 1 0 0-7.36 3.68 3.68 0 0 0 0 7.36Z'
|
|
26
|
-
/>
|
|
27
|
-
<path
|
|
28
|
-
fill='#fff'
|
|
29
|
-
d='m8.35 1.93-.563 1.734L9.26 2.593H7.438l1.475 1.071-.563-1.733ZM11.269 4.051H9.446l1.475 1.072-.563-1.734-.564 1.734L11.27 4.05ZM6.546 7.483 8.02 6.412H6.198l1.474 1.071L7.11 5.75l-.563 1.733ZM10.154 7.483 9.591 5.75l-.563 1.733 1.474-1.071H8.68l1.474 1.071ZM5.431 4.052l1.475 1.071-.564-1.734-.563 1.734 1.475-1.071H5.43Z'
|
|
30
|
-
/>
|
|
31
|
-
</g>
|
|
32
|
-
</g>
|
|
33
|
-
<defs>
|
|
34
|
-
<clipPath id='singaporeFlagClipPath1'>
|
|
35
|
-
<rect width={30} height={20} fill='#fff' rx={1} />
|
|
36
|
-
</clipPath>
|
|
37
|
-
<clipPath id='singaporeFlagClipPath2'>
|
|
38
|
-
<path fill='#fff' d='M0 0h30v20H0z' />
|
|
39
|
-
</clipPath>
|
|
40
|
-
</defs>
|
|
41
|
-
</svg>
|
|
42
|
-
);
|
|
43
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
const UnitedKingdom = (
|
|
3
|
-
props: React.SVGAttributes<SVGElement>
|
|
4
|
-
): React.ReactElement => (
|
|
5
|
-
<svg
|
|
6
|
-
xmlns='http://www.w3.org/2000/svg'
|
|
7
|
-
width={30}
|
|
8
|
-
height={20}
|
|
9
|
-
viewBox='0 0 30 20'
|
|
10
|
-
fill='none'
|
|
11
|
-
{...props}
|
|
12
|
-
>
|
|
13
|
-
<g clipPath='url(#ukFlagClipPath1)'>
|
|
14
|
-
<g clipPath='url(#ukFlagClipPath2)'>
|
|
15
|
-
<path fill='#00247D' d='M30 0H0v20h30V0Z' />
|
|
16
|
-
<path stroke='#fff' strokeWidth={3.466} d='m0 0 30 20m0-20L0 20' />
|
|
17
|
-
<path stroke='#CF142B' strokeWidth={2.309} d='m0 0 30 20m0-20L0 20' />
|
|
18
|
-
<path stroke='#fff' strokeWidth={5.777} d='M15 0v20M0 10h30' />
|
|
19
|
-
<path stroke='#CF142B' strokeWidth={3.466} d='M15 0v20M0 10h30' />
|
|
20
|
-
</g>
|
|
21
|
-
</g>
|
|
22
|
-
<defs>
|
|
23
|
-
<clipPath id='ukFlagClipPath1'>
|
|
24
|
-
<rect width={30} height={20} fill='#fff' rx={1} />
|
|
25
|
-
</clipPath>
|
|
26
|
-
<clipPath id='ukFlagClipPath2'>
|
|
27
|
-
<path fill='#fff' d='M0 0h30v20H0z' />
|
|
28
|
-
</clipPath>
|
|
29
|
-
</defs>
|
|
30
|
-
</svg>
|
|
31
|
-
);
|
|
32
|
-
export default UnitedKingdom;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
|
|
3
|
-
const UnitedStates = (
|
|
4
|
-
props: React.SVGAttributes<SVGElement>
|
|
5
|
-
): React.ReactElement => (
|
|
6
|
-
<svg
|
|
7
|
-
xmlns='http://www.w3.org/2000/svg'
|
|
8
|
-
width={30}
|
|
9
|
-
height={20}
|
|
10
|
-
viewBox='0 0 30 20'
|
|
11
|
-
fill='none'
|
|
12
|
-
{...props}
|
|
13
|
-
>
|
|
14
|
-
<path fill='#B22234' d='M0 0h30v20H0V0Z' />
|
|
15
|
-
<path
|
|
16
|
-
fill='#fff'
|
|
17
|
-
d='M0 1.538h30v1.538H0V1.538Zm0 3.076h30v1.538H0V4.614ZM0 7.69h30v1.538H0V7.69Zm0 3.076h30v1.538H0v-1.538Zm0 3.076h30v1.538H0v-1.538Zm0 3.076h30v1.538H0v-1.538Z'
|
|
18
|
-
/>
|
|
19
|
-
<path fill='#3C3B6E' d='M0 0h13.333v10.766H0V0Z' />
|
|
20
|
-
<path
|
|
21
|
-
fill='#fff'
|
|
22
|
-
d='m1.11.428.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448L.494.876h.471L1.11.429Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449ZM3.332.428l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472L3.33.429Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449ZM5.553.428l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM7.774.428l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM9.995.428l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.146.449.47-.001-.381.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM12.216.428l.145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448L11.6.876h.472l.144-.448ZM1.11 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448-.382-.276h.471l.145-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449ZM3.332 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449ZM5.553 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM7.774 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449ZM9.995 2.58l.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.146.449.47-.001-.381.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448ZM1.11 4.732l.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448-.382-.276h.471l.145-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.146.449.47-.001-.381.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448ZM1.11 6.884l.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448-.382-.276h.471l.145-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.381.278.147-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.146.448-.38-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.145.449.472-.001-.382.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm1.11 1.014.146.449.47-.001-.381.276.147.448-.381-.278-.38.278.146-.448-.382-.276.471.001.145-.449Zm1.111-1.014.145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448ZM1.11 9.036l.145.449.471-.001-.382.276.147.448-.38-.278-.382.278.147-.448-.382-.276h.471l.145-.448Zm2.221 0 .145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm2.221 0 .145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm2.221 0 .145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm2.221 0 .145.449.471-.001-.382.276.147.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Zm2.221 0 .145.449.471-.001-.381.276.146.448-.38-.278-.381.278.146-.448-.382-.276h.472l.144-.448Z'
|
|
23
|
-
/>
|
|
24
|
-
</svg>
|
|
25
|
-
);
|
|
26
|
-
export default UnitedStates;
|