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

16 lines
426 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 Square = createLucideIcon("Square", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }]
]);
export { Square as default };
//# sourceMappingURL=square.js.map