/** * lucide-react v0.0.1 - ISC */ import createLucideIcon from '../createLucideIcon.mjs'; const UserCircle2 = createLucideIcon("UserCircle2", [ ["path", { d: "M18 20a6 6 0 0 0-12 0", key: "1qehca" }], ["circle", { cx: "12", cy: "10", r: "4", key: "1h16sb" }], ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }] ]); export { UserCircle2 as default }; //# sourceMappingURL=user-circle-2.mjs.map