18 lines
		
	
	
		
			356 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			356 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const Ungroup = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["rect", { width: "8", height: "6", x: "5", y: "4", rx: "1" }],
 | |
|     ["rect", { width: "8", height: "6", x: "11", y: "14", rx: "1" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { Ungroup as default };
 | |
| //# sourceMappingURL=ungroup.js.map
 |