@octopusdeploy/design-system-icons 2025.3.7840 → 2025.3.7852
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.
@@ -0,0 +1,42 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
15
|
+
}) : function(o, v) {
|
16
|
+
o["default"] = v;
|
17
|
+
});
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
19
|
+
var ownKeys = function(o) {
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
21
|
+
var ar = [];
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
23
|
+
return ar;
|
24
|
+
};
|
25
|
+
return ownKeys(o);
|
26
|
+
};
|
27
|
+
return function (mod) {
|
28
|
+
if (mod && mod.__esModule) return mod;
|
29
|
+
var result = {};
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
31
|
+
__setModuleDefault(result, mod);
|
32
|
+
return result;
|
33
|
+
};
|
34
|
+
})();
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
36
|
+
exports.GemIcon = GemIcon;
|
37
|
+
/* Generated file. Do not modify. Please check more details in build/generate.ts */
|
38
|
+
const React = __importStar(require("react"));
|
39
|
+
const IconWrapper_1 = require("../IconWrapper");
|
40
|
+
function GemIcon(props) {
|
41
|
+
return (React.createElement(IconWrapper_1.IconWrapper, { ...props }, React.createElement("path", { d: "m14.535 8.947 5.496 5.71 5.434-5.71zm13.428 1.72-4.497 4.666h8.057zm3.123 7.614H8.914l11.117 12.096zm-22.61-2.948h8.058l-4.497-4.666zm27.107 2.518-14.49 15.72c-.25.306-.687.429-1.062.429-.437 0-.874-.123-1.124-.43L4.417 17.85c-.5-.552-.562-1.35-.125-1.903l6.995-9.333c.313-.368.75-.614 1.25-.614h14.989c.437 0 .874.246 1.187.614l6.995 9.333c.437.553.374 1.351-.125 1.904" })));
|
42
|
+
}
|
@@ -0,0 +1,44 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
15
|
+
}) : function(o, v) {
|
16
|
+
o["default"] = v;
|
17
|
+
});
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
19
|
+
var ownKeys = function(o) {
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
21
|
+
var ar = [];
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
23
|
+
return ar;
|
24
|
+
};
|
25
|
+
return ownKeys(o);
|
26
|
+
};
|
27
|
+
return function (mod) {
|
28
|
+
if (mod && mod.__esModule) return mod;
|
29
|
+
var result = {};
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
31
|
+
__setModuleDefault(result, mod);
|
32
|
+
return result;
|
33
|
+
};
|
34
|
+
})();
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
36
|
+
exports.OctopusCogIcon = OctopusCogIcon;
|
37
|
+
/* Generated file. Do not modify. Please check more details in build/generate.ts */
|
38
|
+
const React = __importStar(require("react"));
|
39
|
+
const IconWrapper_1 = require("../IconWrapper");
|
40
|
+
function OctopusCogIcon(props) {
|
41
|
+
return (React.createElement(IconWrapper_1.IconWrapper, { ...props }, React.createElement(React.Fragment, null,
|
42
|
+
React.createElement("path", { d: "M32.373 25.923c-2.823-2.48-2.215-4.893-.912-8.008 2.258-5.419-1.347-11.694-6.645-13.36-5.732-1.8-12.116.877-14.31 6.647a11.05 11.05 0 0 0-.716 4.585c.087 1.843.869 3.312 1.433 5.024.999 3.137-1.824 5.77-4.212 7.305-1.216.79-3.54 2.37-.543 2.611 1.433.11 2.736-.263 4.039-.9.564-.285 2.54-1.162 2.8-1.755-.76 1.646-2.323 4.52-1.389 6.363 1.15 2.281 4.17-1.93 4.777-2.808.543-.768 2.714-5.046 3.995-2.896 1.151 1.974.478 4.782 2.15 6.56 2.02 2.15 3.17-1.12 3.214-2.743.022-1.031-.326-5.99 1.889-3.73 1.303 1.36 3.214 4.476 5.428 4.235 2.389-.264-1.324-4.256-1.693-4.937.326.264 3.3 2.172 3.322.637 0-1.141-1.867-2.15-2.627-2.83m-4.321-7.701-1.455 2.523a.4.4 0 0 1-.174.153.36.36 0 0 1-.26-.021l-1.781-.724q-.587.427-1.238.724l-.26 1.908a.46.46 0 0 1-.13.22.28.28 0 0 1-.218.087h-2.931a.28.28 0 0 1-.217-.087c-.066-.066-.109-.132-.109-.22l-.282-1.908a4.6 4.6 0 0 1-1.216-.724l-1.802.724c-.152.087-.348.021-.413-.11 0 0 0-.022-.022-.022l-1.476-2.501a.38.38 0 0 1-.044-.263.46.46 0 0 1 .13-.22l1.542-1.206c-.065-.242-.065-.483-.065-.724 0-.242 0-.483.043-.724L14.134 13.9c-.065-.044-.109-.132-.13-.22a.38.38 0 0 1 .043-.263l1.455-2.523c.065-.153.26-.219.412-.153 0 0 .022 0 .022.022l1.802.724a6.2 6.2 0 0 1 1.216-.724l.283-1.909c0-.088.043-.153.108-.22a.28.28 0 0 1 .217-.087h2.932c.087 0 .152.022.217.088a.46.46 0 0 1 .13.22l.26 1.908a4.4 4.4 0 0 1 1.238.724l1.781-.724a.36.36 0 0 1 .26-.022.25.25 0 0 1 .174.153l1.477 2.523a.38.38 0 0 1 .043.264.46.46 0 0 1-.13.219l-1.52 1.207c.022.241.043.482.043.724 0 .241 0 .482-.021.724l1.52 1.206a.46.46 0 0 1 .13.22c.022.087.022.175-.043.241" }),
|
43
|
+
React.createElement("path", { d: "M22.319 13.593a2.4 2.4 0 0 0-1.26-.351c-.434 0-.89.11-1.259.35-.39.242-.716.55-.934.944a2.44 2.44 0 0 0-.347 1.273c0 .438.109.9.347 1.272.218.395.543.702.934.944.391.24.825.35 1.26.35.456 0 .89-.11 1.259-.35.39-.22.716-.549.934-.944.238-.395.347-.834.347-1.272 0-.461-.109-.9-.347-1.273a2.76 2.76 0 0 0-.934-.943" }))));
|
44
|
+
}
|
@@ -97,6 +97,7 @@ export * from "./FolderCogIcon";
|
|
97
97
|
export * from "./FolderIcon";
|
98
98
|
export * from "./FolderUserIcon";
|
99
99
|
export * from "./FoldersIcon";
|
100
|
+
export * from "./GemIcon";
|
100
101
|
export * from "./GhostIcon";
|
101
102
|
export * from "./GithubIcon";
|
102
103
|
export * from "./GoogleIcon";
|
@@ -138,6 +139,7 @@ export * from "./MinusIcon";
|
|
138
139
|
export * from "./MinusSquareIcon";
|
139
140
|
export * from "./MoonIcon";
|
140
141
|
export * from "./NoteIcon";
|
142
|
+
export * from "./OctopusCogIcon";
|
141
143
|
export * from "./OctopusIcon";
|
142
144
|
export * from "./OctopusQuestionIcon";
|
143
145
|
export * from "./PackageCheckIcon";
|
package/dist/src/icons/index.js
CHANGED
@@ -114,6 +114,7 @@ __exportStar(require("./FolderCogIcon"), exports);
|
|
114
114
|
__exportStar(require("./FolderIcon"), exports);
|
115
115
|
__exportStar(require("./FolderUserIcon"), exports);
|
116
116
|
__exportStar(require("./FoldersIcon"), exports);
|
117
|
+
__exportStar(require("./GemIcon"), exports);
|
117
118
|
__exportStar(require("./GhostIcon"), exports);
|
118
119
|
__exportStar(require("./GithubIcon"), exports);
|
119
120
|
__exportStar(require("./GoogleIcon"), exports);
|
@@ -155,6 +156,7 @@ __exportStar(require("./MinusIcon"), exports);
|
|
155
156
|
__exportStar(require("./MinusSquareIcon"), exports);
|
156
157
|
__exportStar(require("./MoonIcon"), exports);
|
157
158
|
__exportStar(require("./NoteIcon"), exports);
|
159
|
+
__exportStar(require("./OctopusCogIcon"), exports);
|
158
160
|
__exportStar(require("./OctopusIcon"), exports);
|
159
161
|
__exportStar(require("./OctopusQuestionIcon"), exports);
|
160
162
|
__exportStar(require("./PackageCheckIcon"), exports);
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@octopusdeploy/design-system-icons",
|
3
|
-
"version": "2025.3.
|
3
|
+
"version": "2025.3.7852",
|
4
4
|
"description": "The design systems icons. This package contains the icon components extracted from SVGs in Figma.",
|
5
5
|
"main": "dist/src/index.js",
|
6
6
|
"exports": "./dist/src/index.js",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"pnpm": "^9.15.3",
|
25
25
|
"ts-node": "^10.9.2",
|
26
26
|
"typescript": "^5.8.3",
|
27
|
-
"@octopusdeploy/eslint-config": "^2025.3.
|
27
|
+
"@octopusdeploy/eslint-config": "^2025.3.7852"
|
28
28
|
},
|
29
29
|
"peerDependencies": {
|
30
30
|
"@types/react": "^16.14.0",
|