@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 1.02 kB
JavaScript
import { jsxs as o, jsx as e } from "react/jsx-runtime";
import { memo as m } from "react";
import { IconSize as a } from "../IconSize.es.js";
import r from "./IconExclamationMarkTriangle12.es.js";
import t from "./IconExclamationMarkTriangle16.es.js";
import c from "./IconExclamationMarkTriangle20.es.js";
import f from "./IconExclamationMarkTriangle24.es.js";
import x from "./IconExclamationMarkTriangle32.es.js";
const l = (i) => {
const n = i.size || a.Size16;
return /* @__PURE__ */ o("span", { children: [
n === a.Size12 && !i.filled && /* @__PURE__ */ e(r, { ...i }),
n === a.Size16 && !i.filled && /* @__PURE__ */ e(t, { ...i }),
n === a.Size20 && !i.filled && /* @__PURE__ */ e(c, { ...i }),
n === a.Size24 && !i.filled && /* @__PURE__ */ e(f, { ...i }),
n === a.Size32 && !i.filled && /* @__PURE__ */ e(x, { ...i })
] });
};
l.displayName = "FondueIconExclamationMarkTriangle";
const S = m(l);
export {
S as default
};
//# sourceMappingURL=IconExclamationMarkTriangle.es.js.map