@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.
22 lines (18 loc) • 516 B
JavaScript
var jsxRuntime = require('react/jsx-runtime');
var Icon = require('../components/internal/Icon.cjs');
function RedoIcon(props) {
return /* @__PURE__ */ jsxRuntime.jsxs(Icon.Icon, {
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx("path", {
d: "M16 8H7.5A3.5 3.5 0 0 0 4 11.5v0A3.5 3.5 0 0 0 7.5 15H9"
}),
/* @__PURE__ */ jsxRuntime.jsx("path", {
d: "m13 5 3 3-3 3"
})
]
});
}
exports.RedoIcon = RedoIcon;
//# sourceMappingURL=Redo.cjs.map
;