UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 892 B
import { jsxs as f, jsx as o } from "react/jsx-runtime"; import { memo as t } from "react"; import { IconSize as m } from "../IconSize.es.js"; import a from "./IconFigma12.es.js"; import c from "./IconFigma16.es.js"; import l from "./IconFigma20.es.js"; import r from "./IconFigma24.es.js"; import d from "./IconFigma32.es.js"; const n = (i) => { const e = i.size || m.Size16; return /* @__PURE__ */ f("span", { children: [ e === m.Size12 && !i.filled && /* @__PURE__ */ o(a, { ...i }), e === m.Size16 && !i.filled && /* @__PURE__ */ o(c, { ...i }), e === m.Size20 && !i.filled && /* @__PURE__ */ o(l, { ...i }), e === m.Size24 && !i.filled && /* @__PURE__ */ o(r, { ...i }), e === m.Size32 && !i.filled && /* @__PURE__ */ o(d, { ...i }) ] }); }; n.displayName = "FondueIconFigma"; const h = t(n); export { h as default }; //# sourceMappingURL=IconFigma.es.js.map