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

function Model(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M8.129.017l.083.03 7.5 3.5a.5.5 0 01.075.863l-.084.047-4.5 2a.5.5 0 01-.485-.87l.079-.044 3.496-1.554L8 1.052 1.619 4.029l3.114 1.662a3.999 3.999 0 013.859-1.647.5.5 0 01-.147.989 3 3 0 102.524 3.41.5.5 0 01.989.147 4.09 4.09 0 01-.218.836l3.998 2.132a.5.5 0 01.056.848l-.08.046-7.5 3.5a.5.5 0 01-.34.03l-.083-.03-7.5-3.5a.5.5 0 01-.101-.844l.077-.05 3.998-2.132a3.977 3.977 0 01-.218-2.018 4.09 4.09 0 01.218-.836L.267 4.44a.5.5 0 01-.056-.848l.08-.046 7.5-3.5a.5.5 0 01.34-.03zm-.72 11.939a3.992 3.992 0 01-2.675-1.647L1.619 11.97l6.38 2.977 6.381-2.977-3.113-1.661a3.999 3.999 0 01-3.859 1.647z" />
      <path d="M9 8a1 1 0 11-2 0 1 1 0 012 0z" />
    </svg>
  );
}

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