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