@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 869 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconChartPie32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M25.95 17c-.501 5.053-4.765 9-9.95 9-5.523 0-10-4.477-10-10 0-5.181 3.94-9.442 8.988-9.95V17h10.963m0-2h-8.962V6.048A10 10 0 0 1 25.951 15M28 16c0 6.627-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4s12 5.373 12 12",
clipRule: "evenodd"
}
)
}
);
}
const i = r(o);
export {
i as default
};
//# sourceMappingURL=IconChartPie32.es.js.map