import React from "react"; const CheckIcon = (props) => { return ( ); }; export default CheckIcon;