@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 899 B
JavaScript
import { jsxs as m, jsx as c } from "react/jsx-runtime";
import { memo as n } from "react";
import { IconSize as i } from "../IconSize.es.js";
import S from "./IconSketch12.es.js";
import f from "./IconSketch16.es.js";
import l from "./IconSketch20.es.js";
import r from "./IconSketch24.es.js";
import d from "./IconSketch32.es.js";
const o = (e) => {
const t = e.size || i.Size16;
return /* @__PURE__ */ m("span", { children: [
t === i.Size12 && !e.filled && /* @__PURE__ */ c(S, { ...e }),
t === i.Size16 && !e.filled && /* @__PURE__ */ c(f, { ...e }),
t === i.Size20 && !e.filled && /* @__PURE__ */ c(l, { ...e }),
t === i.Size24 && !e.filled && /* @__PURE__ */ c(r, { ...e }),
t === i.Size32 && !e.filled && /* @__PURE__ */ c(d, { ...e })
] });
};
o.displayName = "FondueIconSketch";
const s = n(o);
export {
s as default
};
//# sourceMappingURL=IconSketch.es.js.map