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