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