@ultraviolet/icons 3.8.3 → 3.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/CategoryIcon/__generatedIcons__/AiCategoryIcon.cjs +2 -2
- package/dist/components/CategoryIcon/__generatedIcons__/AiCategoryIcon.js +2 -2
- package/dist/components/CategoryIcon/__generatedIcons__/DatabaseCategoryIcon.cjs +1 -1
- package/dist/components/CategoryIcon/__generatedIcons__/DatabaseCategoryIcon.js +1 -1
- package/dist/components/CategoryIcon/__generatedIcons__/DevToolsCategoryIcon.cjs +1 -1
- package/dist/components/CategoryIcon/__generatedIcons__/DevToolsCategoryIcon.js +1 -1
- package/dist/components/CategoryIcon/__generatedIcons__/IotCategoryIcon.cjs +3 -3
- package/dist/components/CategoryIcon/__generatedIcons__/IotCategoryIcon.js +3 -3
- package/dist/components/CategoryIcon/__generatedIcons__/LabsCategoryIcon.cjs +1 -1
- package/dist/components/CategoryIcon/__generatedIcons__/LabsCategoryIcon.js +1 -1
- package/dist/components/CategoryIcon/__generatedIcons__/NetworkCategoryIcon.cjs +2 -2
- package/dist/components/CategoryIcon/__generatedIcons__/NetworkCategoryIcon.js +2 -2
- package/dist/components/CategoryIcon/__generatedIcons__/PinCategoryIcon.cjs +1 -1
- package/dist/components/CategoryIcon/__generatedIcons__/PinCategoryIcon.js +1 -1
- package/dist/components/CategoryIcon/__generatedIcons__/UseCaseCategoryIcon.cjs +1 -1
- package/dist/components/CategoryIcon/__generatedIcons__/UseCaseCategoryIcon.js +1 -1
- package/dist/components/CategoryIcon/__generatedIcons__/VpcCategoryIcon.cjs +6 -6
- package/dist/components/CategoryIcon/__generatedIcons__/VpcCategoryIcon.js +6 -6
- package/dist/components/CategoryIcon/__generatedIcons__/WebHostingCategoryIcon.cjs +1 -1
- package/dist/components/CategoryIcon/__generatedIcons__/WebHostingCategoryIcon.js +1 -1
- package/dist/components/Icon/Icon.cjs +4 -3
- package/dist/components/Icon/Icon.js +4 -3
- package/dist/components/Icon/__generatedIcons__/CrossCircleIcon.cjs +11 -0
- package/dist/components/Icon/__generatedIcons__/CrossCircleIcon.d.ts +2 -0
- package/dist/components/Icon/__generatedIcons__/CrossCircleIcon.js +11 -0
- package/dist/components/Icon/__generatedIcons__/CrossCircleOutlineIcon.cjs +11 -0
- package/dist/components/Icon/__generatedIcons__/CrossCircleOutlineIcon.d.ts +2 -0
- package/dist/components/Icon/__generatedIcons__/CrossCircleOutlineIcon.js +11 -0
- package/dist/components/Icon/__generatedIcons__/DocIcon.cjs +1 -1
- package/dist/components/Icon/__generatedIcons__/DocIcon.js +1 -1
- package/dist/components/Icon/__generatedIcons__/DocOutlineIcon.cjs +1 -1
- package/dist/components/Icon/__generatedIcons__/DocOutlineIcon.js +1 -1
- package/dist/components/Icon/__generatedIcons__/LeafIcon.cjs +2 -2
- package/dist/components/Icon/__generatedIcons__/LeafIcon.js +2 -2
- package/dist/components/Icon/__generatedIcons__/LeafOutlineIcon.cjs +2 -2
- package/dist/components/Icon/__generatedIcons__/LeafOutlineIcon.js +2 -2
- package/dist/components/Icon/__generatedIcons__/NotificationIcon.cjs +1 -1
- package/dist/components/Icon/__generatedIcons__/NotificationIcon.js +1 -1
- package/dist/components/Icon/__generatedIcons__/NotificationOutlineIcon.cjs +1 -1
- package/dist/components/Icon/__generatedIcons__/NotificationOutlineIcon.js +1 -1
- package/dist/components/Icon/__generatedIcons__/SidebarIcon.cjs +1 -1
- package/dist/components/Icon/__generatedIcons__/SidebarIcon.js +1 -1
- package/dist/components/Icon/__generatedIcons__/SidebarOutlineIcon.cjs +1 -1
- package/dist/components/Icon/__generatedIcons__/SidebarOutlineIcon.js +1 -1
- package/dist/components/Icon/__generatedIcons__/SortIcon.cjs +1 -4
- package/dist/components/Icon/__generatedIcons__/SortIcon.js +2 -5
- package/dist/components/Icon/__generatedIcons__/StopIcon.cjs +1 -1
- package/dist/components/Icon/__generatedIcons__/StopIcon.js +1 -1
- package/dist/components/Icon/__generatedIcons__/StopOutlineIcon.cjs +1 -1
- package/dist/components/Icon/__generatedIcons__/StopOutlineIcon.js +1 -1
- package/dist/components/Icon/__generatedIcons__/ThumbsDownIcon.cjs +1 -4
- package/dist/components/Icon/__generatedIcons__/ThumbsDownIcon.js +2 -5
- package/dist/components/Icon/__generatedIcons__/ThumbsDownOutlineIcon.cjs +1 -1
- package/dist/components/Icon/__generatedIcons__/ThumbsDownOutlineIcon.js +1 -1
- package/dist/components/Icon/__generatedIcons__/ThumbsUpIcon.cjs +1 -4
- package/dist/components/Icon/__generatedIcons__/ThumbsUpIcon.js +2 -5
- package/dist/components/Icon/__generatedIcons__/ThumbsUpOutlineIcon.cjs +1 -1
- package/dist/components/Icon/__generatedIcons__/ThumbsUpOutlineIcon.js +1 -1
- package/dist/components/Icon/__generatedIcons__/index.d.ts +2 -0
- package/dist/components/Logo/__generatedIcons__/BaaiLogo.cjs +5 -5
- package/dist/components/Logo/__generatedIcons__/BaaiLogo.js +5 -5
- package/dist/components/Logo/__generatedIcons__/GithubLogo.cjs +1 -1
- package/dist/components/Logo/__generatedIcons__/GithubLogo.js +1 -1
- package/dist/components/Logo/__generatedIcons__/HuggingFaceLogo.cjs +6 -6
- package/dist/components/Logo/__generatedIcons__/HuggingFaceLogo.js +6 -6
- package/dist/components/Logo/__generatedIcons__/KyutaiLogo.cjs +3 -3
- package/dist/components/Logo/__generatedIcons__/KyutaiLogo.js +3 -3
- package/dist/components/Logo/__generatedIcons__/MetaLogo.cjs +9 -9
- package/dist/components/Logo/__generatedIcons__/MetaLogo.js +9 -9
- package/dist/components/ProductIcon/__generatedIcons__/AbuseProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/AbuseProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/AdvancedSettingsProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/AdvancedSettingsProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/ApiGatewayProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/ApiGatewayProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/ApiKeyProductIcon.cjs +4 -4
- package/dist/components/ProductIcon/__generatedIcons__/ApiKeyProductIcon.js +4 -4
- package/dist/components/ProductIcon/__generatedIcons__/AppleSiliconProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/AppleSiliconProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/ApplicationLibraryProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/ApplicationLibraryProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/AuditTrailProductIcon.cjs +7 -7
- package/dist/components/ProductIcon/__generatedIcons__/AuditTrailProductIcon.js +7 -7
- package/dist/components/ProductIcon/__generatedIcons__/BackendsProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/BackendsProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/BasicSupportProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/BasicSupportProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/BillingProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/BillingProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/BlockStorageProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/BlockStorageProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/CbProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/CbProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/ChangelogProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/ChangelogProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/CockpitProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/CockpitProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/ContainersProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/ContainersProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/DediboxProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/DediboxProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/DedicatedControlPlaneProductIcon.cjs +20 -23
- package/dist/components/ProductIcon/__generatedIcons__/DedicatedControlPlaneProductIcon.js +21 -24
- package/dist/components/ProductIcon/__generatedIcons__/DevicesProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/DevicesProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/DirectConnectProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/DirectConnectProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/DistributedDataLabProductIcon.cjs +17 -20
- package/dist/components/ProductIcon/__generatedIcons__/DistributedDataLabProductIcon.js +18 -21
- package/dist/components/ProductIcon/__generatedIcons__/DnsProductIcon.cjs +3 -3
- package/dist/components/ProductIcon/__generatedIcons__/DnsProductIcon.js +3 -3
- package/dist/components/ProductIcon/__generatedIcons__/DocumentDbProductIcon.cjs +3 -3
- package/dist/components/ProductIcon/__generatedIcons__/DocumentDbProductIcon.js +3 -3
- package/dist/components/ProductIcon/__generatedIcons__/DocumentationProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/DocumentationProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/ElasticMetalProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/ElasticMetalProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/EnvironmentalFootprintCalculatorProductIcon.cjs +12 -10
- package/dist/components/ProductIcon/__generatedIcons__/EnvironmentalFootprintCalculatorProductIcon.js +12 -10
- package/dist/components/ProductIcon/__generatedIcons__/FlexibleIpProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/FlexibleIpProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/FolderProductIcon.cjs +3 -3
- package/dist/components/ProductIcon/__generatedIcons__/FolderProductIcon.js +3 -3
- package/dist/components/ProductIcon/__generatedIcons__/FrontEndsProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/FrontEndsProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/GoldSupportProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/GoldSupportProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/GpuServersProductIcon.cjs +5 -5
- package/dist/components/ProductIcon/__generatedIcons__/GpuServersProductIcon.js +5 -5
- package/dist/components/ProductIcon/__generatedIcons__/HubNetworksProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/HubNetworksProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/HubRoutesProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/HubRoutesProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/IamProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/IamProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/ImagesProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/ImagesProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/InstanceGpuProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/InstanceGpuProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/InstanceScallingGroupsProductIcon.cjs +8 -8
- package/dist/components/ProductIcon/__generatedIcons__/InstanceScallingGroupsProductIcon.js +8 -8
- package/dist/components/ProductIcon/__generatedIcons__/InterlinkProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/InterlinkProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/IotEdgeProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/IotEdgeProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/IpFailoverProductIcon.cjs +3 -3
- package/dist/components/ProductIcon/__generatedIcons__/IpFailoverProductIcon.js +3 -3
- package/dist/components/ProductIcon/__generatedIcons__/IpfsNamingProductIcon.cjs +3 -3
- package/dist/components/ProductIcon/__generatedIcons__/IpfsNamingProductIcon.js +3 -3
- package/dist/components/ProductIcon/__generatedIcons__/IpfsProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/IpfsProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/JeroProductIcon.cjs +6 -12
- package/dist/components/ProductIcon/__generatedIcons__/JeroProductIcon.js +7 -13
- package/dist/components/ProductIcon/__generatedIcons__/K8sKosmosProductIcon.cjs +4 -4
- package/dist/components/ProductIcon/__generatedIcons__/K8sKosmosProductIcon.js +4 -4
- package/dist/components/ProductIcon/__generatedIcons__/KubernetesProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/KubernetesProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/LifeCycleRulesProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/LifeCycleRulesProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/MacMiniM2ProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/MacMiniM2ProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/MacMiniM4ProductIcon.cjs +7 -7
- package/dist/components/ProductIcon/__generatedIcons__/MacMiniM4ProductIcon.js +7 -7
- package/dist/components/ProductIcon/__generatedIcons__/MultiUserProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/MultiUserProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/NabuProductIcon.cjs +6 -12
- package/dist/components/ProductIcon/__generatedIcons__/NabuProductIcon.js +7 -13
- package/dist/components/ProductIcon/__generatedIcons__/NetworkAclsProductIcon.cjs +9 -9
- package/dist/components/ProductIcon/__generatedIcons__/NetworkAclsProductIcon.js +9 -9
- package/dist/components/ProductIcon/__generatedIcons__/ObjectStorageProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/ObjectStorageProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/PlatinumSupportProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/PlatinumSupportProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/PoolProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/PoolProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/PostgresqlMysqlProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/PostgresqlMysqlProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/PrivateNetworkProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/PrivateNetworkProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/PublicGatewayProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/PublicGatewayProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/QaasProductIcon.cjs +10 -13
- package/dist/components/ProductIcon/__generatedIcons__/QaasProductIcon.js +11 -14
- package/dist/components/ProductIcon/__generatedIcons__/QueueingProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/QueueingProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/RabbitMqProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/RabbitMqProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/RdbProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/RdbProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/RedisProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/RedisProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/RocketProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/RocketProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/RouterProductIcon.cjs +10 -13
- package/dist/components/ProductIcon/__generatedIcons__/RouterProductIcon.js +11 -14
- package/dist/components/ProductIcon/__generatedIcons__/SecurityGroupProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/SecurityGroupProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/SepaProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/SepaProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/ServerlessDbProductIcon.cjs +3 -3
- package/dist/components/ProductIcon/__generatedIcons__/ServerlessDbProductIcon.js +3 -3
- package/dist/components/ProductIcon/__generatedIcons__/SilverSupportProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/SilverSupportProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/SmtpProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/SmtpProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/SnapshotsProductIcon.cjs +3 -3
- package/dist/components/ProductIcon/__generatedIcons__/SnapshotsProductIcon.js +3 -3
- package/dist/components/ProductIcon/__generatedIcons__/SnsProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/SnsProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/SqsProductIcon.cjs +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/SqsProductIcon.js +1 -1
- package/dist/components/ProductIcon/__generatedIcons__/SslCertificatesProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/SslCertificatesProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/SupportProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/SupportProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/TutorialProductIcon.cjs +3 -3
- package/dist/components/ProductIcon/__generatedIcons__/TutorialProductIcon.js +3 -3
- package/dist/components/ProductIcon/__generatedIcons__/UserProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/UserProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/VerifyCardProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/VerifyCardProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/VideoProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/VideoProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/VolumeProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/VolumeProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/VpcProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/VpcProductIcon.js +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/WebhostingProductIcon.cjs +3 -3
- package/dist/components/ProductIcon/__generatedIcons__/WebhostingProductIcon.js +3 -3
- package/dist/components/ProductIcon/__generatedIcons__/ZoneProductIcon.cjs +2 -2
- package/dist/components/ProductIcon/__generatedIcons__/ZoneProductIcon.js +2 -2
- package/dist/index.cjs +4 -0
- package/dist/index.js +4 -0
- package/package.json +2 -2
|
@@ -6,7 +6,7 @@ const SecurityGroupProductIcon = ({
|
|
|
6
6
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
7
|
/* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsxs("g", { className: "Security-Group", children: [
|
|
8
8
|
/* @__PURE__ */ jsx("g", { className: ".Square", children: /* @__PURE__ */ jsx("path", { fill: "#EEF", d: "M0 16C0 7.163 7.163 0 16 0h32c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H16C7.163 64 0 56.837 0 48z", className: "fillWeak" }) }),
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "m32.714 8 .12.011.053.01.113.03 16.993 5.704a4.
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "m32.714 8 .12.011.053.01.113.03 16.993 5.704a4.33 4.33 0 0 1 2.91 3.484c2.297 15.797-4.05 28.48-18.934 37.903l-.76.474a1 1 0 0 1-1.052.003C16.73 46.153 10.121 33.31 12.46 17.24c.216-1.487 1.186-2.753 2.6-3.366l.309-.118L32.36 8.05l.177-.042zm-.034 2.054-16.635 5.582-.23.088a2.33 2.33 0 0 0-1.377 1.803c-2.143 14.722 3.576 26.489 17.268 35.44l.974.62.967-.615c13.452-8.792 19.211-20.3 17.383-34.659l-.107-.786a2.33 2.33 0 0 0-1.567-1.876z", className: "fill", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
10
10
|
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "M32.668 15c4.445 0 6.456 2.508 6.58 6.82l.007.438v3.358h-2v-3.358c0-3.581-1.248-5.258-4.587-5.258-3.216 0-4.492 1.555-4.582 4.867l-.005.39v3.394h-2v-3.393c0-4.58 1.993-7.258 6.587-7.258", className: "fill" }),
|
|
11
11
|
/* @__PURE__ */ jsx("path", { fill: "#A365F6", d: "M38.87 24H26.452a4.173 4.173 0 0 0-4.173 4.173v9.622a4.173 4.173 0 0 0 4.173 4.173H38.87a4.173 4.173 0 0 0 4.173-4.173v-9.622A4.173 4.173 0 0 0 38.87 24m0 2c1.2 0 2.172.973 2.172 2.173v9.622c0 1.2-.973 2.173-2.173 2.173H26.453c-1.2 0-2.173-.973-2.173-2.173v-9.622c0-1.2.973-2.173 2.173-2.173zm-5.206 4.944a1 1 0 0 0-1.984.18v3.67l.016.18a1 1 0 0 0 1.984-.18v-3.67z", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" })
|
|
12
12
|
] }) })
|
|
@@ -9,8 +9,8 @@ const SepaProductIcon = ({
|
|
|
9
9
|
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsxs("g", { className: "Sepa", children: [
|
|
10
10
|
/* @__PURE__ */ jsxRuntime.jsx("g", { className: ".Square", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#EEF", d: "M.512 16c0-8.837 7.163-16 16-16h32c8.836 0 16 7.163 16 16v32c0 8.837-7.164 16-16 16h-32c-8.837 0-16-7.163-16-16z", className: "fillWeak" }) }),
|
|
11
11
|
/* @__PURE__ */ jsxRuntime.jsxs("g", { fill: "#4F0599", className: "fill", children: [
|
|
12
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M21.316 30.454h-2.
|
|
13
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M25.89 30.494h6.022l-.04-.068-.724 1.552.04-.028h-5.84l-.006.042c-.032.324-.024.652.024.974l.006.04h5.37l-.042-.066-.724 1.55.042-.026h-4.102l.048.072a3.88 3.88 0 0 0 6.172.436l-.082-.03v1.9l.02-.038c-.9.6-1.952.916-3.046.916a5.
|
|
12
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M21.316 30.454h-2.712q0-.667-.156-.896c-.16-.224-.608-.336-1.336-.336q-1.061 0-1.406.194-.343.195-.344.848 0 .591.306.78c.178.096.376.149.578.154l.546.04q1.758.116 2.196.162 1.39.14 2.016.74c.334.324.541.757.586 1.22q.054.451.054 1.02 0 1.307-.25 1.916-.451 1.11-2.036 1.408-.662.123-2.026.124-2.28 0-3.174-.272-1.101-.334-1.452-1.352-.195-.567-.194-1.888h2.71v.224q0 .706.406.908.279.137.678.148h.996q.765 0 .974-.08a.8.8 0 0 0 .49-.472q.07-.257.062-.522 0-.716-.52-.87-.196-.064-1.814-.172a20 20 0 0 1-1.806-.18q-1.332-.247-1.774-1.026-.39-.66-.39-1.998 0-1.018.212-1.632c.116-.378.355-.706.678-.934q.683-.49 1.754-.574.887-.079 1.972-.08 1.707 0 2.432.196 1.77.477 1.77 2.664-.001.18-.026.538m14.836 2.066h1.816q.864-.03 1.054-.134.259-.142.344-.568.056-.286.056-.844 0-.69-.11-1.02-.158-.465-.754-.568a6 6 0 0 0-.564-.016h-1.842zm-2.914 5.308V27h5.43q1.117 0 1.702.182 1.34.42 1.8 1.72.237.681.238 2.052 0 1.646-.262 2.368-.523 1.426-2.148 1.64-.191.032-1.624.054l-.484.016h-1.74v2.796zm14.812-3.98-1.366-4.694-1.326 4.694zm.58 2.108h-3.9l-.52 1.872h-3.016L44.446 27h4.396l3.294 10.828h-2.952l-.556-1.872zm-19.414-7.432c1.2 0 2.274.554 2.98 1.42l.628-1.346a5.5 5.5 0 0 0-3.796-1.5 5.46 5.46 0 0 0-5.066 3.348h-1.226l-.722 1.552h1.576q-.04.48.006.96h-.792l-.722 1.552H24a5.46 5.46 0 0 0 5.028 3.256c1.14 0 2.196-.34 3.072-.924v-1.9a3.83 3.83 0 0 1-6.098-.432h4.016l.724-1.552h-5.33a4 4 0 0 1-.024-.96h5.8l.724-1.552H25.89a3.84 3.84 0 0 1 3.326-1.922", className: "fill", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
13
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M25.89 30.494h6.022l-.04-.068-.724 1.552.04-.028h-5.84l-.006.042c-.032.324-.024.652.024.974l.006.04h5.37l-.042-.066-.724 1.55.042-.026h-4.102l.048.072a3.88 3.88 0 0 0 6.172.436l-.082-.03v1.9l.02-.038c-.9.6-1.952.916-3.046.916a5.41 5.41 0 0 1-4.984-3.226l-.012-.028h-1.948l.042.066.724-1.552-.044.028h.844l-.006-.052a5.3 5.3 0 0 1-.006-.952l.004-.052h-1.626l.04.066.724-1.55-.04.026h1.256l.01-.028a5.3 5.3 0 0 1 1.96-2.39 5.47 5.47 0 0 1 3.064-.93c1.412 0 2.748.528 3.764 1.488l-.012-.054-.626 1.346.078-.008a3.87 3.87 0 0 0-3.016-1.44c-1.38 0-2.67.746-3.366 1.948l-.04.068h.08zm3.326-1.924c1.144 0 2.218.512 2.942 1.404l.048.058.032-.068.628-1.346.014-.032-.024-.022a5.55 5.55 0 0 0-3.828-1.514 5.57 5.57 0 0 0-3.118.946 5.4 5.4 0 0 0-1.99 2.432l.042-.028h-1.254l-.014.026-.722 1.552-.032.066h1.65l-.046-.05a5.3 5.3 0 0 0 .006.97l.046-.052h-.82l-.014.028-.722 1.55-.032.066H24l-.044-.028a5.5 5.5 0 0 0 5.072 3.286 5.57 5.57 0 0 0 3.098-.932l.02-.014v-2.05l-.08.092a3.787 3.787 0 0 1-6.024-.426l-.04.072h4.046l.012-.026.724-1.552.03-.066h-5.402l.046.04a4 4 0 0 1-.024-.95l-.046.042h5.832l.012-.028.722-1.55.032-.066H25.89l.04.07a3.82 3.82 0 0 1 3.286-1.9", className: "fill", clipRule: "evenodd", fillRule: "evenodd" })
|
|
14
14
|
] })
|
|
15
15
|
] }) })
|
|
16
16
|
);
|
|
@@ -7,8 +7,8 @@ const SepaProductIcon = ({
|
|
|
7
7
|
/* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsxs("g", { className: "Sepa", children: [
|
|
8
8
|
/* @__PURE__ */ jsx("g", { className: ".Square", children: /* @__PURE__ */ jsx("path", { fill: "#EEF", d: "M.512 16c0-8.837 7.163-16 16-16h32c8.836 0 16 7.163 16 16v32c0 8.837-7.164 16-16 16h-32c-8.837 0-16-7.163-16-16z", className: "fillWeak" }) }),
|
|
9
9
|
/* @__PURE__ */ jsxs("g", { fill: "#4F0599", className: "fill", children: [
|
|
10
|
-
/* @__PURE__ */ jsx("path", { d: "M21.316 30.454h-2.
|
|
11
|
-
/* @__PURE__ */ jsx("path", { d: "M25.89 30.494h6.022l-.04-.068-.724 1.552.04-.028h-5.84l-.006.042c-.032.324-.024.652.024.974l.006.04h5.37l-.042-.066-.724 1.55.042-.026h-4.102l.048.072a3.88 3.88 0 0 0 6.172.436l-.082-.03v1.9l.02-.038c-.9.6-1.952.916-3.046.916a5.
|
|
10
|
+
/* @__PURE__ */ jsx("path", { d: "M21.316 30.454h-2.712q0-.667-.156-.896c-.16-.224-.608-.336-1.336-.336q-1.061 0-1.406.194-.343.195-.344.848 0 .591.306.78c.178.096.376.149.578.154l.546.04q1.758.116 2.196.162 1.39.14 2.016.74c.334.324.541.757.586 1.22q.054.451.054 1.02 0 1.307-.25 1.916-.451 1.11-2.036 1.408-.662.123-2.026.124-2.28 0-3.174-.272-1.101-.334-1.452-1.352-.195-.567-.194-1.888h2.71v.224q0 .706.406.908.279.137.678.148h.996q.765 0 .974-.08a.8.8 0 0 0 .49-.472q.07-.257.062-.522 0-.716-.52-.87-.196-.064-1.814-.172a20 20 0 0 1-1.806-.18q-1.332-.247-1.774-1.026-.39-.66-.39-1.998 0-1.018.212-1.632c.116-.378.355-.706.678-.934q.683-.49 1.754-.574.887-.079 1.972-.08 1.707 0 2.432.196 1.77.477 1.77 2.664-.001.18-.026.538m14.836 2.066h1.816q.864-.03 1.054-.134.259-.142.344-.568.056-.286.056-.844 0-.69-.11-1.02-.158-.465-.754-.568a6 6 0 0 0-.564-.016h-1.842zm-2.914 5.308V27h5.43q1.117 0 1.702.182 1.34.42 1.8 1.72.237.681.238 2.052 0 1.646-.262 2.368-.523 1.426-2.148 1.64-.191.032-1.624.054l-.484.016h-1.74v2.796zm14.812-3.98-1.366-4.694-1.326 4.694zm.58 2.108h-3.9l-.52 1.872h-3.016L44.446 27h4.396l3.294 10.828h-2.952l-.556-1.872zm-19.414-7.432c1.2 0 2.274.554 2.98 1.42l.628-1.346a5.5 5.5 0 0 0-3.796-1.5 5.46 5.46 0 0 0-5.066 3.348h-1.226l-.722 1.552h1.576q-.04.48.006.96h-.792l-.722 1.552H24a5.46 5.46 0 0 0 5.028 3.256c1.14 0 2.196-.34 3.072-.924v-1.9a3.83 3.83 0 0 1-6.098-.432h4.016l.724-1.552h-5.33a4 4 0 0 1-.024-.96h5.8l.724-1.552H25.89a3.84 3.84 0 0 1 3.326-1.922", className: "fill", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { d: "M25.89 30.494h6.022l-.04-.068-.724 1.552.04-.028h-5.84l-.006.042c-.032.324-.024.652.024.974l.006.04h5.37l-.042-.066-.724 1.55.042-.026h-4.102l.048.072a3.88 3.88 0 0 0 6.172.436l-.082-.03v1.9l.02-.038c-.9.6-1.952.916-3.046.916a5.41 5.41 0 0 1-4.984-3.226l-.012-.028h-1.948l.042.066.724-1.552-.044.028h.844l-.006-.052a5.3 5.3 0 0 1-.006-.952l.004-.052h-1.626l.04.066.724-1.55-.04.026h1.256l.01-.028a5.3 5.3 0 0 1 1.96-2.39 5.47 5.47 0 0 1 3.064-.93c1.412 0 2.748.528 3.764 1.488l-.012-.054-.626 1.346.078-.008a3.87 3.87 0 0 0-3.016-1.44c-1.38 0-2.67.746-3.366 1.948l-.04.068h.08zm3.326-1.924c1.144 0 2.218.512 2.942 1.404l.048.058.032-.068.628-1.346.014-.032-.024-.022a5.55 5.55 0 0 0-3.828-1.514 5.57 5.57 0 0 0-3.118.946 5.4 5.4 0 0 0-1.99 2.432l.042-.028h-1.254l-.014.026-.722 1.552-.032.066h1.65l-.046-.05a5.3 5.3 0 0 0 .006.97l.046-.052h-.82l-.014.028-.722 1.55-.032.066H24l-.044-.028a5.5 5.5 0 0 0 5.072 3.286 5.57 5.57 0 0 0 3.098-.932l.02-.014v-2.05l-.08.092a3.787 3.787 0 0 1-6.024-.426l-.04.072h4.046l.012-.026.724-1.552.03-.066h-5.402l.046.04a4 4 0 0 1-.024-.95l-.046.042h5.832l.012-.028.722-1.55.032-.066H25.89l.04.07a3.82 3.82 0 0 1 3.286-1.9", className: "fill", clipRule: "evenodd", fillRule: "evenodd" })
|
|
12
12
|
] })
|
|
13
13
|
] }) })
|
|
14
14
|
);
|
|
@@ -9,12 +9,12 @@ const ServerlessDbProductIcon = ({
|
|
|
9
9
|
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx("g", { className: "Serverless-DB", children: /* @__PURE__ */ jsxRuntime.jsxs("g", { className: "icon", clipPath: "url(#a)", children: [
|
|
10
10
|
/* @__PURE__ */ jsxRuntime.jsx("g", { className: ".Square", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#EEF", d: "M0 16C0 7.163 7.163 0 16 0h32c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H16C7.163 64 0 56.837 0 48z", className: "fillWeak" }) }),
|
|
11
11
|
/* @__PURE__ */ jsxRuntime.jsxs("g", { className: "icon", children: [
|
|
12
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "M19.664 18.295c-.618.421-.664.691-.664.747 0 .055.046.326.664.747.585.4 1.497.799 2.714 1.15 2.42.7 5.823 1.145 9.622 1.145 3.8 0 7.202-.446 9.622-1.145 1.217-.351 2.129-.75 2.714-1.15.618-.421.664-.692.664-.
|
|
12
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "M19.664 18.295c-.618.421-.664.691-.664.747 0 .055.046.326.664.747.585.4 1.497.799 2.714 1.15 2.42.7 5.823 1.145 9.622 1.145 3.8 0 7.202-.446 9.622-1.145 1.217-.351 2.129-.75 2.714-1.15.618-.421.664-.692.664-.747s-.046-.326-.664-.747c-.585-.4-1.497-.799-2.714-1.15C39.202 16.445 35.8 16 32 16s-7.202.446-9.622 1.145c-1.217.351-2.13.75-2.714 1.15M17 19.042v26.273h.029c.142.884.8 1.56 1.508 2.042.831.568 1.97 1.04 3.286 1.42C24.47 49.54 28.067 50 32 50s7.53-.459 10.177-1.223c1.316-.38 2.455-.852 3.287-1.42.706-.482 1.365-1.158 1.508-2.042H47V19.042c0-1.06-.737-1.854-1.536-2.4-.832-.567-1.97-1.039-3.287-1.419C39.53 14.46 35.932 14 32 14c-3.933 0-7.53.459-10.177 1.223-1.317.38-2.455.852-3.287 1.42-.799.545-1.536 1.338-1.536 2.399m28 25.92V21.73c-.772.441-1.737.817-2.823 1.13-2.647.765-6.245 1.224-10.177 1.224-3.933 0-7.53-.46-10.177-1.223-1.086-.314-2.051-.69-2.823-1.13v23.227c0 .056.046.326.664.747.585.4 1.497.799 2.714 1.15C24.798 47.555 28.2 48 32 48s7.202-.446 9.622-1.145c1.217-.351 2.13-.75 2.714-1.15.607-.414.662-.682.664-.744Z", className: "fill", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
13
13
|
/* @__PURE__ */ jsxRuntime.jsxs("g", { fill: "#A365F6", className: "fillStrong", children: [
|
|
14
14
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M40 27a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0v-3h-3a1 1 0 1 1 0-2zm0 17a1 1 0 0 0 1-1v-4a1 1 0 1 0-2 0v3h-3a1 1 0 1 0 0 2zM24 27a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0v-3h3a1 1 0 1 0 0-2zm0 17a1 1 0 0 1-1-1v-4a1 1 0 1 1 2 0v3h3a1 1 0 1 1 0 2z", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
15
15
|
/* @__PURE__ */ jsxRuntime.jsxs("g", { className: "fillStrong", children: [
|
|
16
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m25.629 28.222.005.005.025.02.11.084a17
|
|
17
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M24.314 28.273a1 1 0 0 1 1.413.04L25 29l.727-.686.002.001.003.003.01.01.032.036a17
|
|
16
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m25.629 28.222.005.005.025.02.11.084a17 17 0 0 0 1.962 1.272c1.285.713 2.853 1.352 4.269 1.352s2.984-.638 4.27-1.352a17 17 0 0 0 1.962-1.273l.109-.083.025-.02.005-.004a1 1 0 0 1 1.258 1.555L39 29l.629.777v.001l-.002.001-.003.003-.011.008-.037.03-.135.103a19 19 0 0 1-2.2 1.428c-1.377.764-3.309 1.604-5.241 1.604s-3.864-.84-5.24-1.603a19 19 0 0 1-2.201-1.429l-.135-.103-.037-.03-.01-.008-.004-.003h-.001c0-.001 0-.002.628-.779l-.629.777a1 1 0 0 1 1.258-1.555m0 14.556.005-.005.025-.02.11-.084a17 17 0 0 1 1.962-1.272c1.285-.713 2.853-1.352 4.269-1.352s2.984.639 4.27 1.352a17 17 0 0 1 1.962 1.273l.109.083.025.02.005.004a1 1 0 0 0 1.258-1.555L39 42c.629-.778.63-.777.629-.778l-.002-.001-.003-.003-.011-.008-.037-.03-.135-.103a19 19 0 0 0-2.2-1.428c-1.377-.764-3.309-1.604-5.241-1.604s-3.864.84-5.24 1.603a19 19 0 0 0-2.201 1.429l-.135.103-.037.03-.01.008-.004.003h-.001c0 .001 0 .002.628.779l-.629-.778a1 1 0 0 0 1.258 1.556", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
17
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M24.314 28.273a1 1 0 0 1 1.413.04L25 29l.727-.686.002.001.003.003.01.01.032.036a17 17 0 0 1 .519.598c.33.398.77.962 1.213 1.625.853 1.28 1.842 3.12 1.842 4.913s-.989 3.633-1.842 4.913a20 20 0 0 1-1.732 2.223l-.033.035-.01.01-.002.004h-.001c0 .001 0 .002-.728-.685l.727.687a1 1 0 0 1-1.454-1.373l.005-.006.023-.025.096-.106a18 18 0 0 0 1.444-1.873c.822-1.232 1.507-2.643 1.507-3.804 0-1.16-.685-2.572-1.506-3.803a18 18 0 0 0-1.54-1.98l-.024-.025-.005-.005m.04-1.414a1 1 0 0 0-.04 1.414zm15.374 0a1 1 0 0 0-1.414.04L39 29l-.727-.686-.002.001-.003.003-.01.01-.032.036a17 17 0 0 0-.519.598c-.33.398-.77.962-1.213 1.625-.853 1.28-1.842 3.12-1.842 4.913s.989 3.633 1.842 4.913a20 20 0 0 0 1.732 2.223l.033.035.01.01.002.004h.001c0 .001 0 .002.728-.685l-.727.687a1 1 0 0 0 1.454-1.373l-.005-.006-.023-.025a16 16 0 0 1-.452-.521 18 18 0 0 1-1.089-1.459c-.82-1.231-1.506-2.642-1.506-3.803 0-1.16.685-2.572 1.506-3.803a18 18 0 0 1 1.54-1.98l.024-.025.005-.005m-.04-1.414a1 1 0 0 1 .04 1.414z", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" })
|
|
18
18
|
] })
|
|
19
19
|
] })
|
|
20
20
|
] })
|
|
@@ -7,12 +7,12 @@ const ServerlessDbProductIcon = ({
|
|
|
7
7
|
/* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsx("g", { className: "Serverless-DB", children: /* @__PURE__ */ jsxs("g", { className: "icon", clipPath: "url(#a)", children: [
|
|
8
8
|
/* @__PURE__ */ jsx("g", { className: ".Square", children: /* @__PURE__ */ jsx("path", { fill: "#EEF", d: "M0 16C0 7.163 7.163 0 16 0h32c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H16C7.163 64 0 56.837 0 48z", className: "fillWeak" }) }),
|
|
9
9
|
/* @__PURE__ */ jsxs("g", { className: "icon", children: [
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "M19.664 18.295c-.618.421-.664.691-.664.747 0 .055.046.326.664.747.585.4 1.497.799 2.714 1.15 2.42.7 5.823 1.145 9.622 1.145 3.8 0 7.202-.446 9.622-1.145 1.217-.351 2.129-.75 2.714-1.15.618-.421.664-.692.664-.
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "M19.664 18.295c-.618.421-.664.691-.664.747 0 .055.046.326.664.747.585.4 1.497.799 2.714 1.15 2.42.7 5.823 1.145 9.622 1.145 3.8 0 7.202-.446 9.622-1.145 1.217-.351 2.129-.75 2.714-1.15.618-.421.664-.692.664-.747s-.046-.326-.664-.747c-.585-.4-1.497-.799-2.714-1.15C39.202 16.445 35.8 16 32 16s-7.202.446-9.622 1.145c-1.217.351-2.13.75-2.714 1.15M17 19.042v26.273h.029c.142.884.8 1.56 1.508 2.042.831.568 1.97 1.04 3.286 1.42C24.47 49.54 28.067 50 32 50s7.53-.459 10.177-1.223c1.316-.38 2.455-.852 3.287-1.42.706-.482 1.365-1.158 1.508-2.042H47V19.042c0-1.06-.737-1.854-1.536-2.4-.832-.567-1.97-1.039-3.287-1.419C39.53 14.46 35.932 14 32 14c-3.933 0-7.53.459-10.177 1.223-1.317.38-2.455.852-3.287 1.42-.799.545-1.536 1.338-1.536 2.399m28 25.92V21.73c-.772.441-1.737.817-2.823 1.13-2.647.765-6.245 1.224-10.177 1.224-3.933 0-7.53-.46-10.177-1.223-1.086-.314-2.051-.69-2.823-1.13v23.227c0 .056.046.326.664.747.585.4 1.497.799 2.714 1.15C24.798 47.555 28.2 48 32 48s7.202-.446 9.622-1.145c1.217-.351 2.13-.75 2.714-1.15.607-.414.662-.682.664-.744Z", className: "fill", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
11
11
|
/* @__PURE__ */ jsxs("g", { fill: "#A365F6", className: "fillStrong", children: [
|
|
12
12
|
/* @__PURE__ */ jsx("path", { d: "M40 27a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0v-3h-3a1 1 0 1 1 0-2zm0 17a1 1 0 0 0 1-1v-4a1 1 0 1 0-2 0v3h-3a1 1 0 1 0 0 2zM24 27a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0v-3h3a1 1 0 1 0 0-2zm0 17a1 1 0 0 1-1-1v-4a1 1 0 1 1 2 0v3h3a1 1 0 1 1 0 2z", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
13
13
|
/* @__PURE__ */ jsxs("g", { className: "fillStrong", children: [
|
|
14
|
-
/* @__PURE__ */ jsx("path", { d: "m25.629 28.222.005.005.025.02.11.084a17
|
|
15
|
-
/* @__PURE__ */ jsx("path", { d: "M24.314 28.273a1 1 0 0 1 1.413.04L25 29l.727-.686.002.001.003.003.01.01.032.036a17
|
|
14
|
+
/* @__PURE__ */ jsx("path", { d: "m25.629 28.222.005.005.025.02.11.084a17 17 0 0 0 1.962 1.272c1.285.713 2.853 1.352 4.269 1.352s2.984-.638 4.27-1.352a17 17 0 0 0 1.962-1.273l.109-.083.025-.02.005-.004a1 1 0 0 1 1.258 1.555L39 29l.629.777v.001l-.002.001-.003.003-.011.008-.037.03-.135.103a19 19 0 0 1-2.2 1.428c-1.377.764-3.309 1.604-5.241 1.604s-3.864-.84-5.24-1.603a19 19 0 0 1-2.201-1.429l-.135-.103-.037-.03-.01-.008-.004-.003h-.001c0-.001 0-.002.628-.779l-.629.777a1 1 0 0 1 1.258-1.555m0 14.556.005-.005.025-.02.11-.084a17 17 0 0 1 1.962-1.272c1.285-.713 2.853-1.352 4.269-1.352s2.984.639 4.27 1.352a17 17 0 0 1 1.962 1.273l.109.083.025.02.005.004a1 1 0 0 0 1.258-1.555L39 42c.629-.778.63-.777.629-.778l-.002-.001-.003-.003-.011-.008-.037-.03-.135-.103a19 19 0 0 0-2.2-1.428c-1.377-.764-3.309-1.604-5.241-1.604s-3.864.84-5.24 1.603a19 19 0 0 0-2.201 1.429l-.135.103-.037.03-.01.008-.004.003h-.001c0 .001 0 .002.628.779l-.629-.778a1 1 0 0 0 1.258 1.556", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
15
|
+
/* @__PURE__ */ jsx("path", { d: "M24.314 28.273a1 1 0 0 1 1.413.04L25 29l.727-.686.002.001.003.003.01.01.032.036a17 17 0 0 1 .519.598c.33.398.77.962 1.213 1.625.853 1.28 1.842 3.12 1.842 4.913s-.989 3.633-1.842 4.913a20 20 0 0 1-1.732 2.223l-.033.035-.01.01-.002.004h-.001c0 .001 0 .002-.728-.685l.727.687a1 1 0 0 1-1.454-1.373l.005-.006.023-.025.096-.106a18 18 0 0 0 1.444-1.873c.822-1.232 1.507-2.643 1.507-3.804 0-1.16-.685-2.572-1.506-3.803a18 18 0 0 0-1.54-1.98l-.024-.025-.005-.005m.04-1.414a1 1 0 0 0-.04 1.414zm15.374 0a1 1 0 0 0-1.414.04L39 29l-.727-.686-.002.001-.003.003-.01.01-.032.036a17 17 0 0 0-.519.598c-.33.398-.77.962-1.213 1.625-.853 1.28-1.842 3.12-1.842 4.913s.989 3.633 1.842 4.913a20 20 0 0 0 1.732 2.223l.033.035.01.01.002.004h.001c0 .001 0 .002.728-.685l-.727.687a1 1 0 0 0 1.454-1.373l-.005-.006-.023-.025a16 16 0 0 1-.452-.521 18 18 0 0 1-1.089-1.459c-.82-1.231-1.506-2.642-1.506-3.803 0-1.16.685-2.572 1.506-3.803a18 18 0 0 1 1.54-1.98l.024-.025.005-.005m-.04-1.414a1 1 0 0 1 .04 1.414z", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" })
|
|
16
16
|
] })
|
|
17
17
|
] })
|
|
18
18
|
] })
|
|
@@ -10,10 +10,10 @@ const SilverSupportProductIcon = ({
|
|
|
10
10
|
/* @__PURE__ */ jsxRuntime.jsx("g", { className: ".Square", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#EEF", d: "M0 16C0 7.163 7.163 0 16 0h32c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H16C7.163 64 0 56.837 0 48z", className: "fillWeak" }) }),
|
|
11
11
|
/* @__PURE__ */ jsxRuntime.jsxs("g", { className: "icon", children: [
|
|
12
12
|
/* @__PURE__ */ jsxRuntime.jsxs("g", { fill: "#A365F6", className: "fillStrong", children: [
|
|
13
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "
|
|
13
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m23.25 11.667-.03.096a3.25 3.25 0 0 1-1.4-1.678 3.25 3.25 0 0 1-.048-2.186l.086.052c.468.3 1.005.8 1.315 1.626.31.827.233 1.556.077 2.09m-1.734-6.036-.228.97za1 1 0 0 0-1.039.389l.811.584-.811-.583h-.001l-.001.002-.003.004-.007.01-.019.027-.055.085a5.4 5.4 0 0 0-.567 1.283 5.25 5.25 0 0 0 .124 3.354 5.25 5.25 0 0 0 2.11 2.61 5.4 5.4 0 0 0 1.272.594l.097.028.032.008.011.003h.005l.002.001c.001 0 .002 0 .23-.973l-.228.974a1 1 0 0 0 1.039-.39l-.812-.584.812.584v-.001l.002-.002.003-.004.007-.01.018-.027a4 4 0 0 0 .219-.37c.126-.238.28-.578.403-.998a5.25 5.25 0 0 0-.123-3.354 5.25 5.25 0 0 0-2.111-2.609 5.4 5.4 0 0 0-.96-.487 4 4 0 0 0-.408-.135l-.032-.008-.012-.003-.004-.001zm19.234 6.036.03.096.085-.053a3.25 3.25 0 0 0 1.316-1.626 3.25 3.25 0 0 0 .047-2.185 3.25 3.25 0 0 0-1.4 1.679 3.25 3.25 0 0 0-.078 2.09Zm1.734-6.036.228.97-.227-.97a1 1 0 0 1 1.04.389l-.81.583.81-.582.001.002.003.004.007.01.019.027.055.085q.066.105.164.285c.126.239.28.578.403.998a5.25 5.25 0 0 1-.124 3.354 5.25 5.25 0 0 1-2.11 2.61 5.4 5.4 0 0 1-1.271.594l-.097.028-.033.008-.011.003h-.005l-.002.001c-.001 0-.002 0-.23-.973-.81.585-.81.584-.811.584v-.001l-.002-.002-.003-.004-.007-.01-.018-.027a4 4 0 0 1-.219-.37 5.4 5.4 0 0 1-.403-.998 5.25 5.25 0 0 1 .123-3.354 5.25 5.25 0 0 1 2.111-2.609c.37-.235.708-.39.96-.487a4 4 0 0 1 .408-.135l.032-.008.012-.003.004-.001h.002zm-2.19 7.426.228.974a1 1 0 0 1-1.038-.39zm2.593 4.947.013-.1a3.25 3.25 0 0 1 .935-1.87 3.25 3.25 0 0 1 1.97-.948 3.25 3.25 0 0 1-.948 1.97 3.25 3.25 0 0 1-1.97.948m3.895-3.895.195-.98v-.001h-.003l-.005-.001-.011-.003-.033-.005a4 4 0 0 0-.427-.046 5.4 5.4 0 0 0-1.076.046 5.25 5.25 0 0 0-3.001 1.5 5.25 5.25 0 0 0-1.501 3.003 5.4 5.4 0 0 0-.016 1.403l.015.1.006.032.002.012.001.005v.002c0 .001.001.001.982-.195l-.981.196a1 1 0 0 0 .785.785l.196-.98-.196.98h.003l.005.002.012.002.032.005.1.016a5.4 5.4 0 0 0 1.403-.015 5.25 5.25 0 0 0 3.002-1.502c1-1 1.377-2.131 1.501-3.002a5.4 5.4 0 0 0 .015-1.403l-.015-.1-.005-.032-.003-.012v-.004l-.001-.002v-.001zm0 0 .98-.196a1 1 0 0 0-.784-.785zm-25.681 3.796.012.1a3.25 3.25 0 0 1-1.97-.948 3.25 3.25 0 0 1-.948-1.97l.1.012a3.25 3.25 0 0 1 1.87.935c.625.625.857 1.32.936 1.87Zm-4.078-4.777.195.979za1 1 0 0 0-.784.785l.98.196-.98-.195-.001.003-.001.004-.002.012-.006.033a4 4 0 0 0-.046.427 5.4 5.4 0 0 0 .046 1.075 5.25 5.25 0 0 0 1.501 3.002c1 1 2.132 1.377 3.002 1.501a5.4 5.4 0 0 0 1.076.047 4 4 0 0 0 .427-.047l.032-.005.012-.002.005-.001h.002c.001-.001.002-.001-.195-.982l.197.98a1 1 0 0 0 .784-.784l-.98-.196.98.195v-.002l.002-.005.002-.012.006-.032.015-.1a5.4 5.4 0 0 0-.015-1.403 5.25 5.25 0 0 0-1.502-3.002 5.25 5.25 0 0 0-3.001-1.501 5.4 5.4 0 0 0-1.076-.046 4 4 0 0 0-.427.046l-.033.005-.011.003h-.005zm24.733 10.955a3.25 3.25 0 0 1 1.922-1.042 3.25 3.25 0 0 1 2.152.384 3.25 3.25 0 0 1-1.922 1.042 3.25 3.25 0 0 1-2.152-.384m5.438-.878.733-.681-.002-.002-.004-.004-.008-.008-.023-.024a4 4 0 0 0-.32-.287 5.4 5.4 0 0 0-.898-.592 5.25 5.25 0 0 0-3.313-.54 5.25 5.25 0 0 0-2.974 1.555 5.4 5.4 0 0 0-.667.845 4 4 0 0 0-.213.373l-.014.03-.005.01-.002.005-.001.002v.001l.909.416-.91-.415a1 1 0 0 0 .177 1.095l.733-.68-.732.68v.001l.002.002.003.004.008.008.023.024.072.07a5.4 5.4 0 0 0 1.147.809 5.25 5.25 0 0 0 3.312.54 5.25 5.25 0 0 0 2.974-1.555c.304-.315.523-.617.668-.845a4 4 0 0 0 .212-.374l.015-.03.005-.01.002-.005v-.002c.001 0 .001-.001-.909-.416m0 0 .91.415a1 1 0 0 0-.177-1.095zm-25.019.805.069.073a3.25 3.25 0 0 1-2.152.384 3.25 3.25 0 0 1-1.922-1.042l.088-.047a3.25 3.25 0 0 1 2.064-.337c.872.14 1.467.569 1.853.97Zm-6.102-1.486.73.68za1 1 0 0 0-.177 1.096l.909-.415c-.91.415-.909.415-.909.416l.002.003.002.004.005.01.014.03q.017.036.046.09a5.4 5.4 0 0 0 .834 1.129 5.25 5.25 0 0 0 2.974 1.555 5.25 5.25 0 0 0 3.312-.54 5.4 5.4 0 0 0 1.147-.809l.072-.07.023-.024.008-.008.003-.004.002-.002-.732-.681.733.68a1 1 0 0 0 .177-1.095l-.91.415.91-.416-.002-.003-.002-.004-.005-.01-.014-.03a4 4 0 0 0-.213-.373 5.4 5.4 0 0 0-.667-.846 5.25 5.25 0 0 0-2.974-1.555 5.25 5.25 0 0 0-3.312.54 5.4 5.4 0 0 0-1.147.808l-.072.071-.023.024-.008.008-.003.004-.002.001v.001Zm21.407 7.019.08.061a3.25 3.25 0 0 0 1.983.662 3.25 3.25 0 0 0 2.063-.723 3.25 3.25 0 0 0-2.063-.723 3.25 3.25 0 0 0-2.063.723m5.517-.006c.824-.549.823-.55.823-.55l-.002-.002-.002-.004-.007-.01-.02-.027a4 4 0 0 0-.27-.335 5.4 5.4 0 0 0-.792-.727 5.25 5.25 0 0 0-3.184-1.062 5.25 5.25 0 0 0-3.184 1.062 5.4 5.4 0 0 0-1.003.98l-.036.05L32 32.52l-3.32-3.608a4 4 0 0 0-.246-.302 5.4 5.4 0 0 0-.793-.728 5.25 5.25 0 0 0-3.184-1.062 5.25 5.25 0 0 0-3.184 1.062 5.4 5.4 0 0 0-1.003.98l-.06.082-.018.027-.007.01-.003.004-.001.002s-.001.001.822.55l-.823-.549a1 1 0 0 0 0 1.11l.832-.555-.832.556.002.002.003.004.007.01.018.027.06.081a5.4 5.4 0 0 0 1.003.981 5.25 5.25 0 0 0 3.184 1.062 5.25 5.25 0 0 0 3.433-1.26l2.751 2.991-1.883 2.047a1 1 0 1 0 1.472 1.354L32 35.474l1.77 1.924a1 1 0 0 0 1.472-1.354l-1.883-2.047 2.751-2.99q.116.098.25.197a5.25 5.25 0 0 0 3.183 1.062 5.25 5.25 0 0 0 3.184-1.062 5.4 5.4 0 0 0 1.003-.98l.06-.082.019-.027.007-.01.002-.004.001-.002h.001l-.831-.556.832.555a1 1 0 0 0 0-1.11zm-16.556.067.08-.061a3.25 3.25 0 0 0-2.063-.723 3.25 3.25 0 0 0-2.064.723l.08.061a3.25 3.25 0 0 0 1.983.662 3.25 3.25 0 0 0 1.984-.662m.634-.623", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
14
14
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M31.63 13.8a.5.5 0 0 1 .897 0l1.291 2.616a.5.5 0 0 0 .377.274l2.888.42a.5.5 0 0 1 .277.852L35.27 20a.5.5 0 0 0-.144.442l.494 2.877a.5.5 0 0 1-.726.527l-2.583-1.358a.5.5 0 0 0-.465 0l-2.584 1.358a.5.5 0 0 1-.725-.527l.493-2.877a.5.5 0 0 0-.144-.442l-2.09-2.038a.5.5 0 0 1 .278-.852l2.888-.42a.5.5 0 0 0 .376-.274z", className: "fillStrong" })
|
|
15
15
|
] }),
|
|
16
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "M52.5 13.634a1 1 0 1 0 1 1.732l2.598-1.5a1 1 0 1 0-1-1.732zM53.732 22a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2h-3a1 1 0 0 1-1-1M19.395 50.563l-1.723-6.577a15.4 15.4 0 0 1 2.181-1.105c1.226-.503 2.61-.88 3.923-.88 1.33 0 2.992.385 4.579.
|
|
16
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "M52.5 13.634a1 1 0 1 0 1 1.732l2.598-1.5a1 1 0 1 0-1-1.732zM53.732 22a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2h-3a1 1 0 0 1-1-1M19.395 50.563l-1.723-6.577a15.4 15.4 0 0 1 2.181-1.105c1.226-.503 2.61-.88 3.923-.88 1.33 0 2.992.385 4.579.905a30 30 0 0 1 3.793 1.537 1 1 0 0 0 .089.039l6.748 2.595c.207.08.354.268.382.488a.9.9 0 0 1-.001.268l-.011.037c-.474.49-1.599 1.143-3.109.778-2.226-.539-4.563-1.804-5.71-2.505a1 1 0 0 0-1.043 1.707c1.206.736 3.753 2.13 6.283 2.742 2.335.565 4.16-.442 5.024-1.34.591-.614.616-1.413.551-1.935a2.6 2.6 0 0 0-.116-.508 42 42 0 0 0 3.528-.637c2.188-.496 4.567-1.243 6.35-2.336.352-.172.75-.316 1.083-.316a.67.67 0 0 1 .349.08c.08.049.202.15.324.396.124.246.138.414.128.521a.8.8 0 0 1-.14.367c-.183.276-.458.487-.764.723l-.056.043-13.397 7.38a7.4 7.4 0 0 1-1.991.41c-.89.061-1.835-.033-2.653-.41-2.04-.942-5.54-2.477-7.055-3.136-.9-.439-3.02-.906-5.46-.034-.94.335-1.616.56-2.085.704Zm24.926-6.341a38.5 38.5 0 0 1-5.108.8l-6.214-2.39a32 32 0 0 0-4.022-1.626C27.323 40.464 25.424 40 23.776 40c-1.667 0-3.32.471-4.682 1.03-.892.366-1.686.78-2.311 1.155a4 4 0 0 0-4.169-1.375l-2.873.77a1 1 0 0 0-.707 1.225l3.525 13.157a1 1 0 0 0 1.225.707l2.873-.77a4 4 0 0 0 2.927-3.306l.175-.051a49 49 0 0 0 2.393-.8c1.926-.689 3.499-.259 3.92-.048l.027.013.022.01c1.503.653 5.008 2.19 7.036 3.127 1.22.563 2.53.665 3.628.589 1.1-.076 2.064-.334 2.65-.569a1 1 0 0 0 .111-.053l13.524-7.447a1 1 0 0 0 .132-.087l.092-.07c.284-.215.847-.64 1.23-1.221.23-.348.42-.78.466-1.294.045-.52-.063-1.054-.332-1.592-.27-.539-.638-.951-1.096-1.222a2.66 2.66 0 0 0-1.366-.36c-.83 0-1.593.336-2.015.547a1 1 0 0 0-.08.044c-1.505.932-3.646 1.627-5.78 2.112Zm-33.096-.968 3.008 11.226 1.907-.511a2 2 0 0 0 1.414-2.45l-1.973-7.362a2 2 0 0 0-2.45-1.414l-1.906.51ZM52.134 29a1 1 0 0 0 .366 1.366l2.598 1.5a1 1 0 1 0 1-1.732l-2.598-1.5a1 1 0 0 0-1.366.366M9 21a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2zm2.598-6a1 1 0 0 0-.366-1.366l-2.598-1.5a1 1 0 1 0-1 1.732l2.598 1.5A1 1 0 0 0 11.598 15m-.366 15.366a1 1 0 1 0-1-1.732l-2.598 1.5a1 1 0 0 0 1 1.732z", className: "fill", clipRule: "evenodd", fillRule: "evenodd" })
|
|
17
17
|
] })
|
|
18
18
|
] }) })
|
|
19
19
|
);
|
|
@@ -8,10 +8,10 @@ const SilverSupportProductIcon = ({
|
|
|
8
8
|
/* @__PURE__ */ jsx("g", { className: ".Square", children: /* @__PURE__ */ jsx("path", { fill: "#EEF", d: "M0 16C0 7.163 7.163 0 16 0h32c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H16C7.163 64 0 56.837 0 48z", className: "fillWeak" }) }),
|
|
9
9
|
/* @__PURE__ */ jsxs("g", { className: "icon", children: [
|
|
10
10
|
/* @__PURE__ */ jsxs("g", { fill: "#A365F6", className: "fillStrong", children: [
|
|
11
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
11
|
+
/* @__PURE__ */ jsx("path", { d: "m23.25 11.667-.03.096a3.25 3.25 0 0 1-1.4-1.678 3.25 3.25 0 0 1-.048-2.186l.086.052c.468.3 1.005.8 1.315 1.626.31.827.233 1.556.077 2.09m-1.734-6.036-.228.97za1 1 0 0 0-1.039.389l.811.584-.811-.583h-.001l-.001.002-.003.004-.007.01-.019.027-.055.085a5.4 5.4 0 0 0-.567 1.283 5.25 5.25 0 0 0 .124 3.354 5.25 5.25 0 0 0 2.11 2.61 5.4 5.4 0 0 0 1.272.594l.097.028.032.008.011.003h.005l.002.001c.001 0 .002 0 .23-.973l-.228.974a1 1 0 0 0 1.039-.39l-.812-.584.812.584v-.001l.002-.002.003-.004.007-.01.018-.027a4 4 0 0 0 .219-.37c.126-.238.28-.578.403-.998a5.25 5.25 0 0 0-.123-3.354 5.25 5.25 0 0 0-2.111-2.609 5.4 5.4 0 0 0-.96-.487 4 4 0 0 0-.408-.135l-.032-.008-.012-.003-.004-.001zm19.234 6.036.03.096.085-.053a3.25 3.25 0 0 0 1.316-1.626 3.25 3.25 0 0 0 .047-2.185 3.25 3.25 0 0 0-1.4 1.679 3.25 3.25 0 0 0-.078 2.09Zm1.734-6.036.228.97-.227-.97a1 1 0 0 1 1.04.389l-.81.583.81-.582.001.002.003.004.007.01.019.027.055.085q.066.105.164.285c.126.239.28.578.403.998a5.25 5.25 0 0 1-.124 3.354 5.25 5.25 0 0 1-2.11 2.61 5.4 5.4 0 0 1-1.271.594l-.097.028-.033.008-.011.003h-.005l-.002.001c-.001 0-.002 0-.23-.973-.81.585-.81.584-.811.584v-.001l-.002-.002-.003-.004-.007-.01-.018-.027a4 4 0 0 1-.219-.37 5.4 5.4 0 0 1-.403-.998 5.25 5.25 0 0 1 .123-3.354 5.25 5.25 0 0 1 2.111-2.609c.37-.235.708-.39.96-.487a4 4 0 0 1 .408-.135l.032-.008.012-.003.004-.001h.002zm-2.19 7.426.228.974a1 1 0 0 1-1.038-.39zm2.593 4.947.013-.1a3.25 3.25 0 0 1 .935-1.87 3.25 3.25 0 0 1 1.97-.948 3.25 3.25 0 0 1-.948 1.97 3.25 3.25 0 0 1-1.97.948m3.895-3.895.195-.98v-.001h-.003l-.005-.001-.011-.003-.033-.005a4 4 0 0 0-.427-.046 5.4 5.4 0 0 0-1.076.046 5.25 5.25 0 0 0-3.001 1.5 5.25 5.25 0 0 0-1.501 3.003 5.4 5.4 0 0 0-.016 1.403l.015.1.006.032.002.012.001.005v.002c0 .001.001.001.982-.195l-.981.196a1 1 0 0 0 .785.785l.196-.98-.196.98h.003l.005.002.012.002.032.005.1.016a5.4 5.4 0 0 0 1.403-.015 5.25 5.25 0 0 0 3.002-1.502c1-1 1.377-2.131 1.501-3.002a5.4 5.4 0 0 0 .015-1.403l-.015-.1-.005-.032-.003-.012v-.004l-.001-.002v-.001zm0 0 .98-.196a1 1 0 0 0-.784-.785zm-25.681 3.796.012.1a3.25 3.25 0 0 1-1.97-.948 3.25 3.25 0 0 1-.948-1.97l.1.012a3.25 3.25 0 0 1 1.87.935c.625.625.857 1.32.936 1.87Zm-4.078-4.777.195.979za1 1 0 0 0-.784.785l.98.196-.98-.195-.001.003-.001.004-.002.012-.006.033a4 4 0 0 0-.046.427 5.4 5.4 0 0 0 .046 1.075 5.25 5.25 0 0 0 1.501 3.002c1 1 2.132 1.377 3.002 1.501a5.4 5.4 0 0 0 1.076.047 4 4 0 0 0 .427-.047l.032-.005.012-.002.005-.001h.002c.001-.001.002-.001-.195-.982l.197.98a1 1 0 0 0 .784-.784l-.98-.196.98.195v-.002l.002-.005.002-.012.006-.032.015-.1a5.4 5.4 0 0 0-.015-1.403 5.25 5.25 0 0 0-1.502-3.002 5.25 5.25 0 0 0-3.001-1.501 5.4 5.4 0 0 0-1.076-.046 4 4 0 0 0-.427.046l-.033.005-.011.003h-.005zm24.733 10.955a3.25 3.25 0 0 1 1.922-1.042 3.25 3.25 0 0 1 2.152.384 3.25 3.25 0 0 1-1.922 1.042 3.25 3.25 0 0 1-2.152-.384m5.438-.878.733-.681-.002-.002-.004-.004-.008-.008-.023-.024a4 4 0 0 0-.32-.287 5.4 5.4 0 0 0-.898-.592 5.25 5.25 0 0 0-3.313-.54 5.25 5.25 0 0 0-2.974 1.555 5.4 5.4 0 0 0-.667.845 4 4 0 0 0-.213.373l-.014.03-.005.01-.002.005-.001.002v.001l.909.416-.91-.415a1 1 0 0 0 .177 1.095l.733-.68-.732.68v.001l.002.002.003.004.008.008.023.024.072.07a5.4 5.4 0 0 0 1.147.809 5.25 5.25 0 0 0 3.312.54 5.25 5.25 0 0 0 2.974-1.555c.304-.315.523-.617.668-.845a4 4 0 0 0 .212-.374l.015-.03.005-.01.002-.005v-.002c.001 0 .001-.001-.909-.416m0 0 .91.415a1 1 0 0 0-.177-1.095zm-25.019.805.069.073a3.25 3.25 0 0 1-2.152.384 3.25 3.25 0 0 1-1.922-1.042l.088-.047a3.25 3.25 0 0 1 2.064-.337c.872.14 1.467.569 1.853.97Zm-6.102-1.486.73.68za1 1 0 0 0-.177 1.096l.909-.415c-.91.415-.909.415-.909.416l.002.003.002.004.005.01.014.03q.017.036.046.09a5.4 5.4 0 0 0 .834 1.129 5.25 5.25 0 0 0 2.974 1.555 5.25 5.25 0 0 0 3.312-.54 5.4 5.4 0 0 0 1.147-.809l.072-.07.023-.024.008-.008.003-.004.002-.002-.732-.681.733.68a1 1 0 0 0 .177-1.095l-.91.415.91-.416-.002-.003-.002-.004-.005-.01-.014-.03a4 4 0 0 0-.213-.373 5.4 5.4 0 0 0-.667-.846 5.25 5.25 0 0 0-2.974-1.555 5.25 5.25 0 0 0-3.312.54 5.4 5.4 0 0 0-1.147.808l-.072.071-.023.024-.008.008-.003.004-.002.001v.001Zm21.407 7.019.08.061a3.25 3.25 0 0 0 1.983.662 3.25 3.25 0 0 0 2.063-.723 3.25 3.25 0 0 0-2.063-.723 3.25 3.25 0 0 0-2.063.723m5.517-.006c.824-.549.823-.55.823-.55l-.002-.002-.002-.004-.007-.01-.02-.027a4 4 0 0 0-.27-.335 5.4 5.4 0 0 0-.792-.727 5.25 5.25 0 0 0-3.184-1.062 5.25 5.25 0 0 0-3.184 1.062 5.4 5.4 0 0 0-1.003.98l-.036.05L32 32.52l-3.32-3.608a4 4 0 0 0-.246-.302 5.4 5.4 0 0 0-.793-.728 5.25 5.25 0 0 0-3.184-1.062 5.25 5.25 0 0 0-3.184 1.062 5.4 5.4 0 0 0-1.003.98l-.06.082-.018.027-.007.01-.003.004-.001.002s-.001.001.822.55l-.823-.549a1 1 0 0 0 0 1.11l.832-.555-.832.556.002.002.003.004.007.01.018.027.06.081a5.4 5.4 0 0 0 1.003.981 5.25 5.25 0 0 0 3.184 1.062 5.25 5.25 0 0 0 3.433-1.26l2.751 2.991-1.883 2.047a1 1 0 1 0 1.472 1.354L32 35.474l1.77 1.924a1 1 0 0 0 1.472-1.354l-1.883-2.047 2.751-2.99q.116.098.25.197a5.25 5.25 0 0 0 3.183 1.062 5.25 5.25 0 0 0 3.184-1.062 5.4 5.4 0 0 0 1.003-.98l.06-.082.019-.027.007-.01.002-.004.001-.002h.001l-.831-.556.832.555a1 1 0 0 0 0-1.11zm-16.556.067.08-.061a3.25 3.25 0 0 0-2.063-.723 3.25 3.25 0 0 0-2.064.723l.08.061a3.25 3.25 0 0 0 1.983.662 3.25 3.25 0 0 0 1.984-.662m.634-.623", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
12
12
|
/* @__PURE__ */ jsx("path", { d: "M31.63 13.8a.5.5 0 0 1 .897 0l1.291 2.616a.5.5 0 0 0 .377.274l2.888.42a.5.5 0 0 1 .277.852L35.27 20a.5.5 0 0 0-.144.442l.494 2.877a.5.5 0 0 1-.726.527l-2.583-1.358a.5.5 0 0 0-.465 0l-2.584 1.358a.5.5 0 0 1-.725-.527l.493-2.877a.5.5 0 0 0-.144-.442l-2.09-2.038a.5.5 0 0 1 .278-.852l2.888-.42a.5.5 0 0 0 .376-.274z", className: "fillStrong" })
|
|
13
13
|
] }),
|
|
14
|
-
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "M52.5 13.634a1 1 0 1 0 1 1.732l2.598-1.5a1 1 0 1 0-1-1.732zM53.732 22a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2h-3a1 1 0 0 1-1-1M19.395 50.563l-1.723-6.577a15.4 15.4 0 0 1 2.181-1.105c1.226-.503 2.61-.88 3.923-.88 1.33 0 2.992.385 4.579.
|
|
14
|
+
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "M52.5 13.634a1 1 0 1 0 1 1.732l2.598-1.5a1 1 0 1 0-1-1.732zM53.732 22a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2h-3a1 1 0 0 1-1-1M19.395 50.563l-1.723-6.577a15.4 15.4 0 0 1 2.181-1.105c1.226-.503 2.61-.88 3.923-.88 1.33 0 2.992.385 4.579.905a30 30 0 0 1 3.793 1.537 1 1 0 0 0 .089.039l6.748 2.595c.207.08.354.268.382.488a.9.9 0 0 1-.001.268l-.011.037c-.474.49-1.599 1.143-3.109.778-2.226-.539-4.563-1.804-5.71-2.505a1 1 0 0 0-1.043 1.707c1.206.736 3.753 2.13 6.283 2.742 2.335.565 4.16-.442 5.024-1.34.591-.614.616-1.413.551-1.935a2.6 2.6 0 0 0-.116-.508 42 42 0 0 0 3.528-.637c2.188-.496 4.567-1.243 6.35-2.336.352-.172.75-.316 1.083-.316a.67.67 0 0 1 .349.08c.08.049.202.15.324.396.124.246.138.414.128.521a.8.8 0 0 1-.14.367c-.183.276-.458.487-.764.723l-.056.043-13.397 7.38a7.4 7.4 0 0 1-1.991.41c-.89.061-1.835-.033-2.653-.41-2.04-.942-5.54-2.477-7.055-3.136-.9-.439-3.02-.906-5.46-.034-.94.335-1.616.56-2.085.704Zm24.926-6.341a38.5 38.5 0 0 1-5.108.8l-6.214-2.39a32 32 0 0 0-4.022-1.626C27.323 40.464 25.424 40 23.776 40c-1.667 0-3.32.471-4.682 1.03-.892.366-1.686.78-2.311 1.155a4 4 0 0 0-4.169-1.375l-2.873.77a1 1 0 0 0-.707 1.225l3.525 13.157a1 1 0 0 0 1.225.707l2.873-.77a4 4 0 0 0 2.927-3.306l.175-.051a49 49 0 0 0 2.393-.8c1.926-.689 3.499-.259 3.92-.048l.027.013.022.01c1.503.653 5.008 2.19 7.036 3.127 1.22.563 2.53.665 3.628.589 1.1-.076 2.064-.334 2.65-.569a1 1 0 0 0 .111-.053l13.524-7.447a1 1 0 0 0 .132-.087l.092-.07c.284-.215.847-.64 1.23-1.221.23-.348.42-.78.466-1.294.045-.52-.063-1.054-.332-1.592-.27-.539-.638-.951-1.096-1.222a2.66 2.66 0 0 0-1.366-.36c-.83 0-1.593.336-2.015.547a1 1 0 0 0-.08.044c-1.505.932-3.646 1.627-5.78 2.112Zm-33.096-.968 3.008 11.226 1.907-.511a2 2 0 0 0 1.414-2.45l-1.973-7.362a2 2 0 0 0-2.45-1.414l-1.906.51ZM52.134 29a1 1 0 0 0 .366 1.366l2.598 1.5a1 1 0 1 0 1-1.732l-2.598-1.5a1 1 0 0 0-1.366.366M9 21a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2zm2.598-6a1 1 0 0 0-.366-1.366l-2.598-1.5a1 1 0 1 0-1 1.732l2.598 1.5A1 1 0 0 0 11.598 15m-.366 15.366a1 1 0 1 0-1-1.732l-2.598 1.5a1 1 0 0 0 1 1.732z", className: "fill", clipRule: "evenodd", fillRule: "evenodd" })
|
|
15
15
|
] })
|
|
16
16
|
] }) })
|
|
17
17
|
);
|
|
@@ -11,7 +11,7 @@ const SmtpProductIcon = ({
|
|
|
11
11
|
/* @__PURE__ */ jsxRuntime.jsxs("g", { className: "SMTP", children: [
|
|
12
12
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "m48.55 26.521-3.345-2.801a1 1 0 0 1 1.285-1.533l3.344 2.801a1 1 0 0 1-1.284 1.534Zm-7.334-6.144L34.44 14.7a3 3 0 0 0-3.7-.12l-.155.121-6.699 5.62a1 1 0 0 1-1.376-1.445l.09-.086 6.7-5.621a5 5 0 0 1 6.425-.002l6.775 5.676a1 1 0 0 1-1.285 1.533Zm-25.923 4.556a1 1 0 0 0 1.377 1.445l3.113-2.612.09-.086a1 1 0 0 0-1.376-1.446l-3.113 2.612z", className: "fill", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
13
13
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#A365F6", d: "M45.512 18.78a1 1 0 0 1 .993.884l.007.116v13a1 1 0 0 1-1.994.117l-.006-.117v-12h-24v12a1 1 0 0 1-.884.993l-.116.007a1 1 0 0 1-.994-.883l-.006-.117v-13a1 1 0 0 1 .883-.993l.117-.007zm-6 12a1 1 0 0 1 .116 1.993l-.116.007h-14a1 1 0 0 1-.117-1.993l.117-.007zm1-5a1 1 0 0 0-1-1h-14l-.117.007a1 1 0 0 0 .117 1.993h14l.116-.007a1 1 0 0 0 .884-.993", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
14
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "m38.389 39.895 11.123 8.178V30.841zm10.067 9.885L34.288 39.362a3 3 0 0 0-3.385-.116l-.17.117L16.567 49.78zm-32.944-1.707V30.866l11.117 9.032zm33.627-19.507L36.724 38.672l-1.252-.92-.198-.14a5 5 0 0 0-5.726.14l-1.254.922L15.883 28.
|
|
14
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "m38.389 39.895 11.123 8.178V30.841zm10.067 9.885L34.288 39.362a3 3 0 0 0-3.385-.116l-.17.117L16.567 49.78zm-32.944-1.707V30.866l11.117 9.032zm33.627-19.507L36.724 38.672l-1.252-.92-.198-.14a5 5 0 0 0-5.726.14l-1.254.922L15.883 28.59a1 1 0 0 1-.012-1.542l1.293-1.085.091-.087a1 1 0 0 0-1.376-1.445l-1.294 1.085-.141.127a3 3 0 0 0-.932 2.17V48.78l.005.176a3 3 0 0 0 2.995 2.824h32l.176-.005a3 3 0 0 0 2.824-2.995V27.812l-.005-.084a3 3 0 0 0-1.073-2.238l-1.239-1.037-.101-.075a1 1 0 0 0-1.183 1.608l1.239 1.038.07.064.063.07a1 1 0 0 1-.144 1.408", className: "fill", clipRule: "evenodd", fillRule: "evenodd" })
|
|
15
15
|
] })
|
|
16
16
|
] }) })
|
|
17
17
|
);
|
|
@@ -9,7 +9,7 @@ const SmtpProductIcon = ({
|
|
|
9
9
|
/* @__PURE__ */ jsxs("g", { className: "SMTP", children: [
|
|
10
10
|
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "m48.55 26.521-3.345-2.801a1 1 0 0 1 1.285-1.533l3.344 2.801a1 1 0 0 1-1.284 1.534Zm-7.334-6.144L34.44 14.7a3 3 0 0 0-3.7-.12l-.155.121-6.699 5.62a1 1 0 0 1-1.376-1.445l.09-.086 6.7-5.621a5 5 0 0 1 6.425-.002l6.775 5.676a1 1 0 0 1-1.285 1.533Zm-25.923 4.556a1 1 0 0 0 1.377 1.445l3.113-2.612.09-.086a1 1 0 0 0-1.376-1.446l-3.113 2.612z", className: "fill", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
11
11
|
/* @__PURE__ */ jsx("path", { fill: "#A365F6", d: "M45.512 18.78a1 1 0 0 1 .993.884l.007.116v13a1 1 0 0 1-1.994.117l-.006-.117v-12h-24v12a1 1 0 0 1-.884.993l-.116.007a1 1 0 0 1-.994-.883l-.006-.117v-13a1 1 0 0 1 .883-.993l.117-.007zm-6 12a1 1 0 0 1 .116 1.993l-.116.007h-14a1 1 0 0 1-.117-1.993l.117-.007zm1-5a1 1 0 0 0-1-1h-14l-.117.007a1 1 0 0 0 .117 1.993h14l.116-.007a1 1 0 0 0 .884-.993", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
12
|
-
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "m38.389 39.895 11.123 8.178V30.841zm10.067 9.885L34.288 39.362a3 3 0 0 0-3.385-.116l-.17.117L16.567 49.78zm-32.944-1.707V30.866l11.117 9.032zm33.627-19.507L36.724 38.672l-1.252-.92-.198-.14a5 5 0 0 0-5.726.14l-1.254.922L15.883 28.
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "m38.389 39.895 11.123 8.178V30.841zm10.067 9.885L34.288 39.362a3 3 0 0 0-3.385-.116l-.17.117L16.567 49.78zm-32.944-1.707V30.866l11.117 9.032zm33.627-19.507L36.724 38.672l-1.252-.92-.198-.14a5 5 0 0 0-5.726.14l-1.254.922L15.883 28.59a1 1 0 0 1-.012-1.542l1.293-1.085.091-.087a1 1 0 0 0-1.376-1.445l-1.294 1.085-.141.127a3 3 0 0 0-.932 2.17V48.78l.005.176a3 3 0 0 0 2.995 2.824h32l.176-.005a3 3 0 0 0 2.824-2.995V27.812l-.005-.084a3 3 0 0 0-1.073-2.238l-1.239-1.037-.101-.075a1 1 0 0 0-1.183 1.608l1.239 1.038.07.064.063.07a1 1 0 0 1-.144 1.408", className: "fill", clipRule: "evenodd", fillRule: "evenodd" })
|
|
13
13
|
] })
|
|
14
14
|
] }) })
|
|
15
15
|
);
|
|
@@ -8,12 +8,12 @@ const SnapshotsProductIcon = ({
|
|
|
8
8
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
9
9
|
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsxs("g", { className: "Snapshots", children: [
|
|
10
10
|
/* @__PURE__ */ jsxRuntime.jsx("g", { className: ".Square", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#EEF", d: "M0 16C0 7.163 7.163 0 16 0h32c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H16C7.163 64 0 56.837 0 48z", className: "fillWeak" }) }),
|
|
11
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#A365F6", d: "m38.421 18.887-.003-.
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#A365F6", d: "m38.421 18.887-.003-.001h.003Zm3.453 30.008 1.413 1.416c.452-.45.713-.977.713-1.561V47.7h-2v1.05zm-2.8 3.317-.479-1.942a15 15 0 0 0 1.793-.548l.718 1.867c-.592.227-1.273.436-2.032.623m-4.27-1.283.233 1.987a39 39 0 0 0 2.032-.29l-.337-1.972q-.917.158-1.927.275Zm-3.914 2.29-.066-1.999a51 51 0 0 0 1.959-.102l.142 1.995q-.999.072-2.035.106m-3.9-2.005-.073 1.999q1.006.036 2.035.037l.001-2q-.993 0-1.963-.036m-4.144 1.688.237-1.986q.943.113 1.947.189l-.15 1.994a47 47 0 0 1-2.034-.197m-3.578-2.667-.493 1.939c.626.159 1.306.302 2.03.43l.346-1.97a26 26 0 0 1-1.883-.399m-4.596.035 1.438-1.39c.237.245.705.523 1.372.79l-.745 1.857c-.906-.364-1.6-.776-2.065-1.257M16 45.503h-2v2h2zm-2-4h2v2h-2zm2-4h-2v2h2zm-2-4h2v2h-2zm2-4h-2v2h2zm-2-4h2v2h-2zm2.14-3.163-1.39-1.438c-.39.376-.644.805-.724 1.286l-.023.23L14 23.501h2V22.5l.009-.065q-.006.038.013.023zm2.788-3.302.479 1.942c-.681.168-1.284.353-1.793.549l-.718-1.867a17 17 0 0 1 2.032-.624", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
12
12
|
/* @__PURE__ */ jsxRuntime.jsxs("g", { fill: "#A365F6", className: "fillStrong", children: [
|
|
13
13
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M50 32.25c0-.987-.698-1.757-1.864-2.375l-.936 1.767c.576.306.797.547.8.607 0 1.017-5.932 2.501-13 2.501s-13-1.483-13-2.5c0-.045.171-.25.648-.524l-.999-1.733C20.618 30.588 20 31.326 20 32.25c0 2.713 5.99 4.34 13.813 4.489L35 36.75c8.396 0 15-1.65 15-4.5", className: "fillStrong" }),
|
|
14
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M37.84 27.
|
|
14
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M37.84 27.821a56 56 0 0 0-2.036-.065l-.028 2q.995.014 1.962.063zm2.11.149a44 44 0 0 1 2.033.236l-.278 1.98a41 41 0 0 0-1.94-.224l.184-1.991Zm6.032 1.063a24 24 0 0 0-2.03-.495l-.393 1.961c.678.136 1.3.288 1.855.452zM31.85 27.837a55 55 0 0 1 2.035-.076l.038 2q-.995.018-1.961.073zm-2.038.156q-1.055.103-2.034.247l.29 1.978q.93-.136 1.938-.235zm-6.109 1.137c.61-.193 1.29-.37 2.03-.526l.416 1.956c-.68.144-1.297.304-1.842.477z", className: "fillStrong" })
|
|
15
15
|
] }),
|
|
16
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "M35 12c-8.396 0-15 1.651-15 4.5v26.25l.016.23c.449 2.72 6.9 4.27 14.984 4.27l1.187-.011C44.01 47.09 50 45.464 50 42.75V16.5c0-2.781-6.293-4.42-14.403-4.497zm1.314 8.986c5.046-.106 9.316-.83 11.686-2.065v23.83c0 1.016-5.932 2.5-13 2.5-6.939 0-12.818-1.414-13.002-2.517L22 18.921l.016.008.007.004C24.602 20.266 29.403 21 35
|
|
16
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "M35 12c-8.396 0-15 1.651-15 4.5v26.25l.016.23c.449 2.72 6.9 4.27 14.984 4.27l1.187-.011C44.01 47.09 50 45.464 50 42.75V16.5c0-2.781-6.293-4.42-14.403-4.497zm1.314 8.986c5.046-.106 9.316-.83 11.686-2.065v23.83c0 1.016-5.932 2.5-13 2.5-6.939 0-12.818-1.414-13.002-2.517L22 18.921l.016.008.007.004C24.602 20.266 29.403 21 35 21q.665 0 1.314-.014m11.685-4.512C47.899 15.458 42.008 14 35 14l-.586.003C27.607 14.082 22 15.511 22 16.5l.014.086c.307.984 5.797 2.337 12.417 2.41l.552.004H35c6.89 0 12.7-1.409 12.989-2.422l.002-.013z", className: "fill", clipRule: "evenodd", fillRule: "evenodd" })
|
|
17
17
|
] }) })
|
|
18
18
|
);
|
|
19
19
|
exports.SnapshotsProductIcon = SnapshotsProductIcon;
|
|
@@ -6,12 +6,12 @@ const SnapshotsProductIcon = ({
|
|
|
6
6
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
7
|
/* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsxs("g", { className: "Snapshots", children: [
|
|
8
8
|
/* @__PURE__ */ jsx("g", { className: ".Square", children: /* @__PURE__ */ jsx("path", { fill: "#EEF", d: "M0 16C0 7.163 7.163 0 16 0h32c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H16C7.163 64 0 56.837 0 48z", className: "fillWeak" }) }),
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#A365F6", d: "m38.421 18.887-.003-.
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#A365F6", d: "m38.421 18.887-.003-.001h.003Zm3.453 30.008 1.413 1.416c.452-.45.713-.977.713-1.561V47.7h-2v1.05zm-2.8 3.317-.479-1.942a15 15 0 0 0 1.793-.548l.718 1.867c-.592.227-1.273.436-2.032.623m-4.27-1.283.233 1.987a39 39 0 0 0 2.032-.29l-.337-1.972q-.917.158-1.927.275Zm-3.914 2.29-.066-1.999a51 51 0 0 0 1.959-.102l.142 1.995q-.999.072-2.035.106m-3.9-2.005-.073 1.999q1.006.036 2.035.037l.001-2q-.993 0-1.963-.036m-4.144 1.688.237-1.986q.943.113 1.947.189l-.15 1.994a47 47 0 0 1-2.034-.197m-3.578-2.667-.493 1.939c.626.159 1.306.302 2.03.43l.346-1.97a26 26 0 0 1-1.883-.399m-4.596.035 1.438-1.39c.237.245.705.523 1.372.79l-.745 1.857c-.906-.364-1.6-.776-2.065-1.257M16 45.503h-2v2h2zm-2-4h2v2h-2zm2-4h-2v2h2zm-2-4h2v2h-2zm2-4h-2v2h2zm-2-4h2v2h-2zm2.14-3.163-1.39-1.438c-.39.376-.644.805-.724 1.286l-.023.23L14 23.501h2V22.5l.009-.065q-.006.038.013.023zm2.788-3.302.479 1.942c-.681.168-1.284.353-1.793.549l-.718-1.867a17 17 0 0 1 2.032-.624", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
10
10
|
/* @__PURE__ */ jsxs("g", { fill: "#A365F6", className: "fillStrong", children: [
|
|
11
11
|
/* @__PURE__ */ jsx("path", { d: "M50 32.25c0-.987-.698-1.757-1.864-2.375l-.936 1.767c.576.306.797.547.8.607 0 1.017-5.932 2.501-13 2.501s-13-1.483-13-2.5c0-.045.171-.25.648-.524l-.999-1.733C20.618 30.588 20 31.326 20 32.25c0 2.713 5.99 4.34 13.813 4.489L35 36.75c8.396 0 15-1.65 15-4.5", className: "fillStrong" }),
|
|
12
|
-
/* @__PURE__ */ jsx("path", { d: "M37.84 27.
|
|
12
|
+
/* @__PURE__ */ jsx("path", { d: "M37.84 27.821a56 56 0 0 0-2.036-.065l-.028 2q.995.014 1.962.063zm2.11.149a44 44 0 0 1 2.033.236l-.278 1.98a41 41 0 0 0-1.94-.224l.184-1.991Zm6.032 1.063a24 24 0 0 0-2.03-.495l-.393 1.961c.678.136 1.3.288 1.855.452zM31.85 27.837a55 55 0 0 1 2.035-.076l.038 2q-.995.018-1.961.073zm-2.038.156q-1.055.103-2.034.247l.29 1.978q.93-.136 1.938-.235zm-6.109 1.137c.61-.193 1.29-.37 2.03-.526l.416 1.956c-.68.144-1.297.304-1.842.477z", className: "fillStrong" })
|
|
13
13
|
] }),
|
|
14
|
-
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "M35 12c-8.396 0-15 1.651-15 4.5v26.25l.016.23c.449 2.72 6.9 4.27 14.984 4.27l1.187-.011C44.01 47.09 50 45.464 50 42.75V16.5c0-2.781-6.293-4.42-14.403-4.497zm1.314 8.986c5.046-.106 9.316-.83 11.686-2.065v23.83c0 1.016-5.932 2.5-13 2.5-6.939 0-12.818-1.414-13.002-2.517L22 18.921l.016.008.007.004C24.602 20.266 29.403 21 35
|
|
14
|
+
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "M35 12c-8.396 0-15 1.651-15 4.5v26.25l.016.23c.449 2.72 6.9 4.27 14.984 4.27l1.187-.011C44.01 47.09 50 45.464 50 42.75V16.5c0-2.781-6.293-4.42-14.403-4.497zm1.314 8.986c5.046-.106 9.316-.83 11.686-2.065v23.83c0 1.016-5.932 2.5-13 2.5-6.939 0-12.818-1.414-13.002-2.517L22 18.921l.016.008.007.004C24.602 20.266 29.403 21 35 21q.665 0 1.314-.014m11.685-4.512C47.899 15.458 42.008 14 35 14l-.586.003C27.607 14.082 22 15.511 22 16.5l.014.086c.307.984 5.797 2.337 12.417 2.41l.552.004H35c6.89 0 12.7-1.409 12.989-2.422l.002-.013z", className: "fill", clipRule: "evenodd", fillRule: "evenodd" })
|
|
15
15
|
] }) })
|
|
16
16
|
);
|
|
17
17
|
export {
|
|
@@ -25,7 +25,7 @@ const SnsProductIcon = ({
|
|
|
25
25
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M54.78 45.279a1 1 0 0 1-1 1h-7.098a1 1 0 1 1 0-2h7.099a1 1 0 0 1 1 1Z", className: "fill", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
26
26
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M56.112 45.3a1 1 0 0 1-.325.738l-3.992 3.66a1 1 0 0 1-1.352-1.474l3.189-2.923-3.189-2.923a1 1 0 0 1 1.352-1.474l3.992 3.66a1 1 0 0 1 .325.737Z", className: "fill", clipRule: "evenodd", fillRule: "evenodd" })
|
|
27
27
|
] }),
|
|
28
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#A060F6", d: "M27.882 18a2 2 0 0 1 2-2h11.8a2 2 0 0 1 2 2v9.083a2 2 0 0 1-2 2h-9.486l-3.943 2.738a1 1 0 0 1-1.495-1.202l1.124-2.733zm13.8 0h-11.8v9.
|
|
28
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#A060F6", d: "M27.882 18a2 2 0 0 1 2-2h11.8a2 2 0 0 1 2 2v9.083a2 2 0 0 1-2 2h-9.486l-3.943 2.738a1 1 0 0 1-1.495-1.202l1.124-2.733zm13.8 0h-11.8v9.886q0 .2-.04.396l1.213-.841a2 2 0 0 1 1.14-.358h9.487z", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" })
|
|
29
29
|
] })
|
|
30
30
|
] }) })
|
|
31
31
|
);
|
|
@@ -23,7 +23,7 @@ const SnsProductIcon = ({
|
|
|
23
23
|
/* @__PURE__ */ jsx("path", { d: "M54.78 45.279a1 1 0 0 1-1 1h-7.098a1 1 0 1 1 0-2h7.099a1 1 0 0 1 1 1Z", className: "fill", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
24
24
|
/* @__PURE__ */ jsx("path", { d: "M56.112 45.3a1 1 0 0 1-.325.738l-3.992 3.66a1 1 0 0 1-1.352-1.474l3.189-2.923-3.189-2.923a1 1 0 0 1 1.352-1.474l3.992 3.66a1 1 0 0 1 .325.737Z", className: "fill", clipRule: "evenodd", fillRule: "evenodd" })
|
|
25
25
|
] }),
|
|
26
|
-
/* @__PURE__ */ jsx("path", { fill: "#A060F6", d: "M27.882 18a2 2 0 0 1 2-2h11.8a2 2 0 0 1 2 2v9.083a2 2 0 0 1-2 2h-9.486l-3.943 2.738a1 1 0 0 1-1.495-1.202l1.124-2.733zm13.8 0h-11.8v9.
|
|
26
|
+
/* @__PURE__ */ jsx("path", { fill: "#A060F6", d: "M27.882 18a2 2 0 0 1 2-2h11.8a2 2 0 0 1 2 2v9.083a2 2 0 0 1-2 2h-9.486l-3.943 2.738a1 1 0 0 1-1.495-1.202l1.124-2.733zm13.8 0h-11.8v9.886q0 .2-.04.396l1.213-.841a2 2 0 0 1 1.14-.358h9.487z", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" })
|
|
27
27
|
] })
|
|
28
28
|
] }) })
|
|
29
29
|
);
|
|
@@ -9,7 +9,7 @@ const SqsProductIcon = ({
|
|
|
9
9
|
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsxs("g", { className: "SqsSns", clipPath: "url(#a)", children: [
|
|
10
10
|
/* @__PURE__ */ jsxRuntime.jsx("g", { className: ".Square", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#EEF", d: "M0 16C0 7.163 7.163 0 16 0h32c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H16C7.163 64 0 56.837 0 48z", className: "fillWeak" }) }),
|
|
11
11
|
/* @__PURE__ */ jsxRuntime.jsxs("g", { className: "icon", children: [
|
|
12
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "M32
|
|
12
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "M32 10q-.75 0-1.487.05a1 1 0 0 1-.133-1.996 24 24 0 0 1 3.24 0 1 1 0 1 1-.133 1.995A23 23 0 0 0 32 10m6.679-.038a1 1 0 0 1 1.274-.612q1.54.541 2.978 1.278a1 1 0 1 1-.912 1.78 22 22 0 0 0-2.728-1.171 1 1 0 0 1-.612-1.275m-13.358 0a1 1 0 0 1-.612 1.275q-1.41.496-2.728 1.171a1 1 0 0 1-.912-1.78 24 24 0 0 1 2.977-1.278 1 1 0 0 1 1.275.612m21.5 4.421a1 1 0 0 1 1.413-.06 24 24 0 0 1 2.233 2.347 1 1 0 0 1-1.538 1.278 22 22 0 0 0-2.048-2.152 1 1 0 0 1-.06-1.413m-29.642 0a1 1 0 0 1-.06 1.413 22 22 0 0 0-2.048 2.152 1 1 0 0 1-1.538-1.278 24 24 0 0 1 2.233-2.346 1 1 0 0 1 1.413.06Zm-5.75 7.268a1 1 0 0 1 .502 1.323q-.304.675-.564 1.374a1 1 0 1 1-1.875-.696q.284-.763.615-1.5a1 1 0 0 1 1.323-.501Zm41.141 0a1 1 0 0 1 1.323.501q.331.737.615 1.5a1 1 0 0 1-1.875.696 22 22 0 0 0-.564-1.374 1 1 0 0 1 .501-1.323M10.436 40.08a1 1 0 0 1 1.312.528q.28.66.602 1.296a1 1 0 0 1-1.786.901 24 24 0 0 1-.657-1.413 1 1 0 0 1 .529-1.312m43.128 0a1 1 0 0 1 .529 1.312q-.308.72-.657 1.413a1 1 0 0 1-1.786-.901q.322-.636.602-1.296a1 1 0 0 1 1.312-.528m-39.42 6.453a1 1 0 0 1 1.412.083 22 22 0 0 0 2.032 2.007 1 1 0 1 1-1.31 1.51 24 24 0 0 1-2.216-2.188 1 1 0 0 1 .083-1.412Zm35.712 0a1 1 0 0 1 .082 1.412q-1.036 1.165-2.216 2.188a1 1 0 1 1-1.31-1.51 22 22 0 0 0 2.032-2.007 1 1 0 0 1 1.411-.083ZM21 52.23a1 1 0 0 1 1.338-.459q1.278.627 2.64 1.085a1 1 0 0 1-.637 1.896 24 24 0 0 1-2.882-1.185A1 1 0 0 1 21 52.23m21.998 0a1 1 0 0 1-.459 1.337q-1.393.683-2.882 1.185a1 1 0 1 1-.637-1.896 22 22 0 0 0 2.64-1.085 1 1 0 0 1 1.338.459m-13.49 2.658a1 1 0 0 1 1.061-.934 22 22 0 0 0 2.86 0 1 1 0 0 1 .127 1.996 24 24 0 0 1-3.114 0 1 1 0 0 1-.934-1.062M16 32.6a1 1 0 0 1-1 1H7a1 1 0 1 1 0-2h8a1 1 0 0 1 1 1", className: "fill", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
13
13
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "M17.5 32.625a1 1 0 0 1-.324.737l-4.5 4.125a1 1 0 1 1-1.352-1.474l3.696-3.388-3.696-3.388a1 1 0 0 1 1.352-1.474l4.5 4.125a1 1 0 0 1 .324.737M56 32.6a1 1 0 0 1-1 1h-8a1 1 0 1 1 0-2h8a1 1 0 0 1 1 1", className: "fill", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
14
14
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "M57.5 32.625a1 1 0 0 1-.324.737l-4.5 4.125a1 1 0 1 1-1.352-1.474l3.696-3.388-3.696-3.388a1 1 0 0 1 1.352-1.474l4.5 4.125a1 1 0 0 1 .324.737", className: "fill", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
15
15
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#A365F6", d: "M29.5 19.75a2.75 2.75 0 1 1 5.5 0v24.5a2.75 2.75 0 1 1-5.5 0zM32.25 45a.75.75 0 0 0 .75-.75v-24.5a.75.75 0 0 0-1.5 0v24.5c0 .414.336.75.75.75", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
@@ -7,7 +7,7 @@ const SqsProductIcon = ({
|
|
|
7
7
|
/* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsxs("g", { className: "SqsSns", clipPath: "url(#a)", children: [
|
|
8
8
|
/* @__PURE__ */ jsx("g", { className: ".Square", children: /* @__PURE__ */ jsx("path", { fill: "#EEF", d: "M0 16C0 7.163 7.163 0 16 0h32c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H16C7.163 64 0 56.837 0 48z", className: "fillWeak" }) }),
|
|
9
9
|
/* @__PURE__ */ jsxs("g", { className: "icon", children: [
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "M32
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "M32 10q-.75 0-1.487.05a1 1 0 0 1-.133-1.996 24 24 0 0 1 3.24 0 1 1 0 1 1-.133 1.995A23 23 0 0 0 32 10m6.679-.038a1 1 0 0 1 1.274-.612q1.54.541 2.978 1.278a1 1 0 1 1-.912 1.78 22 22 0 0 0-2.728-1.171 1 1 0 0 1-.612-1.275m-13.358 0a1 1 0 0 1-.612 1.275q-1.41.496-2.728 1.171a1 1 0 0 1-.912-1.78 24 24 0 0 1 2.977-1.278 1 1 0 0 1 1.275.612m21.5 4.421a1 1 0 0 1 1.413-.06 24 24 0 0 1 2.233 2.347 1 1 0 0 1-1.538 1.278 22 22 0 0 0-2.048-2.152 1 1 0 0 1-.06-1.413m-29.642 0a1 1 0 0 1-.06 1.413 22 22 0 0 0-2.048 2.152 1 1 0 0 1-1.538-1.278 24 24 0 0 1 2.233-2.346 1 1 0 0 1 1.413.06Zm-5.75 7.268a1 1 0 0 1 .502 1.323q-.304.675-.564 1.374a1 1 0 1 1-1.875-.696q.284-.763.615-1.5a1 1 0 0 1 1.323-.501Zm41.141 0a1 1 0 0 1 1.323.501q.331.737.615 1.5a1 1 0 0 1-1.875.696 22 22 0 0 0-.564-1.374 1 1 0 0 1 .501-1.323M10.436 40.08a1 1 0 0 1 1.312.528q.28.66.602 1.296a1 1 0 0 1-1.786.901 24 24 0 0 1-.657-1.413 1 1 0 0 1 .529-1.312m43.128 0a1 1 0 0 1 .529 1.312q-.308.72-.657 1.413a1 1 0 0 1-1.786-.901q.322-.636.602-1.296a1 1 0 0 1 1.312-.528m-39.42 6.453a1 1 0 0 1 1.412.083 22 22 0 0 0 2.032 2.007 1 1 0 1 1-1.31 1.51 24 24 0 0 1-2.216-2.188 1 1 0 0 1 .083-1.412Zm35.712 0a1 1 0 0 1 .082 1.412q-1.036 1.165-2.216 2.188a1 1 0 1 1-1.31-1.51 22 22 0 0 0 2.032-2.007 1 1 0 0 1 1.411-.083ZM21 52.23a1 1 0 0 1 1.338-.459q1.278.627 2.64 1.085a1 1 0 0 1-.637 1.896 24 24 0 0 1-2.882-1.185A1 1 0 0 1 21 52.23m21.998 0a1 1 0 0 1-.459 1.337q-1.393.683-2.882 1.185a1 1 0 1 1-.637-1.896 22 22 0 0 0 2.64-1.085 1 1 0 0 1 1.338.459m-13.49 2.658a1 1 0 0 1 1.061-.934 22 22 0 0 0 2.86 0 1 1 0 0 1 .127 1.996 24 24 0 0 1-3.114 0 1 1 0 0 1-.934-1.062M16 32.6a1 1 0 0 1-1 1H7a1 1 0 1 1 0-2h8a1 1 0 0 1 1 1", className: "fill", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
11
11
|
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "M17.5 32.625a1 1 0 0 1-.324.737l-4.5 4.125a1 1 0 1 1-1.352-1.474l3.696-3.388-3.696-3.388a1 1 0 0 1 1.352-1.474l4.5 4.125a1 1 0 0 1 .324.737M56 32.6a1 1 0 0 1-1 1h-8a1 1 0 1 1 0-2h8a1 1 0 0 1 1 1", className: "fill", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
12
12
|
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "M57.5 32.625a1 1 0 0 1-.324.737l-4.5 4.125a1 1 0 1 1-1.352-1.474l3.696-3.388-3.696-3.388a1 1 0 0 1 1.352-1.474l4.5 4.125a1 1 0 0 1 .324.737", className: "fill", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
13
13
|
/* @__PURE__ */ jsx("path", { fill: "#A365F6", d: "M29.5 19.75a2.75 2.75 0 1 1 5.5 0v24.5a2.75 2.75 0 1 1-5.5 0zM32.25 45a.75.75 0 0 0 .75-.75v-24.5a.75.75 0 0 0-1.5 0v24.5c0 .414.336.75.75.75", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
@@ -8,9 +8,9 @@ const SslCertificatesProductIcon = ({
|
|
|
8
8
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
9
9
|
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsxs("g", { className: "SSL-Certificates", children: [
|
|
10
10
|
/* @__PURE__ */ jsxRuntime.jsx("g", { className: ".Square", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#EEF", d: "M0 16C0 7.163 7.163 0 16 0h32c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H16C7.163 64 0 56.837 0 48z", className: "fillWeak" }) }),
|
|
11
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "M49 23v-.003a1 1 0 0 0-.293-.704l-10-10a1
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "M49 23v-.003a1 1 0 0 0-.293-.704l-10-10a1 1 0 0 0-.712-.293H16a1 1 0 0 0-1 1v22a1 1 0 0 1 1-1h1V14h19.998v9.002a1 1 0 0 0 1 1H47V34h1a1 1 0 0 1 1 1zm-10-7.582v6.584h6.584z", className: "fill", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
12
12
|
/* @__PURE__ */ jsxRuntime.jsxs("g", { fill: "#A365F6", className: "fillStrong", children: [
|
|
13
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M28.166 47.
|
|
13
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M28.166 47.488q-.82.6-1.93.6a5 5 0 0 1-1.029-.116q-.555-.115-.852-.335a.5.5 0 0 1-.176-.226 1.1 1.1 0 0 1-.055-.401q0-.913.286-.913.055 0 .286.132a1 1 0 0 1 .115.06q.06.039.138.072.571.286 1.155.286.45 0 .781-.193.33-.192.33-.654a.68.68 0 0 0-.28-.561q-.282-.22-.853-.495a8 8 0 0 1-.88-.49 2 2 0 0 1-.583-.6q-.242-.373-.242-.912 0-1.33.836-1.93t2.024-.6q.583 0 1.034.126.45.128.682.314.187.154.187.308 0 .143-.121.38-.12.236-.291.417-.17.182-.292.182a.4.4 0 0 1-.137-.039 3 3 0 0 1-.16-.071 2.5 2.5 0 0 0-.902-.165q-.627 0-.858.214-.231.215-.231.479 0 .254.143.423.142.172.346.286.204.116.644.314 1.705.78 1.705 2.112 0 1.397-.82 1.996m5.5 0q-.82.6-1.93.6a5 5 0 0 1-1.029-.116q-.555-.115-.852-.335a.5.5 0 0 1-.176-.226 1.1 1.1 0 0 1-.055-.401q0-.913.286-.913.055 0 .286.132a1 1 0 0 1 .115.06q.06.039.138.072.572.285 1.155.286.45 0 .781-.193.33-.192.33-.654a.68.68 0 0 0-.28-.561q-.282-.22-.853-.495a8 8 0 0 1-.88-.49 2 2 0 0 1-.583-.6q-.242-.373-.242-.912 0-1.33.836-1.93t2.024-.6q.583 0 1.034.126.45.128.682.314.187.154.187.308 0 .143-.121.38-.12.235-.291.417t-.292.182a.4.4 0 0 1-.138-.039 3 3 0 0 1-.159-.071 2.5 2.5 0 0 0-.902-.165q-.627 0-.858.214-.231.215-.231.479 0 .253.143.423.142.172.347.286.203.116.643.314 1.705.78 1.705 2.112 0 1.397-.82 1.996m5.682.512a.33.33 0 0 0 .292-.154q.105-.153.137-.506l.011-.12q.012-.078.011-.21 0-.241-.071-.346-.072-.105-.226-.105H37.05l.627-5.94q.022-.208-.181-.275a1.4 1.4 0 0 0-.446-.066h-.385q-.66 0-.693.352l-.737 6.996q-.022.21.072.292.093.082.324.082h3.718Z" }),
|
|
14
14
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M48 34H16a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h32a1 1 0 0 0 1-1V35a1 1 0 0 0-1-1m-1 2v16H17V36z", clipRule: "evenodd", fillRule: "evenodd" })
|
|
15
15
|
] })
|
|
16
16
|
] }) })
|
|
@@ -6,9 +6,9 @@ const SslCertificatesProductIcon = ({
|
|
|
6
6
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
7
|
/* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsxs("g", { className: "SSL-Certificates", children: [
|
|
8
8
|
/* @__PURE__ */ jsx("g", { className: ".Square", children: /* @__PURE__ */ jsx("path", { fill: "#EEF", d: "M0 16C0 7.163 7.163 0 16 0h32c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H16C7.163 64 0 56.837 0 48z", className: "fillWeak" }) }),
|
|
9
|
-
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "M49 23v-.003a1 1 0 0 0-.293-.704l-10-10a1
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "M49 23v-.003a1 1 0 0 0-.293-.704l-10-10a1 1 0 0 0-.712-.293H16a1 1 0 0 0-1 1v22a1 1 0 0 1 1-1h1V14h19.998v9.002a1 1 0 0 0 1 1H47V34h1a1 1 0 0 1 1 1zm-10-7.582v6.584h6.584z", className: "fill", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
10
10
|
/* @__PURE__ */ jsxs("g", { fill: "#A365F6", className: "fillStrong", children: [
|
|
11
|
-
/* @__PURE__ */ jsx("path", { d: "M28.166 47.
|
|
11
|
+
/* @__PURE__ */ jsx("path", { d: "M28.166 47.488q-.82.6-1.93.6a5 5 0 0 1-1.029-.116q-.555-.115-.852-.335a.5.5 0 0 1-.176-.226 1.1 1.1 0 0 1-.055-.401q0-.913.286-.913.055 0 .286.132a1 1 0 0 1 .115.06q.06.039.138.072.571.286 1.155.286.45 0 .781-.193.33-.192.33-.654a.68.68 0 0 0-.28-.561q-.282-.22-.853-.495a8 8 0 0 1-.88-.49 2 2 0 0 1-.583-.6q-.242-.373-.242-.912 0-1.33.836-1.93t2.024-.6q.583 0 1.034.126.45.128.682.314.187.154.187.308 0 .143-.121.38-.12.236-.291.417-.17.182-.292.182a.4.4 0 0 1-.137-.039 3 3 0 0 1-.16-.071 2.5 2.5 0 0 0-.902-.165q-.627 0-.858.214-.231.215-.231.479 0 .254.143.423.142.172.346.286.204.116.644.314 1.705.78 1.705 2.112 0 1.397-.82 1.996m5.5 0q-.82.6-1.93.6a5 5 0 0 1-1.029-.116q-.555-.115-.852-.335a.5.5 0 0 1-.176-.226 1.1 1.1 0 0 1-.055-.401q0-.913.286-.913.055 0 .286.132a1 1 0 0 1 .115.06q.06.039.138.072.572.285 1.155.286.45 0 .781-.193.33-.192.33-.654a.68.68 0 0 0-.28-.561q-.282-.22-.853-.495a8 8 0 0 1-.88-.49 2 2 0 0 1-.583-.6q-.242-.373-.242-.912 0-1.33.836-1.93t2.024-.6q.583 0 1.034.126.45.128.682.314.187.154.187.308 0 .143-.121.38-.12.235-.291.417t-.292.182a.4.4 0 0 1-.138-.039 3 3 0 0 1-.159-.071 2.5 2.5 0 0 0-.902-.165q-.627 0-.858.214-.231.215-.231.479 0 .253.143.423.142.172.347.286.203.116.643.314 1.705.78 1.705 2.112 0 1.397-.82 1.996m5.682.512a.33.33 0 0 0 .292-.154q.105-.153.137-.506l.011-.12q.012-.078.011-.21 0-.241-.071-.346-.072-.105-.226-.105H37.05l.627-5.94q.022-.208-.181-.275a1.4 1.4 0 0 0-.446-.066h-.385q-.66 0-.693.352l-.737 6.996q-.022.21.072.292.093.082.324.082h3.718Z" }),
|
|
12
12
|
/* @__PURE__ */ jsx("path", { d: "M48 34H16a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h32a1 1 0 0 0 1-1V35a1 1 0 0 0-1-1m-1 2v16H17V36z", clipRule: "evenodd", fillRule: "evenodd" })
|
|
13
13
|
] })
|
|
14
14
|
] }) })
|
|
@@ -9,8 +9,8 @@ const SupportProductIcon = ({
|
|
|
9
9
|
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsxs("g", { className: "Support", children: [
|
|
10
10
|
/* @__PURE__ */ jsxRuntime.jsx("g", { className: ".Square", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#EEF", d: "M0 16C0 7.163 7.163 0 16 0h32c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H16C7.163 64 0 56.837 0 48z", className: "fillWeak" }) }),
|
|
11
11
|
/* @__PURE__ */ jsxRuntime.jsx("g", { className: "Support", children: /* @__PURE__ */ jsxRuntime.jsxs("g", { className: "Icon", children: [
|
|
12
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "m26.912 13.55.317 1.997a18.
|
|
13
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#A365F6", d: "M38.929 12.
|
|
12
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "m26.912 13.55.317 1.997a18.21 18.21 0 0 0-11.706 11.757l-2.002-.3A20.21 20.21 0 0 1 26.913 13.55Zm.351 36.58a18.21 18.21 0 0 1-11.74-11.767l-2.002.3A20.21 20.21 0 0 0 26.954 52.13zm24.842-11.338-1.996-.322a18.21 18.21 0 0 1-11.706 11.66l.309 2a20.21 20.21 0 0 0 13.393-13.338m0-11.918A20.21 20.21 0 0 0 38.754 13.55l-.317 1.997a18.21 18.21 0 0 1 11.672 11.65l1.996-.322Z", className: "fill", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
13
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#A365F6", d: "M38.929 12.496A37 37 0 0 0 32.834 12c-2.098 0-4.146.168-6.096.496a1 1 0 0 0-.822 1.141l1.762 11.185 1.976-.311-1.609-10.192.14-.019a35.5 35.5 0 0 1 4.649-.3l1.185.019c1.18.038 2.337.132 3.463.281l.135.02-1.604 10.19 1.975.312 1.763-11.185.012-.178a1 1 0 0 0-.834-.963m14.242 14.2a1 1 0 0 0-1.145-.822L40.84 27.678l.318 1.975 10.184-1.644.023.14c.2 1.513.3 3.083.3 4.684l-.018 1.195a35 35 0 0 1-.282 3.49l-.023.137-10.183-1.642-.319 1.975 11.185 1.804.18.013a1 1 0 0 0 .965-.835 37.3 37.3 0 0 0 .496-6.136c0-2.112-.168-4.175-.496-6.137ZM13.63 26.01l-.177-.011a1 1 0 0 0-.956.831A36 36 0 0 0 12 32.833c0 2.064.168 4.08.496 6.003a1 1 0 0 0 1.133.82l11.185-1.667-.295-1.978-10.2 1.518-.019-.127a34 34 0 0 1-.3-4.569l.019-1.165c.038-1.159.132-2.297.281-3.404l.02-.13 10.2 1.52.294-1.978-11.185-1.666Zm24.36 14.838 1.719 11.185a1 1 0 0 1-.822 1.137 36.3 36.3 0 0 1-6.053.496c-2.081 0-4.116-.167-6.053-.496a1 1 0 0 1-.833-.96l.012-.178 1.718-11.184 1.977.303-1.567 10.194.134.02c1.117.15 2.266.244 3.436.282l1.177.02c1.576 0 3.122-.102 4.612-.301l.131-.021-1.565-10.193z", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
14
14
|
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "M22.666 32.834c0-5.615 4.552-10.167 10.167-10.167S43 27.219 43 32.834 38.448 43 32.833 43s-10.166-4.55-10.166-10.166Zm18.334 0a8.167 8.167 0 1 0-16.333 0 8.167 8.167 0 0 0 16.333 0", className: "fill", clipRule: "evenodd", fillRule: "evenodd" })
|
|
15
15
|
] }) })
|
|
16
16
|
] }) })
|
|
@@ -7,8 +7,8 @@ const SupportProductIcon = ({
|
|
|
7
7
|
/* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsxs("g", { className: "Support", children: [
|
|
8
8
|
/* @__PURE__ */ jsx("g", { className: ".Square", children: /* @__PURE__ */ jsx("path", { fill: "#EEF", d: "M0 16C0 7.163 7.163 0 16 0h32c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H16C7.163 64 0 56.837 0 48z", className: "fillWeak" }) }),
|
|
9
9
|
/* @__PURE__ */ jsx("g", { className: "Support", children: /* @__PURE__ */ jsxs("g", { className: "Icon", children: [
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "m26.912 13.55.317 1.997a18.
|
|
11
|
-
/* @__PURE__ */ jsx("path", { fill: "#A365F6", d: "M38.929 12.
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "m26.912 13.55.317 1.997a18.21 18.21 0 0 0-11.706 11.757l-2.002-.3A20.21 20.21 0 0 1 26.913 13.55Zm.351 36.58a18.21 18.21 0 0 1-11.74-11.767l-2.002.3A20.21 20.21 0 0 0 26.954 52.13zm24.842-11.338-1.996-.322a18.21 18.21 0 0 1-11.706 11.66l.309 2a20.21 20.21 0 0 0 13.393-13.338m0-11.918A20.21 20.21 0 0 0 38.754 13.55l-.317 1.997a18.21 18.21 0 0 1 11.672 11.65l1.996-.322Z", className: "fill", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { fill: "#A365F6", d: "M38.929 12.496A37 37 0 0 0 32.834 12c-2.098 0-4.146.168-6.096.496a1 1 0 0 0-.822 1.141l1.762 11.185 1.976-.311-1.609-10.192.14-.019a35.5 35.5 0 0 1 4.649-.3l1.185.019c1.18.038 2.337.132 3.463.281l.135.02-1.604 10.19 1.975.312 1.763-11.185.012-.178a1 1 0 0 0-.834-.963m14.242 14.2a1 1 0 0 0-1.145-.822L40.84 27.678l.318 1.975 10.184-1.644.023.14c.2 1.513.3 3.083.3 4.684l-.018 1.195a35 35 0 0 1-.282 3.49l-.023.137-10.183-1.642-.319 1.975 11.185 1.804.18.013a1 1 0 0 0 .965-.835 37.3 37.3 0 0 0 .496-6.136c0-2.112-.168-4.175-.496-6.137ZM13.63 26.01l-.177-.011a1 1 0 0 0-.956.831A36 36 0 0 0 12 32.833c0 2.064.168 4.08.496 6.003a1 1 0 0 0 1.133.82l11.185-1.667-.295-1.978-10.2 1.518-.019-.127a34 34 0 0 1-.3-4.569l.019-1.165c.038-1.159.132-2.297.281-3.404l.02-.13 10.2 1.52.294-1.978-11.185-1.666Zm24.36 14.838 1.719 11.185a1 1 0 0 1-.822 1.137 36.3 36.3 0 0 1-6.053.496c-2.081 0-4.116-.167-6.053-.496a1 1 0 0 1-.833-.96l.012-.178 1.718-11.184 1.977.303-1.567 10.194.134.02c1.117.15 2.266.244 3.436.282l1.177.02c1.576 0 3.122-.102 4.612-.301l.131-.021-1.565-10.193z", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
12
12
|
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "M22.666 32.834c0-5.615 4.552-10.167 10.167-10.167S43 27.219 43 32.834 38.448 43 32.833 43s-10.166-4.55-10.166-10.166Zm18.334 0a8.167 8.167 0 1 0-16.333 0 8.167 8.167 0 0 0 16.333 0", className: "fill", clipRule: "evenodd", fillRule: "evenodd" })
|
|
13
13
|
] }) })
|
|
14
14
|
] }) })
|
|
@@ -9,9 +9,9 @@ const TutorialProductIcon = ({
|
|
|
9
9
|
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsxs("g", { className: "Tutorial", children: [
|
|
10
10
|
/* @__PURE__ */ jsxRuntime.jsx("g", { className: ".Square", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#EEF", d: "M.512 16c0-8.837 7.163-16 16-16h32c8.836 0 16 7.163 16 16v32c0 8.837-7.164 16-16 16h-32c-8.837 0-16-7.163-16-16z", className: "fillWeak" }) }),
|
|
11
11
|
/* @__PURE__ */ jsxRuntime.jsx("g", { className: "Tutorial", children: /* @__PURE__ */ jsxRuntime.jsxs("g", { className: "Icon", children: [
|
|
12
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "M50.166 15.006c.598-.223 1.227.175 1.328.793l.014.174.004 24.86c0 .349-.172.67-.45.858l-.148.083-18.05 8.169a.
|
|
13
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "M44.704 21.547a.99.99 0 0 0-1.3-.571l-11.22 4.634-.16.084c-.402.26-.578.785-.395 1.254a.
|
|
14
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#A365F6", d: "m31.513 20.032-9.525-4.413.002 19.566 9.523 4.542zm.41 22.16-11.352-5.415a1.
|
|
12
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "M50.166 15.006c.598-.223 1.227.175 1.328.793l.014.174.004 24.86c0 .349-.172.67-.45.858l-.148.083-18.05 8.169a.97.97 0 0 1-.65.055l-.157-.056L14.11 41.78a1.02 1.02 0 0 1-.582-.769l-.014-.172-.003-24.86c0-.652.577-1.124 1.175-1.012l.163.045 6.476 2.395c.52.192.79.781.603 1.316a1 1 0 0 1-1.105.667l-.174-.047-5.14-1.902.004 22.727 16.948 7.708 17.05-7.716-.004-22.721-5.08 1.902a.99.99 0 0 1-1.206-.447l-.076-.168a1.04 1.04 0 0 1 .434-1.24l.164-.078 6.422-2.402Z", className: "fill" }),
|
|
13
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "M44.704 21.547a.99.99 0 0 0-1.3-.571l-11.22 4.634-.16.084c-.402.26-.578.785-.395 1.254a.99.99 0 0 0 1.3.57l11.219-4.633.16-.085c.402-.26.578-.785.395-1.253Zm0 6.499a.99.99 0 0 0-1.3-.571l-11.219 4.634-.16.084c-.402.26-.578.785-.395 1.254a.99.99 0 0 0 1.3.57l11.219-4.633.16-.085c.402-.26.578-.784.395-1.253", className: "fill", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
14
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#A365F6", d: "m31.513 20.032-9.525-4.413.002 19.566 9.523 4.542zm.41 22.16-11.352-5.415a1.03 1.03 0 0 1-.58-.933l-.003-21.814c0-.747.75-1.245 1.41-.938l11.141 5.16 11.133-5.16c.661-.307 1.41.191 1.41.938l.003 21.81c0 .4-.226.765-.579.933l-11.36 5.419a1 1 0 0 1-.61.198 1 1 0 0 1-.612-.198Zm1.635-2.465 9.526-4.544-.002-19.564-9.524 4.414z", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" })
|
|
15
15
|
] }) })
|
|
16
16
|
] }) })
|
|
17
17
|
);
|
|
@@ -7,9 +7,9 @@ const TutorialProductIcon = ({
|
|
|
7
7
|
/* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsxs("g", { className: "Tutorial", children: [
|
|
8
8
|
/* @__PURE__ */ jsx("g", { className: ".Square", children: /* @__PURE__ */ jsx("path", { fill: "#EEF", d: "M.512 16c0-8.837 7.163-16 16-16h32c8.836 0 16 7.163 16 16v32c0 8.837-7.164 16-16 16h-32c-8.837 0-16-7.163-16-16z", className: "fillWeak" }) }),
|
|
9
9
|
/* @__PURE__ */ jsx("g", { className: "Tutorial", children: /* @__PURE__ */ jsxs("g", { className: "Icon", children: [
|
|
10
|
-
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "M50.166 15.006c.598-.223 1.227.175 1.328.793l.014.174.004 24.86c0 .349-.172.67-.45.858l-.148.083-18.05 8.169a.
|
|
11
|
-
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "M44.704 21.547a.99.99 0 0 0-1.3-.571l-11.22 4.634-.16.084c-.402.26-.578.785-.395 1.254a.
|
|
12
|
-
/* @__PURE__ */ jsx("path", { fill: "#A365F6", d: "m31.513 20.032-9.525-4.413.002 19.566 9.523 4.542zm.41 22.16-11.352-5.415a1.
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "M50.166 15.006c.598-.223 1.227.175 1.328.793l.014.174.004 24.86c0 .349-.172.67-.45.858l-.148.083-18.05 8.169a.97.97 0 0 1-.65.055l-.157-.056L14.11 41.78a1.02 1.02 0 0 1-.582-.769l-.014-.172-.003-24.86c0-.652.577-1.124 1.175-1.012l.163.045 6.476 2.395c.52.192.79.781.603 1.316a1 1 0 0 1-1.105.667l-.174-.047-5.14-1.902.004 22.727 16.948 7.708 17.05-7.716-.004-22.721-5.08 1.902a.99.99 0 0 1-1.206-.447l-.076-.168a1.04 1.04 0 0 1 .434-1.24l.164-.078 6.422-2.402Z", className: "fill" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "M44.704 21.547a.99.99 0 0 0-1.3-.571l-11.22 4.634-.16.084c-.402.26-.578.785-.395 1.254a.99.99 0 0 0 1.3.57l11.219-4.633.16-.085c.402-.26.578-.785.395-1.253Zm0 6.499a.99.99 0 0 0-1.3-.571l-11.219 4.634-.16.084c-.402.26-.578.785-.395 1.254a.99.99 0 0 0 1.3.57l11.219-4.633.16-.085c.402-.26.578-.784.395-1.253", className: "fill", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "#A365F6", d: "m31.513 20.032-9.525-4.413.002 19.566 9.523 4.542zm.41 22.16-11.352-5.415a1.03 1.03 0 0 1-.58-.933l-.003-21.814c0-.747.75-1.245 1.41-.938l11.141 5.16 11.133-5.16c.661-.307 1.41.191 1.41.938l.003 21.81c0 .4-.226.765-.579.933l-11.36 5.419a1 1 0 0 1-.61.198 1 1 0 0 1-.612-.198Zm1.635-2.465 9.526-4.544-.002-19.564-9.524 4.414z", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" })
|
|
13
13
|
] }) })
|
|
14
14
|
] }) })
|
|
15
15
|
);
|