import React from 'react'; const CheckMarkRoundIcon: React.FC = () => { return ( ); }; export default CheckMarkRoundIcon;