22 lines
593 B
JavaScript
22 lines
593 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const LayoutList = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["rect", { width: "7", height: "7", x: "3", y: "14", rx: "1" }],
|
|
["rect", { width: "7", height: "7", x: "3", y: "3", rx: "1" }],
|
|
["line", { x1: "14", x2: "21", y1: "4", y2: "4" }],
|
|
["line", { x1: "14", x2: "21", y1: "9", y2: "9" }],
|
|
["line", { x1: "14", x2: "21", y1: "15", y2: "15" }],
|
|
["line", { x1: "14", x2: "21", y1: "20", y2: "20" }]
|
|
]
|
|
];
|
|
|
|
export { LayoutList as default };
|
|
//# sourceMappingURL=layout-list.js.map
|