UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 955 B
import { jsxs as l, jsx as r } from "react/jsx-runtime"; import { memo as o } from "react"; import { IconSize as e } from "../IconSize.es.js"; import m from "./IconGutterVertical12.es.js"; import n from "./IconGutterVertical16.es.js"; import f from "./IconGutterVertical20.es.js"; import a from "./IconGutterVertical24.es.js"; import u from "./IconGutterVertical32.es.js"; const c = (t) => { const i = t.size || e.Size16; return /* @__PURE__ */ l("span", { children: [ i === e.Size12 && !t.filled && /* @__PURE__ */ r(m, { ...t }), i === e.Size16 && !t.filled && /* @__PURE__ */ r(n, { ...t }), i === e.Size20 && !t.filled && /* @__PURE__ */ r(f, { ...t }), i === e.Size24 && !t.filled && /* @__PURE__ */ r(a, { ...t }), i === e.Size32 && !t.filled && /* @__PURE__ */ r(u, { ...t }) ] }); }; c.displayName = "FondueIconGutterVertical"; const h = o(c); export { h as default }; //# sourceMappingURL=IconGutterVertical.es.js.map