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