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

function Paw(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="M13.929 8.429c0 2-1.036 4.375-3.339 4.375-2.893 0-4.643-3.643-4.643-6.143 0-2 1.036-4.375 3.339-4.375 2.911 0 4.643 3.643 4.643 6.143zm-6.108 8.625c0 1.732-.911 3.536-2.875 3.536C2.089 20.59 0 17.09 0 14.501c0-1.732.929-3.554 2.875-3.554 2.857 0 4.946 3.518 4.946 6.107zm7.036-.483c4.375 0 10.286 6.304 10.286 10.518 0 2.268-1.857 2.625-3.679 2.625-2.393 0-4.321-1.607-6.607-1.607-2.393 0-4.429 1.589-7.018 1.589-1.732 0-3.268-.589-3.268-2.607 0-4.232 5.911-10.518 10.286-10.518zm4.268-3.767c-2.304 0-3.339-2.375-3.339-4.375 0-2.5 1.732-6.143 4.643-6.143 2.304 0 3.339 2.375 3.339 4.375 0 2.5-1.75 6.143-4.643 6.143zm7.714-1.858c1.946 0 2.875 1.821 2.875 3.554 0 2.589-2.089 6.089-4.946 6.089-1.964 0-2.875-1.804-2.875-3.536 0-2.589 2.089-6.107 4.946-6.107z" />
    </svg>
  );
}

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