/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CurrencySekIcon: 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.333 4a8 8 0 1 1 0 16 8 8 0 0 1 0-16M6.472 7.753v8.58h1.644v-1.98l.768-.78 1.644 2.76h1.908l-2.484-3.851 2.232-2.28h-1.788l-2.28 2.4v-4.85zm9.316 2.364c-.732 0-1.248.457-1.56 1.14h-.024v-1.056H12.56v6.132h1.644v-2.976c0-1.115.78-1.763 1.728-1.763.132 0 .24.01.396.035v-1.476a3 3 0 0 0-.54-.036' />
    </g>
  </svg>
);
export default CurrencySekIcon;
