UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 941 B
import { jsxs as l, jsx as o } from "react/jsx-runtime"; import { memo as m } from "react"; import { IconSize as t } from "../IconSize.es.js"; import r from "./IconDotsVertical12.es.js"; import n from "./IconDotsVertical16.es.js"; import f from "./IconDotsVertical20.es.js"; import a from "./IconDotsVertical24.es.js"; import d from "./IconDotsVertical32.es.js"; const c = (i) => { const e = i.size || t.Size16; return /* @__PURE__ */ l("span", { children: [ e === t.Size12 && !i.filled && /* @__PURE__ */ o(r, { ...i }), e === t.Size16 && !i.filled && /* @__PURE__ */ o(n, { ...i }), e === t.Size20 && !i.filled && /* @__PURE__ */ o(f, { ...i }), e === t.Size24 && !i.filled && /* @__PURE__ */ o(a, { ...i }), e === t.Size32 && !i.filled && /* @__PURE__ */ o(d, { ...i }) ] }); }; c.displayName = "FondueIconDotsVertical"; const j = m(c); export { j as default }; //# sourceMappingURL=IconDotsVertical.es.js.map