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

function PinterestSquare(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="M22.286 2.286a5.145 5.145 0 015.143 5.143v17.143a5.145 5.145 0 01-5.143 5.143H9.34c.589-.839 1.554-2.286 1.929-3.75 0 0 .161-.607.946-3.732.482.911 1.857 1.696 3.321 1.696 4.357 0 7.321-3.982 7.321-9.304 0-4.018-3.411-7.768-8.589-7.768-6.446 0-9.696 4.625-9.696 8.482 0 2.321.893 4.393 2.786 5.179.304.125.589 0 .679-.339.054-.232.196-.839.268-1.089.089-.339.054-.464-.196-.75-.536-.661-.893-1.482-.893-2.679 0-3.429 2.571-6.482 6.679-6.482 3.643 0 5.643 2.214 5.643 5.196 0 3.911-1.732 7.214-4.304 7.214-1.411 0-2.482-1.179-2.143-2.625.411-1.714 1.196-3.571 1.196-4.804 0-1.107-.589-2.036-1.821-2.036-1.446 0-2.607 1.5-2.607 3.5 0 0 0 1.286.429 2.161-1.482 6.286-1.75 7.393-1.75 7.393-.393 1.643-.232 3.554-.125 4.536H5.145a5.145 5.145 0 01-5.143-5.143V7.428a5.145 5.145 0 015.143-5.143h17.143z" />
    </svg>
  );
}

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