Files
UAS-SIG/node_modules/lucide/dist/esm/icons/heading-6.mjs
T
2026-06-03 20:05:50 +07:00

18 lines
441 B
JavaScript

/**
* @license lucide v1.17.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const Heading6 = [
["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.mjs.map