@indigoai/indigo-icons 0.2.0 → 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/README.md CHANGED
@@ -22,7 +22,10 @@ docker compose run --rm frontend ./publish_local.sh
22
22
 
23
23
  ## Publishing the package to NPM
24
24
 
25
- Bump the package version, manually or using one of the npm commands: npm version patch, npm version minor, npm version major
25
+ You should have an NPM account and be logged in to publish the package.
26
+
27
+ Bump the package version, manually or using one of the npm commands: npm version patch, npm version minor, npm
28
+ version major. Then run:
26
29
 
27
30
  ```
28
31
  docker compose run --rm frontend ./publish.sh
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -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';