persona-community-5/.pnpm-store/v3/files/ff/ce1136f27ef4c2f79f3378886655e6bdd3e453d171fddf1baaf3d1ca873153977b650cc9dba91a2826fc3a2fcd50533771bb1e85bcb9abf9162852c6ef809f
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
650 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 PanelRightDashed = createLucideIcon("PanelRightDashed", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M15 14v1", key: "ilsfch" }],
["path", { d: "M15 19v2", key: "1fst2f" }],
["path", { d: "M15 3v2", key: "z204g4" }],
["path", { d: "M15 9v1", key: "z2a8b1" }]
]);
export { PanelRightDashed as default };
//# sourceMappingURL=panel-right-dashed.js.map