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.

15 lines (12 loc) 420 B
import { jsx } from 'react/jsx-runtime'; import { Icon } from '../components/internal/Icon.js'; function DeleteIcon(props) { return /* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsx("path", { d: "M4.5 6.5h11M14 6.5V14a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 6 14V6.5M7.5 6.5V5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v1.5" }) }); } export { DeleteIcon }; //# sourceMappingURL=Delete.js.map