19 lines
		
	
	
		
			345 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			345 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const Key = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["circle", { cx: "7.5", cy: "15.5", r: "5.5" }],
 | |
|     ["path", { d: "m21 2-9.6 9.6" }],
 | |
|     ["path", { d: "m15.5 7.5 3 3L22 7l-3-3" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { Key as default };
 | |
| //# sourceMappingURL=key.js.map
 |