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