function createIcon (item) { const value = emojiData[item] const path = './static/emoji/' return <img src=${path}${value} width="16px" height="16px"> }
<img src=${path}${value} width="16px" height="16px">
这里使用了图片 但是 static 下文件夹都打包不进去