@design-factory/design-factory 17.0.2 → 18.0.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 (240) hide show
  1. package/README.md +55 -4
  2. package/assets/fonts/df-icons/df-icons-light.woff2 +0 -0
  3. package/assets/fonts/df-icons/df-icons-solid.woff2 +0 -0
  4. package/assets/fonts/font-awesome/fa-brands-400.woff2 +0 -0
  5. package/assets/fonts/font-awesome/fa-light-300.woff2 +0 -0
  6. package/assets/fonts/font-awesome/fa-solid-900.woff2 +0 -0
  7. package/assets/waves_of_progress/arrowRight.svg +34 -0
  8. package/assets/waves_of_progress/arrowUp.svg +35 -0
  9. package/assets/waves_of_progress/circleDiagonal.svg +29 -0
  10. package/assets/waves_of_progress/circleUp.svg +24 -0
  11. package/design-factory-initial-branding.css +13 -1
  12. package/design-factory.css +13 -1
  13. package/design-factory.scss +3 -0
  14. package/esm2022/lib/angular/accessibility/accessibility.module.mjs +4 -4
  15. package/esm2022/lib/angular/accessibility/components/skip-links-container/skip-links-container.component.mjs +4 -4
  16. package/esm2022/lib/angular/accessibility/directives/skip-link.directive.mjs +4 -4
  17. package/esm2022/lib/angular/alert/alert.module.mjs +4 -4
  18. package/esm2022/lib/angular/animation/ngbTransition.mjs +1 -1
  19. package/esm2022/lib/angular/card/card-advanced.module.mjs +4 -4
  20. package/esm2022/lib/angular/card/manage-card-selection.directive.mjs +4 -4
  21. package/esm2022/lib/angular/datepicker/closedatepicker.directive.mjs +4 -4
  22. package/esm2022/lib/angular/datepicker/datepicker-keyboard-nav.service.mjs +4 -4
  23. package/esm2022/lib/angular/datepicker/datepicker-range.directive.mjs +12 -12
  24. package/esm2022/lib/angular/datepicker/datepicker-range.service.mjs +4 -4
  25. package/esm2022/lib/angular/datepicker/datepicker.module.mjs +4 -4
  26. package/esm2022/lib/angular/df.module.mjs +4 -4
  27. package/esm2022/lib/angular/footer/footer.module.mjs +4 -4
  28. package/esm2022/lib/angular/icon/amadeus-icon.mjs +3 -3
  29. package/esm2022/lib/angular/icon/icon.module.mjs +4 -4
  30. package/esm2022/lib/angular/icon/insert/insert-icon.directive.mjs +9 -9
  31. package/esm2022/lib/angular/icon/insert/insert-icon.module.mjs +4 -4
  32. package/esm2022/lib/angular/inputs/click/trigger-click.directive.mjs +3 -3
  33. package/esm2022/lib/angular/inputs/icon/inputicon.directive.mjs +4 -4
  34. package/esm2022/lib/angular/inputs/input-advanced.module.mjs +4 -4
  35. package/esm2022/lib/angular/mediaqueries/ifMedia.directive.mjs +4 -4
  36. package/esm2022/lib/angular/mediaqueries/media.module.mjs +4 -4
  37. package/esm2022/lib/angular/mediaqueries/media.service.mjs +4 -4
  38. package/esm2022/lib/angular/mediaqueries/mediaUtils.service.mjs +10 -10
  39. package/esm2022/lib/angular/modal/modal.service.mjs +4 -4
  40. package/esm2022/lib/angular/popover/config/popover.config.mjs +3 -3
  41. package/esm2022/lib/angular/popover/popover.module.mjs +4 -4
  42. package/esm2022/lib/angular/progressbar/progressbar.component.mjs +4 -4
  43. package/esm2022/lib/angular/progressbar/progressbar.module.mjs +4 -4
  44. package/esm2022/lib/angular/progressindicator/default/default-spinner.component.mjs +3 -3
  45. package/esm2022/lib/angular/progressindicator/progressindicator-backdrop.component.mjs +3 -3
  46. package/esm2022/lib/angular/progressindicator/progressindicator-container.component.mjs +4 -4
  47. package/esm2022/lib/angular/progressindicator/progressindicator.directive.mjs +4 -4
  48. package/esm2022/lib/angular/progressindicator/progressindicator.module.mjs +4 -4
  49. package/esm2022/lib/angular/progressindicator/progressindicator.service.mjs +4 -4
  50. package/esm2022/lib/angular/right-to-left/directionDetection.service.mjs +4 -4
  51. package/esm2022/lib/angular/selects/events/manage-badge-events.directive.mjs +3 -3
  52. package/esm2022/lib/angular/selects/nav/manage-nav-select.directive.mjs +4 -4
  53. package/esm2022/lib/angular/selects/option-highlight.directive.mjs +4 -4
  54. package/esm2022/lib/angular/selects/select.module.mjs +4 -4
  55. package/esm2022/lib/angular/sidenav/dfSideNavAnimation.mjs +1 -1
  56. package/esm2022/lib/angular/sidenav/dfSideNavCollapse.mjs +4 -4
  57. package/esm2022/lib/angular/sidenav/dfSideNavCollapse.module.mjs +4 -4
  58. package/esm2022/lib/angular/sidenav/dfSideNavCollapse.service.mjs +3 -3
  59. package/esm2022/lib/angular/sidenav/dfSideNavCollapseConfig.mjs +3 -3
  60. package/esm2022/lib/angular/sidenav/excludeTrap.directive.mjs +4 -4
  61. package/esm2022/lib/angular/sidenav/manage-sidenav.directive.mjs +4 -4
  62. package/esm2022/lib/angular/sidenav/sidenav-config.mjs +3 -3
  63. package/esm2022/lib/angular/sidenav/sidenav.component.mjs +12 -12
  64. package/esm2022/lib/angular/sidenav/sidenav.module.mjs +4 -4
  65. package/esm2022/lib/angular/sidenav/sidenav.service.mjs +10 -9
  66. package/esm2022/lib/angular/sidenav/sidenavlist.component.mjs +5 -5
  67. package/esm2022/lib/angular/slider/direction/sliderdirection.directive.mjs +7 -4
  68. package/esm2022/lib/angular/slider/lib/compatibility-helper.mjs +1 -1
  69. package/esm2022/lib/angular/slider/lib/event-listener-helper.mjs +1 -1
  70. package/esm2022/lib/angular/slider/lib/slider-element.directive.mjs +8 -5
  71. package/esm2022/lib/angular/slider/lib/slider-handle.directive.mjs +10 -7
  72. package/esm2022/lib/angular/slider/lib/slider-label.directive.mjs +7 -4
  73. package/esm2022/lib/angular/slider/lib/slider.component.mjs +103 -125
  74. package/esm2022/lib/angular/slider/lib/tooltip-wrapper.component.mjs +7 -4
  75. package/esm2022/lib/angular/slider/lib/value-helper.mjs +1 -1
  76. package/esm2022/lib/angular/slider/slider.module.mjs +16 -8
  77. package/esm2022/lib/angular/stepper/stepper.component.mjs +8 -8
  78. package/esm2022/lib/angular/stepper/stepper.directive.mjs +7 -7
  79. package/esm2022/lib/angular/stepper/stepper.module.mjs +4 -4
  80. package/esm2022/lib/angular/stepper/stepper.service.mjs +8 -8
  81. package/esm2022/lib/angular/toast/toast.module.mjs +4 -4
  82. package/esm2022/lib/angular/tooltip/tooltip.module.mjs +4 -4
  83. package/esm2022/lib/angular/tooltip/truncate/tooltipTruncate.directive.mjs +3 -3
  84. package/esm2022/lib/angular/utils/scrollbar.service.mjs +3 -3
  85. package/esm2022/lib/angular/utils/titleTruncate.directive.mjs +4 -4
  86. package/esm2022/lib/angular/waves-of-progress/waves.directive.mjs +88 -0
  87. package/esm2022/lib/angular/waves-of-progress/waves.module.mjs +16 -0
  88. package/esm2022/lib/index.mjs +4 -1
  89. package/fesm2022/design-factory.mjs +496 -395
  90. package/fesm2022/design-factory.mjs.map +1 -1
  91. package/lib/angular/sidenav/sidenav.service.d.ts +1 -0
  92. package/lib/angular/slider/direction/sliderdirection.directive.d.ts +3 -0
  93. package/lib/angular/slider/lib/slider-element.directive.d.ts +3 -0
  94. package/lib/angular/slider/lib/slider-handle.directive.d.ts +4 -1
  95. package/lib/angular/slider/lib/slider-label.directive.d.ts +3 -0
  96. package/lib/angular/slider/lib/slider.component.d.ts +3 -0
  97. package/lib/angular/slider/lib/tooltip-wrapper.component.d.ts +3 -0
  98. package/lib/angular/slider/slider.module.d.ts +4 -0
  99. package/lib/angular/stepper/stepper.service.d.ts +2 -1
  100. package/lib/angular/waves-of-progress/waves.directive.d.ts +35 -0
  101. package/lib/angular/waves-of-progress/waves.module.d.ts +7 -0
  102. package/lib/index.d.ts +2 -0
  103. package/package.json +11 -17
  104. package/schematics/migrations/15_0_0/remove-ngx-slider/index.js +3 -2
  105. package/schematics/migrations/16_0_0/navbar-logo-dark/index.js +1 -1
  106. package/schematics/migrations/16_0_0/revert-to-old-brand/index.js +1 -1
  107. package/schematics/migrations/16_0_0/scss-var/index.js +1 -1
  108. package/schematics/migrations/16_0_0/stepper-classes/index.js +1 -1
  109. package/schematics/migrations/18_0_0/font-awesome-6/index.d.ts +11 -0
  110. package/schematics/migrations/18_0_0/font-awesome-6/index.js +748 -0
  111. package/schematics/migrations/18_0_0/media-object-border-0/index.d.ts +6 -0
  112. package/schematics/migrations/18_0_0/media-object-border-0/index.js +40 -0
  113. package/schematics/migrations/18_0_0/stepper-classes-18.0.0/index.d.ts +13 -0
  114. package/schematics/migrations/18_0_0/stepper-classes-18.0.0/index.js +59 -0
  115. package/schematics/migrations/helpers.js +1 -2
  116. package/schematics/migrations/migration.json +15 -0
  117. package/schematics/migrations/utils/component-resource-collector.js +2 -1
  118. package/schematics/migrations/utils/project_tsconfig_paths.js +1 -2
  119. package/schematics/migrations/utils/style-updater.js +2 -1
  120. package/schematics/migrations/utils/template-updater.js +2 -1
  121. package/schematics/migrations/utils/typescript/compiler_host.js +5 -5
  122. package/schematics/migrations/utils/typescript/decorators.js +4 -4
  123. package/schematics/migrations/utils/typescript/functions.js +3 -3
  124. package/schematics/migrations/utils/typescript/imports.js +3 -3
  125. package/schematics/migrations/utils/typescript/line-mappings.js +2 -3
  126. package/schematics/migrations/utils/typescript/parse_tsconfig.js +4 -4
  127. package/schematics/migrations/utils/typescript/property-name.js +4 -4
  128. package/schematics/ng-add/index.js +5 -6
  129. package/styles/scss/_common.mixins.scss +12 -1
  130. package/styles/scss/_common.root.scss +1 -0
  131. package/styles/scss/_common.variables.scss +10 -6
  132. package/styles/scss/_variables.scss +2 -0
  133. package/styles/scss/agnosui/_variables.scss +18 -59
  134. package/styles/scss/bootstrap/_maps.scss +7 -6
  135. package/styles/scss/bootstrap/_rtl-styles-override.scss +6 -4
  136. package/styles/scss/bootstrap/_variables-dark.scss +86 -0
  137. package/styles/scss/bootstrap/_variables.scss +93 -29
  138. package/styles/scss/components/accordion/_accordion.scss +76 -11
  139. package/styles/scss/components/accordion/_accordion.variables.scss +9 -0
  140. package/styles/scss/components/alert/_alert.scss +8 -10
  141. package/styles/scss/components/alert/_alert.variables.scss +0 -3
  142. package/styles/scss/components/badge/_badge.mixins.scss +13 -0
  143. package/styles/scss/components/badge/_badge.scss +130 -78
  144. package/styles/scss/components/badge/_badge.variables.scss +3 -0
  145. package/styles/scss/components/brand-color/_brand-color.mixins.scss +14 -1
  146. package/styles/scss/components/brand-color/_brand-color.scss +4 -0
  147. package/styles/scss/components/breadcrumbs/_breadcrumbs.scss +38 -17
  148. package/styles/scss/components/breadcrumbs/_breadcrumbs.variables.scss +8 -2
  149. package/styles/scss/components/button/_button.scss +125 -7
  150. package/styles/scss/components/button/_button.variables.scss +6 -0
  151. package/styles/scss/components/card/_card.scss +102 -31
  152. package/styles/scss/components/card/_card.variables.scss +13 -4
  153. package/styles/scss/components/checkbox/_checkbox.scss +14 -4
  154. package/styles/scss/components/checkbox/_checkbox.variables.scss +2 -1
  155. package/styles/scss/components/collapse/_collapse.scss +0 -5
  156. package/styles/scss/components/datepicker/_datepicker.scss +84 -28
  157. package/styles/scss/components/datepicker/_datepicker.variables.scss +8 -3
  158. package/styles/scss/components/dropdown/_dropdown.mixins.scss +2 -20
  159. package/styles/scss/components/dropdown/_dropdown.scss +70 -18
  160. package/styles/scss/components/dropdown/_dropdown.variables.scss +7 -3
  161. package/styles/scss/components/fonts/_font-awesome-icons-brands.scss +1585 -0
  162. package/styles/scss/components/fonts/_font-awesome-icons.scss +12886 -0
  163. package/styles/scss/components/fonts/_fonts-family.scss +106 -50
  164. package/styles/scss/components/fonts/_fonts.root.scss +2 -1
  165. package/styles/scss/components/fonts/_fonts.scss +20 -1
  166. package/styles/scss/components/fonts/_fonts.variables.scss +2 -0
  167. package/styles/scss/components/fonts/_icon-font.scss +22 -5036
  168. package/styles/scss/components/footer/_footer.scss +3 -4
  169. package/styles/scss/components/form/_form.scss +4 -3
  170. package/styles/scss/components/inputs/_inputs.mixin.scss +7 -3
  171. package/styles/scss/components/inputs/_inputs.scss +9 -25
  172. package/styles/scss/components/inputs/_inputs.variables.scss +1 -4
  173. package/styles/scss/components/link/_link.mixins.scss +13 -6
  174. package/styles/scss/components/link/_link.scss +44 -28
  175. package/styles/scss/components/link/_link.variables.scss +7 -13
  176. package/styles/scss/components/list-group/_list-group.scss +26 -17
  177. package/styles/scss/components/media/_media.scss +52 -24
  178. package/styles/scss/components/media/_media.variables.scss +11 -3
  179. package/styles/scss/components/modal/_modal.scss +7 -3
  180. package/styles/scss/components/modal/_modal.variables.scss +6 -0
  181. package/styles/scss/components/navbar/_navbar.scss +22 -16
  182. package/styles/scss/components/pagination/_pagination.scss +26 -8
  183. package/styles/scss/components/pagination/_pagination.variables.scss +12 -5
  184. package/styles/scss/components/popover/_popover.mixin.scss +2 -0
  185. package/styles/scss/components/popover/_popover.scss +2 -0
  186. package/styles/scss/components/popover/_popover.variables.scss +3 -0
  187. package/styles/scss/components/radio/_radio.scss +15 -2
  188. package/styles/scss/components/scrollspy/_scrollspy.scss +68 -41
  189. package/styles/scss/components/scrollspy/_scrollspy.variables.scss +17 -6
  190. package/styles/scss/components/select/_select.scss +9 -7
  191. package/styles/scss/components/select/_select.variables.scss +5 -3
  192. package/styles/scss/components/sidenav/_sidenav.scss +93 -81
  193. package/styles/scss/components/sidenav/_sidenav.variables.scss +27 -11
  194. package/styles/scss/components/skip-links/_skip-links.scss +9 -8
  195. package/styles/scss/components/skip-links/_skip-links.variables.scss +2 -0
  196. package/styles/scss/components/slider/_slider.scss +15 -1
  197. package/styles/scss/components/stepper/_stepper.mixins.scss +40 -24
  198. package/styles/scss/components/stepper/_stepper.scss +15 -11
  199. package/styles/scss/components/stepper/_stepper.variables.scss +13 -3
  200. package/styles/scss/components/table/_advancedtables.scss +58 -10
  201. package/styles/scss/components/table/_table.scss +8 -2
  202. package/styles/scss/components/table/_table.variables.scss +9 -0
  203. package/styles/scss/components/tabs/_tabs.scss +78 -1
  204. package/styles/scss/components/tabs/_tabs.variables.scss +2 -0
  205. package/styles/scss/components/toast/_toast.scss +128 -58
  206. package/styles/scss/components/toast/_toast.variables.scss +7 -2
  207. package/styles/scss/components/toggle/_toggle.scss +23 -19
  208. package/styles/scss/components/toggle/_toggle.variables.scss +6 -4
  209. package/styles/scss/components/tooltip/_tooltip.scss +12 -0
  210. package/styles/scss/components/tooltip/_tooltip.variables.scss +2 -0
  211. package/styles/scss/components/typeahead/_typeahead.scss +5 -3
  212. package/styles/scss/components/typeahead/_typeahead.variables.scss +1 -0
  213. package/styles/scss/components/waves/_waves.scss +15 -0
  214. package/styles/scss/components/waves/_waves.variables.scss +86 -0
  215. package/styles/scss/df-styles-namespace.scss +1 -1
  216. package/styles/scss/df-styles.scss +4 -1
  217. package/styles/scss/themes/brand2023/_variables.scss +495 -75
  218. package/styles/scss/utilities/_common.utilities.scss +28 -14
  219. package/assets/fonts/amadeus-bold/amadeus-bold.svg +0 -5131
  220. package/assets/fonts/amadeus-bold/amadeus-bold.ttf +0 -0
  221. package/assets/fonts/amadeus-regular/amadeus-regular.svg +0 -5131
  222. package/assets/fonts/amadeus-regular/amadeus-regular.ttf +0 -0
  223. package/assets/fonts/amadeus-thin/amadeus-thin.svg +0 -5131
  224. package/assets/fonts/amadeus-thin/amadeus-thin.ttf +0 -0
  225. package/assets/fonts/icon-font/light/df-light-300.svg +0 -1709
  226. package/assets/fonts/icon-font/light/df-light-300.ttf +0 -0
  227. package/assets/fonts/icon-font/light/df-light-300.woff +0 -0
  228. package/assets/fonts/icon-font/light/df-light-300.woff2 +0 -0
  229. package/assets/fonts/icon-font/solid/df-solid-900.svg +0 -1709
  230. package/assets/fonts/icon-font/solid/df-solid-900.ttf +0 -0
  231. package/assets/fonts/icon-font/solid/df-solid-900.woff +0 -0
  232. package/assets/fonts/icon-font/solid/df-solid-900.woff2 +0 -0
  233. package/assets/fonts/source-sans-pro-bold/source-sans-pro-bold.svg +0 -19926
  234. package/assets/fonts/source-sans-pro-bold/source-sans-pro-bold.ttf +0 -0
  235. package/assets/fonts/source-sans-pro-light/source-sans-pro-light.svg +0 -19165
  236. package/assets/fonts/source-sans-pro-light/source-sans-pro-light.ttf +0 -0
  237. package/assets/fonts/source-sans-pro-regular/source-sans-pro-regular.svg +0 -20412
  238. package/assets/fonts/source-sans-pro-regular/source-sans-pro-regular.ttf +0 -0
  239. package/assets/fonts/source-sans-pro-semibold/source-sans-pro-semibold.svg +0 -20019
  240. package/assets/fonts/source-sans-pro-semibold/source-sans-pro-semibold.ttf +0 -0
@@ -8,385 +8,24 @@
8
8
  }
9
9
  }
10
10
 
11
- .icon-air-conditioner:before {
12
- content: '\ef25';
13
- }
14
- .icon-alien-monster:before {
15
- content: '\ef26';
16
- }
17
- .icon-alien:before {
18
- content: '\ef27';
19
- }
20
- .icon-bacteria:before {
21
- content: '\ef28';
22
- }
23
- .icon-bacterium:before {
24
- content: '\ef29';
25
- }
26
- .icon-bed-alt:before {
27
- content: '\ef2a';
28
- }
29
- .icon-bed-bunk:before {
30
- content: '\ef2b';
31
- }
32
- .icon-bed-empty:before {
33
- content: '\ef2c';
34
- }
35
- .icon-bell-on:before {
36
- content: '\ef2d';
37
- }
38
- .icon-blinds-open:before {
39
- content: '\ef2e';
40
- }
41
- .icon-blinds-raised:before {
42
- content: '\ef2f';
43
- }
44
- .icon-blinds:before {
45
- content: '\ef30';
46
- }
47
- .icon-box-tissue:before {
48
- content: '\ef31';
49
- }
50
- .icon-camera-home:before {
51
- content: '\ef32';
52
- }
53
- .icon-caravan-alt:before {
54
- content: '\ef33';
55
- }
56
- .icon-caravan:before {
57
- content: '\ef34';
58
- }
59
- .icon-cat-space:before {
60
- content: '\ef35';
61
- }
62
- .icon-coffee-pot:before {
63
- content: '\ef36';
64
- }
65
- .icon-coffin-cross:before {
66
- content: '\ef37';
67
- }
68
- .icon-comet:before {
69
- content: '\ef38';
70
- }
71
- .icon-fan-table:before {
72
- content: '\ef39';
73
- }
74
- .icon-faucet-drip:before {
75
- content: '\ef3a';
76
- }
77
- .icon-faucet:before {
78
- content: '\ef3b';
79
- }
80
- .icon-folder-download:before {
81
- content: '\ef3c';
82
- }
83
- .icon-folder-upload:before {
84
- content: '\ef3d';
85
- }
86
- .icon-galaxy:before {
87
- content: '\ef3e';
88
- }
89
- .icon-garage-car:before {
90
- content: '\ef3f';
91
- }
92
- .icon-garage-open:before {
93
- content: '\ef40';
94
- }
95
- .icon-garage:before {
96
- content: '\ef41';
97
- }
98
- .icon-hand-holding-medical:before {
99
- content: '\ef42';
100
- }
101
- .icon-hand-sparkles:before {
102
- content: '\ef43';
103
- }
104
- .icon-hands-wash:before {
105
- content: '\ef44';
106
- }
107
- .icon-handshake-alt-slash:before {
108
- content: '\ef45';
109
- }
110
- .icon-handshake-slash:before {
111
- content: '\ef46';
112
- }
113
- .icon-head-side-cough-slash:before {
114
- content: '\ef47';
115
- }
116
- .icon-head-side-cough:before {
117
- content: '\ef48';
118
- }
119
- .icon-head-side-mask:before {
120
- content: '\ef49';
121
- }
122
- .icon-head-side-virus:before {
123
- content: '\ef4a';
124
- }
125
- .icon-heat:before {
126
- content: '\ef4b';
127
- }
128
- .icon-house-day:before {
129
- content: '\ef4c';
130
- }
131
- .icon-house-leave:before {
132
- content: '\ef4d';
133
- }
134
- .icon-house-night:before {
135
- content: '\ef4e';
136
- }
137
- .icon-house-return:before {
138
- content: '\ef4f';
139
- }
140
- .icon-house-signal:before {
141
- content: '\ef50';
142
- }
143
- .icon-house-user:before {
144
- content: '\ef51';
145
- }
146
- .icon-house:before {
147
- content: '\ef52';
148
- }
149
- .icon-lamp-desk:before {
150
- content: '\ef53';
151
- }
152
- .icon-lamp-floor:before {
153
- content: '\ef54';
154
- }
155
- .icon-laptop-house:before {
156
- content: '\ef55';
157
- }
158
- .icon-light-ceiling:before {
159
- content: '\ef56';
160
- }
161
- .icon-light-switch-off:before {
162
- content: '\ef57';
163
- }
164
- .icon-light-switch-on:before {
165
- content: '\ef58';
166
- }
167
- .icon-light-switch:before {
168
- content: '\ef59';
169
- }
170
- .icon-lungs-virus:before {
171
- content: '\ef5a';
172
- }
173
- .icon-microwave:before {
174
- content: '\ef5b';
175
- }
176
- .icon-outlet:before {
177
- content: '\ef5c';
178
- }
179
- .icon-oven:before {
180
- content: '\ef5d';
181
- }
182
- .icon-people-arrows:before {
183
- content: '\ef5e';
184
- }
185
- .icon-plane-slash:before {
186
- content: '\ef5f';
187
- }
188
- .icon-planet-moon:before {
189
- content: '\ef60';
190
- }
191
- .icon-planet-ringed:before {
192
- content: '\ef61';
193
- }
194
- .icon-police-box:before {
195
- content: '\ef62';
196
- }
197
- .icon-portal-enter:before {
198
- content: '\ef63';
199
- }
200
- .icon-portal-exit:before {
201
- content: '\ef64';
202
- }
203
- .icon-pump-medical:before {
204
- content: '\ef65';
205
- }
206
- .icon-pump-soap:before {
207
- content: '\ef66';
208
- }
209
- .icon-radar:before {
210
- content: '\ef67';
211
- }
212
- .icon-raygun:before {
213
- content: '\ef68';
214
- }
215
- .icon-refrigerator:before {
216
- content: '\ef69';
217
- }
218
- .icon-rocket-launch:before {
219
- content: '\ef6a';
220
- }
221
- .icon-sensor-alert:before {
222
- content: '\ef6b';
223
- }
224
- .icon-sensor-fire:before {
225
- content: '\ef6c';
226
- }
227
- .icon-sensor-on:before {
228
- content: '\ef6d';
229
- }
230
- .icon-sensor-smoke:before {
231
- content: '\ef6e';
232
- }
233
- .icon-sensor:before {
234
- content: '\ef6f';
235
- }
236
- .icon-shield-virus:before {
237
- content: '\ef70';
238
- }
239
- .icon-sink:before {
240
- content: '\ef71';
241
- }
242
- .icon-siren-on:before {
243
- content: '\ef72';
244
- }
245
- .icon-siren:before {
246
- content: '\ef73';
247
- }
248
- .icon-soap:before {
249
- content: '\ef74';
250
- }
251
- .icon-solar-system:before {
252
- content: '\ef75';
253
- }
254
- .icon-sort-circle-down:before {
255
- content: '\ef76';
256
- }
257
- .icon-sort-circle-up:before {
258
- content: '\ef77';
259
- }
260
- .icon-sort-circle:before {
261
- content: '\ef78';
262
- }
263
- .icon-space-station-moon-alt:before {
264
- content: '\ef79';
265
- }
266
- .icon-space-station-moon:before {
267
- content: '\ef7a';
268
- }
269
- .icon-sprinkler:before {
270
- content: '\ef7b';
271
- }
272
- .icon-star-shooting:before {
273
- content: '\ef7c';
274
- }
275
- .icon-starfighter-alt:before {
276
- content: '\ef7d';
277
- }
278
- .icon-starfighter:before {
279
- content: '\ef7e';
280
- }
281
- .icon-starship-freighter:before {
282
- content: '\ef7f';
283
- }
284
- .icon-starship:before {
285
- content: '\ef80';
286
- }
287
- .icon-stopwatch-20:before {
288
- content: '\ef81';
289
- }
290
- .icon-store-alt-slash:before {
291
- content: '\ef82';
292
- }
293
- .icon-store-slash:before {
294
- content: '\ef83';
295
- }
296
- .icon-sword-laser-alt:before {
297
- content: '\ef84';
298
- }
299
- .icon-sword-laser:before {
300
- content: '\ef85';
301
- }
302
- .icon-swords-laser:before {
303
- content: '\ef86';
304
- }
305
- .icon-telescope:before {
306
- content: '\ef87';
307
- }
308
- .icon-temperature-down:before {
309
- content: '\ef88';
310
- }
311
- .icon-temperature-up:before {
312
- content: '\ef89';
313
- }
314
- .icon-toilet-paper-slash:before {
315
- content: '\ef8a';
316
- }
317
- .icon-trailer:before {
318
- content: '\ef8b';
319
- }
320
- .icon-transporter-1:before {
321
- content: '\ef8c';
322
- }
323
- .icon-transporter-2:before {
324
- content: '\ef8d';
325
- }
326
- .icon-transporter-3:before {
327
- content: '\ef8e';
328
- }
329
- .icon-transporter-empty:before {
330
- content: '\ef8f';
331
- }
332
- .icon-transporter:before {
333
- content: '\ef90';
334
- }
335
- .icon-ufo-beam:before {
336
- content: '\ef91';
337
- }
338
- .icon-ufo:before {
339
- content: '\ef92';
340
- }
341
- .icon-user-alien:before {
342
- content: '\ef93';
343
- }
344
- .icon-user-robot:before {
345
- content: '\ef94';
346
- }
347
- .icon-user-unlock:before {
348
- content: '\ef95';
349
- }
350
- .icon-user-visor:before {
351
- content: '\ef96';
352
- }
353
- .icon-users-slash:before {
354
- content: '\ef97';
355
- }
356
- .icon-vacuum-robot:before {
357
- content: '\ef98';
358
- }
359
- .icon-vacuum:before {
360
- content: '\ef99';
361
- }
362
- .icon-vest-patches:before {
363
- content: '\ef9a';
364
- }
365
- .icon-vest:before {
366
- content: '\ef9b';
367
- }
368
- .icon-virus-slash:before {
369
- content: '\ef9c';
370
- }
371
- .icon-virus:before {
372
- content: '\ef9d';
373
- }
374
- .icon-viruses:before {
375
- content: '\ef9e';
376
- }
377
- .icon-window-frame-open:before {
378
- content: '\ef9f';
379
- }
380
- .icon-window-frame:before {
381
- content: '\efa0';
11
+ [class^='fa-'],
12
+ [class*=' fa-'] {
13
+ font-family: $df-font-awesome-font-family;
14
+
15
+ &.fa-solid {
16
+ font-weight: $df-icon-solid-font-weight;
17
+ }
382
18
  }
19
+
20
+ // DF custom icons
21
+
383
22
  .icon-df-logo:before {
384
23
  content: '\efa1';
385
24
  }
386
25
  .icon-df-transfers:before {
387
26
  content: '\efa2';
388
27
  }
389
- .icon-df-icon-amadeus-insurance:before {
28
+ .icon-df-insurance:before {
390
29
  content: '\ef1f';
391
30
  }
392
31
  .icon-df-no-camera:before {
@@ -404,40 +43,40 @@
404
43
  .icon-df-lookup:before {
405
44
  content: '\ef24';
406
45
  }
407
- .icon-amadeus-facebook:before {
46
+ .icon-df-facebook:before {
408
47
  content: '\ef1a';
409
48
  }
410
- .icon-amadeus-linkedin:before {
49
+ .icon-df-linkedin:before {
411
50
  content: '\ef1b';
412
51
  }
413
- .icon-amadeus-twitter:before {
52
+ .icon-df-twitter:before {
414
53
  content: '\ef1c';
415
54
  }
416
- .icon-amadeus-youtube:before {
55
+ .icon-df-youtube:before {
417
56
  content: '\ef1d';
418
57
  }
419
58
  .icon-df-bluetooth:before {
420
59
  content: '\ef1e';
421
60
  }
422
- .icon-amadeus-corporate:before {
61
+ .icon-df-corporate:before {
423
62
  content: '\e900';
424
63
  }
425
- .icon-amadeus-download:before {
64
+ .icon-df-download:before {
426
65
  content: '\e901';
427
66
  }
428
- .icon-amadeus-filter:before {
67
+ .icon-df-filter:before {
429
68
  content: '\e902';
430
69
  }
431
- .icon-amadeus-hotel:before {
70
+ .icon-df-hotel:before {
432
71
  content: '\e903';
433
72
  }
434
- .icon-amadeus-mob:before {
73
+ .icon-df-amadeus-mob:before {
435
74
  content: '\e904';
436
75
  }
437
- .icon-amadeus-mobility:before {
76
+ .icon-df-mobility:before {
438
77
  content: '\e905';
439
78
  }
440
- .icon-amadeus-railways:before {
79
+ .icon-df-railways:before {
441
80
  content: '\e906';
442
81
  }
443
82
  .icon-df-apps:before {
@@ -452,4656 +91,3 @@
452
91
  .icon-df-plane-seat:before {
453
92
  content: '\e90a';
454
93
  }
455
- .icon-abacus:before {
456
- content: '\e90b';
457
- }
458
- .icon-acorn:before {
459
- content: '\e90c';
460
- }
461
- .icon-ad:before {
462
- content: '\e90d';
463
- }
464
- .icon-address-book:before {
465
- content: '\e90e';
466
- }
467
- .icon-address-card:before {
468
- content: '\e90f';
469
- }
470
- .icon-adjust:before {
471
- content: '\e910';
472
- }
473
- .icon-air-freshener:before {
474
- content: '\e911';
475
- }
476
- .icon-alarm-clock:before {
477
- content: '\e912';
478
- }
479
- .icon-alarm-exclamation:before {
480
- content: '\e913';
481
- }
482
- .icon-alarm-plus:before {
483
- content: '\e914';
484
- }
485
- .icon-alarm-snooze:before {
486
- content: '\e915';
487
- }
488
- .icon-album-collection:before {
489
- content: '\e916';
490
- }
491
- .icon-album:before {
492
- content: '\e917';
493
- }
494
- .icon-alicorn:before {
495
- content: '\e918';
496
- }
497
- .icon-align-center:before {
498
- content: '\e919';
499
- }
500
- .icon-align-justify:before {
501
- content: '\e91a';
502
- }
503
- .icon-align-left:before {
504
- content: '\e91b';
505
- }
506
- .icon-align-right:before {
507
- content: '\e91c';
508
- }
509
- .icon-align-slash:before {
510
- content: '\e91d';
511
- }
512
- .icon-allergies:before {
513
- content: '\e91e';
514
- }
515
- .icon-ambulance:before {
516
- content: '\e91f';
517
- }
518
- .icon-american-sign-language-interpreting:before {
519
- content: '\e920';
520
- }
521
- .icon-amp-guitar:before {
522
- content: '\e921';
523
- }
524
- .icon-analytics:before {
525
- content: '\e922';
526
- }
527
- .icon-anchor:before {
528
- content: '\e923';
529
- }
530
- .icon-angel:before {
531
- content: '\e924';
532
- }
533
- .icon-angle-double-down:before {
534
- content: '\e925';
535
- }
536
- .icon-angle-double-left:before {
537
- content: '\e926';
538
- }
539
- .icon-angle-double-right:before {
540
- content: '\e927';
541
- }
542
- .icon-angle-double-up:before {
543
- content: '\e928';
544
- }
545
- .icon-angle-down:before {
546
- content: '\e929';
547
- }
548
- .icon-angle-left:before {
549
- content: '\e92a';
550
- }
551
- .icon-angle-right:before {
552
- content: '\e92b';
553
- }
554
- .icon-angle-up:before {
555
- content: '\e92c';
556
- }
557
- .icon-angry:before {
558
- content: '\e92d';
559
- }
560
- .icon-ankh:before {
561
- content: '\e92e';
562
- }
563
- .icon-apple-alt:before {
564
- content: '\e92f';
565
- }
566
- .icon-apple-crate:before {
567
- content: '\e930';
568
- }
569
- .icon-archive:before {
570
- content: '\e931';
571
- }
572
- .icon-archway:before {
573
- content: '\e932';
574
- }
575
- .icon-arrow-circle-down:before {
576
- content: '\e933';
577
- }
578
- .icon-arrow-circle-left:before {
579
- content: '\e934';
580
- }
581
- .icon-arrow-circle-right:before {
582
- content: '\e935';
583
- }
584
- .icon-arrow-circle-up:before {
585
- content: '\e936';
586
- }
587
- .icon-arrow-down:before {
588
- content: '\e937';
589
- }
590
- .icon-arrow-from-bottom:before {
591
- content: '\e938';
592
- }
593
- .icon-arrow-from-left:before {
594
- content: '\e939';
595
- }
596
- .icon-arrow-from-right:before {
597
- content: '\e93a';
598
- }
599
- .icon-arrow-from-top:before {
600
- content: '\e93b';
601
- }
602
- .icon-arrow-left:before {
603
- content: '\e93c';
604
- }
605
- .icon-arrow-right:before {
606
- content: '\e93d';
607
- }
608
- .icon-arrow-square-down:before {
609
- content: '\e93e';
610
- }
611
- .icon-arrow-square-left:before {
612
- content: '\e93f';
613
- }
614
- .icon-arrow-square-right:before {
615
- content: '\e940';
616
- }
617
- .icon-arrow-square-up:before {
618
- content: '\e941';
619
- }
620
- .icon-arrow-to-bottom:before {
621
- content: '\e942';
622
- }
623
- .icon-arrow-to-left:before {
624
- content: '\e943';
625
- }
626
- .icon-arrow-to-right:before {
627
- content: '\e944';
628
- }
629
- .icon-arrow-to-top:before {
630
- content: '\e945';
631
- }
632
- .icon-arrow-up:before {
633
- content: '\e946';
634
- }
635
- .icon-arrows-h:before {
636
- content: '\e947';
637
- }
638
- .icon-arrows-v:before {
639
- content: '\e948';
640
- }
641
- .icon-arrows:before {
642
- content: '\e949';
643
- }
644
- .icon-assistive-listening-systems:before {
645
- content: '\e94a';
646
- }
647
- .icon-asterisk:before {
648
- content: '\e94b';
649
- }
650
- .icon-at:before {
651
- content: '\e94c';
652
- }
653
- .icon-atlas:before {
654
- content: '\e94d';
655
- }
656
- .icon-atom-alt:before {
657
- content: '\e94e';
658
- }
659
- .icon-atom:before {
660
- content: '\e94f';
661
- }
662
- .icon-audio-description:before {
663
- content: '\e950';
664
- }
665
- .icon-award:before {
666
- content: '\e951';
667
- }
668
- .icon-axe-battle:before {
669
- content: '\e952';
670
- }
671
- .icon-axe:before {
672
- content: '\e953';
673
- }
674
- .icon-baby-carriage:before {
675
- content: '\e954';
676
- }
677
- .icon-baby:before {
678
- content: '\e955';
679
- }
680
- .icon-backpack:before {
681
- content: '\e956';
682
- }
683
- .icon-backspace:before {
684
- content: '\e957';
685
- }
686
- .icon-backward:before {
687
- content: '\e958';
688
- }
689
- .icon-bacon:before {
690
- content: '\e959';
691
- }
692
- .icon-badge-check:before {
693
- content: '\e95a';
694
- }
695
- .icon-badge-dollar:before {
696
- content: '\e95b';
697
- }
698
- .icon-badge-percent:before {
699
- content: '\e95c';
700
- }
701
- .icon-badge-sheriff:before {
702
- content: '\e95d';
703
- }
704
- .icon-badge:before {
705
- content: '\e95e';
706
- }
707
- .icon-badger-honey:before {
708
- content: '\e95f';
709
- }
710
- .icon-bags-shopping:before {
711
- content: '\e960';
712
- }
713
- .icon-balance-scale-left:before {
714
- content: '\e961';
715
- }
716
- .icon-balance-scale-right:before {
717
- content: '\e962';
718
- }
719
- .icon-balance-scale:before {
720
- content: '\e963';
721
- }
722
- .icon-ball-pile:before {
723
- content: '\e964';
724
- }
725
- .icon-ballot-check:before {
726
- content: '\e965';
727
- }
728
- .icon-ballot:before {
729
- content: '\e966';
730
- }
731
- .icon-ban:before {
732
- content: '\e967';
733
- }
734
- .icon-band-aid:before {
735
- content: '\e968';
736
- }
737
- .icon-banjo:before {
738
- content: '\e969';
739
- }
740
- .icon-barcode-read:before {
741
- content: '\e96a';
742
- }
743
- .icon-barcode-scan:before {
744
- content: '\e96b';
745
- }
746
- .icon-barcode:before {
747
- content: '\e96c';
748
- }
749
- .icon-bars:before {
750
- content: '\e96d';
751
- }
752
- .icon-baseball-ball:before {
753
- content: '\e96e';
754
- }
755
- .icon-baseball:before {
756
- content: '\e96f';
757
- }
758
- .icon-basketball-ball:before {
759
- content: '\e970';
760
- }
761
- .icon-basketball-hoop:before {
762
- content: '\e971';
763
- }
764
- .icon-bat:before {
765
- content: '\e972';
766
- }
767
- .icon-bath:before {
768
- content: '\e973';
769
- }
770
- .icon-battery-bolt:before {
771
- content: '\e974';
772
- }
773
- .icon-battery-empty:before {
774
- content: '\e975';
775
- }
776
- .icon-battery-full:before {
777
- content: '\e976';
778
- }
779
- .icon-battery-half:before {
780
- content: '\e977';
781
- }
782
- .icon-battery-quarter:before {
783
- content: '\e978';
784
- }
785
- .icon-battery-slash:before {
786
- content: '\e979';
787
- }
788
- .icon-battery-three-quarters:before {
789
- content: '\e97a';
790
- }
791
- .icon-bed:before {
792
- content: '\e97b';
793
- }
794
- .icon-beer:before {
795
- content: '\e97c';
796
- }
797
- .icon-bell-exclamation:before {
798
- content: '\e97d';
799
- }
800
- .icon-bell-plus:before {
801
- content: '\e97e';
802
- }
803
- .icon-bell-school-slash:before {
804
- content: '\e97f';
805
- }
806
- .icon-bell-school:before {
807
- content: '\e980';
808
- }
809
- .icon-bell-slash:before {
810
- content: '\e981';
811
- }
812
- .icon-bell:before {
813
- content: '\e982';
814
- }
815
- .icon-bells:before {
816
- content: '\e983';
817
- }
818
- .icon-betamax:before {
819
- content: '\e984';
820
- }
821
- .icon-bezier-curve:before {
822
- content: '\e985';
823
- }
824
- .icon-bible:before {
825
- content: '\e986';
826
- }
827
- .icon-bicycle:before {
828
- content: '\e987';
829
- }
830
- .icon-biking-mountain:before {
831
- content: '\e988';
832
- }
833
- .icon-biking:before {
834
- content: '\e989';
835
- }
836
- .icon-binoculars:before {
837
- content: '\e98a';
838
- }
839
- .icon-biohazard:before {
840
- content: '\e98b';
841
- }
842
- .icon-birthday-cake:before {
843
- content: '\e98c';
844
- }
845
- .icon-blanket:before {
846
- content: '\e98d';
847
- }
848
- .icon-blender-phone:before {
849
- content: '\e98e';
850
- }
851
- .icon-blender:before {
852
- content: '\e98f';
853
- }
854
- .icon-blind:before {
855
- content: '\e990';
856
- }
857
- .icon-blog:before {
858
- content: '\e991';
859
- }
860
- .icon-bold:before {
861
- content: '\e992';
862
- }
863
- .icon-bolt:before {
864
- content: '\e993';
865
- }
866
- .icon-bomb:before {
867
- content: '\e994';
868
- }
869
- .icon-bone-break:before {
870
- content: '\e995';
871
- }
872
- .icon-bone:before {
873
- content: '\e996';
874
- }
875
- .icon-bong:before {
876
- content: '\e997';
877
- }
878
- .icon-book-alt:before {
879
- content: '\e998';
880
- }
881
- .icon-book-dead:before {
882
- content: '\e999';
883
- }
884
- .icon-book-heart:before {
885
- content: '\e99a';
886
- }
887
- .icon-book-medical:before {
888
- content: '\e99b';
889
- }
890
- .icon-book-open:before {
891
- content: '\e99c';
892
- }
893
- .icon-book-reader:before {
894
- content: '\e99d';
895
- }
896
- .icon-book-spells:before {
897
- content: '\e99e';
898
- }
899
- .icon-book-user:before {
900
- content: '\e99f';
901
- }
902
- .icon-book:before {
903
- content: '\e9a0';
904
- }
905
- .icon-bookmark:before {
906
- content: '\e9a1';
907
- }
908
- .icon-books-medical:before {
909
- content: '\e9a2';
910
- }
911
- .icon-books:before {
912
- content: '\e9a3';
913
- }
914
- .icon-boombox:before {
915
- content: '\e9a4';
916
- }
917
- .icon-boot:before {
918
- content: '\e9a5';
919
- }
920
- .icon-booth-curtain:before {
921
- content: '\e9a6';
922
- }
923
- .icon-border-all:before {
924
- content: '\e9a7';
925
- }
926
- .icon-border-bottom:before {
927
- content: '\e9a8';
928
- }
929
- .icon-border-center-h:before {
930
- content: '\e9a9';
931
- }
932
- .icon-border-center-v:before {
933
- content: '\e9aa';
934
- }
935
- .icon-border-inner:before {
936
- content: '\e9ab';
937
- }
938
- .icon-border-left:before {
939
- content: '\e9ac';
940
- }
941
- .icon-border-none:before {
942
- content: '\e9ad';
943
- }
944
- .icon-border-outer:before {
945
- content: '\e9ae';
946
- }
947
- .icon-border-right:before {
948
- content: '\e9af';
949
- }
950
- .icon-border-style:before {
951
- content: '\e9b0';
952
- }
953
- .icon-border-top:before {
954
- content: '\e9b1';
955
- }
956
- .icon-bow-arrow:before {
957
- content: '\e9b2';
958
- }
959
- .icon-bowling-ball:before {
960
- content: '\e9b3';
961
- }
962
- .icon-bowling-pins:before {
963
- content: '\e9b4';
964
- }
965
- .icon-box-ballot:before {
966
- content: '\e9b5';
967
- }
968
- .icon-box-check:before {
969
- content: '\e9b6';
970
- }
971
- .icon-box-fragile:before {
972
- content: '\e9b7';
973
- }
974
- .icon-box-full:before {
975
- content: '\e9b8';
976
- }
977
- .icon-box-heart:before {
978
- content: '\e9b9';
979
- }
980
- .icon-box-open:before {
981
- content: '\e9ba';
982
- }
983
- .icon-box-up:before {
984
- content: '\e9bb';
985
- }
986
- .icon-box-usd:before {
987
- content: '\e9bc';
988
- }
989
- .icon-box:before {
990
- content: '\e9bd';
991
- }
992
- .icon-boxes:before {
993
- content: '\e9be';
994
- }
995
- .icon-boxing-glove:before {
996
- content: '\e9bf';
997
- }
998
- .icon-brackets-curly:before {
999
- content: '\e9c0';
1000
- }
1001
- .icon-brackets:before {
1002
- content: '\e9c1';
1003
- }
1004
- .icon-braille:before {
1005
- content: '\e9c2';
1006
- }
1007
- .icon-brain:before {
1008
- content: '\e9c3';
1009
- }
1010
- .icon-bread-loaf:before {
1011
- content: '\e9c4';
1012
- }
1013
- .icon-bread-slice:before {
1014
- content: '\e9c5';
1015
- }
1016
- .icon-briefcase-medical:before {
1017
- content: '\e9c6';
1018
- }
1019
- .icon-briefcase:before {
1020
- content: '\e9c7';
1021
- }
1022
- .icon-bring-forward:before {
1023
- content: '\e9c8';
1024
- }
1025
- .icon-bring-front:before {
1026
- content: '\e9c9';
1027
- }
1028
- .icon-broadcast-tower:before {
1029
- content: '\e9ca';
1030
- }
1031
- .icon-broom:before {
1032
- content: '\e9cb';
1033
- }
1034
- .icon-browser:before {
1035
- content: '\e9cc';
1036
- }
1037
- .icon-brush:before {
1038
- content: '\e9cd';
1039
- }
1040
- .icon-bug:before {
1041
- content: '\e9ce';
1042
- }
1043
- .icon-building:before {
1044
- content: '\e9cf';
1045
- }
1046
- .icon-bullhorn:before {
1047
- content: '\e9d0';
1048
- }
1049
- .icon-bullseye-arrow:before {
1050
- content: '\e9d1';
1051
- }
1052
- .icon-bullseye-pointer:before {
1053
- content: '\e9d2';
1054
- }
1055
- .icon-bullseye:before {
1056
- content: '\e9d3';
1057
- }
1058
- .icon-burger-soda:before {
1059
- content: '\e9d4';
1060
- }
1061
- .icon-burn:before {
1062
- content: '\e9d5';
1063
- }
1064
- .icon-burrito:before {
1065
- content: '\e9d6';
1066
- }
1067
- .icon-bus-school:before {
1068
- content: '\e9d7';
1069
- }
1070
- .icon-bus:before {
1071
- content: '\e9d8';
1072
- }
1073
- .icon-business-time:before {
1074
- content: '\e9d9';
1075
- }
1076
- .icon-cabinet-filing:before {
1077
- content: '\e9da';
1078
- }
1079
- .icon-cactus:before {
1080
- content: '\e9db';
1081
- }
1082
- .icon-calculator:before {
1083
- content: '\e9dc';
1084
- }
1085
- .icon-calendar-alt:before {
1086
- content: '\e9dd';
1087
- }
1088
- .icon-calendar-check:before {
1089
- content: '\e9de';
1090
- }
1091
- .icon-calendar-day:before {
1092
- content: '\e9df';
1093
- }
1094
- .icon-calendar-edit:before {
1095
- content: '\e9e0';
1096
- }
1097
- .icon-calendar-exclamation:before {
1098
- content: '\e9e1';
1099
- }
1100
- .icon-calendar-minus:before {
1101
- content: '\e9e2';
1102
- }
1103
- .icon-calendar-plus:before {
1104
- content: '\e9e3';
1105
- }
1106
- .icon-calendar-star:before {
1107
- content: '\e9e4';
1108
- }
1109
- .icon-calendar-times:before {
1110
- content: '\e9e5';
1111
- }
1112
- .icon-calendar-week:before {
1113
- content: '\e9e6';
1114
- }
1115
- .icon-calendar:before {
1116
- content: '\e9e7';
1117
- }
1118
- .icon-camcorder:before {
1119
- content: '\e9e8';
1120
- }
1121
- .icon-camera-movie:before {
1122
- content: '\e9e9';
1123
- }
1124
- .icon-camera-polaroid:before {
1125
- content: '\e9ea';
1126
- }
1127
- .icon-camera-retro:before {
1128
- content: '\e9eb';
1129
- }
1130
- .icon-camera:before {
1131
- content: '\e9ec';
1132
- }
1133
- .icon-campfire:before {
1134
- content: '\e9ed';
1135
- }
1136
- .icon-campground:before {
1137
- content: '\e9ee';
1138
- }
1139
- .icon-candle-holder:before {
1140
- content: '\e9ef';
1141
- }
1142
- .icon-candy-cane:before {
1143
- content: '\e9f0';
1144
- }
1145
- .icon-candy-corn:before {
1146
- content: '\e9f1';
1147
- }
1148
- .icon-cannabis:before {
1149
- content: '\e9f2';
1150
- }
1151
- .icon-capsules:before {
1152
- content: '\e9f3';
1153
- }
1154
- .icon-car-battery:before {
1155
- content: '\e9f4';
1156
- }
1157
- .icon-car-building:before {
1158
- content: '\e9f5';
1159
- }
1160
- .icon-car-bump:before {
1161
- content: '\e9f6';
1162
- }
1163
- .icon-car-bus:before {
1164
- content: '\e9f7';
1165
- }
1166
- .icon-car-crash:before {
1167
- content: '\e9f8';
1168
- }
1169
- .icon-car-garage:before {
1170
- content: '\e9f9';
1171
- }
1172
- .icon-car-mechanic:before {
1173
- content: '\e9fa';
1174
- }
1175
- .icon-car-side:before {
1176
- content: '\e9fb';
1177
- }
1178
- .icon-car-tilt:before {
1179
- content: '\e9fc';
1180
- }
1181
- .icon-car-wash:before {
1182
- content: '\e9fd';
1183
- }
1184
- .icon-car:before {
1185
- content: '\e9fe';
1186
- }
1187
- .icon-caret-down:before {
1188
- content: '\e9ff';
1189
- }
1190
- .icon-caret-left:before {
1191
- content: '\ea00';
1192
- }
1193
- .icon-caret-right:before {
1194
- content: '\ea01';
1195
- }
1196
- .icon-caret-up:before {
1197
- content: '\ea02';
1198
- }
1199
- .icon-carrot:before {
1200
- content: '\ea03';
1201
- }
1202
- .icon-cars:before {
1203
- content: '\ea04';
1204
- }
1205
- .icon-cart-arrow-down:before {
1206
- content: '\ea05';
1207
- }
1208
- .icon-cart-plus:before {
1209
- content: '\ea06';
1210
- }
1211
- .icon-cash-register:before {
1212
- content: '\ea07';
1213
- }
1214
- .icon-cassette-tape:before {
1215
- content: '\ea08';
1216
- }
1217
- .icon-cat:before {
1218
- content: '\ea09';
1219
- }
1220
- .icon-cauldron:before {
1221
- content: '\ea0a';
1222
- }
1223
- .icon-cctv:before {
1224
- content: '\ea0b';
1225
- }
1226
- .icon-certificate:before {
1227
- content: '\ea0c';
1228
- }
1229
- .icon-chair-office:before {
1230
- content: '\ea0d';
1231
- }
1232
- .icon-chair:before {
1233
- content: '\ea0e';
1234
- }
1235
- .icon-chalkboard-teacher:before {
1236
- content: '\ea0f';
1237
- }
1238
- .icon-chalkboard:before {
1239
- content: '\ea10';
1240
- }
1241
- .icon-charging-station:before {
1242
- content: '\ea11';
1243
- }
1244
- .icon-chart-area:before {
1245
- content: '\ea12';
1246
- }
1247
- .icon-chart-bar:before {
1248
- content: '\ea13';
1249
- }
1250
- .icon-chart-line-down:before {
1251
- content: '\ea14';
1252
- }
1253
- .icon-chart-line:before {
1254
- content: '\ea15';
1255
- }
1256
- .icon-chart-network:before {
1257
- content: '\ea16';
1258
- }
1259
- .icon-chart-pie:before {
1260
- content: '\ea17';
1261
- }
1262
- .icon-chart-scatter:before {
1263
- content: '\ea18';
1264
- }
1265
- .icon-check-circle:before {
1266
- content: '\ea19';
1267
- }
1268
- .icon-check-double:before {
1269
- content: '\ea1a';
1270
- }
1271
- .icon-check-square:before {
1272
- content: '\ea1b';
1273
- }
1274
- .icon-check:before {
1275
- content: '\ea1c';
1276
- }
1277
- .icon-cheese-swiss:before {
1278
- content: '\ea1d';
1279
- }
1280
- .icon-cheese:before {
1281
- content: '\ea1e';
1282
- }
1283
- .icon-cheeseburger:before {
1284
- content: '\ea1f';
1285
- }
1286
- .icon-chess-bishop:before {
1287
- content: '\ea20';
1288
- }
1289
- .icon-chess-board:before {
1290
- content: '\ea21';
1291
- }
1292
- .icon-chess-clock:before {
1293
- content: '\ea22';
1294
- }
1295
- .icon-chess-king:before {
1296
- content: '\ea23';
1297
- }
1298
- .icon-chess-knight:before {
1299
- content: '\ea24';
1300
- }
1301
- .icon-chess-pawn:before {
1302
- content: '\ea25';
1303
- }
1304
- .icon-chess-queen:before {
1305
- content: '\ea26';
1306
- }
1307
- .icon-chess-rook:before {
1308
- content: '\ea27';
1309
- }
1310
- .icon-chess:before {
1311
- content: '\ea28';
1312
- }
1313
- .icon-chevron-circle-down:before {
1314
- content: '\ea29';
1315
- }
1316
- .icon-chevron-circle-left:before {
1317
- content: '\ea2a';
1318
- }
1319
- .icon-chevron-circle-right:before {
1320
- content: '\ea2b';
1321
- }
1322
- .icon-chevron-circle-up:before {
1323
- content: '\ea2c';
1324
- }
1325
- .icon-chevron-double-down:before {
1326
- content: '\ea2d';
1327
- }
1328
- .icon-chevron-double-left:before {
1329
- content: '\ea2e';
1330
- }
1331
- .icon-chevron-double-right:before {
1332
- content: '\ea2f';
1333
- }
1334
- .icon-chevron-double-up:before {
1335
- content: '\ea30';
1336
- }
1337
- .icon-chevron-down:before {
1338
- content: '\ea31';
1339
- }
1340
- .icon-chevron-left:before {
1341
- content: '\ea32';
1342
- }
1343
- .icon-chevron-right:before {
1344
- content: '\ea33';
1345
- }
1346
- .icon-chevron-square-down:before {
1347
- content: '\ea34';
1348
- }
1349
- .icon-chevron-square-left:before {
1350
- content: '\ea35';
1351
- }
1352
- .icon-chevron-square-right:before {
1353
- content: '\ea36';
1354
- }
1355
- .icon-chevron-square-up:before {
1356
- content: '\ea37';
1357
- }
1358
- .icon-chevron-up:before {
1359
- content: '\ea38';
1360
- }
1361
- .icon-child:before {
1362
- content: '\ea39';
1363
- }
1364
- .icon-chimney:before {
1365
- content: '\ea3a';
1366
- }
1367
- .icon-church:before {
1368
- content: '\ea3b';
1369
- }
1370
- .icon-circle-notch:before {
1371
- content: '\ea3c';
1372
- }
1373
- .icon-circle:before {
1374
- content: '\ea3d';
1375
- }
1376
- .icon-city:before {
1377
- content: '\ea3e';
1378
- }
1379
- .icon-clarinet:before {
1380
- content: '\ea3f';
1381
- }
1382
- .icon-claw-marks:before {
1383
- content: '\ea40';
1384
- }
1385
- .icon-clinic-medical:before {
1386
- content: '\ea41';
1387
- }
1388
- .icon-clipboard-check:before {
1389
- content: '\ea42';
1390
- }
1391
- .icon-clipboard-list-check:before {
1392
- content: '\ea43';
1393
- }
1394
- .icon-clipboard-list:before {
1395
- content: '\ea44';
1396
- }
1397
- .icon-clipboard-prescription:before {
1398
- content: '\ea45';
1399
- }
1400
- .icon-clipboard-user:before {
1401
- content: '\ea46';
1402
- }
1403
- .icon-clipboard:before {
1404
- content: '\ea47';
1405
- }
1406
- .icon-clock:before {
1407
- content: '\ea48';
1408
- }
1409
- .icon-clone:before {
1410
- content: '\ea49';
1411
- }
1412
- .icon-closed-captioning:before {
1413
- content: '\ea4a';
1414
- }
1415
- .icon-cloud-download:before {
1416
- content: '\ea4b';
1417
- }
1418
- .icon-cloud-drizzle:before {
1419
- content: '\ea4c';
1420
- }
1421
- .icon-cloud-hail-mixed:before {
1422
- content: '\ea4d';
1423
- }
1424
- .icon-cloud-hail:before {
1425
- content: '\ea4e';
1426
- }
1427
- .icon-cloud-meatball:before {
1428
- content: '\ea4f';
1429
- }
1430
- .icon-cloud-moon-rain:before {
1431
- content: '\ea50';
1432
- }
1433
- .icon-cloud-moon:before {
1434
- content: '\ea51';
1435
- }
1436
- .icon-cloud-music:before {
1437
- content: '\ea52';
1438
- }
1439
- .icon-cloud-rain:before {
1440
- content: '\ea53';
1441
- }
1442
- .icon-cloud-rainbow:before {
1443
- content: '\ea54';
1444
- }
1445
- .icon-cloud-showers-heavy:before {
1446
- content: '\ea55';
1447
- }
1448
- .icon-cloud-showers:before {
1449
- content: '\ea56';
1450
- }
1451
- .icon-cloud-sleet:before {
1452
- content: '\ea57';
1453
- }
1454
- .icon-cloud-snow:before {
1455
- content: '\ea58';
1456
- }
1457
- .icon-cloud-sun-rain:before {
1458
- content: '\ea59';
1459
- }
1460
- .icon-cloud-sun:before {
1461
- content: '\ea5a';
1462
- }
1463
- .icon-cloud-upload:before {
1464
- content: '\ea5b';
1465
- }
1466
- .icon-cloud:before {
1467
- content: '\ea5c';
1468
- }
1469
- .icon-clouds-moon:before {
1470
- content: '\ea5d';
1471
- }
1472
- .icon-clouds-sun:before {
1473
- content: '\ea5e';
1474
- }
1475
- .icon-clouds:before {
1476
- content: '\ea5f';
1477
- }
1478
- .icon-club:before {
1479
- content: '\ea60';
1480
- }
1481
- .icon-cocktail:before {
1482
- content: '\ea61';
1483
- }
1484
- .icon-code-branch:before {
1485
- content: '\ea62';
1486
- }
1487
- .icon-code-commit:before {
1488
- content: '\ea63';
1489
- }
1490
- .icon-code-merge:before {
1491
- content: '\ea64';
1492
- }
1493
- .icon-code:before {
1494
- content: '\ea65';
1495
- }
1496
- .icon-coffee-togo:before {
1497
- content: '\ea66';
1498
- }
1499
- .icon-coffee:before {
1500
- content: '\ea67';
1501
- }
1502
- .icon-coffin:before {
1503
- content: '\ea68';
1504
- }
1505
- .icon-cog:before {
1506
- content: '\ea69';
1507
- }
1508
- .icon-cogs:before {
1509
- content: '\ea6a';
1510
- }
1511
- .icon-coin:before {
1512
- content: '\ea6b';
1513
- }
1514
- .icon-coins:before {
1515
- content: '\ea6c';
1516
- }
1517
- .icon-columns:before {
1518
- content: '\ea6d';
1519
- }
1520
- .icon-comment-check:before {
1521
- content: '\ea6e';
1522
- }
1523
- .icon-comment-dollar:before {
1524
- content: '\ea6f';
1525
- }
1526
- .icon-comment-dots:before {
1527
- content: '\ea70';
1528
- }
1529
- .icon-comment-edit:before {
1530
- content: '\ea71';
1531
- }
1532
- .icon-comment-exclamation:before {
1533
- content: '\ea72';
1534
- }
1535
- .icon-comment-lines:before {
1536
- content: '\ea73';
1537
- }
1538
- .icon-comment-medical:before {
1539
- content: '\ea74';
1540
- }
1541
- .icon-comment-minus:before {
1542
- content: '\ea75';
1543
- }
1544
- .icon-comment-music:before {
1545
- content: '\ea76';
1546
- }
1547
- .icon-comment-plus:before {
1548
- content: '\ea77';
1549
- }
1550
- .icon-comment-slash:before {
1551
- content: '\ea78';
1552
- }
1553
- .icon-comment-smile:before {
1554
- content: '\ea79';
1555
- }
1556
- .icon-comment-times:before {
1557
- content: '\ea7a';
1558
- }
1559
- .icon-comment:before {
1560
- content: '\ea7b';
1561
- }
1562
- .icon-comments-dollar:before {
1563
- content: '\ea7c';
1564
- }
1565
- .icon-comments:before {
1566
- content: '\ea7d';
1567
- }
1568
- .icon-compact-disc:before {
1569
- content: '\ea7e';
1570
- }
1571
- .icon-compass-slash:before {
1572
- content: '\ea7f';
1573
- }
1574
- .icon-compass:before {
1575
- content: '\ea80';
1576
- }
1577
- .icon-compress-alt:before {
1578
- content: '\ea81';
1579
- }
1580
- .icon-compress-wide:before {
1581
- content: '\ea82';
1582
- }
1583
- .icon-compress:before {
1584
- content: '\ea83';
1585
- }
1586
- .icon-computer-classic:before {
1587
- content: '\ea84';
1588
- }
1589
- .icon-computer-speaker:before {
1590
- content: '\ea85';
1591
- }
1592
- .icon-concierge-bell:before {
1593
- content: '\ea86';
1594
- }
1595
- .icon-construction:before {
1596
- content: '\ea87';
1597
- }
1598
- .icon-container-storage:before {
1599
- content: '\ea88';
1600
- }
1601
- .icon-conveyor-belt:before {
1602
- content: '\ea89';
1603
- }
1604
- .icon-cookie-bite:before {
1605
- content: '\ea8a';
1606
- }
1607
- .icon-cookie:before {
1608
- content: '\ea8b';
1609
- }
1610
- .icon-copy:before {
1611
- content: '\ea8c';
1612
- }
1613
- .icon-copyright:before {
1614
- content: '\ea8d';
1615
- }
1616
- .icon-corn:before {
1617
- content: '\ea8e';
1618
- }
1619
- .icon-couch:before {
1620
- content: '\ea8f';
1621
- }
1622
- .icon-cow:before {
1623
- content: '\ea90';
1624
- }
1625
- .icon-cowbell-more:before {
1626
- content: '\ea91';
1627
- }
1628
- .icon-cowbell:before {
1629
- content: '\ea92';
1630
- }
1631
- .icon-credit-card-blank:before {
1632
- content: '\ea93';
1633
- }
1634
- .icon-credit-card-front:before {
1635
- content: '\ea94';
1636
- }
1637
- .icon-credit-card:before {
1638
- content: '\ea95';
1639
- }
1640
- .icon-cricket:before {
1641
- content: '\ea96';
1642
- }
1643
- .icon-croissant:before {
1644
- content: '\ea97';
1645
- }
1646
- .icon-crop:before {
1647
- content: '\ea98';
1648
- }
1649
- .icon-cross:before {
1650
- content: '\ea99';
1651
- }
1652
- .icon-crosshairs:before {
1653
- content: '\ea9a';
1654
- }
1655
- .icon-crow:before {
1656
- content: '\ea9b';
1657
- }
1658
- .icon-crown:before {
1659
- content: '\ea9c';
1660
- }
1661
- .icon-crutch:before {
1662
- content: '\ea9d';
1663
- }
1664
- .icon-crutches:before {
1665
- content: '\ea9e';
1666
- }
1667
- .icon-cube:before {
1668
- content: '\ea9f';
1669
- }
1670
- .icon-cubes:before {
1671
- content: '\eaa0';
1672
- }
1673
- .icon-curling:before {
1674
- content: '\eaa1';
1675
- }
1676
- .icon-cut:before {
1677
- content: '\eaa2';
1678
- }
1679
- .icon-dagger:before {
1680
- content: '\eaa3';
1681
- }
1682
- .icon-database:before {
1683
- content: '\eaa4';
1684
- }
1685
- .icon-deaf:before {
1686
- content: '\eaa5';
1687
- }
1688
- .icon-debug:before {
1689
- content: '\eaa6';
1690
- }
1691
- .icon-deer-rudolph:before {
1692
- content: '\eaa7';
1693
- }
1694
- .icon-deer:before {
1695
- content: '\eaa8';
1696
- }
1697
- .icon-democrat:before {
1698
- content: '\eaa9';
1699
- }
1700
- .icon-desktop:before {
1701
- content: '\eaaa';
1702
- }
1703
- .icon-dewpoint:before {
1704
- content: '\eaab';
1705
- }
1706
- .icon-dharmachakra:before {
1707
- content: '\eaac';
1708
- }
1709
- .icon-diagnoses:before {
1710
- content: '\eaad';
1711
- }
1712
- .icon-diamond:before {
1713
- content: '\eaae';
1714
- }
1715
- .icon-dice-d4:before {
1716
- content: '\eaaf';
1717
- }
1718
- .icon-dice-d6:before {
1719
- content: '\eab0';
1720
- }
1721
- .icon-dice-d8:before {
1722
- content: '\eab1';
1723
- }
1724
- .icon-dice-d10:before {
1725
- content: '\eab2';
1726
- }
1727
- .icon-dice-d12:before {
1728
- content: '\eab3';
1729
- }
1730
- .icon-dice-d20:before {
1731
- content: '\eab4';
1732
- }
1733
- .icon-dice-five:before {
1734
- content: '\eab5';
1735
- }
1736
- .icon-dice-four:before {
1737
- content: '\eab6';
1738
- }
1739
- .icon-dice-one:before {
1740
- content: '\eab7';
1741
- }
1742
- .icon-dice-six:before {
1743
- content: '\eab8';
1744
- }
1745
- .icon-dice-three:before {
1746
- content: '\eab9';
1747
- }
1748
- .icon-dice-two:before {
1749
- content: '\eaba';
1750
- }
1751
- .icon-dice:before {
1752
- content: '\eabb';
1753
- }
1754
- .icon-digging:before {
1755
- content: '\eabc';
1756
- }
1757
- .icon-digital-tachograph:before {
1758
- content: '\eabd';
1759
- }
1760
- .icon-diploma:before {
1761
- content: '\eabe';
1762
- }
1763
- .icon-directions:before {
1764
- content: '\eabf';
1765
- }
1766
- .icon-disc-drive:before {
1767
- content: '\eac0';
1768
- }
1769
- .icon-disease:before {
1770
- content: '\eac1';
1771
- }
1772
- .icon-divide:before {
1773
- content: '\eac2';
1774
- }
1775
- .icon-dizzy:before {
1776
- content: '\eac3';
1777
- }
1778
- .icon-dna:before {
1779
- content: '\eac4';
1780
- }
1781
- .icon-do-not-enter:before {
1782
- content: '\eac5';
1783
- }
1784
- .icon-dog-leashed:before {
1785
- content: '\eac6';
1786
- }
1787
- .icon-dog:before {
1788
- content: '\eac7';
1789
- }
1790
- .icon-dollar-sign:before {
1791
- content: '\eac8';
1792
- }
1793
- .icon-dolly-empty:before {
1794
- content: '\eac9';
1795
- }
1796
- .icon-dolly-flatbed-empty:before {
1797
- content: '\eaca';
1798
- }
1799
- .icon-dolly-flatbed:before {
1800
- content: '\eacb';
1801
- }
1802
- .icon-dolly:before {
1803
- content: '\eacc';
1804
- }
1805
- .icon-donate:before {
1806
- content: '\eacd';
1807
- }
1808
- .icon-door-closed:before {
1809
- content: '\eace';
1810
- }
1811
- .icon-door-open:before {
1812
- content: '\eacf';
1813
- }
1814
- .icon-dot-circle:before {
1815
- content: '\ead0';
1816
- }
1817
- .icon-dove:before {
1818
- content: '\ead1';
1819
- }
1820
- .icon-download:before {
1821
- content: '\ead2';
1822
- }
1823
- .icon-drafting-compass:before {
1824
- content: '\ead3';
1825
- }
1826
- .icon-dragon:before {
1827
- content: '\ead4';
1828
- }
1829
- .icon-draw-circle:before {
1830
- content: '\ead5';
1831
- }
1832
- .icon-draw-polygon:before {
1833
- content: '\ead6';
1834
- }
1835
- .icon-draw-square:before {
1836
- content: '\ead7';
1837
- }
1838
- .icon-dreidel:before {
1839
- content: '\ead8';
1840
- }
1841
- .icon-drone:before {
1842
- content: '\ead9';
1843
- }
1844
- .icon-drum-steelpan:before {
1845
- content: '\eada';
1846
- }
1847
- .icon-drum:before {
1848
- content: '\eadb';
1849
- }
1850
- .icon-drumstick-bite:before {
1851
- content: '\eadc';
1852
- }
1853
- .icon-drumstick:before {
1854
- content: '\eadd';
1855
- }
1856
- .icon-dryer:before {
1857
- content: '\eade';
1858
- }
1859
- .icon-duck:before {
1860
- content: '\eadf';
1861
- }
1862
- .icon-dumbbell:before {
1863
- content: '\eae0';
1864
- }
1865
- .icon-dumpster-fire:before {
1866
- content: '\eae1';
1867
- }
1868
- .icon-dumpster:before {
1869
- content: '\eae2';
1870
- }
1871
- .icon-dungeon:before {
1872
- content: '\eae3';
1873
- }
1874
- .icon-ear-muffs:before {
1875
- content: '\eae4';
1876
- }
1877
- .icon-ear:before {
1878
- content: '\eae5';
1879
- }
1880
- .icon-eclipse:before {
1881
- content: '\eae6';
1882
- }
1883
- .icon-edit:before {
1884
- content: '\eae7';
1885
- }
1886
- .icon-egg-fried:before {
1887
- content: '\eae8';
1888
- }
1889
- .icon-egg:before {
1890
- content: '\eae9';
1891
- }
1892
- .icon-eject:before {
1893
- content: '\eaea';
1894
- }
1895
- .icon-elephant:before {
1896
- content: '\eaeb';
1897
- }
1898
- .icon-ellipsis-h:before {
1899
- content: '\eaec';
1900
- }
1901
- .icon-ellipsis-v:before {
1902
- content: '\eaed';
1903
- }
1904
- .icon-empty-set:before {
1905
- content: '\eaee';
1906
- }
1907
- .icon-engine-warning:before {
1908
- content: '\eaef';
1909
- }
1910
- .icon-envelope-open-dollar:before {
1911
- content: '\eaf0';
1912
- }
1913
- .icon-envelope-open-text:before {
1914
- content: '\eaf1';
1915
- }
1916
- .icon-envelope-open:before {
1917
- content: '\eaf2';
1918
- }
1919
- .icon-envelope-square:before {
1920
- content: '\eaf3';
1921
- }
1922
- .icon-envelope:before {
1923
- content: '\eaf4';
1924
- }
1925
- .icon-equals:before {
1926
- content: '\eaf5';
1927
- }
1928
- .icon-eraser:before {
1929
- content: '\eaf6';
1930
- }
1931
- .icon-ethernet:before {
1932
- content: '\eaf7';
1933
- }
1934
- .icon-euro-sign:before {
1935
- content: '\eaf8';
1936
- }
1937
- .icon-exchange:before {
1938
- content: '\eaf9';
1939
- }
1940
- .icon-exclamation-circle:before {
1941
- content: '\eafa';
1942
- }
1943
- .icon-exclamation-square:before {
1944
- content: '\eafb';
1945
- }
1946
- .icon-exclamation-triangle:before {
1947
- content: '\eafc';
1948
- }
1949
- .icon-exclamation:before {
1950
- content: '\eafd';
1951
- }
1952
- .icon-expand-alt:before {
1953
- content: '\eafe';
1954
- }
1955
- .icon-expand-arrows:before {
1956
- content: '\eaff';
1957
- }
1958
- .icon-expand-wide:before {
1959
- content: '\eb00';
1960
- }
1961
- .icon-expand:before {
1962
- content: '\eb01';
1963
- }
1964
- .icon-external-link-square:before {
1965
- content: '\eb02';
1966
- }
1967
- .icon-external-link:before {
1968
- content: '\eb03';
1969
- }
1970
- .icon-eye-dropper:before {
1971
- content: '\eb04';
1972
- }
1973
- .icon-eye-evil:before {
1974
- content: '\eb05';
1975
- }
1976
- .icon-eye-slash:before {
1977
- content: '\eb06';
1978
- }
1979
- .icon-eye:before {
1980
- content: '\eb07';
1981
- }
1982
- .icon-fan:before {
1983
- content: '\eb08';
1984
- }
1985
- .icon-farm:before {
1986
- content: '\eb09';
1987
- }
1988
- .icon-fast-backward:before {
1989
- content: '\eb0a';
1990
- }
1991
- .icon-fast-forward:before {
1992
- content: '\eb0b';
1993
- }
1994
- .icon-fax:before {
1995
- content: '\eb0c';
1996
- }
1997
- .icon-feather:before {
1998
- content: '\eb0d';
1999
- }
2000
- .icon-female:before {
2001
- content: '\eb0e';
2002
- }
2003
- .icon-field-hockey:before {
2004
- content: '\eb0f';
2005
- }
2006
- .icon-fighter-jet:before {
2007
- content: '\eb10';
2008
- }
2009
- .icon-file-alt:before {
2010
- content: '\eb11';
2011
- }
2012
- .icon-file-archive:before {
2013
- content: '\eb12';
2014
- }
2015
- .icon-file-audio:before {
2016
- content: '\eb13';
2017
- }
2018
- .icon-file-certificate:before {
2019
- content: '\eb14';
2020
- }
2021
- .icon-file-chart-line:before {
2022
- content: '\eb15';
2023
- }
2024
- .icon-file-chart-pie:before {
2025
- content: '\eb16';
2026
- }
2027
- .icon-file-check:before {
2028
- content: '\eb17';
2029
- }
2030
- .icon-file-code:before {
2031
- content: '\eb18';
2032
- }
2033
- .icon-file-contract:before {
2034
- content: '\eb19';
2035
- }
2036
- .icon-file-csv:before {
2037
- content: '\eb1a';
2038
- }
2039
- .icon-file-download:before {
2040
- content: '\eb1b';
2041
- }
2042
- .icon-file-edit:before {
2043
- content: '\eb1c';
2044
- }
2045
- .icon-file-excel:before {
2046
- content: '\eb1d';
2047
- }
2048
- .icon-file-exclamation:before {
2049
- content: '\eb1e';
2050
- }
2051
- .icon-file-export:before {
2052
- content: '\eb1f';
2053
- }
2054
- .icon-file-image:before {
2055
- content: '\eb20';
2056
- }
2057
- .icon-file-import:before {
2058
- content: '\eb21';
2059
- }
2060
- .icon-file-invoice-dollar:before {
2061
- content: '\eb22';
2062
- }
2063
- .icon-file-invoice:before {
2064
- content: '\eb23';
2065
- }
2066
- .icon-file-medical:before {
2067
- content: '\eb24';
2068
- }
2069
- .icon-file-minus:before {
2070
- content: '\eb25';
2071
- }
2072
- .icon-file-music:before {
2073
- content: '\eb26';
2074
- }
2075
- .icon-file-pdf:before {
2076
- content: '\eb27';
2077
- }
2078
- .icon-file-plus:before {
2079
- content: '\eb28';
2080
- }
2081
- .icon-file-powerpoint:before {
2082
- content: '\eb29';
2083
- }
2084
- .icon-file-prescription:before {
2085
- content: '\eb2a';
2086
- }
2087
- .icon-file-search:before {
2088
- content: '\eb2b';
2089
- }
2090
- .icon-file-signature:before {
2091
- content: '\eb2c';
2092
- }
2093
- .icon-file-spreadsheet:before {
2094
- content: '\eb2d';
2095
- }
2096
- .icon-file-times:before {
2097
- content: '\eb2e';
2098
- }
2099
- .icon-file-upload:before {
2100
- content: '\eb2f';
2101
- }
2102
- .icon-file-user:before {
2103
- content: '\eb30';
2104
- }
2105
- .icon-file-video:before {
2106
- content: '\eb31';
2107
- }
2108
- .icon-file-word:before {
2109
- content: '\eb32';
2110
- }
2111
- .icon-file:before {
2112
- content: '\eb33';
2113
- }
2114
- .icon-files-medical:before {
2115
- content: '\eb34';
2116
- }
2117
- .icon-fill-drip:before {
2118
- content: '\eb35';
2119
- }
2120
- .icon-fill:before {
2121
- content: '\eb36';
2122
- }
2123
- .icon-film-canister:before {
2124
- content: '\eb37';
2125
- }
2126
- .icon-film:before {
2127
- content: '\eb38';
2128
- }
2129
- .icon-filter:before {
2130
- content: '\eb39';
2131
- }
2132
- .icon-fingerprint:before {
2133
- content: '\eb3a';
2134
- }
2135
- .icon-fire-extinguisher:before {
2136
- content: '\eb3b';
2137
- }
2138
- .icon-fire-smoke:before {
2139
- content: '\eb3c';
2140
- }
2141
- .icon-fire:before {
2142
- content: '\eb3d';
2143
- }
2144
- .icon-fireplace:before {
2145
- content: '\eb3e';
2146
- }
2147
- .icon-first-aid:before {
2148
- content: '\eb3f';
2149
- }
2150
- .icon-fish-cooked:before {
2151
- content: '\eb40';
2152
- }
2153
- .icon-fish:before {
2154
- content: '\eb41';
2155
- }
2156
- .icon-fist-raised:before {
2157
- content: '\eb42';
2158
- }
2159
- .icon-flag-checkered:before {
2160
- content: '\eb43';
2161
- }
2162
- .icon-flag-usa:before {
2163
- content: '\eb44';
2164
- }
2165
- .icon-flag:before {
2166
- content: '\eb45';
2167
- }
2168
- .icon-flame:before {
2169
- content: '\eb46';
2170
- }
2171
- .icon-flashlight:before {
2172
- content: '\eb47';
2173
- }
2174
- .icon-flask-poison:before {
2175
- content: '\eb48';
2176
- }
2177
- .icon-flask-potion:before {
2178
- content: '\eb49';
2179
- }
2180
- .icon-flask:before {
2181
- content: '\eb4a';
2182
- }
2183
- .icon-flower-daffodil:before {
2184
- content: '\eb4b';
2185
- }
2186
- .icon-flower-tulip:before {
2187
- content: '\eb4c';
2188
- }
2189
- .icon-flower:before {
2190
- content: '\eb4d';
2191
- }
2192
- .icon-flushed:before {
2193
- content: '\eb4e';
2194
- }
2195
- .icon-flute:before {
2196
- content: '\eb4f';
2197
- }
2198
- .icon-flux-capacitor:before {
2199
- content: '\eb50';
2200
- }
2201
- .icon-fog:before {
2202
- content: '\eb51';
2203
- }
2204
- .icon-folder-minus:before {
2205
- content: '\eb52';
2206
- }
2207
- .icon-folder-open:before {
2208
- content: '\eb53';
2209
- }
2210
- .icon-folder-plus:before {
2211
- content: '\eb54';
2212
- }
2213
- .icon-folder-times:before {
2214
- content: '\eb55';
2215
- }
2216
- .icon-folder-tree:before {
2217
- content: '\eb56';
2218
- }
2219
- .icon-folder:before {
2220
- content: '\eb57';
2221
- }
2222
- .icon-folders:before {
2223
- content: '\eb58';
2224
- }
2225
- .icon-font-case:before {
2226
- content: '\eb59';
2227
- }
2228
- .icon-font:before {
2229
- content: '\eb5a';
2230
- }
2231
- .icon-football-ball:before {
2232
- content: '\eb5b';
2233
- }
2234
- .icon-football-helmet:before {
2235
- content: '\eb5c';
2236
- }
2237
- .icon-forklift:before {
2238
- content: '\eb5d';
2239
- }
2240
- .icon-forward:before {
2241
- content: '\eb5e';
2242
- }
2243
- .icon-fragile:before {
2244
- content: '\eb5f';
2245
- }
2246
- .icon-french-fries:before {
2247
- content: '\eb60';
2248
- }
2249
- .icon-frog:before {
2250
- content: '\eb61';
2251
- }
2252
- .icon-frosty-head:before {
2253
- content: '\eb62';
2254
- }
2255
- .icon-frown-open:before {
2256
- content: '\eb63';
2257
- }
2258
- .icon-frown:before {
2259
- content: '\eb64';
2260
- }
2261
- .icon-function:before {
2262
- content: '\eb65';
2263
- }
2264
- .icon-funnel-dollar:before {
2265
- content: '\eb66';
2266
- }
2267
- .icon-futbol:before {
2268
- content: '\eb67';
2269
- }
2270
- .icon-game-board:before {
2271
- content: '\eb68';
2272
- }
2273
- .icon-game-console-handheld:before {
2274
- content: '\eb69';
2275
- }
2276
- .icon-gamepad:before {
2277
- content: '\eb6a';
2278
- }
2279
- .icon-gas-pump-slash:before {
2280
- content: '\eb6b';
2281
- }
2282
- .icon-gas-pump:before {
2283
- content: '\eb6c';
2284
- }
2285
- .icon-gavel:before {
2286
- content: '\eb6d';
2287
- }
2288
- .icon-gem:before {
2289
- content: '\eb6e';
2290
- }
2291
- .icon-genderless:before {
2292
- content: '\eb6f';
2293
- }
2294
- .icon-ghost:before {
2295
- content: '\eb70';
2296
- }
2297
- .icon-gift-card:before {
2298
- content: '\eb71';
2299
- }
2300
- .icon-gift:before {
2301
- content: '\eb72';
2302
- }
2303
- .icon-gifts:before {
2304
- content: '\eb73';
2305
- }
2306
- .icon-gingerbread-man:before {
2307
- content: '\eb74';
2308
- }
2309
- .icon-glass-champagne:before {
2310
- content: '\eb75';
2311
- }
2312
- .icon-glass-cheers:before {
2313
- content: '\eb76';
2314
- }
2315
- .icon-glass-citrus:before {
2316
- content: '\eb77';
2317
- }
2318
- .icon-glass-martini:before {
2319
- content: '\eb78';
2320
- }
2321
- .icon-glass-whiskey-rocks:before {
2322
- content: '\eb79';
2323
- }
2324
- .icon-glass-whiskey:before {
2325
- content: '\eb7a';
2326
- }
2327
- .icon-glass:before {
2328
- content: '\eb7b';
2329
- }
2330
- .icon-glasses:before {
2331
- content: '\eb7c';
2332
- }
2333
- .icon-globe-africa:before {
2334
- content: '\eb7d';
2335
- }
2336
- .icon-globe-americas:before {
2337
- content: '\eb7e';
2338
- }
2339
- .icon-globe-asia:before {
2340
- content: '\eb7f';
2341
- }
2342
- .icon-globe-europe:before {
2343
- content: '\eb80';
2344
- }
2345
- .icon-globe-snow:before {
2346
- content: '\eb81';
2347
- }
2348
- .icon-globe-stand:before {
2349
- content: '\eb82';
2350
- }
2351
- .icon-globe:before {
2352
- content: '\eb83';
2353
- }
2354
- .icon-golf-ball:before {
2355
- content: '\eb84';
2356
- }
2357
- .icon-golf-club:before {
2358
- content: '\eb85';
2359
- }
2360
- .icon-gopuram:before {
2361
- content: '\eb86';
2362
- }
2363
- .icon-graduation-cap:before {
2364
- content: '\eb87';
2365
- }
2366
- .icon-gramophone:before {
2367
- content: '\eb88';
2368
- }
2369
- .icon-greater-than-equal:before {
2370
- content: '\eb89';
2371
- }
2372
- .icon-greater-than:before {
2373
- content: '\eb8a';
2374
- }
2375
- .icon-grimace:before {
2376
- content: '\eb8b';
2377
- }
2378
- .icon-grin-beam-sweat:before {
2379
- content: '\eb8c';
2380
- }
2381
- .icon-grin-beam:before {
2382
- content: '\eb8d';
2383
- }
2384
- .icon-grin-hearts:before {
2385
- content: '\eb8e';
2386
- }
2387
- .icon-grin-squint-tears:before {
2388
- content: '\eb8f';
2389
- }
2390
- .icon-grin-squint:before {
2391
- content: '\eb90';
2392
- }
2393
- .icon-grin-stars:before {
2394
- content: '\eb91';
2395
- }
2396
- .icon-grin-tears:before {
2397
- content: '\eb92';
2398
- }
2399
- .icon-grin-tongue-squint:before {
2400
- content: '\eb93';
2401
- }
2402
- .icon-grin-tongue-wink:before {
2403
- content: '\eb94';
2404
- }
2405
- .icon-grin-tongue:before {
2406
- content: '\eb95';
2407
- }
2408
- .icon-grin-wink:before {
2409
- content: '\eb96';
2410
- }
2411
- .icon-grin:before {
2412
- content: '\eb97';
2413
- }
2414
- .icon-grip-horizontal:before {
2415
- content: '\eb98';
2416
- }
2417
- .icon-grip-lines-vertical:before {
2418
- content: '\eb99';
2419
- }
2420
- .icon-grip-lines:before {
2421
- content: '\eb9a';
2422
- }
2423
- .icon-grip-vertical:before {
2424
- content: '\eb9b';
2425
- }
2426
- .icon-guitar-electric:before {
2427
- content: '\eb9c';
2428
- }
2429
- .icon-guitar:before {
2430
- content: '\eb9d';
2431
- }
2432
- .icon-guitars:before {
2433
- content: '\eb9e';
2434
- }
2435
- .icon-h-square:before {
2436
- content: '\eb9f';
2437
- }
2438
- .icon-h1:before {
2439
- content: '\eba0';
2440
- }
2441
- .icon-h2:before {
2442
- content: '\eba1';
2443
- }
2444
- .icon-h3:before {
2445
- content: '\eba2';
2446
- }
2447
- .icon-h4:before {
2448
- content: '\eba3';
2449
- }
2450
- .icon-hamburger:before {
2451
- content: '\eba4';
2452
- }
2453
- .icon-hammer-war:before {
2454
- content: '\eba5';
2455
- }
2456
- .icon-hammer:before {
2457
- content: '\eba6';
2458
- }
2459
- .icon-hamsa:before {
2460
- content: '\eba7';
2461
- }
2462
- .icon-hand-heart:before {
2463
- content: '\eba8';
2464
- }
2465
- .icon-hand-holding-box:before {
2466
- content: '\eba9';
2467
- }
2468
- .icon-hand-holding-heart:before {
2469
- content: '\ebaa';
2470
- }
2471
- .icon-hand-holding-magic:before {
2472
- content: '\ebab';
2473
- }
2474
- .icon-hand-holding-seedling:before {
2475
- content: '\ebac';
2476
- }
2477
- .icon-hand-holding-usd:before {
2478
- content: '\ebad';
2479
- }
2480
- .icon-hand-holding-water:before {
2481
- content: '\ebae';
2482
- }
2483
- .icon-hand-holding:before {
2484
- content: '\ebaf';
2485
- }
2486
- .icon-hand-lizard:before {
2487
- content: '\ebb0';
2488
- }
2489
- .icon-hand-middle-finger:before {
2490
- content: '\ebb1';
2491
- }
2492
- .icon-hand-paper:before {
2493
- content: '\ebb2';
2494
- }
2495
- .icon-hand-peace:before {
2496
- content: '\ebb3';
2497
- }
2498
- .icon-hand-point-down:before {
2499
- content: '\ebb4';
2500
- }
2501
- .icon-hand-point-left:before {
2502
- content: '\ebb5';
2503
- }
2504
- .icon-hand-point-right:before {
2505
- content: '\ebb6';
2506
- }
2507
- .icon-hand-point-up:before {
2508
- content: '\ebb7';
2509
- }
2510
- .icon-hand-pointer:before {
2511
- content: '\ebb8';
2512
- }
2513
- .icon-hand-receiving:before {
2514
- content: '\ebb9';
2515
- }
2516
- .icon-hand-rock:before {
2517
- content: '\ebba';
2518
- }
2519
- .icon-hand-scissors:before {
2520
- content: '\ebbb';
2521
- }
2522
- .icon-hand-spock:before {
2523
- content: '\ebbc';
2524
- }
2525
- .icon-hands-heart:before {
2526
- content: '\ebbd';
2527
- }
2528
- .icon-hands-helping:before {
2529
- content: '\ebbe';
2530
- }
2531
- .icon-hands-usd:before {
2532
- content: '\ebbf';
2533
- }
2534
- .icon-hands:before {
2535
- content: '\ebc0';
2536
- }
2537
- .icon-handshake:before {
2538
- content: '\ebc1';
2539
- }
2540
- .icon-hanukiah:before {
2541
- content: '\ebc2';
2542
- }
2543
- .icon-hard-hat:before {
2544
- content: '\ebc3';
2545
- }
2546
- .icon-hashtag:before {
2547
- content: '\ebc4';
2548
- }
2549
- .icon-hat-chef:before {
2550
- content: '\ebc5';
2551
- }
2552
- .icon-hat-cowboy-side:before {
2553
- content: '\ebc6';
2554
- }
2555
- .icon-hat-cowboy:before {
2556
- content: '\ebc7';
2557
- }
2558
- .icon-hat-santa:before {
2559
- content: '\ebc8';
2560
- }
2561
- .icon-hat-winter:before {
2562
- content: '\ebc9';
2563
- }
2564
- .icon-hat-witch:before {
2565
- content: '\ebca';
2566
- }
2567
- .icon-hat-wizard:before {
2568
- content: '\ebcb';
2569
- }
2570
- .icon-haykal:before {
2571
- content: '\ebcc';
2572
- }
2573
- .icon-hdd:before {
2574
- content: '\ebcd';
2575
- }
2576
- .icon-head-side-brain:before {
2577
- content: '\ebce';
2578
- }
2579
- .icon-head-side-headphones:before {
2580
- content: '\ebcf';
2581
- }
2582
- .icon-head-side-medical:before {
2583
- content: '\ebd0';
2584
- }
2585
- .icon-head-side:before {
2586
- content: '\ebd1';
2587
- }
2588
- .icon-head-vr:before {
2589
- content: '\ebd2';
2590
- }
2591
- .icon-heading:before {
2592
- content: '\ebd3';
2593
- }
2594
- .icon-headphones:before {
2595
- content: '\ebd4';
2596
- }
2597
- .icon-headset:before {
2598
- content: '\ebd5';
2599
- }
2600
- .icon-heart-broken:before {
2601
- content: '\ebd6';
2602
- }
2603
- .icon-heart-circle:before {
2604
- content: '\ebd7';
2605
- }
2606
- .icon-heart-rate:before {
2607
- content: '\ebd8';
2608
- }
2609
- .icon-heart-square:before {
2610
- content: '\ebd9';
2611
- }
2612
- .icon-heart:before {
2613
- content: '\ebda';
2614
- }
2615
- .icon-heartbeat:before {
2616
- content: '\ebdb';
2617
- }
2618
- .icon-helicopter:before {
2619
- content: '\ebdc';
2620
- }
2621
- .icon-helmet-battle:before {
2622
- content: '\ebdd';
2623
- }
2624
- .icon-hexagon:before {
2625
- content: '\ebde';
2626
- }
2627
- .icon-highlighter:before {
2628
- content: '\ebdf';
2629
- }
2630
- .icon-hiking:before {
2631
- content: '\ebe0';
2632
- }
2633
- .icon-hippo:before {
2634
- content: '\ebe1';
2635
- }
2636
- .icon-history:before {
2637
- content: '\ebe2';
2638
- }
2639
- .icon-hockey-mask:before {
2640
- content: '\ebe3';
2641
- }
2642
- .icon-hockey-puck:before {
2643
- content: '\ebe4';
2644
- }
2645
- .icon-hockey-sticks:before {
2646
- content: '\ebe5';
2647
- }
2648
- .icon-holly-berry:before {
2649
- content: '\ebe6';
2650
- }
2651
- .icon-home-heart:before {
2652
- content: '\ebe7';
2653
- }
2654
- .icon-home-lg:before {
2655
- content: '\ebe8';
2656
- }
2657
- .icon-home:before {
2658
- content: '\ebe9';
2659
- }
2660
- .icon-hood-cloak:before {
2661
- content: '\ebea';
2662
- }
2663
- .icon-horizontal-rule:before {
2664
- content: '\ebeb';
2665
- }
2666
- .icon-horse-head:before {
2667
- content: '\ebec';
2668
- }
2669
- .icon-horse-saddle:before {
2670
- content: '\ebed';
2671
- }
2672
- .icon-horse:before {
2673
- content: '\ebee';
2674
- }
2675
- .icon-hospital-symbol:before {
2676
- content: '\ebef';
2677
- }
2678
- .icon-hospital-user:before {
2679
- content: '\ebf0';
2680
- }
2681
- .icon-hospital:before {
2682
- content: '\ebf1';
2683
- }
2684
- .icon-hospitals:before {
2685
- content: '\ebf2';
2686
- }
2687
- .icon-hot-tub:before {
2688
- content: '\ebf3';
2689
- }
2690
- .icon-hotdog:before {
2691
- content: '\ebf4';
2692
- }
2693
- .icon-hotel:before {
2694
- content: '\ebf5';
2695
- }
2696
- .icon-hourglass-end:before {
2697
- content: '\ebf6';
2698
- }
2699
- .icon-hourglass-half:before {
2700
- content: '\ebf7';
2701
- }
2702
- .icon-hourglass-start:before {
2703
- content: '\ebf8';
2704
- }
2705
- .icon-hourglass:before {
2706
- content: '\ebf9';
2707
- }
2708
- .icon-house-damage:before {
2709
- content: '\ebfa';
2710
- }
2711
- .icon-house-flood:before {
2712
- content: '\ebfb';
2713
- }
2714
- .icon-hryvnia:before {
2715
- content: '\ebfc';
2716
- }
2717
- .icon-humidity:before {
2718
- content: '\ebfd';
2719
- }
2720
- .icon-hurricane:before {
2721
- content: '\ebfe';
2722
- }
2723
- .icon-i-cursor:before {
2724
- content: '\ebff';
2725
- }
2726
- .icon-ice-cream:before {
2727
- content: '\ec00';
2728
- }
2729
- .icon-ice-skate:before {
2730
- content: '\ec01';
2731
- }
2732
- .icon-icicles:before {
2733
- content: '\ec02';
2734
- }
2735
- .icon-icons:before {
2736
- content: '\ec03';
2737
- }
2738
- .icon-id-badge:before {
2739
- content: '\ec04';
2740
- }
2741
- .icon-id-card:before {
2742
- content: '\ec05';
2743
- }
2744
- .icon-igloo:before {
2745
- content: '\ec06';
2746
- }
2747
- .icon-image-polaroid:before {
2748
- content: '\ec07';
2749
- }
2750
- .icon-image:before {
2751
- content: '\ec08';
2752
- }
2753
- .icon-images:before {
2754
- content: '\ec09';
2755
- }
2756
- .icon-inbox-in:before {
2757
- content: '\ec0a';
2758
- }
2759
- .icon-inbox-out:before {
2760
- content: '\ec0b';
2761
- }
2762
- .icon-inbox:before {
2763
- content: '\ec0c';
2764
- }
2765
- .icon-indent:before {
2766
- content: '\ec0d';
2767
- }
2768
- .icon-industry:before {
2769
- content: '\ec0e';
2770
- }
2771
- .icon-infinity:before {
2772
- content: '\ec0f';
2773
- }
2774
- .icon-info-circle:before {
2775
- content: '\ec10';
2776
- }
2777
- .icon-info-square:before {
2778
- content: '\ec11';
2779
- }
2780
- .icon-info:before {
2781
- content: '\ec12';
2782
- }
2783
- .icon-inhaler:before {
2784
- content: '\ec13';
2785
- }
2786
- .icon-integral:before {
2787
- content: '\ec14';
2788
- }
2789
- .icon-intersection:before {
2790
- content: '\ec15';
2791
- }
2792
- .icon-inventory:before {
2793
- content: '\ec16';
2794
- }
2795
- .icon-island-tropical:before {
2796
- content: '\ec17';
2797
- }
2798
- .icon-italic:before {
2799
- content: '\ec18';
2800
- }
2801
- .icon-jack-o-lantern:before {
2802
- content: '\ec19';
2803
- }
2804
- .icon-jedi:before {
2805
- content: '\ec1a';
2806
- }
2807
- .icon-joint:before {
2808
- content: '\ec1b';
2809
- }
2810
- .icon-journal-whills:before {
2811
- content: '\ec1c';
2812
- }
2813
- .icon-joystick:before {
2814
- content: '\ec1d';
2815
- }
2816
- .icon-jug:before {
2817
- content: '\ec1e';
2818
- }
2819
- .icon-kaaba:before {
2820
- content: '\ec1f';
2821
- }
2822
- .icon-kazoo:before {
2823
- content: '\ec20';
2824
- }
2825
- .icon-kerning:before {
2826
- content: '\ec21';
2827
- }
2828
- .icon-key-skeleton:before {
2829
- content: '\ec22';
2830
- }
2831
- .icon-key:before {
2832
- content: '\ec23';
2833
- }
2834
- .icon-keyboard:before {
2835
- content: '\ec24';
2836
- }
2837
- .icon-keynote:before {
2838
- content: '\ec25';
2839
- }
2840
- .icon-khanda:before {
2841
- content: '\ec26';
2842
- }
2843
- .icon-kidneys:before {
2844
- content: '\ec27';
2845
- }
2846
- .icon-kiss-beam:before {
2847
- content: '\ec28';
2848
- }
2849
- .icon-kiss-wink-heart:before {
2850
- content: '\ec29';
2851
- }
2852
- .icon-kiss:before {
2853
- content: '\ec2a';
2854
- }
2855
- .icon-kite:before {
2856
- content: '\ec2b';
2857
- }
2858
- .icon-kiwi-bird:before {
2859
- content: '\ec2c';
2860
- }
2861
- .icon-knife-kitchen:before {
2862
- content: '\ec2d';
2863
- }
2864
- .icon-lambda:before {
2865
- content: '\ec2e';
2866
- }
2867
- .icon-lamp:before {
2868
- content: '\ec2f';
2869
- }
2870
- .icon-landmark:before {
2871
- content: '\ec30';
2872
- }
2873
- .icon-language:before {
2874
- content: '\ec31';
2875
- }
2876
- .icon-laptop-code:before {
2877
- content: '\ec32';
2878
- }
2879
- .icon-laptop-medical:before {
2880
- content: '\ec33';
2881
- }
2882
- .icon-laptop:before {
2883
- content: '\ec34';
2884
- }
2885
- .icon-lasso:before {
2886
- content: '\ec35';
2887
- }
2888
- .icon-laugh-beam:before {
2889
- content: '\ec36';
2890
- }
2891
- .icon-laugh-squint:before {
2892
- content: '\ec37';
2893
- }
2894
- .icon-laugh-wink:before {
2895
- content: '\ec38';
2896
- }
2897
- .icon-laugh:before {
2898
- content: '\ec39';
2899
- }
2900
- .icon-layer-group:before {
2901
- content: '\ec3a';
2902
- }
2903
- .icon-layer-minus:before {
2904
- content: '\ec3b';
2905
- }
2906
- .icon-layer-plus:before {
2907
- content: '\ec3c';
2908
- }
2909
- .icon-leaf-heart:before {
2910
- content: '\ec3d';
2911
- }
2912
- .icon-leaf-maple:before {
2913
- content: '\ec3e';
2914
- }
2915
- .icon-leaf-oak:before {
2916
- content: '\ec3f';
2917
- }
2918
- .icon-leaf:before {
2919
- content: '\ec40';
2920
- }
2921
- .icon-lemon:before {
2922
- content: '\ec41';
2923
- }
2924
- .icon-less-than-equal:before {
2925
- content: '\ec42';
2926
- }
2927
- .icon-less-than:before {
2928
- content: '\ec43';
2929
- }
2930
- .icon-level-down:before {
2931
- content: '\ec44';
2932
- }
2933
- .icon-level-up:before {
2934
- content: '\ec45';
2935
- }
2936
- .icon-life-ring:before {
2937
- content: '\ec46';
2938
- }
2939
- .icon-lightbulb-dollar:before {
2940
- content: '\ec47';
2941
- }
2942
- .icon-lightbulb-exclamation:before {
2943
- content: '\ec48';
2944
- }
2945
- .icon-lightbulb-on:before {
2946
- content: '\ec49';
2947
- }
2948
- .icon-lightbulb-slash:before {
2949
- content: '\ec4a';
2950
- }
2951
- .icon-lightbulb:before {
2952
- content: '\ec4b';
2953
- }
2954
- .icon-lights-holiday:before {
2955
- content: '\ec4c';
2956
- }
2957
- .icon-line-columns:before {
2958
- content: '\ec4d';
2959
- }
2960
- .icon-line-height:before {
2961
- content: '\ec4e';
2962
- }
2963
- .icon-link:before {
2964
- content: '\ec4f';
2965
- }
2966
- .icon-lips:before {
2967
- content: '\ec50';
2968
- }
2969
- .icon-lira-sign:before {
2970
- content: '\ec51';
2971
- }
2972
- .icon-list-alt:before {
2973
- content: '\ec52';
2974
- }
2975
- .icon-list-music:before {
2976
- content: '\ec53';
2977
- }
2978
- .icon-list-ol:before {
2979
- content: '\ec54';
2980
- }
2981
- .icon-list-ul:before {
2982
- content: '\ec55';
2983
- }
2984
- .icon-list:before {
2985
- content: '\ec56';
2986
- }
2987
- .icon-location-arrow:before {
2988
- content: '\ec57';
2989
- }
2990
- .icon-location-circle:before {
2991
- content: '\ec58';
2992
- }
2993
- .icon-location-slash:before {
2994
- content: '\ec59';
2995
- }
2996
- .icon-location:before {
2997
- content: '\ec5a';
2998
- }
2999
- .icon-lock-alt:before {
3000
- content: '\ec5b';
3001
- }
3002
- .icon-lock-open-alt:before {
3003
- content: '\ec5c';
3004
- }
3005
- .icon-lock-open:before {
3006
- content: '\ec5d';
3007
- }
3008
- .icon-lock:before {
3009
- content: '\ec5e';
3010
- }
3011
- .icon-long-arrow-down:before {
3012
- content: '\ec5f';
3013
- }
3014
- .icon-long-arrow-left:before {
3015
- content: '\ec60';
3016
- }
3017
- .icon-long-arrow-right:before {
3018
- content: '\ec61';
3019
- }
3020
- .icon-long-arrow-up:before {
3021
- content: '\ec62';
3022
- }
3023
- .icon-loveseat:before {
3024
- content: '\ec63';
3025
- }
3026
- .icon-low-vision:before {
3027
- content: '\ec64';
3028
- }
3029
- .icon-luchador:before {
3030
- content: '\ec65';
3031
- }
3032
- .icon-luggage-cart:before {
3033
- content: '\ec66';
3034
- }
3035
- .icon-lungs:before {
3036
- content: '\ec67';
3037
- }
3038
- .icon-mace:before {
3039
- content: '\ec68';
3040
- }
3041
- .icon-magic:before {
3042
- content: '\ec69';
3043
- }
3044
- .icon-magnet:before {
3045
- content: '\ec6a';
3046
- }
3047
- .icon-mail-bulk:before {
3048
- content: '\ec6b';
3049
- }
3050
- .icon-mailbox:before {
3051
- content: '\ec6c';
3052
- }
3053
- .icon-male:before {
3054
- content: '\ec6d';
3055
- }
3056
- .icon-mandolin:before {
3057
- content: '\ec6e';
3058
- }
3059
- .icon-map-marked:before {
3060
- content: '\ec6f';
3061
- }
3062
- .icon-map-marker-alt-slash:before {
3063
- content: '\ec70';
3064
- }
3065
- .icon-map-marker-alt:before {
3066
- content: '\ec71';
3067
- }
3068
- .icon-map-marker-check:before {
3069
- content: '\ec72';
3070
- }
3071
- .icon-map-marker-edit:before {
3072
- content: '\ec73';
3073
- }
3074
- .icon-map-marker-exclamation:before {
3075
- content: '\ec74';
3076
- }
3077
- .icon-map-marker-minus:before {
3078
- content: '\ec75';
3079
- }
3080
- .icon-map-marker-plus:before {
3081
- content: '\ec76';
3082
- }
3083
- .icon-map-marker-question:before {
3084
- content: '\ec77';
3085
- }
3086
- .icon-map-marker-slash:before {
3087
- content: '\ec78';
3088
- }
3089
- .icon-map-marker-smile:before {
3090
- content: '\ec79';
3091
- }
3092
- .icon-map-marker-times:before {
3093
- content: '\ec7a';
3094
- }
3095
- .icon-map-marker:before {
3096
- content: '\ec7b';
3097
- }
3098
- .icon-map-pin:before {
3099
- content: '\ec7c';
3100
- }
3101
- .icon-map-signs:before {
3102
- content: '\ec7d';
3103
- }
3104
- .icon-map:before {
3105
- content: '\ec7e';
3106
- }
3107
- .icon-marker:before {
3108
- content: '\ec7f';
3109
- }
3110
- .icon-mars-double:before {
3111
- content: '\ec80';
3112
- }
3113
- .icon-mars-stroke-h:before {
3114
- content: '\ec81';
3115
- }
3116
- .icon-mars-stroke-v:before {
3117
- content: '\ec82';
3118
- }
3119
- .icon-mars-stroke:before {
3120
- content: '\ec83';
3121
- }
3122
- .icon-mars:before {
3123
- content: '\ec84';
3124
- }
3125
- .icon-mask:before {
3126
- content: '\ec85';
3127
- }
3128
- .icon-meat:before {
3129
- content: '\ec86';
3130
- }
3131
- .icon-medal:before {
3132
- content: '\ec87';
3133
- }
3134
- .icon-medkit:before {
3135
- content: '\ec88';
3136
- }
3137
- .icon-megaphone:before {
3138
- content: '\ec89';
3139
- }
3140
- .icon-meh-blank:before {
3141
- content: '\ec8a';
3142
- }
3143
- .icon-meh-rolling-eyes:before {
3144
- content: '\ec8b';
3145
- }
3146
- .icon-meh:before {
3147
- content: '\ec8c';
3148
- }
3149
- .icon-memory:before {
3150
- content: '\ec8d';
3151
- }
3152
- .icon-menorah:before {
3153
- content: '\ec8e';
3154
- }
3155
- .icon-mercury:before {
3156
- content: '\ec8f';
3157
- }
3158
- .icon-meteor:before {
3159
- content: '\ec90';
3160
- }
3161
- .icon-microchip:before {
3162
- content: '\ec91';
3163
- }
3164
- .icon-microphone-slash:before {
3165
- content: '\ec92';
3166
- }
3167
- .icon-microphone-stand:before {
3168
- content: '\ec93';
3169
- }
3170
- .icon-microphone:before {
3171
- content: '\ec94';
3172
- }
3173
- .icon-microscope:before {
3174
- content: '\ec95';
3175
- }
3176
- .icon-mind-share:before {
3177
- content: '\ec96';
3178
- }
3179
- .icon-minus-circle:before {
3180
- content: '\ec97';
3181
- }
3182
- .icon-minus-hexagon:before {
3183
- content: '\ec98';
3184
- }
3185
- .icon-minus-octagon:before {
3186
- content: '\ec99';
3187
- }
3188
- .icon-minus-square:before {
3189
- content: '\ec9a';
3190
- }
3191
- .icon-minus:before {
3192
- content: '\ec9b';
3193
- }
3194
- .icon-mistletoe:before {
3195
- content: '\ec9c';
3196
- }
3197
- .icon-mitten:before {
3198
- content: '\ec9d';
3199
- }
3200
- .icon-mobile-android:before {
3201
- content: '\ec9e';
3202
- }
3203
- .icon-mobile:before {
3204
- content: '\ec9f';
3205
- }
3206
- .icon-money-bill-wave:before {
3207
- content: '\eca0';
3208
- }
3209
- .icon-money-bill:before {
3210
- content: '\eca1';
3211
- }
3212
- .icon-money-check-alt:before {
3213
- content: '\eca2';
3214
- }
3215
- .icon-money-check-edit-alt:before {
3216
- content: '\eca3';
3217
- }
3218
- .icon-money-check-edit:before {
3219
- content: '\eca4';
3220
- }
3221
- .icon-money-check:before {
3222
- content: '\eca5';
3223
- }
3224
- .icon-monitor-heart-rate:before {
3225
- content: '\eca6';
3226
- }
3227
- .icon-monkey:before {
3228
- content: '\eca7';
3229
- }
3230
- .icon-monument:before {
3231
- content: '\eca8';
3232
- }
3233
- .icon-moon-cloud:before {
3234
- content: '\eca9';
3235
- }
3236
- .icon-moon-stars:before {
3237
- content: '\ecaa';
3238
- }
3239
- .icon-moon:before {
3240
- content: '\ecab';
3241
- }
3242
- .icon-mortar-pestle:before {
3243
- content: '\ecac';
3244
- }
3245
- .icon-mosque:before {
3246
- content: '\ecad';
3247
- }
3248
- .icon-motorcycle:before {
3249
- content: '\ecae';
3250
- }
3251
- .icon-mountain:before {
3252
- content: '\ecaf';
3253
- }
3254
- .icon-mountains:before {
3255
- content: '\ecb0';
3256
- }
3257
- .icon-mouse-pointer:before {
3258
- content: '\ecb1';
3259
- }
3260
- .icon-mouse:before {
3261
- content: '\ecb2';
3262
- }
3263
- .icon-mp3-player:before {
3264
- content: '\ecb3';
3265
- }
3266
- .icon-mug-hot:before {
3267
- content: '\ecb4';
3268
- }
3269
- .icon-mug-marshmallows:before {
3270
- content: '\ecb5';
3271
- }
3272
- .icon-mug-tea:before {
3273
- content: '\ecb6';
3274
- }
3275
- .icon-mug:before {
3276
- content: '\ecb7';
3277
- }
3278
- .icon-music-slash:before {
3279
- content: '\ecb8';
3280
- }
3281
- .icon-music:before {
3282
- content: '\ecb9';
3283
- }
3284
- .icon-narwhal:before {
3285
- content: '\ecba';
3286
- }
3287
- .icon-network-wired:before {
3288
- content: '\ecbb';
3289
- }
3290
- .icon-neuter:before {
3291
- content: '\ecbc';
3292
- }
3293
- .icon-newspaper:before {
3294
- content: '\ecbd';
3295
- }
3296
- .icon-not-equal:before {
3297
- content: '\ecbe';
3298
- }
3299
- .icon-notes-medical:before {
3300
- content: '\ecbf';
3301
- }
3302
- .icon-object-group:before {
3303
- content: '\ecc0';
3304
- }
3305
- .icon-object-ungroup:before {
3306
- content: '\ecc1';
3307
- }
3308
- .icon-octagon:before {
3309
- content: '\ecc2';
3310
- }
3311
- .icon-oil-can:before {
3312
- content: '\ecc3';
3313
- }
3314
- .icon-oil-temp:before {
3315
- content: '\ecc4';
3316
- }
3317
- .icon-om:before {
3318
- content: '\ecc5';
3319
- }
3320
- .icon-omega:before {
3321
- content: '\ecc6';
3322
- }
3323
- .icon-ornament:before {
3324
- content: '\ecc7';
3325
- }
3326
- .icon-otter:before {
3327
- content: '\ecc8';
3328
- }
3329
- .icon-outdent:before {
3330
- content: '\ecc9';
3331
- }
3332
- .icon-overline:before {
3333
- content: '\ecca';
3334
- }
3335
- .icon-page-break:before {
3336
- content: '\eccb';
3337
- }
3338
- .icon-pager:before {
3339
- content: '\eccc';
3340
- }
3341
- .icon-paint-brush:before {
3342
- content: '\eccd';
3343
- }
3344
- .icon-paint-roller:before {
3345
- content: '\ecce';
3346
- }
3347
- .icon-palette:before {
3348
- content: '\eccf';
3349
- }
3350
- .icon-pallet:before {
3351
- content: '\ecd0';
3352
- }
3353
- .icon-paper-plane:before {
3354
- content: '\ecd1';
3355
- }
3356
- .icon-paperclip:before {
3357
- content: '\ecd2';
3358
- }
3359
- .icon-parachute-box:before {
3360
- content: '\ecd3';
3361
- }
3362
- .icon-paragraph-rtl:before {
3363
- content: '\ecd4';
3364
- }
3365
- .icon-paragraph:before {
3366
- content: '\ecd5';
3367
- }
3368
- .icon-parking-circle-slash:before {
3369
- content: '\ecd6';
3370
- }
3371
- .icon-parking-circle:before {
3372
- content: '\ecd7';
3373
- }
3374
- .icon-parking-slash:before {
3375
- content: '\ecd8';
3376
- }
3377
- .icon-parking:before {
3378
- content: '\ecd9';
3379
- }
3380
- .icon-passport:before {
3381
- content: '\ecda';
3382
- }
3383
- .icon-pastafarianism:before {
3384
- content: '\ecdb';
3385
- }
3386
- .icon-paste:before {
3387
- content: '\ecdc';
3388
- }
3389
- .icon-pause-circle:before {
3390
- content: '\ecdd';
3391
- }
3392
- .icon-pause:before {
3393
- content: '\ecde';
3394
- }
3395
- .icon-paw-claws:before {
3396
- content: '\ecdf';
3397
- }
3398
- .icon-paw:before {
3399
- content: '\ece0';
3400
- }
3401
- .icon-peace:before {
3402
- content: '\ece1';
3403
- }
3404
- .icon-pegasus:before {
3405
- content: '\ece2';
3406
- }
3407
- .icon-pen-fancy:before {
3408
- content: '\ece3';
3409
- }
3410
- .icon-pen-nib:before {
3411
- content: '\ece4';
3412
- }
3413
- .icon-pen-square:before {
3414
- content: '\ece5';
3415
- }
3416
- .icon-pen:before {
3417
- content: '\ece6';
3418
- }
3419
- .icon-pencil-alt:before {
3420
- content: '\ece7';
3421
- }
3422
- .icon-pencil-paintbrush:before {
3423
- content: '\ece8';
3424
- }
3425
- .icon-pencil-ruler:before {
3426
- content: '\ece9';
3427
- }
3428
- .icon-pencil:before {
3429
- content: '\ecea';
3430
- }
3431
- .icon-pennant:before {
3432
- content: '\eceb';
3433
- }
3434
- .icon-people-carry:before {
3435
- content: '\ecec';
3436
- }
3437
- .icon-pepper-hot:before {
3438
- content: '\eced';
3439
- }
3440
- .icon-percent:before {
3441
- content: '\ecee';
3442
- }
3443
- .icon-percentage:before {
3444
- content: '\ecef';
3445
- }
3446
- .icon-person-booth:before {
3447
- content: '\ecf0';
3448
- }
3449
- .icon-person-carry:before {
3450
- content: '\ecf1';
3451
- }
3452
- .icon-person-dolly-empty:before {
3453
- content: '\ecf2';
3454
- }
3455
- .icon-person-dolly:before {
3456
- content: '\ecf3';
3457
- }
3458
- .icon-person-sign:before {
3459
- content: '\ecf4';
3460
- }
3461
- .icon-phone-laptop:before {
3462
- content: '\ecf5';
3463
- }
3464
- .icon-phone-office:before {
3465
- content: '\ecf6';
3466
- }
3467
- .icon-phone-plus:before {
3468
- content: '\ecf7';
3469
- }
3470
- .icon-phone-rotary:before {
3471
- content: '\ecf8';
3472
- }
3473
- .icon-phone-slash:before {
3474
- content: '\ecf9';
3475
- }
3476
- .icon-phone-square:before {
3477
- content: '\ecfa';
3478
- }
3479
- .icon-phone-volume:before {
3480
- content: '\ecfb';
3481
- }
3482
- .icon-phone:before {
3483
- content: '\ecfc';
3484
- }
3485
- .icon-photo-video:before {
3486
- content: '\ecfd';
3487
- }
3488
- .icon-pi:before {
3489
- content: '\ecfe';
3490
- }
3491
- .icon-piano-keyboard:before {
3492
- content: '\ecff';
3493
- }
3494
- .icon-piano:before {
3495
- content: '\ed00';
3496
- }
3497
- .icon-pie:before {
3498
- content: '\ed01';
3499
- }
3500
- .icon-pig:before {
3501
- content: '\ed02';
3502
- }
3503
- .icon-piggy-bank:before {
3504
- content: '\ed03';
3505
- }
3506
- .icon-pills:before {
3507
- content: '\ed04';
3508
- }
3509
- .icon-pizza-slice:before {
3510
- content: '\ed05';
3511
- }
3512
- .icon-pizza:before {
3513
- content: '\ed06';
3514
- }
3515
- .icon-place-of-worship:before {
3516
- content: '\ed07';
3517
- }
3518
- .icon-plane-arrival:before {
3519
- content: '\ed08';
3520
- }
3521
- .icon-plane-departure:before {
3522
- content: '\ed09';
3523
- }
3524
- .icon-plane:before {
3525
- content: '\ed0a';
3526
- }
3527
- .icon-play-circle:before {
3528
- content: '\ed0b';
3529
- }
3530
- .icon-play:before {
3531
- content: '\ed0c';
3532
- }
3533
- .icon-plug:before {
3534
- content: '\ed0d';
3535
- }
3536
- .icon-plus-circle:before {
3537
- content: '\ed0e';
3538
- }
3539
- .icon-plus-hexagon:before {
3540
- content: '\ed0f';
3541
- }
3542
- .icon-plus-octagon:before {
3543
- content: '\ed10';
3544
- }
3545
- .icon-plus-square:before {
3546
- content: '\ed11';
3547
- }
3548
- .icon-plus:before {
3549
- content: '\ed12';
3550
- }
3551
- .icon-podcast:before {
3552
- content: '\ed13';
3553
- }
3554
- .icon-podium-star:before {
3555
- content: '\ed14';
3556
- }
3557
- .icon-podium:before {
3558
- content: '\ed15';
3559
- }
3560
- .icon-poll-h:before {
3561
- content: '\ed16';
3562
- }
3563
- .icon-poll-people:before {
3564
- content: '\ed17';
3565
- }
3566
- .icon-poll:before {
3567
- content: '\ed18';
3568
- }
3569
- .icon-poo-storm:before {
3570
- content: '\ed19';
3571
- }
3572
- .icon-poo:before {
3573
- content: '\ed1a';
3574
- }
3575
- .icon-poop:before {
3576
- content: '\ed1b';
3577
- }
3578
- .icon-popcorn:before {
3579
- content: '\ed1c';
3580
- }
3581
- .icon-portrait:before {
3582
- content: '\ed1d';
3583
- }
3584
- .icon-pound-sign:before {
3585
- content: '\ed1e';
3586
- }
3587
- .icon-power-off:before {
3588
- content: '\ed1f';
3589
- }
3590
- .icon-pray:before {
3591
- content: '\ed20';
3592
- }
3593
- .icon-praying-hands:before {
3594
- content: '\ed21';
3595
- }
3596
- .icon-prescription-bottle:before {
3597
- content: '\ed22';
3598
- }
3599
- .icon-prescription:before {
3600
- content: '\ed23';
3601
- }
3602
- .icon-presentation:before {
3603
- content: '\ed24';
3604
- }
3605
- .icon-print-search:before {
3606
- content: '\ed25';
3607
- }
3608
- .icon-print-slash:before {
3609
- content: '\ed26';
3610
- }
3611
- .icon-print:before {
3612
- content: '\ed27';
3613
- }
3614
- .icon-procedures:before {
3615
- content: '\ed28';
3616
- }
3617
- .icon-project-diagram:before {
3618
- content: '\ed29';
3619
- }
3620
- .icon-projector:before {
3621
- content: '\ed2a';
3622
- }
3623
- .icon-pumpkin:before {
3624
- content: '\ed2b';
3625
- }
3626
- .icon-puzzle-piece:before {
3627
- content: '\ed2c';
3628
- }
3629
- .icon-qrcode:before {
3630
- content: '\ed2d';
3631
- }
3632
- .icon-question-circle:before {
3633
- content: '\ed2e';
3634
- }
3635
- .icon-question-square:before {
3636
- content: '\ed2f';
3637
- }
3638
- .icon-question:before {
3639
- content: '\ed30';
3640
- }
3641
- .icon-quidditch:before {
3642
- content: '\ed31';
3643
- }
3644
- .icon-quote-left:before {
3645
- content: '\ed32';
3646
- }
3647
- .icon-quote-right:before {
3648
- content: '\ed33';
3649
- }
3650
- .icon-quran:before {
3651
- content: '\ed34';
3652
- }
3653
- .icon-rabbit-fast:before {
3654
- content: '\ed35';
3655
- }
3656
- .icon-rabbit:before {
3657
- content: '\ed36';
3658
- }
3659
- .icon-racquet:before {
3660
- content: '\ed37';
3661
- }
3662
- .icon-radiation:before {
3663
- content: '\ed38';
3664
- }
3665
- .icon-radio:before {
3666
- content: '\ed39';
3667
- }
3668
- .icon-rainbow:before {
3669
- content: '\ed3a';
3670
- }
3671
- .icon-raindrops:before {
3672
- content: '\ed3b';
3673
- }
3674
- .icon-ram:before {
3675
- content: '\ed3c';
3676
- }
3677
- .icon-ramp-loading:before {
3678
- content: '\ed3d';
3679
- }
3680
- .icon-random:before {
3681
- content: '\ed3e';
3682
- }
3683
- .icon-receipt:before {
3684
- content: '\ed3f';
3685
- }
3686
- .icon-record-vinyl:before {
3687
- content: '\ed40';
3688
- }
3689
- .icon-rectangle-landscape:before {
3690
- content: '\ed41';
3691
- }
3692
- .icon-rectangle-portrait:before {
3693
- content: '\ed42';
3694
- }
3695
- .icon-rectangle-wide:before {
3696
- content: '\ed43';
3697
- }
3698
- .icon-recycle:before {
3699
- content: '\ed44';
3700
- }
3701
- .icon-redo:before {
3702
- content: '\ed45';
3703
- }
3704
- .icon-registered:before {
3705
- content: '\ed46';
3706
- }
3707
- .icon-remove-format:before {
3708
- content: '\ed47';
3709
- }
3710
- .icon-repeat-1:before {
3711
- content: '\ed48';
3712
- }
3713
- .icon-repeat:before {
3714
- content: '\ed49';
3715
- }
3716
- .icon-reply-all:before {
3717
- content: '\ed4a';
3718
- }
3719
- .icon-reply:before {
3720
- content: '\ed4b';
3721
- }
3722
- .icon-republican:before {
3723
- content: '\ed4c';
3724
- }
3725
- .icon-restroom:before {
3726
- content: '\ed4d';
3727
- }
3728
- .icon-retweet:before {
3729
- content: '\ed4e';
3730
- }
3731
- .icon-ribbon:before {
3732
- content: '\ed4f';
3733
- }
3734
- .icon-ring:before {
3735
- content: '\ed50';
3736
- }
3737
- .icon-rings-wedding:before {
3738
- content: '\ed51';
3739
- }
3740
- .icon-road:before {
3741
- content: '\ed52';
3742
- }
3743
- .icon-robot:before {
3744
- content: '\ed53';
3745
- }
3746
- .icon-rocket:before {
3747
- content: '\ed54';
3748
- }
3749
- .icon-route-highway:before {
3750
- content: '\ed55';
3751
- }
3752
- .icon-route-interstate:before {
3753
- content: '\ed56';
3754
- }
3755
- .icon-route:before {
3756
- content: '\ed57';
3757
- }
3758
- .icon-router:before {
3759
- content: '\ed58';
3760
- }
3761
- .icon-rss-square:before {
3762
- content: '\ed59';
3763
- }
3764
- .icon-rss:before {
3765
- content: '\ed5a';
3766
- }
3767
- .icon-ruble-sign:before {
3768
- content: '\ed5b';
3769
- }
3770
- .icon-ruler-combined:before {
3771
- content: '\ed5c';
3772
- }
3773
- .icon-ruler-horizontal:before {
3774
- content: '\ed5d';
3775
- }
3776
- .icon-ruler-triangle:before {
3777
- content: '\ed5e';
3778
- }
3779
- .icon-ruler-vertical:before {
3780
- content: '\ed5f';
3781
- }
3782
- .icon-ruler:before {
3783
- content: '\ed60';
3784
- }
3785
- .icon-running:before {
3786
- content: '\ed61';
3787
- }
3788
- .icon-rupee-sign:before {
3789
- content: '\ed62';
3790
- }
3791
- .icon-rv:before {
3792
- content: '\ed63';
3793
- }
3794
- .icon-sack-dollar:before {
3795
- content: '\ed64';
3796
- }
3797
- .icon-sack:before {
3798
- content: '\ed65';
3799
- }
3800
- .icon-sad-cry:before {
3801
- content: '\ed66';
3802
- }
3803
- .icon-sad-tear:before {
3804
- content: '\ed67';
3805
- }
3806
- .icon-salad:before {
3807
- content: '\ed68';
3808
- }
3809
- .icon-sandwich:before {
3810
- content: '\ed69';
3811
- }
3812
- .icon-satellite-dish:before {
3813
- content: '\ed6a';
3814
- }
3815
- .icon-satellite:before {
3816
- content: '\ed6b';
3817
- }
3818
- .icon-sausage:before {
3819
- content: '\ed6c';
3820
- }
3821
- .icon-save:before {
3822
- content: '\ed6d';
3823
- }
3824
- .icon-sax-hot:before {
3825
- content: '\ed6e';
3826
- }
3827
- .icon-saxophone:before {
3828
- content: '\ed6f';
3829
- }
3830
- .icon-scalpel-path:before {
3831
- content: '\ed70';
3832
- }
3833
- .icon-scalpel:before {
3834
- content: '\ed71';
3835
- }
3836
- .icon-scanner-image:before {
3837
- content: '\ed72';
3838
- }
3839
- .icon-scanner-keyboard:before {
3840
- content: '\ed73';
3841
- }
3842
- .icon-scanner-touchscreen:before {
3843
- content: '\ed74';
3844
- }
3845
- .icon-scanner:before {
3846
- content: '\ed75';
3847
- }
3848
- .icon-scarecrow:before {
3849
- content: '\ed76';
3850
- }
3851
- .icon-scarf:before {
3852
- content: '\ed77';
3853
- }
3854
- .icon-school:before {
3855
- content: '\ed78';
3856
- }
3857
- .icon-screwdriver:before {
3858
- content: '\ed79';
3859
- }
3860
- .icon-scroll-old:before {
3861
- content: '\ed7a';
3862
- }
3863
- .icon-scroll:before {
3864
- content: '\ed7b';
3865
- }
3866
- .icon-scrubber:before {
3867
- content: '\ed7c';
3868
- }
3869
- .icon-scythe:before {
3870
- content: '\ed7d';
3871
- }
3872
- .icon-sd-card:before {
3873
- content: '\ed7e';
3874
- }
3875
- .icon-search-dollar:before {
3876
- content: '\ed7f';
3877
- }
3878
- .icon-search-location:before {
3879
- content: '\ed80';
3880
- }
3881
- .icon-search-minus:before {
3882
- content: '\ed81';
3883
- }
3884
- .icon-search-plus:before {
3885
- content: '\ed82';
3886
- }
3887
- .icon-search:before {
3888
- content: '\ed83';
3889
- }
3890
- .icon-seedling:before {
3891
- content: '\ed84';
3892
- }
3893
- .icon-send-back:before {
3894
- content: '\ed85';
3895
- }
3896
- .icon-send-backward:before {
3897
- content: '\ed86';
3898
- }
3899
- .icon-server:before {
3900
- content: '\ed87';
3901
- }
3902
- .icon-shapes:before {
3903
- content: '\ed88';
3904
- }
3905
- .icon-share-all:before {
3906
- content: '\ed89';
3907
- }
3908
- .icon-share-square:before {
3909
- content: '\ed8a';
3910
- }
3911
- .icon-share:before {
3912
- content: '\ed8b';
3913
- }
3914
- .icon-sheep:before {
3915
- content: '\ed8c';
3916
- }
3917
- .icon-shekel-sign:before {
3918
- content: '\ed8d';
3919
- }
3920
- .icon-shield-check:before {
3921
- content: '\ed8e';
3922
- }
3923
- .icon-shield-cross:before {
3924
- content: '\ed8f';
3925
- }
3926
- .icon-shield:before {
3927
- content: '\ed90';
3928
- }
3929
- .icon-ship:before {
3930
- content: '\ed91';
3931
- }
3932
- .icon-shipping-fast:before {
3933
- content: '\ed92';
3934
- }
3935
- .icon-shipping-timed:before {
3936
- content: '\ed93';
3937
- }
3938
- .icon-shish-kebab:before {
3939
- content: '\ed94';
3940
- }
3941
- .icon-shoe-prints:before {
3942
- content: '\ed95';
3943
- }
3944
- .icon-shopping-bag:before {
3945
- content: '\ed96';
3946
- }
3947
- .icon-shopping-basket:before {
3948
- content: '\ed97';
3949
- }
3950
- .icon-shopping-cart:before {
3951
- content: '\ed98';
3952
- }
3953
- .icon-shovel-snow:before {
3954
- content: '\ed99';
3955
- }
3956
- .icon-shovel:before {
3957
- content: '\ed9a';
3958
- }
3959
- .icon-shower:before {
3960
- content: '\ed9b';
3961
- }
3962
- .icon-shredder:before {
3963
- content: '\ed9c';
3964
- }
3965
- .icon-shuttle-van:before {
3966
- content: '\ed9d';
3967
- }
3968
- .icon-shuttlecock:before {
3969
- content: '\ed9e';
3970
- }
3971
- .icon-sickle:before {
3972
- content: '\ed9f';
3973
- }
3974
- .icon-sigma:before {
3975
- content: '\eda0';
3976
- }
3977
- .icon-sign-in:before {
3978
- content: '\eda1';
3979
- }
3980
- .icon-sign-language:before {
3981
- content: '\eda2';
3982
- }
3983
- .icon-sign-out:before {
3984
- content: '\eda3';
3985
- }
3986
- .icon-sign:before {
3987
- content: '\eda4';
3988
- }
3989
- .icon-signal-1:before {
3990
- content: '\eda5';
3991
- }
3992
- .icon-signal-2:before {
3993
- content: '\eda6';
3994
- }
3995
- .icon-signal-3:before {
3996
- content: '\eda7';
3997
- }
3998
- .icon-signal-4:before {
3999
- content: '\eda8';
4000
- }
4001
- .icon-signal-slash:before {
4002
- content: '\eda9';
4003
- }
4004
- .icon-signal-stream:before {
4005
- content: '\edaa';
4006
- }
4007
- .icon-signal:before {
4008
- content: '\edab';
4009
- }
4010
- .icon-signature:before {
4011
- content: '\edac';
4012
- }
4013
- .icon-sim-card:before {
4014
- content: '\edad';
4015
- }
4016
- .icon-sitemap:before {
4017
- content: '\edae';
4018
- }
4019
- .icon-skating:before {
4020
- content: '\edaf';
4021
- }
4022
- .icon-skeleton:before {
4023
- content: '\edb0';
4024
- }
4025
- .icon-ski-jump:before {
4026
- content: '\edb1';
4027
- }
4028
- .icon-ski-lift:before {
4029
- content: '\edb2';
4030
- }
4031
- .icon-skiing-nordic:before {
4032
- content: '\edb3';
4033
- }
4034
- .icon-skiing:before {
4035
- content: '\edb4';
4036
- }
4037
- .icon-skull-cow:before {
4038
- content: '\edb5';
4039
- }
4040
- .icon-skull-crossbones:before {
4041
- content: '\edb6';
4042
- }
4043
- .icon-skull:before {
4044
- content: '\edb7';
4045
- }
4046
- .icon-slash:before {
4047
- content: '\edb8';
4048
- }
4049
- .icon-sledding:before {
4050
- content: '\edb9';
4051
- }
4052
- .icon-sleigh:before {
4053
- content: '\edba';
4054
- }
4055
- .icon-sliders-h-square:before {
4056
- content: '\edbb';
4057
- }
4058
- .icon-sliders-h:before {
4059
- content: '\edbc';
4060
- }
4061
- .icon-sliders-v-square:before {
4062
- content: '\edbd';
4063
- }
4064
- .icon-sliders-v:before {
4065
- content: '\edbe';
4066
- }
4067
- .icon-smile-beam:before {
4068
- content: '\edbf';
4069
- }
4070
- .icon-smile-plus:before {
4071
- content: '\edc0';
4072
- }
4073
- .icon-smile-wink:before {
4074
- content: '\edc1';
4075
- }
4076
- .icon-smile:before {
4077
- content: '\edc2';
4078
- }
4079
- .icon-smog:before {
4080
- content: '\edc3';
4081
- }
4082
- .icon-smoke:before {
4083
- content: '\edc4';
4084
- }
4085
- .icon-smoking-ban:before {
4086
- content: '\edc5';
4087
- }
4088
- .icon-smoking:before {
4089
- content: '\edc6';
4090
- }
4091
- .icon-sms:before {
4092
- content: '\edc7';
4093
- }
4094
- .icon-snake:before {
4095
- content: '\edc8';
4096
- }
4097
- .icon-snooze:before {
4098
- content: '\edc9';
4099
- }
4100
- .icon-snow-blowing:before {
4101
- content: '\edca';
4102
- }
4103
- .icon-snowboarding:before {
4104
- content: '\edcb';
4105
- }
4106
- .icon-snowflake:before {
4107
- content: '\edcc';
4108
- }
4109
- .icon-snowflakes:before {
4110
- content: '\edcd';
4111
- }
4112
- .icon-snowman:before {
4113
- content: '\edce';
4114
- }
4115
- .icon-snowmobile:before {
4116
- content: '\edcf';
4117
- }
4118
- .icon-snowplow:before {
4119
- content: '\edd0';
4120
- }
4121
- .icon-socks:before {
4122
- content: '\edd1';
4123
- }
4124
- .icon-solar-panel:before {
4125
- content: '\edd2';
4126
- }
4127
- .icon-sort-alpha-down:before {
4128
- content: '\edd3';
4129
- }
4130
- .icon-sort-alpha-up:before {
4131
- content: '\edd4';
4132
- }
4133
- .icon-sort-amount-down:before {
4134
- content: '\edd5';
4135
- }
4136
- .icon-sort-amount-up:before {
4137
- content: '\edd6';
4138
- }
4139
- .icon-sort-down:before {
4140
- content: '\edd7';
4141
- }
4142
- .icon-sort-numeric-down:before {
4143
- content: '\edd8';
4144
- }
4145
- .icon-sort-numeric-up:before {
4146
- content: '\edd9';
4147
- }
4148
- .icon-sort-shapes-down:before {
4149
- content: '\edda';
4150
- }
4151
- .icon-sort-shapes-up:before {
4152
- content: '\eddb';
4153
- }
4154
- .icon-sort-size-down:before {
4155
- content: '\eddc';
4156
- }
4157
- .icon-sort-size-up:before {
4158
- content: '\eddd';
4159
- }
4160
- .icon-sort-up:before {
4161
- content: '\edde';
4162
- }
4163
- .icon-sort:before {
4164
- content: '\eddf';
4165
- }
4166
- .icon-soup:before {
4167
- content: '\ede0';
4168
- }
4169
- .icon-spa:before {
4170
- content: '\ede1';
4171
- }
4172
- .icon-space-shuttle:before {
4173
- content: '\ede2';
4174
- }
4175
- .icon-spade:before {
4176
- content: '\ede3';
4177
- }
4178
- .icon-sparkles:before {
4179
- content: '\ede4';
4180
- }
4181
- .icon-speaker:before {
4182
- content: '\ede5';
4183
- }
4184
- .icon-speakers:before {
4185
- content: '\ede6';
4186
- }
4187
- .icon-spell-check:before {
4188
- content: '\ede7';
4189
- }
4190
- .icon-spider-black-widow:before {
4191
- content: '\ede8';
4192
- }
4193
- .icon-spider-web:before {
4194
- content: '\ede9';
4195
- }
4196
- .icon-spider:before {
4197
- content: '\edea';
4198
- }
4199
- .icon-spinner-third:before {
4200
- content: '\edeb';
4201
- }
4202
- .icon-spinner:before {
4203
- content: '\edec';
4204
- }
4205
- .icon-splotch:before {
4206
- content: '\eded';
4207
- }
4208
- .icon-spray-can:before {
4209
- content: '\edee';
4210
- }
4211
- .icon-square-full:before {
4212
- content: '\edef';
4213
- }
4214
- .icon-square-root:before {
4215
- content: '\edf0';
4216
- }
4217
- .icon-square:before {
4218
- content: '\edf1';
4219
- }
4220
- .icon-squirrel:before {
4221
- content: '\edf2';
4222
- }
4223
- .icon-staff:before {
4224
- content: '\edf3';
4225
- }
4226
- .icon-stamp:before {
4227
- content: '\edf4';
4228
- }
4229
- .icon-star-and-crescent:before {
4230
- content: '\edf5';
4231
- }
4232
- .icon-star-christmas:before {
4233
- content: '\edf6';
4234
- }
4235
- .icon-star-exclamation:before {
4236
- content: '\edf7';
4237
- }
4238
- .icon-star-half-alt:before {
4239
- content: '\edf8';
4240
- }
4241
- .icon-star-half:before {
4242
- content: '\edf9';
4243
- }
4244
- .icon-star-of-david:before {
4245
- content: '\edfa';
4246
- }
4247
- .icon-star-of-life:before {
4248
- content: '\edfb';
4249
- }
4250
- .icon-star:before {
4251
- content: '\edfc';
4252
- }
4253
- .icon-stars:before {
4254
- content: '\edfd';
4255
- }
4256
- .icon-steak:before {
4257
- content: '\edfe';
4258
- }
4259
- .icon-steering-wheel:before {
4260
- content: '\edff';
4261
- }
4262
- .icon-step-backward:before {
4263
- content: '\ee00';
4264
- }
4265
- .icon-step-forward:before {
4266
- content: '\ee01';
4267
- }
4268
- .icon-stethoscope:before {
4269
- content: '\ee02';
4270
- }
4271
- .icon-sticky-note:before {
4272
- content: '\ee03';
4273
- }
4274
- .icon-stocking:before {
4275
- content: '\ee04';
4276
- }
4277
- .icon-stomach:before {
4278
- content: '\ee05';
4279
- }
4280
- .icon-stop-circle:before {
4281
- content: '\ee06';
4282
- }
4283
- .icon-stop:before {
4284
- content: '\ee07';
4285
- }
4286
- .icon-stopwatch:before {
4287
- content: '\ee08';
4288
- }
4289
- .icon-store:before {
4290
- content: '\ee09';
4291
- }
4292
- .icon-stream:before {
4293
- content: '\ee0a';
4294
- }
4295
- .icon-street-view:before {
4296
- content: '\ee0b';
4297
- }
4298
- .icon-stretcher:before {
4299
- content: '\ee0c';
4300
- }
4301
- .icon-strikethrough:before {
4302
- content: '\ee0d';
4303
- }
4304
- .icon-stroopwafel:before {
4305
- content: '\ee0e';
4306
- }
4307
- .icon-subscript:before {
4308
- content: '\ee0f';
4309
- }
4310
- .icon-subway:before {
4311
- content: '\ee10';
4312
- }
4313
- .icon-suitcase-rolling:before {
4314
- content: '\ee11';
4315
- }
4316
- .icon-suitcase:before {
4317
- content: '\ee12';
4318
- }
4319
- .icon-sun-cloud:before {
4320
- content: '\ee13';
4321
- }
4322
- .icon-sun-dust:before {
4323
- content: '\ee14';
4324
- }
4325
- .icon-sun-haze:before {
4326
- content: '\ee15';
4327
- }
4328
- .icon-sun:before {
4329
- content: '\ee16';
4330
- }
4331
- .icon-sunglasses:before {
4332
- content: '\ee17';
4333
- }
4334
- .icon-sunrise:before {
4335
- content: '\ee18';
4336
- }
4337
- .icon-sunset:before {
4338
- content: '\ee19';
4339
- }
4340
- .icon-superscript:before {
4341
- content: '\ee1a';
4342
- }
4343
- .icon-surprise:before {
4344
- content: '\ee1b';
4345
- }
4346
- .icon-swatchbook:before {
4347
- content: '\ee1c';
4348
- }
4349
- .icon-swimmer:before {
4350
- content: '\ee1d';
4351
- }
4352
- .icon-swimming-pool:before {
4353
- content: '\ee1e';
4354
- }
4355
- .icon-sword:before {
4356
- content: '\ee1f';
4357
- }
4358
- .icon-swords:before {
4359
- content: '\ee20';
4360
- }
4361
- .icon-synagogue:before {
4362
- content: '\ee21';
4363
- }
4364
- .icon-sync:before {
4365
- content: '\ee22';
4366
- }
4367
- .icon-syringe:before {
4368
- content: '\ee23';
4369
- }
4370
- .icon-table-tennis:before {
4371
- content: '\ee24';
4372
- }
4373
- .icon-table:before {
4374
- content: '\ee25';
4375
- }
4376
- .icon-tablet-android:before {
4377
- content: '\ee26';
4378
- }
4379
- .icon-tablet-rugged:before {
4380
- content: '\ee27';
4381
- }
4382
- .icon-tablet:before {
4383
- content: '\ee28';
4384
- }
4385
- .icon-tablets:before {
4386
- content: '\ee29';
4387
- }
4388
- .icon-tachometer-average:before {
4389
- content: '\ee2a';
4390
- }
4391
- .icon-tachometer-fast:before {
4392
- content: '\ee2b';
4393
- }
4394
- .icon-tachometer-fastest:before {
4395
- content: '\ee2c';
4396
- }
4397
- .icon-tachometer-slow:before {
4398
- content: '\ee2d';
4399
- }
4400
- .icon-tachometer-slowest:before {
4401
- content: '\ee2e';
4402
- }
4403
- .icon-tachometer:before {
4404
- content: '\ee2f';
4405
- }
4406
- .icon-taco:before {
4407
- content: '\ee30';
4408
- }
4409
- .icon-tag:before {
4410
- content: '\ee31';
4411
- }
4412
- .icon-tags:before {
4413
- content: '\ee32';
4414
- }
4415
- .icon-tally:before {
4416
- content: '\ee33';
4417
- }
4418
- .icon-tanakh:before {
4419
- content: '\ee34';
4420
- }
4421
- .icon-tape:before {
4422
- content: '\ee35';
4423
- }
4424
- .icon-tasks:before {
4425
- content: '\ee36';
4426
- }
4427
- .icon-taxi:before {
4428
- content: '\ee37';
4429
- }
4430
- .icon-teeth-open:before {
4431
- content: '\ee38';
4432
- }
4433
- .icon-teeth:before {
4434
- content: '\ee39';
4435
- }
4436
- .icon-temperature-frigid:before {
4437
- content: '\ee3a';
4438
- }
4439
- .icon-temperature-high:before {
4440
- content: '\ee3b';
4441
- }
4442
- .icon-temperature-hot:before {
4443
- content: '\ee3c';
4444
- }
4445
- .icon-temperature-low:before {
4446
- content: '\ee3d';
4447
- }
4448
- .icon-tenge:before {
4449
- content: '\ee3e';
4450
- }
4451
- .icon-tennis-ball:before {
4452
- content: '\ee3f';
4453
- }
4454
- .icon-terminal:before {
4455
- content: '\ee40';
4456
- }
4457
- .icon-text-height:before {
4458
- content: '\ee41';
4459
- }
4460
- .icon-text-size:before {
4461
- content: '\ee42';
4462
- }
4463
- .icon-text-width:before {
4464
- content: '\ee43';
4465
- }
4466
- .icon-text:before {
4467
- content: '\ee44';
4468
- }
4469
- .icon-th-large:before {
4470
- content: '\ee45';
4471
- }
4472
- .icon-th-list:before {
4473
- content: '\ee46';
4474
- }
4475
- .icon-th:before {
4476
- content: '\ee47';
4477
- }
4478
- .icon-theater-masks:before {
4479
- content: '\ee48';
4480
- }
4481
- .icon-thermometer-empty:before {
4482
- content: '\ee49';
4483
- }
4484
- .icon-thermometer-full:before {
4485
- content: '\ee4a';
4486
- }
4487
- .icon-thermometer-half:before {
4488
- content: '\ee4b';
4489
- }
4490
- .icon-thermometer-quarter:before {
4491
- content: '\ee4c';
4492
- }
4493
- .icon-thermometer-three-quarters:before {
4494
- content: '\ee4d';
4495
- }
4496
- .icon-thermometer:before {
4497
- content: '\ee4e';
4498
- }
4499
- .icon-theta:before {
4500
- content: '\ee4f';
4501
- }
4502
- .icon-thumbs-down:before {
4503
- content: '\ee50';
4504
- }
4505
- .icon-thumbs-up:before {
4506
- content: '\ee51';
4507
- }
4508
- .icon-thumbtack:before {
4509
- content: '\ee52';
4510
- }
4511
- .icon-thunderstorm-moon:before {
4512
- content: '\ee53';
4513
- }
4514
- .icon-thunderstorm-sun:before {
4515
- content: '\ee54';
4516
- }
4517
- .icon-thunderstorm:before {
4518
- content: '\ee55';
4519
- }
4520
- .icon-ticket:before {
4521
- content: '\ee56';
4522
- }
4523
- .icon-tilde:before {
4524
- content: '\ee57';
4525
- }
4526
- .icon-times-circle:before {
4527
- content: '\ee58';
4528
- }
4529
- .icon-times-hexagon:before {
4530
- content: '\ee59';
4531
- }
4532
- .icon-times-octagon:before {
4533
- content: '\ee5a';
4534
- }
4535
- .icon-times-square:before {
4536
- content: '\ee5b';
4537
- }
4538
- .icon-times:before {
4539
- content: '\ee5c';
4540
- }
4541
- .icon-tint-slash:before {
4542
- content: '\ee5d';
4543
- }
4544
- .icon-tint:before {
4545
- content: '\ee5e';
4546
- }
4547
- .icon-tire-flat:before {
4548
- content: '\ee5f';
4549
- }
4550
- .icon-tire-pressure-warning:before {
4551
- content: '\ee60';
4552
- }
4553
- .icon-tire-rugged:before {
4554
- content: '\ee61';
4555
- }
4556
- .icon-tire:before {
4557
- content: '\ee62';
4558
- }
4559
- .icon-tired:before {
4560
- content: '\ee63';
4561
- }
4562
- .icon-toggle-off:before {
4563
- content: '\ee64';
4564
- }
4565
- .icon-toggle-on:before {
4566
- content: '\ee65';
4567
- }
4568
- .icon-toilet-paper:before {
4569
- content: '\ee66';
4570
- }
4571
- .icon-toilet:before {
4572
- content: '\ee67';
4573
- }
4574
- .icon-tombstone:before {
4575
- content: '\ee68';
4576
- }
4577
- .icon-toolbox:before {
4578
- content: '\ee69';
4579
- }
4580
- .icon-tools:before {
4581
- content: '\ee6a';
4582
- }
4583
- .icon-tooth:before {
4584
- content: '\ee6b';
4585
- }
4586
- .icon-toothbrush:before {
4587
- content: '\ee6c';
4588
- }
4589
- .icon-torah:before {
4590
- content: '\ee6d';
4591
- }
4592
- .icon-torii-gate:before {
4593
- content: '\ee6e';
4594
- }
4595
- .icon-tornado:before {
4596
- content: '\ee6f';
4597
- }
4598
- .icon-tractor:before {
4599
- content: '\ee70';
4600
- }
4601
- .icon-trademark:before {
4602
- content: '\ee71';
4603
- }
4604
- .icon-traffic-cone:before {
4605
- content: '\ee72';
4606
- }
4607
- .icon-traffic-light-go:before {
4608
- content: '\ee73';
4609
- }
4610
- .icon-traffic-light-slow:before {
4611
- content: '\ee74';
4612
- }
4613
- .icon-traffic-light-stop:before {
4614
- content: '\ee75';
4615
- }
4616
- .icon-traffic-light:before {
4617
- content: '\ee76';
4618
- }
4619
- .icon-train:before {
4620
- content: '\ee77';
4621
- }
4622
- .icon-tram:before {
4623
- content: '\ee78';
4624
- }
4625
- .icon-transgender:before {
4626
- content: '\ee79';
4627
- }
4628
- .icon-trash-alt:before {
4629
- content: '\ee7a';
4630
- }
4631
- .icon-trash-restore:before {
4632
- content: '\ee7b';
4633
- }
4634
- .icon-trash-undo:before {
4635
- content: '\ee7c';
4636
- }
4637
- .icon-trash:before {
4638
- content: '\ee7d';
4639
- }
4640
- .icon-treasure-chest:before {
4641
- content: '\ee7e';
4642
- }
4643
- .icon-tree-christmas:before {
4644
- content: '\ee7f';
4645
- }
4646
- .icon-tree-decorated:before {
4647
- content: '\ee80';
4648
- }
4649
- .icon-tree-large:before {
4650
- content: '\ee81';
4651
- }
4652
- .icon-tree-palm:before {
4653
- content: '\ee82';
4654
- }
4655
- .icon-tree:before {
4656
- content: '\ee83';
4657
- }
4658
- .icon-trees:before {
4659
- content: '\ee84';
4660
- }
4661
- .icon-triangle-music:before {
4662
- content: '\ee85';
4663
- }
4664
- .icon-triangle:before {
4665
- content: '\ee86';
4666
- }
4667
- .icon-trophy:before {
4668
- content: '\ee87';
4669
- }
4670
- .icon-truck-container:before {
4671
- content: '\ee88';
4672
- }
4673
- .icon-truck-couch:before {
4674
- content: '\ee89';
4675
- }
4676
- .icon-truck-loading:before {
4677
- content: '\ee8a';
4678
- }
4679
- .icon-truck-monster:before {
4680
- content: '\ee8b';
4681
- }
4682
- .icon-truck-moving:before {
4683
- content: '\ee8c';
4684
- }
4685
- .icon-truck-pickup:before {
4686
- content: '\ee8d';
4687
- }
4688
- .icon-truck-plow:before {
4689
- content: '\ee8e';
4690
- }
4691
- .icon-truck-ramp:before {
4692
- content: '\ee8f';
4693
- }
4694
- .icon-truck:before {
4695
- content: '\ee90';
4696
- }
4697
- .icon-trumpet:before {
4698
- content: '\ee91';
4699
- }
4700
- .icon-tshirt:before {
4701
- content: '\ee92';
4702
- }
4703
- .icon-tty:before {
4704
- content: '\ee93';
4705
- }
4706
- .icon-turkey:before {
4707
- content: '\ee94';
4708
- }
4709
- .icon-turntable:before {
4710
- content: '\ee95';
4711
- }
4712
- .icon-turtle:before {
4713
- content: '\ee96';
4714
- }
4715
- .icon-tv-music:before {
4716
- content: '\ee97';
4717
- }
4718
- .icon-tv-retro:before {
4719
- content: '\ee98';
4720
- }
4721
- .icon-tv:before {
4722
- content: '\ee99';
4723
- }
4724
- .icon-typewriter:before {
4725
- content: '\ee9a';
4726
- }
4727
- .icon-umbrella-beach:before {
4728
- content: '\ee9b';
4729
- }
4730
- .icon-umbrella:before {
4731
- content: '\ee9c';
4732
- }
4733
- .icon-underline:before {
4734
- content: '\ee9d';
4735
- }
4736
- .icon-undo:before {
4737
- content: '\ee9e';
4738
- }
4739
- .icon-unicorn:before {
4740
- content: '\ee9f';
4741
- }
4742
- .icon-union:before {
4743
- content: '\eea0';
4744
- }
4745
- .icon-universal-access:before {
4746
- content: '\eea1';
4747
- }
4748
- .icon-university:before {
4749
- content: '\eea2';
4750
- }
4751
- .icon-unlink:before {
4752
- content: '\eea3';
4753
- }
4754
- .icon-unlock-alt:before {
4755
- content: '\eea4';
4756
- }
4757
- .icon-unlock:before {
4758
- content: '\eea5';
4759
- }
4760
- .icon-upload:before {
4761
- content: '\eea6';
4762
- }
4763
- .icon-usb-drive:before {
4764
- content: '\eea7';
4765
- }
4766
- .icon-usd-circle:before {
4767
- content: '\eea8';
4768
- }
4769
- .icon-usd-square:before {
4770
- content: '\eea9';
4771
- }
4772
- .icon-user-astronaut:before {
4773
- content: '\eeaa';
4774
- }
4775
- .icon-user-chart:before {
4776
- content: '\eeab';
4777
- }
4778
- .icon-user-check:before {
4779
- content: '\eeac';
4780
- }
4781
- .icon-user-circle:before {
4782
- content: '\eead';
4783
- }
4784
- .icon-user-clock:before {
4785
- content: '\eeae';
4786
- }
4787
- .icon-user-cog:before {
4788
- content: '\eeaf';
4789
- }
4790
- .icon-user-cowboy:before {
4791
- content: '\eeb0';
4792
- }
4793
- .icon-user-crown:before {
4794
- content: '\eeb1';
4795
- }
4796
- .icon-user-edit:before {
4797
- content: '\eeb2';
4798
- }
4799
- .icon-user-friends:before {
4800
- content: '\eeb3';
4801
- }
4802
- .icon-user-graduate:before {
4803
- content: '\eeb4';
4804
- }
4805
- .icon-user-hard-hat:before {
4806
- content: '\eeb5';
4807
- }
4808
- .icon-user-headset:before {
4809
- content: '\eeb6';
4810
- }
4811
- .icon-user-injured:before {
4812
- content: '\eeb7';
4813
- }
4814
- .icon-user-lock:before {
4815
- content: '\eeb8';
4816
- }
4817
- .icon-user-md-chat:before {
4818
- content: '\eeb9';
4819
- }
4820
- .icon-user-md:before {
4821
- content: '\eeba';
4822
- }
4823
- .icon-user-minus:before {
4824
- content: '\eebb';
4825
- }
4826
- .icon-user-music:before {
4827
- content: '\eebc';
4828
- }
4829
- .icon-user-ninja:before {
4830
- content: '\eebd';
4831
- }
4832
- .icon-user-nurse:before {
4833
- content: '\eebe';
4834
- }
4835
- .icon-user-plus:before {
4836
- content: '\eebf';
4837
- }
4838
- .icon-user-secret:before {
4839
- content: '\eec0';
4840
- }
4841
- .icon-user-shield:before {
4842
- content: '\eec1';
4843
- }
4844
- .icon-user-slash:before {
4845
- content: '\eec2';
4846
- }
4847
- .icon-user-tag:before {
4848
- content: '\eec3';
4849
- }
4850
- .icon-user-tie:before {
4851
- content: '\eec4';
4852
- }
4853
- .icon-user-times:before {
4854
- content: '\eec5';
4855
- }
4856
- .icon-user:before {
4857
- content: '\eec6';
4858
- }
4859
- .icon-users-class:before {
4860
- content: '\eec7';
4861
- }
4862
- .icon-users-cog:before {
4863
- content: '\eec8';
4864
- }
4865
- .icon-users-crown:before {
4866
- content: '\eec9';
4867
- }
4868
- .icon-users-medical:before {
4869
- content: '\eeca';
4870
- }
4871
- .icon-users:before {
4872
- content: '\eecb';
4873
- }
4874
- .icon-utensil-fork:before {
4875
- content: '\eecc';
4876
- }
4877
- .icon-utensil-knife:before {
4878
- content: '\eecd';
4879
- }
4880
- .icon-utensil-spoon:before {
4881
- content: '\eece';
4882
- }
4883
- .icon-utensils:before {
4884
- content: '\eecf';
4885
- }
4886
- .icon-value-absolute:before {
4887
- content: '\eed0';
4888
- }
4889
- .icon-vector-square:before {
4890
- content: '\eed1';
4891
- }
4892
- .icon-venus-double:before {
4893
- content: '\eed2';
4894
- }
4895
- .icon-venus-mars:before {
4896
- content: '\eed3';
4897
- }
4898
- .icon-venus:before {
4899
- content: '\eed4';
4900
- }
4901
- .icon-vhs:before {
4902
- content: '\eed5';
4903
- }
4904
- .icon-vial:before {
4905
- content: '\eed6';
4906
- }
4907
- .icon-vials:before {
4908
- content: '\eed7';
4909
- }
4910
- .icon-video-plus:before {
4911
- content: '\eed8';
4912
- }
4913
- .icon-video-slash:before {
4914
- content: '\eed9';
4915
- }
4916
- .icon-video:before {
4917
- content: '\eeda';
4918
- }
4919
- .icon-vihara:before {
4920
- content: '\eedb';
4921
- }
4922
- .icon-violin:before {
4923
- content: '\eedc';
4924
- }
4925
- .icon-voicemail:before {
4926
- content: '\eedd';
4927
- }
4928
- .icon-volcano:before {
4929
- content: '\eede';
4930
- }
4931
- .icon-volleyball-ball:before {
4932
- content: '\eedf';
4933
- }
4934
- .icon-volume-down:before {
4935
- content: '\eee0';
4936
- }
4937
- .icon-volume-mute:before {
4938
- content: '\eee1';
4939
- }
4940
- .icon-volume-off:before {
4941
- content: '\eee2';
4942
- }
4943
- .icon-volume-slash:before {
4944
- content: '\eee3';
4945
- }
4946
- .icon-volume-up:before {
4947
- content: '\eee4';
4948
- }
4949
- .icon-volume:before {
4950
- content: '\eee5';
4951
- }
4952
- .icon-vote-nay:before {
4953
- content: '\eee6';
4954
- }
4955
- .icon-vote-yea:before {
4956
- content: '\eee7';
4957
- }
4958
- .icon-vr-cardboard:before {
4959
- content: '\eee8';
4960
- }
4961
- .icon-wagon-covered:before {
4962
- content: '\eee9';
4963
- }
4964
- .icon-walker:before {
4965
- content: '\eeea';
4966
- }
4967
- .icon-walkie-talkie:before {
4968
- content: '\eeeb';
4969
- }
4970
- .icon-walking:before {
4971
- content: '\eeec';
4972
- }
4973
- .icon-wallet:before {
4974
- content: '\eeed';
4975
- }
4976
- .icon-wand-magic:before {
4977
- content: '\eeee';
4978
- }
4979
- .icon-wand:before {
4980
- content: '\eeef';
4981
- }
4982
- .icon-warehouse:before {
4983
- content: '\eef0';
4984
- }
4985
- .icon-washer:before {
4986
- content: '\eef1';
4987
- }
4988
- .icon-watch-calculator:before {
4989
- content: '\eef2';
4990
- }
4991
- .icon-watch-fitness:before {
4992
- content: '\eef3';
4993
- }
4994
- .icon-watch:before {
4995
- content: '\eef4';
4996
- }
4997
- .icon-water-lower:before {
4998
- content: '\eef5';
4999
- }
5000
- .icon-water-rise:before {
5001
- content: '\eef6';
5002
- }
5003
- .icon-water:before {
5004
- content: '\eef7';
5005
- }
5006
- .icon-wave-sine:before {
5007
- content: '\eef8';
5008
- }
5009
- .icon-wave-square:before {
5010
- content: '\eef9';
5011
- }
5012
- .icon-wave-triangle:before {
5013
- content: '\eefa';
5014
- }
5015
- .icon-waveform-path:before {
5016
- content: '\eefb';
5017
- }
5018
- .icon-waveform:before {
5019
- content: '\eefc';
5020
- }
5021
- .icon-webcam-slash:before {
5022
- content: '\eefd';
5023
- }
5024
- .icon-webcam:before {
5025
- content: '\eefe';
5026
- }
5027
- .icon-weight-hanging:before {
5028
- content: '\eeff';
5029
- }
5030
- .icon-weight:before {
5031
- content: '\ef00';
5032
- }
5033
- .icon-whale:before {
5034
- content: '\ef01';
5035
- }
5036
- .icon-wheat:before {
5037
- content: '\ef02';
5038
- }
5039
- .icon-wheelchair:before {
5040
- content: '\ef03';
5041
- }
5042
- .icon-whistle:before {
5043
- content: '\ef04';
5044
- }
5045
- .icon-wifi-1:before {
5046
- content: '\ef05';
5047
- }
5048
- .icon-wifi-2:before {
5049
- content: '\ef06';
5050
- }
5051
- .icon-wifi-slash:before {
5052
- content: '\ef07';
5053
- }
5054
- .icon-wifi:before {
5055
- content: '\ef08';
5056
- }
5057
- .icon-wind-turbine:before {
5058
- content: '\ef09';
5059
- }
5060
- .icon-wind-warning:before {
5061
- content: '\ef0a';
5062
- }
5063
- .icon-wind:before {
5064
- content: '\ef0b';
5065
- }
5066
- .icon-window-close:before {
5067
- content: '\ef0c';
5068
- }
5069
- .icon-window-maximize:before {
5070
- content: '\ef0d';
5071
- }
5072
- .icon-window-minimize:before {
5073
- content: '\ef0e';
5074
- }
5075
- .icon-window-restore:before {
5076
- content: '\ef0f';
5077
- }
5078
- .icon-window:before {
5079
- content: '\ef10';
5080
- }
5081
- .icon-windsock:before {
5082
- content: '\ef11';
5083
- }
5084
- .icon-wine-bottle:before {
5085
- content: '\ef12';
5086
- }
5087
- .icon-wine-glass:before {
5088
- content: '\ef13';
5089
- }
5090
- .icon-won-sign:before {
5091
- content: '\ef14';
5092
- }
5093
- .icon-wreath:before {
5094
- content: '\ef15';
5095
- }
5096
- .icon-wrench:before {
5097
- content: '\ef16';
5098
- }
5099
- .icon-x-ray:before {
5100
- content: '\ef17';
5101
- }
5102
- .icon-yen-sign:before {
5103
- content: '\ef18';
5104
- }
5105
- .icon-yin-yang:before {
5106
- content: '\ef19';
5107
- }