@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 983 B
JavaScript
import { jsxs as l, jsx as d } from "react/jsx-runtime";
import { memo as m } from "react";
import { IconSize as o } from "../IconSize.es.js";
import r from "./IconAdobeCreativeCloud12.es.js";
import n from "./IconAdobeCreativeCloud16.es.js";
import C from "./IconAdobeCreativeCloud20.es.js";
import f from "./IconAdobeCreativeCloud24.es.js";
import a from "./IconAdobeCreativeCloud32.es.js";
const t = (e) => {
const i = e.size || o.Size16;
return /* @__PURE__ */ l("span", { children: [
i === o.Size12 && !e.filled && /* @__PURE__ */ d(r, { ...e }),
i === o.Size16 && !e.filled && /* @__PURE__ */ d(n, { ...e }),
i === o.Size20 && !e.filled && /* @__PURE__ */ d(C, { ...e }),
i === o.Size24 && !e.filled && /* @__PURE__ */ d(f, { ...e }),
i === o.Size32 && !e.filled && /* @__PURE__ */ d(a, { ...e })
] });
};
t.displayName = "FondueIconAdobeCreativeCloud";
const x = m(t);
export {
x as default
};
//# sourceMappingURL=IconAdobeCreativeCloud.es.js.map