UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 948 B
import { jsxs as m, jsx as i } from "react/jsx-runtime"; import { memo as n } from "react"; import { IconSize as e } from "../IconSize.es.js"; import S from "./IconArrowOutShare12.es.js"; import f from "./IconArrowOutShare16.es.js"; import a from "./IconArrowOutShare20.es.js"; import c from "./IconArrowOutShare24.es.js"; import l from "./IconArrowOutShare32.es.js"; const t = (r) => { const o = r.size || e.Size16; return /* @__PURE__ */ m("span", { children: [ o === e.Size12 && !r.filled && /* @__PURE__ */ i(S, { ...r }), o === e.Size16 && !r.filled && /* @__PURE__ */ i(f, { ...r }), o === e.Size20 && !r.filled && /* @__PURE__ */ i(a, { ...r }), o === e.Size24 && !r.filled && /* @__PURE__ */ i(c, { ...r }), o === e.Size32 && !r.filled && /* @__PURE__ */ i(l, { ...r }) ] }); }; t.displayName = "FondueIconArrowOutShare"; const x = n(t); export { x as default }; //# sourceMappingURL=IconArrowOutShare.es.js.map