@frontify/fondue
Version:
Design system of Frontify
35 lines (34 loc) • 1.47 kB
JavaScript
import { jsxs as c, jsx as n } from "react/jsx-runtime";
import { memo as m } from "react";
import { IconSize as i } from "../IconSize.es.js";
import f from "./IconLockOpen12Filled.es.js";
import d from "./IconLockOpen12.es.js";
import t from "./IconLockOpen16Filled.es.js";
import z from "./IconLockOpen16.es.js";
import I from "./IconLockOpen20Filled.es.js";
import k from "./IconLockOpen20.es.js";
import L from "./IconLockOpen24Filled.es.js";
import O from "./IconLockOpen24.es.js";
import S from "./IconLockOpen32Filled.es.js";
import r from "./IconLockOpen32.es.js";
const l = (e) => {
const o = e.size || i.Size16;
return /* @__PURE__ */ c("span", { children: [
o === i.Size12 && e.filled && /* @__PURE__ */ n(f, { ...e }),
o === i.Size12 && !e.filled && /* @__PURE__ */ n(d, { ...e }),
o === i.Size16 && e.filled && /* @__PURE__ */ n(t, { ...e }),
o === i.Size16 && !e.filled && /* @__PURE__ */ n(z, { ...e }),
o === i.Size20 && e.filled && /* @__PURE__ */ n(I, { ...e }),
o === i.Size20 && !e.filled && /* @__PURE__ */ n(k, { ...e }),
o === i.Size24 && e.filled && /* @__PURE__ */ n(L, { ...e }),
o === i.Size24 && !e.filled && /* @__PURE__ */ n(O, { ...e }),
o === i.Size32 && e.filled && /* @__PURE__ */ n(S, { ...e }),
o === i.Size32 && !e.filled && /* @__PURE__ */ n(r, { ...e })
] });
};
l.displayName = "FondueIconLockOpen";
const w = m(l);
export {
w as default
};
//# sourceMappingURL=IconLockOpen.es.js.map