/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const FrownIcon: 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='M12 3c-4.968 0-9 4.032-9 9s4.032 9 9 9 9-4.032 9-9-4.032-9-9-9m3.168 6.453c.495 0 .9.405.9.9s-.405.9-.9.9a.903.903 0 0 1-.9-.9c0-.495.396-.9.9-.9m-6.984.27a1.1 1.1 0 0 1 .297-.198.9.9 0 0 1 .684 0c.108.045.207.117.297.198a.9.9 0 0 1 .261.639c0 .243-.09.468-.261.63a.9.9 0 0 1-.297.198.9.9 0 0 1-.342.072.9.9 0 0 1-.342-.072.9.9 0 0 1-.297-.198.87.87 0 0 1-.261-.63c0-.234.09-.468.261-.639m7.614 7.425a.683.683 0 0 1-.846-.45c-.027-.09-.684-2.043-2.952-2.043h-.126c-2.277 0-2.925 1.953-2.952 2.043a.68.68 0 0 1-.846.441.67.67 0 0 1-.441-.837 4.41 4.41 0 0 1 4.248-2.988h.126a4.41 4.41 0 0 1 4.248 2.988.675.675 0 0 1-.45.846z' />
    </g>
  </svg>
);
export default FrownIcon;
