/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CurrencyUsdIcon: 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 0 16 8 8 0 0 1 0-16m-.354 3.094v.851c-1.716.084-2.796.984-2.796 2.412 0 1.452 1.224 2.005 2.64 2.4.047.013.108.025.156.049v2.279c-.792-.12-1.368-.552-1.416-1.476H7.906c.037 1.704 1.273 2.713 3.073 2.868v1.056h.767v-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.045.551 1.13 1.26h1.667c-.072-1.513-1.117-2.497-2.797-2.653v-.863zm.767 5.927c.768.252 1.272.528 1.273 1.152 0 .552-.36.913-1.273.96zm-.767-1.835c-.732-.24-1.116-.457-1.116-.973 0-.552.444-.852 1.116-.9z' />
    </g>
  </svg>
);
export default CurrencyUsdIcon;
