fomantic-ui 2.9.0-beta.98 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (442) hide show
  1. package/.all-contributorsrc +86 -1
  2. package/.github/codeql/codeql-config.yml +4 -0
  3. package/.github/dependabot.yml +10 -0
  4. package/.github/workflows/ci.yml +10 -6
  5. package/.github/workflows/codeql.yml +68 -0
  6. package/.github/workflows/nightly.yml +16 -8
  7. package/.github/workflows/release.yml +34 -0
  8. package/CHANGELOG.md +925 -650
  9. package/CONTRIBUTORS.md +16 -1
  10. package/FAQ.md +38 -38
  11. package/README.md +7 -7
  12. package/dist/components/accordion.css +136 -40
  13. package/dist/components/accordion.js +10 -4
  14. package/dist/components/accordion.min.css +2 -2
  15. package/dist/components/accordion.min.js +3 -3
  16. package/dist/components/ad.css +4 -4
  17. package/dist/components/ad.min.css +2 -2
  18. package/dist/components/api.js +82 -25
  19. package/dist/components/api.min.js +3 -3
  20. package/dist/components/breadcrumb.css +1 -1
  21. package/dist/components/breadcrumb.min.css +1 -1
  22. package/dist/components/button.css +124 -77
  23. package/dist/components/button.min.css +2 -2
  24. package/dist/components/calendar.css +18 -1
  25. package/dist/components/calendar.js +92 -73
  26. package/dist/components/calendar.min.css +2 -2
  27. package/dist/components/calendar.min.js +3 -3
  28. package/dist/components/card.css +729 -99
  29. package/dist/components/card.min.css +2 -2
  30. package/dist/components/checkbox.css +92 -92
  31. package/dist/components/checkbox.js +4 -3
  32. package/dist/components/checkbox.min.css +2 -2
  33. package/dist/components/checkbox.min.js +3 -3
  34. package/dist/components/comment.css +2 -2
  35. package/dist/components/comment.min.css +2 -2
  36. package/dist/components/container.css +98 -4
  37. package/dist/components/container.min.css +2 -2
  38. package/dist/components/dimmer.css +7 -6
  39. package/dist/components/dimmer.js +19 -10
  40. package/dist/components/dimmer.min.css +2 -2
  41. package/dist/components/dimmer.min.js +3 -3
  42. package/dist/components/divider.css +31 -31
  43. package/dist/components/divider.min.css +2 -2
  44. package/dist/components/dropdown.css +74 -47
  45. package/dist/components/dropdown.js +237 -188
  46. package/dist/components/dropdown.min.css +2 -2
  47. package/dist/components/dropdown.min.js +3 -3
  48. package/dist/components/embed.css +5 -5
  49. package/dist/components/embed.js +14 -10
  50. package/dist/components/embed.min.css +2 -2
  51. package/dist/components/embed.min.js +3 -3
  52. package/dist/components/emoji.css +10797 -8839
  53. package/dist/components/emoji.min.css +1 -1
  54. package/dist/components/feed.css +2 -2
  55. package/dist/components/feed.min.css +2 -2
  56. package/dist/components/flag.css +563 -563
  57. package/dist/components/flag.min.css +2 -2
  58. package/dist/components/flyout.css +592 -0
  59. package/dist/components/flyout.js +1530 -0
  60. package/dist/components/flyout.min.css +9 -0
  61. package/dist/components/flyout.min.js +11 -0
  62. package/dist/components/form.css +67 -39
  63. package/dist/components/form.js +25 -21
  64. package/dist/components/form.min.css +2 -2
  65. package/dist/components/form.min.js +3 -3
  66. package/dist/components/grid.css +15 -14
  67. package/dist/components/grid.min.css +2 -2
  68. package/dist/components/header.css +6 -4
  69. package/dist/components/header.min.css +2 -2
  70. package/dist/components/icon.css +2105 -2061
  71. package/dist/components/icon.min.css +2 -2
  72. package/dist/components/image.css +1 -1
  73. package/dist/components/image.min.css +1 -1
  74. package/dist/components/input.css +743 -21
  75. package/dist/components/input.min.css +2 -2
  76. package/dist/components/item.css +5 -5
  77. package/dist/components/item.min.css +2 -2
  78. package/dist/components/label.css +72 -68
  79. package/dist/components/label.min.css +2 -2
  80. package/dist/components/list.css +31 -31
  81. package/dist/components/list.min.css +2 -2
  82. package/dist/components/loader.css +352 -352
  83. package/dist/components/loader.min.css +2 -2
  84. package/dist/components/menu.css +79 -71
  85. package/dist/components/menu.min.css +1 -1
  86. package/dist/components/message.css +3 -3
  87. package/dist/components/message.min.css +2 -2
  88. package/dist/components/modal.css +35 -6
  89. package/dist/components/modal.js +97 -57
  90. package/dist/components/modal.min.css +2 -2
  91. package/dist/components/modal.min.js +3 -3
  92. package/dist/components/nag.css +1 -1
  93. package/dist/components/nag.js +3 -3
  94. package/dist/components/nag.min.css +1 -1
  95. package/dist/components/nag.min.js +3 -3
  96. package/dist/components/placeholder.css +33 -33
  97. package/dist/components/placeholder.min.css +2 -2
  98. package/dist/components/popup.css +100 -104
  99. package/dist/components/popup.js +17 -23
  100. package/dist/components/popup.min.css +2 -2
  101. package/dist/components/popup.min.js +3 -3
  102. package/dist/components/progress.css +1 -1
  103. package/dist/components/progress.js +6 -3
  104. package/dist/components/progress.min.css +1 -1
  105. package/dist/components/progress.min.js +3 -3
  106. package/dist/components/rail.css +1 -1
  107. package/dist/components/rail.min.css +1 -1
  108. package/dist/components/rating.css +1 -1
  109. package/dist/components/rating.js +8 -4
  110. package/dist/components/rating.min.css +1 -1
  111. package/dist/components/rating.min.js +3 -3
  112. package/dist/components/reset.css +5 -4
  113. package/dist/components/reset.min.css +2 -2
  114. package/dist/components/reveal.css +1 -1
  115. package/dist/components/reveal.min.css +1 -1
  116. package/dist/components/search.css +6 -6
  117. package/dist/components/search.js +48 -21
  118. package/dist/components/search.min.css +2 -2
  119. package/dist/components/search.min.js +3 -3
  120. package/dist/components/segment.css +107 -29
  121. package/dist/components/segment.min.css +2 -2
  122. package/dist/components/shape.css +1 -1
  123. package/dist/components/shape.js +4 -4
  124. package/dist/components/shape.min.css +1 -1
  125. package/dist/components/shape.min.js +3 -3
  126. package/dist/components/sidebar.css +20 -8
  127. package/dist/components/sidebar.js +141 -44
  128. package/dist/components/sidebar.min.css +2 -2
  129. package/dist/components/sidebar.min.js +3 -3
  130. package/dist/components/site.css +79 -4
  131. package/dist/components/site.js +2 -2
  132. package/dist/components/site.min.css +2 -2
  133. package/dist/components/site.min.js +3 -3
  134. package/dist/components/slider.css +17 -17
  135. package/dist/components/slider.js +79 -64
  136. package/dist/components/slider.min.css +1 -1
  137. package/dist/components/slider.min.js +3 -3
  138. package/dist/components/state.js +3 -3
  139. package/dist/components/state.min.js +3 -3
  140. package/dist/components/statistic.css +4 -4
  141. package/dist/components/statistic.min.css +2 -2
  142. package/dist/components/step.css +30 -30
  143. package/dist/components/step.min.css +2 -2
  144. package/dist/components/sticky.css +1 -1
  145. package/dist/components/sticky.js +30 -19
  146. package/dist/components/sticky.min.css +1 -1
  147. package/dist/components/sticky.min.js +3 -3
  148. package/dist/components/tab.css +5 -5
  149. package/dist/components/tab.js +25 -7
  150. package/dist/components/tab.min.css +2 -2
  151. package/dist/components/tab.min.js +3 -3
  152. package/dist/components/table.css +1680 -270
  153. package/dist/components/table.min.css +2 -2
  154. package/dist/components/text.css +1 -1
  155. package/dist/components/text.min.css +1 -1
  156. package/dist/components/toast.css +11 -1
  157. package/dist/components/toast.js +19 -12
  158. package/dist/components/toast.min.css +2 -2
  159. package/dist/components/toast.min.js +3 -3
  160. package/dist/components/transition.css +1 -1
  161. package/dist/components/transition.js +27 -22
  162. package/dist/components/transition.min.css +1 -1
  163. package/dist/components/transition.min.js +3 -3
  164. package/dist/components/visibility.js +5 -5
  165. package/dist/components/visibility.min.js +3 -3
  166. package/dist/semantic.css +41415 -34430
  167. package/dist/semantic.js +2597 -696
  168. package/dist/semantic.min.css +3 -3
  169. package/dist/semantic.min.js +3 -3
  170. package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  171. package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  172. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  173. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  174. package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  175. package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  176. package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  177. package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  178. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  179. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  180. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  181. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  182. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  183. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  184. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  185. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  186. package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
  187. package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  188. package/dist/themes/default/assets/fonts/icons.woff +0 -0
  189. package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
  190. package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
  191. package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  192. package/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
  193. package/examples/assets/library/iframe-content.js +3 -3
  194. package/examples/assets/library/iframe.js +3 -3
  195. package/examples/components/button.html +1 -1
  196. package/examples/components/card.html +1 -1
  197. package/examples/components/input.html +1 -1
  198. package/examples/components/menu.html +1 -1
  199. package/examples/components/site.html +1 -1
  200. package/examples/components/sticky-context.html +197 -0
  201. package/examples/components/table.html +1 -1
  202. package/package.json +20 -18
  203. package/scripts/nightly-version.js +47 -38
  204. package/src/definitions/behaviors/api.js +81 -24
  205. package/src/definitions/behaviors/form.js +24 -20
  206. package/src/definitions/behaviors/state.js +2 -2
  207. package/src/definitions/behaviors/visibility.js +4 -4
  208. package/src/definitions/collections/form.less +43 -31
  209. package/src/definitions/collections/grid.less +11 -11
  210. package/src/definitions/collections/menu.less +62 -47
  211. package/src/definitions/collections/message.less +1 -1
  212. package/src/definitions/collections/table.less +636 -39
  213. package/src/definitions/elements/button.less +254 -125
  214. package/src/definitions/elements/container.less +129 -0
  215. package/src/definitions/elements/divider.less +24 -24
  216. package/src/definitions/elements/emoji.less +25 -2
  217. package/src/definitions/elements/flag.less +47 -1
  218. package/src/definitions/elements/header.less +4 -2
  219. package/src/definitions/elements/icon.less +91 -12
  220. package/src/definitions/elements/input.less +259 -27
  221. package/src/definitions/elements/label.less +42 -39
  222. package/src/definitions/elements/list.less +29 -30
  223. package/src/definitions/elements/loader.less +87 -87
  224. package/src/definitions/elements/placeholder.less +32 -32
  225. package/src/definitions/elements/segment.less +147 -34
  226. package/src/definitions/elements/step.less +25 -25
  227. package/src/definitions/globals/reset.less +2 -2
  228. package/src/definitions/globals/site.js +1 -1
  229. package/src/definitions/globals/site.less +14 -12
  230. package/src/definitions/modules/accordion.js +9 -3
  231. package/src/definitions/modules/accordion.less +371 -269
  232. package/src/definitions/modules/calendar.js +91 -72
  233. package/src/definitions/modules/calendar.less +20 -0
  234. package/src/definitions/modules/checkbox.js +3 -2
  235. package/src/definitions/modules/checkbox.less +53 -53
  236. package/src/definitions/modules/dimmer.js +18 -9
  237. package/src/definitions/modules/dimmer.less +11 -10
  238. package/src/definitions/modules/dropdown.js +236 -187
  239. package/src/definitions/modules/dropdown.less +110 -77
  240. package/src/definitions/modules/embed.js +13 -9
  241. package/src/definitions/modules/embed.less +4 -4
  242. package/src/definitions/modules/flyout.js +1530 -0
  243. package/src/definitions/modules/flyout.less +650 -0
  244. package/src/definitions/modules/modal.js +96 -56
  245. package/src/definitions/modules/modal.less +68 -33
  246. package/src/definitions/modules/nag.js +2 -2
  247. package/src/definitions/modules/popup.js +16 -22
  248. package/src/definitions/modules/popup.less +86 -90
  249. package/src/definitions/modules/progress.js +5 -2
  250. package/src/definitions/modules/rating.js +7 -3
  251. package/src/definitions/modules/search.js +47 -20
  252. package/src/definitions/modules/search.less +3 -3
  253. package/src/definitions/modules/shape.js +3 -3
  254. package/src/definitions/modules/sidebar.js +140 -43
  255. package/src/definitions/modules/sidebar.less +20 -5
  256. package/src/definitions/modules/slider.js +78 -63
  257. package/src/definitions/modules/slider.less +9 -9
  258. package/src/definitions/modules/sticky.js +29 -18
  259. package/src/definitions/modules/sticky.less +3 -1
  260. package/src/definitions/modules/tab.js +24 -6
  261. package/src/definitions/modules/tab.less +4 -4
  262. package/src/definitions/modules/toast.js +18 -11
  263. package/src/definitions/modules/toast.less +6 -0
  264. package/src/definitions/modules/transition.js +26 -21
  265. package/src/definitions/views/ad.less +3 -3
  266. package/src/definitions/views/card.less +124 -18
  267. package/src/definitions/views/comment.less +1 -1
  268. package/src/definitions/views/feed.less +1 -1
  269. package/src/definitions/views/item.less +3 -3
  270. package/src/definitions/views/statistic.less +1 -1
  271. package/src/semantic.less +1 -0
  272. package/src/theme.config.example +1 -0
  273. package/src/theme.less +13 -2
  274. package/src/themes/amazon/globals/site.variables +1 -0
  275. package/src/themes/basic/elements/icon.overrides +149 -149
  276. package/src/themes/basic/elements/icon.variables +16 -6
  277. package/src/themes/basic/elements/step.overrides +2 -2
  278. package/src/themes/bookish/elements/header.overrides +1 -1
  279. package/src/themes/chubby/elements/button.overrides +1 -1
  280. package/src/themes/chubby/elements/header.overrides +1 -1
  281. package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  282. package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  283. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  284. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  285. package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  286. package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  287. package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  288. package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  289. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  290. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  291. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  292. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  293. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  294. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  295. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  296. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  297. package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
  298. package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  299. package/src/themes/default/assets/fonts/icons.woff +0 -0
  300. package/src/themes/default/assets/fonts/icons.woff2 +0 -0
  301. package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
  302. package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  303. package/src/themes/default/collections/form.variables +4 -0
  304. package/src/themes/default/collections/table.variables +52 -0
  305. package/src/themes/default/elements/button.variables +5 -0
  306. package/src/themes/default/elements/container.variables +12 -0
  307. package/src/themes/default/elements/divider.overrides +7 -7
  308. package/src/themes/default/elements/emoji.overrides +0 -3090
  309. package/src/themes/default/elements/emoji.variables +3563 -1
  310. package/src/themes/default/elements/flag.overrides +0 -1640
  311. package/src/themes/default/elements/flag.variables +1597 -1
  312. package/src/themes/default/elements/icon.overrides +1 -2043
  313. package/src/themes/default/elements/icon.variables +2045 -30
  314. package/src/themes/default/elements/input.variables +15 -0
  315. package/src/themes/default/elements/segment.variables +8 -0
  316. package/src/themes/default/elements/step.overrides +4 -7
  317. package/src/themes/default/globals/site.variables +103 -8
  318. package/src/themes/default/globals/variation.variables +59 -0
  319. package/src/themes/default/modules/accordion.overrides +7 -9
  320. package/src/themes/default/modules/accordion.variables +34 -2
  321. package/src/themes/default/modules/calendar.variables +3 -0
  322. package/src/themes/default/modules/checkbox.overrides +10 -12
  323. package/src/themes/default/modules/checkbox.variables +5 -5
  324. package/src/themes/default/modules/dropdown.overrides +6 -9
  325. package/src/themes/default/modules/dropdown.variables +6 -9
  326. package/src/themes/default/modules/flyout.overrides +3 -0
  327. package/src/themes/default/modules/flyout.variables +100 -0
  328. package/src/themes/default/modules/modal.variables +16 -2
  329. package/src/themes/default/modules/popup.variables +0 -2
  330. package/src/themes/default/modules/sidebar.variables +4 -1
  331. package/src/themes/default/views/card.variables +8 -0
  332. package/src/themes/{default → famfamfam}/assets/images/flags.png +0 -0
  333. package/src/themes/famfamfam/elements/flag.overrides +496 -496
  334. package/src/themes/famfamfam/elements/flag.variables +8 -1
  335. package/src/themes/github/elements/icon.overrides +206 -206
  336. package/src/themes/github/elements/icon.variables +16 -1
  337. package/src/themes/github/elements/step.overrides +5 -5
  338. package/src/themes/github/globals/site.variables +1 -0
  339. package/src/themes/github/modules/dropdown.overrides +7 -10
  340. package/src/themes/instagram/views/card.overrides +1 -1
  341. package/src/themes/joypixels/elements/emoji.overrides +0 -3089
  342. package/src/themes/joypixels/elements/emoji.variables +3562 -5
  343. package/src/themes/material/collections/menu.overrides +1 -1
  344. package/src/themes/material/elements/button.overrides +1 -1
  345. package/src/themes/material/elements/header.overrides +1 -1
  346. package/src/themes/material/elements/icon.overrides +932 -932
  347. package/src/themes/material/elements/icon.variables +17 -0
  348. package/src/themes/material/globals/site.variables +0 -1
  349. package/src/themes/material/modules/dropdown.overrides +1 -1
  350. package/src/themes/material/modules/modal.overrides +1 -1
  351. package/src/themes/pulsar/elements/loader.overrides +2 -2
  352. package/src/themes/resetcss/globals/reset.overrides +3 -3
  353. package/src/themes/rtl/globals/site.overrides +1 -1
  354. package/src/themes/striped/modules/progress.overrides +1 -1
  355. package/src/themes/systemfont/globals/reset.overrides +8 -0
  356. package/src/themes/systemfont/globals/site.variables +10 -0
  357. package/src/themes/twitter/elements/emoji.overrides +0 -3091
  358. package/src/themes/twitter/elements/emoji.variables +3558 -6
  359. package/tasks/admin/distributions/create.js +1 -1
  360. package/tasks/admin/publish.js +1 -1
  361. package/tasks/admin/release.js +1 -1
  362. package/tasks/build/assets.js +1 -1
  363. package/tasks/build/css.js +3 -3
  364. package/tasks/build/javascript.js +3 -3
  365. package/tasks/check-install.js +1 -1
  366. package/tasks/clean.js +1 -1
  367. package/tasks/collections/README.md +1 -1
  368. package/tasks/collections/admin.js +1 -1
  369. package/tasks/config/admin/oauth.example.js +1 -1
  370. package/tasks/config/admin/release.js +1 -0
  371. package/tasks/config/admin/templates/composer.json +1 -1
  372. package/tasks/config/admin/templates/css-package.js +8 -12
  373. package/tasks/config/admin/templates/less-package.js +2 -2
  374. package/tasks/config/defaults.js +1 -0
  375. package/tasks/config/project/install.js +16 -13
  376. package/tasks/install.js +1 -0
  377. package/tasks/rtl/watch.js +1 -1
  378. package/tasks/version.js +1 -1
  379. package/test/fixtures/accordion.html +1 -1
  380. package/test/fixtures/checkbox.html +1 -1
  381. package/test/fixtures/dropdown.html +1 -1
  382. package/test/fixtures/modal.html +1 -1
  383. package/test/fixtures/popup.html +1 -1
  384. package/test/fixtures/rating.html +1 -1
  385. package/test/fixtures/shape.html +1 -1
  386. package/test/fixtures/sidebar.html +1 -1
  387. package/test/fixtures/tab.html +1 -1
  388. package/test/fixtures/transition.html +1 -1
  389. package/test/fixtures/video.html +1 -1
  390. package/test/helpers/jasmine-jquery.js +2 -2
  391. package/test/helpers/jasmine-sinon.js +1 -1
  392. package/test/helpers/jquery-events.js +1 -1
  393. package/test/helpers/sinon.js +2 -2
  394. package/test/meteor/fonts.js +1 -1
  395. package/test/modules/accordion.spec.js +1 -1
  396. package/test/modules/checkbox.spec.js +1 -1
  397. package/test/modules/dropdown.spec.js +1 -1
  398. package/test/modules/modal.spec.js +1 -1
  399. package/test/modules/module.spec.js +1 -1
  400. package/test/modules/popup.spec.js +1 -1
  401. package/test/modules/search.spec.js +1 -1
  402. package/test/modules/shape.spec.js +1 -1
  403. package/test/modules/sidebar.spec.js +1 -1
  404. package/test/modules/tab.spec.js +1 -1
  405. package/test/modules/transition.spec.js +1 -1
  406. package/test/modules/video.spec.js +1 -1
  407. package/dist/themes/basic/assets/fonts/icons.eot +0 -0
  408. package/dist/themes/basic/assets/fonts/icons.svg +0 -450
  409. package/dist/themes/basic/assets/fonts/icons.ttf +0 -0
  410. package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
  411. package/dist/themes/default/assets/fonts/brand-icons.svg +0 -3570
  412. package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
  413. package/dist/themes/default/assets/fonts/icons.eot +0 -0
  414. package/dist/themes/default/assets/fonts/icons.svg +0 -4938
  415. package/dist/themes/default/assets/fonts/icons.ttf +0 -0
  416. package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
  417. package/dist/themes/default/assets/fonts/outline-icons.svg +0 -803
  418. package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
  419. package/dist/themes/github/assets/fonts/octicons-local.ttf +0 -0
  420. package/dist/themes/github/assets/fonts/octicons.svg +0 -200
  421. package/dist/themes/github/assets/fonts/octicons.ttf +0 -0
  422. package/dist/themes/material/assets/fonts/icons.eot +0 -0
  423. package/dist/themes/material/assets/fonts/icons.svg +0 -2373
  424. package/dist/themes/material/assets/fonts/icons.ttf +0 -0
  425. package/src/themes/basic/assets/fonts/icons.eot +0 -0
  426. package/src/themes/basic/assets/fonts/icons.svg +0 -450
  427. package/src/themes/basic/assets/fonts/icons.ttf +0 -0
  428. package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
  429. package/src/themes/default/assets/fonts/brand-icons.svg +0 -3570
  430. package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
  431. package/src/themes/default/assets/fonts/icons.eot +0 -0
  432. package/src/themes/default/assets/fonts/icons.svg +0 -4938
  433. package/src/themes/default/assets/fonts/icons.ttf +0 -0
  434. package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
  435. package/src/themes/default/assets/fonts/outline-icons.svg +0 -803
  436. package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
  437. package/src/themes/github/assets/fonts/octicons-local.ttf +0 -0
  438. package/src/themes/github/assets/fonts/octicons.svg +0 -200
  439. package/src/themes/github/assets/fonts/octicons.ttf +0 -0
  440. package/src/themes/material/assets/fonts/icons.eot +0 -0
  441. package/src/themes/material/assets/fonts/icons.svg +0 -2373
  442. package/src/themes/material/assets/fonts/icons.ttf +0 -0
@@ -1,2045 +1,3 @@
1
- /*
2
- * Font Awesome 5.13.0 by @fontawesome [https://fontawesome.com]
3
- * License - https://fontawesome.com/license (Icons: CC BY 4.0 License, Fonts: SIL OFL 1.1 License, CSS: MIT License)
4
- */
5
-
6
1
  /*******************************
7
-
8
- Fomantic-UI integration of FontAwesome :
9
-
10
- // class names are separated
11
- i.icon.angle-left => i.icon.angle.left
12
-
13
- // variations are extracted
14
- i.icon.circle => i.icon.circle
15
- i.icon.circle-o => i.icon.circle.outline
16
-
17
- // abbreviation are replaced by full words
18
- i.icon.*-h => i.icon.*.horizontal
19
- i.icon.*-v => i.icon.*.vertical
20
- i.icon.alpha => i.icon.alphabet
21
- i.icon.asc => i.icon.ascending
22
- i.icon.desc => i.icon.descending
23
- i.icon.alt => i.icon.alternate
24
-
25
-
26
- Icons are order A-Z in their group, Solid, Outline, Thin (Pro only) and Brand
27
-
2
+ Theme Overrides
28
3
  *******************************/
29
-
30
-
31
- /*******************************
32
- Icons
33
- *******************************/
34
- & when(@variationIconDeprecated) {
35
- /* Deprecated *In/Out Naming Conflict) */
36
- i.icon.linkedin.in:before { content: "\f0e1"; }
37
- i.icon.zoom.in:before { content: "\f00e"; }
38
- i.icon.zoom.out:before { content: "\f010"; }
39
- i.icon.sign.in:before { content: "\f2f6"; }
40
- i.icon.in.cart:before { content: "\f218"; }
41
- i.icon.log.out:before { content: "\f2f5"; }
42
- i.icon.sign.out:before { content: "\f2f5"; }
43
- }
44
-
45
- & when(@variationIconSolid) {
46
- /*******************************
47
- Solid Icons
48
- *******************************/
49
-
50
- /* Icons */
51
- i.icon.ad:before { content: "\f641"; }
52
- i.icon.address.book:before { content: "\f2b9"; }
53
- i.icon.address.card:before { content: "\f2bb"; }
54
- i.icon.adjust:before { content: "\f042"; }
55
- i.icon.air.freshener:before { content: "\f5d0"; }
56
- i.icon.align.center:before { content: "\f037"; }
57
- i.icon.align.justify:before { content: "\f039"; }
58
- i.icon.align.left:before { content: "\f036"; }
59
- i.icon.align.right:before { content: "\f038"; }
60
- i.icon.allergies:before { content: "\f461"; }
61
- i.icon.ambulance:before { content: "\f0f9"; }
62
- i.icon.american.sign.language.interpreting:before { content: "\f2a3"; }
63
- i.icon.anchor:before { content: "\f13d"; }
64
- i.icon.angle.double.down:before { content: "\f103"; }
65
- i.icon.angle.double.left:before { content: "\f100"; }
66
- i.icon.angle.double.right:before { content: "\f101"; }
67
- i.icon.angle.double.up:before { content: "\f102"; }
68
- i.icon.angle.down:before { content: "\f107"; }
69
- i.icon.angle.left:before { content: "\f104"; }
70
- i.icon.angle.right:before { content: "\f105"; }
71
- i.icon.angle.up:before { content: "\f106"; }
72
- i.icon.angry:before { content: "\f556"; }
73
- i.icon.ankh:before { content: "\f644"; }
74
- i.icon.archive:before { content: "\f187"; }
75
- i.icon.archway:before { content: "\f557"; }
76
- i.icon.arrow.alternate.circle.down:before { content: "\f358"; }
77
- i.icon.arrow.alternate.circle.left:before { content: "\f359"; }
78
- i.icon.arrow.alternate.circle.right:before { content: "\f35a"; }
79
- i.icon.arrow.alternate.circle.up:before { content: "\f35b"; }
80
- i.icon.arrow.circle.down:before { content: "\f0ab"; }
81
- i.icon.arrow.circle.left:before { content: "\f0a8"; }
82
- i.icon.arrow.circle.right:before { content: "\f0a9"; }
83
- i.icon.arrow.circle.up:before { content: "\f0aa"; }
84
- i.icon.arrow.left:before { content: "\f060"; }
85
- i.icon.arrow.right:before { content: "\f061"; }
86
- i.icon.arrow.up:before { content: "\f062"; }
87
- i.icon.arrow.down:before { content: "\f063"; }
88
- i.icon.arrows.alternate:before { content: "\f0b2"; }
89
- i.icon.arrows.alternate.horizontal:before { content: "\f337"; }
90
- i.icon.arrows.alternate.vertical:before { content: "\f338"; }
91
- i.icon.assistive.listening.systems:before { content: "\f2a2"; }
92
- i.icon.asterisk:before { content: "\f069"; }
93
- i.icon.at:before { content: "\f1fa"; }
94
- i.icon.atlas:before { content: "\f558"; }
95
- i.icon.atom:before { content: "\f5d2"; }
96
- i.icon.audio.description:before { content: "\f29e"; }
97
- i.icon.award:before { content: "\f559"; }
98
- i.icon.baby:before { content: "\f77c"; }
99
- i.icon.baby.carriage:before { content: "\f77d"; }
100
- i.icon.backspace:before { content: "\f55a"; }
101
- i.icon.backward:before { content: "\f04a"; }
102
- i.icon.bacon:before { content: "\f7e5"; }
103
- i.icon.bahai:before { content: "\f666"; }
104
- i.icon.balance.scale:before { content: "\f24e"; }
105
- i.icon.balance.scale.left:before { content: "\f515"; }
106
- i.icon.balance.scale.right:before { content: "\f516"; }
107
- i.icon.ban:before { content: "\f05e"; }
108
- i.icon.band.aid:before { content: "\f462"; }
109
- i.icon.barcode:before { content: "\f02a"; }
110
- i.icon.bars:before { content: "\f0c9"; }
111
- i.icon.baseball.ball:before { content: "\f433"; }
112
- i.icon.basketball.ball:before { content: "\f434"; }
113
- i.icon.bath:before { content: "\f2cd"; }
114
- i.icon.battery.empty:before { content: "\f244"; }
115
- i.icon.battery.full:before { content: "\f240"; }
116
- i.icon.battery.half:before { content: "\f242"; }
117
- i.icon.battery.quarter:before { content: "\f243"; }
118
- i.icon.battery.three.quarters:before { content: "\f241"; }
119
- i.icon.bed:before { content: "\f236"; }
120
- i.icon.beer:before { content: "\f0fc"; }
121
- i.icon.bell:before { content: "\f0f3"; }
122
- i.icon.bell.slash:before { content: "\f1f6"; }
123
- i.icon.bezier.curve:before { content: "\f55b"; }
124
- i.icon.bible:before { content: "\f647"; }
125
- i.icon.bicycle:before { content: "\f206"; }
126
- i.icon.biking:before { content: "\f84a"; }
127
- i.icon.binoculars:before { content: "\f1e5"; }
128
- i.icon.biohazard:before { content: "\f780"; }
129
- i.icon.birthday.cake:before { content: "\f1fd"; }
130
- i.icon.blender:before { content: "\f517"; }
131
- i.icon.blender.phone:before { content: "\f6b6"; }
132
- i.icon.blind:before { content: "\f29d"; }
133
- i.icon.blog:before { content: "\f781"; }
134
- i.icon.bold:before { content: "\f032"; }
135
- i.icon.bolt:before { content: "\f0e7"; }
136
- i.icon.bomb:before { content: "\f1e2"; }
137
- i.icon.bone:before { content: "\f5d7"; }
138
- i.icon.bong:before { content: "\f55c"; }
139
- i.icon.book:before { content: "\f02d"; }
140
- i.icon.book.dead:before { content: "\f6b7"; }
141
- i.icon.book.medical:before { content: "\f7e6"; }
142
- i.icon.book.open:before { content: "\f518"; }
143
- i.icon.book.reader:before { content: "\f5da"; }
144
- i.icon.bookmark:before { content: "\f02e"; }
145
- i.icon.border.all:before { content: "\f84c"; }
146
- i.icon.border.none:before { content: "\f850"; }
147
- i.icon.border.style:before { content: "\f853"; }
148
- i.icon.bowling.ball:before { content: "\f436"; }
149
- i.icon.box:before { content: "\f466"; }
150
- i.icon.box.open:before { content: "\f49e"; }
151
- i.icon.box.tissue:before { content: "\f95b"; }
152
- i.icon.boxes:before { content: "\f468"; }
153
- i.icon.braille:before { content: "\f2a1"; }
154
- i.icon.brain:before { content: "\f5dc"; }
155
- i.icon.bread.slice:before { content: "\f7ec"; }
156
- i.icon.briefcase:before { content: "\f0b1"; }
157
- i.icon.briefcase.medical:before { content: "\f469"; }
158
- i.icon.broadcast.tower:before { content: "\f519"; }
159
- i.icon.broom:before { content: "\f51a"; }
160
- i.icon.brush:before { content: "\f55d"; }
161
- i.icon.bug:before { content: "\f188"; }
162
- i.icon.building:before { content: "\f1ad"; }
163
- i.icon.bullhorn:before { content: "\f0a1"; }
164
- i.icon.bullseye:before { content: "\f140"; }
165
- i.icon.burn:before { content: "\f46a"; }
166
- i.icon.bus:before { content: "\f207"; }
167
- i.icon.bus.alternate:before { content: "\f55e"; }
168
- i.icon.business.time:before { content: "\f64a"; }
169
- i.icon.calculator:before { content: "\f1ec"; }
170
- i.icon.calendar:before { content: "\f133"; }
171
- i.icon.calendar.alternate:before { content: "\f073"; }
172
- i.icon.calendar.check:before { content: "\f274"; }
173
- i.icon.calendar.day:before { content: "\f783"; }
174
- i.icon.calendar.minus:before { content: "\f272"; }
175
- i.icon.calendar.plus:before { content: "\f271"; }
176
- i.icon.calendar.times:before { content: "\f273"; }
177
- i.icon.calendar.week:before { content: "\f784"; }
178
- i.icon.camera:before { content: "\f030"; }
179
- i.icon.camera.retro:before { content: "\f083"; }
180
- i.icon.campground:before { content: "\f6bb"; }
181
- i.icon.candy.cane:before { content: "\f786"; }
182
- i.icon.cannabis:before { content: "\f55f"; }
183
- i.icon.capsules:before { content: "\f46b"; }
184
- i.icon.car:before { content: "\f1b9"; }
185
- i.icon.car.alternate:before { content: "\f5de"; }
186
- i.icon.car.battery:before { content: "\f5df"; }
187
- i.icon.car.crash:before { content: "\f5e1"; }
188
- i.icon.car.side:before { content: "\f5e4"; }
189
- i.icon.caravan:before { content: "\f8ff"; }
190
- i.icon.caret.down:before { content: "\f0d7"; }
191
- i.icon.caret.left:before { content: "\f0d9"; }
192
- i.icon.caret.right:before { content: "\f0da"; }
193
- i.icon.caret.square.down:before { content: "\f150"; }
194
- i.icon.caret.square.left:before { content: "\f191"; }
195
- i.icon.caret.square.right:before { content: "\f152"; }
196
- i.icon.caret.square.up:before { content: "\f151"; }
197
- i.icon.caret.up:before { content: "\f0d8"; }
198
- i.icon.carrot:before { content: "\f787"; }
199
- i.icon.cart.arrow.down:before { content: "\f218"; }
200
- i.icon.cart.plus:before { content: "\f217"; }
201
- i.icon.cash.register:before { content: "\f788"; }
202
- i.icon.cat:before { content: "\f6be"; }
203
- i.icon.certificate:before { content: "\f0a3"; }
204
- i.icon.chair:before { content: "\f6c0"; }
205
- i.icon.chalkboard:before { content: "\f51b"; }
206
- i.icon.chalkboard.teacher:before { content: "\f51c"; }
207
- i.icon.charging.station:before { content: "\f5e7"; }
208
- i.icon.chart.area:before { content: "\f1fe"; }
209
- i.icon.chart.bar:before { content: "\f080"; }
210
- i.icon.chart.line:before { content: "\f201"; }
211
- i.icon.chartline:before { content: "\f201"; }
212
- i.icon.chart.pie:before { content: "\f200"; }
213
- i.icon.check:before { content: "\f00c"; }
214
- i.icon.check.circle:before { content: "\f058"; }
215
- i.icon.check.double:before { content: "\f560"; }
216
- i.icon.check.square:before { content: "\f14a"; }
217
- i.icon.cheese:before { content: "\f7ef"; }
218
- i.icon.chess:before { content: "\f439"; }
219
- i.icon.chess.bishop:before { content: "\f43a"; }
220
- i.icon.chess.board:before { content: "\f43c"; }
221
- i.icon.chess.king:before { content: "\f43f"; }
222
- i.icon.chess.knight:before { content: "\f441"; }
223
- i.icon.chess.pawn:before { content: "\f443"; }
224
- i.icon.chess.queen:before { content: "\f445"; }
225
- i.icon.chess.rook:before { content: "\f447"; }
226
- i.icon.chevron.circle.down:before { content: "\f13a"; }
227
- i.icon.chevron.circle.left:before { content: "\f137"; }
228
- i.icon.chevron.circle.right:before { content: "\f138"; }
229
- i.icon.chevron.circle.up:before { content: "\f139"; }
230
- i.icon.chevron.down:before { content: "\f078"; }
231
- i.icon.chevron.left:before { content: "\f053"; }
232
- i.icon.chevron.right:before { content: "\f054"; }
233
- i.icon.chevron.up:before { content: "\f077"; }
234
- i.icon.child:before { content: "\f1ae"; }
235
- i.icon.church:before { content: "\f51d"; }
236
- i.icon.circle:before { content: "\f111"; }
237
- i.icon.circle.notch:before { content: "\f1ce"; }
238
- i.icon.city:before { content: "\f64f"; }
239
- i.icon.clinic.medical:before { content: "\f7f2"; }
240
- i.icon.clipboard:before { content: "\f328"; }
241
- i.icon.clipboard.check:before { content: "\f46c"; }
242
- i.icon.clipboard.list:before { content: "\f46d"; }
243
- i.icon.clock:before { content: "\f017"; }
244
- i.icon.clone:before { content: "\f24d"; }
245
- i.icon.closed.captioning:before { content: "\f20a"; }
246
- i.icon.cloud:before { content: "\f0c2"; }
247
- i.icon.cloud.download.alternate:before { content: "\f381"; }
248
- i.icon.cloud.meatball:before { content: "\f73b"; }
249
- i.icon.cloud.moon:before { content: "\f6c3"; }
250
- i.icon.cloud.moon.rain:before { content: "\f73c"; }
251
- i.icon.cloud.rain:before { content: "\f73d"; }
252
- i.icon.cloud.showers.heavy:before { content: "\f740"; }
253
- i.icon.cloud.sun:before { content: "\f6c4"; }
254
- i.icon.cloud.sun.rain:before { content: "\f743"; }
255
- i.icon.cloud.upload.alternate:before { content: "\f382"; }
256
- i.icon.cocktail:before { content: "\f561"; }
257
- i.icon.code:before { content: "\f121"; }
258
- i.icon.code.branch:before { content: "\f126"; }
259
- i.icon.coffee:before { content: "\f0f4"; }
260
- i.icon.cog:before { content: "\f013"; }
261
- i.icon.cogs:before { content: "\f085"; }
262
- i.icon.coins:before { content: "\f51e"; }
263
- i.icon.columns:before { content: "\f0db"; }
264
- i.icon.comment:before { content: "\f075"; }
265
- i.icon.comment.alternate:before { content: "\f27a"; }
266
- i.icon.comment.dollar:before { content: "\f651"; }
267
- i.icon.comment.dots:before { content: "\f4ad"; }
268
- i.icon.comment.medical:before { content: "\f7f5"; }
269
- i.icon.comment.slash:before { content: "\f4b3"; }
270
- i.icon.comments:before { content: "\f086"; }
271
- i.icon.comments.dollar:before { content: "\f653"; }
272
- i.icon.compact.disc:before { content: "\f51f"; }
273
- i.icon.compass:before { content: "\f14e"; }
274
- i.icon.compress:before { content: "\f066"; }
275
- i.icon.compress.alternate:before { content: "\f422"; }
276
- i.icon.compress.arrows.alternate:before { content: "\f78c"; }
277
- i.icon.concierge.bell:before { content: "\f562"; }
278
- i.icon.cookie:before { content: "\f563"; }
279
- i.icon.cookie.bite:before { content: "\f564"; }
280
- i.icon.copy:before { content: "\f0c5"; }
281
- i.icon.copyright:before { content: "\f1f9"; }
282
- i.icon.couch:before { content: "\f4b8"; }
283
- i.icon.credit.card:before { content: "\f09d"; }
284
- i.icon.crop:before { content: "\f125"; }
285
- i.icon.crop.alternate:before { content: "\f565"; }
286
- i.icon.cross:before { content: "\f654"; }
287
- i.icon.crosshairs:before { content: "\f05b"; }
288
- i.icon.crow:before { content: "\f520"; }
289
- i.icon.crown:before { content: "\f521"; }
290
- i.icon.crutch:before { content: "\f7f7"; }
291
- i.icon.cube:before { content: "\f1b2"; }
292
- i.icon.cubes:before { content: "\f1b3"; }
293
- i.icon.cut:before { content: "\f0c4"; }
294
- i.icon.database:before { content: "\f1c0"; }
295
- i.icon.deaf:before { content: "\f2a4"; }
296
- i.icon.democrat:before { content: "\f747"; }
297
- i.icon.desktop:before { content: "\f108"; }
298
- i.icon.dharmachakra:before { content: "\f655"; }
299
- i.icon.diagnoses:before { content: "\f470"; }
300
- i.icon.dice:before { content: "\f522"; }
301
- i.icon.dice.d20:before { content: "\f6cf"; }
302
- i.icon.dice.d6:before { content: "\f6d1"; }
303
- i.icon.dice.five:before { content: "\f523"; }
304
- i.icon.dice.four:before { content: "\f524"; }
305
- i.icon.dice.one:before { content: "\f525"; }
306
- i.icon.dice.six:before { content: "\f526"; }
307
- i.icon.dice.three:before { content: "\f527"; }
308
- i.icon.dice.two:before { content: "\f528"; }
309
- i.icon.digital.tachograph:before { content: "\f566"; }
310
- i.icon.directions:before { content: "\f5eb"; }
311
- i.icon.disease:before { content: "\f7fa"; }
312
- i.icon.divide:before { content: "\f529"; }
313
- i.icon.dizzy:before { content: "\f567"; }
314
- i.icon.dna:before { content: "\f471"; }
315
- i.icon.dog:before { content: "\f6d3"; }
316
- i.icon.dollar.sign:before { content: "\f155"; }
317
- i.icon.dolly:before { content: "\f472"; }
318
- i.icon.dolly.flatbed:before { content: "\f474"; }
319
- i.icon.donate:before { content: "\f4b9"; }
320
- i.icon.door.closed:before { content: "\f52a"; }
321
- i.icon.door.open:before { content: "\f52b"; }
322
- i.icon.dot.circle:before { content: "\f192"; }
323
- i.icon.dove:before { content: "\f4ba"; }
324
- i.icon.download:before { content: "\f019"; }
325
- i.icon.drafting.compass:before { content: "\f568"; }
326
- i.icon.dragon:before { content: "\f6d5"; }
327
- i.icon.draw.polygon:before { content: "\f5ee"; }
328
- i.icon.drum:before { content: "\f569"; }
329
- i.icon.drum.steelpan:before { content: "\f56a"; }
330
- i.icon.drumstick.bite:before { content: "\f6d7"; }
331
- i.icon.dumbbell:before { content: "\f44b"; }
332
- i.icon.dumpster:before { content: "\f793"; }
333
- i.icon.dumpster.fire:before { content: "\f794"; }
334
- i.icon.dungeon:before { content: "\f6d9"; }
335
- i.icon.edit:before { content: "\f044"; }
336
- i.icon.egg:before { content: "\f7fb"; }
337
- i.icon.eject:before { content: "\f052"; }
338
- i.icon.ellipsis.horizontal:before { content: "\f141"; }
339
- i.icon.ellipsis.vertical:before { content: "\f142"; }
340
- i.icon.envelope:before { content: "\f0e0"; }
341
- i.icon.envelope.open:before { content: "\f2b6"; }
342
- i.icon.envelope.open.text:before { content: "\f658"; }
343
- i.icon.envelope.square:before { content: "\f199"; }
344
- i.icon.equals:before { content: "\f52c"; }
345
- i.icon.eraser:before { content: "\f12d"; }
346
- i.icon.ethernet:before { content: "\f796"; }
347
- i.icon.euro.sign:before { content: "\f153"; }
348
- i.icon.exchange.alternate:before { content: "\f362"; }
349
- i.icon.exclamation:before { content: "\f12a"; }
350
- i.icon.exclamation.circle:before { content: "\f06a"; }
351
- i.icon.exclamation.triangle:before { content: "\f071"; }
352
- i.icon.expand:before { content: "\f065"; }
353
- i.icon.expand.alternate:before { content: "\f424"; }
354
- i.icon.expand.arrows.alternate:before { content: "\f31e"; }
355
- i.icon.external.alternate:before { content: "\f35d"; }
356
- i.icon.external.link.square.alternate:before { content: "\f360"; }
357
- i.icon.eye:before { content: "\f06e"; }
358
- i.icon.eye.dropper:before { content: "\f1fb"; }
359
- i.icon.eye.slash:before { content: "\f070"; }
360
- i.icon.fan:before { content: "\f863"; }
361
- i.icon.fast.backward:before { content: "\f049"; }
362
- i.icon.fast.forward:before { content: "\f050"; }
363
- i.icon.faucet:before { content: "\f905"; }
364
- i.icon.fax:before { content: "\f1ac"; }
365
- i.icon.feather:before { content: "\f52d"; }
366
- i.icon.feather.alternate:before { content: "\f56b"; }
367
- i.icon.female:before { content: "\f182"; }
368
- i.icon.fighter.jet:before { content: "\f0fb"; }
369
- i.icon.file:before { content: "\f15b"; }
370
- i.icon.file.alternate:before { content: "\f15c"; }
371
- i.icon.file.archive:before { content: "\f1c6"; }
372
- i.icon.file.audio:before { content: "\f1c7"; }
373
- i.icon.file.code:before { content: "\f1c9"; }
374
- i.icon.file.contract:before { content: "\f56c"; }
375
- i.icon.file.csv:before { content: "\f6dd"; }
376
- i.icon.file.download:before { content: "\f56d"; }
377
- i.icon.file.excel:before { content: "\f1c3"; }
378
- i.icon.file.export:before { content: "\f56e"; }
379
- i.icon.file.image:before { content: "\f1c5"; }
380
- i.icon.file.import:before { content: "\f56f"; }
381
- i.icon.file.invoice:before { content: "\f570"; }
382
- i.icon.file.invoice.dollar:before { content: "\f571"; }
383
- i.icon.file.medical:before { content: "\f477"; }
384
- i.icon.file.medical.alternate:before { content: "\f478"; }
385
- i.icon.file.pdf:before { content: "\f1c1"; }
386
- i.icon.file.powerpoint:before { content: "\f1c4"; }
387
- i.icon.file.prescription:before { content: "\f572"; }
388
- i.icon.file.signature:before { content: "\f573"; }
389
- i.icon.file.upload:before { content: "\f574"; }
390
- i.icon.file.video:before { content: "\f1c8"; }
391
- i.icon.file.word:before { content: "\f1c2"; }
392
- i.icon.fill:before { content: "\f575"; }
393
- i.icon.fill.drip:before { content: "\f576"; }
394
- i.icon.film:before { content: "\f008"; }
395
- i.icon.filter:before { content: "\f0b0"; }
396
- i.icon.fingerprint:before { content: "\f577"; }
397
- i.icon.fire:before { content: "\f06d"; }
398
- i.icon.fire.alternate:before { content: "\f7e4"; }
399
- i.icon.fire.extinguisher:before { content: "\f134"; }
400
- i.icon.first.aid:before { content: "\f479"; }
401
- i.icon.fish:before { content: "\f578"; }
402
- i.icon.fist.raised:before { content: "\f6de"; }
403
- i.icon.flag:before { content: "\f024"; }
404
- i.icon.flag.checkered:before { content: "\f11e"; }
405
- i.icon.flag.usa:before { content: "\f74d"; }
406
- i.icon.flask:before { content: "\f0c3"; }
407
- i.icon.flushed:before { content: "\f579"; }
408
- i.icon.folder:before { content: "\f07b"; }
409
- i.icon.folder.minus:before { content: "\f65d"; }
410
- i.icon.folder.open:before { content: "\f07c"; }
411
- i.icon.folder.plus:before { content: "\f65e"; }
412
- i.icon.font:before { content: "\f031"; }
413
- i.icon.football.ball:before { content: "\f44e"; }
414
- i.icon.forward:before { content: "\f04e"; }
415
- i.icon.frog:before { content: "\f52e"; }
416
- i.icon.frown:before { content: "\f119"; }
417
- i.icon.frown.open:before { content: "\f57a"; }
418
- i.icon.fruit-apple:before { content: "\f5d1"; }
419
- i.icon.funnel.dollar:before { content: "\f662"; }
420
- i.icon.futbol:before { content: "\f1e3"; }
421
- i.icon.gamepad:before { content: "\f11b"; }
422
- i.icon.gas.pump:before { content: "\f52f"; }
423
- i.icon.gavel:before { content: "\f0e3"; }
424
- i.icon.gem:before { content: "\f3a5"; }
425
- i.icon.genderless:before { content: "\f22d"; }
426
- i.icon.ghost:before { content: "\f6e2"; }
427
- i.icon.gift:before { content: "\f06b"; }
428
- i.icon.gifts:before { content: "\f79c"; }
429
- i.icon.glass.cheers:before { content: "\f79f"; }
430
- i.icon.glass.martini:before { content: "\f000"; }
431
- i.icon.glass.martini.alternate:before { content: "\f57b"; }
432
- i.icon.glass.whiskey:before { content: "\f7a0"; }
433
- i.icon.glasses:before { content: "\f530"; }
434
- i.icon.globe:before { content: "\f0ac"; }
435
- i.icon.globe.africa:before { content: "\f57c"; }
436
- i.icon.globe.americas:before { content: "\f57d"; }
437
- i.icon.globe.asia:before { content: "\f57e"; }
438
- i.icon.globe.europe:before { content: "\f7a2"; }
439
- i.icon.golf.ball:before { content: "\f450"; }
440
- i.icon.gopuram:before { content: "\f664"; }
441
- i.icon.graduation.cap:before { content: "\f19d"; }
442
- i.icon.greater.than:before { content: "\f531"; }
443
- i.icon.greater.than.equal:before { content: "\f532"; }
444
- i.icon.grimace:before { content: "\f57f"; }
445
- i.icon.grin:before { content: "\f580"; }
446
- i.icon.grin.alternate:before { content: "\f581"; }
447
- i.icon.grin.beam:before { content: "\f582"; }
448
- i.icon.grin.beam.sweat:before { content: "\f583"; }
449
- i.icon.grin.hearts:before { content: "\f584"; }
450
- i.icon.grin.squint:before { content: "\f585"; }
451
- i.icon.grin.squint.tears:before { content: "\f586"; }
452
- i.icon.grin.stars:before { content: "\f587"; }
453
- i.icon.grin.tears:before { content: "\f588"; }
454
- i.icon.grin.tongue:before { content: "\f589"; }
455
- i.icon.grin.tongue.squint:before { content: "\f58a"; }
456
- i.icon.grin.tongue.wink:before { content: "\f58b"; }
457
- i.icon.grin.wink:before { content: "\f58c"; }
458
- i.icon.grip.horizontal:before { content: "\f58d"; }
459
- i.icon.grip.lines:before { content: "\f7a4"; }
460
- i.icon.grip.lines.vertical:before { content: "\f7a5"; }
461
- i.icon.grip.vertical:before { content: "\f58e"; }
462
- i.icon.guitar:before { content: "\f7a6"; }
463
- i.icon.h.square:before { content: "\f0fd"; }
464
- i.icon.hamburger:before { content: "\f805"; }
465
- i.icon.hammer:before { content: "\f6e3"; }
466
- i.icon.hamsa:before { content: "\f665"; }
467
- i.icon.hand.holding:before { content: "\f4bd"; }
468
- i.icon.hand.holding.heart:before { content: "\f4be"; }
469
- i.icon.hand.holding.medical:before { content: "\f95c"; }
470
- i.icon.hand.holding.usd:before { content: "\f4c0"; }
471
- i.icon.hand.holding.water:before { content: "\f4c1"; }
472
- i.icon.hand.lizard:before { content: "\f258"; }
473
- i.icon.hand.middle.finger:before { content: "\f806"; }
474
- i.icon.hand.paper:before { content: "\f256"; }
475
- i.icon.hand.peace:before { content: "\f25b"; }
476
- i.icon.hand.point.down:before { content: "\f0a7"; }
477
- i.icon.hand.point.left:before { content: "\f0a5"; }
478
- i.icon.hand.point.right:before { content: "\f0a4"; }
479
- i.icon.hand.point.up:before { content: "\f0a6"; }
480
- i.icon.hand.pointer:before { content: "\f25a"; }
481
- i.icon.hand.rock:before { content: "\f255"; }
482
- i.icon.hand.scissors:before { content: "\f257"; }
483
- i.icon.hand.sparkles:before { content: "\f95d"; }
484
- i.icon.hand.spock:before { content: "\f259"; }
485
- i.icon.hands:before { content: "\f4c2"; }
486
- i.icon.hands.helping:before { content: "\f4c4"; }
487
- i.icon.hands.wash:before { content: "\f95e"; }
488
- i.icon.handshake:before { content: "\f2b5"; }
489
- i.icon.handshake.alternate.slash:before { content: "\f95f"; }
490
- i.icon.handshake.slash:before { content: "\f960"; }
491
- i.icon.hanukiah:before { content: "\f6e6"; }
492
- i.icon.hard.hat:before { content: "\f807"; }
493
- i.icon.hashtag:before { content: "\f292"; }
494
- i.icon.hat.cowboy:before { content: "\f8c0"; }
495
- i.icon.hat.cowboy.side:before { content: "\f8c1"; }
496
- i.icon.hat.wizard:before { content: "\f6e8"; }
497
- i.icon.hdd:before { content: "\f0a0"; }
498
- i.icon.head.side.cough:before { content: "\f961"; }
499
- i.icon.head.side.cough.slash:before { content: "\f962"; }
500
- i.icon.head.side.mask:before { content: "\f963"; }
501
- i.icon.head.side.virus:before { content: "\f964"; }
502
- i.icon.heading:before { content: "\f1dc"; }
503
- i.icon.headphones:before { content: "\f025"; }
504
- i.icon.headphones.alternate:before { content: "\f58f"; }
505
- i.icon.headset:before { content: "\f590"; }
506
- i.icon.heart:before { content: "\f004"; }
507
- i.icon.heart.broken:before { content: "\f7a9"; }
508
- i.icon.heartbeat:before { content: "\f21e"; }
509
- i.icon.helicopter:before { content: "\f533"; }
510
- i.icon.highlighter:before { content: "\f591"; }
511
- i.icon.hiking:before { content: "\f6ec"; }
512
- i.icon.hippo:before { content: "\f6ed"; }
513
- i.icon.history:before { content: "\f1da"; }
514
- i.icon.hockey.puck:before { content: "\f453"; }
515
- i.icon.holly.berry:before { content: "\f7aa"; }
516
- i.icon.home:before { content: "\f015"; }
517
- i.icon.horse:before { content: "\f6f0"; }
518
- i.icon.horse.head:before { content: "\f7ab"; }
519
- i.icon.hospital:before { content: "\f0f8"; }
520
- i.icon.hospital.alternate:before { content: "\f47d"; }
521
- i.icon.hospital.symbol:before { content: "\f47e"; }
522
- i.icon.hospital.user:before { content: "\f80d"; }
523
- i.icon.hot.tub:before { content: "\f593"; }
524
- i.icon.hotdog:before { content: "\f80f"; }
525
- i.icon.hotel:before { content: "\f594"; }
526
- i.icon.hourglass:before { content: "\f254"; }
527
- i.icon.hourglass.end:before { content: "\f253"; }
528
- i.icon.hourglass.half:before { content: "\f252"; }
529
- i.icon.hourglass.start:before { content: "\f251"; }
530
- i.icon.house.damage:before { content: "\f6f1"; }
531
- i.icon.house.user:before { content: "\f965"; }
532
- i.icon.hryvnia:before { content: "\f6f2"; }
533
- i.icon.i.cursor:before { content: "\f246"; }
534
- i.icon.ice.cream:before { content: "\f810"; }
535
- i.icon.icicles:before { content: "\f7ad"; }
536
- i.icon.icons:before { content: "\f86d"; }
537
- i.icon.id.badge:before { content: "\f2c1"; }
538
- i.icon.id.card:before { content: "\f2c2"; }
539
- i.icon.id.card.alternate:before { content: "\f47f"; }
540
- i.icon.igloo:before { content: "\f7ae"; }
541
- i.icon.image:before { content: "\f03e"; }
542
- i.icon.images:before { content: "\f302"; }
543
- i.icon.inbox:before { content: "\f01c"; }
544
- i.icon.indent:before { content: "\f03c"; }
545
- i.icon.industry:before { content: "\f275"; }
546
- i.icon.infinity:before { content: "\f534"; }
547
- i.icon.info:before { content: "\f129"; }
548
- i.icon.info.circle:before { content: "\f05a"; }
549
- i.icon.italic:before { content: "\f033"; }
550
- i.icon.jedi:before { content: "\f669"; }
551
- i.icon.joint:before { content: "\f595"; }
552
- i.icon.journal.whills:before { content: "\f66a"; }
553
- i.icon.kaaba:before { content: "\f66b"; }
554
- i.icon.key:before { content: "\f084"; }
555
- i.icon.keyboard:before { content: "\f11c"; }
556
- i.icon.khanda:before { content: "\f66d"; }
557
- i.icon.kiss:before { content: "\f596"; }
558
- i.icon.kiss.beam:before { content: "\f597"; }
559
- i.icon.kiss.wink.heart:before { content: "\f598"; }
560
- i.icon.kiwi.bird:before { content: "\f535"; }
561
- i.icon.landmark:before { content: "\f66f"; }
562
- i.icon.language:before { content: "\f1ab"; }
563
- i.icon.laptop:before { content: "\f109"; }
564
- i.icon.laptop.code:before { content: "\f5fc"; }
565
- i.icon.laptop.house:before { content: "\f966"; }
566
- i.icon.laptop.medical:before { content: "\f812"; }
567
- i.icon.laugh:before { content: "\f599"; }
568
- i.icon.laugh.beam:before { content: "\f59a"; }
569
- i.icon.laugh.squint:before { content: "\f59b"; }
570
- i.icon.laugh.wink:before { content: "\f59c"; }
571
- i.icon.layer.group:before { content: "\f5fd"; }
572
- i.icon.leaf:before { content: "\f06c"; }
573
- i.icon.lemon:before { content: "\f094"; }
574
- i.icon.less.than:before { content: "\f536"; }
575
- i.icon.less.than.equal:before { content: "\f537"; }
576
- i.icon.level.down.alternate:before { content: "\f3be"; }
577
- i.icon.level.up.alternate:before { content: "\f3bf"; }
578
- i.icon.life.ring:before { content: "\f1cd"; }
579
- i.icon.lightbulb:before { content: "\f0eb"; }
580
- i.icon.linkify:before { content: "\f0c1"; }
581
- i.icon.lira.sign:before { content: "\f195"; }
582
- i.icon.list:before { content: "\f03a"; }
583
- i.icon.list.alternate:before { content: "\f022"; }
584
- i.icon.list.ol:before { content: "\f0cb"; }
585
- i.icon.list.ul:before { content: "\f0ca"; }
586
- i.icon.location.arrow:before { content: "\f124"; }
587
- i.icon.lock:before { content: "\f023"; }
588
- i.icon.lock.open:before { content: "\f3c1"; }
589
- i.icon.long.arrow.alternate.down:before { content: "\f309"; }
590
- i.icon.long.arrow.alternate.left:before { content: "\f30a"; }
591
- i.icon.long.arrow.alternate.right:before { content: "\f30b"; }
592
- i.icon.long.arrow.alternate.up:before { content: "\f30c"; }
593
- i.icon.low.vision:before { content: "\f2a8"; }
594
- i.icon.luggage.cart:before { content: "\f59d"; }
595
- i.icon.lungs:before { content: "\f604"; }
596
- i.icon.lungs.virus:before { content: "\f967"; }
597
- i.icon.magic:before { content: "\f0d0"; }
598
- i.icon.magnet:before { content: "\f076"; }
599
- i.icon.mail.bulk:before { content: "\f674"; }
600
- i.icon.male:before { content: "\f183"; }
601
- i.icon.map:before { content: "\f279"; }
602
- i.icon.map.marked:before { content: "\f59f"; }
603
- i.icon.map.marked.alternate:before { content: "\f5a0"; }
604
- i.icon.map.marker:before { content: "\f041"; }
605
- i.icon.map.marker.alternate:before { content: "\f3c5"; }
606
- i.icon.map.pin:before { content: "\f276"; }
607
- i.icon.map.signs:before { content: "\f277"; }
608
- i.icon.marker:before { content: "\f5a1"; }
609
- i.icon.mars:before { content: "\f222"; }
610
- i.icon.mars.double:before { content: "\f227"; }
611
- i.icon.mars.stroke:before { content: "\f229"; }
612
- i.icon.mars.stroke.horizontal:before { content: "\f22b"; }
613
- i.icon.mars.stroke.vertical:before { content: "\f22a"; }
614
- i.icon.mask:before { content: "\f6fa"; }
615
- i.icon.medal:before { content: "\f5a2"; }
616
- i.icon.medkit:before { content: "\f0fa"; }
617
- i.icon.meh:before { content: "\f11a"; }
618
- i.icon.meh.blank:before { content: "\f5a4"; }
619
- i.icon.meh.rolling.eyes:before { content: "\f5a5"; }
620
- i.icon.memory:before { content: "\f538"; }
621
- i.icon.menorah:before { content: "\f676"; }
622
- i.icon.mercury:before { content: "\f223"; }
623
- i.icon.meteor:before { content: "\f753"; }
624
- i.icon.microchip:before { content: "\f2db"; }
625
- i.icon.microphone:before { content: "\f130"; }
626
- i.icon.microphone.alternate:before { content: "\f3c9"; }
627
- i.icon.microphone.alternate.slash:before { content: "\f539"; }
628
- i.icon.microphone.slash:before { content: "\f131"; }
629
- i.icon.microscope:before { content: "\f610"; }
630
- i.icon.minus:before { content: "\f068"; }
631
- i.icon.minus.circle:before { content: "\f056"; }
632
- i.icon.minus.square:before { content: "\f146"; }
633
- i.icon.mitten:before { content: "\f7b5"; }
634
- i.icon.mobile:before { content: "\f10b"; }
635
- i.icon.mobile.alternate:before { content: "\f3cd"; }
636
- i.icon.money.bill:before { content: "\f0d6"; }
637
- i.icon.money.bill.alternate:before { content: "\f3d1"; }
638
- i.icon.money.bill.wave:before { content: "\f53a"; }
639
- i.icon.money.bill.wave.alternate:before { content: "\f53b"; }
640
- i.icon.money.check:before { content: "\f53c"; }
641
- i.icon.money.check.alternate:before { content: "\f53d"; }
642
- i.icon.monument:before { content: "\f5a6"; }
643
- i.icon.moon:before { content: "\f186"; }
644
- i.icon.mortar.pestle:before { content: "\f5a7"; }
645
- i.icon.mosque:before { content: "\f678"; }
646
- i.icon.motorcycle:before { content: "\f21c"; }
647
- i.icon.mountain:before { content: "\f6fc"; }
648
- i.icon.mouse:before { content: "\f8cc"; }
649
- i.icon.mouse.pointer:before { content: "\f245"; }
650
- i.icon.mug.hot:before { content: "\f7b6"; }
651
- i.icon.music:before { content: "\f001"; }
652
- i.icon.network.wired:before { content: "\f6ff"; }
653
- i.icon.neuter:before { content: "\f22c"; }
654
- i.icon.newspaper:before { content: "\f1ea"; }
655
- i.icon.not.equal:before { content: "\f53e"; }
656
- i.icon.notes.medical:before { content: "\f481"; }
657
- i.icon.object.group:before { content: "\f247"; }
658
- i.icon.object.ungroup:before { content: "\f248"; }
659
- i.icon.oil.can:before { content: "\f613"; }
660
- i.icon.om:before { content: "\f679"; }
661
- i.icon.otter:before { content: "\f700"; }
662
- i.icon.outdent:before { content: "\f03b"; }
663
- i.icon.pager:before { content: "\f815"; }
664
- i.icon.paint.brush:before { content: "\f1fc"; }
665
- i.icon.paint.roller:before { content: "\f5aa"; }
666
- i.icon.palette:before { content: "\f53f"; }
667
- i.icon.pallet:before { content: "\f482"; }
668
- i.icon.paper.plane:before { content: "\f1d8"; }
669
- i.icon.paperclip:before { content: "\f0c6"; }
670
- i.icon.parachute.box:before { content: "\f4cd"; }
671
- i.icon.paragraph:before { content: "\f1dd"; }
672
- i.icon.parking:before { content: "\f540"; }
673
- i.icon.passport:before { content: "\f5ab"; }
674
- i.icon.pastafarianism:before { content: "\f67b"; }
675
- i.icon.paste:before { content: "\f0ea"; }
676
- i.icon.pause:before { content: "\f04c"; }
677
- i.icon.pause.circle:before { content: "\f28b"; }
678
- i.icon.paw:before { content: "\f1b0"; }
679
- i.icon.peace:before { content: "\f67c"; }
680
- i.icon.pen:before { content: "\f304"; }
681
- i.icon.pen.alternate:before { content: "\f305"; }
682
- i.icon.pen.fancy:before { content: "\f5ac"; }
683
- i.icon.pen.nib:before { content: "\f5ad"; }
684
- i.icon.pen.square:before { content: "\f14b"; }
685
- i.icon.pencil.alternate:before { content: "\f303"; }
686
- i.icon.pencil.ruler:before { content: "\f5ae"; }
687
- i.icon.people.arrows:before { content: "\f968"; }
688
- i.icon.people.carry:before { content: "\f4ce"; }
689
- i.icon.pepper.hot:before { content: "\f816"; }
690
- i.icon.percent:before { content: "\f295"; }
691
- i.icon.percentage:before { content: "\f541"; }
692
- i.icon.person.booth:before { content: "\f756"; }
693
- i.icon.phone:before { content: "\f095"; }
694
- i.icon.phone.alternate:before { content: "\f879"; }
695
- i.icon.phone.slash:before { content: "\f3dd"; }
696
- i.icon.phone.square:before { content: "\f098"; }
697
- i.icon.phone.square.alternate:before { content: "\f87b"; }
698
- i.icon.phone.volume:before { content: "\f2a0"; }
699
- i.icon.photo.video:before { content: "\f87c"; }
700
- i.icon.piggy.bank:before { content: "\f4d3"; }
701
- i.icon.pills:before { content: "\f484"; }
702
- i.icon.pizza.slice:before { content: "\f818"; }
703
- i.icon.place.of.worship:before { content: "\f67f"; }
704
- i.icon.plane:before { content: "\f072"; }
705
- i.icon.plane.arrival:before { content: "\f5af"; }
706
- i.icon.plane.departure:before { content: "\f5b0"; }
707
- i.icon.plane.slash:before { content: "\f969"; }
708
- i.icon.play:before { content: "\f04b"; }
709
- i.icon.play.circle:before { content: "\f144"; }
710
- i.icon.plug:before { content: "\f1e6"; }
711
- i.icon.plus:before { content: "\f067"; }
712
- i.icon.plus.circle:before { content: "\f055"; }
713
- i.icon.plus.square:before { content: "\f0fe"; }
714
- i.icon.podcast:before { content: "\f2ce"; }
715
- i.icon.poll:before { content: "\f681"; }
716
- i.icon.poll.horizontal:before { content: "\f682"; }
717
- i.icon.poo:before { content: "\f2fe"; }
718
- i.icon.poo.storm:before { content: "\f75a"; }
719
- i.icon.poop:before { content: "\f619"; }
720
- i.icon.portrait:before { content: "\f3e0"; }
721
- i.icon.pound.sign:before { content: "\f154"; }
722
- i.icon.power.off:before { content: "\f011"; }
723
- i.icon.pray:before { content: "\f683"; }
724
- i.icon.praying.hands:before { content: "\f684"; }
725
- i.icon.prescription:before { content: "\f5b1"; }
726
- i.icon.prescription.bottle:before { content: "\f485"; }
727
- i.icon.prescription.bottle.alternate:before { content: "\f486"; }
728
- i.icon.print:before { content: "\f02f"; }
729
- i.icon.procedures:before { content: "\f487"; }
730
- i.icon.project.diagram:before { content: "\f542"; }
731
- i.icon.pump.medical:before { content: "\f96a"; }
732
- i.icon.pump.soap:before { content: "\f96b"; }
733
- i.icon.puzzle.piece:before { content: "\f12e"; }
734
- i.icon.qrcode:before { content: "\f029"; }
735
- i.icon.question:before { content: "\f128"; }
736
- i.icon.question.circle:before { content: "\f059"; }
737
- i.icon.quidditch:before { content: "\f458"; }
738
- i.icon.quote.left:before { content: "\f10d"; }
739
- i.icon.quote.right:before { content: "\f10e"; }
740
- i.icon.quran:before { content: "\f687"; }
741
- i.icon.radiation:before { content: "\f7b9"; }
742
- i.icon.radiation.alternate:before { content: "\f7ba"; }
743
- i.icon.rainbow:before { content: "\f75b"; }
744
- i.icon.random:before { content: "\f074"; }
745
- i.icon.receipt:before { content: "\f543"; }
746
- i.icon.record.vinyl:before { content: "\f8d9"; }
747
- i.icon.recycle:before { content: "\f1b8"; }
748
- i.icon.redo:before { content: "\f01e"; }
749
- i.icon.redo.alternate:before { content: "\f2f9"; }
750
- i.icon.registered:before { content: "\f25d"; }
751
- i.icon.remove.format:before { content: "\f87d"; }
752
- i.icon.reply:before { content: "\f3e5"; }
753
- i.icon.reply.all:before { content: "\f122"; }
754
- i.icon.republican:before { content: "\f75e"; }
755
- i.icon.restroom:before { content: "\f7bd"; }
756
- i.icon.retweet:before { content: "\f079"; }
757
- i.icon.ribbon:before { content: "\f4d6"; }
758
- i.icon.ring:before { content: "\f70b"; }
759
- i.icon.road:before { content: "\f018"; }
760
- i.icon.robot:before { content: "\f544"; }
761
- i.icon.rocket:before { content: "\f135"; }
762
- i.icon.route:before { content: "\f4d7"; }
763
- i.icon.rss:before { content: "\f09e"; }
764
- i.icon.rss.square:before { content: "\f143"; }
765
- i.icon.ruble.sign:before { content: "\f158"; }
766
- i.icon.ruler:before { content: "\f545"; }
767
- i.icon.ruler.combined:before { content: "\f546"; }
768
- i.icon.ruler.horizontal:before { content: "\f547"; }
769
- i.icon.ruler.vertical:before { content: "\f548"; }
770
- i.icon.running:before { content: "\f70c"; }
771
- i.icon.rupee.sign:before { content: "\f156"; }
772
- i.icon.sad.cry:before { content: "\f5b3"; }
773
- i.icon.sad.tear:before { content: "\f5b4"; }
774
- i.icon.satellite:before { content: "\f7bf"; }
775
- i.icon.satellite.dish:before { content: "\f7c0"; }
776
- i.icon.save:before { content: "\f0c7"; }
777
- i.icon.school:before { content: "\f549"; }
778
- i.icon.screwdriver:before { content: "\f54a"; }
779
- i.icon.scroll:before { content: "\f70e"; }
780
- i.icon.sd.card:before { content: "\f7c2"; }
781
- i.icon.search:before { content: "\f002"; }
782
- i.icon.search.dollar:before { content: "\f688"; }
783
- i.icon.search.location:before { content: "\f689"; }
784
- i.icon.search.minus:before { content: "\f010"; }
785
- i.icon.search.plus:before { content: "\f00e"; }
786
- i.icon.seedling:before { content: "\f4d8"; }
787
- i.icon.server:before { content: "\f233"; }
788
- i.icon.shapes:before { content: "\f61f"; }
789
- i.icon.share:before { content: "\f064"; }
790
- i.icon.share.alternate:before { content: "\f1e0"; }
791
- i.icon.share.alternate.square:before { content: "\f1e1"; }
792
- i.icon.share.square:before { content: "\f14d"; }
793
- i.icon.shekel.sign:before { content: "\f20b"; }
794
- i.icon.shield.alternate:before { content: "\f3ed"; }
795
- i.icon.shield.virus:before { content: "\f96c"; }
796
- i.icon.ship:before { content: "\f21a"; }
797
- i.icon.shipping.fast:before { content: "\f48b"; }
798
- i.icon.shoe.prints:before { content: "\f54b"; }
799
- i.icon.shopping.bag:before { content: "\f290"; }
800
- i.icon.shopping.basket:before { content: "\f291"; }
801
- i.icon.shopping.cart:before { content: "\f07a"; }
802
- i.icon.shower:before { content: "\f2cc"; }
803
- i.icon.shuttle.van:before { content: "\f5b6"; }
804
- i.icon.sign:before { content: "\f4d9"; }
805
- i.icon.sign.in.alternate:before { content: "\f2f6"; }
806
- i.icon.sign.language:before { content: "\f2a7"; }
807
- i.icon.sign.out.alternate:before { content: "\f2f5"; }
808
- i.icon.signal:before { content: "\f012"; }
809
- i.icon.signature:before { content: "\f5b7"; }
810
- i.icon.sim.card:before { content: "\f7c4"; }
811
- i.icon.sitemap:before { content: "\f0e8"; }
812
- i.icon.skating:before { content: "\f7c5"; }
813
- i.icon.skiing:before { content: "\f7c9"; }
814
- i.icon.skiing.nordic:before { content: "\f7ca"; }
815
- i.icon.skull:before { content: "\f54c"; }
816
- i.icon.skull.crossbones:before { content: "\f714"; }
817
- i.icon.slash:before { content: "\f715"; }
818
- i.icon.sleigh:before { content: "\f7cc"; }
819
- i.icon.sliders.horizontal:before { content: "\f1de"; }
820
- i.icon.smile:before { content: "\f118"; }
821
- i.icon.smile.beam:before { content: "\f5b8"; }
822
- i.icon.smile.wink:before { content: "\f4da"; }
823
- i.icon.smog:before { content: "\f75f"; }
824
- i.icon.smoking:before { content: "\f48d"; }
825
- i.icon.smoking.ban:before { content: "\f54d"; }
826
- i.icon.sms:before { content: "\f7cd"; }
827
- i.icon.snowboarding:before { content: "\f7ce"; }
828
- i.icon.snowflake:before { content: "\f2dc"; }
829
- i.icon.snowman:before { content: "\f7d0"; }
830
- i.icon.snowplow:before { content: "\f7d2"; }
831
- i.icon.soap:before { content: "\f96e"; }
832
- i.icon.socks:before { content: "\f696"; }
833
- i.icon.solar.panel:before { content: "\f5ba"; }
834
- i.icon.sort:before { content: "\f0dc"; }
835
- i.icon.sort.alphabet.down:before { content: "\f15d"; }
836
- i.icon.sort.alphabet.down.alternate:before { content: "\f881"; }
837
- i.icon.sort.alphabet.up:before { content: "\f15e"; }
838
- i.icon.sort.alphabet.up.alternate:before { content: "\f882"; }
839
- i.icon.sort.amount.down:before { content: "\f160"; }
840
- i.icon.sort.amount.down.alternate:before { content: "\f884"; }
841
- i.icon.sort.amount.up:before { content: "\f161"; }
842
- i.icon.sort.amount.up.alternate:before { content: "\f885"; }
843
- i.icon.sort.down:before { content: "\f0dd"; }
844
- i.icon.sort.numeric.down:before { content: "\f162"; }
845
- i.icon.sort.numeric.down.alternate:before { content: "\f886"; }
846
- i.icon.sort.numeric.up:before { content: "\f163"; }
847
- i.icon.sort.numeric.up.alternate:before { content: "\f887"; }
848
- i.icon.sort.up:before { content: "\f0de"; }
849
- i.icon.spa:before { content: "\f5bb"; }
850
- i.icon.space.shuttle:before { content: "\f197"; }
851
- i.icon.spell.check:before { content: "\f891"; }
852
- i.icon.spider:before { content: "\f717"; }
853
- i.icon.spinner:before { content: "\f110"; }
854
- i.icon.splotch:before { content: "\f5bc"; }
855
- i.icon.spray.can:before { content: "\f5bd"; }
856
- i.icon.square:before { content: "\f0c8"; }
857
- i.icon.square.full:before { content: "\f45c"; }
858
- i.icon.square.root.alternate:before { content: "\f698"; }
859
- i.icon.stamp:before { content: "\f5bf"; }
860
- i.icon.star:before { content: "\f005"; }
861
- i.icon.star.and.crescent:before { content: "\f699"; }
862
- i.icon.star.half:before { content: "\f089"; }
863
- i.icon.star.half.alternate:before { content: "\f5c0"; }
864
- i.icon.star.of.david:before { content: "\f69a"; }
865
- i.icon.star.of.life:before { content: "\f621"; }
866
- i.icon.step.backward:before { content: "\f048"; }
867
- i.icon.step.forward:before { content: "\f051"; }
868
- i.icon.stethoscope:before { content: "\f0f1"; }
869
- i.icon.sticky.note:before { content: "\f249"; }
870
- i.icon.stop:before { content: "\f04d"; }
871
- i.icon.stop.circle:before { content: "\f28d"; }
872
- i.icon.stopwatch:before { content: "\f2f2"; }
873
- i.icon.stopwatch.twenty:before { content: "\f96f"; }
874
- i.icon.store:before { content: "\f54e"; }
875
- i.icon.store.alternate:before { content: "\f54f"; }
876
- i.icon.store.alternate.slash:before { content: "\f970"; }
877
- i.icon.store.slash:before { content: "\f971"; }
878
- i.icon.stream:before { content: "\f550"; }
879
- i.icon.street.view:before { content: "\f21d"; }
880
- i.icon.strikethrough:before { content: "\f0cc"; }
881
- i.icon.stroopwafel:before { content: "\f551"; }
882
- i.icon.subscript:before { content: "\f12c"; }
883
- i.icon.subway:before { content: "\f239"; }
884
- i.icon.suitcase:before { content: "\f0f2"; }
885
- i.icon.suitcase.rolling:before { content: "\f5c1"; }
886
- i.icon.sun:before { content: "\f185"; }
887
- i.icon.superscript:before { content: "\f12b"; }
888
- i.icon.surprise:before { content: "\f5c2"; }
889
- i.icon.swatchbook:before { content: "\f5c3"; }
890
- i.icon.swimmer:before { content: "\f5c4"; }
891
- i.icon.swimming.pool:before { content: "\f5c5"; }
892
- i.icon.synagogue:before { content: "\f69b"; }
893
- i.icon.sync:before { content: "\f021"; }
894
- i.icon.sync.alternate:before { content: "\f2f1"; }
895
- i.icon.syringe:before { content: "\f48e"; }
896
- i.icon.table:before { content: "\f0ce"; }
897
- i.icon.table.tennis:before { content: "\f45d"; }
898
- i.icon.tablet:before { content: "\f10a"; }
899
- i.icon.tablet.alternate:before { content: "\f3fa"; }
900
- i.icon.tablets:before { content: "\f490"; }
901
- i.icon.tachometer.alternate:before { content: "\f3fd"; }
902
- i.icon.tag:before { content: "\f02b"; }
903
- i.icon.tags:before { content: "\f02c"; }
904
- i.icon.tape:before { content: "\f4db"; }
905
- i.icon.tasks:before { content: "\f0ae"; }
906
- i.icon.taxi:before { content: "\f1ba"; }
907
- i.icon.teeth:before { content: "\f62e"; }
908
- i.icon.teeth.open:before { content: "\f62f"; }
909
- i.icon.temperature.high:before { content: "\f769"; }
910
- i.icon.temperature.low:before { content: "\f76b"; }
911
- i.icon.tenge:before { content: "\f7d7"; }
912
- i.icon.terminal:before { content: "\f120"; }
913
- i.icon.text.height:before { content: "\f034"; }
914
- i.icon.text.width:before { content: "\f035"; }
915
- i.icon.th:before { content: "\f00a"; }
916
- i.icon.th.large:before { content: "\f009"; }
917
- i.icon.th.list:before { content: "\f00b"; }
918
- i.icon.theater.masks:before { content: "\f630"; }
919
- i.icon.thermometer:before { content: "\f491"; }
920
- i.icon.thermometer.empty:before { content: "\f2cb"; }
921
- i.icon.thermometer.full:before { content: "\f2c7"; }
922
- i.icon.thermometer.half:before { content: "\f2c9"; }
923
- i.icon.thermometer.quarter:before { content: "\f2ca"; }
924
- i.icon.thermometer.three.quarters:before { content: "\f2c8"; }
925
- i.icon.thumbs.down:before { content: "\f165"; }
926
- i.icon.thumbs.up:before { content: "\f164"; }
927
- i.icon.thumbtack:before { content: "\f08d"; }
928
- i.icon.ticket.alternate:before { content: "\f3ff"; }
929
- i.icon.times:before { content: "\f00d"; }
930
- i.icon.times.circle:before { content: "\f057"; }
931
- i.icon.tint:before { content: "\f043"; }
932
- i.icon.tint.slash:before { content: "\f5c7"; }
933
- i.icon.tired:before { content: "\f5c8"; }
934
- i.icon.toggle.off:before { content: "\f204"; }
935
- i.icon.toggle.on:before { content: "\f205"; }
936
- i.icon.toilet:before { content: "\f7d8"; }
937
- i.icon.toilet.paper:before { content: "\f71e"; }
938
- i.icon.toilet.paper.slash:before { content: "\f972"; }
939
- i.icon.toolbox:before { content: "\f552"; }
940
- i.icon.tools:before { content: "\f7d9"; }
941
- i.icon.tooth:before { content: "\f5c9"; }
942
- i.icon.torah:before { content: "\f6a0"; }
943
- i.icon.torii.gate:before { content: "\f6a1"; }
944
- i.icon.tractor:before { content: "\f722"; }
945
- i.icon.trademark:before { content: "\f25c"; }
946
- i.icon.traffic.light:before { content: "\f637"; }
947
- i.icon.trailer:before { content: "\f941"; }
948
- i.icon.train:before { content: "\f238"; }
949
- i.icon.tram:before { content: "\f7da"; }
950
- i.icon.transgender:before { content: "\f224"; }
951
- i.icon.transgender.alternate:before { content: "\f225"; }
952
- i.icon.trash:before { content: "\f1f8"; }
953
- i.icon.trash.alternate:before { content: "\f2ed"; }
954
- i.icon.trash.restore:before { content: "\f829"; }
955
- i.icon.trash.restore.alternate:before { content: "\f82a"; }
956
- i.icon.tree:before { content: "\f1bb"; }
957
- i.icon.trophy:before { content: "\f091"; }
958
- i.icon.truck:before { content: "\f0d1"; }
959
- i.icon.truck.monster:before { content: "\f63b"; }
960
- i.icon.truck.moving:before { content: "\f4df"; }
961
- i.icon.truck.packing:before { content: "\f4de"; }
962
- i.icon.truck.pickup:before { content: "\f63c"; }
963
- i.icon.tshirt:before { content: "\f553"; }
964
- i.icon.tty:before { content: "\f1e4"; }
965
- i.icon.tv:before { content: "\f26c"; }
966
- i.icon.umbrella:before { content: "\f0e9"; }
967
- i.icon.umbrella.beach:before { content: "\f5ca"; }
968
- i.icon.underline:before { content: "\f0cd"; }
969
- i.icon.undo:before { content: "\f0e2"; }
970
- i.icon.undo.alternate:before { content: "\f2ea"; }
971
- i.icon.universal.access:before { content: "\f29a"; }
972
- i.icon.university:before { content: "\f19c"; }
973
- i.icon.unlink:before { content: "\f127"; }
974
- i.icon.unlock:before { content: "\f09c"; }
975
- i.icon.unlock.alternate:before { content: "\f13e"; }
976
- i.icon.upload:before { content: "\f093"; }
977
- i.icon.user:before { content: "\f007"; }
978
- i.icon.user.alternate:before { content: "\f406"; }
979
- i.icon.user.alternate.slash:before { content: "\f4fa"; }
980
- i.icon.user.astronaut:before { content: "\f4fb"; }
981
- i.icon.user.check:before { content: "\f4fc"; }
982
- i.icon.user.circle:before { content: "\f2bd"; }
983
- i.icon.user.clock:before { content: "\f4fd"; }
984
- i.icon.user.cog:before { content: "\f4fe"; }
985
- i.icon.user.edit:before { content: "\f4ff"; }
986
- i.icon.user.friends:before { content: "\f500"; }
987
- i.icon.user.graduate:before { content: "\f501"; }
988
- i.icon.user.injured:before { content: "\f728"; }
989
- i.icon.user.lock:before { content: "\f502"; }
990
- i.icon.user.md:before { content: "\f0f0"; }
991
- i.icon.user.minus:before { content: "\f503"; }
992
- i.icon.user.ninja:before { content: "\f504"; }
993
- i.icon.user.nurse:before { content: "\f82f"; }
994
- i.icon.user.plus:before { content: "\f234"; }
995
- i.icon.user.secret:before { content: "\f21b"; }
996
- i.icon.user.shield:before { content: "\f505"; }
997
- i.icon.user.slash:before { content: "\f506"; }
998
- i.icon.user.tag:before { content: "\f507"; }
999
- i.icon.user.tie:before { content: "\f508"; }
1000
- i.icon.user.times:before { content: "\f235"; }
1001
- i.icon.users:before { content: "\f0c0"; }
1002
- i.icon.users.cog:before { content: "\f509"; }
1003
- i.icon.utensil.spoon:before { content: "\f2e5"; }
1004
- i.icon.utensils:before { content: "\f2e7"; }
1005
- i.icon.vector.square:before { content: "\f5cb"; }
1006
- i.icon.venus:before { content: "\f221"; }
1007
- i.icon.venus.double:before { content: "\f226"; }
1008
- i.icon.venus.mars:before { content: "\f228"; }
1009
- i.icon.vial:before { content: "\f492"; }
1010
- i.icon.vials:before { content: "\f493"; }
1011
- i.icon.video:before { content: "\f03d"; }
1012
- i.icon.video.slash:before { content: "\f4e2"; }
1013
- i.icon.vihara:before { content: "\f6a7"; }
1014
- i.icon.virus:before { content: "\f974"; }
1015
- i.icon.virus.slash:before { content: "\f975"; }
1016
- i.icon.viruses:before { content: "\f976"; }
1017
- i.icon.voicemail:before { content: "\f897"; }
1018
- i.icon.volleyball.ball:before { content: "\f45f"; }
1019
- i.icon.volume.down:before { content: "\f027"; }
1020
- i.icon.volume.mute:before { content: "\f6a9"; }
1021
- i.icon.volume.off:before { content: "\f026"; }
1022
- i.icon.volume.up:before { content: "\f028"; }
1023
- i.icon.vote.yea:before { content: "\f772"; }
1024
- i.icon.vr.cardboard:before { content: "\f729"; }
1025
- i.icon.walking:before { content: "\f554"; }
1026
- i.icon.wallet:before { content: "\f555"; }
1027
- i.icon.warehouse:before { content: "\f494"; }
1028
- i.icon.water:before { content: "\f773"; }
1029
- i.icon.wave.square:before { content: "\f83e"; }
1030
- i.icon.weight:before { content: "\f496"; }
1031
- i.icon.weight.hanging:before { content: "\f5cd"; }
1032
- i.icon.wheelchair:before { content: "\f193"; }
1033
- i.icon.wifi:before { content: "\f1eb"; }
1034
- i.icon.wind:before { content: "\f72e"; }
1035
- i.icon.window.close:before { content: "\f410"; }
1036
- i.icon.window.maximize:before { content: "\f2d0"; }
1037
- i.icon.window.minimize:before { content: "\f2d1"; }
1038
- i.icon.window.restore:before { content: "\f2d2"; }
1039
- i.icon.wine.bottle:before { content: "\f72f"; }
1040
- i.icon.wine.glass:before { content: "\f4e3"; }
1041
- i.icon.wine.glass.alternate:before { content: "\f5ce"; }
1042
- i.icon.won.sign:before { content: "\f159"; }
1043
- i.icon.wrench:before { content: "\f0ad"; }
1044
- i.icon.x.ray:before { content: "\f497"; }
1045
- i.icon.yen.sign:before { content: "\f157"; }
1046
- i.icon.yin.yang:before { content: "\f6ad"; }
1047
- }
1048
-
1049
- & when(@variationIconAliases) {
1050
- /* Aliases */
1051
- i.icon.add:before { content: "\f067"; }
1052
- i.icon.add.circle:before { content: "\f055"; }
1053
- i.icon.add.square:before { content: "\f0fe"; }
1054
- i.icon.add.to.calendar:before { content: "\f271"; }
1055
- i.icon.add.to.cart:before { content: "\f217"; }
1056
- i.icon.add.user:before { content: "\f234"; }
1057
- i.icon.alarm:before { content: "\f0f3"; }
1058
- i.icon.alarm.mute:before { content: "\f1f6"; }
1059
- i.icon.ald:before { content: "\f2a2"; }
1060
- i.icon.als:before { content: "\f2a2"; }
1061
- i.icon.announcement:before { content: "\f0a1"; }
1062
- i.icon.area.chart:before { content: "\f1fe"; }
1063
- i.icon.area.graph:before { content: "\f1fe"; }
1064
- i.icon.arrow.down.cart:before { content: "\f218"; }
1065
- i.icon.asexual:before { content: "\f22d"; }
1066
- i.icon.asl:before { content: "\f2a3"; }
1067
- i.icon.asl.interpreting:before { content: "\f2a3"; }
1068
- i.icon.assistive.listening.devices:before { content: "\f2a2"; }
1069
- i.icon.attach:before { content: "\f0c6"; }
1070
- i.icon.attention:before { content: "\f06a"; }
1071
- i.icon.balance:before { content: "\f24e"; }
1072
- i.icon.bar:before { content: "\f0fc"; }
1073
- i.icon.bathtub:before { content: "\f2cd"; }
1074
- i.icon.battery.four:before { content: "\f240"; }
1075
- i.icon.battery.high:before { content: "\f241"; }
1076
- i.icon.battery.low:before { content: "\f243"; }
1077
- i.icon.battery.medium:before { content: "\f242"; }
1078
- i.icon.battery.one:before { content: "\f243"; }
1079
- i.icon.battery.three:before { content: "\f241"; }
1080
- i.icon.battery.two:before { content: "\f242"; }
1081
- i.icon.battery.zero:before { content: "\f244"; }
1082
- i.icon.birthday:before { content: "\f1fd"; }
1083
- i.icon.block.layout:before { content: "\f009"; }
1084
- i.icon.broken.chain:before { content: "\f127"; }
1085
- i.icon.browser:before { content: "\f022"; }
1086
- i.icon.call:before { content: "\f095"; }
1087
- i.icon.call.square:before { content: "\f098"; }
1088
- i.icon.cancel:before { content: "\f00d"; }
1089
- i.icon.cart:before { content: "\f07a"; }
1090
- i.icon.cc:before { content: "\f20a"; }
1091
- i.icon.chain:before { content: "\f0c1"; }
1092
- i.icon.chat:before { content: "\f075"; }
1093
- i.icon.checked.calendar:before { content: "\f274"; }
1094
- i.icon.checkmark:before { content: "\f00c"; }
1095
- i.icon.checkmark.box:before { content: "\f14a"; }
1096
- i.icon.chess.rock:before { content: "\f447"; }
1097
- i.icon.circle.notched:before { content: "\f1ce"; }
1098
- i.icon.circle.thin:before { content: "\f111"; }
1099
- i.icon.close:before { content: "\f00d"; }
1100
- i.icon.cloud.download:before { content: "\f381"; }
1101
- i.icon.cloud.upload:before { content: "\f382"; }
1102
- i.icon.cny:before { content: "\f157"; }
1103
- i.icon.cocktail:before { content: "\f000"; }
1104
- i.icon.commenting:before { content: "\f27a"; }
1105
- i.icon.compose:before { content: "\f303"; }
1106
- i.icon.computer:before { content: "\f108"; }
1107
- i.icon.configure:before { content: "\f0ad"; }
1108
- i.icon.content:before { content: "\f0c9"; }
1109
- i.icon.conversation:before { content: "\f086"; }
1110
- i.icon.credit.card.alternative:before { content: "\f09d"; }
1111
- i.icon.currency:before { content: "\f3d1"; }
1112
- i.icon.dashboard:before { content: "\f3fd"; }
1113
- i.icon.deafness:before { content: "\f2a4"; }
1114
- i.icon.delete:before { content: "\f00d"; }
1115
- i.icon.delete.calendar:before { content: "\f273"; }
1116
- i.icon.detective:before { content: "\f21b"; }
1117
- i.icon.diamond:before { content: "\f3a5"; }
1118
- i.icon.discussions:before { content: "\f086"; }
1119
- i.icon.disk:before { content: "\f0a0"; }
1120
- i.icon.doctor:before { content: "\f0f0"; }
1121
- i.icon.dollar:before { content: "\f155"; }
1122
- i.icon.dont:before { content: "\f05e"; }
1123
- i.icon.drivers.license:before { content: "\f2c2"; }
1124
- i.icon.dropdown:before { content: "\f0d7"; }
1125
- i.icon.emergency:before { content: "\f0f9"; }
1126
- i.icon.erase:before { content: "\f12d"; }
1127
- i.icon.eur:before { content: "\f153"; }
1128
- i.icon.euro:before { content: "\f153"; }
1129
- i.icon.exchange:before { content: "\f362"; }
1130
- i.icon.external:before { content: "\f35d"; }
1131
- i.icon.external.share:before { content: "\f14d"; }
1132
- i.icon.external.square:before { content: "\f360"; }
1133
- i.icon.eyedropper:before { content: "\f1fb"; }
1134
- i.icon.factory:before { content: "\f275"; }
1135
- i.icon.favorite:before { content: "\f005"; }
1136
- i.icon.feed:before { content: "\f09e"; }
1137
- i.icon.female.homosexual:before { content: "\f226"; }
1138
- i.icon.file.text:before { content: "\f15c"; }
1139
- i.icon.find:before { content: "\f1e5"; }
1140
- i.icon.first.aid:before { content: "\f0fa"; }
1141
- i.icon.food:before { content: "\f2e7"; }
1142
- i.icon.fork:before { content: "\f126"; }
1143
- i.icon.game:before { content: "\f11b"; }
1144
- i.icon.gay:before { content: "\f227"; }
1145
- i.icon.gbp:before { content: "\f154"; }
1146
- i.icon.grab:before { content: "\f255"; }
1147
- i.icon.graduation:before { content: "\f19d"; }
1148
- i.icon.grid.layout:before { content: "\f00a"; }
1149
- i.icon.group:before { content: "\f0c0"; }
1150
- i.icon.h:before { content: "\f0fd"; }
1151
- i.icon.hamburger:before { content: "\f0c9"; }
1152
- i.icon.hand.victory:before { content: "\f25b"; }
1153
- i.icon.handicap:before { content: "\f193"; }
1154
- i.icon.hard.of.hearing:before { content: "\f2a4"; }
1155
- i.icon.header:before { content: "\f1dc"; }
1156
- i.icon.heart.empty:before { content: "\f004"; }
1157
- i.icon.help:before { content: "\f128"; }
1158
- i.icon.help.circle:before { content: "\f059"; }
1159
- i.icon.heterosexual:before { content: "\f228"; }
1160
- i.icon.hide:before { content: "\f070"; }
1161
- i.icon.hotel:before { content: "\f236"; }
1162
- i.icon.hourglass.four:before { content: "\f254"; }
1163
- i.icon.hourglass.full:before { content: "\f254"; }
1164
- i.icon.hourglass.one:before { content: "\f251"; }
1165
- i.icon.hourglass.three:before { content: "\f253"; }
1166
- i.icon.hourglass.two:before { content: "\f252"; }
1167
- i.icon.hourglass.zero:before { content: "\f253"; }
1168
- i.icon.idea:before { content: "\f0eb"; }
1169
- i.icon.ils:before { content: "\f20b"; }
1170
- i.icon.in.cart:before { content: "\f218"; }
1171
- i.icon.inr:before { content: "\f156"; }
1172
- i.icon.intergender:before { content: "\f224"; }
1173
- i.icon.intersex:before { content: "\f224"; }
1174
- i.icon.jpy:before { content: "\f157"; }
1175
- i.icon.krw:before { content: "\f159"; }
1176
- i.icon.lab:before { content: "\f0c3"; }
1177
- i.icon.law:before { content: "\f24e"; }
1178
- i.icon.legal:before { content: "\f0e3"; }
1179
- i.icon.lesbian:before { content: "\f226"; }
1180
- i.icon.level.down:before { content: "\f3be"; }
1181
- i.icon.level.up:before { content: "\f3bf"; }
1182
- i.icon.lightning:before { content: "\f0e7"; }
1183
- i.icon.like:before { content: "\f004"; }
1184
- i.icon.line.graph:before { content: "\f201"; }
1185
- i.icon.linegraph:before { content: "\f201"; }
1186
- i.icon.linkify:before { content: "\f0c1"; }
1187
- i.icon.lira:before { content: "\f195"; }
1188
- i.icon.list.layout:before { content: "\f00b"; }
1189
- i.icon.log.out:before { content: "\f2f5"; }
1190
- i.icon.magnify:before { content: "\f00e"; }
1191
- i.icon.mail:before { content: "\f0e0"; }
1192
- i.icon.mail.forward:before { content: "\f064"; }
1193
- i.icon.mail.square:before { content: "\f199"; }
1194
- i.icon.male.homosexual:before { content: "\f227"; }
1195
- i.icon.man:before { content: "\f222"; }
1196
- i.icon.marker:before { content: "\f041"; }
1197
- i.icon.mars.alternate:before { content: "\f229"; }
1198
- i.icon.mars.horizontal:before { content: "\f22b"; }
1199
- i.icon.mars.vertical:before { content: "\f22a"; }
1200
- i.icon.meanpath:before { content: "\f0c8"; }
1201
- i.icon.military:before { content: "\f0fb"; }
1202
- i.icon.money:before { content: "\f3d1"; }
1203
- i.icon.move:before { content: "\f0b2"; }
1204
- i.icon.mute:before { content: "\f131"; }
1205
- i.icon.non.binary.transgender:before { content: "\f223"; }
1206
- i.icon.numbered.list:before { content: "\f0cb"; }
1207
- i.icon.options:before { content: "\f1de"; }
1208
- i.icon.ordered.list:before { content: "\f0cb"; }
1209
- i.icon.other.gender:before { content: "\f229"; }
1210
- i.icon.other.gender.horizontal:before { content: "\f22b"; }
1211
- i.icon.other.gender.vertical:before { content: "\f22a"; }
1212
- i.icon.payment:before { content: "\f09d"; }
1213
- i.icon.pencil:before { content: "\f303"; }
1214
- i.icon.pencil.square:before { content: "\f14b"; }
1215
- i.icon.photo:before { content: "\f030"; }
1216
- i.icon.picture:before { content: "\f03e"; }
1217
- i.icon.pie.chart:before { content: "\f200"; }
1218
- i.icon.pie.graph:before { content: "\f200"; }
1219
- i.icon.pin:before { content: "\f08d"; }
1220
- i.icon.plus.cart:before { content: "\f217"; }
1221
- i.icon.point:before { content: "\f041"; }
1222
- i.icon.pointing.down:before { content: "\f0a7"; }
1223
- i.icon.pointing.left:before { content: "\f0a5"; }
1224
- i.icon.pointing.right:before { content: "\f0a4"; }
1225
- i.icon.pointing.up:before { content: "\f0a6"; }
1226
- i.icon.pound:before { content: "\f154"; }
1227
- i.icon.power:before { content: "\f011"; }
1228
- i.icon.power.cord:before { content: "\f1e6"; }
1229
- i.icon.privacy:before { content: "\f084"; }
1230
- i.icon.protect:before { content: "\f023"; }
1231
- i.icon.puzzle:before { content: "\f12e"; }
1232
- i.icon.r.circle:before { content: "\f25d"; }
1233
- i.icon.radio:before { content: "\f192"; }
1234
- i.icon.rain:before { content: "\f0e9"; }
1235
- i.icon.record:before { content: "\f03d"; }
1236
- i.icon.refresh:before { content: "\f021"; }
1237
- i.icon.remove:before { content: "\f00d"; }
1238
- i.icon.remove.bookmark:before { content: "\f02e"; }
1239
- i.icon.remove.circle:before { content: "\f057"; }
1240
- i.icon.remove.from.calendar:before { content: "\f272"; }
1241
- i.icon.remove.user:before { content: "\f235"; }
1242
- i.icon.repeat:before { content: "\f01e"; }
1243
- i.icon.resize.horizontal:before { content: "\f337"; }
1244
- i.icon.resize.vertical:before { content: "\f338"; }
1245
- i.icon.rmb:before { content: "\f157"; }
1246
- i.icon.rouble:before { content: "\f158"; }
1247
- i.icon.rub:before { content: "\f158"; }
1248
- i.icon.ruble:before { content: "\f158"; }
1249
- i.icon.rupee:before { content: "\f156"; }
1250
- i.icon.s15:before { content: "\f2cd"; }
1251
- i.icon.selected.radio:before { content: "\f192"; }
1252
- i.icon.send:before { content: "\f1d8"; }
1253
- i.icon.setting:before { content: "\f013"; }
1254
- i.icon.settings:before { content: "\f085"; }
1255
- i.icon.shekel:before { content: "\f20b"; }
1256
- i.icon.sheqel:before { content: "\f20b"; }
1257
- i.icon.shield:before { content: "\f3ed"; }
1258
- i.icon.shipping:before { content: "\f0d1"; }
1259
- i.icon.shop:before { content: "\f07a"; }
1260
- i.icon.shuffle:before { content: "\f074"; }
1261
- i.icon.shutdown:before { content: "\f011"; }
1262
- i.icon.sidebar:before { content: "\f0c9"; }
1263
- i.icon.sign.in:before { content: "\f2f6"; }
1264
- i.icon.sign.out:before { content: "\f2f5"; }
1265
- i.icon.signing:before { content: "\f2a7"; }
1266
- i.icon.signup:before { content: "\f044"; }
1267
- i.icon.sliders:before { content: "\f1de"; }
1268
- i.icon.soccer:before { content: "\f1e3"; }
1269
- i.icon.sort.alphabet.ascending:before { content: "\f15d"; }
1270
- i.icon.sort.alphabet.descending:before { content: "\f15e"; }
1271
- i.icon.sort.ascending:before { content: "\f0de"; }
1272
- i.icon.sort.content.ascending:before { content: "\f160"; }
1273
- i.icon.sort.content.descending:before { content: "\f161"; }
1274
- i.icon.sort.descending:before { content: "\f0dd"; }
1275
- i.icon.sort.numeric.ascending:before { content: "\f162"; }
1276
- i.icon.sort.numeric.descending:before { content: "\f163"; }
1277
- i.icon.sound:before { content: "\f025"; }
1278
- i.icon.spoon:before { content: "\f2e5"; }
1279
- i.icon.spy:before { content: "\f21b"; }
1280
- i.icon.star.empty:before { content: "\f005"; }
1281
- i.icon.star.half.empty:before { content: "\f089"; }
1282
- i.icon.star.half.full:before { content: "\f089"; }
1283
- i.icon.student:before { content: "\f19d"; }
1284
- i.icon.talk:before { content: "\f27a"; }
1285
- i.icon.target:before { content: "\f140"; }
1286
- i.icon.teletype:before { content: "\f1e4"; }
1287
- i.icon.television:before { content: "\f26c"; }
1288
- i.icon.text.cursor:before { content: "\f246"; }
1289
- i.icon.text.telephone:before { content: "\f1e4"; }
1290
- i.icon.theme:before { content: "\f043"; }
1291
- i.icon.thermometer:before { content: "\f2c7"; }
1292
- i.icon.thumb.tack:before { content: "\f08d"; }
1293
- i.icon.ticket:before { content: "\f3ff"; }
1294
- i.icon.time:before { content: "\f017"; }
1295
- i.icon.times.rectangle:before { content: "\f410"; }
1296
- i.icon.tm:before { content: "\f25c"; }
1297
- i.icon.toggle.down:before { content: "\f150"; }
1298
- i.icon.toggle.left:before { content: "\f191"; }
1299
- i.icon.toggle.right:before { content: "\f152"; }
1300
- i.icon.toggle.up:before { content: "\f151"; }
1301
- i.icon.translate:before { content: "\f1ab"; }
1302
- i.icon.travel:before { content: "\f0b1"; }
1303
- i.icon.treatment:before { content: "\f0f1"; }
1304
- i.icon.triangle.down:before { content: "\f0d7"; }
1305
- i.icon.triangle.left:before { content: "\f0d9"; }
1306
- i.icon.triangle.right:before { content: "\f0da"; }
1307
- i.icon.triangle.up:before { content: "\f0d8"; }
1308
- i.icon.try:before { content: "\f195"; }
1309
- i.icon.unhide:before { content: "\f06e"; }
1310
- i.icon.unlinkify:before { content: "\f127"; }
1311
- i.icon.unmute:before { content: "\f130"; }
1312
- i.icon.unordered.list:before { content: "\f0ca"; }
1313
- i.icon.usd:before { content: "\f155"; }
1314
- i.icon.user.cancel:before { content: "\f235"; }
1315
- i.icon.user.close:before { content: "\f235"; }
1316
- i.icon.user.delete:before { content: "\f235"; }
1317
- i.icon.user.doctor:before { content: "\f0f0"; }
1318
- i.icon.user.x:before { content: "\f235"; }
1319
- i.icon.vcard:before { content: "\f2bb"; }
1320
- i.icon.video.camera:before { content: "\f03d"; }
1321
- i.icon.video.play:before { content: "\f144"; }
1322
- i.icon.volume.control.phone:before { content: "\f2a0"; }
1323
- i.icon.wait:before { content: "\f017"; }
1324
- i.icon.warning:before { content: "\f12a"; }
1325
- i.icon.warning.circle:before { content: "\f06a"; }
1326
- i.icon.warning.sign:before { content: "\f071"; }
1327
- i.icon.wi.fi:before { content: "\f1eb"; }
1328
- i.icon.winner:before { content: "\f091"; }
1329
- i.icon.wizard:before { content: "\f0d0"; }
1330
- i.icon.woman:before { content: "\f221"; }
1331
- i.icon.won:before { content: "\f159"; }
1332
- i.icon.world:before { content: "\f0ac"; }
1333
- i.icon.write:before { content: "\f303"; }
1334
- i.icon.write.square:before { content: "\f14b"; }
1335
- i.icon.x:before { content: "\f00d"; }
1336
- i.icon.yen:before { content: "\f157"; }
1337
- i.icon.zip:before { content: "\f187"; }
1338
- i.icon.zoom:before { content: "\f00e"; }
1339
- i.icon.zoom.in:before { content: "\f00e"; }
1340
- i.icon.zoom.out:before { content: "\f010"; }
1341
- }
1342
-
1343
- & when (@variationIconOutline) {
1344
- /*******************************
1345
- Outline Icons
1346
- *******************************/
1347
-
1348
- /* Outline Icon */
1349
- & when (@importOutlineIcons) {
1350
- /* Load & Define Icon Font */
1351
- @font-face {
1352
- font-family: @outlineFontName;
1353
- src: @outlineFallbackSRC;
1354
- src: @outlineSrc;
1355
- font-style: normal;
1356
- font-weight: @normal;
1357
- font-variant: normal;
1358
- text-decoration: inherit;
1359
- text-transform: none;
1360
- }
1361
- }
1362
-
1363
- i.icon.outline {
1364
- font-family: @outlineFontName;
1365
- }
1366
-
1367
- /* Icons */
1368
- i.icon.address.book.outline:before { content: "\f2b9"; }
1369
- i.icon.address.card.outline:before { content: "\f2bb"; }
1370
- i.icon.angry.outline:before { content: "\f556"; }
1371
- i.icon.arrow.alternate.circle.down.outline:before { content: "\f358"; }
1372
- i.icon.arrow.alternate.circle.left.outline:before { content: "\f359"; }
1373
- i.icon.arrow.alternate.circle.right.outline:before { content: "\f35a"; }
1374
- i.icon.arrow.alternate.circle.up.outline:before { content: "\f35b"; }
1375
- i.icon.bell.outline:before { content: "\f0f3"; }
1376
- i.icon.bell.slash.outline:before { content: "\f1f6"; }
1377
- i.icon.bookmark.outline:before { content: "\f02e"; }
1378
- i.icon.building.outline:before { content: "\f1ad"; }
1379
- i.icon.calendar.alternate.outline:before { content: "\f073"; }
1380
- i.icon.calendar.check.outline:before { content: "\f274"; }
1381
- i.icon.calendar.minus.outline:before { content: "\f272"; }
1382
- i.icon.calendar.outline:before { content: "\f133"; }
1383
- i.icon.calendar.plus.outline:before { content: "\f271"; }
1384
- i.icon.calendar.times.outline:before { content: "\f273"; }
1385
- i.icon.caret.square.down.outline:before { content: "\f150"; }
1386
- i.icon.caret.square.left.outline:before { content: "\f191"; }
1387
- i.icon.caret.square.right.outline:before { content: "\f152"; }
1388
- i.icon.caret.square.up.outline:before { content: "\f151"; }
1389
- i.icon.chart.bar.outline:before { content: "\f080"; }
1390
- i.icon.check.circle.outline:before { content: "\f058"; }
1391
- i.icon.check.square.outline:before { content: "\f14a"; }
1392
- i.icon.circle.outline:before { content: "\f111"; }
1393
- i.icon.clipboard.outline:before { content: "\f328"; }
1394
- i.icon.clock.outline:before { content: "\f017"; }
1395
- i.icon.clone.outline:before { content: "\f24d"; }
1396
- i.icon.closed.captioning.outline:before { content: "\f20a"; }
1397
- i.icon.comment.alternate.outline:before { content: "\f27a"; }
1398
- i.icon.comment.dots.outline:before { content: "\f4ad"; }
1399
- i.icon.comment.outline:before { content: "\f075"; }
1400
- i.icon.comments.outline:before { content: "\f086"; }
1401
- i.icon.compass.outline:before { content: "\f14e"; }
1402
- i.icon.copy.outline:before { content: "\f0c5"; }
1403
- i.icon.copyright.outline:before { content: "\f1f9"; }
1404
- i.icon.credit.card.outline:before { content: "\f09d"; }
1405
- i.icon.dizzy.outline:before { content: "\f567"; }
1406
- i.icon.dot.circle.outline:before { content: "\f192"; }
1407
- i.icon.edit.outline:before { content: "\f044"; }
1408
- i.icon.envelope.open.outline:before { content: "\f2b6"; }
1409
- i.icon.envelope.outline:before { content: "\f0e0"; }
1410
- i.icon.eye.outline:before { content: "\f06e"; }
1411
- i.icon.eye.slash.outline:before { content: "\f070"; }
1412
- i.icon.file.alternate.outline:before { content: "\f15c"; }
1413
- i.icon.file.archive.outline:before { content: "\f1c6"; }
1414
- i.icon.file.audio.outline:before { content: "\f1c7"; }
1415
- i.icon.file.code.outline:before { content: "\f1c9"; }
1416
- i.icon.file.excel.outline:before { content: "\f1c3"; }
1417
- i.icon.file.image.outline:before { content: "\f1c5"; }
1418
- i.icon.file.outline:before { content: "\f15b"; }
1419
- i.icon.file.pdf.outline:before { content: "\f1c1"; }
1420
- i.icon.file.powerpoint.outline:before { content: "\f1c4"; }
1421
- i.icon.file.video.outline:before { content: "\f1c8"; }
1422
- i.icon.file.word.outline:before { content: "\f1c2"; }
1423
- i.icon.flag.outline:before { content: "\f024"; }
1424
- i.icon.flushed.outline:before { content: "\f579"; }
1425
- i.icon.folder.open.outline:before { content: "\f07c"; }
1426
- i.icon.folder.outline:before { content: "\f07b"; }
1427
- i.icon.frown.open.outline:before { content: "\f57a"; }
1428
- i.icon.frown.outline:before { content: "\f119"; }
1429
- i.icon.futbol.outline:before { content: "\f1e3"; }
1430
- i.icon.gem.outline:before { content: "\f3a5"; }
1431
- i.icon.grimace.outline:before { content: "\f57f"; }
1432
- i.icon.grin.alternate.outline:before { content: "\f581"; }
1433
- i.icon.grin.beam.outline:before { content: "\f582"; }
1434
- i.icon.grin.beam.sweat.outline:before { content: "\f583"; }
1435
- i.icon.grin.hearts.outline:before { content: "\f584"; }
1436
- i.icon.grin.outline:before { content: "\f580"; }
1437
- i.icon.grin.squint.outline:before { content: "\f585"; }
1438
- i.icon.grin.squint.tears.outline:before { content: "\f586"; }
1439
- i.icon.grin.stars.outline:before { content: "\f587"; }
1440
- i.icon.grin.tears.outline:before { content: "\f588"; }
1441
- i.icon.grin.tongue.outline:before { content: "\f589"; }
1442
- i.icon.grin.tongue.squint.outline:before { content: "\f58a"; }
1443
- i.icon.grin.tongue.wink.outline:before { content: "\f58b"; }
1444
- i.icon.grin.wink.outline:before { content: "\f58c"; }
1445
- i.icon.hand.lizard.outline:before { content: "\f258"; }
1446
- i.icon.hand.paper.outline:before { content: "\f256"; }
1447
- i.icon.hand.peace.outline:before { content: "\f25b"; }
1448
- i.icon.hand.point.down.outline:before { content: "\f0a7"; }
1449
- i.icon.hand.point.left.outline:before { content: "\f0a5"; }
1450
- i.icon.hand.point.right.outline:before { content: "\f0a4"; }
1451
- i.icon.hand.point.up.outline:before { content: "\f0a6"; }
1452
- i.icon.hand.pointer.outline:before { content: "\f25a"; }
1453
- i.icon.hand.rock.outline:before { content: "\f255"; }
1454
- i.icon.hand.scissors.outline:before { content: "\f257"; }
1455
- i.icon.hand.spock.outline:before { content: "\f259"; }
1456
- i.icon.handshake.outline:before { content: "\f2b5"; }
1457
- i.icon.hdd.outline:before { content: "\f0a0"; }
1458
- i.icon.heart.outline:before { content: "\f004"; }
1459
- i.icon.hospital.outline:before { content: "\f0f8"; }
1460
- i.icon.hourglass.outline:before { content: "\f254"; }
1461
- i.icon.id.badge.outline:before { content: "\f2c1"; }
1462
- i.icon.id.card.outline:before { content: "\f2c2"; }
1463
- i.icon.image.outline:before { content: "\f03e"; }
1464
- i.icon.images.outline:before { content: "\f302"; }
1465
- i.icon.keyboard.outline:before { content: "\f11c"; }
1466
- i.icon.kiss.beam.outline:before { content: "\f597"; }
1467
- i.icon.kiss.outline:before { content: "\f596"; }
1468
- i.icon.kiss.wink.heart.outline:before { content: "\f598"; }
1469
- i.icon.laugh.beam.outline:before { content: "\f59a"; }
1470
- i.icon.laugh.outline:before { content: "\f599"; }
1471
- i.icon.laugh.squint.outline:before { content: "\f59b"; }
1472
- i.icon.laugh.wink.outline:before { content: "\f59c"; }
1473
- i.icon.lemon.outline:before { content: "\f094"; }
1474
- i.icon.life.ring.outline:before { content: "\f1cd"; }
1475
- i.icon.lightbulb.outline:before { content: "\f0eb"; }
1476
- i.icon.list.alternate.outline:before { content: "\f022"; }
1477
- i.icon.map.outline:before { content: "\f279"; }
1478
- i.icon.meh.blank.outline:before { content: "\f5a4"; }
1479
- i.icon.meh.outline:before { content: "\f11a"; }
1480
- i.icon.meh.rolling.eyes.outline:before { content: "\f5a5"; }
1481
- i.icon.minus.square.outline:before { content: "\f146"; }
1482
- i.icon.money.bill.alternate.outline:before { content: "\f3d1"; }
1483
- i.icon.moon.outline:before { content: "\f186"; }
1484
- i.icon.newspaper.outline:before { content: "\f1ea"; }
1485
- i.icon.object.group.outline:before { content: "\f247"; }
1486
- i.icon.object.ungroup.outline:before { content: "\f248"; }
1487
- i.icon.paper.plane.outline:before { content: "\f1d8"; }
1488
- i.icon.pause.circle.outline:before { content: "\f28b"; }
1489
- i.icon.play.circle.outline:before { content: "\f144"; }
1490
- i.icon.plus.square.outline:before { content: "\f0fe"; }
1491
- i.icon.question.circle.outline:before { content: "\f059"; }
1492
- i.icon.registered.outline:before { content: "\f25d"; }
1493
- i.icon.sad.cry.outline:before { content: "\f5b3"; }
1494
- i.icon.sad.tear.outline:before { content: "\f5b4"; }
1495
- i.icon.save.outline:before { content: "\f0c7"; }
1496
- i.icon.share.square.outline:before { content: "\f14d"; }
1497
- i.icon.smile.beam.outline:before { content: "\f5b8"; }
1498
- i.icon.smile.outline:before { content: "\f118"; }
1499
- i.icon.smile.wink.outline:before { content: "\f4da"; }
1500
- i.icon.snowflake.outline:before { content: "\f2dc"; }
1501
- i.icon.square.outline:before { content: "\f0c8"; }
1502
- i.icon.star.half.outline:before { content: "\f089"; }
1503
- i.icon.star.outline:before { content: "\f005"; }
1504
- i.icon.sticky.note.outline:before { content: "\f249"; }
1505
- i.icon.stop.circle.outline:before { content: "\f28d"; }
1506
- i.icon.sun.outline:before { content: "\f185"; }
1507
- i.icon.surprise.outline:before { content: "\f5c2"; }
1508
- i.icon.thumbs.down.outline:before { content: "\f165"; }
1509
- i.icon.thumbs.up.outline:before { content: "\f164"; }
1510
- i.icon.times.circle.outline:before { content: "\f057"; }
1511
- i.icon.tired.outline:before { content: "\f5c8"; }
1512
- i.icon.trash.alternate.outline:before { content: "\f2ed"; }
1513
- i.icon.user.circle.outline:before { content: "\f2bd"; }
1514
- i.icon.user.outline:before { content: "\f007"; }
1515
- i.icon.window.close.outline:before { content: "\f410"; }
1516
- i.icon.window.maximize.outline:before { content: "\f2d0"; }
1517
- i.icon.window.minimize.outline:before { content: "\f2d1"; }
1518
- i.icon.window.restore.outline:before { content: "\f2d2"; }
1519
-
1520
-
1521
-
1522
- }
1523
-
1524
-
1525
-
1526
- & when (@variationIconBrand) {
1527
- /*******************************
1528
- Brand Icons
1529
- *******************************/
1530
-
1531
- & when (@importBrandIcons) {
1532
- /* Load & Define Brand Font */
1533
- @font-face {
1534
- font-family: @brandFontName;
1535
- src: @brandFallbackSRC;
1536
- src: @brandSrc;
1537
- font-style: normal;
1538
- font-weight: @normal;
1539
- font-variant: normal;
1540
- text-decoration: inherit;
1541
- text-transform: none;
1542
- }
1543
- }
1544
-
1545
- /* Icons */
1546
- i.icon.\35 00px:before { content: "\f26e"; font-family: @brandFontName; }
1547
- i.icon.accessible:before { content: "\f368"; font-family: @brandFontName; }
1548
- i.icon.accusoft:before { content: "\f369"; font-family: @brandFontName; }
1549
- i.icon.acquisitions.incorporated:before { content: "\f6af"; font-family: @brandFontName; }
1550
- i.icon.adn:before { content: "\f170"; font-family: @brandFontName; }
1551
- i.icon.adobe:before { content: "\f778"; font-family: @brandFontName; }
1552
- i.icon.adversal:before { content: "\f36a"; font-family: @brandFontName; }
1553
- i.icon.affiliatetheme:before { content: "\f36b"; font-family: @brandFontName; }
1554
- i.icon.airbnb:before { content: "\f834"; font-family: @brandFontName; }
1555
- i.icon.algolia:before { content: "\f36c"; font-family: @brandFontName; }
1556
- i.icon.alipay:before { content: "\f642"; font-family: @brandFontName; }
1557
- i.icon.amazon:before { content: "\f270"; font-family: @brandFontName; }
1558
- i.icon.amazon.pay:before { content: "\f42c"; font-family: @brandFontName; }
1559
- i.icon.amilia:before { content: "\f36d"; font-family: @brandFontName; }
1560
- i.icon.android:before { content: "\f17b"; font-family: @brandFontName; }
1561
- i.icon.angellist:before { content: "\f209"; font-family: @brandFontName; }
1562
- i.icon.angrycreative:before { content: "\f36e"; font-family: @brandFontName; }
1563
- i.icon.angular:before { content: "\f420"; font-family: @brandFontName; }
1564
- i.icon.app.store:before { content: "\f36f"; font-family: @brandFontName; }
1565
- i.icon.app.store.ios:before { content: "\f370"; font-family: @brandFontName; }
1566
- i.icon.apper:before { content: "\f371"; font-family: @brandFontName; }
1567
- i.icon.apple:before { content: "\f179"; font-family: @brandFontName; }
1568
- i.icon.apple.pay:before { content: "\f415"; font-family: @brandFontName; }
1569
- i.icon.artstation:before { content: "\f77a"; font-family: @brandFontName; }
1570
- i.icon.asymmetrik:before { content: "\f372"; font-family: @brandFontName; }
1571
- i.icon.atlassian:before { content: "\f77b"; font-family: @brandFontName; }
1572
- i.icon.audible:before { content: "\f373"; font-family: @brandFontName; }
1573
- i.icon.autoprefixer:before { content: "\f41c"; font-family: @brandFontName; }
1574
- i.icon.avianex:before { content: "\f374"; font-family: @brandFontName; }
1575
- i.icon.aviato:before { content: "\f421"; font-family: @brandFontName; }
1576
- i.icon.aws:before { content: "\f375"; font-family: @brandFontName; }
1577
- i.icon.bandcamp:before { content: "\f2d5"; font-family: @brandFontName; }
1578
- i.icon.battle.net:before { content: "\f835"; font-family: @brandFontName; }
1579
- i.icon.behance:before { content: "\f1b4"; font-family: @brandFontName; }
1580
- i.icon.behance.square:before { content: "\f1b5"; font-family: @brandFontName; }
1581
- i.icon.bimobject:before { content: "\f378"; font-family: @brandFontName; }
1582
- i.icon.bitbucket:before { content: "\f171"; font-family: @brandFontName; }
1583
- i.icon.bitcoin:before { content: "\f379"; font-family: @brandFontName; }
1584
- i.icon.bity:before { content: "\f37a"; font-family: @brandFontName; }
1585
- i.icon.black.tie:before { content: "\f27e"; font-family: @brandFontName; }
1586
- i.icon.blackberry:before { content: "\f37b"; font-family: @brandFontName; }
1587
- i.icon.blogger:before { content: "\f37c"; font-family: @brandFontName; }
1588
- i.icon.blogger.b:before { content: "\f37d"; font-family: @brandFontName; }
1589
- i.icon.bluetooth:before { content: "\f293"; font-family: @brandFontName; }
1590
- i.icon.bluetooth.b:before { content: "\f294"; font-family: @brandFontName; }
1591
- i.icon.bootstrap:before { content: "\f836"; font-family: @brandFontName; }
1592
- i.icon.btc:before { content: "\f15a"; font-family: @brandFontName; }
1593
- i.icon.buffer:before { content: "\f837"; font-family: @brandFontName; }
1594
- i.icon.buromobelexperte:before { content: "\f37f"; font-family: @brandFontName; }
1595
- i.icon.buy.n.large:before { content: "\f8a6"; font-family: @brandFontName; }
1596
- i.icon.buysellads:before { content: "\f20d"; font-family: @brandFontName; }
1597
- i.icon.canadian.maple.leaf:before { content: "\f785"; font-family: @brandFontName; }
1598
- i.icon.cc.amazon.pay:before { content: "\f42d"; font-family: @brandFontName; }
1599
- i.icon.cc.amex:before { content: "\f1f3"; font-family: @brandFontName; }
1600
- i.icon.cc.apple.pay:before { content: "\f416"; font-family: @brandFontName; }
1601
- i.icon.cc.diners.club:before { content: "\f24c"; font-family: @brandFontName; }
1602
- i.icon.cc.discover:before { content: "\f1f2"; font-family: @brandFontName; }
1603
- i.icon.cc.jcb:before { content: "\f24b"; font-family: @brandFontName; }
1604
- i.icon.cc.mastercard:before { content: "\f1f1"; font-family: @brandFontName; }
1605
- i.icon.cc.paypal:before { content: "\f1f4"; font-family: @brandFontName; }
1606
- i.icon.cc.stripe:before { content: "\f1f5"; font-family: @brandFontName; }
1607
- i.icon.cc.visa:before { content: "\f1f0"; font-family: @brandFontName; }
1608
- i.icon.centercode:before { content: "\f380"; font-family: @brandFontName; }
1609
- i.icon.centos:before { content: "\f789"; font-family: @brandFontName; }
1610
- i.icon.chrome:before { content: "\f268"; font-family: @brandFontName; }
1611
- i.icon.chromecast:before { content: "\f838"; font-family: @brandFontName; }
1612
- i.icon.cloudscale:before { content: "\f383"; font-family: @brandFontName; }
1613
- i.icon.cloudsmith:before { content: "\f384"; font-family: @brandFontName; }
1614
- i.icon.cloudversify:before { content: "\f385"; font-family: @brandFontName; }
1615
- i.icon.codepen:before { content: "\f1cb"; font-family: @brandFontName; }
1616
- i.icon.codiepie:before { content: "\f284"; font-family: @brandFontName; }
1617
- i.icon.confluence:before { content: "\f78d"; font-family: @brandFontName; }
1618
- i.icon.connectdevelop:before { content: "\f20e"; font-family: @brandFontName; }
1619
- i.icon.contao:before { content: "\f26d"; font-family: @brandFontName; }
1620
- i.icon.cotton.bureau:before { content: "\f89e"; font-family: @brandFontName; }
1621
- i.icon.cpanel:before { content: "\f388"; font-family: @brandFontName; }
1622
- i.icon.creative.commons:before { content: "\f25e"; font-family: @brandFontName; }
1623
- i.icon.creative.commons.by:before { content: "\f4e7"; font-family: @brandFontName; }
1624
- i.icon.creative.commons.nc:before { content: "\f4e8"; font-family: @brandFontName; }
1625
- i.icon.creative.commons.nc.eu:before { content: "\f4e9"; font-family: @brandFontName; }
1626
- i.icon.creative.commons.nc.jp:before { content: "\f4ea"; font-family: @brandFontName; }
1627
- i.icon.creative.commons.nd:before { content: "\f4eb"; font-family: @brandFontName; }
1628
- i.icon.creative.commons.pd:before { content: "\f4ec"; font-family: @brandFontName; }
1629
- i.icon.creative.commons.pd.alternate:before { content: "\f4ed"; font-family: @brandFontName; }
1630
- i.icon.creative.commons.remix:before { content: "\f4ee"; font-family: @brandFontName; }
1631
- i.icon.creative.commons.sa:before { content: "\f4ef"; font-family: @brandFontName; }
1632
- i.icon.creative.commons.sampling:before { content: "\f4f0"; font-family: @brandFontName; }
1633
- i.icon.creative.commons.sampling.plus:before { content: "\f4f1"; font-family: @brandFontName; }
1634
- i.icon.creative.commons.share:before { content: "\f4f2"; font-family: @brandFontName; }
1635
- i.icon.creative.commons.zero:before { content: "\f4f3"; font-family: @brandFontName; }
1636
- i.icon.critical.role:before { content: "\f6c9"; font-family: @brandFontName; }
1637
- i.icon.css3:before { content: "\f13c"; font-family: @brandFontName; }
1638
- i.icon.css3.alternate:before { content: "\f38b"; font-family: @brandFontName; }
1639
- i.icon.cuttlefish:before { content: "\f38c"; font-family: @brandFontName; }
1640
- i.icon.d.and.d:before { content: "\f38d"; font-family: @brandFontName; }
1641
- i.icon.d.and.d.beyond:before { content: "\f6ca"; font-family: @brandFontName; }
1642
- i.icon.dailymotion:before { content: "\f952"; font-family: @brandFontName; }
1643
- i.icon.dashcube:before { content: "\f210"; font-family: @brandFontName; }
1644
- i.icon.delicious:before { content: "\f1a5"; font-family: @brandFontName; }
1645
- i.icon.deploydog:before { content: "\f38e"; font-family: @brandFontName; }
1646
- i.icon.deskpro:before { content: "\f38f"; font-family: @brandFontName; }
1647
- i.icon.dev:before { content: "\f6cc"; font-family: @brandFontName; }
1648
- i.icon.deviantart:before { content: "\f1bd"; font-family: @brandFontName; }
1649
- i.icon.dhl:before { content: "\f790"; font-family: @brandFontName; }
1650
- i.icon.diaspora:before { content: "\f791"; font-family: @brandFontName; }
1651
- i.icon.digg:before { content: "\f1a6"; font-family: @brandFontName; }
1652
- i.icon.digital.ocean:before { content: "\f391"; font-family: @brandFontName; }
1653
- i.icon.discord:before { content: "\f392"; font-family: @brandFontName; }
1654
- i.icon.discourse:before { content: "\f393"; font-family: @brandFontName; }
1655
- i.icon.dochub:before { content: "\f394"; font-family: @brandFontName; }
1656
- i.icon.docker:before { content: "\f395"; font-family: @brandFontName; }
1657
- i.icon.draft2digital:before { content: "\f396"; font-family: @brandFontName; }
1658
- i.icon.dribbble:before { content: "\f17d"; font-family: @brandFontName; }
1659
- i.icon.dribbble.square:before { content: "\f397"; font-family: @brandFontName; }
1660
- i.icon.dropbox:before { content: "\f16b"; font-family: @brandFontName; }
1661
- i.icon.drupal:before { content: "\f1a9"; font-family: @brandFontName; }
1662
- i.icon.dyalog:before { content: "\f399"; font-family: @brandFontName; }
1663
- i.icon.earlybirds:before { content: "\f39a"; font-family: @brandFontName; }
1664
- i.icon.ebay:before { content: "\f4f4"; font-family: @brandFontName; }
1665
- i.icon.edge:before { content: "\f282"; font-family: @brandFontName; }
1666
- i.icon.elementor:before { content: "\f430"; font-family: @brandFontName; }
1667
- i.icon.ello:before { content: "\f5f1"; font-family: @brandFontName; }
1668
- i.icon.ember:before { content: "\f423"; font-family: @brandFontName; }
1669
- i.icon.empire:before { content: "\f1d1"; font-family: @brandFontName; }
1670
- i.icon.envira:before { content: "\f299"; font-family: @brandFontName; }
1671
- i.icon.erlang:before { content: "\f39d"; font-family: @brandFontName; }
1672
- i.icon.ethereum:before { content: "\f42e"; font-family: @brandFontName; }
1673
- i.icon.etsy:before { content: "\f2d7"; font-family: @brandFontName; }
1674
- i.icon.evernote:before { content: "\f839"; font-family: @brandFontName; }
1675
- i.icon.expeditedssl:before { content: "\f23e"; font-family: @brandFontName; }
1676
- i.icon.facebook:before { content: "\f09a"; font-family: @brandFontName; }
1677
- i.icon.facebook.f:before { content: "\f39e"; font-family: @brandFontName; }
1678
- i.icon.facebook.messenger:before { content: "\f39f"; font-family: @brandFontName; }
1679
- i.icon.facebook.square:before { content: "\f082"; font-family: @brandFontName; }
1680
- i.icon.fantasy.flight.games:before { content: "\f6dc"; font-family: @brandFontName; }
1681
- i.icon.fedex:before { content: "\f797"; font-family: @brandFontName; }
1682
- i.icon.fedora:before { content: "\f798"; font-family: @brandFontName; }
1683
- i.icon.figma:before { content: "\f799"; font-family: @brandFontName; }
1684
- i.icon.firefox:before { content: "\f269"; font-family: @brandFontName; }
1685
- i.icon.firefox.browser:before { content: "\f907"; font-family: @brandFontName; }
1686
- i.icon.first.order:before { content: "\f2b0"; font-family: @brandFontName; }
1687
- i.icon.first.order.alternate:before { content: "\f50a"; font-family: @brandFontName; }
1688
- i.icon.firstdraft:before { content: "\f3a1"; font-family: @brandFontName; }
1689
- i.icon.flickr:before { content: "\f16e"; font-family: @brandFontName; }
1690
- i.icon.flipboard:before { content: "\f44d"; font-family: @brandFontName; }
1691
- i.icon.fly:before { content: "\f417"; font-family: @brandFontName; }
1692
- i.icon.font.awesome:before { content: "\f2b4"; font-family: @brandFontName; }
1693
- i.icon.font.awesome.alternate:before { content: "\f35c"; font-family: @brandFontName; }
1694
- i.icon.font.awesome.flag:before { content: "\f425"; font-family: @brandFontName; }
1695
- i.icon.fonticons:before { content: "\f280"; font-family: @brandFontName; }
1696
- i.icon.fonticons.fi:before { content: "\f3a2"; font-family: @brandFontName; }
1697
- i.icon.fort.awesome:before { content: "\f286"; font-family: @brandFontName; }
1698
- i.icon.fort.awesome.alternate:before { content: "\f3a3"; font-family: @brandFontName; }
1699
- i.icon.forumbee:before { content: "\f211"; font-family: @brandFontName; }
1700
- i.icon.foursquare:before { content: "\f180"; font-family: @brandFontName; }
1701
- i.icon.free.code.camp:before { content: "\f2c5"; font-family: @brandFontName; }
1702
- i.icon.freebsd:before { content: "\f3a4"; font-family: @brandFontName; }
1703
- i.icon.fulcrum:before { content: "\f50b"; font-family: @brandFontName; }
1704
- i.icon.galactic.republic:before { content: "\f50c"; font-family: @brandFontName; }
1705
- i.icon.galactic.senate:before { content: "\f50d"; font-family: @brandFontName; }
1706
- i.icon.get.pocket:before { content: "\f265"; font-family: @brandFontName; }
1707
- i.icon.gg:before { content: "\f260"; font-family: @brandFontName; }
1708
- i.icon.gg.circle:before { content: "\f261"; font-family: @brandFontName; }
1709
- i.icon.git:before { content: "\f1d3"; font-family: @brandFontName; }
1710
- i.icon.git.alternate:before { content: "\f841"; font-family: @brandFontName; }
1711
- i.icon.git.square:before { content: "\f1d2"; font-family: @brandFontName; }
1712
- i.icon.github:before { content: "\f09b"; font-family: @brandFontName; }
1713
- i.icon.github.alternate:before { content: "\f113"; font-family: @brandFontName; }
1714
- i.icon.github.square:before { content: "\f092"; font-family: @brandFontName; }
1715
- i.icon.gitkraken:before { content: "\f3a6"; font-family: @brandFontName; }
1716
- i.icon.gitlab:before { content: "\f296"; font-family: @brandFontName; }
1717
- i.icon.gitter:before { content: "\f426"; font-family: @brandFontName; }
1718
- i.icon.glide:before { content: "\f2a5"; font-family: @brandFontName; }
1719
- i.icon.glide.g:before { content: "\f2a6"; font-family: @brandFontName; }
1720
- i.icon.gofore:before { content: "\f3a7"; font-family: @brandFontName; }
1721
- i.icon.goodreads:before { content: "\f3a8"; font-family: @brandFontName; }
1722
- i.icon.goodreads.g:before { content: "\f3a9"; font-family: @brandFontName; }
1723
- i.icon.google:before { content: "\f1a0"; font-family: @brandFontName; }
1724
- i.icon.google.drive:before { content: "\f3aa"; font-family: @brandFontName; }
1725
- i.icon.google.play:before { content: "\f3ab"; font-family: @brandFontName; }
1726
- i.icon.google.plus:before { content: "\f2b3"; font-family: @brandFontName; }
1727
- i.icon.google.plus.g:before { content: "\f0d5"; font-family: @brandFontName; }
1728
- i.icon.google.plus.square:before { content: "\f0d4"; font-family: @brandFontName; }
1729
- i.icon.google.wallet:before { content: "\f1ee"; font-family: @brandFontName; }
1730
- i.icon.gratipay:before { content: "\f184"; font-family: @brandFontName; }
1731
- i.icon.grav:before { content: "\f2d6"; font-family: @brandFontName; }
1732
- i.icon.gripfire:before { content: "\f3ac"; font-family: @brandFontName; }
1733
- i.icon.grunt:before { content: "\f3ad"; font-family: @brandFontName; }
1734
- i.icon.gulp:before { content: "\f3ae"; font-family: @brandFontName; }
1735
- i.icon.hacker.news:before { content: "\f1d4"; font-family: @brandFontName; }
1736
- i.icon.hacker.news.square:before { content: "\f3af"; font-family: @brandFontName; }
1737
- i.icon.hackerrank:before { content: "\f5f7"; font-family: @brandFontName; }
1738
- i.icon.hips:before { content: "\f452"; font-family: @brandFontName; }
1739
- i.icon.hire.a.helper:before { content: "\f3b0"; font-family: @brandFontName; }
1740
- i.icon.hooli:before { content: "\f427"; font-family: @brandFontName; }
1741
- i.icon.hornbill:before { content: "\f592"; font-family: @brandFontName; }
1742
- i.icon.hotjar:before { content: "\f3b1"; font-family: @brandFontName; }
1743
- i.icon.houzz:before { content: "\f27c"; font-family: @brandFontName; }
1744
- i.icon.html5:before { content: "\f13b"; font-family: @brandFontName; }
1745
- i.icon.hubspot:before { content: "\f3b2"; font-family: @brandFontName; }
1746
- i.icon.ideal:before { content: "\f913"; font-family: @brandFontName; }
1747
- i.icon.imdb:before { content: "\f2d8"; font-family: @brandFontName; }
1748
- i.icon.instagram:before { content: "\f16d"; font-family: @brandFontName; }
1749
- i.icon.instagram.square:before { content: "\f955"; font-family: @brandFontName; }
1750
- i.icon.intercom:before { content: "\f7af"; font-family: @brandFontName; }
1751
- i.icon.internet.explorer:before { content: "\f26b"; font-family: @brandFontName; }
1752
- i.icon.invision:before { content: "\f7b0"; font-family: @brandFontName; }
1753
- i.icon.ioxhost:before { content: "\f208"; font-family: @brandFontName; }
1754
- i.icon.itch.io:before { content: "\f83a"; font-family: @brandFontName; }
1755
- i.icon.itunes:before { content: "\f3b4"; font-family: @brandFontName; }
1756
- i.icon.itunes.note:before { content: "\f3b5"; font-family: @brandFontName; }
1757
- i.icon.java:before { content: "\f4e4"; font-family: @brandFontName; }
1758
- i.icon.jedi.order:before { content: "\f50e"; font-family: @brandFontName; }
1759
- i.icon.jenkins:before { content: "\f3b6"; font-family: @brandFontName; }
1760
- i.icon.jira:before { content: "\f7b1"; font-family: @brandFontName; }
1761
- i.icon.joget:before { content: "\f3b7"; font-family: @brandFontName; }
1762
- i.icon.joomla:before { content: "\f1aa"; font-family: @brandFontName; }
1763
- i.icon.js:before { content: "\f3b8"; font-family: @brandFontName; }
1764
- i.icon.js.square:before { content: "\f3b9"; font-family: @brandFontName; }
1765
- i.icon.jsfiddle:before { content: "\f1cc"; font-family: @brandFontName; }
1766
- i.icon.kaggle:before { content: "\f5fa"; font-family: @brandFontName; }
1767
- i.icon.keybase:before { content: "\f4f5"; font-family: @brandFontName; }
1768
- i.icon.keycdn:before { content: "\f3ba"; font-family: @brandFontName; }
1769
- i.icon.kickstarter:before { content: "\f3bb"; font-family: @brandFontName; }
1770
- i.icon.kickstarter.k:before { content: "\f3bc"; font-family: @brandFontName; }
1771
- i.icon.korvue:before { content: "\f42f"; font-family: @brandFontName; }
1772
- i.icon.laravel:before { content: "\f3bd"; font-family: @brandFontName; }
1773
- i.icon.lastfm:before { content: "\f202"; font-family: @brandFontName; }
1774
- i.icon.lastfm.square:before { content: "\f203"; font-family: @brandFontName; }
1775
- i.icon.leanpub:before { content: "\f212"; font-family: @brandFontName; }
1776
- i.icon.lesscss:before { content: "\f41d"; font-family: @brandFontName; }
1777
- i.icon.linechat:before { content: "\f3c0"; font-family: @brandFontName; }
1778
- i.icon.linkedin:before { content: "\f08c"; font-family: @brandFontName; }
1779
- i.icon.linkedin.in:before { content: "\f0e1"; font-family: @brandFontName; }
1780
- i.icon.linode:before { content: "\f2b8"; font-family: @brandFontName; }
1781
- i.icon.linux:before { content: "\f17c"; font-family: @brandFontName; }
1782
- i.icon.lyft:before { content: "\f3c3"; font-family: @brandFontName; }
1783
- i.icon.magento:before { content: "\f3c4"; font-family: @brandFontName; }
1784
- i.icon.mailchimp:before { content: "\f59e"; font-family: @brandFontName; }
1785
- i.icon.mandalorian:before { content: "\f50f"; font-family: @brandFontName; }
1786
- i.icon.markdown:before { content: "\f60f"; font-family: @brandFontName; }
1787
- i.icon.mastodon:before { content: "\f4f6"; font-family: @brandFontName; }
1788
- i.icon.maxcdn:before { content: "\f136"; font-family: @brandFontName; }
1789
- i.icon.mdb:before { content: "\f8ca"; font-family: @brandFontName; }
1790
- i.icon.medapps:before { content: "\f3c6"; font-family: @brandFontName; }
1791
- i.icon.medium:before { content: "\f23a"; font-family: @brandFontName; }
1792
- i.icon.medium.m:before { content: "\f3c7"; font-family: @brandFontName; }
1793
- i.icon.medrt:before { content: "\f3c8"; font-family: @brandFontName; }
1794
- i.icon.meetup:before { content: "\f2e0"; font-family: @brandFontName; }
1795
- i.icon.megaport:before { content: "\f5a3"; font-family: @brandFontName; }
1796
- i.icon.mendeley:before { content: "\f7b3"; font-family: @brandFontName; }
1797
- i.icon.microblog:before { content: "\f91a"; font-family: @brandFontName; }
1798
- i.icon.microsoft:before { content: "\f3ca"; font-family: @brandFontName; }
1799
- i.icon.mix:before { content: "\f3cb"; font-family: @brandFontName; }
1800
- i.icon.mixcloud:before { content: "\f289"; font-family: @brandFontName; }
1801
- i.icon.mixer:before { content: "\f956"; font-family: @brandFontName; }
1802
- i.icon.mizuni:before { content: "\f3cc"; font-family: @brandFontName; }
1803
- i.icon.modx:before { content: "\f285"; font-family: @brandFontName; }
1804
- i.icon.monero:before { content: "\f3d0"; font-family: @brandFontName; }
1805
- i.icon.napster:before { content: "\f3d2"; font-family: @brandFontName; }
1806
- i.icon.neos:before { content: "\f612"; font-family: @brandFontName; }
1807
- i.icon.nimblr:before { content: "\f5a8"; font-family: @brandFontName; }
1808
- i.icon.node:before { content: "\f419"; font-family: @brandFontName; }
1809
- i.icon.node.js:before { content: "\f3d3"; font-family: @brandFontName; }
1810
- i.icon.npm:before { content: "\f3d4"; font-family: @brandFontName; }
1811
- i.icon.ns8:before { content: "\f3d5"; font-family: @brandFontName; }
1812
- i.icon.nutritionix:before { content: "\f3d6"; font-family: @brandFontName; }
1813
- i.icon.odnoklassniki:before { content: "\f263"; font-family: @brandFontName; }
1814
- i.icon.odnoklassniki.square:before { content: "\f264"; font-family: @brandFontName; }
1815
- i.icon.old.republic:before { content: "\f510"; font-family: @brandFontName; }
1816
- i.icon.opencart:before { content: "\f23d"; font-family: @brandFontName; }
1817
- i.icon.openid:before { content: "\f19b"; font-family: @brandFontName; }
1818
- i.icon.opera:before { content: "\f26a"; font-family: @brandFontName; }
1819
- i.icon.optin.monster:before { content: "\f23c"; font-family: @brandFontName; }
1820
- i.icon.orcid:before { content: "\f8d2"; font-family: @brandFontName; }
1821
- i.icon.osi:before { content: "\f41a"; font-family: @brandFontName; }
1822
- i.icon.page4:before { content: "\f3d7"; font-family: @brandFontName; }
1823
- i.icon.pagelines:before { content: "\f18c"; font-family: @brandFontName; }
1824
- i.icon.palfed:before { content: "\f3d8"; font-family: @brandFontName; }
1825
- i.icon.patreon:before { content: "\f3d9"; font-family: @brandFontName; }
1826
- i.icon.paypal:before { content: "\f1ed"; font-family: @brandFontName; }
1827
- i.icon.penny.arcade:before { content: "\f704"; font-family: @brandFontName; }
1828
- i.icon.periscope:before { content: "\f3da"; font-family: @brandFontName; }
1829
- i.icon.phabricator:before { content: "\f3db"; font-family: @brandFontName; }
1830
- i.icon.phoenix.framework:before { content: "\f3dc"; font-family: @brandFontName; }
1831
- i.icon.phoenix.squadron:before { content: "\f511"; font-family: @brandFontName; }
1832
- i.icon.php:before { content: "\f457"; font-family: @brandFontName; }
1833
- i.icon.pied.piper:before { content: "\f2ae"; font-family: @brandFontName; }
1834
- i.icon.pied.piper.alternate:before { content: "\f1a8"; font-family: @brandFontName; }
1835
- i.icon.pied.piper.hat:before { content: "\f4e5"; font-family: @brandFontName; }
1836
- i.icon.pied.piper.pp:before { content: "\f1a7"; font-family: @brandFontName; }
1837
- i.icon.pied.piper.square:before { content: "\f91e"; font-family: @brandFontName; }
1838
- i.icon.pinterest:before { content: "\f0d2"; font-family: @brandFontName; }
1839
- i.icon.pinterest.p:before { content: "\f231"; font-family: @brandFontName; }
1840
- i.icon.pinterest.square:before { content: "\f0d3"; font-family: @brandFontName; }
1841
- i.icon.playstation:before { content: "\f3df"; font-family: @brandFontName; }
1842
- i.icon.product.hunt:before { content: "\f288"; font-family: @brandFontName; }
1843
- i.icon.pushed:before { content: "\f3e1"; font-family: @brandFontName; }
1844
- i.icon.python:before { content: "\f3e2"; font-family: @brandFontName; }
1845
- i.icon.qq:before { content: "\f1d6"; font-family: @brandFontName; }
1846
- i.icon.quinscape:before { content: "\f459"; font-family: @brandFontName; }
1847
- i.icon.quora:before { content: "\f2c4"; font-family: @brandFontName; }
1848
- i.icon.r.project:before { content: "\f4f7"; font-family: @brandFontName; }
1849
- i.icon.raspberry.pi:before { content: "\f7bb"; font-family: @brandFontName; }
1850
- i.icon.ravelry:before { content: "\f2d9"; font-family: @brandFontName; }
1851
- i.icon.react:before { content: "\f41b"; font-family: @brandFontName; }
1852
- i.icon.reacteurope:before { content: "\f75d"; font-family: @brandFontName; }
1853
- i.icon.readme:before { content: "\f4d5"; font-family: @brandFontName; }
1854
- i.icon.rebel:before { content: "\f1d0"; font-family: @brandFontName; }
1855
- i.icon.reddit:before { content: "\f1a1"; font-family: @brandFontName; }
1856
- i.icon.reddit.alien:before { content: "\f281"; font-family: @brandFontName; }
1857
- i.icon.reddit.square:before { content: "\f1a2"; font-family: @brandFontName; }
1858
- i.icon.redhat:before { content: "\f7bc"; font-family: @brandFontName; }
1859
- i.icon.redriver:before { content: "\f3e3"; font-family: @brandFontName; }
1860
- i.icon.redyeti:before { content: "\f69d"; font-family: @brandFontName; }
1861
- i.icon.renren:before { content: "\f18b"; font-family: @brandFontName; }
1862
- i.icon.replyd:before { content: "\f3e6"; font-family: @brandFontName; }
1863
- i.icon.researchgate:before { content: "\f4f8"; font-family: @brandFontName; }
1864
- i.icon.resolving:before { content: "\f3e7"; font-family: @brandFontName; }
1865
- i.icon.rev:before { content: "\f5b2"; font-family: @brandFontName; }
1866
- i.icon.rocketchat:before { content: "\f3e8"; font-family: @brandFontName; }
1867
- i.icon.rockrms:before { content: "\f3e9"; font-family: @brandFontName; }
1868
- i.icon.safari:before { content: "\f267"; font-family: @brandFontName; }
1869
- i.icon.salesforce:before { content: "\f83b"; font-family: @brandFontName; }
1870
- i.icon.sass:before { content: "\f41e"; font-family: @brandFontName; }
1871
- i.icon.schlix:before { content: "\f3ea"; font-family: @brandFontName; }
1872
- i.icon.scribd:before { content: "\f28a"; font-family: @brandFontName; }
1873
- i.icon.searchengin:before { content: "\f3eb"; font-family: @brandFontName; }
1874
- i.icon.sellcast:before { content: "\f2da"; font-family: @brandFontName; }
1875
- i.icon.sellsy:before { content: "\f213"; font-family: @brandFontName; }
1876
- i.icon.servicestack:before { content: "\f3ec"; font-family: @brandFontName; }
1877
- i.icon.shirtsinbulk:before { content: "\f214"; font-family: @brandFontName; }
1878
- i.icon.shopify:before { content: "\f957"; font-family: @brandFontName; }
1879
- i.icon.shopware:before { content: "\f5b5"; font-family: @brandFontName; }
1880
- i.icon.simplybuilt:before { content: "\f215"; font-family: @brandFontName; }
1881
- i.icon.sistrix:before { content: "\f3ee"; font-family: @brandFontName; }
1882
- i.icon.sith:before { content: "\f512"; font-family: @brandFontName; }
1883
- i.icon.sketch:before { content: "\f7c6"; font-family: @brandFontName; }
1884
- i.icon.skyatlas:before { content: "\f216"; font-family: @brandFontName; }
1885
- i.icon.skype:before { content: "\f17e"; font-family: @brandFontName; }
1886
- i.icon.slack:before { content: "\f198"; font-family: @brandFontName; }
1887
- i.icon.slack.hash:before { content: "\f3ef"; font-family: @brandFontName; }
1888
- i.icon.slideshare:before { content: "\f1e7"; font-family: @brandFontName; }
1889
- i.icon.snapchat:before { content: "\f2ab"; font-family: @brandFontName; }
1890
- i.icon.snapchat.ghost:before { content: "\f2ac"; font-family: @brandFontName; }
1891
- i.icon.snapchat.square:before { content: "\f2ad"; font-family: @brandFontName; }
1892
- i.icon.soundcloud:before { content: "\f1be"; font-family: @brandFontName; }
1893
- i.icon.sourcetree:before { content: "\f7d3"; font-family: @brandFontName; }
1894
- i.icon.speakap:before { content: "\f3f3"; font-family: @brandFontName; }
1895
- i.icon.speaker.deck:before { content: "\f83c"; font-family: @brandFontName; }
1896
- i.icon.spotify:before { content: "\f1bc"; font-family: @brandFontName; }
1897
- i.icon.squarespace:before { content: "\f5be"; font-family: @brandFontName; }
1898
- i.icon.stack.exchange:before { content: "\f18d"; font-family: @brandFontName; }
1899
- i.icon.stack.overflow:before { content: "\f16c"; font-family: @brandFontName; }
1900
- i.icon.stackpath:before { content: "\f842"; font-family: @brandFontName; }
1901
- i.icon.staylinked:before { content: "\f3f5"; font-family: @brandFontName; }
1902
- i.icon.steam:before { content: "\f1b6"; font-family: @brandFontName; }
1903
- i.icon.steam.square:before { content: "\f1b7"; font-family: @brandFontName; }
1904
- i.icon.steam.symbol:before { content: "\f3f6"; font-family: @brandFontName; }
1905
- i.icon.sticker.mule:before { content: "\f3f7"; font-family: @brandFontName; }
1906
- i.icon.strava:before { content: "\f428"; font-family: @brandFontName; }
1907
- i.icon.stripe:before { content: "\f429"; font-family: @brandFontName; }
1908
- i.icon.stripe.s:before { content: "\f42a"; font-family: @brandFontName; }
1909
- i.icon.studiovinari:before { content: "\f3f8"; font-family: @brandFontName; }
1910
- i.icon.stumbleupon:before { content: "\f1a4"; font-family: @brandFontName; }
1911
- i.icon.stumbleupon.circle:before { content: "\f1a3"; font-family: @brandFontName; }
1912
- i.icon.superpowers:before { content: "\f2dd"; font-family: @brandFontName; }
1913
- i.icon.supple:before { content: "\f3f9"; font-family: @brandFontName; }
1914
- i.icon.suse:before { content: "\f7d6"; font-family: @brandFontName; }
1915
- i.icon.swift:before { content: "\f8e1"; font-family: @brandFontName; }
1916
- i.icon.symfony:before { content: "\f83d"; font-family: @brandFontName; }
1917
- i.icon.teamspeak:before { content: "\f4f9"; font-family: @brandFontName; }
1918
- i.icon.telegram:before { content: "\f2c6"; font-family: @brandFontName; }
1919
- i.icon.telegram.plane:before { content: "\f3fe"; font-family: @brandFontName; }
1920
- i.icon.tencent.weibo:before { content: "\f1d5"; font-family: @brandFontName; }
1921
- i.icon.themeco:before { content: "\f5c6"; font-family: @brandFontName; }
1922
- i.icon.themeisle:before { content: "\f2b2"; font-family: @brandFontName; }
1923
- i.icon.think.peaks:before { content: "\f731"; font-family: @brandFontName; }
1924
- i.icon.trade.federation:before { content: "\f513"; font-family: @brandFontName; }
1925
- i.icon.trello:before { content: "\f181"; font-family: @brandFontName; }
1926
- i.icon.tripadvisor:before { content: "\f262"; font-family: @brandFontName; }
1927
- i.icon.tumblr:before { content: "\f173"; font-family: @brandFontName; }
1928
- i.icon.tumblr.square:before { content: "\f174"; font-family: @brandFontName; }
1929
- i.icon.twitch:before { content: "\f1e8"; font-family: @brandFontName; }
1930
- i.icon.twitter:before { content: "\f099"; font-family: @brandFontName; }
1931
- i.icon.twitter.square:before { content: "\f081"; font-family: @brandFontName; }
1932
- i.icon.typo3:before { content: "\f42b"; font-family: @brandFontName; }
1933
- i.icon.uber:before { content: "\f402"; font-family: @brandFontName; }
1934
- i.icon.ubuntu:before { content: "\f7df"; font-family: @brandFontName; }
1935
- i.icon.uikit:before { content: "\f403"; font-family: @brandFontName; }
1936
- i.icon.umbraco:before { content: "\f8e8"; font-family: @brandFontName; }
1937
- i.icon.uniregistry:before { content: "\f404"; font-family: @brandFontName; }
1938
- i.icon.unity:before { content: "\f949"; font-family: @brandFontName; }
1939
- i.icon.untappd:before { content: "\f405"; font-family: @brandFontName; }
1940
- i.icon.ups:before { content: "\f7e0"; font-family: @brandFontName; }
1941
- i.icon.usb:before { content: "\f287"; font-family: @brandFontName; }
1942
- i.icon.usps:before { content: "\f7e1"; font-family: @brandFontName; }
1943
- i.icon.ussunnah:before { content: "\f407"; font-family: @brandFontName; }
1944
- i.icon.vaadin:before { content: "\f408"; font-family: @brandFontName; }
1945
- i.icon.viacoin:before { content: "\f237"; font-family: @brandFontName; }
1946
- i.icon.viadeo:before { content: "\f2a9"; font-family: @brandFontName; }
1947
- i.icon.viadeo.square:before { content: "\f2aa"; font-family: @brandFontName; }
1948
- i.icon.viber:before { content: "\f409"; font-family: @brandFontName; }
1949
- i.icon.vimeo:before { content: "\f40a"; font-family: @brandFontName; }
1950
- i.icon.vimeo.square:before { content: "\f194"; font-family: @brandFontName; }
1951
- i.icon.vimeo.v:before { content: "\f27d"; font-family: @brandFontName; }
1952
- i.icon.vine:before { content: "\f1ca"; font-family: @brandFontName; }
1953
- i.icon.vk:before { content: "\f189"; font-family: @brandFontName; }
1954
- i.icon.vnv:before { content: "\f40b"; font-family: @brandFontName; }
1955
- i.icon.vuejs:before { content: "\f41f"; font-family: @brandFontName; }
1956
- i.icon.waze:before { content: "\f83f"; font-family: @brandFontName; }
1957
- i.icon.weebly:before { content: "\f5cc"; font-family: @brandFontName; }
1958
- i.icon.weibo:before { content: "\f18a"; font-family: @brandFontName; }
1959
- i.icon.weixin:before { content: "\f1d7"; font-family: @brandFontName; }
1960
- i.icon.whatsapp:before { content: "\f232"; font-family: @brandFontName; }
1961
- i.icon.whatsapp.square:before { content: "\f40c"; font-family: @brandFontName; }
1962
- i.icon.whmcs:before { content: "\f40d"; font-family: @brandFontName; }
1963
- i.icon.wikipedia.w:before { content: "\f266"; font-family: @brandFontName; }
1964
- i.icon.windows:before { content: "\f17a"; font-family: @brandFontName; }
1965
- i.icon.wix:before { content: "\f5cf"; font-family: @brandFontName; }
1966
- i.icon.wizards.of.the.coast:before { content: "\f730"; font-family: @brandFontName; }
1967
- i.icon.wolf.pack.battalion:before { content: "\f514"; font-family: @brandFontName; }
1968
- i.icon.wordpress:before { content: "\f19a"; font-family: @brandFontName; }
1969
- i.icon.wordpress.simple:before { content: "\f411"; font-family: @brandFontName; }
1970
- i.icon.wpbeginner:before { content: "\f297"; font-family: @brandFontName; }
1971
- i.icon.wpexplorer:before { content: "\f2de"; font-family: @brandFontName; }
1972
- i.icon.wpforms:before { content: "\f298"; font-family: @brandFontName; }
1973
- i.icon.wpressr:before { content: "\f3e4"; font-family: @brandFontName; }
1974
- i.icon.xbox:before { content: "\f412"; font-family: @brandFontName; }
1975
- i.icon.xing:before { content: "\f168"; font-family: @brandFontName; }
1976
- i.icon.xing.square:before { content: "\f169"; font-family: @brandFontName; }
1977
- i.icon.y.combinator:before { content: "\f23b"; font-family: @brandFontName; }
1978
- i.icon.yahoo:before { content: "\f19e"; font-family: @brandFontName; }
1979
- i.icon.yammer:before { content: "\f840"; font-family: @brandFontName; }
1980
- i.icon.yandex:before { content: "\f413"; font-family: @brandFontName; }
1981
- i.icon.yandex.international:before { content: "\f414"; font-family: @brandFontName; }
1982
- i.icon.yarn:before { content: "\f7e3"; font-family: @brandFontName; }
1983
- i.icon.yelp:before { content: "\f1e9"; font-family: @brandFontName; }
1984
- i.icon.yoast:before { content: "\f2b1"; font-family: @brandFontName; }
1985
- i.icon.youtube:before { content: "\f167"; font-family: @brandFontName; }
1986
- i.icon.youtube.square:before { content: "\f431"; font-family: @brandFontName; }
1987
- i.icon.zhihu:before { content: "\f63f"; font-family: @brandFontName; }
1988
-
1989
- & when(@variationIconAliases) {
1990
- /* Aliases */
1991
- i.icon.american.express:before { content: "\f1f3"; font-family: @brandFontName; }
1992
- i.icon.american.express.card:before { content: "\f1f3"; font-family: @brandFontName; }
1993
- i.icon.amex:before { content: "\f1f3"; font-family: @brandFontName; }
1994
- i.icon.bitbucket.square:before { content: "\f171"; font-family: @brandFontName; }
1995
- i.icon.bluetooth.alternative:before { content: "\f294"; font-family: @brandFontName; }
1996
- i.icon.credit.card.amazon.pay:before { content: "\f42d"; font-family: @brandFontName; }
1997
- i.icon.credit.card.american.express:before { content: "\f1f3"; font-family: @brandFontName; }
1998
- i.icon.credit.card.diners.club:before { content: "\f24c"; font-family: @brandFontName; }
1999
- i.icon.credit.card.discover:before { content: "\f1f2"; font-family: @brandFontName; }
2000
- i.icon.credit.card.jcb:before { content: "\f24b"; font-family: @brandFontName; }
2001
- i.icon.credit.card.mastercard:before { content: "\f1f1"; font-family: @brandFontName; }
2002
- i.icon.credit.card.paypal:before { content: "\f1f4"; font-family: @brandFontName; }
2003
- i.icon.credit.card.stripe:before { content: "\f1f5"; font-family: @brandFontName; }
2004
- i.icon.credit.card.visa:before { content: "\f1f0"; font-family: @brandFontName; }
2005
- i.icon.diners.club:before { content: "\f24c"; font-family: @brandFontName; }
2006
- i.icon.diners.club.card:before { content: "\f24c"; font-family: @brandFontName; }
2007
- i.icon.discover:before { content: "\f1f2"; font-family: @brandFontName; }
2008
- i.icon.discover.card:before { content: "\f1f2"; font-family: @brandFontName; }
2009
- i.icon.disk.outline:before { content: "\f369"; font-family: @brandFontName; }
2010
- i.icon.dribble:before { content: "\f17d"; font-family: @brandFontName; }
2011
- i.icon.eercast:before { content: "\f2da"; font-family: @brandFontName; }
2012
- i.icon.envira.gallery:before { content: "\f299"; font-family: @brandFontName; }
2013
- i.icon.fa:before { content: "\f2b4"; font-family: @brandFontName; }
2014
- i.icon.facebook.official:before { content: "\f082"; font-family: @brandFontName; }
2015
- i.icon.five.hundred.pixels:before { content: "\f26e"; font-family: @brandFontName; }
2016
- i.icon.gittip:before { content: "\f184"; font-family: @brandFontName; }
2017
- i.icon.google.plus.circle:before { content: "\f2b3"; font-family: @brandFontName; }
2018
- i.icon.google.plus.official:before { content: "\f2b3"; font-family: @brandFontName; }
2019
- i.icon.japan.credit.bureau:before { content: "\f24b"; font-family: @brandFontName; }
2020
- i.icon.japan.credit.bureau.card:before { content: "\f24b"; font-family: @brandFontName; }
2021
- i.icon.jcb:before { content: "\f24b"; font-family: @brandFontName; }
2022
- i.icon.linkedin.square:before { content: "\f08c"; font-family: @brandFontName; }
2023
- i.icon.mastercard:before { content: "\f1f1"; font-family: @brandFontName; }
2024
- i.icon.mastercard.card:before { content: "\f1f1"; font-family: @brandFontName; }
2025
- i.icon.microsoft.edge:before { content: "\f282"; font-family: @brandFontName; }
2026
- i.icon.ms.edge:before { content: "\f282"; font-family: @brandFontName; }
2027
- i.icon.new.pied.piper:before { content: "\f2ae"; font-family: @brandFontName; }
2028
- i.icon.optinmonster:before { content: "\f23c"; font-family: @brandFontName; }
2029
- i.icon.paypal.card:before { content: "\f1f4"; font-family: @brandFontName; }
2030
- i.icon.pied.piper.hat:before { content: "\f2ae"; font-family: @brandFontName; }
2031
- i.icon.pocket:before { content: "\f265"; font-family: @brandFontName; }
2032
- i.icon.stripe.card:before { content: "\f1f5"; font-family: @brandFontName; }
2033
- i.icon.theme.isle:before { content: "\f2b2"; font-family: @brandFontName; }
2034
- i.icon.visa:before { content: "\f1f0"; font-family: @brandFontName; }
2035
- i.icon.visa.card:before { content: "\f1f0"; font-family: @brandFontName; }
2036
- i.icon.wechat:before { content: "\f1d7"; font-family: @brandFontName; }
2037
- i.icon.wikipedia:before { content: "\f266"; font-family: @brandFontName; }
2038
- i.icon.wordpress.beginner:before { content: "\f297"; font-family: @brandFontName; }
2039
- i.icon.wordpress.forms:before { content: "\f298"; font-family: @brandFontName; }
2040
- i.icon.yc:before { content: "\f23b"; font-family: @brandFontName; }
2041
- i.icon.ycombinator:before { content: "\f23b"; font-family: @brandFontName; }
2042
- i.icon.youtube.play:before { content: "\f167"; font-family: @brandFontName; }
2043
- }
2044
- }
2045
-