wasvg 1.23.2 → 1.24.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
@@ -111,6 +111,8 @@ export declare function LeaderboardSvg({ className, size }: SvgProps): JSX.Eleme
111
111
 
112
112
  export declare function LeftArrowSvg({ className, size }: SvgProps): JSX.Element;
113
113
 
114
+ export declare function LikeSvg({ className, size }: SvgProps): JSX.Element;
115
+
114
116
  export declare function LinkedinSvg({ className, size }: SvgProps): JSX.Element;
115
117
 
116
118
  export declare function LocationPointSvg({ className, size }: SvgProps): JSX.Element;