const BoxedCheckIcon = ({ width = 24, height = 24, color = "white", strokeWidth = 2, ...props }) => { return ( ); }; export default BoxedCheckIcon;