react-together
Version:
A library to seamlessly add real-time multi-user interaction to your React app!
18 lines (17 loc) • 431 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
function o({ color: r }) {
return /* @__PURE__ */ t(
"svg",
{
width: 20,
height: 18,
viewBox: "0 0 12 18",
fill: r,
xmlns: "http://www.w3.org/2000/svg",
children: /* @__PURE__ */ t("path", { d: "M5.65376 12.3673H5.46026L5.31717 12.4976L0.500002 16.8829L0.500002 1.19841L11.7841 12.3673H5.65376Z" })
}
);
}
export {
o as default
};