@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 892 B
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: "IconLockClosed16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M10 4.75v1H6v-1a2 2 0 1 1 4 0m-5 0a3 3 0 0 1 6 0V5.8h1a2 2 0 0 1 2 2V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7.8a2 2 0 0 1 2-2h1zm8 3.05a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1V13a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1zm-4 2.7a1 1 0 1 1-2 0 1 1 0 0 1 2 0",
clipRule: "evenodd"
}
)
}
);
}
const n = o(a);
export {
n as default
};
//# sourceMappingURL=IconLockClosed16.es.js.map