@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 820 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function n(t) {
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: "IconPerson32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M19.5 10.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m.03 4.218a5.5 5.5 0 1 0-7.059 0A9 9 0 0 0 7 23v4h18v-4a9 9 0 0 0-5.47-8.282M16 16a7 7 0 0 0-7 7v2h14v-2a7 7 0 0 0-7-7",
clipRule: "evenodd"
}
)
}
);
}
const l = o(n);
export {
l as default
};
//# sourceMappingURL=IconPerson32.es.js.map