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

function Signing(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M14.839 12.018c.375 0 .732.107 1.054.321l3.964 2.643a9.54 9.54 0 011.964 1.732l2.607 3.036c.446.518.643 1.214.518 1.893l-1.286 7.375a1.746 1.746 0 01-1.518 1.411l-9.411 1L6.445 32h-.161c-.929 0-1.714-.75-1.714-1.714 0-.893.75-1.607 1.643-1.714l4.643-.571h-8a1.713 1.713 0 01-1.714-1.804c.054-.929.875-1.625 1.804-1.625l7.893-.018-9.304-1.143a1.72 1.72 0 01-1.518-1.964c.143-.857.929-1.429 1.786-1.429h.179l8.589 1.071-6.268-1.679c-.893-.232-1.571-1.054-1.429-1.964A1.72 1.72 0 014.57 16c.125 0 .232.018.357.036l8 1.714 3.875.661c.036 0 .071.018.107.018.536 0 .804-.732.321-1.054l-3.321-2.232a1.707 1.707 0 01-.429-2.446 1.667 1.667 0 011.357-.679zm-1.25 3.607l3.321 2.232-3.893-.661-.089-.036-.643-.679-4.25-4.679c-.036-.036-.054-.089-.089-.125a1.714 1.714 0 01.339-2.393c.714-.554 1.732-.375 2.357.286l2.536 2.625c-.054.054-.107.089-.161.143a2.317 2.317 0 00-.411 1.768c.107.607.464 1.161.982 1.518zm15.84-8.107l.268 4.75a9.97 9.97 0 01-.196 2.625l-.857 3.911a2.25 2.25 0 01-1.196 1.554l-1.893.964a2.81 2.81 0 00-.696-1.946l-2.607-3.036a10.324 10.324 0 00-2.089-1.839l-3.964-2.643a2.384 2.384 0 00-1.357-.411c-.607 0-1.161.25-1.571.661L9.075 6.537a1.702 1.702 0 01.411-2.446c.768-.536 1.821-.286 2.393.464l4.75 6.286-4.679-8.125a1.709 1.709 0 01.661-2.393c.821-.429 1.857-.089 2.321.714l4.304 7.5-2.429-6.018c-.339-.857-.107-1.893.714-2.321a1.71 1.71 0 012.357.804l3.446 7.411 1.804 3.5c.286.554 1.125.321 1.089-.286l-.214-4a1.723 1.723 0 011.696-1.821c.929 0 1.679.786 1.732 1.714z" />
    </svg>
  );
}

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