/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CurrencyKrwIcon: 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-16M7.304 7.766l.624 3.828h-.732v.888h.876l.648 3.851h1.692l.708-3.851h.744l.72 3.851h1.68l.648-3.851h.888v-.888h-.744l.624-3.828h-1.356l-.576 3.828h-.84l-.647-3.828h-1.525l-.66 3.828h-.828L8.66 7.766zm2.617 4.716-.288 2.087-.252-2.088zm3.695 0-.252 2.087-.3-2.088zm-1.86-.888h-.528l.264-1.969z' />
    </g>
  </svg>
);
export default CurrencyKrwIcon;
