@untitled-theme/icons-react
Version: 
Untitled UI icons for React
9 lines (8 loc) • 843 B
TypeScript
import * as React from 'react';
interface GoogleChromeIconProps extends React.SVGProps<SVGSVGElement> {
}
/**
 * 
 */
declare const GoogleChromeIcon: React.ForwardRefExoticComponent<Omit<GoogleChromeIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export default GoogleChromeIcon;