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