dikplhd/public/assets/libs/lucide/esm/icons/panel-top-open.js

19 lines
408 B
JavaScript

/**
* lucide v0.244.0 - ISC
*/
import defaultAttributes from '../defaultAttributes.js';
const PanelTopOpen = [
"svg",
defaultAttributes,
[
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }],
["line", { x1: "3", x2: "21", y1: "9", y2: "9" }],
["path", { d: "m15 14-3 3-3-3" }]
]
];
export { PanelTopOpen as default };
//# sourceMappingURL=panel-top-open.js.map