@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 771 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as r } from "react";
function o(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconChartPie16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M13.98 8.5a6 6 0 1 1-6.492-6.478V8.5h6.491m0-1H8.488V2.02A6 6 0 0 1 13.98 7.5M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0",
clipRule: "evenodd"
}
)
}
);
}
const l = r(o);
export {
l as default
};
//# sourceMappingURL=IconChartPie16.es.js.map