adui
Version:
<div> <img src="https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png" style="margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;" /> </div>
11 lines (9 loc) • 301 B
text/typescript
const ICON_INTENTS = {
danger: "alert-circle" as "alert-circle",
info: "info-circle" as "info-circle",
normal: "info-circle" as "info-circle",
primary: "tick-circle" as "tick-circle",
success: "tick-circle" as "tick-circle",
warning: "warning" as "warning",
}
export default ICON_INTENTS