persona-community-5/.pnpm-store/v3/files/d0/515004781a63b73321ab5dc27c5f860a54b71d8c60b85941ba7de49cf27d07401d53a1813c82cf868bfecced1e4a18e4e6892314623e8fade6493021897d47
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
556 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 SquareCode = createLucideIcon("SquareCode", [
["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }]
]);
export { SquareCode as default };
//# sourceMappingURL=square-code.js.map