20 lines
356 B
JavaScript
20 lines
356 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const Heading1 = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["path", { d: "M4 12h8" }],
|
|
["path", { d: "M4 18V6" }],
|
|
["path", { d: "M12 18V6" }],
|
|
["path", { d: "m17 12 3-2v8" }]
|
|
]
|
|
];
|
|
|
|
export { Heading1 as default };
|
|
//# sourceMappingURL=heading-1.js.map
|