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