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