22 lines
		
	
	
		
			392 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			392 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const Paperclip = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     [
 | |
|       "path",
 | |
|       {
 | |
|         d: "m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l8.57-8.57A4 4 0 1 1 18 8.84l-8.59 8.57a2 2 0 0 1-2.83-2.83l8.49-8.48"
 | |
|       }
 | |
|     ]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { Paperclip as default };
 | |
| //# sourceMappingURL=paperclip.js.map
 |