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