unicons.css 59 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058
  1. @font-face {
  2. font-family: 'unicons';
  3. src: url('../font/unicons.eot?42479262');
  4. src: url('../font/unicons.eot?42479262#iefix') format('embedded-opentype'),
  5. url('../font/unicons.woff2?42479262') format('woff2'),
  6. url('../font/unicons.woff?42479262') format('woff'),
  7. url('../font/unicons.ttf?42479262') format('truetype'),
  8. url('../font/unicons.svg?42479262#unicons') format('svg');
  9. font-weight: normal;
  10. font-style: normal;
  11. }
  12. /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  13. /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  14. /*
  15. @media screen and (-webkit-min-device-pixel-ratio:0) {
  16. @font-face {
  17. font-family: 'unicons';
  18. src: url('../font/unicons.svg?42479262#unicons') format('svg');
  19. }
  20. }
  21. */
  22. [class^="uil-"]:before, [class*=" uil-"]:before {
  23. font-family: "unicons";
  24. font-style: normal;
  25. font-weight: normal;
  26. speak: none;
  27. display: inline-block;
  28. text-decoration: inherit;
  29. width: 1em;
  30. margin-right: .2em;
  31. text-align: center;
  32. /* opacity: .8; */
  33. /* For safety - reset parent styles, that can break glyph codes*/
  34. font-variant: normal;
  35. text-transform: none;
  36. /* fix buttons height, for twitter bootstrap */
  37. line-height: 1em;
  38. /* Animation center compensation - margins should be symmetric */
  39. /* remove if not needed */
  40. margin-left: .2em;
  41. /* you can be more comfortable with increased icons size */
  42. /* font-size: 120%; */
  43. /* Font smoothing. That was taken from TWBS */
  44. -webkit-font-smoothing: antialiased;
  45. -moz-osx-font-smoothing: grayscale;
  46. /* Uncomment for 3D effect */
  47. /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  48. }
  49. .uil-abacus:before { content: '\e800'; } /* '' */
  50. .uil-accessible-icon-alt:before { content: '\e801'; } /* '' */
  51. .uil-adjust-alt:before { content: '\e802'; } /* '' */
  52. .uil-adjust-circle:before { content: '\e803'; } /* '' */
  53. .uil-adjust-half:before { content: '\e804'; } /* '' */
  54. .uil-adjust:before { content: '\e805'; } /* '' */
  55. .uil-airplay:before { content: '\e806'; } /* '' */
  56. .uil-align-alt:before { content: '\e807'; } /* '' */
  57. .uil-align-center-alt:before { content: '\e808'; } /* '' */
  58. .uil-align-center-h:before { content: '\e809'; } /* '' */
  59. .uil-align-center-justify:before { content: '\e80a'; } /* '' */
  60. .uil-align-center-v:before { content: '\e80b'; } /* '' */
  61. .uil-align-center:before { content: '\e80c'; } /* '' */
  62. .uil-align-justify:before { content: '\e80d'; } /* '' */
  63. .uil-align-left-justify:before { content: '\e80e'; } /* '' */
  64. .uil-align-left:before { content: '\e80f'; } /* '' */
  65. .uil-align-letter-right:before { content: '\e810'; } /* '' */
  66. .uil-align-right-justify:before { content: '\e811'; } /* '' */
  67. .uil-align-right:before { content: '\e812'; } /* '' */
  68. .uil-align:before { content: '\e813'; } /* '' */
  69. .uil-ambulance:before { content: '\e814'; } /* '' */
  70. .uil-analysis:before { content: '\e815'; } /* '' */
  71. .uil-analytics:before { content: '\e816'; } /* '' */
  72. .uil-anchor:before { content: '\e817'; } /* '' */
  73. .uil-android-phone-slash:before { content: '\e818'; } /* '' */
  74. .uil-angle-double-down:before { content: '\e819'; } /* '' */
  75. .uil-angle-double-left:before { content: '\e81a'; } /* '' */
  76. .uil-angle-double-right:before { content: '\e81b'; } /* '' */
  77. .uil-angle-double-up:before { content: '\e81c'; } /* '' */
  78. .uil-angle-down:before { content: '\e81d'; } /* '' */
  79. .uil-angle-left:before { content: '\e81e'; } /* '' */
  80. .uil-angle-right-b:before { content: '\e81f'; } /* '' */
  81. .uil-angle-right:before { content: '\e820'; } /* '' */
  82. .uil-angle-up:before { content: '\e821'; } /* '' */
  83. .uil-annoyed-alt:before { content: '\e822'; } /* '' */
  84. .uil-annoyed:before { content: '\e823'; } /* '' */
  85. .uil-apps:before { content: '\e824'; } /* '' */
  86. .uil-archive-alt:before { content: '\e825'; } /* '' */
  87. .uil-archive:before { content: '\e826'; } /* '' */
  88. .uil-arrow-break:before { content: '\e827'; } /* '' */
  89. .uil-arrow-circle-down:before { content: '\e828'; } /* '' */
  90. .uil-arrow-circle-left:before { content: '\e829'; } /* '' */
  91. .uil-arrow-circle-right:before { content: '\e82a'; } /* '' */
  92. .uil-arrow-circle-up:before { content: '\e82b'; } /* '' */
  93. .uil-arrow-compress-h:before { content: '\e82c'; } /* '' */
  94. .uil-arrow-down-left:before { content: '\e82d'; } /* '' */
  95. .uil-arrow-down-right:before { content: '\e82e'; } /* '' */
  96. .uil-arrow-down:before { content: '\e82f'; } /* '' */
  97. .uil-arrow-from-right:before { content: '\e830'; } /* '' */
  98. .uil-arrow-from-top:before { content: '\e831'; } /* '' */
  99. .uil-arrow-growth:before { content: '\e832'; } /* '' */
  100. .uil-arrow-left:before { content: '\e833'; } /* '' */
  101. .uil-arrow-random:before { content: '\e834'; } /* '' */
  102. .uil-arrow-resize-diagonal:before { content: '\e835'; } /* '' */
  103. .uil-arrow-right:before { content: '\e836'; } /* '' */
  104. .uil-arrow-to-bottom:before { content: '\e837'; } /* '' */
  105. .uil-arrow-to-right:before { content: '\e838'; } /* '' */
  106. .uil-arrow-up-left:before { content: '\e839'; } /* '' */
  107. .uil-arrow-up-right:before { content: '\e83a'; } /* '' */
  108. .uil-arrow-up:before { content: '\e83b'; } /* '' */
  109. .uil-arrows-h-alt:before { content: '\e83c'; } /* '' */
  110. .uil-arrows-h:before { content: '\e83d'; } /* '' */
  111. .uil-arrows-left-down:before { content: '\e83e'; } /* '' */
  112. .uil-arrows-maximize:before { content: '\e83f'; } /* '' */
  113. .uil-arrows-merge:before { content: '\e840'; } /* '' */
  114. .uil-arrows-resize-h:before { content: '\e841'; } /* '' */
  115. .uil-arrows-resize-v:before { content: '\e842'; } /* '' */
  116. .uil-arrows-resize:before { content: '\e843'; } /* '' */
  117. .uil-arrows-right-down:before { content: '\e844'; } /* '' */
  118. .uil-arrows-shrink-h:before { content: '\e845'; } /* '' */
  119. .uil-arrows-shrink-v:before { content: '\e846'; } /* '' */
  120. .uil-arrows-up-right:before { content: '\e847'; } /* '' */
  121. .uil-arrows-v-alt:before { content: '\e848'; } /* '' */
  122. .uil-arrows-v:before { content: '\e849'; } /* '' */
  123. .uil-at:before { content: '\e84a'; } /* '' */
  124. .uil-atm-card:before { content: '\e84b'; } /* '' */
  125. .uil-atom:before { content: '\e84c'; } /* '' */
  126. .uil-auto-flash:before { content: '\e84d'; } /* '' */
  127. .uil-award-alt:before { content: '\e84e'; } /* '' */
  128. .uil-award:before { content: '\e84f'; } /* '' */
  129. .uil-baby-carriage:before { content: '\e850'; } /* '' */
  130. .uil-backpack:before { content: '\e851'; } /* '' */
  131. .uil-backspace:before { content: '\e852'; } /* '' */
  132. .uil-backward:before { content: '\e853'; } /* '' */
  133. .uil-bag-alt:before { content: '\e854'; } /* '' */
  134. .uil-bag-slash:before { content: '\e855'; } /* '' */
  135. .uil-bag:before { content: '\e856'; } /* '' */
  136. .uil-ball:before { content: '\e857'; } /* '' */
  137. .uil-ban:before { content: '\e858'; } /* '' */
  138. .uil-bars:before { content: '\e859'; } /* '' */
  139. .uil-basketball-hoop:before { content: '\e85a'; } /* '' */
  140. .uil-basketball:before { content: '\e85b'; } /* '' */
  141. .uil-battery-bolt:before { content: '\e85c'; } /* '' */
  142. .uil-battery-empty:before { content: '\e85d'; } /* '' */
  143. .uil-bed-double:before { content: '\e85e'; } /* '' */
  144. .uil-bed:before { content: '\e85f'; } /* '' */
  145. .uil-bell-school:before { content: '\e860'; } /* '' */
  146. .uil-bell-slash:before { content: '\e861'; } /* '' */
  147. .uil-bill:before { content: '\e862'; } /* '' */
  148. .uil-bitcoin-circle:before { content: '\e863'; } /* '' */
  149. .uil-bitcoin:before { content: '\e864'; } /* '' */
  150. .uil-bluetooth-b:before { content: '\e865'; } /* '' */
  151. .uil-bolt-alt:before { content: '\e866'; } /* '' */
  152. .uil-bolt-slash:before { content: '\e867'; } /* '' */
  153. .uil-bolt:before { content: '\e868'; } /* '' */
  154. .uil-book-alt:before { content: '\e869'; } /* '' */
  155. .uil-book-medical:before { content: '\e86a'; } /* '' */
  156. .uil-book-open:before { content: '\e86b'; } /* '' */
  157. .uil-book-reader:before { content: '\e86c'; } /* '' */
  158. .uil-book:before { content: '\e86d'; } /* '' */
  159. .uil-bookmark-full:before { content: '\e86e'; } /* '' */
  160. .uil-bookmark:before { content: '\e86f'; } /* '' */
  161. .uil-books:before { content: '\e870'; } /* '' */
  162. .uil-boombox:before { content: '\e871'; } /* '' */
  163. .uil-border-alt:before { content: '\e872'; } /* '' */
  164. .uil-border-bottom:before { content: '\e873'; } /* '' */
  165. .uil-border-clear:before { content: '\e874'; } /* '' */
  166. .uil-border-horizontal:before { content: '\e875'; } /* '' */
  167. .uil-border-inner:before { content: '\e876'; } /* '' */
  168. .uil-border-left:before { content: '\e877'; } /* '' */
  169. .uil-border-out:before { content: '\e878'; } /* '' */
  170. .uil-border-right:before { content: '\e879'; } /* '' */
  171. .uil-border-top:before { content: '\e87a'; } /* '' */
  172. .uil-border-vertical:before { content: '\e87b'; } /* '' */
  173. .uil-box:before { content: '\e87c'; } /* '' */
  174. .uil-briefcase-alt:before { content: '\e87d'; } /* '' */
  175. .uil-briefcase:before { content: '\e87e'; } /* '' */
  176. .uil-bright:before { content: '\e87f'; } /* '' */
  177. .uil-brightness-empty:before { content: '\e880'; } /* '' */
  178. .uil-brightness-half:before { content: '\e881'; } /* '' */
  179. .uil-brightness-low:before { content: '\e882'; } /* '' */
  180. .uil-brightness-minus:before { content: '\e883'; } /* '' */
  181. .uil-brightness-plus:before { content: '\e884'; } /* '' */
  182. .uil-brightness:before { content: '\e885'; } /* '' */
  183. .uil-bring-bottom:before { content: '\e886'; } /* '' */
  184. .uil-bring-front:before { content: '\e887'; } /* '' */
  185. .uil-brush-alt:before { content: '\e888'; } /* '' */
  186. .uil-bug:before { content: '\e889'; } /* '' */
  187. .uil-building:before { content: '\e88a'; } /* '' */
  188. .uil-bullseye:before { content: '\e88b'; } /* '' */
  189. .uil-bus-alt:before { content: '\e88c'; } /* '' */
  190. .uil-bus-school:before { content: '\e88d'; } /* '' */
  191. .uil-bus:before { content: '\e88e'; } /* '' */
  192. .uil-calcualtor:before { content: '\e88f'; } /* '' */
  193. .uil-calculator-alt:before { content: '\e890'; } /* '' */
  194. .uil-calendar-alt:before { content: '\e891'; } /* '' */
  195. .uil-calendar-slash:before { content: '\e892'; } /* '' */
  196. .uil-calender:before { content: '\e893'; } /* '' */
  197. .uil-calling:before { content: '\e894'; } /* '' */
  198. .uil-camera-plus:before { content: '\e895'; } /* '' */
  199. .uil-camera-slash:before { content: '\e896'; } /* '' */
  200. .uil-camera:before { content: '\e897'; } /* '' */
  201. .uil-cancel:before { content: '\e898'; } /* '' */
  202. .uil-capsule:before { content: '\e899'; } /* '' */
  203. .uil-capture:before { content: '\e89a'; } /* '' */
  204. .uil-car-sideview:before { content: '\e89b'; } /* '' */
  205. .uil-car-slash:before { content: '\e89c'; } /* '' */
  206. .uil-car-wash:before { content: '\e89d'; } /* '' */
  207. .uil-car:before { content: '\e89e'; } /* '' */
  208. .uil-card-atm:before { content: '\e89f'; } /* '' */
  209. .uil-caret-right:before { content: '\e8a0'; } /* '' */
  210. .uil-cart:before { content: '\e8a1'; } /* '' */
  211. .uil-cell:before { content: '\e8a2'; } /* '' */
  212. .uil-celsius:before { content: '\e8a3'; } /* '' */
  213. .uil-chart-bar-alt:before { content: '\e8a4'; } /* '' */
  214. .uil-chart-bar:before { content: '\e8a5'; } /* '' */
  215. .uil-chart-down:before { content: '\e8a6'; } /* '' */
  216. .uil-chart-growth-alt:before { content: '\e8a7'; } /* '' */
  217. .uil-chart-growth:before { content: '\e8a8'; } /* '' */
  218. .uil-chart-line:before { content: '\e8a9'; } /* '' */
  219. .uil-chart-pie-alt:before { content: '\e8aa'; } /* '' */
  220. .uil-chart-pie:before { content: '\e8ab'; } /* '' */
  221. .uil-chart:before { content: '\e8ac'; } /* '' */
  222. .uil-chat-bubble-user:before { content: '\e8ad'; } /* '' */
  223. .uil-chat-info:before { content: '\e8ae'; } /* '' */
  224. .uil-chat:before { content: '\e8af'; } /* '' */
  225. .uil-check-circle:before { content: '\e8b0'; } /* '' */
  226. .uil-check-square:before { content: '\e8b1'; } /* '' */
  227. .uil-check:before { content: '\e8b2'; } /* '' */
  228. .uil-circle-layer:before { content: '\e8b3'; } /* '' */
  229. .uil-circle:before { content: '\e8b4'; } /* '' */
  230. .uil-circuit:before { content: '\e8b5'; } /* '' */
  231. .uil-clapper-board:before { content: '\e8b6'; } /* '' */
  232. .uil-clipboard-alt:before { content: '\e8b7'; } /* '' */
  233. .uil-clipboard-blank:before { content: '\e8b8'; } /* '' */
  234. .uil-clipboard-notes:before { content: '\e8b9'; } /* '' */
  235. .uil-clipboard:before { content: '\e8ba'; } /* '' */
  236. .uil-clock-eight:before { content: '\e8bb'; } /* '' */
  237. .uil-clock-five:before { content: '\e8bc'; } /* '' */
  238. .uil-clock-nine:before { content: '\e8bd'; } /* '' */
  239. .uil-clock-seven:before { content: '\e8be'; } /* '' */
  240. .uil-clock-ten:before { content: '\e8bf'; } /* '' */
  241. .uil-clock-three:before { content: '\e8c0'; } /* '' */
  242. .uil-clock-two:before { content: '\e8c1'; } /* '' */
  243. .uil-clock:before { content: '\e8c2'; } /* '' */
  244. .uil-closed-captioning:before { content: '\e8c3'; } /* '' */
  245. .uil-cloud-block:before { content: '\e8c4'; } /* '' */
  246. .uil-cloud-bookmark:before { content: '\e8c5'; } /* '' */
  247. .uil-cloud-check:before { content: '\e8c6'; } /* '' */
  248. .uil-cloud-computing:before { content: '\e8c7'; } /* '' */
  249. .uil-cloud-data-connection:before { content: '\e8c8'; } /* '' */
  250. .uil-cloud-database-tree:before { content: '\e8c9'; } /* '' */
  251. .uil-cloud-download:before { content: '\e8ca'; } /* '' */
  252. .uil-cloud-drizzle:before { content: '\e8cb'; } /* '' */
  253. .uil-cloud-exclamation:before { content: '\e8cc'; } /* '' */
  254. .uil-cloud-hail:before { content: '\e8cd'; } /* '' */
  255. .uil-cloud-heart:before { content: '\e8ce'; } /* '' */
  256. .uil-cloud-info:before { content: '\e8cf'; } /* '' */
  257. .uil-cloud-lock:before { content: '\e8d0'; } /* '' */
  258. .uil-cloud-meatball:before { content: '\e8d1'; } /* '' */
  259. .uil-cloud-moon-hail:before { content: '\e8d2'; } /* '' */
  260. .uil-cloud-moon-meatball:before { content: '\e8d3'; } /* '' */
  261. .uil-cloud-moon-rain:before { content: '\e8d4'; } /* '' */
  262. .uil-cloud-moon-showers:before { content: '\e8d5'; } /* '' */
  263. .uil-cloud-moon:before { content: '\e8d6'; } /* '' */
  264. .uil-cloud-question:before { content: '\e8d7'; } /* '' */
  265. .uil-cloud-rain-sun:before { content: '\e8d8'; } /* '' */
  266. .uil-cloud-rain:before { content: '\e8d9'; } /* '' */
  267. .uil-cloud-redo:before { content: '\e8da'; } /* '' */
  268. .uil-cloud-set:before { content: '\e8db'; } /* '' */
  269. .uil-cloud-share:before { content: '\e8dc'; } /* '' */
  270. .uil-cloud-shield:before { content: '\e8dd'; } /* '' */
  271. .uil-cloud-showers-alt:before { content: '\e8de'; } /* '' */
  272. .uil-cloud-showers-heavy:before { content: '\e8df'; } /* '' */
  273. .uil-cloud-showers:before { content: '\e8e0'; } /* '' */
  274. .uil-cloud-slash:before { content: '\e8e1'; } /* '' */
  275. .uil-cloud-sun-hail:before { content: '\e8e2'; } /* '' */
  276. .uil-cloud-sun-meatball:before { content: '\e8e3'; } /* '' */
  277. .uil-cloud-sun-rain-alt:before { content: '\e8e4'; } /* '' */
  278. .uil-cloud-sun-rain:before { content: '\e8e5'; } /* '' */
  279. .uil-cloud-sun-tear:before { content: '\e8e6'; } /* '' */
  280. .uil-cloud-sun:before { content: '\e8e7'; } /* '' */
  281. .uil-cloud-times:before { content: '\e8e8'; } /* '' */
  282. .uil-cloud-unlock:before { content: '\e8e9'; } /* '' */
  283. .uil-cloud-upload:before { content: '\e8ea'; } /* '' */
  284. .uil-cloud-wifi:before { content: '\e8eb'; } /* '' */
  285. .uil-cloud-wind:before { content: '\e8ec'; } /* '' */
  286. .uil-cloud:before { content: '\e8ed'; } /* '' */
  287. .uil-clouds:before { content: '\e8ee'; } /* '' */
  288. .uil-club:before { content: '\e8ef'; } /* '' */
  289. .uil-code:before { content: '\e8f0'; } /* '' */
  290. .uil-coffee:before { content: '\e8f1'; } /* '' */
  291. .uil-cog:before { content: '\e8f2'; } /* '' */
  292. .uil-coins:before { content: '\e8f3'; } /* '' */
  293. .uil-columns:before { content: '\e8f4'; } /* '' */
  294. .uil-comment-alt-block:before { content: '\e8f5'; } /* '' */
  295. .uil-comment-alt-chart-lines:before { content: '\e8f6'; } /* '' */
  296. .uil-comment-alt-check:before { content: '\e8f7'; } /* '' */
  297. .uil-comment-alt-dots:before { content: '\e8f8'; } /* '' */
  298. .uil-comment-alt-download:before { content: '\e8f9'; } /* '' */
  299. .uil-comment-alt-edit:before { content: '\e8fa'; } /* '' */
  300. .uil-comment-alt-exclamation:before { content: '\e8fb'; } /* '' */
  301. .uil-comment-alt-heart:before { content: '\e8fc'; } /* '' */
  302. .uil-comment-alt-image:before { content: '\e8fd'; } /* '' */
  303. .uil-comment-alt-info:before { content: '\e8fe'; } /* '' */
  304. .uil-comment-alt-lines:before { content: '\e8ff'; } /* '' */
  305. .uil-comment-alt-lock:before { content: '\e900'; } /* '' */
  306. .uil-comment-alt-medical:before { content: '\e901'; } /* '' */
  307. .uil-comment-alt-message:before { content: '\e902'; } /* '' */
  308. .uil-comment-alt-notes:before { content: '\e903'; } /* '' */
  309. .uil-comment-alt-plus:before { content: '\e904'; } /* '' */
  310. .uil-comment-alt-question:before { content: '\e905'; } /* '' */
  311. .uil-comment-alt-redo:before { content: '\e906'; } /* '' */
  312. .uil-comment-alt-search:before { content: '\e907'; } /* '' */
  313. .uil-comment-alt-share:before { content: '\e908'; } /* '' */
  314. .uil-comment-alt-shield:before { content: '\e909'; } /* '' */
  315. .uil-comment-alt-upload:before { content: '\e90a'; } /* '' */
  316. .uil-comment-alt-verify:before { content: '\e90b'; } /* '' */
  317. .uil-comment-alt:before { content: '\e90c'; } /* '' */
  318. .uil-comment-block:before { content: '\e90d'; } /* '' */
  319. .uil-comment-chart-line:before { content: '\e90e'; } /* '' */
  320. .uil-comment-check:before { content: '\e90f'; } /* '' */
  321. .uil-comment-dots:before { content: '\e910'; } /* '' */
  322. .uil-comment-download:before { content: '\e911'; } /* '' */
  323. .uil-comment-edit:before { content: '\e912'; } /* '' */
  324. .uil-comment-exclamation:before { content: '\e913'; } /* '' */
  325. .uil-comment-heart:before { content: '\e914'; } /* '' */
  326. .uil-comment-image:before { content: '\e915'; } /* '' */
  327. .uil-comment-info-alt:before { content: '\e916'; } /* '' */
  328. .uil-comment-info:before { content: '\e917'; } /* '' */
  329. .uil-comment-lines:before { content: '\e918'; } /* '' */
  330. .uil-comment-lock:before { content: '\e919'; } /* '' */
  331. .uil-comment-medical:before { content: '\e91a'; } /* '' */
  332. .uil-comment-message:before { content: '\e91b'; } /* '' */
  333. .uil-comment-notes:before { content: '\e91c'; } /* '' */
  334. .uil-comment-plus:before { content: '\e91d'; } /* '' */
  335. .uil-comment-question:before { content: '\e91e'; } /* '' */
  336. .uil-comment-redo:before { content: '\e91f'; } /* '' */
  337. .uil-comment-search:before { content: '\e920'; } /* '' */
  338. .uil-comment-share:before { content: '\e921'; } /* '' */
  339. .uil-comment-shield:before { content: '\e922'; } /* '' */
  340. .uil-comment-slash:before { content: '\e923'; } /* '' */
  341. .uil-comment-upload:before { content: '\e924'; } /* '' */
  342. .uil-comment-verify:before { content: '\e925'; } /* '' */
  343. .uil-comment:before { content: '\e926'; } /* '' */
  344. .uil-comments-alt:before { content: '\e927'; } /* '' */
  345. .uil-comments:before { content: '\e928'; } /* '' */
  346. .uil-commnet-alt-slash:before { content: '\e929'; } /* '' */
  347. .uil-compact-disc:before { content: '\e92a'; } /* '' */
  348. .uil-compass:before { content: '\e92b'; } /* '' */
  349. .uil-compress-alt-left:before { content: '\e92c'; } /* '' */
  350. .uil-compress-alt:before { content: '\e92d'; } /* '' */
  351. .uil-compress-arrows:before { content: '\e92e'; } /* '' */
  352. .uil-compress-lines:before { content: '\e92f'; } /* '' */
  353. .uil-compress-point:before { content: '\e930'; } /* '' */
  354. .uil-compress-v:before { content: '\e931'; } /* '' */
  355. .uil-compress:before { content: '\e932'; } /* '' */
  356. .uil-computer-mouse:before { content: '\e933'; } /* '' */
  357. .uil-confused:before { content: '\e934'; } /* '' */
  358. .uil-constructor:before { content: '\e935'; } /* '' */
  359. .uil-copy-alt:before { content: '\e936'; } /* '' */
  360. .uil-copy-landscape:before { content: '\e937'; } /* '' */
  361. .uil-copy:before { content: '\e938'; } /* '' */
  362. .uil-copyright:before { content: '\e939'; } /* '' */
  363. .uil-corner-down-left:before { content: '\e93a'; } /* '' */
  364. .uil-corner-down-right-alt:before { content: '\e93b'; } /* '' */
  365. .uil-corner-down-right:before { content: '\e93c'; } /* '' */
  366. .uil-corner-left-down:before { content: '\e93d'; } /* '' */
  367. .uil-corner-right-down:before { content: '\e93e'; } /* '' */
  368. .uil-corner-up-left-alt:before { content: '\e93f'; } /* '' */
  369. .uil-corner-up-left:before { content: '\e940'; } /* '' */
  370. .uil-corner-up-right-alt:before { content: '\e941'; } /* '' */
  371. .uil-corner-up-right:before { content: '\e942'; } /* '' */
  372. .uil-creative-commons-pd-alt:before { content: '\e943'; } /* '' */
  373. .uil-creative-commons-pd:before { content: '\e944'; } /* '' */
  374. .uil-crockery:before { content: '\e945'; } /* '' */
  375. .uil-crop-alt-rotate-left:before { content: '\e946'; } /* '' */
  376. .uil-crop-alt-rotate-right:before { content: '\e947'; } /* '' */
  377. .uil-crop-alt:before { content: '\e948'; } /* '' */
  378. .uil-crosshair-alt:before { content: '\e949'; } /* '' */
  379. .uil-crosshair:before { content: '\e94a'; } /* '' */
  380. .uil-crosshairs:before { content: '\e94b'; } /* '' */
  381. .uil-cube:before { content: '\e94c'; } /* '' */
  382. .uil-data-sharing:before { content: '\e94d'; } /* '' */
  383. .uil-database-alt:before { content: '\e94e'; } /* '' */
  384. .uil-database:before { content: '\e94f'; } /* '' */
  385. .uil-desert:before { content: '\e950'; } /* '' */
  386. .uil-desktop-alt-slash:before { content: '\e951'; } /* '' */
  387. .uil-desktop-alt:before { content: '\e952'; } /* '' */
  388. .uil-desktop-cloud-alt:before { content: '\e953'; } /* '' */
  389. .uil-desktop-slash:before { content: '\e954'; } /* '' */
  390. .uil-desktop:before { content: '\e955'; } /* '' */
  391. .uil-dialpad-alt:before { content: '\e956'; } /* '' */
  392. .uil-dialpad:before { content: '\e957'; } /* '' */
  393. .uil-diamond:before { content: '\e958'; } /* '' */
  394. .uil-diary-alt:before { content: '\e959'; } /* '' */
  395. .uil-diary:before { content: '\e95a'; } /* '' */
  396. .uil-dice-five:before { content: '\e95b'; } /* '' */
  397. .uil-dice-four:before { content: '\e95c'; } /* '' */
  398. .uil-dice-one:before { content: '\e95d'; } /* '' */
  399. .uil-dice-six:before { content: '\e95e'; } /* '' */
  400. .uil-dice-three:before { content: '\e95f'; } /* '' */
  401. .uil-dice-two:before { content: '\e960'; } /* '' */
  402. .uil-direction:before { content: '\e961'; } /* '' */
  403. .uil-directions:before { content: '\e962'; } /* '' */
  404. .uil-dizzy-meh:before { content: '\e963'; } /* '' */
  405. .uil-dna:before { content: '\e964'; } /* '' */
  406. .uil-document-layout-center:before { content: '\e965'; } /* '' */
  407. .uil-document-layout-left:before { content: '\e966'; } /* '' */
  408. .uil-document-layout-right:before { content: '\e967'; } /* '' */
  409. .uil-document:before { content: '\e968'; } /* '' */
  410. .uil-dollar-alt:before { content: '\e969'; } /* '' */
  411. .uil-dollar-sign-alt:before { content: '\e96a'; } /* '' */
  412. .uil-dollar-sign:before { content: '\e96b'; } /* '' */
  413. .uil-down-arrow:before { content: '\e96c'; } /* '' */
  414. .uil-download-alt:before { content: '\e96d'; } /* '' */
  415. .uil-dribbble:before { content: '\e96e'; } /* '' */
  416. .uil-drill:before { content: '\e96f'; } /* '' */
  417. .uil-dropbox:before { content: '\e970'; } /* '' */
  418. .uil-dumbbell:before { content: '\e971'; } /* '' */
  419. .uil-edit-alt:before { content: '\e972'; } /* '' */
  420. .uil-edit:before { content: '\e973'; } /* '' */
  421. .uil-ellipsis-h:before { content: '\e974'; } /* '' */
  422. .uil-ellipsis-v:before { content: '\e975'; } /* '' */
  423. .uil-emoji:before { content: '\e976'; } /* '' */
  424. .uil-enter:before { content: '\e977'; } /* '' */
  425. .uil-entry:before { content: '\e978'; } /* '' */
  426. .uil-envelope-add:before { content: '\e979'; } /* '' */
  427. .uil-envelope-alt:before { content: '\e97a'; } /* '' */
  428. .uil-envelope-block:before { content: '\e97b'; } /* '' */
  429. .uil-envelope-bookmark:before { content: '\e97c'; } /* '' */
  430. .uil-envelope-check:before { content: '\e97d'; } /* '' */
  431. .uil-envelope-download-alt:before { content: '\e97e'; } /* '' */
  432. .uil-envelope-download:before { content: '\e97f'; } /* '' */
  433. .uil-envelope-edit:before { content: '\e980'; } /* '' */
  434. .uil-envelope-exclamation:before { content: '\e981'; } /* '' */
  435. .uil-envelope-heart:before { content: '\e982'; } /* '' */
  436. .uil-envelope-info:before { content: '\e983'; } /* '' */
  437. .uil-envelope-lock:before { content: '\e984'; } /* '' */
  438. .uil-envelope-minus:before { content: '\e985'; } /* '' */
  439. .uil-envelope-open:before { content: '\e986'; } /* '' */
  440. .uil-envelope-question:before { content: '\e987'; } /* '' */
  441. .uil-envelope-receive:before { content: '\e988'; } /* '' */
  442. .uil-envelope-redo:before { content: '\e989'; } /* '' */
  443. .uil-envelope-search:before { content: '\e98a'; } /* '' */
  444. .uil-envelope-send:before { content: '\e98b'; } /* '' */
  445. .uil-envelope-share:before { content: '\e98c'; } /* '' */
  446. .uil-envelope-shield:before { content: '\e98d'; } /* '' */
  447. .uil-envelope-star:before { content: '\e98e'; } /* '' */
  448. .uil-envelope-times:before { content: '\e98f'; } /* '' */
  449. .uil-envelope-upload-alt:before { content: '\e990'; } /* '' */
  450. .uil-envelope-upload:before { content: '\e991'; } /* '' */
  451. .uil-envelope:before { content: '\e992'; } /* '' */
  452. .uil-envelopes:before { content: '\e993'; } /* '' */
  453. .uil-equal-circle:before { content: '\e994'; } /* '' */
  454. .uil-euro-circle:before { content: '\e995'; } /* '' */
  455. .uil-euro:before { content: '\e996'; } /* '' */
  456. .uil-exchange-alt:before { content: '\e997'; } /* '' */
  457. .uil-exchange:before { content: '\e998'; } /* '' */
  458. .uil-exclamation-circle:before { content: '\e999'; } /* '' */
  459. .uil-exclamation-octagon:before { content: '\e99a'; } /* '' */
  460. .uil-exclamation-triangle:before { content: '\e99b'; } /* '' */
  461. .uil-exclude:before { content: '\e99c'; } /* '' */
  462. .uil-exit:before { content: '\e99d'; } /* '' */
  463. .uil-expand-alt:before { content: '\e99e'; } /* '' */
  464. .uil-expand-arrows-alt:before { content: '\e99f'; } /* '' */
  465. .uil-expand-arrows:before { content: '\e9a0'; } /* '' */
  466. .uil-expand-from-corner:before { content: '\e9a1'; } /* '' */
  467. .uil-expand-left:before { content: '\e9a2'; } /* '' */
  468. .uil-export:before { content: '\e9a3'; } /* '' */
  469. .uil-exposure-alt:before { content: '\e9a4'; } /* '' */
  470. .uil-exposure-increase:before { content: '\e9a5'; } /* '' */
  471. .uil-external-link-alt:before { content: '\e9a6'; } /* '' */
  472. .uil-eye-slash:before { content: '\e9a7'; } /* '' */
  473. .uil-eye:before { content: '\e9a8'; } /* '' */
  474. .uil-facebook:before { content: '\e9a9'; } /* '' */
  475. .uil-fahrenheit:before { content: '\e9aa'; } /* '' */
  476. .uil-fast-mail-alt:before { content: '\e9ab'; } /* '' */
  477. .uil-fast-mail:before { content: '\e9ac'; } /* '' */
  478. .uil-favorite:before { content: '\e9ad'; } /* '' */
  479. .uil-feedback:before { content: '\e9ae'; } /* '' */
  480. .uil-file-alt:before { content: '\e9af'; } /* '' */
  481. .uil-file-blank:before { content: '\e9b0'; } /* '' */
  482. .uil-file-block-alt:before { content: '\e9b1'; } /* '' */
  483. .uil-file-bookmark-alt:before { content: '\e9b2'; } /* '' */
  484. .uil-file-check-alt:before { content: '\e9b3'; } /* '' */
  485. .uil-file-check:before { content: '\e9b4'; } /* '' */
  486. .uil-file-contract-dollar:before { content: '\e9b5'; } /* '' */
  487. .uil-file-copy-alt:before { content: '\e9b6'; } /* '' */
  488. .uil-file-download-alt:before { content: '\e9b7'; } /* '' */
  489. .uil-file-download:before { content: '\e9b8'; } /* '' */
  490. .uil-file-edit-alt:before { content: '\e9b9'; } /* '' */
  491. .uil-file-exclamation-alt:before { content: '\e9ba'; } /* '' */
  492. .uil-file-exclamation:before { content: '\e9bb'; } /* '' */
  493. .uil-file-heart:before { content: '\e9bc'; } /* '' */
  494. .uil-file-info-alt:before { content: '\e9bd'; } /* '' */
  495. .uil-file-landscape-alt:before { content: '\e9be'; } /* '' */
  496. .uil-file-landscape:before { content: '\e9bf'; } /* '' */
  497. .uil-file-lanscape-slash:before { content: '\e9c0'; } /* '' */
  498. .uil-file-lock-alt:before { content: '\e9c1'; } /* '' */
  499. .uil-file-medical-alt:before { content: '\e9c2'; } /* '' */
  500. .uil-file-medical:before { content: '\e9c3'; } /* '' */
  501. .uil-file-minus-alt:before { content: '\e9c4'; } /* '' */
  502. .uil-file-minus:before { content: '\e9c5'; } /* '' */
  503. .uil-file-network:before { content: '\e9c6'; } /* '' */
  504. .uil-file-plus-alt:before { content: '\e9c7'; } /* '' */
  505. .uil-file-plus:before { content: '\e9c8'; } /* '' */
  506. .uil-file-question-alt:before { content: '\e9c9'; } /* '' */
  507. .uil-file-question:before { content: '\e9ca'; } /* '' */
  508. .uil-file-redo-alt:before { content: '\e9cb'; } /* '' */
  509. .uil-file-search-alt:before { content: '\e9cc'; } /* '' */
  510. .uil-file-share-alt:before { content: '\e9cd'; } /* '' */
  511. .uil-file-shield-alt:before { content: '\e9ce'; } /* '' */
  512. .uil-file-slash:before { content: '\e9cf'; } /* '' */
  513. .uil-file-times-alt:before { content: '\e9d0'; } /* '' */
  514. .uil-file-times:before { content: '\e9d1'; } /* '' */
  515. .uil-file-upload-alt:before { content: '\e9d2'; } /* '' */
  516. .uil-file-upload:before { content: '\e9d3'; } /* '' */
  517. .uil-file:before { content: '\e9d4'; } /* '' */
  518. .uil-files-landscapes-alt:before { content: '\e9d5'; } /* '' */
  519. .uil-files-landscapes:before { content: '\e9d6'; } /* '' */
  520. .uil-film:before { content: '\e9d7'; } /* '' */
  521. .uil-filter-slash:before { content: '\e9d8'; } /* '' */
  522. .uil-filter:before { content: '\e9d9'; } /* '' */
  523. .uil-flask-potion:before { content: '\e9da'; } /* '' */
  524. .uil-flask:before { content: '\e9db'; } /* '' */
  525. .uil-flip-h-alt:before { content: '\e9dc'; } /* '' */
  526. .uil-flip-h:before { content: '\e9dd'; } /* '' */
  527. .uil-flip-v-alt:before { content: '\e9de'; } /* '' */
  528. .uil-flip-v:before { content: '\e9df'; } /* '' */
  529. .uil-flower:before { content: '\e9e0'; } /* '' */
  530. .uil-focus-add:before { content: '\e9e1'; } /* '' */
  531. .uil-focus-target:before { content: '\e9e2'; } /* '' */
  532. .uil-focus:before { content: '\e9e3'; } /* '' */
  533. .uil-folder-check:before { content: '\e9e4'; } /* '' */
  534. .uil-folder-download:before { content: '\e9e5'; } /* '' */
  535. .uil-folder-exclamation:before { content: '\e9e6'; } /* '' */
  536. .uil-folder-heart:before { content: '\e9e7'; } /* '' */
  537. .uil-folder-info:before { content: '\e9e8'; } /* '' */
  538. .uil-folder-lock:before { content: '\e9e9'; } /* '' */
  539. .uil-folder-medical:before { content: '\e9ea'; } /* '' */
  540. .uil-folder-minus:before { content: '\e9eb'; } /* '' */
  541. .uil-folder-network:before { content: '\e9ec'; } /* '' */
  542. .uil-folder-plus:before { content: '\e9ed'; } /* '' */
  543. .uil-folder-question:before { content: '\e9ee'; } /* '' */
  544. .uil-folder-slash:before { content: '\e9ef'; } /* '' */
  545. .uil-folder-times:before { content: '\e9f0'; } /* '' */
  546. .uil-folder-upload:before { content: '\e9f1'; } /* '' */
  547. .uil-folder:before { content: '\e9f2'; } /* '' */
  548. .uil-food:before { content: '\e9f3'; } /* '' */
  549. .uil-football-american:before { content: '\e9f4'; } /* '' */
  550. .uil-football-ball:before { content: '\e9f5'; } /* '' */
  551. .uil-football:before { content: '\e9f6'; } /* '' */
  552. .uil-forecastcloud-moon-tear:before { content: '\e9f7'; } /* '' */
  553. .uil-forwaded-call:before { content: '\e9f8'; } /* '' */
  554. .uil-forward:before { content: '\e9f9'; } /* '' */
  555. .uil-frown:before { content: '\e9fa'; } /* '' */
  556. .uil-game-structure:before { content: '\e9fb'; } /* '' */
  557. .uil-game:before { content: '\e9fc'; } /* '' */
  558. .uil-gift:before { content: '\e9fd'; } /* '' */
  559. .uil-glass-martini-alt-slash:before { content: '\e9fe'; } /* '' */
  560. .uil-glass-martini-alt:before { content: '\e9ff'; } /* '' */
  561. .uil-glass-martini:before { content: '\ea00'; } /* '' */
  562. .uil-glass-tea:before { content: '\ea01'; } /* '' */
  563. .uil-glass:before { content: '\ea02'; } /* '' */
  564. .uil-globe:before { content: '\ea03'; } /* '' */
  565. .uil-gold:before { content: '\ea04'; } /* '' */
  566. .uil-google-drive:before { content: '\ea05'; } /* '' */
  567. .uil-graduation-hat:before { content: '\ea06'; } /* '' */
  568. .uil-graph-bar:before { content: '\ea07'; } /* '' */
  569. .uil-grid:before { content: '\ea08'; } /* '' */
  570. .uil-grids:before { content: '\ea09'; } /* '' */
  571. .uil-grin-tongue-wink-alt:before { content: '\ea0a'; } /* '' */
  572. .uil-grin-tongue-wink:before { content: '\ea0b'; } /* '' */
  573. .uil-grin:before { content: '\ea0c'; } /* '' */
  574. .uil-grip-horizontal-line:before { content: '\ea0d'; } /* '' */
  575. .uil-hdd:before { content: '\ea0e'; } /* '' */
  576. .uil-headphones-alt:before { content: '\ea0f'; } /* '' */
  577. .uil-headphones:before { content: '\ea10'; } /* '' */
  578. .uil-heart-alt:before { content: '\ea11'; } /* '' */
  579. .uil-heart-medical:before { content: '\ea12'; } /* '' */
  580. .uil-heart-rate:before { content: '\ea13'; } /* '' */
  581. .uil-heart-sign:before { content: '\ea14'; } /* '' */
  582. .uil-heart:before { content: '\ea15'; } /* '' */
  583. .uil-heartbeat:before { content: '\ea16'; } /* '' */
  584. .uil-history-alt:before { content: '\ea17'; } /* '' */
  585. .uil-history:before { content: '\ea18'; } /* '' */
  586. .uil-home-alt:before { content: '\ea19'; } /* '' */
  587. .uil-home:before { content: '\ea1a'; } /* '' */
  588. .uil-horizontal-align-center:before { content: '\ea1b'; } /* '' */
  589. .uil-horizontal-align-left:before { content: '\ea1c'; } /* '' */
  590. .uil-horizontal-align-right:before { content: '\ea1d'; } /* '' */
  591. .uil-horizontal-distribution-center:before { content: '\ea1e'; } /* '' */
  592. .uil-horizontal-distribution-left:before { content: '\ea1f'; } /* '' */
  593. .uil-horizontal-distribution-right:before { content: '\ea20'; } /* '' */
  594. .uil-hunting:before { content: '\ea21'; } /* '' */
  595. .uil-image-alt-slash:before { content: '\ea22'; } /* '' */
  596. .uil-image-block:before { content: '\ea23'; } /* '' */
  597. .uil-image-broken:before { content: '\ea24'; } /* '' */
  598. .uil-image-check:before { content: '\ea25'; } /* '' */
  599. .uil-image-download:before { content: '\ea26'; } /* '' */
  600. .uil-image-edit:before { content: '\ea27'; } /* '' */
  601. .uil-image-lock:before { content: '\ea28'; } /* '' */
  602. .uil-image-minus:before { content: '\ea29'; } /* '' */
  603. .uil-image-plus:before { content: '\ea2a'; } /* '' */
  604. .uil-image-question:before { content: '\ea2b'; } /* '' */
  605. .uil-image-redo:before { content: '\ea2c'; } /* '' */
  606. .uil-image-resize-landscape:before { content: '\ea2d'; } /* '' */
  607. .uil-image-resize-square:before { content: '\ea2e'; } /* '' */
  608. .uil-image-search:before { content: '\ea2f'; } /* '' */
  609. .uil-image-share:before { content: '\ea30'; } /* '' */
  610. .uil-image-shield:before { content: '\ea31'; } /* '' */
  611. .uil-image-slash:before { content: '\ea32'; } /* '' */
  612. .uil-image-times:before { content: '\ea33'; } /* '' */
  613. .uil-image-upload:before { content: '\ea34'; } /* '' */
  614. .uil-image-v:before { content: '\ea35'; } /* '' */
  615. .uil-image:before { content: '\ea36'; } /* '' */
  616. .uil-images:before { content: '\ea37'; } /* '' */
  617. .uil-incoming-call:before { content: '\ea38'; } /* '' */
  618. .uil-info-circle:before { content: '\ea39'; } /* '' */
  619. .uil-instagram:before { content: '\ea3a'; } /* '' */
  620. .uil-invoice:before { content: '\ea3b'; } /* '' */
  621. .uil-jackhammer:before { content: '\ea3c'; } /* '' */
  622. .uil-kayak:before { content: '\ea3d'; } /* '' */
  623. .uil-key-skeleton-alt:before { content: '\ea3e'; } /* '' */
  624. .uil-key-skeleton:before { content: '\ea3f'; } /* '' */
  625. .uil-keyboard-alt:before { content: '\ea40'; } /* '' */
  626. .uil-keyboard-hide:before { content: '\ea41'; } /* '' */
  627. .uil-keyboard-show:before { content: '\ea42'; } /* '' */
  628. .uil-keyboard:before { content: '\ea43'; } /* '' */
  629. .uil-keyhole-circle:before { content: '\ea44'; } /* '' */
  630. .uil-keyhole-square-full:before { content: '\ea45'; } /* '' */
  631. .uil-keyhole-square:before { content: '\ea46'; } /* '' */
  632. .uil-kid:before { content: '\ea47'; } /* '' */
  633. .uil-label-alt:before { content: '\ea48'; } /* '' */
  634. .uil-label:before { content: '\ea49'; } /* '' */
  635. .uil-lamp:before { content: '\ea4a'; } /* '' */
  636. .uil-laptop-cloud:before { content: '\ea4b'; } /* '' */
  637. .uil-laptop:before { content: '\ea4c'; } /* '' */
  638. .uil-laughing:before { content: '\ea4d'; } /* '' */
  639. .uil-layer-group-slash:before { content: '\ea4e'; } /* '' */
  640. .uil-layer-group:before { content: '\ea4f'; } /* '' */
  641. .uil-layers-alt:before { content: '\ea50'; } /* '' */
  642. .uil-layers-slash:before { content: '\ea51'; } /* '' */
  643. .uil-layers:before { content: '\ea52'; } /* '' */
  644. .uil-left-arrow-from-left:before { content: '\ea53'; } /* '' */
  645. .uil-left-arrow-to-left:before { content: '\ea54'; } /* '' */
  646. .uil-left-indent-alt:before { content: '\ea55'; } /* '' */
  647. .uil-left-indent:before { content: '\ea56'; } /* '' */
  648. .uil-life-ring:before { content: '\ea57'; } /* '' */
  649. .uil-lightbulb-alt:before { content: '\ea58'; } /* '' */
  650. .uil-lightbulb:before { content: '\ea59'; } /* '' */
  651. .uil-line-alt:before { content: '\ea5a'; } /* '' */
  652. .uil-line-spacing:before { content: '\ea5b'; } /* '' */
  653. .uil-link-alt:before { content: '\ea5c'; } /* '' */
  654. .uil-link-broken:before { content: '\ea5d'; } /* '' */
  655. .uil-link-h:before { content: '\ea5e'; } /* '' */
  656. .uil-link:before { content: '\ea5f'; } /* '' */
  657. .uil-list-ui-alt:before { content: '\ea60'; } /* '' */
  658. .uil-list-ul:before { content: '\ea61'; } /* '' */
  659. .uil-location-arrow-alt:before { content: '\ea62'; } /* '' */
  660. .uil-location-arrow:before { content: '\ea63'; } /* '' */
  661. .uil-location-pin-alt:before { content: '\ea64'; } /* '' */
  662. .uil-location-point:before { content: '\ea65'; } /* '' */
  663. .uil-location:before { content: '\ea66'; } /* '' */
  664. .uil-lock-access:before { content: '\ea67'; } /* '' */
  665. .uil-lock-alt:before { content: '\ea68'; } /* '' */
  666. .uil-lock-open-alt:before { content: '\ea69'; } /* '' */
  667. .uil-lock-slash:before { content: '\ea6a'; } /* '' */
  668. .uil-lock:before { content: '\ea6b'; } /* '' */
  669. .uil-mailbox-alt:before { content: '\ea6c'; } /* '' */
  670. .uil-mailbox:before { content: '\ea6d'; } /* '' */
  671. .uil-map-marker-alt:before { content: '\ea6e'; } /* '' */
  672. .uil-map-marker-edit:before { content: '\ea6f'; } /* '' */
  673. .uil-map-marker-info:before { content: '\ea70'; } /* '' */
  674. .uil-map-marker-minus:before { content: '\ea71'; } /* '' */
  675. .uil-map-marker-plus:before { content: '\ea72'; } /* '' */
  676. .uil-map-marker-question:before { content: '\ea73'; } /* '' */
  677. .uil-map-marker-shield:before { content: '\ea74'; } /* '' */
  678. .uil-map-marker-slash:before { content: '\ea75'; } /* '' */
  679. .uil-map-marker:before { content: '\ea76'; } /* '' */
  680. .uil-map-pin-alt:before { content: '\ea77'; } /* '' */
  681. .uil-map-pin:before { content: '\ea78'; } /* '' */
  682. .uil-map:before { content: '\ea79'; } /* '' */
  683. .uil-mars:before { content: '\ea7a'; } /* '' */
  684. .uil-maximize-left:before { content: '\ea7b'; } /* '' */
  685. .uil-medal:before { content: '\ea7c'; } /* '' */
  686. .uil-medical-drip:before { content: '\ea7d'; } /* '' */
  687. .uil-medical-square-full:before { content: '\ea7e'; } /* '' */
  688. .uil-medical-square:before { content: '\ea7f'; } /* '' */
  689. .uil-medical:before { content: '\ea80'; } /* '' */
  690. .uil-medkit:before { content: '\ea81'; } /* '' */
  691. .uil-meeting-board:before { content: '\ea82'; } /* '' */
  692. .uil-meh-alt:before { content: '\ea83'; } /* '' */
  693. .uil-meh-closed-eye:before { content: '\ea84'; } /* '' */
  694. .uil-meh:before { content: '\ea85'; } /* '' */
  695. .uil-message:before { content: '\ea86'; } /* '' */
  696. .uil-microphone-slash:before { content: '\ea87'; } /* '' */
  697. .uil-microphone:before { content: '\ea88'; } /* '' */
  698. .uil-minus-circle:before { content: '\ea89'; } /* '' */
  699. .uil-minus-path:before { content: '\ea8a'; } /* '' */
  700. .uil-minus-square-full:before { content: '\ea8b'; } /* '' */
  701. .uil-minus-square:before { content: '\ea8c'; } /* '' */
  702. .uil-minus:before { content: '\ea8d'; } /* '' */
  703. .uil-missed-call:before { content: '\ea8e'; } /* '' */
  704. .uil-mobey-bill-slash:before { content: '\ea8f'; } /* '' */
  705. .uil-mobile-android-alt:before { content: '\ea90'; } /* '' */
  706. .uil-mobile-android:before { content: '\ea91'; } /* '' */
  707. .uil-mobile-vibrate:before { content: '\ea92'; } /* '' */
  708. .uil-modem:before { content: '\ea93'; } /* '' */
  709. .uil-money-bill-stack:before { content: '\ea94'; } /* '' */
  710. .uil-money-bill:before { content: '\ea95'; } /* '' */
  711. .uil-money-insert:before { content: '\ea96'; } /* '' */
  712. .uil-money-stack:before { content: '\ea97'; } /* '' */
  713. .uil-money-withdraw:before { content: '\ea98'; } /* '' */
  714. .uil-money-withdrawal:before { content: '\ea99'; } /* '' */
  715. .uil-moneybag-alt:before { content: '\ea9a'; } /* '' */
  716. .uil-moneybag:before { content: '\ea9b'; } /* '' */
  717. .uil-monitor-heart-rate:before { content: '\ea9c'; } /* '' */
  718. .uil-monitor:before { content: '\ea9d'; } /* '' */
  719. .uil-moon-eclipse:before { content: '\ea9e'; } /* '' */
  720. .uil-moon:before { content: '\ea9f'; } /* '' */
  721. .uil-moonset:before { content: '\eaa0'; } /* '' */
  722. .uil-mountains-sun:before { content: '\eaa1'; } /* '' */
  723. .uil-mountains:before { content: '\eaa2'; } /* '' */
  724. .uil-mouse-alt:before { content: '\eaa3'; } /* '' */
  725. .uil-mouse:before { content: '\eaa4'; } /* '' */
  726. .uil-multiply:before { content: '\eaa5'; } /* '' */
  727. .uil-music-note:before { content: '\eaa6'; } /* '' */
  728. .uil-music-tune-slash:before { content: '\eaa7'; } /* '' */
  729. .uil-music:before { content: '\eaa8'; } /* '' */
  730. .uil-n-a:before { content: '\eaa9'; } /* '' */
  731. .uil-navigator:before { content: '\eaaa'; } /* '' */
  732. .uil-nerd:before { content: '\eaab'; } /* '' */
  733. .uil-newspaper:before { content: '\eaac'; } /* '' */
  734. .uil-ninja:before { content: '\eaad'; } /* '' */
  735. .uil-no-entry:before { content: '\eaae'; } /* '' */
  736. .uil-notebooks:before { content: '\eaaf'; } /* '' */
  737. .uil-notes:before { content: '\eab0'; } /* '' */
  738. .uil-object-group:before { content: '\eab1'; } /* '' */
  739. .uil-object-ungroup:before { content: '\eab2'; } /* '' */
  740. .uil-octagon:before { content: '\eab3'; } /* '' */
  741. .uil-outgoing-call:before { content: '\eab4'; } /* '' */
  742. .uil-package:before { content: '\eab5'; } /* '' */
  743. .uil-padlock:before { content: '\eab6'; } /* '' */
  744. .uil-paint-tool:before { content: '\eab7'; } /* '' */
  745. .uil-panorama-h-alt:before { content: '\eab8'; } /* '' */
  746. .uil-panorama-h:before { content: '\eab9'; } /* '' */
  747. .uil-panorama-v:before { content: '\eaba'; } /* '' */
  748. .uil-paperclip:before { content: '\eabb'; } /* '' */
  749. .uil-paragraph:before { content: '\eabc'; } /* '' */
  750. .uil-parcel:before { content: '\eabd'; } /* '' */
  751. .uil-parking-square:before { content: '\eabe'; } /* '' */
  752. .uil-pathfinder-unite:before { content: '\eabf'; } /* '' */
  753. .uil-pathfinder:before { content: '\eac0'; } /* '' */
  754. .uil-pause-circle:before { content: '\eac1'; } /* '' */
  755. .uil-pause:before { content: '\eac2'; } /* '' */
  756. .uil-pen:before { content: '\eac3'; } /* '' */
  757. .uil-pentagon:before { content: '\eac4'; } /* '' */
  758. .uil-phone-alt:before { content: '\eac5'; } /* '' */
  759. .uil-phone-pause:before { content: '\eac6'; } /* '' */
  760. .uil-phone-slash:before { content: '\eac7'; } /* '' */
  761. .uil-phone-times:before { content: '\eac8'; } /* '' */
  762. .uil-phone-volume:before { content: '\eac9'; } /* '' */
  763. .uil-phone:before { content: '\eaca'; } /* '' */
  764. .uil-picture:before { content: '\eacb'; } /* '' */
  765. .uil-plane-arrival:before { content: '\eacc'; } /* '' */
  766. .uil-plane-departure:before { content: '\eacd'; } /* '' */
  767. .uil-plane-fly:before { content: '\eace'; } /* '' */
  768. .uil-plane:before { content: '\eacf'; } /* '' */
  769. .uil-play-circle:before { content: '\ead0'; } /* '' */
  770. .uil-play:before { content: '\ead1'; } /* '' */
  771. .uil-plug:before { content: '\ead2'; } /* '' */
  772. .uil-plus-circle:before { content: '\ead3'; } /* '' */
  773. .uil-plus-square:before { content: '\ead4'; } /* '' */
  774. .uil-plus:before { content: '\ead5'; } /* '' */
  775. .uil-podium:before { content: '\ead6'; } /* '' */
  776. .uil-polygon:before { content: '\ead7'; } /* '' */
  777. .uil-post-stamp:before { content: '\ead8'; } /* '' */
  778. .uil-postcard:before { content: '\ead9'; } /* '' */
  779. .uil-pound-circle:before { content: '\eada'; } /* '' */
  780. .uil-pound:before { content: '\eadb'; } /* '' */
  781. .uil-power:before { content: '\eadc'; } /* '' */
  782. .uil-prescription-bottle:before { content: '\eadd'; } /* '' */
  783. .uil-presentation-check:before { content: '\eade'; } /* '' */
  784. .uil-presentation-edit:before { content: '\eadf'; } /* '' */
  785. .uil-presentation-line:before { content: '\eae0'; } /* '' */
  786. .uil-presentation-lines-alt:before { content: '\eae1'; } /* '' */
  787. .uil-presentation-minus:before { content: '\eae2'; } /* '' */
  788. .uil-presentation-play:before { content: '\eae3'; } /* '' */
  789. .uil-presentation-plus:before { content: '\eae4'; } /* '' */
  790. .uil-presentation-times:before { content: '\eae5'; } /* '' */
  791. .uil-presentation:before { content: '\eae6'; } /* '' */
  792. .uil-previous:before { content: '\eae7'; } /* '' */
  793. .uil-pricetag-alt:before { content: '\eae8'; } /* '' */
  794. .uil-print-slash:before { content: '\eae9'; } /* '' */
  795. .uil-print:before { content: '\eaea'; } /* '' */
  796. .uil-processor:before { content: '\eaeb'; } /* '' */
  797. .uil-pump:before { content: '\eaec'; } /* '' */
  798. .uil-puzzle-piece:before { content: '\eaed'; } /* '' */
  799. .uil-question-circle:before { content: '\eaee'; } /* '' */
  800. .uil-rainbow:before { content: '\eaef'; } /* '' */
  801. .uil-raindrops-alt:before { content: '\eaf0'; } /* '' */
  802. .uil-raindrops:before { content: '\eaf1'; } /* '' */
  803. .uil-receipt-alt:before { content: '\eaf2'; } /* '' */
  804. .uil-receipt:before { content: '\eaf3'; } /* '' */
  805. .uil-record-audio:before { content: '\eaf4'; } /* '' */
  806. .uil-redo:before { content: '\eaf5'; } /* '' */
  807. .uil-refresh:before { content: '\eaf6'; } /* '' */
  808. .uil-registered:before { content: '\eaf7'; } /* '' */
  809. .uil-repeat:before { content: '\eaf8'; } /* '' */
  810. .uil-restaurant:before { content: '\eaf9'; } /* '' */
  811. .uil-right-indent-alt:before { content: '\eafa'; } /* '' */
  812. .uil-rope-way:before { content: '\eafb'; } /* '' */
  813. .uil-rotate-360:before { content: '\eafc'; } /* '' */
  814. .uil-rss-alt:before { content: '\eafd'; } /* '' */
  815. .uil-rss-interface:before { content: '\eafe'; } /* '' */
  816. .uil-rss:before { content: '\eaff'; } /* '' */
  817. .uil-ruler-combined:before { content: '\eb00'; } /* '' */
  818. .uil-ruler:before { content: '\eb01'; } /* '' */
  819. .uil-sad-cry:before { content: '\eb02'; } /* '' */
  820. .uil-sad-crying:before { content: '\eb03'; } /* '' */
  821. .uil-sad-dizzy:before { content: '\eb04'; } /* '' */
  822. .uil-sad-squint:before { content: '\eb05'; } /* '' */
  823. .uil-sad:before { content: '\eb06'; } /* '' */
  824. .uil-scaling-left:before { content: '\eb07'; } /* '' */
  825. .uil-scaling-right:before { content: '\eb08'; } /* '' */
  826. .uil-scenery:before { content: '\eb09'; } /* '' */
  827. .uil-schedule:before { content: '\eb0a'; } /* '' */
  828. .uil-science:before { content: '\eb0b'; } /* '' */
  829. .uil-screw:before { content: '\eb0c'; } /* '' */
  830. .uil-scroll-h:before { content: '\eb0d'; } /* '' */
  831. .uil-scroll:before { content: '\eb0e'; } /* '' */
  832. .uil-search-alt:before { content: '\eb0f'; } /* '' */
  833. .uil-search-minus:before { content: '\eb10'; } /* '' */
  834. .uil-search-plus:before { content: '\eb11'; } /* '' */
  835. .uil-search:before { content: '\eb12'; } /* '' */
  836. .uil-server-alt:before { content: '\eb13'; } /* '' */
  837. .uil-server-connection:before { content: '\eb14'; } /* '' */
  838. .uil-server-network-alt:before { content: '\eb15'; } /* '' */
  839. .uil-server-network:before { content: '\eb16'; } /* '' */
  840. .uil-server:before { content: '\eb17'; } /* '' */
  841. .uil-servers:before { content: '\eb18'; } /* '' */
  842. .uil-servicemark:before { content: '\eb19'; } /* '' */
  843. .uil-share-alt:before { content: '\eb1a'; } /* '' */
  844. .uil-shield-check:before { content: '\eb1b'; } /* '' */
  845. .uil-shield-exclamation:before { content: '\eb1c'; } /* '' */
  846. .uil-shield-question:before { content: '\eb1d'; } /* '' */
  847. .uil-shield-slash:before { content: '\eb1e'; } /* '' */
  848. .uil-shield:before { content: '\eb1f'; } /* '' */
  849. .uil-ship:before { content: '\eb20'; } /* '' */
  850. .uil-shop:before { content: '\eb21'; } /* '' */
  851. .uil-shopping-basket:before { content: '\eb22'; } /* '' */
  852. .uil-shopping-cart-alt:before { content: '\eb23'; } /* '' */
  853. .uil-shopping-trolley:before { content: '\eb24'; } /* '' */
  854. .uil-shovel:before { content: '\eb25'; } /* '' */
  855. .uil-shrink:before { content: '\eb26'; } /* '' */
  856. .uil-shuffle:before { content: '\eb27'; } /* '' */
  857. .uil-shutter-alt:before { content: '\eb28'; } /* '' */
  858. .uil-shutter:before { content: '\eb29'; } /* '' */
  859. .uil-sick:before { content: '\eb2a'; } /* '' */
  860. .uil-sign-alt:before { content: '\eb2b'; } /* '' */
  861. .uil-sign-in-alt:before { content: '\eb2c'; } /* '' */
  862. .uil-sign-left:before { content: '\eb2d'; } /* '' */
  863. .uil-sign-out-alt:before { content: '\eb2e'; } /* '' */
  864. .uil-sign-right:before { content: '\eb2f'; } /* '' */
  865. .uil-signal-alt-3:before { content: '\eb30'; } /* '' */
  866. .uil-signal-alt:before { content: '\eb31'; } /* '' */
  867. .uil-signal:before { content: '\eb32'; } /* '' */
  868. .uil-silence:before { content: '\eb33'; } /* '' */
  869. .uil-silent-squint:before { content: '\eb34'; } /* '' */
  870. .uil-sim-card:before { content: '\eb35'; } /* '' */
  871. .uil-sitemap:before { content: '\eb36'; } /* '' */
  872. .uil-skip-forward-alt:before { content: '\eb37'; } /* '' */
  873. .uil-skip-forward-circle:before { content: '\eb38'; } /* '' */
  874. .uil-skip-forward:before { content: '\eb39'; } /* '' */
  875. .uil-sliders-v-alt:before { content: '\eb3a'; } /* '' */
  876. .uil-sliders-v:before { content: '\eb3b'; } /* '' */
  877. .uil-smile-beam:before { content: '\eb3c'; } /* '' */
  878. .uil-smile-dizzy:before { content: '\eb3d'; } /* '' */
  879. .uil-smile-squint-wink-alt:before { content: '\eb3e'; } /* '' */
  880. .uil-smile-squint-wink:before { content: '\eb3f'; } /* '' */
  881. .uil-smile-wink-alt:before { content: '\eb40'; } /* '' */
  882. .uil-smile-wink:before { content: '\eb41'; } /* '' */
  883. .uil-smile:before { content: '\eb42'; } /* '' */
  884. .uil-snow-flake:before { content: '\eb43'; } /* '' */
  885. .uil-snowflake-alt:before { content: '\eb44'; } /* '' */
  886. .uil-snowflake:before { content: '\eb45'; } /* '' */
  887. .uil-sort-amount-down:before { content: '\eb46'; } /* '' */
  888. .uil-sort-amount-up:before { content: '\eb47'; } /* '' */
  889. .uil-sort:before { content: '\eb48'; } /* '' */
  890. .uil-sorting:before { content: '\eb49'; } /* '' */
  891. .uil-space-key:before { content: '\eb4a'; } /* '' */
  892. .uil-spade:before { content: '\eb4b'; } /* '' */
  893. .uil-sperms:before { content: '\eb4c'; } /* '' */
  894. .uil-spin:before { content: '\eb4d'; } /* '' */
  895. .uil-sport:before { content: '\eb4e'; } /* '' */
  896. .uil-square-full:before { content: '\eb4f'; } /* '' */
  897. .uil-square-shape:before { content: '\eb50'; } /* '' */
  898. .uil-square:before { content: '\eb51'; } /* '' */
  899. .uil-squint:before { content: '\eb52'; } /* '' */
  900. .uil-star-half-alt:before { content: '\eb53'; } /* '' */
  901. .uil-star:before { content: '\eb54'; } /* '' */
  902. .uil-step-backward-alt:before { content: '\eb55'; } /* '' */
  903. .uil-step-backward-circle:before { content: '\eb56'; } /* '' */
  904. .uil-step-backward:before { content: '\eb57'; } /* '' */
  905. .uil-step-forward:before { content: '\eb58'; } /* '' */
  906. .uil-stop-circle:before { content: '\eb59'; } /* '' */
  907. .uil-stopwatch-slash:before { content: '\eb5a'; } /* '' */
  908. .uil-stopwatch:before { content: '\eb5b'; } /* '' */
  909. .uil-store-alt:before { content: '\eb5c'; } /* '' */
  910. .uil-store:before { content: '\eb5d'; } /* '' */
  911. .uil-streering:before { content: '\eb5e'; } /* '' */
  912. .uil-stretcher:before { content: '\eb5f'; } /* '' */
  913. .uil-subject:before { content: '\eb60'; } /* '' */
  914. .uil-subway-alt:before { content: '\eb61'; } /* '' */
  915. .uil-subway:before { content: '\eb62'; } /* '' */
  916. .uil-suitcase-alt:before { content: '\eb63'; } /* '' */
  917. .uil-suitcase:before { content: '\eb64'; } /* '' */
  918. .uil-sun:before { content: '\eb65'; } /* '' */
  919. .uil-sunset:before { content: '\eb66'; } /* '' */
  920. .uil-surprise:before { content: '\eb67'; } /* '' */
  921. .uil-swatchbook:before { content: '\eb68'; } /* '' */
  922. .uil-swimmer:before { content: '\eb69'; } /* '' */
  923. .uil-symbol:before { content: '\eb6a'; } /* '' */
  924. .uil-sync-exclamation:before { content: '\eb6b'; } /* '' */
  925. .uil-sync-slash:before { content: '\eb6c'; } /* '' */
  926. .uil-sync:before { content: '\eb6d'; } /* '' */
  927. .uil-syringe:before { content: '\eb6e'; } /* '' */
  928. .uil-table:before { content: '\eb6f'; } /* '' */
  929. .uil-tablet:before { content: '\eb70'; } /* '' */
  930. .uil-tablets:before { content: '\eb71'; } /* '' */
  931. .uil-tachometer-fast:before { content: '\eb72'; } /* '' */
  932. .uil-tag-alt:before { content: '\eb73'; } /* '' */
  933. .uil-tag:before { content: '\eb74'; } /* '' */
  934. .uil-tape:before { content: '\eb75'; } /* '' */
  935. .uil-taxi:before { content: '\eb76'; } /* '' */
  936. .uil-tear:before { content: '\eb77'; } /* '' */
  937. .uil-technology:before { content: '\eb78'; } /* '' */
  938. .uil-telescope:before { content: '\eb79'; } /* '' */
  939. .uil-temperature-empty:before { content: '\eb7a'; } /* '' */
  940. .uil-temperature-half:before { content: '\eb7b'; } /* '' */
  941. .uil-temperature-minus:before { content: '\eb7c'; } /* '' */
  942. .uil-temperature-plus:before { content: '\eb7d'; } /* '' */
  943. .uil-temperature-quarter:before { content: '\eb7e'; } /* '' */
  944. .uil-temperature-three-quarter:before { content: '\eb7f'; } /* '' */
  945. .uil-temperature:before { content: '\eb80'; } /* '' */
  946. .uil-text:before { content: '\eb81'; } /* '' */
  947. .uil-th-large:before { content: '\eb82'; } /* '' */
  948. .uil-th-slash:before { content: '\eb83'; } /* '' */
  949. .uil-th:before { content: '\eb84'; } /* '' */
  950. .uil-thermometer:before { content: '\eb85'; } /* '' */
  951. .uil-thumbs-down:before { content: '\eb86'; } /* '' */
  952. .uil-thumbs-up:before { content: '\eb87'; } /* '' */
  953. .uil-thunderstorm-moon:before { content: '\eb88'; } /* '' */
  954. .uil-thunderstorm-sun:before { content: '\eb89'; } /* '' */
  955. .uil-thunderstorm:before { content: '\eb8a'; } /* '' */
  956. .uil-ticket:before { content: '\eb8b'; } /* '' */
  957. .uil-times-circle:before { content: '\eb8c'; } /* '' */
  958. .uil-times-square:before { content: '\eb8d'; } /* '' */
  959. .uil-times:before { content: '\eb8e'; } /* '' */
  960. .uil-toggle-off:before { content: '\eb8f'; } /* '' */
  961. .uil-toggle-on:before { content: '\eb90'; } /* '' */
  962. .uil-top-arrow-from-top:before { content: '\eb91'; } /* '' */
  963. .uil-top-arrow-to-top:before { content: '\eb92'; } /* '' */
  964. .uil-tornado:before { content: '\eb93'; } /* '' */
  965. .uil-trademark-circle:before { content: '\eb94'; } /* '' */
  966. .uil-trademark:before { content: '\eb95'; } /* '' */
  967. .uil-traffic-barrier:before { content: '\eb96'; } /* '' */
  968. .uil-trash-alt:before { content: '\eb97'; } /* '' */
  969. .uil-trash:before { content: '\eb98'; } /* '' */
  970. .uil-trees:before { content: '\eb99'; } /* '' */
  971. .uil-triangle:before { content: '\eb9a'; } /* '' */
  972. .uil-trophy:before { content: '\eb9b'; } /* '' */
  973. .uil-trowel:before { content: '\eb9c'; } /* '' */
  974. .uil-truck-case:before { content: '\eb9d'; } /* '' */
  975. .uil-truck-loading:before { content: '\eb9e'; } /* '' */
  976. .uil-truck:before { content: '\eb9f'; } /* '' */
  977. .uil-tv-retro-slash:before { content: '\eba0'; } /* '' */
  978. .uil-tv-retro:before { content: '\eba1'; } /* '' */
  979. .uil-umbrella:before { content: '\eba2'; } /* '' */
  980. .uil-unamused:before { content: '\eba3'; } /* '' */
  981. .uil-unlock-alt:before { content: '\eba4'; } /* '' */
  982. .uil-unlock:before { content: '\eba5'; } /* '' */
  983. .uil-upload-alt:before { content: '\eba6'; } /* '' */
  984. .uil-upload:before { content: '\eba7'; } /* '' */
  985. .uil-usd-circle:before { content: '\eba8'; } /* '' */
  986. .uil-usd-square:before { content: '\eba9'; } /* '' */
  987. .uil-user-check:before { content: '\ebaa'; } /* '' */
  988. .uil-user-circle:before { content: '\ebab'; } /* '' */
  989. .uil-user-exclamation:before { content: '\ebac'; } /* '' */
  990. .uil-user-hard-hat:before { content: '\ebad'; } /* '' */
  991. .uil-user-minus:before { content: '\ebae'; } /* '' */
  992. .uil-user-plus:before { content: '\ebaf'; } /* '' */
  993. .uil-user-square:before { content: '\ebb0'; } /* '' */
  994. .uil-user-times:before { content: '\ebb1'; } /* '' */
  995. .uil-user:before { content: '\ebb2'; } /* '' */
  996. .uil-users-alt:before { content: '\ebb3'; } /* '' */
  997. .uil-utensils-alt:before { content: '\ebb4'; } /* '' */
  998. .uil-utensils:before { content: '\ebb5'; } /* '' */
  999. .uil-vector-square-alt:before { content: '\ebb6'; } /* '' */
  1000. .uil-vector-square:before { content: '\ebb7'; } /* '' */
  1001. .uil-venus:before { content: '\ebb8'; } /* '' */
  1002. .uil-vertical-align-bottom:before { content: '\ebb9'; } /* '' */
  1003. .uil-vertical-align-center:before { content: '\ebba'; } /* '' */
  1004. .uil-vertical-align-top:before { content: '\ebbb'; } /* '' */
  1005. .uil-vertical-distribute-bottom:before { content: '\ebbc'; } /* '' */
  1006. .uil-vertical-distribution-center:before { content: '\ebbd'; } /* '' */
  1007. .uil-vertical-distribution-top:before { content: '\ebbe'; } /* '' */
  1008. .uil-video-slash:before { content: '\ebbf'; } /* '' */
  1009. .uil-video:before { content: '\ebc0'; } /* '' */
  1010. .uil-voicemail-rectangle:before { content: '\ebc1'; } /* '' */
  1011. .uil-voicemail:before { content: '\ebc2'; } /* '' */
  1012. .uil-volleyball:before { content: '\ebc3'; } /* '' */
  1013. .uil-volume-down:before { content: '\ebc4'; } /* '' */
  1014. .uil-volume-mute:before { content: '\ebc5'; } /* '' */
  1015. .uil-volume-off:before { content: '\ebc6'; } /* '' */
  1016. .uil-volume-up:before { content: '\ebc7'; } /* '' */
  1017. .uil-volume:before { content: '\ebc8'; } /* '' */
  1018. .uil-wall:before { content: '\ebc9'; } /* '' */
  1019. .uil-wallet:before { content: '\ebca'; } /* '' */
  1020. .uil-watch-alt:before { content: '\ebcb'; } /* '' */
  1021. .uil-watch:before { content: '\ebcc'; } /* '' */
  1022. .uil-water-drop-slash:before { content: '\ebcd'; } /* '' */
  1023. .uil-water-glass:before { content: '\ebce'; } /* '' */
  1024. .uil-water:before { content: '\ebcf'; } /* '' */
  1025. .uil-web-grid-alt:before { content: '\ebd0'; } /* '' */
  1026. .uil-web-grid:before { content: '\ebd1'; } /* '' */
  1027. .uil-web-section-alt:before { content: '\ebd2'; } /* '' */
  1028. .uil-web-section:before { content: '\ebd3'; } /* '' */
  1029. .uil-webcam:before { content: '\ebd4'; } /* '' */
  1030. .uil-weight:before { content: '\ebd5'; } /* '' */
  1031. .uil-wheel-barrow:before { content: '\ebd6'; } /* '' */
  1032. .uil-wheelchair-alt:before { content: '\ebd7'; } /* '' */
  1033. .uil-wheelchair:before { content: '\ebd8'; } /* '' */
  1034. .uil-wifi-router:before { content: '\ebd9'; } /* '' */
  1035. .uil-wifi-slash:before { content: '\ebda'; } /* '' */
  1036. .uil-wifi:before { content: '\ebdb'; } /* '' */
  1037. .uil-wind:before { content: '\ebdc'; } /* '' */
  1038. .uil-window-grid:before { content: '\ebdd'; } /* '' */
  1039. .uil-window-maximize:before { content: '\ebde'; } /* '' */
  1040. .uil-window-restore:before { content: '\ebdf'; } /* '' */
  1041. .uil-window-section:before { content: '\ebe0'; } /* '' */
  1042. .uil-window:before { content: '\ebe1'; } /* '' */
  1043. .uil-windsock:before { content: '\ebe2'; } /* '' */
  1044. .uil-wrench:before { content: '\ebe3'; } /* '' */
  1045. .uil-yellow:before { content: '\ebe4'; } /* '' */
  1046. .uil-yen-circle:before { content: '\ebe5'; } /* '' */
  1047. .uil-yen:before { content: '\ebe6'; } /* '' */
  1048. .uil-youtube-alt:before { content: '\ebe7'; } /* '' */
  1049. .uil-youtube:before { content: '\ebe8'; } /* '' */