@indigoai/indigo-icons 0.2.1 → 0.2.2
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/outline/illustration-card.d.ts +3 -0
- package/dist/outline/illustration-launch.d.ts +3 -0
- package/dist/outline/illustration-media.d.ts +3 -0
- package/dist/outline/illustration-upload.d.ts +3 -0
- package/dist/outline/outline.d.ts +4 -0
- package/dist/outline.cjs +1 -1
- package/dist/outline.cjs.map +1 -1
- package/dist/outline.js +5880 -4538
- package/dist/outline.js.map +1 -1
- package/package.json +1 -1
|
@@ -641,6 +641,10 @@ export { default as HourglassStart } from './hourglass-start';
|
|
|
641
641
|
export { default as HumiditySmart } from './humidity-smart';
|
|
642
642
|
export { default as IdCard } from './id-card';
|
|
643
643
|
export { default as IdeaEdu } from './idea-edu';
|
|
644
|
+
export { default as IllustrationCard } from './illustration-card';
|
|
645
|
+
export { default as IllustrationMedia } from './illustration-media';
|
|
646
|
+
export { default as IllustrationLaunch } from './illustration-launch';
|
|
647
|
+
export { default as IllustrationUpload } from './illustration-upload';
|
|
644
648
|
export { default as Image0100 } from './image-01-00';
|
|
645
649
|
export { default as Image00 } from './image-00';
|
|
646
650
|
export { default as ImageAdd00 } from './image-add-00';
|