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

function LockRound(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="M2.343 13.657A8 8 0 1013.657 2.342 8 8 0 002.343 13.657zM8 3a2 2 0 012 2v2a1 1 0 011 1v4a1 1 0 01-1 1H6a1 1 0 01-1-1V8a1 1 0 011-1V5a2 2 0 012-2zm0 1l.117.007A1 1 0 019 5v2H7V5l.007-.117A1 1 0 018 4z" />
    </svg>
  );
}

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