rbbt-rest 1.8.123 → 1.8.126

Sign up to get free protection for your applications and to get access to all the features.
Files changed (302) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rbbt/rest/common/locate.rb +1 -0
  3. data/lib/rbbt/rest/common/table.rb +9 -4
  4. data/lib/rbbt/rest/entity/locate.rb +1 -1
  5. data/lib/rbbt/rest/file_server.rb +1 -1
  6. data/lib/rbbt/rest/main.rb +11 -14
  7. data/lib/rbbt/rest/workflow.rb +1 -1
  8. data/share/views/entity_partials/entity_card.haml +1 -1
  9. data/share/views/form.haml +1 -1
  10. data/share/views/partials/dependencies.haml +1 -1
  11. data/share/views/public/js/rbbt/table.js +2 -3
  12. data/share/views/public/plugins/semantic-ui/README.md +6 -8
  13. data/share/views/public/plugins/semantic-ui/RELEASE-NOTES.md +216 -0
  14. data/share/views/public/plugins/semantic-ui/dist/components/accordion.css +3 -2
  15. data/share/views/public/plugins/semantic-ui/dist/components/accordion.js +7 -4
  16. data/share/views/public/plugins/semantic-ui/dist/components/accordion.min.css +2 -2
  17. data/share/views/public/plugins/semantic-ui/dist/components/accordion.min.js +1 -1
  18. data/share/views/public/plugins/semantic-ui/dist/components/ad.css +1 -1
  19. data/share/views/public/plugins/semantic-ui/dist/components/ad.min.css +1 -1
  20. data/share/views/public/plugins/semantic-ui/dist/components/api.js +2 -2
  21. data/share/views/public/plugins/semantic-ui/dist/components/api.min.js +1 -1
  22. data/share/views/public/plugins/semantic-ui/dist/components/breadcrumb.css +1 -1
  23. data/share/views/public/plugins/semantic-ui/dist/components/breadcrumb.min.css +1 -1
  24. data/share/views/public/plugins/semantic-ui/dist/components/button.css +634 -245
  25. data/share/views/public/plugins/semantic-ui/dist/components/button.min.css +2 -2
  26. data/share/views/public/plugins/semantic-ui/dist/components/card.css +70 -37
  27. data/share/views/public/plugins/semantic-ui/dist/components/card.min.css +2 -2
  28. data/share/views/public/plugins/semantic-ui/dist/components/checkbox.css +19 -12
  29. data/share/views/public/plugins/semantic-ui/dist/components/checkbox.js +2 -2
  30. data/share/views/public/plugins/semantic-ui/dist/components/checkbox.min.css +2 -2
  31. data/share/views/public/plugins/semantic-ui/dist/components/checkbox.min.js +1 -1
  32. data/share/views/public/plugins/semantic-ui/dist/components/comment.css +3 -2
  33. data/share/views/public/plugins/semantic-ui/dist/components/comment.min.css +2 -2
  34. data/share/views/public/plugins/semantic-ui/dist/components/container.css +1 -1
  35. data/share/views/public/plugins/semantic-ui/dist/components/container.min.css +1 -1
  36. data/share/views/public/plugins/semantic-ui/dist/components/dimmer.css +48 -9
  37. data/share/views/public/plugins/semantic-ui/dist/components/dimmer.js +29 -4
  38. data/share/views/public/plugins/semantic-ui/dist/components/dimmer.min.css +2 -2
  39. data/share/views/public/plugins/semantic-ui/dist/components/dimmer.min.js +1 -1
  40. data/share/views/public/plugins/semantic-ui/dist/components/divider.css +1 -1
  41. data/share/views/public/plugins/semantic-ui/dist/components/divider.min.css +2 -2
  42. data/share/views/public/plugins/semantic-ui/dist/components/dropdown.css +90 -48
  43. data/share/views/public/plugins/semantic-ui/dist/components/dropdown.js +99 -23
  44. data/share/views/public/plugins/semantic-ui/dist/components/dropdown.min.css +2 -2
  45. data/share/views/public/plugins/semantic-ui/dist/components/dropdown.min.js +1 -2
  46. data/share/views/public/plugins/semantic-ui/dist/components/embed.css +1 -1
  47. data/share/views/public/plugins/semantic-ui/dist/components/embed.js +11 -1
  48. data/share/views/public/plugins/semantic-ui/dist/components/embed.min.css +1 -1
  49. data/share/views/public/plugins/semantic-ui/dist/components/embed.min.js +1 -1
  50. data/share/views/public/plugins/semantic-ui/dist/components/feed.css +3 -4
  51. data/share/views/public/plugins/semantic-ui/dist/components/feed.min.css +2 -2
  52. data/share/views/public/plugins/semantic-ui/dist/components/flag.css +6 -1
  53. data/share/views/public/plugins/semantic-ui/dist/components/flag.min.css +2 -2
  54. data/share/views/public/plugins/semantic-ui/dist/components/form.css +29 -16
  55. data/share/views/public/plugins/semantic-ui/dist/components/form.js +14 -14
  56. data/share/views/public/plugins/semantic-ui/dist/components/form.min.css +2 -2
  57. data/share/views/public/plugins/semantic-ui/dist/components/form.min.js +1 -1
  58. data/share/views/public/plugins/semantic-ui/dist/components/grid.css +89 -52
  59. data/share/views/public/plugins/semantic-ui/dist/components/grid.min.css +2 -2
  60. data/share/views/public/plugins/semantic-ui/dist/components/header.css +11 -5
  61. data/share/views/public/plugins/semantic-ui/dist/components/header.min.css +2 -2
  62. data/share/views/public/plugins/semantic-ui/dist/components/icon.css +3366 -1876
  63. data/share/views/public/plugins/semantic-ui/dist/components/icon.min.css +2 -2
  64. data/share/views/public/plugins/semantic-ui/dist/components/image.css +7 -3
  65. data/share/views/public/plugins/semantic-ui/dist/components/image.min.css +2 -2
  66. data/share/views/public/plugins/semantic-ui/dist/components/input.css +50 -42
  67. data/share/views/public/plugins/semantic-ui/dist/components/input.min.css +2 -2
  68. data/share/views/public/plugins/semantic-ui/dist/components/item.css +10 -9
  69. data/share/views/public/plugins/semantic-ui/dist/components/item.min.css +2 -2
  70. data/share/views/public/plugins/semantic-ui/dist/components/label.css +34 -28
  71. data/share/views/public/plugins/semantic-ui/dist/components/label.min.css +2 -2
  72. data/share/views/public/plugins/semantic-ui/dist/components/list.css +15 -13
  73. data/share/views/public/plugins/semantic-ui/dist/components/list.min.css +2 -2
  74. data/share/views/public/plugins/semantic-ui/dist/components/loader.css +4 -4
  75. data/share/views/public/plugins/semantic-ui/dist/components/loader.min.css +2 -2
  76. data/share/views/public/plugins/semantic-ui/dist/components/menu.css +91 -50
  77. data/share/views/public/plugins/semantic-ui/dist/components/menu.min.css +1 -1
  78. data/share/views/public/plugins/semantic-ui/dist/components/message.css +46 -23
  79. data/share/views/public/plugins/semantic-ui/dist/components/message.min.css +2 -2
  80. data/share/views/public/plugins/semantic-ui/dist/components/modal.css +88 -56
  81. data/share/views/public/plugins/semantic-ui/dist/components/modal.js +117 -50
  82. data/share/views/public/plugins/semantic-ui/dist/components/modal.min.css +2 -2
  83. data/share/views/public/plugins/semantic-ui/dist/components/modal.min.js +1 -1
  84. data/share/views/public/plugins/semantic-ui/dist/components/nag.css +3 -2
  85. data/share/views/public/plugins/semantic-ui/dist/components/nag.js +2 -2
  86. data/share/views/public/plugins/semantic-ui/dist/components/nag.min.css +2 -2
  87. data/share/views/public/plugins/semantic-ui/dist/components/nag.min.js +1 -1
  88. data/share/views/public/plugins/semantic-ui/dist/components/placeholder.css +239 -0
  89. data/share/views/public/plugins/semantic-ui/dist/components/placeholder.min.css +9 -0
  90. data/share/views/public/plugins/semantic-ui/dist/components/popup.css +39 -20
  91. data/share/views/public/plugins/semantic-ui/dist/components/popup.js +64 -18
  92. data/share/views/public/plugins/semantic-ui/dist/components/popup.min.css +2 -2
  93. data/share/views/public/plugins/semantic-ui/dist/components/popup.min.js +1 -1
  94. data/share/views/public/plugins/semantic-ui/dist/components/progress.css +3 -2
  95. data/share/views/public/plugins/semantic-ui/dist/components/progress.js +2 -2
  96. data/share/views/public/plugins/semantic-ui/dist/components/progress.min.css +2 -2
  97. data/share/views/public/plugins/semantic-ui/dist/components/progress.min.js +1 -1
  98. data/share/views/public/plugins/semantic-ui/dist/components/rail.css +1 -1
  99. data/share/views/public/plugins/semantic-ui/dist/components/rail.min.css +1 -1
  100. data/share/views/public/plugins/semantic-ui/dist/components/rating.css +1 -1
  101. data/share/views/public/plugins/semantic-ui/dist/components/rating.js +2 -2
  102. data/share/views/public/plugins/semantic-ui/dist/components/rating.min.css +1 -1
  103. data/share/views/public/plugins/semantic-ui/dist/components/rating.min.js +1 -1
  104. data/share/views/public/plugins/semantic-ui/dist/components/reset.css +13 -7
  105. data/share/views/public/plugins/semantic-ui/dist/components/reset.min.css +2 -2
  106. data/share/views/public/plugins/semantic-ui/dist/components/reveal.css +12 -1
  107. data/share/views/public/plugins/semantic-ui/dist/components/reveal.min.css +2 -2
  108. data/share/views/public/plugins/semantic-ui/dist/components/search.css +61 -24
  109. data/share/views/public/plugins/semantic-ui/dist/components/search.js +77 -23
  110. data/share/views/public/plugins/semantic-ui/dist/components/search.min.css +2 -2
  111. data/share/views/public/plugins/semantic-ui/dist/components/search.min.js +1 -1
  112. data/share/views/public/plugins/semantic-ui/dist/components/segment.css +101 -20
  113. data/share/views/public/plugins/semantic-ui/dist/components/segment.min.css +2 -2
  114. data/share/views/public/plugins/semantic-ui/dist/components/shape.css +3 -2
  115. data/share/views/public/plugins/semantic-ui/dist/components/shape.js +2 -2
  116. data/share/views/public/plugins/semantic-ui/dist/components/shape.min.css +2 -2
  117. data/share/views/public/plugins/semantic-ui/dist/components/shape.min.js +1 -1
  118. data/share/views/public/plugins/semantic-ui/dist/components/sidebar.css +5 -3
  119. data/share/views/public/plugins/semantic-ui/dist/components/sidebar.js +2 -2
  120. data/share/views/public/plugins/semantic-ui/dist/components/sidebar.min.css +2 -2
  121. data/share/views/public/plugins/semantic-ui/dist/components/sidebar.min.js +1 -1
  122. data/share/views/public/plugins/semantic-ui/dist/components/site.css +2 -1
  123. data/share/views/public/plugins/semantic-ui/dist/components/site.js +1 -1
  124. data/share/views/public/plugins/semantic-ui/dist/components/site.min.css +2 -2
  125. data/share/views/public/plugins/semantic-ui/dist/components/site.min.js +1 -1
  126. data/share/views/public/plugins/semantic-ui/dist/components/statistic.css +23 -26
  127. data/share/views/public/plugins/semantic-ui/dist/components/statistic.min.css +2 -2
  128. data/share/views/public/plugins/semantic-ui/dist/components/step.css +14 -11
  129. data/share/views/public/plugins/semantic-ui/dist/components/step.min.css +2 -2
  130. data/share/views/public/plugins/semantic-ui/dist/components/sticky.css +1 -1
  131. data/share/views/public/plugins/semantic-ui/dist/components/sticky.js +2 -2
  132. data/share/views/public/plugins/semantic-ui/dist/components/sticky.min.css +1 -1
  133. data/share/views/public/plugins/semantic-ui/dist/components/sticky.min.js +1 -1
  134. data/share/views/public/plugins/semantic-ui/dist/components/tab.css +3 -2
  135. data/share/views/public/plugins/semantic-ui/dist/components/tab.js +2 -2
  136. data/share/views/public/plugins/semantic-ui/dist/components/tab.min.css +2 -2
  137. data/share/views/public/plugins/semantic-ui/dist/components/tab.min.js +1 -1
  138. data/share/views/public/plugins/semantic-ui/dist/components/table.css +56 -26
  139. data/share/views/public/plugins/semantic-ui/dist/components/table.min.css +2 -2
  140. data/share/views/public/plugins/semantic-ui/dist/components/transition.css +97 -2
  141. data/share/views/public/plugins/semantic-ui/dist/components/transition.js +2 -2
  142. data/share/views/public/plugins/semantic-ui/dist/components/transition.min.css +2 -2
  143. data/share/views/public/plugins/semantic-ui/dist/components/transition.min.js +1 -1
  144. data/share/views/public/plugins/semantic-ui/dist/components/visibility.js +5 -5
  145. data/share/views/public/plugins/semantic-ui/dist/components/visibility.min.js +1 -1
  146. data/share/views/public/plugins/semantic-ui/dist/semantic.css +5301 -2120
  147. data/share/views/public/plugins/semantic-ui/dist/semantic.js +445 -873
  148. data/share/views/public/plugins/semantic-ui/dist/semantic.min.css +90 -82
  149. data/share/views/public/plugins/semantic-ui/dist/semantic.min.js +2 -10
  150. data/share/views/public/plugins/semantic-ui/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
  151. data/share/views/public/plugins/semantic-ui/dist/themes/default/assets/fonts/brand-icons.svg +1008 -0
  152. data/share/views/public/plugins/semantic-ui/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
  153. data/share/views/public/plugins/semantic-ui/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
  154. data/share/views/public/plugins/semantic-ui/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  155. data/share/views/public/plugins/semantic-ui/dist/themes/default/assets/fonts/icons.eot +0 -0
  156. data/share/views/public/plugins/semantic-ui/dist/themes/default/assets/fonts/icons.svg +1515 -2668
  157. data/share/views/public/plugins/semantic-ui/dist/themes/default/assets/fonts/icons.ttf +0 -0
  158. data/share/views/public/plugins/semantic-ui/dist/themes/default/assets/fonts/icons.woff +0 -0
  159. data/share/views/public/plugins/semantic-ui/dist/themes/default/assets/fonts/icons.woff2 +0 -0
  160. data/share/views/public/plugins/semantic-ui/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
  161. data/share/views/public/plugins/semantic-ui/dist/themes/default/assets/fonts/outline-icons.svg +366 -0
  162. data/share/views/public/plugins/semantic-ui/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
  163. data/share/views/public/plugins/semantic-ui/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
  164. data/share/views/public/plugins/semantic-ui/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  165. data/share/views/public/plugins/semantic-ui/examples/assets/library/iframe-content.js +729 -326
  166. data/share/views/public/plugins/semantic-ui/examples/assets/library/iframe.js +736 -326
  167. data/share/views/public/plugins/semantic-ui/examples/grid.html +0 -1
  168. data/share/views/public/plugins/semantic-ui/examples/responsive.html +4 -4
  169. data/share/views/public/plugins/semantic-ui/examples/sticky.html +1 -1
  170. data/share/views/public/plugins/semantic-ui/examples/theming.html +1 -0
  171. data/share/views/public/plugins/semantic-ui/package-lock.json +5608 -1608
  172. data/share/views/public/plugins/semantic-ui/package.json +24 -24
  173. data/share/views/public/plugins/semantic-ui/src/README.md +9 -7
  174. data/share/views/public/plugins/semantic-ui/src/definitions/behaviors/api.js +1 -1
  175. data/share/views/public/plugins/semantic-ui/src/definitions/behaviors/form.js +13 -13
  176. data/share/views/public/plugins/semantic-ui/src/definitions/behaviors/visibility.js +4 -4
  177. data/share/views/public/plugins/semantic-ui/src/definitions/collections/form.less +2 -2
  178. data/share/views/public/plugins/semantic-ui/src/definitions/collections/grid.less +6 -6
  179. data/share/views/public/plugins/semantic-ui/src/definitions/collections/menu.less +15 -6
  180. data/share/views/public/plugins/semantic-ui/src/definitions/collections/table.less +7 -2
  181. data/share/views/public/plugins/semantic-ui/src/definitions/elements/button.less +137 -2
  182. data/share/views/public/plugins/semantic-ui/src/definitions/elements/header.less +1 -1
  183. data/share/views/public/plugins/semantic-ui/src/definitions/elements/icon.less +3 -3
  184. data/share/views/public/plugins/semantic-ui/src/definitions/elements/image.less +6 -2
  185. data/share/views/public/plugins/semantic-ui/src/definitions/elements/input.less +35 -35
  186. data/share/views/public/plugins/semantic-ui/src/definitions/elements/label.less +14 -13
  187. data/share/views/public/plugins/semantic-ui/src/definitions/elements/list.less +16 -14
  188. data/share/views/public/plugins/semantic-ui/src/definitions/elements/loader.less +0 -1
  189. data/share/views/public/plugins/semantic-ui/src/definitions/elements/placeholder.less +232 -0
  190. data/share/views/public/plugins/semantic-ui/src/definitions/elements/reveal.less +10 -0
  191. data/share/views/public/plugins/semantic-ui/src/definitions/elements/segment.less +54 -0
  192. data/share/views/public/plugins/semantic-ui/src/definitions/globals/site.less +1 -0
  193. data/share/views/public/plugins/semantic-ui/src/definitions/modules/accordion.js +6 -3
  194. data/share/views/public/plugins/semantic-ui/src/definitions/modules/checkbox.js +1 -1
  195. data/share/views/public/plugins/semantic-ui/src/definitions/modules/dimmer.js +28 -3
  196. data/share/views/public/plugins/semantic-ui/src/definitions/modules/dimmer.less +34 -9
  197. data/share/views/public/plugins/semantic-ui/src/definitions/modules/dropdown.js +98 -22
  198. data/share/views/public/plugins/semantic-ui/src/definitions/modules/dropdown.less +14 -2
  199. data/share/views/public/plugins/semantic-ui/src/definitions/modules/embed.js +10 -0
  200. data/share/views/public/plugins/semantic-ui/src/definitions/modules/modal.js +116 -49
  201. data/share/views/public/plugins/semantic-ui/src/definitions/modules/modal.less +46 -26
  202. data/share/views/public/plugins/semantic-ui/src/definitions/modules/nag.js +1 -1
  203. data/share/views/public/plugins/semantic-ui/src/definitions/modules/popup.js +63 -17
  204. data/share/views/public/plugins/semantic-ui/src/definitions/modules/popup.less +1 -1
  205. data/share/views/public/plugins/semantic-ui/src/definitions/modules/progress.js +1 -1
  206. data/share/views/public/plugins/semantic-ui/src/definitions/modules/rating.js +1 -1
  207. data/share/views/public/plugins/semantic-ui/src/definitions/modules/rating.less +1 -1
  208. data/share/views/public/plugins/semantic-ui/src/definitions/modules/search.js +76 -22
  209. data/share/views/public/plugins/semantic-ui/src/definitions/modules/search.less +48 -17
  210. data/share/views/public/plugins/semantic-ui/src/definitions/modules/shape.js +1 -1
  211. data/share/views/public/plugins/semantic-ui/src/definitions/modules/sidebar.js +1 -1
  212. data/share/views/public/plugins/semantic-ui/src/definitions/modules/sticky.js +1 -1
  213. data/share/views/public/plugins/semantic-ui/src/definitions/modules/tab.js +1 -1
  214. data/share/views/public/plugins/semantic-ui/src/definitions/modules/transition.js +1 -1
  215. data/share/views/public/plugins/semantic-ui/src/definitions/views/statistic.less +0 -3
  216. data/share/views/public/plugins/semantic-ui/src/theme.config.example +48 -47
  217. data/share/views/public/plugins/semantic-ui/src/theme.less +1 -1
  218. data/share/views/public/plugins/semantic-ui/src/themes/basic/elements/button.variables +1 -1
  219. data/share/views/public/plugins/semantic-ui/src/themes/basic/modules/progress.variables +2 -2
  220. data/share/views/public/plugins/semantic-ui/src/themes/bookish/elements/header.variables +2 -2
  221. data/share/views/public/plugins/semantic-ui/src/themes/bootstrap3/elements/button.variables +2 -2
  222. data/share/views/public/plugins/semantic-ui/src/themes/chubby/elements/button.variables +1 -1
  223. data/share/views/public/plugins/semantic-ui/src/themes/default/assets/fonts/brand-icons.eot +0 -0
  224. data/share/views/public/plugins/semantic-ui/src/themes/default/assets/fonts/brand-icons.svg +1008 -0
  225. data/share/views/public/plugins/semantic-ui/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
  226. data/share/views/public/plugins/semantic-ui/src/themes/default/assets/fonts/brand-icons.woff +0 -0
  227. data/share/views/public/plugins/semantic-ui/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  228. data/share/views/public/plugins/semantic-ui/src/themes/default/assets/fonts/icons.eot +0 -0
  229. data/share/views/public/plugins/semantic-ui/src/themes/default/assets/fonts/icons.svg +1515 -2668
  230. data/share/views/public/plugins/semantic-ui/src/themes/default/assets/fonts/icons.ttf +0 -0
  231. data/share/views/public/plugins/semantic-ui/src/themes/default/assets/fonts/icons.woff +0 -0
  232. data/share/views/public/plugins/semantic-ui/src/themes/default/assets/fonts/icons.woff2 +0 -0
  233. data/share/views/public/plugins/semantic-ui/src/themes/default/assets/fonts/outline-icons.eot +0 -0
  234. data/share/views/public/plugins/semantic-ui/src/themes/default/assets/fonts/outline-icons.svg +366 -0
  235. data/share/views/public/plugins/semantic-ui/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
  236. data/share/views/public/plugins/semantic-ui/src/themes/default/assets/fonts/outline-icons.woff +0 -0
  237. data/share/views/public/plugins/semantic-ui/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  238. data/share/views/public/plugins/semantic-ui/src/themes/default/collections/breadcrumb.variables +1 -1
  239. data/share/views/public/plugins/semantic-ui/src/themes/default/collections/form.variables +1 -1
  240. data/share/views/public/plugins/semantic-ui/src/themes/default/collections/menu.variables +22 -22
  241. data/share/views/public/plugins/semantic-ui/src/themes/default/collections/message.variables +1 -1
  242. data/share/views/public/plugins/semantic-ui/src/themes/default/collections/table.variables +8 -7
  243. data/share/views/public/plugins/semantic-ui/src/themes/default/elements/button.variables +6 -4
  244. data/share/views/public/plugins/semantic-ui/src/themes/default/elements/divider.variables +2 -2
  245. data/share/views/public/plugins/semantic-ui/src/themes/default/elements/flag.overrides +5 -0
  246. data/share/views/public/plugins/semantic-ui/src/themes/default/elements/header.variables +1 -1
  247. data/share/views/public/plugins/semantic-ui/src/themes/default/elements/icon.overrides +1630 -905
  248. data/share/views/public/plugins/semantic-ui/src/themes/default/elements/icon.variables +39 -7
  249. data/share/views/public/plugins/semantic-ui/src/themes/default/elements/label.variables +10 -10
  250. data/share/views/public/plugins/semantic-ui/src/themes/default/elements/list.variables +1 -1
  251. data/share/views/public/plugins/semantic-ui/src/themes/default/elements/loader.variables +1 -0
  252. data/share/views/public/plugins/semantic-ui/src/themes/default/elements/placeholder.overrides +3 -0
  253. data/share/views/public/plugins/semantic-ui/src/themes/default/elements/placeholder.variables +55 -0
  254. data/share/views/public/plugins/semantic-ui/src/themes/default/elements/reveal.variables +2 -1
  255. data/share/views/public/plugins/semantic-ui/src/themes/default/elements/segment.variables +28 -13
  256. data/share/views/public/plugins/semantic-ui/src/themes/default/elements/step.variables +4 -4
  257. data/share/views/public/plugins/semantic-ui/src/themes/default/globals/site.variables +192 -179
  258. data/share/views/public/plugins/semantic-ui/src/themes/default/modules/accordion.overrides +1 -1
  259. data/share/views/public/plugins/semantic-ui/src/themes/default/modules/accordion.variables +1 -1
  260. data/share/views/public/plugins/semantic-ui/src/themes/default/modules/checkbox.variables +2 -2
  261. data/share/views/public/plugins/semantic-ui/src/themes/default/modules/dimmer.variables +2 -5
  262. data/share/views/public/plugins/semantic-ui/src/themes/default/modules/dropdown.overrides +11 -14
  263. data/share/views/public/plugins/semantic-ui/src/themes/default/modules/dropdown.variables +12 -8
  264. data/share/views/public/plugins/semantic-ui/src/themes/default/modules/modal.variables +33 -29
  265. data/share/views/public/plugins/semantic-ui/src/themes/default/modules/popup.variables +4 -3
  266. data/share/views/public/plugins/semantic-ui/src/themes/default/modules/progress.variables +2 -2
  267. data/share/views/public/plugins/semantic-ui/src/themes/default/modules/search.variables +8 -5
  268. data/share/views/public/plugins/semantic-ui/src/themes/default/modules/transition.overrides +54 -2
  269. data/share/views/public/plugins/semantic-ui/src/themes/default/views/ad.variables +2 -2
  270. data/share/views/public/plugins/semantic-ui/src/themes/default/views/card.variables +1 -1
  271. data/share/views/public/plugins/semantic-ui/src/themes/default/views/comment.variables +1 -1
  272. data/share/views/public/plugins/semantic-ui/src/themes/default/views/feed.variables +4 -4
  273. data/share/views/public/plugins/semantic-ui/src/themes/default/views/item.variables +1 -1
  274. data/share/views/public/plugins/semantic-ui/src/themes/default/views/statistic.variables +8 -7
  275. data/share/views/public/plugins/semantic-ui/tasks/admin/components/create.js +0 -1
  276. data/share/views/public/plugins/semantic-ui/tasks/admin/components/init.js +2 -2
  277. data/share/views/public/plugins/semantic-ui/tasks/admin/components/update.js +1 -1
  278. data/share/views/public/plugins/semantic-ui/tasks/admin/distributions/update.js +1 -1
  279. data/share/views/public/plugins/semantic-ui/tasks/admin/register.js +1 -1
  280. data/share/views/public/plugins/semantic-ui/tasks/build/css.js +1 -1
  281. data/share/views/public/plugins/semantic-ui/tasks/build/javascript.js +2 -2
  282. data/share/views/public/plugins/semantic-ui/tasks/collections/internal.js +1 -1
  283. data/share/views/public/plugins/semantic-ui/tasks/config/admin/release.js +1 -0
  284. data/share/views/public/plugins/semantic-ui/tasks/config/defaults.js +1 -0
  285. data/share/views/public/plugins/semantic-ui/tasks/config/project/install.js +2 -7
  286. data/share/views/public/plugins/semantic-ui/tasks/config/tasks.js +6 -2
  287. data/share/views/public/plugins/semantic-ui/tasks/docs/build.js +2 -2
  288. data/share/views/public/plugins/semantic-ui/tasks/docs/serve.js +4 -4
  289. data/share/views/public/plugins/semantic-ui/tasks/install.js +2 -2
  290. data/share/views/public/plugins/semantic-ui/tasks/rtl/build.js +1 -1
  291. data/share/views/public/plugins/semantic-ui/tasks/rtl/watch.js +5 -5
  292. data/share/views/public/plugins/semantic-ui/tasks/watch.js +4 -4
  293. metadata +28 -12
  294. data/share/views/public/plugins/semantic-ui/dist/components/colorize.js +0 -274
  295. data/share/views/public/plugins/semantic-ui/dist/components/colorize.min.js +0 -11
  296. data/share/views/public/plugins/semantic-ui/dist/components/state.js +0 -708
  297. data/share/views/public/plugins/semantic-ui/dist/components/state.min.js +0 -1
  298. data/share/views/public/plugins/semantic-ui/dist/components/visit.js +0 -517
  299. data/share/views/public/plugins/semantic-ui/dist/components/visit.min.js +0 -11
  300. data/share/views/public/plugins/semantic-ui/src/definitions/behaviors/colorize.js +0 -280
  301. data/share/views/public/plugins/semantic-ui/src/definitions/behaviors/state.js +0 -708
  302. data/share/views/public/plugins/semantic-ui/src/definitions/behaviors/visit.js +0 -525
@@ -33,7 +33,7 @@
33
33
 
34
34
  /* Header */
35
35
  @headerFontSize: @relativeLarge;
36
- @headerFontWeight: bold;
36
+ @headerFontWeight: @bold;
37
37
  @headerDisplay: block;
38
38
  @headerDistance: 0rem;
39
39
  @headerMargin: -@headerLineHeightOffset 0em @headerDistance 0em;
@@ -47,7 +47,7 @@
47
47
  @headerVerticalPadding: @relativeSmall;
48
48
  @headerHorizontalPadding: @cellHorizontalPadding;
49
49
  @headerFontStyle: none;
50
- @headerFontWeight: bold;
50
+ @headerFontWeight: @bold;
51
51
  @headerTextTransform: none;
52
52
  @headerBoxShadow: none;
53
53
 
@@ -61,8 +61,8 @@
61
61
  @footerColor: @textColor;
62
62
  @footerVerticalPadding: @cellVerticalPadding;
63
63
  @footerHorizontalPadding: @cellHorizontalPadding;
64
- @footerFontStyle: normal;
65
- @footerFontWeight: normal;
64
+ @footerFontStyle: @normal;
65
+ @footerFontWeight: @normal;
66
66
  @footerTextTransform: none;
67
67
 
68
68
  /* Responsive Size */
@@ -73,6 +73,7 @@
73
73
  @responsiveCellVerticalPadding: 0.25em;
74
74
  @responsiveCellHorizontalPadding: 0.75em;
75
75
  @responsiveCellBoxShadow: none !important;
76
+ @responsiveCellHeaderFontWeight: @bold;
76
77
 
77
78
  /*-------------------
78
79
  Types
@@ -83,14 +84,14 @@
83
84
 
84
85
  @definitionHeaderBackground: transparent;
85
86
  @definitionHeaderColor: @unselectedTextColor;
86
- @definitionHeaderFontWeight: normal;
87
+ @definitionHeaderFontWeight: @normal;
87
88
 
88
89
  @definitionFooterBackground: @definitionHeaderBackground;
89
90
  @definitionFooterColor: @definitionHeaderColor;
90
91
  @definitionFooterFontWeight: @definitionHeaderFontWeight;
91
92
 
92
93
  @definitionColumnBackground: @subtleTransparentBlack;
93
- @definitionColumnFontWeight: bold;
94
+ @definitionColumnFontWeight: @bold;
94
95
  @definitionColumnColor: @selectedTextColor;
95
96
  @definitionColumnFontSize: @relativeMedium;
96
97
  @definitionColumnTextTransform: '';
@@ -151,7 +152,7 @@
151
152
  @attachedTopOffset: 0px;
152
153
  @attachedBottomOffset: 0px;
153
154
  @attachedHorizontalOffset: -@borderWidth;
154
- @attachedWidth: ~"calc(100% + "-@attachedHorizontalOffset * 2~")";
155
+ @attachedWidth: calc(100% - (@attachedHorizontalOffset * 2));
155
156
  @attachedBoxShadow: none;
156
157
  @attachedBorder: @borderWidth solid @solidBorderColor;
157
158
  @attachedBottomBoxShadow:
@@ -213,7 +214,7 @@
213
214
 
214
215
  @invertedDefinitionColumnBackground: @subtleTransparentWhite;
215
216
  @invertedDefinitionColumnColor: @invertedSelectedTextColor;
216
- @invertedDefinitionColumnFontWeight: bold;
217
+ @invertedDefinitionColumnFontWeight: @bold;
217
218
 
218
219
  /* Basic */
219
220
  @basicTableBackground: transparent;
@@ -22,7 +22,7 @@
22
22
  @textTransform: none;
23
23
  @tapColor: transparent;
24
24
  @fontFamily: @pageFont;
25
- @fontWeight: bold;
25
+ @fontWeight: @bold;
26
26
  @textColor: rgba(0, 0, 0, 0.6);
27
27
  @textShadow: none;
28
28
  @invertedTextShadow: @textShadow;
@@ -152,8 +152,8 @@
152
152
 
153
153
  @orBackgroundColor: @white;
154
154
  @orTextShadow: @invertedTextShadow;
155
- @orTextStyle: normal;
156
- @orTextWeight: bold;
155
+ @orTextStyle: @normal;
156
+ @orTextWeight: @bold;
157
157
  @orTextColor: @lightTextColor;
158
158
 
159
159
 
@@ -198,7 +198,7 @@
198
198
  @basicColoredBorderSize: 1px;
199
199
 
200
200
  @basicBackground: transparent none;
201
- @basicFontWeight: normal;
201
+ @basicFontWeight: @normal;
202
202
  @basicBorder: 1px solid @borderColor;
203
203
  @basicBoxShadow: 0px 0px 0px @basicBorderSize @borderColor inset;
204
204
  @basicLoadingColor: @offWhite;
@@ -318,12 +318,14 @@
318
318
  /* Ordinality */
319
319
  @primaryBackgroundImage: @coloredBackgroundImage;
320
320
  @primaryTextColor: @invertedTextColor;
321
+ @lightPrimaryTextColor: @invertedTextColor;
321
322
  @primaryTextShadow: @invertedTextShadow;
322
323
  @primaryBoxShadow: @coloredBoxShadow;
323
324
 
324
325
  @secondaryBackgroundImage: @coloredBackgroundImage;
325
326
  @secondaryTextColor: @invertedTextColor;
326
327
  @secondaryTextShadow: @invertedTextShadow;
328
+ @lightSecondaryTextColor: @invertedTextColor;
327
329
  @secondaryBoxShadow: @coloredBoxShadow;
328
330
 
329
331
  @positiveBackgroundImage: @coloredBackgroundImage;
@@ -16,7 +16,7 @@
16
16
 
17
17
  /* Text */
18
18
  @letterSpacing: 0.05em;
19
- @fontWeight: bold;
19
+ @fontWeight: @bold;
20
20
  @color: @darkTextColor;
21
21
  @textTransform: uppercase;
22
22
 
@@ -50,4 +50,4 @@
50
50
  @sectionMargin: 2rem;
51
51
 
52
52
  /* Sizes */
53
- @medium: 1rem;
53
+ @medium: 1rem;
@@ -261,6 +261,10 @@ i.flag.eh:before,
261
261
  i.flag.western.sahara:before {
262
262
  background-position: 0px -1664px;
263
263
  }
264
+ i.flag.gb.eng:before,
265
+ i.flag.england:before {
266
+ background-position: 0px -1690px;
267
+ }
264
268
  i.flag.er:before,
265
269
  i.flag.eritrea:before {
266
270
  background-position: 0px -1716px;
@@ -306,6 +310,7 @@ i.flag.gabon:before {
306
310
  background-position: -36px 0px;
307
311
  }
308
312
  i.flag.gb:before,
313
+ i.flag.uk:before,
309
314
  i.flag.united.kingdom:before {
310
315
  background-position: -36px -26px;
311
316
  }
@@ -24,7 +24,7 @@
24
24
  /* Sub Heading */
25
25
  @subHeadingDistance: @2px;
26
26
  @subHeadingFontSize: @relativeTiny;
27
- @subHeadingFontWeight: bold;
27
+ @subHeadingFontWeight: @bold;
28
28
  @subHeadingTextTransform: uppercase;
29
29
  @subHeadingColor: '';
30
30
 
@@ -1,6 +1,6 @@
1
1
  /*
2
- * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
3
- * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
2
+ * Font Awesome 5.0.8 by @fontawesome - http://fontawesome.io - @fontawesome
3
+ * License - https://fontawesome.com/license (Icons: CC BY 4.0 License, Fonts: SIL OFL 1.1 License, CSS: MIT License)
4
4
  */
5
5
 
6
6
  /*******************************
@@ -26,966 +26,1691 @@ for instance `lemon icon` not `lemon outline icon` since there is only one lemon
26
26
 
27
27
  *******************************/
28
28
 
29
+
29
30
  /*******************************
30
31
  Icons
31
32
  *******************************/
32
33
 
33
- /* Web Content */
34
- i.icon.search:before { content: "\f002"; }
35
- i.icon.mail.outline:before { content: "\f003"; }
36
- i.icon.signal:before { content: "\f012"; }
37
- i.icon.setting:before { content: "\f013"; }
38
- i.icon.home:before { content: "\f015"; }
39
- i.icon.inbox:before { content: "\f01c"; }
40
- i.icon.browser:before { content: "\f022"; }
41
- i.icon.tag:before { content: "\f02b"; }
42
- i.icon.tags:before { content: "\f02c"; }
43
- i.icon.image:before { content: "\f03e"; }
44
- i.icon.calendar:before { content: "\f073"; }
45
- i.icon.comment:before { content: "\f075"; }
46
- i.icon.shop:before { content: "\f07a"; }
47
- i.icon.comments:before { content: "\f086"; }
48
- i.icon.external:before { content: "\f08e"; }
49
- i.icon.privacy:before { content: "\f084"; }
50
- i.icon.settings:before { content: "\f085"; }
51
- i.icon.comments:before { content: "\f086"; }
52
- i.icon.external:before { content: "\f08e"; }
53
- i.icon.trophy:before { content: "\f091"; }
54
- i.icon.payment:before { content: "\f09d"; }
55
- i.icon.feed:before { content: "\f09e"; }
56
- i.icon.alarm.outline:before { content: "\f0a2"; }
57
- i.icon.tasks:before { content: "\f0ae"; }
34
+ /* Deprecated *In/Out Naming Conflict) */
35
+ i.icon.linkedin.in:before { content: "\f0e1"; }
36
+ i.icon.zoom.in:before { content: "\f00e"; }
37
+ i.icon.zoom.out:before { content: "\f010"; }
38
+ i.icon.sign.in:before { content: "\f2f6"; }
39
+ i.icon.in.cart:before { content: "\f218"; }
40
+ i.icon.log.out:before { content: "\f2f5"; }
41
+ i.icon.sign.out:before { content: "\f2f5"; }
42
+
43
+ /* Icons */
44
+ i.icon.\35 00px:before { content: "\f26e"; }
45
+ i.icon.accessible.icon:before { content: "\f368"; }
46
+ i.icon.accusoft:before { content: "\f369"; }
47
+ i.icon.address.book:before { content: "\f2b9"; }
48
+ i.icon.address.card:before { content: "\f2bb"; }
49
+ i.icon.adjust:before { content: "\f042"; }
50
+ i.icon.adn:before { content: "\f170"; }
51
+ i.icon.adversal:before { content: "\f36a"; }
52
+ i.icon.affiliatetheme:before { content: "\f36b"; }
53
+ i.icon.algolia:before { content: "\f36c"; }
54
+ i.icon.align.center:before { content: "\f037"; }
55
+ i.icon.align.justify:before { content: "\f039"; }
56
+ i.icon.align.left:before { content: "\f036"; }
57
+ i.icon.align.right:before { content: "\f038"; }
58
+ i.icon.amazon:before { content: "\f270"; }
59
+ i.icon.amazon.pay:before { content: "\f42c"; }
60
+ i.icon.ambulance:before { content: "\f0f9"; }
61
+ i.icon.american.sign.language.interpreting:before { content: "\f2a3"; }
62
+ i.icon.amilia:before { content: "\f36d"; }
63
+ i.icon.anchor:before { content: "\f13d"; }
64
+ i.icon.android:before { content: "\f17b"; }
65
+ i.icon.angellist:before { content: "\f209"; }
66
+ i.icon.angle.double.down:before { content: "\f103"; }
67
+ i.icon.angle.double.left:before { content: "\f100"; }
68
+ i.icon.angle.double.right:before { content: "\f101"; }
69
+ i.icon.angle.double.up:before { content: "\f102"; }
70
+ i.icon.angle.down:before { content: "\f107"; }
71
+ i.icon.angle.left:before { content: "\f104"; }
72
+ i.icon.angle.right:before { content: "\f105"; }
73
+ i.icon.angle.up:before { content: "\f106"; }
74
+ i.icon.angrycreative:before { content: "\f36e"; }
75
+ i.icon.angular:before { content: "\f420"; }
76
+ i.icon.app.store:before { content: "\f36f"; }
77
+ i.icon.app.store.ios:before { content: "\f370"; }
78
+ i.icon.apper:before { content: "\f371"; }
79
+ i.icon.apple:before { content: "\f179"; }
80
+ i.icon.apple.pay:before { content: "\f415"; }
81
+ i.icon.archive:before { content: "\f187"; }
82
+ i.icon.arrow.alternate.circle.down:before { content: "\f358"; }
83
+ i.icon.arrow.alternate.circle.left:before { content: "\f359"; }
84
+ i.icon.arrow.alternate.circle.right:before { content: "\f35a"; }
85
+ i.icon.arrow.alternate.circle.up:before { content: "\f35b"; }
86
+ i.icon.arrow.circle.down:before { content: "\f0ab"; }
87
+ i.icon.arrow.circle.left:before { content: "\f0a8"; }
88
+ i.icon.arrow.circle.right:before { content: "\f0a9"; }
89
+ i.icon.arrow.circle.up:before { content: "\f0aa"; }
90
+ i.icon.arrow.down:before { content: "\f063"; }
91
+ i.icon.arrow.left:before { content: "\f060"; }
92
+ i.icon.arrow.right:before { content: "\f061"; }
93
+ i.icon.arrow.up:before { content: "\f062"; }
94
+ i.icon.arrows.alternate:before { content: "\f0b2"; }
95
+ i.icon.arrows.alternate.horizontal:before { content: "\f337"; }
96
+ i.icon.arrows.alternate.vertical:before { content: "\f338"; }
97
+ i.icon.assistive.listening.systems:before { content: "\f2a2"; }
98
+ i.icon.asterisk:before { content: "\f069"; }
99
+ i.icon.asymmetrik:before { content: "\f372"; }
100
+ i.icon.at:before { content: "\f1fa"; }
101
+ i.icon.audible:before { content: "\f373"; }
102
+ i.icon.audio.description:before { content: "\f29e"; }
103
+ i.icon.autoprefixer:before { content: "\f41c"; }
104
+ i.icon.avianex:before { content: "\f374"; }
105
+ i.icon.aviato:before { content: "\f421"; }
106
+ i.icon.aws:before { content: "\f375"; }
107
+ i.icon.backward:before { content: "\f04a"; }
108
+ i.icon.balance.scale:before { content: "\f24e"; }
109
+ i.icon.ban:before { content: "\f05e"; }
110
+ i.icon.band.aid:before { content: "\f462"; }
111
+ i.icon.bandcamp:before { content: "\f2d5"; }
112
+ i.icon.barcode:before { content: "\f02a"; }
113
+ i.icon.bars:before { content: "\f0c9"; }
114
+ i.icon.baseball.ball:before { content: "\f433"; }
115
+ i.icon.basketball.ball:before { content: "\f434"; }
116
+ i.icon.bath:before { content: "\f2cd"; }
117
+ i.icon.battery.empty:before { content: "\f244"; }
118
+ i.icon.battery.full:before { content: "\f240"; }
119
+ i.icon.battery.half:before { content: "\f242"; }
120
+ i.icon.battery.quarter:before { content: "\f243"; }
121
+ i.icon.battery.three.quarters:before { content: "\f241"; }
122
+ i.icon.bed:before { content: "\f236"; }
123
+ i.icon.beer:before { content: "\f0fc"; }
124
+ i.icon.behance:before { content: "\f1b4"; }
125
+ i.icon.behance.square:before { content: "\f1b5"; }
126
+ i.icon.bell:before { content: "\f0f3"; }
127
+ i.icon.bell.slash:before { content: "\f1f6"; }
128
+ i.icon.bicycle:before { content: "\f206"; }
129
+ i.icon.bimobject:before { content: "\f378"; }
130
+ i.icon.binoculars:before { content: "\f1e5"; }
131
+ i.icon.birthday.cake:before { content: "\f1fd"; }
132
+ i.icon.bitbucket:before { content: "\f171"; }
133
+ i.icon.bitcoin:before { content: "\f379"; }
134
+ i.icon.bity:before { content: "\f37a"; }
135
+ i.icon.black.tie:before { content: "\f27e"; }
136
+ i.icon.blackberry:before { content: "\f37b"; }
137
+ i.icon.blind:before { content: "\f29d"; }
138
+ i.icon.blogger:before { content: "\f37c"; }
139
+ i.icon.blogger.b:before { content: "\f37d"; }
140
+ i.icon.bluetooth:before { content: "\f293"; }
141
+ i.icon.bluetooth.b:before { content: "\f294"; }
142
+ i.icon.bold:before { content: "\f032"; }
143
+ i.icon.bolt:before { content: "\f0e7"; }
144
+ i.icon.bomb:before { content: "\f1e2"; }
145
+ i.icon.book:before { content: "\f02d"; }
146
+ i.icon.bookmark:before { content: "\f02e"; }
147
+ i.icon.bowling.ball:before { content: "\f436"; }
148
+ i.icon.box:before { content: "\f466"; }
149
+ i.icon.boxes:before { content: "\f468"; }
150
+ i.icon.braille:before { content: "\f2a1"; }
151
+ i.icon.briefcase:before { content: "\f0b1"; }
152
+ i.icon.btc:before { content: "\f15a"; }
153
+ i.icon.bug:before { content: "\f188"; }
154
+ i.icon.building:before { content: "\f1ad"; }
155
+ i.icon.bullhorn:before { content: "\f0a1"; }
156
+ i.icon.bullseye:before { content: "\f140"; }
157
+ i.icon.buromobelexperte:before { content: "\f37f"; }
158
+ i.icon.bus:before { content: "\f207"; }
159
+ i.icon.buysellads:before { content: "\f20d"; }
160
+ i.icon.calculator:before { content: "\f1ec"; }
161
+ i.icon.calendar:before { content: "\f133"; }
162
+ i.icon.calendar.alternate:before { content: "\f073"; }
163
+ i.icon.calendar.check:before { content: "\f274"; }
164
+ i.icon.calendar.minus:before { content: "\f272"; }
165
+ i.icon.calendar.plus:before { content: "\f271"; }
166
+ i.icon.calendar.times:before { content: "\f273"; }
167
+ i.icon.camera:before { content: "\f030"; }
168
+ i.icon.camera.retro:before { content: "\f083"; }
169
+ i.icon.car:before { content: "\f1b9"; }
170
+ i.icon.caret.down:before { content: "\f0d7"; }
171
+ i.icon.caret.left:before { content: "\f0d9"; }
172
+ i.icon.caret.right:before { content: "\f0da"; }
173
+ i.icon.caret.square.down:before { content: "\f150"; }
174
+ i.icon.caret.square.left:before { content: "\f191"; }
175
+ i.icon.caret.square.right:before { content: "\f152"; }
176
+ i.icon.caret.square.up:before { content: "\f151"; }
177
+ i.icon.caret.up:before { content: "\f0d8"; }
178
+ i.icon.cart.arrow.down:before { content: "\f218"; }
179
+ i.icon.cart.plus:before { content: "\f217"; }
180
+ i.icon.cc.amazon.pay:before { content: "\f42d"; }
181
+ i.icon.cc.amex:before { content: "\f1f3"; }
182
+ i.icon.cc.apple.pay:before { content: "\f416"; }
183
+ i.icon.cc.diners.club:before { content: "\f24c"; }
184
+ i.icon.cc.discover:before { content: "\f1f2"; }
185
+ i.icon.cc.jcb:before { content: "\f24b"; }
186
+ i.icon.cc.mastercard:before { content: "\f1f1"; }
187
+ i.icon.cc.paypal:before { content: "\f1f4"; }
188
+ i.icon.cc.stripe:before { content: "\f1f5"; }
189
+ i.icon.cc.visa:before { content: "\f1f0"; }
190
+ i.icon.centercode:before { content: "\f380"; }
191
+ i.icon.certificate:before { content: "\f0a3"; }
192
+ i.icon.chart.area:before { content: "\f1fe"; }
193
+ i.icon.chart.bar:before { content: "\f080"; }
194
+ i.icon.chart.line:before { content: "\f201"; }
195
+ i.icon.chart.pie:before { content: "\f200"; }
196
+ i.icon.check:before { content: "\f00c"; }
197
+ i.icon.check.circle:before { content: "\f058"; }
198
+ i.icon.check.square:before { content: "\f14a"; }
199
+ i.icon.chess:before { content: "\f439"; }
200
+ i.icon.chess.bishop:before { content: "\f43a"; }
201
+ i.icon.chess.board:before { content: "\f43c"; }
202
+ i.icon.chess.king:before { content: "\f43f"; }
203
+ i.icon.chess.knight:before { content: "\f441"; }
204
+ i.icon.chess.pawn:before { content: "\f443"; }
205
+ i.icon.chess.queen:before { content: "\f445"; }
206
+ i.icon.chess.rook:before { content: "\f447"; }
207
+ i.icon.chevron.circle.down:before { content: "\f13a"; }
208
+ i.icon.chevron.circle.left:before { content: "\f137"; }
209
+ i.icon.chevron.circle.right:before { content: "\f138"; }
210
+ i.icon.chevron.circle.up:before { content: "\f139"; }
211
+ i.icon.chevron.down:before { content: "\f078"; }
212
+ i.icon.chevron.left:before { content: "\f053"; }
213
+ i.icon.chevron.right:before { content: "\f054"; }
214
+ i.icon.chevron.up:before { content: "\f077"; }
215
+ i.icon.child:before { content: "\f1ae"; }
216
+ i.icon.chrome:before { content: "\f268"; }
217
+ i.icon.circle:before { content: "\f111"; }
218
+ i.icon.circle.notch:before { content: "\f1ce"; }
219
+ i.icon.clipboard:before { content: "\f328"; }
220
+ i.icon.clipboard.check:before { content: "\f46c"; }
221
+ i.icon.clipboard.list:before { content: "\f46d"; }
222
+ i.icon.clock:before { content: "\f017"; }
223
+ i.icon.clone:before { content: "\f24d"; }
224
+ i.icon.closed.captioning:before { content: "\f20a"; }
58
225
  i.icon.cloud:before { content: "\f0c2"; }
59
- i.icon.lab:before { content: "\f0c3"; }
60
- i.icon.mail:before { content: "\f0e0"; }
61
- i.icon.dashboard:before { content: "\f0e4"; }
62
- i.icon.comment.outline:before { content: "\f0e5"; }
63
- i.icon.comments.outline:before { content: "\f0e6"; }
64
- i.icon.sitemap:before { content: "\f0e8"; }
65
- i.icon.idea:before { content: "\f0eb"; }
66
- i.icon.alarm:before { content: "\f0f3"; }
67
- i.icon.terminal:before { content: "\f120"; }
226
+ i.icon.cloudscale:before { content: "\f383"; }
227
+ i.icon.cloudsmith:before { content: "\f384"; }
228
+ i.icon.cloudversify:before { content: "\f385"; }
68
229
  i.icon.code:before { content: "\f121"; }
69
- i.icon.protect:before { content: "\f132"; }
70
- i.icon.calendar.outline:before { content: "\f133"; }
71
- i.icon.ticket:before { content: "\f145"; }
72
- i.icon.external.square:before { content: "\f14c"; }
73
- i.icon.bug:before { content: "\f188"; }
74
- i.icon.mail.square:before { content: "\f199"; }
75
- i.icon.history:before { content: "\f1da"; }
76
- i.icon.options:before { content: "\f1de"; }
77
- i.icon.text.telephone:before { content: "\f1e4"; }
78
- i.icon.find:before { content: "\f1e5"; }
79
- i.icon.alarm.mute:before { content: "\f1f6"; }
80
- i.icon.alarm.mute.outline:before { content: "\f1f7"; }
230
+ i.icon.code.branch:before { content: "\f126"; }
231
+ i.icon.codepen:before { content: "\f1cb"; }
232
+ i.icon.codiepie:before { content: "\f284"; }
233
+ i.icon.coffee:before { content: "\f0f4"; }
234
+ i.icon.cog:before { content: "\f013"; }
235
+ i.icon.cogs:before { content: "\f085"; }
236
+ i.icon.columns:before { content: "\f0db"; }
237
+ i.icon.comment:before { content: "\f075"; }
238
+ i.icon.comment.alternate:before { content: "\f27a"; }
239
+ i.icon.comments:before { content: "\f086"; }
240
+ i.icon.compass:before { content: "\f14e"; }
241
+ i.icon.compress:before { content: "\f066"; }
242
+ i.icon.connectdevelop:before { content: "\f20e"; }
243
+ i.icon.contao:before { content: "\f26d"; }
244
+ i.icon.copy:before { content: "\f0c5"; }
81
245
  i.icon.copyright:before { content: "\f1f9"; }
82
- i.icon.at:before { content: "\f1fa"; }
83
- i.icon.eyedropper:before { content: "\f1fb"; }
84
- i.icon.paint.brush:before { content: "\f1fc"; }
85
- i.icon.heartbeat:before { content: "\f21e"; }
86
- i.icon.mouse.pointer:before { content: "\f245"; }
87
- i.icon.hourglass.empty:before { content: "\f250"; }
88
- i.icon.hourglass.start:before { content: "\f251"; }
89
- i.icon.hourglass.half:before { content: "\f252"; }
90
- i.icon.hourglass.end:before { content: "\f253"; }
91
- i.icon.hourglass.full:before { content: "\f254"; }
92
- i.icon.hand.pointer:before { content: "\f25a"; }
93
- i.icon.trademark:before { content: "\f25c"; }
94
- i.icon.registered:before { content: "\f25d"; }
246
+ i.icon.cpanel:before { content: "\f388"; }
95
247
  i.icon.creative.commons:before { content: "\f25e"; }
96
- i.icon.add.to.calendar:before { content: "\f271"; }
97
- i.icon.remove.from.calendar:before { content: "\f272"; }
98
- i.icon.delete.calendar:before { content: "\f273"; }
99
- i.icon.checked.calendar:before { content: "\f274"; }
100
- i.icon.industry:before { content: "\f275"; }
101
- i.icon.shopping.bag:before { content: "\f290"; }
102
- i.icon.shopping.basket:before { content: "\f291"; }
103
- i.icon.hashtag:before { content: "\f292"; }
104
- i.icon.percent:before { content: "\f295"; }
105
- i.icon.handshake:before { content: "\f2b5"; }
106
- i.icon.open.envelope:before { content: "\f2b6"; }
107
- i.icon.open.envelope.outline:before { content: "\f2b7"; }
108
- i.icon.address.book:before { content: "\f2b9"; }
109
- i.icon.address.book.outline:before { content: "\f2ba"; }
110
- i.icon.address.card:before { content: "\f2bb"; }
111
- i.icon.address.card.outline:before { content: "\f2bc"; }
112
- i.icon.id.badge:before { content: "\f2c1"; }
113
- i.icon.id.card:before { content: "\f2c2"; }
114
- i.icon.id.card.outline:before { content: "\f2c3"; }
115
- i.icon.podcast:before { content: "\f2ce"; }
116
- i.icon.window.maximize:before { content: "\f2d0"; }
117
- i.icon.window.minimize:before { content: "\f2d1"; }
118
- i.icon.window.restore:before { content: "\f2d2"; }
119
- i.icon.window.close:before { content: "\f2d3"; }
120
- i.icon.window.close.outline:before { content: "\f2d4"; }
121
-
122
- /* User Actions */
123
- i.icon.wait:before { content: "\f017"; }
248
+ i.icon.credit.card:before { content: "\f09d"; }
249
+ i.icon.crop:before { content: "\f125"; }
250
+ i.icon.crosshairs:before { content: "\f05b"; }
251
+ i.icon.css3:before { content: "\f13c"; }
252
+ i.icon.css3.alternate:before { content: "\f38b"; }
253
+ i.icon.cube:before { content: "\f1b2"; }
254
+ i.icon.cubes:before { content: "\f1b3"; }
255
+ i.icon.cut:before { content: "\f0c4"; }
256
+ i.icon.cuttlefish:before { content: "\f38c"; }
257
+ i.icon.d.and.d:before { content: "\f38d"; }
258
+ i.icon.dashcube:before { content: "\f210"; }
259
+ i.icon.database:before { content: "\f1c0"; }
260
+ i.icon.deaf:before { content: "\f2a4"; }
261
+ i.icon.delicious:before { content: "\f1a5"; }
262
+ i.icon.deploydog:before { content: "\f38e"; }
263
+ i.icon.deskpro:before { content: "\f38f"; }
264
+ i.icon.desktop:before { content: "\f108"; }
265
+ i.icon.deviantart:before { content: "\f1bd"; }
266
+ i.icon.digg:before { content: "\f1a6"; }
267
+ i.icon.digital.ocean:before { content: "\f391"; }
268
+ i.icon.discord:before { content: "\f392"; }
269
+ i.icon.discourse:before { content: "\f393"; }
270
+ i.icon.dna:before { content: "\f471"; }
271
+ i.icon.dochub:before { content: "\f394"; }
272
+ i.icon.docker:before { content: "\f395"; }
273
+ i.icon.dollar.sign:before { content: "\f155"; }
274
+ i.icon.dolly:before { content: "\f472"; }
275
+ i.icon.dolly.flatbed:before { content: "\f474"; }
276
+ i.icon.dot.circle:before { content: "\f192"; }
124
277
  i.icon.download:before { content: "\f019"; }
125
- i.icon.repeat:before { content: "\f01e"; }
126
- i.icon.refresh:before { content: "\f021"; }
127
- i.icon.lock:before { content: "\f023"; }
128
- i.icon.bookmark:before { content: "\f02e"; }
129
- i.icon.print:before { content: "\f02f"; }
130
- i.icon.write:before { content: "\f040"; }
131
- i.icon.adjust:before { content: "\f042"; }
132
- i.icon.theme:before { content: "\f043"; }
278
+ i.icon.draft2digital:before { content: "\f396"; }
279
+ i.icon.dribbble:before { content: "\f17d"; }
280
+ i.icon.dribbble.square:before { content: "\f397"; }
281
+ i.icon.dropbox:before { content: "\f16b"; }
282
+ i.icon.drupal:before { content: "\f1a9"; }
283
+ i.icon.dyalog:before { content: "\f399"; }
284
+ i.icon.earlybirds:before { content: "\f39a"; }
285
+ i.icon.edge:before { content: "\f282"; }
133
286
  i.icon.edit:before { content: "\f044"; }
134
- i.icon.external.share:before { content: "\f045"; }
135
- i.icon.ban:before { content: "\f05e"; }
136
- i.icon.mail.forward:before { content: "\f064"; }
137
- i.icon.share:before { content: "\f064"; }
287
+ i.icon.eject:before { content: "\f052"; }
288
+ i.icon.elementor:before { content: "\f430"; }
289
+ i.icon.ellipsis.horizontal:before { content: "\f141"; }
290
+ i.icon.ellipsis.vertical:before { content: "\f142"; }
291
+ i.icon.ember:before { content: "\f423"; }
292
+ i.icon.empire:before { content: "\f1d1"; }
293
+ i.icon.envelope:before { content: "\f0e0"; }
294
+ i.icon.envelope.open:before { content: "\f2b6"; }
295
+ i.icon.envelope.square:before { content: "\f199"; }
296
+ i.icon.envira:before { content: "\f299"; }
297
+ i.icon.eraser:before { content: "\f12d"; }
298
+ i.icon.erlang:before { content: "\f39d"; }
299
+ i.icon.ethereum:before { content: "\f42e"; }
300
+ i.icon.etsy:before { content: "\f2d7"; }
301
+ i.icon.euro.sign:before { content: "\f153"; }
302
+ i.icon.exchange.alternate:before { content: "\f362"; }
303
+ i.icon.exclamation:before { content: "\f12a"; }
304
+ i.icon.exclamation.circle:before { content: "\f06a"; }
305
+ i.icon.exclamation.triangle:before { content: "\f071"; }
138
306
  i.icon.expand:before { content: "\f065"; }
139
- i.icon.compress:before { content: "\f066"; }
140
- i.icon.unhide:before { content: "\f06e"; }
141
- i.icon.hide:before { content: "\f070"; }
142
- i.icon.random:before { content: "\f074"; }
143
- i.icon.retweet:before { content: "\f079"; }
144
- i.icon.sign.out:before { content: "\f08b"; }
145
- i.icon.pin:before { content: "\f08d"; }
146
- i.icon.sign.in:before { content: "\f090"; }
147
- i.icon.upload:before { content: "\f093"; }
148
- i.icon.call:before { content: "\f095"; }
149
- i.icon.remove.bookmark:before { content: "\f097"; }
150
- i.icon.call.square:before { content: "\f098"; }
151
- i.icon.unlock:before { content: "\f09c"; }
152
- i.icon.configure:before { content: "\f0ad"; }
307
+ i.icon.expand.arrows.alternate:before { content: "\f31e"; }
308
+ i.icon.expeditedssl:before { content: "\f23e"; }
309
+ i.icon.external.alternate:before { content: "\f35d"; }
310
+ i.icon.external.square.alternate:before { content: "\f360"; }
311
+ i.icon.eye:before { content: "\f06e"; }
312
+ i.icon.eye.dropper:before { content: "\f1fb"; }
313
+ i.icon.eye.slash:before { content: "\f070"; }
314
+ i.icon.facebook:before { content: "\f09a"; }
315
+ i.icon.facebook.f:before { content: "\f39e"; }
316
+ i.icon.facebook.messenger:before { content: "\f39f"; }
317
+ i.icon.facebook.square:before { content: "\f082"; }
318
+ i.icon.fast.backward:before { content: "\f049"; }
319
+ i.icon.fast.forward:before { content: "\f050"; }
320
+ i.icon.fax:before { content: "\f1ac"; }
321
+ i.icon.female:before { content: "\f182"; }
322
+ i.icon.fighter.jet:before { content: "\f0fb"; }
323
+ i.icon.file:before { content: "\f15b"; }
324
+ i.icon.file.alternate:before { content: "\f15c"; }
325
+ i.icon.file.archive:before { content: "\f1c6"; }
326
+ i.icon.file.audio:before { content: "\f1c7"; }
327
+ i.icon.file.code:before { content: "\f1c9"; }
328
+ i.icon.file.excel:before { content: "\f1c3"; }
329
+ i.icon.file.image:before { content: "\f1c5"; }
330
+ i.icon.file.pdf:before { content: "\f1c1"; }
331
+ i.icon.file.powerpoint:before { content: "\f1c4"; }
332
+ i.icon.file.video:before { content: "\f1c8"; }
333
+ i.icon.file.word:before { content: "\f1c2"; }
334
+ i.icon.film:before { content: "\f008"; }
153
335
  i.icon.filter:before { content: "\f0b0"; }
154
- i.icon.wizard:before { content: "\f0d0"; }
155
- i.icon.undo:before { content: "\f0e2"; }
156
- i.icon.exchange:before { content: "\f0ec"; }
157
- i.icon.cloud.download:before { content: "\f0ed"; }
158
- i.icon.cloud.upload:before { content: "\f0ee"; }
159
- i.icon.reply:before { content: "\f112"; }
160
- i.icon.reply.all:before { content: "\f122"; }
161
- i.icon.erase:before { content: "\f12d"; }
162
- i.icon.unlock.alternate:before { content: "\f13e"; }
163
- i.icon.write.square:before { content: "\f14b"; }
164
- i.icon.share.square:before { content: "\f14d"; }
165
- i.icon.archive:before { content: "\f187"; }
166
- i.icon.translate:before { content: "\f1ab"; }
167
- i.icon.recycle:before { content: "\f1b8"; }
168
- i.icon.send:before { content: "\f1d8"; }
169
- i.icon.send.outline:before { content: "\f1d9"; }
170
- i.icon.share.alternate:before { content: "\f1e0"; }
171
- i.icon.share.alternate.square:before { content: "\f1e1"; }
172
- i.icon.add.to.cart:before { content: "\f217"; }
173
- i.icon.in.cart:before { content: "\f218"; }
174
- i.icon.add.user:before { content: "\f234"; }
175
- i.icon.remove.user:before { content: "\f235"; }
176
- i.icon.object.group:before { content: "\f247"; }
177
- i.icon.object.ungroup:before { content: "\f248"; }
178
- i.icon.clone:before { content: "\f24d"; }
179
- i.icon.talk:before { content: "\f27a"; }
180
- i.icon.talk.outline:before { content: "\f27b"; }
181
-
182
- /* Messages */
183
- i.icon.help.circle:before { content: "\f059"; }
184
- i.icon.info.circle:before { content: "\f05a"; }
185
- i.icon.warning.circle:before { content: "\f06a"; }
186
- i.icon.warning.sign:before { content: "\f071"; }
187
- i.icon.announcement:before { content: "\f0a1"; }
188
- i.icon.help:before { content: "\f128"; }
189
- i.icon.info:before { content: "\f129"; }
190
- i.icon.warning:before { content: "\f12a"; }
191
- i.icon.birthday:before { content: "\f1fd"; }
192
- i.icon.help.circle.outline:before { content: "\f29c"; }
193
-
194
- /* Users */
195
- i.icon.user:before { content: "\f007"; }
196
- i.icon.users:before { content: "\f0c0"; }
197
- i.icon.doctor:before { content: "\f0f0"; }
198
- i.icon.handicap:before { content: "\f193"; }
199
- i.icon.student:before { content: "\f19d"; }
200
- i.icon.child:before { content: "\f1ae"; }
201
- i.icon.spy:before { content: "\f21b"; }
202
- i.icon.user.circle:before { content: "\f2bd"; }
203
- i.icon.user.circle.outline:before { content: "\f2be"; }
204
- i.icon.user.outline:before { content: "\f2c0"; }
205
-
206
- /* Gender & Sexuality */
207
- i.icon.female:before { content: "\f182"; }
208
- i.icon.male:before { content: "\f183"; }
209
- i.icon.woman:before { content: "\f221"; }
210
- i.icon.man:before { content: "\f222"; }
211
- i.icon.non.binary.transgender:before { content: "\f223"; }
212
- i.icon.intergender:before { content: "\f224"; }
213
- i.icon.transgender:before { content: "\f225"; }
214
- i.icon.lesbian:before { content: "\f226"; }
215
- i.icon.gay:before { content: "\f227"; }
216
- i.icon.heterosexual:before { content: "\f228"; }
217
- i.icon.other.gender:before { content: "\f229"; }
218
- i.icon.other.gender.vertical:before { content: "\f22a"; }
219
- i.icon.other.gender.horizontal:before { content: "\f22b"; }
220
- i.icon.neuter:before { content: "\f22c"; }
221
- i.icon.genderless:before { content: "\f22d"; }
222
-
223
- /* Accessibility */
224
- i.icon.universal.access:before { content: "\f29a"; }
225
- i.icon.wheelchair:before { content: "\f29b"; }
226
- i.icon.blind:before { content: "\f29d"; }
227
- i.icon.audio.description:before { content: "\f29e"; }
228
- i.icon.volume.control.phone:before { content: "\f2a0"; }
229
- i.icon.braille:before { content: "\f2a1"; }
230
- i.icon.asl:before { content: "\f2a3"; }
231
- i.icon.assistive.listening.systems:before { content: "\f2a2"; }
232
- i.icon.deafness:before { content: "\f2a4"; }
233
- i.icon.sign.language:before { content: "\f2a7"; }
234
- i.icon.low.vision:before { content: "\f2a8"; }
235
-
236
- /* View Adjustment */
237
- i.icon.block.layout:before { content: "\f009"; }
238
- i.icon.grid.layout:before { content: "\f00a"; }
239
- i.icon.list.layout:before { content: "\f00b"; }
240
- i.icon.zoom:before { content: "\f00e"; }
241
- i.icon.zoom.out:before { content: "\f010"; }
242
- i.icon.resize.vertical:before { content: "\f07d"; }
243
- i.icon.resize.horizontal:before { content: "\f07e"; }
244
- i.icon.maximize:before { content: "\f0b2"; }
245
- i.icon.crop:before { content: "\f125"; }
246
-
247
- /* Literal Objects */
248
- i.icon.cocktail:before { content: "\f000"; }
249
- i.icon.road:before { content: "\f018"; }
250
- i.icon.flag:before { content: "\f024"; }
251
- i.icon.book:before { content: "\f02d"; }
252
- i.icon.gift:before { content: "\f06b"; }
253
- i.icon.leaf:before { content: "\f06c"; }
254
336
  i.icon.fire:before { content: "\f06d"; }
255
- i.icon.plane:before { content: "\f072"; }
256
- i.icon.magnet:before { content: "\f076"; }
257
- i.icon.lemon:before { content: "\f094"; }
258
- i.icon.world:before { content: "\f0ac"; }
259
- i.icon.travel:before { content: "\f0b1"; }
260
- i.icon.shipping:before { content: "\f0d1"; }
261
- i.icon.money:before { content: "\f0d6"; }
262
- i.icon.legal:before { content: "\f0e3"; }
263
- i.icon.lightning:before { content: "\f0e7"; }
264
- i.icon.umbrella:before { content: "\f0e9"; }
265
- i.icon.treatment:before { content: "\f0f1"; }
266
- i.icon.suitcase:before { content: "\f0f2"; }
267
- i.icon.bar:before { content: "\f0fc"; }
268
- i.icon.flag.outline:before { content: "\f11d"; }
269
- i.icon.flag.checkered:before { content: "\f11e"; }
270
- i.icon.puzzle:before { content: "\f12e"; }
271
337
  i.icon.fire.extinguisher:before { content: "\f134"; }
272
- i.icon.rocket:before { content: "\f135"; }
273
- i.icon.anchor:before { content: "\f13d"; }
274
- i.icon.bullseye:before { content: "\f140"; }
275
- i.icon.sun:before { content: "\f185"; }
276
- i.icon.moon:before { content: "\f186"; }
277
- i.icon.fax:before { content: "\f1ac"; }
278
- i.icon.life.ring:before { content: "\f1cd"; }
279
- i.icon.bomb:before { content: "\f1e2"; }
280
- i.icon.soccer:before { content: "\f1e3"; }
281
- i.icon.calculator:before { content: "\f1ec"; }
282
- i.icon.diamond:before { content: "\f219"; }
283
- i.icon.sticky.note:before { content: "\f249"; }
284
- i.icon.sticky.note.outline:before { content: "\f24a"; }
285
- i.icon.law:before { content: "\f24e"; }
338
+ i.icon.firefox:before { content: "\f269"; }
339
+ i.icon.first.aid:before { content: "\f479"; }
340
+ i.icon.first.order:before { content: "\f2b0"; }
341
+ i.icon.firstdraft:before { content: "\f3a1"; }
342
+ i.icon.flag:before { content: "\f024"; }
343
+ i.icon.flag.checkered:before { content: "\f11e"; }
344
+ i.icon.flask:before { content: "\f0c3"; }
345
+ i.icon.flickr:before { content: "\f16e"; }
346
+ i.icon.flipboard:before { content: "\f44d"; }
347
+ i.icon.fly:before { content: "\f417"; }
348
+ i.icon.folder:before { content: "\f07b"; }
349
+ i.icon.folder.open:before { content: "\f07c"; }
350
+ i.icon.font:before { content: "\f031"; }
351
+ i.icon.font.awesome:before { content: "\f2b4"; }
352
+ i.icon.font.awesome.alternate:before { content: "\f35c"; }
353
+ i.icon.font.awesome.flag:before { content: "\f425"; }
354
+ i.icon.fonticons:before { content: "\f280"; }
355
+ i.icon.fonticons.fi:before { content: "\f3a2"; }
356
+ i.icon.football.ball:before { content: "\f44e"; }
357
+ i.icon.fort.awesome:before { content: "\f286"; }
358
+ i.icon.fort.awesome.alternate:before { content: "\f3a3"; }
359
+ i.icon.forumbee:before { content: "\f211"; }
360
+ i.icon.forward:before { content: "\f04e"; }
361
+ i.icon.foursquare:before { content: "\f180"; }
362
+ i.icon.free.code.camp:before { content: "\f2c5"; }
363
+ i.icon.freebsd:before { content: "\f3a4"; }
364
+ i.icon.frown:before { content: "\f119"; }
365
+ i.icon.futbol:before { content: "\f1e3"; }
366
+ i.icon.gamepad:before { content: "\f11b"; }
367
+ i.icon.gavel:before { content: "\f0e3"; }
368
+ i.icon.gem:before { content: "\f3a5"; }
369
+ i.icon.genderless:before { content: "\f22d"; }
370
+ i.icon.get.pocket:before { content: "\f265"; }
371
+ i.icon.gg:before { content: "\f260"; }
372
+ i.icon.gg.circle:before { content: "\f261"; }
373
+ i.icon.gift:before { content: "\f06b"; }
374
+ i.icon.git:before { content: "\f1d3"; }
375
+ i.icon.git.square:before { content: "\f1d2"; }
376
+ i.icon.github:before { content: "\f09b"; }
377
+ i.icon.github.alternate:before { content: "\f113"; }
378
+ i.icon.github.square:before { content: "\f092"; }
379
+ i.icon.gitkraken:before { content: "\f3a6"; }
380
+ i.icon.gitlab:before { content: "\f296"; }
381
+ i.icon.gitter:before { content: "\f426"; }
382
+ i.icon.glass.martini:before { content: "\f000"; }
383
+ i.icon.glide:before { content: "\f2a5"; }
384
+ i.icon.glide.g:before { content: "\f2a6"; }
385
+ i.icon.globe:before { content: "\f0ac"; }
386
+ i.icon.gofore:before { content: "\f3a7"; }
387
+ i.icon.golf.ball:before { content: "\f450"; }
388
+ i.icon.goodreads:before { content: "\f3a8"; }
389
+ i.icon.goodreads.g:before { content: "\f3a9"; }
390
+ i.icon.google:before { content: "\f1a0"; }
391
+ i.icon.google.drive:before { content: "\f3aa"; }
392
+ i.icon.google.play:before { content: "\f3ab"; }
393
+ i.icon.google.plus:before { content: "\f2b3"; }
394
+ i.icon.google.plus.g:before { content: "\f0d5"; }
395
+ i.icon.google.plus.square:before { content: "\f0d4"; }
396
+ i.icon.google.wallet:before { content: "\f1ee"; }
397
+ i.icon.graduation.cap:before { content: "\f19d"; }
398
+ i.icon.gratipay:before { content: "\f184"; }
399
+ i.icon.grav:before { content: "\f2d6"; }
400
+ i.icon.gripfire:before { content: "\f3ac"; }
401
+ i.icon.grunt:before { content: "\f3ad"; }
402
+ i.icon.gulp:before { content: "\f3ae"; }
403
+ i.icon.h.square:before { content: "\f0fd"; }
404
+ i.icon.hacker.news:before { content: "\f1d4"; }
405
+ i.icon.hacker.news.square:before { content: "\f3af"; }
406
+ i.icon.hand.lizard:before { content: "\f258"; }
407
+ i.icon.hand.paper:before { content: "\f256"; }
286
408
  i.icon.hand.peace:before { content: "\f25b"; }
409
+ i.icon.hand.point.down:before { content: "\f0a7"; }
410
+ i.icon.hand.point.left:before { content: "\f0a5"; }
411
+ i.icon.hand.point.right:before { content: "\f0a4"; }
412
+ i.icon.hand.point.up:before { content: "\f0a6"; }
413
+ i.icon.hand.pointer:before { content: "\f25a"; }
287
414
  i.icon.hand.rock:before { content: "\f255"; }
288
- i.icon.hand.paper:before { content: "\f256"; }
289
415
  i.icon.hand.scissors:before { content: "\f257"; }
290
- i.icon.hand.lizard:before { content: "\f258"; }
291
416
  i.icon.hand.spock:before { content: "\f259"; }
292
- i.icon.tv:before { content: "\f26c"; }
293
- i.icon.thermometer.full:before { content: "\f2c7"; }
294
- i.icon.thermometer.three.quarters:before { content: "\f2c8"; }
295
- i.icon.thermometer.half:before { content: "\f2c9"; }
296
- i.icon.thermometer.quarter:before { content: "\f2ca"; }
297
- i.icon.thermometer.empty:before { content: "\f2cb"; }
298
- i.icon.shower:before { content: "\f2cc"; }
299
- i.icon.bathtub:before { content: "\f2cd"; }
300
- i.icon.snowflake:before { content: "\f2dc"; }
301
-
302
- /* Shapes */
303
- i.icon.crosshairs:before { content: "\f05b"; }
304
- i.icon.asterisk:before { content: "\f069"; }
305
- i.icon.square.outline:before { content: "\f096"; }
306
- i.icon.certificate:before { content: "\f0a3"; }
307
- i.icon.square:before { content: "\f0c8"; }
308
- i.icon.quote.left:before { content: "\f10d"; }
309
- i.icon.quote.right:before { content: "\f10e"; }
310
- i.icon.spinner:before { content: "\f110"; }
311
- i.icon.circle:before { content: "\f111"; }
312
- i.icon.ellipsis.horizontal:before { content: "\f141"; }
313
- i.icon.ellipsis.vertical:before { content: "\f142"; }
314
- i.icon.cube:before { content: "\f1b2"; }
315
- i.icon.cubes:before { content: "\f1b3"; }
316
- i.icon.circle.notched:before { content: "\f1ce"; }
317
- i.icon.circle.thin:before { content: "\f1db"; }
318
-
319
- /* Item Selection */
320
- i.icon.checkmark:before { content: "\f00c"; }
321
- i.icon.remove:before { content: "\f00d"; }
322
- i.icon.checkmark.box:before { content: "\f046"; }
323
- i.icon.move:before { content: "\f047"; }
324
- i.icon.add.circle:before { content: "\f055"; }
325
- i.icon.minus.circle:before { content: "\f056"; }
326
- i.icon.remove.circle:before { content: "\f057"; }
327
- i.icon.check.circle:before { content: "\f058"; }
328
- i.icon.remove.circle.outline:before { content: "\f05c"; }
329
- i.icon.check.circle.outline:before { content: "\f05d"; }
330
- i.icon.plus:before { content: "\f067"; }
417
+ i.icon.handshake:before { content: "\f2b5"; }
418
+ i.icon.hashtag:before { content: "\f292"; }
419
+ i.icon.hdd:before { content: "\f0a0"; }
420
+ i.icon.heading:before { content: "\f1dc"; }
421
+ i.icon.headphones:before { content: "\f025"; }
422
+ i.icon.heart:before { content: "\f004"; }
423
+ i.icon.heartbeat:before { content: "\f21e"; }
424
+ i.icon.hips:before { content: "\f452"; }
425
+ i.icon.hire.a.helper:before { content: "\f3b0"; }
426
+ i.icon.history:before { content: "\f1da"; }
427
+ i.icon.hockey.puck:before { content: "\f453"; }
428
+ i.icon.home:before { content: "\f015"; }
429
+ i.icon.hooli:before { content: "\f427"; }
430
+ i.icon.hospital:before { content: "\f0f8"; }
431
+ i.icon.hospital.symbol:before { content: "\f47e"; }
432
+ i.icon.hotjar:before { content: "\f3b1"; }
433
+ i.icon.hourglass:before { content: "\f254"; }
434
+ i.icon.hourglass.end:before { content: "\f253"; }
435
+ i.icon.hourglass.half:before { content: "\f252"; }
436
+ i.icon.hourglass.start:before { content: "\f251"; }
437
+ i.icon.houzz:before { content: "\f27c"; }
438
+ i.icon.html5:before { content: "\f13b"; }
439
+ i.icon.hubspot:before { content: "\f3b2"; }
440
+ i.icon.i.cursor:before { content: "\f246"; }
441
+ i.icon.id.badge:before { content: "\f2c1"; }
442
+ i.icon.id.card:before { content: "\f2c2"; }
443
+ i.icon.image:before { content: "\f03e"; }
444
+ i.icon.images:before { content: "\f302"; }
445
+ i.icon.imdb:before { content: "\f2d8"; }
446
+ i.icon.inbox:before { content: "\f01c"; }
447
+ i.icon.indent:before { content: "\f03c"; }
448
+ i.icon.industry:before { content: "\f275"; }
449
+ i.icon.info:before { content: "\f129"; }
450
+ i.icon.info.circle:before { content: "\f05a"; }
451
+ i.icon.instagram:before { content: "\f16d"; }
452
+ i.icon.internet.explorer:before { content: "\f26b"; }
453
+ i.icon.ioxhost:before { content: "\f208"; }
454
+ i.icon.italic:before { content: "\f033"; }
455
+ i.icon.itunes:before { content: "\f3b4"; }
456
+ i.icon.itunes.note:before { content: "\f3b5"; }
457
+ i.icon.jenkins:before { content: "\f3b6"; }
458
+ i.icon.joget:before { content: "\f3b7"; }
459
+ i.icon.joomla:before { content: "\f1aa"; }
460
+ i.icon.js:before { content: "\f3b8"; }
461
+ i.icon.js.square:before { content: "\f3b9"; }
462
+ i.icon.jsfiddle:before { content: "\f1cc"; }
463
+ i.icon.key:before { content: "\f084"; }
464
+ i.icon.keyboard:before { content: "\f11c"; }
465
+ i.icon.keycdn:before { content: "\f3ba"; }
466
+ i.icon.kickstarter:before { content: "\f3bb"; }
467
+ i.icon.kickstarter.k:before { content: "\f3bc"; }
468
+ i.icon.korvue:before { content: "\f42f"; }
469
+ i.icon.language:before { content: "\f1ab"; }
470
+ i.icon.laptop:before { content: "\f109"; }
471
+ i.icon.laravel:before { content: "\f3bd"; }
472
+ i.icon.lastfm:before { content: "\f202"; }
473
+ i.icon.lastfm.square:before { content: "\f203"; }
474
+ i.icon.leaf:before { content: "\f06c"; }
475
+ i.icon.leanpub:before { content: "\f212"; }
476
+ i.icon.lemon:before { content: "\f094"; }
477
+ i.icon.less:before { content: "\f41d"; }
478
+ i.icon.level.down.alternate:before { content: "\f3be"; }
479
+ i.icon.level.up.alternate:before { content: "\f3bf"; }
480
+ i.icon.life.ring:before { content: "\f1cd"; }
481
+ i.icon.lightbulb:before { content: "\f0eb"; }
482
+ i.icon.linechat:before { content: "\f3c0"; }
483
+ i.icon.linkify:before { content: "\f0c1"; }
484
+ i.icon.linkedin:before { content: "\f08c"; }
485
+ i.icon.linkedin.alt:before { content: "\f0e1"; }
486
+ i.icon.linode:before { content: "\f2b8"; }
487
+ i.icon.linux:before { content: "\f17c"; }
488
+ i.icon.lira.sign:before { content: "\f195"; }
489
+ i.icon.list:before { content: "\f03a"; }
490
+ i.icon.list.alternate:before { content: "\f022"; }
491
+ i.icon.list.ol:before { content: "\f0cb"; }
492
+ i.icon.list.ul:before { content: "\f0ca"; }
493
+ i.icon.location.arrow:before { content: "\f124"; }
494
+ i.icon.lock:before { content: "\f023"; }
495
+ i.icon.lock.open:before { content: "\f3c1"; }
496
+ i.icon.long.arrow.alternate.down:before { content: "\f309"; }
497
+ i.icon.long.arrow.alternate.left:before { content: "\f30a"; }
498
+ i.icon.long.arrow.alternate.right:before { content: "\f30b"; }
499
+ i.icon.long.arrow.alternate.up:before { content: "\f30c"; }
500
+ i.icon.low.vision:before { content: "\f2a8"; }
501
+ i.icon.lyft:before { content: "\f3c3"; }
502
+ i.icon.magento:before { content: "\f3c4"; }
503
+ i.icon.magic:before { content: "\f0d0"; }
504
+ i.icon.magnet:before { content: "\f076"; }
505
+ i.icon.male:before { content: "\f183"; }
506
+ i.icon.map:before { content: "\f279"; }
507
+ i.icon.map.marker:before { content: "\f041"; }
508
+ i.icon.map.marker.alternate:before { content: "\f3c5"; }
509
+ i.icon.map.pin:before { content: "\f276"; }
510
+ i.icon.map.signs:before { content: "\f277"; }
511
+ i.icon.mars:before { content: "\f222"; }
512
+ i.icon.mars.double:before { content: "\f227"; }
513
+ i.icon.mars.stroke:before { content: "\f229"; }
514
+ i.icon.mars.stroke.horizontal:before { content: "\f22b"; }
515
+ i.icon.mars.stroke.vertical:before { content: "\f22a"; }
516
+ i.icon.maxcdn:before { content: "\f136"; }
517
+ i.icon.medapps:before { content: "\f3c6"; }
518
+ i.icon.medium:before { content: "\f23a"; }
519
+ i.icon.medium.m:before { content: "\f3c7"; }
520
+ i.icon.medkit:before { content: "\f0fa"; }
521
+ i.icon.medrt:before { content: "\f3c8"; }
522
+ i.icon.meetup:before { content: "\f2e0"; }
523
+ i.icon.meh:before { content: "\f11a"; }
524
+ i.icon.mercury:before { content: "\f223"; }
525
+ i.icon.microchip:before { content: "\f2db"; }
526
+ i.icon.microphone:before { content: "\f130"; }
527
+ i.icon.microphone.slash:before { content: "\f131"; }
528
+ i.icon.microsoft:before { content: "\f3ca"; }
331
529
  i.icon.minus:before { content: "\f068"; }
332
- i.icon.add.square:before { content: "\f0fe"; }
333
- i.icon.radio:before { content: "\f10c"; }
530
+ i.icon.minus.circle:before { content: "\f056"; }
334
531
  i.icon.minus.square:before { content: "\f146"; }
335
- i.icon.minus.square.outline:before { content: "\f147"; }
336
- i.icon.check.square:before { content: "\f14a"; }
337
- i.icon.selected.radio:before { content: "\f192"; }
338
- i.icon.plus.square.outline:before { content: "\f196"; }
339
- i.icon.toggle.off:before { content: "\f204"; }
340
- i.icon.toggle.on:before { content: "\f205"; }
341
-
342
- /* Media */
343
- i.icon.film:before { content: "\f008"; }
344
- i.icon.sound:before { content: "\f025"; }
345
- i.icon.photo:before { content: "\f030"; }
346
- i.icon.bar.chart:before { content: "\f080"; }
347
- i.icon.camera.retro:before { content: "\f083"; }
532
+ i.icon.mix:before { content: "\f3cb"; }
533
+ i.icon.mixcloud:before { content: "\f289"; }
534
+ i.icon.mizuni:before { content: "\f3cc"; }
535
+ i.icon.mobile:before { content: "\f10b"; }
536
+ i.icon.mobile.alternate:before { content: "\f3cd"; }
537
+ i.icon.modx:before { content: "\f285"; }
538
+ i.icon.monero:before { content: "\f3d0"; }
539
+ i.icon.money.bill.alternate:before { content: "\f3d1"; }
540
+ i.icon.moon:before { content: "\f186"; }
541
+ i.icon.motorcycle:before { content: "\f21c"; }
542
+ i.icon.mouse.pointer:before { content: "\f245"; }
543
+ i.icon.music:before { content: "\f001"; }
544
+ i.icon.napster:before { content: "\f3d2"; }
545
+ i.icon.neuter:before { content: "\f22c"; }
348
546
  i.icon.newspaper:before { content: "\f1ea"; }
349
- i.icon.area.chart:before { content: "\f1fe"; }
350
- i.icon.pie.chart:before { content: "\f200"; }
351
- i.icon.line.chart:before { content: "\f201"; }
352
-
353
- /* Pointers */
354
- i.icon.arrow.circle.outline.down:before { content: "\f01a"; }
355
- i.icon.arrow.circle.outline.up:before { content: "\f01b"; }
356
- i.icon.chevron.left:before { content: "\f053"; }
357
- i.icon.chevron.right:before { content: "\f054"; }
358
- i.icon.arrow.left:before { content: "\f060"; }
359
- i.icon.arrow.right:before { content: "\f061"; }
360
- i.icon.arrow.up:before { content: "\f062"; }
361
- i.icon.arrow.down:before { content: "\f063"; }
362
- i.icon.chevron.up:before { content: "\f077"; }
363
- i.icon.chevron.down:before { content: "\f078"; }
364
- i.icon.pointing.right:before { content: "\f0a4"; }
365
- i.icon.pointing.left:before { content: "\f0a5"; }
366
- i.icon.pointing.up:before { content: "\f0a6"; }
367
- i.icon.pointing.down:before { content: "\f0a7"; }
368
- i.icon.arrow.circle.left:before { content: "\f0a8"; }
369
- i.icon.arrow.circle.right:before { content: "\f0a9"; }
370
- i.icon.arrow.circle.up:before { content: "\f0aa"; }
371
- i.icon.arrow.circle.down:before { content: "\f0ab"; }
372
- i.icon.caret.down:before { content: "\f0d7"; }
373
- i.icon.caret.up:before { content: "\f0d8"; }
374
- i.icon.caret.left:before { content: "\f0d9"; }
375
- i.icon.caret.right:before { content: "\f0da"; }
376
- i.icon.angle.double.left:before { content: "\f100"; }
377
- i.icon.angle.double.right:before { content: "\f101"; }
378
- i.icon.angle.double.up:before { content: "\f102"; }
379
- i.icon.angle.double.down:before { content: "\f103"; }
380
- i.icon.angle.left:before { content: "\f104"; }
381
- i.icon.angle.right:before { content: "\f105"; }
382
- i.icon.angle.up:before { content: "\f106"; }
383
- i.icon.angle.down:before { content: "\f107"; }
384
- i.icon.chevron.circle.left:before { content: "\f137"; }
385
- i.icon.chevron.circle.right:before { content: "\f138"; }
386
- i.icon.chevron.circle.up:before { content: "\f139"; }
387
- i.icon.chevron.circle.down:before { content: "\f13a"; }
388
- i.icon.toggle.down:before { content: "\f150"; }
389
- i.icon.toggle.up:before { content: "\f151"; }
390
- i.icon.toggle.right:before { content: "\f152"; }
391
- i.icon.long.arrow.down:before { content: "\f175"; }
392
- i.icon.long.arrow.up:before { content: "\f176"; }
393
- i.icon.long.arrow.left:before { content: "\f177"; }
394
- i.icon.long.arrow.right:before { content: "\f178"; }
395
- i.icon.arrow.circle.outline.right:before { content: "\f18e"; }
396
- i.icon.arrow.circle.outline.left:before { content: "\f190"; }
397
- i.icon.toggle.left:before { content: "\f191"; }
398
-
399
- /* Mobile */
400
- i.icon.tablet:before { content: "\f10a"; }
401
- i.icon.mobile:before { content: "\f10b"; }
402
- i.icon.battery.full:before { content: "\f240"; }
403
- i.icon.battery.high:before { content: "\f241"; }
404
- i.icon.battery.medium:before { content: "\f242"; }
405
- i.icon.battery.low:before { content: "\f243"; }
406
- i.icon.battery.empty:before { content: "\f244"; }
407
-
408
- /* Computer */
409
- i.icon.power:before { content: "\f011"; }
410
- i.icon.trash.outline:before { content: "\f014"; }
411
- i.icon.disk.outline:before { content: "\f0a0"; }
412
- i.icon.desktop:before { content: "\f108"; }
413
- i.icon.laptop:before { content: "\f109"; }
414
- i.icon.game:before { content: "\f11b"; }
415
- i.icon.keyboard:before { content: "\f11c"; }
547
+ i.icon.nintendo.switch:before { content: "\f418"; }
548
+ i.icon.node:before { content: "\f419"; }
549
+ i.icon.node.js:before { content: "\f3d3"; }
550
+ i.icon.npm:before { content: "\f3d4"; }
551
+ i.icon.ns8:before { content: "\f3d5"; }
552
+ i.icon.nutritionix:before { content: "\f3d6"; }
553
+ i.icon.object.group:before { content: "\f247"; }
554
+ i.icon.object.ungroup:before { content: "\f248"; }
555
+ i.icon.odnoklassniki:before { content: "\f263"; }
556
+ i.icon.odnoklassniki.square:before { content: "\f264"; }
557
+ i.icon.opencart:before { content: "\f23d"; }
558
+ i.icon.openid:before { content: "\f19b"; }
559
+ i.icon.opera:before { content: "\f26a"; }
560
+ i.icon.optin.monster:before { content: "\f23c"; }
561
+ i.icon.osi:before { content: "\f41a"; }
562
+ i.icon.outdent:before { content: "\f03b"; }
563
+ i.icon.page4:before { content: "\f3d7"; }
564
+ i.icon.pagelines:before { content: "\f18c"; }
565
+ i.icon.paint.brush:before { content: "\f1fc"; }
566
+ i.icon.palfed:before { content: "\f3d8"; }
567
+ i.icon.pallet:before { content: "\f482"; }
568
+ i.icon.paper.plane:before { content: "\f1d8"; }
569
+ i.icon.paperclip:before { content: "\f0c6"; }
570
+ i.icon.paragraph:before { content: "\f1dd"; }
571
+ i.icon.paste:before { content: "\f0ea"; }
572
+ i.icon.patreon:before { content: "\f3d9"; }
573
+ i.icon.pause:before { content: "\f04c"; }
574
+ i.icon.pause.circle:before { content: "\f28b"; }
575
+ i.icon.paw:before { content: "\f1b0"; }
576
+ i.icon.paypal:before { content: "\f1ed"; }
577
+ i.icon.pen.square:before { content: "\f14b"; }
578
+ i.icon.pencil.alternate:before { content: "\f303"; }
579
+ i.icon.percent:before { content: "\f295"; }
580
+ i.icon.periscope:before { content: "\f3da"; }
581
+ i.icon.phabricator:before { content: "\f3db"; }
582
+ i.icon.phoenix.framework:before { content: "\f3dc"; }
583
+ i.icon.phone:before { content: "\f095"; }
584
+ i.icon.phone.square:before { content: "\f098"; }
585
+ i.icon.phone.volume:before { content: "\f2a0"; }
586
+ i.icon.php:before { content: "\f457"; }
587
+ i.icon.pied.piper:before { content: "\f2ae"; }
588
+ i.icon.pied.piper.alternate:before { content: "\f1a8"; }
589
+ i.icon.pied.piper.pp:before { content: "\f1a7"; }
590
+ i.icon.pills:before { content: "\f484"; }
591
+ i.icon.pinterest:before { content: "\f0d2"; }
592
+ i.icon.pinterest.p:before { content: "\f231"; }
593
+ i.icon.pinterest.square:before { content: "\f0d3"; }
594
+ i.icon.plane:before { content: "\f072"; }
595
+ i.icon.play:before { content: "\f04b"; }
596
+ i.icon.play.circle:before { content: "\f144"; }
597
+ i.icon.playstation:before { content: "\f3df"; }
416
598
  i.icon.plug:before { content: "\f1e6"; }
417
-
418
- /* File System */
419
- i.icon.trash:before { content: "\f1f8"; }
420
- i.icon.file.outline:before { content: "\f016"; }
421
- i.icon.folder:before { content: "\f07b"; }
422
- i.icon.folder.open:before { content: "\f07c"; }
423
- i.icon.file.text.outline:before { content: "\f0f6"; }
424
- i.icon.folder.outline:before { content: "\f114"; }
425
- i.icon.folder.open.outline:before { content: "\f115"; }
426
- i.icon.level.up:before { content: "\f148"; }
427
- i.icon.level.down:before { content: "\f149"; }
428
- i.icon.file:before { content: "\f15b"; }
429
- i.icon.file.text:before { content: "\f15c"; }
430
- i.icon.file.pdf.outline:before { content: "\f1c1"; }
431
- i.icon.file.word.outline:before { content: "\f1c2"; }
432
- i.icon.file.excel.outline:before { content: "\f1c3"; }
433
- i.icon.file.powerpoint.outline:before { content: "\f1c4"; }
434
- i.icon.file.image.outline:before { content: "\f1c5"; }
435
- i.icon.file.archive.outline:before { content: "\f1c6"; }
436
- i.icon.file.audio.outline:before { content: "\f1c7"; }
437
- i.icon.file.video.outline:before { content: "\f1c8"; }
438
- i.icon.file.code.outline:before { content: "\f1c9"; }
439
-
440
- /* Technologies */
599
+ i.icon.plus:before { content: "\f067"; }
600
+ i.icon.plus.circle:before { content: "\f055"; }
601
+ i.icon.plus.square:before { content: "\f0fe"; }
602
+ i.icon.podcast:before { content: "\f2ce"; }
603
+ i.icon.pound.sign:before { content: "\f154"; }
604
+ i.icon.power.off:before { content: "\f011"; }
605
+ i.icon.print:before { content: "\f02f"; }
606
+ i.icon.product.hunt:before { content: "\f288"; }
607
+ i.icon.pushed:before { content: "\f3e1"; }
608
+ i.icon.puzzle.piece:before { content: "\f12e"; }
609
+ i.icon.python:before { content: "\f3e2"; }
610
+ i.icon.qq:before { content: "\f1d6"; }
441
611
  i.icon.qrcode:before { content: "\f029"; }
442
- i.icon.barcode:before { content: "\f02a"; }
612
+ i.icon.question:before { content: "\f128"; }
613
+ i.icon.question.circle:before { content: "\f059"; }
614
+ i.icon.quidditch:before { content: "\f458"; }
615
+ i.icon.quinscape:before { content: "\f459"; }
616
+ i.icon.quora:before { content: "\f2c4"; }
617
+ i.icon.quote.left:before { content: "\f10d"; }
618
+ i.icon.quote.right:before { content: "\f10e"; }
619
+ i.icon.random:before { content: "\f074"; }
620
+ i.icon.ravelry:before { content: "\f2d9"; }
621
+ i.icon.react:before { content: "\f41b"; }
622
+ i.icon.rebel:before { content: "\f1d0"; }
623
+ i.icon.recycle:before { content: "\f1b8"; }
624
+ i.icon.redriver:before { content: "\f3e3"; }
625
+ i.icon.reddit:before { content: "\f1a1"; }
626
+ i.icon.reddit.alien:before { content: "\f281"; }
627
+ i.icon.reddit.square:before { content: "\f1a2"; }
628
+ i.icon.redo:before { content: "\f01e"; }
629
+ i.icon.redo.alternate:before { content: "\f2f9"; }
630
+ i.icon.registered:before { content: "\f25d"; }
631
+ i.icon.rendact:before { content: "\f3e4"; }
632
+ i.icon.renren:before { content: "\f18b"; }
633
+ i.icon.reply:before { content: "\f3e5"; }
634
+ i.icon.reply.all:before { content: "\f122"; }
635
+ i.icon.replyd:before { content: "\f3e6"; }
636
+ i.icon.resolving:before { content: "\f3e7"; }
637
+ i.icon.retweet:before { content: "\f079"; }
638
+ i.icon.road:before { content: "\f018"; }
639
+ i.icon.rocket:before { content: "\f135"; }
640
+ i.icon.rocketchat:before { content: "\f3e8"; }
641
+ i.icon.rockrms:before { content: "\f3e9"; }
443
642
  i.icon.rss:before { content: "\f09e"; }
444
- i.icon.fork:before { content: "\f126"; }
445
- i.icon.html5:before { content: "\f13b"; }
446
- i.icon.css3:before { content: "\f13c"; }
447
643
  i.icon.rss.square:before { content: "\f143"; }
448
- i.icon.openid:before { content: "\f19b"; }
449
- i.icon.database:before { content: "\f1c0"; }
450
- i.icon.wifi:before { content: "\f1eb"; }
644
+ i.icon.ruble.sign:before { content: "\f158"; }
645
+ i.icon.rupee.sign:before { content: "\f156"; }
646
+ i.icon.safari:before { content: "\f267"; }
647
+ i.icon.sass:before { content: "\f41e"; }
648
+ i.icon.save:before { content: "\f0c7"; }
649
+ i.icon.schlix:before { content: "\f3ea"; }
650
+ i.icon.scribd:before { content: "\f28a"; }
651
+ i.icon.search:before { content: "\f002"; }
652
+ i.icon.search.minus:before { content: "\f010"; }
653
+ i.icon.search.plus:before { content: "\f00e"; }
654
+ i.icon.searchengin:before { content: "\f3eb"; }
655
+ i.icon.sellcast:before { content: "\f2da"; }
656
+ i.icon.sellsy:before { content: "\f213"; }
451
657
  i.icon.server:before { content: "\f233"; }
452
- i.icon.usb:before { content: "\f287"; }
453
- i.icon.bluetooth:before { content: "\f293"; }
454
- i.icon.bluetooth.alternative:before { content: "\f294"; }
455
- i.icon.microchip:before { content: "\f2db"; }
456
-
457
- /* Rating */
458
- i.icon.heart:before { content: "\f004"; }
658
+ i.icon.servicestack:before { content: "\f3ec"; }
659
+ i.icon.share:before { content: "\f064"; }
660
+ i.icon.share.alternate:before { content: "\f1e0"; }
661
+ i.icon.share.alternate.square:before { content: "\f1e1"; }
662
+ i.icon.share.square:before { content: "\f14d"; }
663
+ i.icon.shekel.sign:before { content: "\f20b"; }
664
+ i.icon.shield.alternate:before { content: "\f3ed"; }
665
+ i.icon.ship:before { content: "\f21a"; }
666
+ i.icon.shipping.fast:before { content: "\f48b"; }
667
+ i.icon.shirtsinbulk:before { content: "\f214"; }
668
+ i.icon.shopping.bag:before { content: "\f290"; }
669
+ i.icon.shopping.basket:before { content: "\f291"; }
670
+ i.icon.shopping.cart:before { content: "\f07a"; }
671
+ i.icon.shower:before { content: "\f2cc"; }
672
+ i.icon.sign.language:before { content: "\f2a7"; }
673
+ i.icon.signal:before { content: "\f012"; }
674
+ i.icon.simplybuilt:before { content: "\f215"; }
675
+ i.icon.sistrix:before { content: "\f3ee"; }
676
+ i.icon.sitemap:before { content: "\f0e8"; }
677
+ i.icon.skyatlas:before { content: "\f216"; }
678
+ i.icon.skype:before { content: "\f17e"; }
679
+ i.icon.slack:before { content: "\f198"; }
680
+ i.icon.slack.hash:before { content: "\f3ef"; }
681
+ i.icon.sliders.horizontal:before { content: "\f1de"; }
682
+ i.icon.slideshare:before { content: "\f1e7"; }
683
+ i.icon.smile:before { content: "\f118"; }
684
+ i.icon.snapchat:before { content: "\f2ab"; }
685
+ i.icon.snapchat.ghost:before { content: "\f2ac"; }
686
+ i.icon.snapchat.square:before { content: "\f2ad"; }
687
+ i.icon.snowflake:before { content: "\f2dc"; }
688
+ i.icon.sort:before { content: "\f0dc"; }
689
+ i.icon.sort.alphabet.down:before { content: "\f15d"; }
690
+ i.icon.sort.alphabet.up:before { content: "\f15e"; }
691
+ i.icon.sort.amount.down:before { content: "\f160"; }
692
+ i.icon.sort.amount.up:before { content: "\f161"; }
693
+ i.icon.sort.down:before { content: "\f0dd"; }
694
+ i.icon.sort.numeric.down:before { content: "\f162"; }
695
+ i.icon.sort.numeric.up:before { content: "\f163"; }
696
+ i.icon.sort.up:before { content: "\f0de"; }
697
+ i.icon.soundcloud:before { content: "\f1be"; }
698
+ i.icon.space.shuttle:before { content: "\f197"; }
699
+ i.icon.speakap:before { content: "\f3f3"; }
700
+ i.icon.spinner:before { content: "\f110"; }
701
+ i.icon.spotify:before { content: "\f1bc"; }
702
+ i.icon.square:before { content: "\f0c8"; }
703
+ i.icon.square.full:before { content: "\f45c"; }
704
+ i.icon.stack.exchange:before { content: "\f18d"; }
705
+ i.icon.stack.overflow:before { content: "\f16c"; }
459
706
  i.icon.star:before { content: "\f005"; }
460
- i.icon.empty.star:before { content: "\f006"; }
461
- i.icon.thumbs.outline.up:before { content: "\f087"; }
462
- i.icon.thumbs.outline.down:before { content: "\f088"; }
463
707
  i.icon.star.half:before { content: "\f089"; }
464
- i.icon.empty.heart:before { content: "\f08a"; }
465
- i.icon.smile:before { content: "\f118"; }
466
- i.icon.frown:before { content: "\f119"; }
467
- i.icon.meh:before { content: "\f11a"; }
468
- i.icon.star.half.empty:before { content: "\f123"; }
469
- i.icon.thumbs.up:before { content: "\f164"; }
470
- i.icon.thumbs.down:before { content: "\f165"; }
471
-
472
- /* Audio */
473
- i.icon.music:before { content: "\f001"; }
474
- i.icon.video.play.outline:before { content: "\f01d"; }
475
- i.icon.volume.off:before { content: "\f026"; }
476
- i.icon.volume.down:before { content: "\f027"; }
477
- i.icon.volume.up:before { content: "\f028"; }
478
- i.icon.record:before { content: "\f03d"; }
708
+ i.icon.staylinked:before { content: "\f3f5"; }
709
+ i.icon.steam:before { content: "\f1b6"; }
710
+ i.icon.steam.square:before { content: "\f1b7"; }
711
+ i.icon.steam.symbol:before { content: "\f3f6"; }
479
712
  i.icon.step.backward:before { content: "\f048"; }
480
- i.icon.fast.backward:before { content: "\f049"; }
481
- i.icon.backward:before { content: "\f04a"; }
482
- i.icon.play:before { content: "\f04b"; }
483
- i.icon.pause:before { content: "\f04c"; }
484
- i.icon.stop:before { content: "\f04d"; }
485
- i.icon.forward:before { content: "\f04e"; }
486
- i.icon.fast.forward:before { content: "\f050"; }
487
713
  i.icon.step.forward:before { content: "\f051"; }
488
- i.icon.eject:before { content: "\f052"; }
489
- i.icon.unmute:before { content: "\f130"; }
490
- i.icon.mute:before { content: "\f131"; }
491
- i.icon.video.play:before { content: "\f144"; }
492
- i.icon.closed.captioning:before { content: "\f20a"; }
493
- i.icon.pause.circle:before { content: "\f28b"; }
494
- i.icon.pause.circle.outline:before { content: "\f28c"; }
714
+ i.icon.stethoscope:before { content: "\f0f1"; }
715
+ i.icon.sticker.mule:before { content: "\f3f7"; }
716
+ i.icon.sticky.note:before { content: "\f249"; }
717
+ i.icon.stop:before { content: "\f04d"; }
495
718
  i.icon.stop.circle:before { content: "\f28d"; }
496
- i.icon.stop.circle.outline:before { content: "\f28e"; }
497
-
498
- /* Map, Locations, & Transportation */
499
- i.icon.marker:before { content: "\f041"; }
500
- i.icon.coffee:before { content: "\f0f4"; }
501
- i.icon.food:before { content: "\f0f5"; }
502
- i.icon.building.outline:before { content: "\f0f7"; }
503
- i.icon.hospital:before { content: "\f0f8"; }
504
- i.icon.emergency:before { content: "\f0f9"; }
505
- i.icon.first.aid:before { content: "\f0fa"; }
506
- i.icon.military:before { content: "\f0fb"; }
507
- i.icon.h:before { content: "\f0fd"; }
508
- i.icon.location.arrow:before { content: "\f124"; }
509
- i.icon.compass:before { content: "\f14e"; }
510
- i.icon.space.shuttle:before { content: "\f197"; }
511
- i.icon.university:before { content: "\f19c"; }
512
- i.icon.building:before { content: "\f1ad"; }
513
- i.icon.paw:before { content: "\f1b0"; }
514
- i.icon.spoon:before { content: "\f1b1"; }
515
- i.icon.car:before { content: "\f1b9"; }
516
- i.icon.taxi:before { content: "\f1ba"; }
517
- i.icon.tree:before { content: "\f1bb"; }
518
- i.icon.bicycle:before { content: "\f206"; }
519
- i.icon.bus:before { content: "\f207"; }
520
- i.icon.ship:before { content: "\f21a"; }
521
- i.icon.motorcycle:before { content: "\f21c"; }
719
+ i.icon.stopwatch:before { content: "\f2f2"; }
720
+ i.icon.strava:before { content: "\f428"; }
522
721
  i.icon.street.view:before { content: "\f21d"; }
523
- i.icon.hotel:before { content: "\f236"; }
524
- i.icon.train:before { content: "\f238"; }
722
+ i.icon.strikethrough:before { content: "\f0cc"; }
723
+ i.icon.stripe:before { content: "\f429"; }
724
+ i.icon.stripe.s:before { content: "\f42a"; }
725
+ i.icon.studiovinari:before { content: "\f3f8"; }
726
+ i.icon.stumbleupon:before { content: "\f1a4"; }
727
+ i.icon.stumbleupon.circle:before { content: "\f1a3"; }
728
+ i.icon.subscript:before { content: "\f12c"; }
525
729
  i.icon.subway:before { content: "\f239"; }
526
- i.icon.map.pin:before { content: "\f276"; }
527
- i.icon.map.signs:before { content: "\f277"; }
528
- i.icon.map.outline:before { content: "\f278"; }
529
- i.icon.map:before { content: "\f279"; }
530
-
531
- /* Tables */
730
+ i.icon.suitcase:before { content: "\f0f2"; }
731
+ i.icon.sun:before { content: "\f185"; }
732
+ i.icon.superpowers:before { content: "\f2dd"; }
733
+ i.icon.superscript:before { content: "\f12b"; }
734
+ i.icon.supple:before { content: "\f3f9"; }
735
+ i.icon.sync:before { content: "\f021"; }
736
+ i.icon.sync.alternate:before { content: "\f2f1"; }
737
+ i.icon.syringe:before { content: "\f48e"; }
532
738
  i.icon.table:before { content: "\f0ce"; }
533
- i.icon.columns:before { content: "\f0db"; }
534
- i.icon.sort:before { content: "\f0dc"; }
535
- i.icon.sort.descending:before { content: "\f0dd"; }
536
- i.icon.sort.ascending:before { content: "\f0de"; }
537
- i.icon.sort.alphabet.ascending:before { content: "\f15d"; }
538
- i.icon.sort.alphabet.descending:before { content: "\f15e"; }
539
- i.icon.sort.content.ascending:before { content: "\f160"; }
540
- i.icon.sort.content.descending:before { content: "\f161"; }
541
- i.icon.sort.numeric.ascending:before { content: "\f162"; }
542
- i.icon.sort.numeric.descending:before { content: "\f163"; }
543
-
544
- /* Text Editor */
545
- i.icon.font:before { content: "\f031"; }
546
- i.icon.bold:before { content: "\f032"; }
547
- i.icon.italic:before { content: "\f033"; }
739
+ i.icon.table.tennis:before { content: "\f45d"; }
740
+ i.icon.tablet:before { content: "\f10a"; }
741
+ i.icon.tablet.alternate:before { content: "\f3fa"; }
742
+ i.icon.tachometer.alternate:before { content: "\f3fd"; }
743
+ i.icon.tag:before { content: "\f02b"; }
744
+ i.icon.tags:before { content: "\f02c"; }
745
+ i.icon.tasks:before { content: "\f0ae"; }
746
+ i.icon.taxi:before { content: "\f1ba"; }
747
+ i.icon.telegram:before { content: "\f2c6"; }
748
+ i.icon.telegram.plane:before { content: "\f3fe"; }
749
+ i.icon.tencent.weibo:before { content: "\f1d5"; }
750
+ i.icon.terminal:before { content: "\f120"; }
548
751
  i.icon.text.height:before { content: "\f034"; }
549
752
  i.icon.text.width:before { content: "\f035"; }
550
- i.icon.align.left:before { content: "\f036"; }
551
- i.icon.align.center:before { content: "\f037"; }
552
- i.icon.align.right:before { content: "\f038"; }
553
- i.icon.align.justify:before { content: "\f039"; }
554
- i.icon.list:before { content: "\f03a"; }
555
- i.icon.outdent:before { content: "\f03b"; }
556
- i.icon.indent:before { content: "\f03c"; }
557
- i.icon.linkify:before { content: "\f0c1"; }
558
- i.icon.cut:before { content: "\f0c4"; }
559
- i.icon.copy:before { content: "\f0c5"; }
560
- i.icon.attach:before { content: "\f0c6"; }
561
- i.icon.save:before { content: "\f0c7"; }
562
- i.icon.content:before { content: "\f0c9"; }
563
- i.icon.unordered.list:before { content: "\f0ca"; }
564
- i.icon.ordered.list:before { content: "\f0cb"; }
565
- i.icon.strikethrough:before { content: "\f0cc"; }
566
- i.icon.underline:before { content: "\f0cd"; }
567
- i.icon.paste:before { content: "\f0ea"; }
568
- i.icon.unlinkify:before { content: "\f127"; }
569
- i.icon.superscript:before { content: "\f12b"; }
570
- i.icon.subscript:before { content: "\f12c"; }
571
- i.icon.header:before { content: "\f1dc"; }
572
- i.icon.paragraph:before { content: "\f1dd"; }
573
- i.icon.text.cursor:before { content: "\f246"; }
574
-
575
- /* Currency */
576
- i.icon.euro:before { content: "\f153"; }
577
- i.icon.pound:before { content: "\f154"; }
578
- i.icon.dollar:before { content: "\f155"; }
579
- i.icon.rupee:before { content: "\f156"; }
580
- i.icon.yen:before { content: "\f157"; }
581
- i.icon.ruble:before { content: "\f158"; }
582
- i.icon.won:before { content: "\f159"; }
583
- i.icon.bitcoin:before { content: "\f15a"; }
584
- i.icon.lira:before { content: "\f195"; }
585
- i.icon.shekel:before { content: "\f20b"; }
586
-
587
- /* Payment Options */
588
- i.icon.paypal:before { content: "\f1ed"; }
589
- i.icon.google.wallet:before { content: "\f1ee"; }
590
- i.icon.visa:before { content: "\f1f0"; }
591
- i.icon.mastercard:before { content: "\f1f1"; }
592
- i.icon.discover:before { content: "\f1f2"; }
593
- i.icon.american.express:before { content: "\f1f3"; }
594
- i.icon.paypal.card:before { content: "\f1f4"; }
595
- i.icon.stripe:before { content: "\f1f5"; }
596
- i.icon.japan.credit.bureau:before { content: "\f24b"; }
597
- i.icon.diners.club:before { content: "\f24c"; }
598
- i.icon.credit.card.alternative:before { content: "\f283"; }
599
-
600
- /* Networks and Websites*/
601
- i.icon.twitter.square:before { content: "\f081"; }
602
- i.icon.facebook.square:before { content: "\f082"; }
603
- i.icon.linkedin.square:before { content: "\f08c"; }
604
- i.icon.github.square:before { content: "\f092"; }
605
- i.icon.twitter:before { content: "\f099"; }
606
- i.icon.facebook.f:before { content: "\f09a"; }
607
- i.icon.github:before { content: "\f09b"; }
608
- i.icon.pinterest:before { content: "\f0d2"; }
609
- i.icon.pinterest.square:before { content: "\f0d3"; }
610
- i.icon.google.plus.square:before { content: "\f0d4"; }
611
- i.icon.google.plus:before { content: "\f0d5"; }
612
- i.icon.linkedin:before { content: "\f0e1"; }
613
- i.icon.github.alternate:before { content: "\f113"; }
614
- i.icon.maxcdn:before { content: "\f136"; }
615
- i.icon.youtube.square:before { content: "\f166"; }
616
- i.icon.youtube:before { content: "\f167"; }
617
- i.icon.xing:before { content: "\f168"; }
618
- i.icon.xing.square:before { content: "\f169"; }
619
- i.icon.youtube.play:before { content: "\f16a"; }
620
- i.icon.dropbox:before { content: "\f16b"; }
621
- i.icon.stack.overflow:before { content: "\f16c"; }
622
- i.icon.instagram:before { content: "\f16d"; }
623
- i.icon.flickr:before { content: "\f16e"; }
624
- i.icon.adn:before { content: "\f170"; }
625
- i.icon.bitbucket:before { content: "\f171"; }
626
- i.icon.bitbucket.square:before { content: "\f172"; }
753
+ i.icon.th:before { content: "\f00a"; }
754
+ i.icon.th.large:before { content: "\f009"; }
755
+ i.icon.th.list:before { content: "\f00b"; }
756
+ i.icon.themeisle:before { content: "\f2b2"; }
757
+ i.icon.thermometer:before { content: "\f491"; }
758
+ i.icon.thermometer.empty:before { content: "\f2cb"; }
759
+ i.icon.thermometer.full:before { content: "\f2c7"; }
760
+ i.icon.thermometer.half:before { content: "\f2c9"; }
761
+ i.icon.thermometer.quarter:before { content: "\f2ca"; }
762
+ i.icon.thermometer.three.quarters:before { content: "\f2c8"; }
763
+ i.icon.thumbs.down:before { content: "\f165"; }
764
+ i.icon.thumbs.up:before { content: "\f164"; }
765
+ i.icon.thumbtack:before { content: "\f08d"; }
766
+ i.icon.ticket.alternate:before { content: "\f3ff"; }
767
+ i.icon.times:before { content: "\f00d"; }
768
+ i.icon.times.circle:before { content: "\f057"; }
769
+ i.icon.tint:before { content: "\f043"; }
770
+ i.icon.toggle.off:before { content: "\f204"; }
771
+ i.icon.toggle.on:before { content: "\f205"; }
772
+ i.icon.trademark:before { content: "\f25c"; }
773
+ i.icon.train:before { content: "\f238"; }
774
+ i.icon.transgender:before { content: "\f224"; }
775
+ i.icon.transgender.alternate:before { content: "\f225"; }
776
+ i.icon.trash:before { content: "\f1f8"; }
777
+ i.icon.trash.alternate:before { content: "\f2ed"; }
778
+ i.icon.tree:before { content: "\f1bb"; }
779
+ i.icon.trello:before { content: "\f181"; }
780
+ i.icon.tripadvisor:before { content: "\f262"; }
781
+ i.icon.trophy:before { content: "\f091"; }
782
+ i.icon.truck:before { content: "\f0d1"; }
783
+ i.icon.tty:before { content: "\f1e4"; }
627
784
  i.icon.tumblr:before { content: "\f173"; }
628
785
  i.icon.tumblr.square:before { content: "\f174"; }
629
- i.icon.apple:before { content: "\f179"; }
630
- i.icon.windows:before { content: "\f17a"; }
631
- i.icon.android:before { content: "\f17b"; }
632
- i.icon.linux:before { content: "\f17c"; }
633
- i.icon.dribble:before { content: "\f17d"; }
634
- i.icon.skype:before { content: "\f17e"; }
635
- i.icon.foursquare:before { content: "\f180"; }
636
- i.icon.trello:before { content: "\f181"; }
637
- i.icon.gittip:before { content: "\f184"; }
638
- i.icon.vk:before { content: "\f189"; }
639
- i.icon.weibo:before { content: "\f18a"; }
640
- i.icon.renren:before { content: "\f18b"; }
641
- i.icon.pagelines:before { content: "\f18c"; }
642
- i.icon.stack.exchange:before { content: "\f18d"; }
786
+ i.icon.tv:before { content: "\f26c"; }
787
+ i.icon.twitch:before { content: "\f1e8"; }
788
+ i.icon.twitter:before { content: "\f099"; }
789
+ i.icon.twitter.square:before { content: "\f081"; }
790
+ i.icon.typo3:before { content: "\f42b"; }
791
+ i.icon.uber:before { content: "\f402"; }
792
+ i.icon.uikit:before { content: "\f403"; }
793
+ i.icon.umbrella:before { content: "\f0e9"; }
794
+ i.icon.underline:before { content: "\f0cd"; }
795
+ i.icon.undo:before { content: "\f0e2"; }
796
+ i.icon.undo.alternate:before { content: "\f2ea"; }
797
+ i.icon.uniregistry:before { content: "\f404"; }
798
+ i.icon.universal.access:before { content: "\f29a"; }
799
+ i.icon.university:before { content: "\f19c"; }
800
+ i.icon.unlink:before { content: "\f127"; }
801
+ i.icon.unlock:before { content: "\f09c"; }
802
+ i.icon.unlock.alternate:before { content: "\f13e"; }
803
+ i.icon.untappd:before { content: "\f405"; }
804
+ i.icon.upload:before { content: "\f093"; }
805
+ i.icon.usb:before { content: "\f287"; }
806
+ i.icon.user:before { content: "\f007"; }
807
+ i.icon.user.circle:before { content: "\f2bd"; }
808
+ i.icon.user.md:before { content: "\f0f0"; }
809
+ i.icon.user.plus:before { content: "\f234"; }
810
+ i.icon.user.secret:before { content: "\f21b"; }
811
+ i.icon.user.times:before { content: "\f235"; }
812
+ i.icon.users:before { content: "\f0c0"; }
813
+ i.icon.ussunnah:before { content: "\f407"; }
814
+ i.icon.utensil.spoon:before { content: "\f2e5"; }
815
+ i.icon.utensils:before { content: "\f2e7"; }
816
+ i.icon.vaadin:before { content: "\f408"; }
817
+ i.icon.venus:before { content: "\f221"; }
818
+ i.icon.venus.double:before { content: "\f226"; }
819
+ i.icon.venus.mars:before { content: "\f228"; }
820
+ i.icon.viacoin:before { content: "\f237"; }
821
+ i.icon.viadeo:before { content: "\f2a9"; }
822
+ i.icon.viadeo.square:before { content: "\f2aa"; }
823
+ i.icon.viber:before { content: "\f409"; }
824
+ i.icon.video:before { content: "\f03d"; }
825
+ i.icon.vimeo:before { content: "\f40a"; }
643
826
  i.icon.vimeo.square:before { content: "\f194"; }
644
- i.icon.slack:before { content: "\f198"; }
645
- i.icon.wordpress:before { content: "\f19a"; }
646
- i.icon.yahoo:before { content: "\f19e"; }
647
- i.icon.google:before { content: "\f1a0"; }
648
- i.icon.reddit:before { content: "\f1a1"; }
649
- i.icon.reddit.square:before { content: "\f1a2"; }
650
- i.icon.stumbleupon.circle:before { content: "\f1a3"; }
651
- i.icon.stumbleupon:before { content: "\f1a4"; }
652
- i.icon.delicious:before { content: "\f1a5"; }
653
- i.icon.digg:before { content: "\f1a6"; }
654
- i.icon.pied.piper:before { content: "\f1a7"; }
655
- i.icon.pied.piper.alternate:before { content: "\f1a8"; }
656
- i.icon.drupal:before { content: "\f1a9"; }
657
- i.icon.joomla:before { content: "\f1aa"; }
658
- i.icon.behance:before { content: "\f1b4"; }
659
- i.icon.behance.square:before { content: "\f1b5"; }
660
- i.icon.steam:before { content: "\f1b6"; }
661
- i.icon.steam.square:before { content: "\f1b7"; }
662
- i.icon.spotify:before { content: "\f1bc"; }
663
- i.icon.deviantart:before { content: "\f1bd"; }
664
- i.icon.soundcloud:before { content: "\f1be"; }
827
+ i.icon.vimeo.v:before { content: "\f27d"; }
665
828
  i.icon.vine:before { content: "\f1ca"; }
666
- i.icon.codepen:before { content: "\f1cb"; }
667
- i.icon.jsfiddle:before { content: "\f1cc"; }
668
- i.icon.rebel:before { content: "\f1d0"; }
669
- i.icon.empire:before { content: "\f1d1"; }
670
- i.icon.git.square:before { content: "\f1d2"; }
671
- i.icon.git:before { content: "\f1d3"; }
672
- i.icon.hacker.news:before { content: "\f1d4"; }
673
- i.icon.tencent.weibo:before { content: "\f1d5"; }
674
- i.icon.qq:before { content: "\f1d6"; }
675
- i.icon.wechat:before { content: "\f1d7"; }
676
- i.icon.slideshare:before { content: "\f1e7"; }
677
- i.icon.twitch:before { content: "\f1e8"; }
678
- i.icon.yelp:before { content: "\f1e9"; }
679
- i.icon.lastfm:before { content: "\f202"; }
680
- i.icon.lastfm.square:before { content: "\f203"; }
681
- i.icon.ioxhost:before { content: "\f208"; }
682
- i.icon.angellist:before { content: "\f209"; }
683
- i.icon.meanpath:before { content: "\f20c"; }
684
- i.icon.buysellads:before { content: "\f20d"; }
685
- i.icon.connectdevelop:before { content: "\f20e"; }
686
- i.icon.dashcube:before { content: "\f210"; }
687
- i.icon.forumbee:before { content: "\f211"; }
688
- i.icon.leanpub:before { content: "\f212"; }
689
- i.icon.sellsy:before { content: "\f213"; }
690
- i.icon.shirtsinbulk:before { content: "\f214"; }
691
- i.icon.simplybuilt:before { content: "\f215"; }
692
- i.icon.skyatlas:before { content: "\f216"; }
693
- i.icon.facebook:before { content: "\f230"; }
694
- i.icon.pinterest:before { content: "\f231"; }
829
+ i.icon.vk:before { content: "\f189"; }
830
+ i.icon.vnv:before { content: "\f40b"; }
831
+ i.icon.volleyball.ball:before { content: "\f45f"; }
832
+ i.icon.volume.down:before { content: "\f027"; }
833
+ i.icon.volume.off:before { content: "\f026"; }
834
+ i.icon.volume.up:before { content: "\f028"; }
835
+ i.icon.vuejs:before { content: "\f41f"; }
836
+ i.icon.warehouse:before { content: "\f494"; }
837
+ i.icon.weibo:before { content: "\f18a"; }
838
+ i.icon.weight:before { content: "\f496"; }
839
+ i.icon.weixin:before { content: "\f1d7"; }
695
840
  i.icon.whatsapp:before { content: "\f232"; }
696
- i.icon.viacoin:before { content: "\f237"; }
697
- i.icon.medium:before { content: "\f23a"; }
698
- i.icon.y.combinator:before { content: "\f23b"; }
699
- i.icon.optinmonster:before { content: "\f23c"; }
700
- i.icon.opencart:before { content: "\f23d"; }
701
- i.icon.expeditedssl:before { content: "\f23e"; }
702
- i.icon.gg:before { content: "\f260"; }
703
- i.icon.gg.circle:before { content: "\f261"; }
704
- i.icon.tripadvisor:before { content: "\f262"; }
705
- i.icon.odnoklassniki:before { content: "\f263"; }
706
- i.icon.odnoklassniki.square:before { content: "\f264"; }
707
- i.icon.pocket:before { content: "\f265"; }
708
- i.icon.wikipedia:before { content: "\f266"; }
709
- i.icon.safari:before { content: "\f267"; }
710
- i.icon.chrome:before { content: "\f268"; }
711
- i.icon.firefox:before { content: "\f269"; }
712
- i.icon.opera:before { content: "\f26a"; }
713
- i.icon.internet.explorer:before { content: "\f26b"; }
714
- i.icon.contao:before { content: "\f26d"; }
715
- i.icon.\35 00px:before { content: "\f26e"; }
716
- i.icon.amazon:before { content: "\f270"; }
717
- i.icon.houzz:before { content: "\f27c"; }
718
- i.icon.vimeo:before { content: "\f27d"; }
719
- i.icon.black.tie:before { content: "\f27e"; }
720
- i.icon.fonticons:before { content: "\f280"; }
721
- i.icon.reddit.alien:before { content: "\f281"; }
722
- i.icon.microsoft.edge:before { content: "\f282"; }
723
- i.icon.codiepie:before { content: "\f284"; }
724
- i.icon.modx:before { content: "\f285"; }
725
- i.icon.fort.awesome:before { content: "\f286"; }
726
- i.icon.product.hunt:before { content: "\f288"; }
727
- i.icon.mixcloud:before { content: "\f289"; }
728
- i.icon.scribd:before { content: "\f28a"; }
729
- i.icon.gitlab:before { content: "\f296"; }
841
+ i.icon.whatsapp.square:before { content: "\f40c"; }
842
+ i.icon.wheelchair:before { content: "\f193"; }
843
+ i.icon.whmcs:before { content: "\f40d"; }
844
+ i.icon.wifi:before { content: "\f1eb"; }
845
+ i.icon.wikipedia.w:before { content: "\f266"; }
846
+ i.icon.window.close:before { content: "\f410"; }
847
+ i.icon.window.maximize:before { content: "\f2d0"; }
848
+ i.icon.window.minimize:before { content: "\f2d1"; }
849
+ i.icon.window.restore:before { content: "\f2d2"; }
850
+ i.icon.windows:before { content: "\f17a"; }
851
+ i.icon.won.sign:before { content: "\f159"; }
852
+ i.icon.wordpress:before { content: "\f19a"; }
853
+ i.icon.wordpress.simple:before { content: "\f411"; }
730
854
  i.icon.wpbeginner:before { content: "\f297"; }
855
+ i.icon.wpexplorer:before { content: "\f2de"; }
731
856
  i.icon.wpforms:before { content: "\f298"; }
732
- i.icon.envira.gallery:before { content: "\f299"; }
733
- i.icon.glide:before { content: "\f2a5"; }
734
- i.icon.glide.g:before { content: "\f2a6"; }
735
- i.icon.viadeo:before { content: "\f2a9"; }
736
- i.icon.viadeo.square:before { content: "\f2aa"; }
737
- i.icon.snapchat:before { content: "\f2ab"; }
738
- i.icon.snapchat.ghost:before { content: "\f2ac"; }
739
- i.icon.snapchat.square:before { content: "\f2ad"; }
740
- i.icon.pied.piper.hat:before { content: "\f2ae"; }
741
- i.icon.first.order:before { content: "\f2b0"; }
857
+ i.icon.wrench:before { content: "\f0ad"; }
858
+ i.icon.xbox:before { content: "\f412"; }
859
+ i.icon.xing:before { content: "\f168"; }
860
+ i.icon.xing.square:before { content: "\f169"; }
861
+ i.icon.y.combinator:before { content: "\f23b"; }
862
+ i.icon.yahoo:before { content: "\f19e"; }
863
+ i.icon.yandex:before { content: "\f413"; }
864
+ i.icon.yandex.international:before { content: "\f414"; }
865
+ i.icon.yelp:before { content: "\f1e9"; }
866
+ i.icon.yen.sign:before { content: "\f157"; }
742
867
  i.icon.yoast:before { content: "\f2b1"; }
743
- i.icon.themeisle:before { content: "\f2b2"; }
744
- i.icon.google.plus.circle:before { content: "\f2b3"; }
745
- i.icon.font.awesome:before { content: "\f2b4"; }
746
- i.icon.linode:before { content: "\f2b8"; }
747
- i.icon.quora:before { content: "\f2c4"; }
748
- i.icon.free.code.camp:before { content: "\f2c5"; }
749
- i.icon.telegram:before { content: "\f2c6"; }
750
- i.icon.bandcamp:before { content: "\f2d5"; }
751
- i.icon.grav:before { content: "\f2d6"; }
752
- i.icon.etsy:before { content: "\f2d7"; }
753
- i.icon.imdb:before { content: "\f2d8"; }
754
- i.icon.ravelry:before { content: "\f2d9"; }
755
- i.icon.eercast:before { content: "\f2da"; }
756
- i.icon.superpowers:before { content: "\f2dd"; }
757
- i.icon.wpexplorer:before { content: "\f2de"; }
758
- i.icon.meetup:before { content: "\f2e0"; }
759
-
760
- /*******************************
761
- Aliases
762
- *******************************/
868
+ i.icon.youtube:before { content: "\f167"; }
869
+ i.icon.youtube.square:before { content: "\f431"; }
763
870
 
764
- i.icon.like:before { content: "\f004"; }
765
- i.icon.favorite:before { content: "\f005"; }
766
- i.icon.video:before { content: "\f008"; }
767
- i.icon.check:before { content: "\f00c"; }
768
- i.icon.close:before { content: "\f00d"; }
871
+ /* Aliases */
872
+ i.icon.chess.rock:before { content: "\f447"; }
873
+ i.icon.ordered.list:before { content: "\f0cb"; }
874
+ i.icon.unordered.list:before { content: "\f0ca"; }
875
+ i.icon.user.doctor:before { content: "\f0f0"; }
876
+ i.icon.shield:before { content: "\f3ed"; }
877
+ i.icon.puzzle:before { content: "\f12e"; }
878
+ i.icon.credit.card.amazon.pay:before { content: "\f42d"; }
879
+ i.icon.credit.card.american.express:before { content: "\f1f3"; }
880
+ i.icon.credit.card.diners.club:before { content: "\f24c"; }
881
+ i.icon.credit.card.discover:before { content: "\f1f2"; }
882
+ i.icon.credit.card.jcb:before { content: "\f24b"; }
883
+ i.icon.credit.card.mastercard:before { content: "\f1f1"; }
884
+ i.icon.credit.card.paypal:before { content: "\f1f4"; }
885
+ i.icon.credit.card.stripe:before { content: "\f1f5"; }
886
+ i.icon.credit.card.visa:before { content: "\f1f0"; }
887
+ i.icon.add.circle:before { content: "\f055"; }
888
+ i.icon.add.square:before { content: "\f0fe"; }
889
+ i.icon.add.to.calendar:before { content: "\f271"; }
890
+ i.icon.add.to.cart:before { content: "\f217"; }
891
+ i.icon.add.user:before { content: "\f234"; }
892
+ i.icon.add:before { content: "\f067"; }
893
+ i.icon.alarm.mute:before { content: "\f1f6"; }
894
+ i.icon.alarm:before { content: "\f0f3"; }
895
+ i.icon.ald:before { content: "\f2a2"; }
896
+ i.icon.als:before { content: "\f2a2"; }
897
+ i.icon.american.express.card:before { content: "\f1f3"; }
898
+ i.icon.american.express:before { content: "\f1f3"; }
899
+ i.icon.amex:before { content: "\f1f3"; }
900
+ i.icon.announcement:before { content: "\f0a1"; }
901
+ i.icon.area.chart:before { content: "\f1fe"; }
902
+ i.icon.area.graph:before { content: "\f1fe"; }
903
+ i.icon.arrow.down.cart:before { content: "\f218"; }
904
+ i.icon.asexual:before { content: "\f22d"; }
905
+ i.icon.asl.interpreting:before { content: "\f2a3"; }
906
+ i.icon.asl:before { content: "\f2a3"; }
907
+ i.icon.assistive.listening.devices:before { content: "\f2a2"; }
908
+ i.icon.attach:before { content: "\f0c6"; }
909
+ i.icon.attention:before { content: "\f06a"; }
910
+ i.icon.balance:before { content: "\f24e"; }
911
+ i.icon.bar:before { content: "\f0fc"; }
912
+ i.icon.bathtub:before { content: "\f2cd"; }
913
+ i.icon.battery.four:before { content: "\f240"; }
914
+ i.icon.battery.high:before { content: "\f241"; }
915
+ i.icon.battery.low:before { content: "\f243"; }
916
+ i.icon.battery.medium:before { content: "\f242"; }
917
+ i.icon.battery.one:before { content: "\f243"; }
918
+ i.icon.battery.three:before { content: "\f241"; }
919
+ i.icon.battery.two:before { content: "\f242"; }
920
+ i.icon.battery.zero:before { content: "\f244"; }
921
+ i.icon.birthday:before { content: "\f1fd"; }
922
+ i.icon.block.layout:before { content: "\f009"; }
923
+ i.icon.bluetooth.alternative:before { content: "\f294"; }
924
+ i.icon.broken.chain:before { content: "\f127"; }
925
+ i.icon.browser:before { content: "\f022"; }
926
+ i.icon.call.square:before { content: "\f098"; }
927
+ i.icon.call:before { content: "\f095"; }
769
928
  i.icon.cancel:before { content: "\f00d"; }
929
+ i.icon.cart:before { content: "\f07a"; }
930
+ i.icon.cc:before { content: "\f20a"; }
931
+ i.icon.chain:before { content: "\f0c1"; }
932
+ i.icon.chat:before { content: "\f075"; }
933
+ i.icon.checked.calendar:before { content: "\f274"; }
934
+ i.icon.checkmark:before { content: "\f00c"; }
935
+ i.icon.circle.notched:before { content: "\f1ce"; }
936
+ i.icon.close:before { content: "\f00d"; }
937
+ i.icon.cny:before { content: "\f157"; }
938
+ i.icon.cocktail:before { content: "\f000"; }
939
+ i.icon.commenting:before { content: "\f27a"; }
940
+ i.icon.computer:before { content: "\f108"; }
941
+ i.icon.configure:before { content: "\f0ad"; }
942
+ i.icon.content:before { content: "\f0c9"; }
943
+ i.icon.deafness:before { content: "\f2a4"; }
944
+ i.icon.delete.calendar:before { content: "\f273"; }
770
945
  i.icon.delete:before { content: "\f00d"; }
771
- i.icon.x:before { content: "\f00d"; }
772
- i.icon.zoom.in:before { content: "\f00e"; }
946
+ i.icon.detective:before { content: "\f21b"; }
947
+ i.icon.diners.club.card:before { content: "\f24c"; }
948
+ i.icon.diners.club:before { content: "\f24c"; }
949
+ i.icon.discover.card:before { content: "\f1f2"; }
950
+ i.icon.discover:before { content: "\f1f2"; }
951
+ i.icon.discussions:before { content: "\f086"; }
952
+ i.icon.doctor:before { content: "\f0f0"; }
953
+ i.icon.dollar:before { content: "\f155"; }
954
+ i.icon.dont:before { content: "\f05e"; }
955
+ i.icon.dribble:before { content: "\f17d"; }
956
+ i.icon.drivers.license:before { content: "\f2c2"; }
957
+ i.icon.dropdown:before { content: "\f0d7"; }
958
+ i.icon.eercast:before { content: "\f2da"; }
959
+ i.icon.emergency:before { content: "\f0f9"; }
960
+ i.icon.envira.gallery:before { content: "\f299"; }
961
+ i.icon.erase:before { content: "\f12d"; }
962
+ i.icon.eur:before { content: "\f153"; }
963
+ i.icon.euro:before { content: "\f153"; }
964
+ i.icon.eyedropper:before { content: "\f1fb"; }
965
+ i.icon.fa:before { content: "\f2b4"; }
966
+ i.icon.factory:before { content: "\f275"; }
967
+ i.icon.favorite:before { content: "\f005"; }
968
+ i.icon.feed:before { content: "\f09e"; }
969
+ i.icon.female.homosexual:before { content: "\f226"; }
970
+ i.icon.file.text:before { content: "\f15c"; }
971
+ i.icon.find:before { content: "\f1e5"; }
972
+ i.icon.first.aid:before { content: "\f0fa"; }
973
+ i.icon.five.hundred.pixels:before { content: "\f26e"; }
974
+ i.icon.fork:before { content: "\f126"; }
975
+ i.icon.game:before { content: "\f11b"; }
976
+ i.icon.gay:before { content: "\f227"; }
977
+ i.icon.gbp:before { content: "\f154"; }
978
+ i.icon.gittip:before { content: "\f184"; }
979
+ i.icon.google.plus.circle:before { content: "\f2b3"; }
980
+ i.icon.google.plus.official:before { content: "\f2b3"; }
981
+ i.icon.grab:before { content: "\f255"; }
982
+ i.icon.graduation:before { content: "\f19d"; }
983
+ i.icon.grid.layout:before { content: "\f00a"; }
984
+ i.icon.group:before { content: "\f0c0"; }
985
+ i.icon.h:before { content: "\f0fd"; }
986
+ i.icon.hand.victory:before { content: "\f25b"; }
987
+ i.icon.handicap:before { content: "\f193"; }
988
+ i.icon.hard.of.hearing:before { content: "\f2a4"; }
989
+ i.icon.header:before { content: "\f1dc"; }
990
+ i.icon.help.circle:before { content: "\f059"; }
991
+ i.icon.help:before { content: "\f128"; }
992
+ i.icon.heterosexual:before { content: "\f228"; }
993
+ i.icon.hide:before { content: "\f070"; }
994
+ i.icon.hotel:before { content: "\f236"; }
995
+ i.icon.hourglass.four:before { content: "\f254"; }
996
+ i.icon.hourglass.full:before { content: "\f254"; }
997
+ i.icon.hourglass.one:before { content: "\f251"; }
998
+ i.icon.hourglass.three:before { content: "\f253"; }
999
+ i.icon.hourglass.two:before { content: "\f252"; }
1000
+ i.icon.idea:before { content: "\f0eb"; }
1001
+ i.icon.ils:before { content: "\f20b"; }
1002
+ i.icon.in-cart:before { content: "\f218"; }
1003
+ i.icon.inr:before { content: "\f156"; }
1004
+ i.icon.intergender:before { content: "\f224"; }
1005
+ i.icon.intersex:before { content: "\f224"; }
1006
+ i.icon.japan.credit.bureau.card:before { content: "\f24b"; }
1007
+ i.icon.japan.credit.bureau:before { content: "\f24b"; }
1008
+ i.icon.jcb:before { content: "\f24b"; }
1009
+ i.icon.jpy:before { content: "\f157"; }
1010
+ i.icon.krw:before { content: "\f159"; }
1011
+ i.icon.lab:before { content: "\f0c3"; }
1012
+ i.icon.law:before { content: "\f24e"; }
1013
+ i.icon.legal:before { content: "\f0e3"; }
1014
+ i.icon.lesbian:before { content: "\f226"; }
1015
+ i.icon.lightning:before { content: "\f0e7"; }
1016
+ i.icon.like:before { content: "\f004"; }
1017
+ i.icon.line.graph:before { content: "\f201"; }
1018
+ i.icon.linkedin.square:before { content: "\f08c"; }
1019
+ i.icon.linkify:before { content: "\f0c1"; }
1020
+ i.icon.lira:before { content: "\f195"; }
1021
+ i.icon.list.layout:before { content: "\f00b"; }
773
1022
  i.icon.magnify:before { content: "\f00e"; }
1023
+ i.icon.mail.forward:before { content: "\f064"; }
1024
+ i.icon.mail.square:before { content: "\f199"; }
1025
+ i.icon.mail:before { content: "\f0e0"; }
1026
+ i.icon.male.homosexual:before { content: "\f227"; }
1027
+ i.icon.man:before { content: "\f222"; }
1028
+ i.icon.marker:before { content: "\f041"; }
1029
+ i.icon.mars.alternate:before { content: "\f229"; }
1030
+ i.icon.mars.horizontal:before { content: "\f22b"; }
1031
+ i.icon.mars.vertical:before { content: "\f22a"; }
1032
+ i.icon.mastercard.card:before { content: "\f1f1"; }
1033
+ i.icon.mastercard:before { content: "\f1f1"; }
1034
+ i.icon.microsoft.edge:before { content: "\f282"; }
1035
+ i.icon.military:before { content: "\f0fb"; }
1036
+ i.icon.ms.edge:before { content: "\f282"; }
1037
+ i.icon.mute:before { content: "\f131"; }
1038
+ i.icon.new.pied.piper:before { content: "\f2ae"; }
1039
+ i.icon.non.binary.transgender:before { content: "\f223"; }
1040
+ i.icon.numbered.list:before { content: "\f0cb"; }
1041
+ i.icon.optinmonster:before { content: "\f23c"; }
1042
+ i.icon.options:before { content: "\f1de"; }
1043
+ i.icon.other.gender.horizontal:before { content: "\f22b"; }
1044
+ i.icon.other.gender.vertical:before { content: "\f22a"; }
1045
+ i.icon.other.gender:before { content: "\f229"; }
1046
+ i.icon.payment:before { content: "\f09d"; }
1047
+ i.icon.paypal.card:before { content: "\f1f4"; }
1048
+ i.icon.pencil.square:before { content: "\f14b"; }
1049
+ i.icon.photo:before { content: "\f030"; }
1050
+ i.icon.picture:before { content: "\f03e"; }
1051
+ i.icon.pie.chart:before { content: "\f200"; }
1052
+ i.icon.pie.graph:before { content: "\f200"; }
1053
+ i.icon.pied.piper.hat:before { content: "\f2ae"; }
1054
+ i.icon.pin:before { content: "\f08d"; }
1055
+ i.icon.plus.cart:before { content: "\f217"; }
1056
+ i.icon.pocket:before { content: "\f265"; }
1057
+ i.icon.point:before { content: "\f041"; }
1058
+ i.icon.pointing.down:before { content: "\f0a7"; }
1059
+ i.icon.pointing.left:before { content: "\f0a5"; }
1060
+ i.icon.pointing.right:before { content: "\f0a4"; }
1061
+ i.icon.pointing.up:before { content: "\f0a6"; }
1062
+ i.icon.pound:before { content: "\f154"; }
1063
+ i.icon.power.cord:before { content: "\f1e6"; }
1064
+ i.icon.power:before { content: "\f011"; }
1065
+ i.icon.privacy:before { content: "\f084"; }
1066
+ i.icon.r.circle:before { content: "\f25d"; }
1067
+ i.icon.rain:before { content: "\f0e9"; }
1068
+ i.icon.record:before { content: "\f03d"; }
1069
+ i.icon.refresh:before { content: "\f021"; }
1070
+ i.icon.remove.circle:before { content: "\f057"; }
1071
+ i.icon.remove.from.calendar:before { content: "\f272"; }
1072
+ i.icon.remove.user:before { content: "\f235"; }
1073
+ i.icon.remove:before { content: "\f00d"; }
1074
+ i.icon.repeat:before { content: "\f01e"; }
1075
+ i.icon.rmb:before { content: "\f157"; }
1076
+ i.icon.rouble:before { content: "\f158"; }
1077
+ i.icon.rub:before { content: "\f158"; }
1078
+ i.icon.ruble:before { content: "\f158"; }
1079
+ i.icon.rupee:before { content: "\f156"; }
1080
+ i.icon.s15:before { content: "\f2cd"; }
1081
+ i.icon.selected.radio:before { content: "\f192"; }
1082
+ i.icon.send:before { content: "\f1d8"; }
1083
+ i.icon.setting:before { content: "\f013"; }
1084
+ i.icon.settings:before { content: "\f085"; }
1085
+ i.icon.shekel:before { content: "\f20b"; }
1086
+ i.icon.sheqel:before { content: "\f20b"; }
1087
+ i.icon.shipping:before { content: "\f0d1"; }
1088
+ i.icon.shop:before { content: "\f07a"; }
1089
+ i.icon.shuffle:before { content: "\f074"; }
774
1090
  i.icon.shutdown:before { content: "\f011"; }
775
- i.icon.clock:before { content: "\f017"; }
776
- i.icon.time:before { content: "\f017"; }
777
- i.icon.play.circle.outline:before { content: "\f01d"; }
778
- i.icon.headphone:before { content: "\f025"; }
779
- i.icon.camera:before { content: "\f030"; }
780
- i.icon.video.camera:before { content: "\f03d"; }
781
- i.icon.picture:before { content: "\f03e"; }
782
- i.icon.pencil:before { content: "\f040"; }
783
- i.icon.compose:before { content: "\f040"; }
784
- i.icon.point:before { content: "\f041"; }
785
- i.icon.tint:before { content: "\f043"; }
1091
+ i.icon.sidebar:before { content: "\f0c9"; }
1092
+ i.icon.signing:before { content: "\f2a7"; }
786
1093
  i.icon.signup:before { content: "\f044"; }
787
- i.icon.plus.circle:before { content: "\f055"; }
788
- i.icon.question.circle:before { content: "\f059"; }
789
- i.icon.dont:before { content: "\f05e"; }
790
- i.icon.minimize:before { content: "\f066"; }
791
- i.icon.add:before { content: "\f067"; }
792
- i.icon.exclamation.circle:before { content: "\f06a"; }
793
- i.icon.attention:before { content: "\f06a"; }
794
- i.icon.eye:before { content: "\f06e"; }
795
- i.icon.exclamation.triangle:before { content: "\f071"; }
796
- i.icon.shuffle:before { content: "\f074"; }
797
- i.icon.chat:before { content: "\f075"; }
798
- i.icon.cart:before { content: "\f07a"; }
799
- i.icon.shopping.cart:before { content: "\f07a"; }
800
- i.icon.bar.graph:before { content: "\f080"; }
801
- i.icon.key:before { content: "\f084"; }
802
- i.icon.cogs:before { content: "\f085"; }
803
- i.icon.discussions:before { content: "\f086"; }
804
- i.icon.like.outline:before { content: "\f087"; }
805
- i.icon.dislike.outline:before { content: "\f088"; }
806
- i.icon.heart.outline:before { content: "\f08a"; }
807
- i.icon.log.out:before { content: "\f08b"; }
1094
+ i.icon.sliders:before { content: "\f1de"; }
1095
+ i.icon.soccer:before { content: "\f1e3"; }
1096
+ i.icon.sort.alphabet.ascending:before { content: "\f15d"; }
1097
+ i.icon.sort.alphabet.descending:before { content: "\f15e"; }
1098
+ i.icon.sort.ascending:before { content: "\f0de"; }
1099
+ i.icon.sort.content.ascending:before { content: "\f160"; }
1100
+ i.icon.sort.content.descending:before { content: "\f161"; }
1101
+ i.icon.sort.descending:before { content: "\f0dd"; }
1102
+ i.icon.sort.numeric.ascending:before { content: "\f162"; }
1103
+ i.icon.sort.numeric.descending:before { content: "\f163"; }
1104
+ i.icon.sound:before { content: "\f025"; }
1105
+ i.icon.spy:before { content: "\f21b"; }
1106
+ i.icon.stripe.card:before { content: "\f1f5"; }
1107
+ i.icon.student:before { content: "\f19d"; }
1108
+ i.icon.talk:before { content: "\f27a"; }
1109
+ i.icon.target:before { content: "\f140"; }
1110
+ i.icon.teletype:before { content: "\f1e4"; }
1111
+ i.icon.television:before { content: "\f26c"; }
1112
+ i.icon.text.cursor:before { content: "\f246"; }
1113
+ i.icon.text.telephone:before { content: "\f1e4"; }
1114
+ i.icon.theme.isle:before { content: "\f2b2"; }
1115
+ i.icon.theme:before { content: "\f043"; }
1116
+ i.icon.thermometer:before { content: "\f2c7"; }
808
1117
  i.icon.thumb.tack:before { content: "\f08d"; }
809
- i.icon.winner:before { content: "\f091"; }
810
- i.icon.phone:before { content: "\f095"; }
811
- i.icon.bookmark.outline:before { content: "\f097"; }
812
- i.icon.phone.square:before { content: "\f098"; }
813
- i.icon.credit.card:before { content: "\f09d"; }
814
- i.icon.hdd.outline:before { content: "\f0a0"; }
815
- i.icon.bullhorn:before { content: "\f0a1"; }
816
- i.icon.bell.outline:before { content: "\f0a2"; }
817
- i.icon.hand.outline.right:before { content: "\f0a4"; }
818
- i.icon.hand.outline.left:before { content: "\f0a5"; }
819
- i.icon.hand.outline.up:before { content: "\f0a6"; }
820
- i.icon.hand.outline.down:before { content: "\f0a7"; }
821
- i.icon.globe:before { content: "\f0ac"; }
822
- i.icon.wrench:before { content: "\f0ad"; }
823
- i.icon.briefcase:before { content: "\f0b1"; }
824
- i.icon.group:before { content: "\f0c0"; }
825
- i.icon.linkify:before { content: "\f0c1"; }
826
- i.icon.chain:before { content: "\f0c1"; }
827
- i.icon.flask:before { content: "\f0c3"; }
828
- i.icon.sidebar:before { content: "\f0c9"; }
829
- i.icon.bars:before { content: "\f0c9"; }
830
- i.icon.list.ul:before { content: "\f0ca"; }
831
- i.icon.list.ol:before { content: "\f0cb"; }
832
- i.icon.numbered.list:before { content: "\f0cb"; }
833
- i.icon.magic:before { content: "\f0d0"; }
834
- i.icon.truck:before { content: "\f0d1"; }
835
- i.icon.currency:before { content: "\f0d6"; }
1118
+ i.icon.time:before { content: "\f017"; }
1119
+ i.icon.tm:before { content: "\f25c"; }
1120
+ i.icon.toggle.down:before { content: "\f150"; }
1121
+ i.icon.toggle.left:before { content: "\f191"; }
1122
+ i.icon.toggle.right:before { content: "\f152"; }
1123
+ i.icon.toggle.up:before { content: "\f151"; }
1124
+ i.icon.translate:before { content: "\f1ab"; }
1125
+ i.icon.travel:before { content: "\f0b1"; }
1126
+ i.icon.treatment:before { content: "\f0f1"; }
836
1127
  i.icon.triangle.down:before { content: "\f0d7"; }
837
- i.icon.dropdown:before { content: "\f0d7"; }
838
- i.icon.triangle.up:before { content: "\f0d8"; }
839
1128
  i.icon.triangle.left:before { content: "\f0d9"; }
840
1129
  i.icon.triangle.right:before { content: "\f0da"; }
841
- i.icon.envelope:before { content: "\f0e0"; }
842
- i.icon.conversation:before { content: "\f0e6"; }
843
- i.icon.rain:before { content: "\f0e9"; }
844
- i.icon.clipboard:before { content: "\f0ea"; }
845
- i.icon.lightbulb:before { content: "\f0eb"; }
846
- i.icon.bell:before { content: "\f0f3"; }
847
- i.icon.ambulance:before { content: "\f0f9"; }
848
- i.icon.medkit:before { content: "\f0fa"; }
849
- i.icon.fighter.jet:before { content: "\f0fb"; }
850
- i.icon.beer:before { content: "\f0fc"; }
851
- i.icon.plus.square:before { content: "\f0fe"; }
852
- i.icon.computer:before { content: "\f108"; }
853
- i.icon.circle.outline:before { content: "\f10c"; }
854
- i.icon.gamepad:before { content: "\f11b"; }
855
- i.icon.star.half.full:before { content: "\f123"; }
856
- i.icon.broken.chain:before { content: "\f127"; }
857
- i.icon.question:before { content: "\f128"; }
858
- i.icon.exclamation:before { content: "\f12a"; }
859
- i.icon.eraser:before { content: "\f12d"; }
860
- i.icon.microphone:before { content: "\f130"; }
861
- i.icon.microphone.slash:before { content: "\f131"; }
862
- i.icon.shield:before { content: "\f132"; }
863
- i.icon.target:before { content: "\f140"; }
864
- i.icon.play.circle:before { content: "\f144"; }
865
- i.icon.pencil.square:before { content: "\f14b"; }
866
- i.icon.eur:before { content: "\f153"; }
867
- i.icon.gbp:before { content: "\f154"; }
868
- i.icon.usd:before { content: "\f155"; }
869
- i.icon.inr:before { content: "\f156"; }
870
- i.icon.cny:before { content: "\f157"; }
871
- i.icon.rmb:before { content: "\f157"; }
872
- i.icon.jpy:before { content: "\f157"; }
873
- i.icon.rouble:before { content: "\f158"; }
874
- i.icon.rub:before { content: "\f158"; }
875
- i.icon.krw:before { content: "\f159"; }
876
- i.icon.btc:before { content: "\f15a"; }
877
- i.icon.gratipay:before { content: "\f184"; }
878
- i.icon.zip:before { content: "\f187"; }
879
- i.icon.dot.circle.outline:before { content: "\f192"; }
1130
+ i.icon.triangle.up:before { content: "\f0d8"; }
880
1131
  i.icon.try:before { content: "\f195"; }
881
- i.icon.graduation:before { content: "\f19d"; }
882
- i.icon.circle.outline:before { content: "\f1db"; }
883
- i.icon.sliders:before { content: "\f1de"; }
884
- i.icon.weixin:before { content: "\f1d7"; }
885
- i.icon.tty:before { content: "\f1e4"; }
886
- i.icon.teletype:before { content: "\f1e4"; }
887
- i.icon.binoculars:before { content: "\f1e5"; }
888
- i.icon.power.cord:before { content: "\f1e6"; }
889
- i.icon.wi-fi:before { content: "\f1eb"; }
890
- i.icon.visa.card:before { content: "\f1f0"; }
891
- i.icon.mastercard.card:before { content: "\f1f1"; }
892
- i.icon.discover.card:before { content: "\f1f2"; }
893
- i.icon.amex:before { content: "\f1f3"; }
894
- i.icon.american.express.card:before { content: "\f1f3"; }
895
- i.icon.stripe.card:before { content: "\f1f5"; }
896
- i.icon.bell.slash:before { content: "\f1f6"; }
897
- i.icon.bell.slash.outline:before { content: "\f1f7"; }
898
- i.icon.area.graph:before { content: "\f1fe"; }
899
- i.icon.pie.graph:before { content: "\f200"; }
900
- i.icon.line.graph:before { content: "\f201"; }
901
- i.icon.cc:before { content: "\f20a"; }
902
- i.icon.sheqel:before { content: "\f20b"; }
903
- i.icon.ils:before { content: "\f20b"; }
904
- i.icon.plus.cart:before { content: "\f217"; }
905
- i.icon.arrow.down.cart:before { content: "\f218"; }
906
- i.icon.detective:before { content: "\f21b"; }
907
- i.icon.venus:before { content: "\f221"; }
908
- i.icon.mars:before { content: "\f222"; }
909
- i.icon.mercury:before { content: "\f223"; }
910
- i.icon.intersex:before { content: "\f224"; }
911
- i.icon.venus.double:before { content: "\f226"; }
912
- i.icon.female.homosexual:before { content: "\f226"; }
913
- i.icon.mars.double:before { content: "\f227"; }
914
- i.icon.male.homosexual:before { content: "\f227"; }
915
- i.icon.venus.mars:before { content: "\f228"; }
916
- i.icon.mars.stroke:before { content: "\f229"; }
917
- i.icon.mars.alternate:before { content: "\f229"; }
918
- i.icon.mars.vertical:before { content: "\f22a"; }
919
- i.icon.mars.stroke.vertical:before { content: "\f22a"; }
920
- i.icon.mars.horizontal:before { content: "\f22b"; }
921
- i.icon.mars.stroke.horizontal:before { content: "\f22b"; }
922
- i.icon.asexual:before { content: "\f22d"; }
923
- i.icon.facebook.official:before { content: "\f230"; }
924
- i.icon.user.plus:before { content: "\f234"; }
925
- i.icon.user.times:before { content: "\f235"; }
926
- i.icon.user.close:before { content: "\f235"; }
1132
+ i.icon.unhide:before { content: "\f06e"; }
1133
+ i.icon.unlinkify:before { content: "\f127"; }
1134
+ i.icon.unmute:before { content: "\f130"; }
1135
+ i.icon.usd:before { content: "\f155"; }
927
1136
  i.icon.user.cancel:before { content: "\f235"; }
1137
+ i.icon.user.close:before { content: "\f235"; }
928
1138
  i.icon.user.delete:before { content: "\f235"; }
929
1139
  i.icon.user.x:before { content: "\f235"; }
930
- i.icon.bed:before { content: "\f236"; }
931
- i.icon.yc:before { content: "\f23b"; }
932
- i.icon.ycombinator:before { content: "\f23b"; }
933
- i.icon.battery.four:before { content: "\f240"; }
934
- i.icon.battery.three:before { content: "\f241"; }
935
- i.icon.battery.three.quarters:before { content: "\f241"; }
936
- i.icon.battery.two:before { content: "\f242"; }
937
- i.icon.battery.half:before { content: "\f242"; }
938
- i.icon.battery.one:before { content: "\f243"; }
939
- i.icon.battery.quarter:before { content: "\f243"; }
940
- i.icon.battery.zero:before { content: "\f244"; }
941
- i.icon.i.cursor:before { content: "\f246"; }
942
- i.icon.jcb:before { content: "\f24b"; }
943
- i.icon.japan.credit.bureau.card:before { content: "\f24b"; }
944
- i.icon.diners.club.card:before { content: "\f24c"; }
945
- i.icon.balance:before { content: "\f24e"; }
946
- i.icon.hourglass.outline:before { content: "\f250"; }
947
- i.icon.hourglass.zero:before { content: "\f250"; }
948
- i.icon.hourglass.one:before { content: "\f251"; }
949
- i.icon.hourglass.two:before { content: "\f252"; }
950
- i.icon.hourglass.three:before { content: "\f253"; }
951
- i.icon.hourglass.four:before { content: "\f254"; }
952
- i.icon.grab:before { content: "\f255"; }
953
- i.icon.hand.victory:before { content: "\f25b"; }
954
- i.icon.tm:before { content: "\f25c"; }
955
- i.icon.r.circle:before { content: "\f25d"; }
956
- i.icon.television:before { content: "\f26c"; }
957
- i.icon.five.hundred.pixels:before { content: "\f26e"; }
958
- i.icon.calendar.plus:before { content: "\f271"; }
959
- i.icon.calendar.minus:before { content: "\f272"; }
960
- i.icon.calendar.times:before { content: "\f273"; }
961
- i.icon.calendar.check:before { content: "\f274"; }
962
- i.icon.factory:before { content: "\f275"; }
963
- i.icon.commenting:before { content: "\f27a"; }
964
- i.icon.commenting.outline:before { content: "\f27b"; }
965
- i.icon.edge:before { content: "\f282"; }
966
- i.icon.ms.edge:before { content: "\f282"; }
1140
+ i.icon.vcard:before { content: "\f2bb"; }
1141
+ i.icon.video.camera:before { content: "\f03d"; }
1142
+ i.icon.video.play:before { content: "\f144"; }
1143
+ i.icon.visa.card:before { content: "\f1f0"; }
1144
+ i.icon.visa:before { content: "\f1f0"; }
1145
+ i.icon.volume.control.phone:before { content: "\f2a0"; }
1146
+ i.icon.wait:before { content: "\f017"; }
1147
+ i.icon.warning.circle:before { content: "\f06a"; }
1148
+ i.icon.warning.sign:before { content: "\f071"; }
1149
+ i.icon.warning:before { content: "\f12a"; }
1150
+ i.icon.wechat:before { content: "\f1d7"; }
1151
+ i.icon.wi-fi:before { content: "\f1eb"; }
1152
+ i.icon.wikipedia:before { content: "\f266"; }
1153
+ i.icon.winner:before { content: "\f091"; }
1154
+ i.icon.wizard:before { content: "\f0d0"; }
1155
+ i.icon.woman:before { content: "\f221"; }
1156
+ i.icon.won:before { content: "\f159"; }
967
1157
  i.icon.wordpress.beginner:before { content: "\f297"; }
968
1158
  i.icon.wordpress.forms:before { content: "\f298"; }
969
- i.icon.envira:before { content: "\f299"; }
970
- i.icon.question.circle.outline:before { content: "\f29c"; }
971
- i.icon.assistive.listening.devices:before { content: "\f2a2"; }
972
- i.icon.als:before { content: "\f2a2"; }
973
- i.icon.ald:before { content: "\f2a2"; }
974
- i.icon.asl.interpreting:before { content: "\f2a3"; }
975
- i.icon.deaf:before { content: "\f2a4"; }
976
- i.icon.american.sign.language.interpreting:before { content: "\f2a3"; }
977
- i.icon.hard.of.hearing:before { content: "\f2a4"; }
978
- i.icon.signing:before { content: "\f2a7"; }
979
- i.icon.new.pied.piper:before { content: "\f2ae"; }
980
- i.icon.theme.isle:before { content: "\f2b2"; }
981
- i.icon.google.plus.official:before { content: "\f2b3"; }
982
- i.icon.fa:before { content: "\f2b4"; }
983
- i.icon.vcard:before { content: "\f2bb"; }
984
- i.icon.vcard.outline:before { content: "\f2bc"; }
985
- i.icon.drivers.license:before { content: "\f2c2"; }
986
- i.icon.drivers.license.outline:before { content: "\f2c3"; }
987
- i.icon.thermometer:before { content: "\f2c7"; }
988
- i.icon.s15:before { content: "\f2cd"; }
989
- i.icon.bath:before { content: "\f2cd"; }
990
- i.icon.times.rectangle:before { content: "\f2d3"; }
991
- i.icon.times.rectangle.outline:before { content: "\f2d4"; }
1159
+ i.icon.world:before { content: "\f0ac"; }
1160
+ i.icon.write.square:before { content: "\f14b"; }
1161
+ i.icon.x:before { content: "\f00d"; }
1162
+ i.icon.yc:before { content: "\f23b"; }
1163
+ i.icon.ycombinator:before { content: "\f23b"; }
1164
+ i.icon.yen:before { content: "\f157"; }
1165
+ i.icon.zip:before { content: "\f187"; }
1166
+ i.icon.zoom-in:before { content: "\f00e"; }
1167
+ i.icon.zoom-out:before { content: "\f010"; }
1168
+ i.icon.zoom:before { content: "\f00e"; }
1169
+ i.icon.bitbucket.square:before { content: "\f171"; }
1170
+ i.icon.checkmark.box:before { content: "\f14a"; }
1171
+ i.icon.circle.thin:before { content: "\f111"; }
1172
+ i.icon.cloud.download:before { content: "\f381"; }
1173
+ i.icon.cloud.upload:before { content: "\f382"; }
1174
+ i.icon.compose:before { content: "\f303"; }
1175
+ i.icon.conversation:before { content: "\f086"; }
1176
+ i.icon.credit.card.alternative:before { content: "\f09d"; }
1177
+ i.icon.currency:before { content: "\f3d1"; }
1178
+ i.icon.dashboard:before { content: "\f3fd"; }
1179
+ i.icon.diamond:before { content: "\f3a5"; }
1180
+ i.icon.disk:before { content: "\f0a0"; }
1181
+ i.icon.exchange:before { content: "\f362"; }
1182
+ i.icon.external.share:before { content: "\f14d"; }
1183
+ i.icon.external.square:before { content: "\f360"; }
1184
+ i.icon.external:before { content: "\f35d"; }
1185
+ i.icon.facebook.official:before { content: "\f082"; }
1186
+ i.icon.food:before { content: "\f2e7"; }
1187
+ i.icon.hourglass.zero:before { content: "\f253"; }
1188
+ i.icon.level.down:before { content: "\f3be"; }
1189
+ i.icon.level.up:before { content: "\f3bf"; }
1190
+ i.icon.logout:before { content: "\f2f5"; }
1191
+ i.icon.meanpath:before { content: "\f0c8"; }
1192
+ i.icon.money:before { content: "\f3d1"; }
1193
+ i.icon.move:before { content: "\f0b2"; }
1194
+ i.icon.pencil:before { content: "\f303"; }
1195
+ i.icon.protect:before { content: "\f023"; }
1196
+ i.icon.radio:before { content: "\f192"; }
1197
+ i.icon.remove.bookmark:before { content: "\f02e"; }
1198
+ i.icon.resize.horizontal:before { content: "\f337"; }
1199
+ i.icon.resize.vertical:before { content: "\f338"; }
1200
+ i.icon.sign-in:before { content: "\f2f6"; }
1201
+ i.icon.sign-out:before { content: "\f2f5"; }
1202
+ i.icon.spoon:before { content: "\f2e5"; }
1203
+ i.icon.star.half.empty:before { content: "\f089"; }
1204
+ i.icon.star.half.full:before { content: "\f089"; }
1205
+ i.icon.ticket:before { content: "\f3ff"; }
1206
+ i.icon.times.rectangle:before { content: "\f410"; }
1207
+ i.icon.write:before { content: "\f303"; }
1208
+ i.icon.youtube.play:before { content: "\f167"; }
1209
+
1210
+
1211
+
1212
+ /*******************************
1213
+ Outline Icons
1214
+ *******************************/
1215
+
1216
+ /* Outline Icon */
1217
+ .loadOutlineIcons() when (@importOutlineIcons) {
1218
+ /* Load & Define Icon Font */
1219
+ @font-face {
1220
+ font-family: @outlineFontName;
1221
+ src: @outlineFallbackSRC;
1222
+ src: @outlineSrc;
1223
+ font-style: normal;
1224
+ font-weight: @normal;
1225
+ font-variant: normal;
1226
+ text-decoration: inherit;
1227
+ text-transform: none;
1228
+ }
1229
+ i.icon.outline {
1230
+ font-family: @outlineFontName;
1231
+ }
1232
+ /* Icon Definitions */
1233
+ i.icon.address.book.outline:before { content: "\f2b9"; }
1234
+ i.icon.address.card.outline:before { content: "\f2bb"; }
1235
+ i.icon.arrow.alternate.circle.down.outline:before { content: "\f358"; }
1236
+ i.icon.arrow.alternate.circle.left.outline:before { content: "\f359"; }
1237
+ i.icon.arrow.alternate.circle.right.outline:before { content: "\f35a"; }
1238
+ i.icon.arrow.alternate.circle.up.outline:before { content: "\f35b"; }
1239
+ i.icon.bell.outline:before { content: "\f0f3"; }
1240
+ i.icon.bell.slash.outline:before { content: "\f1f6"; }
1241
+ i.icon.bookmark.outline:before { content: "\f02e"; }
1242
+ i.icon.building.outline:before { content: "\f1ad"; }
1243
+ i.icon.calendar.outline:before { content: "\f133"; }
1244
+ i.icon.calendar.alternate.outline:before { content: "\f073"; }
1245
+ i.icon.calendar.check.outline:before { content: "\f274"; }
1246
+ i.icon.calendar.minus.outline:before { content: "\f272"; }
1247
+ i.icon.calendar.plus.outline:before { content: "\f271"; }
1248
+ i.icon.calendar.times.outline:before { content: "\f273"; }
1249
+ i.icon.caret.square.down.outline:before { content: "\f150"; }
1250
+ i.icon.caret.square.left.outline:before { content: "\f191"; }
1251
+ i.icon.caret.square.right.outline:before { content: "\f152"; }
1252
+ i.icon.caret.square.up.outline:before { content: "\f151"; }
1253
+ i.icon.chart.bar.outline:before { content: "\f080"; }
1254
+ i.icon.check.circle.outline:before { content: "\f058"; }
1255
+ i.icon.check.square.outline:before { content: "\f14a"; }
1256
+ i.icon.circle.outline:before { content: "\f111"; }
1257
+ i.icon.clipboard.outline:before { content: "\f328"; }
1258
+ i.icon.clock.outline:before { content: "\f017"; }
1259
+ i.icon.clone.outline:before { content: "\f24d"; }
1260
+ i.icon.closed.captioning.outline:before { content: "\f20a"; }
1261
+ i.icon.comment.outline:before { content: "\f075"; }
1262
+ i.icon.comment.alternate.outline:before { content: "\f27a"; }
1263
+ i.icon.comments.outline:before { content: "\f086"; }
1264
+ i.icon.compass.outline:before { content: "\f14e"; }
1265
+ i.icon.copy.outline:before { content: "\f0c5"; }
1266
+ i.icon.copyright.outline:before { content: "\f1f9"; }
1267
+ i.icon.credit.card.outline:before { content: "\f09d"; }
1268
+ i.icon.dot.circle.outline:before { content: "\f192"; }
1269
+ i.icon.edit.outline:before { content: "\f044"; }
1270
+ i.icon.envelope.outline:before { content: "\f0e0"; }
1271
+ i.icon.envelope.open.outline:before { content: "\f2b6"; }
1272
+ i.icon.eye.slash.outline:before { content: "\f070"; }
1273
+ i.icon.file.outline:before { content: "\f15b"; }
1274
+ i.icon.file.alternate.outline:before { content: "\f15c"; }
1275
+ i.icon.file.archive.outline:before { content: "\f1c6"; }
1276
+ i.icon.file.audio.outline:before { content: "\f1c7"; }
1277
+ i.icon.file.code.outline:before { content: "\f1c9"; }
1278
+ i.icon.file.excel.outline:before { content: "\f1c3"; }
1279
+ i.icon.file.image.outline:before { content: "\f1c5"; }
1280
+ i.icon.file.pdf.outline:before { content: "\f1c1"; }
1281
+ i.icon.file.powerpoint.outline:before { content: "\f1c4"; }
1282
+ i.icon.file.video.outline:before { content: "\f1c8"; }
1283
+ i.icon.file.word.outline:before { content: "\f1c2"; }
1284
+ i.icon.flag.outline:before { content: "\f024"; }
1285
+ i.icon.folder.outline:before { content: "\f07b"; }
1286
+ i.icon.folder.open.outline:before { content: "\f07c"; }
1287
+ i.icon.frown.outline:before { content: "\f119"; }
1288
+ i.icon.futbol.outline:before { content: "\f1e3"; }
1289
+ i.icon.gem.outline:before { content: "\f3a5"; }
1290
+ i.icon.hand.lizard.outline:before { content: "\f258"; }
1291
+ i.icon.hand.paper.outline:before { content: "\f256"; }
1292
+ i.icon.hand.peace.outline:before { content: "\f25b"; }
1293
+ i.icon.hand.point.down.outline:before { content: "\f0a7"; }
1294
+ i.icon.hand.point.left.outline:before { content: "\f0a5"; }
1295
+ i.icon.hand.point.right.outline:before { content: "\f0a4"; }
1296
+ i.icon.hand.point.up.outline:before { content: "\f0a6"; }
1297
+ i.icon.hand.pointer.outline:before { content: "\f25a"; }
1298
+ i.icon.hand.rock.outline:before { content: "\f255"; }
1299
+ i.icon.hand.scissors.outline:before { content: "\f257"; }
1300
+ i.icon.hand.spock.outline:before { content: "\f259"; }
1301
+ i.icon.handshake.outline:before { content: "\f2b5"; }
1302
+ i.icon.hdd.outline:before { content: "\f0a0"; }
1303
+ i.icon.heart.outline:before { content: "\f004"; }
1304
+ i.icon.hospital.outline:before { content: "\f0f8"; }
1305
+ i.icon.hourglass.outline:before { content: "\f254"; }
1306
+ i.icon.id.badge.outline:before { content: "\f2c1"; }
1307
+ i.icon.id.card.outline:before { content: "\f2c2"; }
1308
+ i.icon.image.outline:before { content: "\f03e"; }
1309
+ i.icon.images.outline:before { content: "\f302"; }
1310
+ i.icon.keyboard.outline:before { content: "\f11c"; }
1311
+ i.icon.lemon.outline:before { content: "\f094"; }
1312
+ i.icon.life.ring.outline:before { content: "\f1cd"; }
1313
+ i.icon.lightbulb.outline:before { content: "\f0eb"; }
1314
+ i.icon.list.alternate.outline:before { content: "\f022"; }
1315
+ i.icon.map.outline:before { content: "\f279"; }
1316
+ i.icon.meh.outline:before { content: "\f11a"; }
1317
+ i.icon.minus.square.outline:before { content: "\f146"; }
1318
+ i.icon.money.bill.alternate.outline:before { content: "\f3d1"; }
1319
+ i.icon.moon.outline:before { content: "\f186"; }
1320
+ i.icon.newspaper.outline:before { content: "\f1ea"; }
1321
+ i.icon.object.group.outline:before { content: "\f247"; }
1322
+ i.icon.object.ungroup.outline:before { content: "\f248"; }
1323
+ i.icon.paper.plane.outline:before { content: "\f1d8"; }
1324
+ i.icon.pause.circle.outline:before { content: "\f28b"; }
1325
+ i.icon.play.circle.outline:before { content: "\f144"; }
1326
+ i.icon.plus.square.outline:before { content: "\f0fe"; }
1327
+ i.icon.question.circle.outline:before { content: "\f059"; }
1328
+ i.icon.registered.outline:before { content: "\f25d"; }
1329
+ i.icon.save.outline:before { content: "\f0c7"; }
1330
+ i.icon.share.square.outline:before { content: "\f14d"; }
1331
+ i.icon.smile.outline:before { content: "\f118"; }
1332
+ i.icon.snowflake.outline:before { content: "\f2dc"; }
1333
+ i.icon.square.outline:before { content: "\f0c8"; }
1334
+ i.icon.star.outline:before { content: "\f005"; }
1335
+ i.icon.star.half.outline:before { content: "\f089"; }
1336
+ i.icon.sticky.note.outline:before { content: "\f249"; }
1337
+ i.icon.stop.circle.outline:before { content: "\f28d"; }
1338
+ i.icon.sun.outline:before { content: "\f185"; }
1339
+ i.icon.thumbs.down.outline:before { content: "\f165"; }
1340
+ i.icon.thumbs.up.outline:before { content: "\f164"; }
1341
+ i.icon.times.circle.outline:before { content: "\f057"; }
1342
+ i.icon.trash.alternate.outline:before { content: "\f2ed"; }
1343
+ i.icon.user.outline:before { content: "\f007"; }
1344
+ i.icon.user.circle.outline:before { content: "\f2bd"; }
1345
+ i.icon.window.close.outline:before { content: "\f410"; }
1346
+ i.icon.window.maximize.outline:before { content: "\f2d0"; }
1347
+ i.icon.window.minimize.outline:before { content: "\f2d1"; }
1348
+ i.icon.window.restore.outline:before { content: "\f2d2"; }
1349
+
1350
+ /* Outline Aliases */
1351
+ i.icon.disk.outline:before { content: "\f0a0"; }
1352
+ i.icon.heart.empty,
1353
+ i.icon.star.empty {
1354
+ font-family: @outlineFontName;
1355
+ }
1356
+ i.icon.heart.empty:before { content: "\f004"; }
1357
+ i.icon.star.empty:before { content: "\f089"; }
1358
+
1359
+ }
1360
+ .loadOutlineIcons();
1361
+
1362
+ /*******************************
1363
+ Brand Icons
1364
+ *******************************/
1365
+
1366
+ .loadBrandIcons() when (@importBrandIcons) {
1367
+ /* Load & Define Brand Font */
1368
+ @font-face {
1369
+ font-family: @brandFontName;
1370
+ src: @brandFallbackSRC;
1371
+ src: @brandSrc;
1372
+ font-style: normal;
1373
+ font-weight: @normal;
1374
+ font-variant: normal;
1375
+ text-decoration: inherit;
1376
+ text-transform: none;
1377
+ }
1378
+ /* Brand Icon Font Family */
1379
+ i.icon.\35 00px,
1380
+ i.icon.accessible.icon,
1381
+ i.icon.accusoft,
1382
+ i.icon.adn,
1383
+ i.icon.adversal,
1384
+ i.icon.affiliatetheme,
1385
+ i.icon.algolia,
1386
+ i.icon.amazon,
1387
+ i.icon.amazon.pay,
1388
+ i.icon.amilia,
1389
+ i.icon.android,
1390
+ i.icon.angellist,
1391
+ i.icon.angrycreative,
1392
+ i.icon.angular,
1393
+ i.icon.app.store,
1394
+ i.icon.app.store.ios,
1395
+ i.icon.apper,
1396
+ i.icon.apple,
1397
+ i.icon.apple.pay,
1398
+ i.icon.asymmetrik,
1399
+ i.icon.audible,
1400
+ i.icon.autoprefixer,
1401
+ i.icon.avianex,
1402
+ i.icon.aviato,
1403
+ i.icon.aws,
1404
+ i.icon.bandcamp,
1405
+ i.icon.behance,
1406
+ i.icon.behance.square,
1407
+ i.icon.bimobject,
1408
+ i.icon.bitbucket,
1409
+ i.icon.bitcoin,
1410
+ i.icon.bity,
1411
+ i.icon.black.tie,
1412
+ i.icon.blackberry,
1413
+ i.icon.blogger,
1414
+ i.icon.blogger.b,
1415
+ i.icon.bluetooth,
1416
+ i.icon.bluetooth.b,
1417
+ i.icon.btc,
1418
+ i.icon.buromobelexperte,
1419
+ i.icon.buysellads,
1420
+ i.icon.cc.amazon.pay,
1421
+ i.icon.cc.amex,
1422
+ i.icon.cc.apple.pay,
1423
+ i.icon.cc.diners.club,
1424
+ i.icon.cc.discover,
1425
+ i.icon.cc.jcb,
1426
+ i.icon.cc.mastercard,
1427
+ i.icon.cc.paypal,
1428
+ i.icon.cc.stripe,
1429
+ i.icon.cc.visa,
1430
+ i.icon.centercode,
1431
+ i.icon.chrome,
1432
+ i.icon.cloudscale,
1433
+ i.icon.cloudsmith,
1434
+ i.icon.cloudversify,
1435
+ i.icon.codepen,
1436
+ i.icon.codiepie,
1437
+ i.icon.connectdevelop,
1438
+ i.icon.contao,
1439
+ i.icon.cpanel,
1440
+ i.icon.creative.commons,
1441
+ i.icon.css3,
1442
+ i.icon.css3.alternate,
1443
+ i.icon.cuttlefish,
1444
+ i.icon.d.and.d,
1445
+ i.icon.dashcube,
1446
+ i.icon.delicious,
1447
+ i.icon.deploydog,
1448
+ i.icon.deskpro,
1449
+ i.icon.deviantart,
1450
+ i.icon.digg,
1451
+ i.icon.digital.ocean,
1452
+ i.icon.discord,
1453
+ i.icon.discourse,
1454
+ i.icon.dochub,
1455
+ i.icon.docker,
1456
+ i.icon.draft2digital,
1457
+ i.icon.dribbble,
1458
+ i.icon.dribbble.square,
1459
+ i.icon.dropbox,
1460
+ i.icon.drupal,
1461
+ i.icon.dyalog,
1462
+ i.icon.earlybirds,
1463
+ i.icon.edge,
1464
+ i.icon.elementor,
1465
+ i.icon.ember,
1466
+ i.icon.empire,
1467
+ i.icon.envira,
1468
+ i.icon.erlang,
1469
+ i.icon.ethereum,
1470
+ i.icon.etsy,
1471
+ i.icon.expeditedssl,
1472
+ i.icon.facebook,
1473
+ i.icon.facebook.f,
1474
+ i.icon.facebook.messenger,
1475
+ i.icon.facebook.square,
1476
+ i.icon.firefox,
1477
+ i.icon.first.order,
1478
+ i.icon.firstdraft,
1479
+ i.icon.flickr,
1480
+ i.icon.flipboard,
1481
+ i.icon.fly,
1482
+ i.icon.font.awesome,
1483
+ i.icon.font.awesome.alternate,
1484
+ i.icon.font.awesome.flag,
1485
+ i.icon.fonticons,
1486
+ i.icon.fonticons.fi,
1487
+ i.icon.fort.awesome,
1488
+ i.icon.fort.awesome.alternate,
1489
+ i.icon.forumbee,
1490
+ i.icon.foursquare,
1491
+ i.icon.free.code.camp,
1492
+ i.icon.freebsd,
1493
+ i.icon.get.pocket,
1494
+ i.icon.gg,
1495
+ i.icon.gg.circle,
1496
+ i.icon.git,
1497
+ i.icon.git.square,
1498
+ i.icon.github,
1499
+ i.icon.github.alternate,
1500
+ i.icon.github.square,
1501
+ i.icon.gitkraken,
1502
+ i.icon.gitlab,
1503
+ i.icon.gitter,
1504
+ i.icon.glide,
1505
+ i.icon.glide.g,
1506
+ i.icon.gofore,
1507
+ i.icon.goodreads,
1508
+ i.icon.goodreads.g,
1509
+ i.icon.google,
1510
+ i.icon.google.drive,
1511
+ i.icon.google.play,
1512
+ i.icon.google.plus,
1513
+ i.icon.google.plus.g,
1514
+ i.icon.google.plus.square,
1515
+ i.icon.google.wallet,
1516
+ i.icon.gratipay,
1517
+ i.icon.grav,
1518
+ i.icon.gripfire,
1519
+ i.icon.grunt,
1520
+ i.icon.gulp,
1521
+ i.icon.hacker.news,
1522
+ i.icon.hacker.news.square,
1523
+ i.icon.hips,
1524
+ i.icon.hire.a.helper,
1525
+ i.icon.hooli,
1526
+ i.icon.hotjar,
1527
+ i.icon.houzz,
1528
+ i.icon.html5,
1529
+ i.icon.hubspot,
1530
+ i.icon.imdb,
1531
+ i.icon.instagram,
1532
+ i.icon.internet.explorer,
1533
+ i.icon.ioxhost,
1534
+ i.icon.itunes,
1535
+ i.icon.itunes.note,
1536
+ i.icon.jenkins,
1537
+ i.icon.joget,
1538
+ i.icon.joomla,
1539
+ i.icon.js,
1540
+ i.icon.js.square,
1541
+ i.icon.jsfiddle,
1542
+ i.icon.keycdn,
1543
+ i.icon.kickstarter,
1544
+ i.icon.kickstarter.k,
1545
+ i.icon.korvue,
1546
+ i.icon.laravel,
1547
+ i.icon.lastfm,
1548
+ i.icon.lastfm.square,
1549
+ i.icon.leanpub,
1550
+ i.icon.less,
1551
+ i.icon.linechat,
1552
+ i.icon.linkedin,
1553
+ i.icon.linkedin.alternate,
1554
+ i.icon.linkedin.in,
1555
+ i.icon.linode,
1556
+ i.icon.linux,
1557
+ i.icon.lyft,
1558
+ i.icon.magento,
1559
+ i.icon.maxcdn,
1560
+ i.icon.medapps,
1561
+ i.icon.medium,
1562
+ i.icon.medium.m,
1563
+ i.icon.medrt,
1564
+ i.icon.meetup,
1565
+ i.icon.microsoft,
1566
+ i.icon.mix,
1567
+ i.icon.mixcloud,
1568
+ i.icon.mizuni,
1569
+ i.icon.modx,
1570
+ i.icon.monero,
1571
+ i.icon.napster,
1572
+ i.icon.nintendo.switch,
1573
+ i.icon.node,
1574
+ i.icon.node.js,
1575
+ i.icon.npm,
1576
+ i.icon.ns8,
1577
+ i.icon.nutritionix,
1578
+ i.icon.odnoklassniki,
1579
+ i.icon.odnoklassniki.square,
1580
+ i.icon.opencart,
1581
+ i.icon.openid,
1582
+ i.icon.opera,
1583
+ i.icon.optin.monster,
1584
+ i.icon.osi,
1585
+ i.icon.page4,
1586
+ i.icon.pagelines,
1587
+ i.icon.palfed,
1588
+ i.icon.patreon,
1589
+ i.icon.paypal,
1590
+ i.icon.periscope,
1591
+ i.icon.phabricator,
1592
+ i.icon.phoenix.framework,
1593
+ i.icon.php,
1594
+ i.icon.pied.piper,
1595
+ i.icon.pied.piper.alternate,
1596
+ i.icon.pied.piper.pp,
1597
+ i.icon.pinterest,
1598
+ i.icon.pinterest.p,
1599
+ i.icon.pinterest.square,
1600
+ i.icon.playstation,
1601
+ i.icon.product.hunt,
1602
+ i.icon.pushed,
1603
+ i.icon.python,
1604
+ i.icon.qq,
1605
+ i.icon.quinscape,
1606
+ i.icon.quora,
1607
+ i.icon.ravelry,
1608
+ i.icon.react,
1609
+ i.icon.rebel,
1610
+ i.icon.redriver,
1611
+ i.icon.reddit,
1612
+ i.icon.reddit.alien,
1613
+ i.icon.reddit.square,
1614
+ i.icon.rendact,
1615
+ i.icon.renren,
1616
+ i.icon.replyd,
1617
+ i.icon.resolving,
1618
+ i.icon.rocketchat,
1619
+ i.icon.rockrms,
1620
+ i.icon.safari,
1621
+ i.icon.sass,
1622
+ i.icon.schlix,
1623
+ i.icon.scribd,
1624
+ i.icon.searchengin,
1625
+ i.icon.sellcast,
1626
+ i.icon.sellsy,
1627
+ i.icon.servicestack,
1628
+ i.icon.shirtsinbulk,
1629
+ i.icon.simplybuilt,
1630
+ i.icon.sistrix,
1631
+ i.icon.skyatlas,
1632
+ i.icon.skype,
1633
+ i.icon.slack,
1634
+ i.icon.slack.hash,
1635
+ i.icon.slideshare,
1636
+ i.icon.snapchat,
1637
+ i.icon.snapchat.ghost,
1638
+ i.icon.snapchat.square,
1639
+ i.icon.soundcloud,
1640
+ i.icon.speakap,
1641
+ i.icon.spotify,
1642
+ i.icon.stack.exchange,
1643
+ i.icon.stack.overflow,
1644
+ i.icon.staylinked,
1645
+ i.icon.steam,
1646
+ i.icon.steam.square,
1647
+ i.icon.steam.symbol,
1648
+ i.icon.sticker.mule,
1649
+ i.icon.strava,
1650
+ i.icon.stripe,
1651
+ i.icon.stripe.s,
1652
+ i.icon.studiovinari,
1653
+ i.icon.stumbleupon,
1654
+ i.icon.stumbleupon.circle,
1655
+ i.icon.superpowers,
1656
+ i.icon.supple,
1657
+ i.icon.telegram,
1658
+ i.icon.telegram.plane,
1659
+ i.icon.tencent.weibo,
1660
+ i.icon.themeisle,
1661
+ i.icon.trello,
1662
+ i.icon.tripadvisor,
1663
+ i.icon.tumblr,
1664
+ i.icon.tumblr.square,
1665
+ i.icon.twitch,
1666
+ i.icon.twitter,
1667
+ i.icon.twitter.square,
1668
+ i.icon.typo3,
1669
+ i.icon.uber,
1670
+ i.icon.uikit,
1671
+ i.icon.uniregistry,
1672
+ i.icon.untappd,
1673
+ i.icon.usb,
1674
+ i.icon.ussunnah,
1675
+ i.icon.vaadin,
1676
+ i.icon.viacoin,
1677
+ i.icon.viadeo,
1678
+ i.icon.viadeo.square,
1679
+ i.icon.viber,
1680
+ i.icon.vimeo,
1681
+ i.icon.vimeo.square,
1682
+ i.icon.vimeo.v,
1683
+ i.icon.vine,
1684
+ i.icon.vk,
1685
+ i.icon.vnv,
1686
+ i.icon.vuejs,
1687
+ i.icon.wechat,
1688
+ i.icon.weibo,
1689
+ i.icon.weixin,
1690
+ i.icon.whatsapp,
1691
+ i.icon.whatsapp.square,
1692
+ i.icon.whmcs,
1693
+ i.icon.wikipedia.w,
1694
+ i.icon.windows,
1695
+ i.icon.wordpress,
1696
+ i.icon.wordpress.simple,
1697
+ i.icon.wpbeginner,
1698
+ i.icon.wpexplorer,
1699
+ i.icon.wpforms,
1700
+ i.icon.xbox,
1701
+ i.icon.xing,
1702
+ i.icon.xing.square,
1703
+ i.icon.y.combinator,
1704
+ i.icon.yahoo,
1705
+ i.icon.yandex,
1706
+ i.icon.yandex.international,
1707
+ i.icon.yelp,
1708
+ i.icon.yoast,
1709
+ i.icon.youtube,
1710
+ i.icon.youtube.square {
1711
+ font-family: 'brand-icons';
1712
+ }
1713
+ /* Brand Icons Ideally Would Be Defined Here */
1714
+
1715
+ }
1716
+ .loadBrandIcons();