persona-community-5/.pnpm-store/v3/files/31/f8a9ff4a28517eea18c7f4a93437b3e20be1375d561491797f975f8fcbb0e87bd74e38f7ec0c8386ac42e52ffe4d521e2a9774457e1189402ab098449842e4
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
559 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 PanelsLeftBottom = createLucideIcon("PanelsLeftBottom", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M9 3v18", key: "fh3hqa" }],
["path", { d: "M9 15h12", key: "5ijen5" }]
]);
export { PanelsLeftBottom as default };
//# sourceMappingURL=panels-left-bottom.js.map