UNPKG

@frontify/fondue

Version:
35 lines (34 loc) 1.63 kB
import { jsxs as m, jsx as a } from "react/jsx-runtime"; import { memo as o } from "react"; import { IconSize as l } from "../IconSize.es.js"; import r from "./IconExclamationMarkCircle12Filled.es.js"; import n from "./IconExclamationMarkCircle12.es.js"; import t from "./IconExclamationMarkCircle16Filled.es.js"; import f from "./IconExclamationMarkCircle16.es.js"; import d from "./IconExclamationMarkCircle20Filled.es.js"; import x from "./IconExclamationMarkCircle20.es.js"; import z from "./IconExclamationMarkCircle24Filled.es.js"; import I from "./IconExclamationMarkCircle24.es.js"; import k from "./IconExclamationMarkCircle32Filled.es.js"; import C from "./IconExclamationMarkCircle32.es.js"; const c = (i) => { const e = i.size || l.Size16; return /* @__PURE__ */ m("span", { children: [ e === l.Size12 && i.filled && /* @__PURE__ */ a(r, { ...i }), e === l.Size12 && !i.filled && /* @__PURE__ */ a(n, { ...i }), e === l.Size16 && i.filled && /* @__PURE__ */ a(t, { ...i }), e === l.Size16 && !i.filled && /* @__PURE__ */ a(f, { ...i }), e === l.Size20 && i.filled && /* @__PURE__ */ a(d, { ...i }), e === l.Size20 && !i.filled && /* @__PURE__ */ a(x, { ...i }), e === l.Size24 && i.filled && /* @__PURE__ */ a(z, { ...i }), e === l.Size24 && !i.filled && /* @__PURE__ */ a(I, { ...i }), e === l.Size32 && i.filled && /* @__PURE__ */ a(k, { ...i }), e === l.Size32 && !i.filled && /* @__PURE__ */ a(C, { ...i }) ] }); }; c.displayName = "FondueIconExclamationMarkCircle"; const v = o(c); export { v as default }; //# sourceMappingURL=IconExclamationMarkCircle.es.js.map