list.php 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  1. <?php
  2. /**
  3. * List of theme icons
  4. *
  5. * @package vamtam/tattoo
  6. */
  7. return array(
  8. 'bars' => 0xe000,
  9. 'heart' => 0xe001,
  10. 'angle-bottom' => 0xe003,
  11. 'angle-top' => 0xe004,
  12. 'angle-right' => 0xe005,
  13. 'angle-left' => 0xe006,
  14. 'arrow-right' => 0xe007,
  15. 'arrow-left' => 0xe008,
  16. 'mail' => 0xe009,
  17. 'camera' => 0xe013,
  18. 'tag' => 0xe014,
  19. 'next' => 0xe015,
  20. 'previous' => 0xe016,
  21. 'map' => 0xe017,
  22. 'libreoffice' => 0xe01b,
  23. 'triangle-right' => 0xe01c,
  24. 'checkbox-unchecked' => 0xe01d,
  25. 'checkmark' => 0xe01e,
  26. 'radio-unchecked' => 0xe021,
  27. 'eye' => 0xe023,
  28. 'pencil' => 0xe025,
  29. 'phone' => 0xe026,
  30. 'phone-outline' => 0xe027,
  31. 'read-more' => 0xe032,
  32. 'brush' => 0xe035,
  33. 'ink-tool' => 0xe036,
  34. 'play2' => 0xe038,
  35. 'next2' => 0xe03a,
  36. 'user-female' => 0xe03c,
  37. 'user-follow' => 0xe03d,
  38. 'user-following' => 0xe03e,
  39. 'user-unfollow' => 0xe03f,
  40. 'trophy' => 0xe040,
  41. 'screen-smartphone' => 0xe041,
  42. 'screen-desktop' => 0xe042,
  43. 'plane' => 0xe043,
  44. 'notebook' => 0xe044,
  45. 'moustache' => 0xe045,
  46. 'mouse' => 0xe046,
  47. 'magnet' => 0xe047,
  48. 'energy' => 0xe048,
  49. 'emoticon-smile' => 0xe049,
  50. 'cursor-move' => 0xe04a,
  51. 'crop' => 0xe04b,
  52. 'credit-card' => 0xe04c,
  53. 'chemistry' => 0xe04d,
  54. 'user' => 0xe04e,
  55. 'speedometer' => 0xe04f,
  56. 'social-youtube' => 0xe050,
  57. 'social-twitter' => 0xe051,
  58. 'social-tumblr' => 0xe052,
  59. 'social-facebook' => 0xe053,
  60. 'social-dropbox' => 0xe054,
  61. 'social-dribbble' => 0xe055,
  62. 'shield' => 0xe056,
  63. 'screen-tablet' => 0xe057,
  64. 'hourglass' => 0xe058,
  65. 'graduation' => 0xe059,
  66. 'ghost' => 0xe05a,
  67. 'game-controller' => 0xe05b,
  68. 'fire' => 0xe05c,
  69. 'eyeglasses' => 0xe05d,
  70. 'envelope-open' => 0xe05e,
  71. 'envelope-letter' => 0xe05f,
  72. 'bell' => 0xe060,
  73. 'badge' => 0xe061,
  74. 'anchor' => 0xe062,
  75. 'wallet' => 0xe063,
  76. 'vector' => 0xe064,
  77. 'speech' => 0xe065,
  78. 'printer' => 0xe066,
  79. 'present' => 0xe067,
  80. 'playlist' => 0xe068,
  81. 'pin' => 0xe069,
  82. 'picture' => 0xe06a,
  83. 'map2' => 0xe06b,
  84. 'layers' => 0xe06c,
  85. 'handbag' => 0xe06d,
  86. 'globe-alt' => 0xe06e,
  87. 'globe' => 0xe06f,
  88. 'frame' => 0xe070,
  89. 'folder-alt' => 0xe071,
  90. 'film' => 0xe072,
  91. 'feed' => 0xe073,
  92. 'earphones' => 0xe074,
  93. 'drop' => 0xe075,
  94. 'drawer' => 0xe076,
  95. 'docs' => 0xe077,
  96. 'directions' => 0xe078,
  97. 'direction' => 0xe079,
  98. 'diamond' => 0xe07a,
  99. 'cup' => 0xe07b,
  100. 'compass' => 0xe07c,
  101. 'call-out' => 0xe07d,
  102. 'call-in' => 0xe07e,
  103. 'call-end' => 0xe07f,
  104. 'calculator' => 0xe080,
  105. 'bubbles' => 0xe081,
  106. 'book-open' => 0xe082,
  107. 'basket-loaded' => 0xe083,
  108. 'basket' => 0xe084,
  109. 'bag' => 0xe085,
  110. 'action-undo' => 0xe086,
  111. 'action-redo' => 0xe087,
  112. 'wrench' => 0xe088,
  113. 'umbrella' => 0xe089,
  114. 'trash' => 0xe08a,
  115. 'tag3' => 0xe08b,
  116. 'support' => 0xe08c,
  117. 'size-fullscreen' => 0xe08d,
  118. 'size-actual' => 0xe08e,
  119. 'shuffle' => 0xe08f,
  120. 'share2' => 0xe090,
  121. 'rocket' => 0xe091,
  122. 'question' => 0xe092,
  123. 'pie-chart' => 0xe093,
  124. 'pencil2' => 0xe094,
  125. 'note' => 0xe095,
  126. 'music-tone-alt' => 0xe096,
  127. 'music-tone' => 0xe097,
  128. 'microphone' => 0xe098,
  129. 'loop' => 0xe099,
  130. 'logout' => 0xe09a,
  131. 'login' => 0xe09b,
  132. 'list' => 0xe09c,
  133. 'like2' => 0xe09d,
  134. 'disc' => 0xe09e,
  135. 'magic-wand' => 0xe09f,
  136. 'puzzle' => 0xe0a0,
  137. 'earphones-alt' => 0xe0a1,
  138. 'briefcase' => 0xe0a2,
  139. 'share-alt' => 0xe0a3,
  140. 'home2' => 0xe0a4,
  141. 'grid' => 0xe0a5,
  142. 'graph' => 0xe0a6,
  143. 'equalizer' => 0xe0a7,
  144. 'dislike' => 0xe0a8,
  145. 'cursor' => 0xe0a9,
  146. 'control-start' => 0xe0aa,
  147. 'control-rewind' => 0xe0ab,
  148. 'control-play' => 0xe0ac,
  149. 'control-pause' => 0xe0ad,
  150. 'control-forward' => 0xe0ae,
  151. 'control-end' => 0xe0af,
  152. 'calendar' => 0xe0b0,
  153. 'arrow-up' => 0xe0b1,
  154. 'arrow-right2' => 0xe0b2,
  155. 'arrow-left2' => 0xe0b3,
  156. 'arrow-down' => 0xe0b4,
  157. 'ban' => 0xe0b5,
  158. 'bubble' => 0xe0b6,
  159. 'camcorder' => 0xe0b7,
  160. 'camera2' => 0xe0b8,
  161. 'check' => 0xe0b9,
  162. 'clock' => 0xe0ba,
  163. 'close' => 0xe0bb,
  164. 'cloud-download' => 0xe0bc,
  165. 'cloud-upload' => 0xe0bd,
  166. 'eye2' => 0xe0be,
  167. 'flag' => 0xe0bf,
  168. 'folder' => 0xe0c0,
  169. 'heart2' => 0xe0c1,
  170. 'info' => 0xe0c2,
  171. 'key' => 0xe0c3,
  172. 'link' => 0xe0c4,
  173. 'lock2' => 0xe0c5,
  174. 'lock-open' => 0xe0c6,
  175. 'magnifier' => 0xe0c7,
  176. 'magnifier-add' => 0xe0c8,
  177. 'magnifier-remove' => 0xe0c9,
  178. 'paper-clip' => 0xe0ca,
  179. 'pointer' => 0xe0cb,
  180. 'power' => 0xe0cc,
  181. 'refresh' => 0xe0cd,
  182. 'reload' => 0xe0ce,
  183. 'settings' => 0xe0cf,
  184. 'star' => 0xe0d0,
  185. 'symbol-female' => 0xe0d1,
  186. 'symbol-male' => 0xe0d2,
  187. 'target' => 0xe0d3,
  188. 'volume-1' => 0xe0d4,
  189. 'volume-2' => 0xe0d5,
  190. 'volume-off' => 0xe0d6,
  191. 'users' => 0xe0d7,
  192. 'bulb' => 0xe0d8,
  193. 'bar-chart' => 0xe0d9,
  194. 'doc' => 0xe0da,
  195. 'envelope' => 0xe0db,
  196. 'paper-plane' => 0xe0dc,
  197. 'plus2' => 0xe0dd,
  198. 'line-vertical' => 0xe600,
  199. 'arrow-right22' => 0xe606,
  200. 'arrow-left22' => 0xe607,
  201. 'plus' => 0xe60e,
  202. 'minus' => 0xe60f,
  203. 'linkedin' => 0xe618,
  204. 'arrow-up2' => 0xe619,
  205. 'arrow-down2' => 0xe61a,
  206. 'icon-close' => 0xe900,
  207. 'location-map' => 0xe901,
  208. 'bag-clean' => 0xe902,
  209. 'ear' => 0xe903,
  210. 'facial' => 0xe904,
  211. 'genital' => 0xe905,
  212. 'king' => 0xe906,
  213. 'lips' => 0xe907,
  214. 'makeup' => 0xe908,
  215. 'business-money' => 0xe909,
  216. 'oral' => 0xe90a,
  217. 'business-money-Idea' => 0xe90b,
  218. 'business-money-search' => 0xe90c,
  219. 'business-money-secure' => 0xe90d,
  220. 'business-money-up' => 0xe90e,
  221. 'business-money-down' => 0xe90f,
  222. 'business-strategy' => 0xe910,
  223. 'tatto-heart' => 0xe911,
  224. 'business-stats' => 0xe912,
  225. 'scroll' => 0xe913,
  226. 'tattoo' => 0xe914,
  227. 'business-real-estate' => 0xe915,
  228. 'hamburger-menu' => 0xe916,
  229. 'business-hands' => 0xe917,
  230. 'buildings' => 0xe918,
  231. 'flowers' => 0xe919,
  232. 'communications' => 0xe91a,
  233. 'documents' => 0xe91b,
  234. 'business-folder' => 0xe91c,
  235. 'gardener' => 0xe91d,
  236. 'house-trees' => 0xe91e,
  237. 'pot' => 0xe91f,
  238. 'testimonials' => 0xe920,
  239. 'trowel' => 0xe921,
  240. 'ideas' => 0xe922,
  241. 'chemical' => 0xe923,
  242. 'leaf-blower' => 0xe924,
  243. 'mower' => 0xe925,
  244. 'water' => 0xe926,
  245. 'gardener-young' => 0xe927,
  246. 'leaves' => 0xe928,
  247. 'tree' => 0xe929,
  248. 'delivery' => 0xe92a,
  249. 'Business-Man' => 0xe92b,
  250. 'Business-Group' => 0xe92c,
  251. 'people' => 0xe92d,
  252. 'airplane' => 0xe92e,
  253. 'business-money-tax' => 0xe92f,
  254. 'arrow-left-long' => 0xe930,
  255. 'arrow-right-long' => 0xe931,
  256. 'arrow-top-long' => 0xe932,
  257. 'arrow-bottom-long' => 0xe933,
  258. 'close-sample' => 0xe934,
  259. 'search-clean' => 0xe935,
  260. 'arrow-left-sample' => 0xe936,
  261. 'arrow-right-sample' => 0xe937,
  262. 'arrow-bottom-sample' => 0xe938,
  263. 'arrow-top-sample' => 0xe939,
  264. 'business-symbol' => 0xe93a,
  265. 'tatto-star2' => 0xe93b,
  266. 'tatto-star' => 0xe93c,
  267. 'quote' => 0xe93d,
  268. 'phone-clean' => 0xe93e,
  269. 'houzz' => 0xe93f,
  270. 'tripadvisor' => 0xe940,
  271. 'google-plus' => 0xe941,
  272. 'tumblr' => 0xe942,
  273. 'pinterest' => 0xe943,
  274. 'twitter' => 0xe944,
  275. 'facebook' => 0xe945,
  276. 'instagram' => 0xe946,
  277. 'bridge' => 0xe947,
  278. 'check-list' => 0xe948,
  279. 'last-fm' => 0xe949,
  280. 'vimeo' => 0xe94a,
  281. 'youtube' => 0xe94b,
  282. 'dribbble' => 0xe94c,
  283. 'ornament-plant' => 0xe94d,
  284. 'ornament-waves' => 0xe94e,
  285. 'spa-body-massage' => 0xe94f,
  286. 'spa-drop' => 0xe950,
  287. 'spa-face-massage' => 0xe951,
  288. 'spa-foot-massage' => 0xe952,
  289. 'spa-head-massage' => 0xe953,
  290. 'spa-oils' => 0xe954,
  291. 'spa-stones' => 0xe955,
  292. 'flower-left' => 0xe956,
  293. 'flower-right' => 0xe957,
  294. 'flower2' => 0xe958,
  295. 'flower3' => 0xe959,
  296. 'flower4' => 0xe95a,
  297. 'flower5' => 0xe95b,
  298. 'cogs' => 0xe95c,
  299. 'healthy' => 0xe95d,
  300. 'oil-platform' => 0xe95e,
  301. 'piston' => 0xe95f,
  302. 'screwdriver-wrench' => 0xe960,
  303. 'gift' => 0xe961,
  304. 'shield-star' => 0xe962,
  305. 'truck' => 0xe963,
  306. 'play-circle' => 0xe964,
  307. 'rings' => 0xe965,
  308. 'flower-wreath' => 0xe966,
  309. 'basket-thin' => 0xe967,
  310. 'search-thin' => 0xe968,
  311. 'ornament-elegance' => 0xe969,
  312. 'ornament-pattern' => 0xe96a,
  313. 'ornament-geometric' => 0xe96b,
  314. 'flower6' => 0xe96c,
  315. 'clock-solid' => 0xe96d,
  316. 'clipboard' => 0xe96e,
  317. 'container' => 0xe96f,
  318. 'delivery-confirm' => 0xe970,
  319. 'delivery-time' => 0xe971,
  320. 'forklift' => 0xe972,
  321. 'package-accept' => 0xe973,
  322. 'shipping' => 0xe974,
  323. 'delivery-tracking' => 0xe975,
  324. 'package-checklist' => 0xe976,
  325. 'package-load' => 0xe977,
  326. 'package-search' => 0xe978,
  327. 'package-tracking' => 0xe979,
  328. 'package-warranty' => 0xe97a,
  329. 'worldwide-shipping' => 0xe97b,
  330. 'Amazon' => 0xe97c,
  331. 'Apple' => 0xe97d,
  332. 'Deezer' => 0xe97e,
  333. 'GooglePlay' => 0xe97f,
  334. 'Soundcloud' => 0xe980,
  335. 'Spotify' => 0xe981,
  336. );