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

function Unlock(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="M29.714 10.286v4.571c0 .625-.518 1.143-1.143 1.143h-1.143a1.151 1.151 0 01-1.143-1.143v-4.571c0-2.518-2.054-4.571-4.571-4.571s-4.571 2.054-4.571 4.571v3.429h1.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.715V15.429c0-.946.768-1.714 1.714-1.714h12v-3.429c0-4.411 3.589-8 8-8s8 3.589 8 8z" />
    </svg>
  );
}

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