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

function PieChart(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="M9 1.071V7h5.929A7.004 7.004 0 009 1.071zM8 0a8 8 0 018 8H9a1 1 0 01-1-1V0z" />
      <path d="M5.316.462a.5.5 0 01.336.942A7.003 7.003 0 008.001 15a7.004 7.004 0 006.59-4.633.5.5 0 11.941.339A8.002 8.002 0 115.317.463z" />
    </svg>
  );
}

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