persona-community-5/.pnpm-store/v3/files/db/4335640d8f202c04649612072b1080c4ccecb975b9f20d3628dc74ff4467d084bcce4b4f5a256867719b13db5ffc15722f6ec93d00e4c885e2fdfe7476c197
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

18 lines
624 B
Plaintext

/**
* @license lucide-react v0.395.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.js';
const LayoutPanelTop = createLucideIcon("LayoutPanelTop", [
["rect", { width: "18", height: "7", x: "3", y: "3", rx: "1", key: "f1a2em" }],
["rect", { width: "7", height: "7", x: "3", y: "14", rx: "1", key: "1bb6yr" }],
["rect", { width: "7", height: "7", x: "14", y: "14", rx: "1", key: "nxv5o0" }]
]);
export { LayoutPanelTop as default };
//# sourceMappingURL=layout-panel-top.js.map