/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CurrencyNokIcon: 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.667 4a8 8 0 0 1 7.787 6.17c-.493.083-.849.436-1.075.934h-.02v-.88h-1.371v4.414l-2.437-3.374 2.729-3.08h-1.67l-2.87 3.27v-3.27H11.2v7.149h1.54v-2.03l.89-1 2.06 3.03h2.668v-2.48c0-.867.566-1.395 1.282-1.462.015.2.027.404.027.609a8 8 0 1 1-8-8M4.754 8.184v7.149h1.54v-4.71h.02l2.81 4.71h1.6v-7.15h-1.54v4.71h-.02l-2.81-4.71z' />
    </g>
  </svg>
);
export default CurrencyNokIcon;
