@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 948 B
JavaScript
import { jsxs as d, jsx as o } from "react/jsx-runtime";
import { memo as I } from "react";
import { IconSize as i } from "../IconSize.es.js";
import f from "./IconAdobeInDesign12.es.js";
import t from "./IconAdobeInDesign16.es.js";
import c from "./IconAdobeInDesign20.es.js";
import l from "./IconAdobeInDesign24.es.js";
import r from "./IconAdobeInDesign32.es.js";
const m = (e) => {
const n = e.size || i.Size16;
return /* @__PURE__ */ d("span", { children: [
n === i.Size12 && !e.filled && /* @__PURE__ */ o(f, { ...e }),
n === i.Size16 && !e.filled && /* @__PURE__ */ o(t, { ...e }),
n === i.Size20 && !e.filled && /* @__PURE__ */ o(c, { ...e }),
n === i.Size24 && !e.filled && /* @__PURE__ */ o(l, { ...e }),
n === i.Size32 && !e.filled && /* @__PURE__ */ o(r, { ...e })
] });
};
m.displayName = "FondueIconAdobeInDesign";
const u = I(m);
export {
u as default
};
//# sourceMappingURL=IconAdobeInDesign.es.js.map