// Generated by script, don't edit it please.
import * as React from 'react';

function Fa(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 28 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M27.429 9.143v14.982c0 .554-.357.964-.875 1.107-1.911.571-4.054.929-6.036.929-2.679 0-4.946-1.054-7.911-1.054-2.196 0-4.464.357-6.607.857V32H3.143V7.571A3.937 3.937 0 01.661 3.91c0-2.161 1.75-3.911 3.911-3.911s3.911 1.75 3.911 3.911a3.938 3.938 0 01-2.482 3.661v1.214c2-.464 4.071-.786 6.125-.786 1.179 0 2.357.089 3.536.268 1.536.232 3.089.768 4.661.768.982 0 1.982-.125 2.946-.321C24.001 8.571 25.68 8 26.287 8c.625 0 1.143.518 1.143 1.143z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(Fa);
export default ForwardRef;
