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