import React from "react"; import { IntegrationLogoSvgWrapper, SvgLogoProps } from "./wrapper"; const GcpSvg = ({ color, square, ...rest }: SvgLogoProps) => ( GCP integration logo ); export { GcpSvg };