import { SVGAttributes } from "react"; export function ChromeIcon(props: SVGAttributes) { return ( ); }