@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 791 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconChartPie20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M17.463 10.75a7.501 7.501 0 1 1-8.225-8.212v8.212zm0-1.5h-6.725V2.536a7.5 7.5 0 0 1 6.725 6.714M19 10a9 9 0 1 1-18 0 9 9 0 0 1 18 0",
clipRule: "evenodd"
}
)
}
);
}
const l = r(o);
export {
l as default
};
//# sourceMappingURL=IconChartPie20.es.js.map