@indigoai/indigo-icons 0.2.2 → 0.2.3

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.
@@ -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;
@@ -440,6 +440,7 @@ export { default as FileAccept01 } from './file-accept-01';
440
440
  export { default as FileAccept } from './file-accept';
441
441
  export { default as FileAdd01 } from './file-add-01';
442
442
  export { default as FileAdd } from './file-add';
443
+ export { default as FileCsv } from './file-csv';
443
444
  export { default as FileDoc } from './file-doc';
444
445
  export { default as FileDownload01 } from './file-download-01';
445
446
  export { default as FileDownload } from './file-download';
@@ -457,9 +458,11 @@ export { default as FileRemove } from './file-remove';
457
458
  export { default as FileSearch01 } from './file-search-01';
458
459
  export { default as FileSearch } from './file-search';
459
460
  export { default as FileSharing } from './file-sharing';
461
+ export { default as FileTxt } from './file-txt';
460
462
  export { default as FileUpload01 } from './file-upload-01';
461
463
  export { default as FileUpload } from './file-upload';
462
464
  export { default as FileVideo } from './file-video';
465
+ export { default as FileXlsx } from './file-xlsx';
463
466
  export { default as File } from './file';
464
467
  export { default as Files01 } from './files-01';
465
468
  export { default as FilesEdu } from './files-edu';