@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) • 512 B
JavaScript
import { jsx } from 'react/jsx-runtime';
import { Icon } from '../components/internal/Icon.js';
function EditIcon(props) {
return /* @__PURE__ */ jsx(Icon, {
...props,
children: /* @__PURE__ */ jsx("path", {
d: "m11.784 5.797-6.13 6.138a4 4 0 0 0-1.03 1.775L4 16l2.285-.624a4 4 0 0 0 1.776-1.032l6.145-6.152m-2.422-2.395 1.244-1.246c.608-.608 1.826-.81 2.53-.104.7.7.499 1.893-.122 2.515l-1.23 1.23m-2.422-2.395 2.422 2.395"
})
});
}
export { EditIcon };
//# sourceMappingURL=Edit.js.map