ui/components/Icons/ts/Rss.d.ts

4 lines
155 B
TypeScript

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