UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 955 B
import { jsxs as l, jsx as r } from "react/jsx-runtime"; import { memo as m } from "react"; import { IconSize as i } from "../IconSize.es.js"; import w from "./IconArrowAlignDown12.es.js"; import A from "./IconArrowAlignDown16.es.js"; import f from "./IconArrowAlignDown20.es.js"; import t from "./IconArrowAlignDown24.es.js"; import c from "./IconArrowAlignDown32.es.js"; const e = (o) => { const n = o.size || i.Size16; return /* @__PURE__ */ l("span", { children: [ n === i.Size12 && !o.filled && /* @__PURE__ */ r(w, { ...o }), n === i.Size16 && !o.filled && /* @__PURE__ */ r(A, { ...o }), n === i.Size20 && !o.filled && /* @__PURE__ */ r(f, { ...o }), n === i.Size24 && !o.filled && /* @__PURE__ */ r(t, { ...o }), n === i.Size32 && !o.filled && /* @__PURE__ */ r(c, { ...o }) ] }); }; e.displayName = "FondueIconArrowAlignDown"; const x = m(e); export { x as default }; //# sourceMappingURL=IconArrowAlignDown.es.js.map