import type { SvgProps } from "react-native-svg"; import * as React from "react"; import Svg, { G, Path } from "react-native-svg"; const Logo = (props: SvgProps) => ( ); export default Logo;