19 lines
		
	
	
		
			384 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			384 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const Archive = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["rect", { width: "20", height: "5", x: "2", y: "4", rx: "2" }],
 | |
|     ["path", { d: "M4 9v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9" }],
 | |
|     ["path", { d: "M10 13h4" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { Archive as default };
 | |
| //# sourceMappingURL=archive.js.map
 |