@luscii-healthtech/web-ui 42.10.4 → 42.11.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.
@@ -0,0 +1,3 @@
1
+ import { IconProps } from "./types/IconProps.type";
2
+ declare const _default: ({ className, size, color, ...rest }: IconProps) => JSX.Element;
3
+ export default _default;
@@ -113,6 +113,7 @@ export { default as UnlinkIcon } from "./UnlinkIcon";
113
113
  export { default as UnpinIcon } from "./UnpinIcon";
114
114
  export { default as UploadIcon } from "./UploadIcon";
115
115
  export { default as VideoIcon } from "./VideoIcon";
116
+ export { default as WorkflowIcon } from "./WorkflowIcon";
116
117
  /**
117
118
  * These exports are to ensure backwards compatibility with the
118
119
  * old icon names, until we are ready to make the breaking change