persona-community-5/.pnpm-store/v3/files/27/3f7edb690290149deaf43237b6d355893fd9ba2c071a533ee5ad8a5e73fa856c9ee8016ab33a7c467031df56932225a37edd76b64aafdc4ae5727952fad7eb
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
544 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 CircleArrowRight = createLucideIcon("CircleArrowRight", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M8 12h8", key: "1wcyev" }],
["path", { d: "m12 16 4-4-4-4", key: "1i9zcv" }]
]);
export { CircleArrowRight as default };
//# sourceMappingURL=circle-arrow-right.js.map