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

function FutbolO(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="M10.875 14.571L16 10.857l5.125 3.714-1.946 6H12.84zM16 0c8.839 0 16 7.161 16 16s-7.161 16-16 16S0 24.839 0 16 7.161 0 16 0zm11.054 24.107A13.607 13.607 0 0029.715 16v-.054l-1.821 1.589-4.286-4 1.125-5.768 2.393.214c-1.696-2.339-4.125-4.143-6.946-5.036l.946 2.214-5.125 2.839-5.125-2.839.946-2.214a13.737 13.737 0 00-6.946 5.036l2.411-.214 1.107 5.768-4.286 4-1.821-1.589V16c0 3.036.982 5.821 2.661 8.107l.536-2.357 5.821.714 2.482 5.321-2.071 1.232c1.339.446 2.786.696 4.286.696s2.946-.25 4.286-.696l-2.071-1.232 2.482-5.321 5.821-.714z" />
    </svg>
  );
}

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