persona-community-5/.pnpm-store/v3/files/0e/3b88a879f811e368188f7a547f3febaeb4996f587c69fbdb760cce0dbc9334f6cb6de8e4d8ff532e3e119313b18a40e673822f13716124697a6557a4af02ff
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

16 lines
405 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 Circle = createLucideIcon("Circle", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
]);
export { Circle as default };
//# sourceMappingURL=circle.js.map