digitinary-ui 1.0.136 → 1.0.138

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';
2
+ declare const UnLinkIcon: ({ width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default UnLinkIcon;
@@ -176,3 +176,4 @@ export { default as EmptyLiabilitiesIcon } from './EmptyLiabilitiesIcon';
176
176
  export { default as EmptyChannelsIcon } from './EmptyChannelsIcon';
177
177
  export { default as AccessDeniedIcon } from './AccessDeniedIcon';
178
178
  export { default as NoDataIcon } from './NoDataIcon';
179
+ export { default as UnLinkIcon } from './UnLinkIcon';