UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

27 lines (23 loc) 841 B
/** * @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-group", size: 24, node: [ ["path", { d: "M17 21v-1a2 2 0 00-2-2H9a2 2 0 00-2 2v1", key: "13eq7e" }], ["path", { d: "M19 10h1a2 2 0 012 2v1", key: "172ugw" }], ["path", { d: "M5 10H4a2 2 0 00-2 2v1", key: "1yb089" }], ["circle", { cx: "12", cy: "11", r: "3", key: "itu57m" }], ["circle", { cx: "18", cy: "4", r: "2", key: "bubz31" }], ["circle", { cx: "6", cy: "4", r: "2", key: "lisof6" }] ] }; __iconData.node; const UserGroup = createLucideIcon(__iconData); export { __iconData, UserGroup as default }; //# sourceMappingURL=user-group.mjs.map