persona-community-5/.pnpm-store/v3/files/79/a668f35b3b2e27e85fa4aa44cd49c7955a8976aa50f71da6e144742a971e2eea28119c4e0ff1fc8605331ca36679e3e0e69811dfc6887937d7ab6f64325cfc
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
569 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 CircleArrowOutDownLeft = createLucideIcon("CircleArrowOutDownLeft", [
["path", { d: "M2 12a10 10 0 1 1 10 10", key: "1yn6ov" }],
["path", { d: "m2 22 10-10", key: "28ilpk" }],
["path", { d: "M8 22H2v-6", key: "sulq54" }]
]);
export { CircleArrowOutDownLeft as default };
//# sourceMappingURL=circle-arrow-out-down-left.js.map