import React from 'react'; const starIcon = (fill: string, size: number, style?: React.CSSProperties) => ( ); export default starIcon;