dikplhd/public/assets/libs/lucide/esm/icons/layout-grid.js

20 lines
504 B
JavaScript

/**
* lucide v0.244.0 - ISC
*/
import defaultAttributes from '../defaultAttributes.js';
const LayoutGrid = [
"svg",
defaultAttributes,
[
["rect", { width: "7", height: "7", x: "3", y: "3", rx: "1" }],
["rect", { width: "7", height: "7", x: "14", y: "3", rx: "1" }],
["rect", { width: "7", height: "7", x: "14", y: "14", rx: "1" }],
["rect", { width: "7", height: "7", x: "3", y: "14", rx: "1" }]
]
];
export { LayoutGrid as default };
//# sourceMappingURL=layout-grid.js.map