@octopusdeploy/design-system-icons 2025.3.4166 → 2025.3.4172
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.
@@ -38,5 +38,5 @@ exports.EqualsIcon = EqualsIcon;
|
|
38
38
|
const React = __importStar(require("react"));
|
39
39
|
const IconWrapper_1 = require("../IconWrapper");
|
40
40
|
function EqualsIcon(props) {
|
41
|
-
return (React.createElement(IconWrapper_1.IconWrapper, { ...props }, React.createElement("path", { d: "
|
41
|
+
return (React.createElement(IconWrapper_1.IconWrapper, { ...props }, React.createElement("path", { d: "M11.154 13h17.692c.625 0 1.154.688 1.154 1.5 0 .875-.529 1.5-1.154 1.5H11.154C10.48 16 10 15.375 10 14.5c0-.812.48-1.5 1.154-1.5m0 11h17.692c.625 0 1.154.688 1.154 1.5 0 .875-.529 1.5-1.154 1.5H11.154C10.48 27 10 26.375 10 25.5c0-.812.48-1.5 1.154-1.5" })));
|
42
42
|
}
|
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.4172",
|
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
|
"publishConfig": {
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"pnpm": "^9.15.3",
|
24
24
|
"ts-node": "^10.9.2",
|
25
25
|
"typescript": "^5.8.3",
|
26
|
-
"@octopusdeploy/eslint-config": "^2025.3.
|
26
|
+
"@octopusdeploy/eslint-config": "^2025.3.4172"
|
27
27
|
},
|
28
28
|
"peerDependencies": {
|
29
29
|
"@types/react": "^16.14.0",
|