@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.6 kB
JavaScript
import { jsx as l, jsxs as a } from "react/jsx-runtime";
import { memo as t } from "react";
function i(e) {
return /* @__PURE__ */ l(
"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: "IconFaceSad12Filled",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a("g", { fill: "none", children: [
/* @__PURE__ */ l("g", { clipPath: "url(#FaceSad12Filled)", children: /* @__PURE__ */ l(
"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 0M3.319 9.366a.5.5 0 0 0 .645-.28l.001-.003.012-.026q.019-.04.066-.118c.064-.103.167-.245.32-.388.296-.278.802-.58 1.637-.58s1.34.302 1.638.58a1.9 1.9 0 0 1 .385.506l.012.026v.002a.5.5 0 0 0 .931-.366L8.5 8.9l.466-.182v-.002l-.002-.003-.003-.007-.01-.021-.029-.065a2.9 2.9 0 0 0-.601-.8C7.854 7.385 7.109 6.972 6 6.972s-1.854.413-2.32.85a2.9 2.9 0 0 0-.602.799l-.03.065-.009.02-.003.008-.001.003v.002L3.5 8.9l-.466-.181a.5.5 0 0 0 .285.647m4.716-.283",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "FaceSad12Filled", children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const r = t(i);
export {
r as default
};
//# sourceMappingURL=IconFaceSad12Filled.es.js.map