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

20 lines
619 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 ListCollapse = createLucideIcon("ListCollapse", [
["path", { d: "m3 10 2.5-2.5L3 5", key: "i6eama" }],
["path", { d: "m3 19 2.5-2.5L3 14", key: "w2gmor" }],
["path", { d: "M10 6h11", key: "c7qv1k" }],
["path", { d: "M10 12h11", key: "6m4ad9" }],
["path", { d: "M10 18h11", key: "11hvi2" }]
]);
export { ListCollapse as default };
//# sourceMappingURL=list-collapse.js.map