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