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