18 lines
		
	
	
		
			339 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			339 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const GraduationCap = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["path", { d: "M22 10v6M2 10l10-5 10 5-10 5z" }],
 | |
|     ["path", { d: "M6 12v5c3 3 9 3 12 0v-5" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { GraduationCap as default };
 | |
| //# sourceMappingURL=graduation-cap.js.map
 |