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

function Key(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="M14.854 1.146a.5.5 0 01.058.638l-.058.069-.647.646 1.647 1.646a.5.5 0 01-.638.765l-.069-.058-1.646-1.647-.793.793 1.647 1.646a.5.5 0 01-.638.765l-.069-.058-1.646-1.647-5.525 5.525.353.354a3 3 0 01-3.949 4.501 1.5 1.5 0 11-1.966-1.967A3 3 0 015.416 9.17l.354.353 8.378-8.379a.5.5 0 01.707 0zM1.5 14a.5.5 0 100 1 .5.5 0 000-1zm.379-4.121a2 2 0 00-.102 2.719l.102.109 1.414 1.414a2 2 0 002.93-2.719l-.102-.109-1.414-1.414a2 2 0 00-2.828 0z" />
    </svg>
  );
}

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