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

16 lines
419 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 ChevronRight = createLucideIcon("ChevronRight", [
["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]
]);
export { ChevronRight as default };
//# sourceMappingURL=chevron-right.js.map