persona-community-5/.pnpm-store/v3/files/78/dd90b19bfb177bbc2e950200caba5d05f1f00359a106ebf24851c69c016aa398790205868cdfbc9cceeb6e8880f6097d69019d8564d6320d0635bbfdd49b7e
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

17 lines
506 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 CircleChevronRight = createLucideIcon("CircleChevronRight", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "m10 8 4 4-4 4", key: "1wy4r4" }]
]);
export { CircleChevronRight as default };
//# sourceMappingURL=circle-chevron-right.js.map