/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CurrencyMxnIcon: 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='M11.667 4a8 8 0 1 1-6.724 12.333h.98v-5.832h.025l1.884 5.832h1.355l1.872-5.832h.025v5.832h1.775v-.847c.543.566 1.354.906 2.335.991v1.056h.768v-1.032c1.92-.084 2.952-1.068 2.952-2.46 0-1.68-1.32-2.148-2.952-2.628V9.35c.672.144 1.044.551 1.128 1.26h1.668c-.072-1.513-1.116-2.497-2.796-2.653v-.863h-.768v.851c-1.052.052-1.863.41-2.335 1.01V7.752h-2.315l-2.029 5.94h-.023l-2.028-5.94H4.888A7.99 7.99 0 0 1 11.667 4m4.295 9.022c.768.251 1.272.527 1.272 1.15 0 .553-.36.914-1.272.962zm-3.103-1.374c.483.552 1.293.862 2.179 1.11.048.012.108.024.156.048v2.279c-.792-.12-1.368-.552-1.416-1.476h-.919zm-8.7 3.123A8 8 0 0 1 3.668 12c0-.974.174-1.908.493-2.771zm11.035-3.585c-.732-.24-1.116-.457-1.116-.973 0-.552.444-.852 1.116-.9z' />
    </g>
  </svg>
);
export default CurrencyMxnIcon;
