persona-community-5/.pnpm-store/v3/files/e0/b333d0c89bbf72d48407044e4f40c4222bfb6871ee8fc9337a067f23b30e151f12a94607f8a3eaab3e08e9360a322c9394b52adb380ca69900748190fb2f9f
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

17 lines
480 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 PanelTop = createLucideIcon("PanelTop", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M3 9h18", key: "1pudct" }]
]);
export { PanelTop as default };
//# sourceMappingURL=panel-top.js.map