persona-community-5/.pnpm-store/v3/files/d6/ccc105fe2643ce76ab0324999dc20d0f920ee72fc68c38002309fcbee2f6a46439c24be64cc9fb8afc7c6c0efdab796ae9a0c333ebc987b3c26346694508ea
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
578 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 SquareArrowDownRight = createLucideIcon("SquareArrowDownRight", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "m8 8 8 8", key: "1imecy" }],
["path", { d: "M16 8v8H8", key: "1lbpgo" }]
]);
export { SquareArrowDownRight as default };
//# sourceMappingURL=square-arrow-down-right.js.map