UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

20 lines (19 loc) 513 B
"use client"; import { TITLE } from "../style.mjs"; import Icon from "./Inner.mjs"; import { jsx } from "react/jsx-runtime"; import { IconAvatar } from "@lobehub/icons"; //#region src/icons/IMessage/components/Avatar.tsx const Avatar = ({ background, ...rest }) => { return /* @__PURE__ */ jsx(IconAvatar, { Icon, "aria-label": TITLE, background: background || "#34DA50", color: "#fff", iconMultiple: .7, ...rest }); }; //#endregion export { Avatar as default }; //# sourceMappingURL=Avatar.mjs.map