UNPKG

@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.

20 lines (17 loc) 454 B
import { jsxs, jsx } from 'react/jsx-runtime'; import { Icon } from '../components/internal/Icon.js'; function RedoIcon(props) { return /* @__PURE__ */ jsxs(Icon, { ...props, children: [ /* @__PURE__ */ 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__ */ jsx("path", { d: "m13 5 3 3-3 3" }) ] }); } export { RedoIcon }; //# sourceMappingURL=Redo.js.map