import type { SVGProps } from "react"; const SvgCancelIcon = (props: SVGProps) => ( ); export default SvgCancelIcon;