wasvg 1.11.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 +2 -2
- package/dist/wasvg.cjs.js +20 -39
- package/dist/wasvg.es.js +1032 -1042
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -43,6 +43,8 @@ export declare function CollectionSvg({ className, size }: SvgProps): JSX.Elemen
|
|
|
43
43
|
|
|
44
44
|
export declare function CommentSvg({ className, size }: SvgProps): JSX.Element;
|
|
45
45
|
|
|
46
|
+
export declare function CopySvg({ className, size }: SvgProps): JSX.Element;
|
|
47
|
+
|
|
46
48
|
export declare function CreateArenaSvg({ className, size }: SvgProps): JSX.Element;
|
|
47
49
|
|
|
48
50
|
export declare function CreateCollectionSvg({ className, size }: SvgProps): JSX.Element;
|
|
@@ -189,8 +191,6 @@ export declare function UpArrowSvg({ className, size }: SvgProps): JSX.Element;
|
|
|
189
191
|
|
|
190
192
|
export declare function UserSvg({ className, size }: SvgProps): JSX.Element;
|
|
191
193
|
|
|
192
|
-
export declare function WorenaLogoSvg({ className, size }: SvgProps): JSX.Element;
|
|
193
|
-
|
|
194
194
|
export declare function Yoga({ className, size }: SvgProps): JSX.Element;
|
|
195
195
|
|
|
196
196
|
export { }
|