persona-community-5/.pnpm-store/v3/files/c4/fd56b9f7a67a709673385df433c0b4935d41ef79bf5484490eaf9dc10aba51f8c9a6492e386ac006aa527939eba6885f959cee82da657b4d703c8b94147c4c
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
568 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 SquareArrowUpLeft = createLucideIcon("SquareArrowUpLeft", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M8 16V8h8", key: "19xb1h" }],
["path", { d: "M16 16 8 8", key: "1qdy8n" }]
]);
export { SquareArrowUpLeft as default };
//# sourceMappingURL=square-arrow-up-left.js.map