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

function HandStopO(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 29 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M15.714 2.286c-1.107 0-2 .893-2 2V16h-.571V6.571c0-1.107-.893-2-2-2s-2 .893-2 2v14l-2.75-3.661a2.285 2.285 0 00-1.821-.911 2.29 2.29 0 00-2.286 2.286c0 .5.161.982.464 1.375l6.857 9.143a2.285 2.285 0 001.821.911h12.286c.821 0 1.536-.589 1.696-1.393l1.357-7.232a6.74 6.74 0 00.089-1.054v-8.893c0-1.107-.893-2-2-2s-2 .893-2 2v4.857h-.571V6.57c0-1.107-.893-2-2-2s-2 .893-2 2v9.429h-.571V4.285c0-1.107-.893-2-2-2zm0-2.286c1.607 0 3.089.911 3.821 2.357.25-.054.5-.071.75-.071a4.299 4.299 0 014.286 4.286v.304c2.482-.143 4.571 1.768 4.571 4.268v8.893c0 .5-.054 1-.143 1.482l-1.357 7.214a3.985 3.985 0 01-3.929 3.268H11.427a4.653 4.653 0 01-3.661-1.821L.909 21.037a4.623 4.623 0 01-.911-2.75 4.568 4.568 0 014.571-4.571c.75 0 1.661.179 2.286.607v-7.75a4.299 4.299 0 014.286-4.286c.25 0 .5.018.75.071A4.292 4.292 0 0115.712.001z" />
    </svg>
  );
}

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