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) 452 B
import { jsx } from 'react/jsx-runtime'; import { Icon } from '../components/internal/Icon.js'; function CommentIcon(props) { return /* @__PURE__ */ jsx(Icon, { ...props, children: /* @__PURE__ */ jsx("path", { d: "M10 16a6 6 0 1 0-5.552-3.72c.094.229.12.482.052.719l-.753 2.636a.5.5 0 0 0 .618.618l2.636-.753a1.1 1.1 0 0 1 .719.052A6.002 6.002 0 0 0 10 16Z" }) }); } export { CommentIcon }; //# sourceMappingURL=Comment.js.map