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

function Opera(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M26.661 4.071c-1.875-1.25-4.071-1.964-6.411-1.964-3.804 0-7.161 1.946-9.518 4.875-1.714 2.143-2.911 5.179-3 8.643v.75c.089 3.464 1.286 6.5 3 8.643 2.357 2.929 5.714 4.875 9.518 4.875 2.339 0 4.536-.714 6.411-1.964A15.908 15.908 0 0116 32c-.25 0-.518 0-.768-.018C6.75 31.589 0 24.589 0 16 0 7.161 7.161 0 16 0h.054a15.989 15.989 0 0110.607 4.071zM32 16c0 4.661-2 8.839-5.179 11.768-1.214.732-2.554 1.125-3.964 1.125-1.643 0-3.196-.536-4.554-1.5 3.625-1.321 6.304-5.911 6.304-11.393 0-5.464-2.661-10.054-6.286-11.393 1.357-.946 2.893-1.482 4.536-1.482 1.446 0 2.804.411 4.036 1.161C30.036 7.215 32 11.375 32 16z" />
    </svg>
  );
}

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