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.
- package/dist/icons/UnLinkIcon.d.ts +3 -0
- package/dist/icons/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
|
@@ -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';
|