wasvg 1.31.0 → 1.32.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 +3 -1
- package/dist/wasvg.cjs.js +84 -99
- package/dist/wasvg.css +3 -1
- package/dist/wasvg.es.js +10048 -12283
- package/package.json +18 -14
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CardGamesInterestType } from 'wenum';
|
|
2
2
|
import { CategoryType } from 'wenum';
|
|
3
3
|
import { InterestType } from 'wenum';
|
|
4
|
-
import { JSX } from 'react
|
|
4
|
+
import { JSX } from 'react';
|
|
5
5
|
import { LeisureInterestType } from 'wenum';
|
|
6
6
|
import { MusicInterestType } from 'wenum';
|
|
7
7
|
import { PetsInterestType } from 'wenum';
|
|
@@ -193,6 +193,8 @@ export declare function MessageSvg({ className, size }: SvgProps): JSX.Element;
|
|
|
193
193
|
|
|
194
194
|
export declare function MinusSvg({ className, size }: SvgProps): JSX.Element;
|
|
195
195
|
|
|
196
|
+
export declare function MoreSvg({ className, size }: SvgProps): JSX.Element;
|
|
197
|
+
|
|
196
198
|
export declare function Mountain({ className, size }: SvgProps): JSX.Element;
|
|
197
199
|
|
|
198
200
|
export declare function Movie({ className, size }: SvgProps): JSX.Element;
|