20 lines
		
	
	
		
			433 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			433 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const UserPlus2 = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["path", { d: "M14 19a6 6 0 0 0-12 0" }],
 | |
|     ["circle", { cx: "8", cy: "9", r: "4" }],
 | |
|     ["line", { x1: "19", x2: "19", y1: "8", y2: "14" }],
 | |
|     ["line", { x1: "22", x2: "16", y1: "11", y2: "11" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { UserPlus2 as default };
 | |
| //# sourceMappingURL=user-plus-2.js.map
 |