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.

12 lines (8 loc) 497 B
'use strict'; var jsxRuntime = require('react/jsx-runtime'); var Icon = require('../components/internal/Icon.cjs'); function UserIcon(props) { return /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10 9.75a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm0 0a5.002 5.002 0 0 0-4.901 4.006c-.11.542.349.994.901.994h8c.552 0 1.01-.452.901-.994A5.002 5.002 0 0 0 10 9.75Z" }) }); } exports.UserIcon = UserIcon; //# sourceMappingURL=User.cjs.map