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