@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.
15 lines (11 loc) • 593 B
JavaScript
;
var jsxRuntime = require('react/jsx-runtime');
var Icon = require('../components/internal/Icon.cjs');
function TranslateIcon(props) {
return /* @__PURE__ */ jsxRuntime.jsxs(Icon.Icon, { ...props, children: [
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m10.5 16.5.818-1.636M16.5 16.5l-.818-1.636m-4.364 0L13.5 10.5l2.182 4.364m-4.364 0h4.364M10.5 6h-7M7 4 6 3m4 8c-2.936-.505-4.382-1.906-5-5" }),
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 11c2.936-.48 4.382-2.053 5-5" })
] });
}
exports.TranslateIcon = TranslateIcon;
//# sourceMappingURL=Translate.cjs.map