20 lines
		
	
	
		
			497 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			497 B
		
	
	
	
		
			JavaScript
		
	
	
/**
 | 
						|
 * lucide v0.244.0 - ISC
 | 
						|
 */
 | 
						|
 | 
						|
import defaultAttributes from '../defaultAttributes.js';
 | 
						|
 | 
						|
const CopyPlus = [
 | 
						|
  "svg",
 | 
						|
  defaultAttributes,
 | 
						|
  [
 | 
						|
    ["line", { x1: "15", x2: "15", y1: "12", y2: "18" }],
 | 
						|
    ["line", { x1: "12", x2: "18", y1: "15", y2: "15" }],
 | 
						|
    ["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }],
 | 
						|
    ["path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" }]
 | 
						|
  ]
 | 
						|
];
 | 
						|
 | 
						|
export { CopyPlus as default };
 | 
						|
//# sourceMappingURL=copy-plus.js.map
 |