persona-community-5/.pnpm-store/v3/files/60/870aa94ad674d084af421636f097c720eb8764817d4cbba309aee8dfe8dd98aa803bc179c9bea17fb37c55d6bf0cc524b304ea3e34dd536874300d7e50fe45
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
540 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 CircleArrowLeft = createLucideIcon("CircleArrowLeft", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M16 12H8", key: "1fr5h0" }],
["path", { d: "m12 8-4 4 4 4", key: "15vm53" }]
]);
export { CircleArrowLeft as default };
//# sourceMappingURL=circle-arrow-left.js.map