persona-community-5/.pnpm-store/v3/files/0a/d30fe169dd4763934dc3820e01f590fa90c90dcbcc0fc51081b3e1c9180d2cdf89dfa080bca0bc2ddea911d663145b5be6c9000cd6f6697b3f14442598615c
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
503 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 CircleChevronDown = createLucideIcon("CircleChevronDown", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "m16 10-4 4-4-4", key: "894hmk" }]
]);
export { CircleChevronDown as default };
//# sourceMappingURL=circle-chevron-down.js.map