import React from 'react'; export const YellowStarIcon: React.FC<{ className: string }> = ({ className }) => ( );