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

function Lock(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 21 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M5.714 13.714h9.143v-3.429c0-2.518-2.054-4.571-4.571-4.571s-4.571 2.054-4.571 4.571v3.429zm14.857 1.715v10.286c0 .946-.768 1.714-1.714 1.714H1.714A1.715 1.715 0 010 25.715V15.429c0-.946.768-1.714 1.714-1.714h.571v-3.429c0-4.393 3.607-8 8-8s8 3.607 8 8v3.429h.571c.946 0 1.714.768 1.714 1.714z" />
    </svg>
  );
}

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