fomantic-ui 2.9.0-beta.99 → 2.9.1-beta.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 +19 -17
  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,3 +1,32 @@
1
+ /*
2
+ * Font Awesome 5.15.4 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
+ /*******************************
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
+
28
+ *******************************/
29
+
1
30
  /*******************************
2
31
  Icon
3
32
  *******************************/
@@ -9,40 +38,2026 @@
9
38
  /* Solid Icons */
10
39
  @importIcons: true;
11
40
  @fontName: 'icons';
12
- @src:
13
- url("@{fontPath}/@{fontName}.eot?#iefix") format('embedded-opentype'),
14
- url("@{fontPath}/@{fontName}.woff2") format('woff2'),
15
- url("@{fontPath}/@{fontName}.woff") format('woff'),
16
- url("@{fontPath}/@{fontName}.ttf") format('truetype'),
17
- url("@{fontPath}/@{fontName}.svg#icons") format('svg')
18
- ;
19
- @fallbackSRC: url("@{fontPath}/@{fontName}.eot");
20
-
21
- /* Outline Icons */
22
- @importOutlineIcons: true;
23
41
  @outlineFontName: 'outline-icons';
24
- @outlineSrc:
25
- url("@{fontPath}/@{outlineFontName}.eot?#iefix") format('embedded-opentype'),
26
- url("@{fontPath}/@{outlineFontName}.woff2") format('woff2'),
27
- url("@{fontPath}/@{outlineFontName}.woff") format('woff'),
28
- url("@{fontPath}/@{outlineFontName}.ttf") format('truetype'),
29
- url("@{fontPath}/@{outlineFontName}.svg#icons") format('svg')
30
- ;
31
- @outlineFallbackSRC: url("@{fontPath}/@{outlineFontName}.eot");
42
+ @thinFontName: 'thin-icons';
43
+ @brandFontName: 'brand-icons';
32
44
 
45
+ @fonts: {
46
+ @solid: {
47
+ font-family: @fontName;
48
+ src: url("@{fontPath}/@{fontName}.woff2") format('woff2')
49
+ if(@supportIE, e(',') url("@{fontPath}/@{fontName}.woff") format('woff'));
50
+ font-style : normal;
51
+ font-weight : @normal;
52
+ font-variant : normal;
53
+ text-decoration: inherit;
54
+ text-transform : none;
55
+ };
56
+ @outline: {
57
+ font-family: @outlineFontName;
58
+ src: url("@{fontPath}/@{outlineFontName}.woff2") format('woff2')
59
+ if(@supportIE, e(',') url("@{fontPath}/@{outlineFontName}.woff") format('woff'));
60
+ font-style : normal;
61
+ font-weight : @normal;
62
+ font-variant : normal;
63
+ text-decoration: inherit;
64
+ text-transform : none;
65
+ };
66
+ @brand: {
67
+ font-family: @brandFontName;
68
+ src: url("@{fontPath}/@{brandFontName}.woff2") format('woff2')
69
+ if(@supportIE, e(',') url("@{fontPath}/@{brandFontName}.woff") format('woff'));
70
+ font-style : normal;
71
+ font-weight : @normal;
72
+ font-variant : normal;
73
+ text-decoration: inherit;
74
+ text-transform : none;
75
+ };
76
+ };
33
77
 
78
+ // Underscores in map keys will be replaced by dots to separate classnames at compile time
34
79
 
35
- /* Brand Icons */
36
- @importBrandIcons: true;
37
- @brandFontName: 'brand-icons';
38
- @brandSrc:
39
- url("@{fontPath}/@{brandFontName}.eot?#iefix") format('embedded-opentype'),
40
- url("@{fontPath}/@{brandFontName}.woff2") format('woff2'),
41
- url("@{fontPath}/@{brandFontName}.woff") format('woff'),
42
- url("@{fontPath}/@{brandFontName}.ttf") format('truetype'),
43
- url("@{fontPath}/@{brandFontName}.svg#icons") format('svg')
44
- ;
45
- @brandFallbackSRC: url("@{fontPath}/@{brandFontName}.eot");
80
+ /* Deprecated *In/Out Naming Conflict) */
81
+ @icon-deprecated-map: {
82
+ linkedin_in:\f0e1;
83
+ zoom_in: \f00e;
84
+ zoom_out: \f010;
85
+ sign_in: \f2f6;
86
+ in_cart: \f218;
87
+ log_out: \f2f5;
88
+ sign_out: \f2f5;
89
+ };
90
+
91
+ /* Icons */
92
+ @icon-map: {
93
+ ad: \f641;
94
+ address_book: \f2b9;
95
+ address_card: \f2bb;
96
+ adjust: \f042;
97
+ air_freshener: \f5d0;
98
+ align_center: \f037;
99
+ align_justify: \f039;
100
+ align_left: \f036;
101
+ align_right: \f038;
102
+ allergies: \f461;
103
+ ambulance: \f0f9;
104
+ american_sign_language_interpreting: \f2a3;
105
+ anchor: \f13d;
106
+ angle_double_down: \f103;
107
+ angle_double_left: \f100;
108
+ angle_double_right: \f101;
109
+ angle_double_up: \f102;
110
+ angle_left: \f104;
111
+ angle_right: \f105;
112
+ angle_up: \f106;
113
+ angle_down: \f107;
114
+ angry: \f556;
115
+ ankh: \f644;
116
+ archive: \f187;
117
+ archway: \f557;
118
+ arrow_alternate_circle_down: \f358;
119
+ arrow_alternate_circle_left: \f359;
120
+ arrow_alternate_circle_right: \f35a;
121
+ arrow_alternate_circle_up: \f35b;
122
+ arrow_circle_down: \f0ab;
123
+ arrow_circle_left: \f0a8;
124
+ arrow_circle_right: \f0a9;
125
+ arrow_circle_up: \f0aa;
126
+ arrow_down: \f063;
127
+ arrow_left: \f060;
128
+ arrow_right: \f061;
129
+ arrow_up: \f062;
130
+ arrows_alternate: \f0b2;
131
+ arrows_alternate_horizontal: \f337;
132
+ arrows_alternate_vertical: \f338;
133
+ assistive_listening_systems: \f2a2;
134
+ asterisk: \f069;
135
+ at: \f1fa;
136
+ atlas: \f558;
137
+ atom: \f5d2;
138
+ audio_description: \f29e;
139
+ award: \f559;
140
+ baby: \f77c;
141
+ baby_carriage: \f77d;
142
+ backspace: \f55a;
143
+ backward: \f04a;
144
+ bacon: \f7e5;
145
+ bacteria: \e059;
146
+ bacterium: \e05a;
147
+ bahai: \f666;
148
+ balance_scale: \f24e;
149
+ balance_scale_left: \f515;
150
+ balance_scale_right: \f516;
151
+ ban: \f05e;
152
+ band_aid: \f462;
153
+ barcode: \f02a;
154
+ bars: \f0c9;
155
+ baseball_ball: \f433;
156
+ basketball_ball: \f434;
157
+ bath: \f2cd;
158
+ battery_empty: \f244;
159
+ battery_full: \f240;
160
+ battery_half: \f242;
161
+ battery_quarter: \f243;
162
+ battery_three_quarters: \f241;
163
+ bed: \f236;
164
+ beer: \f0fc;
165
+ bell: \f0f3;
166
+ bell_slash: \f1f6;
167
+ bezier_curve: \f55b;
168
+ bible: \f647;
169
+ bicycle: \f206;
170
+ biking: \f84a;
171
+ binoculars: \f1e5;
172
+ biohazard: \f780;
173
+ birthday_cake: \f1fd;
174
+ blender: \f517;
175
+ blender_phone: \f6b6;
176
+ blind: \f29d;
177
+ blog: \f781;
178
+ bold: \f032;
179
+ bolt: \f0e7;
180
+ bomb: \f1e2;
181
+ bone: \f5d7;
182
+ bong: \f55c;
183
+ book: \f02d;
184
+ book_dead: \f6b7;
185
+ book_medical: \f7e6;
186
+ book_open: \f518;
187
+ book_reader: \f5da;
188
+ bookmark: \f02e;
189
+ border_all: \f84c;
190
+ border_none: \f850;
191
+ border_style: \f853;
192
+ bowling_ball: \f436;
193
+ box: \f466;
194
+ box_open: \f49e;
195
+ box_tissue: \e05b;
196
+ boxes: \f468;
197
+ braille: \f2a1;
198
+ brain: \f5dc;
199
+ bread_slice: \f7ec;
200
+ briefcase: \f0b1;
201
+ briefcase_medical: \f469;
202
+ broadcast_tower: \f519;
203
+ broom: \f51a;
204
+ brush: \f55d;
205
+ bug: \f188;
206
+ building: \f1ad;
207
+ bullhorn: \f0a1;
208
+ bullseye: \f140;
209
+ burn: \f46a;
210
+ bus: \f207;
211
+ bus_alternate: \f55e;
212
+ business_time: \f64a;
213
+ calculator: \f1ec;
214
+ calendar: \f133;
215
+ calendar_alternate: \f073;
216
+ calendar_check: \f274;
217
+ calendar_day: \f783;
218
+ calendar_minus: \f272;
219
+ calendar_plus: \f271;
220
+ calendar_times: \f273;
221
+ calendar_week: \f784;
222
+ camera: \f030;
223
+ camera_retro: \f083;
224
+ campground: \f6bb;
225
+ candy_cane: \f786;
226
+ cannabis: \f55f;
227
+ capsules: \f46b;
228
+ car: \f1b9;
229
+ car_alternate: \f5de;
230
+ car_battery: \f5df;
231
+ car_crash: \f5e1;
232
+ car_side: \f5e4;
233
+ caravan: \f8ff;
234
+ caret_down: \f0d7;
235
+ caret_left: \f0d9;
236
+ caret_right: \f0da;
237
+ caret_square_down: \f150;
238
+ caret_square_left: \f191;
239
+ caret_square_right: \f152;
240
+ caret_square_up: \f151;
241
+ caret_up: \f0d8;
242
+ carrot: \f787;
243
+ cart_arrow_down: \f218;
244
+ cart_plus: \f217;
245
+ cash_register: \f788;
246
+ cat: \f6be;
247
+ certificate: \f0a3;
248
+ chair: \f6c0;
249
+ chalkboard: \f51b;
250
+ chalkboard_teacher: \f51c;
251
+ charging_station: \f5e7;
252
+ chart_area: \f1fe;
253
+ chart_bar: \f080;
254
+ chart_pie: \f200;
255
+ chartline: \f201;
256
+ check: \f00c;
257
+ check_circle: \f058;
258
+ check_double: \f560;
259
+ check_square: \f14a;
260
+ cheese: \f7ef;
261
+ chess: \f439;
262
+ chess_bishop: \f43a;
263
+ chess_board: \f43c;
264
+ chess_king: \f43f;
265
+ chess_knight: \f441;
266
+ chess_pawn: \f443;
267
+ chess_queen: \f445;
268
+ chess_rook: \f447;
269
+ chevron_circle_down: \f13a;
270
+ chevron_circle_left: \f137;
271
+ chevron_circle_right: \f138;
272
+ chevron_circle_up: \f139;
273
+ chevron_down: \f078;
274
+ chevron_left: \f053;
275
+ chevron_right: \f054;
276
+ chevron_up: \f077;
277
+ child: \f1ae;
278
+ church: \f51d;
279
+ circle: \f111;
280
+ circle_notch: \f1ce;
281
+ city: \f64f;
282
+ clinic_medical: \f7f2;
283
+ clipboard: \f328;
284
+ clipboard_check: \f46c;
285
+ clipboard_list: \f46d;
286
+ clock: \f017;
287
+ clone: \f24d;
288
+ closed_captioning: \f20a;
289
+ cloud: \f0c2;
290
+ cloud_download_alternate: \f381;
291
+ cloud_meatball: \f73b;
292
+ cloud_moon: \f6c3;
293
+ cloud_moon_rain: \f73c;
294
+ cloud_rain: \f73d;
295
+ cloud_showers_heavy: \f740;
296
+ cloud_sun: \f6c4;
297
+ cloud_sun_rain: \f743;
298
+ cloud_upload_alternate: \f382;
299
+ cocktail: \f561;
300
+ code: \f121;
301
+ code_branch: \f126;
302
+ coffee: \f0f4;
303
+ cog: \f013;
304
+ cogs: \f085;
305
+ coins: \f51e;
306
+ columns: \f0db;
307
+ comment: \f075;
308
+ comment_alternate: \f27a;
309
+ comment_dollar: \f651;
310
+ comment_dots: \f4ad;
311
+ comment_medical: \f7f5;
312
+ comment_slash: \f4b3;
313
+ comments: \f086;
314
+ comments_dollar: \f653;
315
+ compact_disc: \f51f;
316
+ compass: \f14e;
317
+ compress: \f066;
318
+ compress_alternate: \f422;
319
+ compress_arrows_alternate: \f78c;
320
+ concierge_bell: \f562;
321
+ cookie: \f563;
322
+ cookie_bite: \f564;
323
+ copy: \f0c5;
324
+ copyright: \f1f9;
325
+ couch: \f4b8;
326
+ credit_card: \f09d;
327
+ crop: \f125;
328
+ crop_alternate: \f565;
329
+ cross: \f654;
330
+ crosshairs: \f05b;
331
+ crow: \f520;
332
+ crown: \f521;
333
+ crutch: \f7f7;
334
+ cube: \f1b2;
335
+ cubes: \f1b3;
336
+ cut: \f0c4;
337
+ database: \f1c0;
338
+ deaf: \f2a4;
339
+ democrat: \f747;
340
+ desktop: \f108;
341
+ dharmachakra: \f655;
342
+ diagnoses: \f470;
343
+ dice: \f522;
344
+ dice_d20: \f6cf;
345
+ dice_d6: \f6d1;
346
+ dice_five: \f523;
347
+ dice_four: \f524;
348
+ dice_one: \f525;
349
+ dice_six: \f526;
350
+ dice_three: \f527;
351
+ dice_two: \f528;
352
+ digital_tachograph: \f566;
353
+ directions: \f5eb;
354
+ disease: \f7fa;
355
+ divide: \f529;
356
+ dizzy: \f567;
357
+ dna: \f471;
358
+ dog: \f6d3;
359
+ dollar_sign: \f155;
360
+ dolly: \f472;
361
+ dolly_flatbed: \f474;
362
+ donate: \f4b9;
363
+ door_closed: \f52a;
364
+ door_open: \f52b;
365
+ dot_circle: \f192;
366
+ dove: \f4ba;
367
+ download: \f019;
368
+ drafting_compass: \f568;
369
+ dragon: \f6d5;
370
+ draw_polygon: \f5ee;
371
+ drum: \f569;
372
+ drum_steelpan: \f56a;
373
+ drumstick_bite: \f6d7;
374
+ dumbbell: \f44b;
375
+ dumpster: \f793;
376
+ dumpster_fire: \f794;
377
+ dungeon: \f6d9;
378
+ edit: \f044;
379
+ egg: \f7fb;
380
+ eject: \f052;
381
+ ellipsis_horizontal: \f141;
382
+ ellipsis_vertical: \f142;
383
+ envelope: \f0e0;
384
+ envelope_open: \f2b6;
385
+ envelope_open_text: \f658;
386
+ envelope_square: \f199;
387
+ equals: \f52c;
388
+ eraser: \f12d;
389
+ ethernet: \f796;
390
+ euro_sign: \f153;
391
+ exchange_alternate: \f362;
392
+ exclamation: \f12a;
393
+ exclamation_circle: \f06a;
394
+ exclamation_triangle: \f071;
395
+ expand: \f065;
396
+ expand_alternate: \f424;
397
+ expand_arrows_alternate: \f31e;
398
+ external_alternate: \f35d;
399
+ external_link_square_alternate: \f360;
400
+ eye: \f06e;
401
+ eye_dropper: \f1fb;
402
+ eye_slash: \f070;
403
+ fan: \f863;
404
+ fast_backward: \f049;
405
+ fast_forward: \f050;
406
+ faucet: \e005;
407
+ fax: \f1ac;
408
+ feather: \f52d;
409
+ feather_alternate: \f56b;
410
+ female: \f182;
411
+ fighter_jet: \f0fb;
412
+ file: \f15b;
413
+ file_alternate: \f15c;
414
+ file_archive: \f1c6;
415
+ file_audio: \f1c7;
416
+ file_code: \f1c9;
417
+ file_contract: \f56c;
418
+ file_csv: \f6dd;
419
+ file_download: \f56d;
420
+ file_excel: \f1c3;
421
+ file_export: \f56e;
422
+ file_image: \f1c5;
423
+ file_import: \f56f;
424
+ file_invoice: \f570;
425
+ file_invoice_dollar: \f571;
426
+ file_medical: \f477;
427
+ file_medical_alternate: \f478;
428
+ file_pdf: \f1c1;
429
+ file_powerpoint: \f1c4;
430
+ file_prescription: \f572;
431
+ file_signature: \f573;
432
+ file_upload: \f574;
433
+ file_video: \f1c8;
434
+ file_word: \f1c2;
435
+ fill: \f575;
436
+ fill_drip: \f576;
437
+ film: \f008;
438
+ filter: \f0b0;
439
+ fingerprint: \f577;
440
+ fire: \f06d;
441
+ fire_alternate: \f7e4;
442
+ fire_extinguisher: \f134;
443
+ first_aid: \f479;
444
+ fish: \f578;
445
+ fist_raised: \f6de;
446
+ flag: \f024;
447
+ flag_checkered: \f11e;
448
+ flag_usa: \f74d;
449
+ flask: \f0c3;
450
+ flushed: \f579;
451
+ folder: \f07b;
452
+ folder_minus: \f65d;
453
+ folder_open: \f07c;
454
+ folder_plus: \f65e;
455
+ font: \f031;
456
+ football_ball: \f44e;
457
+ forward: \f04e;
458
+ frog: \f52e;
459
+ frown: \f119;
460
+ frown_open: \f57a;
461
+ fruit-apple: \f5d1;
462
+ funnel_dollar: \f662;
463
+ futbol: \f1e3;
464
+ gamepad: \f11b;
465
+ gas_pump: \f52f;
466
+ gavel: \f0e3;
467
+ gem: \f3a5;
468
+ genderless: \f22d;
469
+ ghost: \f6e2;
470
+ gift: \f06b;
471
+ gifts: \f79c;
472
+ glass_cheers: \f79f;
473
+ glass_martini: \f000;
474
+ glass_martini_alternate: \f57b;
475
+ glass_whiskey: \f7a0;
476
+ glasses: \f530;
477
+ globe: \f0ac;
478
+ globe_africa: \f57c;
479
+ globe_americas: \f57d;
480
+ globe_asia: \f57e;
481
+ globe_europe: \f7a2;
482
+ golf_ball: \f450;
483
+ gopuram: \f664;
484
+ graduation_cap: \f19d;
485
+ greater_than: \f531;
486
+ greater_than_equal: \f532;
487
+ grimace: \f57f;
488
+ grin: \f580;
489
+ grin_alternate: \f581;
490
+ grin_beam: \f582;
491
+ grin_beam_sweat: \f583;
492
+ grin_hearts: \f584;
493
+ grin_squint: \f585;
494
+ grin_squint_tears: \f586;
495
+ grin_stars: \f587;
496
+ grin_tears: \f588;
497
+ grin_tongue: \f589;
498
+ grin_tongue_squint: \f58a;
499
+ grin_tongue_wink: \f58b;
500
+ grin_wink: \f58c;
501
+ grip_horizontal: \f58d;
502
+ grip_lines: \f7a4;
503
+ grip_lines_vertical: \f7a5;
504
+ grip_vertical: \f58e;
505
+ guitar: \f7a6;
506
+ h_square: \f0fd;
507
+ hamburger: \f805;
508
+ hammer: \f6e3;
509
+ hamsa: \f665;
510
+ hand_holding: \f4bd;
511
+ hand_holding_heart: \f4be;
512
+ hand_holding_medical: \e05c;
513
+ hand_holding_usd: \f4c0;
514
+ hand_holding_water: \f4c1;
515
+ hand_lizard: \f258;
516
+ hand_middle_finger: \f806;
517
+ hand_paper: \f256;
518
+ hand_peace: \f25b;
519
+ hand_point_down: \f0a7;
520
+ hand_point_left: \f0a5;
521
+ hand_point_right: \f0a4;
522
+ hand_point_up: \f0a6;
523
+ hand_pointer: \f25a;
524
+ hand_rock: \f255;
525
+ hand_scissors: \f257;
526
+ hand_sparkles: \e05d;
527
+ hand_spock: \f259;
528
+ hands: \f4c2;
529
+ hands_helping: \f4c4;
530
+ hands_wash: \e05e;
531
+ handshake: \f2b5;
532
+ handshake_alternate_slash: \e05f;
533
+ handshake_slash: \e060;
534
+ hanukiah: \f6e6;
535
+ hard_hat: \f807;
536
+ hashtag: \f292;
537
+ hat_cowboy: \f8c0;
538
+ hat_cowboy_side: \f8c1;
539
+ hat_wizard: \f6e8;
540
+ hdd: \f0a0;
541
+ head_side_cough: \e061;
542
+ head_side_cough_slash: \e062;
543
+ head_side_mask: \e063;
544
+ head_side_virus: \e064;
545
+ heading: \f1dc;
546
+ headphones: \f025;
547
+ headphones_alternate: \f58f;
548
+ headset: \f590;
549
+ heart: \f004;
550
+ heart_broken: \f7a9;
551
+ heartbeat: \f21e;
552
+ helicopter: \f533;
553
+ highlighter: \f591;
554
+ hiking: \f6ec;
555
+ hippo: \f6ed;
556
+ history: \f1da;
557
+ hockey_puck: \f453;
558
+ holly_berry: \f7aa;
559
+ home: \f015;
560
+ horse: \f6f0;
561
+ horse_head: \f7ab;
562
+ hospital: \f0f8;
563
+ hospital_alternate: \f47d;
564
+ hospital_symbol: \f47e;
565
+ hospital_user: \f80d;
566
+ hot_tub: \f593;
567
+ hotdog: \f80f;
568
+ hotel: \f594;
569
+ hourglass: \f254;
570
+ hourglass_end: \f253;
571
+ hourglass_half: \f252;
572
+ hourglass_start: \f251;
573
+ house_damage: \f6f1;
574
+ house_user: \e065;
575
+ hryvnia: \f6f2;
576
+ i_cursor: \f246;
577
+ ice_cream: \f810;
578
+ icicles: \f7ad;
579
+ icons: \f86d;
580
+ id_badge: \f2c1;
581
+ id_card: \f2c2;
582
+ id_card_alternate: \f47f;
583
+ igloo: \f7ae;
584
+ image: \f03e;
585
+ images: \f302;
586
+ inbox: \f01c;
587
+ indent: \f03c;
588
+ industry: \f275;
589
+ infinity: \f534;
590
+ info: \f129;
591
+ info_circle: \f05a;
592
+ italic: \f033;
593
+ jedi: \f669;
594
+ joint: \f595;
595
+ journal_whills: \f66a;
596
+ kaaba: \f66b;
597
+ key: \f084;
598
+ keyboard: \f11c;
599
+ khanda: \f66d;
600
+ kiss: \f596;
601
+ kiss_beam: \f597;
602
+ kiss_wink_heart: \f598;
603
+ kiwi_bird: \f535;
604
+ landmark: \f66f;
605
+ language: \f1ab;
606
+ laptop: \f109;
607
+ laptop_code: \f5fc;
608
+ laptop_house: \e066;
609
+ laptop_medical: \f812;
610
+ laugh: \f599;
611
+ laugh_beam: \f59a;
612
+ laugh_squint: \f59b;
613
+ laugh_wink: \f59c;
614
+ layer_group: \f5fd;
615
+ leaf: \f06c;
616
+ lemon: \f094;
617
+ less_than: \f536;
618
+ less_than_equal: \f537;
619
+ level_down_alternate: \f3be;
620
+ level_up_alternate: \f3bf;
621
+ life_ring: \f1cd;
622
+ lightbulb: \f0eb;
623
+ linkify: \f0c1;
624
+ lira_sign: \f195;
625
+ list: \f03a;
626
+ list_alternate: \f022;
627
+ list_ol: \f0cb;
628
+ list_ul: \f0ca;
629
+ location_arrow: \f124;
630
+ lock: \f023;
631
+ lock_open: \f3c1;
632
+ long_arrow_alternate_down: \f309;
633
+ long_arrow_alternate_left: \f30a;
634
+ long_arrow_alternate_right: \f30b;
635
+ long_arrow_alternate_up: \f30c;
636
+ low_vision: \f2a8;
637
+ luggage_cart: \f59d;
638
+ lungs: \f604;
639
+ lungs_virus: \e067;
640
+ magic: \f0d0;
641
+ magnet: \f076;
642
+ mail_bulk: \f674;
643
+ male: \f183;
644
+ map: \f279;
645
+ map_marked: \f59f;
646
+ map_marked_alternate: \f5a0;
647
+ map_marker: \f041;
648
+ map_marker_alternate: \f3c5;
649
+ map_pin: \f276;
650
+ map_signs: \f277;
651
+ marker: \f5a1;
652
+ mars: \f222;
653
+ mars_double: \f227;
654
+ mars_stroke: \f229;
655
+ mars_stroke_horizontal: \f22b;
656
+ mars_stroke_vertical: \f22a;
657
+ mask: \f6fa;
658
+ medal: \f5a2;
659
+ medkit: \f0fa;
660
+ meh: \f11a;
661
+ meh_blank: \f5a4;
662
+ meh_rolling_eyes: \f5a5;
663
+ memory: \f538;
664
+ menorah: \f676;
665
+ mercury: \f223;
666
+ meteor: \f753;
667
+ microchip: \f2db;
668
+ microphone: \f130;
669
+ microphone_alternate: \f3c9;
670
+ microphone_alternate_slash: \f539;
671
+ microphone_slash: \f131;
672
+ microscope: \f610;
673
+ minus: \f068;
674
+ minus_circle: \f056;
675
+ minus_square: \f146;
676
+ mitten: \f7b5;
677
+ mobile: \f10b;
678
+ mobile_alternate: \f3cd;
679
+ money_bill: \f0d6;
680
+ money_bill_alternate: \f3d1;
681
+ money_bill_wave: \f53a;
682
+ money_bill_wave_alternate: \f53b;
683
+ money_check: \f53c;
684
+ money_check_alternate: \f53d;
685
+ monument: \f5a6;
686
+ moon: \f186;
687
+ mortar_pestle: \f5a7;
688
+ mosque: \f678;
689
+ motorcycle: \f21c;
690
+ mountain: \f6fc;
691
+ mouse: \f8cc;
692
+ mouse_pointer: \f245;
693
+ mug_hot: \f7b6;
694
+ music: \f001;
695
+ network_wired: \f6ff;
696
+ neuter: \f22c;
697
+ newspaper: \f1ea;
698
+ not_equal: \f53e;
699
+ notes_medical: \f481;
700
+ object_group: \f247;
701
+ object_ungroup: \f248;
702
+ oil_can: \f613;
703
+ om: \f679;
704
+ otter: \f700;
705
+ outdent: \f03b;
706
+ pager: \f815;
707
+ paint_brush: \f1fc;
708
+ paint_roller: \f5aa;
709
+ palette: \f53f;
710
+ pallet: \f482;
711
+ paper_plane: \f1d8;
712
+ paperclip: \f0c6;
713
+ parachute_box: \f4cd;
714
+ paragraph: \f1dd;
715
+ parking: \f540;
716
+ passport: \f5ab;
717
+ pastafarianism: \f67b;
718
+ paste: \f0ea;
719
+ pause: \f04c;
720
+ pause_circle: \f28b;
721
+ paw: \f1b0;
722
+ peace: \f67c;
723
+ pen: \f304;
724
+ pen_alternate: \f305;
725
+ pen_fancy: \f5ac;
726
+ pen_nib: \f5ad;
727
+ pen_square: \f14b;
728
+ pencil_alternate: \f303;
729
+ pencil_ruler: \f5ae;
730
+ people_arrows: \e068;
731
+ people_carry: \f4ce;
732
+ pepper_hot: \f816;
733
+ percent: \f295;
734
+ percentage: \f541;
735
+ person_booth: \f756;
736
+ phone: \f095;
737
+ phone_alternate: \f879;
738
+ phone_slash: \f3dd;
739
+ phone_square: \f098;
740
+ phone_square_alternate: \f87b;
741
+ phone_volume: \f2a0;
742
+ photo_video: \f87c;
743
+ piggy_bank: \f4d3;
744
+ pills: \f484;
745
+ pizza_slice: \f818;
746
+ place_of_worship: \f67f;
747
+ plane: \f072;
748
+ plane_arrival: \f5af;
749
+ plane_departure: \f5b0;
750
+ plane_slash: \e069;
751
+ play: \f04b;
752
+ play_circle: \f144;
753
+ plug: \f1e6;
754
+ plus: \f067;
755
+ plus_circle: \f055;
756
+ plus_square: \f0fe;
757
+ podcast: \f2ce;
758
+ poll: \f681;
759
+ poll_horizontal: \f682;
760
+ poo: \f2fe;
761
+ poo_storm: \f75a;
762
+ poop: \f619;
763
+ portrait: \f3e0;
764
+ pound_sign: \f154;
765
+ power_off: \f011;
766
+ pray: \f683;
767
+ praying_hands: \f684;
768
+ prescription: \f5b1;
769
+ prescription_bottle: \f485;
770
+ prescription_bottle_alternate: \f486;
771
+ print: \f02f;
772
+ procedures: \f487;
773
+ project_diagram: \f542;
774
+ pump_medical: \e06a;
775
+ pump_soap: \e06b;
776
+ puzzle_piece: \f12e;
777
+ qrcode: \f029;
778
+ question: \f128;
779
+ question_circle: \f059;
780
+ quidditch: \f458;
781
+ quote_left: \f10d;
782
+ quote_right: \f10e;
783
+ quran: \f687;
784
+ radiation: \f7b9;
785
+ radiation_alternate: \f7ba;
786
+ rainbow: \f75b;
787
+ random: \f074;
788
+ receipt: \f543;
789
+ record_vinyl: \f8d9;
790
+ recycle: \f1b8;
791
+ redo: \f01e;
792
+ redo_alternate: \f2f9;
793
+ registered: \f25d;
794
+ remove_format: \f87d;
795
+ reply: \f3e5;
796
+ reply_all: \f122;
797
+ republican: \f75e;
798
+ restroom: \f7bd;
799
+ retweet: \f079;
800
+ ribbon: \f4d6;
801
+ ring: \f70b;
802
+ road: \f018;
803
+ robot: \f544;
804
+ rocket: \f135;
805
+ route: \f4d7;
806
+ rss: \f09e;
807
+ rss_square: \f143;
808
+ ruble_sign: \f158;
809
+ ruler: \f545;
810
+ ruler_combined: \f546;
811
+ ruler_horizontal: \f547;
812
+ ruler_vertical: \f548;
813
+ running: \f70c;
814
+ rupee_sign: \f156;
815
+ sad_cry: \f5b3;
816
+ sad_tear: \f5b4;
817
+ satellite: \f7bf;
818
+ satellite_dish: \f7c0;
819
+ save: \f0c7;
820
+ school: \f549;
821
+ screwdriver: \f54a;
822
+ scroll: \f70e;
823
+ sd_card: \f7c2;
824
+ search: \f002;
825
+ search_dollar: \f688;
826
+ search_location: \f689;
827
+ search_minus: \f010;
828
+ search_plus: \f00e;
829
+ seedling: \f4d8;
830
+ server: \f233;
831
+ shapes: \f61f;
832
+ share: \f064;
833
+ share_alternate: \f1e0;
834
+ share_alternate_square: \f1e1;
835
+ share_square: \f14d;
836
+ shekel_sign: \f20b;
837
+ shield_alternate: \f3ed;
838
+ shield_virus: \e06c;
839
+ ship: \f21a;
840
+ shipping_fast: \f48b;
841
+ shoe_prints: \f54b;
842
+ shopping_bag: \f290;
843
+ shopping_basket: \f291;
844
+ shopping_cart: \f07a;
845
+ shower: \f2cc;
846
+ shuttle_van: \f5b6;
847
+ sign: \f4d9;
848
+ sign_in_alternate: \f2f6;
849
+ sign_language: \f2a7;
850
+ sign_out_alternate: \f2f5;
851
+ signal: \f012;
852
+ signature: \f5b7;
853
+ sim_card: \f7c4;
854
+ sink: \e06d;
855
+ sitemap: \f0e8;
856
+ skating: \f7c5;
857
+ skiing: \f7c9;
858
+ skiing_nordic: \f7ca;
859
+ skull: \f54c;
860
+ skull_crossbones: \f714;
861
+ slash: \f715;
862
+ sleigh: \f7cc;
863
+ sliders_horizontal: \f1de;
864
+ smile: \f118;
865
+ smile_beam: \f5b8;
866
+ smile_wink: \f4da;
867
+ smog: \f75f;
868
+ smoking: \f48d;
869
+ smoking_ban: \f54d;
870
+ sms: \f7cd;
871
+ snowboarding: \f7ce;
872
+ snowflake: \f2dc;
873
+ snowman: \f7d0;
874
+ snowplow: \f7d2;
875
+ soap: \e06e;
876
+ socks: \f696;
877
+ solar_panel: \f5ba;
878
+ sort: \f0dc;
879
+ sort_alphabet_down: \f15d;
880
+ sort_alphabet_down_alternate: \f881;
881
+ sort_alphabet_up: \f15e;
882
+ sort_alphabet_up_alternate: \f882;
883
+ sort_amount_down: \f160;
884
+ sort_amount_down_alternate: \f884;
885
+ sort_amount_up: \f161;
886
+ sort_amount_up_alternate: \f885;
887
+ sort_down: \f0dd;
888
+ sort_numeric_down: \f162;
889
+ sort_numeric_down_alternate: \f886;
890
+ sort_numeric_up: \f163;
891
+ sort_numeric_up_alternate: \f887;
892
+ sort_up: \f0de;
893
+ spa: \f5bb;
894
+ space_shuttle: \f197;
895
+ spell_check: \f891;
896
+ spider: \f717;
897
+ spinner: \f110;
898
+ splotch: \f5bc;
899
+ spray_can: \f5bd;
900
+ square: \f0c8;
901
+ square_full: \f45c;
902
+ square_root_alternate: \f698;
903
+ stamp: \f5bf;
904
+ star: \f005;
905
+ star_and_crescent: \f699;
906
+ star_half: \f089;
907
+ star_half_alternate: \f5c0;
908
+ star_of_david: \f69a;
909
+ star_of_life: \f621;
910
+ step_backward: \f048;
911
+ step_forward: \f051;
912
+ stethoscope: \f0f1;
913
+ sticky_note: \f249;
914
+ stop: \f04d;
915
+ stop_circle: \f28d;
916
+ stopwatch: \f2f2;
917
+ stopwatch_twenty: \e06f;
918
+ store: \f54e;
919
+ store_alternate: \f54f;
920
+ store_alternate_slash: \e070;
921
+ store_slash: \e071;
922
+ stream: \f550;
923
+ street_view: \f21d;
924
+ strikethrough: \f0cc;
925
+ stroopwafel: \f551;
926
+ subscript: \f12c;
927
+ subway: \f239;
928
+ suitcase: \f0f2;
929
+ suitcase_rolling: \f5c1;
930
+ sun: \f185;
931
+ superscript: \f12b;
932
+ surprise: \f5c2;
933
+ swatchbook: \f5c3;
934
+ swimmer: \f5c4;
935
+ swimming_pool: \f5c5;
936
+ synagogue: \f69b;
937
+ sync: \f021;
938
+ sync_alternate: \f2f1;
939
+ syringe: \f48e;
940
+ table: \f0ce;
941
+ table_tennis: \f45d;
942
+ tablet: \f10a;
943
+ tablet_alternate: \f3fa;
944
+ tablets: \f490;
945
+ tachometer_alternate: \f3fd;
946
+ tag: \f02b;
947
+ tags: \f02c;
948
+ tape: \f4db;
949
+ tasks: \f0ae;
950
+ taxi: \f1ba;
951
+ teeth: \f62e;
952
+ teeth_open: \f62f;
953
+ temperature_high: \f769;
954
+ temperature_low: \f76b;
955
+ tenge: \f7d7;
956
+ terminal: \f120;
957
+ text_height: \f034;
958
+ text_width: \f035;
959
+ th: \f00a;
960
+ th_large: \f009;
961
+ th_list: \f00b;
962
+ theater_masks: \f630;
963
+ thermometer: \f491;
964
+ thermometer_empty: \f2cb;
965
+ thermometer_full: \f2c7;
966
+ thermometer_half: \f2c9;
967
+ thermometer_quarter: \f2ca;
968
+ thermometer_three_quarters: \f2c8;
969
+ thumbs_down: \f165;
970
+ thumbs_up: \f164;
971
+ thumbtack: \f08d;
972
+ ticket_alternate: \f3ff;
973
+ times: \f00d;
974
+ times_circle: \f057;
975
+ tint: \f043;
976
+ tint_slash: \f5c7;
977
+ tired: \f5c8;
978
+ toggle_off: \f204;
979
+ toggle_on: \f205;
980
+ toilet: \f7d8;
981
+ toilet_paper: \f71e;
982
+ toilet_paper_slash: \e072;
983
+ toolbox: \f552;
984
+ tools: \f7d9;
985
+ tooth: \f5c9;
986
+ torah: \f6a0;
987
+ torii_gate: \f6a1;
988
+ tractor: \f722;
989
+ trademark: \f25c;
990
+ traffic_light: \f637;
991
+ trailer: \e041;
992
+ train: \f238;
993
+ tram: \f7da;
994
+ transgender: \f224;
995
+ transgender_alternate: \f225;
996
+ trash: \f1f8;
997
+ trash_alternate: \f2ed;
998
+ trash_restore: \f829;
999
+ trash_restore_alternate: \f82a;
1000
+ tree: \f1bb;
1001
+ trophy: \f091;
1002
+ truck: \f0d1;
1003
+ truck_monster: \f63b;
1004
+ truck_moving: \f4df;
1005
+ truck_packing: \f4de;
1006
+ truck_pickup: \f63c;
1007
+ tshirt: \f553;
1008
+ tty: \f1e4;
1009
+ tv: \f26c;
1010
+ umbrella: \f0e9;
1011
+ umbrella_beach: \f5ca;
1012
+ underline: \f0cd;
1013
+ undo: \f0e2;
1014
+ undo_alternate: \f2ea;
1015
+ universal_access: \f29a;
1016
+ university: \f19c;
1017
+ unlink: \f127;
1018
+ unlock: \f09c;
1019
+ unlock_alternate: \f13e;
1020
+ upload: \f093;
1021
+ user: \f007;
1022
+ user_alternate: \f406;
1023
+ user_alternate_slash: \f4fa;
1024
+ user_astronaut: \f4fb;
1025
+ user_check: \f4fc;
1026
+ user_circle: \f2bd;
1027
+ user_clock: \f4fd;
1028
+ user_cog: \f4fe;
1029
+ user_edit: \f4ff;
1030
+ user_friends: \f500;
1031
+ user_graduate: \f501;
1032
+ user_injured: \f728;
1033
+ user_lock: \f502;
1034
+ user_md: \f0f0;
1035
+ user_minus: \f503;
1036
+ user_ninja: \f504;
1037
+ user_nurse: \f82f;
1038
+ user_plus: \f234;
1039
+ user_secret: \f21b;
1040
+ user_shield: \f505;
1041
+ user_slash: \f506;
1042
+ user_tag: \f507;
1043
+ user_tie: \f508;
1044
+ user_times: \f235;
1045
+ users: \f0c0;
1046
+ users_cog: \f509;
1047
+ users_slash: \e073;
1048
+ utensil_spoon: \f2e5;
1049
+ utensils: \f2e7;
1050
+ vector_square: \f5cb;
1051
+ venus: \f221;
1052
+ venus_double: \f226;
1053
+ venus_mars: \f228;
1054
+ vest: \e085;
1055
+ vest_patches: \e086;
1056
+ vial: \f492;
1057
+ vials: \f493;
1058
+ video: \f03d;
1059
+ video_slash: \f4e2;
1060
+ vihara: \f6a7;
1061
+ virus: \e074;
1062
+ virus_slash: \e075;
1063
+ viruses: \e076;
1064
+ voicemail: \f897;
1065
+ volleyball_ball: \f45f;
1066
+ volume_down: \f027;
1067
+ volume_mute: \f6a9;
1068
+ volume_off: \f026;
1069
+ volume_up: \f028;
1070
+ vote_yea: \f772;
1071
+ vr_cardboard: \f729;
1072
+ walking: \f554;
1073
+ wallet: \f555;
1074
+ warehouse: \f494;
1075
+ water: \f773;
1076
+ wave_square: \f83e;
1077
+ weight: \f496;
1078
+ weight_hanging: \f5cd;
1079
+ wheelchair: \f193;
1080
+ wifi: \f1eb;
1081
+ wind: \f72e;
1082
+ window_close: \f410;
1083
+ window_maximize: \f2d0;
1084
+ window_minimize: \f2d1;
1085
+ window_restore: \f2d2;
1086
+ wine_bottle: \f72f;
1087
+ wine_glass: \f4e3;
1088
+ wine_glass_alternate: \f5ce;
1089
+ won_sign: \f159;
1090
+ wrench: \f0ad;
1091
+ x_ray: \f497;
1092
+ yen_sign: \f157;
1093
+ yin_yang: \f6ad;
1094
+ };
1095
+
1096
+ @icon-aliases-map: {
1097
+ add: \f067;
1098
+ add_circle: \f055;
1099
+ add_square: \f0fe;
1100
+ add_to_calendar: \f271;
1101
+ add_to_cart: \f217;
1102
+ add_user: \f234;
1103
+ alarm: \f0f3;
1104
+ alarm_mute: \f1f6;
1105
+ ald: \f2a2;
1106
+ als: \f2a2;
1107
+ announcement: \f0a1;
1108
+ area_chart: \f1fe;
1109
+ area_graph: \f1fe;
1110
+ arrow_down_cart: \f218;
1111
+ asexual: \f22d;
1112
+ asl: \f2a3;
1113
+ asl_interpreting: \f2a3;
1114
+ assistive_listening_devices: \f2a2;
1115
+ attach: \f0c6;
1116
+ attention: \f06a;
1117
+ balance: \f24e;
1118
+ bar: \f0fc;
1119
+ bathtub: \f2cd;
1120
+ battery_four: \f240;
1121
+ battery_high: \f241;
1122
+ battery_low: \f243;
1123
+ battery_medium: \f242;
1124
+ battery_one: \f243;
1125
+ battery_three: \f241;
1126
+ battery_two: \f242;
1127
+ battery_zero: \f244;
1128
+ birthday: \f1fd;
1129
+ block_layout: \f009;
1130
+ broken_chain: \f127;
1131
+ browser: \f022;
1132
+ call: \f095;
1133
+ call_square: \f098;
1134
+ cancel: \f00d;
1135
+ cart: \f07a;
1136
+ cc: \f20a;
1137
+ chain: \f0c1;
1138
+ chat: \f075;
1139
+ checked_calendar: \f274;
1140
+ checkmark: \f00c;
1141
+ checkmark_box: \f14a;
1142
+ chess_rock: \f447;
1143
+ circle_notched: \f1ce;
1144
+ circle_thin: \f111;
1145
+ close: \f00d;
1146
+ cloud_download: \f381;
1147
+ cloud_upload: \f382;
1148
+ cny: \f157;
1149
+ cocktail: \f000;
1150
+ commenting: \f27a;
1151
+ compose: \f303;
1152
+ computer: \f108;
1153
+ configure: \f0ad;
1154
+ content: \f0c9;
1155
+ conversation: \f086;
1156
+ credit_card_alternative: \f09d;
1157
+ currency: \f3d1;
1158
+ dashboard: \f3fd;
1159
+ deafness: \f2a4;
1160
+ delete: \f00d;
1161
+ delete_calendar: \f273;
1162
+ detective: \f21b;
1163
+ diamond: \f3a5;
1164
+ discussions: \f086;
1165
+ disk: \f0a0;
1166
+ doctor: \f0f0;
1167
+ dollar: \f155;
1168
+ dont: \f05e;
1169
+ drivers_license: \f2c2;
1170
+ dropdown: \f0d7;
1171
+ emergency: \f0f9;
1172
+ erase: \f12d;
1173
+ eur: \f153;
1174
+ euro: \f153;
1175
+ exchange: \f362;
1176
+ external: \f35d;
1177
+ external_share: \f14d;
1178
+ external_square: \f360;
1179
+ eyedropper: \f1fb;
1180
+ factory: \f275;
1181
+ favorite: \f005;
1182
+ feed: \f09e;
1183
+ female_homosexual: \f226;
1184
+ file_text: \f15c;
1185
+ find: \f1e5;
1186
+ first_aid: \f0fa;
1187
+ food: \f2e7;
1188
+ fork: \f126;
1189
+ game: \f11b;
1190
+ gay: \f227;
1191
+ gbp: \f154;
1192
+ grab: \f255;
1193
+ graduation: \f19d;
1194
+ grid_layout: \f00a;
1195
+ group: \f0c0;
1196
+ h: \f0fd;
1197
+ hamburger: \f0c9;
1198
+ hand_victory: \f25b;
1199
+ handicap: \f193;
1200
+ hard_of_hearing: \f2a4;
1201
+ header: \f1dc;
1202
+ heart_empty: \f004;
1203
+ help: \f128;
1204
+ help_circle: \f059;
1205
+ heterosexual: \f228;
1206
+ hide: \f070;
1207
+ hotel: \f236;
1208
+ hourglass_four: \f254;
1209
+ hourglass_full: \f254;
1210
+ hourglass_one: \f251;
1211
+ hourglass_three: \f253;
1212
+ hourglass_two: \f252;
1213
+ hourglass_zero: \f253;
1214
+ idea: \f0eb;
1215
+ ils: \f20b;
1216
+ in_cart: \f218;
1217
+ inr: \f156;
1218
+ intergender: \f224;
1219
+ intersex: \f224;
1220
+ jpy: \f157;
1221
+ krw: \f159;
1222
+ lab: \f0c3;
1223
+ law: \f24e;
1224
+ legal: \f0e3;
1225
+ lesbian: \f226;
1226
+ level_down: \f3be;
1227
+ level_up: \f3bf;
1228
+ lightning: \f0e7;
1229
+ like: \f004;
1230
+ linegraph: \f201;
1231
+ linkify: \f0c1;
1232
+ lira: \f195;
1233
+ list_layout: \f00b;
1234
+ log_out: \f2f5;
1235
+ magnify: \f00e;
1236
+ mail: \f0e0;
1237
+ mail_forward: \f064;
1238
+ mail_square: \f199;
1239
+ male_homosexual: \f227;
1240
+ man: \f222;
1241
+ marker: \f041;
1242
+ mars_alternate: \f229;
1243
+ mars_horizontal: \f22b;
1244
+ mars_vertical: \f22a;
1245
+ meanpath: \f0c8;
1246
+ military: \f0fb;
1247
+ money: \f3d1;
1248
+ move: \f0b2;
1249
+ mute: \f131;
1250
+ non_binary_transgender: \f223;
1251
+ numbered_list: \f0cb;
1252
+ options: \f1de;
1253
+ ordered_list: \f0cb;
1254
+ other_gender: \f229;
1255
+ other_gender_horizontal: \f22b;
1256
+ other_gender_vertical: \f22a;
1257
+ payment: \f09d;
1258
+ pencil: \f303;
1259
+ pencil_square: \f14b;
1260
+ photo: \f030;
1261
+ picture: \f03e;
1262
+ pie_chart: \f200;
1263
+ pie_graph: \f200;
1264
+ pin: \f08d;
1265
+ plus_cart: \f217;
1266
+ point: \f041;
1267
+ pointing_down: \f0a7;
1268
+ pointing_left: \f0a5;
1269
+ pointing_right: \f0a4;
1270
+ pointing_up: \f0a6;
1271
+ pound: \f154;
1272
+ power: \f011;
1273
+ power_cord: \f1e6;
1274
+ privacy: \f084;
1275
+ protect: \f023;
1276
+ puzzle: \f12e;
1277
+ r_circle: \f25d;
1278
+ radio: \f192;
1279
+ rain: \f0e9;
1280
+ record: \f03d;
1281
+ refresh: \f021;
1282
+ remove: \f00d;
1283
+ remove_bookmark: \f02e;
1284
+ remove_circle: \f057;
1285
+ remove_from_calendar: \f272;
1286
+ remove_user: \f235;
1287
+ repeat: \f01e;
1288
+ resize_horizontal: \f337;
1289
+ resize_vertical: \f338;
1290
+ rmb: \f157;
1291
+ rouble: \f158;
1292
+ rub: \f158;
1293
+ ruble: \f158;
1294
+ rupee: \f156;
1295
+ s15: \f2cd;
1296
+ selected_radio: \f192;
1297
+ send: \f1d8;
1298
+ setting: \f013;
1299
+ settings: \f085;
1300
+ shekel: \f20b;
1301
+ sheqel: \f20b;
1302
+ shield: \f3ed;
1303
+ shipping: \f0d1;
1304
+ shop: \f07a;
1305
+ shuffle: \f074;
1306
+ shutdown: \f011;
1307
+ sidebar: \f0c9;
1308
+ sign_in: \f2f6;
1309
+ sign_out: \f2f5;
1310
+ signing: \f2a7;
1311
+ signup: \f044;
1312
+ sliders: \f1de;
1313
+ soccer: \f1e3;
1314
+ sort_alphabet_ascending: \f15d;
1315
+ sort_alphabet_descending: \f15e;
1316
+ sort_ascending: \f0de;
1317
+ sort_content_ascending: \f160;
1318
+ sort_content_descending: \f161;
1319
+ sort_descending: \f0dd;
1320
+ sort_numeric_ascending: \f162;
1321
+ sort_numeric_descending: \f163;
1322
+ sound: \f025;
1323
+ spoon: \f2e5;
1324
+ spy: \f21b;
1325
+ star_empty: \f005;
1326
+ star_half_empty: \f089;
1327
+ star_half_full: \f089;
1328
+ student: \f19d;
1329
+ talk: \f27a;
1330
+ target: \f140;
1331
+ teletype: \f1e4;
1332
+ television: \f26c;
1333
+ text_cursor: \f246;
1334
+ text_telephone: \f1e4;
1335
+ theme: \f043;
1336
+ thermometer: \f2c7;
1337
+ thumb_tack: \f08d;
1338
+ ticket: \f3ff;
1339
+ time: \f017;
1340
+ times_rectangle: \f410;
1341
+ tm: \f25c;
1342
+ toggle_down: \f150;
1343
+ toggle_left: \f191;
1344
+ toggle_right: \f152;
1345
+ toggle_up: \f151;
1346
+ translate: \f1ab;
1347
+ travel: \f0b1;
1348
+ treatment: \f0f1;
1349
+ triangle_down: \f0d7;
1350
+ triangle_left: \f0d9;
1351
+ triangle_right: \f0da;
1352
+ triangle_up: \f0d8;
1353
+ try: \f195;
1354
+ unhide: \f06e;
1355
+ unlinkify: \f127;
1356
+ unmute: \f130;
1357
+ unordered_list: \f0ca;
1358
+ usd: \f155;
1359
+ user_cancel: \f235;
1360
+ user_close: \f235;
1361
+ user_delete: \f235;
1362
+ user_doctor: \f0f0;
1363
+ user_x: \f235;
1364
+ vcard: \f2bb;
1365
+ video_camera: \f03d;
1366
+ video_play: \f144;
1367
+ volume_control_phone: \f2a0;
1368
+ wait: \f017;
1369
+ warning: \f12a;
1370
+ warning_circle: \f06a;
1371
+ warning_sign: \f071;
1372
+ wi_fi: \f1eb;
1373
+ winner: \f091;
1374
+ wizard: \f0d0;
1375
+ woman: \f221;
1376
+ won: \f159;
1377
+ world: \f0ac;
1378
+ write: \f303;
1379
+ write_square: \f14b;
1380
+ x: \f00d;
1381
+ yen: \f157;
1382
+ zip: \f187;
1383
+ zoom: \f00e;
1384
+ zoom_in: \f00e;
1385
+ zoom_out: \f010;
1386
+ };
1387
+
1388
+ @icon-outline-map: {
1389
+ address_book_outline: \f2b9;
1390
+ address_card_outline: \f2bb;
1391
+ angry_outline: \f556;
1392
+ arrow_alternate_circle_down_outline: \f358;
1393
+ arrow_alternate_circle_left_outline: \f359;
1394
+ arrow_alternate_circle_right_outline: \f35a;
1395
+ arrow_alternate_circle_up_outline: \f35b;
1396
+ bell_outline: \f0f3;
1397
+ bell_slash_outline: \f1f6;
1398
+ bookmark_outline: \f02e;
1399
+ building_outline: \f1ad;
1400
+ calendar_alternate_outline: \f073;
1401
+ calendar_check_outline: \f274;
1402
+ calendar_minus_outline: \f272;
1403
+ calendar_outline: \f133;
1404
+ calendar_plus_outline: \f271;
1405
+ calendar_times_outline: \f273;
1406
+ caret_square_down_outline: \f150;
1407
+ caret_square_left_outline: \f191;
1408
+ caret_square_right_outline: \f152;
1409
+ caret_square_up_outline: \f151;
1410
+ chart_bar_outline: \f080;
1411
+ check_circle_outline: \f058;
1412
+ check_square_outline: \f14a;
1413
+ circle_outline: \f111;
1414
+ clipboard_outline: \f328;
1415
+ clock_outline: \f017;
1416
+ clone_outline: \f24d;
1417
+ closed_captioning_outline: \f20a;
1418
+ comment_alternate_outline: \f27a;
1419
+ comment_dots_outline: \f4ad;
1420
+ comment_outline: \f075;
1421
+ comments_outline: \f086;
1422
+ compass_outline: \f14e;
1423
+ copy_outline: \f0c5;
1424
+ copyright_outline: \f1f9;
1425
+ credit_card_outline: \f09d;
1426
+ dizzy_outline: \f567;
1427
+ dot_circle_outline: \f192;
1428
+ edit_outline: \f044;
1429
+ envelope_open_outline: \f2b6;
1430
+ envelope_outline: \f0e0;
1431
+ eye_outline: \f06e;
1432
+ eye_slash_outline: \f070;
1433
+ file_alternate_outline: \f15c;
1434
+ file_archive_outline: \f1c6;
1435
+ file_audio_outline: \f1c7;
1436
+ file_code_outline: \f1c9;
1437
+ file_excel_outline: \f1c3;
1438
+ file_image_outline: \f1c5;
1439
+ file_outline: \f15b;
1440
+ file_pdf_outline: \f1c1;
1441
+ file_powerpoint_outline: \f1c4;
1442
+ file_video_outline: \f1c8;
1443
+ file_word_outline: \f1c2;
1444
+ flag_outline: \f024;
1445
+ flushed_outline: \f579;
1446
+ folder_open_outline: \f07c;
1447
+ folder_outline: \f07b;
1448
+ frown_open_outline: \f57a;
1449
+ frown_outline: \f119;
1450
+ futbol_outline: \f1e3;
1451
+ gem_outline: \f3a5;
1452
+ grimace_outline: \f57f;
1453
+ grin_alternate_outline: \f581;
1454
+ grin_beam_outline: \f582;
1455
+ grin_beam_sweat_outline: \f583;
1456
+ grin_hearts_outline: \f584;
1457
+ grin_outline: \f580;
1458
+ grin_squint_outline: \f585;
1459
+ grin_squint_tears_outline: \f586;
1460
+ grin_stars_outline: \f587;
1461
+ grin_tears_outline: \f588;
1462
+ grin_tongue_outline: \f589;
1463
+ grin_tongue_squint_outline: \f58a;
1464
+ grin_tongue_wink_outline: \f58b;
1465
+ grin_wink_outline: \f58c;
1466
+ hand_lizard_outline: \f258;
1467
+ hand_paper_outline: \f256;
1468
+ hand_peace_outline: \f25b;
1469
+ hand_point_down_outline: \f0a7;
1470
+ hand_point_left_outline: \f0a5;
1471
+ hand_point_right_outline: \f0a4;
1472
+ hand_point_up_outline: \f0a6;
1473
+ hand_pointer_outline: \f25a;
1474
+ hand_rock_outline: \f255;
1475
+ hand_scissors_outline: \f257;
1476
+ hand_spock_outline: \f259;
1477
+ handshake_outline: \f2b5;
1478
+ hdd_outline: \f0a0;
1479
+ heart_outline: \f004;
1480
+ hospital_outline: \f0f8;
1481
+ hourglass_outline: \f254;
1482
+ id_badge_outline: \f2c1;
1483
+ id_card_outline: \f2c2;
1484
+ image_outline: \f03e;
1485
+ images_outline: \f302;
1486
+ keyboard_outline: \f11c;
1487
+ kiss_beam_outline: \f597;
1488
+ kiss_outline: \f596;
1489
+ kiss_wink_heart_outline: \f598;
1490
+ laugh_beam_outline: \f59a;
1491
+ laugh_outline: \f599;
1492
+ laugh_squint_outline: \f59b;
1493
+ laugh_wink_outline: \f59c;
1494
+ lemon_outline: \f094;
1495
+ life_ring_outline: \f1cd;
1496
+ lightbulb_outline: \f0eb;
1497
+ list_alternate_outline: \f022;
1498
+ map_outline: \f279;
1499
+ meh_blank_outline: \f5a4;
1500
+ meh_outline: \f11a;
1501
+ meh_rolling_eyes_outline: \f5a5;
1502
+ minus_square_outline: \f146;
1503
+ money_bill_alternate_outline: \f3d1;
1504
+ moon_outline: \f186;
1505
+ newspaper_outline: \f1ea;
1506
+ object_group_outline: \f247;
1507
+ object_ungroup_outline: \f248;
1508
+ paper_plane_outline: \f1d8;
1509
+ pause_circle_outline: \f28b;
1510
+ play_circle_outline: \f144;
1511
+ plus_square_outline: \f0fe;
1512
+ question_circle_outline: \f059;
1513
+ registered_outline: \f25d;
1514
+ sad_cry_outline: \f5b3;
1515
+ sad_tear_outline: \f5b4;
1516
+ save_outline: \f0c7;
1517
+ share_square_outline: \f14d;
1518
+ smile_beam_outline: \f5b8;
1519
+ smile_outline: \f118;
1520
+ smile_wink_outline: \f4da;
1521
+ snowflake_outline: \f2dc;
1522
+ square_outline: \f0c8;
1523
+ star_half_outline: \f089;
1524
+ star_outline: \f005;
1525
+ sticky_note_outline: \f249;
1526
+ stop_circle_outline: \f28d;
1527
+ sun_outline: \f185;
1528
+ surprise_outline: \f5c2;
1529
+ thumbs_down_outline: \f165;
1530
+ thumbs_up_outline: \f164;
1531
+ times_circle_outline: \f057;
1532
+ tired_outline: \f5c8;
1533
+ trash_alternate_outline: \f2ed;
1534
+ user_circle_outline: \f2bd;
1535
+ user_outline: \f007;
1536
+ window_close_outline: \f410;
1537
+ window_maximize_outline: \f2d0;
1538
+ window_minimize_outline: \f2d1;
1539
+ window_restore_outline: \f2d2;
1540
+ };
1541
+ @icon-outline-aliases-map: {
1542
+ };
1543
+
1544
+ @icon-thin-map: {
1545
+ };
1546
+ @icon-thin-aliases-map: {
1547
+ };
1548
+
1549
+ @icon-brand-map: {
1550
+ 500px: \f26e;
1551
+ accessible: \f368;
1552
+ accusoft: \f369;
1553
+ acquisitions_incorporated: \f6af;
1554
+ adn: \f170;
1555
+ adversal: \f36a;
1556
+ affiliatetheme: \f36b;
1557
+ airbnb: \f834;
1558
+ algolia: \f36c;
1559
+ alipay: \f642;
1560
+ amazon: \f270;
1561
+ amazon_pay: \f42c;
1562
+ amilia: \f36d;
1563
+ android: \f17b;
1564
+ angellist: \f209;
1565
+ angrycreative: \f36e;
1566
+ angular: \f420;
1567
+ app_store: \f36f;
1568
+ app_store_ios: \f370;
1569
+ apper: \f371;
1570
+ apple: \f179;
1571
+ apple_pay: \f415;
1572
+ artstation: \f77a;
1573
+ asymmetrik: \f372;
1574
+ atlassian: \f77b;
1575
+ audible: \f373;
1576
+ autoprefixer: \f41c;
1577
+ avianex: \f374;
1578
+ aviato: \f421;
1579
+ aws: \f375;
1580
+ bandcamp: \f2d5;
1581
+ battle_net: \f835;
1582
+ behance: \f1b4;
1583
+ behance_square: \f1b5;
1584
+ bimobject: \f378;
1585
+ bitbucket: \f171;
1586
+ bitcoin: \f379;
1587
+ bity: \f37a;
1588
+ black_tie: \f27e;
1589
+ blackberry: \f37b;
1590
+ blogger: \f37c;
1591
+ blogger_b: \f37d;
1592
+ bluetooth: \f293;
1593
+ bluetooth_b: \f294;
1594
+ bootstrap: \f836;
1595
+ btc: \f15a;
1596
+ buffer: \f837;
1597
+ buromobelexperte: \f37f;
1598
+ buy_n_large: \f8a6;
1599
+ buysellads: \f20d;
1600
+ canadian_maple_leaf: \f785;
1601
+ cc_amazon_pay: \f42d;
1602
+ cc_amex: \f1f3;
1603
+ cc_apple_pay: \f416;
1604
+ cc_diners_club: \f24c;
1605
+ cc_discover: \f1f2;
1606
+ cc_jcb: \f24b;
1607
+ cc_mastercard: \f1f1;
1608
+ cc_paypal: \f1f4;
1609
+ cc_stripe: \f1f5;
1610
+ cc_visa: \f1f0;
1611
+ centercode: \f380;
1612
+ centos: \f789;
1613
+ chrome: \f268;
1614
+ chromecast: \f838;
1615
+ cloudflare: \e07d;
1616
+ cloudscale: \f383;
1617
+ cloudsmith: \f384;
1618
+ cloudversify: \f385;
1619
+ codepen: \f1cb;
1620
+ codiepie: \f284;
1621
+ confluence: \f78d;
1622
+ connectdevelop: \f20e;
1623
+ contao: \f26d;
1624
+ cotton_bureau: \f89e;
1625
+ cpanel: \f388;
1626
+ creative_commons: \f25e;
1627
+ creative_commons_by: \f4e7;
1628
+ creative_commons_nc: \f4e8;
1629
+ creative_commons_nc_eu: \f4e9;
1630
+ creative_commons_nc_jp: \f4ea;
1631
+ creative_commons_nd: \f4eb;
1632
+ creative_commons_pd: \f4ec;
1633
+ creative_commons_pd_alternate: \f4ed;
1634
+ creative_commons_remix: \f4ee;
1635
+ creative_commons_sa: \f4ef;
1636
+ creative_commons_sampling: \f4f0;
1637
+ creative_commons_sampling_plus: \f4f1;
1638
+ creative_commons_share: \f4f2;
1639
+ creative_commons_zero: \f4f3;
1640
+ critical_role: \f6c9;
1641
+ css3: \f13c;
1642
+ css3_alternate: \f38b;
1643
+ cuttlefish: \f38c;
1644
+ d_and_d: \f38d;
1645
+ d_and_d_beyond: \f6ca;
1646
+ dailymotion: \e052;
1647
+ dashcube: \f210;
1648
+ deezer: \e077;
1649
+ delicious: \f1a5;
1650
+ deploydog: \f38e;
1651
+ deskpro: \f38f;
1652
+ dev: \f6cc;
1653
+ deviantart: \f1bd;
1654
+ dhl: \f790;
1655
+ diaspora: \f791;
1656
+ digg: \f1a6;
1657
+ digital_ocean: \f391;
1658
+ discord: \f392;
1659
+ discourse: \f393;
1660
+ dochub: \f394;
1661
+ docker: \f395;
1662
+ draft2digital: \f396;
1663
+ dribbble: \f17d;
1664
+ dribbble_square: \f397;
1665
+ dropbox: \f16b;
1666
+ drupal: \f1a9;
1667
+ dyalog: \f399;
1668
+ earlybirds: \f39a;
1669
+ ebay: \f4f4;
1670
+ edge: \f282;
1671
+ edge_legacy: \e078;
1672
+ elementor: \f430;
1673
+ ello: \f5f1;
1674
+ ember: \f423;
1675
+ empire: \f1d1;
1676
+ envira: \f299;
1677
+ erlang: \f39d;
1678
+ ethereum: \f42e;
1679
+ etsy: \f2d7;
1680
+ evernote: \f839;
1681
+ expeditedssl: \f23e;
1682
+ facebook: \f09a;
1683
+ facebook_f: \f39e;
1684
+ facebook_messenger: \f39f;
1685
+ facebook_square: \f082;
1686
+ fantasy_flight_games: \f6dc;
1687
+ fedex: \f797;
1688
+ fedora: \f798;
1689
+ figma: \f799;
1690
+ firefox: \f269;
1691
+ firefox_browser: \e007;
1692
+ first_order: \f2b0;
1693
+ first_order_alternate: \f50a;
1694
+ firstdraft: \f3a1;
1695
+ flickr: \f16e;
1696
+ flipboard: \f44d;
1697
+ fly: \f417;
1698
+ font_awesome: \f2b4;
1699
+ font_awesome_alternate: \f35c;
1700
+ font_awesome_flag: \f425;
1701
+ fonticons: \f280;
1702
+ fonticons_fi: \f3a2;
1703
+ fort_awesome: \f286;
1704
+ fort_awesome_alternate: \f3a3;
1705
+ forumbee: \f211;
1706
+ foursquare: \f180;
1707
+ free_code_camp: \f2c5;
1708
+ freebsd: \f3a4;
1709
+ fulcrum: \f50b;
1710
+ galactic_republic: \f50c;
1711
+ galactic_senate: \f50d;
1712
+ get_pocket: \f265;
1713
+ gg: \f260;
1714
+ gg_circle: \f261;
1715
+ git: \f1d3;
1716
+ git_alternate: \f841;
1717
+ git_square: \f1d2;
1718
+ github: \f09b;
1719
+ github_alternate: \f113;
1720
+ github_square: \f092;
1721
+ gitkraken: \f3a6;
1722
+ gitlab: \f296;
1723
+ gitter: \f426;
1724
+ glide: \f2a5;
1725
+ glide_g: \f2a6;
1726
+ gofore: \f3a7;
1727
+ goodreads: \f3a8;
1728
+ goodreads_g: \f3a9;
1729
+ google: \f1a0;
1730
+ google_drive: \f3aa;
1731
+ google_pay: \e079;
1732
+ google_play: \f3ab;
1733
+ google_plus: \f2b3;
1734
+ google_plus_g: \f0d5;
1735
+ google_plus_square: \f0d4;
1736
+ google_wallet: \f1ee;
1737
+ gratipay: \f184;
1738
+ grav: \f2d6;
1739
+ gripfire: \f3ac;
1740
+ grunt: \f3ad;
1741
+ guilded: \e07e;
1742
+ gulp: \f3ae;
1743
+ hacker_news: \f1d4;
1744
+ hacker_news_square: \f3af;
1745
+ hackerrank: \f5f7;
1746
+ hips: \f452;
1747
+ hire_a_helper: \f3b0;
1748
+ hive: \e07f;
1749
+ hooli: \f427;
1750
+ hornbill: \f592;
1751
+ hotjar: \f3b1;
1752
+ houzz: \f27c;
1753
+ html5: \f13b;
1754
+ hubspot: \f3b2;
1755
+ ideal: \e013;
1756
+ imdb: \f2d8;
1757
+ innosoft: \e080;
1758
+ instagram: \f16d;
1759
+ instagram_square: \e055;
1760
+ instalod: \e081;
1761
+ intercom: \f7af;
1762
+ internet_explorer: \f26b;
1763
+ invision: \f7b0;
1764
+ ioxhost: \f208;
1765
+ itch_io: \f83a;
1766
+ itunes: \f3b4;
1767
+ itunes_note: \f3b5;
1768
+ java: \f4e4;
1769
+ jedi_order: \f50e;
1770
+ jenkins: \f3b6;
1771
+ jira: \f7b1;
1772
+ joget: \f3b7;
1773
+ joomla: \f1aa;
1774
+ js: \f3b8;
1775
+ js_square: \f3b9;
1776
+ jsfiddle: \f1cc;
1777
+ kaggle: \f5fa;
1778
+ keybase: \f4f5;
1779
+ keycdn: \f3ba;
1780
+ kickstarter: \f3bb;
1781
+ kickstarter_k: \f3bc;
1782
+ korvue: \f42f;
1783
+ laravel: \f3bd;
1784
+ lastfm: \f202;
1785
+ lastfm_square: \f203;
1786
+ leanpub: \f212;
1787
+ lesscss: \f41d;
1788
+ linechat: \f3c0;
1789
+ linkedin: \f08c;
1790
+ linkedin_in: \f0e1;
1791
+ linode: \f2b8;
1792
+ linux: \f17c;
1793
+ lyft: \f3c3;
1794
+ magento: \f3c4;
1795
+ mailchimp: \f59e;
1796
+ mandalorian: \f50f;
1797
+ markdown: \f60f;
1798
+ mastodon: \f4f6;
1799
+ maxcdn: \f136;
1800
+ mdb: \f8ca;
1801
+ medapps: \f3c6;
1802
+ medium: \f23a;
1803
+ medium_m: \f3c7;
1804
+ medrt: \f3c8;
1805
+ meetup: \f2e0;
1806
+ megaport: \f5a3;
1807
+ mendeley: \f7b3;
1808
+ microblog: \e01a;
1809
+ microsoft: \f3ca;
1810
+ mix: \f3cb;
1811
+ mixcloud: \f289;
1812
+ mixer: \e056;
1813
+ mizuni: \f3cc;
1814
+ modx: \f285;
1815
+ monero: \f3d0;
1816
+ napster: \f3d2;
1817
+ neos: \f612;
1818
+ nimblr: \f5a8;
1819
+ node: \f419;
1820
+ node_js: \f3d3;
1821
+ npm: \f3d4;
1822
+ ns8: \f3d5;
1823
+ nutritionix: \f3d6;
1824
+ octopus_deploy: \e082;
1825
+ odnoklassniki: \f263;
1826
+ odnoklassniki_square: \f264;
1827
+ old_republic: \f510;
1828
+ opencart: \f23d;
1829
+ openid: \f19b;
1830
+ opera: \f26a;
1831
+ optin_monster: \f23c;
1832
+ orcid: \f8d2;
1833
+ osi: \f41a;
1834
+ page4: \f3d7;
1835
+ pagelines: \f18c;
1836
+ palfed: \f3d8;
1837
+ patreon: \f3d9;
1838
+ paypal: \f1ed;
1839
+ penny_arcade: \f704;
1840
+ perbyte: \e083;
1841
+ periscope: \f3da;
1842
+ phabricator: \f3db;
1843
+ phoenix_framework: \f3dc;
1844
+ phoenix_squadron: \f511;
1845
+ php: \f457;
1846
+ pied_piper: \f2ae;
1847
+ pied_piper_alternate: \f1a8;
1848
+ pied_piper_hat: \f4e5;
1849
+ pied_piper_pp: \f1a7;
1850
+ pied_piper_square: \e01e;
1851
+ pinterest: \f0d2;
1852
+ pinterest_p: \f231;
1853
+ pinterest_square: \f0d3;
1854
+ playstation: \f3df;
1855
+ product_hunt: \f288;
1856
+ pushed: \f3e1;
1857
+ python: \f3e2;
1858
+ qq: \f1d6;
1859
+ quinscape: \f459;
1860
+ quora: \f2c4;
1861
+ r_project: \f4f7;
1862
+ raspberry_pi: \f7bb;
1863
+ ravelry: \f2d9;
1864
+ react: \f41b;
1865
+ reacteurope: \f75d;
1866
+ readme: \f4d5;
1867
+ rebel: \f1d0;
1868
+ reddit: \f1a1;
1869
+ reddit_alien: \f281;
1870
+ reddit_square: \f1a2;
1871
+ redhat: \f7bc;
1872
+ redriver: \f3e3;
1873
+ redyeti: \f69d;
1874
+ renren: \f18b;
1875
+ replyd: \f3e6;
1876
+ researchgate: \f4f8;
1877
+ resolving: \f3e7;
1878
+ rev: \f5b2;
1879
+ rocketchat: \f3e8;
1880
+ rockrms: \f3e9;
1881
+ rust: \e07a;
1882
+ safari: \f267;
1883
+ salesforce: \f83b;
1884
+ sass: \f41e;
1885
+ schlix: \f3ea;
1886
+ scribd: \f28a;
1887
+ searchengin: \f3eb;
1888
+ sellcast: \f2da;
1889
+ sellsy: \f213;
1890
+ servicestack: \f3ec;
1891
+ shirtsinbulk: \f214;
1892
+ shopify: \e057;
1893
+ shopware: \f5b5;
1894
+ simplybuilt: \f215;
1895
+ sistrix: \f3ee;
1896
+ sith: \f512;
1897
+ sketch: \f7c6;
1898
+ skyatlas: \f216;
1899
+ skype: \f17e;
1900
+ slack: \f198;
1901
+ slack_hash: \f3ef;
1902
+ slideshare: \f1e7;
1903
+ snapchat: \f2ab;
1904
+ snapchat_ghost: \f2ac;
1905
+ snapchat_square: \f2ad;
1906
+ soundcloud: \f1be;
1907
+ sourcetree: \f7d3;
1908
+ speakap: \f3f3;
1909
+ speaker_deck: \f83c;
1910
+ spotify: \f1bc;
1911
+ squarespace: \f5be;
1912
+ stack_exchange: \f18d;
1913
+ stack_overflow: \f16c;
1914
+ stackpath: \f842;
1915
+ staylinked: \f3f5;
1916
+ steam: \f1b6;
1917
+ steam_square: \f1b7;
1918
+ steam_symbol: \f3f6;
1919
+ sticker_mule: \f3f7;
1920
+ strava: \f428;
1921
+ stripe: \f429;
1922
+ stripe_s: \f42a;
1923
+ studiovinari: \f3f8;
1924
+ stumbleupon: \f1a4;
1925
+ stumbleupon_circle: \f1a3;
1926
+ superpowers: \f2dd;
1927
+ supple: \f3f9;
1928
+ suse: \f7d6;
1929
+ swift: \f8e1;
1930
+ symfony: \f83d;
1931
+ teamspeak: \f4f9;
1932
+ telegram: \f2c6;
1933
+ telegram_plane: \f3fe;
1934
+ tencent_weibo: \f1d5;
1935
+ themeco: \f5c6;
1936
+ themeisle: \f2b2;
1937
+ think_peaks: \f731;
1938
+ tiktok: \e07b;
1939
+ trade_federation: \f513;
1940
+ trello: \f181;
1941
+ tumblr: \f173;
1942
+ tumblr_square: \f174;
1943
+ twitch: \f1e8;
1944
+ twitter: \f099;
1945
+ twitter_square: \f081;
1946
+ typo3: \f42b;
1947
+ uber: \f402;
1948
+ ubuntu: \f7df;
1949
+ uikit: \f403;
1950
+ umbraco: \f8e8;
1951
+ uncharted: \e084;
1952
+ uniregistry: \f404;
1953
+ unity: \e049;
1954
+ unsplash: \e07c;
1955
+ untappd: \f405;
1956
+ ups: \f7e0;
1957
+ usb: \f287;
1958
+ usps: \f7e1;
1959
+ ussunnah: \f407;
1960
+ vaadin: \f408;
1961
+ viacoin: \f237;
1962
+ viadeo: \f2a9;
1963
+ viadeo_square: \f2aa;
1964
+ viber: \f409;
1965
+ vimeo: \f40a;
1966
+ vimeo_square: \f194;
1967
+ vimeo_v: \f27d;
1968
+ vine: \f1ca;
1969
+ vk: \f189;
1970
+ vnv: \f40b;
1971
+ vuejs: \f41f;
1972
+ watchman_monitoring: \e087;
1973
+ waze: \f83f;
1974
+ weebly: \f5cc;
1975
+ weibo: \f18a;
1976
+ weixin: \f1d7;
1977
+ whatsapp: \f232;
1978
+ whatsapp_square: \f40c;
1979
+ whmcs: \f40d;
1980
+ wikipedia_w: \f266;
1981
+ windows: \f17a;
1982
+ wix: \f5cf;
1983
+ wizards_of_the_coast: \f730;
1984
+ wodu: \e088;
1985
+ wolf_pack_battalion: \f514;
1986
+ wordpress: \f19a;
1987
+ wordpress_simple: \f411;
1988
+ wpbeginner: \f297;
1989
+ wpexplorer: \f2de;
1990
+ wpforms: \f298;
1991
+ wpressr: \f3e4;
1992
+ xbox: \f412;
1993
+ xing: \f168;
1994
+ xing_square: \f169;
1995
+ y_combinator: \f23b;
1996
+ yahoo: \f19e;
1997
+ yammer: \f840;
1998
+ yandex: \f413;
1999
+ yandex_international: \f414;
2000
+ yarn: \f7e3;
2001
+ yelp: \f1e9;
2002
+ yoast: \f2b1;
2003
+ youtube: \f167;
2004
+ youtube_square: \f431;
2005
+ zhihu: \f63f;
2006
+ };
2007
+ @icon-brand-aliases-map: {
2008
+ american_express: \f1f3;
2009
+ american_express_card: \f1f3;
2010
+ amex: \f1f3;
2011
+ bitbucket_square: \f171;
2012
+ bluetooth_alternative: \f294;
2013
+ credit_card_amazon_pay: \f42d;
2014
+ credit_card_american_express: \f1f3;
2015
+ credit_card_diners_club: \f24c;
2016
+ credit_card_discover: \f1f2;
2017
+ credit_card_jcb: \f24b;
2018
+ credit_card_mastercard: \f1f1;
2019
+ credit_card_paypal: \f1f4;
2020
+ credit_card_stripe: \f1f5;
2021
+ credit_card_visa: \f1f0;
2022
+ diners_club: \f24c;
2023
+ diners_club_card: \f24c;
2024
+ discover: \f1f2;
2025
+ discover_card: \f1f2;
2026
+ disk_outline: \f369;
2027
+ dribble: \f17d;
2028
+ eercast: \f2da;
2029
+ envira_gallery: \f299;
2030
+ fa: \f2b4;
2031
+ facebook_official: \f082;
2032
+ five_hundred_pixels: \f26e;
2033
+ gittip: \f184;
2034
+ google_plus_circle: \f2b3;
2035
+ google_plus_official: \f2b3;
2036
+ japan_credit_bureau: \f24b;
2037
+ japan_credit_bureau_card: \f24b;
2038
+ jcb: \f24b;
2039
+ linkedin_square: \f08c;
2040
+ mastercard: \f1f1;
2041
+ mastercard_card: \f1f1;
2042
+ microsoft_edge: \f282;
2043
+ ms_edge: \f282;
2044
+ new_pied_piper: \f2ae;
2045
+ optinmonster: \f23c;
2046
+ paypal_card: \f1f4;
2047
+ pied_piper_hat: \f2ae;
2048
+ pocket: \f265;
2049
+ stripe_card: \f1f5;
2050
+ theme_isle: \f2b2;
2051
+ visa: \f1f0;
2052
+ visa_card: \f1f0;
2053
+ wechat: \f1d7;
2054
+ wikipedia: \f266;
2055
+ wordpress_beginner: \f297;
2056
+ wordpress_forms: \f298;
2057
+ yc: \f23b;
2058
+ ycombinator: \f23b;
2059
+ youtube_play: \f167;
2060
+ };
46
2061
 
47
2062
 
48
2063
  /*--------------