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

function Stumbleupon(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 34 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M18.964 12.714v-2.107c0-1-.821-1.821-1.821-1.821s-1.821.821-1.821 1.821v10.929c0 4.179-3.464 7.554-7.661 7.554A7.66 7.66 0 010 21.429v-4.75h5.857v4.679c0 1.018.821 1.821 1.821 1.821s1.821-.804 1.821-1.821V10.287c0-4.089 3.5-7.375 7.643-7.375 4.161 0 7.643 3.304 7.643 7.429v2.429l-3.482 1.036zm9.465 3.965h5.857v4.75a7.66 7.66 0 01-7.661 7.661c-4.214 0-7.661-3.393-7.661-7.589v-4.786l2.339 1.089 3.482-1.036v4.821c0 1 .821 1.804 1.821 1.804s1.821-.804 1.821-1.804v-4.911z" />
    </svg>
  );
}

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