import Svg, { Circle, Path, Rect, type SvgProps } from 'react-native-svg'; const SvgBrowser = (props: SvgProps) => ( ); export default SvgBrowser;