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

function UserAnalysis(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="M14.576 13.035c0 3.234-2.613 5.856-5.835 5.856s-5.835-2.622-5.835-5.856 2.613-5.856 5.835-5.856 5.835 2.622 5.835 5.856zM8.741 20.791C3.914 20.791-.002 25.81-.002 32h17.486c0-6.19-3.913-11.209-8.743-11.209zM18.277 21.026h-1.991l-1.41-2.149h2.13l1.527-3.051h3.726l2.923-6.021 1.865.965-3.502 7.205h-3.744zM25.129 18.096h2.286v9.079h-2.286v-9.079zM21.129 21.541h2.286v5.632h-2.286v-5.632zM17.129 24.359h2.286v2.816z" />
      <path d="M24 0H7.397c-.553 0-1.022.194-1.41.583S5.404 1.442 5.404 2v2.535h2.658V2.668h15.925v5.323h5.344v21.346h-8.773V32h9.435c.553 0 1.024-.194 1.413-.585.386-.386.581-.859.581-1.415l-.002-22.011h.018l-.018-.018-5.287-5.305L24.001.001z" />
    </svg>
  );
}

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