@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.
26 lines (22 loc) • 589 B
JavaScript
;
var jsxRuntime = require('react/jsx-runtime');
var Icon = require('../components/internal/Icon.cjs');
function CopyIcon(props) {
return /* @__PURE__ */ jsxRuntime.jsxs(Icon.Icon, {
...props,
children: [
/* @__PURE__ */ jsxRuntime.jsx("path", {
d: "M4.5 12.91c-.58-.2-1-.76-1-1.41v-6c0-1.1.9-2 2-2h6c.65 0 1.2.42 1.41 1"
}),
/* @__PURE__ */ jsxRuntime.jsx("rect", {
x: 7,
y: 7,
width: 9.5,
height: 9.5,
rx: 1.5
})
]
});
}
exports.CopyIcon = CopyIcon;
//# sourceMappingURL=Copy.cjs.map