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.

22 lines (18 loc) 616 B
'use strict'; var jsxRuntime = require('react/jsx-runtime'); var Icon = require('../components/internal/Icon.cjs'); function SparklesTextIcon(props) { return /* @__PURE__ */ jsxRuntime.jsxs(Icon.Icon, { ...props, children: [ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 11.5H4.5m3.5 3H4.5m11-6h-11m11-3h-11" }), /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M16 13.5a2.5 2.5 0 0 1-2.5-2.5 2.5 2.5 0 0 1-2.5 2.5 2.5 2.5 0 0 1 2.5 2.5 2.5 2.5 0 0 1 2.5-2.5Z" }) ] }); } exports.SparklesTextIcon = SparklesTextIcon; //# sourceMappingURL=SparklesText.cjs.map