/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const MasksIcon: 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 fillRule='evenodd' clipRule='evenodd'>
        <path d='M2.78 12.983 2 7.702s.61-1.891 4.965-2.546C7.697 5.047 8.336 5 8.896 5c2.767 0 3.55 1.128 3.55 1.128l.098.671c-1.162.07-1.911.346-2.37.608a2.4 2.4 0 0 0-.597.46l-.033.041-.3 2.023-.3 2.024a2.26 2.26 0 0 0-1.095-.103 2.31 2.31 0 0 0-1.945 2.468 3.57 3.57 0 0 1 2.863-1.195l-.009.064q-.002.096-.002.193c0 1.345.532 2.462 1.227 3.348-.684.479-1.202.746-1.202.746S3.8 16.88 2.78 12.983m3.057-3.395A1.73 1.73 0 0 1 4.753 9.4H4.75c-.02.111-.02.231-.003.351a1.1 1.1 0 0 0 1.25.936 1.11 1.11 0 0 0 .926-1.265 1.1 1.1 0 0 0-.104-.337 1.73 1.73 0 0 1-.982.502' />
        <path d='M10.746 13.19c-.152 4.024 4.453 6.069 4.453 6.069s5.498-.972 6.019-4.493L22 9.485s-.61-1.892-4.974-2.549-5.497.972-5.497.972zm4.012-2.995c.602.092 1.019.657.928 1.265h-.005a1.1 1.1 0 0 1-.104.337 1.73 1.73 0 0 0-.985-.502 1.74 1.74 0 0 0-1.087.187 1.1 1.1 0 0 1-.003-.351 1.106 1.106 0 0 1 1.255-.936m4.419 1.788a1.1 1.1 0 0 1-.104.337h-.006a1.73 1.73 0 0 0-.985-.501 1.74 1.74 0 0 0-1.087.187 1.1 1.1 0 0 1-.003-.351 1.105 1.105 0 0 1 1.256-.936c.602.092 1.019.657.929 1.264m-6.212 1.315a4.83 4.83 0 0 0 2.885 1.56 4.8 4.8 0 0 0 3.208-.64 3.09 3.09 0 0 1-3.47 2.4c-1.613-.242-2.747-1.704-2.623-3.32' />
      </g>
    </g>
  </svg>
);
export default MasksIcon;
