icons.less 17 KB

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