persona-community-5/.pnpm-store/v3/files/5c/58bdb55605546e3d8a28af029820d16d90a2fa553a690e364b5c89d6211703753b1c1a8f6144256f11c2ee2bb5d4d24e1ade08fc1f86c69ab205a7abd2b95b
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
396 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 Dot = createLucideIcon("Dot", [
["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]
]);
export { Dot as default };
//# sourceMappingURL=dot.js.map