@ultraviolet/icons 3.4.3 → 3.6.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.
Files changed (23) hide show
  1. package/dist/components/Icon/__generatedIcons__/AdjustmentsHorizontalIcon.cjs +11 -0
  2. package/dist/components/Icon/__generatedIcons__/AdjustmentsHorizontalIcon.d.ts +2 -0
  3. package/dist/components/Icon/__generatedIcons__/AdjustmentsHorizontalIcon.js +11 -0
  4. package/dist/components/Icon/__generatedIcons__/AdjustmentsHorizontalOutlineIcon.cjs +11 -0
  5. package/dist/components/Icon/__generatedIcons__/AdjustmentsHorizontalOutlineIcon.d.ts +2 -0
  6. package/dist/components/Icon/__generatedIcons__/AdjustmentsHorizontalOutlineIcon.js +11 -0
  7. package/dist/components/Icon/__generatedIcons__/index.d.ts +2 -0
  8. package/dist/components/Logo/__generatedIcons__/GithubLogo.d.ts +2 -0
  9. package/dist/components/ProductIcon/__generatedIcons__/GpuServersProductIcon.cjs +18 -0
  10. package/dist/components/ProductIcon/__generatedIcons__/GpuServersProductIcon.d.ts +2 -0
  11. package/dist/components/ProductIcon/__generatedIcons__/GpuServersProductIcon.js +18 -0
  12. package/dist/components/ProductIcon/__generatedIcons__/InstanceScallingGroupsProductIcon.cjs +22 -0
  13. package/dist/components/ProductIcon/__generatedIcons__/InstanceScallingGroupsProductIcon.d.ts +2 -0
  14. package/dist/components/ProductIcon/__generatedIcons__/InstanceScallingGroupsProductIcon.js +22 -0
  15. package/dist/components/ProductIcon/__generatedIcons__/MacMiniM4ProductIcon.cjs +21 -0
  16. package/dist/components/ProductIcon/__generatedIcons__/MacMiniM4ProductIcon.d.ts +2 -0
  17. package/dist/components/ProductIcon/__generatedIcons__/MacMiniM4ProductIcon.js +21 -0
  18. package/dist/components/ProductIcon/__generatedIcons__/index.d.ts +3 -0
  19. package/dist/components/ProductIcon/index.cjs +6 -0
  20. package/dist/components/ProductIcon/index.js +6 -0
  21. package/dist/index.cjs +4 -0
  22. package/dist/index.js +4 -0
  23. package/package.json +2 -2
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@emotion/react/jsx-runtime");
4
+ const Icon = require("../Icon.cjs");
5
+ const AdjustmentsHorizontalIcon = ({
6
+ ...props
7
+ }) => (
8
+ // eslint-disable-next-line react/jsx-props-no-spreading
9
+ /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10 4a2 2 0 1 0-4 0 2 2 0 0 0 4 0m7.25.75a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0 0 1.5zM5 4a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 5 4m-.75 13.25a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5zm13 0a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0 0 1.5zm-8.25-7a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1 0-1.5h5.5a.75.75 0 0 1 .75.75m8.25.75a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5zM14 10.25a2 2 0 1 0-4 0 2 2 0 0 0 4 0m-4 6.25a2 2 0 1 0-4 0 2 2 0 0 0 4 0" }) })
10
+ );
11
+ exports.AdjustmentsHorizontalIcon = AdjustmentsHorizontalIcon;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from '../Icon';
2
+ export declare const AdjustmentsHorizontalIcon: ({ ...props }: Omit<IconProps, "children">) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1,11 @@
1
+ import { jsx } from "@emotion/react/jsx-runtime";
2
+ import { Icon } from "../Icon.js";
3
+ const AdjustmentsHorizontalIcon = ({
4
+ ...props
5
+ }) => (
6
+ // eslint-disable-next-line react/jsx-props-no-spreading
7
+ /* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsx("path", { d: "M10 4a2 2 0 1 0-4 0 2 2 0 0 0 4 0m7.25.75a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0 0 1.5zM5 4a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 5 4m-.75 13.25a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5zm13 0a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0 0 1.5zm-8.25-7a.75.75 0 0 1-.75.75h-5.5a.75.75 0 0 1 0-1.5h5.5a.75.75 0 0 1 .75.75m8.25.75a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 0 0 1.5zM14 10.25a2 2 0 1 0-4 0 2 2 0 0 0 4 0m-4 6.25a2 2 0 1 0-4 0 2 2 0 0 0 4 0" }) })
8
+ );
9
+ export {
10
+ AdjustmentsHorizontalIcon
11
+ };
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@emotion/react/jsx-runtime");
4
+ const Icon = require("../Icon.cjs");
5
+ const AdjustmentsHorizontalOutlineIcon = ({
6
+ ...props
7
+ }) => (
8
+ // eslint-disable-next-line react/jsx-props-no-spreading
9
+ /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7 3.5A.75.75 0 1 0 7 5a.75.75 0 0 0 0-1.5m-2.122 0a2.25 2.25 0 0 1 4.244 0h9.128a.75.75 0 0 1 0 1.5H9.122a2.25 2.25 0 0 1-4.244 0H1.75a.75.75 0 0 1 0-1.5zM13 9.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-2.122 0a2.251 2.251 0 0 1 4.244 0h3.128a.75.75 0 0 1 0 1.5h-3.128a2.251 2.251 0 0 1-4.244 0H1.75a.75.75 0 0 1 0-1.5zM7 15.5A.75.75 0 1 0 7 17a.75.75 0 0 0 0-1.5m-2.122 0a2.25 2.25 0 0 1 4.244 0h9.128a.75.75 0 0 1 0 1.5H9.122a2.25 2.25 0 0 1-4.244 0H1.75a.75.75 0 0 1 0-1.5z" }) })
10
+ );
11
+ exports.AdjustmentsHorizontalOutlineIcon = AdjustmentsHorizontalOutlineIcon;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from '../Icon';
2
+ export declare const AdjustmentsHorizontalOutlineIcon: ({ ...props }: Omit<IconProps, "children">) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1,11 @@
1
+ import { jsx } from "@emotion/react/jsx-runtime";
2
+ import { Icon } from "../Icon.js";
3
+ const AdjustmentsHorizontalOutlineIcon = ({
4
+ ...props
5
+ }) => (
6
+ // eslint-disable-next-line react/jsx-props-no-spreading
7
+ /* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsx("path", { d: "M7 3.5A.75.75 0 1 0 7 5a.75.75 0 0 0 0-1.5m-2.122 0a2.25 2.25 0 0 1 4.244 0h9.128a.75.75 0 0 1 0 1.5H9.122a2.25 2.25 0 0 1-4.244 0H1.75a.75.75 0 0 1 0-1.5zM13 9.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-2.122 0a2.251 2.251 0 0 1 4.244 0h3.128a.75.75 0 0 1 0 1.5h-3.128a2.251 2.251 0 0 1-4.244 0H1.75a.75.75 0 0 1 0-1.5zM7 15.5A.75.75 0 1 0 7 17a.75.75 0 0 0 0-1.5m-2.122 0a2.25 2.25 0 0 1 4.244 0h9.128a.75.75 0 0 1 0 1.5H9.122a2.25 2.25 0 0 1-4.244 0H1.75a.75.75 0 0 1 0-1.5z" }) })
8
+ );
9
+ export {
10
+ AdjustmentsHorizontalOutlineIcon
11
+ };
@@ -64,6 +64,7 @@ export { WestShortIcon } from './WestShortIcon';
64
64
  export { WestIcon } from './WestIcon';
65
65
  export { YoutubeIcon } from './YoutubeIcon';
66
66
  export { AddressOutlineIcon } from './AddressOutlineIcon';
67
+ export { AdjustmentsHorizontalOutlineIcon } from './AdjustmentsHorizontalOutlineIcon';
67
68
  export { AlertCircleOutlineIcon } from './AlertCircleOutlineIcon';
68
69
  export { AutoFixOutlineIcon } from './AutoFixOutlineIcon';
69
70
  export { BookOpenOutlineOutlineIcon } from './BookOpenOutlineOutlineIcon';
@@ -115,6 +116,7 @@ export { UnlockOutlineIcon } from './UnlockOutlineIcon';
115
116
  export { UnpinOutlineIcon } from './UnpinOutlineIcon';
116
117
  export { WeatherNightOutlineIcon } from './WeatherNightOutlineIcon';
117
118
  export { AddressIcon } from './AddressIcon';
119
+ export { AdjustmentsHorizontalIcon } from './AdjustmentsHorizontalIcon';
118
120
  export { AlertCircleIcon } from './AlertCircleIcon';
119
121
  export { AutoFixIcon } from './AutoFixIcon';
120
122
  export { BookOpenOutlineIcon } from './BookOpenOutlineIcon';
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from '../Icon';
2
+ export declare const GithubLogo: ({ ...props }: Omit<IconProps, "children">) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@emotion/react/jsx-runtime");
4
+ const Icon = require("../Icon.cjs");
5
+ const GpuServersProductIcon = ({
6
+ ...props
7
+ }) => (
8
+ // eslint-disable-next-line react/jsx-props-no-spreading
9
+ /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsxs("g", { className: "sentiment=primary, size=xlarge, disabled=false", children: [
10
+ /* @__PURE__ */ jsxRuntime.jsx("g", { className: ".Square", children: /* @__PURE__ */ jsxRuntime.jsxs("g", { className: "fillWeak", children: [
11
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#F1EEFC", 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 48V16Z" }),
12
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#F1EEFC", fillRule: "evenodd", 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-14ZM16 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-16H16Z", clipRule: "evenodd" })
13
+ ] }) }),
14
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#521094", fillRule: "evenodd", d: "M14 27.04c.248.22.518.424.809.606l10.287 6.459a13.27 13.27 0 0 0 14.112 0l10.288-6.459c.286-.18.556-.383.807-.607v15.349l-.01.235a3.996 3.996 0 0 1-1.86 3.064l-10.288 6.459-.291.177a11.27 11.27 0 0 1-11.695-.177l-10.287-6.459-.195-.13A3.993 3.993 0 0 1 14 42.234V27.04Zm-1.999-4.59a5.98 5.98 0 0 0 0 .225v19.79a5.986 5.986 0 0 0 2.808 4.916l10.287 6.459.302.184a13.27 13.27 0 0 0 13.81-.184l10.288-6.459.25-.166a5.996 5.996 0 0 0 2.557-4.811V22.67a6.202 6.202 0 0 0 0-.193v-.174h-.005a5.99 5.99 0 0 0-2.802-4.813l-10.288-6.458a13.27 13.27 0 0 0-14.112 0L14.809 17.49a5.995 5.995 0 0 0-2.803 4.813H12v.148Zm2.04.69a3.995 3.995 0 0 1 1.83-3.956l10.288-6.459a11.27 11.27 0 0 1 11.986 0l5.143 3.23 5.144 3.229a3.996 3.996 0 0 1 0 6.768l-10.287 6.46a11.27 11.27 0 0 1-11.986 0l-10.287-6.46a3.987 3.987 0 0 1-1.83-2.812Z", className: "fill", clipRule: "evenodd" }),
15
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#A060F6", fillRule: "evenodd", d: "M47.114 37.605a1 1 0 0 0-1.378-.315l-8.638 5.423-.277.167a9.303 9.303 0 0 1-9.616-.167l-8.637-5.423-.102-.056a1 1 0 0 0-.962 1.75l8.638 5.423.292.177a11.303 11.303 0 0 0 11.728-.177l8.637-5.423.095-.068a1 1 0 0 0 .22-1.31ZM30.54 21.092c-1.646-.783-2.343-2.579-1.543-4.085.169-.318.317-.59.42-.762.1-.17.267-.429.463-.726.953-1.443 3.015-1.932 4.669-1.145.647.308.83 1.063.384 1.584l-1.587 1.85c-.124.143-.22.305-.285.478l-.821 2.199c-.235.629-1.046.918-1.7.607Zm-5.077 3.74c1.684.715 3.69.092 4.566-1.381.348-.586.024-1.31-.679-1.521l-2.458-.735a1.912 1.912 0 0 1-.534-.255l-2.068-1.42c-.581-.4-1.425-.236-1.77.344-.879 1.48-.332 3.325 1.28 4.177.333.176.621.324.811.415.193.092.497.224.852.375Zm8.745 3.161c.8-1.506.103-3.302-1.543-4.085-.654-.311-1.465-.022-1.7.607l-.821 2.2a1.59 1.59 0 0 1-.285.478l-1.587 1.85c-.446.52-.263 1.275.384 1.583 1.654.787 3.716.298 4.669-1.145.196-.298.362-.556.463-.726.103-.172.252-.444.42-.762Zm3.534-7.824c-1.684-.716-3.69-.093-4.566 1.38-.348.586-.024 1.31.679 1.521l2.458.735c.192.058.373.144.534.255l2.068 1.42c.581.4 1.425.236 1.77-.344.879-1.48.332-3.325-1.28-4.177a24.655 24.655 0 0 0-.811-.415 25.003 25.003 0 0 0-.852-.375Z", className: "fillStrong", clipRule: "evenodd" })
16
+ ] }) })
17
+ );
18
+ exports.GpuServersProductIcon = GpuServersProductIcon;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from '../Icon';
2
+ export declare const GpuServersProductIcon: ({ ...props }: Omit<IconProps, "children">) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1,18 @@
1
+ import { jsx, jsxs } from "@emotion/react/jsx-runtime";
2
+ import { Icon } from "../Icon.js";
3
+ const GpuServersProductIcon = ({
4
+ ...props
5
+ }) => (
6
+ // eslint-disable-next-line react/jsx-props-no-spreading
7
+ /* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsxs("g", { className: "sentiment=primary, size=xlarge, disabled=false", children: [
8
+ /* @__PURE__ */ jsx("g", { className: ".Square", children: /* @__PURE__ */ jsxs("g", { className: "fillWeak", children: [
9
+ /* @__PURE__ */ jsx("path", { fill: "#F1EEFC", 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 48V16Z" }),
10
+ /* @__PURE__ */ jsx("path", { fill: "#F1EEFC", fillRule: "evenodd", 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-14ZM16 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-16H16Z", clipRule: "evenodd" })
11
+ ] }) }),
12
+ /* @__PURE__ */ jsx("path", { fill: "#521094", fillRule: "evenodd", d: "M14 27.04c.248.22.518.424.809.606l10.287 6.459a13.27 13.27 0 0 0 14.112 0l10.288-6.459c.286-.18.556-.383.807-.607v15.349l-.01.235a3.996 3.996 0 0 1-1.86 3.064l-10.288 6.459-.291.177a11.27 11.27 0 0 1-11.695-.177l-10.287-6.459-.195-.13A3.993 3.993 0 0 1 14 42.234V27.04Zm-1.999-4.59a5.98 5.98 0 0 0 0 .225v19.79a5.986 5.986 0 0 0 2.808 4.916l10.287 6.459.302.184a13.27 13.27 0 0 0 13.81-.184l10.288-6.459.25-.166a5.996 5.996 0 0 0 2.557-4.811V22.67a6.202 6.202 0 0 0 0-.193v-.174h-.005a5.99 5.99 0 0 0-2.802-4.813l-10.288-6.458a13.27 13.27 0 0 0-14.112 0L14.809 17.49a5.995 5.995 0 0 0-2.803 4.813H12v.148Zm2.04.69a3.995 3.995 0 0 1 1.83-3.956l10.288-6.459a11.27 11.27 0 0 1 11.986 0l5.143 3.23 5.144 3.229a3.996 3.996 0 0 1 0 6.768l-10.287 6.46a11.27 11.27 0 0 1-11.986 0l-10.287-6.46a3.987 3.987 0 0 1-1.83-2.812Z", className: "fill", clipRule: "evenodd" }),
13
+ /* @__PURE__ */ jsx("path", { fill: "#A060F6", fillRule: "evenodd", d: "M47.114 37.605a1 1 0 0 0-1.378-.315l-8.638 5.423-.277.167a9.303 9.303 0 0 1-9.616-.167l-8.637-5.423-.102-.056a1 1 0 0 0-.962 1.75l8.638 5.423.292.177a11.303 11.303 0 0 0 11.728-.177l8.637-5.423.095-.068a1 1 0 0 0 .22-1.31ZM30.54 21.092c-1.646-.783-2.343-2.579-1.543-4.085.169-.318.317-.59.42-.762.1-.17.267-.429.463-.726.953-1.443 3.015-1.932 4.669-1.145.647.308.83 1.063.384 1.584l-1.587 1.85c-.124.143-.22.305-.285.478l-.821 2.199c-.235.629-1.046.918-1.7.607Zm-5.077 3.74c1.684.715 3.69.092 4.566-1.381.348-.586.024-1.31-.679-1.521l-2.458-.735a1.912 1.912 0 0 1-.534-.255l-2.068-1.42c-.581-.4-1.425-.236-1.77.344-.879 1.48-.332 3.325 1.28 4.177.333.176.621.324.811.415.193.092.497.224.852.375Zm8.745 3.161c.8-1.506.103-3.302-1.543-4.085-.654-.311-1.465-.022-1.7.607l-.821 2.2a1.59 1.59 0 0 1-.285.478l-1.587 1.85c-.446.52-.263 1.275.384 1.583 1.654.787 3.716.298 4.669-1.145.196-.298.362-.556.463-.726.103-.172.252-.444.42-.762Zm3.534-7.824c-1.684-.716-3.69-.093-4.566 1.38-.348.586-.024 1.31.679 1.521l2.458.735c.192.058.373.144.534.255l2.068 1.42c.581.4 1.425.236 1.77-.344.879-1.48.332-3.325-1.28-4.177a24.655 24.655 0 0 0-.811-.415 25.003 25.003 0 0 0-.852-.375Z", className: "fillStrong", clipRule: "evenodd" })
14
+ ] }) })
15
+ );
16
+ export {
17
+ GpuServersProductIcon
18
+ };
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@emotion/react/jsx-runtime");
4
+ const Icon = require("../Icon.cjs");
5
+ const InstanceScallingGroupsProductIcon = ({
6
+ ...props
7
+ }) => (
8
+ // eslint-disable-next-line react/jsx-props-no-spreading
9
+ /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsxs("g", { className: "sentiment=primary, size=xlarge, disabled=false", children: [
10
+ /* @__PURE__ */ jsxRuntime.jsx("g", { className: ".Square", children: /* @__PURE__ */ jsxRuntime.jsxs("g", { className: "fillWeak", children: [
11
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#F1EEFC", 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 48V16Z" }),
12
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#F1EEFC", fillRule: "evenodd", 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-14ZM16 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-16H16Z", clipRule: "evenodd" })
13
+ ] }) }),
14
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#A060F6", d: "M10 15a5 5 0 0 1 5-5h22.25a1 1 0 1 1 0 2H15a3 3 0 0 0-3 3v1a1 1 0 1 1-2 0v-1Zm43 10.75a1 1 0 0 1 1 1V49a5 5 0 0 1-5 5h-1a1 1 0 1 1 0-2h1a3 3 0 0 0 3-3V26.75a1 1 0 0 1 1-1ZM15 18c-.446 0-.88.059-1.294.17a1 1 0 1 0 .517 1.931c.246-.066.507-.101.777-.101h.969a1 1 0 0 0 0-2H15Zm3.844 1a1 1 0 0 1 1-1h1.937a1 1 0 1 1 0 2h-1.937a1 1 0 0 1-1-1Zm6.812-1a1 1 0 0 0 0 2h1.938a1 1 0 0 0 0-2h-1.938Zm4.813 1a1 1 0 0 1 1-1h1.937a1 1 0 1 1 0 2H31.47a1 1 0 0 1-1-1Zm6.812-1a1 1 0 0 0 0 2h.969a1 1 0 1 0 0-2h-.969Zm-25.887 2.998a1 1 0 0 1 .707 1.225A3.004 3.004 0 0 0 12 23v1.083a1 1 0 1 1-2 0V23c0-.446.059-.88.17-1.294a1 1 0 0 1 1.224-.708ZM46 26.75a1 1 0 1 0-2 0v.927a1 1 0 1 0 2 0v-.927Zm-35.992 3.962a4.983 4.983 0 0 1 1.412-3.203 1 1 0 0 0-1.42.908v2.166c0 .044.003.087.008.129Zm23.28 23.28c.042.005.085.008.129.008h2.166a1 1 0 0 0 .908-1.42 4.983 4.983 0 0 1-3.203 1.412ZM46 31.385a1 1 0 1 0-2 0v1.855a1 1 0 1 0 2 0v-1.855Zm0 5.563a1 1 0 1 0-2 0v1.854a1 1 0 1 0 2 0v-1.854Zm0 5.562a1 1 0 1 0-2 0v1.855a1 1 0 1 0 2 0V42.51Zm0 5.563a1 1 0 1 0-2 0V49c0 .27-.035.53-.102.777a1 1 0 0 0 1.933.517c.11-.414.169-.848.169-1.294v-.927Zm-3.706 5.757a1 1 0 1 0-.517-1.931A3.004 3.004 0 0 1 41 52h-1.083a1 1 0 1 0 0 2H41c.446 0 .88-.059 1.294-.17Z", className: "fillStrong" }),
15
+ /* @__PURE__ */ jsxRuntime.jsxs("g", { className: "fill", children: [
16
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#521094", d: "M43 11a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v9a1 1 0 1 1-2 0v-6.586L35.414 30H40a1 1 0 1 1 0 2h-7a1 1 0 0 1-1-1v-7a1 1 0 1 1 2 0v4.586L50.586 12H44a1 1 0 0 1-1-1Z" }),
17
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#521094", d: "M12 31a3 3 0 0 1 3-3h12a1 1 0 1 0 0-2H15a5 5 0 0 0-5 5v18a5 5 0 0 0 5 5h18a5 5 0 0 0 5-5V37a1 1 0 1 0-2 0v12a3 3 0 0 1-3 3H15a3 3 0 0 1-3-3V31Z" }),
18
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#521094", fillRule: "evenodd", d: "M21 34a3 3 0 0 0-3 3h-2a1 1 0 1 0 0 2h2v2h-2a1 1 0 1 0 0 2h2a3 3 0 0 0 3 3v2a1 1 0 1 0 2 0v-2h2v2a1 1 0 1 0 2 0v-2a3 3 0 0 0 3-3h2a1 1 0 1 0 0-2h-2v-2h2a1 1 0 1 0 0-2h-2a3 3 0 0 0-3-3v-2a1 1 0 1 0-2 0v2h-2v-2a1 1 0 1 0-2 0v2Zm7 3a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6Z", clipRule: "evenodd" })
19
+ ] })
20
+ ] }) })
21
+ );
22
+ exports.InstanceScallingGroupsProductIcon = InstanceScallingGroupsProductIcon;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from '../Icon';
2
+ export declare const InstanceScallingGroupsProductIcon: ({ ...props }: Omit<IconProps, "children">) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1,22 @@
1
+ import { jsx, jsxs } from "@emotion/react/jsx-runtime";
2
+ import { Icon } from "../Icon.js";
3
+ const InstanceScallingGroupsProductIcon = ({
4
+ ...props
5
+ }) => (
6
+ // eslint-disable-next-line react/jsx-props-no-spreading
7
+ /* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsxs("g", { className: "sentiment=primary, size=xlarge, disabled=false", children: [
8
+ /* @__PURE__ */ jsx("g", { className: ".Square", children: /* @__PURE__ */ jsxs("g", { className: "fillWeak", children: [
9
+ /* @__PURE__ */ jsx("path", { fill: "#F1EEFC", 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 48V16Z" }),
10
+ /* @__PURE__ */ jsx("path", { fill: "#F1EEFC", fillRule: "evenodd", 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-14ZM16 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-16H16Z", clipRule: "evenodd" })
11
+ ] }) }),
12
+ /* @__PURE__ */ jsx("path", { fill: "#A060F6", d: "M10 15a5 5 0 0 1 5-5h22.25a1 1 0 1 1 0 2H15a3 3 0 0 0-3 3v1a1 1 0 1 1-2 0v-1Zm43 10.75a1 1 0 0 1 1 1V49a5 5 0 0 1-5 5h-1a1 1 0 1 1 0-2h1a3 3 0 0 0 3-3V26.75a1 1 0 0 1 1-1ZM15 18c-.446 0-.88.059-1.294.17a1 1 0 1 0 .517 1.931c.246-.066.507-.101.777-.101h.969a1 1 0 0 0 0-2H15Zm3.844 1a1 1 0 0 1 1-1h1.937a1 1 0 1 1 0 2h-1.937a1 1 0 0 1-1-1Zm6.812-1a1 1 0 0 0 0 2h1.938a1 1 0 0 0 0-2h-1.938Zm4.813 1a1 1 0 0 1 1-1h1.937a1 1 0 1 1 0 2H31.47a1 1 0 0 1-1-1Zm6.812-1a1 1 0 0 0 0 2h.969a1 1 0 1 0 0-2h-.969Zm-25.887 2.998a1 1 0 0 1 .707 1.225A3.004 3.004 0 0 0 12 23v1.083a1 1 0 1 1-2 0V23c0-.446.059-.88.17-1.294a1 1 0 0 1 1.224-.708ZM46 26.75a1 1 0 1 0-2 0v.927a1 1 0 1 0 2 0v-.927Zm-35.992 3.962a4.983 4.983 0 0 1 1.412-3.203 1 1 0 0 0-1.42.908v2.166c0 .044.003.087.008.129Zm23.28 23.28c.042.005.085.008.129.008h2.166a1 1 0 0 0 .908-1.42 4.983 4.983 0 0 1-3.203 1.412ZM46 31.385a1 1 0 1 0-2 0v1.855a1 1 0 1 0 2 0v-1.855Zm0 5.563a1 1 0 1 0-2 0v1.854a1 1 0 1 0 2 0v-1.854Zm0 5.562a1 1 0 1 0-2 0v1.855a1 1 0 1 0 2 0V42.51Zm0 5.563a1 1 0 1 0-2 0V49c0 .27-.035.53-.102.777a1 1 0 0 0 1.933.517c.11-.414.169-.848.169-1.294v-.927Zm-3.706 5.757a1 1 0 1 0-.517-1.931A3.004 3.004 0 0 1 41 52h-1.083a1 1 0 1 0 0 2H41c.446 0 .88-.059 1.294-.17Z", className: "fillStrong" }),
13
+ /* @__PURE__ */ jsxs("g", { className: "fill", children: [
14
+ /* @__PURE__ */ jsx("path", { fill: "#521094", d: "M43 11a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v9a1 1 0 1 1-2 0v-6.586L35.414 30H40a1 1 0 1 1 0 2h-7a1 1 0 0 1-1-1v-7a1 1 0 1 1 2 0v4.586L50.586 12H44a1 1 0 0 1-1-1Z" }),
15
+ /* @__PURE__ */ jsx("path", { fill: "#521094", d: "M12 31a3 3 0 0 1 3-3h12a1 1 0 1 0 0-2H15a5 5 0 0 0-5 5v18a5 5 0 0 0 5 5h18a5 5 0 0 0 5-5V37a1 1 0 1 0-2 0v12a3 3 0 0 1-3 3H15a3 3 0 0 1-3-3V31Z" }),
16
+ /* @__PURE__ */ jsx("path", { fill: "#521094", fillRule: "evenodd", d: "M21 34a3 3 0 0 0-3 3h-2a1 1 0 1 0 0 2h2v2h-2a1 1 0 1 0 0 2h2a3 3 0 0 0 3 3v2a1 1 0 1 0 2 0v-2h2v2a1 1 0 1 0 2 0v-2a3 3 0 0 0 3-3h2a1 1 0 1 0 0-2h-2v-2h2a1 1 0 1 0 0-2h-2a3 3 0 0 0-3-3v-2a1 1 0 1 0-2 0v2h-2v-2a1 1 0 1 0-2 0v2Zm7 3a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6Z", clipRule: "evenodd" })
17
+ ] })
18
+ ] }) })
19
+ );
20
+ export {
21
+ InstanceScallingGroupsProductIcon
22
+ };
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("@emotion/react/jsx-runtime");
4
+ const Icon = require("../Icon.cjs");
5
+ const MacMiniM4ProductIcon = ({
6
+ ...props
7
+ }) => (
8
+ // eslint-disable-next-line react/jsx-props-no-spreading
9
+ /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsxs("g", { className: "sentiment=primary, size=xlarge, disabled=false", children: [
10
+ /* @__PURE__ */ jsxRuntime.jsx("g", { className: ".Square", children: /* @__PURE__ */ jsxRuntime.jsxs("g", { className: "fillWeak", children: [
11
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#F1EEFC", 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 48V16Z" }),
12
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#F1EEFC", fillRule: "evenodd", 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-14ZM16 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-16H16Z", clipRule: "evenodd" })
13
+ ] }) }),
14
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#521094", fillRule: "evenodd", d: "M40 8.5c5.523 0 10 4.477 10 10v16c0 5.523-4.477 10-10 10h-7v5.17a3.009 3.009 0 0 1 1.83 1.83h13.334a1 1 0 0 1 .117 1.993l-.117.007H34.83a3.001 3.001 0 0 1-5.658 0H15a1 1 0 0 1-.117-1.993L15 51.5h14.171A3.009 3.009 0 0 1 31 49.67V44.5h-7c-5.523 0-10-4.477-10-10v-16c0-5.523 4.477-10 10-10h16Zm-8 34h-8l-.25-.004A8 8 0 0 1 16 34.5v-16l.004-.25A8 8 0 0 1 24 10.5h16l.25.004A8 8 0 0 1 48 18.5v16l-.004.25A8 8 0 0 1 40 42.5h-8Zm0 9a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z", className: "fill", clipRule: "evenodd" }),
15
+ /* @__PURE__ */ jsxRuntime.jsxs("g", { className: "fillStrong", children: [
16
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#A060F6", fillRule: "evenodd", d: "M45 18.5a5 5 0 0 0-5-5H24a5 5 0 0 0-5 5v16a5 5 0 0 0 5 5h16a5 5 0 0 0 5-5v-16Zm-21-3h16l.176.005A3 3 0 0 1 43 18.5v16l-.005.176A3 3 0 0 1 40 37.5H24l-.176-.005A3 3 0 0 1 21 34.5v-16l.005-.176A3 3 0 0 1 24 15.5Z", clipRule: "evenodd" }),
17
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#A060F6", d: "M34.15 28.981v-1.176L37.192 23h1.87v4.78h.909v1.201h-.908v1.294h-1.431v-1.294H34.15Zm3.511-1.2v-3.14h-.059l-1.948 3.08v.06h2.007ZM25 30.275V23h2.285l1.182 3.34c.049.153.104.353.166.6.062.248.125.515.19.801.069.283.13.557.186.82a49.108 49.108 0 0 1 .37-1.616c.063-.247.118-.449.167-.605L30.708 23h2.295v7.275h-1.5v-3.432c0-.183.004-.415.01-.698.01-.284.019-.588.025-.914.01-.325.016-.64.02-.947-.082.326-.168.653-.26.982a38.1 38.1 0 0 1-.253.908 20.23 20.23 0 0 1-.21.669l-1.206 3.432h-1.255l-1.226-3.432a27.339 27.339 0 0 1-.205-.65l-.254-.879c-.09-.322-.179-.646-.263-.971l.02.918c.01.316.017.613.024.893.006.277.01.506.01.689v3.432H25Z" })
18
+ ] })
19
+ ] }) })
20
+ );
21
+ exports.MacMiniM4ProductIcon = MacMiniM4ProductIcon;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from '../Icon';
2
+ export declare const MacMiniM4ProductIcon: ({ ...props }: Omit<IconProps, "children">) => import("@emotion/react/jsx-runtime").JSX.Element;
@@ -0,0 +1,21 @@
1
+ import { jsx, jsxs } from "@emotion/react/jsx-runtime";
2
+ import { Icon } from "../Icon.js";
3
+ const MacMiniM4ProductIcon = ({
4
+ ...props
5
+ }) => (
6
+ // eslint-disable-next-line react/jsx-props-no-spreading
7
+ /* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsxs("g", { className: "sentiment=primary, size=xlarge, disabled=false", children: [
8
+ /* @__PURE__ */ jsx("g", { className: ".Square", children: /* @__PURE__ */ jsxs("g", { className: "fillWeak", children: [
9
+ /* @__PURE__ */ jsx("path", { fill: "#F1EEFC", 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 48V16Z" }),
10
+ /* @__PURE__ */ jsx("path", { fill: "#F1EEFC", fillRule: "evenodd", 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-14ZM16 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-16H16Z", clipRule: "evenodd" })
11
+ ] }) }),
12
+ /* @__PURE__ */ jsx("path", { fill: "#521094", fillRule: "evenodd", d: "M40 8.5c5.523 0 10 4.477 10 10v16c0 5.523-4.477 10-10 10h-7v5.17a3.009 3.009 0 0 1 1.83 1.83h13.334a1 1 0 0 1 .117 1.993l-.117.007H34.83a3.001 3.001 0 0 1-5.658 0H15a1 1 0 0 1-.117-1.993L15 51.5h14.171A3.009 3.009 0 0 1 31 49.67V44.5h-7c-5.523 0-10-4.477-10-10v-16c0-5.523 4.477-10 10-10h16Zm-8 34h-8l-.25-.004A8 8 0 0 1 16 34.5v-16l.004-.25A8 8 0 0 1 24 10.5h16l.25.004A8 8 0 0 1 48 18.5v16l-.004.25A8 8 0 0 1 40 42.5h-8Zm0 9a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z", className: "fill", clipRule: "evenodd" }),
13
+ /* @__PURE__ */ jsxs("g", { className: "fillStrong", children: [
14
+ /* @__PURE__ */ jsx("path", { fill: "#A060F6", fillRule: "evenodd", d: "M45 18.5a5 5 0 0 0-5-5H24a5 5 0 0 0-5 5v16a5 5 0 0 0 5 5h16a5 5 0 0 0 5-5v-16Zm-21-3h16l.176.005A3 3 0 0 1 43 18.5v16l-.005.176A3 3 0 0 1 40 37.5H24l-.176-.005A3 3 0 0 1 21 34.5v-16l.005-.176A3 3 0 0 1 24 15.5Z", clipRule: "evenodd" }),
15
+ /* @__PURE__ */ jsx("path", { fill: "#A060F6", d: "M34.15 28.981v-1.176L37.192 23h1.87v4.78h.909v1.201h-.908v1.294h-1.431v-1.294H34.15Zm3.511-1.2v-3.14h-.059l-1.948 3.08v.06h2.007ZM25 30.275V23h2.285l1.182 3.34c.049.153.104.353.166.6.062.248.125.515.19.801.069.283.13.557.186.82a49.108 49.108 0 0 1 .37-1.616c.063-.247.118-.449.167-.605L30.708 23h2.295v7.275h-1.5v-3.432c0-.183.004-.415.01-.698.01-.284.019-.588.025-.914.01-.325.016-.64.02-.947-.082.326-.168.653-.26.982a38.1 38.1 0 0 1-.253.908 20.23 20.23 0 0 1-.21.669l-1.206 3.432h-1.255l-1.226-3.432a27.339 27.339 0 0 1-.205-.65l-.254-.879c-.09-.322-.179-.646-.263-.971l.02.918c.01.316.017.613.024.893.006.277.01.506.01.689v3.432H25Z" })
16
+ ] })
17
+ ] }) })
18
+ );
19
+ export {
20
+ MacMiniM4ProductIcon
21
+ };
@@ -62,6 +62,7 @@ export { FrontEndsProductIcon } from './FrontEndsProductIcon';
62
62
  export { FunctionsProductIcon } from './FunctionsProductIcon';
63
63
  export { GenerativeApiProductIcon } from './GenerativeApiProductIcon';
64
64
  export { GoldSupportProductIcon } from './GoldSupportProductIcon';
65
+ export { GpuServersProductIcon } from './GpuServersProductIcon';
65
66
  export { HubNetworksProductIcon } from './HubNetworksProductIcon';
66
67
  export { HubRoutesProductIcon } from './HubRoutesProductIcon';
67
68
  export { IamProductIcon } from './IamProductIcon';
@@ -75,6 +76,7 @@ export { InstanceEnterpriseProductIcon } from './InstanceEnterpriseProductIcon';
75
76
  export { InstanceGpuProductIcon } from './InstanceGpuProductIcon';
76
77
  export { InstanceLearnProductIcon } from './InstanceLearnProductIcon';
77
78
  export { InstancePopProductIcon } from './InstancePopProductIcon';
79
+ export { InstanceScallingGroupsProductIcon } from './InstanceScallingGroupsProductIcon';
78
80
  export { InstanceWopProductIcon } from './InstanceWopProductIcon';
79
81
  export { InstanceProductIcon } from './InstanceProductIcon';
80
82
  export { InterlinkProductIcon } from './InterlinkProductIcon';
@@ -91,6 +93,7 @@ export { KubernetesProductIcon } from './KubernetesProductIcon';
91
93
  export { LbProductIcon } from './LbProductIcon';
92
94
  export { LifeCycleRulesProductIcon } from './LifeCycleRulesProductIcon';
93
95
  export { MacMiniM2ProductIcon } from './MacMiniM2ProductIcon';
96
+ export { MacMiniM4ProductIcon } from './MacMiniM4ProductIcon';
94
97
  export { MacMiniProductIcon } from './MacMiniProductIcon';
95
98
  export { ManagedSearchDatabaseProductIcon } from './ManagedSearchDatabaseProductIcon';
96
99
  export { MonitoringProductIcon } from './MonitoringProductIcon';
@@ -59,6 +59,7 @@ const FrontEndsProductIcon = require("./__generatedIcons__/FrontEndsProductIcon.
59
59
  const FunctionsProductIcon = require("./__generatedIcons__/FunctionsProductIcon.cjs");
60
60
  const GenerativeApiProductIcon = require("./__generatedIcons__/GenerativeApiProductIcon.cjs");
61
61
  const GoldSupportProductIcon = require("./__generatedIcons__/GoldSupportProductIcon.cjs");
62
+ const GpuServersProductIcon = require("./__generatedIcons__/GpuServersProductIcon.cjs");
62
63
  const HubNetworksProductIcon = require("./__generatedIcons__/HubNetworksProductIcon.cjs");
63
64
  const HubRoutesProductIcon = require("./__generatedIcons__/HubRoutesProductIcon.cjs");
64
65
  const IamProductIcon = require("./__generatedIcons__/IamProductIcon.cjs");
@@ -72,6 +73,7 @@ const InstanceEnterpriseProductIcon = require("./__generatedIcons__/InstanceEnte
72
73
  const InstanceGpuProductIcon = require("./__generatedIcons__/InstanceGpuProductIcon.cjs");
73
74
  const InstanceLearnProductIcon = require("./__generatedIcons__/InstanceLearnProductIcon.cjs");
74
75
  const InstancePopProductIcon = require("./__generatedIcons__/InstancePopProductIcon.cjs");
76
+ const InstanceScallingGroupsProductIcon = require("./__generatedIcons__/InstanceScallingGroupsProductIcon.cjs");
75
77
  const InstanceWopProductIcon = require("./__generatedIcons__/InstanceWopProductIcon.cjs");
76
78
  const InstanceProductIcon = require("./__generatedIcons__/InstanceProductIcon.cjs");
77
79
  const InterlinkProductIcon = require("./__generatedIcons__/InterlinkProductIcon.cjs");
@@ -88,6 +90,7 @@ const KubernetesProductIcon = require("./__generatedIcons__/KubernetesProductIco
88
90
  const LbProductIcon = require("./__generatedIcons__/LbProductIcon.cjs");
89
91
  const LifeCycleRulesProductIcon = require("./__generatedIcons__/LifeCycleRulesProductIcon.cjs");
90
92
  const MacMiniM2ProductIcon = require("./__generatedIcons__/MacMiniM2ProductIcon.cjs");
93
+ const MacMiniM4ProductIcon = require("./__generatedIcons__/MacMiniM4ProductIcon.cjs");
91
94
  const MacMiniProductIcon = require("./__generatedIcons__/MacMiniProductIcon.cjs");
92
95
  const ManagedSearchDatabaseProductIcon = require("./__generatedIcons__/ManagedSearchDatabaseProductIcon.cjs");
93
96
  const MonitoringProductIcon = require("./__generatedIcons__/MonitoringProductIcon.cjs");
@@ -210,6 +213,7 @@ exports.FrontEndsProductIcon = FrontEndsProductIcon.FrontEndsProductIcon;
210
213
  exports.FunctionsProductIcon = FunctionsProductIcon.FunctionsProductIcon;
211
214
  exports.GenerativeApiProductIcon = GenerativeApiProductIcon.GenerativeApiProductIcon;
212
215
  exports.GoldSupportProductIcon = GoldSupportProductIcon.GoldSupportProductIcon;
216
+ exports.GpuServersProductIcon = GpuServersProductIcon.GpuServersProductIcon;
213
217
  exports.HubNetworksProductIcon = HubNetworksProductIcon.HubNetworksProductIcon;
214
218
  exports.HubRoutesProductIcon = HubRoutesProductIcon.HubRoutesProductIcon;
215
219
  exports.IamProductIcon = IamProductIcon.IamProductIcon;
@@ -223,6 +227,7 @@ exports.InstanceEnterpriseProductIcon = InstanceEnterpriseProductIcon.InstanceEn
223
227
  exports.InstanceGpuProductIcon = InstanceGpuProductIcon.InstanceGpuProductIcon;
224
228
  exports.InstanceLearnProductIcon = InstanceLearnProductIcon.InstanceLearnProductIcon;
225
229
  exports.InstancePopProductIcon = InstancePopProductIcon.InstancePopProductIcon;
230
+ exports.InstanceScallingGroupsProductIcon = InstanceScallingGroupsProductIcon.InstanceScallingGroupsProductIcon;
226
231
  exports.InstanceWopProductIcon = InstanceWopProductIcon.InstanceWopProductIcon;
227
232
  exports.InstanceProductIcon = InstanceProductIcon.InstanceProductIcon;
228
233
  exports.InterlinkProductIcon = InterlinkProductIcon.InterlinkProductIcon;
@@ -239,6 +244,7 @@ exports.KubernetesProductIcon = KubernetesProductIcon.KubernetesProductIcon;
239
244
  exports.LbProductIcon = LbProductIcon.LbProductIcon;
240
245
  exports.LifeCycleRulesProductIcon = LifeCycleRulesProductIcon.LifeCycleRulesProductIcon;
241
246
  exports.MacMiniM2ProductIcon = MacMiniM2ProductIcon.MacMiniM2ProductIcon;
247
+ exports.MacMiniM4ProductIcon = MacMiniM4ProductIcon.MacMiniM4ProductIcon;
242
248
  exports.MacMiniProductIcon = MacMiniProductIcon.MacMiniProductIcon;
243
249
  exports.ManagedSearchDatabaseProductIcon = ManagedSearchDatabaseProductIcon.ManagedSearchDatabaseProductIcon;
244
250
  exports.MonitoringProductIcon = MonitoringProductIcon.MonitoringProductIcon;
@@ -57,6 +57,7 @@ import { FrontEndsProductIcon } from "./__generatedIcons__/FrontEndsProductIcon.
57
57
  import { FunctionsProductIcon } from "./__generatedIcons__/FunctionsProductIcon.js";
58
58
  import { GenerativeApiProductIcon } from "./__generatedIcons__/GenerativeApiProductIcon.js";
59
59
  import { GoldSupportProductIcon } from "./__generatedIcons__/GoldSupportProductIcon.js";
60
+ import { GpuServersProductIcon } from "./__generatedIcons__/GpuServersProductIcon.js";
60
61
  import { HubNetworksProductIcon } from "./__generatedIcons__/HubNetworksProductIcon.js";
61
62
  import { HubRoutesProductIcon } from "./__generatedIcons__/HubRoutesProductIcon.js";
62
63
  import { IamProductIcon } from "./__generatedIcons__/IamProductIcon.js";
@@ -70,6 +71,7 @@ import { InstanceEnterpriseProductIcon } from "./__generatedIcons__/InstanceEnte
70
71
  import { InstanceGpuProductIcon } from "./__generatedIcons__/InstanceGpuProductIcon.js";
71
72
  import { InstanceLearnProductIcon } from "./__generatedIcons__/InstanceLearnProductIcon.js";
72
73
  import { InstancePopProductIcon } from "./__generatedIcons__/InstancePopProductIcon.js";
74
+ import { InstanceScallingGroupsProductIcon } from "./__generatedIcons__/InstanceScallingGroupsProductIcon.js";
73
75
  import { InstanceWopProductIcon } from "./__generatedIcons__/InstanceWopProductIcon.js";
74
76
  import { InstanceProductIcon } from "./__generatedIcons__/InstanceProductIcon.js";
75
77
  import { InterlinkProductIcon } from "./__generatedIcons__/InterlinkProductIcon.js";
@@ -86,6 +88,7 @@ import { KubernetesProductIcon } from "./__generatedIcons__/KubernetesProductIco
86
88
  import { LbProductIcon } from "./__generatedIcons__/LbProductIcon.js";
87
89
  import { LifeCycleRulesProductIcon } from "./__generatedIcons__/LifeCycleRulesProductIcon.js";
88
90
  import { MacMiniM2ProductIcon } from "./__generatedIcons__/MacMiniM2ProductIcon.js";
91
+ import { MacMiniM4ProductIcon } from "./__generatedIcons__/MacMiniM4ProductIcon.js";
89
92
  import { MacMiniProductIcon } from "./__generatedIcons__/MacMiniProductIcon.js";
90
93
  import { ManagedSearchDatabaseProductIcon } from "./__generatedIcons__/ManagedSearchDatabaseProductIcon.js";
91
94
  import { MonitoringProductIcon } from "./__generatedIcons__/MonitoringProductIcon.js";
@@ -209,6 +212,7 @@ export {
209
212
  FunctionsProductIcon,
210
213
  GenerativeApiProductIcon,
211
214
  GoldSupportProductIcon,
215
+ GpuServersProductIcon,
212
216
  HubNetworksProductIcon,
213
217
  HubRoutesProductIcon,
214
218
  IamProductIcon,
@@ -223,6 +227,7 @@ export {
223
227
  InstanceLearnProductIcon,
224
228
  InstancePopProductIcon,
225
229
  InstanceProductIcon,
230
+ InstanceScallingGroupsProductIcon,
226
231
  InstanceWopProductIcon,
227
232
  InterlinkProductIcon,
228
233
  IotEdgeProductIcon,
@@ -238,6 +243,7 @@ export {
238
243
  LbProductIcon,
239
244
  LifeCycleRulesProductIcon,
240
245
  MacMiniM2ProductIcon,
246
+ MacMiniM4ProductIcon,
241
247
  MacMiniProductIcon,
242
248
  ManagedSearchDatabaseProductIcon,
243
249
  MonitoringProductIcon,
package/dist/index.cjs CHANGED
@@ -61,6 +61,7 @@ const WestShortIcon = require("./components/Icon/__generatedIcons__/WestShortIco
61
61
  const WestIcon = require("./components/Icon/__generatedIcons__/WestIcon.cjs");
62
62
  const YoutubeIcon = require("./components/Icon/__generatedIcons__/YoutubeIcon.cjs");
63
63
  const AddressOutlineIcon = require("./components/Icon/__generatedIcons__/AddressOutlineIcon.cjs");
64
+ const AdjustmentsHorizontalOutlineIcon = require("./components/Icon/__generatedIcons__/AdjustmentsHorizontalOutlineIcon.cjs");
64
65
  const AlertCircleOutlineIcon = require("./components/Icon/__generatedIcons__/AlertCircleOutlineIcon.cjs");
65
66
  const AutoFixOutlineIcon = require("./components/Icon/__generatedIcons__/AutoFixOutlineIcon.cjs");
66
67
  const BookOpenOutlineOutlineIcon = require("./components/Icon/__generatedIcons__/BookOpenOutlineOutlineIcon.cjs");
@@ -112,6 +113,7 @@ const UnlockOutlineIcon = require("./components/Icon/__generatedIcons__/UnlockOu
112
113
  const UnpinOutlineIcon = require("./components/Icon/__generatedIcons__/UnpinOutlineIcon.cjs");
113
114
  const WeatherNightOutlineIcon = require("./components/Icon/__generatedIcons__/WeatherNightOutlineIcon.cjs");
114
115
  const AddressIcon = require("./components/Icon/__generatedIcons__/AddressIcon.cjs");
116
+ const AdjustmentsHorizontalIcon = require("./components/Icon/__generatedIcons__/AdjustmentsHorizontalIcon.cjs");
115
117
  const AlertCircleIcon = require("./components/Icon/__generatedIcons__/AlertCircleIcon.cjs");
116
118
  const AutoFixIcon = require("./components/Icon/__generatedIcons__/AutoFixIcon.cjs");
117
119
  const BookOpenOutlineIcon = require("./components/Icon/__generatedIcons__/BookOpenOutlineIcon.cjs");
@@ -223,6 +225,7 @@ exports.WestShortIcon = WestShortIcon.WestShortIcon;
223
225
  exports.WestIcon = WestIcon.WestIcon;
224
226
  exports.YoutubeIcon = YoutubeIcon.YoutubeIcon;
225
227
  exports.AddressOutlineIcon = AddressOutlineIcon.AddressOutlineIcon;
228
+ exports.AdjustmentsHorizontalOutlineIcon = AdjustmentsHorizontalOutlineIcon.AdjustmentsHorizontalOutlineIcon;
226
229
  exports.AlertCircleOutlineIcon = AlertCircleOutlineIcon.AlertCircleOutlineIcon;
227
230
  exports.AutoFixOutlineIcon = AutoFixOutlineIcon.AutoFixOutlineIcon;
228
231
  exports.BookOpenOutlineOutlineIcon = BookOpenOutlineOutlineIcon.BookOpenOutlineOutlineIcon;
@@ -274,6 +277,7 @@ exports.UnlockOutlineIcon = UnlockOutlineIcon.UnlockOutlineIcon;
274
277
  exports.UnpinOutlineIcon = UnpinOutlineIcon.UnpinOutlineIcon;
275
278
  exports.WeatherNightOutlineIcon = WeatherNightOutlineIcon.WeatherNightOutlineIcon;
276
279
  exports.AddressIcon = AddressIcon.AddressIcon;
280
+ exports.AdjustmentsHorizontalIcon = AdjustmentsHorizontalIcon.AdjustmentsHorizontalIcon;
277
281
  exports.AlertCircleIcon = AlertCircleIcon.AlertCircleIcon;
278
282
  exports.AutoFixIcon = AutoFixIcon.AutoFixIcon;
279
283
  exports.BookOpenOutlineIcon = BookOpenOutlineIcon.BookOpenOutlineIcon;
package/dist/index.js CHANGED
@@ -59,6 +59,7 @@ import { WestShortIcon } from "./components/Icon/__generatedIcons__/WestShortIco
59
59
  import { WestIcon } from "./components/Icon/__generatedIcons__/WestIcon.js";
60
60
  import { YoutubeIcon } from "./components/Icon/__generatedIcons__/YoutubeIcon.js";
61
61
  import { AddressOutlineIcon } from "./components/Icon/__generatedIcons__/AddressOutlineIcon.js";
62
+ import { AdjustmentsHorizontalOutlineIcon } from "./components/Icon/__generatedIcons__/AdjustmentsHorizontalOutlineIcon.js";
62
63
  import { AlertCircleOutlineIcon } from "./components/Icon/__generatedIcons__/AlertCircleOutlineIcon.js";
63
64
  import { AutoFixOutlineIcon } from "./components/Icon/__generatedIcons__/AutoFixOutlineIcon.js";
64
65
  import { BookOpenOutlineOutlineIcon } from "./components/Icon/__generatedIcons__/BookOpenOutlineOutlineIcon.js";
@@ -110,6 +111,7 @@ import { UnlockOutlineIcon } from "./components/Icon/__generatedIcons__/UnlockOu
110
111
  import { UnpinOutlineIcon } from "./components/Icon/__generatedIcons__/UnpinOutlineIcon.js";
111
112
  import { WeatherNightOutlineIcon } from "./components/Icon/__generatedIcons__/WeatherNightOutlineIcon.js";
112
113
  import { AddressIcon } from "./components/Icon/__generatedIcons__/AddressIcon.js";
114
+ import { AdjustmentsHorizontalIcon } from "./components/Icon/__generatedIcons__/AdjustmentsHorizontalIcon.js";
113
115
  import { AlertCircleIcon } from "./components/Icon/__generatedIcons__/AlertCircleIcon.js";
114
116
  import { AutoFixIcon } from "./components/Icon/__generatedIcons__/AutoFixIcon.js";
115
117
  import { BookOpenOutlineIcon } from "./components/Icon/__generatedIcons__/BookOpenOutlineIcon.js";
@@ -163,6 +165,8 @@ import { WeatherNightIcon } from "./components/Icon/__generatedIcons__/WeatherNi
163
165
  export {
164
166
  AddressIcon,
165
167
  AddressOutlineIcon,
168
+ AdjustmentsHorizontalIcon,
169
+ AdjustmentsHorizontalOutlineIcon,
166
170
  AlertCircleIcon,
167
171
  AlertCircleOutlineIcon,
168
172
  AnchorIcon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/icons",
3
- "version": "3.4.3",
3
+ "version": "3.6.0",
4
4
  "description": "Ultraviolet Icons",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {
@@ -109,7 +109,7 @@
109
109
  "@babel/core": "7.26.0",
110
110
  "@emotion/react": "11.13.5",
111
111
  "@emotion/styled": "11.13.5",
112
- "@types/react": "18.3.12",
112
+ "@types/react": "18.3.13",
113
113
  "@types/react-dom": "18.3.1",
114
114
  "react": "18.3.1",
115
115
  "react-dom": "18.3.1",