@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 829 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPerson16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M9.75 5.25a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0m.046 2.082a2.75 2.75 0 1 0-3.593 0A5 5 0 0 0 3 12v2h10v-2a5 5 0 0 0-3.204-4.668M8 8a4 4 0 0 0-4 4v1h8v-1a4 4 0 0 0-4-4",
clipRule: "evenodd"
}
)
}
);
}
const l = o(n);
export {
l as default
};
//# sourceMappingURL=IconPerson16.es.js.map