import * as React from "react"; import { SVGProps } from "react"; const SvgGoogleSpreadsheet = (props: SVGProps) => ( ); export default SvgGoogleSpreadsheet;