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

function HandGrabO(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="M13.714 6.857a2.279 2.279 0 00-2.286 2.286v2.286h-.571V9.768c0-1.125-.857-2.054-2-2.054-1.107 0-2 .893-2 2v7.661l-.571-.536v-3.071c0-1.125-.857-2.054-2-2.054-1.107 0-2 .893-2 2v4c0 .554.232 1.071.625 1.464l5.536 5.286c.518.518.696 1.107.696 1.821 0 .625.518 1.143 1.143 1.143h11.429c.625 0 1.143-.518 1.143-1.143v-.446c0-.464.054-.929.179-1.375l1.929-7.786c.125-.446.179-.911.179-1.375V10.91c0-1.125-.857-2.054-2-2.054-1.107 0-2 .893-2 2v.571h-.571V9.195c0-.946-.643-1.821-1.589-2.018a2.91 2.91 0 00-.411-.036c-1.107 0-2 .893-2 2v2.286h-.571V9.248c0-1.196-.857-2.25-2.054-2.375-.089-.018-.161-.018-.232-.018zm0-2.286c.964 0 1.893.304 2.661.893a4.327 4.327 0 012.196-.607c1.411 0 2.714.679 3.518 1.839a4.16 4.16 0 011.054-.125c2.393 0 4.286 1.964 4.286 4.339v4.393c0 .643-.089 1.304-.232 1.929l-1.946 7.786c-.107.429-.107.839-.107 1.268a3.43 3.43 0 01-3.429 3.429H10.286c-2.036 0-3.429-1.625-3.429-3.589l-5.5-5.286C.518 20.036 0 18.894 0 17.715v-4a4.299 4.299 0 014.286-4.286c.107 0 .196 0 .286.018a4.297 4.297 0 014.286-4.018c.607 0 1.196.125 1.75.375a4.462 4.462 0 013.107-1.232z" />
    </svg>
  );
}

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