persona-community-5/.pnpm-store/v3/files/bc/57d799e172bbd8e8188e423f4f2bbf230e8ccff64a9a4082f29be592c251c8d6c868a4db7a708c8cd0f20f3d73807168eb368c4bc041d25b6d45ab7b3498da
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
458 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 Disc = createLucideIcon("Disc", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["circle", { cx: "12", cy: "12", r: "2", key: "1c9p78" }]
]);
export { Disc as default };
//# sourceMappingURL=disc.js.map