/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CurrencyIdrIcon: 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-16m4.596 6.01c-.924 0-1.548.48-1.824.84h-.025V10.2h-1.643v8.256h1.643v-2.784h.025c.276.384.9.84 1.824.84 1.596 0 2.699-1.236 2.7-3.251 0-2.016-1.104-3.252-2.7-3.252m-11.1-2.257v8.58h1.848v-3.12h1.668c1.932 0 1.14 2.76 1.549 3.12h1.931v-.107c-.48-.144.276-3.493-1.812-3.865v-.024c1.02-.228 1.692-.972 1.692-2.124 0-1.572-1.104-2.46-3-2.46zm10.692 3.528c.912 0 1.403.78 1.403 1.98s-.491 1.992-1.403 1.992c-.888 0-1.416-.72-1.416-1.991 0-1.26.528-1.98 1.416-1.98M8.345 9.29c1.032 0 1.513.385 1.513 1.177 0 .816-.54 1.212-1.525 1.212H6.677V9.289z' />
    </g>
  </svg>
);
export default CurrencyIdrIcon;
