@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.2 kB
JavaScript
import { jsx as e, jsxs as t } from "react/jsx-runtime";
import { memo as a } from "react";
function i(l) {
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: "IconFaceNeutral12Filled",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ t("g", { fill: "none", children: [
/* @__PURE__ */ e("g", { clipPath: "url(#FaceNeutral12Filled)", children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6 12A6 6 0 1 0 6 0a6 6 0 0 0 0 12M3.75 5.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5M9 4.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M4 8a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1z",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "FaceNeutral12Filled", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const d = a(i);
export {
d as default
};
//# sourceMappingURL=IconFaceNeutral12Filled.es.js.map