20 lines
		
	
	
		
			384 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			384 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const BarChartHorizontal = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["path", { d: "M3 3v18h18" }],
 | |
|     ["path", { d: "M7 16h8" }],
 | |
|     ["path", { d: "M7 11h12" }],
 | |
|     ["path", { d: "M7 6h3" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { BarChartHorizontal as default };
 | |
| //# sourceMappingURL=bar-chart-horizontal.js.map
 |