@stash-ui/duotone-icons 1.0.16 → 1.0.17
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/FunnelIcon.d.ts +4 -0
- package/dist/duotone-icons.cjs.development.js +24 -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 +24 -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
@@ -287,3 +287,4 @@ export { default as InputTextIcon } from './InputTextIcon';
|
|
287
287
|
export { default as DropdownIcon } from './DropdownIcon';
|
288
288
|
export { default as Feed2Icon } from './Feed2Icon';
|
289
289
|
export { default as CodeIcon } from './CodeIcon';
|
290
|
+
export { default as FunnelIcon } from './FunnelIcon';
|