lucide-react
Version:
A Lucide icon library package for React applications.
27 lines (23 loc) • 876 B
JavaScript
/**
* @license lucide-react v1.46.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.mjs';
const __iconData = {
name: "user-round-group",
size: 24,
node: [
["path", { d: "M17 21a5 5 0 00-10 0", key: "35qx9b" }],
["path", { d: "M22 10.5a3.5 3.5 0 00-5.507-2.868", key: "1nguyj" }],
["path", { d: "M7.507 7.632A3.5 3.5 0 002 10.5", key: "19g32s" }],
["circle", { cx: "12", cy: "13", r: "3", key: "1vg3eu" }],
["circle", { cx: "18.5", cy: "4.5", r: "2.5", key: "1ona2d" }],
["circle", { cx: "5.5", cy: "4.5", r: "2.5", key: "1sh5th" }]
]
};
__iconData.node;
const UserRoundGroup = createLucideIcon(__iconData);
export { __iconData, UserRoundGroup as default };
//# sourceMappingURL=user-round-group.mjs.map