18 lines
		
	
	
		
			352 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			352 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const SigmaSquare = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }],
 | |
|     ["path", { d: "M16 8.9V7H8l4 5-4 5h8v-1.9" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { SigmaSquare as default };
 | |
| //# sourceMappingURL=sigma-square.js.map
 |