wasvg 1.10.0 → 1.11.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 +4 -0
- package/dist/wasvg.cjs.js +12 -7
- package/dist/wasvg.es.js +224 -181
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -94,6 +94,8 @@ export declare function LeaderboardSvg({ className, size }: SvgProps): JSX.Eleme
|
|
|
94
94
|
|
|
95
95
|
export declare function LeftArrowSvg({ className, size }: SvgProps): JSX.Element;
|
|
96
96
|
|
|
97
|
+
export declare function LocationPointSvg({ className, size }: SvgProps): JSX.Element;
|
|
98
|
+
|
|
97
99
|
export declare function LogoutSvg({ className, size }: SvgProps): JSX.Element;
|
|
98
100
|
|
|
99
101
|
export declare function MapSvg({ className, size }: SvgProps): JSX.Element;
|
|
@@ -156,6 +158,8 @@ declare interface SportsInterestSvgProps {
|
|
|
156
158
|
|
|
157
159
|
export declare function SportsSvg({ className, size }: SvgProps): JSX.Element;
|
|
158
160
|
|
|
161
|
+
export declare function StreetSvg({ className, size }: SvgProps): JSX.Element;
|
|
162
|
+
|
|
159
163
|
export declare function Surfing({ className, size }: SvgProps): JSX.Element;
|
|
160
164
|
|
|
161
165
|
export declare interface SvgProps {
|