@stash-ui/duotone-icons 1.0.50 → 1.0.51
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/CreditIcon.d.ts +2 -0
- package/dist/duotone-icons.cjs.development.js +28 -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 +28 -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
|
@@ -320,3 +320,4 @@ export { default as CouponIcon } from './CouponIcon';
|
|
|
320
320
|
export { default as FileCertificateIcon } from './FileCertificateIcon';
|
|
321
321
|
export { default as GemIcon } from './GemIcon';
|
|
322
322
|
export { default as BriefCaseIcon } from './BriefCaseIcon';
|
|
323
|
+
export { default as CreditIcon } from './CreditIcon';
|