/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CurrencyTryIcon: 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='M12 4a8 8 0 1 1 0 16 8 8 0 0 1 0-16M9.731 7.766v2.1l-1.199.407v.949l1.2-.409v.816l-1.2.408v.948l1.2-.42v3.768q.227.048.503.072.289.024.553.025 1.176 0 1.968-.349.804-.36 1.284-.96.48-.612.695-1.38.217-.78.217-1.607h-1.416q0 .84-.217 1.5-.204.66-.72 1.067-.503.396-1.38.468v-3.107l2.1-.733v-.936l-2.1.732v-.828l2.1-.72V8.63l-2.1.732V7.766z' />
    </g>
  </svg>
);
export default CurrencyTryIcon;
