persona-community-5/.pnpm-store/v3/files/59/ae7bee30ad7024f2a72c45dd75bc39c0d4a2b80993dd75a046e67893d3a50ad1fd25dee38c97390c48bcd291503b7ca101ca0dbeab1cac039662c9c2a68af5
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
570 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 SquareArrowUpRight = createLucideIcon("SquareArrowUpRight", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M8 8h8v8", key: "b65dnt" }],
["path", { d: "m8 16 8-8", key: "13b9ih" }]
]);
export { SquareArrowUpRight as default };
//# sourceMappingURL=square-arrow-up-right.js.map