@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.11 kB
JavaScript
import { jsx as e, jsxs as i } from "react/jsx-runtime";
import { memo as l } from "react";
function r(t) {
return /* @__PURE__ */ e(
"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: "IconChartPie12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ i("g", { fill: "none", children: [
/* @__PURE__ */ e("g", { clipPath: "url(#ChartPie12)", children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M10.975 6.5a5 5 0 1 1-5.487-5.474V6.5zm0-1H6.488V1.024A5 5 0 0 1 10.975 5.5M12 6A6 6 0 1 1 0 6a6 6 0 0 1 12 0",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "ChartPie12", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const h = l(r);
export {
h as default
};
//# sourceMappingURL=IconChartPie12.es.js.map