icons.css 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885
  1. @font-face {
  2. font-family: 'material-icons';
  3. src:
  4. url('fonts/material-icons.ttf?rnn6yx') format('truetype'),
  5. url('fonts/material-icons.woff?rnn6yx') format('woff'),
  6. url('fonts/material-icons.svg?rnn6yx#material-icons') format('svg');
  7. font-weight: normal;
  8. font-style: normal;
  9. }
  10. [class^="mi-"], [class*=" mi-"] {
  11. /* Use !important to prevent issues with browser extensions that change fonts */
  12. font-family: 'material-icons' !important;
  13. speak: none;
  14. font-style: normal;
  15. font-weight: normal;
  16. font-variant: normal;
  17. text-transform: none;
  18. line-height: 1;
  19. min-width: 1em;
  20. display: inline-block;
  21. text-align: center;
  22. font-size: 16px;
  23. vertical-align: middle;
  24. position: relative;
  25. top: -1px;
  26. /* Better Font Rendering =========== */
  27. -webkit-font-smoothing: antialiased;
  28. -moz-osx-font-smoothing: grayscale;
  29. }
  30. .mi-2x {
  31. font-size: 32px;
  32. }
  33. .mi-3x {
  34. font-size: 48px;
  35. }
  36. .mi-3d-rotation:before {content: "\e900";}
  37. .mi-ac-unit:before {content: "\e901";}
  38. .mi-alarm:before {content: "\e902";}
  39. .mi-access-alarms:before {content: "\e903";}
  40. .mi-schedule:before {content: "\e904";}
  41. .mi-accessibility:before {content: "\e905";}
  42. .mi-accessible:before {content: "\e906";}
  43. .mi-account-balance:before {content: "\e907";}
  44. .mi-account-balance-wallet:before {content: "\e908";}
  45. .mi-account-box:before {content: "\e909";}
  46. .mi-account-circle:before {content: "\e90a";}
  47. .mi-adb:before {content: "\e90b";}
  48. .mi-add:before {content: "\e90c";}
  49. .mi-add-a-photo:before {content: "\e90d";}
  50. .mi-alarm-add:before {content: "\e90e";}
  51. .mi-add-alert:before {content: "\e90f";}
  52. .mi-add-box:before {content: "\e910";}
  53. .mi-add-circle:before {content: "\e911";}
  54. .mi-control-point:before {content: "\e912";}
  55. .mi-add-location:before {content: "\e913";}
  56. .mi-add-shopping-cart:before {content: "\e914";}
  57. .mi-queue:before {content: "\e915";}
  58. .mi-add-to-queue:before {content: "\e916";}
  59. .mi-adjust:before {content: "\e917";}
  60. .mi-airline-seat-flat:before {content: "\e918";}
  61. .mi-airline-seat-flat-angled:before {content: "\e919";}
  62. .mi-airline-seat-individual-suite:before {content: "\e91a";}
  63. .mi-airline-seat-legroom-extra:before {content: "\e91b";}
  64. .mi-airline-seat-legroom-normal:before {content: "\e91c";}
  65. .mi-airline-seat-legroom-reduced:before {content: "\e91d";}
  66. .mi-airline-seat-recline-extra:before {content: "\e91e";}
  67. .mi-airline-seat-recline-normal:before {content: "\e91f";}
  68. .mi-flight:before {content: "\e920";}
  69. .mi-airplanemode-inactive:before {content: "\e921";}
  70. .mi-airplay:before {content: "\e922";}
  71. .mi-airport-shuttle:before {content: "\e923";}
  72. .mi-alarm-off:before {content: "\e924";}
  73. .mi-alarm-on:before {content: "\e925";}
  74. .mi-album:before {content: "\e926";}
  75. .mi-all-inclusive:before {content: "\e927";}
  76. .mi-all-out:before {content: "\e928";}
  77. .mi-android:before {content: "\e929";}
  78. .mi-announcement:before {content: "\e92a";}
  79. .mi-apps:before {content: "\e92b";}
  80. .mi-archive:before {content: "\e92c";}
  81. .mi-arrow-back:before {content: "\e92d";}
  82. .mi-arrow-downward:before {content: "\e92e";}
  83. .mi-arrow-drop-down:before {content: "\e92f";}
  84. .mi-arrow-drop-down-circle:before {content: "\e930";}
  85. .mi-arrow-drop-up:before {content: "\e931";}
  86. .mi-arrow-forward:before {content: "\e932";}
  87. .mi-arrow-upward:before {content: "\e933";}
  88. .mi-art-track:before {content: "\e934";}
  89. .mi-aspect-ratio:before {content: "\e935";}
  90. .mi-poll:before {content: "\e936";}
  91. .mi-assignment:before {content: "\e937";}
  92. .mi-assignment-ind:before {content: "\e938";}
  93. .mi-assignment-late:before {content: "\e939";}
  94. .mi-assignment-return:before {content: "\e93a";}
  95. .mi-assignment-returned:before {content: "\e93b";}
  96. .mi-assignment-turned-in:before {content: "\e93c";}
  97. .mi-assistant:before {content: "\e93d";}
  98. .mi-flag:before {content: "\e93e";}
  99. .mi-attach-file:before {content: "\e93f";}
  100. .mi-attach-money:before {content: "\e940";}
  101. .mi-attachment:before {content: "\e941";}
  102. .mi-audiotrack:before {content: "\e942";}
  103. .mi-autorenew:before {content: "\e943";}
  104. .mi-av-timer:before {content: "\e944";}
  105. .mi-backspace:before {content: "\e945";}
  106. .mi-cloud-upload:before {content: "\e946";}
  107. .mi-battery-alert:before {content: "\e947";}
  108. .mi-battery-charging-full:before {content: "\e948";}
  109. .mi-battery-std:before {content: "\e949";}
  110. .mi-battery-unknown:before {content: "\e94a";}
  111. .mi-beach-access:before {content: "\e94b";}
  112. .mi-beenhere:before {content: "\e94c";}
  113. .mi-block:before {content: "\e94d";}
  114. .mi-bluetooth:before {content: "\e94e";}
  115. .mi-bluetooth-searching:before {content: "\e94f";}
  116. .mi-bluetooth-connected:before {content: "\e950";}
  117. .mi-bluetooth-disabled:before {content: "\e951";}
  118. .mi-blur-circular:before {content: "\e952";}
  119. .mi-blur-linear:before {content: "\e953";}
  120. .mi-blur-off:before {content: "\e954";}
  121. .mi-blur-on:before {content: "\e955";}
  122. .mi-class:before {content: "\e956";}
  123. .mi-turned-in:before {content: "\e957";}
  124. .mi-turned-in-not:before {content: "\e958";}
  125. .mi-border-all:before {content: "\e959";}
  126. .mi-border-bottom:before {content: "\e95a";}
  127. .mi-border-clear:before {content: "\e95b";}
  128. .mi-border-color:before {content: "\e95c";}
  129. .mi-border-horizontal:before {content: "\e95d";}
  130. .mi-border-inner:before {content: "\e95e";}
  131. .mi-border-left:before {content: "\e95f";}
  132. .mi-border-outer:before {content: "\e960";}
  133. .mi-border-right:before {content: "\e961";}
  134. .mi-border-style:before {content: "\e962";}
  135. .mi-border-top:before {content: "\e963";}
  136. .mi-border-vertical:before {content: "\e964";}
  137. .mi-branding-watermark:before {content: "\e965";}
  138. .mi-brightness-1:before {content: "\e966";}
  139. .mi-brightness-2:before {content: "\e967";}
  140. .mi-brightness-3:before {content: "\e968";}
  141. .mi-brightness-4:before {content: "\e969";}
  142. .mi-brightness-low:before {content: "\e96a";}
  143. .mi-brightness-medium:before {content: "\e96b";}
  144. .mi-brightness-high:before {content: "\e96c";}
  145. .mi-brightness-auto:before {content: "\e96d";}
  146. .mi-broken-image:before {content: "\e96e";}
  147. .mi-brush:before {content: "\e96f";}
  148. .mi-bubble-chart:before {content: "\e970";}
  149. .mi-bug-report:before {content: "\e971";}
  150. .mi-build:before {content: "\e972";}
  151. .mi-burst-mode:before {content: "\e973";}
  152. .mi-domain:before {content: "\e974";}
  153. .mi-business-center:before {content: "\e975";}
  154. .mi-cached:before {content: "\e976";}
  155. .mi-cake:before {content: "\e977";}
  156. .mi-phone:before {content: "\e978";}
  157. .mi-call-end:before {content: "\e979";}
  158. .mi-call-made:before {content: "\e97a";}
  159. .mi-merge-type:before {content: "\e97b";}
  160. .mi-call-missed:before {content: "\e97c";}
  161. .mi-call-missed-outgoing:before {content: "\e97d";}
  162. .mi-call-received:before {content: "\e97e";}
  163. .mi-call-split:before {content: "\e97f";}
  164. .mi-call-to-action:before {content: "\e980";}
  165. .mi-camera:before {content: "\e981";}
  166. .mi-photo-camera:before {content: "\e982";}
  167. .mi-camera-enhance:before {content: "\e983";}
  168. .mi-camera-front:before {content: "\e984";}
  169. .mi-camera-rear:before {content: "\e985";}
  170. .mi-camera-roll:before {content: "\e986";}
  171. .mi-cancel:before {content: "\e987";}
  172. .mi-redeem:before {content: "\e988";}
  173. .mi-card-membership:before {content: "\e989";}
  174. .mi-card-travel:before {content: "\e98a";}
  175. .mi-casino:before {content: "\e98b";}
  176. .mi-cast:before {content: "\e98c";}
  177. .mi-cast-connected:before {content: "\e98d";}
  178. .mi-center-focus-strong:before {content: "\e98e";}
  179. .mi-center-focus-weak:before {content: "\e98f";}
  180. .mi-change-history:before {content: "\e990";}
  181. .mi-chat:before {content: "\e991";}
  182. .mi-chat-bubble:before {content: "\e992";}
  183. .mi-chat-bubble-outline:before {content: "\e993";}
  184. .mi-check:before {content: "\e994";}
  185. .mi-check-box:before {content: "\e995";}
  186. .mi-check-box-outline-blank:before {content: "\e996";}
  187. .mi-check-circle:before {content: "\e997";}
  188. .mi-navigate-before:before {content: "\e998";}
  189. .mi-navigate-next:before {content: "\e999";}
  190. .mi-child-care:before {content: "\e99a";}
  191. .mi-child-friendly:before {content: "\e99b";}
  192. .mi-chrome-reader-mode:before {content: "\e99c";}
  193. .mi-close:before {content: "\e99d";}
  194. .mi-clear-all:before {content: "\e99e";}
  195. .mi-closed-caption:before {content: "\e99f";}
  196. .mi-wb-cloudy:before {content: "\e9a0";}
  197. .mi-cloud-circle:before {content: "\e9a1";}
  198. .mi-cloud-done:before {content: "\e9a2";}
  199. .mi-cloud-download:before {content: "\e9a3";}
  200. .mi-cloud-off:before {content: "\e9a4";}
  201. .mi-cloud-queue:before {content: "\e9a5";}
  202. .mi-code:before {content: "\e9a6";}
  203. .mi-photo-library:before {content: "\e9a7";}
  204. .mi-collections-bookmark:before {content: "\e9a8";}
  205. .mi-palette:before {content: "\e9a9";}
  206. .mi-colorize:before {content: "\e9aa";}
  207. .mi-comment:before {content: "\e9ab";}
  208. .mi-compare:before {content: "\e9ac";}
  209. .mi-compare-arrows:before {content: "\e9ad";}
  210. .mi-laptop:before {content: "\e9ae";}
  211. .mi-confirmation-number:before {content: "\e9af";}
  212. .mi-contact-mail:before {content: "\e9b0";}
  213. .mi-contact-phone:before {content: "\e9b1";}
  214. .mi-contacts:before {content: "\e9b2";}
  215. .mi-content-copy:before {content: "\e9b3";}
  216. .mi-content-cut:before {content: "\e9b4";}
  217. .mi-content-paste:before {content: "\e9b5";}
  218. .mi-control-point-duplicate:before {content: "\e9b6";}
  219. .mi-copyright:before {content: "\e9b7";}
  220. .mi-mode-edit:before {content: "\e9b8";}
  221. .mi-create-new-folder:before {content: "\e9b9";}
  222. .mi-payment:before {content: "\e9ba";}
  223. .mi-crop:before {content: "\e9bb";}
  224. .mi-crop-16-9:before {content: "\e9bc";}
  225. .mi-crop-3-2:before {content: "\e9bd";}
  226. .mi-crop-landscape:before {content: "\e9be";}
  227. .mi-crop-7-5:before {content: "\e9bf";}
  228. .mi-crop-din:before {content: "\e9c0";}
  229. .mi-crop-free:before {content: "\e9c1";}
  230. .mi-crop-original:before {content: "\e9c2";}
  231. .mi-crop-portrait:before {content: "\e9c3";}
  232. .mi-crop-rotate:before {content: "\e9c4";}
  233. .mi-crop-square:before {content: "\e9c5";}
  234. .mi-dashboard:before {content: "\e9c6";}
  235. .mi-data-usage:before {content: "\e9c7";}
  236. .mi-date-range:before {content: "\e9c8";}
  237. .mi-dehaze:before {content: "\e9c9";}
  238. .mi-delete:before {content: "\e9ca";}
  239. .mi-delete-forever:before {content: "\e9cb";}
  240. .mi-delete-sweep:before {content: "\e9cc";}
  241. .mi-description:before {content: "\e9cd";}
  242. .mi-desktop-mac:before {content: "\e9ce";}
  243. .mi-desktop-windows:before {content: "\e9cf";}
  244. .mi-details:before {content: "\e9d0";}
  245. .mi-developer-board:before {content: "\e9d1";}
  246. .mi-developer-mode:before {content: "\e9d2";}
  247. .mi-device-hub:before {content: "\e9d3";}
  248. .mi-phonelink:before {content: "\e9d4";}
  249. .mi-devices-other:before {content: "\e9d5";}
  250. .mi-dialer-sip:before {content: "\e9d6";}
  251. .mi-dialpad:before {content: "\e9d7";}
  252. .mi-directions:before {content: "\e9d8";}
  253. .mi-directions-bike:before {content: "\e9d9";}
  254. .mi-directions-boat:before {content: "\e9da";}
  255. .mi-directions-bus:before {content: "\e9db";}
  256. .mi-directions-car:before {content: "\e9dc";}
  257. .mi-directions-railway:before {content: "\e9dd";}
  258. .mi-directions-run:before {content: "\e9de";}
  259. .mi-directions-transit:before {content: "\e9df";}
  260. .mi-directions-walk:before {content: "\e9e0";}
  261. .mi-disc-full:before {content: "\e9e1";}
  262. .mi-dns:before {content: "\e9e2";}
  263. .mi-not-interested:before {content: "\e9e3";}
  264. .mi-do-not-disturb-alt:before {content: "\e9e4";}
  265. .mi-do-not-disturb-off:before {content: "\e9e5";}
  266. .mi-remove-circle:before {content: "\e9e6";}
  267. .mi-dock:before {content: "\e9e7";}
  268. .mi-done:before {content: "\e9e8";}
  269. .mi-done-all:before {content: "\e9e9";}
  270. .mi-donut-large:before {content: "\e9ea";}
  271. .mi-donut-small:before {content: "\e9eb";}
  272. .mi-drafts:before {content: "\e9ec";}
  273. .mi-drag-handle:before {content: "\e9ed";}
  274. .mi-time-to-leave:before {content: "\e9ee";}
  275. .mi-dvr:before {content: "\e9ef";}
  276. .mi-edit-location:before {content: "\e9f0";}
  277. .mi-eject:before {content: "\e9f1";}
  278. .mi-markunread:before {content: "\e9f2";}
  279. .mi-enhanced-encryption:before {content: "\e9f3";}
  280. .mi-equalizer:before {content: "\e9f4";}
  281. .mi-error:before {content: "\e9f5";}
  282. .mi-error-outline:before {content: "\e9f6";}
  283. .mi-euro-symbol:before {content: "\e9f7";}
  284. .mi-ev-station:before {content: "\e9f8";}
  285. .mi-insert-invitation:before {content: "\e9f9";}
  286. .mi-event-available:before {content: "\e9fa";}
  287. .mi-event-busy:before {content: "\e9fb";}
  288. .mi-event-note:before {content: "\e9fc";}
  289. .mi-event-seat:before {content: "\e9fd";}
  290. .mi-exit-to-app:before {content: "\e9fe";}
  291. .mi-expand-less:before {content: "\e9ff";}
  292. .mi-expand-more:before {content: "\ea00";}
  293. .mi-explicit:before {content: "\ea01";}
  294. .mi-explore:before {content: "\ea02";}
  295. .mi-exposure:before {content: "\ea03";}
  296. .mi-exposure-neg-1:before {content: "\ea04";}
  297. .mi-exposure-neg-2:before {content: "\ea05";}
  298. .mi-exposure-plus-1:before {content: "\ea06";}
  299. .mi-exposure-plus-2:before {content: "\ea07";}
  300. .mi-exposure-zero:before {content: "\ea08";}
  301. .mi-extension:before {content: "\ea09";}
  302. .mi-face:before {content: "\ea0a";}
  303. .mi-fast-forward:before {content: "\ea0b";}
  304. .mi-fast-rewind:before {content: "\ea0c";}
  305. .mi-favorite:before {content: "\ea0d";}
  306. .mi-favorite-border:before {content: "\ea0e";}
  307. .mi-featured-play-list:before {content: "\ea0f";}
  308. .mi-featured-video:before {content: "\ea10";}
  309. .mi-sms-failed:before {content: "\ea11";}
  310. .mi-fiber-dvr:before {content: "\ea12";}
  311. .mi-fiber-manual-record:before {content: "\ea13";}
  312. .mi-fiber-new:before {content: "\ea14";}
  313. .mi-fiber-pin:before {content: "\ea15";}
  314. .mi-fiber-smart-record:before {content: "\ea16";}
  315. .mi-get-app:before {content: "\ea17";}
  316. .mi-file-upload:before {content: "\ea18";}
  317. .mi-filter:before {content: "\ea19";}
  318. .mi-filter-1:before {content: "\ea1a";}
  319. .mi-filter-2:before {content: "\ea1b";}
  320. .mi-filter-3:before {content: "\ea1c";}
  321. .mi-filter-4:before {content: "\ea1d";}
  322. .mi-filter-5:before {content: "\ea1e";}
  323. .mi-filter-6:before {content: "\ea1f";}
  324. .mi-filter-7:before {content: "\ea20";}
  325. .mi-filter-8:before {content: "\ea21";}
  326. .mi-filter-9:before {content: "\ea22";}
  327. .mi-filter-9-plus:before {content: "\ea23";}
  328. .mi-filter-b-and-w:before {content: "\ea24";}
  329. .mi-filter-center-focus:before {content: "\ea25";}
  330. .mi-filter-drama:before {content: "\ea26";}
  331. .mi-filter-frames:before {content: "\ea27";}
  332. .mi-terrain:before {content: "\ea28";}
  333. .mi-filter-list:before {content: "\ea29";}
  334. .mi-filter-none:before {content: "\ea2a";}
  335. .mi-filter-tilt-shift:before {content: "\ea2b";}
  336. .mi-filter-vintage:before {content: "\ea2c";}
  337. .mi-find-in-page:before {content: "\ea2d";}
  338. .mi-find-replace:before {content: "\ea2e";}
  339. .mi-fingerprint:before {content: "\ea2f";}
  340. .mi-first-page:before {content: "\ea30";}
  341. .mi-fitness-center:before {content: "\ea31";}
  342. .mi-flare:before {content: "\ea32";}
  343. .mi-flash-auto:before {content: "\ea33";}
  344. .mi-flash-off:before {content: "\ea34";}
  345. .mi-flash-on:before {content: "\ea35";}
  346. .mi-flight-land:before {content: "\ea36";}
  347. .mi-flight-takeoff:before {content: "\ea37";}
  348. .mi-flip:before {content: "\ea38";}
  349. .mi-flip-to-back:before {content: "\ea39";}
  350. .mi-flip-to-front:before {content: "\ea3a";}
  351. .mi-folder:before {content: "\ea3b";}
  352. .mi-folder-open:before {content: "\ea3c";}
  353. .mi-folder-shared:before {content: "\ea3d";}
  354. .mi-folder-special:before {content: "\ea3e";}
  355. .mi-font-download:before {content: "\ea3f";}
  356. .mi-format-align-center:before {content: "\ea40";}
  357. .mi-format-align-justify:before {content: "\ea41";}
  358. .mi-format-align-left:before {content: "\ea42";}
  359. .mi-format-align-right:before {content: "\ea43";}
  360. .mi-format-bold:before {content: "\ea44";}
  361. .mi-format-clear:before {content: "\ea45";}
  362. .mi-format-color-fill:before {content: "\ea46";}
  363. .mi-format-color-reset:before {content: "\ea47";}
  364. .mi-format-color-text:before {content: "\ea48";}
  365. .mi-format-indent-decrease:before {content: "\ea49";}
  366. .mi-format-indent-increase:before {content: "\ea4a";}
  367. .mi-format-italic:before {content: "\ea4b";}
  368. .mi-format-line-spacing:before {content: "\ea4c";}
  369. .mi-format-list-bulleted:before {content: "\ea4d";}
  370. .mi-format-list-numbered:before {content: "\ea4e";}
  371. .mi-format-paint:before {content: "\ea4f";}
  372. .mi-format-quote:before {content: "\ea50";}
  373. .mi-format-shapes:before {content: "\ea51";}
  374. .mi-format-size:before {content: "\ea52";}
  375. .mi-format-strikethrough:before {content: "\ea53";}
  376. .mi-format-textdirection-l-to-r:before {content: "\ea54";}
  377. .mi-format-textdirection-r-to-l:before {content: "\ea55";}
  378. .mi-format-underlined:before {content: "\ea56";}
  379. .mi-question-answer:before {content: "\ea57";}
  380. .mi-forward:before {content: "\ea58";}
  381. .mi-forward-10:before {content: "\ea59";}
  382. .mi-forward-30:before {content: "\ea5a";}
  383. .mi-forward-5:before {content: "\ea5b";}
  384. .mi-free-breakfast:before {content: "\ea5c";}
  385. .mi-fullscreen:before {content: "\ea5d";}
  386. .mi-fullscreen-exit:before {content: "\ea5e";}
  387. .mi-functions:before {content: "\ea5f";}
  388. .mi-g-translate:before {content: "\ea60";}
  389. .mi-games:before {content: "\ea61";}
  390. .mi-gavel:before {content: "\ea62";}
  391. .mi-gesture:before {content: "\ea63";}
  392. .mi-gif:before {content: "\ea64";}
  393. .mi-goat:before {content: "\ea65";}
  394. .mi-golf-course:before {content: "\ea66";}
  395. .mi-my-location:before {content: "\ea67";}
  396. .mi-location-searching:before {content: "\ea68";}
  397. .mi-location-disabled:before {content: "\ea69";}
  398. .mi-star:before {content: "\ea6a";}
  399. .mi-gradient:before {content: "\ea6b";}
  400. .mi-grain:before {content: "\ea6c";}
  401. .mi-graphic-eq:before {content: "\ea6d";}
  402. .mi-grid-off:before {content: "\ea6e";}
  403. .mi-grid-on:before {content: "\ea6f";}
  404. .mi-people:before {content: "\ea70";}
  405. .mi-group-add:before {content: "\ea71";}
  406. .mi-group-work:before {content: "\ea72";}
  407. .mi-hd:before {content: "\ea73";}
  408. .mi-hdr-off:before {content: "\ea74";}
  409. .mi-hdr-on:before {content: "\ea75";}
  410. .mi-hdr-strong:before {content: "\ea76";}
  411. .mi-hdr-weak:before {content: "\ea77";}
  412. .mi-headset:before {content: "\ea78";}
  413. .mi-headset-mic:before {content: "\ea79";}
  414. .mi-healing:before {content: "\ea7a";}
  415. .mi-hearing:before {content: "\ea7b";}
  416. .mi-help:before {content: "\ea7c";}
  417. .mi-help-outline:before {content: "\ea7d";}
  418. .mi-high-quality:before {content: "\ea7e";}
  419. .mi-highlight:before {content: "\ea7f";}
  420. .mi-highlight-off:before {content: "\ea80";}
  421. .mi-restore:before {content: "\ea81";}
  422. .mi-home:before {content: "\ea82";}
  423. .mi-hot-tub:before {content: "\ea83";}
  424. .mi-local-hotel:before {content: "\ea84";}
  425. .mi-hourglass-empty:before {content: "\ea85";}
  426. .mi-hourglass-full:before {content: "\ea86";}
  427. .mi-http:before {content: "\ea87";}
  428. .mi-lock:before {content: "\ea88";}
  429. .mi-photo:before {content: "\ea89";}
  430. .mi-image-aspect-ratio:before {content: "\ea8a";}
  431. .mi-import-contacts:before {content: "\ea8b";}
  432. .mi-import-export:before {content: "\ea8c";}
  433. .mi-important-devices:before {content: "\ea8d";}
  434. .mi-inbox:before {content: "\ea8e";}
  435. .mi-indeterminate-check-box:before {content: "\ea8f";}
  436. .mi-info:before {content: "\ea90";}
  437. .mi-info-outline:before {content: "\ea91";}
  438. .mi-input:before {content: "\ea92";}
  439. .mi-insert-comment:before {content: "\ea93";}
  440. .mi-insert-drive-file:before {content: "\ea94";}
  441. .mi-tag-faces:before {content: "\ea95";}
  442. .mi-link:before {content: "\ea96";}
  443. .mi-invert-colors:before {content: "\ea97";}
  444. .mi-invert-colors-off:before {content: "\ea98";}
  445. .mi-iso:before {content: "\ea99";}
  446. .mi-keyboard:before {content: "\ea9a";}
  447. .mi-keyboard-arrow-down:before {content: "\ea9b";}
  448. .mi-keyboard-arrow-left:before {content: "\ea9c";}
  449. .mi-keyboard-arrow-right:before {content: "\ea9d";}
  450. .mi-keyboard-arrow-up:before {content: "\ea9e";}
  451. .mi-keyboard-backspace:before {content: "\ea9f";}
  452. .mi-keyboard-capslock:before {content: "\eaa0";}
  453. .mi-keyboard-hide:before {content: "\eaa1";}
  454. .mi-keyboard-return:before {content: "\eaa2";}
  455. .mi-keyboard-tab:before {content: "\eaa3";}
  456. .mi-keyboard-voice:before {content: "\eaa4";}
  457. .mi-kitchen:before {content: "\eaa5";}
  458. .mi-label:before {content: "\eaa6";}
  459. .mi-label-outline:before {content: "\eaa7";}
  460. .mi-language:before {content: "\eaa8";}
  461. .mi-laptop-chromebook:before {content: "\eaa9";}
  462. .mi-laptop-mac:before {content: "\eaaa";}
  463. .mi-laptop-windows:before {content: "\eaab";}
  464. .mi-last-page:before {content: "\eaac";}
  465. .mi-open-in-new:before {content: "\eaad";}
  466. .mi-layers:before {content: "\eaae";}
  467. .mi-layers-clear:before {content: "\eaaf";}
  468. .mi-leak-add:before {content: "\eab0";}
  469. .mi-leak-remove:before {content: "\eab1";}
  470. .mi-lens:before {content: "\eab2";}
  471. .mi-library-books:before {content: "\eab3";}
  472. .mi-library-music:before {content: "\eab4";}
  473. .mi-lightbulb-outline:before {content: "\eab5";}
  474. .mi-line-style:before {content: "\eab6";}
  475. .mi-line-weight:before {content: "\eab7";}
  476. .mi-linear-scale:before {content: "\eab8";}
  477. .mi-linked-camera:before {content: "\eab9";}
  478. .mi-list:before {content: "\eaba";}
  479. .mi-live-help:before {content: "\eabb";}
  480. .mi-live-tv:before {content: "\eabc";}
  481. .mi-local-play:before {content: "\eabd";}
  482. .mi-local-airport:before {content: "\eabe";}
  483. .mi-local-atm:before {content: "\eabf";}
  484. .mi-local-bar:before {content: "\eac0";}
  485. .mi-local-cafe:before {content: "\eac1";}
  486. .mi-local-car-wash:before {content: "\eac2";}
  487. .mi-local-convenience-store:before {content: "\eac3";}
  488. .mi-restaurant-menu:before {content: "\eac4";}
  489. .mi-local-drink:before {content: "\eac5";}
  490. .mi-local-florist:before {content: "\eac6";}
  491. .mi-local-gas-station:before {content: "\eac7";}
  492. .mi-shopping-cart:before {content: "\eac8";}
  493. .mi-local-hospital:before {content: "\eac9";}
  494. .mi-local-laundry-service:before {content: "\eaca";}
  495. .mi-local-library:before {content: "\eacb";}
  496. .mi-local-mall:before {content: "\eacc";}
  497. .mi-theaters:before {content: "\eacd";}
  498. .mi-local-offer:before {content: "\eace";}
  499. .mi-local-parking:before {content: "\eacf";}
  500. .mi-local-pharmacy:before {content: "\ead0";}
  501. .mi-local-pizza:before {content: "\ead1";}
  502. .mi-print:before {content: "\ead2";}
  503. .mi-local-shipping:before {content: "\ead3";}
  504. .mi-local-taxi:before {content: "\ead4";}
  505. .mi-location-city:before {content: "\ead5";}
  506. .mi-location-off:before {content: "\ead6";}
  507. .mi-room:before {content: "\ead7";}
  508. .mi-lock-open:before {content: "\ead8";}
  509. .mi-lock-outline:before {content: "\ead9";}
  510. .mi-looks:before {content: "\eada";}
  511. .mi-looks-3:before {content: "\eadb";}
  512. .mi-looks-4:before {content: "\eadc";}
  513. .mi-looks-5:before {content: "\eadd";}
  514. .mi-looks-6:before {content: "\eade";}
  515. .mi-looks-one:before {content: "\eadf";}
  516. .mi-looks-two:before {content: "\eae0";}
  517. .mi-sync:before {content: "\eae1";}
  518. .mi-loupe:before {content: "\eae2";}
  519. .mi-low-priority:before {content: "\eae3";}
  520. .mi-loyalty:before {content: "\eae4";}
  521. .mi-mail-outline:before {content: "\eae5";}
  522. .mi-map:before {content: "\eae6";}
  523. .mi-markunread-mailbox:before {content: "\eae7";}
  524. .mi-memory:before {content: "\eae8";}
  525. .mi-menu:before {content: "\eae9";}
  526. .mi-message:before {content: "\eaea";}
  527. .mi-mic:before {content: "\eaeb";}
  528. .mi-mic-none:before {content: "\eaec";}
  529. .mi-mic-off:before {content: "\eaed";}
  530. .mi-mms:before {content: "\eaee";}
  531. .mi-mode-comment:before {content: "\eaef";}
  532. .mi-monetization-on:before {content: "\eaf0";}
  533. .mi-money-off:before {content: "\eaf1";}
  534. .mi-monochrome-photos:before {content: "\eaf2";}
  535. .mi-mood-bad:before {content: "\eaf3";}
  536. .mi-more:before {content: "\eaf4";}
  537. .mi-more-horiz:before {content: "\eaf5";}
  538. .mi-more-vert:before {content: "\eaf6";}
  539. .mi-motorcycle:before {content: "\eaf7";}
  540. .mi-mouse:before {content: "\eaf8";}
  541. .mi-move-to-inbox:before {content: "\eaf9";}
  542. .mi-movie-creation:before {content: "\eafa";}
  543. .mi-movie-filter:before {content: "\eafb";}
  544. .mi-multiline-chart:before {content: "\eafc";}
  545. .mi-music-note:before {content: "\eafd";}
  546. .mi-music-video:before {content: "\eafe";}
  547. .mi-nature:before {content: "\eaff";}
  548. .mi-nature-people:before {content: "\eb00";}
  549. .mi-navigation:before {content: "\eb01";}
  550. .mi-near-me:before {content: "\eb02";}
  551. .mi-network-cell:before {content: "\eb03";}
  552. .mi-network-check:before {content: "\eb04";}
  553. .mi-network-locked:before {content: "\eb05";}
  554. .mi-network-wifi:before {content: "\eb06";}
  555. .mi-new-releases:before {content: "\eb07";}
  556. .mi-next-week:before {content: "\eb08";}
  557. .mi-nfc:before {content: "\eb09";}
  558. .mi-no-encryption:before {content: "\eb0a";}
  559. .mi-signal-cellular-no-sim:before {content: "\eb0b";}
  560. .mi-note:before {content: "\eb0c";}
  561. .mi-note-add:before {content: "\eb0d";}
  562. .mi-notifications:before {content: "\eb0e";}
  563. .mi-notifications-active:before {content: "\eb0f";}
  564. .mi-notifications-none:before {content: "\eb10";}
  565. .mi-notifications-off:before {content: "\eb11";}
  566. .mi-notifications-paused:before {content: "\eb12";}
  567. .mi-offline-pin:before {content: "\eb13";}
  568. .mi-ondemand-video:before {content: "\eb14";}
  569. .mi-opacity:before {content: "\eb15";}
  570. .mi-open-in-browser:before {content: "\eb16";}
  571. .mi-open-with:before {content: "\eb17";}
  572. .mi-pages:before {content: "\eb18";}
  573. .mi-pageview:before {content: "\eb19";}
  574. .mi-pan-tool:before {content: "\eb1a";}
  575. .mi-panorama:before {content: "\eb1b";}
  576. .mi-radio-button-unchecked:before {content: "\eb1c";}
  577. .mi-panorama-horizontal:before {content: "\eb1d";}
  578. .mi-panorama-vertical:before {content: "\eb1e";}
  579. .mi-panorama-wide-angle:before {content: "\eb1f";}
  580. .mi-party-mode:before {content: "\eb20";}
  581. .mi-pause:before {content: "\eb21";}
  582. .mi-pause-circle-filled:before {content: "\eb22";}
  583. .mi-pause-circle-outline:before {content: "\eb23";}
  584. .mi-people-outline:before {content: "\eb24";}
  585. .mi-perm-camera-mic:before {content: "\eb25";}
  586. .mi-perm-contact-calendar:before {content: "\eb26";}
  587. .mi-perm-data-setting:before {content: "\eb27";}
  588. .mi-perm-device-information:before {content: "\eb28";}
  589. .mi-person-outline:before {content: "\eb29";}
  590. .mi-perm-media:before {content: "\eb2a";}
  591. .mi-perm-phone-msg:before {content: "\eb2b";}
  592. .mi-perm-scan-wifi:before {content: "\eb2c";}
  593. .mi-person:before {content: "\eb2d";}
  594. .mi-person-add:before {content: "\eb2e";}
  595. .mi-person-pin:before {content: "\eb2f";}
  596. .mi-person-pin-circle:before {content: "\eb30";}
  597. .mi-personal-video:before {content: "\eb31";}
  598. .mi-pets:before {content: "\eb32";}
  599. .mi-phone-android:before {content: "\eb33";}
  600. .mi-phone-bluetooth-speaker:before {content: "\eb34";}
  601. .mi-phone-forwarded:before {content: "\eb35";}
  602. .mi-phone-in-talk:before {content: "\eb36";}
  603. .mi-phone-iphone:before {content: "\eb37";}
  604. .mi-phone-locked:before {content: "\eb38";}
  605. .mi-phone-missed:before {content: "\eb39";}
  606. .mi-phone-paused:before {content: "\eb3a";}
  607. .mi-phonelink-erase:before {content: "\eb3b";}
  608. .mi-phonelink-lock:before {content: "\eb3c";}
  609. .mi-phonelink-off:before {content: "\eb3d";}
  610. .mi-phonelink-ring:before {content: "\eb3e";}
  611. .mi-phonelink-setup:before {content: "\eb3f";}
  612. .mi-photo-album:before {content: "\eb40";}
  613. .mi-photo-filter:before {content: "\eb41";}
  614. .mi-photo-size-select-actual:before {content: "\eb42";}
  615. .mi-photo-size-select-large:before {content: "\eb43";}
  616. .mi-photo-size-select-small:before {content: "\eb44";}
  617. .mi-picture-as-pdf:before {content: "\eb45";}
  618. .mi-picture-in-picture:before {content: "\eb46";}
  619. .mi-picture-in-picture-alt:before {content: "\eb47";}
  620. .mi-pie-chart:before {content: "\eb48";}
  621. .mi-pie-chart-outlined:before {content: "\eb49";}
  622. .mi-pin-drop:before {content: "\eb4a";}
  623. .mi-play-arrow:before {content: "\eb4b";}
  624. .mi-play-circle-filled:before {content: "\eb4c";}
  625. .mi-play-circle-outline:before {content: "\eb4d";}
  626. .mi-play-for-work:before {content: "\eb4e";}
  627. .mi-playlist-add:before {content: "\eb4f";}
  628. .mi-playlist-add-check:before {content: "\eb50";}
  629. .mi-playlist-play:before {content: "\eb51";}
  630. .mi-plus-one:before {content: "\eb52";}
  631. .mi-polymer:before {content: "\eb53";}
  632. .mi-pool:before {content: "\eb54";}
  633. .mi-portable-wifi-off:before {content: "\eb55";}
  634. .mi-portrait:before {content: "\eb56";}
  635. .mi-power:before {content: "\eb57";}
  636. .mi-power-input:before {content: "\eb58";}
  637. .mi-power-settings-new:before {content: "\eb59";}
  638. .mi-pregnant-woman:before {content: "\eb5a";}
  639. .mi-present-to-all:before {content: "\eb5b";}
  640. .mi-priority-high:before {content: "\eb5c";}
  641. .mi-public:before {content: "\eb5d";}
  642. .mi-publish:before {content: "\eb5e";}
  643. .mi-queue-music:before {content: "\eb5f";}
  644. .mi-queue-play-next:before {content: "\eb60";}
  645. .mi-radio:before {content: "\eb61";}
  646. .mi-radio-button-checked:before {content: "\eb62";}
  647. .mi-rate-review:before {content: "\eb63";}
  648. .mi-receipt:before {content: "\eb64";}
  649. .mi-recent-actors:before {content: "\eb65";}
  650. .mi-record-voice-over:before {content: "\eb66";}
  651. .mi-redo:before {content: "\eb67";}
  652. .mi-refresh:before {content: "\eb68";}
  653. .mi-remove:before {content: "\eb69";}
  654. .mi-remove-circle-outline:before {content: "\eb6a";}
  655. .mi-remove-from-queue:before {content: "\eb6b";}
  656. .mi-visibility:before {content: "\eb6c";}
  657. .mi-remove-shopping-cart:before {content: "\eb6d";}
  658. .mi-reorder:before {content: "\eb6e";}
  659. .mi-repeat:before {content: "\eb6f";}
  660. .mi-repeat-one:before {content: "\eb70";}
  661. .mi-replay:before {content: "\eb71";}
  662. .mi-replay-10:before {content: "\eb72";}
  663. .mi-replay-30:before {content: "\eb73";}
  664. .mi-replay-5:before {content: "\eb74";}
  665. .mi-reply:before {content: "\eb75";}
  666. .mi-reply-all:before {content: "\eb76";}
  667. .mi-report:before {content: "\eb77";}
  668. .mi-warning:before {content: "\eb78";}
  669. .mi-restaurant:before {content: "\eb79";}
  670. .mi-restore-page:before {content: "\eb7a";}
  671. .mi-ring-volume:before {content: "\eb7b";}
  672. .mi-room-service:before {content: "\eb7c";}
  673. .mi-rotate-90-degrees-ccw:before {content: "\eb7d";}
  674. .mi-rotate-left:before {content: "\eb7e";}
  675. .mi-rotate-right:before {content: "\eb7f";}
  676. .mi-rounded-corner:before {content: "\eb80";}
  677. .mi-router:before {content: "\eb81";}
  678. .mi-rowing:before {content: "\eb82";}
  679. .mi-rss-feed:before {content: "\eb83";}
  680. .mi-rv-hookup:before {content: "\eb84";}
  681. .mi-satellite:before {content: "\eb85";}
  682. .mi-save:before {content: "\eb86";}
  683. .mi-scanner:before {content: "\eb87";}
  684. .mi-school:before {content: "\eb88";}
  685. .mi-screen-lock-landscape:before {content: "\eb89";}
  686. .mi-screen-lock-portrait:before {content: "\eb8a";}
  687. .mi-screen-lock-rotation:before {content: "\eb8b";}
  688. .mi-screen-rotation:before {content: "\eb8c";}
  689. .mi-screen-share:before {content: "\eb8d";}
  690. .mi-sd-storage:before {content: "\eb8e";}
  691. .mi-search:before {content: "\eb8f";}
  692. .mi-security:before {content: "\eb90";}
  693. .mi-select-all:before {content: "\eb91";}
  694. .mi-send:before {content: "\eb92";}
  695. .mi-sentiment-dissatisfied:before {content: "\eb93";}
  696. .mi-sentiment-neutral:before {content: "\eb94";}
  697. .mi-sentiment-satisfied:before {content: "\eb95";}
  698. .mi-sentiment-very-dissatisfied:before {content: "\eb96";}
  699. .mi-sentiment-very-satisfied:before {content: "\eb97";}
  700. .mi-settings:before {content: "\eb98";}
  701. .mi-settings-applications:before {content: "\eb99";}
  702. .mi-settings-backup-restore:before {content: "\eb9a";}
  703. .mi-settings-bluetooth:before {content: "\eb9b";}
  704. .mi-settings-brightness:before {content: "\eb9c";}
  705. .mi-settings-cell:before {content: "\eb9d";}
  706. .mi-settings-ethernet:before {content: "\eb9e";}
  707. .mi-settings-input-antenna:before {content: "\eb9f";}
  708. .mi-settings-input-composite:before {content: "\eba0";}
  709. .mi-settings-input-hdmi:before {content: "\eba1";}
  710. .mi-settings-input-svideo:before {content: "\eba2";}
  711. .mi-settings-overscan:before {content: "\eba3";}
  712. .mi-settings-phone:before {content: "\eba4";}
  713. .mi-settings-power:before {content: "\eba5";}
  714. .mi-settings-remote:before {content: "\eba6";}
  715. .mi-settings-system-daydream:before {content: "\eba7";}
  716. .mi-settings-voice:before {content: "\eba8";}
  717. .mi-share:before {content: "\eba9";}
  718. .mi-shop:before {content: "\ebaa";}
  719. .mi-shop-two:before {content: "\ebab";}
  720. .mi-shopping-basket:before {content: "\ebac";}
  721. .mi-short-text:before {content: "\ebad";}
  722. .mi-show-chart:before {content: "\ebae";}
  723. .mi-shuffle:before {content: "\ebaf";}
  724. .mi-signal-cellular-4-bar:before {content: "\ebb0";}
  725. .mi-signal-cellular-connected-no-internet-4-bar:before {content: "\ebb1";}
  726. .mi-signal-cellular-null:before {content: "\ebb2";}
  727. .mi-signal-cellular-off:before {content: "\ebb3";}
  728. .mi-signal-wifi-4-bar:before {content: "\ebb4";}
  729. .mi-signal-wifi-4-bar-lock:before {content: "\ebb5";}
  730. .mi-signal-wifi-off:before {content: "\ebb6";}
  731. .mi-sim-card:before {content: "\ebb7";}
  732. .mi-sim-card-alert:before {content: "\ebb8";}
  733. .mi-skip-next:before {content: "\ebb9";}
  734. .mi-skip-previous:before {content: "\ebba";}
  735. .mi-slideshow:before {content: "\ebbb";}
  736. .mi-slow-motion-video:before {content: "\ebbc";}
  737. .mi-stay-primary-portrait:before {content: "\ebbd";}
  738. .mi-smoke-free:before {content: "\ebbe";}
  739. .mi-smoking-rooms:before {content: "\ebbf";}
  740. .mi-textsms:before {content: "\ebc0";}
  741. .mi-snooze:before {content: "\ebc1";}
  742. .mi-sort:before {content: "\ebc2";}
  743. .mi-sort-by-alpha:before {content: "\ebc3";}
  744. .mi-spa:before {content: "\ebc4";}
  745. .mi-space-bar:before {content: "\ebc5";}
  746. .mi-speaker:before {content: "\ebc6";}
  747. .mi-speaker-group:before {content: "\ebc7";}
  748. .mi-speaker-notes:before {content: "\ebc8";}
  749. .mi-speaker-notes-off:before {content: "\ebc9";}
  750. .mi-speaker-phone:before {content: "\ebca";}
  751. .mi-spellcheck:before {content: "\ebcb";}
  752. .mi-star-border:before {content: "\ebcc";}
  753. .mi-star-half:before {content: "\ebcd";}
  754. .mi-stars:before {content: "\ebce";}
  755. .mi-stay-primary-landscape:before {content: "\ebcf";}
  756. .mi-stop:before {content: "\ebd0";}
  757. .mi-stop-screen-share:before {content: "\ebd1";}
  758. .mi-storage:before {content: "\ebd2";}
  759. .mi-store-mall-directory:before {content: "\ebd3";}
  760. .mi-straighten:before {content: "\ebd4";}
  761. .mi-streetview:before {content: "\ebd5";}
  762. .mi-strikethrough-s:before {content: "\ebd6";}
  763. .mi-style:before {content: "\ebd7";}
  764. .mi-subdirectory-arrow-left:before {content: "\ebd8";}
  765. .mi-subdirectory-arrow-right:before {content: "\ebd9";}
  766. .mi-subject:before {content: "\ebda";}
  767. .mi-subscriptions:before {content: "\ebdb";}
  768. .mi-subtitles:before {content: "\ebdc";}
  769. .mi-subway:before {content: "\ebdd";}
  770. .mi-supervisor-account:before {content: "\ebde";}
  771. .mi-surround-sound:before {content: "\ebdf";}
  772. .mi-swap-calls:before {content: "\ebe0";}
  773. .mi-swap-horiz:before {content: "\ebe1";}
  774. .mi-swap-vert:before {content: "\ebe2";}
  775. .mi-swap-vertical-circle:before {content: "\ebe3";}
  776. .mi-switch-camera:before {content: "\ebe4";}
  777. .mi-switch-video:before {content: "\ebe5";}
  778. .mi-sync-disabled:before {content: "\ebe6";}
  779. .mi-sync-problem:before {content: "\ebe7";}
  780. .mi-system-update:before {content: "\ebe8";}
  781. .mi-system-update-alt:before {content: "\ebe9";}
  782. .mi-tab:before {content: "\ebea";}
  783. .mi-tab-unselected:before {content: "\ebeb";}
  784. .mi-tablet:before {content: "\ebec";}
  785. .mi-tablet-android:before {content: "\ebed";}
  786. .mi-tablet-mac:before {content: "\ebee";}
  787. .mi-tap-and-play:before {content: "\ebef";}
  788. .mi-text-fields:before {content: "\ebf0";}
  789. .mi-text-format:before {content: "\ebf1";}
  790. .mi-texture:before {content: "\ebf2";}
  791. .mi-thumb-down:before {content: "\ebf3";}
  792. .mi-thumb-up:before {content: "\ebf4";}
  793. .mi-thumbs-up-down:before {content: "\ebf5";}
  794. .mi-timelapse:before {content: "\ebf6";}
  795. .mi-timeline:before {content: "\ebf7";}
  796. .mi-timer:before {content: "\ebf8";}
  797. .mi-timer-10:before {content: "\ebf9";}
  798. .mi-timer-3:before {content: "\ebfa";}
  799. .mi-timer-off:before {content: "\ebfb";}
  800. .mi-title:before {content: "\ebfc";}
  801. .mi-toc:before {content: "\ebfd";}
  802. .mi-today:before {content: "\ebfe";}
  803. .mi-toll:before {content: "\ebff";}
  804. .mi-tonality:before {content: "\ec00";}
  805. .mi-touch-app:before {content: "\ec01";}
  806. .mi-toys:before {content: "\ec02";}
  807. .mi-track-changes:before {content: "\ec03";}
  808. .mi-traffic:before {content: "\ec04";}
  809. .mi-train:before {content: "\ec05";}
  810. .mi-tram:before {content: "\ec06";}
  811. .mi-transfer-within-a-station:before {content: "\ec07";}
  812. .mi-transform:before {content: "\ec08";}
  813. .mi-translate:before {content: "\ec09";}
  814. .mi-trending-down:before {content: "\ec0a";}
  815. .mi-trending-flat:before {content: "\ec0b";}
  816. .mi-trending-up:before {content: "\ec0c";}
  817. .mi-tune:before {content: "\ec0d";}
  818. .mi-tv:before {content: "\ec0e";}
  819. .mi-unarchive:before {content: "\ec0f";}
  820. .mi-undo:before {content: "\ec10";}
  821. .mi-unfold-less:before {content: "\ec11";}
  822. .mi-unfold-more:before {content: "\ec12";}
  823. .mi-update:before {content: "\ec13";}
  824. .mi-usb:before {content: "\ec14";}
  825. .mi-verified-user:before {content: "\ec15";}
  826. .mi-vertical-align-bottom:before {content: "\ec16";}
  827. .mi-vertical-align-center:before {content: "\ec17";}
  828. .mi-vertical-align-top:before {content: "\ec18";}
  829. .mi-vibration:before {content: "\ec19";}
  830. .mi-video-call:before {content: "\ec1a";}
  831. .mi-video-label:before {content: "\ec1b";}
  832. .mi-video-library:before {content: "\ec1c";}
  833. .mi-videocam:before {content: "\ec1d";}
  834. .mi-videocam-off:before {content: "\ec1e";}
  835. .mi-videogame-asset:before {content: "\ec1f";}
  836. .mi-view-agenda:before {content: "\ec20";}
  837. .mi-view-array:before {content: "\ec21";}
  838. .mi-view-carousel:before {content: "\ec22";}
  839. .mi-view-column:before {content: "\ec23";}
  840. .mi-view-comfy:before {content: "\ec24";}
  841. .mi-view-compact:before {content: "\ec25";}
  842. .mi-view-day:before {content: "\ec26";}
  843. .mi-view-headline:before {content: "\ec27";}
  844. .mi-view-list:before {content: "\ec28";}
  845. .mi-view-module:before {content: "\ec29";}
  846. .mi-view-quilt:before {content: "\ec2a";}
  847. .mi-view-stream:before {content: "\ec2b";}
  848. .mi-view-week:before {content: "\ec2c";}
  849. .mi-vignette:before {content: "\ec2d";}
  850. .mi-visibility-off:before {content: "\ec2e";}
  851. .mi-voice-chat:before {content: "\ec2f";}
  852. .mi-voicemail:before {content: "\ec30";}
  853. .mi-volume-down:before {content: "\ec31";}
  854. .mi-volume-mute:before {content: "\ec32";}
  855. .mi-volume-off:before {content: "\ec33";}
  856. .mi-volume-up:before {content: "\ec34";}
  857. .mi-vpn-key:before {content: "\ec35";}
  858. .mi-vpn-lock:before {content: "\ec36";}
  859. .mi-wallpaper:before {content: "\ec37";}
  860. .mi-watch:before {content: "\ec38";}
  861. .mi-watch-later:before {content: "\ec39";}
  862. .mi-wb-auto:before {content: "\ec3a";}
  863. .mi-wb-incandescent:before {content: "\ec3b";}
  864. .mi-wb-iridescent:before {content: "\ec3c";}
  865. .mi-wb-sunny:before {content: "\ec3d";}
  866. .mi-wc:before {content: "\ec3e";}
  867. .mi-web:before {content: "\ec3f";}
  868. .mi-web-asset:before {content: "\ec40";}
  869. .mi-weekend:before {content: "\ec41";}
  870. .mi-whatshot:before {content: "\ec42";}
  871. .mi-widgets:before {content: "\ec43";}
  872. .mi-wifi:before {content: "\ec44";}
  873. .mi-wifi-lock:before {content: "\ec45";}
  874. .mi-wifi-tethering:before {content: "\ec46";}
  875. .mi-work:before {content: "\ec47";}
  876. .mi-wrap-text:before {content: "\ec48";}
  877. .mi-youtube-searched-for:before {content: "\ec49";}
  878. .mi-zoom-in:before {content: "\ec4a";}
  879. .mi-zoom-out:before {content: "\ec4b";}
  880. .mi-zoom-out-map:before {content: "\ec4c";}