persona-community-5/.pnpm-store/v3/files/c1/0618cb2c047041828b1d56670eb0348275956638f03835822d2320d1565b6ea2217f25b0e93d4528e271340fd24eefd87d98c2ca848798394d6b2b77dce7a2
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
584 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 SquareUserRound = createLucideIcon("SquareUserRound", [
["path", { d: "M18 21a6 6 0 0 0-12 0", key: "kaz2du" }],
["circle", { cx: "12", cy: "11", r: "4", key: "1gt34v" }],
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }]
]);
export { SquareUserRound as default };
//# sourceMappingURL=square-user-round.js.map