/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CurrencyEurIcon: 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 4a8 8 0 1 1 0 16 8 8 0 0 1 0-16m.668 3.934c-2.136 0-3.192 1.367-3.444 3.263h-.66v.78h.587v.24c0 .12.001.252.013.372h-.6v.78h.671c.288 1.836 1.345 3.145 3.433 3.145 2.1 0 3.096-1.309 3.204-3.204h-1.765c-.06.995-.407 1.763-1.475 1.763-.972 0-1.44-.672-1.62-1.704h2.015v-.78H10.94c-.011-.12-.011-.24-.011-.371v-.24h2.1v-.78h-2.04c.168-1.093.636-1.825 1.644-1.825 1.056 0 1.38.768 1.475 1.668h1.765c-.12-1.8-1.116-3.107-3.204-3.107' />
    </g>
  </svg>
);
export default CurrencyEurIcon;
