@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 969 B
JavaScript
import { jsxs as f, jsx as e } from "react/jsx-runtime";
import { memo as d } from "react";
import { IconSize as o } from "../IconSize.es.js";
import n from "./IconRadiusBottomLeft12.es.js";
import a from "./IconRadiusBottomLeft16.es.js";
import c from "./IconRadiusBottomLeft20.es.js";
import l from "./IconRadiusBottomLeft24.es.js";
import u from "./IconRadiusBottomLeft32.es.js";
const m = (t) => {
const i = t.size || o.Size16;
return /* @__PURE__ */ f("span", { children: [
i === o.Size12 && !t.filled && /* @__PURE__ */ e(n, { ...t }),
i === o.Size16 && !t.filled && /* @__PURE__ */ e(a, { ...t }),
i === o.Size20 && !t.filled && /* @__PURE__ */ e(c, { ...t }),
i === o.Size24 && !t.filled && /* @__PURE__ */ e(l, { ...t }),
i === o.Size32 && !t.filled && /* @__PURE__ */ e(u, { ...t })
] });
};
m.displayName = "FondueIconRadiusBottomLeft";
const x = d(m);
export {
x as default
};
//# sourceMappingURL=IconRadiusBottomLeft.es.js.map