@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.36 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function t(l) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconFaceSad32Filled",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M16 28c6.627 0 12-5.373 12-12S22.627 4 16 4 4 9.373 4 16s5.373 12 12 12m-3.5-13a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m8.5-1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m-10.447 9.394a1 1 0 0 0 1.34-.442h8.215a1 1 0 0 0 1.786-.9L21 22l.894-.448v-.001l-.002-.002-.002-.005-.007-.013-.02-.04-.07-.124a6 6 0 0 0-.26-.406 7.3 7.3 0 0 0-1.042-1.196C19.544 18.891 18.063 18 16 18s-3.544.891-4.49 1.765a7.3 7.3 0 0 0-1.042 1.196 6 6 0 0 0-.33.53l-.021.04-.007.013-.002.005-.002.002c0 .001 0 .002.894.449l-.894-.447a1 1 0 0 0 .447 1.341m1.34-.442h8.215l-.006-.011-.037-.066a4 4 0 0 0-.175-.273 5.3 5.3 0 0 0-.756-.867C18.456 20.609 17.437 20 16 20s-2.456.609-3.134 1.235a5.3 5.3 0 0 0-.756.867 4 4 0 0 0-.212.339z",
clipRule: "evenodd"
}
)
}
);
}
const m = a(t);
export {
m as default
};
//# sourceMappingURL=IconFaceSad32Filled.es.js.map