@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 877 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPerson20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M12.353 6.265a2.265 2.265 0 1 1-4.53 0 2.265 2.265 0 0 1 4.53 0m.236 2.814a3.765 3.765 0 1 0-5 0A6.59 6.59 0 0 0 3.5 15.177V18h13.177v-2.823a6.59 6.59 0 0 0-4.088-6.098m2.588 6.098V16.5H5v-1.323a5.088 5.088 0 1 1 10.177 0",
clipRule: "evenodd"
}
)
}
);
}
const a = o(n);
export {
a as default
};
//# sourceMappingURL=IconPerson20.es.js.map