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