import React from "react"; /** * Google logo for Google sign in * * Based on the file btn_google_light_normal_ios.svg but with the button background removed * See: https://developers.google.com/identity/branding-guidelines */ export default function GoogleIconSvg(props: React.HTMLProps): React.JSX.Element;