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.

22 lines (18 loc) 517 B
'use strict'; var jsxRuntime = require('react/jsx-runtime'); var Icon = require('../components/internal/Icon.cjs'); function UndoIcon(props) { return /* @__PURE__ */ jsxRuntime.jsxs(Icon.Icon, { ...props, children: [ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 8h8.5a3.5 3.5 0 0 1 3.5 3.5v0a3.5 3.5 0 0 1-3.5 3.5H11" }), /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7 5 4 8l3 3" }) ] }); } exports.UndoIcon = UndoIcon; //# sourceMappingURL=Undo.cjs.map