persona-community-5/.pnpm-store/v3/files/3c/37d8e5772de9259ab521b5235f1ed1ead06bfd0bd6fa53c7302ceb6fa9b9cc168f97208d83499af7ab9540c85153c8aa81f6cf0bafe418afeae631d1dd07e9
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
544 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 CircleHelp = createLucideIcon("CircleHelp", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3", key: "1u773s" }],
["path", { d: "M12 17h.01", key: "p32p05" }]
]);
export { CircleHelp as default };
//# sourceMappingURL=circle-help.js.map