fomantic-ui 2.9.0-beta.26 → 2.9.0-beta.262

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 (285) hide show
  1. package/.all-contributorsrc +206 -3
  2. package/.github/workflows/ci.yml +4 -4
  3. package/.github/workflows/nightly.yml +4 -4
  4. package/.github/workflows/release.yml +30 -0
  5. package/CONTRIBUTORS.md +75 -37
  6. package/README.md +8 -8
  7. package/dist/components/accordion.css +162 -26
  8. package/dist/components/accordion.js +1 -1
  9. package/dist/components/accordion.min.css +2 -2
  10. package/dist/components/accordion.min.js +2 -2
  11. package/dist/components/ad.css +1 -1
  12. package/dist/components/ad.min.css +1 -1
  13. package/dist/components/api.js +34 -30
  14. package/dist/components/api.min.js +3 -3
  15. package/dist/components/breadcrumb.css +1 -1
  16. package/dist/components/breadcrumb.min.css +1 -1
  17. package/dist/components/button.css +176 -134
  18. package/dist/components/button.min.css +2 -2
  19. package/dist/components/calendar.css +18 -1
  20. package/dist/components/calendar.js +10 -9
  21. package/dist/components/calendar.min.css +2 -2
  22. package/dist/components/calendar.min.js +3 -3
  23. package/dist/components/card.css +26 -19
  24. package/dist/components/card.min.css +2 -2
  25. package/dist/components/checkbox.css +2 -1
  26. package/dist/components/checkbox.js +17 -11
  27. package/dist/components/checkbox.min.css +2 -2
  28. package/dist/components/checkbox.min.js +3 -3
  29. package/dist/components/comment.css +11 -11
  30. package/dist/components/comment.min.css +1 -1
  31. package/dist/components/container.css +94 -1
  32. package/dist/components/container.min.css +2 -2
  33. package/dist/components/dimmer.css +28 -14
  34. package/dist/components/dimmer.js +11 -5
  35. package/dist/components/dimmer.min.css +2 -2
  36. package/dist/components/dimmer.min.js +3 -3
  37. package/dist/components/divider.css +1 -1
  38. package/dist/components/divider.min.css +1 -1
  39. package/dist/components/dropdown.css +49 -13
  40. package/dist/components/dropdown.js +66 -39
  41. package/dist/components/dropdown.min.css +2 -2
  42. package/dist/components/dropdown.min.js +3 -3
  43. package/dist/components/embed.css +1 -1
  44. package/dist/components/embed.js +1 -1
  45. package/dist/components/embed.min.css +1 -1
  46. package/dist/components/embed.min.js +2 -2
  47. package/dist/components/emoji.css +10147 -8139
  48. package/dist/components/emoji.min.css +1 -1
  49. package/dist/components/feed.css +28 -28
  50. package/dist/components/feed.min.css +2 -2
  51. package/dist/components/flag.css +734 -625
  52. package/dist/components/flag.min.css +2 -2
  53. package/dist/components/form.css +118 -55
  54. package/dist/components/form.js +38 -29
  55. package/dist/components/form.min.css +2 -2
  56. package/dist/components/form.min.js +3 -3
  57. package/dist/components/grid.css +11 -8
  58. package/dist/components/grid.min.css +2 -2
  59. package/dist/components/header.css +3 -1
  60. package/dist/components/header.min.css +2 -2
  61. package/dist/components/icon.css +126 -47
  62. package/dist/components/icon.min.css +2 -2
  63. package/dist/components/image.css +1 -1
  64. package/dist/components/image.min.css +1 -1
  65. package/dist/components/input.css +742 -17
  66. package/dist/components/input.min.css +2 -2
  67. package/dist/components/item.css +13 -13
  68. package/dist/components/item.min.css +1 -1
  69. package/dist/components/label.css +1 -1
  70. package/dist/components/label.min.css +1 -1
  71. package/dist/components/list.css +1 -1
  72. package/dist/components/list.min.css +1 -1
  73. package/dist/components/loader.css +1 -1
  74. package/dist/components/loader.min.css +1 -1
  75. package/dist/components/menu.css +29 -5
  76. package/dist/components/menu.min.css +1 -1
  77. package/dist/components/message.css +41 -41
  78. package/dist/components/message.min.css +2 -2
  79. package/dist/components/modal.css +13 -1
  80. package/dist/components/modal.js +127 -49
  81. package/dist/components/modal.min.css +2 -2
  82. package/dist/components/modal.min.js +3 -3
  83. package/dist/components/nag.css +1 -1
  84. package/dist/components/nag.js +1 -1
  85. package/dist/components/nag.min.css +1 -1
  86. package/dist/components/nag.min.js +2 -2
  87. package/dist/components/placeholder.css +1 -1
  88. package/dist/components/placeholder.min.css +1 -1
  89. package/dist/components/popup.css +1 -1
  90. package/dist/components/popup.js +2 -2
  91. package/dist/components/popup.min.css +1 -1
  92. package/dist/components/popup.min.js +3 -3
  93. package/dist/components/progress.css +1 -1
  94. package/dist/components/progress.js +4 -1
  95. package/dist/components/progress.min.css +1 -1
  96. package/dist/components/progress.min.js +3 -3
  97. package/dist/components/rail.css +1 -1
  98. package/dist/components/rail.min.css +1 -1
  99. package/dist/components/rating.css +1 -1
  100. package/dist/components/rating.js +1 -1
  101. package/dist/components/rating.min.css +1 -1
  102. package/dist/components/rating.min.js +2 -2
  103. package/dist/components/reset.css +1 -1
  104. package/dist/components/reset.min.css +1 -1
  105. package/dist/components/reveal.css +1 -1
  106. package/dist/components/reveal.min.css +1 -1
  107. package/dist/components/search.css +1 -1
  108. package/dist/components/search.js +2 -2
  109. package/dist/components/search.min.css +1 -1
  110. package/dist/components/search.min.js +3 -3
  111. package/dist/components/segment.css +91 -7
  112. package/dist/components/segment.min.css +2 -2
  113. package/dist/components/shape.css +1 -1
  114. package/dist/components/shape.js +3 -3
  115. package/dist/components/shape.min.css +1 -1
  116. package/dist/components/shape.min.js +3 -3
  117. package/dist/components/sidebar.css +4 -2
  118. package/dist/components/sidebar.js +8 -6
  119. package/dist/components/sidebar.min.css +2 -2
  120. package/dist/components/sidebar.min.js +3 -3
  121. package/dist/components/site.css +61 -39
  122. package/dist/components/site.js +1 -1
  123. package/dist/components/site.min.css +2 -2
  124. package/dist/components/site.min.js +2 -2
  125. package/dist/components/slider.js +1 -1
  126. package/dist/components/slider.min.js +2 -2
  127. package/dist/components/state.js +1 -1
  128. package/dist/components/state.min.js +2 -2
  129. package/dist/components/statistic.css +1 -1
  130. package/dist/components/statistic.min.css +1 -1
  131. package/dist/components/step.css +4 -4
  132. package/dist/components/step.min.css +2 -2
  133. package/dist/components/sticky.css +1 -1
  134. package/dist/components/sticky.js +1 -1
  135. package/dist/components/sticky.min.css +1 -1
  136. package/dist/components/sticky.min.js +2 -2
  137. package/dist/components/tab.css +1 -1
  138. package/dist/components/tab.js +23 -5
  139. package/dist/components/tab.min.css +1 -1
  140. package/dist/components/tab.min.js +3 -3
  141. package/dist/components/table.css +1168 -26
  142. package/dist/components/table.min.css +2 -2
  143. package/dist/components/text.css +1 -1
  144. package/dist/components/text.min.css +1 -1
  145. package/dist/components/toast.css +39 -1
  146. package/dist/components/toast.js +56 -28
  147. package/dist/components/toast.min.css +2 -2
  148. package/dist/components/toast.min.js +3 -3
  149. package/dist/components/transition.css +1 -1
  150. package/dist/components/transition.js +21 -16
  151. package/dist/components/transition.min.css +1 -1
  152. package/dist/components/transition.min.js +3 -3
  153. package/dist/components/visibility.js +1 -1
  154. package/dist/components/visibility.min.js +2 -2
  155. package/dist/semantic.css +21916 -16238
  156. package/dist/semantic.js +433 -246
  157. package/dist/semantic.min.css +3 -3
  158. package/dist/semantic.min.js +3 -3
  159. package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
  160. package/dist/themes/default/assets/fonts/brand-icons.svg +801 -654
  161. package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
  162. package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
  163. package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  164. package/dist/themes/default/assets/fonts/icons.eot +0 -0
  165. package/dist/themes/default/assets/fonts/icons.svg +1175 -1079
  166. package/dist/themes/default/assets/fonts/icons.ttf +0 -0
  167. package/dist/themes/default/assets/fonts/icons.woff +0 -0
  168. package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
  169. package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
  170. package/dist/themes/default/assets/fonts/outline-icons.svg +93 -95
  171. package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
  172. package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
  173. package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  174. package/examples/assets/library/iframe-content.js +8 -8
  175. package/examples/assets/library/iframe.js +3 -3
  176. package/package.json +10 -9
  177. package/src/definitions/behaviors/api.js +33 -29
  178. package/src/definitions/behaviors/form.js +37 -28
  179. package/src/definitions/collections/form.less +204 -140
  180. package/src/definitions/collections/grid.less +716 -680
  181. package/src/definitions/collections/menu.less +173 -126
  182. package/src/definitions/collections/message.less +48 -46
  183. package/src/definitions/collections/table.less +849 -262
  184. package/src/definitions/elements/button.less +586 -449
  185. package/src/definitions/elements/container.less +145 -8
  186. package/src/definitions/elements/emoji.less +15 -9
  187. package/src/definitions/elements/flag.less +7 -17
  188. package/src/definitions/elements/header.less +44 -35
  189. package/src/definitions/elements/icon.less +38 -31
  190. package/src/definitions/elements/input.less +264 -22
  191. package/src/definitions/elements/label.less +92 -91
  192. package/src/definitions/elements/list.less +55 -45
  193. package/src/definitions/elements/loader.less +30 -29
  194. package/src/definitions/elements/segment.less +147 -28
  195. package/src/definitions/elements/step.less +52 -48
  196. package/src/definitions/elements/text.less +17 -15
  197. package/src/definitions/globals/site.less +23 -2
  198. package/src/definitions/modules/accordion.less +175 -24
  199. package/src/definitions/modules/calendar.js +9 -8
  200. package/src/definitions/modules/calendar.less +20 -0
  201. package/src/definitions/modules/checkbox.js +16 -10
  202. package/src/definitions/modules/checkbox.less +34 -178
  203. package/src/definitions/modules/dimmer.js +10 -4
  204. package/src/definitions/modules/dimmer.less +21 -8
  205. package/src/definitions/modules/dropdown.js +65 -38
  206. package/src/definitions/modules/dropdown.less +145 -94
  207. package/src/definitions/modules/modal.js +126 -48
  208. package/src/definitions/modules/modal.less +12 -0
  209. package/src/definitions/modules/nag.less +20 -19
  210. package/src/definitions/modules/popup.js +1 -1
  211. package/src/definitions/modules/progress.js +3 -0
  212. package/src/definitions/modules/progress.less +19 -18
  213. package/src/definitions/modules/rating.less +35 -34
  214. package/src/definitions/modules/search.js +1 -1
  215. package/src/definitions/modules/search.less +32 -16
  216. package/src/definitions/modules/shape.js +2 -2
  217. package/src/definitions/modules/sidebar.js +7 -5
  218. package/src/definitions/modules/sidebar.less +33 -19
  219. package/src/definitions/modules/slider.less +39 -38
  220. package/src/definitions/modules/tab.js +22 -4
  221. package/src/definitions/modules/toast.js +55 -27
  222. package/src/definitions/modules/toast.less +48 -16
  223. package/src/definitions/modules/transition.js +20 -15
  224. package/src/definitions/views/card.less +402 -361
  225. package/src/definitions/views/comment.less +92 -81
  226. package/src/definitions/views/feed.less +164 -144
  227. package/src/definitions/views/item.less +249 -196
  228. package/src/definitions/views/statistic.less +90 -88
  229. package/src/themes/bookish/elements/header.overrides +1 -1
  230. package/src/themes/chubby/elements/button.overrides +1 -1
  231. package/src/themes/chubby/elements/header.overrides +1 -1
  232. package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
  233. package/src/themes/default/assets/fonts/brand-icons.svg +801 -654
  234. package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
  235. package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
  236. package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  237. package/src/themes/default/assets/fonts/icons.eot +0 -0
  238. package/src/themes/default/assets/fonts/icons.svg +1175 -1079
  239. package/src/themes/default/assets/fonts/icons.ttf +0 -0
  240. package/src/themes/default/assets/fonts/icons.woff +0 -0
  241. package/src/themes/default/assets/fonts/icons.woff2 +0 -0
  242. package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
  243. package/src/themes/default/assets/fonts/outline-icons.svg +93 -95
  244. package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
  245. package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
  246. package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  247. package/src/themes/default/collections/form.variables +4 -0
  248. package/src/themes/default/collections/menu.variables +6 -0
  249. package/src/themes/default/collections/table.variables +52 -0
  250. package/src/themes/default/elements/button.variables +7 -1
  251. package/src/themes/default/elements/container.variables +12 -0
  252. package/src/themes/default/elements/emoji.overrides +1734 -1232
  253. package/src/themes/default/elements/flag.overrides +1641 -986
  254. package/src/themes/default/elements/flag.variables +7 -5
  255. package/src/themes/default/elements/icon.overrides +75 -48
  256. package/src/themes/default/elements/icon.variables +1 -0
  257. package/src/themes/default/elements/input.variables +15 -0
  258. package/src/themes/default/elements/segment.variables +8 -0
  259. package/src/themes/default/elements/step.overrides +1 -1
  260. package/src/themes/default/globals/site.variables +6 -0
  261. package/src/themes/default/globals/variation.variables +139 -6
  262. package/src/themes/default/modules/accordion.variables +49 -2
  263. package/src/themes/default/modules/calendar.variables +3 -0
  264. package/src/themes/default/modules/checkbox.variables +5 -5
  265. package/src/themes/default/modules/dimmer.variables +1 -1
  266. package/src/themes/default/modules/dropdown.variables +4 -10
  267. package/src/themes/default/modules/modal.variables +13 -0
  268. package/src/themes/default/modules/toast.variables +3 -0
  269. package/src/themes/famfamfam/elements/flag.overrides +1026 -0
  270. package/src/themes/famfamfam/elements/flag.variables +13 -0
  271. package/src/themes/instagram/views/card.overrides +1 -1
  272. package/src/themes/joypixels/elements/emoji.overrides +1759 -1257
  273. package/src/themes/joypixels/elements/emoji.variables +1 -1
  274. package/src/themes/material/collections/menu.overrides +1 -1
  275. package/src/themes/material/elements/button.overrides +1 -1
  276. package/src/themes/material/elements/header.overrides +1 -1
  277. package/src/themes/material/globals/site.variables +0 -1
  278. package/src/themes/material/modules/dropdown.overrides +1 -1
  279. package/src/themes/material/modules/modal.overrides +1 -1
  280. package/src/themes/rtl/globals/site.overrides +1 -1
  281. package/src/themes/twitter/elements/emoji.overrides +1734 -1232
  282. package/tasks/build/css.js +6 -1
  283. package/tasks/config/project/install.js +11 -5
  284. package/tasks/install.js +1 -0
  285. package/test/helpers/sinon.js +2 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.0-beta.26 - Icon
2
+ * # Fomantic-UI 2.9.0-beta.262 - Icon
3
3
  * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -94,6 +94,7 @@ i.disabled.icons {
94
94
  Fitted
95
95
  --------------------*/
96
96
 
97
+ i.fitted.icons,
97
98
  i.fitted.icon {
98
99
  width: auto;
99
100
  margin: 0 !important;
@@ -554,6 +555,10 @@ i.icons {
554
555
  display: inline-block;
555
556
  position: relative;
556
557
  line-height: 1;
558
+ min-width: 1.18em;
559
+ min-height: 1em;
560
+ margin: 0 0.25rem 0 0;
561
+ text-align: center;
557
562
  }
558
563
  i.icons .icon {
559
564
  position: absolute;
@@ -687,7 +692,7 @@ i.circular.icons .icon.corner[class*="bottom left"] {
687
692
  bottom: 1.15em;
688
693
  }
689
694
  /*
690
- * Font Awesome 5.13.0 by @fontawesome [https://fontawesome.com]
695
+ * Font Awesome 5.15.4 by @fontawesome [https://fontawesome.com]
691
696
  * License - https://fontawesome.com/license (Icons: CC BY 4.0 License, Fonts: SIL OFL 1.1 License, CSS: MIT License)
692
697
  */
693
698
 
@@ -909,6 +914,12 @@ i.icon.backward:before {
909
914
  i.icon.bacon:before {
910
915
  content: "\f7e5";
911
916
  }
917
+ i.icon.bacteria:before {
918
+ content: "\e059";
919
+ }
920
+ i.icon.bacterium:before {
921
+ content: "\e05a";
922
+ }
912
923
  i.icon.bahai:before {
913
924
  content: "\f666";
914
925
  }
@@ -1054,7 +1065,7 @@ i.icon.box.open:before {
1054
1065
  content: "\f49e";
1055
1066
  }
1056
1067
  i.icon.box.tissue:before {
1057
- content: "\f95b";
1068
+ content: "\e05b";
1058
1069
  }
1059
1070
  i.icon.boxes:before {
1060
1071
  content: "\f468";
@@ -1690,7 +1701,7 @@ i.icon.fast.forward:before {
1690
1701
  content: "\f050";
1691
1702
  }
1692
1703
  i.icon.faucet:before {
1693
- content: "\f905";
1704
+ content: "\e005";
1694
1705
  }
1695
1706
  i.icon.fax:before {
1696
1707
  content: "\f1ac";
@@ -2008,7 +2019,7 @@ i.icon.hand.holding.heart:before {
2008
2019
  content: "\f4be";
2009
2020
  }
2010
2021
  i.icon.hand.holding.medical:before {
2011
- content: "\f95c";
2022
+ content: "\e05c";
2012
2023
  }
2013
2024
  i.icon.hand.holding.usd:before {
2014
2025
  content: "\f4c0";
@@ -2050,7 +2061,7 @@ i.icon.hand.scissors:before {
2050
2061
  content: "\f257";
2051
2062
  }
2052
2063
  i.icon.hand.sparkles:before {
2053
- content: "\f95d";
2064
+ content: "\e05d";
2054
2065
  }
2055
2066
  i.icon.hand.spock:before {
2056
2067
  content: "\f259";
@@ -2062,16 +2073,16 @@ i.icon.hands.helping:before {
2062
2073
  content: "\f4c4";
2063
2074
  }
2064
2075
  i.icon.hands.wash:before {
2065
- content: "\f95e";
2076
+ content: "\e05e";
2066
2077
  }
2067
2078
  i.icon.handshake:before {
2068
2079
  content: "\f2b5";
2069
2080
  }
2070
2081
  i.icon.handshake.alternate.slash:before {
2071
- content: "\f95f";
2082
+ content: "\e05f";
2072
2083
  }
2073
2084
  i.icon.handshake.slash:before {
2074
- content: "\f960";
2085
+ content: "\e060";
2075
2086
  }
2076
2087
  i.icon.hanukiah:before {
2077
2088
  content: "\f6e6";
@@ -2095,16 +2106,16 @@ i.icon.hdd:before {
2095
2106
  content: "\f0a0";
2096
2107
  }
2097
2108
  i.icon.head.side.cough:before {
2098
- content: "\f961";
2109
+ content: "\e061";
2099
2110
  }
2100
2111
  i.icon.head.side.cough.slash:before {
2101
- content: "\f962";
2112
+ content: "\e062";
2102
2113
  }
2103
2114
  i.icon.head.side.mask:before {
2104
- content: "\f963";
2115
+ content: "\e063";
2105
2116
  }
2106
2117
  i.icon.head.side.virus:before {
2107
- content: "\f964";
2118
+ content: "\e064";
2108
2119
  }
2109
2120
  i.icon.heading:before {
2110
2121
  content: "\f1dc";
@@ -2194,7 +2205,7 @@ i.icon.house.damage:before {
2194
2205
  content: "\f6f1";
2195
2206
  }
2196
2207
  i.icon.house.user:before {
2197
- content: "\f965";
2208
+ content: "\e065";
2198
2209
  }
2199
2210
  i.icon.hryvnia:before {
2200
2211
  content: "\f6f2";
@@ -2296,7 +2307,7 @@ i.icon.laptop.code:before {
2296
2307
  content: "\f5fc";
2297
2308
  }
2298
2309
  i.icon.laptop.house:before {
2299
- content: "\f966";
2310
+ content: "\e066";
2300
2311
  }
2301
2312
  i.icon.laptop.medical:before {
2302
2313
  content: "\f812";
@@ -2389,7 +2400,7 @@ i.icon.lungs:before {
2389
2400
  content: "\f604";
2390
2401
  }
2391
2402
  i.icon.lungs.virus:before {
2392
- content: "\f967";
2403
+ content: "\e067";
2393
2404
  }
2394
2405
  i.icon.magic:before {
2395
2406
  content: "\f0d0";
@@ -2662,7 +2673,7 @@ i.icon.pencil.ruler:before {
2662
2673
  content: "\f5ae";
2663
2674
  }
2664
2675
  i.icon.people.arrows:before {
2665
- content: "\f968";
2676
+ content: "\e068";
2666
2677
  }
2667
2678
  i.icon.people.carry:before {
2668
2679
  content: "\f4ce";
@@ -2722,7 +2733,7 @@ i.icon.plane.departure:before {
2722
2733
  content: "\f5b0";
2723
2734
  }
2724
2735
  i.icon.plane.slash:before {
2725
- content: "\f969";
2736
+ content: "\e069";
2726
2737
  }
2727
2738
  i.icon.play:before {
2728
2739
  content: "\f04b";
@@ -2794,10 +2805,10 @@ i.icon.project.diagram:before {
2794
2805
  content: "\f542";
2795
2806
  }
2796
2807
  i.icon.pump.medical:before {
2797
- content: "\f96a";
2808
+ content: "\e06a";
2798
2809
  }
2799
2810
  i.icon.pump.soap:before {
2800
- content: "\f96b";
2811
+ content: "\e06b";
2801
2812
  }
2802
2813
  i.icon.puzzle.piece:before {
2803
2814
  content: "\f12e";
@@ -2986,7 +2997,7 @@ i.icon.shield.alternate:before {
2986
2997
  content: "\f3ed";
2987
2998
  }
2988
2999
  i.icon.shield.virus:before {
2989
- content: "\f96c";
3000
+ content: "\e06c";
2990
3001
  }
2991
3002
  i.icon.ship:before {
2992
3003
  content: "\f21a";
@@ -3033,6 +3044,9 @@ i.icon.signature:before {
3033
3044
  i.icon.sim.card:before {
3034
3045
  content: "\f7c4";
3035
3046
  }
3047
+ i.icon.sink:before {
3048
+ content: "\e06d";
3049
+ }
3036
3050
  i.icon.sitemap:before {
3037
3051
  content: "\f0e8";
3038
3052
  }
@@ -3094,7 +3108,7 @@ i.icon.snowplow:before {
3094
3108
  content: "\f7d2";
3095
3109
  }
3096
3110
  i.icon.soap:before {
3097
- content: "\f96e";
3111
+ content: "\e06e";
3098
3112
  }
3099
3113
  i.icon.socks:before {
3100
3114
  content: "\f696";
@@ -3220,7 +3234,7 @@ i.icon.stopwatch:before {
3220
3234
  content: "\f2f2";
3221
3235
  }
3222
3236
  i.icon.stopwatch.twenty:before {
3223
- content: "\f96f";
3237
+ content: "\e06f";
3224
3238
  }
3225
3239
  i.icon.store:before {
3226
3240
  content: "\f54e";
@@ -3229,10 +3243,10 @@ i.icon.store.alternate:before {
3229
3243
  content: "\f54f";
3230
3244
  }
3231
3245
  i.icon.store.alternate.slash:before {
3232
- content: "\f970";
3246
+ content: "\e070";
3233
3247
  }
3234
3248
  i.icon.store.slash:before {
3235
- content: "\f971";
3249
+ content: "\e071";
3236
3250
  }
3237
3251
  i.icon.stream:before {
3238
3252
  content: "\f550";
@@ -3415,7 +3429,7 @@ i.icon.toilet.paper:before {
3415
3429
  content: "\f71e";
3416
3430
  }
3417
3431
  i.icon.toilet.paper.slash:before {
3418
- content: "\f972";
3432
+ content: "\e072";
3419
3433
  }
3420
3434
  i.icon.toolbox:before {
3421
3435
  content: "\f552";
@@ -3442,7 +3456,7 @@ i.icon.traffic.light:before {
3442
3456
  content: "\f637";
3443
3457
  }
3444
3458
  i.icon.trailer:before {
3445
- content: "\f941";
3459
+ content: "\e041";
3446
3460
  }
3447
3461
  i.icon.train:before {
3448
3462
  content: "\f238";
@@ -3609,6 +3623,9 @@ i.icon.users:before {
3609
3623
  i.icon.users.cog:before {
3610
3624
  content: "\f509";
3611
3625
  }
3626
+ i.icon.users.slash:before {
3627
+ content: "\e073";
3628
+ }
3612
3629
  i.icon.utensil.spoon:before {
3613
3630
  content: "\f2e5";
3614
3631
  }
@@ -3627,6 +3644,12 @@ i.icon.venus.double:before {
3627
3644
  i.icon.venus.mars:before {
3628
3645
  content: "\f228";
3629
3646
  }
3647
+ i.icon.vest:before {
3648
+ content: "\e085";
3649
+ }
3650
+ i.icon.vest.patches:before {
3651
+ content: "\e086";
3652
+ }
3630
3653
  i.icon.vial:before {
3631
3654
  content: "\f492";
3632
3655
  }
@@ -3643,13 +3666,13 @@ i.icon.vihara:before {
3643
3666
  content: "\f6a7";
3644
3667
  }
3645
3668
  i.icon.virus:before {
3646
- content: "\f974";
3669
+ content: "\e074";
3647
3670
  }
3648
3671
  i.icon.virus.slash:before {
3649
- content: "\f975";
3672
+ content: "\e075";
3650
3673
  }
3651
3674
  i.icon.viruses:before {
3652
- content: "\f976";
3675
+ content: "\e076";
3653
3676
  }
3654
3677
  i.icon.voicemail:before {
3655
3678
  content: "\f897";
@@ -5131,10 +5154,6 @@ i.icon.adn:before {
5131
5154
  content: "\f170";
5132
5155
  font-family: 'brand-icons';
5133
5156
  }
5134
- i.icon.adobe:before {
5135
- content: "\f778";
5136
- font-family: 'brand-icons';
5137
- }
5138
5157
  i.icon.adversal:before {
5139
5158
  content: "\f36a";
5140
5159
  font-family: 'brand-icons';
@@ -5375,6 +5394,10 @@ i.icon.chromecast:before {
5375
5394
  content: "\f838";
5376
5395
  font-family: 'brand-icons';
5377
5396
  }
5397
+ i.icon.cloudflare:before {
5398
+ content: "\e07d";
5399
+ font-family: 'brand-icons';
5400
+ }
5378
5401
  i.icon.cloudscale:before {
5379
5402
  content: "\f383";
5380
5403
  font-family: 'brand-icons';
@@ -5496,13 +5519,17 @@ i.icon.d.and.d.beyond:before {
5496
5519
  font-family: 'brand-icons';
5497
5520
  }
5498
5521
  i.icon.dailymotion:before {
5499
- content: "\f952";
5522
+ content: "\e052";
5500
5523
  font-family: 'brand-icons';
5501
5524
  }
5502
5525
  i.icon.dashcube:before {
5503
5526
  content: "\f210";
5504
5527
  font-family: 'brand-icons';
5505
5528
  }
5529
+ i.icon.deezer:before {
5530
+ content: "\e077";
5531
+ font-family: 'brand-icons';
5532
+ }
5506
5533
  i.icon.delicious:before {
5507
5534
  content: "\f1a5";
5508
5535
  font-family: 'brand-icons';
@@ -5591,6 +5618,10 @@ i.icon.edge:before {
5591
5618
  content: "\f282";
5592
5619
  font-family: 'brand-icons';
5593
5620
  }
5621
+ i.icon.edge.legacy:before {
5622
+ content: "\e078";
5623
+ font-family: 'brand-icons';
5624
+ }
5594
5625
  i.icon.elementor:before {
5595
5626
  content: "\f430";
5596
5627
  font-family: 'brand-icons';
@@ -5668,7 +5699,7 @@ i.icon.firefox:before {
5668
5699
  font-family: 'brand-icons';
5669
5700
  }
5670
5701
  i.icon.firefox.browser:before {
5671
- content: "\f907";
5702
+ content: "\e007";
5672
5703
  font-family: 'brand-icons';
5673
5704
  }
5674
5705
  i.icon.first.order:before {
@@ -5827,6 +5858,10 @@ i.icon.google.drive:before {
5827
5858
  content: "\f3aa";
5828
5859
  font-family: 'brand-icons';
5829
5860
  }
5861
+ i.icon.google.pay:before {
5862
+ content: "\e079";
5863
+ font-family: 'brand-icons';
5864
+ }
5830
5865
  i.icon.google.play:before {
5831
5866
  content: "\f3ab";
5832
5867
  font-family: 'brand-icons';
@@ -5863,6 +5898,10 @@ i.icon.grunt:before {
5863
5898
  content: "\f3ad";
5864
5899
  font-family: 'brand-icons';
5865
5900
  }
5901
+ i.icon.guilded:before {
5902
+ content: "\e07e";
5903
+ font-family: 'brand-icons';
5904
+ }
5866
5905
  i.icon.gulp:before {
5867
5906
  content: "\f3ae";
5868
5907
  font-family: 'brand-icons';
@@ -5887,6 +5926,10 @@ i.icon.hire.a.helper:before {
5887
5926
  content: "\f3b0";
5888
5927
  font-family: 'brand-icons';
5889
5928
  }
5929
+ i.icon.hive:before {
5930
+ content: "\e07f";
5931
+ font-family: 'brand-icons';
5932
+ }
5890
5933
  i.icon.hooli:before {
5891
5934
  content: "\f427";
5892
5935
  font-family: 'brand-icons';
@@ -5912,19 +5955,27 @@ i.icon.hubspot:before {
5912
5955
  font-family: 'brand-icons';
5913
5956
  }
5914
5957
  i.icon.ideal:before {
5915
- content: "\f913";
5958
+ content: "\e013";
5916
5959
  font-family: 'brand-icons';
5917
5960
  }
5918
5961
  i.icon.imdb:before {
5919
5962
  content: "\f2d8";
5920
5963
  font-family: 'brand-icons';
5921
5964
  }
5965
+ i.icon.innosoft:before {
5966
+ content: "\e080";
5967
+ font-family: 'brand-icons';
5968
+ }
5922
5969
  i.icon.instagram:before {
5923
5970
  content: "\f16d";
5924
5971
  font-family: 'brand-icons';
5925
5972
  }
5926
5973
  i.icon.instagram.square:before {
5927
- content: "\f955";
5974
+ content: "\e055";
5975
+ font-family: 'brand-icons';
5976
+ }
5977
+ i.icon.instalod:before {
5978
+ content: "\e081";
5928
5979
  font-family: 'brand-icons';
5929
5980
  }
5930
5981
  i.icon.intercom:before {
@@ -6116,7 +6167,7 @@ i.icon.mendeley:before {
6116
6167
  font-family: 'brand-icons';
6117
6168
  }
6118
6169
  i.icon.microblog:before {
6119
- content: "\f91a";
6170
+ content: "\e01a";
6120
6171
  font-family: 'brand-icons';
6121
6172
  }
6122
6173
  i.icon.microsoft:before {
@@ -6132,7 +6183,7 @@ i.icon.mixcloud:before {
6132
6183
  font-family: 'brand-icons';
6133
6184
  }
6134
6185
  i.icon.mixer:before {
6135
- content: "\f956";
6186
+ content: "\e056";
6136
6187
  font-family: 'brand-icons';
6137
6188
  }
6138
6189
  i.icon.mizuni:before {
@@ -6179,6 +6230,10 @@ i.icon.nutritionix:before {
6179
6230
  content: "\f3d6";
6180
6231
  font-family: 'brand-icons';
6181
6232
  }
6233
+ i.icon.octopus.deploy:before {
6234
+ content: "\e082";
6235
+ font-family: 'brand-icons';
6236
+ }
6182
6237
  i.icon.odnoklassniki:before {
6183
6238
  content: "\f263";
6184
6239
  font-family: 'brand-icons';
@@ -6239,6 +6294,10 @@ i.icon.penny.arcade:before {
6239
6294
  content: "\f704";
6240
6295
  font-family: 'brand-icons';
6241
6296
  }
6297
+ i.icon.perbyte:before {
6298
+ content: "\e083";
6299
+ font-family: 'brand-icons';
6300
+ }
6242
6301
  i.icon.periscope:before {
6243
6302
  content: "\f3da";
6244
6303
  font-family: 'brand-icons';
@@ -6276,7 +6335,7 @@ i.icon.pied.piper.pp:before {
6276
6335
  font-family: 'brand-icons';
6277
6336
  }
6278
6337
  i.icon.pied.piper.square:before {
6279
- content: "\f91e";
6338
+ content: "\e01e";
6280
6339
  font-family: 'brand-icons';
6281
6340
  }
6282
6341
  i.icon.pinterest:before {
@@ -6399,6 +6458,10 @@ i.icon.rockrms:before {
6399
6458
  content: "\f3e9";
6400
6459
  font-family: 'brand-icons';
6401
6460
  }
6461
+ i.icon.rust:before {
6462
+ content: "\e07a";
6463
+ font-family: 'brand-icons';
6464
+ }
6402
6465
  i.icon.safari:before {
6403
6466
  content: "\f267";
6404
6467
  font-family: 'brand-icons';
@@ -6440,7 +6503,7 @@ i.icon.shirtsinbulk:before {
6440
6503
  font-family: 'brand-icons';
6441
6504
  }
6442
6505
  i.icon.shopify:before {
6443
- content: "\f957";
6506
+ content: "\e057";
6444
6507
  font-family: 'brand-icons';
6445
6508
  }
6446
6509
  i.icon.shopware:before {
@@ -6623,6 +6686,10 @@ i.icon.think.peaks:before {
6623
6686
  content: "\f731";
6624
6687
  font-family: 'brand-icons';
6625
6688
  }
6689
+ i.icon.tiktok:before {
6690
+ content: "\e07b";
6691
+ font-family: 'brand-icons';
6692
+ }
6626
6693
  i.icon.trade.federation:before {
6627
6694
  content: "\f513";
6628
6695
  font-family: 'brand-icons';
@@ -6631,10 +6698,6 @@ i.icon.trello:before {
6631
6698
  content: "\f181";
6632
6699
  font-family: 'brand-icons';
6633
6700
  }
6634
- i.icon.tripadvisor:before {
6635
- content: "\f262";
6636
- font-family: 'brand-icons';
6637
- }
6638
6701
  i.icon.tumblr:before {
6639
6702
  content: "\f173";
6640
6703
  font-family: 'brand-icons';
@@ -6675,12 +6738,20 @@ i.icon.umbraco:before {
6675
6738
  content: "\f8e8";
6676
6739
  font-family: 'brand-icons';
6677
6740
  }
6741
+ i.icon.uncharted:before {
6742
+ content: "\e084";
6743
+ font-family: 'brand-icons';
6744
+ }
6678
6745
  i.icon.uniregistry:before {
6679
6746
  content: "\f404";
6680
6747
  font-family: 'brand-icons';
6681
6748
  }
6682
6749
  i.icon.unity:before {
6683
- content: "\f949";
6750
+ content: "\e049";
6751
+ font-family: 'brand-icons';
6752
+ }
6753
+ i.icon.unsplash:before {
6754
+ content: "\e07c";
6684
6755
  font-family: 'brand-icons';
6685
6756
  }
6686
6757
  i.icon.untappd:before {
@@ -6751,6 +6822,10 @@ i.icon.vuejs:before {
6751
6822
  content: "\f41f";
6752
6823
  font-family: 'brand-icons';
6753
6824
  }
6825
+ i.icon.watchman.monitoring:before {
6826
+ content: "\e087";
6827
+ font-family: 'brand-icons';
6828
+ }
6754
6829
  i.icon.waze:before {
6755
6830
  content: "\f83f";
6756
6831
  font-family: 'brand-icons';
@@ -6795,6 +6870,10 @@ i.icon.wizards.of.the.coast:before {
6795
6870
  content: "\f730";
6796
6871
  font-family: 'brand-icons';
6797
6872
  }
6873
+ i.icon.wodu:before {
6874
+ content: "\e088";
6875
+ font-family: 'brand-icons';
6876
+ }
6798
6877
  i.icon.wolf.pack.battalion:before {
6799
6878
  content: "\f514";
6800
6879
  font-family: 'brand-icons';