@liveblocks/react-ui
Version:
A set of React pre-built components for the Liveblocks products. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.
17 lines (14 loc) • 672 B
JavaScript
import { jsxs, jsx } from 'react/jsx-runtime';
import { Icon } from '../components/internal/Icon.js';
function EmojiPlusIcon(props) {
return /* @__PURE__ */ jsxs(Icon, { ...props, children: [
/* @__PURE__ */ jsx("path", { d: "M11 3.07A7 7 0 1 0 16.93 9" }),
/* @__PURE__ */ jsx("path", { d: "M7.5 11.5S8.25 13 10 13s2.5-1.5 2.5-1.5M8 8h0" }),
/* @__PURE__ */ jsx("path", { d: "M12 8h0" }),
/* @__PURE__ */ jsx("path", { d: "M13 5h4m-2-2v4" }),
/* @__PURE__ */ jsx("circle", { cx: "8", cy: "8", r: ".25" }),
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "8", r: ".25" })
] });
}
export { EmojiPlusIcon };
//# sourceMappingURL=EmojiPlus.js.map