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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "symbols-react",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "S̶F̶ symbols for the web",
5
5
  "license": "ISC",
6
6
  "homepage": "https://symbols.dev",
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';