/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ShieldIcon: 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='m9.9 15.5 2.1-2.1 2.1 2.1 1.4-1.4-2.1-2.1 2.1-2.1-1.4-1.4-2.1 2.1-2.1-2.1-1.4 1.4 2.1 2.1-2.1 2.1zM12 22q-3.476-.875-5.737-3.988Q4 14.9 4 11.1V7.079A3 3 0 0 1 5.947 4.27l5-1.875a3 3 0 0 1 2.106 0l5 1.875A3 3 0 0 1 20 7.079V11.1q0 3.8-2.262 6.913Q15.475 21.124 12 22' />
    </g>
  </svg>
);
export default ShieldIcon;
