_icons.scss 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  2. readers do not read off random characters that represent icons */
  3. .fa-icon-glass:before { content: $fa-icon-glass; }
  4. .fa-icon-music:before { content: $fa-icon-music; }
  5. .fa-icon-search:before,
  6. .fa-icon-magnifying-glass:before { content: $fa-icon-magnifying-glass; }
  7. .fa-icon-envelope-alt:before { content: $fa-icon-envelope-alt; }
  8. .fa-icon-heart:before { content: $fa-icon-heart; }
  9. .fa-icon-star:before { content: $fa-icon-star; }
  10. .fa-icon-star-alt:before { content: $fa-icon-star-alt; }
  11. .fa-icon-user:before { content: $fa-icon-user; }
  12. .fa-icon-film:before { content: $fa-icon-film; }
  13. .fa-icon-th-large:before { content: $fa-icon-th-large; }
  14. .fa-icon-th:before { content: $fa-icon-th; }
  15. .fa-icon-th-list:before { content: $fa-icon-th-list; }
  16. .fa-icon-check:before { content: $fa-icon-check; }
  17. .fa-icon-times:before { content: $fa-icon-times; }
  18. .fa-icon-magnifying-glass-plus:before { content: $fa-icon-magnifying-glass-plus; }
  19. .fa-icon-magnifying-glass-minus:before { content: $fa-icon-magnifying-glass-minus; }
  20. .fa-icon-power-off:before { content: $fa-icon-power-off; }
  21. .fa-icon-signal:before { content: $fa-icon-signal; }
  22. .fa-icon-gear:before,
  23. .fa-icon-cog:before { content: $fa-icon-cog; }
  24. .fa-icon-trash-alt:before { content: $fa-icon-trash-alt; }
  25. .fa-icon-home:before { content: $fa-icon-home; }
  26. .fa-icon-file-alt:before { content: $fa-icon-file-alt; }
  27. .fa-icon-clock-alt:before { content: $fa-icon-clock-alt; }
  28. .fa-icon-road:before { content: $fa-icon-road; }
  29. .fa-icon-download:before { content: $fa-icon-download; }
  30. .fa-icon-arrow-circle-alt-down:before { content: $fa-icon-arrow-circle-alt-down; }
  31. .fa-icon-arrow-circle-alt-up:before { content: $fa-icon-arrow-circle-alt-up; }
  32. .fa-icon-inbox:before { content: $fa-icon-inbox; }
  33. .fa-icon-play-circle-alt:before { content: $fa-icon-play-circle-alt; }
  34. .fa-icon-rotate-right:before,
  35. .fa-icon-repeat:before { content: $fa-icon-repeat; }
  36. .fa-icon-refresh:before { content: $fa-icon-refresh; }
  37. .fa-icon-list-alt:before { content: $fa-icon-list-alt; }
  38. .fa-icon-lock:before { content: $fa-icon-lock; }
  39. .fa-icon-flag:before { content: $fa-icon-flag; }
  40. .fa-icon-headphones:before { content: $fa-icon-headphones; }
  41. .fa-icon-volume-off:before { content: $fa-icon-volume-off; }
  42. .fa-icon-volume-down:before { content: $fa-icon-volume-down; }
  43. .fa-icon-volume-up:before { content: $fa-icon-volume-up; }
  44. .fa-icon-qrcode:before { content: $fa-icon-qrcode; }
  45. .fa-icon-barcode:before { content: $fa-icon-barcode; }
  46. .fa-icon-tag:before { content: $fa-icon-tag; }
  47. .fa-icon-tags:before { content: $fa-icon-tags; }
  48. .fa-icon-book:before { content: $fa-icon-book; }
  49. .fa-icon-bookmark:before { content: $fa-icon-bookmark; }
  50. .fa-icon-print:before { content: $fa-icon-print; }
  51. .fa-icon-camera:before { content: $fa-icon-camera; }
  52. .fa-icon-font:before { content: $fa-icon-font; }
  53. .fa-icon-bold:before { content: $fa-icon-bold; }
  54. .fa-icon-italic:before { content: $fa-icon-italic; }
  55. .fa-icon-text-height:before { content: $fa-icon-text-height; }
  56. .fa-icon-text-width:before { content: $fa-icon-text-width; }
  57. .fa-icon-align-left:before { content: $fa-icon-align-left; }
  58. .fa-icon-align-center:before { content: $fa-icon-align-center; }
  59. .fa-icon-align-right:before { content: $fa-icon-align-right; }
  60. .fa-icon-align-justify:before { content: $fa-icon-align-justify; }
  61. .fa-icon-list:before { content: $fa-icon-list; }
  62. .fa-icon-dedent:before,
  63. .fa-icon-outdent:before { content: $fa-icon-outdent; }
  64. .fa-icon-indent:before { content: $fa-icon-indent; }
  65. .fa-icon-video-camera:before { content: $fa-icon-video-camera; }
  66. .fa-icon-picture-alt:before { content: $fa-icon-picture-alt; }
  67. .fa-icon-pencil:before { content: $fa-icon-pencil; }
  68. .fa-icon-map-marker:before { content: $fa-icon-map-marker; }
  69. .fa-icon-adjust:before { content: $fa-icon-adjust; }
  70. .fa-icon-tint:before { content: $fa-icon-tint; }
  71. .fa-icon-edit:before,
  72. .fa-icon-pencil-square-alt:before { content: $fa-icon-pencil-square-alt; }
  73. .fa-icon-share-square-alt:before { content: $fa-icon-share-square-alt; }
  74. .fa-icon-check-square-alt:before { content: $fa-icon-check-square-alt; }
  75. .fa-icon-move:before { content: $fa-icon-move; }
  76. .fa-icon-step-backward:before { content: $fa-icon-step-backward; }
  77. .fa-icon-fast-backward:before { content: $fa-icon-fast-backward; }
  78. .fa-icon-backward:before { content: $fa-icon-backward; }
  79. .fa-icon-play:before { content: $fa-icon-play; }
  80. .fa-icon-pause:before { content: $fa-icon-pause; }
  81. .fa-icon-stop:before { content: $fa-icon-stop; }
  82. .fa-icon-forward:before { content: $fa-icon-forward; }
  83. .fa-icon-fast-forward:before { content: $fa-icon-fast-forward; }
  84. .fa-icon-step-forward:before { content: $fa-icon-step-forward; }
  85. .fa-icon-eject:before { content: $fa-icon-eject; }
  86. .fa-icon-chevron-left:before { content: $fa-icon-chevron-left; }
  87. .fa-icon-chevron-right:before { content: $fa-icon-chevron-right; }
  88. .fa-icon-plus-circle:before { content: $fa-icon-plus-circle; }
  89. .fa-icon-minus-circle:before { content: $fa-icon-minus-circle; }
  90. .fa-icon-times-circle:before { content: $fa-icon-times-circle; }
  91. .fa-icon-check-circle:before { content: $fa-icon-check-circle; }
  92. .fa-icon-question-circle:before { content: $fa-icon-question-circle; }
  93. .fa-icon-info-circle:before { content: $fa-icon-info-circle; }
  94. .fa-icon-crosshairs:before { content: $fa-icon-crosshairs; }
  95. .fa-icon-times-circle-alt:before { content: $fa-icon-times-circle-alt; }
  96. .fa-icon-check-circle-alt:before { content: $fa-icon-check-circle-alt; }
  97. .fa-icon-ban:before { content: $fa-icon-ban; }
  98. .fa-icon-arrow-left:before { content: $fa-icon-arrow-left; }
  99. .fa-icon-arrow-right:before { content: $fa-icon-arrow-right; }
  100. .fa-icon-arrow-up:before { content: $fa-icon-arrow-up; }
  101. .fa-icon-arrow-down:before { content: $fa-icon-arrow-down; }
  102. .fa-icon-mail-forward:before,
  103. .fa-icon-share:before { content: $fa-icon-share; }
  104. .fa-icon-resize-full:before { content: $fa-icon-resize-full; }
  105. .fa-icon-resize-small:before { content: $fa-icon-resize-small; }
  106. .fa-icon-plus:before { content: $fa-icon-plus; }
  107. .fa-icon-minus:before { content: $fa-icon-minus; }
  108. .fa-icon-asterisk:before { content: $fa-icon-asterisk; }
  109. .fa-icon-exclamation-circle:before { content: $fa-icon-exclamation-circle; }
  110. .fa-icon-gift:before { content: $fa-icon-gift; }
  111. .fa-icon-leaf:before { content: $fa-icon-leaf; }
  112. .fa-icon-fire:before { content: $fa-icon-fire; }
  113. .fa-icon-eye:before { content: $fa-icon-eye; }
  114. .fa-icon-eye-slash:before { content: $fa-icon-eye-slash; }
  115. .fa-icon-warning:before,
  116. .fa-icon-exclamation-triangle:before { content: $fa-icon-exclamation-triangle; }
  117. .fa-icon-plane:before { content: $fa-icon-plane; }
  118. .fa-icon-calendar:before { content: $fa-icon-calendar; }
  119. .fa-icon-random:before { content: $fa-icon-random; }
  120. .fa-icon-comment:before { content: $fa-icon-comment; }
  121. .fa-icon-magnet:before { content: $fa-icon-magnet; }
  122. .fa-icon-chevron-up:before { content: $fa-icon-chevron-up; }
  123. .fa-icon-chevron-down:before { content: $fa-icon-chevron-down; }
  124. .fa-icon-retweet:before { content: $fa-icon-retweet; }
  125. .fa-icon-shopping-cart:before { content: $fa-icon-shopping-cart; }
  126. .fa-icon-folder:before { content: $fa-icon-folder; }
  127. .fa-icon-folder-open:before { content: $fa-icon-folder-open; }
  128. .fa-icon-resize-vertical:before { content: $fa-icon-resize-vertical; }
  129. .fa-icon-resize-horizontal:before { content: $fa-icon-resize-horizontal; }
  130. .fa-icon-bar-chart-alt:before { content: $fa-icon-bar-chart-alt; }
  131. .fa-icon-twitter-square:before { content: $fa-icon-twitter-square; }
  132. .fa-icon-facebook-square:before { content: $fa-icon-facebook-square; }
  133. .fa-icon-camera-retro:before { content: $fa-icon-camera-retro; }
  134. .fa-icon-key:before { content: $fa-icon-key; }
  135. .fa-icon-gears:before,
  136. .fa-icon-cogs:before { content: $fa-icon-cogs; }
  137. .fa-icon-comments:before { content: $fa-icon-comments; }
  138. .fa-icon-thumbs-up-alt:before { content: $fa-icon-thumbs-up-alt; }
  139. .fa-icon-thumbs-down-alt:before { content: $fa-icon-thumbs-down-alt; }
  140. .fa-icon-star-half:before { content: $fa-icon-star-half; }
  141. .fa-icon-heart-alt:before { content: $fa-icon-heart-alt; }
  142. .fa-icon-sign-out:before { content: $fa-icon-sign-out; }
  143. .fa-icon-linkedin-square:before { content: $fa-icon-linkedin-square; }
  144. .fa-icon-thumb-tack:before { content: $fa-icon-thumb-tack; }
  145. .fa-icon-external-link:before { content: $fa-icon-external-link; }
  146. .fa-icon-sign-in:before { content: $fa-icon-sign-in; }
  147. .fa-icon-trophy:before { content: $fa-icon-trophy; }
  148. .fa-icon-github-square:before { content: $fa-icon-github-square; }
  149. .fa-icon-upload:before { content: $fa-icon-upload; }
  150. .fa-icon-lemon-alt:before { content: $fa-icon-lemon-alt; }
  151. .fa-icon-phone:before { content: $fa-icon-phone; }
  152. .fa-icon-unchecked:before,
  153. .fa-icon-square-alt:before { content: $fa-icon-square-alt; }
  154. .fa-icon-bookmark-alt:before { content: $fa-icon-bookmark-alt; }
  155. .fa-icon-phone-square:before { content: $fa-icon-phone-square; }
  156. .fa-icon-twitter:before { content: $fa-icon-twitter; }
  157. .fa-icon-facebook:before { content: $fa-icon-facebook; }
  158. .fa-icon-github:before { content: $fa-icon-github; }
  159. .fa-icon-unlock:before { content: $fa-icon-unlock; }
  160. .fa-icon-credit-card:before { content: $fa-icon-credit-card; }
  161. .fa-icon-rss:before { content: $fa-icon-rss; }
  162. .fa-icon-hdd:before { content: $fa-icon-hdd; }
  163. .fa-icon-bullhorn:before { content: $fa-icon-bullhorn; }
  164. .fa-icon-bell:before { content: $fa-icon-bell; }
  165. .fa-icon-certificate:before { content: $fa-icon-certificate; }
  166. .fa-icon-hand-alt-right:before { content: $fa-icon-hand-alt-right; }
  167. .fa-icon-hand-alt-left:before { content: $fa-icon-hand-alt-left; }
  168. .fa-icon-hand-alt-up:before { content: $fa-icon-hand-alt-up; }
  169. .fa-icon-hand-alt-down:before { content: $fa-icon-hand-alt-down; }
  170. .fa-icon-arrow-circle-left:before { content: $fa-icon-arrow-circle-left; }
  171. .fa-icon-arrow-circle-right:before { content: $fa-icon-arrow-circle-right; }
  172. .fa-icon-arrow-circle-up:before { content: $fa-icon-arrow-circle-up; }
  173. .fa-icon-arrow-circle-down:before { content: $fa-icon-arrow-circle-down; }
  174. .fa-icon-globe:before { content: $fa-icon-globe; }
  175. .fa-icon-wrench:before { content: $fa-icon-wrench; }
  176. .fa-icon-tasks:before { content: $fa-icon-tasks; }
  177. .fa-icon-filter:before { content: $fa-icon-filter; }
  178. .fa-icon-briefcase:before { content: $fa-icon-briefcase; }
  179. .fa-icon-fullscreen:before { content: $fa-icon-fullscreen; }
  180. .fa-icon-group:before { content: $fa-icon-group; }
  181. .fa-icon-chain:before,
  182. .fa-icon-link:before { content: $fa-icon-link; }
  183. .fa-icon-cloud:before { content: $fa-icon-cloud; }
  184. .fa-icon-flask:before { content: $fa-icon-flask; }
  185. .fa-icon-cut:before,
  186. .fa-icon-scissors:before { content: $fa-icon-scissors; }
  187. .fa-icon-copy:before,
  188. .fa-icon-files-alt:before { content: $fa-icon-files-alt; }
  189. .fa-icon-paperclip:before { content: $fa-icon-paperclip; }
  190. .fa-icon-save:before,
  191. .fa-icon-floppy-alt:before { content: $fa-icon-floppy-alt; }
  192. .fa-icon-square:before { content: $fa-icon-square; }
  193. .fa-icon-reorder:before { content: $fa-icon-reorder; }
  194. .fa-icon-list-ul:before { content: $fa-icon-list-ul; }
  195. .fa-icon-list-ol:before { content: $fa-icon-list-ol; }
  196. .fa-icon-strikethrough:before { content: $fa-icon-strikethrough; }
  197. .fa-icon-underline:before { content: $fa-icon-underline; }
  198. .fa-icon-table:before { content: $fa-icon-table; }
  199. .fa-icon-magic:before { content: $fa-icon-magic; }
  200. .fa-icon-truck:before { content: $fa-icon-truck; }
  201. .fa-icon-pinterest:before { content: $fa-icon-pinterest; }
  202. .fa-icon-pinterest-square:before { content: $fa-icon-pinterest-square; }
  203. .fa-icon-google-plus-square:before { content: $fa-icon-google-plus-square; }
  204. .fa-icon-google-plus:before { content: $fa-icon-google-plus; }
  205. .fa-icon-money:before { content: $fa-icon-money; }
  206. .fa-icon-caret-down:before { content: $fa-icon-caret-down; }
  207. .fa-icon-caret-up:before { content: $fa-icon-caret-up; }
  208. .fa-icon-caret-left:before { content: $fa-icon-caret-left; }
  209. .fa-icon-caret-right:before { content: $fa-icon-caret-right; }
  210. .fa-icon-columns:before { content: $fa-icon-columns; }
  211. .fa-icon-unsorted:before,
  212. .fa-icon-sort:before { content: $fa-icon-sort; }
  213. .fa-icon-sort-down:before,
  214. .fa-icon-sort-asc:before { content: $fa-icon-sort-asc; }
  215. .fa-icon-sort-up:before,
  216. .fa-icon-sort-desc:before { content: $fa-icon-sort-desc; }
  217. .fa-icon-envelope:before { content: $fa-icon-envelope; }
  218. .fa-icon-linkedin:before { content: $fa-icon-linkedin; }
  219. .fa-icon-rotate-left:before,
  220. .fa-icon-undo:before { content: $fa-icon-undo; }
  221. .fa-icon-legal:before,
  222. .fa-icon-gavel:before { content: $fa-icon-gavel; }
  223. .fa-icon-dashboard:before,
  224. .fa-icon-tachometer:before { content: $fa-icon-tachometer; }
  225. .fa-icon-comment-alt:before { content: $fa-icon-comment-alt; }
  226. .fa-icon-comments-alt:before { content: $fa-icon-comments-alt; }
  227. .fa-icon-flash:before,
  228. .fa-icon-bolt:before { content: $fa-icon-bolt; }
  229. .fa-icon-sitemap:before { content: $fa-icon-sitemap; }
  230. .fa-icon-umbrella:before { content: $fa-icon-umbrella; }
  231. .fa-icon-paste:before,
  232. .fa-icon-clipboard:before { content: $fa-icon-clipboard; }
  233. .fa-icon-lightbulb-alt:before { content: $fa-icon-lightbulb-alt; }
  234. .fa-icon-exchange:before { content: $fa-icon-exchange; }
  235. .fa-icon-cloud-download:before { content: $fa-icon-cloud-download; }
  236. .fa-icon-cloud-upload:before { content: $fa-icon-cloud-upload; }
  237. .fa-icon-user-md:before { content: $fa-icon-user-md; }
  238. .fa-icon-stethoscope:before { content: $fa-icon-stethoscope; }
  239. .fa-icon-suitcase:before { content: $fa-icon-suitcase; }
  240. .fa-icon-bell-alt:before { content: $fa-icon-bell-alt; }
  241. .fa-icon-coffee:before { content: $fa-icon-coffee; }
  242. .fa-icon-cutlery:before { content: $fa-icon-cutlery; }
  243. .fa-icon-file-text-alt:before { content: $fa-icon-file-text-alt; }
  244. .fa-icon-building:before { content: $fa-icon-building; }
  245. .fa-icon-hospital:before { content: $fa-icon-hospital; }
  246. .fa-icon-ambulance:before { content: $fa-icon-ambulance; }
  247. .fa-icon-medkit:before { content: $fa-icon-medkit; }
  248. .fa-icon-fighter-jet:before { content: $fa-icon-fighter-jet; }
  249. .fa-icon-beer:before { content: $fa-icon-beer; }
  250. .fa-icon-h-square:before { content: $fa-icon-h-square; }
  251. .fa-icon-plus-square:before { content: $fa-icon-plus-square; }
  252. .fa-icon-angle-double-left:before { content: $fa-icon-angle-double-left; }
  253. .fa-icon-angle-double-right:before { content: $fa-icon-angle-double-right; }
  254. .fa-icon-angle-double-up:before { content: $fa-icon-angle-double-up; }
  255. .fa-icon-angle-double-down:before { content: $fa-icon-angle-double-down; }
  256. .fa-icon-angle-left:before { content: $fa-icon-angle-left; }
  257. .fa-icon-angle-right:before { content: $fa-icon-angle-right; }
  258. .fa-icon-angle-up:before { content: $fa-icon-angle-up; }
  259. .fa-icon-angle-down:before { content: $fa-icon-angle-down; }
  260. .fa-icon-desktop:before { content: $fa-icon-desktop; }
  261. .fa-icon-laptop:before { content: $fa-icon-laptop; }
  262. .fa-icon-tablet:before { content: $fa-icon-tablet; }
  263. .fa-icon-mobile-phone:before,
  264. .fa-icon-mobile:before { content: $fa-icon-mobile; }
  265. .fa-icon-circle-alt:before { content: $fa-icon-circle-alt; }
  266. .fa-icon-quote-left:before { content: $fa-icon-quote-left; }
  267. .fa-icon-quote-right:before { content: $fa-icon-quote-right; }
  268. .fa-icon-spinner:before { content: $fa-icon-spinner; }
  269. .fa-icon-circle:before { content: $fa-icon-circle; }
  270. .fa-icon-mail-reply:before,
  271. .fa-icon-reply:before { content: $fa-icon-reply; }
  272. .fa-icon-github-alt:before { content: $fa-icon-github-alt; }
  273. .fa-icon-folder-alt:before { content: $fa-icon-folder-alt; }
  274. .fa-icon-folder-open-alt:before { content: $fa-icon-folder-open-alt; }
  275. .fa-icon-expand-alt:before { content: $fa-icon-expand-alt; }
  276. .fa-icon-collapse-alt:before { content: $fa-icon-collapse-alt; }
  277. .fa-icon-smile-alt:before { content: $fa-icon-smile-alt; }
  278. .fa-icon-frown-alt:before { content: $fa-icon-frown-alt; }
  279. .fa-icon-meh-alt:before { content: $fa-icon-meh-alt; }
  280. .fa-icon-gamepad:before { content: $fa-icon-gamepad; }
  281. .fa-icon-keyboard-alt:before { content: $fa-icon-keyboard-alt; }
  282. .fa-icon-flag-alt:before { content: $fa-icon-flag-alt; }
  283. .fa-icon-flag-checkered:before { content: $fa-icon-flag-checkered; }
  284. .fa-icon-terminal:before { content: $fa-icon-terminal; }
  285. .fa-icon-code:before { content: $fa-icon-code; }
  286. .fa-icon-reply-all:before { content: $fa-icon-reply-all; }
  287. .fa-icon-mail-reply-all:before { content: $fa-icon-mail-reply-all; }
  288. .fa-icon-star-half-empty:before,
  289. .fa-icon-star-half-full:before,
  290. .fa-icon-star-half-alt:before { content: $fa-icon-star-half-alt; }
  291. .fa-icon-location-arrow:before { content: $fa-icon-location-arrow; }
  292. .fa-icon-crop:before { content: $fa-icon-crop; }
  293. .fa-icon-code-fork:before { content: $fa-icon-code-fork; }
  294. .fa-icon-unlink:before,
  295. .fa-icon-chain-broken:before { content: $fa-icon-chain-broken; }
  296. .fa-icon-question:before { content: $fa-icon-question; }
  297. .fa-icon-info:before { content: $fa-icon-info; }
  298. .fa-icon-exclamation:before { content: $fa-icon-exclamation; }
  299. .fa-icon-superscript:before { content: $fa-icon-superscript; }
  300. .fa-icon-subscript:before { content: $fa-icon-subscript; }
  301. .fa-icon-eraser:before { content: $fa-icon-eraser; }
  302. .fa-icon-puzzle-piece:before { content: $fa-icon-puzzle-piece; }
  303. .fa-icon-microphone:before { content: $fa-icon-microphone; }
  304. .fa-icon-microphone-slash:before { content: $fa-icon-microphone-slash; }
  305. .fa-icon-shield:before { content: $fa-icon-shield; }
  306. .fa-icon-calendar-alt:before { content: $fa-icon-calendar-alt; }
  307. .fa-icon-fire-extinguisher:before { content: $fa-icon-fire-extinguisher; }
  308. .fa-icon-rocket:before { content: $fa-icon-rocket; }
  309. .fa-icon-maxcdn:before { content: $fa-icon-maxcdn; }
  310. .fa-icon-chevron-circle-left:before { content: $fa-icon-chevron-circle-left; }
  311. .fa-icon-chevron-circle-right:before { content: $fa-icon-chevron-circle-right; }
  312. .fa-icon-chevron-circle-up:before { content: $fa-icon-chevron-circle-up; }
  313. .fa-icon-chevron-circle-down:before { content: $fa-icon-chevron-circle-down; }
  314. .fa-icon-html5:before { content: $fa-icon-html5; }
  315. .fa-icon-css3:before { content: $fa-icon-css3; }
  316. .fa-icon-anchor:before { content: $fa-icon-anchor; }
  317. .fa-icon-unlock-alt:before { content: $fa-icon-unlock-alt; }
  318. .fa-icon-bullseye:before { content: $fa-icon-bullseye; }
  319. .fa-icon-ellipsis-horizontal:before { content: $fa-icon-ellipsis-horizontal; }
  320. .fa-icon-ellipsis-vertical:before { content: $fa-icon-ellipsis-vertical; }
  321. .fa-icon-rss-square:before { content: $fa-icon-rss-square; }
  322. .fa-icon-play-circle:before { content: $fa-icon-play-circle; }
  323. .fa-icon-ticket:before { content: $fa-icon-ticket; }
  324. .fa-icon-minus-square:before { content: $fa-icon-minus-square; }
  325. .fa-icon-minus-square-alt:before { content: $fa-icon-minus-square-alt; }
  326. .fa-icon-level-up:before { content: $fa-icon-level-up; }
  327. .fa-icon-level-down:before { content: $fa-icon-level-down; }
  328. .fa-icon-check-square:before { content: $fa-icon-check-square; }
  329. .fa-icon-pencil-square:before { content: $fa-icon-pencil-square; }
  330. .fa-icon-external-link-square:before { content: $fa-icon-external-link-square; }
  331. .fa-icon-share-square:before { content: $fa-icon-share-square; }
  332. .fa-icon-compass:before { content: $fa-icon-compass; }
  333. .fa-icon-toggle-down:before,
  334. .fa-icon-caret-square-alt-down:before { content: $fa-icon-caret-square-alt-down; }
  335. .fa-icon-toggle-up:before,
  336. .fa-icon-caret-square-alt-up:before { content: $fa-icon-caret-square-alt-up; }
  337. .fa-icon-toggle-right:before,
  338. .fa-icon-caret-square-alt-right:before { content: $fa-icon-caret-square-alt-right; }
  339. .fa-icon-euro:before,
  340. .fa-icon-eur:before { content: $fa-icon-eur; }
  341. .fa-icon-gbp:before { content: $fa-icon-gbp; }
  342. .fa-icon-dollar:before,
  343. .fa-icon-usd:before { content: $fa-icon-usd; }
  344. .fa-icon-rupee:before,
  345. .fa-icon-inr:before { content: $fa-icon-inr; }
  346. .fa-icon-cny:before,
  347. .fa-icon-rmb:before,
  348. .fa-icon-yen:before,
  349. .fa-icon-jpy:before { content: $fa-icon-jpy; }
  350. .fa-icon-ruble:before,
  351. .fa-icon-rouble:before,
  352. .fa-icon-rub:before { content: $fa-icon-rub; }
  353. .fa-icon-won:before,
  354. .fa-icon-krw:before { content: $fa-icon-krw; }
  355. .fa-icon-bitcoin:before,
  356. .fa-icon-btc:before { content: $fa-icon-btc; }
  357. .fa-icon-file:before { content: $fa-icon-file; }
  358. .fa-icon-file-text:before { content: $fa-icon-file-text; }
  359. .fa-icon-sort-alpha-asc:before { content: $fa-icon-sort-alpha-asc; }
  360. .fa-icon-sort-alpha-desc:before { content: $fa-icon-sort-alpha-desc; }
  361. .fa-icon-sort-amount-asc:before { content: $fa-icon-sort-amount-asc; }
  362. .fa-icon-sort-amount-desc:before { content: $fa-icon-sort-amount-desc; }
  363. .fa-icon-sort-numeric-asc:before { content: $fa-icon-sort-numeric-asc; }
  364. .fa-icon-sort-numeric-desc:before { content: $fa-icon-sort-numeric-desc; }
  365. .fa-icon-thumbs-up:before { content: $fa-icon-thumbs-up; }
  366. .fa-icon-thumbs-down:before { content: $fa-icon-thumbs-down; }
  367. .fa-icon-youtube-square:before { content: $fa-icon-youtube-square; }
  368. .fa-icon-youtube:before { content: $fa-icon-youtube; }
  369. .fa-icon-xing:before { content: $fa-icon-xing; }
  370. .fa-icon-xing-square:before { content: $fa-icon-xing-square; }
  371. .fa-icon-youtube-play:before { content: $fa-icon-youtube-play; }
  372. .fa-icon-dropbox:before { content: $fa-icon-dropbox; }
  373. .fa-icon-stack-overflow:before { content: $fa-icon-stack-overflow; }
  374. .fa-icon-instagram:before { content: $fa-icon-instagram; }
  375. .fa-icon-flickr:before { content: $fa-icon-flickr; }
  376. .fa-icon-adn:before { content: $fa-icon-adn; }
  377. .fa-icon-bitbucket:before { content: $fa-icon-bitbucket; }
  378. .fa-icon-bitbucket-square:before { content: $fa-icon-bitbucket-square; }
  379. .fa-icon-tumblr:before { content: $fa-icon-tumblr; }
  380. .fa-icon-tumblr-square:before { content: $fa-icon-tumblr-square; }
  381. .fa-icon-long-arrow-down:before { content: $fa-icon-long-arrow-down; }
  382. .fa-icon-long-arrow-up:before { content: $fa-icon-long-arrow-up; }
  383. .fa-icon-long-arrow-left:before { content: $fa-icon-long-arrow-left; }
  384. .fa-icon-long-arrow-right:before { content: $fa-icon-long-arrow-right; }
  385. .fa-icon-apple:before { content: $fa-icon-apple; }
  386. .fa-icon-windows:before { content: $fa-icon-windows; }
  387. .fa-icon-android:before { content: $fa-icon-android; }
  388. .fa-icon-linux:before { content: $fa-icon-linux; }
  389. .fa-icon-dribbble:before { content: $fa-icon-dribbble; }
  390. .fa-icon-skype:before { content: $fa-icon-skype; }
  391. .fa-icon-foursquare:before { content: $fa-icon-foursquare; }
  392. .fa-icon-trello:before { content: $fa-icon-trello; }
  393. .fa-icon-female:before { content: $fa-icon-female; }
  394. .fa-icon-male:before { content: $fa-icon-male; }
  395. .fa-icon-gittip:before { content: $fa-icon-gittip; }
  396. .fa-icon-sun-alt:before { content: $fa-icon-sun-alt; }
  397. .fa-icon-moon-alt:before { content: $fa-icon-moon-alt; }
  398. .fa-icon-archive:before { content: $fa-icon-archive; }
  399. .fa-icon-bug:before { content: $fa-icon-bug; }
  400. .fa-icon-vk:before { content: $fa-icon-vk; }
  401. .fa-icon-weibo:before { content: $fa-icon-weibo; }
  402. .fa-icon-renren:before { content: $fa-icon-renren; }
  403. .fa-icon-pagelines:before { content: $fa-icon-pagelines; }
  404. .fa-icon-stack-exchange:before { content: $fa-icon-stack-exchange; }
  405. .fa-icon-arrow-circle-alt-right:before { content: $fa-icon-arrow-circle-alt-right; }
  406. .fa-icon-arrow-circle-alt-left:before { content: $fa-icon-arrow-circle-alt-left; }
  407. .fa-icon-toggle-left:before,
  408. .fa-icon-caret-square-alt-left:before { content: $fa-icon-caret-square-alt-left; }