uni-icons.js 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. export default [
  2. 'pulldown',
  3. 'refreshempty',
  4. 'back',
  5. 'forward',
  6. 'more',
  7. 'more-filled',
  8. 'scan',
  9. 'qq',
  10. 'weibo',
  11. 'weixin',
  12. 'pengyouquan',
  13. 'loop',
  14. 'refresh',
  15. 'refresh-filled',
  16. 'arrowthindown',
  17. 'arrowthinleft',
  18. 'arrowthinright',
  19. 'arrowthinup',
  20. 'undo-filled',
  21. 'undo',
  22. 'redo',
  23. 'redo-filled',
  24. 'bars',
  25. 'chatboxes',
  26. 'camera',
  27. 'chatboxes-filled',
  28. 'camera-filled',
  29. 'cart-filled',
  30. 'cart',
  31. 'checkbox-filled',
  32. 'checkbox',
  33. 'arrowleft',
  34. 'arrowdown',
  35. 'arrowright',
  36. 'smallcircle-filled',
  37. 'arrowup',
  38. 'circle',
  39. 'eye-filled',
  40. 'eye-slash-filled',
  41. 'eye-slash',
  42. 'eye',
  43. 'flag-filled',
  44. 'flag',
  45. 'gear-filled',
  46. 'reload',
  47. 'gear',
  48. 'hand-thumbsdown-filled',
  49. 'hand-thumbsdown',
  50. 'hand-thumbsup-filled',
  51. 'heart-filled',
  52. 'hand-thumbsup',
  53. 'heart',
  54. 'home',
  55. 'info',
  56. 'home-filled',
  57. 'info-filled',
  58. 'circle-filled',
  59. 'chat-filled',
  60. 'chat',
  61. 'mail-open-filled',
  62. 'email-filled',
  63. 'mail-open',
  64. 'email',
  65. 'checkmarkempty',
  66. 'list',
  67. 'locked-filled',
  68. 'locked',
  69. 'map-filled',
  70. 'map-pin',
  71. 'map-pin-ellipse',
  72. 'map',
  73. 'minus-filled',
  74. 'mic-filled',
  75. 'minus',
  76. 'micoff',
  77. 'mic',
  78. 'clear',
  79. 'smallcircle',
  80. 'close',
  81. 'closeempty',
  82. 'paperclip',
  83. 'paperplane',
  84. 'paperplane-filled',
  85. 'person-filled',
  86. 'contact-filled',
  87. 'person',
  88. 'contact',
  89. 'images-filled',
  90. 'phone',
  91. 'images',
  92. 'image',
  93. 'image-filled',
  94. 'location-filled',
  95. 'location',
  96. 'plus-filled',
  97. 'plus',
  98. 'plusempty',
  99. 'help-filled',
  100. 'help',
  101. 'navigate-filled',
  102. 'navigate',
  103. 'mic-slash-filled',
  104. 'search',
  105. 'settings',
  106. 'sound',
  107. 'sound-filled',
  108. 'spinner-cycle',
  109. 'download-filled',
  110. 'personadd-filled',
  111. 'videocam-filled',
  112. 'personadd',
  113. 'upload',
  114. 'upload-filled',
  115. 'starhalf',
  116. 'star-filled',
  117. 'star',
  118. 'trash',
  119. 'phone-filled',
  120. 'compose',
  121. 'videocam',
  122. 'trash-filled',
  123. 'download',
  124. 'chatbubble-filled',
  125. 'chatbubble',
  126. 'cloud-download',
  127. 'cloud-upload-filled',
  128. 'cloud-upload',
  129. 'cloud-download-filled',
  130. 'headphones',
  131. 'shop'
  132. ]