// 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 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M12.172 0a2 2 0 011.414.586l1.828 1.828A2 2 0 0116 3.828V14a2 2 0 01-2 2H2a2 2 0 01-2-2V2a2 2 0 012-2h10.172zM11 11H5a1 1 0 00-.993.883L4 12v3h8v-3a1 1 0 00-.883-.993L11 11zM3 1H2a1 1 0 00-.993.883L1 2v12a1 1 0 00.883.993L2 15h1v-3a2 2 0 012-2h6a2 2 0 012 2v3h1a1 1 0 00.993-.883L15 14V3.828a1 1 0 00-.206-.608l-.087-.099L13 1.414V7H3V1zm7 0H9v3h1V1zm2 5V1h-1v4H8V1H4v5h8z" />
    </svg>
  );
}

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