@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 "./IconCog12.es.js";
import l from "./IconCog16.es.js";
import r from "./IconCog20.es.js";
import d from "./IconCog24.es.js";
import z from "./IconCog32.es.js";
const n = (o) => {
const e = o.size || i.Size16;
return /* @__PURE__ */ f("span", { children: [
e === i.Size12 && !o.filled && /* @__PURE__ */ m(c, { ...o }),
e === i.Size16 && !o.filled && /* @__PURE__ */ m(l, { ...o }),
e === i.Size20 && !o.filled && /* @__PURE__ */ m(r, { ...o }),
e === i.Size24 && !o.filled && /* @__PURE__ */ m(d, { ...o }),
e === i.Size32 && !o.filled && /* @__PURE__ */ m(z, { ...o })
] });
};
n.displayName = "FondueIconCog";
const h = t(n);
export {
h as default
};
//# sourceMappingURL=IconCog.es.js.map