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