wasvg 1.32.0 → 1.33.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 +83 -88
- package/dist/wasvg.es.js +2027 -2155
- package/package.json +2 -1
package/dist/index.d.ts
CHANGED
|
@@ -26,6 +26,8 @@ export declare function Biking({ className, size }: SvgProps): JSX.Element;
|
|
|
26
26
|
|
|
27
27
|
export declare function Blackjack({ className, size }: SvgProps): JSX.Element;
|
|
28
28
|
|
|
29
|
+
export declare function BlockSvg({ className, size }: SvgProps): JSX.Element;
|
|
30
|
+
|
|
29
31
|
export declare function BuddySvg({ className, size }: SvgProps): JSX.Element;
|
|
30
32
|
|
|
31
33
|
export declare function CalendarEventSvg({ className, size }: SvgProps): JSX.Element;
|
|
@@ -245,6 +247,8 @@ export declare function PollSvg({ className, size }: SvgProps): JSX.Element;
|
|
|
245
247
|
|
|
246
248
|
export declare function PrivateSvg({ className, size }: SvgProps): JSX.Element;
|
|
247
249
|
|
|
250
|
+
export declare function ReportSvg({ className, size }: SvgProps): JSX.Element;
|
|
251
|
+
|
|
248
252
|
export declare function RightArrowSvg({ className, size }: SvgProps): JSX.Element;
|
|
249
253
|
|
|
250
254
|
export declare function River({ className, size }: SvgProps): JSX.Element;
|