@octopusdeploy/design-system-icons 2026.1.6439 → 2026.1.6455

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,2 @@
1
+ import type { IconProps } from "../IconTypes";
2
+ export declare function CalendarIcon(props: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CalendarIcon = CalendarIcon;
4
+ const jsx_runtime_1 = require("react/jsx-runtime");
5
+ const IconWrapper_1 = require("../IconWrapper");
6
+ function CalendarIcon(props) {
7
+ return ((0, jsx_runtime_1.jsx)(IconWrapper_1.IconWrapper, { ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M15.5 5.5V8h9V5.5c0-.812.625-1.5 1.5-1.5.813 0 1.5.688 1.5 1.5V8H30c2.188 0 4 1.813 4 4v20c0 2.25-1.812 4-4 4H10c-2.25 0-4-1.75-4-4V12c0-2.187 1.75-4 4-4h2.5V5.5c0-.812.625-1.5 1.5-1.5.813 0 1.5.688 1.5 1.5M9 16v16c0 .563.438 1 1 1h20c.5 0 1-.437 1-1V16z" }) }));
8
+ }
@@ -29,6 +29,7 @@ export * from "./BoltSlashIcon";
29
29
  export * from "./BookIcon";
30
30
  export * from "./BugIcon";
31
31
  export * from "./BuildingIcon";
32
+ export * from "./CalendarIcon";
32
33
  export * from "./CaretDownIcon";
33
34
  export * from "./CaretLeftIcon";
34
35
  export * from "./CaretRightIcon";
@@ -46,6 +46,7 @@ __exportStar(require("./BoltSlashIcon"), exports);
46
46
  __exportStar(require("./BookIcon"), exports);
47
47
  __exportStar(require("./BugIcon"), exports);
48
48
  __exportStar(require("./BuildingIcon"), exports);
49
+ __exportStar(require("./CalendarIcon"), exports);
49
50
  __exportStar(require("./CaretDownIcon"), exports);
50
51
  __exportStar(require("./CaretLeftIcon"), exports);
51
52
  __exportStar(require("./CaretRightIcon"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@octopusdeploy/design-system-icons",
3
- "version": "2026.1.6439",
3
+ "version": "2026.1.6455",
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.6439"
28
+ "@octopusdeploy/eslint-config": "^2026.1.6455"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@types/react": "^18.3.1",