import type { SVGProps } from "react"; export function FeedIcon( props: JSX.IntrinsicAttributes & SVGProps, ) { return ( ); }