@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 941 B
JavaScript
import { jsxs as o, jsx as t } from "react/jsx-runtime";
import { memo as m } from "react";
import { IconSize as i } from "../IconSize.es.js";
import I from "./IconListIndented12.es.js";
import f from "./IconListIndented16.es.js";
import c from "./IconListIndented20.es.js";
import l from "./IconListIndented24.es.js";
import r from "./IconListIndented32.es.js";
const d = (e) => {
const n = e.size || i.Size16;
return /* @__PURE__ */ o("span", { children: [
n === i.Size12 && !e.filled && /* @__PURE__ */ t(I, { ...e }),
n === i.Size16 && !e.filled && /* @__PURE__ */ t(f, { ...e }),
n === i.Size20 && !e.filled && /* @__PURE__ */ t(c, { ...e }),
n === i.Size24 && !e.filled && /* @__PURE__ */ t(l, { ...e }),
n === i.Size32 && !e.filled && /* @__PURE__ */ t(r, { ...e })
] });
};
d.displayName = "FondueIconListIndented";
const h = m(d);
export {
h as default
};
//# sourceMappingURL=IconListIndented.es.js.map