persona-community-5/.pnpm-store/v3/files/75/756e16878ae099a652478d5bdc20dab7d9884ae8a50c4b29c0f8d74f9a84242459999a242c323d2c9bde27447a5cd6ea2c304fe86c686bcdb8543f746a2165
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
479 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 CircleSlash2 = createLucideIcon("CircleSlash2", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M22 2 2 22", key: "y4kqgn" }]
]);
export { CircleSlash2 as default };
//# sourceMappingURL=circle-slash-2.js.map