wasvg 1.21.0 → 1.23.2

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
@@ -133,6 +133,8 @@ declare interface MusicInterestSvgProps {
133
133
  size?: SvgSize;
134
134
  }
135
135
 
136
+ export declare function NearbySvg({ className, size }: SvgProps): JSX.Element;
137
+
136
138
  export declare function NewsfeedSvg({ className, size }: SvgProps): JSX.Element;
137
139
 
138
140
  export declare function NotificationSvg({ className, size }: SvgProps): JSX.Element;