persona-community-5/.pnpm-store/v3/files/af/6161c8e63ac8728c8c9f9b51c54ce45bb0d3272d729ee8048abb52606012a9ed695ee3f056689a0759c73d41801fca24b92054f81dcc18abc0bb5e976ba95a
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
511 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 SquareSigma = createLucideIcon("SquareSigma", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M16 8.9V7H8l4 5-4 5h8v-1.9", key: "9nih0i" }]
]);
export { SquareSigma as default };
//# sourceMappingURL=square-sigma.js.map