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

function PinterestP(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 23 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M0 10.661C0 4.072 6.036 0 12.143 0c5.607 0 10.714 3.857 10.714 9.768 0 5.554-2.839 11.714-9.161 11.714-1.5 0-3.393-.75-4.125-2.143-1.357 5.375-1.25 6.179-4.25 10.286l-.25.089-.161-.179c-.107-1.125-.268-2.232-.268-3.357 0-3.643 1.679-8.911 2.5-12.446-.446-.911-.571-2.018-.571-3.018 0-1.804 1.25-4.089 3.286-4.089 1.5 0 2.304 1.143 2.304 2.554 0 2.321-1.571 4.5-1.571 6.75 0 1.536 1.268 2.607 2.75 2.607 4.107 0 5.375-5.929 5.375-9.089 0-4.232-3-6.536-7.054-6.536-4.714 0-8.357 3.393-8.357 8.179 0 2.304 1.411 3.482 1.411 4.036 0 .464-.339 2.107-.929 2.107-.089 0-.214-.036-.304-.054C.928 16.411 0 13 0 10.661z" />
    </svg>
  );
}

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