wasvg 1.3.0 → 1.5.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.
- package/dist/index.d.ts +2 -0
- package/dist/wasvg.cjs.js +15 -11
- package/dist/wasvg.css +1 -1
- package/dist/wasvg.es.js +299 -267
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -60,6 +60,8 @@ export declare function ExploreSvg({ className, size }: SvgProps): JSX.Element;
|
|
|
60
60
|
|
|
61
61
|
export declare function Football({ className, size }: SvgProps): JSX.Element;
|
|
62
62
|
|
|
63
|
+
export declare function GameSvg({ className, size }: SvgProps): JSX.Element;
|
|
64
|
+
|
|
63
65
|
export declare function Golf({ className, size }: SvgProps): JSX.Element;
|
|
64
66
|
|
|
65
67
|
export declare function Guitar({ className, size }: SvgProps): JSX.Element;
|