@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 (13 loc) • 515 B
JavaScript
;
var jsxRuntime = require('react/jsx-runtime');
var Icon = require('../components/internal/Icon.cjs');
function BellCrossedIcon(props) {
return /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, {
...props,
children: /* @__PURE__ */ jsxRuntime.jsx("path", {
d: "M14 14H4.5s2-3 2-6.5c0-.3.05-.6.12-.88M8.2 4.5a3.5 3.5 0 0 1 5.3 3c0 .96.15 1.88.37 2.7M7.55 14a2.5 2.5 0 0 0 4.9 0M4.5 4.5l11 11"
})
});
}
exports.BellCrossedIcon = BellCrossedIcon;
//# sourceMappingURL=BellCrossed.cjs.map