20 lines
555 B
JavaScript
20 lines
555 B
JavaScript
/**
|
|
* @license lucide v0.525.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: "M12 15v-3.014" }],
|
|
["path", { d: "M16 15v-3.014" }],
|
|
["path", { d: "M20 6H4" }],
|
|
["path", { d: "M20 8V4" }],
|
|
["path", { d: "M4 8V4" }],
|
|
["path", { d: "M8 15v-3.014" }],
|
|
["rect", { x: "3", y: "12", width: "18", height: "7", rx: "1" }]
|
|
];
|
|
|
|
export { RulerDimensionLine as default };
|
|
//# sourceMappingURL=ruler-dimension-line.js.map
|