import React from 'react'; import { SvgIcon } from '@mui/material'; const GoogleIconSvg = () => { return ( ); }; const GoogleIcon = ; export default GoogleIcon;