/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const SmileIcon: 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.453h.009c.495 0 .9.405.9.9s-.405.9-.9.9a.91.91 0 0 1-.909-.9c0-.495.396-.9.9-.9m-6.975.27a.9.9 0 0 1 .288-.198.92.92 0 0 1 .693 0 .91.91 0 0 1 .549.837c0 .243-.09.468-.261.63a.906.906 0 0 1-.639.27.9.9 0 0 1-.63-.27.86.86 0 0 1-.27-.63.9.9 0 0 1 .27-.639m8.055 4.464A4.41 4.41 0 0 1 12 17.175h-.126a4.41 4.41 0 0 1-4.248-2.988.675.675 0 0 1 .45-.846.686.686 0 0 1 .846.441c.027.09.684 2.034 2.952 2.034H12c2.277 0 2.925-1.953 2.952-2.043a.68.68 0 0 1 .846-.441.67.67 0 0 1 .441.837z' />
    </g>
  </svg>
);
export default SmileIcon;
