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

function LinkedinSquare(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="M4.232 25.25h4.125V12.857H4.232V25.25zM8.625 9.036c-.018-1.214-.893-2.143-2.304-2.143s-2.339.929-2.339 2.143c0 1.179.893 2.143 2.286 2.143h.018c1.446 0 2.339-.964 2.339-2.143zM19.071 25.25h4.125v-7.107c0-3.804-2.036-5.571-4.75-5.571-2.214 0-3.196 1.232-3.732 2.089h.036v-1.804h-4.125s.054 1.161 0 12.393h4.125v-6.929c0-.357.018-.732.125-1 .304-.732.982-1.5 2.125-1.5 1.482 0 2.071 1.125 2.071 2.804v6.625zm8.358-17.821v17.143a5.145 5.145 0 01-5.143 5.143H5.143A5.145 5.145 0 010 24.572V7.429a5.145 5.145 0 015.143-5.143h17.143a5.145 5.145 0 015.143 5.143z" />
    </svg>
  );
}

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