persona-community-5/.pnpm-store/v3/files/94/08b0900ce06f67e214c780b054613cdef7610d7bd528810f735b5d5c6a7b835c9f9bf3acfdfc1db138aed7c7ab6977523a8a198511938c9dbdff8a4e5b64b7
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

19 lines
594 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 SquareLibrary = createLucideIcon("SquareLibrary", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M7 7v10", key: "d5nglc" }],
["path", { d: "M11 7v10", key: "pptsnr" }],
["path", { d: "m15 7 2 10", key: "1m7qm5" }]
]);
export { SquareLibrary as default };
//# sourceMappingURL=square-library.js.map