import React from 'react'; function IconCheckboxBlankCircle(props: any) { return ( ); } export default IconCheckboxBlankCircle;