import { forwardRef, SVGProps } from 'react'; export interface SlackProps extends Omit, 'css'> {} export const Slack = forwardRef((props, ref) => ( )); Slack.displayName = 'Slack';