import * as React from "react"; import { SVGProps } from "react"; const SvgCheckboxBlankBadge = (props: SVGProps) => ( ); export default SvgCheckboxBlankBadge;