@stash-ui/duotone-icons 1.0.28 → 1.0.37
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/KanbanIcon.d.ts +4 -0
- package/dist/duotone-icons.cjs.development.js +33 -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 +33 -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
@@ -291,3 +291,4 @@ export { default as FunnelIcon } from './FunnelIcon';
|
|
291
291
|
export { default as SpinnerIcon } from './SpinnerIcon';
|
292
292
|
export { default as SidebarIcon } from './SidebarIcon';
|
293
293
|
export { default as ListRemovedIcon } from './ListRemovedIcon';
|
294
|
+
export { default as KanbanIcon } from './KanbanIcon';
|