generated from MuhammadIqbalMaulana/UAS-SIG
19 lines
444 B
JavaScript
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
|