@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 911 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function a(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconFaceNeutral24Filled",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10M8.75 11a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5m7.75-1.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0M7.782 14.5a.75.75 0 0 0 0 1.5h8.452a.75.75 0 0 0 0-1.5z",
clipRule: "evenodd"
}
)
}
);
}
const n = l(a);
export {
n as default
};
//# sourceMappingURL=IconFaceNeutral24Filled.es.js.map