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