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

function Save(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="M6.857 27.429h13.714v-6.857H6.857v6.857zm16 0h2.286v-16c0-.339-.304-1.071-.536-1.304l-5.018-5.018c-.25-.25-.946-.536-1.304-.536V12c0 .946-.768 1.714-1.714 1.714H6.285A1.715 1.715 0 014.571 12V4.571H2.285v22.857h2.286v-7.429c0-.946.768-1.714 1.714-1.714h14.857c.946 0 1.714.768 1.714 1.714v7.429zM16 10.857V5.143a.587.587 0 00-.571-.571H12a.587.587 0 00-.571.571v5.714c0 .304.268.571.571.571h3.429a.587.587 0 00.571-.571zm11.429.572V28c0 .946-.768 1.714-1.714 1.714h-24A1.715 1.715 0 01.001 28V4c0-.946.768-1.714 1.714-1.714h16.571c.946 0 2.25.536 2.929 1.214l5 5c.679.679 1.214 1.982 1.214 2.929z" />
    </svg>
  );
}

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