/** * lucide v0.244.0 - ISC */ import defaultAttributes from '../defaultAttributes.js'; const PanelLeftOpen = [ "svg", defaultAttributes, [ ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }], ["path", { d: "M9 3v18" }], ["path", { d: "m14 9 3 3-3 3" }] ] ]; export { PanelLeftOpen as default }; //# sourceMappingURL=panel-left-open.js.map