persona-community-5/.pnpm-store/v3/files/d4/9076bee37df7f73909722340c1858bda5a0085c82761cf4553d0fa65cc64c2f301a86cc9dc2deaeed4d17075d1d0eed0116fc526a54a958b30bd718c94db31
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 CircleChevronLeft = createLucideIcon("CircleChevronLeft", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "m14 16-4-4 4-4", key: "ojs7w8" }]
]);
export { CircleChevronLeft as default };
//# sourceMappingURL=circle-chevron-left.js.map