Files
project_SIG/node_modules/lucide/dist/esm/icons/ligature.mjs
T
2026-06-11 02:31:09 +00:00

18 lines
431 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 Ligature = [
["path", { d: "M14 12h2v8" }],
["path", { d: "M14 20h4" }],
["path", { d: "M6 12h4" }],
["path", { d: "M6 20h4" }],
["path", { d: "M8 20V8a4 4 0 0 1 7.464-2" }]
];
export { Ligature as default };
//# sourceMappingURL=ligature.mjs.map