21 lines
		
	
	
		
			413 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			413 B
		
	
	
	
		
			JavaScript
		
	
	
/**
 | 
						|
 * lucide v0.244.0 - ISC
 | 
						|
 */
 | 
						|
 | 
						|
import defaultAttributes from '../defaultAttributes.js';
 | 
						|
 | 
						|
const Heading6 = [
 | 
						|
  "svg",
 | 
						|
  defaultAttributes,
 | 
						|
  [
 | 
						|
    ["path", { d: "M4 12h8" }],
 | 
						|
    ["path", { d: "M4 18V6" }],
 | 
						|
    ["path", { d: "M12 18V6" }],
 | 
						|
    ["circle", { cx: "19", cy: "16", r: "2" }],
 | 
						|
    ["path", { d: "M20 10c-2 2-3 3.5-3 6" }]
 | 
						|
  ]
 | 
						|
];
 | 
						|
 | 
						|
export { Heading6 as default };
 | 
						|
//# sourceMappingURL=heading-6.js.map
 |