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

19 lines
444 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 LineStyle = [
["path", { d: "M11 5h2" }],
["path", { d: "M15 12h6" }],
["path", { d: "M19 5h2" }],
["path", { d: "M3 12h6" }],
["path", { d: "M3 19h18" }],
["path", { d: "M3 5h2" }]
];
export { LineStyle as default };
//# sourceMappingURL=line-style.mjs.map