persona-community-5/.pnpm-store/v3/files/72/54436828f813d67e3c49cf2defe65cec89504c6d2ab477ce1675419d130d07f542cc538cbea4cfcc665972f544337d19a5f6223614f2c38879c60a3b92af66
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
495 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 CircleSlash = createLucideIcon("CircleSlash", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["line", { x1: "9", x2: "15", y1: "15", y2: "9", key: "1dfufj" }]
]);
export { CircleSlash as default };
//# sourceMappingURL=circle-slash.js.map