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