import { forwardRef, SVGProps } from 'react'; export interface GoogleDriveProps extends Omit, 'css'> {} export const GoogleDrive = forwardRef((props, ref) => ( )); GoogleDrive.displayName = 'GoogleDrive';