@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.
18 lines (14 loc) • 425 B
JavaScript
var jsxRuntime = require('react/jsx-runtime');
var Icon = require('../components/internal/Icon.cjs');
function SpinnerIcon(props) {
return /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, {
...props,
children: /* @__PURE__ */ jsxRuntime.jsx("path", {
d: "M3 10a7 7 0 0 1 7-7",
className: "lb-icon-spinner"
})
});
}
exports.SpinnerIcon = SpinnerIcon;
//# sourceMappingURL=Spinner.cjs.map
;