UNPKG

fui-fancyui

Version:
19 lines (18 loc) 474 B
import e from "../../../icons/SVGCircleCheck/SVGCircleCheck.js"; import t from "../../../icons/SVGInfoSign/SVGInfoSign.js"; import i from "../../../icons/SVGStopSign/SVGStopSign.js"; import s from "../../../icons/SVGWarningSign/SVGWarningSign.js"; const o = { success: e, error: i, info: t, warning: s }; function I(r) { const n = Object.keys(o).includes(r), c = n ? r : "error"; return n ? o[c] : o.error; } export { o as SystemMessageIcon, I as getIcon };