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