19 lines
		
	
	
		
			412 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			412 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const AlignHorizontalSpaceAround = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["rect", { width: "6", height: "10", x: "9", y: "7", rx: "2" }],
 | |
|     ["path", { d: "M4 22V2" }],
 | |
|     ["path", { d: "M20 22V2" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { AlignHorizontalSpaceAround as default };
 | |
| //# sourceMappingURL=align-horizontal-space-around.js.map
 |