@frontify/fondue
Version:
Design system of Frontify
29 lines (28 loc) • 820 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconChartLine12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
d: "M4.916 4.223a.5.5 0 0 0-.863.053l-2 4a.5.5 0 1 0 .894.448l1.615-3.23 1.522 2.283a.5.5 0 0 0 .89-.119l1.618-4.855 1.46 2.92a.5.5 0 1 0 .895-.447l-2-4a.5.5 0 0 0-.922.066L6.35 6.372zM.5 10a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1z"
}
)
}
);
}
const l = a(r);
export {
l as default
};
//# sourceMappingURL=IconChartLine12.es.js.map