@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.38 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconFaceHappy24Filled",
"aria-hidden": "true",
...l,
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 0m-9.26 4.047a.75.75 0 0 1 .962.438l.003.009.025.057c.025.054.067.138.128.242.122.208.317.49.605.772.563.552 1.504 1.135 3.037 1.135s2.474-.583 3.037-1.135c.288-.282.483-.564.605-.772a3 3 0 0 0 .153-.3l.004-.008a.75.75 0 0 1 1.404.526L16.5 14.5l.703.261v.001l-.001.002-.002.005-.005.012-.014.036-.05.114a5 5 0 0 1-.195.37 5.3 5.3 0 0 1-.848 1.084c-.812.798-2.12 1.565-4.088 1.565s-3.276-.767-4.088-1.565a5.3 5.3 0 0 1-.848-1.084 4 4 0 0 1-.26-.52l-.004-.012-.002-.005v-.002h-.001c0-.001 0-.002.703-.262l-.703.26a.75.75 0 0 1 .443-.963",
clipRule: "evenodd"
}
)
}
);
}
const n = a(t);
export {
n as default
};
//# sourceMappingURL=IconFaceHappy24Filled.es.js.map