| 12345678910111213141516171819202122232425262728293031 | local M = {}M.icons = {  Class = " ",  Color = " ",  Constant = "ﲀ ",  Constructor = " ",  Enum = "練",  EnumMember = " ",  Event = " ",  Field = " ",  File = "",  Folder = " ",  Function = " ",  Interface = "ﰮ ",  Keyword = " ",  Method = " ",  Module = " ",  Operator = "",  Property = " ",  Reference = " ",  Snippet = " ",  Struct = " ",  Text = " ",  TypeParameter = " ",  Unit = "塞",  Value = " ",  Variable = " ",}return M
 |