@indigoai/indigo-icons 0.2.3 → 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/headphones-2.d.ts +3 -0
- package/dist/solid/solid.d.ts +2 -0
- package/dist/solid.cjs +1 -1
- package/dist/solid.cjs.map +1 -1
- package/dist/solid.js +4713 -4690
- 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';
|
|
@@ -557,6 +558,7 @@ export { default as Hangout } from './hangout';
|
|
|
557
558
|
export { default as Heading } from './heading';
|
|
558
559
|
export { default as Headphones11 } from './headphones-1-1';
|
|
559
560
|
export { default as Headphones1 } from './headphones-1';
|
|
561
|
+
export { default as Headphones2 } from './headphones-2';
|
|
560
562
|
export { default as HeadphonesSilent1 } from './headphones-silent-1';
|
|
561
563
|
export { default as HealthCareHealth } from './health-care-health';
|
|
562
564
|
export { default as HeartHealth } from './heart-health';
|