persona-community-5/.pnpm-store/v3/files/f0/dd0512099ea969590c78f31430998a1e5fd01cc9a6d131f2449f8b54e674dee5c9c8eb82a72baa1defb74ff78f757da73c738ceffc7c18e78fa910e356b565
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
623 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 LayoutTemplate = createLucideIcon("LayoutTemplate", [
["rect", { width: "18", height: "7", x: "3", y: "3", rx: "1", key: "f1a2em" }],
["rect", { width: "9", height: "7", x: "3", y: "14", rx: "1", key: "jqznyg" }],
["rect", { width: "5", height: "7", x: "16", y: "14", rx: "1", key: "q5h2i8" }]
]);
export { LayoutTemplate as default };
//# sourceMappingURL=layout-template.js.map