ui/components/Icons/ts/Slack.d.ts

4 lines
159 B
TypeScript

import type { SVGProps } from "react";
declare const Slack: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
export default Slack;