/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CurrencyAudIcon: 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.333 4A8 8 0 1 1 4.61 16.333H6.29l.612-1.895h3.18l.612 1.895h2.016l-.128-.337c.467.261 1.031.426 1.667.481v1.056h.769v-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-.769v.851c-1.716.084-2.796.985-2.796 2.412 0 1.452 1.225 2.005 2.641 2.4.048.013.107.025.155.049v2.279c-.791-.12-1.368-.552-1.416-1.476h-1.159L9.447 7.753H7.55L4.424 16.03A8 8 0 0 1 11.334 4m3.686 9.022c.768.251 1.271.527 1.271 1.15 0 .553-.36.914-1.271.962zM8.51 9.457l1.128 3.54h-2.28l1.128-3.54zm5.74 1.729c-.733-.24-1.116-.457-1.116-.973 0-.552.444-.851 1.115-.9z' />
    </g>
  </svg>
);
export default CurrencyAudIcon;
