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

function StumbleuponCircle(
  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="M15.464 14.982l1.607-.482v-1.107c0-1.893-1.607-3.411-3.5-3.411s-3.5 1.5-3.5 3.393v5.054c0 .464-.375.839-.839.839s-.821-.375-.821-.839v-2.143H5.715v2.179c0 1.946 1.571 3.5 3.518 3.5 1.911 0 3.5-1.536 3.5-3.446v-5c0-.464.375-.839.839-.839.446 0 .821.375.821.839v.964zm5.947 3.482v-2.179h-2.679v2.25a.838.838 0 01-.839.839.835.835 0 01-.821-.839v-2.196l-1.607.464-1.071-.5v2.196c0 1.911 1.589 3.464 3.518 3.464s3.5-1.554 3.5-3.5zM27.429 16c0 7.571-6.143 13.714-13.714 13.714S.001 23.571.001 16 6.144 2.286 13.715 2.286 27.429 8.429 27.429 16z" />
    </svg>
  );
}

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