@indigoai/indigo-icons 0.2.2 → 0.2.4
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/solid/code-writing.d.ts +3 -0
- package/dist/solid/file-csv.d.ts +3 -0
- package/dist/solid/file-txt.d.ts +3 -0
- package/dist/solid/file-xlsx.d.ts +3 -0
- package/dist/solid/headphones-2.d.ts +3 -0
- package/dist/solid/solid.d.ts +5 -0
- package/dist/solid.cjs +1 -1
- package/dist/solid.cjs.map +1 -1
- package/dist/solid.js +4764 -4678
- package/dist/solid.js.map +1 -1
- package/package.json +1 -1
package/dist/solid/solid.d.ts
CHANGED
|
@@ -329,6 +329,7 @@ export { default as CloudWindRain } from './cloud-wind-rain';
|
|
|
329
329
|
export { default as CloudWind } from './cloud-wind';
|
|
330
330
|
export { default as Cloud } from './cloud';
|
|
331
331
|
export { default as Clouds } from './clouds';
|
|
332
|
+
export { default as CodeWriting } from './code-writing';
|
|
332
333
|
export { default as Coin00 } from './coin-00';
|
|
333
334
|
export { default as CoinDollar00 } from './coin-dollar-00';
|
|
334
335
|
export { default as CoinEuro00 } from './coin-euro-00';
|
|
@@ -440,6 +441,7 @@ export { default as FileAccept01 } from './file-accept-01';
|
|
|
440
441
|
export { default as FileAccept } from './file-accept';
|
|
441
442
|
export { default as FileAdd01 } from './file-add-01';
|
|
442
443
|
export { default as FileAdd } from './file-add';
|
|
444
|
+
export { default as FileCsv } from './file-csv';
|
|
443
445
|
export { default as FileDoc } from './file-doc';
|
|
444
446
|
export { default as FileDownload01 } from './file-download-01';
|
|
445
447
|
export { default as FileDownload } from './file-download';
|
|
@@ -457,9 +459,11 @@ export { default as FileRemove } from './file-remove';
|
|
|
457
459
|
export { default as FileSearch01 } from './file-search-01';
|
|
458
460
|
export { default as FileSearch } from './file-search';
|
|
459
461
|
export { default as FileSharing } from './file-sharing';
|
|
462
|
+
export { default as FileTxt } from './file-txt';
|
|
460
463
|
export { default as FileUpload01 } from './file-upload-01';
|
|
461
464
|
export { default as FileUpload } from './file-upload';
|
|
462
465
|
export { default as FileVideo } from './file-video';
|
|
466
|
+
export { default as FileXlsx } from './file-xlsx';
|
|
463
467
|
export { default as File } from './file';
|
|
464
468
|
export { default as Files01 } from './files-01';
|
|
465
469
|
export { default as FilesEdu } from './files-edu';
|
|
@@ -554,6 +558,7 @@ export { default as Hangout } from './hangout';
|
|
|
554
558
|
export { default as Heading } from './heading';
|
|
555
559
|
export { default as Headphones11 } from './headphones-1-1';
|
|
556
560
|
export { default as Headphones1 } from './headphones-1';
|
|
561
|
+
export { default as Headphones2 } from './headphones-2';
|
|
557
562
|
export { default as HeadphonesSilent1 } from './headphones-silent-1';
|
|
558
563
|
export { default as HealthCareHealth } from './health-care-health';
|
|
559
564
|
export { default as HeartHealth } from './heart-health';
|