synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
24 lines (23 loc) • 494 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
const i = () => /* @__PURE__ */ t(
"svg",
{
"data-icon": "chart",
width: "20",
height: "16",
viewBox: "0 0 20 16",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
children: /* @__PURE__ */ t(
"path",
{
d: "M20 16H0V0H2V14.2222H4V6.22222H8V14.2222H10V2.66667H14V14.2222H16V9.77778H20V16Z",
fill: "#47337D"
}
)
}
);
export {
i as Chart
};
//# sourceMappingURL=Chart.js.map