react-together
Version:
A library to seamlessly add real-time multi-user interaction to your React app!
24 lines (23 loc) • 664 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
function s() {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "24",
height: "24",
viewBox: "0 0 24 24",
className: "rt-message-prompt-icon",
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
d: "M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 14h2v2h-2zm1-10c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"
}
)
}
);
}
export {
s as default
};