@ultraviolet/icons 3.1.3 → 3.2.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/ProductIcon/__generatedIcons__/InterlinkProductIcon.cjs +15 -0
- package/dist/components/ProductIcon/__generatedIcons__/InterlinkProductIcon.d.ts +2 -0
- package/dist/components/ProductIcon/__generatedIcons__/InterlinkProductIcon.js +15 -0
- package/dist/components/ProductIcon/__generatedIcons__/index.d.ts +1 -0
- package/dist/components/ProductIcon/index.cjs +2 -0
- package/dist/components/ProductIcon/index.js +2 -0
- package/package.json +3 -3
|
@@ -0,0 +1,15 @@
|
|
|
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 InterlinkProductIcon = ({
|
|
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: "Direct-Connect", children: [
|
|
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: "M31 26V12.135h2V26zm17.63-5.215-10.904 6.627 1.039 1.71 10.904-6.628-1.04-1.71ZM37.689 36.287l.954-1.758 11.166 6.058-.953 1.758zM31 51.88V38h2v13.881z", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
12
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4F0599", d: "M28 9a4 4 0 0 1 4-4l.2.005a4 4 0 0 1 3.655 5.066l12.974 7.49A3.993 3.993 0 0 1 52 16l.2.005a4 4 0 0 1 .719 7.889v15.212A4.002 4.002 0 0 1 52 47l-.2-.005a3.982 3.982 0 0 1-2.351-.914l-13.594 7.848A4.003 4.003 0 0 1 32 59l-.2-.005A4 4 0 0 1 32 51l.2.005a3.988 3.988 0 0 1 2.654 1.192l13.417-7.746a4.002 4.002 0 0 1 2.647-5.303V23.852a4.002 4.002 0 0 1-2.876-4.435l-13.188-7.615A3.988 3.988 0 0 1 32 13l-.2-.005A4 4 0 0 1 28 9m4 44a2 2 0 1 1 0 4 2 2 0 0 1 0-4m20-12a2 2 0 1 1 0 4 2 2 0 0 1 0-4m0-23a2 2 0 1 1 0 4 2 2 0 0 1 0-4M32 7a2 2 0 1 1 0 4 2 2 0 0 1 0-4m-6 18a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V26a1 1 0 0 0-1-1zm1 12V27h10v10zm-17-9a4 4 0 1 0 3.874 5H20v8.968a1 1 0 0 0 .883.993l.117.007h5.072a1 1 0 0 0 .117-1.994l-.117-.006H22v-18h5a1 1 0 0 0 .993-.884l.007-.116a1 1 0 0 0-.883-.994L27 20.968h-6a1 1 0 0 0-.993.883l-.007.117V31h-6.126A4.002 4.002 0 0 0 10 28m0 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4", className: "fill", clipRule: "evenodd", fillRule: "evenodd" })
|
|
13
|
+
] }) })
|
|
14
|
+
);
|
|
15
|
+
exports.InterlinkProductIcon = InterlinkProductIcon;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx, jsxs } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { Icon } from "../Icon.js";
|
|
3
|
+
const InterlinkProductIcon = ({
|
|
4
|
+
...props
|
|
5
|
+
}) => (
|
|
6
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
7
|
+
/* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsxs("g", { className: "Direct-Connect", children: [
|
|
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: "M31 26V12.135h2V26zm17.63-5.215-10.904 6.627 1.039 1.71 10.904-6.628-1.04-1.71ZM37.689 36.287l.954-1.758 11.166 6.058-.953 1.758zM31 51.88V38h2v13.881z", className: "fillStrong", clipRule: "evenodd", fillRule: "evenodd" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#4F0599", d: "M28 9a4 4 0 0 1 4-4l.2.005a4 4 0 0 1 3.655 5.066l12.974 7.49A3.993 3.993 0 0 1 52 16l.2.005a4 4 0 0 1 .719 7.889v15.212A4.002 4.002 0 0 1 52 47l-.2-.005a3.982 3.982 0 0 1-2.351-.914l-13.594 7.848A4.003 4.003 0 0 1 32 59l-.2-.005A4 4 0 0 1 32 51l.2.005a3.988 3.988 0 0 1 2.654 1.192l13.417-7.746a4.002 4.002 0 0 1 2.647-5.303V23.852a4.002 4.002 0 0 1-2.876-4.435l-13.188-7.615A3.988 3.988 0 0 1 32 13l-.2-.005A4 4 0 0 1 28 9m4 44a2 2 0 1 1 0 4 2 2 0 0 1 0-4m20-12a2 2 0 1 1 0 4 2 2 0 0 1 0-4m0-23a2 2 0 1 1 0 4 2 2 0 0 1 0-4M32 7a2 2 0 1 1 0 4 2 2 0 0 1 0-4m-6 18a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V26a1 1 0 0 0-1-1zm1 12V27h10v10zm-17-9a4 4 0 1 0 3.874 5H20v8.968a1 1 0 0 0 .883.993l.117.007h5.072a1 1 0 0 0 .117-1.994l-.117-.006H22v-18h5a1 1 0 0 0 .993-.884l.007-.116a1 1 0 0 0-.883-.994L27 20.968h-6a1 1 0 0 0-.993.883l-.007.117V31h-6.126A4.002 4.002 0 0 0 10 28m0 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4", className: "fill", clipRule: "evenodd", fillRule: "evenodd" })
|
|
11
|
+
] }) })
|
|
12
|
+
);
|
|
13
|
+
export {
|
|
14
|
+
InterlinkProductIcon
|
|
15
|
+
};
|
|
@@ -76,6 +76,7 @@ export { InstanceLearnProductIcon } from './InstanceLearnProductIcon';
|
|
|
76
76
|
export { InstancePopProductIcon } from './InstancePopProductIcon';
|
|
77
77
|
export { InstanceWopProductIcon } from './InstanceWopProductIcon';
|
|
78
78
|
export { InstanceProductIcon } from './InstanceProductIcon';
|
|
79
|
+
export { InterlinkProductIcon } from './InterlinkProductIcon';
|
|
79
80
|
export { IotEdgeProductIcon } from './IotEdgeProductIcon';
|
|
80
81
|
export { IotProductIcon } from './IotProductIcon';
|
|
81
82
|
export { IpFailoverProductIcon } from './IpFailoverProductIcon';
|
|
@@ -73,6 +73,7 @@ const InstanceLearnProductIcon = require("./__generatedIcons__/InstanceLearnProd
|
|
|
73
73
|
const InstancePopProductIcon = require("./__generatedIcons__/InstancePopProductIcon.cjs");
|
|
74
74
|
const InstanceWopProductIcon = require("./__generatedIcons__/InstanceWopProductIcon.cjs");
|
|
75
75
|
const InstanceProductIcon = require("./__generatedIcons__/InstanceProductIcon.cjs");
|
|
76
|
+
const InterlinkProductIcon = require("./__generatedIcons__/InterlinkProductIcon.cjs");
|
|
76
77
|
const IotEdgeProductIcon = require("./__generatedIcons__/IotEdgeProductIcon.cjs");
|
|
77
78
|
const IotProductIcon = require("./__generatedIcons__/IotProductIcon.cjs");
|
|
78
79
|
const IpFailoverProductIcon = require("./__generatedIcons__/IpFailoverProductIcon.cjs");
|
|
@@ -222,6 +223,7 @@ exports.InstanceLearnProductIcon = InstanceLearnProductIcon.InstanceLearnProduct
|
|
|
222
223
|
exports.InstancePopProductIcon = InstancePopProductIcon.InstancePopProductIcon;
|
|
223
224
|
exports.InstanceWopProductIcon = InstanceWopProductIcon.InstanceWopProductIcon;
|
|
224
225
|
exports.InstanceProductIcon = InstanceProductIcon.InstanceProductIcon;
|
|
226
|
+
exports.InterlinkProductIcon = InterlinkProductIcon.InterlinkProductIcon;
|
|
225
227
|
exports.IotEdgeProductIcon = IotEdgeProductIcon.IotEdgeProductIcon;
|
|
226
228
|
exports.IotProductIcon = IotProductIcon.IotProductIcon;
|
|
227
229
|
exports.IpFailoverProductIcon = IpFailoverProductIcon.IpFailoverProductIcon;
|
|
@@ -71,6 +71,7 @@ import { InstanceLearnProductIcon } from "./__generatedIcons__/InstanceLearnProd
|
|
|
71
71
|
import { InstancePopProductIcon } from "./__generatedIcons__/InstancePopProductIcon.js";
|
|
72
72
|
import { InstanceWopProductIcon } from "./__generatedIcons__/InstanceWopProductIcon.js";
|
|
73
73
|
import { InstanceProductIcon } from "./__generatedIcons__/InstanceProductIcon.js";
|
|
74
|
+
import { InterlinkProductIcon } from "./__generatedIcons__/InterlinkProductIcon.js";
|
|
74
75
|
import { IotEdgeProductIcon } from "./__generatedIcons__/IotEdgeProductIcon.js";
|
|
75
76
|
import { IotProductIcon } from "./__generatedIcons__/IotProductIcon.js";
|
|
76
77
|
import { IpFailoverProductIcon } from "./__generatedIcons__/IpFailoverProductIcon.js";
|
|
@@ -221,6 +222,7 @@ export {
|
|
|
221
222
|
InstancePopProductIcon,
|
|
222
223
|
InstanceProductIcon,
|
|
223
224
|
InstanceWopProductIcon,
|
|
225
|
+
InterlinkProductIcon,
|
|
224
226
|
IotEdgeProductIcon,
|
|
225
227
|
IotProductIcon,
|
|
226
228
|
IpFailoverProductIcon,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ultraviolet/icons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "Ultraviolet Icons",
|
|
5
5
|
"homepage": "https://github.com/scaleway/ultraviolet#readme",
|
|
6
6
|
"repository": {
|
|
@@ -106,10 +106,10 @@
|
|
|
106
106
|
"react-dom": "18.3.1"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
|
-
"@babel/core": "7.25.
|
|
109
|
+
"@babel/core": "7.25.7",
|
|
110
110
|
"@emotion/react": "11.13.3",
|
|
111
111
|
"@emotion/styled": "11.13.0",
|
|
112
|
-
"@types/react": "18.3.
|
|
112
|
+
"@types/react": "18.3.11",
|
|
113
113
|
"@types/react-dom": "18.3.0",
|
|
114
114
|
"react": "18.3.1",
|
|
115
115
|
"react-dom": "18.3.1",
|