/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CurrencyCadIcon: 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-16m3.184 3.094v.851c-1.145.056-2.005.477-2.452 1.173-.609-.946-1.67-1.545-3.164-1.545-2.615 0-4.116 1.873-4.116 4.489 0 2.567 1.453 4.452 4.069 4.452 1.39 0 2.416-.523 3.053-1.366.52.77 1.446 1.229 2.61 1.33v1.055h.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.044.551 1.128 1.26h1.669c-.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.96zM9.497 9.099c1.32 0 1.764.84 1.92 1.739h1.023c.243 1.1 1.34 1.572 2.587 1.92.048.013.109.025.157.049v2.279c-.792-.12-1.368-.552-1.416-1.476h-.526q.046-.222.07-.456h-1.895c-.12.996-.588 1.836-1.92 1.836-1.608 0-2.137-1.296-2.137-2.952 0-1.644.53-2.94 2.137-2.94m5.687 2.088c-.732-.24-1.117-.457-1.117-.973 0-.552.445-.852 1.117-.9z' />
    </g>
  </svg>
);
export default CurrencyCadIcon;
