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

function HddO(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M18.571 21.714c0 .786-.643 1.429-1.429 1.429s-1.429-.643-1.429-1.429.643-1.429 1.429-1.429 1.429.643 1.429 1.429zm4.572 0c0 .786-.643 1.429-1.429 1.429s-1.429-.643-1.429-1.429.643-1.429 1.429-1.429 1.429.643 1.429 1.429zm2 2.857v-5.714a.587.587 0 00-.571-.571H2.858a.587.587 0 00-.571.571v5.714c0 .304.268.571.571.571h21.714a.587.587 0 00.571-.571zM3.179 16H24.25l-2.804-8.607c-.089-.304-.429-.536-.75-.536H6.732c-.321 0-.661.232-.75.536zm24.25 2.857v5.714a2.866 2.866 0 01-2.857 2.857H2.858a2.866 2.866 0 01-2.857-2.857v-5.714c0-.482.143-.893.286-1.339L3.805 6.697a3.112 3.112 0 012.929-2.125h13.964c1.321 0 2.518.875 2.929 2.125l3.518 10.821c.143.446.286.857.286 1.339z" />
    </svg>
  );
}

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