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