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