@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 927 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPerson12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7.475 3.391c0 .737-.628 1.392-1.475 1.392S4.525 4.128 4.525 3.39 5.153 2 6 2s1.475.655 1.475 1.391m.027 1.9a2.36 2.36 0 0 0 .973-1.9C8.475 2.071 7.367 1 6 1S3.525 2.07 3.525 3.391c0 .775.381 1.464.972 1.9A4 4 0 0 0 2 9v2h8V9a4 4 0 0 0-2.498-3.708M9 9v1H3V9a3 3 0 0 1 6 0",
clipRule: "evenodd"
}
)
}
);
}
const l = o(n);
export {
l as default
};
//# sourceMappingURL=IconPerson12.es.js.map