persona-community-5/.pnpm-store/v3/files/b5/9805773e6466b1414566a37e076d2a261c569ca389210a845ba7871cf0c5e4c4201d440b95c48a98a7826e4d714ff45efe6b1d5e500e9d2f47267574d165e8
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
561 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 BookCopy = createLucideIcon("BookCopy", [
["path", { d: "M2 16V4a2 2 0 0 1 2-2h11", key: "spzkk5" }],
["path", { d: "M5 14H4a2 2 0 1 0 0 4h1", key: "16gqf9" }],
["path", { d: "M22 18H11a2 2 0 1 0 0 4h11V6H11a2 2 0 0 0-2 2v12", key: "1owzki" }]
]);
export { BookCopy as default };
//# sourceMappingURL=book-copy.js.map