import { ComponentProps } from "react"; export function ChevronTopIcon(props: ComponentProps<"svg">) { return ( ); }