@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.44 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function c(a) {
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: "IconFaceHappy32",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M26 16c0 5.523-4.477 10-10 10S6 21.523 6 16 10.477 6 16 6s10 4.477 10 10m2 0c0 6.627-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4s12 5.373 12 12m-15.5-1a1.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 4.606a1 1 0 0 1 1.34.442l.005.011.037.066c.036.062.094.157.175.273.164.235.414.552.756.867C13.544 20.391 14.563 21 16 21s2.456-.609 3.134-1.235a5.4 5.4 0 0 0 .756-.867 4 4 0 0 0 .212-.339l.006-.01h-8.216 8.216a1 1 0 0 1 1.786.898L21 19l.894.448v.001l-.002.002-.002.005-.007.013-.02.04-.07.124c-.06.102-.146.242-.26.406a7.4 7.4 0 0 1-1.042 1.196C19.544 22.109 18.063 23 16 23s-3.544-.891-4.49-1.765a7.3 7.3 0 0 1-1.042-1.196 6 6 0 0 1-.33-.53l-.021-.04-.007-.013-.002-.005-.002-.002c0-.001 0-.002.894-.449l-.894.447a1 1 0 0 1 .447-1.341",
clipRule: "evenodd"
}
)
}
);
}
const m = t(c);
export {
m as default
};
//# sourceMappingURL=IconFaceHappy32.es.js.map