/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const PersonaSmileIcon: 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>
      <g>
        <path d='M15.5 9.16h.01c.55 0 1 .45 1 1s-.45 1-1 1-1.01-.45-1.01-1 .44-1 1-1M7.75 9.46c.09-.09.2-.17.32-.22.24-.1.53-.1.77 0a1.02 1.02 0 0 1 .61.93c0 .27-.1.52-.29.7-.09.1-.2.17-.32.22s-.25.08-.39.08a1 1 0 0 1-.7-.3.96.96 0 0 1-.3-.7 1 1 0 0 1 .3-.71M16.7 14.42a4.9 4.9 0 0 1-4.72 3.32h-.14a4.9 4.9 0 0 1-4.72-3.32c-.12-.4.1-.82.5-.94.39-.12.81.1.94.49.03.1.76 2.26 3.28 2.26h.14c2.53 0 3.25-2.17 3.28-2.27.13-.39.54-.61.94-.49.39.12.61.54.49.93z' />
      </g>
    </g>
  </svg>
);
export default PersonaSmileIcon;
