19 lines
418 B
JavaScript
19 lines
418 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const PanelBottomOpen = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }],
|
|
["line", { x1: "3", x2: "21", y1: "15", y2: "15" }],
|
|
["path", { d: "m9 10 3-3 3 3" }]
|
|
]
|
|
];
|
|
|
|
export { PanelBottomOpen as default };
|
|
//# sourceMappingURL=panel-bottom-open.js.map
|