/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const FourStarIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M11.297 3.9c.241-.652 1.165-.652 1.406 0l1.878 5.076a.75.75 0 0 0 .443.443l5.075 1.878c.653.241.653 1.165 0 1.406l-5.075 1.878a.75.75 0 0 0-.443.443L12.703 20.1c-.241.653-1.165.653-1.406 0l-1.878-5.075a.75.75 0 0 0-.443-.443L3.9 12.703c-.653-.241-.653-1.165 0-1.406l5.075-1.878a.75.75 0 0 0 .443-.443z' />
    </g>
  </svg>
);
export default FourStarIcon;
