wasvg 1.38.0 → 1.39.0

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 (24) hide show
  1. package/dist/common/GlyphIcon.d.ts +6 -0
  2. package/dist/interests/interestsByCategory/language/Arabic.d.ts +1 -1
  3. package/dist/interests/interestsByCategory/language/Chinese.d.ts +1 -1
  4. package/dist/interests/interestsByCategory/language/Dutch.d.ts +1 -1
  5. package/dist/interests/interestsByCategory/language/English.d.ts +1 -1
  6. package/dist/interests/interestsByCategory/language/French.d.ts +1 -1
  7. package/dist/interests/interestsByCategory/language/German.d.ts +1 -1
  8. package/dist/interests/interestsByCategory/language/Greek.d.ts +1 -1
  9. package/dist/interests/interestsByCategory/language/Hindi.d.ts +1 -1
  10. package/dist/interests/interestsByCategory/language/Indonesian.d.ts +1 -1
  11. package/dist/interests/interestsByCategory/language/Italian.d.ts +1 -1
  12. package/dist/interests/interestsByCategory/language/Japanese.d.ts +1 -1
  13. package/dist/interests/interestsByCategory/language/Korean.d.ts +1 -1
  14. package/dist/interests/interestsByCategory/language/Malay.d.ts +1 -1
  15. package/dist/interests/interestsByCategory/language/Portuguese.d.ts +1 -1
  16. package/dist/interests/interestsByCategory/language/Russian.d.ts +1 -1
  17. package/dist/interests/interestsByCategory/language/Spanish.d.ts +1 -1
  18. package/dist/interests/interestsByCategory/language/Swedish.d.ts +1 -1
  19. package/dist/interests/interestsByCategory/language/Thai.d.ts +1 -1
  20. package/dist/interests/interestsByCategory/language/Turkish.d.ts +1 -1
  21. package/dist/interests/interestsByCategory/language/Vietnamese.d.ts +1 -1
  22. package/dist/wasvg.cjs.js +11 -11
  23. package/dist/wasvg.es.js +685 -924
  24. package/package.json +1 -1
@@ -0,0 +1,6 @@
1
+ import { SvgProps } from '../util';
2
+ interface GlyphIconProps extends SvgProps {
3
+ glyph: string;
4
+ }
5
+ declare function GlyphIcon({ glyph, className, size }: GlyphIconProps): import("react").JSX.Element;
6
+ export default GlyphIcon;
@@ -1,3 +1,3 @@
1
1
  import { SvgProps } from '../../../util';
2
- declare function Arabic({ className, size }: SvgProps): import("react").JSX.Element;
2
+ declare function Arabic(props: SvgProps): import("react").JSX.Element;
3
3
  export default Arabic;
@@ -1,3 +1,3 @@
1
1
  import { SvgProps } from '../../../util';
2
- declare function Chinese({ className, size }: SvgProps): import("react").JSX.Element;
2
+ declare function Chinese(props: SvgProps): import("react").JSX.Element;
3
3
  export default Chinese;
@@ -1,3 +1,3 @@
1
1
  import { SvgProps } from '../../../util';
2
- declare function Dutch({ className, size }: SvgProps): import("react").JSX.Element;
2
+ declare function Dutch(props: SvgProps): import("react").JSX.Element;
3
3
  export default Dutch;
@@ -1,3 +1,3 @@
1
1
  import { SvgProps } from '../../../util';
2
- declare function English({ className, size }: SvgProps): import("react").JSX.Element;
2
+ declare function English(props: SvgProps): import("react").JSX.Element;
3
3
  export default English;
@@ -1,3 +1,3 @@
1
1
  import { SvgProps } from '../../../util';
2
- declare function French({ className, size }: SvgProps): import("react").JSX.Element;
2
+ declare function French(props: SvgProps): import("react").JSX.Element;
3
3
  export default French;
@@ -1,3 +1,3 @@
1
1
  import { SvgProps } from '../../../util';
2
- declare function German({ className, size }: SvgProps): import("react").JSX.Element;
2
+ declare function German(props: SvgProps): import("react").JSX.Element;
3
3
  export default German;
@@ -1,3 +1,3 @@
1
1
  import { SvgProps } from '../../../util';
2
- declare function Greek({ className, size }: SvgProps): import("react").JSX.Element;
2
+ declare function Greek(props: SvgProps): import("react").JSX.Element;
3
3
  export default Greek;
@@ -1,3 +1,3 @@
1
1
  import { SvgProps } from '../../../util';
2
- declare function Hindi({ className, size }: SvgProps): import("react").JSX.Element;
2
+ declare function Hindi(props: SvgProps): import("react").JSX.Element;
3
3
  export default Hindi;
@@ -1,3 +1,3 @@
1
1
  import { SvgProps } from '../../../util';
2
- declare function Indonesian({ className, size }: SvgProps): import("react").JSX.Element;
2
+ declare function Indonesian(props: SvgProps): import("react").JSX.Element;
3
3
  export default Indonesian;
@@ -1,3 +1,3 @@
1
1
  import { SvgProps } from '../../../util';
2
- declare function Italian({ className, size }: SvgProps): import("react").JSX.Element;
2
+ declare function Italian(props: SvgProps): import("react").JSX.Element;
3
3
  export default Italian;
@@ -1,3 +1,3 @@
1
1
  import { SvgProps } from '../../../util';
2
- declare function Japanese({ className, size }: SvgProps): import("react").JSX.Element;
2
+ declare function Japanese(props: SvgProps): import("react").JSX.Element;
3
3
  export default Japanese;
@@ -1,3 +1,3 @@
1
1
  import { SvgProps } from '../../../util';
2
- declare function Korean({ className, size }: SvgProps): import("react").JSX.Element;
2
+ declare function Korean(props: SvgProps): import("react").JSX.Element;
3
3
  export default Korean;
@@ -1,3 +1,3 @@
1
1
  import { SvgProps } from '../../../util';
2
- declare function Malay({ className, size }: SvgProps): import("react").JSX.Element;
2
+ declare function Malay(props: SvgProps): import("react").JSX.Element;
3
3
  export default Malay;
@@ -1,3 +1,3 @@
1
1
  import { SvgProps } from '../../../util';
2
- declare function Portuguese({ className, size }: SvgProps): import("react").JSX.Element;
2
+ declare function Portuguese(props: SvgProps): import("react").JSX.Element;
3
3
  export default Portuguese;
@@ -1,3 +1,3 @@
1
1
  import { SvgProps } from '../../../util';
2
- declare function Russian({ className, size }: SvgProps): import("react").JSX.Element;
2
+ declare function Russian(props: SvgProps): import("react").JSX.Element;
3
3
  export default Russian;
@@ -1,3 +1,3 @@
1
1
  import { SvgProps } from '../../../util';
2
- declare function Spanish({ className, size }: SvgProps): import("react").JSX.Element;
2
+ declare function Spanish(props: SvgProps): import("react").JSX.Element;
3
3
  export default Spanish;
@@ -1,3 +1,3 @@
1
1
  import { SvgProps } from '../../../util';
2
- declare function Swedish({ className, size }: SvgProps): import("react").JSX.Element;
2
+ declare function Swedish(props: SvgProps): import("react").JSX.Element;
3
3
  export default Swedish;
@@ -1,3 +1,3 @@
1
1
  import { SvgProps } from '../../../util';
2
- declare function Thai({ className, size }: SvgProps): import("react").JSX.Element;
2
+ declare function Thai(props: SvgProps): import("react").JSX.Element;
3
3
  export default Thai;
@@ -1,3 +1,3 @@
1
1
  import { SvgProps } from '../../../util';
2
- declare function Turkish({ className, size }: SvgProps): import("react").JSX.Element;
2
+ declare function Turkish(props: SvgProps): import("react").JSX.Element;
3
3
  export default Turkish;
@@ -1,3 +1,3 @@
1
1
  import { SvgProps } from '../../../util';
2
- declare function Vietnamese({ className, size }: SvgProps): import("react").JSX.Element;
2
+ declare function Vietnamese(props: SvgProps): import("react").JSX.Element;
3
3
  export default Vietnamese;