/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CurrencyBrlIcon: 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-16m2.8 3.094v.851c-1.057.052-1.871.414-2.342 1.018-.45-.784-1.382-1.21-2.695-1.21H5.22v8.58h1.848v-3.12h1.668c1.932 0 1.14 2.76 1.548 3.12h1.932v-.107c-.109-.033-.153-.232-.182-.523.53.436 1.251.701 2.1.774v1.056h.768v-1.032c1.92-.084 2.952-1.068 2.952-2.46 0-1.68-1.32-2.148-2.952-2.628V9.35c.672.144 1.043.551 1.127 1.26h1.669c-.073-1.513-1.117-2.497-2.796-2.653v-.863zm.769 5.927c.767.252 1.27.528 1.271 1.152 0 .552-.36.913-1.271.96zm-3.199-1.494c.467.629 1.327.966 2.275 1.23.048.013.107.025.155.049v2.279c-.792-.12-1.368-.552-1.416-1.476h-.981c-.207-.607-.59-1.115-1.332-1.248v-.024c.553-.124 1.003-.4 1.3-.81M8.736 9.29c1.032 0 1.512.385 1.512 1.177 0 .816-.54 1.212-1.524 1.212H7.068V9.289zm5.397 1.897c-.732-.24-1.115-.457-1.115-.973 0-.552.443-.851 1.115-.9z' />
    </g>
  </svg>
);
export default CurrencyBrlIcon;
