@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.06 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function a(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: "IconPersonLock16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m6.056 6.857.144-.02V7.94a3 3 0 0 1-.216-.052A3.8 3.8 0 0 0 3 11.6V13h3.2v1H2v-2.4a4.8 4.8 0 0 1 2.8-4.364A3 3 0 1 1 9.8 5h-1a2 2 0 1 0-2.744 1.857M8 8.167V8a2.4 2.4 0 0 1 4.8 0v.166A2 2 0 0 1 14 10v2a2 2 0 0 1-2 2H8.8a2 2 0 0 1-2-2v-2A2 2 0 0 1 8 8.166M8.2 9.2a1 1 0 0 0-.4.8v2a1 1 0 0 0 1 1H12a1 1 0 0 0 1-1v-2a1 1 0 0 0-.4-.8zM11.8 8A1.4 1.4 0 1 0 9 8zm-.8 3a.6.6 0 1 1-1.2 0 .6.6 0 0 1 1.2 0",
clipRule: "evenodd"
}
)
}
);
}
const c = o(a);
export {
c as default
};
//# sourceMappingURL=IconPersonLock16.es.js.map