/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CurrencyJpyIcon: 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-3.67 4.102 2.545 4.56H8.766v.78h2.016v.696H8.766v.779h2.016v1.416h1.765v-1.416h2.015v-.78h-2.015v-.696h2.015v-.78h-1.776l2.557-4.56h-1.97l-1.69 3.457h-.025L9.954 8.102z' />
    </g>
  </svg>
);
export default CurrencyJpyIcon;
