symbols-react 1.0.4 → 1.0.6
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/package.json +1 -1
- package/src/index.js +2 -2
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -3318,8 +3318,8 @@ export { IconManatsignCircle } from './icons/IconManatsignCircle';
|
|
|
3318
3318
|
export { IconManatsignSquareFill } from './icons/IconManatsignSquareFill';
|
|
3319
3319
|
export { IconManatsignSquare } from './icons/IconManatsignSquare';
|
|
3320
3320
|
export { IconManatsign } from './icons/IconManatsign';
|
|
3321
|
-
export { IconMangoFill } from './IconMangoFill';
|
|
3322
|
-
export { IconMango } from './IconMango';
|
|
3321
|
+
export { IconMangoFill } from './icons/IconMangoFill';
|
|
3322
|
+
export { IconMango } from './icons/IconMango';
|
|
3323
3323
|
export { IconMapCircleFill } from './icons/IconMapCircleFill';
|
|
3324
3324
|
export { IconMapCircle } from './icons/IconMapCircle';
|
|
3325
3325
|
export { IconMapFill } from './icons/IconMapFill';
|