@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) • 445 B
JavaScript
;
var jsxRuntime = require('react/jsx-runtime');
var Icon = require('../components/internal/Icon.cjs');
function StopIcon(props) {
return /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, {
...props,
children: /* @__PURE__ */ jsxRuntime.jsx("rect", {
x: 5,
y: 5,
width: 10,
height: 10,
rx: 1,
fill: "currentColor"
})
});
}
exports.StopIcon = StopIcon;
//# sourceMappingURL=Stop.cjs.map