@stash-ui/duotone-icons 1.0.37 → 1.0.41
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/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';
|