/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CurrencyUahIcon: 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 1 1 0 16 8 8 0 0 1 0-16m-.104 3.646q-.708 0-1.38.156a7 7 0 0 0-1.224.407l.444 1.236q.348-.155.684-.263a6 6 0 0 1 .684-.168q.336-.072.684-.073.432 0 .708.12.288.108.42.325a.9.9 0 0 1 .144.515q0 .252-.06.445a.9.9 0 0 1-.203.336H8.239v.84h2.784q-.144.07-.384.18-.228.107-.492.24-.252.12-.492.263-.228.144-.384.313H8.24v.851h.588a1.5 1.5 0 0 0-.084.336q-.024.18-.024.372 0 .768.324 1.296.336.528.984.805.649.276 1.609.275.756 0 1.427-.143a5.7 5.7 0 0 0 1.153-.384v-1.309a9 9 0 0 1-1.189.397 5.3 5.3 0 0 1-1.284.155q-.492 0-.84-.132a1.07 1.07 0 0 1-.504-.372 1.08 1.08 0 0 1-.168-.611q0-.216.048-.372a1 1 0 0 1 .156-.313h4.32v-.851h-2.964a7 7 0 0 1 .408-.168l.528-.229q.276-.132.529-.275.25-.156.407-.325h1.093v-.84h-.624q.06-.18.084-.384.036-.204.035-.42 0-.732-.336-1.224a1.97 1.97 0 0 0-.924-.756q-.6-.251-1.428-.251' />
    </g>
  </svg>
);
export default CurrencyUahIcon;
