@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.21 kB
JavaScript
import { jsx as e, jsxs as l } from "react/jsx-runtime";
import { memo as a } 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: "IconFaceNeutral12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ l("g", { fill: "none", children: [
/* @__PURE__ */ e("g", { clipPath: "url(#FaceNeutral12)", children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M11 6A5 5 0 1 1 1 6a5 5 0 0 1 10 0m1 0A6 6 0 1 1 0 6a6 6 0 0 1 12 0m-8.25-.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: "FaceNeutral12", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const o = a(r);
export {
o as default
};
//# sourceMappingURL=IconFaceNeutral12.es.js.map