@galaxy-io/dls 1.0.3
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/README.md +42 -0
- package/dist/accordion/Accordion.d.ts +30 -0
- package/dist/accordion/Accordion.js +147 -0
- package/dist/animations/Fade.d.ts +6 -0
- package/dist/animations/Fade.js +22 -0
- package/dist/animations/Flashing.d.ts +3 -0
- package/dist/animations/Flashing.js +14 -0
- package/dist/animations/RotateWithTransition.d.ts +8 -0
- package/dist/animations/RotateWithTransition.js +28 -0
- package/dist/animations/ScaleFade.d.ts +6 -0
- package/dist/animations/ScaleFade.js +31 -0
- package/dist/animations/SpinAnimation.d.ts +7 -0
- package/dist/animations/SpinAnimation.js +20 -0
- package/dist/animations/SpinVerticalAnimation.d.ts +6 -0
- package/dist/animations/SpinVerticalAnimation.js +19 -0
- package/dist/assets/components/GalaxyLogomarkDark.d.ts +3 -0
- package/dist/assets/components/GalaxyLogomarkDark.js +11 -0
- package/dist/assets/components/GalaxyLogomarkLight.d.ts +3 -0
- package/dist/assets/components/GalaxyLogomarkLight.js +17 -0
- package/dist/assets/components/GalaxyWordmarkDark.d.ts +3 -0
- package/dist/assets/components/GalaxyWordmarkDark.js +15 -0
- package/dist/assets/components/GalaxyWordmarkLight.d.ts +3 -0
- package/dist/assets/components/GalaxyWordmarkLight.js +28 -0
- package/dist/assets/components/enrichment/PerplexityIcon.d.ts +3 -0
- package/dist/assets/components/enrichment/PerplexityIcon.js +35 -0
- package/dist/assets/components/enrichment/TavilyIcon.d.ts +3 -0
- package/dist/assets/components/enrichment/TavilyIcon.js +15 -0
- package/dist/assets/components/onboarding/TenantSetupDark.d.ts +3 -0
- package/dist/assets/components/onboarding/TenantSetupDark.js +498 -0
- package/dist/assets/components/onboarding/TenantSetupLight.d.ts +3 -0
- package/dist/assets/components/onboarding/TenantSetupLight.js +482 -0
- package/dist/assets/components/onboarding/UserSetupDark.d.ts +3 -0
- package/dist/assets/components/onboarding/UserSetupDark.js +1086 -0
- package/dist/assets/components/onboarding/UserSetupLight.d.ts +3 -0
- package/dist/assets/components/onboarding/UserSetupLight.js +1024 -0
- package/dist/assets/components/onboarding/WorkspaceSetupBuildDark.d.ts +3 -0
- package/dist/assets/components/onboarding/WorkspaceSetupBuildDark.js +466 -0
- package/dist/assets/components/onboarding/WorkspaceSetupBuildLight.d.ts +3 -0
- package/dist/assets/components/onboarding/WorkspaceSetupBuildLight.js +460 -0
- package/dist/assets/components/onboarding/WorkspaceSetupConnectDark.d.ts +3 -0
- package/dist/assets/components/onboarding/WorkspaceSetupConnectDark.js +336 -0
- package/dist/assets/components/onboarding/WorkspaceSetupConnectLight.d.ts +3 -0
- package/dist/assets/components/onboarding/WorkspaceSetupConnectLight.js +336 -0
- package/dist/assets/components/onboarding/WorkspaceSetupIntegrateDark.d.ts +3 -0
- package/dist/assets/components/onboarding/WorkspaceSetupIntegrateDark.js +153 -0
- package/dist/assets/components/onboarding/WorkspaceSetupIntegrateLight.d.ts +3 -0
- package/dist/assets/components/onboarding/WorkspaceSetupIntegrateLight.js +153 -0
- package/dist/assets/components/projects/MappingMethodAutoIntrospectDark.d.ts +3 -0
- package/dist/assets/components/projects/MappingMethodAutoIntrospectDark.js +117 -0
- package/dist/assets/components/projects/MappingMethodAutoIntrospectLight.d.ts +3 -0
- package/dist/assets/components/projects/MappingMethodAutoIntrospectLight.js +117 -0
- package/dist/assets/components/projects/MappingMethodBlankDark.d.ts +3 -0
- package/dist/assets/components/projects/MappingMethodBlankDark.js +150 -0
- package/dist/assets/components/projects/MappingMethodBlankDarkHovered.d.ts +3 -0
- package/dist/assets/components/projects/MappingMethodBlankDarkHovered.js +150 -0
- package/dist/assets/components/projects/MappingMethodBlankLight.d.ts +3 -0
- package/dist/assets/components/projects/MappingMethodBlankLight.js +150 -0
- package/dist/assets/components/projects/MappingMethodBlankLightHovered.d.ts +3 -0
- package/dist/assets/components/projects/MappingMethodBlankLightHovered.js +150 -0
- package/dist/assets/components/projects/MappingMethodJsonDark.d.ts +3 -0
- package/dist/assets/components/projects/MappingMethodJsonDark.js +90 -0
- package/dist/assets/components/projects/MappingMethodJsonDarkHovered.d.ts +3 -0
- package/dist/assets/components/projects/MappingMethodJsonDarkHovered.js +90 -0
- package/dist/assets/components/projects/MappingMethodJsonLight.d.ts +3 -0
- package/dist/assets/components/projects/MappingMethodJsonLight.js +90 -0
- package/dist/assets/components/projects/MappingMethodJsonLightHovered.d.ts +3 -0
- package/dist/assets/components/projects/MappingMethodJsonLightHovered.js +90 -0
- package/dist/assets/components/projects/ProjectsEmptyStateDark.d.ts +3 -0
- package/dist/assets/components/projects/ProjectsEmptyStateDark.js +454 -0
- package/dist/assets/components/projects/ProjectsEmptyStateLight.d.ts +3 -0
- package/dist/assets/components/projects/ProjectsEmptyStateLight.js +456 -0
- package/dist/assets/components/root/CreateProjectActionCardDark.d.ts +3 -0
- package/dist/assets/components/root/CreateProjectActionCardDark.js +1796 -0
- package/dist/assets/components/root/CreateProjectActionCardDarkHovered.d.ts +3 -0
- package/dist/assets/components/root/CreateProjectActionCardDarkHovered.js +1796 -0
- package/dist/assets/components/root/CreateProjectActionCardLight.d.ts +3 -0
- package/dist/assets/components/root/CreateProjectActionCardLight.js +1786 -0
- package/dist/assets/components/root/CreateProjectActionCardLightHovered.d.ts +3 -0
- package/dist/assets/components/root/CreateProjectActionCardLightHovered.js +1786 -0
- package/dist/assets/components/root/CreateSourceActionCardDark.d.ts +3 -0
- package/dist/assets/components/root/CreateSourceActionCardDark.js +879 -0
- package/dist/assets/components/root/CreateSourceActionCardDarkHovered.d.ts +3 -0
- package/dist/assets/components/root/CreateSourceActionCardDarkHovered.js +879 -0
- package/dist/assets/components/root/CreateSourceActionCardLight.d.ts +3 -0
- package/dist/assets/components/root/CreateSourceActionCardLight.js +889 -0
- package/dist/assets/components/root/CreateSourceActionCardLightHovered.d.ts +3 -0
- package/dist/assets/components/root/CreateSourceActionCardLightHovered.js +889 -0
- package/dist/assets/components/sources/AttioIcon.d.ts +3 -0
- package/dist/assets/components/sources/AttioIcon.js +11 -0
- package/dist/assets/components/sources/BigquerySourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/BigquerySourceIcon.js +39 -0
- package/dist/assets/components/sources/BrowserbaseSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/BrowserbaseSourceIcon.js +35 -0
- package/dist/assets/components/sources/ClickhouseLogoSourceIconDark.d.ts +3 -0
- package/dist/assets/components/sources/ClickhouseLogoSourceIconDark.js +13 -0
- package/dist/assets/components/sources/ClickhouseLogoSourceIconLight.d.ts +3 -0
- package/dist/assets/components/sources/ClickhouseLogoSourceIconLight.js +13 -0
- package/dist/assets/components/sources/ConfluenceSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/ConfluenceSourceIcon.js +30 -0
- package/dist/assets/components/sources/GalaxyFileUploadSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/GalaxyFileUploadSourceIcon.js +16 -0
- package/dist/assets/components/sources/GalaxyTextSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/GalaxyTextSourceIcon.js +16 -0
- package/dist/assets/components/sources/GalaxyWebhookSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/GalaxyWebhookSourceIcon.js +16 -0
- package/dist/assets/components/sources/GithubSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/GithubSourceIcon.js +27 -0
- package/dist/assets/components/sources/GoogleDriveIcon.d.ts +3 -0
- package/dist/assets/components/sources/GoogleDriveIcon.js +45 -0
- package/dist/assets/components/sources/HubspotSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/HubspotSourceIcon.js +14 -0
- package/dist/assets/components/sources/JiraSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/JiraSourceIcon.js +54 -0
- package/dist/assets/components/sources/LinearSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/LinearSourceIcon.js +14 -0
- package/dist/assets/components/sources/MysqlLogoSourceIconDark.d.ts +3 -0
- package/dist/assets/components/sources/MysqlLogoSourceIconDark.js +17 -0
- package/dist/assets/components/sources/MysqlLogoSourceIconLight.d.ts +3 -0
- package/dist/assets/components/sources/MysqlLogoSourceIconLight.js +17 -0
- package/dist/assets/components/sources/NetsuiteSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/NetsuiteSourceIcon.js +32 -0
- package/dist/assets/components/sources/NotionIcon.d.ts +3 -0
- package/dist/assets/components/sources/NotionIcon.js +20 -0
- package/dist/assets/components/sources/NotionLogoSourceIconDark.d.ts +3 -0
- package/dist/assets/components/sources/NotionLogoSourceIconDark.js +10 -0
- package/dist/assets/components/sources/NotionLogoSourceIconLight.d.ts +3 -0
- package/dist/assets/components/sources/NotionLogoSourceIconLight.js +13 -0
- package/dist/assets/components/sources/PostgresLogoSourceIconDark.d.ts +3 -0
- package/dist/assets/components/sources/PostgresLogoSourceIconDark.js +28 -0
- package/dist/assets/components/sources/PostgresLogoSourceIconLight.d.ts +3 -0
- package/dist/assets/components/sources/PostgresLogoSourceIconLight.js +28 -0
- package/dist/assets/components/sources/PostgresqlIcon.d.ts +3 -0
- package/dist/assets/components/sources/PostgresqlIcon.js +61 -0
- package/dist/assets/components/sources/PostgresqlLogoSourceIconDark.d.ts +3 -0
- package/dist/assets/components/sources/PostgresqlLogoSourceIconDark.js +10 -0
- package/dist/assets/components/sources/PostgresqlLogoSourceIconLight.d.ts +3 -0
- package/dist/assets/components/sources/PostgresqlLogoSourceIconLight.js +13 -0
- package/dist/assets/components/sources/S3Icon.d.ts +3 -0
- package/dist/assets/components/sources/S3Icon.js +76 -0
- package/dist/assets/components/sources/S3LogoSourceIconDark.d.ts +3 -0
- package/dist/assets/components/sources/S3LogoSourceIconDark.js +10 -0
- package/dist/assets/components/sources/S3LogoSourceIconLight.d.ts +3 -0
- package/dist/assets/components/sources/S3LogoSourceIconLight.js +13 -0
- package/dist/assets/components/sources/SalesforceSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/SalesforceSourceIcon.js +23 -0
- package/dist/assets/components/sources/SlackIcon.d.ts +3 -0
- package/dist/assets/components/sources/SlackIcon.js +32 -0
- package/dist/assets/components/sources/SlackLogoSourceIconDark.d.ts +3 -0
- package/dist/assets/components/sources/SlackLogoSourceIconDark.js +15 -0
- package/dist/assets/components/sources/SlackLogoSourceIconLight.d.ts +3 -0
- package/dist/assets/components/sources/SlackLogoSourceIconLight.js +15 -0
- package/dist/assets/components/sources/SnowflakeLogoSourceIconDark.d.ts +3 -0
- package/dist/assets/components/sources/SnowflakeLogoSourceIconDark.js +14 -0
- package/dist/assets/components/sources/SnowflakeLogoSourceIconLight.d.ts +3 -0
- package/dist/assets/components/sources/SnowflakeLogoSourceIconLight.js +14 -0
- package/dist/assets/components/sources/SourcesEmptyStateDark.d.ts +3 -0
- package/dist/assets/components/sources/SourcesEmptyStateDark.js +432 -0
- package/dist/assets/components/sources/SourcesEmptyStateLight.d.ts +3 -0
- package/dist/assets/components/sources/SourcesEmptyStateLight.js +434 -0
- package/dist/assets/components/sources/WikipediaSourceIcon.d.ts +3 -0
- package/dist/assets/components/sources/WikipediaSourceIcon.js +1490 -0
- package/dist/assets/models/galaxy-logomark.js +4 -0
- package/dist/avatar/Avatar.d.ts +9 -0
- package/dist/avatar/Avatar.js +52 -0
- package/dist/avatar/AvatarEmpty.d.ts +36 -0
- package/dist/avatar/AvatarEmpty.js +43 -0
- package/dist/avatar/AvatarShimmer.d.ts +28 -0
- package/dist/avatar/AvatarShimmer.js +21 -0
- package/dist/avatar/GalaxyAvatar.d.ts +6 -0
- package/dist/avatar/GalaxyAvatar.js +36 -0
- package/dist/avatar/types.d.ts +5 -0
- package/dist/avatar/types.js +9 -0
- package/dist/backgrounds/CellGridBackground.d.ts +13 -0
- package/dist/backgrounds/CellGridBackground.js +39 -0
- package/dist/backgrounds/CrossGridBackground.d.ts +14 -0
- package/dist/backgrounds/CrossGridBackground.js +45 -0
- package/dist/backgrounds/DotGridBackground.d.ts +13 -0
- package/dist/backgrounds/DotGridBackground.js +43 -0
- package/dist/badge/Badge.d.ts +30 -0
- package/dist/badge/Badge.js +92 -0
- package/dist/beacons/Beacon.d.ts +43 -0
- package/dist/beacons/Beacon.js +68 -0
- package/dist/buttons/Button.d.ts +30 -0
- package/dist/buttons/Button.js +173 -0
- package/dist/charts/BarChart.d.ts +21 -0
- package/dist/charts/BarChart.js +264 -0
- package/dist/charts/ChartAxis.d.ts +28 -0
- package/dist/charts/ChartAxis.js +94 -0
- package/dist/charts/ChartLegend.d.ts +7 -0
- package/dist/charts/ChartLegend.js +30 -0
- package/dist/charts/ChartTooltip.d.ts +7 -0
- package/dist/charts/ChartTooltip.js +66 -0
- package/dist/charts/LineChart.d.ts +22 -0
- package/dist/charts/LineChart.js +250 -0
- package/dist/charts/PieChart.d.ts +35 -0
- package/dist/charts/PieChart.js +183 -0
- package/dist/charts/constants.d.ts +22 -0
- package/dist/charts/constants.js +38 -0
- package/dist/charts/types.d.ts +80 -0
- package/dist/charts/types.js +0 -0
- package/dist/charts/utils.d.ts +29 -0
- package/dist/charts/utils.js +62 -0
- package/dist/chips/Chip.d.ts +39 -0
- package/dist/chips/Chip.js +185 -0
- package/dist/containers/FlexItem.d.ts +28 -0
- package/dist/containers/FlexItem.js +93 -0
- package/dist/containers/FlexWrapper.d.ts +147 -0
- package/dist/containers/FlexWrapper.js +122 -0
- package/dist/containers/GridWrapper.d.ts +120 -0
- package/dist/containers/GridWrapper.js +117 -0
- package/dist/containers/Spacing.d.ts +13 -0
- package/dist/containers/Spacing.js +52 -0
- package/dist/containers/Wrapper.d.ts +16 -0
- package/dist/containers/Wrapper.js +50 -0
- package/dist/dividers/HorizontalDivider.d.ts +2 -0
- package/dist/dividers/HorizontalDivider.js +17 -0
- package/dist/dividers/VerticalDivider.d.ts +2 -0
- package/dist/dividers/VerticalDivider.js +17 -0
- package/dist/drawer/Drawer.d.ts +13 -0
- package/dist/drawer/Drawer.js +70 -0
- package/dist/dropdown/Dropdown.d.ts +51 -0
- package/dist/dropdown/Dropdown.js +136 -0
- package/dist/dropdown/DropdownButton.d.ts +18 -0
- package/dist/dropdown/DropdownButton.js +179 -0
- package/dist/dropdown/DropdownFooter.d.ts +10 -0
- package/dist/dropdown/DropdownFooter.js +35 -0
- package/dist/dropdown/DropdownItem.d.ts +10 -0
- package/dist/dropdown/DropdownItem.js +38 -0
- package/dist/editor/CodeEditor.d.ts +68 -0
- package/dist/editor/CodeEditor.js +435 -0
- package/dist/editor/CodeEditorReactWidget.d.ts +35 -0
- package/dist/editor/CodeEditorReactWidget.js +47 -0
- package/dist/hooks/useDismiss.d.ts +27 -0
- package/dist/hooks/useDismiss.js +37 -0
- package/dist/hooks/useElementWidth.d.ts +22 -0
- package/dist/hooks/useElementWidth.js +44 -0
- package/dist/hooks/useResize.d.ts +83 -0
- package/dist/hooks/useResize.js +114 -0
- package/dist/hotkeys/HotKeyBindings.d.ts +7 -0
- package/dist/hotkeys/HotKeyBindings.js +23 -0
- package/dist/hotkeys/HotKeySymbol.d.ts +13 -0
- package/dist/hotkeys/HotKeySymbol.js +49 -0
- package/dist/icons/BackIcon.d.ts +3 -0
- package/dist/icons/BackIcon.js +13 -0
- package/dist/icons/CloseIcon.d.ts +3 -0
- package/dist/icons/CloseIcon.js +13 -0
- package/dist/icons/CreateIcon.d.ts +3 -0
- package/dist/icons/CreateIcon.js +13 -0
- package/dist/icons/ForwardIcon.d.ts +3 -0
- package/dist/icons/ForwardIcon.js +13 -0
- package/dist/icons/GalaxyLogomark.d.ts +5 -0
- package/dist/icons/GalaxyLogomark.js +21 -0
- package/dist/icons/GalaxyLogomark3D.d.ts +41 -0
- package/dist/icons/GalaxyLogomark3D.js +310 -0
- package/dist/icons/GalaxyWordmark.d.ts +5 -0
- package/dist/icons/GalaxyWordmark.js +21 -0
- package/dist/icons/HelpIcon.d.ts +3 -0
- package/dist/icons/HelpIcon.js +14 -0
- package/dist/icons/Icon.d.ts +41 -0
- package/dist/icons/Icon.js +51 -0
- package/dist/icons/ProjectsIcon.d.ts +3 -0
- package/dist/icons/ProjectsIcon.js +12 -0
- package/dist/icons/SearchIcon.d.ts +3 -0
- package/dist/icons/SearchIcon.js +12 -0
- package/dist/icons/SourcesIcon.d.ts +3 -0
- package/dist/icons/SourcesIcon.js +12 -0
- package/dist/icons/TextIcon.d.ts +4 -0
- package/dist/icons/TextIcon.js +22 -0
- package/dist/icons/WebScrapeIcon.d.ts +4 -0
- package/dist/icons/WebScrapeIcon.js +22 -0
- package/dist/icons/WebhookIcon.d.ts +4 -0
- package/dist/icons/WebhookIcon.js +22 -0
- package/dist/icons/sources/AttioLogomark.d.ts +4 -0
- package/dist/icons/sources/AttioLogomark.js +8 -0
- package/dist/icons/sources/BrowserbaseLogomark.d.ts +4 -0
- package/dist/icons/sources/BrowserbaseLogomark.js +8 -0
- package/dist/icons/sources/ClickhouseLogomark.d.ts +4 -0
- package/dist/icons/sources/ClickhouseLogomark.js +16 -0
- package/dist/icons/sources/ConfluenceLogomark.d.ts +4 -0
- package/dist/icons/sources/ConfluenceLogomark.js +8 -0
- package/dist/icons/sources/GithubLogomark.d.ts +4 -0
- package/dist/icons/sources/GithubLogomark.js +8 -0
- package/dist/icons/sources/GoogleBigqueryLogomark.d.ts +4 -0
- package/dist/icons/sources/GoogleBigqueryLogomark.js +8 -0
- package/dist/icons/sources/GoogleDriveLogomark.d.ts +4 -0
- package/dist/icons/sources/GoogleDriveLogomark.js +8 -0
- package/dist/icons/sources/HubspotLogomark.d.ts +4 -0
- package/dist/icons/sources/HubspotLogomark.js +8 -0
- package/dist/icons/sources/JiraLogomark.d.ts +4 -0
- package/dist/icons/sources/JiraLogomark.js +8 -0
- package/dist/icons/sources/LinearLogomark.d.ts +4 -0
- package/dist/icons/sources/LinearLogomark.js +8 -0
- package/dist/icons/sources/MySQLLogomark.d.ts +4 -0
- package/dist/icons/sources/MySQLLogomark.js +8 -0
- package/dist/icons/sources/NetsuiteLogomark.d.ts +4 -0
- package/dist/icons/sources/NetsuiteLogomark.js +8 -0
- package/dist/icons/sources/NotionLogomark.d.ts +4 -0
- package/dist/icons/sources/NotionLogomark.js +8 -0
- package/dist/icons/sources/PostgresLogomark.d.ts +4 -0
- package/dist/icons/sources/PostgresLogomark.js +8 -0
- package/dist/icons/sources/S3Logomark.d.ts +4 -0
- package/dist/icons/sources/S3Logomark.js +8 -0
- package/dist/icons/sources/SalesforceLogomark.d.ts +4 -0
- package/dist/icons/sources/SalesforceLogomark.js +8 -0
- package/dist/icons/sources/SlackLogoIconmark.d.ts +4 -0
- package/dist/icons/sources/SlackLogoIconmark.js +8 -0
- package/dist/icons/sources/SnowflakeLogomark.d.ts +4 -0
- package/dist/icons/sources/SnowflakeLogomark.js +16 -0
- package/dist/icons/sources/WikipediaLogomark.d.ts +4 -0
- package/dist/icons/sources/WikipediaLogomark.js +8 -0
- package/dist/inputs/CheckboxInput.d.ts +20 -0
- package/dist/inputs/CheckboxInput.js +97 -0
- package/dist/inputs/ColorInput.d.ts +20 -0
- package/dist/inputs/ColorInput.js +368 -0
- package/dist/inputs/CopyInput.d.ts +15 -0
- package/dist/inputs/CopyInput.js +46 -0
- package/dist/inputs/DateInput.d.ts +19 -0
- package/dist/inputs/DateInput.js +498 -0
- package/dist/inputs/Input.d.ts +91 -0
- package/dist/inputs/Input.js +205 -0
- package/dist/inputs/MultiSelectInput.d.ts +38 -0
- package/dist/inputs/MultiSelectInput.js +566 -0
- package/dist/inputs/MultiTextInput.d.ts +27 -0
- package/dist/inputs/MultiTextInput.js +178 -0
- package/dist/inputs/NumberInput.d.ts +4 -0
- package/dist/inputs/NumberInput.js +34 -0
- package/dist/inputs/PasswordInput.d.ts +4 -0
- package/dist/inputs/PasswordInput.js +40 -0
- package/dist/inputs/RadioInput.d.ts +20 -0
- package/dist/inputs/RadioInput.js +108 -0
- package/dist/inputs/SelectInput.d.ts +51 -0
- package/dist/inputs/SelectInput.js +528 -0
- package/dist/inputs/SliderInput.d.ts +16 -0
- package/dist/inputs/SliderInput.js +172 -0
- package/dist/inputs/TextAreaInput.d.ts +40 -0
- package/dist/inputs/TextAreaInput.js +238 -0
- package/dist/inputs/TextInput.d.ts +4 -0
- package/dist/inputs/TextInput.js +53 -0
- package/dist/inputs/ToggleInput.d.ts +11 -0
- package/dist/inputs/ToggleInput.js +100 -0
- package/dist/inputs/hooks.d.ts +10 -0
- package/dist/inputs/hooks.js +22 -0
- package/dist/links/Link.d.ts +2 -0
- package/dist/links/Link.js +10 -0
- package/dist/lists/BulletedList.d.ts +11 -0
- package/dist/lists/BulletedList.js +41 -0
- package/dist/metrics/MetricItem.d.ts +15 -0
- package/dist/metrics/MetricItem.js +53 -0
- package/dist/metrics/ProgressBar.d.ts +15 -0
- package/dist/metrics/ProgressBar.js +60 -0
- package/dist/modal/Modal.d.ts +7 -0
- package/dist/modal/Modal.js +52 -0
- package/dist/overlay/OverlayProvider.d.ts +26 -0
- package/dist/overlay/OverlayProvider.js +92 -0
- package/dist/overlay/constants.d.ts +27 -0
- package/dist/overlay/constants.js +36 -0
- package/dist/overlay/useOverlay.d.ts +7 -0
- package/dist/overlay/useOverlay.js +46 -0
- package/dist/resizable/HorizontalResizeHandle.d.ts +10 -0
- package/dist/resizable/HorizontalResizeHandle.js +32 -0
- package/dist/resizable/VerticalResizeHandle.d.ts +11 -0
- package/dist/resizable/VerticalResizeHandle.js +33 -0
- package/dist/shapes/Circle.d.ts +6 -0
- package/dist/shapes/Circle.js +25 -0
- package/dist/spreadsheet/InfiniteSpreadsheet.d.ts +3 -0
- package/dist/spreadsheet/InfiniteSpreadsheet.js +265 -0
- package/dist/spreadsheet/SpreadsheetAddColumnButton.d.ts +6 -0
- package/dist/spreadsheet/SpreadsheetAddColumnButton.js +32 -0
- package/dist/spreadsheet/SpreadsheetCell.d.ts +19 -0
- package/dist/spreadsheet/SpreadsheetCell.js +115 -0
- package/dist/spreadsheet/SpreadsheetCellEditor.d.ts +11 -0
- package/dist/spreadsheet/SpreadsheetCellEditor.js +95 -0
- package/dist/spreadsheet/SpreadsheetHeaderCell.d.ts +13 -0
- package/dist/spreadsheet/SpreadsheetHeaderCell.js +125 -0
- package/dist/spreadsheet/SpreadsheetRow.d.ts +21 -0
- package/dist/spreadsheet/SpreadsheetRow.js +68 -0
- package/dist/spreadsheet/SpreadsheetRowActionCell.d.ts +11 -0
- package/dist/spreadsheet/SpreadsheetRowActionCell.js +60 -0
- package/dist/spreadsheet/hooks/useColumnResize.d.ts +6 -0
- package/dist/spreadsheet/hooks/useColumnResize.js +46 -0
- package/dist/spreadsheet/hooks/useSpreadsheetEditing.d.ts +13 -0
- package/dist/spreadsheet/hooks/useSpreadsheetEditing.js +41 -0
- package/dist/spreadsheet/types.d.ts +92 -0
- package/dist/spreadsheet/types.js +21 -0
- package/dist/styles.css +213 -0
- package/dist/switcher/Switcher.d.ts +11 -0
- package/dist/switcher/Switcher.js +41 -0
- package/dist/table/InfiniteTable.d.ts +83 -0
- package/dist/table/InfiniteTable.js +711 -0
- package/dist/table/VirtualizedInfiniteTable.d.ts +28 -0
- package/dist/table/VirtualizedInfiniteTable.js +359 -0
- package/dist/text/Bold.d.ts +3 -0
- package/dist/text/Bold.js +17 -0
- package/dist/text/Code.d.ts +3 -0
- package/dist/text/Code.js +27 -0
- package/dist/text/EditableText.d.ts +7 -0
- package/dist/text/EditableText.js +141 -0
- package/dist/text/Ellipsis.d.ts +10 -0
- package/dist/text/Ellipsis.js +28 -0
- package/dist/text/MarkdownText.d.ts +7 -0
- package/dist/text/MarkdownText.js +295 -0
- package/dist/text/Paragraph.d.ts +16 -0
- package/dist/text/Paragraph.js +76 -0
- package/dist/text/RequiredMarker.d.ts +6 -0
- package/dist/text/RequiredMarker.js +44 -0
- package/dist/text/Selectable.d.ts +3 -0
- package/dist/text/Selectable.js +15 -0
- package/dist/text/Text.d.ts +47 -0
- package/dist/text/Text.js +104 -0
- package/dist/text/TextShimmer.d.ts +7 -0
- package/dist/text/TextShimmer.js +30 -0
- package/dist/theme/GalaxyTheme.d.ts +36 -0
- package/dist/theme/GalaxyTheme.js +107 -0
- package/dist/theme/constants.d.ts +13 -0
- package/dist/theme/constants.js +43 -0
- package/dist/theme/index.d.ts +6 -0
- package/dist/theme/index.js +6 -0
- package/dist/theme/types.d.ts +174 -0
- package/dist/theme/types.js +0 -0
- package/dist/theme/typography.d.ts +2 -0
- package/dist/theme/typography.js +73 -0
- package/dist/theme/variants/dark.d.ts +2 -0
- package/dist/theme/variants/dark.js +125 -0
- package/dist/theme/variants/light.d.ts +2 -0
- package/dist/theme/variants/light.js +125 -0
- package/dist/tooltip/Tooltip.d.ts +37 -0
- package/dist/tooltip/Tooltip.js +79 -0
- package/dist/utils/colors.d.ts +84 -0
- package/dist/utils/colors.js +323 -0
- package/dist/utils/linaria.d.ts +1 -0
- package/dist/utils/linaria.js +8 -0
- package/dist/widget/Widget.d.ts +28 -0
- package/dist/widget/Widget.js +99 -0
- package/package.json +268 -0
|
@@ -0,0 +1,879 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
//#region src/assets/components/root/CreateSourceActionCardDarkHovered.tsx
|
|
3
|
+
var SvgCreateSourceActionCardDarkHovered = (props) => /* @__PURE__ */ jsxs("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
fill: "none",
|
|
6
|
+
viewBox: "0 0 482 354",
|
|
7
|
+
...props,
|
|
8
|
+
children: [/* @__PURE__ */ jsxs("g", {
|
|
9
|
+
clipPath: "url(#create-source-action-card-dark-hovered_svg__a)",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxs("g", {
|
|
12
|
+
clipPath: "url(#create-source-action-card-dark-hovered_svg__b)",
|
|
13
|
+
children: [/* @__PURE__ */ jsx("path", {
|
|
14
|
+
fill: "#ACACAC",
|
|
15
|
+
d: "M31.348 37.974c-2.856 0-4.732-1.918-4.732-5.194 0-3.094 2.058-5.068 4.802-5.068 2.38 0 4.046 1.414 4.27 3.542h-1.652c-.224-1.358-1.134-2.226-2.646-2.226-1.862 0-3.15 1.414-3.15 3.752 0 2.38 1.302 3.878 3.122 3.878 1.54 0 2.534-.924 2.772-2.268h1.582c-.252 2.184-1.89 3.584-4.368 3.584m8.91 0c-2.002 0-3.402-1.4-3.402-3.612 0-2.17 1.414-3.626 3.402-3.626 2.002 0 3.416 1.456 3.416 3.626 0 2.212-1.414 3.612-3.416 3.612m0-1.134c1.176 0 1.932-.966 1.932-2.478 0-1.54-.77-2.478-1.932-2.478-1.148 0-1.918.938-1.918 2.478 0 1.512.742 2.478 1.918 2.478m5.004.91v-6.79h1.442v.378c0 .182 0 .35-.028.56a2.41 2.41 0 0 1 2.1-1.162c1.526 0 2.45 1.022 2.45 2.73v4.284H49.77v-4.088c0-1.134-.462-1.778-1.386-1.778-1.008 0-1.666.826-1.666 1.834v4.032zm7.877 0v-6.79h1.442v.378c0 .182 0 .35-.028.56a2.41 2.41 0 0 1 2.1-1.162c1.526 0 2.45 1.022 2.45 2.73v4.284h-1.456v-4.088c0-1.134-.462-1.778-1.386-1.778-1.008 0-1.666.826-1.666 1.834v4.032zm10.83.224c-2.03 0-3.373-1.288-3.373-3.64 0-2.114 1.4-3.598 3.318-3.598 2.043 0 3.206 1.428 3.206 3.626v.308h-5.055c.029 1.316.813 2.17 1.919 2.17.783 0 1.47-.378 1.61-1.246h1.47c-.14 1.288-1.204 2.38-3.094 2.38m1.625-4.34c-.014-1.064-.644-1.792-1.694-1.792-1.023 0-1.722.77-1.82 1.792zm6.089 4.34c-2.002 0-3.402-1.302-3.402-3.626 0-2.212 1.512-3.612 3.472-3.612 1.792 0 2.926 1.078 3.08 2.646h-1.484c-.084-.826-.63-1.498-1.61-1.498-1.148 0-1.974.98-1.974 2.464s.784 2.492 1.96 2.492c1.022 0 1.596-.644 1.708-1.526h1.456c-.182 1.596-1.274 2.66-3.206 2.66m7.392-.112c-1.232 0-2.072-.602-2.072-2.114v-3.612h-1.414V30.96h1.414v-2.352h1.456v2.352h1.54v1.176h-1.54v3.416c0 .756.336 1.092.994 1.092.168 0 .336-.014.518-.042v1.162c-.21.056-.546.098-.896.098m5.284.112c-2.03 0-3.374-1.288-3.374-3.64 0-2.114 1.4-3.598 3.318-3.598 2.044 0 3.206 1.428 3.206 3.626v.308h-5.054c.028 1.316.812 2.17 1.918 2.17.784 0 1.47-.378 1.61-1.246h1.47c-.14 1.288-1.204 2.38-3.094 2.38m1.624-4.34c-.014-1.064-.644-1.792-1.694-1.792-1.022 0-1.722.77-1.82 1.792zm5.81 4.34c-1.793 0-3.123-1.26-3.123-3.612 0-2.24 1.386-3.626 3.15-3.626 1.093 0 1.793.574 2.143 1.162-.028-.21-.028-.406-.028-.602V27.95h1.456v9.8h-1.457v-.336c0-.224 0-.406.029-.602-.322.56-1.036 1.162-2.17 1.162m.307-1.134c1.107 0 1.919-.994 1.919-2.492s-.799-2.464-1.919-2.464-1.931 1.008-1.931 2.478c0 1.498.797 2.478 1.931 2.478"
|
|
16
|
+
}), /* @__PURE__ */ jsxs("g", {
|
|
17
|
+
clipPath: "url(#create-source-action-card-dark-hovered_svg__c)",
|
|
18
|
+
children: [
|
|
19
|
+
/* @__PURE__ */ jsxs("g", {
|
|
20
|
+
filter: "url(#create-source-action-card-dark-hovered_svg__d)",
|
|
21
|
+
children: [
|
|
22
|
+
/* @__PURE__ */ jsx("rect", {
|
|
23
|
+
width: 308.25,
|
|
24
|
+
height: 144.5,
|
|
25
|
+
x: 26,
|
|
26
|
+
y: 56.75,
|
|
27
|
+
fill: "#161616",
|
|
28
|
+
rx: 8,
|
|
29
|
+
shapeRendering: "crispEdges"
|
|
30
|
+
}),
|
|
31
|
+
/* @__PURE__ */ jsx("rect", {
|
|
32
|
+
width: 307.75,
|
|
33
|
+
height: 144,
|
|
34
|
+
x: 26.25,
|
|
35
|
+
y: 57,
|
|
36
|
+
stroke: "#2C2C2C",
|
|
37
|
+
strokeWidth: .5,
|
|
38
|
+
rx: 7.75,
|
|
39
|
+
shapeRendering: "crispEdges"
|
|
40
|
+
}),
|
|
41
|
+
/* @__PURE__ */ jsx("rect", {
|
|
42
|
+
width: 28,
|
|
43
|
+
height: 28,
|
|
44
|
+
x: 38,
|
|
45
|
+
y: 68.75,
|
|
46
|
+
fill: "#fff",
|
|
47
|
+
rx: 4
|
|
48
|
+
}),
|
|
49
|
+
/* @__PURE__ */ jsx("g", {
|
|
50
|
+
clipPath: "url(#create-source-action-card-dark-hovered_svg__e)",
|
|
51
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
52
|
+
fill: "#29B5E8",
|
|
53
|
+
fillRule: "evenodd",
|
|
54
|
+
d: "m59.018 81.172-1.876 1.08 1.876 1.07a.986.986 0 1 1-.987 1.705l-3.36-1.933a.99.99 0 0 1-.459-1.109 1 1 0 0 1 .456-.59l3.36-1.927a.992.992 0 0 1 1.478.726.97.97 0 0 1-.488.978m-1.775 5.23-3.36-1.929a.994.994 0 0 0-1.487.85v3.856a.99.99 0 0 0 .99.954.99.99 0 0 0 .988-.954v-2.16l1.88 1.078a.988.988 0 0 0 1.448-1.107.98.98 0 0 0-.46-.598zm-3.872-3.77-1.4 1.382a.28.28 0 0 1-.176.074h-.411a.3.3 0 0 1-.175-.074l-1.393-1.386a.28.28 0 0 1-.073-.173v-.41a.3.3 0 0 1 .073-.174l1.392-1.386a.3.3 0 0 1 .176-.073h.41a.28.28 0 0 1 .176.073l1.396 1.386c.044.048.069.11.072.174v.41a.28.28 0 0 1-.072.172zm-1.116-.384a.3.3 0 0 0-.079-.178l-.404-.399a.3.3 0 0 0-.175-.073h-.015a.28.28 0 0 0-.174.073l-.404.4a.3.3 0 0 0-.072.176v.014a.27.27 0 0 0 .072.173l.406.398c.048.044.11.07.174.073h.015a.3.3 0 0 0 .175-.073l.405-.401a.3.3 0 0 0 .074-.173zm-6.319-4.149 3.36 1.924a.995.995 0 0 0 1.489-.851V75.32a.988.988 0 0 0-1.978 0v2.16l-1.883-1.08a.986.986 0 0 0-.988 1.706zm7.375 2.056a1 1 0 0 0 .569-.128l3.36-1.933a.986.986 0 1 0-.99-1.706l-1.88 1.09v-2.161a.99.99 0 0 0-.988-.955.99.99 0 0 0-.99.955v3.855a.984.984 0 0 0 .919.983m-3.44 4.19a.98.98 0 0 0-.57.128l-3.365 1.925a.986.986 0 1 0 .989 1.706l1.882-1.079v2.16a.99.99 0 0 0 .989.955.99.99 0 0 0 .989-.954v-3.862a.983.983 0 0 0-.915-.98m-.912-1.805a.98.98 0 0 0-.455-1.137l-3.357-1.932a.99.99 0 0 0-1.471.723.98.98 0 0 0 .486.978l1.875 1.08-1.875 1.07a.986.986 0 1 0 .985 1.705l3.357-1.933a.98.98 0 0 0 .454-.554zm10.608-6.393h-.152v.185h.15c.07 0 .115-.032.115-.09 0-.06-.041-.095-.114-.095m-.335-.17h.342c.184 0 .307.1.307.257a.24.24 0 0 1-.123.216l.133.191v.04H59.7l-.133-.183h-.15v.182h-.185zm.945.365a.62.62 0 0 0-.635-.663c-.377 0-.628.272-.628.663 0 .373.25.662.628.662a.623.623 0 0 0 .636-.662m.157 0c0 .443-.296.812-.797.812-.5 0-.784-.373-.784-.812s.292-.812.784-.812.796.369.796.812z",
|
|
55
|
+
clipRule: "evenodd"
|
|
56
|
+
})
|
|
57
|
+
}),
|
|
58
|
+
/* @__PURE__ */ jsx("path", {
|
|
59
|
+
fill: "#fff",
|
|
60
|
+
d: "M77.892 90.858c-1.89 0-3.052-1.036-3.052-2.548h1.47c.014.854.602 1.414 1.61 1.414 1.078 0 1.848-.602 1.848-1.834v-.784c0-.224 0-.434.028-.644-.378.644-1.148 1.12-2.17 1.12-1.82 0-3.066-1.288-3.066-3.416 0-2.1 1.4-3.43 3.038-3.43 1.162 0 1.82.532 2.198 1.162-.028-.196-.028-.392-.028-.602v-.336h1.456v6.51c0 2.282-1.246 3.388-3.332 3.388m.07-4.424c1.106 0 1.89-.924 1.89-2.268 0-1.33-.784-2.282-1.89-2.282-1.134 0-1.918.938-1.918 2.282 0 1.358.784 2.268 1.918 2.268m4.368 1.316 2.548-3.472-2.38-3.318h1.708l1.12 1.68c.14.196.266.392.392.602.112-.21.238-.392.378-.588l1.162-1.694h1.638l-2.436 3.29 2.52 3.5h-1.708l-1.246-1.876-.392-.588-.378.588-1.288 1.876zm7.016-2.884V83.48h3.626v1.386zm7.901 3.108c-1.876 0-2.996-.994-3.066-2.52h1.456c.042.868.602 1.414 1.596 1.414.854 0 1.414-.392 1.414-.994 0-.49-.378-.77-1.148-.924l-.924-.182c-1.344-.252-2.156-.91-2.156-2.002 0-1.162 1.106-2.03 2.716-2.03 1.722 0 2.786.868 2.856 2.268h-1.456c-.07-.742-.602-1.162-1.442-1.162-.728 0-1.232.322-1.232.854 0 .476.336.714 1.148.868l.938.182c1.274.252 2.128.854 2.128 2.016 0 1.26-1.078 2.212-2.828 2.212m4.399-.224v-6.79h1.442v.378c0 .182 0 .35-.028.56a2.41 2.41 0 0 1 2.1-1.162c1.526 0 2.45 1.022 2.45 2.73v4.284h-1.456v-4.088c0-1.134-.462-1.778-1.386-1.778-1.008 0-1.666.826-1.666 1.834v4.032zm10.859.224c-2.002 0-3.402-1.4-3.402-3.612 0-2.17 1.414-3.626 3.402-3.626 2.002 0 3.416 1.456 3.416 3.626 0 2.212-1.414 3.612-3.416 3.612m0-1.134c1.176 0 1.932-.966 1.932-2.478 0-1.54-.77-2.478-1.932-2.478-1.148 0-1.918.938-1.918 2.478 0 1.512.742 2.478 1.918 2.478m6.279.91-2.142-6.79h1.526l1.358 4.816c.056.21.112.434.154.658l.168-.658 1.302-4.816h1.89l1.344 4.816c.056.196.112.406.154.644.056-.238.098-.448.168-.658l1.344-4.802h1.428l-2.1 6.79h-1.75l-1.372-4.886-.154-.672a3.6 3.6 0 0 1-.168.672l-1.358 4.886zm10.499 0v-5.614h-1.316V80.96h1.316v-1.022c0-1.47.882-2.226 2.058-2.226.364 0 .658.07.798.126v1.176a2 2 0 0 0-.448-.056c-.574 0-.952.336-.952.952v1.05h1.414v1.176h-1.414v5.614zm4.046 0v-9.8h1.456v9.8zm5.379.224c-1.232 0-2.338-.784-2.338-2.086 0-1.428 1.12-2.002 2.45-2.184l1.218-.182c.532-.07.714-.266.714-.644 0-.602-.476-1.036-1.232-1.036-.924 0-1.442.504-1.484 1.274h-1.484c.07-1.33 1.134-2.38 2.87-2.38 1.876 0 2.772 1.05 2.772 2.786v4.228h-1.358v-.308c0-.21.014-.406.028-.616-.35.686-1.064 1.148-2.156 1.148m.322-1.092c.994 0 1.75-.7 1.75-1.736v-.868c-.112.14-.364.224-.77.294l-.77.154c-.798.154-1.372.462-1.372 1.12s.518 1.036 1.162 1.036m5.062.868v-9.8h1.456v5.796c.154-.196.336-.406.504-.574l2.128-2.212h1.876l-2.884 2.884 3.178 3.906h-1.918l-2.254-2.912-.63.63v2.282zm9.792.224c-2.03 0-3.374-1.288-3.374-3.64 0-2.114 1.4-3.598 3.318-3.598 2.044 0 3.206 1.428 3.206 3.626v.308h-5.054c.028 1.316.812 2.17 1.918 2.17.784 0 1.47-.378 1.61-1.246h1.47c-.14 1.288-1.204 2.38-3.094 2.38m1.624-4.34c-.014-1.064-.644-1.792-1.694-1.792-1.022 0-1.722.77-1.82 1.792z"
|
|
61
|
+
}),
|
|
62
|
+
/* @__PURE__ */ jsx("circle", {
|
|
63
|
+
cx: 250.25,
|
|
64
|
+
cy: 82.75,
|
|
65
|
+
r: 5.25,
|
|
66
|
+
fill: "#55C393",
|
|
67
|
+
fillOpacity: .2
|
|
68
|
+
}),
|
|
69
|
+
/* @__PURE__ */ jsx("circle", {
|
|
70
|
+
cx: 250.25,
|
|
71
|
+
cy: 82.75,
|
|
72
|
+
r: 2.625,
|
|
73
|
+
fill: "#55C393"
|
|
74
|
+
}),
|
|
75
|
+
/* @__PURE__ */ jsx("path", {
|
|
76
|
+
fill: "#55C393",
|
|
77
|
+
d: "M265.834 86.942c-2.448 0-4.056-1.644-4.056-4.452 0-2.652 1.764-4.344 4.116-4.344 2.04 0 3.468 1.212 3.66 3.036h-1.416c-.192-1.164-.972-1.908-2.268-1.908-1.596 0-2.7 1.212-2.7 3.216 0 2.04 1.116 3.324 2.676 3.324 1.32 0 2.172-.792 2.376-1.944h1.356c-.216 1.872-1.62 3.072-3.744 3.072m7.637 0c-1.716 0-2.916-1.2-2.916-3.096 0-1.86 1.212-3.108 2.916-3.108 1.716 0 2.928 1.248 2.928 3.108 0 1.896-1.212 3.096-2.928 3.096m0-.972c1.008 0 1.656-.828 1.656-2.124 0-1.32-.66-2.124-1.656-2.124-.984 0-1.644.804-1.644 2.124 0 1.296.636 2.124 1.644 2.124m4.289.78v-5.82h1.236v.324c0 .156 0 .3-.024.48.325-.54.949-.996 1.801-.996 1.308 0 2.1.876 2.1 2.34v3.672h-1.248v-3.504c0-.972-.396-1.524-1.188-1.524-.864 0-1.429.708-1.429 1.572v3.456zm6.752 0v-5.82h1.236v.324c0 .156 0 .3-.024.48.324-.54.948-.996 1.8-.996 1.308 0 2.1.876 2.1 2.34v3.672h-1.248v-3.504c0-.972-.396-1.524-1.188-1.524-.864 0-1.428.708-1.428 1.572v3.456zm9.283.192c-1.74 0-2.892-1.104-2.892-3.12 0-1.812 1.2-3.084 2.844-3.084 1.752 0 2.748 1.224 2.748 3.108v.264h-4.332c.024 1.128.696 1.86 1.644 1.86.672 0 1.26-.324 1.38-1.068h1.26c-.12 1.104-1.032 2.04-2.652 2.04m1.392-3.72c-.012-.912-.552-1.536-1.452-1.536-.876 0-1.476.66-1.56 1.536zm5.22 3.72c-1.716 0-2.916-1.116-2.916-3.108 0-1.896 1.296-3.096 2.976-3.096 1.536 0 2.508.924 2.64 2.268h-1.272c-.072-.708-.54-1.284-1.38-1.284-.984 0-1.692.84-1.692 2.112s.672 2.136 1.68 2.136c.876 0 1.368-.552 1.464-1.308h1.248c-.156 1.368-1.092 2.28-2.748 2.28m6.336-.096c-1.056 0-1.776-.516-1.776-1.812v-3.096h-1.212V80.93h1.212v-2.016h1.248v2.016h1.32v1.008h-1.32v2.928c0 .648.288.936.852.936.144 0 .288-.012.444-.036v.996c-.18.048-.468.084-.768.084m4.529.096c-1.74 0-2.892-1.104-2.892-3.12 0-1.812 1.2-3.084 2.844-3.084 1.752 0 2.748 1.224 2.748 3.108v.264h-4.332c.024 1.128.696 1.86 1.644 1.86.672 0 1.26-.324 1.38-1.068h1.26c-.12 1.104-1.032 2.04-2.652 2.04m1.392-3.72c-.012-.912-.552-1.536-1.452-1.536-.876 0-1.476.66-1.56 1.536zm4.98 3.72c-1.536 0-2.676-1.08-2.676-3.096 0-1.92 1.188-3.108 2.7-3.108.936 0 1.536.492 1.836.996-.024-.18-.024-.348-.024-.516V78.35h1.248v8.4h-1.248v-.288c0-.192 0-.348.024-.516-.276.48-.888.996-1.86.996m.264-.972c.948 0 1.644-.852 1.644-2.136s-.684-2.112-1.644-2.112-1.656.864-1.656 2.124c0 1.284.684 2.124 1.656 2.124"
|
|
78
|
+
}),
|
|
79
|
+
/* @__PURE__ */ jsx("path", {
|
|
80
|
+
fill: "#868686",
|
|
81
|
+
d: "M39.183 116.75v-9.1h1.183v8.099h4.745v1.001zm8.912.195c-1.196 0-2.158-.728-2.158-1.911 0-1.209.962-1.781 2.08-1.95l1.34-.208c.48-.078.636-.247.636-.624 0-.689-.533-1.092-1.26-1.092-.963 0-1.457.507-1.483 1.287h-1.118c.04-1.144.936-2.171 2.51-2.171 1.56 0 2.443.923 2.443 2.366v4.108H50.02v-.845c-.312.65-.988 1.04-1.924 1.04m.156-.871c1.001 0 1.742-.676 1.742-1.69v-.923c-.078.117-.312.208-.689.273l-.91.169c-.74.143-1.3.468-1.3 1.131 0 .65.52 1.04 1.157 1.04m6.94.871c-1.69 0-2.666-.923-2.692-2.262h1.092c.04.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.91-.819-1.91-1.781 0-1.066 1.013-1.846 2.43-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.09-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.56 2.015m6.26-.091c-.936 0-1.78-.455-1.78-1.846v-3.601H58.5v-.923h1.17v-2.067h1.117v2.067h1.3v.923h-1.3v3.484c0 .728.364.962.923.962.156 0 .286-.013.468-.039v.962a3.3 3.3 0 0 1-.728.078m7.518.091c-1.69 0-2.665-.923-2.69-2.262h1.091c.04.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.91-.819-1.91-1.781 0-1.066 1.013-1.846 2.43-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.09-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.56 2.015m4.533 2.509 1.144-2.925-2.51-6.045h1.236l1.56 4.004.299.767.273-.767 1.378-4.004h1.17l-3.367 8.97zm5.804-2.704v-6.266h1.105v.845c.338-.546 1.092-1.053 1.937-1.053 1.443 0 2.314.91 2.314 2.522v3.952h-1.118v-3.809c0-1.183-.39-1.781-1.378-1.781-1.092 0-1.742.832-1.742 1.82v3.77zm9.98.195c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314H90.91c-.104-.819-.663-1.43-1.6-1.43-1.195 0-1.975 1.053-1.975 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.995 0c-1.872 0-3.042-1.183-3.042-3.354 0-1.924 1.26-3.315 2.977-3.315 1.872 0 2.899 1.313 2.899 3.328v.221h-4.758c.026 1.43.858 2.249 1.937 2.249.767 0 1.495-.299 1.65-1.261h1.106c-.13 1.105-.988 2.132-2.77 2.132m1.638-3.913c0-1.118-.611-1.872-1.703-1.872-1.053 0-1.742.819-1.82 1.872zm5.279 3.913c-1.638 0-2.886-1.196-2.886-3.328 0-1.898 1.131-3.341 2.912-3.341 1.04 0 1.729.572 2.015 1.053v-3.6790000000000003h1.118v9.1h-1.118v-.871c-.338.585-1.105 1.066-2.041 1.066m.195-.871c1.118 0 1.924-.962 1.924-2.47 0-1.495-.793-2.444-1.924-2.444s-1.924.988-1.924 2.457.78 2.457 1.924 2.457M114.809 116.958c-2.028 0-3.276-1.144-3.276-2.99h1.417c0 1.118.715 1.833 1.859 1.833 1.131 0 1.911-.598 1.911-1.625 0-.975-.793-1.547-1.872-1.547h-.598v-1.209h.611c.897 0 1.651-.468 1.651-1.443 0-.858-.624-1.391-1.625-1.391-1.105 0-1.755.637-1.807 1.664h-1.443c.065-1.703 1.3-2.821 3.276-2.821 1.742 0 3.003 1.001 3.003 2.496 0 .975-.637 1.742-1.664 2.054 1.144.312 1.872 1.105 1.872 2.288 0 1.586-1.378 2.691-3.315 2.691m7.857-.208v-9.1h1.352v3.094l-.026.572c.338-.611 1.014-1.079 1.937-1.079 1.417 0 2.275.949 2.275 2.535v3.978h-1.352v-3.796c0-1.053-.429-1.651-1.313-1.651-.923 0-1.521.767-1.521 1.703v3.744zm10.083.208c-1.859 0-3.159-1.3-3.159-3.354 0-2.015 1.313-3.367 3.159-3.367 1.859 0 3.172 1.352 3.172 3.367 0 2.054-1.313 3.354-3.172 3.354m0-1.053c1.092 0 1.794-.897 1.794-2.301 0-1.43-.715-2.301-1.794-2.301-1.066 0-1.781.871-1.781 2.301 0 1.404.689 2.301 1.781 2.301m6.843 1.053c-1.365 0-2.262-.871-2.262-2.509v-4.004h1.352v3.77c0 1.04.403 1.677 1.3 1.677.91 0 1.482-.689 1.482-1.833v-3.614h1.352v6.305h-1.339v-.325c0-.182.013-.377.039-.546-.312.637-.975 1.079-1.924 1.079m5.067-.208v-6.305h1.352v.377l-.026.715c.325-.715.949-1.3 1.911-1.3.104 0 .208 0 .312.026v1.313c-.104-.013-.221-.039-.403-.039-1.092 0-1.794.585-1.794 1.976v3.237zm6.988.208c-1.742 0-2.782-.923-2.847-2.34h1.352c.039.806.559 1.313 1.482 1.313.793 0 1.313-.364 1.313-.923 0-.455-.351-.715-1.066-.858l-.858-.169c-1.248-.234-2.002-.845-2.002-1.859 0-1.079 1.027-1.885 2.522-1.885 1.599 0 2.587.806 2.652 2.106h-1.352c-.065-.689-.559-1.079-1.339-1.079-.676 0-1.144.299-1.144.793 0 .442.312.663 1.066.806l.871.169c1.183.234 1.976.793 1.976 1.872 0 1.17-1.001 2.054-2.626 2.054m8.851 0c-1.144 0-2.171-.728-2.171-1.937 0-1.326 1.04-1.859 2.275-2.028l1.131-.169c.494-.065.663-.247.663-.598 0-.559-.442-.962-1.144-.962-.858 0-1.339.468-1.378 1.183h-1.378c.065-1.235 1.053-2.21 2.665-2.21 1.742 0 2.574.975 2.574 2.587v3.926h-1.261v-.286c0-.195.013-.377.026-.572-.325.637-.988 1.066-2.002 1.066m.299-1.014c.923 0 1.625-.65 1.625-1.612v-.806c-.104.13-.338.208-.715.273l-.715.143c-.741.143-1.274.429-1.274 1.04s.481.962 1.079.962m7.418 3.692c-1.755 0-2.834-.962-2.834-2.366h1.365c.013.793.559 1.313 1.495 1.313 1.001 0 1.716-.559 1.716-1.703v-.728c0-.208 0-.403.026-.598-.351.598-1.066 1.04-2.015 1.04-1.69 0-2.847-1.196-2.847-3.172 0-1.95 1.3-3.185 2.821-3.185 1.079 0 1.69.494 2.041 1.079-.026-.182-.026-.364-.026-.559v-.312h1.352v6.045c0 2.119-1.157 3.146-3.094 3.146m.065-4.108c1.027 0 1.755-.858 1.755-2.106 0-1.235-.728-2.119-1.755-2.119-1.053 0-1.781.871-1.781 2.119 0 1.261.728 2.106 1.781 2.106m7.643 1.43c-1.859 0-3.159-1.3-3.159-3.354 0-2.015 1.313-3.367 3.159-3.367 1.859 0 3.172 1.352 3.172 3.367 0 2.054-1.313 3.354-3.172 3.354m0-1.053c1.092 0 1.794-.897 1.794-2.301 0-1.43-.715-2.301-1.794-2.301-1.066 0-1.781.871-1.781 2.301 0 1.404.689 2.301 1.781 2.301"
|
|
82
|
+
}),
|
|
83
|
+
/* @__PURE__ */ jsx("rect", {
|
|
84
|
+
width: 83.5,
|
|
85
|
+
height: 18.5,
|
|
86
|
+
x: 38.25,
|
|
87
|
+
y: 132,
|
|
88
|
+
fill: "#1B1B1B",
|
|
89
|
+
rx: 3.75
|
|
90
|
+
}),
|
|
91
|
+
/* @__PURE__ */ jsx("rect", {
|
|
92
|
+
width: 83.5,
|
|
93
|
+
height: 18.5,
|
|
94
|
+
x: 38.25,
|
|
95
|
+
y: 132,
|
|
96
|
+
stroke: "#2C2C2C",
|
|
97
|
+
strokeWidth: .5,
|
|
98
|
+
rx: 3.75
|
|
99
|
+
}),
|
|
100
|
+
/* @__PURE__ */ jsx("path", {
|
|
101
|
+
fill: "#ACACAC",
|
|
102
|
+
d: "M48 136.188a5.06 5.06 0 0 0-4.677 3.125A5.062 5.062 0 1 0 48 136.188m3.938 5.055c-.027.067-.268.334-1.073.578q-.406.121-.824.195.022-.383.022-.766c0-1.305-.186-2.664-.575-3.645a3.94 3.94 0 0 1 2.45 3.638m-3.945-3.931c.066.027.334.268.578 1.073.235.778.367 1.796.367 2.865q-.001.46-.032.906-.444.031-.906.032c-1.07 0-2.087-.131-2.865-.367-.805-.243-1.046-.511-1.072-.578a3.944 3.944 0 0 1 3.93-3.931m-3.638 5.426c.981.389 2.34.574 3.645.574q.382 0 .766-.021a7 7 0 0 1-.195.824c-.243.805-.511 1.046-.578 1.073a3.95 3.95 0 0 1-3.638-2.45m5.133 2.157a8 8 0 0 0 .436-1.721c.633-.094 1.225-.239 1.72-.436a3.96 3.96 0 0 1-2.156 2.157"
|
|
103
|
+
}),
|
|
104
|
+
/* @__PURE__ */ jsx("path", {
|
|
105
|
+
fill: "#fff",
|
|
106
|
+
d: "M58.559 145.75c0-1.17.481-1.937 1.898-3.016l1.235-.949c.767-.598 1.716-1.43 1.716-2.587 0-1.04-.637-1.82-1.729-1.82-1.105 0-1.859.78-1.859 2.275v.169h-1.17v-.299c0-1.95 1.326-3.081 3.029-3.081 1.69 0 2.912 1.053 2.912 2.743 0 1.365-.819 2.34-2.535 3.64l-.637.481c-.845.637-1.352 1.066-1.443 1.404h4.771v1.04zm10.93 2.704v-8.97h1.118v.858c.352-.559 1.132-1.066 2.067-1.066 1.807 0 2.886 1.417 2.886 3.328 0 1.989-1.183 3.341-2.912 3.341-.897 0-1.638-.429-2.04-1.066v3.575zm2.99-3.38c1.157 0 1.912-1.014 1.912-2.47 0-1.443-.755-2.444-1.912-2.444-1.13 0-1.936.949-1.936 2.444 0 1.469.792 2.47 1.936 2.47m4.667.676v-6.266h1.118v1.04c.312-.715 1.001-1.248 1.963-1.248.078 0 .182 0 .286.013v1.105a2 2 0 0 0-.35-.026c-1.21 0-1.899.676-1.899 2.067v3.315zm7.123.195c-1.807 0-3.08-1.339-3.08-3.341 0-1.95 1.273-3.328 3.08-3.328 1.794 0 3.081 1.378 3.081 3.328 0 2.002-1.287 3.341-3.08 3.341m0-.871c1.196 0 1.924-1.001 1.924-2.47s-.754-2.444-1.924-2.444-1.924.975-1.924 2.444.728 2.47 1.924 2.47m4.129 3.575c-.208 0-.416-.013-.624-.065v-1.001a1 1 0 0 0 .325.052c.559 0 .923-.26.923-1.066v-7.085h1.118v7.423c0 .754-.403 1.742-1.742 1.742m.533-10.348v-1.339h1.3v1.339zm5.84 7.644c-1.873 0-3.043-1.183-3.043-3.354 0-1.924 1.261-3.315 2.977-3.315 1.872 0 2.9 1.313 2.9 3.328v.221h-4.759c.026 1.43.858 2.249 1.937 2.249.767 0 1.495-.299 1.651-1.261h1.105c-.13 1.105-.988 2.132-2.769 2.132m1.637-3.913c0-1.118-.61-1.872-1.703-1.872-1.053 0-1.742.819-1.82 1.872zm5.5 3.913c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314h-1.157c-.104-.819-.663-1.43-1.599-1.43-1.196 0-1.976 1.053-1.976 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.579-.091c-.936 0-1.781-.455-1.781-1.846v-3.601h-1.17v-.923h1.17v-2.067h1.118v2.067h1.3v.923h-1.3v3.484c0 .728.364.962.923.962.156 0 .286-.013.468-.039v.962a3.3 3.3 0 0 1-.728.078m4.406.091c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015"
|
|
107
|
+
}),
|
|
108
|
+
/* @__PURE__ */ jsx("rect", {
|
|
109
|
+
width: 77.5,
|
|
110
|
+
height: 18.5,
|
|
111
|
+
x: 130.25,
|
|
112
|
+
y: 132,
|
|
113
|
+
fill: "#1B1B1B",
|
|
114
|
+
rx: 3.75
|
|
115
|
+
}),
|
|
116
|
+
/* @__PURE__ */ jsx("rect", {
|
|
117
|
+
width: 77.5,
|
|
118
|
+
height: 18.5,
|
|
119
|
+
x: 130.25,
|
|
120
|
+
y: 132,
|
|
121
|
+
stroke: "#2C2C2C",
|
|
122
|
+
strokeWidth: .5,
|
|
123
|
+
rx: 3.75
|
|
124
|
+
}),
|
|
125
|
+
/* @__PURE__ */ jsx("path", {
|
|
126
|
+
fill: "#ACACAC",
|
|
127
|
+
d: "M138.125 140.313h-2.25a.567.567 0 0 1-.563-.563v-2.25a.566.566 0 0 1 .961-.398.57.57 0 0 1 .165.398v.891l.365-.366a4.66 4.66 0 0 1 3.291-1.372h.026a4.66 4.66 0 0 1 3.275 1.335.562.562 0 1 1-.786.804 3.56 3.56 0 0 0-5.009.03l-.366.366h.891a.566.566 0 0 1 .563.562.567.567 0 0 1-.563.563m6 1.875h-2.25a.566.566 0 0 0-.563.562.567.567 0 0 0 .563.563h.891l-.366.365a3.54 3.54 0 0 1-2.499 1.044h-.021a3.54 3.54 0 0 1-2.488-1.014.565.565 0 0 0-.796.009.56.56 0 0 0 .009.795 4.66 4.66 0 0 0 3.275 1.335h.026a4.66 4.66 0 0 0 3.289-1.373l.367-.365V145a.567.567 0 0 0 .563.563.567.567 0 0 0 .563-.563v-2.25a.566.566 0 0 0-.563-.562"
|
|
128
|
+
}),
|
|
129
|
+
/* @__PURE__ */ jsx("path", {
|
|
130
|
+
fill: "#fff",
|
|
131
|
+
d: "M153.653 145.945c-1.872 0-3.042-1.066-3.042-2.626h1.17c0 1.027.676 1.703 1.833 1.703 1.313 0 2.08-.884 2.08-2.236 0-1.287-.702-2.184-1.924-2.184-.962 0-1.716.676-1.924 1.209h-1.092l.663-5.161h4.953v1.04h-4.095l-.299 2.301-.078.676c.455-.598 1.261-.988 2.145-.988 1.677 0 2.834 1.326 2.834 3.029 0 1.898-1.274 3.237-3.224 3.237m7.816 0c-2.379 0-3.276-2.015-3.276-4.537 0-2.808 1.17-4.966 3.666-4.966 1.612 0 2.691.975 2.704 2.405h-1.157c-.026-.897-.637-1.495-1.573-1.495-1.521 0-2.379 1.196-2.483 3.406-.013.13-.013.273-.013.416.39-.741 1.3-1.391 2.418-1.391 1.69 0 2.821 1.3 2.821 3.029 0 1.82-1.352 3.133-3.107 3.133m0-.871c1.105 0 1.924-.897 1.924-2.249 0-1.157-.715-2.119-1.859-2.119s-1.989.923-1.989 2.08c0 1.56.845 2.288 1.924 2.288m10.128.871c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015m4.533 2.509 1.144-2.925-2.509-6.045H176l1.56 4.004.299.767.273-.767 1.378-4.004h1.17l-3.367 8.97zm5.803-2.704v-6.266h1.105v.845c.338-.546 1.092-1.053 1.937-1.053 1.443 0 2.314.91 2.314 2.522v3.952h-1.118v-3.809c0-1.183-.39-1.781-1.378-1.781-1.092 0-1.742.832-1.742 1.82v3.77zm9.98.195c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314h-1.157c-.104-.819-.663-1.43-1.599-1.43-1.196 0-1.976 1.053-1.976 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.554 0c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015"
|
|
132
|
+
}),
|
|
133
|
+
/* @__PURE__ */ jsx("path", {
|
|
134
|
+
fill: "#fff",
|
|
135
|
+
fillOpacity: .08,
|
|
136
|
+
d: "M38 162.75h284.25v.5H38z"
|
|
137
|
+
}),
|
|
138
|
+
/* @__PURE__ */ jsx("path", {
|
|
139
|
+
fill: "#ACACAC",
|
|
140
|
+
d: "M42.596 186.43c-2.4 0-4.02-1.68-4.02-4.428 0-2.616 1.728-4.344 4.044-4.344 2.028 0 3.42 1.26 3.576 2.904h-1.2c-.216-1.236-1.056-1.98-2.424-1.98-1.704 0-2.844 1.296-2.844 3.42s1.176 3.504 2.844 3.504c1.38 0 2.268-.78 2.496-1.968h1.14c-.228 1.788-1.62 2.892-3.612 2.892m5.07-.18v-5.784H48.7v.96c.288-.66.924-1.152 1.812-1.152.072 0 .168 0 .264.012v1.02a2 2 0 0 0-.324-.024c-1.116 0-1.752.624-1.752 1.908v3.06zm6.54.18c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204H52.43c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.224 3.612c-1.103 0-1.992-.672-1.992-1.764 0-1.116.889-1.644 1.92-1.8l1.236-.192c.444-.072.588-.228.588-.576 0-.636-.492-1.008-1.163-1.008-.889 0-1.344.468-1.368 1.188H58.13c.035-1.056.864-2.004 2.316-2.004 1.44 0 2.255.852 2.255 2.184v3.792h-.983v-.78c-.288.6-.913.96-1.776.96m.145-.804c.923 0 1.607-.624 1.607-1.56v-.852c-.072.108-.288.192-.636.252l-.84.156c-.684.132-1.2.432-1.2 1.044 0 .6.48.96 1.069.96m6.394.72c-.864 0-1.644-.42-1.644-1.704v-3.324h-1.08v-.852h1.08v-1.908h1.032v1.908h1.2v.852h-1.2v3.216c0 .672.336.888.852.888.144 0 .264-.012.432-.036v.888a3 3 0 0 1-.672.072m4.381.084c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204h-4.392c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.873 3.612c-1.512 0-2.664-1.104-2.664-3.072 0-1.752 1.044-3.084 2.688-3.084.96 0 1.596.528 1.86.972v-3.396h1.032v8.4h-1.032v-.804c-.312.54-1.02.984-1.884.984m.18-.804c1.032 0 1.776-.888 1.776-2.28 0-1.38-.732-2.256-1.776-2.256s-1.776.912-1.776 2.268.72 2.268 1.776 2.268m10.36.804c-.803 0-1.523-.396-1.883-.984v.804h-1.032v-8.4h1.032v3.396a2.34 2.34 0 0 1 1.908-.972c1.68 0 2.664 1.32 2.664 3.084 0 1.812-1.056 3.072-2.688 3.072m-.167-.804c1.068 0 1.776-.924 1.776-2.268 0-1.332-.696-2.268-1.776-2.268-1.044 0-1.776.852-1.776 2.256 0 1.356.732 2.28 1.776 2.28m4.706 3.12 1.056-2.7-2.316-5.58h1.14l1.44 3.696.276.708.252-.708 1.272-3.696h1.08l-3.108 8.28z"
|
|
141
|
+
}),
|
|
142
|
+
/* @__PURE__ */ jsx("path", {
|
|
143
|
+
fill: "#fff",
|
|
144
|
+
d: "M102.092 186.25v-8.4h1.704l2.52 6.396.36.912.348-.912 2.496-6.396h1.68v8.4h-1.08v-7.356l-2.856 7.356h-1.224l-2.868-7.344v7.344zm11.083 0v-5.784h1.032v5.784zm-.084-6.876v-1.236h1.2v1.236zm5.008 6.972c-.864 0-1.644-.42-1.644-1.704v-3.324h-1.08v-.852h1.08v-1.908h1.032v1.908h1.2v.852h-1.2v3.216c0 .672.336.888.852.888.144 0 .264-.012.432-.036v.888a3 3 0 0 1-.672.072m4.442.084c-1.572 0-2.868-1.032-2.868-3.084 0-1.824 1.272-3.072 2.916-3.072 1.368 0 2.4.828 2.52 2.136h-1.068c-.096-.756-.612-1.32-1.476-1.32-1.104 0-1.824.972-1.824 2.256 0 1.38.732 2.28 1.848 2.28.852 0 1.428-.492 1.536-1.32h1.02c-.108 1.26-1.02 2.124-2.604 2.124m4.021-.18v-8.4h1.032v3.396c.312-.552.996-.972 1.776-.972 1.332 0 2.136.84 2.136 2.328v3.648h-1.032v-3.516c0-1.092-.372-1.644-1.308-1.644-.984 0-1.572.768-1.572 1.68v3.48zm9.792 0v-8.4h3.276c1.572 0 2.664.66 2.664 2.112 0 .912-.648 1.608-1.404 1.848.996.312 1.608 1.032 1.608 2.076 0 1.872-1.536 2.364-3.18 2.364zm3.144-.924c1.308 0 1.884-.504 1.884-1.5 0-.864-.444-1.512-1.932-1.512h-2.004v3.012zm-.024-3.936c1.092 0 1.704-.492 1.704-1.344 0-.744-.444-1.284-1.62-1.284h-2.112v2.628zm4.529 4.86v-5.784h1.032v.96c.288-.66.924-1.152 1.812-1.152.072 0 .168 0 .264.012v1.02a2 2 0 0 0-.324-.024c-1.116 0-1.752.624-1.752 1.908v3.06zm6.539.18c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204h-4.392c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.993 6.108c-1.524 0-2.52-.852-2.52-2.124h1.02c0 .78.576 1.32 1.512 1.32 1.08 0 1.74-.564 1.74-1.8v-1.092c-.3.588-1.044.96-1.896.96-1.596 0-2.628-1.152-2.628-2.94 0-1.776 1.14-2.976 2.664-2.976.96 0 1.56.492 1.86.972v-.78h1.032v5.496c0 1.98-.936 2.964-2.784 2.964m.06-3.54c1.032 0 1.764-.852 1.764-2.136 0-1.26-.732-2.16-1.764-2.16-1.044 0-1.764.876-1.764 2.16 0 1.296.72 2.136 1.764 2.136m4.561.864v-5.784h1.032v.78c.348-.564.936-.972 1.692-.972s1.404.372 1.74 1.14c.396-.672 1.056-1.14 1.884-1.14 1.164 0 2.028.732 2.028 2.316v3.66h-1.032v-3.456c0-1.092-.324-1.704-1.212-1.704-.912 0-1.428.792-1.428 1.716v3.444h-1.032v-3.42c0-1.104-.336-1.74-1.188-1.74-.9 0-1.452.804-1.452 1.764v3.396zm11.794.18c-1.104 0-1.992-.672-1.992-1.764 0-1.116.888-1.644 1.92-1.8l1.236-.192c.444-.072.588-.228.588-.576 0-.636-.492-1.008-1.164-1.008-.888 0-1.344.468-1.368 1.188h-1.032c.036-1.056.864-2.004 2.316-2.004 1.44 0 2.256.852 2.256 2.184v3.792h-.984v-.78c-.288.6-.912.96-1.776.96m.144-.804c.924 0 1.608-.624 1.608-1.56v-.852c-.072.108-.288.192-.636.252l-.84.156c-.684.132-1.2.432-1.2 1.044 0 .6.48.96 1.068.96m4.377.624v-5.784h1.02v.78c.312-.504 1.008-.972 1.788-.972 1.332 0 2.136.84 2.136 2.328v3.648h-1.032v-3.516c0-1.092-.36-1.644-1.272-1.644-1.008 0-1.608.768-1.608 1.68v3.48z"
|
|
145
|
+
}),
|
|
146
|
+
/* @__PURE__ */ jsx("path", {
|
|
147
|
+
fill: "#868686",
|
|
148
|
+
d: "m188.024 186.25 3.408-8.4h1.56l3.408 8.4h-1.488l-.9-2.4h-3.672l-.9 2.4zm2.736-3.516h2.832l-1.128-2.988a13 13 0 0 1-.276-.804l-.3.804zm6.542 5.988v-8.292h1.248v.336c0 .156-.012.3-.024.48.348-.576 1.02-1.008 1.908-1.008 1.608 0 2.616 1.296 2.616 3.108 0 1.872-1.116 3.096-2.652 3.096-.912 0-1.5-.408-1.872-.996l.024.516v2.76zm2.832-3.252c.984 0 1.632-.876 1.632-2.136 0-1.236-.624-2.112-1.632-2.112-.96 0-1.644.816-1.644 2.112 0 1.272.672 2.136 1.644 2.136m4.271.78v-5.82h1.248v.348l-.024.66c.3-.66.876-1.2 1.764-1.2.096 0 .192 0 .288.024v1.212c-.096-.012-.204-.036-.372-.036-1.008 0-1.656.54-1.656 1.824v2.988zm8.238-5.88.024-.708a2.38 2.38 0 0 1-1.968 1.164v-1.248c1.032-.132 1.896-.804 2.136-1.728h1.092v8.4h-1.284zm6.156 6.072c-2.256 0-3.204-1.836-3.204-4.212 0-2.604 1.08-4.584 3.456-4.584 1.608 0 2.604.96 2.664 2.34h-1.308c-.048-.792-.564-1.284-1.392-1.284-1.32 0-2.004 1.068-2.088 2.832l-.036.468a2.58 2.58 0 0 1 2.22-1.26c1.536 0 2.628 1.14 2.628 2.76 0 1.704-1.272 2.94-2.94 2.94m-.024-1.044c.972 0 1.656-.72 1.656-1.836 0-1.008-.624-1.752-1.62-1.752-1.008 0-1.716.72-1.716 1.728 0 1.212.708 1.86 1.68 1.86m4.137 2.148c.408-.12.756-.36.756-1.068v-.228h-.768v-1.596h1.596v1.668c0 1.308-.696 1.86-1.584 1.968zm5.223-1.296c.024-1.488.792-2.232 2.148-3.228l.816-.612c.816-.6 1.572-1.272 1.572-2.22 0-.876-.552-1.476-1.464-1.476-1.02 0-1.632.708-1.632 1.956v.12h-1.344v-.18c0-1.824 1.2-2.964 2.976-2.964 1.68 0 2.772 1.032 2.772 2.544 0 1.404-.936 2.292-2.328 3.312l-.576.42c-.804.588-1.152.876-1.248 1.14h4.224v1.188zm10.286.192c-2.028 0-3.18-1.632-3.18-4.404 0-2.748 1.224-4.392 3.18-4.392 1.944 0 3.18 1.62 3.18 4.428 0 2.76-1.176 4.368-3.18 4.368m.012-1.068c1.14 0 1.848-1.044 1.848-3.288 0-2.316-.696-3.372-1.848-3.372-1.188 0-1.872 1.068-1.872 3.384 0 2.232.732 3.276 1.872 3.276m4.271.876c.024-1.488.792-2.232 2.148-3.228l.816-.612c.816-.6 1.572-1.272 1.572-2.22 0-.876-.552-1.476-1.464-1.476-1.02 0-1.632.708-1.632 1.956v.12H242.8v-.18c0-1.824 1.2-2.964 2.976-2.964 1.68 0 2.772 1.032 2.772 2.544 0 1.404-.936 2.292-2.328 3.312l-.576.42c-.804.588-1.152.876-1.248 1.14h4.224v1.188zm10.299.192c-2.257 0-3.205-1.836-3.205-4.212 0-2.604 1.08-4.584 3.457-4.584 1.608 0 2.604.96 2.664 2.34h-1.308c-.048-.792-.565-1.284-1.393-1.284-1.32 0-2.004 1.068-2.088 2.832l-.036.468a2.58 2.58 0 0 1 2.221-1.26c1.535 0 2.627 1.14 2.627 2.76 0 1.704-1.271 2.94-2.939 2.94m-.024-1.044c.972 0 1.656-.72 1.656-1.836 0-1.008-.624-1.752-1.62-1.752-1.009 0-1.717.72-1.717 1.728 0 1.212.708 1.86 1.681 1.86"
|
|
149
|
+
})
|
|
150
|
+
]
|
|
151
|
+
}),
|
|
152
|
+
/* @__PURE__ */ jsxs("g", {
|
|
153
|
+
filter: "url(#create-source-action-card-dark-hovered_svg__f)",
|
|
154
|
+
children: [
|
|
155
|
+
/* @__PURE__ */ jsx("rect", {
|
|
156
|
+
width: 308.25,
|
|
157
|
+
height: 144.5,
|
|
158
|
+
x: 358.25,
|
|
159
|
+
y: 56.75,
|
|
160
|
+
fill: "#161616",
|
|
161
|
+
rx: 8,
|
|
162
|
+
shapeRendering: "crispEdges"
|
|
163
|
+
}),
|
|
164
|
+
/* @__PURE__ */ jsx("rect", {
|
|
165
|
+
width: 307.75,
|
|
166
|
+
height: 144,
|
|
167
|
+
x: 358.5,
|
|
168
|
+
y: 57,
|
|
169
|
+
stroke: "#2C2C2C",
|
|
170
|
+
strokeWidth: .5,
|
|
171
|
+
rx: 7.75,
|
|
172
|
+
shapeRendering: "crispEdges"
|
|
173
|
+
}),
|
|
174
|
+
/* @__PURE__ */ jsx("rect", {
|
|
175
|
+
width: 28,
|
|
176
|
+
height: 28,
|
|
177
|
+
x: 370.25,
|
|
178
|
+
y: 68.75,
|
|
179
|
+
fill: "#fff",
|
|
180
|
+
rx: 4
|
|
181
|
+
}),
|
|
182
|
+
/* @__PURE__ */ jsx("path", {
|
|
183
|
+
fill: "#fff",
|
|
184
|
+
d: "m376.927 75.149 9.197-.691c1.116-.107 1.408-.027 2.126.478l2.95 2.073c.479.346.638.452.638.851v11.35c0 .718-.265 1.143-1.169 1.196l-10.686.638c-.691.027-1.01-.053-1.355-.505l-2.153-2.791c-.399-.532-.558-.904-.558-1.356v-10.1c0-.585.265-1.09 1.01-1.143"
|
|
185
|
+
}),
|
|
186
|
+
/* @__PURE__ */ jsx("path", {
|
|
187
|
+
fill: "#000",
|
|
188
|
+
fillRule: "evenodd",
|
|
189
|
+
d: "m386.124 74.458-9.197.691c-.745.053-1.01.558-1.01 1.143v10.1c0 .453.159.851.558 1.356l2.153 2.818c.345.452.691.558 1.355.505l10.686-.638c.904-.053 1.169-.479 1.169-1.196V77.86c0-.372-.132-.478-.584-.797-.027-.027-.054-.027-.08-.053l-2.924-2.047c-.691-.532-.983-.585-2.126-.505m-5.901 3.216c-.878.053-1.064.08-1.569-.345l-1.249-.984c-.133-.133-.08-.292.266-.319l8.851-.638c.745-.053 1.117.186 1.409.426l1.515 1.09c.08.026.239.212.027.212l-9.144.558zm-1.01 11.456v-9.648c0-.426.132-.612.505-.638l10.499-.612c.346-.026.505.186.505.612v9.569c0 .425-.08.77-.638.797l-10.047.585c-.559.053-.824-.16-.824-.665m9.914-9.117c.053.293 0 .585-.292.612l-.479.106v7.124c-.425.239-.797.345-1.116.345-.505 0-.638-.16-1.037-.638l-3.189-4.997v4.811l1.01.24s0 .584-.798.584l-2.233.133c-.053-.133 0-.452.213-.505l.585-.16V81.29l-.798-.08c-.053-.292.107-.717.559-.744l2.392-.16 3.296 5.051V80.89l-.851-.106a.542.542 0 0 1 .505-.638z",
|
|
190
|
+
clipRule: "evenodd"
|
|
191
|
+
}),
|
|
192
|
+
/* @__PURE__ */ jsx("path", {
|
|
193
|
+
fill: "#fff",
|
|
194
|
+
d: "M410.142 90.858c-1.89 0-3.052-1.036-3.052-2.548h1.47c.014.854.602 1.414 1.61 1.414 1.078 0 1.848-.602 1.848-1.834v-.784c0-.224 0-.434.028-.644-.378.644-1.148 1.12-2.17 1.12-1.82 0-3.066-1.288-3.066-3.416 0-2.1 1.4-3.43 3.038-3.43 1.162 0 1.82.532 2.198 1.162-.028-.196-.028-.392-.028-.602v-.336h1.456v6.51c0 2.282-1.246 3.388-3.332 3.388m.07-4.424c1.106 0 1.89-.924 1.89-2.268 0-1.33-.784-2.282-1.89-2.282-1.134 0-1.918.938-1.918 2.282 0 1.358.784 2.268 1.918 2.268m4.368 1.316 2.548-3.472-2.38-3.318h1.708l1.12 1.68c.14.196.266.392.392.602.112-.21.238-.392.378-.588l1.162-1.694h1.638l-2.436 3.29 2.52 3.5h-1.708l-1.246-1.876-.392-.588-.378.588-1.288 1.876zm7.016-2.884V83.48h3.626v1.386zm5.367 2.884v-6.79h1.442v.378c0 .182 0 .35-.028.56a2.41 2.41 0 0 1 2.1-1.162c1.526 0 2.45 1.022 2.45 2.73v4.284h-1.456v-4.088c0-1.134-.462-1.778-1.386-1.778-1.008 0-1.666.826-1.666 1.834v4.032zm10.859.224c-2.002 0-3.402-1.4-3.402-3.612 0-2.17 1.414-3.626 3.402-3.626 2.002 0 3.416 1.456 3.416 3.626 0 2.212-1.414 3.612-3.416 3.612m0-1.134c1.176 0 1.932-.966 1.932-2.478 0-1.54-.77-2.478-1.932-2.478-1.148 0-1.918.938-1.918 2.478 0 1.512.742 2.478 1.918 2.478m7.638 1.022c-1.232 0-2.072-.602-2.072-2.114v-3.612h-1.414V80.96h1.414v-2.352h1.456v2.352h1.54v1.176h-1.54v3.416c0 .756.336 1.092.994 1.092.168 0 .336-.014.518-.042v1.162c-.21.056-.546.098-.896.098m2.44-.112v-6.79h1.456v6.79zm-.07-7.952v-1.61h1.596v1.61zm6.499 8.176c-2.002 0-3.402-1.4-3.402-3.612 0-2.17 1.414-3.626 3.402-3.626 2.002 0 3.416 1.456 3.416 3.626 0 2.212-1.414 3.612-3.416 3.612m0-1.134c1.176 0 1.932-.966 1.932-2.478 0-1.54-.77-2.478-1.932-2.478-1.148 0-1.918.938-1.918 2.478 0 1.512.742 2.478 1.918 2.478m5.004.91v-6.79h1.442v.378c0 .182 0 .35-.028.56a2.41 2.41 0 0 1 2.1-1.162c1.526 0 2.45 1.022 2.45 2.73v4.284h-1.456v-4.088c0-1.134-.462-1.778-1.386-1.778-1.008 0-1.666.826-1.666 1.834v4.032z"
|
|
195
|
+
}),
|
|
196
|
+
/* @__PURE__ */ jsx("path", {
|
|
197
|
+
fill: "#868686",
|
|
198
|
+
d: "M371.433 116.75v-9.1h1.183v8.099h4.745v1.001zm8.912.195c-1.196 0-2.158-.728-2.158-1.911 0-1.209.962-1.781 2.08-1.95l1.339-.208c.481-.078.637-.247.637-.624 0-.689-.533-1.092-1.261-1.092-.962 0-1.456.507-1.482 1.287h-1.118c.039-1.144.936-2.171 2.509-2.171 1.56 0 2.444.923 2.444 2.366v4.108h-1.066v-.845c-.312.65-.988 1.04-1.924 1.04m.156-.871c1.001 0 1.742-.676 1.742-1.69v-.923c-.078.117-.312.208-.689.273l-.91.169c-.741.143-1.3.468-1.3 1.131 0 .65.52 1.04 1.157 1.04m6.939.871c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015m6.261-.091c-.936 0-1.781-.455-1.781-1.846v-3.601h-1.17v-.923h1.17v-2.067h1.118v2.067h1.3v.923h-1.3v3.484c0 .728.364.962.923.962.156 0 .286-.013.468-.039v.962a3.3 3.3 0 0 1-.728.078m7.518.091c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015m4.533 2.509 1.144-2.925-2.509-6.045h1.235l1.56 4.004.299.767.273-.767 1.378-4.004h1.17l-3.367 8.97zm5.804-2.704v-6.266h1.105v.845c.338-.546 1.092-1.053 1.937-1.053 1.443 0 2.314.91 2.314 2.522v3.952h-1.118v-3.809c0-1.183-.39-1.781-1.378-1.781-1.092 0-1.742.832-1.742 1.82v3.77zm9.98.195c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314h-1.157c-.104-.819-.663-1.43-1.599-1.43-1.196 0-1.976 1.053-1.976 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.995 0c-1.872 0-3.042-1.183-3.042-3.354 0-1.924 1.261-3.315 2.977-3.315 1.872 0 2.899 1.313 2.899 3.328v.221h-4.758c.026 1.43.858 2.249 1.937 2.249.767 0 1.495-.299 1.651-1.261h1.105c-.13 1.105-.988 2.132-2.769 2.132m1.638-3.913c0-1.118-.611-1.872-1.703-1.872-1.053 0-1.742.819-1.82 1.872zm5.279 3.913c-1.638 0-2.886-1.196-2.886-3.328 0-1.898 1.131-3.341 2.912-3.341 1.04 0 1.729.572 2.015 1.053v-3.6790000000000003h1.118v9.1h-1.118v-.871c-.338.585-1.105 1.066-2.041 1.066m.195-.871c1.118 0 1.924-.962 1.924-2.47 0-1.495-.793-2.444-1.924-2.444s-1.924.988-1.924 2.457.78 2.457 1.924 2.457M447.059 116.958c-2.028 0-3.276-1.144-3.276-2.99h1.417c0 1.118.715 1.833 1.859 1.833 1.131 0 1.911-.598 1.911-1.625 0-.975-.793-1.547-1.872-1.547h-.598v-1.209h.611c.897 0 1.651-.468 1.651-1.443 0-.858-.624-1.391-1.625-1.391-1.105 0-1.755.637-1.807 1.664h-1.443c.065-1.703 1.3-2.821 3.276-2.821 1.742 0 3.003 1.001 3.003 2.496 0 .975-.637 1.742-1.664 2.054 1.144.312 1.872 1.105 1.872 2.288 0 1.586-1.378 2.691-3.315 2.691m7.857-.208v-9.1h1.352v3.094l-.026.572c.338-.611 1.014-1.079 1.937-1.079 1.417 0 2.275.949 2.275 2.535v3.978h-1.352v-3.796c0-1.053-.429-1.651-1.313-1.651-.923 0-1.521.767-1.521 1.703v3.744zm10.083.208c-1.859 0-3.159-1.3-3.159-3.354 0-2.015 1.313-3.367 3.159-3.367 1.859 0 3.172 1.352 3.172 3.367 0 2.054-1.313 3.354-3.172 3.354m0-1.053c1.092 0 1.794-.897 1.794-2.301 0-1.43-.715-2.301-1.794-2.301-1.066 0-1.781.871-1.781 2.301 0 1.404.689 2.301 1.781 2.301m6.843 1.053c-1.365 0-2.262-.871-2.262-2.509v-4.004h1.352v3.77c0 1.04.403 1.677 1.3 1.677.91 0 1.482-.689 1.482-1.833v-3.614h1.352v6.305h-1.339v-.325c0-.182.013-.377.039-.546-.312.637-.975 1.079-1.924 1.079m5.067-.208v-6.305h1.352v.377l-.026.715c.325-.715.949-1.3 1.911-1.3.104 0 .208 0 .312.026v1.313c-.104-.013-.221-.039-.403-.039-1.092 0-1.794.585-1.794 1.976v3.237zm6.988.208c-1.742 0-2.782-.923-2.847-2.34h1.352c.039.806.559 1.313 1.482 1.313.793 0 1.313-.364 1.313-.923 0-.455-.351-.715-1.066-.858l-.858-.169c-1.248-.234-2.002-.845-2.002-1.859 0-1.079 1.027-1.885 2.522-1.885 1.599 0 2.587.806 2.652 2.106h-1.352c-.065-.689-.559-1.079-1.339-1.079-.676 0-1.144.299-1.144.793 0 .442.312.663 1.066.806l.871.169c1.183.234 1.976.793 1.976 1.872 0 1.17-1.001 2.054-2.626 2.054m8.851 0c-1.144 0-2.171-.728-2.171-1.937 0-1.326 1.04-1.859 2.275-2.028l1.131-.169c.494-.065.663-.247.663-.598 0-.559-.442-.962-1.144-.962-.858 0-1.339.468-1.378 1.183h-1.378c.065-1.235 1.053-2.21 2.665-2.21 1.742 0 2.574.975 2.574 2.587v3.926h-1.261v-.286c0-.195.013-.377.026-.572-.325.637-.988 1.066-2.002 1.066m.299-1.014c.923 0 1.625-.65 1.625-1.612v-.806c-.104.13-.338.208-.715.273l-.715.143c-.741.143-1.274.429-1.274 1.04s.481.962 1.079.962m7.418 3.692c-1.755 0-2.834-.962-2.834-2.366h1.365c.013.793.559 1.313 1.495 1.313 1.001 0 1.716-.559 1.716-1.703v-.728c0-.208 0-.403.026-.598-.351.598-1.066 1.04-2.015 1.04-1.69 0-2.847-1.196-2.847-3.172 0-1.95 1.3-3.185 2.821-3.185 1.079 0 1.69.494 2.041 1.079-.026-.182-.026-.364-.026-.559v-.312h1.352v6.045c0 2.119-1.157 3.146-3.094 3.146m.065-4.108c1.027 0 1.755-.858 1.755-2.106 0-1.235-.728-2.119-1.755-2.119-1.053 0-1.781.871-1.781 2.119 0 1.261.728 2.106 1.781 2.106m7.643 1.43c-1.859 0-3.159-1.3-3.159-3.354 0-2.015 1.313-3.367 3.159-3.367 1.859 0 3.172 1.352 3.172 3.367 0 2.054-1.313 3.354-3.172 3.354m0-1.053c1.092 0 1.794-.897 1.794-2.301 0-1.43-.715-2.301-1.794-2.301-1.066 0-1.781.871-1.781 2.301 0 1.404.689 2.301 1.781 2.301"
|
|
199
|
+
}),
|
|
200
|
+
/* @__PURE__ */ jsx("rect", {
|
|
201
|
+
width: 84.5,
|
|
202
|
+
height: 18.5,
|
|
203
|
+
x: 370.5,
|
|
204
|
+
y: 132,
|
|
205
|
+
fill: "#1B1B1B",
|
|
206
|
+
rx: 3.75
|
|
207
|
+
}),
|
|
208
|
+
/* @__PURE__ */ jsx("rect", {
|
|
209
|
+
width: 84.5,
|
|
210
|
+
height: 18.5,
|
|
211
|
+
x: 370.5,
|
|
212
|
+
y: 132,
|
|
213
|
+
stroke: "#2C2C2C",
|
|
214
|
+
strokeWidth: .5,
|
|
215
|
+
rx: 3.75
|
|
216
|
+
}),
|
|
217
|
+
/* @__PURE__ */ jsx("path", {
|
|
218
|
+
fill: "#ACACAC",
|
|
219
|
+
d: "M380.25 136.188a5.06 5.06 0 0 0-4.965 6.05 5.06 5.06 0 0 0 6.902 3.689 5.06 5.06 0 0 0 3.126-4.677 5.07 5.07 0 0 0-5.063-5.062m3.938 5.055c-.027.067-.268.334-1.073.578a7 7 0 0 1-.824.195q.022-.383.022-.766c0-1.305-.186-2.664-.575-3.645a3.94 3.94 0 0 1 2.45 3.638m-3.945-3.931c.067.027.334.268.578 1.073.235.778.367 1.796.367 2.865q-.001.46-.032.906-.443.031-.906.032c-1.069 0-2.087-.131-2.865-.367-.805-.243-1.046-.511-1.072-.578a3.94 3.94 0 0 1 3.93-3.931m-3.638 5.426c.981.389 2.34.574 3.645.574q.383 0 .766-.021a7 7 0 0 1-.195.824c-.243.805-.511 1.046-.578 1.073a3.95 3.95 0 0 1-3.638-2.45m5.133 2.157a8 8 0 0 0 .436-1.721 8 8 0 0 0 1.721-.436 3.95 3.95 0 0 1-.863 1.294c-.37.371-.81.664-1.294.863"
|
|
220
|
+
}),
|
|
221
|
+
/* @__PURE__ */ jsx("path", {
|
|
222
|
+
fill: "#fff",
|
|
223
|
+
d: "M393.968 145.945c-1.937 0-3.133-1.131-3.133-2.821h1.157c0 1.079.702 1.898 1.976 1.898 1.196 0 2.041-.676 2.041-1.807 0-1.118-.897-1.716-2.002-1.716h-.533v-1.001h.546c.962 0 1.755-.559 1.755-1.612 0-.962-.689-1.508-1.716-1.508-1.222 0-1.885.676-1.911 1.82h-1.17c.039-1.638 1.144-2.756 3.094-2.756 1.651 0 2.886.988 2.886 2.392 0 .936-.559 1.755-1.651 2.119 1.248.338 1.885 1.183 1.885 2.301 0 1.586-1.339 2.691-3.224 2.691m8.038 2.509v-8.97h1.118v.858c.351-.559 1.131-1.066 2.067-1.066 1.807 0 2.886 1.417 2.886 3.328 0 1.989-1.183 3.341-2.912 3.341-.897 0-1.638-.429-2.041-1.066v3.575zm2.99-3.38c1.157 0 1.911-1.014 1.911-2.47 0-1.443-.754-2.444-1.911-2.444-1.131 0-1.937.949-1.937 2.444 0 1.469.793 2.47 1.937 2.47m4.667.676v-6.266h1.118v1.04c.312-.715 1.001-1.248 1.963-1.248.078 0 .182 0 .286.013v1.105a2 2 0 0 0-.351-.026c-1.209 0-1.898.676-1.898 2.067v3.315zm7.123.195c-1.807 0-3.081-1.339-3.081-3.341 0-1.95 1.274-3.328 3.081-3.328 1.794 0 3.081 1.378 3.081 3.328 0 2.002-1.287 3.341-3.081 3.341m0-.871c1.196 0 1.924-1.001 1.924-2.47s-.754-2.444-1.924-2.444-1.924.975-1.924 2.444.728 2.47 1.924 2.47m4.128 3.575c-.208 0-.416-.013-.624-.065v-1.001a1 1 0 0 0 .325.052c.559 0 .923-.26.923-1.066v-7.085h1.118v7.423c0 .754-.403 1.742-1.742 1.742m.533-10.348v-1.339h1.3v1.339zm5.84 7.644c-1.872 0-3.042-1.183-3.042-3.354 0-1.924 1.261-3.315 2.977-3.315 1.872 0 2.899 1.313 2.899 3.328v.221h-4.758c.026 1.43.858 2.249 1.937 2.249.767 0 1.495-.299 1.651-1.261h1.105c-.13 1.105-.988 2.132-2.769 2.132m1.638-3.913c0-1.118-.611-1.872-1.703-1.872-1.053 0-1.742.819-1.82 1.872zm5.5 3.913c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314h-1.157c-.104-.819-.663-1.43-1.599-1.43-1.196 0-1.976 1.053-1.976 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.579-.091c-.936 0-1.781-.455-1.781-1.846v-3.601h-1.17v-.923h1.17v-2.067h1.118v2.067h1.3v.923h-1.3v3.484c0 .728.364.962.923.962.156 0 .286-.013.468-.039v.962a3.3 3.3 0 0 1-.728.078m4.406.091c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015"
|
|
224
|
+
}),
|
|
225
|
+
/* @__PURE__ */ jsx("rect", {
|
|
226
|
+
width: 69.5,
|
|
227
|
+
height: 18.5,
|
|
228
|
+
x: 463.5,
|
|
229
|
+
y: 132,
|
|
230
|
+
fill: "#1B1B1B",
|
|
231
|
+
rx: 3.75
|
|
232
|
+
}),
|
|
233
|
+
/* @__PURE__ */ jsx("rect", {
|
|
234
|
+
width: 69.5,
|
|
235
|
+
height: 18.5,
|
|
236
|
+
x: 463.5,
|
|
237
|
+
y: 132,
|
|
238
|
+
stroke: "#2C2C2C",
|
|
239
|
+
strokeWidth: .5,
|
|
240
|
+
rx: 3.75
|
|
241
|
+
}),
|
|
242
|
+
/* @__PURE__ */ jsx("path", {
|
|
243
|
+
fill: "#ACACAC",
|
|
244
|
+
d: "M471.375 140.313h-2.25a.567.567 0 0 1-.563-.563v-2.25a.566.566 0 0 1 .961-.398.57.57 0 0 1 .165.398v.891l.365-.366a4.66 4.66 0 0 1 3.291-1.372h.026a4.66 4.66 0 0 1 3.275 1.335.562.562 0 1 1-.786.804 3.56 3.56 0 0 0-5.009.03l-.366.366h.891a.566.566 0 0 1 .563.562.567.567 0 0 1-.563.563m6 1.875h-2.25a.566.566 0 0 0-.563.562.567.567 0 0 0 .563.563h.891l-.366.365a3.54 3.54 0 0 1-2.499 1.044h-.021a3.54 3.54 0 0 1-2.488-1.014.565.565 0 0 0-.796.009.56.56 0 0 0 .009.795 4.66 4.66 0 0 0 3.275 1.335h.026a4.66 4.66 0 0 0 3.289-1.373l.367-.365V145a.567.567 0 0 0 .563.563.567.567 0 0 0 .563-.563v-2.25a.566.566 0 0 0-.563-.562"
|
|
245
|
+
}),
|
|
246
|
+
/* @__PURE__ */ jsx("path", {
|
|
247
|
+
fill: "#fff",
|
|
248
|
+
fillOpacity: .08,
|
|
249
|
+
d: "M370.25 162.75H654.5v.5H370.25z"
|
|
250
|
+
}),
|
|
251
|
+
/* @__PURE__ */ jsx("path", {
|
|
252
|
+
fill: "#ACACAC",
|
|
253
|
+
d: "M374.846 186.43c-2.4 0-4.02-1.68-4.02-4.428 0-2.616 1.728-4.344 4.044-4.344 2.028 0 3.42 1.26 3.576 2.904h-1.2c-.216-1.236-1.056-1.98-2.424-1.98-1.704 0-2.844 1.296-2.844 3.42s1.176 3.504 2.844 3.504c1.38 0 2.268-.78 2.496-1.968h1.14c-.228 1.788-1.62 2.892-3.612 2.892m5.071-.18v-5.784h1.032v.96c.288-.66.924-1.152 1.812-1.152.072 0 .168 0 .264.012v1.02a2 2 0 0 0-.324-.024c-1.116 0-1.752.624-1.752 1.908v3.06zm6.539.18c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204h-4.392c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.224 3.612c-1.104 0-1.992-.672-1.992-1.764 0-1.116.888-1.644 1.92-1.8l1.236-.192c.444-.072.588-.228.588-.576 0-.636-.492-1.008-1.164-1.008-.888 0-1.344.468-1.368 1.188h-1.032c.036-1.056.864-2.004 2.316-2.004 1.44 0 2.256.852 2.256 2.184v3.792h-.984v-.78c-.288.6-.912.96-1.776.96m.144-.804c.924 0 1.608-.624 1.608-1.56v-.852c-.072.108-.288.192-.636.252l-.84.156c-.684.132-1.2.432-1.2 1.044 0 .6.48.96 1.068.96m6.395.72c-.864 0-1.644-.42-1.644-1.704v-3.324h-1.08v-.852h1.08v-1.908h1.032v1.908h1.2v.852h-1.2v3.216c0 .672.336.888.852.888.144 0 .264-.012.432-.036v.888a3 3 0 0 1-.672.072m4.381.084c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204h-4.392c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.873 3.612c-1.512 0-2.664-1.104-2.664-3.072 0-1.752 1.044-3.084 2.688-3.084.96 0 1.596.528 1.86.972v-3.396h1.032v8.4h-1.032v-.804c-.312.54-1.02.984-1.884.984m.18-.804c1.032 0 1.776-.888 1.776-2.28 0-1.38-.732-2.256-1.776-2.256s-1.776.912-1.776 2.268.72 2.268 1.776 2.268m10.361.804c-.804 0-1.524-.396-1.884-.984v.804h-1.032v-8.4h1.032v3.396a2.34 2.34 0 0 1 1.908-.972c1.68 0 2.664 1.32 2.664 3.084 0 1.812-1.056 3.072-2.688 3.072m-.168-.804c1.068 0 1.776-.924 1.776-2.268 0-1.332-.696-2.268-1.776-2.268-1.044 0-1.776.852-1.776 2.256 0 1.356.732 2.28 1.776 2.28m4.706 3.12 1.056-2.7-2.316-5.58h1.14l1.44 3.696.276.708.252-.708 1.272-3.696h1.08l-3.108 8.28z"
|
|
254
|
+
}),
|
|
255
|
+
/* @__PURE__ */ jsx("path", {
|
|
256
|
+
fill: "#fff",
|
|
257
|
+
d: "M434.342 186.25v-8.4h1.704l2.52 6.396.36.912.348-.912 2.496-6.396h1.68v8.4h-1.08v-7.356l-2.856 7.356h-1.224l-2.868-7.344v7.344zm11.083 0v-5.784h1.032v5.784zm-.084-6.876v-1.236h1.2v1.236zm5.008 6.972c-.864 0-1.644-.42-1.644-1.704v-3.324h-1.08v-.852h1.08v-1.908h1.032v1.908h1.2v.852h-1.2v3.216c0 .672.336.888.852.888.144 0 .264-.012.432-.036v.888a3 3 0 0 1-.672.072m4.442.084c-1.572 0-2.868-1.032-2.868-3.084 0-1.824 1.272-3.072 2.916-3.072 1.368 0 2.4.828 2.52 2.136h-1.068c-.096-.756-.612-1.32-1.476-1.32-1.104 0-1.824.972-1.824 2.256 0 1.38.732 2.28 1.848 2.28.852 0 1.428-.492 1.536-1.32h1.02c-.108 1.26-1.02 2.124-2.604 2.124m4.021-.18v-8.4h1.032v3.396c.312-.552.996-.972 1.776-.972 1.332 0 2.136.84 2.136 2.328v3.648h-1.032v-3.516c0-1.092-.372-1.644-1.308-1.644-.984 0-1.572.768-1.572 1.68v3.48zm9.792 0v-8.4h3.276c1.572 0 2.664.66 2.664 2.112 0 .912-.648 1.608-1.404 1.848.996.312 1.608 1.032 1.608 2.076 0 1.872-1.536 2.364-3.18 2.364zm3.144-.924c1.308 0 1.884-.504 1.884-1.5 0-.864-.444-1.512-1.932-1.512h-2.004v3.012zm-.024-3.936c1.092 0 1.704-.492 1.704-1.344 0-.744-.444-1.284-1.62-1.284h-2.112v2.628zm4.529 4.86v-5.784h1.032v.96c.288-.66.924-1.152 1.812-1.152.072 0 .168 0 .264.012v1.02a2 2 0 0 0-.324-.024c-1.116 0-1.752.624-1.752 1.908v3.06zm6.539.18c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204h-4.392c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.993 6.108c-1.524 0-2.52-.852-2.52-2.124h1.02c0 .78.576 1.32 1.512 1.32 1.08 0 1.74-.564 1.74-1.8v-1.092c-.3.588-1.044.96-1.896.96-1.596 0-2.628-1.152-2.628-2.94 0-1.776 1.14-2.976 2.664-2.976.96 0 1.56.492 1.86.972v-.78h1.032v5.496c0 1.98-.936 2.964-2.784 2.964m.06-3.54c1.032 0 1.764-.852 1.764-2.136 0-1.26-.732-2.16-1.764-2.16-1.044 0-1.764.876-1.764 2.16 0 1.296.72 2.136 1.764 2.136m4.561.864v-5.784h1.032v.78c.348-.564.936-.972 1.692-.972s1.404.372 1.74 1.14c.396-.672 1.056-1.14 1.884-1.14 1.164 0 2.028.732 2.028 2.316v3.66h-1.032v-3.456c0-1.092-.324-1.704-1.212-1.704-.912 0-1.428.792-1.428 1.716v3.444h-1.032v-3.42c0-1.104-.336-1.74-1.188-1.74-.9 0-1.452.804-1.452 1.764v3.396zm11.794.18c-1.104 0-1.992-.672-1.992-1.764 0-1.116.888-1.644 1.92-1.8l1.236-.192c.444-.072.588-.228.588-.576 0-.636-.492-1.008-1.164-1.008-.888 0-1.344.468-1.368 1.188H503.9c.036-1.056.864-2.004 2.316-2.004 1.44 0 2.256.852 2.256 2.184v3.792h-.984v-.78c-.288.6-.912.96-1.776.96m.144-.804c.924 0 1.608-.624 1.608-1.56v-.852c-.072.108-.288.192-.636.252l-.84.156c-.684.132-1.2.432-1.2 1.044 0 .6.48.96 1.068.96m4.377.624v-5.784h1.02v.78c.312-.504 1.008-.972 1.788-.972 1.332 0 2.136.84 2.136 2.328v3.648h-1.032v-3.516c0-1.092-.36-1.644-1.272-1.644-1.008 0-1.608.768-1.608 1.68v3.48z"
|
|
258
|
+
})
|
|
259
|
+
]
|
|
260
|
+
}),
|
|
261
|
+
/* @__PURE__ */ jsxs("g", {
|
|
262
|
+
filter: "url(#create-source-action-card-dark-hovered_svg__g)",
|
|
263
|
+
children: [
|
|
264
|
+
/* @__PURE__ */ jsx("rect", {
|
|
265
|
+
width: 308.25,
|
|
266
|
+
height: 144.5,
|
|
267
|
+
x: 26,
|
|
268
|
+
y: 225.25,
|
|
269
|
+
fill: "#161616",
|
|
270
|
+
rx: 8,
|
|
271
|
+
shapeRendering: "crispEdges"
|
|
272
|
+
}),
|
|
273
|
+
/* @__PURE__ */ jsx("rect", {
|
|
274
|
+
width: 307.75,
|
|
275
|
+
height: 144,
|
|
276
|
+
x: 26.25,
|
|
277
|
+
y: 225.5,
|
|
278
|
+
stroke: "#2C2C2C",
|
|
279
|
+
strokeWidth: .5,
|
|
280
|
+
rx: 7.75,
|
|
281
|
+
shapeRendering: "crispEdges"
|
|
282
|
+
}),
|
|
283
|
+
/* @__PURE__ */ jsx("rect", {
|
|
284
|
+
width: 28,
|
|
285
|
+
height: 28,
|
|
286
|
+
x: 38,
|
|
287
|
+
y: 237.25,
|
|
288
|
+
fill: "#fff",
|
|
289
|
+
rx: 4
|
|
290
|
+
}),
|
|
291
|
+
/* @__PURE__ */ jsx("path", {
|
|
292
|
+
fill: "#E01E5A",
|
|
293
|
+
d: "M47.168 253.449c0 .963-.787 1.751-1.75 1.751-.964 0-1.751-.788-1.751-1.751 0-.964.787-1.751 1.75-1.751h1.751zM48.05 253.449c0-.964.788-1.751 1.751-1.751.964 0 1.75.787 1.75 1.751v4.383c0 .964-.786 1.751-1.75 1.751s-1.75-.787-1.75-1.751z"
|
|
294
|
+
}),
|
|
295
|
+
/* @__PURE__ */ jsx("path", {
|
|
296
|
+
fill: "#36C5F0",
|
|
297
|
+
d: "M49.801 246.418c-.964 0-1.75-.787-1.75-1.751s.786-1.75 1.75-1.75 1.75.787 1.75 1.75v1.751zM49.801 247.3c.964 0 1.751.788 1.751 1.751 0 .964-.787 1.751-1.75 1.751h-4.385c-.963 0-1.75-.787-1.75-1.751s.787-1.751 1.75-1.751z"
|
|
298
|
+
}),
|
|
299
|
+
/* @__PURE__ */ jsx("path", {
|
|
300
|
+
fill: "#2EB67D",
|
|
301
|
+
d: "M56.832 249.051c0-.963.787-1.751 1.75-1.751.964 0 1.751.788 1.751 1.751 0 .964-.787 1.751-1.75 1.751h-1.751zM55.95 249.051c0 .964-.788 1.751-1.751 1.751-.964 0-1.751-.787-1.751-1.751v-4.384c0-.963.787-1.75 1.75-1.75.964 0 1.751.787 1.751 1.75z"
|
|
302
|
+
}),
|
|
303
|
+
/* @__PURE__ */ jsx("path", {
|
|
304
|
+
fill: "#ECB22E",
|
|
305
|
+
d: "M54.199 256.082c.963 0 1.75.787 1.75 1.75 0 .964-.787 1.751-1.75 1.751-.964 0-1.751-.787-1.751-1.751v-1.75zM54.199 255.2c-.964 0-1.751-.788-1.751-1.751 0-.964.787-1.751 1.75-1.751h4.384c.964 0 1.751.787 1.751 1.751s-.787 1.751-1.75 1.751z"
|
|
306
|
+
}),
|
|
307
|
+
/* @__PURE__ */ jsx("path", {
|
|
308
|
+
fill: "#fff",
|
|
309
|
+
d: "M77.892 259.358c-1.89 0-3.052-1.036-3.052-2.548h1.47c.014.854.602 1.414 1.61 1.414 1.078 0 1.848-.602 1.848-1.834v-.784c0-.224 0-.434.028-.644-.378.644-1.148 1.12-2.17 1.12-1.82 0-3.066-1.288-3.066-3.416 0-2.1 1.4-3.43 3.038-3.43 1.162 0 1.82.532 2.198 1.162-.028-.196-.028-.392-.028-.602v-.336h1.456v6.51c0 2.282-1.246 3.388-3.332 3.388m.07-4.424c1.106 0 1.89-.924 1.89-2.268 0-1.33-.784-2.282-1.89-2.282-1.134 0-1.918.938-1.918 2.282 0 1.358.784 2.268 1.918 2.268m4.368 1.316 2.548-3.472-2.38-3.318h1.708l1.12 1.68c.14.196.266.392.392.602.112-.21.238-.392.378-.588l1.162-1.694h1.638l-2.436 3.29 2.52 3.5h-1.708l-1.246-1.876-.392-.588-.378.588-1.288 1.876zm7.016-2.884v-1.386h3.626v1.386zm7.901 3.108c-1.876 0-2.996-.994-3.066-2.52h1.456c.042.868.602 1.414 1.596 1.414.854 0 1.414-.392 1.414-.994 0-.49-.378-.77-1.148-.924l-.924-.182c-1.344-.252-2.156-.91-2.156-2.002 0-1.162 1.106-2.03 2.716-2.03 1.722 0 2.786.868 2.856 2.268h-1.456c-.07-.742-.602-1.162-1.442-1.162-.728 0-1.232.322-1.232.854 0 .476.336.714 1.148.868l.938.182c1.274.252 2.128.854 2.128 2.016 0 1.26-1.078 2.212-2.828 2.212m4.399-.224v-9.8h1.456v9.8zm5.393.224c-1.232 0-2.338-.784-2.338-2.086 0-1.428 1.12-2.002 2.45-2.184l1.218-.182c.532-.07.714-.266.714-.644 0-.602-.476-1.036-1.232-1.036-.924 0-1.442.504-1.484 1.274h-1.484c.07-1.33 1.134-2.38 2.87-2.38 1.876 0 2.772 1.05 2.772 2.786v4.228h-1.358v-.308c0-.21.014-.406.028-.616-.35.686-1.064 1.148-2.156 1.148m.322-1.092c.994 0 1.75-.7 1.75-1.736v-.868c-.112.14-.364.224-.77.294l-.77.154c-.798.154-1.372.462-1.372 1.12s.518 1.036 1.162 1.036m8.044 1.092c-2.002 0-3.402-1.302-3.402-3.626 0-2.212 1.512-3.612 3.472-3.612 1.792 0 2.926 1.078 3.08 2.646h-1.484c-.084-.826-.63-1.498-1.61-1.498-1.148 0-1.974.98-1.974 2.464s.784 2.492 1.96 2.492c1.022 0 1.596-.644 1.708-1.526h1.456c-.182 1.596-1.274 2.66-3.206 2.66m4.703-.224v-9.8h1.456v5.796c.154-.196.336-.406.504-.574l2.128-2.212h1.876l-2.884 2.884 3.178 3.906h-1.918l-2.254-2.912-.63.63v2.282z"
|
|
310
|
+
}),
|
|
311
|
+
/* @__PURE__ */ jsx("circle", {
|
|
312
|
+
cx: 250.25,
|
|
313
|
+
cy: 251.25,
|
|
314
|
+
r: 5.25,
|
|
315
|
+
fill: "#55C393",
|
|
316
|
+
fillOpacity: .2
|
|
317
|
+
}),
|
|
318
|
+
/* @__PURE__ */ jsx("circle", {
|
|
319
|
+
cx: 250.25,
|
|
320
|
+
cy: 251.25,
|
|
321
|
+
r: 2.625,
|
|
322
|
+
fill: "#55C393"
|
|
323
|
+
}),
|
|
324
|
+
/* @__PURE__ */ jsx("path", {
|
|
325
|
+
fill: "#55C393",
|
|
326
|
+
d: "M265.834 255.442c-2.448 0-4.056-1.644-4.056-4.452 0-2.652 1.764-4.344 4.116-4.344 2.04 0 3.468 1.212 3.66 3.036h-1.416c-.192-1.164-.972-1.908-2.268-1.908-1.596 0-2.7 1.212-2.7 3.216 0 2.04 1.116 3.324 2.676 3.324 1.32 0 2.172-.792 2.376-1.944h1.356c-.216 1.872-1.62 3.072-3.744 3.072m7.637 0c-1.716 0-2.916-1.2-2.916-3.096 0-1.86 1.212-3.108 2.916-3.108 1.716 0 2.928 1.248 2.928 3.108 0 1.896-1.212 3.096-2.928 3.096m0-.972c1.008 0 1.656-.828 1.656-2.124 0-1.32-.66-2.124-1.656-2.124-.984 0-1.644.804-1.644 2.124 0 1.296.636 2.124 1.644 2.124m4.289.78v-5.82h1.236v.324c0 .156 0 .3-.024.48.325-.54.949-.996 1.801-.996 1.308 0 2.1.876 2.1 2.34v3.672h-1.248v-3.504c0-.972-.396-1.524-1.188-1.524-.864 0-1.429.708-1.429 1.572v3.456zm6.752 0v-5.82h1.236v.324c0 .156 0 .3-.024.48.324-.54.948-.996 1.8-.996 1.308 0 2.1.876 2.1 2.34v3.672h-1.248v-3.504c0-.972-.396-1.524-1.188-1.524-.864 0-1.428.708-1.428 1.572v3.456zm9.283.192c-1.74 0-2.892-1.104-2.892-3.12 0-1.812 1.2-3.084 2.844-3.084 1.752 0 2.748 1.224 2.748 3.108v.264h-4.332c.024 1.128.696 1.86 1.644 1.86.672 0 1.26-.324 1.38-1.068h1.26c-.12 1.104-1.032 2.04-2.652 2.04m1.392-3.72c-.012-.912-.552-1.536-1.452-1.536-.876 0-1.476.66-1.56 1.536zm5.22 3.72c-1.716 0-2.916-1.116-2.916-3.108 0-1.896 1.296-3.096 2.976-3.096 1.536 0 2.508.924 2.64 2.268h-1.272c-.072-.708-.54-1.284-1.38-1.284-.984 0-1.692.84-1.692 2.112s.672 2.136 1.68 2.136c.876 0 1.368-.552 1.464-1.308h1.248c-.156 1.368-1.092 2.28-2.748 2.28m6.336-.096c-1.056 0-1.776-.516-1.776-1.812v-3.096h-1.212v-1.008h1.212v-2.016h1.248v2.016h1.32v1.008h-1.32v2.928c0 .648.288.936.852.936.144 0 .288-.012.444-.036v.996c-.18.048-.468.084-.768.084m4.529.096c-1.74 0-2.892-1.104-2.892-3.12 0-1.812 1.2-3.084 2.844-3.084 1.752 0 2.748 1.224 2.748 3.108v.264h-4.332c.024 1.128.696 1.86 1.644 1.86.672 0 1.26-.324 1.38-1.068h1.26c-.12 1.104-1.032 2.04-2.652 2.04m1.392-3.72c-.012-.912-.552-1.536-1.452-1.536-.876 0-1.476.66-1.56 1.536zm4.98 3.72c-1.536 0-2.676-1.08-2.676-3.096 0-1.92 1.188-3.108 2.7-3.108.936 0 1.536.492 1.836.996-.024-.18-.024-.348-.024-.516v-2.868h1.248v8.4h-1.248v-.288c0-.192 0-.348.024-.516-.276.48-.888.996-1.86.996m.264-.972c.948 0 1.644-.852 1.644-2.136s-.684-2.112-1.644-2.112-1.656.864-1.656 2.124c0 1.284.684 2.124 1.656 2.124"
|
|
327
|
+
}),
|
|
328
|
+
/* @__PURE__ */ jsx("path", {
|
|
329
|
+
fill: "#868686",
|
|
330
|
+
d: "M39.183 285.25v-9.1h1.183v8.099h4.745v1.001zm8.912.195c-1.196 0-2.158-.728-2.158-1.911 0-1.209.962-1.781 2.08-1.95l1.34-.208c.48-.078.636-.247.636-.624 0-.689-.533-1.092-1.26-1.092-.963 0-1.457.507-1.483 1.287h-1.118c.04-1.144.936-2.171 2.51-2.171 1.56 0 2.443.923 2.443 2.366v4.108H50.02v-.845c-.312.65-.988 1.04-1.924 1.04m.156-.871c1.001 0 1.742-.676 1.742-1.69v-.923c-.078.117-.312.208-.689.273l-.91.169c-.74.143-1.3.468-1.3 1.131 0 .65.52 1.04 1.157 1.04m6.94.871c-1.69 0-2.666-.923-2.692-2.262h1.092c.04.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.91-.819-1.91-1.781 0-1.066 1.013-1.846 2.43-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.09-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.56 2.015m6.26-.091c-.936 0-1.78-.455-1.78-1.846v-3.601H58.5v-.923h1.17v-2.067h1.117v2.067h1.3v.923h-1.3v3.484c0 .728.364.962.923.962.156 0 .286-.013.468-.039v.962a3.3 3.3 0 0 1-.728.078m7.518.091c-1.69 0-2.665-.923-2.69-2.262h1.091c.04.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.91-.819-1.91-1.781 0-1.066 1.013-1.846 2.43-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.09-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.56 2.015m4.533 2.509 1.144-2.925-2.51-6.045h1.236l1.56 4.004.299.767.273-.767 1.378-4.004h1.17l-3.367 8.97zm5.804-2.704v-6.266h1.105v.845c.338-.546 1.092-1.053 1.937-1.053 1.443 0 2.314.91 2.314 2.522v3.952h-1.118v-3.809c0-1.183-.39-1.781-1.378-1.781-1.092 0-1.742.832-1.742 1.82v3.77zm9.98.195c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314H90.91c-.104-.819-.663-1.43-1.6-1.43-1.195 0-1.975 1.053-1.975 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.995 0c-1.872 0-3.042-1.183-3.042-3.354 0-1.924 1.26-3.315 2.977-3.315 1.872 0 2.899 1.313 2.899 3.328v.221h-4.758c.026 1.43.858 2.249 1.937 2.249.767 0 1.495-.299 1.65-1.261h1.106c-.13 1.105-.988 2.132-2.77 2.132m1.638-3.913c0-1.118-.611-1.872-1.703-1.872-1.053 0-1.742.819-1.82 1.872zm5.279 3.913c-1.638 0-2.886-1.196-2.886-3.328 0-1.898 1.131-3.341 2.912-3.341 1.04 0 1.729.572 2.015 1.053v-3.6790000000000003h1.118v9.1h-1.118v-.871c-.338.585-1.105 1.066-2.041 1.066m.195-.871c1.118 0 1.924-.962 1.924-2.47 0-1.495-.793-2.444-1.924-2.444s-1.924.988-1.924 2.457.78 2.457 1.924 2.457M114.809 285.458c-2.028 0-3.276-1.144-3.276-2.99h1.417c0 1.118.715 1.833 1.859 1.833 1.131 0 1.911-.598 1.911-1.625 0-.975-.793-1.547-1.872-1.547h-.598v-1.209h.611c.897 0 1.651-.468 1.651-1.443 0-.858-.624-1.391-1.625-1.391-1.105 0-1.755.637-1.807 1.664h-1.443c.065-1.703 1.3-2.821 3.276-2.821 1.742 0 3.003 1.001 3.003 2.496 0 .975-.637 1.742-1.664 2.054 1.144.312 1.872 1.105 1.872 2.288 0 1.586-1.378 2.691-3.315 2.691m7.857-.208v-9.1h1.352v3.094l-.026.572c.338-.611 1.014-1.079 1.937-1.079 1.417 0 2.275.949 2.275 2.535v3.978h-1.352v-3.796c0-1.053-.429-1.651-1.313-1.651-.923 0-1.521.767-1.521 1.703v3.744zm10.083.208c-1.859 0-3.159-1.3-3.159-3.354 0-2.015 1.313-3.367 3.159-3.367 1.859 0 3.172 1.352 3.172 3.367 0 2.054-1.313 3.354-3.172 3.354m0-1.053c1.092 0 1.794-.897 1.794-2.301 0-1.43-.715-2.301-1.794-2.301-1.066 0-1.781.871-1.781 2.301 0 1.404.689 2.301 1.781 2.301m6.843 1.053c-1.365 0-2.262-.871-2.262-2.509v-4.004h1.352v3.77c0 1.04.403 1.677 1.3 1.677.91 0 1.482-.689 1.482-1.833v-3.614h1.352v6.305h-1.339v-.325c0-.182.013-.377.039-.546-.312.637-.975 1.079-1.924 1.079m5.067-.208v-6.305h1.352v.377l-.026.715c.325-.715.949-1.3 1.911-1.3.104 0 .208 0 .312.026v1.313c-.104-.013-.221-.039-.403-.039-1.092 0-1.794.585-1.794 1.976v3.237zm6.988.208c-1.742 0-2.782-.923-2.847-2.34h1.352c.039.806.559 1.313 1.482 1.313.793 0 1.313-.364 1.313-.923 0-.455-.351-.715-1.066-.858l-.858-.169c-1.248-.234-2.002-.845-2.002-1.859 0-1.079 1.027-1.885 2.522-1.885 1.599 0 2.587.806 2.652 2.106h-1.352c-.065-.689-.559-1.079-1.339-1.079-.676 0-1.144.299-1.144.793 0 .442.312.663 1.066.806l.871.169c1.183.234 1.976.793 1.976 1.872 0 1.17-1.001 2.054-2.626 2.054m8.851 0c-1.144 0-2.171-.728-2.171-1.937 0-1.326 1.04-1.859 2.275-2.028l1.131-.169c.494-.065.663-.247.663-.598 0-.559-.442-.962-1.144-.962-.858 0-1.339.468-1.378 1.183h-1.378c.065-1.235 1.053-2.21 2.665-2.21 1.742 0 2.574.975 2.574 2.587v3.926h-1.261v-.286c0-.195.013-.377.026-.572-.325.637-.988 1.066-2.002 1.066m.299-1.014c.923 0 1.625-.65 1.625-1.612v-.806c-.104.13-.338.208-.715.273l-.715.143c-.741.143-1.274.429-1.274 1.04s.481.962 1.079.962m7.418 3.692c-1.755 0-2.834-.962-2.834-2.366h1.365c.013.793.559 1.313 1.495 1.313 1.001 0 1.716-.559 1.716-1.703v-.728c0-.208 0-.403.026-.598-.351.598-1.066 1.04-2.015 1.04-1.69 0-2.847-1.196-2.847-3.172 0-1.95 1.3-3.185 2.821-3.185 1.079 0 1.69.494 2.041 1.079-.026-.182-.026-.364-.026-.559v-.312h1.352v6.045c0 2.119-1.157 3.146-3.094 3.146m.065-4.108c1.027 0 1.755-.858 1.755-2.106 0-1.235-.728-2.119-1.755-2.119-1.053 0-1.781.871-1.781 2.119 0 1.261.728 2.106 1.781 2.106m7.643 1.43c-1.859 0-3.159-1.3-3.159-3.354 0-2.015 1.313-3.367 3.159-3.367 1.859 0 3.172 1.352 3.172 3.367 0 2.054-1.313 3.354-3.172 3.354m0-1.053c1.092 0 1.794-.897 1.794-2.301 0-1.43-.715-2.301-1.794-2.301-1.066 0-1.781.871-1.781 2.301 0 1.404.689 2.301 1.781 2.301"
|
|
331
|
+
}),
|
|
332
|
+
/* @__PURE__ */ jsx("rect", {
|
|
333
|
+
width: 84.5,
|
|
334
|
+
height: 18.5,
|
|
335
|
+
x: 38.25,
|
|
336
|
+
y: 300.5,
|
|
337
|
+
fill: "#1B1B1B",
|
|
338
|
+
rx: 3.75
|
|
339
|
+
}),
|
|
340
|
+
/* @__PURE__ */ jsx("rect", {
|
|
341
|
+
width: 84.5,
|
|
342
|
+
height: 18.5,
|
|
343
|
+
x: 38.25,
|
|
344
|
+
y: 300.5,
|
|
345
|
+
stroke: "#2C2C2C",
|
|
346
|
+
strokeWidth: .5,
|
|
347
|
+
rx: 3.75
|
|
348
|
+
}),
|
|
349
|
+
/* @__PURE__ */ jsx("path", {
|
|
350
|
+
fill: "#ACACAC",
|
|
351
|
+
d: "M48 304.688a5.06 5.06 0 0 0-4.677 3.125A5.062 5.062 0 1 0 48 304.688m3.938 5.055c-.027.067-.268.334-1.073.578q-.406.121-.824.195.022-.383.022-.766c0-1.305-.186-2.664-.575-3.645a3.94 3.94 0 0 1 2.45 3.638m-3.945-3.931c.066.027.334.268.578 1.073.235.778.367 1.796.367 2.865q-.001.46-.032.906-.444.031-.906.032c-1.07 0-2.087-.131-2.865-.367-.805-.243-1.046-.511-1.072-.578a3.944 3.944 0 0 1 3.93-3.931m-3.638 5.426c.981.389 2.34.574 3.645.574q.382 0 .766-.021a7 7 0 0 1-.195.824c-.243.805-.511 1.046-.578 1.073a3.95 3.95 0 0 1-3.638-2.45m5.133 2.157a8 8 0 0 0 .436-1.721c.633-.094 1.225-.239 1.72-.436a3.96 3.96 0 0 1-2.156 2.157"
|
|
352
|
+
}),
|
|
353
|
+
/* @__PURE__ */ jsx("path", {
|
|
354
|
+
fill: "#fff",
|
|
355
|
+
d: "M61.653 314.445c-1.872 0-3.042-1.066-3.042-2.626h1.17c0 1.027.676 1.703 1.833 1.703 1.313 0 2.08-.884 2.08-2.236 0-1.287-.702-2.184-1.924-2.184-.962 0-1.716.676-1.924 1.209h-1.092l.663-5.161h4.953v1.04h-4.095l-.299 2.301-.078.676c.455-.598 1.261-.988 2.145-.988 1.677 0 2.834 1.326 2.834 3.029 0 1.898-1.274 3.237-3.224 3.237m7.925 2.509v-8.97h1.118v.858c.351-.559 1.131-1.066 2.067-1.066 1.807 0 2.886 1.417 2.886 3.328 0 1.989-1.183 3.341-2.912 3.341-.897 0-1.638-.429-2.04-1.066v3.575zm2.99-3.38c1.157 0 1.911-1.014 1.911-2.47 0-1.443-.754-2.444-1.91-2.444-1.132 0-1.938.949-1.938 2.444 0 1.469.793 2.47 1.937 2.47m4.667.676v-6.266h1.118v1.04c.312-.715 1.001-1.248 1.963-1.248.078 0 .182 0 .286.013v1.105a2 2 0 0 0-.35-.026c-1.21 0-1.899.676-1.899 2.067v3.315zm7.123.195c-1.807 0-3.081-1.339-3.081-3.341 0-1.95 1.274-3.328 3.081-3.328 1.794 0 3.081 1.378 3.081 3.328 0 2.002-1.287 3.341-3.081 3.341m0-.871c1.196 0 1.924-1.001 1.924-2.47s-.754-2.444-1.924-2.444-1.924.975-1.924 2.444.728 2.47 1.924 2.47m4.128 3.575c-.208 0-.416-.013-.624-.065v-1.001a1 1 0 0 0 .325.052c.56 0 .923-.26.923-1.066v-7.085h1.118v7.423c0 .754-.403 1.742-1.742 1.742m.533-10.348v-1.339h1.3v1.339zm5.84 7.644c-1.872 0-3.042-1.183-3.042-3.354 0-1.924 1.261-3.315 2.977-3.315 1.872 0 2.9 1.313 2.9 3.328v.221h-4.759c.026 1.43.858 2.249 1.937 2.249.767 0 1.495-.299 1.651-1.261h1.105c-.13 1.105-.988 2.132-2.769 2.132m1.638-3.913c0-1.118-.61-1.872-1.703-1.872-1.053 0-1.742.819-1.82 1.872zm5.5 3.913c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314h-1.157c-.104-.819-.663-1.43-1.599-1.43-1.196 0-1.976 1.053-1.976 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.579-.091c-.936 0-1.781-.455-1.781-1.846v-3.601h-1.17v-.923h1.17v-2.067h1.118v2.067h1.3v.923h-1.3v3.484c0 .728.364.962.923.962.156 0 .286-.013.468-.039v.962a3.3 3.3 0 0 1-.728.078m4.406.091c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015"
|
|
356
|
+
}),
|
|
357
|
+
/* @__PURE__ */ jsx("rect", {
|
|
358
|
+
width: 84.5,
|
|
359
|
+
height: 18.5,
|
|
360
|
+
x: 131.25,
|
|
361
|
+
y: 300.5,
|
|
362
|
+
fill: "#1B1B1B",
|
|
363
|
+
rx: 3.75
|
|
364
|
+
}),
|
|
365
|
+
/* @__PURE__ */ jsx("rect", {
|
|
366
|
+
width: 84.5,
|
|
367
|
+
height: 18.5,
|
|
368
|
+
x: 131.25,
|
|
369
|
+
y: 300.5,
|
|
370
|
+
stroke: "#2C2C2C",
|
|
371
|
+
strokeWidth: .5,
|
|
372
|
+
rx: 3.75
|
|
373
|
+
}),
|
|
374
|
+
/* @__PURE__ */ jsx("path", {
|
|
375
|
+
fill: "#ACACAC",
|
|
376
|
+
d: "M139.125 308.813h-2.25a.567.567 0 0 1-.563-.563V306a.566.566 0 0 1 .961-.398.57.57 0 0 1 .165.398v.891l.365-.366a4.66 4.66 0 0 1 3.291-1.372h.026a4.66 4.66 0 0 1 3.275 1.335.562.562 0 1 1-.786.804 3.56 3.56 0 0 0-5.009.03l-.366.366h.891a.566.566 0 0 1 .563.562.567.567 0 0 1-.563.563m6 1.875h-2.25a.566.566 0 0 0-.563.562.567.567 0 0 0 .563.563h.891l-.366.365a3.54 3.54 0 0 1-2.499 1.044h-.021a3.54 3.54 0 0 1-2.488-1.014.565.565 0 0 0-.796.009.56.56 0 0 0 .009.795 4.66 4.66 0 0 0 3.275 1.335h.026a4.66 4.66 0 0 0 3.289-1.373l.367-.365v.891a.567.567 0 0 0 .563.563.567.567 0 0 0 .563-.563v-2.25a.566.566 0 0 0-.563-.562"
|
|
377
|
+
}),
|
|
378
|
+
/* @__PURE__ */ jsx("path", {
|
|
379
|
+
fill: "#fff",
|
|
380
|
+
d: "M154.718 314.445c-1.937 0-3.133-1.131-3.133-2.821h1.157c0 1.079.702 1.898 1.976 1.898 1.196 0 2.041-.676 2.041-1.807 0-1.118-.897-1.716-2.002-1.716h-.533v-1.001h.546c.962 0 1.755-.559 1.755-1.612 0-.962-.689-1.508-1.716-1.508-1.222 0-1.885.676-1.911 1.82h-1.17c.039-1.638 1.144-2.756 3.094-2.756 1.651 0 2.886.988 2.886 2.392 0 .936-.559 1.755-1.651 2.119 1.248.338 1.885 1.183 1.885 2.301 0 1.586-1.339 2.691-3.224 2.691m4.523-.195c0-1.17.481-1.937 1.898-3.016l1.235-.949c.767-.598 1.716-1.43 1.716-2.587 0-1.04-.637-1.82-1.729-1.82-1.105 0-1.859.78-1.859 2.275v.169h-1.17v-.299c0-1.95 1.326-3.081 3.029-3.081 1.69 0 2.912 1.053 2.912 2.743 0 1.365-.819 2.34-2.535 3.64l-.637.481c-.845.637-1.352 1.066-1.443 1.404h4.771v1.04zm10.51.195c-1.872 0-3.042-1.066-3.042-2.626h1.17c0 1.027.676 1.703 1.833 1.703 1.313 0 2.08-.884 2.08-2.236 0-1.287-.702-2.184-1.924-2.184-.962 0-1.716.676-1.924 1.209h-1.092l.663-5.161h4.953v1.04h-4.095l-.299 2.301-.078.676c.455-.598 1.261-.988 2.145-.988 1.677 0 2.834 1.326 2.834 3.029 0 1.898-1.274 3.237-3.224 3.237m10.122 0c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015m4.533 2.509 1.144-2.925-2.509-6.045h1.235l1.56 4.004.299.767.273-.767 1.378-4.004h1.17l-3.367 8.97zm5.803-2.704v-6.266h1.105v.845c.338-.546 1.092-1.053 1.937-1.053 1.443 0 2.314.91 2.314 2.522v3.952h-1.118v-3.809c0-1.183-.39-1.781-1.378-1.781-1.092 0-1.742.832-1.742 1.82v3.77zm9.98.195c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314h-1.157c-.104-.819-.663-1.43-1.599-1.43-1.196 0-1.976 1.053-1.976 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.553 0c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015"
|
|
381
|
+
}),
|
|
382
|
+
/* @__PURE__ */ jsx("path", {
|
|
383
|
+
fill: "#fff",
|
|
384
|
+
fillOpacity: .08,
|
|
385
|
+
d: "M38 331.25h284.25v.5H38z"
|
|
386
|
+
}),
|
|
387
|
+
/* @__PURE__ */ jsx("path", {
|
|
388
|
+
fill: "#ACACAC",
|
|
389
|
+
d: "M42.596 354.93c-2.4 0-4.02-1.68-4.02-4.428 0-2.616 1.728-4.344 4.044-4.344 2.028 0 3.42 1.26 3.576 2.904h-1.2c-.216-1.236-1.056-1.98-2.424-1.98-1.704 0-2.844 1.296-2.844 3.42s1.176 3.504 2.844 3.504c1.38 0 2.268-.78 2.496-1.968h1.14c-.228 1.788-1.62 2.892-3.612 2.892m5.07-.18v-5.784H48.7v.96c.288-.66.924-1.152 1.812-1.152.072 0 .168 0 .264.012v1.02a2 2 0 0 0-.324-.024c-1.116 0-1.752.624-1.752 1.908v3.06zm6.54.18c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204H52.43c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.224 3.612c-1.103 0-1.992-.672-1.992-1.764 0-1.116.889-1.644 1.92-1.8l1.236-.192c.444-.072.588-.228.588-.576 0-.636-.492-1.008-1.163-1.008-.889 0-1.344.468-1.368 1.188H58.13c.035-1.056.864-2.004 2.316-2.004 1.44 0 2.255.852 2.255 2.184v3.792h-.983v-.78c-.288.6-.913.96-1.776.96m.145-.804c.923 0 1.607-.624 1.607-1.56v-.852c-.072.108-.288.192-.636.252l-.84.156c-.684.132-1.2.432-1.2 1.044 0 .6.48.96 1.069.96m6.394.72c-.864 0-1.644-.42-1.644-1.704v-3.324h-1.08v-.852h1.08v-1.908h1.032v1.908h1.2v.852h-1.2v3.216c0 .672.336.888.852.888.144 0 .264-.012.432-.036v.888a3 3 0 0 1-.672.072m4.381.084c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204h-4.392c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.873 3.612c-1.512 0-2.664-1.104-2.664-3.072 0-1.752 1.044-3.084 2.688-3.084.96 0 1.596.528 1.86.972v-3.396h1.032v8.4h-1.032v-.804c-.312.54-1.02.984-1.884.984m.18-.804c1.032 0 1.776-.888 1.776-2.28 0-1.38-.732-2.256-1.776-2.256s-1.776.912-1.776 2.268.72 2.268 1.776 2.268m10.36.804c-.803 0-1.523-.396-1.883-.984v.804h-1.032v-8.4h1.032v3.396a2.34 2.34 0 0 1 1.908-.972c1.68 0 2.664 1.32 2.664 3.084 0 1.812-1.056 3.072-2.688 3.072m-.167-.804c1.068 0 1.776-.924 1.776-2.268 0-1.332-.696-2.268-1.776-2.268-1.044 0-1.776.852-1.776 2.256 0 1.356.732 2.28 1.776 2.28m4.706 3.12 1.056-2.7-2.316-5.58h1.14l1.44 3.696.276.708.252-.708 1.272-3.696h1.08l-3.108 8.28z"
|
|
390
|
+
}),
|
|
391
|
+
/* @__PURE__ */ jsx("path", {
|
|
392
|
+
fill: "#fff",
|
|
393
|
+
d: "M102.092 354.75v-8.4h1.704l2.52 6.396.36.912.348-.912 2.496-6.396h1.68v8.4h-1.08v-7.356l-2.856 7.356h-1.224l-2.868-7.344v7.344zm11.083 0v-5.784h1.032v5.784zm-.084-6.876v-1.236h1.2v1.236zm5.008 6.972c-.864 0-1.644-.42-1.644-1.704v-3.324h-1.08v-.852h1.08v-1.908h1.032v1.908h1.2v.852h-1.2v3.216c0 .672.336.888.852.888.144 0 .264-.012.432-.036v.888a3 3 0 0 1-.672.072m4.442.084c-1.572 0-2.868-1.032-2.868-3.084 0-1.824 1.272-3.072 2.916-3.072 1.368 0 2.4.828 2.52 2.136h-1.068c-.096-.756-.612-1.32-1.476-1.32-1.104 0-1.824.972-1.824 2.256 0 1.38.732 2.28 1.848 2.28.852 0 1.428-.492 1.536-1.32h1.02c-.108 1.26-1.02 2.124-2.604 2.124m4.021-.18v-8.4h1.032v3.396c.312-.552.996-.972 1.776-.972 1.332 0 2.136.84 2.136 2.328v3.648h-1.032v-3.516c0-1.092-.372-1.644-1.308-1.644-.984 0-1.572.768-1.572 1.68v3.48zm9.792 0v-8.4h3.276c1.572 0 2.664.66 2.664 2.112 0 .912-.648 1.608-1.404 1.848.996.312 1.608 1.032 1.608 2.076 0 1.872-1.536 2.364-3.18 2.364zm3.144-.924c1.308 0 1.884-.504 1.884-1.5 0-.864-.444-1.512-1.932-1.512h-2.004v3.012zm-.024-3.936c1.092 0 1.704-.492 1.704-1.344 0-.744-.444-1.284-1.62-1.284h-2.112v2.628zm4.529 4.86v-5.784h1.032v.96c.288-.66.924-1.152 1.812-1.152.072 0 .168 0 .264.012v1.02a2 2 0 0 0-.324-.024c-1.116 0-1.752.624-1.752 1.908v3.06zm6.539.18c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204h-4.392c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.993 6.108c-1.524 0-2.52-.852-2.52-2.124h1.02c0 .78.576 1.32 1.512 1.32 1.08 0 1.74-.564 1.74-1.8v-1.092c-.3.588-1.044.96-1.896.96-1.596 0-2.628-1.152-2.628-2.94 0-1.776 1.14-2.976 2.664-2.976.96 0 1.56.492 1.86.972v-.78h1.032v5.496c0 1.98-.936 2.964-2.784 2.964m.06-3.54c1.032 0 1.764-.852 1.764-2.136 0-1.26-.732-2.16-1.764-2.16-1.044 0-1.764.876-1.764 2.16 0 1.296.72 2.136 1.764 2.136m4.561.864v-5.784h1.032v.78c.348-.564.936-.972 1.692-.972s1.404.372 1.74 1.14c.396-.672 1.056-1.14 1.884-1.14 1.164 0 2.028.732 2.028 2.316v3.66h-1.032v-3.456c0-1.092-.324-1.704-1.212-1.704-.912 0-1.428.792-1.428 1.716v3.444h-1.032v-3.42c0-1.104-.336-1.74-1.188-1.74-.9 0-1.452.804-1.452 1.764v3.396zm11.794.18c-1.104 0-1.992-.672-1.992-1.764 0-1.116.888-1.644 1.92-1.8l1.236-.192c.444-.072.588-.228.588-.576 0-.636-.492-1.008-1.164-1.008-.888 0-1.344.468-1.368 1.188h-1.032c.036-1.056.864-2.004 2.316-2.004 1.44 0 2.256.852 2.256 2.184v3.792h-.984v-.78c-.288.6-.912.96-1.776.96m.144-.804c.924 0 1.608-.624 1.608-1.56v-.852c-.072.108-.288.192-.636.252l-.84.156c-.684.132-1.2.432-1.2 1.044 0 .6.48.96 1.068.96m4.377.624v-5.784h1.02v.78c.312-.504 1.008-.972 1.788-.972 1.332 0 2.136.84 2.136 2.328v3.648h-1.032v-3.516c0-1.092-.36-1.644-1.272-1.644-1.008 0-1.608.768-1.608 1.68v3.48z"
|
|
394
|
+
}),
|
|
395
|
+
/* @__PURE__ */ jsx("path", {
|
|
396
|
+
fill: "#868686",
|
|
397
|
+
d: "m188.024 354.75 3.408-8.4h1.56l3.408 8.4h-1.488l-.9-2.4h-3.672l-.9 2.4zm2.736-3.516h2.832l-1.128-2.988a13 13 0 0 1-.276-.804l-.3.804zm6.542 5.988v-8.292h1.248v.336c0 .156-.012.3-.024.48.348-.576 1.02-1.008 1.908-1.008 1.608 0 2.616 1.296 2.616 3.108 0 1.872-1.116 3.096-2.652 3.096-.912 0-1.5-.408-1.872-.996l.024.516v2.76zm2.832-3.252c.984 0 1.632-.876 1.632-2.136 0-1.236-.624-2.112-1.632-2.112-.96 0-1.644.816-1.644 2.112 0 1.272.672 2.136 1.644 2.136m4.271.78v-5.82h1.248v.348l-.024.66c.3-.66.876-1.2 1.764-1.2.096 0 .192 0 .288.024v1.212c-.096-.012-.204-.036-.372-.036-1.008 0-1.656.54-1.656 1.824v2.988zm8.238-5.88.024-.708a2.38 2.38 0 0 1-1.968 1.164v-1.248c1.032-.132 1.896-.804 2.136-1.728h1.092v8.4h-1.284zm6.156 6.072c-2.256 0-3.204-1.836-3.204-4.212 0-2.604 1.08-4.584 3.456-4.584 1.608 0 2.604.96 2.664 2.34h-1.308c-.048-.792-.564-1.284-1.392-1.284-1.32 0-2.004 1.068-2.088 2.832l-.036.468a2.58 2.58 0 0 1 2.22-1.26c1.536 0 2.628 1.14 2.628 2.76 0 1.704-1.272 2.94-2.94 2.94m-.024-1.044c.972 0 1.656-.72 1.656-1.836 0-1.008-.624-1.752-1.62-1.752-1.008 0-1.716.72-1.716 1.728 0 1.212.708 1.86 1.68 1.86m4.137 2.148c.408-.12.756-.36.756-1.068v-.228h-.768v-1.596h1.596v1.668c0 1.308-.696 1.86-1.584 1.968zm5.223-1.296c.024-1.488.792-2.232 2.148-3.228l.816-.612c.816-.6 1.572-1.272 1.572-2.22 0-.876-.552-1.476-1.464-1.476-1.02 0-1.632.708-1.632 1.956v.12h-1.344v-.18c0-1.824 1.2-2.964 2.976-2.964 1.68 0 2.772 1.032 2.772 2.544 0 1.404-.936 2.292-2.328 3.312l-.576.42c-.804.588-1.152.876-1.248 1.14h4.224v1.188zm10.286.192c-2.028 0-3.18-1.632-3.18-4.404 0-2.748 1.224-4.392 3.18-4.392 1.944 0 3.18 1.62 3.18 4.428 0 2.76-1.176 4.368-3.18 4.368m.012-1.068c1.14 0 1.848-1.044 1.848-3.288 0-2.316-.696-3.372-1.848-3.372-1.188 0-1.872 1.068-1.872 3.384 0 2.232.732 3.276 1.872 3.276m4.271.876c.024-1.488.792-2.232 2.148-3.228l.816-.612c.816-.6 1.572-1.272 1.572-2.22 0-.876-.552-1.476-1.464-1.476-1.02 0-1.632.708-1.632 1.956v.12H242.8v-.18c0-1.824 1.2-2.964 2.976-2.964 1.68 0 2.772 1.032 2.772 2.544 0 1.404-.936 2.292-2.328 3.312l-.576.42c-.804.588-1.152.876-1.248 1.14h4.224v1.188zm10.299.192c-2.257 0-3.205-1.836-3.205-4.212 0-2.604 1.08-4.584 3.457-4.584 1.608 0 2.604.96 2.664 2.34h-1.308c-.048-.792-.565-1.284-1.393-1.284-1.32 0-2.004 1.068-2.088 2.832l-.036.468a2.58 2.58 0 0 1 2.221-1.26c1.535 0 2.627 1.14 2.627 2.76 0 1.704-1.271 2.94-2.939 2.94m-.024-1.044c.972 0 1.656-.72 1.656-1.836 0-1.008-.624-1.752-1.62-1.752-1.009 0-1.717.72-1.717 1.728 0 1.212.708 1.86 1.681 1.86"
|
|
398
|
+
})
|
|
399
|
+
]
|
|
400
|
+
}),
|
|
401
|
+
/* @__PURE__ */ jsxs("g", {
|
|
402
|
+
filter: "url(#create-source-action-card-dark-hovered_svg__h)",
|
|
403
|
+
children: [
|
|
404
|
+
/* @__PURE__ */ jsx("rect", {
|
|
405
|
+
width: 308.25,
|
|
406
|
+
height: 144.5,
|
|
407
|
+
x: 358.25,
|
|
408
|
+
y: 225.25,
|
|
409
|
+
fill: "#161616",
|
|
410
|
+
rx: 8,
|
|
411
|
+
shapeRendering: "crispEdges"
|
|
412
|
+
}),
|
|
413
|
+
/* @__PURE__ */ jsx("rect", {
|
|
414
|
+
width: 307.75,
|
|
415
|
+
height: 144,
|
|
416
|
+
x: 358.5,
|
|
417
|
+
y: 225.5,
|
|
418
|
+
stroke: "#2C2C2C",
|
|
419
|
+
strokeWidth: .5,
|
|
420
|
+
rx: 7.75,
|
|
421
|
+
shapeRendering: "crispEdges"
|
|
422
|
+
}),
|
|
423
|
+
/* @__PURE__ */ jsx("rect", {
|
|
424
|
+
width: 28,
|
|
425
|
+
height: 28,
|
|
426
|
+
x: 370.25,
|
|
427
|
+
y: 237.25,
|
|
428
|
+
fill: "#fff",
|
|
429
|
+
rx: 4
|
|
430
|
+
}),
|
|
431
|
+
/* @__PURE__ */ jsxs("g", {
|
|
432
|
+
clipPath: "url(#create-source-action-card-dark-hovered_svg__i)",
|
|
433
|
+
children: [/* @__PURE__ */ jsx("mask", {
|
|
434
|
+
id: "create-source-action-card-dark-hovered_svg__j",
|
|
435
|
+
width: 24,
|
|
436
|
+
height: 22,
|
|
437
|
+
x: 373,
|
|
438
|
+
y: 240,
|
|
439
|
+
maskUnits: "userSpaceOnUse",
|
|
440
|
+
style: { maskType: "luminance" },
|
|
441
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
442
|
+
fill: "#fff",
|
|
443
|
+
d: "M396.234 240.25H373.25v21h22.984z"
|
|
444
|
+
})
|
|
445
|
+
}), /* @__PURE__ */ jsxs("g", {
|
|
446
|
+
mask: "url(#create-source-action-card-dark-hovered_svg__j)",
|
|
447
|
+
children: [
|
|
448
|
+
/* @__PURE__ */ jsx("path", {
|
|
449
|
+
fill: "#0066DA",
|
|
450
|
+
d: "m374.988 258.248 1.013 1.791c.211.376.514.673.869.888l3.62-6.408h-7.24c0 .418.105.835.316 1.212z"
|
|
451
|
+
}),
|
|
452
|
+
/* @__PURE__ */ jsx("path", {
|
|
453
|
+
fill: "#00AC47",
|
|
454
|
+
d: "m384.742 246.981-3.62-6.408a2.43 2.43 0 0 0-.869.889l-6.687 11.846a2.5 2.5 0 0 0-.316 1.211h7.24z"
|
|
455
|
+
}),
|
|
456
|
+
/* @__PURE__ */ jsx("path", {
|
|
457
|
+
fill: "#EA4335",
|
|
458
|
+
d: "M392.614 260.927a2.4 2.4 0 0 0 .869-.888l.421-.741 2.014-3.567c.211-.377.316-.794.316-1.212h-7.24l1.54 3.096z"
|
|
459
|
+
}),
|
|
460
|
+
/* @__PURE__ */ jsx("path", {
|
|
461
|
+
fill: "#00832D",
|
|
462
|
+
d: "m384.742 246.981 3.62-6.408a2.3 2.3 0 0 0-1.185-.323h-4.87c-.421 0-.829.121-1.185.323z"
|
|
463
|
+
}),
|
|
464
|
+
/* @__PURE__ */ jsx("path", {
|
|
465
|
+
fill: "#2684FC",
|
|
466
|
+
d: "M388.994 254.519h-8.504l-3.62 6.408c.356.215.764.323 1.185.323h13.374c.422 0 .83-.121 1.185-.323z"
|
|
467
|
+
}),
|
|
468
|
+
/* @__PURE__ */ jsx("path", {
|
|
469
|
+
fill: "#FFBA00",
|
|
470
|
+
d: "m392.575 247.385-3.344-5.923a2.4 2.4 0 0 0-.869-.889l-3.62 6.408 4.252 7.538h7.227c0-.417-.105-.834-.316-1.211z"
|
|
471
|
+
})
|
|
472
|
+
]
|
|
473
|
+
})]
|
|
474
|
+
}),
|
|
475
|
+
/* @__PURE__ */ jsx("path", {
|
|
476
|
+
fill: "#fff",
|
|
477
|
+
d: "M410.142 259.358c-1.89 0-3.052-1.036-3.052-2.548h1.47c.014.854.602 1.414 1.61 1.414 1.078 0 1.848-.602 1.848-1.834v-.784c0-.224 0-.434.028-.644-.378.644-1.148 1.12-2.17 1.12-1.82 0-3.066-1.288-3.066-3.416 0-2.1 1.4-3.43 3.038-3.43 1.162 0 1.82.532 2.198 1.162-.028-.196-.028-.392-.028-.602v-.336h1.456v6.51c0 2.282-1.246 3.388-3.332 3.388m.07-4.424c1.106 0 1.89-.924 1.89-2.268 0-1.33-.784-2.282-1.89-2.282-1.134 0-1.918.938-1.918 2.282 0 1.358.784 2.268 1.918 2.268m4.368 1.316 2.548-3.472-2.38-3.318h1.708l1.12 1.68c.14.196.266.392.392.602.112-.21.238-.392.378-.588l1.162-1.694h1.638l-2.436 3.29 2.52 3.5h-1.708l-1.246-1.876-.392-.588-.378.588-1.288 1.876zm7.016-2.884v-1.386h3.626v1.386zm8.293 5.992c-1.89 0-3.052-1.036-3.052-2.548h1.47c.014.854.602 1.414 1.61 1.414 1.078 0 1.848-.602 1.848-1.834v-.784c0-.224 0-.434.028-.644-.378.644-1.148 1.12-2.17 1.12-1.82 0-3.066-1.288-3.066-3.416 0-2.1 1.4-3.43 3.038-3.43 1.162 0 1.82.532 2.198 1.162-.028-.196-.028-.392-.028-.602v-.336h1.456v6.51c0 2.282-1.246 3.388-3.332 3.388m.07-4.424c1.106 0 1.89-.924 1.89-2.268 0-1.33-.784-2.282-1.89-2.282-1.134 0-1.918.938-1.918 2.282 0 1.358.784 2.268 1.918 2.268m8.232 1.54c-2.002 0-3.402-1.4-3.402-3.612 0-2.17 1.414-3.626 3.402-3.626 2.002 0 3.416 1.456 3.416 3.626 0 2.212-1.414 3.612-3.416 3.612m0-1.134c1.176 0 1.932-.966 1.932-2.478 0-1.54-.77-2.478-1.932-2.478-1.148 0-1.918.938-1.918 2.478 0 1.512.742 2.478 1.918 2.478m7.986 1.134c-2.002 0-3.402-1.4-3.402-3.612 0-2.17 1.414-3.626 3.402-3.626 2.002 0 3.416 1.456 3.416 3.626 0 2.212-1.414 3.612-3.416 3.612m0-1.134c1.176 0 1.932-.966 1.932-2.478 0-1.54-.77-2.478-1.932-2.478-1.148 0-1.918.938-1.918 2.478 0 1.512.742 2.478 1.918 2.478m7.93 4.018c-1.89 0-3.052-1.036-3.052-2.548h1.47c.014.854.602 1.414 1.61 1.414 1.078 0 1.848-.602 1.848-1.834v-.784c0-.224 0-.434.028-.644-.378.644-1.148 1.12-2.17 1.12-1.82 0-3.066-1.288-3.066-3.416 0-2.1 1.4-3.43 3.038-3.43 1.162 0 1.82.532 2.198 1.162-.028-.196-.028-.392-.028-.602v-.336h1.456v6.51c0 2.282-1.246 3.388-3.332 3.388m.07-4.424c1.106 0 1.89-.924 1.89-2.268 0-1.33-.784-2.282-1.89-2.282-1.134 0-1.918.938-1.918 2.282 0 1.358.784 2.268 1.918 2.268m5.25 1.316v-9.8h1.456v9.8zm6.401.224c-2.03 0-3.374-1.288-3.374-3.64 0-2.114 1.4-3.598 3.318-3.598 2.044 0 3.206 1.428 3.206 3.626v.308h-5.054c.028 1.316.812 2.17 1.918 2.17.784 0 1.47-.378 1.61-1.246h1.47c-.14 1.288-1.204 2.38-3.094 2.38m1.624-4.34c-.014-1.064-.644-1.792-1.694-1.792-1.022 0-1.722.77-1.82 1.792zm5.809 4.34c-1.792 0-3.122-1.26-3.122-3.612 0-2.24 1.386-3.626 3.15-3.626 1.092 0 1.792.574 2.142 1.162-.028-.21-.028-.406-.028-.602v-3.346h1.456v9.8h-1.456v-.336c0-.224 0-.406.028-.602-.322.56-1.036 1.162-2.17 1.162m.308-1.134c1.106 0 1.918-.994 1.918-2.492s-.798-2.464-1.918-2.464-1.932 1.008-1.932 2.478c0 1.498.798 2.478 1.932 2.478m5.277.91v-6.79h1.456v.406l-.028.77c.35-.77 1.022-1.4 2.058-1.4.112 0 .224 0 .336.028v1.414c-.112-.014-.238-.042-.434-.042-1.176 0-1.932.63-1.932 2.128v3.486zm5.142 0v-6.79h1.456v6.79zm-.07-7.952v-1.61h1.596v1.61zm5.253 7.952-2.576-6.79h1.568l1.61 4.69c.112.294.168.504.238.77.07-.266.14-.476.238-.77l1.582-4.69h1.512l-2.534 6.79zm8.179.224c-2.03 0-3.374-1.288-3.374-3.64 0-2.114 1.4-3.598 3.318-3.598 2.044 0 3.206 1.428 3.206 3.626v.308h-5.054c.028 1.316.812 2.17 1.918 2.17.784 0 1.47-.378 1.61-1.246h1.47c-.14 1.288-1.204 2.38-3.094 2.38m1.624-4.34c-.014-1.064-.644-1.792-1.694-1.792-1.022 0-1.722.77-1.82 1.792z"
|
|
478
|
+
}),
|
|
479
|
+
/* @__PURE__ */ jsx("path", {
|
|
480
|
+
fill: "#868686",
|
|
481
|
+
d: "M371.433 285.25v-9.1h1.183v8.099h4.745v1.001zm8.912.195c-1.196 0-2.158-.728-2.158-1.911 0-1.209.962-1.781 2.08-1.95l1.339-.208c.481-.078.637-.247.637-.624 0-.689-.533-1.092-1.261-1.092-.962 0-1.456.507-1.482 1.287h-1.118c.039-1.144.936-2.171 2.509-2.171 1.56 0 2.444.923 2.444 2.366v4.108h-1.066v-.845c-.312.65-.988 1.04-1.924 1.04m.156-.871c1.001 0 1.742-.676 1.742-1.69v-.923c-.078.117-.312.208-.689.273l-.91.169c-.741.143-1.3.468-1.3 1.131 0 .65.52 1.04 1.157 1.04m6.939.871c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015m6.261-.091c-.936 0-1.781-.455-1.781-1.846v-3.601h-1.17v-.923h1.17v-2.067h1.118v2.067h1.3v.923h-1.3v3.484c0 .728.364.962.923.962.156 0 .286-.013.468-.039v.962a3.3 3.3 0 0 1-.728.078m7.518.091c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015m4.533 2.509 1.144-2.925-2.509-6.045h1.235l1.56 4.004.299.767.273-.767 1.378-4.004h1.17l-3.367 8.97zm5.804-2.704v-6.266h1.105v.845c.338-.546 1.092-1.053 1.937-1.053 1.443 0 2.314.91 2.314 2.522v3.952h-1.118v-3.809c0-1.183-.39-1.781-1.378-1.781-1.092 0-1.742.832-1.742 1.82v3.77zm9.98.195c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314h-1.157c-.104-.819-.663-1.43-1.599-1.43-1.196 0-1.976 1.053-1.976 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.995 0c-1.872 0-3.042-1.183-3.042-3.354 0-1.924 1.261-3.315 2.977-3.315 1.872 0 2.899 1.313 2.899 3.328v.221h-4.758c.026 1.43.858 2.249 1.937 2.249.767 0 1.495-.299 1.651-1.261h1.105c-.13 1.105-.988 2.132-2.769 2.132m1.638-3.913c0-1.118-.611-1.872-1.703-1.872-1.053 0-1.742.819-1.82 1.872zm5.279 3.913c-1.638 0-2.886-1.196-2.886-3.328 0-1.898 1.131-3.341 2.912-3.341 1.04 0 1.729.572 2.015 1.053v-3.6790000000000003h1.118v9.1h-1.118v-.871c-.338.585-1.105 1.066-2.041 1.066m.195-.871c1.118 0 1.924-.962 1.924-2.47 0-1.495-.793-2.444-1.924-2.444s-1.924.988-1.924 2.457.78 2.457 1.924 2.457M447.059 285.458c-2.028 0-3.276-1.144-3.276-2.99h1.417c0 1.118.715 1.833 1.859 1.833 1.131 0 1.911-.598 1.911-1.625 0-.975-.793-1.547-1.872-1.547h-.598v-1.209h.611c.897 0 1.651-.468 1.651-1.443 0-.858-.624-1.391-1.625-1.391-1.105 0-1.755.637-1.807 1.664h-1.443c.065-1.703 1.3-2.821 3.276-2.821 1.742 0 3.003 1.001 3.003 2.496 0 .975-.637 1.742-1.664 2.054 1.144.312 1.872 1.105 1.872 2.288 0 1.586-1.378 2.691-3.315 2.691m7.857-.208v-9.1h1.352v3.094l-.026.572c.338-.611 1.014-1.079 1.937-1.079 1.417 0 2.275.949 2.275 2.535v3.978h-1.352v-3.796c0-1.053-.429-1.651-1.313-1.651-.923 0-1.521.767-1.521 1.703v3.744zm10.083.208c-1.859 0-3.159-1.3-3.159-3.354 0-2.015 1.313-3.367 3.159-3.367 1.859 0 3.172 1.352 3.172 3.367 0 2.054-1.313 3.354-3.172 3.354m0-1.053c1.092 0 1.794-.897 1.794-2.301 0-1.43-.715-2.301-1.794-2.301-1.066 0-1.781.871-1.781 2.301 0 1.404.689 2.301 1.781 2.301m6.843 1.053c-1.365 0-2.262-.871-2.262-2.509v-4.004h1.352v3.77c0 1.04.403 1.677 1.3 1.677.91 0 1.482-.689 1.482-1.833v-3.614h1.352v6.305h-1.339v-.325c0-.182.013-.377.039-.546-.312.637-.975 1.079-1.924 1.079m5.067-.208v-6.305h1.352v.377l-.026.715c.325-.715.949-1.3 1.911-1.3.104 0 .208 0 .312.026v1.313c-.104-.013-.221-.039-.403-.039-1.092 0-1.794.585-1.794 1.976v3.237zm6.988.208c-1.742 0-2.782-.923-2.847-2.34h1.352c.039.806.559 1.313 1.482 1.313.793 0 1.313-.364 1.313-.923 0-.455-.351-.715-1.066-.858l-.858-.169c-1.248-.234-2.002-.845-2.002-1.859 0-1.079 1.027-1.885 2.522-1.885 1.599 0 2.587.806 2.652 2.106h-1.352c-.065-.689-.559-1.079-1.339-1.079-.676 0-1.144.299-1.144.793 0 .442.312.663 1.066.806l.871.169c1.183.234 1.976.793 1.976 1.872 0 1.17-1.001 2.054-2.626 2.054m8.851 0c-1.144 0-2.171-.728-2.171-1.937 0-1.326 1.04-1.859 2.275-2.028l1.131-.169c.494-.065.663-.247.663-.598 0-.559-.442-.962-1.144-.962-.858 0-1.339.468-1.378 1.183h-1.378c.065-1.235 1.053-2.21 2.665-2.21 1.742 0 2.574.975 2.574 2.587v3.926h-1.261v-.286c0-.195.013-.377.026-.572-.325.637-.988 1.066-2.002 1.066m.299-1.014c.923 0 1.625-.65 1.625-1.612v-.806c-.104.13-.338.208-.715.273l-.715.143c-.741.143-1.274.429-1.274 1.04s.481.962 1.079.962m7.418 3.692c-1.755 0-2.834-.962-2.834-2.366h1.365c.013.793.559 1.313 1.495 1.313 1.001 0 1.716-.559 1.716-1.703v-.728c0-.208 0-.403.026-.598-.351.598-1.066 1.04-2.015 1.04-1.69 0-2.847-1.196-2.847-3.172 0-1.95 1.3-3.185 2.821-3.185 1.079 0 1.69.494 2.041 1.079-.026-.182-.026-.364-.026-.559v-.312h1.352v6.045c0 2.119-1.157 3.146-3.094 3.146m.065-4.108c1.027 0 1.755-.858 1.755-2.106 0-1.235-.728-2.119-1.755-2.119-1.053 0-1.781.871-1.781 2.119 0 1.261.728 2.106 1.781 2.106m7.643 1.43c-1.859 0-3.159-1.3-3.159-3.354 0-2.015 1.313-3.367 3.159-3.367 1.859 0 3.172 1.352 3.172 3.367 0 2.054-1.313 3.354-3.172 3.354m0-1.053c1.092 0 1.794-.897 1.794-2.301 0-1.43-.715-2.301-1.794-2.301-1.066 0-1.781.871-1.781 2.301 0 1.404.689 2.301 1.781 2.301"
|
|
482
|
+
}),
|
|
483
|
+
/* @__PURE__ */ jsx("rect", {
|
|
484
|
+
width: 75.5,
|
|
485
|
+
height: 18.5,
|
|
486
|
+
x: 370.5,
|
|
487
|
+
y: 300.5,
|
|
488
|
+
fill: "#1B1B1B",
|
|
489
|
+
rx: 3.75
|
|
490
|
+
}),
|
|
491
|
+
/* @__PURE__ */ jsx("rect", {
|
|
492
|
+
width: 75.5,
|
|
493
|
+
height: 18.5,
|
|
494
|
+
x: 370.5,
|
|
495
|
+
y: 300.5,
|
|
496
|
+
stroke: "#2C2C2C",
|
|
497
|
+
strokeWidth: .5,
|
|
498
|
+
rx: 3.75
|
|
499
|
+
}),
|
|
500
|
+
/* @__PURE__ */ jsx("path", {
|
|
501
|
+
fill: "#ACACAC",
|
|
502
|
+
d: "M380.25 304.688a5.06 5.06 0 0 0-4.965 6.05 5.06 5.06 0 0 0 6.902 3.689 5.06 5.06 0 0 0 3.126-4.677 5.07 5.07 0 0 0-5.063-5.062m3.938 5.055c-.027.067-.268.334-1.073.578a7 7 0 0 1-.824.195q.022-.383.022-.766c0-1.305-.186-2.664-.575-3.645a3.94 3.94 0 0 1 2.45 3.638m-3.945-3.931c.067.027.334.268.578 1.073.235.778.367 1.796.367 2.865q-.001.46-.032.906-.443.031-.906.032c-1.069 0-2.087-.131-2.865-.367-.805-.243-1.046-.511-1.072-.578a3.94 3.94 0 0 1 3.93-3.931m-3.638 5.426c.981.389 2.34.574 3.645.574q.383 0 .766-.021a7 7 0 0 1-.195.824c-.243.805-.511 1.046-.578 1.073a3.95 3.95 0 0 1-3.638-2.45m5.133 2.157a8 8 0 0 0 .436-1.721 8 8 0 0 0 1.721-.436 3.95 3.95 0 0 1-.863 1.294c-.37.371-.81.664-1.294.863"
|
|
503
|
+
}),
|
|
504
|
+
/* @__PURE__ */ jsx("path", {
|
|
505
|
+
fill: "#fff",
|
|
506
|
+
d: "M392.72 307.867v-.897c-.429.689-1.261 1.274-2.184 1.313v-1.144c1.053-.117 2.093-1.001 2.392-1.989h.936v9.1h-1.144zm6.493 9.087v-8.97h1.118v.858c.351-.559 1.131-1.066 2.067-1.066 1.807 0 2.886 1.417 2.886 3.328 0 1.989-1.183 3.341-2.912 3.341-.897 0-1.638-.429-2.041-1.066v3.575zm2.99-3.38c1.157 0 1.911-1.014 1.911-2.47 0-1.443-.754-2.444-1.911-2.444-1.131 0-1.937.949-1.937 2.444 0 1.469.793 2.47 1.937 2.47m4.667.676v-6.266h1.118v1.04c.312-.715 1.001-1.248 1.963-1.248.078 0 .182 0 .286.013v1.105a2 2 0 0 0-.351-.026c-1.209 0-1.898.676-1.898 2.067v3.315zm7.123.195c-1.807 0-3.081-1.339-3.081-3.341 0-1.95 1.274-3.328 3.081-3.328 1.794 0 3.081 1.378 3.081 3.328 0 2.002-1.287 3.341-3.081 3.341m0-.871c1.196 0 1.924-1.001 1.924-2.47s-.754-2.444-1.924-2.444-1.924.975-1.924 2.444.728 2.47 1.924 2.47m4.128 3.575c-.208 0-.416-.013-.624-.065v-1.001a1 1 0 0 0 .325.052c.559 0 .923-.26.923-1.066v-7.085h1.118v7.423c0 .754-.403 1.742-1.742 1.742m.533-10.348v-1.339h1.3v1.339zm5.84 7.644c-1.872 0-3.042-1.183-3.042-3.354 0-1.924 1.261-3.315 2.977-3.315 1.872 0 2.899 1.313 2.899 3.328v.221h-4.758c.026 1.43.858 2.249 1.937 2.249.767 0 1.495-.299 1.651-1.261h1.105c-.13 1.105-.988 2.132-2.769 2.132m1.638-3.913c0-1.118-.611-1.872-1.703-1.872-1.053 0-1.742.819-1.82 1.872zm5.5 3.913c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314h-1.157c-.104-.819-.663-1.43-1.599-1.43-1.196 0-1.976 1.053-1.976 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.579-.091c-.936 0-1.781-.455-1.781-1.846v-3.601h-1.17v-.923h1.17v-2.067h1.118v2.067h1.3v.923h-1.3v3.484c0 .728.364.962.923.962.156 0 .286-.013.468-.039v.962a3.3 3.3 0 0 1-.728.078"
|
|
507
|
+
}),
|
|
508
|
+
/* @__PURE__ */ jsx("rect", {
|
|
509
|
+
width: 69.5,
|
|
510
|
+
height: 18.5,
|
|
511
|
+
x: 454.5,
|
|
512
|
+
y: 300.5,
|
|
513
|
+
fill: "#1B1B1B",
|
|
514
|
+
rx: 3.75
|
|
515
|
+
}),
|
|
516
|
+
/* @__PURE__ */ jsx("rect", {
|
|
517
|
+
width: 69.5,
|
|
518
|
+
height: 18.5,
|
|
519
|
+
x: 454.5,
|
|
520
|
+
y: 300.5,
|
|
521
|
+
stroke: "#2C2C2C",
|
|
522
|
+
strokeWidth: .5,
|
|
523
|
+
rx: 3.75
|
|
524
|
+
}),
|
|
525
|
+
/* @__PURE__ */ jsx("path", {
|
|
526
|
+
fill: "#ACACAC",
|
|
527
|
+
d: "M462.375 308.813h-2.25a.567.567 0 0 1-.563-.563V306a.566.566 0 0 1 .961-.398.57.57 0 0 1 .165.398v.891l.365-.366a4.66 4.66 0 0 1 3.291-1.372h.026a4.66 4.66 0 0 1 3.275 1.335.562.562 0 1 1-.786.804 3.56 3.56 0 0 0-5.009.03l-.366.366h.891a.566.566 0 0 1 .563.562.567.567 0 0 1-.563.563m6 1.875h-2.25a.566.566 0 0 0-.563.562.567.567 0 0 0 .563.563h.891l-.366.365a3.54 3.54 0 0 1-2.499 1.044h-.021a3.54 3.54 0 0 1-2.488-1.014.565.565 0 0 0-.796.009.56.56 0 0 0 .009.795 4.66 4.66 0 0 0 3.275 1.335h.026a4.66 4.66 0 0 0 3.289-1.373l.367-.365v.891a.567.567 0 0 0 .563.563.567.567 0 0 0 .563-.563v-2.25a.566.566 0 0 0-.563-.562"
|
|
528
|
+
}),
|
|
529
|
+
/* @__PURE__ */ jsx("path", {
|
|
530
|
+
fill: "#fff",
|
|
531
|
+
d: "M477.968 314.445c-1.937 0-3.133-1.131-3.133-2.821h1.157c0 1.079.702 1.898 1.976 1.898 1.196 0 2.041-.676 2.041-1.807 0-1.118-.897-1.716-2.002-1.716h-.533v-1.001h.546c.962 0 1.755-.559 1.755-1.612 0-.962-.689-1.508-1.716-1.508-1.222 0-1.885.676-1.911 1.82h-1.17c.039-1.638 1.144-2.756 3.094-2.756 1.651 0 2.886.988 2.886 2.392 0 .936-.559 1.755-1.651 2.119 1.248.338 1.885 1.183 1.885 2.301 0 1.586-1.339 2.691-3.224 2.691m10.235 0c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015m4.533 2.509 1.144-2.925-2.509-6.045h1.235l1.56 4.004.299.767.273-.767 1.378-4.004h1.17l-3.367 8.97zm5.803-2.704v-6.266h1.105v.845c.338-.546 1.092-1.053 1.937-1.053 1.443 0 2.314.91 2.314 2.522v3.952h-1.118v-3.809c0-1.183-.39-1.781-1.378-1.781-1.092 0-1.742.832-1.742 1.82v3.77zm9.98.195c-1.703 0-3.107-1.118-3.107-3.341 0-1.976 1.378-3.328 3.159-3.328 1.482 0 2.6.897 2.73 2.314h-1.157c-.104-.819-.663-1.43-1.599-1.43-1.196 0-1.976 1.053-1.976 2.444 0 1.495.793 2.47 2.002 2.47.923 0 1.547-.533 1.664-1.43h1.105c-.117 1.365-1.105 2.301-2.821 2.301m6.553 0c-1.69 0-2.665-.923-2.691-2.262h1.092c.039.845.611 1.391 1.612 1.391.858 0 1.443-.39 1.443-1.027 0-.494-.338-.819-1.092-.962l-.949-.182c-1.17-.221-1.911-.819-1.911-1.781 0-1.066 1.014-1.846 2.431-1.846 1.508 0 2.418.741 2.496 2.015h-1.105c-.091-.754-.624-1.131-1.469-1.131-.754 0-1.235.364-1.235.897 0 .507.364.754 1.066.884l.975.182c1.131.208 1.898.767 1.898 1.807 0 1.118-.962 2.015-2.561 2.015"
|
|
532
|
+
}),
|
|
533
|
+
/* @__PURE__ */ jsx("path", {
|
|
534
|
+
fill: "#fff",
|
|
535
|
+
fillOpacity: .08,
|
|
536
|
+
d: "M370.25 331.25H654.5v.5H370.25z"
|
|
537
|
+
}),
|
|
538
|
+
/* @__PURE__ */ jsx("path", {
|
|
539
|
+
fill: "#ACACAC",
|
|
540
|
+
d: "M374.846 354.93c-2.4 0-4.02-1.68-4.02-4.428 0-2.616 1.728-4.344 4.044-4.344 2.028 0 3.42 1.26 3.576 2.904h-1.2c-.216-1.236-1.056-1.98-2.424-1.98-1.704 0-2.844 1.296-2.844 3.42s1.176 3.504 2.844 3.504c1.38 0 2.268-.78 2.496-1.968h1.14c-.228 1.788-1.62 2.892-3.612 2.892m5.071-.18v-5.784h1.032v.96c.288-.66.924-1.152 1.812-1.152.072 0 .168 0 .264.012v1.02a2 2 0 0 0-.324-.024c-1.116 0-1.752.624-1.752 1.908v3.06zm6.539.18c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204h-4.392c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.224 3.612c-1.104 0-1.992-.672-1.992-1.764 0-1.116.888-1.644 1.92-1.8l1.236-.192c.444-.072.588-.228.588-.576 0-.636-.492-1.008-1.164-1.008-.888 0-1.344.468-1.368 1.188h-1.032c.036-1.056.864-2.004 2.316-2.004 1.44 0 2.256.852 2.256 2.184v3.792h-.984v-.78c-.288.6-.912.96-1.776.96m.144-.804c.924 0 1.608-.624 1.608-1.56v-.852c-.072.108-.288.192-.636.252l-.84.156c-.684.132-1.2.432-1.2 1.044 0 .6.48.96 1.068.96m6.395.72c-.864 0-1.644-.42-1.644-1.704v-3.324h-1.08v-.852h1.08v-1.908h1.032v1.908h1.2v.852h-1.2v3.216c0 .672.336.888.852.888.144 0 .264-.012.432-.036v.888a3 3 0 0 1-.672.072m4.381.084c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204h-4.392c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.873 3.612c-1.512 0-2.664-1.104-2.664-3.072 0-1.752 1.044-3.084 2.688-3.084.96 0 1.596.528 1.86.972v-3.396h1.032v8.4h-1.032v-.804c-.312.54-1.02.984-1.884.984m.18-.804c1.032 0 1.776-.888 1.776-2.28 0-1.38-.732-2.256-1.776-2.256s-1.776.912-1.776 2.268.72 2.268 1.776 2.268m10.361.804c-.804 0-1.524-.396-1.884-.984v.804h-1.032v-8.4h1.032v3.396a2.34 2.34 0 0 1 1.908-.972c1.68 0 2.664 1.32 2.664 3.084 0 1.812-1.056 3.072-2.688 3.072m-.168-.804c1.068 0 1.776-.924 1.776-2.268 0-1.332-.696-2.268-1.776-2.268-1.044 0-1.776.852-1.776 2.256 0 1.356.732 2.28 1.776 2.28m4.706 3.12 1.056-2.7-2.316-5.58h1.14l1.44 3.696.276.708.252-.708 1.272-3.696h1.08l-3.108 8.28z"
|
|
541
|
+
}),
|
|
542
|
+
/* @__PURE__ */ jsx("path", {
|
|
543
|
+
fill: "#fff",
|
|
544
|
+
d: "M434.342 354.75v-8.4h1.704l2.52 6.396.36.912.348-.912 2.496-6.396h1.68v8.4h-1.08v-7.356l-2.856 7.356h-1.224l-2.868-7.344v7.344zm11.083 0v-5.784h1.032v5.784zm-.084-6.876v-1.236h1.2v1.236zm5.008 6.972c-.864 0-1.644-.42-1.644-1.704v-3.324h-1.08v-.852h1.08v-1.908h1.032v1.908h1.2v.852h-1.2v3.216c0 .672.336.888.852.888.144 0 .264-.012.432-.036v.888a3 3 0 0 1-.672.072m4.442.084c-1.572 0-2.868-1.032-2.868-3.084 0-1.824 1.272-3.072 2.916-3.072 1.368 0 2.4.828 2.52 2.136h-1.068c-.096-.756-.612-1.32-1.476-1.32-1.104 0-1.824.972-1.824 2.256 0 1.38.732 2.28 1.848 2.28.852 0 1.428-.492 1.536-1.32h1.02c-.108 1.26-1.02 2.124-2.604 2.124m4.021-.18v-8.4h1.032v3.396c.312-.552.996-.972 1.776-.972 1.332 0 2.136.84 2.136 2.328v3.648h-1.032v-3.516c0-1.092-.372-1.644-1.308-1.644-.984 0-1.572.768-1.572 1.68v3.48zm9.792 0v-8.4h3.276c1.572 0 2.664.66 2.664 2.112 0 .912-.648 1.608-1.404 1.848.996.312 1.608 1.032 1.608 2.076 0 1.872-1.536 2.364-3.18 2.364zm3.144-.924c1.308 0 1.884-.504 1.884-1.5 0-.864-.444-1.512-1.932-1.512h-2.004v3.012zm-.024-3.936c1.092 0 1.704-.492 1.704-1.344 0-.744-.444-1.284-1.62-1.284h-2.112v2.628zm4.529 4.86v-5.784h1.032v.96c.288-.66.924-1.152 1.812-1.152.072 0 .168 0 .264.012v1.02a2 2 0 0 0-.324-.024c-1.116 0-1.752.624-1.752 1.908v3.06zm6.539.18c-1.728 0-2.808-1.092-2.808-3.096 0-1.776 1.164-3.06 2.748-3.06 1.728 0 2.676 1.212 2.676 3.072v.204h-4.392c.024 1.32.792 2.076 1.788 2.076.708 0 1.38-.276 1.524-1.164h1.02c-.12 1.02-.912 1.968-2.556 1.968m1.512-3.612c0-1.032-.564-1.728-1.572-1.728-.972 0-1.608.756-1.68 1.728zm4.993 6.108c-1.524 0-2.52-.852-2.52-2.124h1.02c0 .78.576 1.32 1.512 1.32 1.08 0 1.74-.564 1.74-1.8v-1.092c-.3.588-1.044.96-1.896.96-1.596 0-2.628-1.152-2.628-2.94 0-1.776 1.14-2.976 2.664-2.976.96 0 1.56.492 1.86.972v-.78h1.032v5.496c0 1.98-.936 2.964-2.784 2.964m.06-3.54c1.032 0 1.764-.852 1.764-2.136 0-1.26-.732-2.16-1.764-2.16-1.044 0-1.764.876-1.764 2.16 0 1.296.72 2.136 1.764 2.136m4.561.864v-5.784h1.032v.78c.348-.564.936-.972 1.692-.972s1.404.372 1.74 1.14c.396-.672 1.056-1.14 1.884-1.14 1.164 0 2.028.732 2.028 2.316v3.66h-1.032v-3.456c0-1.092-.324-1.704-1.212-1.704-.912 0-1.428.792-1.428 1.716v3.444h-1.032v-3.42c0-1.104-.336-1.74-1.188-1.74-.9 0-1.452.804-1.452 1.764v3.396zm11.794.18c-1.104 0-1.992-.672-1.992-1.764 0-1.116.888-1.644 1.92-1.8l1.236-.192c.444-.072.588-.228.588-.576 0-.636-.492-1.008-1.164-1.008-.888 0-1.344.468-1.368 1.188H503.9c.036-1.056.864-2.004 2.316-2.004 1.44 0 2.256.852 2.256 2.184v3.792h-.984v-.78c-.288.6-.912.96-1.776.96m.144-.804c.924 0 1.608-.624 1.608-1.56v-.852c-.072.108-.288.192-.636.252l-.84.156c-.684.132-1.2.432-1.2 1.044 0 .6.48.96 1.068.96m4.377.624v-5.784h1.02v.78c.312-.504 1.008-.972 1.788-.972 1.332 0 2.136.84 2.136 2.328v3.648h-1.032v-3.516c0-1.092-.36-1.644-1.272-1.644-1.008 0-1.608.768-1.608 1.68v3.48z"
|
|
545
|
+
})
|
|
546
|
+
]
|
|
547
|
+
})
|
|
548
|
+
]
|
|
549
|
+
})]
|
|
550
|
+
}),
|
|
551
|
+
/* @__PURE__ */ jsx("path", {
|
|
552
|
+
fill: "url(#create-source-action-card-dark-hovered_svg__k)",
|
|
553
|
+
d: "M0 0h482v60H0z",
|
|
554
|
+
transform: "translate(0 303.75)"
|
|
555
|
+
}),
|
|
556
|
+
/* @__PURE__ */ jsx("path", {
|
|
557
|
+
fill: "url(#create-source-action-card-dark-hovered_svg__l)",
|
|
558
|
+
d: "M0 0h354v79H0z",
|
|
559
|
+
transform: "rotate(90 39.6 39.4)"
|
|
560
|
+
}),
|
|
561
|
+
/* @__PURE__ */ jsx("path", {
|
|
562
|
+
fill: "url(#create-source-action-card-dark-hovered_svg__m)",
|
|
563
|
+
d: "M0 0h354v79H0z",
|
|
564
|
+
transform: "matrix(0 1 1 0 403 -.202)"
|
|
565
|
+
}),
|
|
566
|
+
/* @__PURE__ */ jsx("path", {
|
|
567
|
+
fill: "url(#create-source-action-card-dark-hovered_svg__n)",
|
|
568
|
+
d: "M0 0h482v50H0z",
|
|
569
|
+
transform: "matrix(1 0 0 -1 0 50)"
|
|
570
|
+
})
|
|
571
|
+
]
|
|
572
|
+
}), /* @__PURE__ */ jsxs("defs", { children: [
|
|
573
|
+
/* @__PURE__ */ jsx("clipPath", {
|
|
574
|
+
id: "create-source-action-card-dark-hovered_svg__a",
|
|
575
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
576
|
+
fill: "#fff",
|
|
577
|
+
d: "M0 0h482v354H0z"
|
|
578
|
+
})
|
|
579
|
+
}),
|
|
580
|
+
/* @__PURE__ */ jsx("clipPath", {
|
|
581
|
+
id: "create-source-action-card-dark-hovered_svg__b",
|
|
582
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
583
|
+
fill: "#fff",
|
|
584
|
+
d: "M26 24.75h456v329H26z"
|
|
585
|
+
})
|
|
586
|
+
}),
|
|
587
|
+
/* @__PURE__ */ jsx("clipPath", {
|
|
588
|
+
id: "create-source-action-card-dark-hovered_svg__c",
|
|
589
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
590
|
+
fill: "#fff",
|
|
591
|
+
d: "M26 56.75h1041v481.5H26z"
|
|
592
|
+
})
|
|
593
|
+
}),
|
|
594
|
+
/* @__PURE__ */ jsx("clipPath", {
|
|
595
|
+
id: "create-source-action-card-dark-hovered_svg__e",
|
|
596
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
597
|
+
fill: "#fff",
|
|
598
|
+
d: "M43.667 74.338h16.667v15.825H43.666z"
|
|
599
|
+
})
|
|
600
|
+
}),
|
|
601
|
+
/* @__PURE__ */ jsx("clipPath", {
|
|
602
|
+
id: "create-source-action-card-dark-hovered_svg__i",
|
|
603
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
604
|
+
fill: "#fff",
|
|
605
|
+
d: "M373.25 240.25h23v21h-23z"
|
|
606
|
+
})
|
|
607
|
+
}),
|
|
608
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
609
|
+
id: "create-source-action-card-dark-hovered_svg__k",
|
|
610
|
+
x1: 241,
|
|
611
|
+
x2: 241,
|
|
612
|
+
y1: 0,
|
|
613
|
+
y2: 60,
|
|
614
|
+
gradientUnits: "userSpaceOnUse",
|
|
615
|
+
children: [/* @__PURE__ */ jsx("stop", {
|
|
616
|
+
stopColor: "#1B1B1B",
|
|
617
|
+
stopOpacity: 0
|
|
618
|
+
}), /* @__PURE__ */ jsx("stop", {
|
|
619
|
+
offset: 1,
|
|
620
|
+
stopColor: "#1B1B1B"
|
|
621
|
+
})]
|
|
622
|
+
}),
|
|
623
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
624
|
+
id: "create-source-action-card-dark-hovered_svg__l",
|
|
625
|
+
x1: 177,
|
|
626
|
+
x2: 177,
|
|
627
|
+
y1: 0,
|
|
628
|
+
y2: 79,
|
|
629
|
+
gradientUnits: "userSpaceOnUse",
|
|
630
|
+
children: [/* @__PURE__ */ jsx("stop", {
|
|
631
|
+
stopColor: "#1B1B1B",
|
|
632
|
+
stopOpacity: 0
|
|
633
|
+
}), /* @__PURE__ */ jsx("stop", {
|
|
634
|
+
offset: 1,
|
|
635
|
+
stopColor: "#1B1B1B"
|
|
636
|
+
})]
|
|
637
|
+
}),
|
|
638
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
639
|
+
id: "create-source-action-card-dark-hovered_svg__m",
|
|
640
|
+
x1: 177,
|
|
641
|
+
x2: 177,
|
|
642
|
+
y1: 0,
|
|
643
|
+
y2: 79,
|
|
644
|
+
gradientUnits: "userSpaceOnUse",
|
|
645
|
+
children: [/* @__PURE__ */ jsx("stop", {
|
|
646
|
+
stopColor: "#1B1B1B",
|
|
647
|
+
stopOpacity: 0
|
|
648
|
+
}), /* @__PURE__ */ jsx("stop", {
|
|
649
|
+
offset: 1,
|
|
650
|
+
stopColor: "#1B1B1B"
|
|
651
|
+
})]
|
|
652
|
+
}),
|
|
653
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
654
|
+
id: "create-source-action-card-dark-hovered_svg__n",
|
|
655
|
+
x1: 241,
|
|
656
|
+
x2: 241,
|
|
657
|
+
y1: 0,
|
|
658
|
+
y2: 50,
|
|
659
|
+
gradientUnits: "userSpaceOnUse",
|
|
660
|
+
children: [/* @__PURE__ */ jsx("stop", {
|
|
661
|
+
stopColor: "#1B1B1B",
|
|
662
|
+
stopOpacity: 0
|
|
663
|
+
}), /* @__PURE__ */ jsx("stop", {
|
|
664
|
+
offset: 1,
|
|
665
|
+
stopColor: "#1B1B1B"
|
|
666
|
+
})]
|
|
667
|
+
}),
|
|
668
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
669
|
+
id: "create-source-action-card-dark-hovered_svg__d",
|
|
670
|
+
width: 328.25,
|
|
671
|
+
height: 164.5,
|
|
672
|
+
x: 16,
|
|
673
|
+
y: 47.75,
|
|
674
|
+
colorInterpolationFilters: "sRGB",
|
|
675
|
+
filterUnits: "userSpaceOnUse",
|
|
676
|
+
children: [
|
|
677
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
678
|
+
floodOpacity: 0,
|
|
679
|
+
result: "BackgroundImageFix"
|
|
680
|
+
}),
|
|
681
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
682
|
+
in: "SourceAlpha",
|
|
683
|
+
result: "hardAlpha",
|
|
684
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
685
|
+
}),
|
|
686
|
+
/* @__PURE__ */ jsx("feOffset", { dy: 1 }),
|
|
687
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: .5 }),
|
|
688
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
689
|
+
in2: "hardAlpha",
|
|
690
|
+
operator: "out"
|
|
691
|
+
}),
|
|
692
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }),
|
|
693
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
694
|
+
in2: "BackgroundImageFix",
|
|
695
|
+
result: "effect1_dropShadow_2054_43085"
|
|
696
|
+
}),
|
|
697
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
698
|
+
in: "SourceAlpha",
|
|
699
|
+
result: "hardAlpha",
|
|
700
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
701
|
+
}),
|
|
702
|
+
/* @__PURE__ */ jsx("feOffset", { dy: 1 }),
|
|
703
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 5 }),
|
|
704
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
705
|
+
in2: "hardAlpha",
|
|
706
|
+
operator: "out"
|
|
707
|
+
}),
|
|
708
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0" }),
|
|
709
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
710
|
+
in2: "effect1_dropShadow_2054_43085",
|
|
711
|
+
result: "effect2_dropShadow_2054_43085"
|
|
712
|
+
}),
|
|
713
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
714
|
+
in: "SourceGraphic",
|
|
715
|
+
in2: "effect2_dropShadow_2054_43085",
|
|
716
|
+
result: "shape"
|
|
717
|
+
})
|
|
718
|
+
]
|
|
719
|
+
}),
|
|
720
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
721
|
+
id: "create-source-action-card-dark-hovered_svg__f",
|
|
722
|
+
width: 328.25,
|
|
723
|
+
height: 164.5,
|
|
724
|
+
x: 348.25,
|
|
725
|
+
y: 47.75,
|
|
726
|
+
colorInterpolationFilters: "sRGB",
|
|
727
|
+
filterUnits: "userSpaceOnUse",
|
|
728
|
+
children: [
|
|
729
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
730
|
+
floodOpacity: 0,
|
|
731
|
+
result: "BackgroundImageFix"
|
|
732
|
+
}),
|
|
733
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
734
|
+
in: "SourceAlpha",
|
|
735
|
+
result: "hardAlpha",
|
|
736
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
737
|
+
}),
|
|
738
|
+
/* @__PURE__ */ jsx("feOffset", { dy: 1 }),
|
|
739
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: .5 }),
|
|
740
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
741
|
+
in2: "hardAlpha",
|
|
742
|
+
operator: "out"
|
|
743
|
+
}),
|
|
744
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }),
|
|
745
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
746
|
+
in2: "BackgroundImageFix",
|
|
747
|
+
result: "effect1_dropShadow_2054_43085"
|
|
748
|
+
}),
|
|
749
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
750
|
+
in: "SourceAlpha",
|
|
751
|
+
result: "hardAlpha",
|
|
752
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
753
|
+
}),
|
|
754
|
+
/* @__PURE__ */ jsx("feOffset", { dy: 1 }),
|
|
755
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 5 }),
|
|
756
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
757
|
+
in2: "hardAlpha",
|
|
758
|
+
operator: "out"
|
|
759
|
+
}),
|
|
760
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0" }),
|
|
761
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
762
|
+
in2: "effect1_dropShadow_2054_43085",
|
|
763
|
+
result: "effect2_dropShadow_2054_43085"
|
|
764
|
+
}),
|
|
765
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
766
|
+
in: "SourceGraphic",
|
|
767
|
+
in2: "effect2_dropShadow_2054_43085",
|
|
768
|
+
result: "shape"
|
|
769
|
+
})
|
|
770
|
+
]
|
|
771
|
+
}),
|
|
772
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
773
|
+
id: "create-source-action-card-dark-hovered_svg__g",
|
|
774
|
+
width: 328.25,
|
|
775
|
+
height: 164.5,
|
|
776
|
+
x: 16,
|
|
777
|
+
y: 216.25,
|
|
778
|
+
colorInterpolationFilters: "sRGB",
|
|
779
|
+
filterUnits: "userSpaceOnUse",
|
|
780
|
+
children: [
|
|
781
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
782
|
+
floodOpacity: 0,
|
|
783
|
+
result: "BackgroundImageFix"
|
|
784
|
+
}),
|
|
785
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
786
|
+
in: "SourceAlpha",
|
|
787
|
+
result: "hardAlpha",
|
|
788
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
789
|
+
}),
|
|
790
|
+
/* @__PURE__ */ jsx("feOffset", { dy: 1 }),
|
|
791
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: .5 }),
|
|
792
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
793
|
+
in2: "hardAlpha",
|
|
794
|
+
operator: "out"
|
|
795
|
+
}),
|
|
796
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }),
|
|
797
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
798
|
+
in2: "BackgroundImageFix",
|
|
799
|
+
result: "effect1_dropShadow_2054_43085"
|
|
800
|
+
}),
|
|
801
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
802
|
+
in: "SourceAlpha",
|
|
803
|
+
result: "hardAlpha",
|
|
804
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
805
|
+
}),
|
|
806
|
+
/* @__PURE__ */ jsx("feOffset", { dy: 1 }),
|
|
807
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 5 }),
|
|
808
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
809
|
+
in2: "hardAlpha",
|
|
810
|
+
operator: "out"
|
|
811
|
+
}),
|
|
812
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0" }),
|
|
813
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
814
|
+
in2: "effect1_dropShadow_2054_43085",
|
|
815
|
+
result: "effect2_dropShadow_2054_43085"
|
|
816
|
+
}),
|
|
817
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
818
|
+
in: "SourceGraphic",
|
|
819
|
+
in2: "effect2_dropShadow_2054_43085",
|
|
820
|
+
result: "shape"
|
|
821
|
+
})
|
|
822
|
+
]
|
|
823
|
+
}),
|
|
824
|
+
/* @__PURE__ */ jsxs("filter", {
|
|
825
|
+
id: "create-source-action-card-dark-hovered_svg__h",
|
|
826
|
+
width: 328.25,
|
|
827
|
+
height: 164.5,
|
|
828
|
+
x: 348.25,
|
|
829
|
+
y: 216.25,
|
|
830
|
+
colorInterpolationFilters: "sRGB",
|
|
831
|
+
filterUnits: "userSpaceOnUse",
|
|
832
|
+
children: [
|
|
833
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
834
|
+
floodOpacity: 0,
|
|
835
|
+
result: "BackgroundImageFix"
|
|
836
|
+
}),
|
|
837
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
838
|
+
in: "SourceAlpha",
|
|
839
|
+
result: "hardAlpha",
|
|
840
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
841
|
+
}),
|
|
842
|
+
/* @__PURE__ */ jsx("feOffset", { dy: 1 }),
|
|
843
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: .5 }),
|
|
844
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
845
|
+
in2: "hardAlpha",
|
|
846
|
+
operator: "out"
|
|
847
|
+
}),
|
|
848
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }),
|
|
849
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
850
|
+
in2: "BackgroundImageFix",
|
|
851
|
+
result: "effect1_dropShadow_2054_43085"
|
|
852
|
+
}),
|
|
853
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
854
|
+
in: "SourceAlpha",
|
|
855
|
+
result: "hardAlpha",
|
|
856
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
857
|
+
}),
|
|
858
|
+
/* @__PURE__ */ jsx("feOffset", { dy: 1 }),
|
|
859
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 5 }),
|
|
860
|
+
/* @__PURE__ */ jsx("feComposite", {
|
|
861
|
+
in2: "hardAlpha",
|
|
862
|
+
operator: "out"
|
|
863
|
+
}),
|
|
864
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0" }),
|
|
865
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
866
|
+
in2: "effect1_dropShadow_2054_43085",
|
|
867
|
+
result: "effect2_dropShadow_2054_43085"
|
|
868
|
+
}),
|
|
869
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
870
|
+
in: "SourceGraphic",
|
|
871
|
+
in2: "effect2_dropShadow_2054_43085",
|
|
872
|
+
result: "shape"
|
|
873
|
+
})
|
|
874
|
+
]
|
|
875
|
+
})
|
|
876
|
+
] })]
|
|
877
|
+
});
|
|
878
|
+
//#endregion
|
|
879
|
+
export { SvgCreateSourceActionCardDarkHovered as default };
|