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