persona-community-5/.pnpm-store/v3/files/c9/82a83fc81b309576b04e319984e3f1c9358d3dc52f1bf6e7e2e1f7332baec07538ab2d75616c32c0eb5e1ceabd28a6a9eacc5aa18f04707fb11b911e62859c
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
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 CircleX = createLucideIcon("CircleX", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "m15 9-6 6", key: "1uzhvr" }],
["path", { d: "m9 9 6 6", key: "z0biqf" }]
]);
export { CircleX as default };
//# sourceMappingURL=circle-x.js.map