persona-community-5/.pnpm-store/v3/files/72/926e7545afd0c75a87e48c0ba3a98689fc4daded4d26acddc17989b8a746a70ed0a1d76d919b2b309ed565dbcd602760324be3666806ed4536599a6e22ab6d
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

21 lines
707 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 BookOpenText = createLucideIcon("BookOpenText", [
["path", { d: "M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z", key: "vv98re" }],
["path", { d: "M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z", key: "1cyq3y" }],
["path", { d: "M6 8h2", key: "30oboj" }],
["path", { d: "M6 12h2", key: "32wvfc" }],
["path", { d: "M16 8h2", key: "msurwy" }],
["path", { d: "M16 12h2", key: "7q9ll5" }]
]);
export { BookOpenText as default };
//# sourceMappingURL=book-open-text.js.map