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

21 lines
575 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 RulerDimensionLine = [
["path", { d: "M10 15v-3" }],
["path", { d: "M14 15v-3" }],
["path", { d: "M18 15v-3" }],
["path", { d: "M2 8V4" }],
["path", { d: "M22 6H2" }],
["path", { d: "M22 8V4" }],
["path", { d: "M6 15v-3" }],
["rect", { x: "2", y: "12", width: "20", height: "8", rx: "2" }]
];
export { RulerDimensionLine as default };
//# sourceMappingURL=ruler-dimension-line.mjs.map