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

function DonutChart(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="M5.993.254l1.016 4.914a3 3 0 103.747 4.018l.068-.171 4.923.988A8 8 0 115.748.321l.245-.067zm-.751 1.309l-.189.085a7 7 0 109.3 9.297l.082-.186-3.06-.614-.078.122a4.002 4.002 0 01-3.085 1.728L8 12.001a4 4 0 01-2.211-7.334l.083-.054-.63-3.049z" />
      <path d="M8 0a8 8 0 017.996 7.751L16 8h-5a3 3 0 00-2.824-2.995L8 5V0zm1 1.071v3.055l.155.043a4.008 4.008 0 012.675 2.675l.042.155h3.055l-.027-.182a7.006 7.006 0 00-5.719-5.719l-.182-.028z" />
    </svg>
  );
}

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