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

function UnlockAlt(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="M18.857 13.714c.946 0 1.714.768 1.714 1.714v10.286c0 .946-.768 1.714-1.714 1.714H1.714A1.715 1.715 0 010 25.714V15.428c0-.946.768-1.714 1.714-1.714h.571V8c0-4.411 3.589-8 8-8s8 3.589 8 8c0 .625-.518 1.143-1.143 1.143h-1.143A1.151 1.151 0 0114.856 8c0-2.518-2.054-4.571-4.571-4.571S5.714 5.483 5.714 8v5.714h13.143z" />
    </svg>
  );
}

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