persona-community-5/.pnpm-store/v3/files/21/3957324e96c3624d5b7740f11d7faba1d2fd7f3794abbf5abcaf4c91d4c39b4f129a2bbd54f21dadc4b7c498d0af29f333b5a9081eb6424ad2854c7ec0fa4d
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
576 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 CircleArrowOutDownRight = createLucideIcon("CircleArrowOutDownRight", [
["path", { d: "M12 22a10 10 0 1 1 10-10", key: "130bv5" }],
["path", { d: "M22 22 12 12", key: "131aw7" }],
["path", { d: "M22 16v6h-6", key: "1gvm70" }]
]);
export { CircleArrowOutDownRight as default };
//# sourceMappingURL=circle-arrow-out-down-right.js.map