@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 834 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPerson24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M14.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0m.132 3.012a4 4 0 1 0-5.265 0A7 7 0 0 0 5 17.5v3h14v-3a7 7 0 0 0-4.368-6.488M12 12a5.5 5.5 0 0 0-5.5 5.5V19h11v-1.5A5.5 5.5 0 0 0 12 12",
clipRule: "evenodd"
}
)
}
);
}
const a = o(n);
export {
a as default
};
//# sourceMappingURL=IconPerson24.es.js.map