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