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