@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 892 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconFaceNeutral20Filled",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M10 19a9 9 0 1 0 0-18 9 9 0 0 0 0 18M7.075 9.1a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25m6.975-1.125a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0M6.204 12.5a.75.75 0 0 0 0 1.5h7.607a.75.75 0 0 0 0-1.5z",
clipRule: "evenodd"
}
)
}
);
}
const n = l(a);
export {
n as default
};
//# sourceMappingURL=IconFaceNeutral20Filled.es.js.map