import React from "react"; const CheckCircle = ({ width, height, color }) => ( ); export default CheckCircle;