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