@stash-ui/duotone-icons 1.0.20 → 1.0.21
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/ListRemovedIcon.d.ts +4 -0
- package/dist/duotone-icons.cjs.development.js +39 -0
- package/dist/duotone-icons.cjs.development.js.map +1 -1
- package/dist/duotone-icons.cjs.production.min.js +1 -1
- package/dist/duotone-icons.cjs.production.min.js.map +1 -1
- package/dist/duotone-icons.esm.js +39 -1
- package/dist/duotone-icons.esm.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -290,3 +290,4 @@ export { default as CodeIcon } from './CodeIcon';
|
|
290
290
|
export { default as FunnelIcon } from './FunnelIcon';
|
291
291
|
export { default as SpinnerIcon } from './SpinnerIcon';
|
292
292
|
export { default as SidebarIcon } from './SidebarIcon';
|
293
|
+
export { default as ListRemovedIcon } from './ListRemovedIcon';
|