@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.
38 lines (34 loc) • 923 B
JavaScript
'use strict';
var jsxRuntime = require('react/jsx-runtime');
var Icon = require('../components/internal/Icon.cjs');
function EmojiPlusIcon(props) {
  return /* @__PURE__ */ jsxRuntime.jsxs(Icon.Icon, {
    ...props,
    children: [
      /* @__PURE__ */ jsxRuntime.jsx("path", {
        d: "M11 3.07A7 7 0 1 0 16.93 9"
      }),
      /* @__PURE__ */ jsxRuntime.jsx("path", {
        d: "M7.5 11.5S8.25 13 10 13s2.5-1.5 2.5-1.5M8 8h0"
      }),
      /* @__PURE__ */ jsxRuntime.jsx("path", {
        d: "M12 8h0"
      }),
      /* @__PURE__ */ jsxRuntime.jsx("path", {
        d: "M13 5h4m-2-2v4"
      }),
      /* @__PURE__ */ jsxRuntime.jsx("circle", {
        cx: "8",
        cy: "8",
        r: ".25"
      }),
      /* @__PURE__ */ jsxRuntime.jsx("circle", {
        cx: "12",
        cy: "8",
        r: ".25"
      })
    ]
  });
}
exports.EmojiPlusIcon = EmojiPlusIcon;
//# sourceMappingURL=EmojiPlus.cjs.map