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