persona-community-5/.pnpm-store/v3/files/23/b20c2431e802672266a4d3fefdeab03a305a7e71621952516e3e98768b5ad1628fcdb8017c8ac9440a72c05a59c640a759ddd45f80b346090a8874a7dade5f
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
607 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 SquareArrowOutDownRight = createLucideIcon("SquareArrowOutDownRight", [
["path", { d: "M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6", key: "14rsvq" }],
["path", { d: "m21 21-9-9", key: "1et2py" }],
["path", { d: "M21 15v6h-6", key: "1jko0i" }]
]);
export { SquareArrowOutDownRight as default };
//# sourceMappingURL=square-arrow-out-down-right.js.map