wasvg 1.30.0 → 1.31.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
@@ -189,6 +189,8 @@ export declare function MarketSvg({ className, size }: SvgProps): JSX.Element;
189
189
 
190
190
  export declare function MenuSvg({ className, size }: SvgProps): JSX.Element;
191
191
 
192
+ export declare function MessageSvg({ className, size }: SvgProps): JSX.Element;
193
+
192
194
  export declare function MinusSvg({ className, size }: SvgProps): JSX.Element;
193
195
 
194
196
  export declare function Mountain({ className, size }: SvgProps): JSX.Element;