@frontify/fondue
Version:
Design system of Frontify
29 lines (28 loc) • 845 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as a } from "react";
function r(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconChartLine20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
d: "M7.302 8.241a.75.75 0 0 0-1.21.15l-3 5.5a.75.75 0 1 0 1.317.718l2.5-4.582 2.29 2.482a.75.75 0 0 0 1.264-.278l2.41-7.427 2.196 4.76a.75.75 0 0 0 1.362-.628l-3-6.5a.75.75 0 0 0-1.394.083l-2.605 8.03zM2 16.5A.75.75 0 0 0 2 18h16a.75.75 0 0 0 0-1.5z"
}
)
}
);
}
const s = a(r);
export {
s as default
};
//# sourceMappingURL=IconChartLine20.es.js.map