19 lines
		
	
	
		
			366 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			366 B
		
	
	
	
		
			JavaScript
		
	
	
/**
 | 
						|
 * lucide v0.244.0 - ISC
 | 
						|
 */
 | 
						|
 | 
						|
import defaultAttributes from '../defaultAttributes.js';
 | 
						|
 | 
						|
const UndoDot = [
 | 
						|
  "svg",
 | 
						|
  defaultAttributes,
 | 
						|
  [
 | 
						|
    ["circle", { cx: "12", cy: "17", r: "1" }],
 | 
						|
    ["path", { d: "M3 7v6h6" }],
 | 
						|
    ["path", { d: "M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13" }]
 | 
						|
  ]
 | 
						|
];
 | 
						|
 | 
						|
export { UndoDot as default };
 | 
						|
//# sourceMappingURL=undo-dot.js.map
 |