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

function Spinner(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="M9.393 24.893a2.29 2.29 0 01-2.286 2.286 2.302 2.302 0 01-2.286-2.286 2.29 2.29 0 012.286-2.286 2.279 2.279 0 012.286 2.286zm8.893 3.678c0 1.268-1.018 2.286-2.286 2.286s-2.286-1.018-2.286-2.286 1.018-2.286 2.286-2.286 2.286 1.018 2.286 2.286zM5.714 16c0 1.268-1.018 2.286-2.286 2.286S1.142 17.268 1.142 16s1.018-2.286 2.286-2.286S5.714 14.732 5.714 16zm21.465 8.893a2.302 2.302 0 01-2.286 2.286 2.29 2.29 0 01-2.286-2.286 2.279 2.279 0 012.286-2.286 2.29 2.29 0 012.286 2.286zM9.964 7.107c0 1.571-1.286 2.857-2.857 2.857S4.25 8.678 4.25 7.107 5.536 4.25 7.107 4.25s2.857 1.286 2.857 2.857zM30.857 16c0 1.268-1.018 2.286-2.286 2.286S26.285 17.268 26.285 16s1.018-2.286 2.286-2.286 2.286 1.018 2.286 2.286zM19.429 3.429a3.43 3.43 0 01-6.858 0 3.43 3.43 0 016.858 0zm9.464 3.678c0 2.214-1.804 4-4 4-2.214 0-4-1.786-4-4 0-2.196 1.786-4 4-4 2.196 0 4 1.804 4 4z" />
    </svg>
  );
}

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