@ultraviolet/icons 2.12.8 → 2.12.10

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.
Files changed (34) hide show
  1. package/README.md +37 -2
  2. package/dist/components/Icon/Icons.cjs +12 -0
  3. package/dist/components/Icon/Icons.d.ts +8 -0
  4. package/dist/components/Icon/Icons.js +290 -278
  5. package/dist/components/Icon/SmallIcons.cjs +12 -0
  6. package/dist/components/Icon/SmallIcons.d.ts +8 -0
  7. package/dist/components/Icon/SmallIcons.js +290 -278
  8. package/dist/components/Icon/assets/default/east-short.svg.cjs +51 -0
  9. package/dist/components/Icon/assets/default/east-short.svg.js +33 -0
  10. package/dist/components/Icon/assets/default/north-short.svg.cjs +51 -0
  11. package/dist/components/Icon/assets/default/north-short.svg.js +33 -0
  12. package/dist/components/Icon/assets/default/south-short.svg.cjs +51 -0
  13. package/dist/components/Icon/assets/default/south-short.svg.js +33 -0
  14. package/dist/components/Icon/assets/default/west-short.svg.cjs +51 -0
  15. package/dist/components/Icon/assets/default/west-short.svg.js +33 -0
  16. package/dist/components/Icon/assets/small/east-short.svg.cjs +51 -0
  17. package/dist/components/Icon/assets/small/east-short.svg.js +33 -0
  18. package/dist/components/Icon/assets/small/north-short.svg.cjs +51 -0
  19. package/dist/components/Icon/assets/small/north-short.svg.js +33 -0
  20. package/dist/components/Icon/assets/small/south-short.svg.cjs +51 -0
  21. package/dist/components/Icon/assets/small/south-short.svg.js +33 -0
  22. package/dist/components/Icon/assets/small/west-short.svg.cjs +51 -0
  23. package/dist/components/Icon/assets/small/west-short.svg.js +33 -0
  24. package/dist/components/Icon/index.d.ts +2 -2
  25. package/dist/components/ProductIcon/Icons.cjs +7 -1
  26. package/dist/components/ProductIcon/Icons.d.ts +3 -0
  27. package/dist/components/ProductIcon/Icons.js +7 -1
  28. package/dist/components/ProductIcon/assets/kms.svg.cjs +109 -0
  29. package/dist/components/ProductIcon/assets/kms.svg.js +91 -0
  30. package/dist/components/ProductIcon/assets/private-ip.svg.cjs +107 -0
  31. package/dist/components/ProductIcon/assets/private-ip.svg.js +89 -0
  32. package/dist/components/ProductIcon/assets/quantum-application.svg.cjs +76 -0
  33. package/dist/components/ProductIcon/assets/quantum-application.svg.js +58 -0
  34. package/package.json +6 -3
@@ -0,0 +1,33 @@
1
+ import * as React from "react";
2
+ import { memo } from "react";
3
+ var _path;
4
+ function _extends() {
5
+ _extends = Object.assign ? Object.assign.bind() : function(target) {
6
+ for (var i = 1; i < arguments.length; i++) {
7
+ var source = arguments[i];
8
+ for (var key in source) {
9
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
10
+ target[key] = source[key];
11
+ }
12
+ }
13
+ }
14
+ return target;
15
+ };
16
+ return _extends.apply(this, arguments);
17
+ }
18
+ var SvgWestShort = function SvgWestShort2(props) {
19
+ return /* @__PURE__ */ React.createElement("svg", _extends({
20
+ xmlns: "http://www.w3.org/2000/svg",
21
+ width: 16,
22
+ height: 16,
23
+ fill: "none",
24
+ viewBox: "0 0 16 16"
25
+ }, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
26
+ d: "M7.655 3.22a.75.75 0 0 1 0 1.06L4.561 7.375h8.689a.75.75 0 0 1 0 1.5H4.56l3.095 3.095a.75.75 0 1 1-1.06 1.06L2.22 8.655a.75.75 0 0 1 0-1.06L6.595 3.22a.75.75 0 0 1 1.06 0",
27
+ clipRule: "evenodd"
28
+ })));
29
+ };
30
+ var Memo = /* @__PURE__ */ memo(SvgWestShort);
31
+ export {
32
+ Memo as ReactComponent
33
+ };
@@ -2,7 +2,7 @@ import type { consoleLightTheme as theme } from '@ultraviolet/themes';
2
2
  import type { SVGProps } from 'react';
3
3
  import { ICONS } from './Icons';
4
4
  type Color = Extract<keyof typeof theme.colors, 'primary' | 'secondary' | 'neutral' | 'success' | 'danger' | 'warning' | 'info'>;
5
- export declare const icons: ("anchor" | "arrow-down" | "arrow-left-bottom" | "arrow-left-double" | "arrow-left" | "arrow-right-bottom" | "arrow-right-double" | "arrow-right" | "arrow-up" | "asterisk" | "attach" | "burger" | "cancel" | "check" | "close" | "close-circle-outline" | "copy-content" | "detach" | "dots-horizontal" | "dots-vertical" | "download" | "drag-vertical" | "drag-variant" | "east" | "equal" | "escape" | "expand" | "expand-more" | "github" | "instagram" | "linkedIn" | "logout" | "minus" | "north" | "open-in-new" | "organization" | "plus" | "progress-check" | "ray-end-arrow" | "ray-start-arrow" | "ray-start-end" | "ray-top-arrow" | "reboot" | "restore" | "revoke" | "rss" | "search" | "send" | "slack" | "sort" | "south" | "switch_orga" | "x" | "upload" | "view" | "west" | "youtube" | "address" | "alert" | "auto-fix" | "book-open-outline" | "bullhorn" | "calculator" | "calendar-range" | "chat" | "checkbox-circle-outline" | "clock-outline" | "console" | "credentials" | "credit-card" | "database" | "delete" | "doc" | "earth" | "email-remove-outline" | "email-outline" | "eye-off" | "eye" | "filter" | "folder" | "help-circle-outline" | "id" | "information-outline" | "lock" | "members" | "moon" | "mosaic" | "pen" | "pencil" | "phone" | "play-circle-outline" | "privacy" | "profile" | "rocket" | "settings" | "sun" | "support" | "unlock" | "weather-night" | "pin" | "unpin")[];
5
+ export declare const icons: ("anchor" | "arrow-down" | "arrow-left-bottom" | "arrow-left-double" | "arrow-left" | "arrow-right-bottom" | "arrow-right-double" | "arrow-right" | "arrow-up" | "asterisk" | "attach" | "burger" | "cancel" | "check" | "close" | "close-circle-outline" | "copy-content" | "detach" | "dots-horizontal" | "dots-vertical" | "download" | "drag-vertical" | "drag-variant" | "east-short" | "east" | "equal" | "escape" | "expand" | "expand-more" | "github" | "instagram" | "linkedIn" | "logout" | "minus" | "north-short" | "north" | "open-in-new" | "organization" | "plus" | "progress-check" | "ray-end-arrow" | "ray-start-arrow" | "ray-start-end" | "ray-top-arrow" | "reboot" | "restore" | "revoke" | "rss" | "search" | "send" | "slack" | "sort" | "south-short" | "south" | "switch_orga" | "x" | "upload" | "view" | "west-short" | "west" | "youtube" | "address" | "alert" | "auto-fix" | "book-open-outline" | "bullhorn" | "calculator" | "calendar-range" | "chat" | "checkbox-circle-outline" | "clock-outline" | "console" | "credentials" | "credit-card" | "database" | "delete" | "doc" | "earth" | "email-remove-outline" | "email-outline" | "eye-off" | "eye" | "filter" | "folder" | "help-circle-outline" | "id" | "information-outline" | "lock" | "members" | "moon" | "mosaic" | "pen" | "pencil" | "phone" | "play-circle-outline" | "privacy" | "profile" | "rocket" | "settings" | "sun" | "support" | "unlock" | "weather-night" | "pin" | "unpin")[];
6
6
  export type IconName = keyof typeof ICONS.filled;
7
7
  /**
8
8
  * Icon component is our set of system icons in the design system. All of them are SVGs.
@@ -12,7 +12,7 @@ export declare const Icon: import("react").ForwardRefExoticComponent<{
12
12
  * ⚠️`string` and `number` are deprecated. Use `small` and `large` only.
13
13
  */
14
14
  size?: string | number | undefined;
15
- name?: "anchor" | "arrow-down" | "arrow-left-bottom" | "arrow-left-double" | "arrow-left" | "arrow-right-bottom" | "arrow-right-double" | "arrow-right" | "arrow-up" | "asterisk" | "attach" | "burger" | "cancel" | "check" | "close" | "close-circle-outline" | "copy-content" | "detach" | "dots-horizontal" | "dots-vertical" | "download" | "drag-vertical" | "drag-variant" | "east" | "equal" | "escape" | "expand" | "expand-more" | "github" | "instagram" | "linkedIn" | "logout" | "minus" | "north" | "open-in-new" | "organization" | "plus" | "progress-check" | "ray-end-arrow" | "ray-start-arrow" | "ray-start-end" | "ray-top-arrow" | "reboot" | "restore" | "revoke" | "rss" | "search" | "send" | "slack" | "sort" | "south" | "switch_orga" | "x" | "upload" | "view" | "west" | "youtube" | "address" | "alert" | "auto-fix" | "book-open-outline" | "bullhorn" | "calculator" | "calendar-range" | "chat" | "checkbox-circle-outline" | "clock-outline" | "console" | "credentials" | "credit-card" | "database" | "delete" | "doc" | "earth" | "email-remove-outline" | "email-outline" | "eye-off" | "eye" | "filter" | "folder" | "help-circle-outline" | "id" | "information-outline" | "lock" | "members" | "moon" | "mosaic" | "pen" | "pencil" | "phone" | "play-circle-outline" | "privacy" | "profile" | "rocket" | "settings" | "sun" | "support" | "unlock" | "weather-night" | "pin" | "unpin" | undefined;
15
+ name?: "anchor" | "arrow-down" | "arrow-left-bottom" | "arrow-left-double" | "arrow-left" | "arrow-right-bottom" | "arrow-right-double" | "arrow-right" | "arrow-up" | "asterisk" | "attach" | "burger" | "cancel" | "check" | "close" | "close-circle-outline" | "copy-content" | "detach" | "dots-horizontal" | "dots-vertical" | "download" | "drag-vertical" | "drag-variant" | "east-short" | "east" | "equal" | "escape" | "expand" | "expand-more" | "github" | "instagram" | "linkedIn" | "logout" | "minus" | "north-short" | "north" | "open-in-new" | "organization" | "plus" | "progress-check" | "ray-end-arrow" | "ray-start-arrow" | "ray-start-end" | "ray-top-arrow" | "reboot" | "restore" | "revoke" | "rss" | "search" | "send" | "slack" | "sort" | "south-short" | "south" | "switch_orga" | "x" | "upload" | "view" | "west-short" | "west" | "youtube" | "address" | "alert" | "auto-fix" | "book-open-outline" | "bullhorn" | "calculator" | "calendar-range" | "chat" | "checkbox-circle-outline" | "clock-outline" | "console" | "credentials" | "credit-card" | "database" | "delete" | "doc" | "earth" | "email-remove-outline" | "email-outline" | "eye-off" | "eye" | "filter" | "folder" | "help-circle-outline" | "id" | "information-outline" | "lock" | "members" | "moon" | "mosaic" | "pen" | "pencil" | "phone" | "play-circle-outline" | "privacy" | "profile" | "rocket" | "settings" | "sun" | "support" | "unlock" | "weather-night" | "pin" | "unpin" | undefined;
16
16
  prominence?: "strong" | "stronger" | "weak" | "default" | undefined;
17
17
  /**
18
18
  * @deprecated use `sentiment` property instead
@@ -78,6 +78,7 @@ const ipfsNaming = require("./assets/ipfs-naming.svg.cjs");
78
78
  const ipfs = require("./assets/ipfs.svg.cjs");
79
79
  const jero = require("./assets/jero.svg.cjs");
80
80
  const k8sKosmos = require("./assets/k8s-kosmos.svg.cjs");
81
+ const kms = require("./assets/kms.svg.cjs");
81
82
  const kubernetes = require("./assets/kubernetes.svg.cjs");
82
83
  const lb = require("./assets/lb.svg.cjs");
83
84
  const lifeCycleRules = require("./assets/life-cycle-rules.svg.cjs");
@@ -96,9 +97,11 @@ const platinumSupport = require("./assets/platinum-support.svg.cjs");
96
97
  const policy = require("./assets/policy.svg.cjs");
97
98
  const pool = require("./assets/pool.svg.cjs");
98
99
  const postgresqlMysql = require("./assets/postgresql-mysql.svg.cjs");
100
+ const privateIp = require("./assets/private-ip.svg.cjs");
99
101
  const privateNetwork = require("./assets/private-network.svg.cjs");
100
102
  const publicGateway = require("./assets/public-gateway.svg.cjs");
101
103
  const qaas = require("./assets/qaas.svg.cjs");
104
+ const quantumApplication = require("./assets/quantum-application.svg.cjs");
102
105
  const queueing = require("./assets/queueing.svg.cjs");
103
106
  const rabbitMq = require("./assets/rabbit-mq.svg.cjs");
104
107
  const rdb = require("./assets/rdb.svg.cjs");
@@ -286,6 +289,9 @@ const PRODUCT_ICONS = {
286
289
  vpsStartServers: vpsStartServers.ReactComponent,
287
290
  environmentalFootprintCalculator: environmentalFootprintCalculator.ReactComponent,
288
291
  accountExperience: accountExperience.ReactComponent,
289
- savingPlan: savingPlan.ReactComponent
292
+ savingPlan: savingPlan.ReactComponent,
293
+ kms: kms.ReactComponent,
294
+ privateIp: privateIp.ReactComponent,
295
+ quantumApplication: quantumApplication.ReactComponent
290
296
  };
291
297
  exports.PRODUCT_ICONS = PRODUCT_ICONS;
@@ -142,4 +142,7 @@ export declare const PRODUCT_ICONS: {
142
142
  readonly environmentalFootprintCalculator: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
143
143
  readonly accountExperience: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
144
144
  readonly savingPlan: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
145
+ readonly kms: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
146
+ readonly privateIp: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
147
+ readonly quantumApplication: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
145
148
  };
@@ -76,6 +76,7 @@ import { ReactComponent as Memo$1Y } from "./assets/ipfs-naming.svg.js";
76
76
  import { ReactComponent as Memo$1h } from "./assets/ipfs.svg.js";
77
77
  import { ReactComponent as Memo$24 } from "./assets/jero.svg.js";
78
78
  import { ReactComponent as Memo$U } from "./assets/k8s-kosmos.svg.js";
79
+ import { ReactComponent as Memo$2f } from "./assets/kms.svg.js";
79
80
  import { ReactComponent as Memo$V } from "./assets/kubernetes.svg.js";
80
81
  import { ReactComponent as Memo$1v } from "./assets/lb.svg.js";
81
82
  import { ReactComponent as Memo$1P } from "./assets/life-cycle-rules.svg.js";
@@ -94,9 +95,11 @@ import { ReactComponent as Memo$1K } from "./assets/platinum-support.svg.js";
94
95
  import { ReactComponent as Memo$1a } from "./assets/policy.svg.js";
95
96
  import { ReactComponent as Memo$T } from "./assets/pool.svg.js";
96
97
  import { ReactComponent as Memo$1f } from "./assets/postgresql-mysql.svg.js";
98
+ import { ReactComponent as Memo$2g } from "./assets/private-ip.svg.js";
97
99
  import { ReactComponent as Memo$1u } from "./assets/private-network.svg.js";
98
100
  import { ReactComponent as Memo$1t } from "./assets/public-gateway.svg.js";
99
101
  import { ReactComponent as Memo$22 } from "./assets/qaas.svg.js";
102
+ import { ReactComponent as Memo$2h } from "./assets/quantum-application.svg.js";
100
103
  import { ReactComponent as Memo$1G } from "./assets/queueing.svg.js";
101
104
  import { ReactComponent as Memo$C } from "./assets/rabbit-mq.svg.js";
102
105
  import { ReactComponent as Memo$1g } from "./assets/rdb.svg.js";
@@ -284,7 +287,10 @@ const PRODUCT_ICONS = {
284
287
  vpsStartServers: Memo$2b,
285
288
  environmentalFootprintCalculator: Memo$2c,
286
289
  accountExperience: Memo$2d,
287
- savingPlan: Memo$2e
290
+ savingPlan: Memo$2e,
291
+ kms: Memo$2f,
292
+ privateIp: Memo$2g,
293
+ quantumApplication: Memo$2h
288
294
  };
289
295
  export {
290
296
  PRODUCT_ICONS
@@ -0,0 +1,109 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const React = require("react");
4
+ function _interopNamespaceCompat(e) {
5
+ if (e && typeof e === "object" && "default" in e)
6
+ return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ var _g, _defs;
24
+ function _extends() {
25
+ _extends = Object.assign ? Object.assign.bind() : function(target) {
26
+ for (var i = 1; i < arguments.length; i++) {
27
+ var source = arguments[i];
28
+ for (var key in source) {
29
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
30
+ target[key] = source[key];
31
+ }
32
+ }
33
+ }
34
+ return target;
35
+ };
36
+ return _extends.apply(this, arguments);
37
+ }
38
+ var SvgKms = function SvgKms2(props) {
39
+ return /* @__PURE__ */ React__namespace.createElement("svg", _extends({
40
+ xmlns: "http://www.w3.org/2000/svg",
41
+ width: 64,
42
+ height: 64,
43
+ fill: "none",
44
+ viewBox: "0 0 64 64"
45
+ }, props), _g || (_g = /* @__PURE__ */ React__namespace.createElement("g", {
46
+ className: "kms",
47
+ clipPath: "url(#a)"
48
+ }, /* @__PURE__ */ React__namespace.createElement("g", {
49
+ className: ".Square"
50
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
51
+ fill: "#F1EEFC",
52
+ 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",
53
+ className: "fillWeak"
54
+ })), /* @__PURE__ */ React__namespace.createElement("path", {
55
+ fill: "#A060F6",
56
+ fillRule: "evenodd",
57
+ d: "m41.068 41.63-4.404-9.718 1.821-.825 4.578 10.099a1 1 0 0 1 .022.773l-1.116 2.888a1 1 0 0 1-1.276.579l-3.877-1.419a1 1 0 0 1-.618-1.213l.42-1.471-.97-2.138-1.544-.565a1 1 0 0 1-.567-.526l-1.89-4.172 1.821-.825 1.718 3.789 1.544.565a1 1 0 0 1 .567.526l1.294 2.854a1 1 0 0 1 .05.688l-.265.93 2.082.76z",
58
+ className: "fillStrong",
59
+ clipRule: "evenodd"
60
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
61
+ fill: "#A060F6",
62
+ fillRule: "evenodd",
63
+ d: "M37.8 25.699a4.85 4.85 0 1 0-8.834 4.004 4.85 4.85 0 0 0 8.833-4.004Zm-7.245-4.236A6.85 6.85 0 1 1 36.21 33.94a6.85 6.85 0 0 1-5.655-12.477",
64
+ className: "fillStrong",
65
+ clipRule: "evenodd"
66
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
67
+ fill: "#521094",
68
+ fillRule: "evenodd",
69
+ d: "M30.758 32.705a1 1 0 0 1 .804 1.125l-1.727 12.038a1 1 0 0 1-.397.664l-2.736 2.01a1 1 0 0 1-1.388-.198l-2.747-3.599a1 1 0 0 1 .132-1.355l1.283-1.136.376-2.624-1.119-1.466a1 1 0 0 1-.195-.748l.713-4.973a1 1 0 0 1 1.176-.84zm-1.312 1.787-3.857-.73-.505 3.522 1.119 1.466a1 1 0 0 1 .195.749l-.488 3.402a1 1 0 0 1-.327.607l-.862.763 1.587 2.079 1.607-1.181z",
70
+ className: "fill",
71
+ clipRule: "evenodd"
72
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
73
+ fill: "#F1EEFC",
74
+ d: "M28.027 34.052a6.415 6.415 0 1 1 1.821-12.701 6.415 6.415 0 0 1-1.82 12.701Z",
75
+ className: "fillWeak"
76
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
77
+ fill: "#521094",
78
+ fillRule: "evenodd",
79
+ d: "M34.298 28.47a5.416 5.416 0 1 0-10.72-1.537 5.416 5.416 0 0 0 10.72 1.538Zm-4.307-8.109a7.416 7.416 0 1 1-2.106 14.681 7.416 7.416 0 0 1 2.106-14.68Z",
80
+ className: "fill",
81
+ clipRule: "evenodd"
82
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
83
+ fill: "#521094",
84
+ fillRule: "evenodd",
85
+ d: "M28.756 25.682a.467.467 0 1 0 .925.133.467.467 0 0 0-.925-.133m-1.98-.284a2.467 2.467 0 1 0 4.885.7 2.467 2.467 0 0 0-4.885-.7",
86
+ className: "fill",
87
+ clipRule: "evenodd"
88
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
89
+ fill: "#A060F6",
90
+ fillRule: "evenodd",
91
+ d: "M24.154 18.316c-1.643.824-2.282 1.78-2.282 2.54 0 .7.539 1.569 1.945 2.36 1.365.767 3.335 1.322 5.618 1.46a1 1 0 1 1-.121 1.997c-2.508-.152-4.789-.765-6.477-1.714-1.648-.927-2.965-2.323-2.965-4.104 0-1.922 1.527-3.394 3.385-4.327 1.917-.962 4.496-1.528 7.29-1.528s5.372.566 7.29 1.528c1.858.933 3.385 2.405 3.385 4.327 0 1.53-.98 2.78-2.277 3.675a1 1 0 0 1-1.136-1.646c1.025-.707 1.413-1.427 1.413-2.029 0-.76-.64-1.715-2.282-2.54C35.355 17.522 33.097 17 30.547 17s-4.808.52-6.393 1.316",
92
+ className: "fillStrong",
93
+ clipRule: "evenodd"
94
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
95
+ fill: "#521094",
96
+ fillRule: "evenodd",
97
+ d: "M32.374 7.223a1 1 0 0 0-.739 0l-21.004 8.343a.98.98 0 0 0-.629.917c.04 10.25.993 30.852 21.586 41.2a.95.95 0 0 0 .833 0c20.58-10.349 21.536-30.95 21.577-41.2a.98.98 0 0 0-.629-.917zm-1.477-1.859a3 3 0 0 1 2.216 0l20.995 8.344a2.98 2.98 0 0 1 1.89 2.783c-.041 10.26-.952 32.054-22.678 42.979a2.95 2.95 0 0 1-2.63 0C8.95 48.545 8.043 26.751 8.002 16.491a2.98 2.98 0 0 1 1.89-2.783z",
98
+ className: "fill",
99
+ clipRule: "evenodd"
100
+ }))), _defs || (_defs = /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("clipPath", {
101
+ id: "a",
102
+ className: "a"
103
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
104
+ fill: "#fff",
105
+ d: "M0 0h64v64H0z"
106
+ })))));
107
+ };
108
+ var Memo = /* @__PURE__ */ React.memo(SvgKms);
109
+ exports.ReactComponent = Memo;
@@ -0,0 +1,91 @@
1
+ import * as React from "react";
2
+ import { memo } from "react";
3
+ var _g, _defs;
4
+ function _extends() {
5
+ _extends = Object.assign ? Object.assign.bind() : function(target) {
6
+ for (var i = 1; i < arguments.length; i++) {
7
+ var source = arguments[i];
8
+ for (var key in source) {
9
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
10
+ target[key] = source[key];
11
+ }
12
+ }
13
+ }
14
+ return target;
15
+ };
16
+ return _extends.apply(this, arguments);
17
+ }
18
+ var SvgKms = function SvgKms2(props) {
19
+ return /* @__PURE__ */ React.createElement("svg", _extends({
20
+ xmlns: "http://www.w3.org/2000/svg",
21
+ width: 64,
22
+ height: 64,
23
+ fill: "none",
24
+ viewBox: "0 0 64 64"
25
+ }, props), _g || (_g = /* @__PURE__ */ React.createElement("g", {
26
+ className: "kms",
27
+ clipPath: "url(#a)"
28
+ }, /* @__PURE__ */ React.createElement("g", {
29
+ className: ".Square"
30
+ }, /* @__PURE__ */ React.createElement("path", {
31
+ fill: "#F1EEFC",
32
+ 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",
33
+ className: "fillWeak"
34
+ })), /* @__PURE__ */ React.createElement("path", {
35
+ fill: "#A060F6",
36
+ fillRule: "evenodd",
37
+ d: "m41.068 41.63-4.404-9.718 1.821-.825 4.578 10.099a1 1 0 0 1 .022.773l-1.116 2.888a1 1 0 0 1-1.276.579l-3.877-1.419a1 1 0 0 1-.618-1.213l.42-1.471-.97-2.138-1.544-.565a1 1 0 0 1-.567-.526l-1.89-4.172 1.821-.825 1.718 3.789 1.544.565a1 1 0 0 1 .567.526l1.294 2.854a1 1 0 0 1 .05.688l-.265.93 2.082.76z",
38
+ className: "fillStrong",
39
+ clipRule: "evenodd"
40
+ }), /* @__PURE__ */ React.createElement("path", {
41
+ fill: "#A060F6",
42
+ fillRule: "evenodd",
43
+ d: "M37.8 25.699a4.85 4.85 0 1 0-8.834 4.004 4.85 4.85 0 0 0 8.833-4.004Zm-7.245-4.236A6.85 6.85 0 1 1 36.21 33.94a6.85 6.85 0 0 1-5.655-12.477",
44
+ className: "fillStrong",
45
+ clipRule: "evenodd"
46
+ }), /* @__PURE__ */ React.createElement("path", {
47
+ fill: "#521094",
48
+ fillRule: "evenodd",
49
+ d: "M30.758 32.705a1 1 0 0 1 .804 1.125l-1.727 12.038a1 1 0 0 1-.397.664l-2.736 2.01a1 1 0 0 1-1.388-.198l-2.747-3.599a1 1 0 0 1 .132-1.355l1.283-1.136.376-2.624-1.119-1.466a1 1 0 0 1-.195-.748l.713-4.973a1 1 0 0 1 1.176-.84zm-1.312 1.787-3.857-.73-.505 3.522 1.119 1.466a1 1 0 0 1 .195.749l-.488 3.402a1 1 0 0 1-.327.607l-.862.763 1.587 2.079 1.607-1.181z",
50
+ className: "fill",
51
+ clipRule: "evenodd"
52
+ }), /* @__PURE__ */ React.createElement("path", {
53
+ fill: "#F1EEFC",
54
+ d: "M28.027 34.052a6.415 6.415 0 1 1 1.821-12.701 6.415 6.415 0 0 1-1.82 12.701Z",
55
+ className: "fillWeak"
56
+ }), /* @__PURE__ */ React.createElement("path", {
57
+ fill: "#521094",
58
+ fillRule: "evenodd",
59
+ d: "M34.298 28.47a5.416 5.416 0 1 0-10.72-1.537 5.416 5.416 0 0 0 10.72 1.538Zm-4.307-8.109a7.416 7.416 0 1 1-2.106 14.681 7.416 7.416 0 0 1 2.106-14.68Z",
60
+ className: "fill",
61
+ clipRule: "evenodd"
62
+ }), /* @__PURE__ */ React.createElement("path", {
63
+ fill: "#521094",
64
+ fillRule: "evenodd",
65
+ d: "M28.756 25.682a.467.467 0 1 0 .925.133.467.467 0 0 0-.925-.133m-1.98-.284a2.467 2.467 0 1 0 4.885.7 2.467 2.467 0 0 0-4.885-.7",
66
+ className: "fill",
67
+ clipRule: "evenodd"
68
+ }), /* @__PURE__ */ React.createElement("path", {
69
+ fill: "#A060F6",
70
+ fillRule: "evenodd",
71
+ d: "M24.154 18.316c-1.643.824-2.282 1.78-2.282 2.54 0 .7.539 1.569 1.945 2.36 1.365.767 3.335 1.322 5.618 1.46a1 1 0 1 1-.121 1.997c-2.508-.152-4.789-.765-6.477-1.714-1.648-.927-2.965-2.323-2.965-4.104 0-1.922 1.527-3.394 3.385-4.327 1.917-.962 4.496-1.528 7.29-1.528s5.372.566 7.29 1.528c1.858.933 3.385 2.405 3.385 4.327 0 1.53-.98 2.78-2.277 3.675a1 1 0 0 1-1.136-1.646c1.025-.707 1.413-1.427 1.413-2.029 0-.76-.64-1.715-2.282-2.54C35.355 17.522 33.097 17 30.547 17s-4.808.52-6.393 1.316",
72
+ className: "fillStrong",
73
+ clipRule: "evenodd"
74
+ }), /* @__PURE__ */ React.createElement("path", {
75
+ fill: "#521094",
76
+ fillRule: "evenodd",
77
+ d: "M32.374 7.223a1 1 0 0 0-.739 0l-21.004 8.343a.98.98 0 0 0-.629.917c.04 10.25.993 30.852 21.586 41.2a.95.95 0 0 0 .833 0c20.58-10.349 21.536-30.95 21.577-41.2a.98.98 0 0 0-.629-.917zm-1.477-1.859a3 3 0 0 1 2.216 0l20.995 8.344a2.98 2.98 0 0 1 1.89 2.783c-.041 10.26-.952 32.054-22.678 42.979a2.95 2.95 0 0 1-2.63 0C8.95 48.545 8.043 26.751 8.002 16.491a2.98 2.98 0 0 1 1.89-2.783z",
78
+ className: "fill",
79
+ clipRule: "evenodd"
80
+ }))), _defs || (_defs = /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
81
+ id: "a",
82
+ className: "a"
83
+ }, /* @__PURE__ */ React.createElement("path", {
84
+ fill: "#fff",
85
+ d: "M0 0h64v64H0z"
86
+ })))));
87
+ };
88
+ var Memo = /* @__PURE__ */ memo(SvgKms);
89
+ export {
90
+ Memo as ReactComponent
91
+ };
@@ -0,0 +1,107 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const React = require("react");
4
+ function _interopNamespaceCompat(e) {
5
+ if (e && typeof e === "object" && "default" in e)
6
+ return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ var _g, _defs;
24
+ function _extends() {
25
+ _extends = Object.assign ? Object.assign.bind() : function(target) {
26
+ for (var i = 1; i < arguments.length; i++) {
27
+ var source = arguments[i];
28
+ for (var key in source) {
29
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
30
+ target[key] = source[key];
31
+ }
32
+ }
33
+ }
34
+ return target;
35
+ };
36
+ return _extends.apply(this, arguments);
37
+ }
38
+ var SvgPrivateIp = function SvgPrivateIp2(props) {
39
+ return /* @__PURE__ */ React__namespace.createElement("svg", _extends({
40
+ xmlns: "http://www.w3.org/2000/svg",
41
+ width: 64,
42
+ height: 64,
43
+ fill: "none",
44
+ viewBox: "0 0 64 64"
45
+ }, props), _g || (_g = /* @__PURE__ */ React__namespace.createElement("g", {
46
+ className: "private-ip",
47
+ clipPath: "url(#a)"
48
+ }, /* @__PURE__ */ React__namespace.createElement("g", {
49
+ className: "Private-Ip"
50
+ }, /* @__PURE__ */ React__namespace.createElement("g", {
51
+ className: ".Square"
52
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
53
+ fill: "#F1EEFC",
54
+ 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",
55
+ className: "fillWeak"
56
+ })), /* @__PURE__ */ React__namespace.createElement("g", {
57
+ fillRule: "evenodd",
58
+ className: "IP",
59
+ clipRule: "evenodd"
60
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
61
+ fill: "#521094",
62
+ d: "M16 25c0-7.732 6.268-14 14-14s14 6.268 14 14c0 2.342-.576 4.602-1.662 6.62l-.035.078-11.432 20.284a1 1 0 0 1-1.742 0L17.696 31.685A13.94 13.94 0 0 1 16 25m26 0c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 2.03.504 3.987 1.45 5.723L30 49.454l10.526-18.678.292-.575a11.9 11.9 0 0 0 1.167-4.594z",
63
+ className: "fill"
64
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
65
+ fill: "#A060F6",
66
+ d: "M23.584 24.999a6.417 6.417 0 1 1 12.833 0 6.417 6.417 0 0 1-12.833 0m10.833 0a4.417 4.417 0 1 0-8.833 0 4.417 4.417 0 0 0 8.833 0",
67
+ className: "fillStrong"
68
+ })), /* @__PURE__ */ React__namespace.createElement("g", {
69
+ className: "Lock"
70
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
71
+ fill: "#F1EEFC",
72
+ fillRule: "evenodd",
73
+ d: "M39 32c3.382 0 4.924 1.96 4.997 5.232l.003.248v1.646c1.725.444 3 2.01 3 3.874v6a4 4 0 0 1-4 4h-8a4 4 0 0 1-4-4v-6a4 4 0 0 1 3-3.874V37.48c0-3.42 1.533-5.48 5-5.48m3 7v-1.52c0-2.422-.788-3.48-3-3.48-2.141 0-2.948.99-2.998 3.25l-.002.23V39zm1 2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2z",
74
+ className: "fillWeak",
75
+ clipRule: "evenodd"
76
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
77
+ fill: "#F1EEFC",
78
+ d: "M42 37.48V39h-6v-1.52l.002-.23C36.052 34.99 36.86 34 39 34c2.212 0 3 1.058 3 3.48",
79
+ className: "fillWeak"
80
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
81
+ fill: "#F1EEFC",
82
+ fillRule: "evenodd",
83
+ d: "M45 43a2 2 0 0 0-2-2h-8a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zm-6 1a1 1 0 0 1 .993.883L40 45v2a1 1 0 0 1-1.993.117L38 47v-2a1 1 0 0 1 1-1",
84
+ className: "fillWeak",
85
+ clipRule: "evenodd"
86
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
87
+ fill: "#A060F6",
88
+ fillRule: "evenodd",
89
+ d: "M39 32c3.382 0 4.924 1.96 4.997 5.232l.003.248v1.646c1.725.444 3 2.01 3 3.874v6a4 4 0 0 1-4 4h-8a4 4 0 0 1-4-4v-6a4 4 0 0 1 3-3.874V37.48c0-3.42 1.533-5.48 5-5.48m3 7v-1.52c0-2.422-.788-3.48-3-3.48-2.141 0-2.948.99-2.998 3.25l-.002.23V39zm1 2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2z",
90
+ className: "fill",
91
+ clipRule: "evenodd"
92
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
93
+ fill: "#521094",
94
+ fillRule: "evenodd",
95
+ d: "M39 44a1 1 0 0 1 .993.883L40 45v2a1 1 0 0 1-1.993.117L38 47v-2a1 1 0 0 1 1-1",
96
+ className: "fill",
97
+ clipRule: "evenodd"
98
+ }))))), _defs || (_defs = /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("clipPath", {
99
+ id: "a",
100
+ className: "a"
101
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
102
+ fill: "#fff",
103
+ d: "M0 0h64v64H0z"
104
+ })))));
105
+ };
106
+ var Memo = /* @__PURE__ */ React.memo(SvgPrivateIp);
107
+ exports.ReactComponent = Memo;
@@ -0,0 +1,89 @@
1
+ import * as React from "react";
2
+ import { memo } from "react";
3
+ var _g, _defs;
4
+ function _extends() {
5
+ _extends = Object.assign ? Object.assign.bind() : function(target) {
6
+ for (var i = 1; i < arguments.length; i++) {
7
+ var source = arguments[i];
8
+ for (var key in source) {
9
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
10
+ target[key] = source[key];
11
+ }
12
+ }
13
+ }
14
+ return target;
15
+ };
16
+ return _extends.apply(this, arguments);
17
+ }
18
+ var SvgPrivateIp = function SvgPrivateIp2(props) {
19
+ return /* @__PURE__ */ React.createElement("svg", _extends({
20
+ xmlns: "http://www.w3.org/2000/svg",
21
+ width: 64,
22
+ height: 64,
23
+ fill: "none",
24
+ viewBox: "0 0 64 64"
25
+ }, props), _g || (_g = /* @__PURE__ */ React.createElement("g", {
26
+ className: "private-ip",
27
+ clipPath: "url(#a)"
28
+ }, /* @__PURE__ */ React.createElement("g", {
29
+ className: "Private-Ip"
30
+ }, /* @__PURE__ */ React.createElement("g", {
31
+ className: ".Square"
32
+ }, /* @__PURE__ */ React.createElement("path", {
33
+ fill: "#F1EEFC",
34
+ 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",
35
+ className: "fillWeak"
36
+ })), /* @__PURE__ */ React.createElement("g", {
37
+ fillRule: "evenodd",
38
+ className: "IP",
39
+ clipRule: "evenodd"
40
+ }, /* @__PURE__ */ React.createElement("path", {
41
+ fill: "#521094",
42
+ d: "M16 25c0-7.732 6.268-14 14-14s14 6.268 14 14c0 2.342-.576 4.602-1.662 6.62l-.035.078-11.432 20.284a1 1 0 0 1-1.742 0L17.696 31.685A13.94 13.94 0 0 1 16 25m26 0c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 2.03.504 3.987 1.45 5.723L30 49.454l10.526-18.678.292-.575a11.9 11.9 0 0 0 1.167-4.594z",
43
+ className: "fill"
44
+ }), /* @__PURE__ */ React.createElement("path", {
45
+ fill: "#A060F6",
46
+ d: "M23.584 24.999a6.417 6.417 0 1 1 12.833 0 6.417 6.417 0 0 1-12.833 0m10.833 0a4.417 4.417 0 1 0-8.833 0 4.417 4.417 0 0 0 8.833 0",
47
+ className: "fillStrong"
48
+ })), /* @__PURE__ */ React.createElement("g", {
49
+ className: "Lock"
50
+ }, /* @__PURE__ */ React.createElement("path", {
51
+ fill: "#F1EEFC",
52
+ fillRule: "evenodd",
53
+ d: "M39 32c3.382 0 4.924 1.96 4.997 5.232l.003.248v1.646c1.725.444 3 2.01 3 3.874v6a4 4 0 0 1-4 4h-8a4 4 0 0 1-4-4v-6a4 4 0 0 1 3-3.874V37.48c0-3.42 1.533-5.48 5-5.48m3 7v-1.52c0-2.422-.788-3.48-3-3.48-2.141 0-2.948.99-2.998 3.25l-.002.23V39zm1 2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2z",
54
+ className: "fillWeak",
55
+ clipRule: "evenodd"
56
+ }), /* @__PURE__ */ React.createElement("path", {
57
+ fill: "#F1EEFC",
58
+ d: "M42 37.48V39h-6v-1.52l.002-.23C36.052 34.99 36.86 34 39 34c2.212 0 3 1.058 3 3.48",
59
+ className: "fillWeak"
60
+ }), /* @__PURE__ */ React.createElement("path", {
61
+ fill: "#F1EEFC",
62
+ fillRule: "evenodd",
63
+ d: "M45 43a2 2 0 0 0-2-2h-8a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zm-6 1a1 1 0 0 1 .993.883L40 45v2a1 1 0 0 1-1.993.117L38 47v-2a1 1 0 0 1 1-1",
64
+ className: "fillWeak",
65
+ clipRule: "evenodd"
66
+ }), /* @__PURE__ */ React.createElement("path", {
67
+ fill: "#A060F6",
68
+ fillRule: "evenodd",
69
+ d: "M39 32c3.382 0 4.924 1.96 4.997 5.232l.003.248v1.646c1.725.444 3 2.01 3 3.874v6a4 4 0 0 1-4 4h-8a4 4 0 0 1-4-4v-6a4 4 0 0 1 3-3.874V37.48c0-3.42 1.533-5.48 5-5.48m3 7v-1.52c0-2.422-.788-3.48-3-3.48-2.141 0-2.948.99-2.998 3.25l-.002.23V39zm1 2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2z",
70
+ className: "fill",
71
+ clipRule: "evenodd"
72
+ }), /* @__PURE__ */ React.createElement("path", {
73
+ fill: "#521094",
74
+ fillRule: "evenodd",
75
+ d: "M39 44a1 1 0 0 1 .993.883L40 45v2a1 1 0 0 1-1.993.117L38 47v-2a1 1 0 0 1 1-1",
76
+ className: "fill",
77
+ clipRule: "evenodd"
78
+ }))))), _defs || (_defs = /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
79
+ id: "a",
80
+ className: "a"
81
+ }, /* @__PURE__ */ React.createElement("path", {
82
+ fill: "#fff",
83
+ d: "M0 0h64v64H0z"
84
+ })))));
85
+ };
86
+ var Memo = /* @__PURE__ */ memo(SvgPrivateIp);
87
+ export {
88
+ Memo as ReactComponent
89
+ };
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const React = require("react");
4
+ function _interopNamespaceCompat(e) {
5
+ if (e && typeof e === "object" && "default" in e)
6
+ return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ var _g;
24
+ function _extends() {
25
+ _extends = Object.assign ? Object.assign.bind() : function(target) {
26
+ for (var i = 1; i < arguments.length; i++) {
27
+ var source = arguments[i];
28
+ for (var key in source) {
29
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
30
+ target[key] = source[key];
31
+ }
32
+ }
33
+ }
34
+ return target;
35
+ };
36
+ return _extends.apply(this, arguments);
37
+ }
38
+ var SvgQuantumApplication = function SvgQuantumApplication2(props) {
39
+ return /* @__PURE__ */ React__namespace.createElement("svg", _extends({
40
+ xmlns: "http://www.w3.org/2000/svg",
41
+ width: 64,
42
+ height: 64,
43
+ fill: "none",
44
+ viewBox: "0 0 64 64"
45
+ }, props), _g || (_g = /* @__PURE__ */ React__namespace.createElement("g", {
46
+ className: "quantum-application"
47
+ }, /* @__PURE__ */ React__namespace.createElement("g", {
48
+ className: ".Square"
49
+ }, /* @__PURE__ */ React__namespace.createElement("g", {
50
+ fill: "#F1EEFC",
51
+ className: "fillWeak"
52
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
53
+ 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"
54
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
55
+ fillRule: "evenodd",
56
+ d: "M48 2H16C8.268 2 2 8.268 2 16v32c0 7.732 6.268 14 14 14h32c7.732 0 14-6.268 14-14V16c0-7.732-6.268-14-14-14M16 0C7.163 0 0 7.163 0 16v32c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16V16c0-8.837-7.163-16-16-16z",
57
+ clipRule: "evenodd"
58
+ }))), /* @__PURE__ */ React__namespace.createElement("g", {
59
+ fill: "#521094",
60
+ fillRule: "evenodd",
61
+ className: "fill",
62
+ clipRule: "evenodd"
63
+ }, /* @__PURE__ */ React__namespace.createElement("path", {
64
+ d: "M23.987 21.556a1 1 0 0 1-.452 1.34l-7.284 3.612 15.926 7.898 15.608-7.898-6.875-3.479a1 1 0 0 1 .903-1.784l8.639 4.37a1 1 0 0 1 .548.893v19.836a1 1 0 0 1-.563.9L32.619 55.9a1 1 0 0 1-.867.003L13.57 47.247a1 1 0 0 1-.57-.903V26.508a1 1 0 0 1 .556-.896l9.09-4.508a1 1 0 0 1 1.34.452ZM49 28.135l-15.818 8.004v17.264L49 45.718zM31.182 53.416V36.145L15 28.12v17.593z"
65
+ }), /* @__PURE__ */ React__namespace.createElement("path", {
66
+ d: "M32 16a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-4 2a4 4 0 1 1 8 0 4 4 0 0 1-8 0"
67
+ })), /* @__PURE__ */ React__namespace.createElement("path", {
68
+ fill: "#A060F6",
69
+ fillRule: "evenodd",
70
+ d: "M27.498 16.004a1 1 0 0 1-.936 1.06c-2.474.155-4.543.41-5.974.722q-.378.082-.679.165c.594.163 1.38.32 2.336.46 2.473.361 5.922.589 9.755.589s7.282-.228 9.755-.59c.957-.14 1.742-.296 2.336-.459q-.3-.082-.68-.165c-1.43-.311-3.499-.567-5.974-.722a1 1 0 0 1 .126-1.996c2.523.158 4.704.422 6.274.764.776.169 1.457.368 1.965.607.251.12.515.273.73.48.217.208.468.555.468 1.032 0 .636-.434 1.034-.703 1.226-.3.215-.679.381-1.07.517-.796.275-1.893.507-3.183.695C39.45 20.77 35.9 21 32 21c-3.899 0-7.45-.23-10.044-.61-1.29-.19-2.387-.42-3.183-.696-.391-.136-.77-.302-1.07-.517-.269-.192-.703-.59-.703-1.226 0-.477.251-.824.467-1.032.216-.207.48-.36.731-.48.508-.24 1.189-.438 1.965-.607 1.57-.342 3.751-.606 6.274-.764a1 1 0 0 1 1.061.936M45.16 17.53l-.01.01zm-26.32 0 .01.01zm6.546-7.03q.196.038.414.074c1.56.26 3.752.426 6.2.426s4.64-.166 6.2-.426q.218-.036.414-.074a16 16 0 0 0-.414-.074C36.64 10.166 34.448 10 32 10s-4.64.166-6.2.426q-.217.036-.415.074Zm.086-2.047C27.17 8.17 29.477 8 32 8s4.83.17 6.528.453c.841.14 1.58.316 2.131.533.271.106.556.246.79.436.221.18.551.538.551 1.078s-.33.897-.551 1.078c-.234.19-.519.33-.79.436-.551.218-1.29.393-2.13.533C36.83 12.83 34.522 13 32 13s-4.83-.17-6.528-.453c-.841-.14-1.58-.316-2.131-.533a3 3 0 0 1-.79-.436C22.33 11.398 22 11.04 22 10.5s.33-.897.551-1.078c.235-.19.519-.33.79-.436.551-.217 1.29-.393 2.13-.533ZM25.386 25.5q.196.038.414.074c1.56.26 3.752.426 6.2.426s4.64-.166 6.2-.426q.218-.036.414-.074a16 16 0 0 0-.414-.074C36.64 25.166 34.448 25 32 25s-4.64.166-6.2.426q-.217.036-.415.074Zm.086-2.047C27.17 23.17 29.477 23 32 23s4.83.17 6.528.453c.841.14 1.58.316 2.131.533.271.106.556.246.79.436.221.18.551.538.551 1.078s-.33.897-.551 1.078c-.234.19-.519.33-.79.436-.551.218-1.29.393-2.13.533C36.83 27.83 34.522 28 32 28s-4.83-.17-6.528-.453c-.841-.14-1.58-.316-2.131-.533a3 3 0 0 1-.79-.436C22.33 26.398 22 26.04 22 25.5s.33-.897.551-1.078c.235-.19.519-.33.79-.436.551-.218 1.29-.393 2.13-.533Z",
71
+ className: "fillStrong",
72
+ clipRule: "evenodd"
73
+ }))));
74
+ };
75
+ var Memo = /* @__PURE__ */ React.memo(SvgQuantumApplication);
76
+ exports.ReactComponent = Memo;