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