@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function s(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: "IconPersonSlash20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M13.776 5.504a3.766 3.766 0 1 0-6.188 3.575A6.59 6.59 0 0 0 3.5 15.177v.603l1.597-1.597a5.09 5.09 0 0 1 3.998-3.998L10.9 8.38a2.265 2.265 0 1 1 1.302-1.302zm-1.208 5.228L6.8 16.5h8.376v-1.323a5.09 5.09 0 0 0-2.608-4.445M5.3 18l-.77.77a.75.75 0 1 1-1.06-1.061l12.939-12.94a.75.75 0 0 1 1.06 1.061L13.66 9.64a6.58 6.58 0 0 1 3.016 5.537V18z",
clipRule: "evenodd"
}
)
}
);
}
const r = l(s);
export {
r as default
};
//# sourceMappingURL=IconPersonSlash20.es.js.map