19 lines
		
	
	
		
			326 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			326 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const Baseline = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["path", { d: "M4 20h16" }],
 | |
|     ["path", { d: "m6 16 6-12 6 12" }],
 | |
|     ["path", { d: "M8 12h8" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { Baseline as default };
 | |
| //# sourceMappingURL=baseline.js.map
 |