@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.
17 lines (13 loc) • 587 B
JavaScript
var jsxRuntime = require('react/jsx-runtime');
var Icon = require('../components/internal/Icon.cjs');
function StrikethroughIcon(props) {
return /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, {
...props,
children: /* @__PURE__ */ jsxRuntime.jsx("path", {
d: "M15.5 10h-11m4.669 0C7.599 9.44 6.5 8.484 6.5 7.125 6.5 5.537 7.79 4.25 10 4.25c1.654 0 2.793.721 3.261 1.75M6.74 14c.468 1.029 1.607 1.75 3.261 1.75 2 0 3.5-1 3.5-2.5 0-.085-.004-.169-.013-.25"
})
});
}
exports.StrikethroughIcon = StrikethroughIcon;
//# sourceMappingURL=Strikethrough.cjs.map
;