19 lines
		
	
	
		
			332 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			332 B
		
	
	
	
		
			JavaScript
		
	
	
/**
 | 
						|
 * lucide v0.244.0 - ISC
 | 
						|
 */
 | 
						|
 | 
						|
import defaultAttributes from '../defaultAttributes.js';
 | 
						|
 | 
						|
const LampFloor = [
 | 
						|
  "svg",
 | 
						|
  defaultAttributes,
 | 
						|
  [
 | 
						|
    ["path", { d: "M9 2h6l3 7H6l3-7Z" }],
 | 
						|
    ["path", { d: "M12 9v13" }],
 | 
						|
    ["path", { d: "M9 22h6" }]
 | 
						|
  ]
 | 
						|
];
 | 
						|
 | 
						|
export { LampFloor as default };
 | 
						|
//# sourceMappingURL=lamp-floor.js.map
 |