wasvg 1.12.0 → 1.13.1
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 +0 -2
- package/dist/wasvg.cjs.js +20 -39
- package/dist/wasvg.es.js +1010 -1052
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -191,8 +191,6 @@ export declare function UpArrowSvg({ className, size }: SvgProps): JSX.Element;
|
|
|
191
191
|
|
|
192
192
|
export declare function UserSvg({ className, size }: SvgProps): JSX.Element;
|
|
193
193
|
|
|
194
|
-
export declare function WorenaLogoSvg({ className, size }: SvgProps): JSX.Element;
|
|
195
|
-
|
|
196
194
|
export declare function Yoga({ className, size }: SvgProps): JSX.Element;
|
|
197
195
|
|
|
198
196
|
export { }
|