@stash-ui/duotone-icons 1.0.51 → 1.0.52
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/BrainIcon.d.ts +2 -0
- package/dist/WebhookIcon.d.ts +2 -0
- package/dist/duotone-icons.cjs.development.js +62 -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 +61 -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
|
@@ -321,3 +321,5 @@ export { default as FileCertificateIcon } from './FileCertificateIcon';
|
|
|
321
321
|
export { default as GemIcon } from './GemIcon';
|
|
322
322
|
export { default as BriefCaseIcon } from './BriefCaseIcon';
|
|
323
323
|
export { default as CreditIcon } from './CreditIcon';
|
|
324
|
+
export { default as WebhookIcon } from './WebhookIcon';
|
|
325
|
+
export { default as BrainIcon } from './BrainIcon';
|