persona-community-5/.pnpm-store/v3/files/86/303d7194c58568ae47e1d0ee863413804d135bb9ce682c9a8163c18466fd7720e2be282b7ca1657598222bbfe8e8b7f61398804e7652aa7da0b69c4fc656f3
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
510 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 SquareRadical = createLucideIcon("SquareRadical", [
["path", { d: "M7 12h2l2 5 2-10h4", key: "1fxv6h" }],
["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", key: "h1oib" }]
]);
export { SquareRadical as default };
//# sourceMappingURL=square-radical.js.map