/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CurrencyInrIcon: 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-16M9.18 7.766v.887h.948q.396 0 .672.144.288.132.456.372.18.24.252.553H9.18v.887h2.34q-.084.337-.312.577-.216.24-.553.372-.324.12-.756.12h-.72v.887l2.16 3.768h2.137l-2.352-3.66q.888-.18 1.452-.672.564-.504.684-1.392h1.332v-.887h-1.357a1.8 1.8 0 0 0-.191-.576q-.132-.264-.336-.493h1.884v-.887z' />
    </g>
  </svg>
);
export default CurrencyInrIcon;
