// 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 23 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M19.429 17.143V5.714h-8v20.304c.911-.482 2.375-1.321 3.804-2.446 1.911-1.5 4.196-3.839 4.196-6.429zm3.428-13.714v13.714c0 7.518-10.518 12.268-10.964 12.464a1.049 1.049 0 01-.928 0C10.519 29.411.001 24.661.001 17.143V3.429c0-.625.518-1.143 1.143-1.143h20.571c.625 0 1.143.518 1.143 1.143z" />
    </svg>
  );
}

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