persona-community-5/.pnpm-store/v3/files/10/28616db801e2f375146ac1f8f18259ae66941eba1117397ea0b38036442597eccde380e4b1d12cb6a1fb103155a4443260408bcecf92d2a482f75d014700cd
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
533 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 CircleArrowUp = createLucideIcon("CircleArrowUp", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "m16 12-4-4-4 4", key: "177agl" }],
["path", { d: "M12 16V8", key: "1sbj14" }]
]);
export { CircleArrowUp as default };
//# sourceMappingURL=circle-arrow-up.js.map