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