/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CurrencyPlnIcon: 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.9 10.201v1.26h2.892v.024l-3.12 3.66v1.188h5.352v-1.271H9.748v-.025l3.144-3.695v-1.14zm6.02-2.448v3.973l-.756.551v1.273l.756-.553v3.336h1.643v-4.548l.769-.563V9.96l-.769.564V7.753z' />
    </g>
  </svg>
);
export default CurrencyPlnIcon;
