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

function Linkedin(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M6.232 11.161v17.696H.339V11.161h5.893zm.375-5.465C6.625 7.392 5.339 8.75 3.286 8.75H3.25C1.268 8.75 0 7.393 0 5.696c0-1.732 1.321-3.054 3.321-3.054 2.018 0 3.268 1.321 3.286 3.054zm20.822 13.018v10.143h-5.875v-9.464c0-2.375-.857-4-2.982-4-1.625 0-2.589 1.089-3.018 2.143-.143.393-.196.911-.196 1.446v9.875H9.483c.071-16.036 0-17.696 0-17.696h5.875v2.571h-.036c.768-1.214 2.161-2.982 5.339-2.982 3.875 0 6.768 2.536 6.768 7.964z" />
    </svg>
  );
}

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