persona-community-5/.pnpm-store/v3/files/0e/143767b6e97c43678b71483044f99a28dfe2222bb4ca8f7f9af35358c429f6604f2d56c4113030f1d1b35e76d289a1ea80f8415cac2bd9ef38d9c8b069dbae
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
522 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 SquareActivity = createLucideIcon("SquareActivity", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M17 12h-2l-2 5-2-10-2 5H7", key: "15hlnc" }]
]);
export { SquareActivity as default };
//# sourceMappingURL=square-activity.js.map