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

17 lines
498 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 SquareCheck = createLucideIcon("SquareCheck", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "m9 12 2 2 4-4", key: "dzmm74" }]
]);
export { SquareCheck as default };
//# sourceMappingURL=square-check.js.map