const Star = ({ width = 20, height = 20, fill = "#000", className = "" }) => { return ( ); }; export default Star;