persona-community-5/.pnpm-store/v3/files/22/2952c70b6d9beeb00a282919a095c5223d81f57dc5817f22cbd95292d23a1efc1e910b987ab2c68f6ff95067b68cbfc49dfccd443693cbba6dc7efd75df11e
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
511 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 Disc2 = createLucideIcon("Disc2", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["circle", { cx: "12", cy: "12", r: "4", key: "4exip2" }],
["path", { d: "M12 12h.01", key: "1mp3jc" }]
]);
export { Disc2 as default };
//# sourceMappingURL=disc-2.js.map