import type { SVGProps } from "react"; export function SlackIcon(props: SVGProps) { return ( ); }