22 lines
		
	
	
		
			513 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			513 B
		
	
	
	
		
			JavaScript
		
	
	
/**
 | 
						|
 * lucide v0.244.0 - ISC
 | 
						|
 */
 | 
						|
 | 
						|
import defaultAttributes from '../defaultAttributes.js';
 | 
						|
 | 
						|
const GitPullRequestClosed = [
 | 
						|
  "svg",
 | 
						|
  defaultAttributes,
 | 
						|
  [
 | 
						|
    ["circle", { cx: "18", cy: "18", r: "3" }],
 | 
						|
    ["circle", { cx: "6", cy: "6", r: "3" }],
 | 
						|
    ["path", { d: "M18 11.5V15" }],
 | 
						|
    ["path", { d: "m21 3-6 6" }],
 | 
						|
    ["path", { d: "m21 9-6-6" }],
 | 
						|
    ["line", { x1: "6", x2: "6", y1: "9", y2: "21" }]
 | 
						|
  ]
 | 
						|
];
 | 
						|
 | 
						|
export { GitPullRequestClosed as default };
 | 
						|
//# sourceMappingURL=git-pull-request-closed.js.map
 |