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

function Print(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M6.857 27.429h16v-4.571h-16v4.571zm0-11.429h16V9.143H20a1.715 1.715 0 01-1.714-1.714V4.572H6.857v11.429zm20.572 1.143c0-.625-.518-1.143-1.143-1.143s-1.143.518-1.143 1.143.518 1.143 1.143 1.143 1.143-.518 1.143-1.143zm2.285 0v7.429a.587.587 0 01-.571.571h-4V28c0 .946-.768 1.714-1.714 1.714H6.286A1.715 1.715 0 014.572 28v-2.857h-4a.587.587 0 01-.571-.571v-7.429c0-1.875 1.554-3.429 3.429-3.429h1.143V4c0-.946.768-1.714 1.714-1.714h12c.946 0 2.25.536 2.929 1.214l2.714 2.714c.679.679 1.214 1.982 1.214 2.929v4.571h1.143c1.875 0 3.429 1.554 3.429 3.429z" />
    </svg>
  );
}

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