persona-community-5/.pnpm-store/v3/files/e7/cbb9d44e228eca0ba10753b0f46cb3a152e5ad6b18efcbab9dd7357530ffdf8fbeb708f73df497c7d5467468d069a5620a2c64f191d330ef05106034e54524
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
533 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 SquareX = createLucideIcon("SquareX", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }],
["path", { d: "m15 9-6 6", key: "1uzhvr" }],
["path", { d: "m9 9 6 6", key: "z0biqf" }]
]);
export { SquareX as default };
//# sourceMappingURL=square-x.js.map