wasvg 1.12.0 → 1.14.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
@@ -122,6 +122,10 @@ export declare function NotificationSvg({ className, size }: SvgProps): JSX.Elem
122
122
 
123
123
  export declare function PartnersSvg({ className, size }: SvgProps): JSX.Element;
124
124
 
125
+ export declare function PasswordHideSvg({ className, size }: SvgProps): JSX.Element;
126
+
127
+ export declare function PasswordShowSvg({ className, size }: SvgProps): JSX.Element;
128
+
125
129
  export declare function PetsInterestSvg({ interestName, className, size }: PetsInterestSvgProps): JSX.Element | undefined;
126
130
 
127
131
  declare interface PetsInterestSvgProps {
@@ -191,8 +195,6 @@ export declare function UpArrowSvg({ className, size }: SvgProps): JSX.Element;
191
195
 
192
196
  export declare function UserSvg({ className, size }: SvgProps): JSX.Element;
193
197
 
194
- export declare function WorenaLogoSvg({ className, size }: SvgProps): JSX.Element;
195
-
196
198
  export declare function Yoga({ className, size }: SvgProps): JSX.Element;
197
199
 
198
200
  export { }