/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ShieldPersonIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M12 12.95q1.45 0 2.475-1.025A3.37 3.37 0 0 0 15.5 9.45q0-1.45-1.025-2.475A3.37 3.37 0 0 0 12 5.95q-1.45 0-2.475 1.025A3.37 3.37 0 0 0 8.5 9.45q0 1.45 1.025 2.475A3.37 3.37 0 0 0 12 12.95m0 6.9a7.2 7.2 0 0 0 2.613-1.488 11.9 11.9 0 0 0 1.987-2.287 10.4 10.4 0 0 0-2.238-.837A9.8 9.8 0 0 0 12 14.95q-1.2 0-2.363.288-1.161.287-2.237.837.851 1.275 1.987 2.288A7.2 7.2 0 0 0 12 19.85m0 2a2 2 0 0 1-.625-.1Q8 20.625 6 17.587 4 14.55 4 11.05V6.325Q4 5.7 4.362 5.2q.363-.5.938-.725l6-2.25A2.1 2.1 0 0 1 12 2.1q.35 0 .7.125l6 2.25q.575.225.938.725.362.5.362 1.125v4.725q0 3.5-2 6.537t-5.375 4.163q-.15.05-.3.075T12 21.85' />
    </g>
  </svg>
);
export default ShieldPersonIcon;
