export const ReviewIcon: React.FC<React.SVGAttributes<{}>> = (props) => (
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" {...props}>
    <path
      fill="currentColor"
      d="M14.385 11.539a.632.632 0 0 0-.198.616l1.056 4.574a.624.624 0 0 1-.929.679l-3.992-2.422a.62.62 0 0 0-.644 0l-3.992 2.422a.626.626 0 0 1-.929-.68l1.056-4.573a.631.631 0 0 0-.198-.616L2.09 8.465a.625.625 0 0 1 .354-1.1l4.646-.401a.625.625 0 0 0 .52-.381l1.816-4.325a.625.625 0 0 1 1.146 0l1.815 4.325a.624.624 0 0 0 .521.381l4.646.402a.625.625 0 0 1 .354 1.099l-3.524 3.074Z"
      opacity={0.2}
    />
    <path
      fill="currentColor"
      d="M18.688 7.6a1.25 1.25 0 0 0-1.08-.859l-4.64-.4-1.818-4.325a1.246 1.246 0 0 0-2.3 0L7.037 6.341l-4.646.403a1.25 1.25 0 0 0-.711 2.192l3.524 3.08-1.056 4.573a1.25 1.25 0 0 0 1.862 1.355l3.985-2.422 3.993 2.422a1.25 1.25 0 0 0 1.862-1.355l-1.056-4.578 3.524-3.075a1.25 1.25 0 0 0 .37-1.335Zm-1.19.391-3.523 3.075a1.25 1.25 0 0 0-.397 1.228l1.059 4.58-3.99-2.421a1.242 1.242 0 0 0-1.292 0L5.37 16.875l1.052-4.578a1.25 1.25 0 0 0-.397-1.228L2.5 7.996v-.007l4.644-.402a1.25 1.25 0 0 0 1.043-.761L10 2.506l1.813 4.32a1.25 1.25 0 0 0 1.042.761l4.645.402v.005l-.002-.003Z"
    />
  </svg>
);
