persona-community-5/.pnpm-store/v3/files/89/2b86e6dc50d3f1c0d995b92ba95e1091f5420c8a6a2255be7e53638f42ee3d63b1d02a108d021386f7435c0b5e23f43714642c99afad981aa6c07c22d3e238
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
552 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 PanelLeftOpen = createLucideIcon("PanelLeftOpen", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M9 3v18", key: "fh3hqa" }],
["path", { d: "m14 9 3 3-3 3", key: "8010ee" }]
]);
export { PanelLeftOpen as default };
//# sourceMappingURL=panel-left-open.js.map