@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 878 B
JavaScript
import { jsxs as f, jsx as m } from "react/jsx-runtime";
import { memo as t } from "react";
import { IconSize as i } from "../IconSize.es.js";
import c from "./IconEye12.es.js";
import l from "./IconEye16.es.js";
import r from "./IconEye20.es.js";
import d from "./IconEye24.es.js";
import y from "./IconEye32.es.js";
const n = (e) => {
const o = e.size || i.Size16;
return /* @__PURE__ */ f("span", { children: [
o === i.Size12 && !e.filled && /* @__PURE__ */ m(c, { ...e }),
o === i.Size16 && !e.filled && /* @__PURE__ */ m(l, { ...e }),
o === i.Size20 && !e.filled && /* @__PURE__ */ m(r, { ...e }),
o === i.Size24 && !e.filled && /* @__PURE__ */ m(d, { ...e }),
o === i.Size32 && !e.filled && /* @__PURE__ */ m(y, { ...e })
] });
};
n.displayName = "FondueIconEye";
const h = t(n);
export {
h as default
};
//# sourceMappingURL=IconEye.es.js.map