22 lines
		
	
	
		
			453 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			453 B
		
	
	
	
		
			JavaScript
		
	
	
/**
 | 
						|
 * lucide v0.244.0 - ISC
 | 
						|
 */
 | 
						|
 | 
						|
import defaultAttributes from '../defaultAttributes.js';
 | 
						|
 | 
						|
const ShieldOff = [
 | 
						|
  "svg",
 | 
						|
  defaultAttributes,
 | 
						|
  [
 | 
						|
    ["path", { d: "M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18" }],
 | 
						|
    [
 | 
						|
      "path",
 | 
						|
      { d: "M4.73 4.73 4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38" }
 | 
						|
    ],
 | 
						|
    ["line", { x1: "2", x2: "22", y1: "2", y2: "22" }]
 | 
						|
  ]
 | 
						|
];
 | 
						|
 | 
						|
export { ShieldOff as default };
 | 
						|
//# sourceMappingURL=shield-off.js.map
 |