@stash-ui/duotone-icons 1.0.18 → 1.0.20
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/SidebarIcon.d.ts +4 -0
- package/dist/SpinnerIcon.d.ts +4 -0
- package/dist/duotone-icons.cjs.development.js +67 -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 +66 -1
- package/dist/duotone-icons.esm.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -288,3 +288,5 @@ export { default as DropdownIcon } from './DropdownIcon';
|
|
288
288
|
export { default as Feed2Icon } from './Feed2Icon';
|
289
289
|
export { default as CodeIcon } from './CodeIcon';
|
290
290
|
export { default as FunnelIcon } from './FunnelIcon';
|
291
|
+
export { default as SpinnerIcon } from './SpinnerIcon';
|
292
|
+
export { default as SidebarIcon } from './SidebarIcon';
|