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

function Instagram(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="M18.286 16c0-2.518-2.054-4.571-4.571-4.571S9.144 13.483 9.144 16s2.054 4.571 4.571 4.571 4.571-2.054 4.571-4.571zm2.464 0c0 3.893-3.143 7.036-7.036 7.036S6.678 19.893 6.678 16s3.143-7.036 7.036-7.036S20.75 12.107 20.75 16zm1.929-7.321c0 .911-.732 1.643-1.643 1.643s-1.643-.732-1.643-1.643.732-1.643 1.643-1.643 1.643.732 1.643 1.643zM13.714 4.75c-2 0-6.286-.161-8.089.554-.625.25-1.089.554-1.571 1.036s-.786.946-1.036 1.571C2.304 9.715 2.464 14 2.464 16s-.161 6.286.554 8.089c.25.625.554 1.089 1.036 1.571s.946.786 1.571 1.036c1.804.714 6.089.554 8.089.554s6.286.161 8.089-.554c.625-.25 1.089-.554 1.571-1.036s.786-.946 1.036-1.571c.714-1.804.554-6.089.554-8.089s.161-6.286-.554-8.089c-.25-.625-.554-1.089-1.036-1.571s-.946-.786-1.571-1.036c-1.804-.714-6.089-.554-8.089-.554zM27.429 16c0 1.893.018 3.768-.089 5.661-.107 2.196-.607 4.143-2.214 5.75s-3.554 2.107-5.75 2.214c-1.893.107-3.768.089-5.661.089s-3.768.018-5.661-.089c-2.196-.107-4.143-.607-5.75-2.214S.197 23.857.09 21.661C-.017 19.768.001 17.893.001 16s-.018-3.768.089-5.661c.107-2.196.607-4.143 2.214-5.75s3.554-2.107 5.75-2.214c1.893-.107 3.768-.089 5.661-.089s3.768-.018 5.661.089c2.196.107 4.143.607 5.75 2.214s2.107 3.554 2.214 5.75c.107 1.893.089 3.768.089 5.661z" />
    </svg>
  );
}

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