@octopusdeploy/design-system-icons 2026.1.3927 → 2026.1.3929
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/src/icons/BoldIcon.d.ts +2 -0
- package/dist/src/icons/BoldIcon.js +8 -0
- package/dist/src/icons/DeploymentSpinnerIcon.d.ts +2 -0
- package/dist/src/icons/DeploymentSpinnerIcon.js +8 -0
- package/dist/src/icons/ItalicIcon.d.ts +2 -0
- package/dist/src/icons/ItalicIcon.js +8 -0
- package/dist/src/icons/LinkIcon.d.ts +2 -0
- package/dist/src/icons/LinkIcon.js +8 -0
- package/dist/src/icons/ListOlIcon.d.ts +2 -0
- package/dist/src/icons/ListOlIcon.js +8 -0
- package/dist/src/icons/ListUlIcon.d.ts +2 -0
- package/dist/src/icons/ListUlIcon.js +8 -0
- package/dist/src/icons/QuotesIcon.d.ts +2 -0
- package/dist/src/icons/QuotesIcon.js +8 -0
- package/dist/src/icons/index.d.ts +7 -0
- package/dist/src/icons/index.js +7 -0
- package/package.json +2 -2
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BoldIcon = BoldIcon;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const IconWrapper_1 = require("../IconWrapper");
|
|
6
|
+
function BoldIcon(props) {
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)(IconWrapper_1.IconWrapper, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M8 7.5C8 6.688 8.625 6 9.5 6h11.75C25.5 6 29 9.5 29 13.75a7.74 7.74 0 0 1-2.375 5.563C29.188 20.563 31 23.25 31 26.25c0 4.313-3.5 7.75-7.75 7.75H9.5c-.875 0-1.5-.625-1.5-1.5 0-.812.625-1.5 1.5-1.5H11V9H9.5C8.625 9 8 8.375 8 7.5m13.25 11A4.75 4.75 0 0 0 26 13.75 4.75 4.75 0 0 0 21.25 9H14v9.5zm-7.25 3V31h9.25A4.75 4.75 0 0 0 28 26.25a4.75 4.75 0 0 0-4.75-4.75H14" }) }));
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeploymentSpinnerIcon = DeploymentSpinnerIcon;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const IconWrapper_1 = require("../IconWrapper");
|
|
6
|
+
function DeploymentSpinnerIcon(props) {
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)(IconWrapper_1.IconWrapper, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M23.019 6.981c0 1.124-.624 2.061-1.498 2.623-.936.562-2.122.562-2.995 0-.936-.562-1.498-1.499-1.498-2.623 0-1.061.562-1.998 1.498-2.56.873-.561 2.06-.561 2.995 0 .874.562 1.498 1.499 1.498 2.56m0 25.975c0 1.124-.624 2.06-1.498 2.622-.936.563-2.122.563-2.995 0-.936-.561-1.498-1.498-1.498-2.622 0-1.061.562-1.998 1.498-2.56.873-.562 2.06-.562 2.995 0 .874.562 1.498 1.499 1.498 2.56m-15.977-9.99c-1.123 0-2.06-.562-2.62-1.499-.562-.874-.562-2.06 0-2.997.56-.874 1.497-1.498 2.62-1.498 1.061 0 1.997.624 2.56 1.498.56.937.56 2.123 0 2.997-.563.937-1.499 1.499-2.56 1.499M36 19.969c0 1.124-.624 2.06-1.498 2.622-.936.562-2.122.562-2.995 0-.937-.562-1.498-1.498-1.498-2.622 0-1.062.561-1.998 1.498-2.56.873-.562 2.06-.562 2.995 0 .874.562 1.498 1.498 1.498 2.56M12.909 31.27c-.75.812-1.81 1.062-2.871.812-1.06-.312-1.81-1.062-2.122-2.123-.25-1.061 0-2.123.811-2.872.75-.812 1.81-1.062 2.871-.812a3.27 3.27 0 0 1 2.122 2.123c.25 1.061 0 2.123-.811 2.872m0-18.357c-.75.812-1.81 1.062-2.871.812-1.06-.312-1.81-1.124-2.122-2.123-.25-1.062 0-2.123.811-2.935.687-.749 1.81-1.061 2.871-.811s1.935 1.061 2.185 2.123c.25 1.061-.063 2.185-.874 2.934M27.076 31.27c-.812-.749-1.061-1.81-.812-2.872a3.27 3.27 0 0 1 2.122-2.123c1.061-.25 2.122 0 2.933.812.75.75.999 1.81.75 2.872-.313 1.061-1.062 1.81-2.123 2.123-1.06.25-2.122 0-2.87-.812" }) }));
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ItalicIcon = ItalicIcon;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const IconWrapper_1 = require("../IconWrapper");
|
|
6
|
+
function ItalicIcon(props) {
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)(IconWrapper_1.IconWrapper, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M16 7.5c0-.812.625-1.5 1.5-1.5h13c.813 0 1.5.688 1.5 1.5 0 .875-.687 1.5-1.5 1.5h-4.312L17 31h5.5c.813 0 1.5.688 1.5 1.5 0 .875-.687 1.5-1.5 1.5h-13c-.875 0-1.5-.625-1.5-1.5 0-.812.625-1.5 1.5-1.5h4.25l9.188-22H17.5c-.875 0-1.5-.625-1.5-1.5" }) }));
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LinkIcon = LinkIcon;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const IconWrapper_1 = require("../IconWrapper");
|
|
6
|
+
function LinkIcon(props) {
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)(IconWrapper_1.IconWrapper, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "m36.25 20.75-7.062 7.063c-3.563 3.5-9.25 3.5-12.75 0-3.313-3.375-3.5-8.688-.438-12.25l.313-.376a1.493 1.493 0 0 1 2.125-.124c.625.562.687 1.5.125 2.124l-.25.313c-2.125 2.375-2 5.938.25 8.188 2.312 2.312 6.125 2.312 8.5 0l7.062-7.063a6.074 6.074 0 0 0 0-8.5c-2.25-2.188-5.812-2.313-8.187-.25l-.375.313c-.625.562-1.563.5-2.125-.126a1.493 1.493 0 0 1 .125-2.125l.375-.312C27.5 4.5 32.875 4.687 36.25 8c3.5 3.5 3.5 9.188 0 12.75M3.688 19.313l7.124-7.063c3.5-3.5 9.188-3.5 12.688 0 3.375 3.313 3.563 8.688.438 12.25l-.375.375c-.5.625-1.5.75-2.125.188a1.493 1.493 0 0 1-.125-2.125l.375-.375c2.062-2.375 1.937-5.938-.313-8.188a5.887 5.887 0 0 0-8.437 0l-7.126 7.063c-2.312 2.312-2.312 6.125 0 8.5 2.25 2.187 5.813 2.312 8.188.25l.375-.313A1.493 1.493 0 0 1 16.5 30c.563.625.5 1.563-.125 2.125l-.375.313c-3.562 3.124-8.937 2.937-12.312-.376-3.5-3.5-3.5-9.25 0-12.75" }) }));
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListOlIcon = ListOlIcon;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const IconWrapper_1 = require("../IconWrapper");
|
|
6
|
+
function ListOlIcon(props) {
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)(IconWrapper_1.IconWrapper, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M5.5 7.5C5.5 6.688 6.125 6 7 6h2c.813 0 1.5.688 1.5 1.5V15h1c.813 0 1.5.688 1.5 1.5 0 .875-.687 1.5-1.5 1.5h-5c-.875 0-1.5-.625-1.5-1.5 0-.812.625-1.5 1.5-1.5h1V9H7c-.875 0-1.5-.625-1.5-1.5m3.875 17.875c-.375-.5-1.125-.437-1.5.063l-.687.937c-.5.688-1.438.875-2.063.375-.687-.5-.875-1.437-.375-2.125l.688-.937c1.5-2.063 4.5-2.25 6.187-.313 1.375 1.5 1.313 3.813-.062 5.313L9.375 31H11.5c.813 0 1.5.688 1.5 1.5 0 .875-.687 1.5-1.5 1.5H6c-.625 0-1.187-.312-1.375-.875-.25-.562-.187-1.187.25-1.625l4.5-4.875a.95.95 0 0 0 0-1.25M17.5 8.5h17c.813 0 1.5.688 1.5 1.5 0 .875-.687 1.5-1.5 1.5h-17c-.875 0-1.5-.625-1.5-1.5 0-.812.625-1.5 1.5-1.5m0 10h17c.813 0 1.5.688 1.5 1.5 0 .875-.687 1.5-1.5 1.5h-17c-.875 0-1.5-.625-1.5-1.5 0-.812.625-1.5 1.5-1.5m0 10h17c.813 0 1.5.688 1.5 1.5 0 .875-.687 1.5-1.5 1.5h-17c-.875 0-1.5-.625-1.5-1.5 0-.812.625-1.5 1.5-1.5" }) }));
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListUlIcon = ListUlIcon;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const IconWrapper_1 = require("../IconWrapper");
|
|
6
|
+
function ListUlIcon(props) {
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)(IconWrapper_1.IconWrapper, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M6.5 7h3c.813 0 1.5.688 1.5 1.5v3c0 .875-.687 1.5-1.5 1.5h-3c-.875 0-1.5-.625-1.5-1.5v-3C5 7.688 5.625 7 6.5 7m9 1.5h19c.813 0 1.5.688 1.5 1.5 0 .875-.687 1.5-1.5 1.5h-19c-.875 0-1.5-.625-1.5-1.5 0-.812.625-1.5 1.5-1.5m0 10h19c.813 0 1.5.688 1.5 1.5 0 .875-.687 1.5-1.5 1.5h-19c-.875 0-1.5-.625-1.5-1.5 0-.812.625-1.5 1.5-1.5m0 10h19c.813 0 1.5.688 1.5 1.5 0 .875-.687 1.5-1.5 1.5h-19c-.875 0-1.5-.625-1.5-1.5 0-.812.625-1.5 1.5-1.5M5 18.5c0-.812.625-1.5 1.5-1.5h3c.813 0 1.5.688 1.5 1.5v3c0 .875-.687 1.5-1.5 1.5h-3c-.875 0-1.5-.625-1.5-1.5zM6.5 27h3c.813 0 1.5.688 1.5 1.5v3c0 .875-.687 1.5-1.5 1.5h-3c-.875 0-1.5-.625-1.5-1.5v-3c0-.812.625-1.5 1.5-1.5" }) }));
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.QuotesIcon = QuotesIcon;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const IconWrapper_1 = require("../IconWrapper");
|
|
6
|
+
function QuotesIcon(props) {
|
|
7
|
+
return ((0, jsx_runtime_1.jsx)(IconWrapper_1.IconWrapper, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M6 17.5c0-4.125 3.313-7.5 7.5-7.5h1c.813 0 1.5.688 1.5 1.5 0 .875-.687 1.5-1.5 1.5h-1C11 13 9 15.063 9 17.5v.625c.313-.062.625-.125 1-.125h4c2.188 0 4 1.813 4 4v4c0 2.25-1.812 4-4 4h-4c-2.25 0-4-1.75-4-4v-8.5M22 24v-6.5c0-4.125 3.313-7.5 7.5-7.5h1c.813 0 1.5.688 1.5 1.5 0 .875-.687 1.5-1.5 1.5h-1C27 13 25 15.063 25 17.5v.625c.313-.062.625-.125 1-.125h4c2.188 0 4 1.813 4 4v4c0 2.25-1.812 4-4 4h-4c-2.25 0-4-1.75-4-4z" }) }));
|
|
8
|
+
}
|
|
@@ -23,6 +23,7 @@ export * from "./ArrowsToDottedLineIcon";
|
|
|
23
23
|
export * from "./BanIcon";
|
|
24
24
|
export * from "./BarsIcon";
|
|
25
25
|
export * from "./BellIcon";
|
|
26
|
+
export * from "./BoldIcon";
|
|
26
27
|
export * from "./BoltIcon";
|
|
27
28
|
export * from "./BoltSlashIcon";
|
|
28
29
|
export * from "./BookIcon";
|
|
@@ -66,6 +67,7 @@ export * from "./CurlyBracketsIcon";
|
|
|
66
67
|
export * from "./DashedCircleIcon";
|
|
67
68
|
export * from "./DatabaseIcon";
|
|
68
69
|
export * from "./DeployIcon";
|
|
70
|
+
export * from "./DeploymentSpinnerIcon";
|
|
69
71
|
export * from "./DesktopIcon";
|
|
70
72
|
export * from "./DisplaySlashIcon";
|
|
71
73
|
export * from "./DockBottomIcon";
|
|
@@ -116,14 +118,18 @@ export * from "./ImageIcon";
|
|
|
116
118
|
export * from "./InfoCircleFilledIcon";
|
|
117
119
|
export * from "./InfoCircleIcon";
|
|
118
120
|
export * from "./InsightsIcon";
|
|
121
|
+
export * from "./ItalicIcon";
|
|
119
122
|
export * from "./KeyIcon";
|
|
120
123
|
export * from "./KubernetesIcon";
|
|
121
124
|
export * from "./LifecycleIcon";
|
|
125
|
+
export * from "./LinkIcon";
|
|
122
126
|
export * from "./LinkOffIcon";
|
|
123
127
|
export * from "./LinkOnIcon";
|
|
124
128
|
export * from "./ListCollapseIcon";
|
|
125
129
|
export * from "./ListExpandIcon";
|
|
126
130
|
export * from "./ListIcon";
|
|
131
|
+
export * from "./ListOlIcon";
|
|
132
|
+
export * from "./ListUlIcon";
|
|
127
133
|
export * from "./LockOffIcon";
|
|
128
134
|
export * from "./LockOnIcon";
|
|
129
135
|
export * from "./MachineTargetIcon";
|
|
@@ -162,6 +168,7 @@ export * from "./PlusMinusIcon";
|
|
|
162
168
|
export * from "./PlusSquareIcon";
|
|
163
169
|
export * from "./PolaroidCameraIcon";
|
|
164
170
|
export * from "./QuestionCircleIcon";
|
|
171
|
+
export * from "./QuotesIcon";
|
|
165
172
|
export * from "./RepeatOffIcon";
|
|
166
173
|
export * from "./RepeatOnIcon";
|
|
167
174
|
export * from "./RocketIcon";
|
package/dist/src/icons/index.js
CHANGED
|
@@ -40,6 +40,7 @@ __exportStar(require("./ArrowsToDottedLineIcon"), exports);
|
|
|
40
40
|
__exportStar(require("./BanIcon"), exports);
|
|
41
41
|
__exportStar(require("./BarsIcon"), exports);
|
|
42
42
|
__exportStar(require("./BellIcon"), exports);
|
|
43
|
+
__exportStar(require("./BoldIcon"), exports);
|
|
43
44
|
__exportStar(require("./BoltIcon"), exports);
|
|
44
45
|
__exportStar(require("./BoltSlashIcon"), exports);
|
|
45
46
|
__exportStar(require("./BookIcon"), exports);
|
|
@@ -83,6 +84,7 @@ __exportStar(require("./CurlyBracketsIcon"), exports);
|
|
|
83
84
|
__exportStar(require("./DashedCircleIcon"), exports);
|
|
84
85
|
__exportStar(require("./DatabaseIcon"), exports);
|
|
85
86
|
__exportStar(require("./DeployIcon"), exports);
|
|
87
|
+
__exportStar(require("./DeploymentSpinnerIcon"), exports);
|
|
86
88
|
__exportStar(require("./DesktopIcon"), exports);
|
|
87
89
|
__exportStar(require("./DisplaySlashIcon"), exports);
|
|
88
90
|
__exportStar(require("./DockBottomIcon"), exports);
|
|
@@ -133,14 +135,18 @@ __exportStar(require("./ImageIcon"), exports);
|
|
|
133
135
|
__exportStar(require("./InfoCircleFilledIcon"), exports);
|
|
134
136
|
__exportStar(require("./InfoCircleIcon"), exports);
|
|
135
137
|
__exportStar(require("./InsightsIcon"), exports);
|
|
138
|
+
__exportStar(require("./ItalicIcon"), exports);
|
|
136
139
|
__exportStar(require("./KeyIcon"), exports);
|
|
137
140
|
__exportStar(require("./KubernetesIcon"), exports);
|
|
138
141
|
__exportStar(require("./LifecycleIcon"), exports);
|
|
142
|
+
__exportStar(require("./LinkIcon"), exports);
|
|
139
143
|
__exportStar(require("./LinkOffIcon"), exports);
|
|
140
144
|
__exportStar(require("./LinkOnIcon"), exports);
|
|
141
145
|
__exportStar(require("./ListCollapseIcon"), exports);
|
|
142
146
|
__exportStar(require("./ListExpandIcon"), exports);
|
|
143
147
|
__exportStar(require("./ListIcon"), exports);
|
|
148
|
+
__exportStar(require("./ListOlIcon"), exports);
|
|
149
|
+
__exportStar(require("./ListUlIcon"), exports);
|
|
144
150
|
__exportStar(require("./LockOffIcon"), exports);
|
|
145
151
|
__exportStar(require("./LockOnIcon"), exports);
|
|
146
152
|
__exportStar(require("./MachineTargetIcon"), exports);
|
|
@@ -179,6 +185,7 @@ __exportStar(require("./PlusMinusIcon"), exports);
|
|
|
179
185
|
__exportStar(require("./PlusSquareIcon"), exports);
|
|
180
186
|
__exportStar(require("./PolaroidCameraIcon"), exports);
|
|
181
187
|
__exportStar(require("./QuestionCircleIcon"), exports);
|
|
188
|
+
__exportStar(require("./QuotesIcon"), exports);
|
|
182
189
|
__exportStar(require("./RepeatOffIcon"), exports);
|
|
183
190
|
__exportStar(require("./RepeatOnIcon"), exports);
|
|
184
191
|
__exportStar(require("./RocketIcon"), exports);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@octopusdeploy/design-system-icons",
|
|
3
|
-
"version": "2026.1.
|
|
3
|
+
"version": "2026.1.3929",
|
|
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",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"pnpm": "^10.15.0",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.9.2",
|
|
28
|
-
"@octopusdeploy/eslint-config": "^2026.1.
|
|
28
|
+
"@octopusdeploy/eslint-config": "^2026.1.3929"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"@types/react": "^18.3.1",
|