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

function IdBadge(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="M18.286 22.464c0 1.536-1.018 2.679-2.286 2.679H6.857c-1.268 0-2.286-1.143-2.286-2.679 0-2.786.696-5.875 3.5-5.875.875.821 2.054 1.339 3.357 1.339s2.482-.518 3.357-1.339c2.804 0 3.5 3.089 3.5 5.875zm-2.75-9.268c0 2.25-1.839 4.054-4.107 4.054s-4.107-1.804-4.107-4.054c0-2.232 1.839-4.054 4.107-4.054s4.107 1.821 4.107 4.054zm5.035 15.947V4.572H2.285v24.571c0 .304.268.571.571.571h17.143a.587.587 0 00.571-.571zm2.286-26.286v26.286A2.866 2.866 0 0120 32H2.857A2.866 2.866 0 010 29.143V2.857A2.866 2.866 0 012.857 0h6.286v1.714c0 .321.25.571.571.571h3.429c.321 0 .571-.25.571-.571V0H20a2.866 2.866 0 012.857 2.857z" />
    </svg>
  );
}

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