@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.05 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as n } from "react";
function t(o) {
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: "IconPersonAnonymous12",
"aria-hidden": "true",
...o,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7.389 5.579a2.5 2.5 0 0 1-.952.382v.601a.437.437 0 1 1-.875 0V5.438A.44.44 0 0 1 6 5h.11a1.504 1.504 0 1 0-1.614-1.5H3.5a2.5 2.5 0 1 1 3.889 2.079M9 9a3 3 0 0 0-1.274-2.454c.302-.172.576-.387.813-.637A4 4 0 0 1 10 9v2H2V9c0-1.245.569-2.357 1.46-3.091.238.25.512.465.814.637A3 3 0 0 0 3 9v1h6zm-3 .25a.437.437 0 0 0 .438-.437v-.626a.438.438 0 0 0-.875 0v.626c0 .241.195.437.437.437",
clipRule: "evenodd"
}
)
}
);
}
const c = n(t);
export {
c as default
};
//# sourceMappingURL=IconPersonAnonymous12.es.js.map