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

function FolderOpen(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 34 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M33.554 17c0 .429-.268.857-.554 1.179l-6 7.071c-1.036 1.214-3.143 2.179-4.714 2.179H2.857c-.643 0-1.554-.196-1.554-1 0-.429.268-.857.554-1.179l6-7.071C8.893 16.965 11 16 12.571 16H32c.643 0 1.554.196 1.554 1zm-6.125-6.143v2.857H12.572c-2.232 0-5 1.268-6.446 2.982L.019 23.875c0-.143-.018-.304-.018-.446V6.286c0-2.196 1.804-4 4-4h5.714c2.196 0 4 1.804 4 4v.571h9.714c2.196 0 4 1.804 4 4z" />
    </svg>
  );
}

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