/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CurrencyThbIcon: 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-16m-1 2.333v1.42H8.85v8.58H11v1.334h1.333v-1.334h.634c1.776 0 2.928-.768 2.928-2.52 0-1.283-.768-1.908-1.668-2.064v-.023c.708-.24 1.332-.757 1.332-1.813 0-1.428-.973-2.16-2.748-2.16h-.478v-1.42zm0 8.464h-.302V12.47H11zm1.607-2.327c.9 0 1.392.324 1.392 1.164 0 .803-.42 1.163-1.464 1.163h-.202V12.47zM11 11.258h-.302V9.289H11zm1.475-1.969c.708 0 1.188.252 1.188.984s-.445.985-1.225.985h-.105V9.289z' />
    </g>
  </svg>
);
export default CurrencyThbIcon;
