import { SVGProps } from 'react'; export function TrendingIcon(props: JSX.IntrinsicAttributes & SVGProps) { return ( ); }