@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
23 lines (21 loc) • 791 B
JavaScript
import { createLucideIcon } from "lucide-react";
//#region src/icons/lucideExtra/GroupBotIcon.tsx
const GroupBotIcon = createLucideIcon("GroupBot", [
["path", {
d: "M11 6V2H7M17 6H5C3.895 6 3 6.895 3 8V16C3 17.105 3.895 18 5 18H17C18.105 18 19 17.105 19 16V8C19 6.895 18.105 6 17 6Z",
key: "1"
}],
["path", {
d: "M17 6H5C3.89543 6 3 6.89543 3 8V16C3 17.1046 3.89543 18 5 18H17C18.1046 18 19 17.1046 19 16V8C19 6.89543 18.1046 6 17 6Z",
key: "2"
}],
["path", {
d: "M6 18V19C6 20.105 6.895 21 8 21H20C21.105 21 22 20.105 22 19V11C22 9.895 21.105 9 20 9H19M14 11V13M8 11V13",
key: "3"
}]
]);
GroupBotIcon.displayName = "GroupBotIcon";
var GroupBotIcon_default = GroupBotIcon;
//#endregion
export { GroupBotIcon_default as default };
//# sourceMappingURL=GroupBotIcon.mjs.map