list.php 23 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043
  1. <?php
  2. /**
  3. * List of icons in Icomoon
  4. *
  5. * @package vip-restaurant
  6. */
  7. return array(
  8. 'home' => 0xe000,
  9. 'home2' => 0xe001,
  10. 'home3' => 0xe002,
  11. 'home4' => 0xe003,
  12. 'home5' => 0xe004,
  13. 'home6' => 0xe005,
  14. 'home7' => 0xe006,
  15. 'office' => 0xe007,
  16. 'newspaper' => 0xe008,
  17. 'pencil' => 0xe009,
  18. 'pencil2' => 0xe00a,
  19. 'pencil3' => 0xe00b,
  20. 'pencil4' => 0xe00c,
  21. 'quill' => 0xe00d,
  22. 'quill2' => 0xe00e,
  23. 'pen' => 0xe00f,
  24. 'pen2' => 0xe010,
  25. 'pen3' => 0xe011,
  26. 'marker' => 0xe012,
  27. 'blog' => 0xe013,
  28. 'eyedropper' => 0xe014,
  29. 'droplet' => 0xe015,
  30. 'droplet2' => 0xe016,
  31. 'paint-format' => 0xe017,
  32. 'image' => 0xe018,
  33. 'image2' => 0xe019,
  34. 'images' => 0xe01a,
  35. 'image3' => 0xe01b,
  36. 'image4' => 0xe01c,
  37. 'image5' => 0xe01d,
  38. 'camera' => 0xe01e,
  39. 'camera2' => 0xe01f,
  40. 'camera3' => 0xe020,
  41. 'camera4' => 0xe021,
  42. 'music' => 0xe022,
  43. 'music2' => 0xe023,
  44. 'music3' => 0xe024,
  45. 'piano' => 0xe025,
  46. 'headphones' => 0xe026,
  47. 'headphones2' => 0xe027,
  48. 'play' => 0xe028,
  49. 'movie' => 0xe029,
  50. 'movie2' => 0xe02a,
  51. 'film' => 0xe02b,
  52. 'film2' => 0xe02c,
  53. 'film3' => 0xe02d,
  54. 'camera5' => 0xe02e,
  55. 'camera6' => 0xe02f,
  56. 'camera7' => 0xe030,
  57. 'dice' => 0xe031,
  58. 'pacman' => 0xe032,
  59. 'spades' => 0xe033,
  60. 'clubs' => 0xe034,
  61. 'diamonds' => 0xe035,
  62. 'king' => 0xe036,
  63. 'queen' => 0xe037,
  64. 'rock' => 0xe038,
  65. 'bishop' => 0xe039,
  66. 'knight' => 0xe03a,
  67. 'pawn' => 0xe03b,
  68. 'bullhorn' => 0xe03c,
  69. 'megaphone' => 0xe03d,
  70. 'new' => 0xe03e,
  71. 'connection' => 0xe03f,
  72. 'connection2' => 0xe040,
  73. 'podcast' => 0xe041,
  74. 'radio' => 0xe042,
  75. 'feed' => 0xe043,
  76. 'mic' => 0xe044,
  77. 'mic2' => 0xe045,
  78. 'mic3' => 0xe046,
  79. 'mic4' => 0xe047,
  80. 'book' => 0xe048,
  81. 'book2' => 0xe049,
  82. 'books' => 0xe04a,
  83. 'library' => 0xe04b,
  84. 'file' => 0xe04c,
  85. 'profile' => 0xe04d,
  86. 'file2' => 0xe04e,
  87. 'file3' => 0xe04f,
  88. 'file4' => 0xe050,
  89. 'file5' => 0xe051,
  90. 'file6' => 0xe052,
  91. 'file-plus' => 0xe053,
  92. 'file-minus' => 0xe054,
  93. 'file-download' => 0xe055,
  94. 'file-upload' => 0xe056,
  95. 'file-check' => 0xe057,
  96. 'file-remove' => 0xe058,
  97. 'file7' => 0xe059,
  98. 'copy' => 0xe05a,
  99. 'copy2' => 0xe05b,
  100. 'copy3' => 0xe05c,
  101. 'copy4' => 0xe05d,
  102. 'paste' => 0xe05e,
  103. 'paste2' => 0xe05f,
  104. 'paste3' => 0xe060,
  105. 'stack' => 0xe061,
  106. 'folder' => 0xe062,
  107. 'folder-download' => 0xe063,
  108. 'folder-upload' => 0xe064,
  109. 'folder-plus' => 0xe065,
  110. 'folder-plus2' => 0xe066,
  111. 'folder-minus' => 0xe067,
  112. 'folder-minus2' => 0xe068,
  113. 'folder8' => 0xe069,
  114. 'folder-remove' => 0xe06a,
  115. 'folder2' => 0xe06b,
  116. 'folder-open' => 0xe06c,
  117. 'folder-plus3' => 0xe06d,
  118. 'folder-minus3' => 0xe06e,
  119. 'folder-download2' => 0xe06f,
  120. 'folder-upload2' => 0xe070,
  121. 'folder3' => 0xe071,
  122. 'folder-open2' => 0xe072,
  123. 'certificate' => 0xe073,
  124. 'cc' => 0xe074,
  125. 'tag' => 0xe075,
  126. 'tag2' => 0xe076,
  127. 'tag3' => 0xe077,
  128. 'tag4' => 0xe078,
  129. 'tags' => 0xe079,
  130. 'tags2' => 0xe07a,
  131. 'tag5' => 0xe07b,
  132. 'barcode' => 0xe07c,
  133. 'barcode2' => 0xe07d,
  134. 'qrcode' => 0xe07e,
  135. 'ticket' => 0xe07f,
  136. 'cart' => 0xe080,
  137. 'cart2' => 0xe081,
  138. 'cart3' => 0xe082,
  139. 'cart4' => 0xe083,
  140. 'cart5' => 0xe084,
  141. 'cart-plus' => 0xe085,
  142. 'cart-minus' => 0xe086,
  143. 'cart-add' => 0xe087,
  144. 'cart-remove' => 0xe088,
  145. 'cart-checkout' => 0xe089,
  146. 'cart-remove2' => 0xe08a,
  147. 'basket' => 0xe08b,
  148. 'basket2' => 0xe08c,
  149. 'coin' => 0xe08d,
  150. 'credit' => 0xe08e,
  151. 'calculate' => 0xe08f,
  152. 'calculate2' => 0xe090,
  153. 'support' => 0xe091,
  154. 'phone' => 0xe092,
  155. 'phone2' => 0xe093,
  156. 'phone3' => 0xe094,
  157. 'contact-add' => 0xe095,
  158. 'contact-remove' => 0xe096,
  159. 'contact-add2' => 0xe097,
  160. 'contact-remove2' => 0xe098,
  161. 'call-incoming' => 0xe099,
  162. 'call-outgoing' => 0xe09a,
  163. 'phone4' => 0xe09b,
  164. 'phone5' => 0xe09c,
  165. 'phone-hang-up' => 0xe09d,
  166. 'phone-hang-up2' => 0xe09e,
  167. 'address-book' => 0xe09f,
  168. 'notebook' => 0xe0a0,
  169. 'envelop' => 0xe0a1,
  170. 'mail-send' => 0xe0a2,
  171. 'envelop2' => 0xe0a3,
  172. 'pushpin' => 0xe0a4,
  173. 'location' => 0xe0a5,
  174. 'location2' => 0xe0a6,
  175. 'location3' => 0xe0a7,
  176. 'location4' => 0xe0a8,
  177. 'compass' => 0xe0a9,
  178. 'compass2' => 0xe0aa,
  179. 'map' => 0xe0ab,
  180. 'map2' => 0xe0ac,
  181. 'map3' => 0xe0ad,
  182. 'direction' => 0xe0ae,
  183. 'history' => 0xe0af,
  184. 'clock' => 0xe0b0,
  185. 'clock2' => 0xe0b1,
  186. 'clock3' => 0xe0b2,
  187. 'clock4' => 0xe0b3,
  188. 'watch' => 0xe0b4,
  189. 'alarm' => 0xe0b5,
  190. 'alarm2' => 0xe0b6,
  191. 'bell' => 0xe0b7,
  192. 'stopwatch' => 0xe0b8,
  193. 'calendar' => 0xe0b9,
  194. 'calendar2' => 0xe0ba,
  195. 'calendar3' => 0xe0bb,
  196. 'calendar4' => 0xe0bc,
  197. 'print' => 0xe0bd,
  198. 'print2' => 0xe0be,
  199. 'mouse' => 0xe0bf,
  200. 'mouse2' => 0xe0c0,
  201. 'keyboard' => 0xe0c1,
  202. 'screen' => 0xe0c2,
  203. 'screen2' => 0xe0c3,
  204. 'laptop' => 0xe0c4,
  205. 'mobile' => 0xe0c5,
  206. 'mobile2' => 0xe0c6,
  207. 'tablet' => 0xe0c7,
  208. 'tv' => 0xe0c8,
  209. 'cabinet' => 0xe0c9,
  210. 'archive' => 0xe0ca,
  211. 'drawer' => 0xe0cb,
  212. 'drawer2' => 0xe0cc,
  213. 'drawer3' => 0xe0cd,
  214. 'box-add' => 0xe0ce,
  215. 'box-remove' => 0xe0cf,
  216. 'download' => 0xe0d0,
  217. 'upload' => 0xe0d1,
  218. 'disk' => 0xe0d2,
  219. 'storage' => 0xe0d3,
  220. 'storage2' => 0xe0d4,
  221. 'database' => 0xe0d5,
  222. 'database2' => 0xe0d6,
  223. 'undo' => 0xe0d7,
  224. 'redo' => 0xe0d8,
  225. 'rotate' => 0xe0d9,
  226. 'rotate2' => 0xe0da,
  227. 'flip' => 0xe0db,
  228. 'flip2' => 0xe0dc,
  229. 'undo2' => 0xe0dd,
  230. 'redo2' => 0xe0de,
  231. 'forward' => 0xe0df,
  232. 'reply' => 0xe0e0,
  233. 'reply2' => 0xe0e1,
  234. 'bubble' => 0xe0e2,
  235. 'bubbles' => 0xe0e3,
  236. 'bubbles2' => 0xe0e4,
  237. 'bubble2' => 0xe0e5,
  238. 'bubbles3' => 0xe0e6,
  239. 'bubbles4' => 0xe0e7,
  240. 'bubble-notification' => 0xe0e8,
  241. 'bubble3' => 0xe0e9,
  242. 'bubble-dots' => 0xe0ea,
  243. 'bubble4' => 0xe0eb,
  244. 'bubble5' => 0xe0ec,
  245. 'bubble-dots2' => 0xe0ed,
  246. 'bubble6' => 0xe0ee,
  247. 'bubbles5' => 0xe0ef,
  248. 'bubbles6' => 0xe0f0,
  249. 'bubble-blocked' => 0xe0f1,
  250. 'bubble-quote' => 0xe0f2,
  251. 'bubble-user' => 0xe0f3,
  252. 'bubble-check' => 0xe0f4,
  253. 'bubble-video-chat' => 0xe0f5,
  254. 'bubble-link' => 0xe0f6,
  255. 'bubble-locked' => 0xe0f7,
  256. 'bubble-star' => 0xe0f8,
  257. 'bubble-heart' => 0xe0f9,
  258. 'bubble-paperclip' => 0xe0fa,
  259. 'bubble-cancel' => 0xe0fb,
  260. 'bubble-plus' => 0xe0fc,
  261. 'bubble-minus' => 0xe0fd,
  262. 'bubble-notification2' => 0xe0fe,
  263. 'bubble-trash' => 0xe0ff,
  264. 'bubble-left' => 0xe100,
  265. 'bubble-right' => 0xe101,
  266. 'bubble-up' => 0xe102,
  267. 'bubble-down' => 0xe103,
  268. 'bubble-first' => 0xe104,
  269. 'bubble-last' => 0xe105,
  270. 'bubble-replu' => 0xe106,
  271. 'bubble-forward' => 0xe107,
  272. 'bubble-reply' => 0xe108,
  273. 'bubble-forward2' => 0xe109,
  274. 'user' => 0xe10a,
  275. 'users' => 0xe10b,
  276. 'user-plus' => 0xe10c,
  277. 'user-plus2' => 0xe10d,
  278. 'user-minus' => 0xe10e,
  279. 'user-minus2' => 0xe10f,
  280. 'user-cancel' => 0xe110,
  281. 'user-block' => 0xe111,
  282. 'user2' => 0xe112,
  283. 'users2' => 0xe113,
  284. 'user-plus3' => 0xe114,
  285. 'user-minus3' => 0xe115,
  286. 'user-cancel2' => 0xe116,
  287. 'user-block2' => 0xe117,
  288. 'user3' => 0xe118,
  289. 'user4' => 0xe119,
  290. 'vcard' => 0xe11a,
  291. 'hanger' => 0xe11b,
  292. 'quotes-left' => 0xe11c,
  293. 'quotes-right' => 0xe11d,
  294. 'quotes-right2' => 0xe11e,
  295. 'quotes-right3' => 0xe11f,
  296. 'busy' => 0xe120,
  297. 'busy2' => 0xe121,
  298. 'busy3' => 0xe122,
  299. 'spinner' => 0xe123,
  300. 'spinner2' => 0xe124,
  301. 'spinner3' => 0xe125,
  302. 'spinner4' => 0xe126,
  303. 'spinner5' => 0xe127,
  304. 'spinner6' => 0xe128,
  305. 'spinner7' => 0xe129,
  306. 'spinner8' => 0xe12a,
  307. 'binoculars' => 0xe12b,
  308. 'search' => 0xe12c,
  309. 'search2' => 0xe12d,
  310. 'zoomin' => 0xe12e,
  311. 'zoomout' => 0xe12f,
  312. 'search3' => 0xe130,
  313. 'zoomin2' => 0xe131,
  314. 'zoomout2' => 0xe132,
  315. 'expand' => 0xe133,
  316. 'contract' => 0xe134,
  317. 'expand2' => 0xe135,
  318. 'contract2' => 0xe136,
  319. 'key' => 0xe137,
  320. 'key2' => 0xe138,
  321. 'lock' => 0xe139,
  322. 'lock2' => 0xe13a,
  323. 'unlocked' => 0xe13b,
  324. 'lock3' => 0xe13c,
  325. 'unlocked2' => 0xe13d,
  326. 'wrench' => 0xe13e,
  327. 'wrench2' => 0xe13f,
  328. 'settings' => 0xe140,
  329. 'equalizer' => 0xe141,
  330. 'equalizer2' => 0xe142,
  331. 'equalizer3' => 0xe143,
  332. 'cog' => 0xe144,
  333. 'cogs' => 0xe145,
  334. 'cog2' => 0xe146,
  335. 'cog3' => 0xe147,
  336. 'cog4' => 0xe148,
  337. 'factory' => 0xe149,
  338. 'hammer' => 0xe14a,
  339. 'tools' => 0xe14b,
  340. 'wand' => 0xe14c,
  341. 'wand2' => 0xe14d,
  342. 'aid' => 0xe14e,
  343. 'patch' => 0xe14f,
  344. 'bug' => 0xe150,
  345. 'bug2' => 0xe151,
  346. 'inject' => 0xe152,
  347. 'construction' => 0xe153,
  348. 'cone' => 0xe154,
  349. 'pie' => 0xe155,
  350. 'pie2' => 0xe156,
  351. 'pie3' => 0xe157,
  352. 'pie4' => 0xe158,
  353. 'stats' => 0xe159,
  354. 'stats2' => 0xe15a,
  355. 'stats3' => 0xe15b,
  356. 'bars' => 0xe15c,
  357. 'bars2' => 0xe15d,
  358. 'bars3' => 0xe15e,
  359. 'stats-up' => 0xe15f,
  360. 'stats-down' => 0xe160,
  361. 'ladder' => 0xe161,
  362. 'cake' => 0xe162,
  363. 'gift' => 0xe163,
  364. 'balloon' => 0xe164,
  365. 'rating' => 0xe165,
  366. 'rating2' => 0xe166,
  367. 'rating3' => 0xe167,
  368. 'podium' => 0xe168,
  369. 'medal' => 0xe169,
  370. 'medal2' => 0xe16a,
  371. 'medal3' => 0xe16b,
  372. 'medal4' => 0xe16c,
  373. 'medal5' => 0xe16d,
  374. 'crown' => 0xe16e,
  375. 'trophy' => 0xe16f,
  376. 'trophy2' => 0xe170,
  377. 'trophy-star' => 0xe171,
  378. 'diamond' => 0xe172,
  379. 'glass' => 0xe173,
  380. 'glass2' => 0xe174,
  381. 'bottle' => 0xe175,
  382. 'bottle2' => 0xe176,
  383. 'mug' => 0xe177,
  384. 'food' => 0xe178,
  385. 'food2' => 0xe179,
  386. 'leaf' => 0xe17a,
  387. 'apple-fruit' => 0xe17b,
  388. 'paw' => 0xe17c,
  389. 'steps' => 0xe17d,
  390. 'flower' => 0xe17e,
  391. 'rocket' => 0xe17f,
  392. 'meter' => 0xe180,
  393. 'meter2' => 0xe181,
  394. 'meter-slow' => 0xe182,
  395. 'meter-medium' => 0xe183,
  396. 'meter-fast' => 0xe184,
  397. 'dashboard' => 0xe185,
  398. 'hammer2' => 0xe186,
  399. 'balance' => 0xe187,
  400. 'fire' => 0xe188,
  401. 'lab' => 0xe189,
  402. 'magnet' => 0xe18a,
  403. 'dumbbell' => 0xe18b,
  404. 'skull' => 0xe18c,
  405. 'skull2' => 0xe18d,
  406. 'lamp' => 0xe18e,
  407. 'lamp2' => 0xe18f,
  408. 'lamp3' => 0xe190,
  409. 'remove' => 0xe191,
  410. 'remove2' => 0xe192,
  411. 'remove3' => 0xe193,
  412. 'remove4' => 0xe194,
  413. 'remove5' => 0xe195,
  414. 'briefcase' => 0xe196,
  415. 'briefcase2' => 0xe197,
  416. 'briefcase3' => 0xe198,
  417. 'airplane' => 0xe199,
  418. 'airplane2' => 0xe19a,
  419. 'paperplane' => 0xe19b,
  420. 'car' => 0xe19c,
  421. 'gas-pump' => 0xe19d,
  422. 'bus' => 0xe19e,
  423. 'truck' => 0xe19f,
  424. 'road' => 0xe1a0,
  425. 'boat' => 0xe1a1,
  426. 'cube' => 0xe1a2,
  427. 'cube2' => 0xe1a3,
  428. 'pyramid' => 0xe1a4,
  429. 'puzzle' => 0xe1a5,
  430. 'puzzle2' => 0xe1a6,
  431. 'puzzle3' => 0xe1a7,
  432. 'puzzle4' => 0xe1a8,
  433. 'glasses' => 0xe1a9,
  434. 'glasses2' => 0xe1aa,
  435. 'glasses3' => 0xe1ab,
  436. 'sunglasses' => 0xe1ac,
  437. 'accessibility' => 0xe1ad,
  438. 'accessibility2' => 0xe1ae,
  439. 'target' => 0xe1af,
  440. 'target2' => 0xe1b0,
  441. 'target3' => 0xe1b1,
  442. 'gun' => 0xe1b2,
  443. 'gun-ban' => 0xe1b3,
  444. 'shield' => 0xe1b4,
  445. 'shield2' => 0xe1b5,
  446. 'lightning' => 0xe1b6,
  447. 'power' => 0xe1b7,
  448. 'power2' => 0xe1b8,
  449. 'switch' => 0xe1b9,
  450. 'powercord' => 0xe1ba,
  451. 'clipboard' => 0xe1bb,
  452. 'signup' => 0xe1bc,
  453. 'list' => 0xe1bd,
  454. 'list2' => 0xe1be,
  455. 'numbered-list' => 0xe1bf,
  456. 'playlist' => 0xe1c0,
  457. 'grid' => 0xe1c1,
  458. 'grid2' => 0xe1c2,
  459. 'grid3' => 0xe1c3,
  460. 'grid4' => 0xe1c4,
  461. 'tree' => 0xe1c5,
  462. 'tree2' => 0xe1c6,
  463. 'tree3' => 0xe1c7,
  464. 'menu' => 0xe1c8,
  465. 'menu2' => 0xe1c9,
  466. 'menu3' => 0xe1ca,
  467. 'menu4' => 0xe1cb,
  468. 'menu5' => 0xe1cc,
  469. 'cloud' => 0xe1cd,
  470. 'cloud-download' => 0xe1ce,
  471. 'cloud-upload' => 0xe1cf,
  472. 'download2' => 0xe1d0,
  473. 'upload2' => 0xe1d1,
  474. 'download3' => 0xe1d2,
  475. 'upload3' => 0xe1d3,
  476. 'download4' => 0xe1d4,
  477. 'upload4' => 0xe1d5,
  478. 'download5' => 0xe1d6,
  479. 'upload5' => 0xe1d7,
  480. 'globe' => 0xe1d8,
  481. 'globe2' => 0xe1d9,
  482. 'earth' => 0xe1da,
  483. 'link' => 0xe1db,
  484. 'link2' => 0xe1dc,
  485. 'link3' => 0xe1dd,
  486. 'link22' => 0xe1de,
  487. 'link4' => 0xe1df,
  488. 'link5' => 0xe1e0,
  489. 'link6' => 0xe1e1,
  490. 'anchor' => 0xe1e2,
  491. 'flag' => 0xe1e3,
  492. 'flag2' => 0xe1e4,
  493. 'flag3' => 0xe1e5,
  494. 'flag4' => 0xe1e6,
  495. 'attachment' => 0xe1e7,
  496. 'attachment2' => 0xe1e8,
  497. 'eye' => 0xe1e9,
  498. 'eye-blocked' => 0xe1ea,
  499. 'eye2' => 0xe1eb,
  500. 'eye3' => 0xe1ec,
  501. 'eye-blocked2' => 0xe1ed,
  502. 'eye4' => 0xe1ee,
  503. 'eye5' => 0xe1ef,
  504. 'eye6' => 0xe1f0,
  505. 'eye7' => 0xe1f1,
  506. 'bookmark' => 0xe1f2,
  507. 'bookmark2' => 0xe1f3,
  508. 'bookmarks' => 0xe1f4,
  509. 'bookmark3' => 0xe1f5,
  510. 'weather-lightning' => 0xe1f6,
  511. 'weather-rain' => 0xe1f7,
  512. 'weather-snow' => 0xe1f8,
  513. 'windy' => 0xe1f9,
  514. 'fan' => 0xe1fa,
  515. 'umbrella' => 0xe1fb,
  516. 'sun' => 0xe1fc,
  517. 'sun2' => 0xe1fd,
  518. 'brightness-high' => 0xe1fe,
  519. 'brightness-medium' => 0xe1ff,
  520. 'brightness-low' => 0xe200,
  521. 'brightness-contrast' => 0xe201,
  522. 'contrast' => 0xe202,
  523. 'moon' => 0xe203,
  524. 'bed' => 0xe204,
  525. 'bed2' => 0xe205,
  526. 'star' => 0xe206,
  527. 'star2' => 0xe207,
  528. 'star3' => 0xe208,
  529. 'star4' => 0xe209,
  530. 'star5' => 0xe20a,
  531. 'star6' => 0xe20b,
  532. 'heart' => 0xe20c,
  533. 'heart2' => 0xe20d,
  534. 'heart-broken' => 0xe20e,
  535. 'heart3' => 0xe20f,
  536. 'heart4' => 0xe210,
  537. 'heart-broken2' => 0xe211,
  538. 'heart5' => 0xe212,
  539. 'heart6' => 0xe213,
  540. 'heart-broken3' => 0xe214,
  541. 'thumbs-up' => 0xe215,
  542. 'thumbs-up2' => 0xe216,
  543. 'thumbs-down' => 0xe217,
  544. 'thumbs-down2' => 0xe218,
  545. 'thumbs-up3' => 0xe219,
  546. 'thumbs-up4' => 0xe21a,
  547. 'people' => 0xe21b,
  548. 'man' => 0xe21c,
  549. 'male' => 0xe21d,
  550. 'woman' => 0xe21e,
  551. 'female' => 0xe21f,
  552. 'peace' => 0xe220,
  553. 'yin-yang' => 0xe221,
  554. 'happy' => 0xe222,
  555. 'happy2' => 0xe223,
  556. 'smiley' => 0xe224,
  557. 'smiley2' => 0xe225,
  558. 'tongue' => 0xe226,
  559. 'tongue2' => 0xe227,
  560. 'sad' => 0xe228,
  561. 'sad2' => 0xe229,
  562. 'wink' => 0xe22a,
  563. 'wink2' => 0xe22b,
  564. 'grin' => 0xe22c,
  565. 'grin2' => 0xe22d,
  566. 'cool' => 0xe22e,
  567. 'cool2' => 0xe22f,
  568. 'angry' => 0xe230,
  569. 'angry2' => 0xe231,
  570. 'evil' => 0xe232,
  571. 'evil2' => 0xe233,
  572. 'shocked' => 0xe234,
  573. 'shocked2' => 0xe235,
  574. 'confused' => 0xe236,
  575. 'confused2' => 0xe237,
  576. 'neutral' => 0xe238,
  577. 'neutral2' => 0xe239,
  578. 'wondering' => 0xe23a,
  579. 'wondering2' => 0xe23b,
  580. 'cursor' => 0xe23c,
  581. 'cursor2' => 0xe23d,
  582. 'point-up' => 0xe23e,
  583. 'point-right' => 0xe23f,
  584. 'point-down' => 0xe240,
  585. 'point-left' => 0xe241,
  586. 'move' => 0xe242,
  587. 'warning' => 0xe243,
  588. 'notification' => 0xe244,
  589. 'question' => 0xe245,
  590. 'question2' => 0xe246,
  591. 'question3' => 0xe247,
  592. 'question4' => 0xe248,
  593. 'question5' => 0xe249,
  594. 'plus-circle' => 0xe24a,
  595. 'plus-circle2' => 0xe24b,
  596. 'minus-circle' => 0xe24c,
  597. 'minus-circle2' => 0xe24d,
  598. 'info' => 0xe24e,
  599. 'info2' => 0xe24f,
  600. 'blocked' => 0xe250,
  601. 'cancel-circle' => 0xe251,
  602. 'cancel-circle2' => 0xe252,
  603. 'checkmark-circle' => 0xe253,
  604. 'checkmark-circle2' => 0xe254,
  605. 'cancel' => 0xe255,
  606. 'spam' => 0xe256,
  607. 'close' => 0xe257,
  608. 'checkmark' => 0xe258,
  609. 'checkmark2' => 0xe259,
  610. 'checkmark3' => 0xe25a,
  611. 'checkmark4' => 0xe25b,
  612. 'spell-check' => 0xe25c,
  613. 'minus' => 0xe25d,
  614. 'plus' => 0xe25e,
  615. 'enter' => 0xe25f,
  616. 'exit' => 0xe260,
  617. 'enter2' => 0xe261,
  618. 'exit2' => 0xe262,
  619. 'enter3' => 0xe263,
  620. 'exit3' => 0xe264,
  621. 'exit4' => 0xe265,
  622. 'play2' => 0xe266,
  623. 'pause' => 0xe267,
  624. 'stop' => 0xe268,
  625. 'backward' => 0xe269,
  626. 'forward2' => 0xe26a,
  627. 'play3' => 0xe26b,
  628. 'pause2' => 0xe26c,
  629. 'stop2' => 0xe26d,
  630. 'backward2' => 0xe26e,
  631. 'forward3' => 0xe26f,
  632. 'first' => 0xe270,
  633. 'last' => 0xe271,
  634. 'previous' => 0xe272,
  635. 'next' => 0xe273,
  636. 'eject' => 0xe274,
  637. 'volume-high' => 0xe275,
  638. 'volume-medium' => 0xe276,
  639. 'volume-low' => 0xe277,
  640. 'volume-mute' => 0xe278,
  641. 'volume-mute2' => 0xe279,
  642. 'volume-increase' => 0xe27a,
  643. 'volume-decrease' => 0xe27b,
  644. 'volume-high2' => 0xe27c,
  645. 'volume-medium2' => 0xe27d,
  646. 'volume-low2' => 0xe27e,
  647. 'volume-mute3' => 0xe27f,
  648. 'volume-mute4' => 0xe280,
  649. 'volume-increase2' => 0xe281,
  650. 'volume-decrease2' => 0xe282,
  651. 'volume5' => 0xe283,
  652. 'volume4' => 0xe284,
  653. 'volume3' => 0xe285,
  654. 'volume2' => 0xe286,
  655. 'volume1' => 0xe287,
  656. 'volume0' => 0xe288,
  657. 'volume-mute5' => 0xe289,
  658. 'volume-mute6' => 0xe28a,
  659. 'loop' => 0xe28b,
  660. 'loop2' => 0xe28c,
  661. 'loop3' => 0xe28d,
  662. 'loop4' => 0xe28e,
  663. 'loop5' => 0xe28f,
  664. 'shuffle' => 0xe290,
  665. 'shuffle2' => 0xe291,
  666. 'wave' => 0xe292,
  667. 'wave2' => 0xe293,
  668. 'arrow-first' => 0xe294,
  669. 'arrow-right' => 0xe295,
  670. 'arrow-up' => 0xe296,
  671. 'arrow-right2' => 0xe297,
  672. 'arrow-down' => 0xe298,
  673. 'arrow-left' => 0xe299,
  674. 'arrow-up2' => 0xe29a,
  675. 'arrow-right3' => 0xe29b,
  676. 'arrow-down2' => 0xe29c,
  677. 'arrow-left2' => 0xe29d,
  678. 'arrow-up-left' => 0xe29e,
  679. 'arrow-up3' => 0xe29f,
  680. 'arrow-up-right' => 0xe2a0,
  681. 'arrow-right4' => 0xe2a1,
  682. 'arrow-down-right' => 0xe2a2,
  683. 'arrow-down3' => 0xe2a3,
  684. 'arrow-down-left' => 0xe2a4,
  685. 'arrow-left3' => 0xe2a5,
  686. 'arrow-up-left2' => 0xe2a6,
  687. 'arrow-up4' => 0xe2a7,
  688. 'arrow-up-right2' => 0xe2a8,
  689. 'arrow-right5' => 0xe2a9,
  690. 'arrow-down-right2' => 0xe2aa,
  691. 'arrow-down4' => 0xe2ab,
  692. 'arrow-down-left2' => 0xe2ac,
  693. 'arrow-left4' => 0xe2ad,
  694. 'arrow-up-left3' => 0xe2ae,
  695. 'arrow-up5' => 0xe2af,
  696. 'arrow-up-right3' => 0xe2b0,
  697. 'arrow-right6' => 0xe2b1,
  698. 'arrow-down-right3' => 0xe2b2,
  699. 'arrow-down5' => 0xe2b3,
  700. 'arrow-down-left3' => 0xe2b4,
  701. 'arrow-left5' => 0xe2b5,
  702. 'arrow' => 0xe2b6,
  703. 'arrow2' => 0xe2b7,
  704. 'arrow3' => 0xe2b8,
  705. 'arrow4' => 0xe2b9,
  706. 'arrow-up-left4' => 0xe2ba,
  707. 'arrow-up6' => 0xe2bb,
  708. 'arrow-up-right4' => 0xe2bc,
  709. 'arrow-right7' => 0xe2bd,
  710. 'arrow-down-right4' => 0xe2be,
  711. 'arrow-down6' => 0xe2bf,
  712. 'arrow-down-left4' => 0xe2c0,
  713. 'arrow-left6' => 0xe2c1,
  714. 'arrow-up-left5' => 0xe2c2,
  715. 'arrow-up7' => 0xe2c3,
  716. 'arrow-up-right5' => 0xe2c4,
  717. 'arrow-right8' => 0xe2c5,
  718. 'arrow-down-right5' => 0xe2c6,
  719. 'arrow-down7' => 0xe2c7,
  720. 'arrow-down-left5' => 0xe2c8,
  721. 'arrow-left7' => 0xe2c9,
  722. 'arrow-up8' => 0xe2ca,
  723. 'arrow-right9' => 0xe2cb,
  724. 'arrow-down8' => 0xe2cc,
  725. 'arrow-left8' => 0xe2cd,
  726. 'arrow-up9' => 0xe2ce,
  727. 'arrow-right10' => 0xe2cf,
  728. 'arrow-down9' => 0xe2d0,
  729. 'arrow-left9' => 0xe2d1,
  730. 'arrow-up10' => 0xe2d2,
  731. 'arrow-right11' => 0xe2d3,
  732. 'arrow-down10' => 0xe2d4,
  733. 'arrow-left10' => 0xe2d5,
  734. 'arrow-up11' => 0xe2d6,
  735. 'arrow-right12' => 0xe2d7,
  736. 'arrow-down11' => 0xe2d8,
  737. 'arrow-left11' => 0xe2d9,
  738. 'enter4' => 0xe2da,
  739. 'enter5' => 0xe2db,
  740. 'esc' => 0xe2dc,
  741. 'backspace' => 0xe2dd,
  742. 'backspace2' => 0xe2de,
  743. 'backspace3' => 0xe2df,
  744. 'tab' => 0xe2e0,
  745. 'transmission' => 0xe2e1,
  746. 'transmission2' => 0xe2e2,
  747. 'sort' => 0xe2e3,
  748. 'sort2' => 0xe2e4,
  749. 'command' => 0xe2e5,
  750. 'checkbox-checked' => 0xe2e6,
  751. 'checkbox-unchecked' => 0xe2e7,
  752. 'checkbox-partial' => 0xe2e8,
  753. 'radio-checked' => 0xe2e9,
  754. 'radio-unchecked' => 0xe2ea,
  755. 'crop' => 0xe2eb,
  756. 'vector' => 0xe2ec,
  757. 'rulers' => 0xe2ed,
  758. 'scissors' => 0xe2ee,
  759. 'scissors2' => 0xe2ef,
  760. 'filter' => 0xe2f0,
  761. 'filter2' => 0xe2f1,
  762. 'filter3' => 0xe2f2,
  763. 'filter4' => 0xe2f3,
  764. 'font' => 0xe2f4,
  765. 'text-height' => 0xe2f5,
  766. 'text-width' => 0xe2f6,
  767. 'font-size' => 0xe2f7,
  768. 'bold' => 0xe2f8,
  769. 'underline' => 0xe2f9,
  770. 'italic' => 0xe2fa,
  771. 'strikethrough' => 0xe2fb,
  772. 'omega' => 0xe2fc,
  773. 'sigma' => 0xe2fd,
  774. 'nbsp' => 0xe2fe,
  775. 'page-break' => 0xe2ff,
  776. 'page-break2' => 0xe300,
  777. 'superscript' => 0xe301,
  778. 'subscript' => 0xe302,
  779. 'superscript2' => 0xe303,
  780. 'subscript2' => 0xe304,
  781. 'text-color' => 0xe305,
  782. 'pagebreak' => 0xe306,
  783. 'clear-formatting' => 0xe307,
  784. 'table' => 0xe308,
  785. 'table2' => 0xe309,
  786. 'insert-template' => 0xe30a,
  787. 'pilcrow' => 0xe30b,
  788. 'lefttoright' => 0xe30c,
  789. 'righttoleft' => 0xe30d,
  790. 'paragraph-left' => 0xe30e,
  791. 'paragraph-center' => 0xe30f,
  792. 'paragraph-right' => 0xe310,
  793. 'paragraph-justify' => 0xe311,
  794. 'paragraph-left2' => 0xe312,
  795. 'paragraph-center2' => 0xe313,
  796. 'paragraph-right2' => 0xe314,
  797. 'paragraph-justify2' => 0xe315,
  798. 'indent-increase' => 0xe316,
  799. 'indent-decrease' => 0xe317,
  800. 'share' => 0xe318,
  801. 'newtab' => 0xe319,
  802. 'newtab2' => 0xe31a,
  803. 'popout' => 0xe31b,
  804. 'embed' => 0xe31c,
  805. 'code' => 0xe31d,
  806. 'console' => 0xe31e,
  807. 'share2' => 0xe31f,
  808. 'share3' => 0xe320,
  809. 'mail' => 0xe321,
  810. 'mail2' => 0xe322,
  811. 'mail3' => 0xe323,
  812. 'mail4' => 0xe324,
  813. 'google' => 0xe325,
  814. 'googleplus' => 0xe326,
  815. 'googleplus2' => 0xe327,
  816. 'googleplus3' => 0xe328,
  817. 'googleplus4' => 0xe329,
  818. 'google-drive' => 0xe32a,
  819. 'facebook' => 0xe32b,
  820. 'facebook2' => 0xe32c,
  821. 'facebook3' => 0xe32d,
  822. 'instagram' => 0xe32e,
  823. 'twitter' => 0xe32f,
  824. 'twitter2' => 0xe330,
  825. 'twitter3' => 0xe331,
  826. 'feed2' => 0xe332,
  827. 'feed3' => 0xe333,
  828. 'feed4' => 0xe334,
  829. 'youtube' => 0xe335,
  830. 'youtube2' => 0xe336,
  831. 'vimeo' => 0xe337,
  832. 'vimeo2' => 0xe338,
  833. 'vimeo3' => 0xe339,
  834. 'lanyrd' => 0xe33a,
  835. 'flickr' => 0xe33b,
  836. 'flickr2' => 0xe33c,
  837. 'flickr3' => 0xe33d,
  838. 'flickr4' => 0xe33e,
  839. 'picassa' => 0xe33f,
  840. 'picassa2' => 0xe340,
  841. 'dribbble' => 0xe341,
  842. 'dribbble2' => 0xe342,
  843. 'dribbble3' => 0xe343,
  844. 'forrst' => 0xe344,
  845. 'forrst2' => 0xe345,
  846. 'deviantart' => 0xe346,
  847. 'deviantart2' => 0xe347,
  848. 'steam' => 0xe348,
  849. 'steam2' => 0xe349,
  850. 'github' => 0xe34a,
  851. 'github2' => 0xe34b,
  852. 'github3' => 0xe34c,
  853. 'github4' => 0xe34d,
  854. 'github5' => 0xe34e,
  855. 'wordpress' => 0xe34f,
  856. 'wordpress2' => 0xe350,
  857. 'joomla' => 0xe351,
  858. 'blogger' => 0xe352,
  859. 'blogger2' => 0xe353,
  860. 'tumblr' => 0xe354,
  861. 'tumblr2' => 0xe355,
  862. 'yahoo' => 0xe356,
  863. 'tux' => 0xe357,
  864. 'apple' => 0xe358,
  865. 'finder' => 0xe359,
  866. 'android' => 0xe35a,
  867. 'windows' => 0xe35b,
  868. 'windows8' => 0xe35c,
  869. 'soundcloud' => 0xe35d,
  870. 'soundcloud2' => 0xe35e,
  871. 'skype' => 0xe35f,
  872. 'reddit' => 0xe360,
  873. 'linkedin' => 0xe361,
  874. 'lastfm' => 0xe362,
  875. 'lastfm2' => 0xe363,
  876. 'delicious' => 0xe364,
  877. 'stumbleupon' => 0xe365,
  878. 'stumbleupon2' => 0xe366,
  879. 'stackoverflow' => 0xe367,
  880. 'pinterest' => 0xe368,
  881. 'pinterest2' => 0xe369,
  882. 'xing' => 0xe36a,
  883. 'xing2' => 0xe36b,
  884. 'flattr' => 0xe36c,
  885. 'foursquare' => 0xe36d,
  886. 'foursquare2' => 0xe36e,
  887. 'paypal' => 0xe36f,
  888. 'paypal2' => 0xe370,
  889. 'paypal3' => 0xe371,
  890. 'yelp' => 0xe372,
  891. 'libreoffice' => 0xe373,
  892. 'file-pdf' => 0xe374,
  893. 'file-openoffice' => 0xe375,
  894. 'file-word' => 0xe376,
  895. 'file-excel' => 0xe377,
  896. 'file-zip' => 0xe378,
  897. 'file-powerpoint' => 0xe379,
  898. 'file-xml' => 0xe37a,
  899. 'file-css' => 0xe37b,
  900. 'html5' => 0xe37c,
  901. 'html52' => 0xe37d,
  902. 'css3' => 0xe37e,
  903. 'chrome' => 0xe37f,
  904. 'firefox' => 0xe380,
  905. 'IE' => 0xe381,
  906. 'opera' => 0xe382,
  907. 'safari' => 0xe383,
  908. 'IcoMoon' => 0xe384,
  909. 'video-camera' => 0xe900,
  910. 'file-text' => 0xe901,
  911. 'file-empty' => 0xe902,
  912. 'files-empty' => 0xe903,
  913. 'file-text2' => 0xe904,
  914. 'file-picture' => 0xe905,
  915. 'file-music' => 0xe906,
  916. 'file-play' => 0xe907,
  917. 'file-video' => 0xe908,
  918. 'price-tag' => 0xe909,
  919. 'price-tags' => 0xe90a,
  920. 'coin-dollar' => 0xe90b,
  921. 'coin-euro' => 0xe90c,
  922. 'coin-pound' => 0xe90d,
  923. 'coin-yen' => 0xe90e,
  924. 'credit-card' => 0xe90f,
  925. 'calculator' => 0xe910,
  926. 'lifebuoy' => 0xe911,
  927. 'printer' => 0xe912,
  928. 'display' => 0xe913,
  929. 'floppy-disk' => 0xe914,
  930. 'drive' => 0xe915,
  931. 'user-check' => 0xe916,
  932. 'user-tie' => 0xe917,
  933. 'hour-glass' => 0xe918,
  934. 'spinner9' => 0xe919,
  935. 'spinner10' => 0xe91a,
  936. 'spinner11' => 0xe91b,
  937. 'zoom-in' => 0xe91c,
  938. 'zoom-out' => 0xe91d,
  939. 'enlarge' => 0xe91e,
  940. 'shrink' => 0xe91f,
  941. 'enlarge2' => 0xe920,
  942. 'shrink2' => 0xe921,
  943. 'magic-wand' => 0xe922,
  944. 'aid-kit' => 0xe923,
  945. 'pie-chart' => 0xe924,
  946. 'stats-dots' => 0xe925,
  947. 'stats-bars' => 0xe926,
  948. 'stats-bars2' => 0xe927,
  949. 'spoon-knife' => 0xe928,
  950. 'bin' => 0xe929,
  951. 'bin2' => 0xe92a,
  952. 'power-cord' => 0xe92b,
  953. 'list-numbered' => 0xe92c,
  954. 'cloud-check' => 0xe92d,
  955. 'sphere' => 0xe92e,
  956. 'eye-plus' => 0xe92f,
  957. 'eye-minus' => 0xe930,
  958. 'star-empty' => 0xe931,
  959. 'star-half' => 0xe932,
  960. 'star-full' => 0xe933,
  961. 'man-woman' => 0xe934,
  962. 'smile' => 0xe935,
  963. 'smile2' => 0xe936,
  964. 'baffled' => 0xe937,
  965. 'baffled2' => 0xe938,
  966. 'hipster' => 0xe939,
  967. 'hipster2' => 0xe93a,
  968. 'sleepy' => 0xe93b,
  969. 'sleepy2' => 0xe93c,
  970. 'frustrated' => 0xe93d,
  971. 'frustrated2' => 0xe93e,
  972. 'crying' => 0xe93f,
  973. 'crying2' => 0xe940,
  974. 'cross' => 0xe941,
  975. 'previous2' => 0xe942,
  976. 'next2' => 0xe943,
  977. 'infinite' => 0xe944,
  978. 'circle-up' => 0xe945,
  979. 'circle-right' => 0xe946,
  980. 'circle-down' => 0xe947,
  981. 'circle-left' => 0xe948,
  982. 'move-up' => 0xe949,
  983. 'move-down' => 0xe94a,
  984. 'sort-alpha-asc' => 0xe94b,
  985. 'sort-alpha-desc' => 0xe94c,
  986. 'sort-numeric-asc' => 0xe94d,
  987. 'sort-numberic-desc' => 0xe94e,
  988. 'sort-amount-asc' => 0xe94f,
  989. 'sort-amount-desc' => 0xe950,
  990. 'shift' => 0xe951,
  991. 'ctrl' => 0xe952,
  992. 'opt' => 0xe953,
  993. 'radio-checked2' => 0xe954,
  994. 'make-group' => 0xe955,
  995. 'ungroup' => 0xe956,
  996. 'ligature' => 0xe957,
  997. 'ligature2' => 0xe958,
  998. 'ltr' => 0xe959,
  999. 'rtl' => 0xe95a,
  1000. 'section' => 0xe95b,
  1001. 'new-tab' => 0xe95c,
  1002. 'embed2' => 0xe95d,
  1003. 'terminal' => 0xe95e,
  1004. 'amazon' => 0xe95f,
  1005. 'google2' => 0xe960,
  1006. 'google3' => 0xe961,
  1007. 'google-plus' => 0xe962,
  1008. 'google-plus2' => 0xe963,
  1009. 'google-plus3' => 0xe964,
  1010. 'hangouts' => 0xe965,
  1011. 'whatsapp' => 0xe966,
  1012. 'spotify' => 0xe967,
  1013. 'telegram' => 0xe968,
  1014. 'vine' => 0xe969,
  1015. 'vk' => 0xe96a,
  1016. 'renren' => 0xe96b,
  1017. 'sina-weibo' => 0xe96c,
  1018. 'rss' => 0xe96d,
  1019. 'rss2' => 0xe96e,
  1020. 'twitch' => 0xe96f,
  1021. 'behance' => 0xe970,
  1022. 'behance2' => 0xe971,
  1023. '500px' => 0xe972,
  1024. 'dropbox' => 0xe973,
  1025. 'onedrive' => 0xe974,
  1026. 'npm' => 0xe975,
  1027. 'basecamp' => 0xe976,
  1028. 'trello' => 0xe977,
  1029. 'ello' => 0xe978,
  1030. 'yahoo2' => 0xe979,
  1031. 'appleinc' => 0xe97a,
  1032. 'hackernews' => 0xe97b,
  1033. 'wikipedia' => 0xe97c,
  1034. 'linkedin2' => 0xe97d,
  1035. 'edge' => 0xe97e,
  1036. 'html-five' => 0xe97f,
  1037. 'html-five2' => 0xe980,
  1038. 'git' => 0xe981,
  1039. 'codepen' => 0xe982,
  1040. 'svg' => 0xe983,
  1041. );