@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 962 B
JavaScript
import { jsxs as a, jsx as n } from "react/jsx-runtime";
import { memo as c } from "react";
import { IconSize as e } from "../IconSize.es.js";
import l from "./IconPaddingVertical12.es.js";
import o from "./IconPaddingVertical16.es.js";
import m from "./IconPaddingVertical20.es.js";
import r from "./IconPaddingVertical24.es.js";
import f from "./IconPaddingVertical32.es.js";
const t = (i) => {
const d = i.size || e.Size16;
return /* @__PURE__ */ a("span", { children: [
d === e.Size12 && !i.filled && /* @__PURE__ */ n(l, { ...i }),
d === e.Size16 && !i.filled && /* @__PURE__ */ n(o, { ...i }),
d === e.Size20 && !i.filled && /* @__PURE__ */ n(m, { ...i }),
d === e.Size24 && !i.filled && /* @__PURE__ */ n(r, { ...i }),
d === e.Size32 && !i.filled && /* @__PURE__ */ n(f, { ...i })
] });
};
t.displayName = "FondueIconPaddingVertical";
const j = c(t);
export {
j as default
};
//# sourceMappingURL=IconPaddingVertical.es.js.map