import * as React from 'react'; import type { SvgProps } from 'react-native-svg'; import Svg, { G, Path, Defs, ClipPath } from "react-native-svg" export const GoogleSymbolIcon = (props: SvgProps) => { return ( ) }