@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 948 B
JavaScript
import { jsxs as c, jsx as i } from "react/jsx-runtime";
import { memo as m } from "react";
import { IconSize as t } from "../IconSize.es.js";
import r from "./IconContextSearch12.es.js";
import S from "./IconContextSearch16.es.js";
import f from "./IconContextSearch20.es.js";
import a from "./IconContextSearch24.es.js";
import l from "./IconContextSearch32.es.js";
const n = (e) => {
const o = e.size || t.Size16;
return /* @__PURE__ */ c("span", { children: [
o === t.Size12 && !e.filled && /* @__PURE__ */ i(r, { ...e }),
o === t.Size16 && !e.filled && /* @__PURE__ */ i(S, { ...e }),
o === t.Size20 && !e.filled && /* @__PURE__ */ i(f, { ...e }),
o === t.Size24 && !e.filled && /* @__PURE__ */ i(a, { ...e }),
o === t.Size32 && !e.filled && /* @__PURE__ */ i(l, { ...e })
] });
};
n.displayName = "FondueIconContextSearch";
const s = m(n);
export {
s as default
};
//# sourceMappingURL=IconContextSearch.es.js.map