wasvg 1.29.1 → 1.30.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 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 BuddySvg({ className, size }: SvgProps): JSX.Element;
30
+
29
31
  export declare function CalendarEventSvg({ className, size }: SvgProps): JSX.Element;
30
32
 
31
33
  export declare function CalendarSvg({ className, size }: SvgProps): JSX.Element;
@@ -215,8 +217,6 @@ export declare function NotificationSvg({ className, size }: SvgProps): JSX.Elem
215
217
 
216
218
  export declare function Omaha({ className, size }: SvgProps): JSX.Element;
217
219
 
218
- export declare function PartnersSvg({ className, size }: SvgProps): JSX.Element;
219
-
220
220
  export declare function PasswordHideSvg({ className, size }: SvgProps): JSX.Element;
221
221
 
222
222
  export declare function PasswordShowSvg({ className, size }: SvgProps): JSX.Element;