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

function Shield(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.927 10.618C4.09 12.909 5.766 14.34 8 14.966c2.234-.626 3.91-2.057 5.073-4.348.551-1.726.575-4.661.037-8.752l-5.109-.852-5.109.852c-.538 4.091-.515 7.026.037 8.752zM2 1l6-1 6 1c.667 4.667.667 8 0 10-1.333 2.667-3.333 4.333-6 5-2.667-.667-4.667-2.333-6-5-.667-2-.667-5.333 0-10z" />
      <path d="M4.571 4.995a.5.5 0 01-.142-.99l3.5-.5h.141l3.5.5a.5.5 0 11-.142.99l-3.429-.49-3.429.49z" />
    </svg>
  );
}

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