ionicons.css 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089
  1. @font-face {
  2. font-family: "Ionicons";
  3. src: url("fonts/ionicons.eot");
  4. src: url("fonts/ionicons.eot") format("embedded-opentype"),
  5. url("fonts/ionicons.ttf") format("truetype"),
  6. url("fonts/ionicons.woff") format("woff"),
  7. url("fonts/ionicons.svg") format("svg");
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. [class^="ion-"], [class*=" ion-"] {
  12. font-family: 'Ionicons';
  13. speak: none;
  14. font-style: normal;
  15. font-weight: normal;
  16. font-variant: normal;
  17. text-transform: none;
  18. line-height: 1;
  19. /* Better Font Rendering =========== */
  20. -webkit-font-smoothing: antialiased;
  21. -moz-osx-font-smoothing: grayscale;
  22. }
  23. @-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); }
  24. 100% { -moz-transform: rotate(359deg); } }
  25. @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); }
  26. 100% { -webkit-transform: rotate(359deg); } }
  27. @-o-keyframes spin { 0% { -o-transform: rotate(0deg); }
  28. 100% { -o-transform: rotate(359deg); } }
  29. @-ms-keyframes spin { 0% { -ms-transform: rotate(0deg); }
  30. 100% { -ms-transform: rotate(359deg); } }
  31. @keyframes spin { 0% { transform: rotate(0deg); }
  32. 100% { transform: rotate(359deg); } }
  33. .ion-loading-a { -webkit-animation-timing-function: steps(8, start); -moz-animation-timing-function: steps(8, start); animation-timing-function: steps(8, start); }
  34. .ion-alert:before { content: "\f101"; }
  35. .ion-alert-circled:before { content: "\f100"; }
  36. .ion-android-add:before { content: "\f2c7"; }
  37. .ion-android-add-contact:before { content: "\f2c6"; }
  38. .ion-android-alarm:before { content: "\f2c8"; }
  39. .ion-android-archive:before { content: "\f2c9"; }
  40. .ion-android-arrow-back:before { content: "\f2ca"; }
  41. .ion-android-arrow-down-left:before { content: "\f2cb"; }
  42. .ion-android-arrow-down-right:before { content: "\f2cc"; }
  43. .ion-android-arrow-up-left:before { content: "\f2cd"; }
  44. .ion-android-arrow-up-right:before { content: "\f2ce"; }
  45. .ion-android-battery:before { content: "\f2cf"; }
  46. .ion-android-book:before { content: "\f2d0"; }
  47. .ion-android-calendar:before { content: "\f2d1"; }
  48. .ion-android-call:before { content: "\f2d2"; }
  49. .ion-android-camera:before { content: "\f2d3"; }
  50. .ion-android-chat:before { content: "\f2d4"; }
  51. .ion-android-checkmark:before { content: "\f2d5"; }
  52. .ion-android-clock:before { content: "\f2d6"; }
  53. .ion-android-close:before { content: "\f2d7"; }
  54. .ion-android-contact:before { content: "\f2d8"; }
  55. .ion-android-contacts:before { content: "\f2d9"; }
  56. .ion-android-data:before { content: "\f2da"; }
  57. .ion-android-developer:before { content: "\f2db"; }
  58. .ion-android-display:before { content: "\f2dc"; }
  59. .ion-android-download:before { content: "\f2dd"; }
  60. .ion-android-dropdown:before { content: "\f2de"; }
  61. .ion-android-earth:before { content: "\f2df"; }
  62. .ion-android-folder:before { content: "\f2e0"; }
  63. .ion-android-forums:before { content: "\f2e1"; }
  64. .ion-android-friends:before { content: "\f2e2"; }
  65. .ion-android-hand:before { content: "\f2e3"; }
  66. .ion-android-image:before { content: "\f2e4"; }
  67. .ion-android-inbox:before { content: "\f2e5"; }
  68. .ion-android-information:before { content: "\f2e6"; }
  69. .ion-android-keypad:before { content: "\f2e7"; }
  70. .ion-android-lightbulb:before { content: "\f2e8"; }
  71. .ion-android-locate:before { content: "\f2e9"; }
  72. .ion-android-location:before { content: "\f2ea"; }
  73. .ion-android-mail:before { content: "\f2eb"; }
  74. .ion-android-microphone:before { content: "\f2ec"; }
  75. .ion-android-mixer:before { content: "\f2ed"; }
  76. .ion-android-more:before { content: "\f2ee"; }
  77. .ion-android-note:before { content: "\f2ef"; }
  78. .ion-android-playstore:before { content: "\f2f0"; }
  79. .ion-android-printer:before { content: "\f2f1"; }
  80. .ion-android-promotion:before { content: "\f2f2"; }
  81. .ion-android-reminder:before { content: "\f2f3"; }
  82. .ion-android-remove:before { content: "\f2f4"; }
  83. .ion-android-search:before { content: "\f2f5"; }
  84. .ion-android-send:before { content: "\f2f6"; }
  85. .ion-android-settings:before { content: "\f2f7"; }
  86. .ion-android-share:before { content: "\f2f8"; }
  87. .ion-android-social:before { content: "\f2fa"; }
  88. .ion-android-social-user:before { content: "\f2f9"; }
  89. .ion-android-sort:before { content: "\f2fb"; }
  90. .ion-android-star:before { content: "\f2fc"; }
  91. .ion-android-stopwatch:before { content: "\f2fd"; }
  92. .ion-android-storage:before { content: "\f2fe"; }
  93. .ion-android-system-back:before { content: "\f2ff"; }
  94. .ion-android-system-home:before { content: "\f300"; }
  95. .ion-android-system-windows:before { content: "\f301"; }
  96. .ion-android-timer:before { content: "\f302"; }
  97. .ion-android-trash:before { content: "\f303"; }
  98. .ion-android-volume:before { content: "\f304"; }
  99. .ion-android-wifi:before { content: "\f305"; }
  100. .ion-archive:before { content: "\f102"; }
  101. .ion-arrow-down-a:before { content: "\f103"; }
  102. .ion-arrow-down-b:before { content: "\f104"; }
  103. .ion-arrow-down-c:before { content: "\f105"; }
  104. .ion-arrow-expand:before { content: "\f25e"; }
  105. .ion-arrow-graph-down-left:before { content: "\f25f"; }
  106. .ion-arrow-graph-down-right:before { content: "\f260"; }
  107. .ion-arrow-graph-up-left:before { content: "\f261"; }
  108. .ion-arrow-graph-up-right:before { content: "\f262"; }
  109. .ion-arrow-left-a:before { content: "\f106"; }
  110. .ion-arrow-left-b:before { content: "\f107"; }
  111. .ion-arrow-left-c:before { content: "\f108"; }
  112. .ion-arrow-move:before { content: "\f263"; }
  113. .ion-arrow-resize:before { content: "\f264"; }
  114. .ion-arrow-return-left:before { content: "\f265"; }
  115. .ion-arrow-return-right:before { content: "\f266"; }
  116. .ion-arrow-right-a:before { content: "\f109"; }
  117. .ion-arrow-right-b:before { content: "\f10a"; }
  118. .ion-arrow-right-c:before { content: "\f10b"; }
  119. .ion-arrow-shrink:before { content: "\f267"; }
  120. .ion-arrow-swap:before { content: "\f268"; }
  121. .ion-arrow-up-a:before { content: "\f10c"; }
  122. .ion-arrow-up-b:before { content: "\f10d"; }
  123. .ion-arrow-up-c:before { content: "\f10e"; }
  124. .ion-at:before { content: "\f10f"; }
  125. .ion-bag:before { content: "\f110"; }
  126. .ion-battery-charging:before { content: "\f111"; }
  127. .ion-battery-empty:before { content: "\f112"; }
  128. .ion-battery-full:before { content: "\f113"; }
  129. .ion-battery-half:before { content: "\f114"; }
  130. .ion-battery-low:before { content: "\f115"; }
  131. .ion-beaker:before { content: "\f269"; }
  132. .ion-beer:before { content: "\f26a"; }
  133. .ion-bluetooth:before { content: "\f116"; }
  134. .ion-bookmark:before { content: "\f26b"; }
  135. .ion-briefcase:before { content: "\f26c"; }
  136. .ion-bug:before { content: "\f2be"; }
  137. .ion-calculator:before { content: "\f26d"; }
  138. .ion-calendar:before { content: "\f117"; }
  139. .ion-camera:before { content: "\f118"; }
  140. .ion-card:before { content: "\f119"; }
  141. .ion-chatbox:before { content: "\f11b"; }
  142. .ion-chatbox-working:before { content: "\f11a"; }
  143. .ion-chatboxes:before { content: "\f11c"; }
  144. .ion-chatbubble:before { content: "\f11e"; }
  145. .ion-chatbubble-working:before { content: "\f11d"; }
  146. .ion-chatbubbles:before { content: "\f11f"; }
  147. .ion-checkmark:before { content: "\f122"; }
  148. .ion-checkmark-circled:before { content: "\f120"; }
  149. .ion-checkmark-round:before { content: "\f121"; }
  150. .ion-chevron-down:before { content: "\f123"; }
  151. .ion-chevron-left:before { content: "\f124"; }
  152. .ion-chevron-right:before { content: "\f125"; }
  153. .ion-chevron-up:before { content: "\f126"; }
  154. .ion-clipboard:before { content: "\f127"; }
  155. .ion-clock:before { content: "\f26e"; }
  156. .ion-close:before { content: "\f12a"; }
  157. .ion-close-circled:before { content: "\f128"; }
  158. .ion-close-round:before { content: "\f129"; }
  159. .ion-cloud:before { content: "\f12b"; }
  160. .ion-code:before { content: "\f271"; }
  161. .ion-code-download:before { content: "\f26f"; }
  162. .ion-code-working:before { content: "\f270"; }
  163. .ion-coffee:before { content: "\f272"; }
  164. .ion-compass:before { content: "\f273"; }
  165. .ion-compose:before { content: "\f12c"; }
  166. .ion-connection-bars:before { content: "\f274"; }
  167. .ion-contrast:before { content: "\f275"; }
  168. .ion-disc:before { content: "\f12d"; }
  169. .ion-document:before { content: "\f12f"; }
  170. .ion-document-text:before { content: "\f12e"; }
  171. .ion-drag:before { content: "\f130"; }
  172. .ion-earth:before { content: "\f276"; }
  173. .ion-edit:before { content: "\f2bf"; }
  174. .ion-egg:before { content: "\f277"; }
  175. .ion-eject:before { content: "\f131"; }
  176. .ion-email:before { content: "\f132"; }
  177. .ion-eye:before { content: "\f133"; }
  178. .ion-eye-disabled:before { content: "\f306"; }
  179. .ion-female:before { content: "\f278"; }
  180. .ion-filing:before { content: "\f134"; }
  181. .ion-film-marker:before { content: "\f135"; }
  182. .ion-flag:before { content: "\f279"; }
  183. .ion-flash:before { content: "\f137"; }
  184. .ion-flash-off:before { content: "\f136"; }
  185. .ion-flask:before { content: "\f138"; }
  186. .ion-folder:before { content: "\f139"; }
  187. .ion-fork:before { content: "\f27a"; }
  188. .ion-fork-repo:before { content: "\f2c0"; }
  189. .ion-forward:before { content: "\f13a"; }
  190. .ion-game-controller-a:before { content: "\f13b"; }
  191. .ion-game-controller-b:before { content: "\f13c"; }
  192. .ion-gear-a:before { content: "\f13d"; }
  193. .ion-gear-b:before { content: "\f13e"; }
  194. .ion-grid:before { content: "\f13f"; }
  195. .ion-hammer:before { content: "\f27b"; }
  196. .ion-headphone:before { content: "\f140"; }
  197. .ion-heart:before { content: "\f141"; }
  198. .ion-help:before { content: "\f143"; }
  199. .ion-help-buoy:before { content: "\f27c"; }
  200. .ion-help-circled:before { content: "\f142"; }
  201. .ion-home:before { content: "\f144"; }
  202. .ion-icecream:before { content: "\f27d"; }
  203. .ion-icon-social-google-plus:before { content: "\f146"; }
  204. .ion-icon-social-google-plus-outline:before { content: "\f145"; }
  205. .ion-image:before { content: "\f147"; }
  206. .ion-images:before { content: "\f148"; }
  207. .ion-information:before { content: "\f14a"; }
  208. .ion-information-circled:before { content: "\f149"; }
  209. .ion-ionic:before { content: "\f14b"; }
  210. .ion-ios7-alarm:before { content: "\f14d"; }
  211. .ion-ios7-alarm-outline:before { content: "\f14c"; }
  212. .ion-ios7-albums:before { content: "\f14f"; }
  213. .ion-ios7-albums-outline:before { content: "\f14e"; }
  214. .ion-ios7-arrow-back:before { content: "\f150"; }
  215. .ion-ios7-arrow-down:before { content: "\f151"; }
  216. .ion-ios7-arrow-forward:before { content: "\f152"; }
  217. .ion-ios7-arrow-left:before { content: "\f153"; }
  218. .ion-ios7-arrow-right:before { content: "\f154"; }
  219. .ion-ios7-arrow-thin-down:before { content: "\f27e"; }
  220. .ion-ios7-arrow-thin-left:before { content: "\f27f"; }
  221. .ion-ios7-arrow-thin-right:before { content: "\f280"; }
  222. .ion-ios7-arrow-thin-up:before { content: "\f281"; }
  223. .ion-ios7-arrow-up:before { content: "\f155"; }
  224. .ion-ios7-at:before { content: "\f157"; }
  225. .ion-ios7-at-outline:before { content: "\f156"; }
  226. .ion-ios7-bell:before { content: "\f159"; }
  227. .ion-ios7-bell-outline:before { content: "\f158"; }
  228. .ion-ios7-bolt:before { content: "\f15b"; }
  229. .ion-ios7-bolt-outline:before { content: "\f15a"; }
  230. .ion-ios7-bookmarks:before { content: "\f15d"; }
  231. .ion-ios7-bookmarks-outline:before { content: "\f15c"; }
  232. .ion-ios7-box:before { content: "\f15f"; }
  233. .ion-ios7-box-outline:before { content: "\f15e"; }
  234. .ion-ios7-briefcase:before { content: "\f283"; }
  235. .ion-ios7-briefcase-outline:before { content: "\f282"; }
  236. .ion-ios7-browsers:before { content: "\f161"; }
  237. .ion-ios7-browsers-outline:before { content: "\f160"; }
  238. .ion-ios7-calculator:before { content: "\f285"; }
  239. .ion-ios7-calculator-outline:before { content: "\f284"; }
  240. .ion-ios7-calendar:before { content: "\f163"; }
  241. .ion-ios7-calendar-outline:before { content: "\f162"; }
  242. .ion-ios7-camera:before { content: "\f165"; }
  243. .ion-ios7-camera-outline:before { content: "\f164"; }
  244. .ion-ios7-cart:before { content: "\f167"; }
  245. .ion-ios7-cart-outline:before { content: "\f166"; }
  246. .ion-ios7-chatboxes:before { content: "\f169"; }
  247. .ion-ios7-chatboxes-outline:before { content: "\f168"; }
  248. .ion-ios7-chatbubble:before { content: "\f16b"; }
  249. .ion-ios7-chatbubble-outline:before { content: "\f16a"; }
  250. .ion-ios7-checkmark:before { content: "\f16e"; }
  251. .ion-ios7-checkmark-empty:before { content: "\f16c"; }
  252. .ion-ios7-checkmark-outline:before { content: "\f16d"; }
  253. .ion-ios7-circle-filled:before { content: "\f16f"; }
  254. .ion-ios7-circle-outline:before { content: "\f170"; }
  255. .ion-ios7-clock:before { content: "\f172"; }
  256. .ion-ios7-clock-outline:before { content: "\f171"; }
  257. .ion-ios7-close:before { content: "\f2bc"; }
  258. .ion-ios7-close-empty:before { content: "\f2bd"; }
  259. .ion-ios7-close-outline:before { content: "\f2bb"; }
  260. .ion-ios7-cloud:before { content: "\f178"; }
  261. .ion-ios7-cloud-download:before { content: "\f174"; }
  262. .ion-ios7-cloud-download-outline:before { content: "\f173"; }
  263. .ion-ios7-cloud-outline:before { content: "\f175"; }
  264. .ion-ios7-cloud-upload:before { content: "\f177"; }
  265. .ion-ios7-cloud-upload-outline:before { content: "\f176"; }
  266. .ion-ios7-cloudy:before { content: "\f17a"; }
  267. .ion-ios7-cloudy-night:before { content: "\f308"; }
  268. .ion-ios7-cloudy-night-outline:before { content: "\f307"; }
  269. .ion-ios7-cloudy-outline:before { content: "\f179"; }
  270. .ion-ios7-cog:before { content: "\f17c"; }
  271. .ion-ios7-cog-outline:before { content: "\f17b"; }
  272. .ion-ios7-compose:before { content: "\f17e"; }
  273. .ion-ios7-compose-outline:before { content: "\f17d"; }
  274. .ion-ios7-contact:before { content: "\f180"; }
  275. .ion-ios7-contact-outline:before { content: "\f17f"; }
  276. .ion-ios7-copy:before { content: "\f182"; }
  277. .ion-ios7-copy-outline:before { content: "\f181"; }
  278. .ion-ios7-download:before { content: "\f184"; }
  279. .ion-ios7-download-outline:before { content: "\f183"; }
  280. .ion-ios7-drag:before { content: "\f185"; }
  281. .ion-ios7-email:before { content: "\f187"; }
  282. .ion-ios7-email-outline:before { content: "\f186"; }
  283. .ion-ios7-eye:before { content: "\f189"; }
  284. .ion-ios7-eye-outline:before { content: "\f188"; }
  285. .ion-ios7-fastforward:before { content: "\f18b"; }
  286. .ion-ios7-fastforward-outline:before { content: "\f18a"; }
  287. .ion-ios7-filing:before { content: "\f18d"; }
  288. .ion-ios7-filing-outline:before { content: "\f18c"; }
  289. .ion-ios7-film:before { content: "\f18f"; }
  290. .ion-ios7-film-outline:before { content: "\f18e"; }
  291. .ion-ios7-flag:before { content: "\f191"; }
  292. .ion-ios7-flag-outline:before { content: "\f190"; }
  293. .ion-ios7-folder:before { content: "\f193"; }
  294. .ion-ios7-folder-outline:before { content: "\f192"; }
  295. .ion-ios7-gear:before { content: "\f195"; }
  296. .ion-ios7-gear-outline:before { content: "\f194"; }
  297. .ion-ios7-glasses:before { content: "\f197"; }
  298. .ion-ios7-glasses-outline:before { content: "\f196"; }
  299. .ion-ios7-heart:before { content: "\f199"; }
  300. .ion-ios7-heart-outline:before { content: "\f198"; }
  301. .ion-ios7-help:before { content: "\f19c"; }
  302. .ion-ios7-help-empty:before { content: "\f19a"; }
  303. .ion-ios7-help-outline:before { content: "\f19b"; }
  304. .ion-ios7-infinite:before { content: "\f19e"; }
  305. .ion-ios7-infinite-outline:before { content: "\f19d"; }
  306. .ion-ios7-information:before { content: "\f1a1"; }
  307. .ion-ios7-information-empty:before { content: "\f19f"; }
  308. .ion-ios7-information-outline:before { content: "\f1a0"; }
  309. .ion-ios7-ionic-outline:before { content: "\f1a2"; }
  310. .ion-ios7-keypad:before { content: "\f1a4"; }
  311. .ion-ios7-keypad-outline:before { content: "\f1a3"; }
  312. .ion-ios7-lightbulb:before { content: "\f287"; }
  313. .ion-ios7-lightbulb-outline:before { content: "\f286"; }
  314. .ion-ios7-location:before { content: "\f1a6"; }
  315. .ion-ios7-location-outline:before { content: "\f1a5"; }
  316. .ion-ios7-locked:before { content: "\f1a8"; }
  317. .ion-ios7-locked-outline:before { content: "\f1a7"; }
  318. .ion-ios7-medkit:before { content: "\f289"; }
  319. .ion-ios7-medkit-outline:before { content: "\f288"; }
  320. .ion-ios7-mic:before { content: "\f1ab"; }
  321. .ion-ios7-mic-off:before { content: "\f1a9"; }
  322. .ion-ios7-mic-outline:before { content: "\f1aa"; }
  323. .ion-ios7-minus:before { content: "\f1ae"; }
  324. .ion-ios7-minus-empty:before { content: "\f1ac"; }
  325. .ion-ios7-minus-outline:before { content: "\f1ad"; }
  326. .ion-ios7-monitor:before { content: "\f1b0"; }
  327. .ion-ios7-monitor-outline:before { content: "\f1af"; }
  328. .ion-ios7-moon:before { content: "\f1b2"; }
  329. .ion-ios7-moon-outline:before { content: "\f1b1"; }
  330. .ion-ios7-more:before { content: "\f1b4"; }
  331. .ion-ios7-more-outline:before { content: "\f1b3"; }
  332. .ion-ios7-musical-note:before { content: "\f1b5"; }
  333. .ion-ios7-musical-notes:before { content: "\f1b6"; }
  334. .ion-ios7-navigate:before { content: "\f1b8"; }
  335. .ion-ios7-navigate-outline:before { content: "\f1b7"; }
  336. .ion-ios7-paperplane:before { content: "\f1ba"; }
  337. .ion-ios7-paperplane-outline:before { content: "\f1b9"; }
  338. .ion-ios7-partlysunny:before { content: "\f1bc"; }
  339. .ion-ios7-partlysunny-outline:before { content: "\f1bb"; }
  340. .ion-ios7-pause:before { content: "\f1be"; }
  341. .ion-ios7-pause-outline:before { content: "\f1bd"; }
  342. .ion-ios7-people:before { content: "\f1c0"; }
  343. .ion-ios7-people-outline:before { content: "\f1bf"; }
  344. .ion-ios7-person:before { content: "\f1c2"; }
  345. .ion-ios7-person-outline:before { content: "\f1c1"; }
  346. .ion-ios7-personadd:before { content: "\f1c4"; }
  347. .ion-ios7-personadd-outline:before { content: "\f1c3"; }
  348. .ion-ios7-photos:before { content: "\f1c6"; }
  349. .ion-ios7-photos-outline:before { content: "\f1c5"; }
  350. .ion-ios7-pie:before { content: "\f28b"; }
  351. .ion-ios7-pie-outline:before { content: "\f28a"; }
  352. .ion-ios7-play:before { content: "\f1c8"; }
  353. .ion-ios7-play-outline:before { content: "\f1c7"; }
  354. .ion-ios7-plus:before { content: "\f1cb"; }
  355. .ion-ios7-plus-empty:before { content: "\f1c9"; }
  356. .ion-ios7-plus-outline:before { content: "\f1ca"; }
  357. .ion-ios7-pricetag:before { content: "\f28d"; }
  358. .ion-ios7-pricetag-outline:before { content: "\f28c"; }
  359. .ion-ios7-printer:before { content: "\f1cd"; }
  360. .ion-ios7-printer-outline:before { content: "\f1cc"; }
  361. .ion-ios7-rainy:before { content: "\f1cf"; }
  362. .ion-ios7-rainy-outline:before { content: "\f1ce"; }
  363. .ion-ios7-recording:before { content: "\f1d1"; }
  364. .ion-ios7-recording-outline:before { content: "\f1d0"; }
  365. .ion-ios7-redo:before { content: "\f1d3"; }
  366. .ion-ios7-redo-outline:before { content: "\f1d2"; }
  367. .ion-ios7-refresh:before { content: "\f1d6"; }
  368. .ion-ios7-refresh-empty:before { content: "\f1d4"; }
  369. .ion-ios7-refresh-outline:before { content: "\f1d5"; }
  370. .ion-ios7-reload:before, .ion-ios7-reloading:before { content: "\f28e"; }
  371. .ion-ios7-rewind:before { content: "\f1d8"; }
  372. .ion-ios7-rewind-outline:before { content: "\f1d7"; }
  373. .ion-ios7-search:before { content: "\f1da"; }
  374. .ion-ios7-search-strong:before { content: "\f1d9"; }
  375. .ion-ios7-skipbackward:before { content: "\f1dc"; }
  376. .ion-ios7-skipbackward-outline:before { content: "\f1db"; }
  377. .ion-ios7-skipforward:before { content: "\f1de"; }
  378. .ion-ios7-skipforward-outline:before { content: "\f1dd"; }
  379. .ion-ios7-snowy:before { content: "\f309"; }
  380. .ion-ios7-speedometer:before { content: "\f290"; }
  381. .ion-ios7-speedometer-outline:before { content: "\f28f"; }
  382. .ion-ios7-star:before { content: "\f1e0"; }
  383. .ion-ios7-star-outline:before { content: "\f1df"; }
  384. .ion-ios7-stopwatch:before { content: "\f1e2"; }
  385. .ion-ios7-stopwatch-outline:before { content: "\f1e1"; }
  386. .ion-ios7-sunny:before { content: "\f1e4"; }
  387. .ion-ios7-sunny-outline:before { content: "\f1e3"; }
  388. .ion-ios7-telephone:before { content: "\f1e6"; }
  389. .ion-ios7-telephone-outline:before { content: "\f1e5"; }
  390. .ion-ios7-thunderstorm:before { content: "\f1e8"; }
  391. .ion-ios7-thunderstorm-outline:before { content: "\f1e7"; }
  392. .ion-ios7-time:before { content: "\f292"; }
  393. .ion-ios7-time-outline:before { content: "\f291"; }
  394. .ion-ios7-timer:before { content: "\f1ea"; }
  395. .ion-ios7-timer-outline:before { content: "\f1e9"; }
  396. .ion-ios7-trash:before { content: "\f1ec"; }
  397. .ion-ios7-trash-outline:before { content: "\f1eb"; }
  398. .ion-ios7-undo:before { content: "\f1ee"; }
  399. .ion-ios7-undo-outline:before { content: "\f1ed"; }
  400. .ion-ios7-unlocked:before { content: "\f1f0"; }
  401. .ion-ios7-unlocked-outline:before { content: "\f1ef"; }
  402. .ion-ios7-upload:before { content: "\f1f2"; }
  403. .ion-ios7-upload-outline:before { content: "\f1f1"; }
  404. .ion-ios7-videocam:before { content: "\f1f4"; }
  405. .ion-ios7-videocam-outline:before { content: "\f1f3"; }
  406. .ion-ios7-volume-high:before { content: "\f1f5"; }
  407. .ion-ios7-volume-low:before { content: "\f1f6"; }
  408. .ion-ios7-wineglass:before { content: "\f294"; }
  409. .ion-ios7-wineglass-outline:before { content: "\f293"; }
  410. .ion-ios7-world:before { content: "\f1f8"; }
  411. .ion-ios7-world-outline:before { content: "\f1f7"; }
  412. .ion-ipad:before { content: "\f1f9"; }
  413. .ion-iphone:before { content: "\f1fa"; }
  414. .ion-ipod:before { content: "\f1fb"; }
  415. .ion-jet:before { content: "\f295"; }
  416. .ion-key:before { content: "\f296"; }
  417. .ion-knife:before { content: "\f297"; }
  418. .ion-laptop:before { content: "\f1fc"; }
  419. .ion-leaf:before { content: "\f1fd"; }
  420. .ion-levels:before { content: "\f298"; }
  421. .ion-lightbulb:before { content: "\f299"; }
  422. .ion-link:before { content: "\f1fe"; }
  423. .ion-load-a:before, .ion-loading-a:before { content: "\f29a"; }
  424. .ion-load-b:before, .ion-loading-b:before { content: "\f29b"; }
  425. .ion-load-c:before, .ion-loading-c:before { content: "\f29c"; }
  426. .ion-load-d:before, .ion-loading-d:before { content: "\f29d"; }
  427. .ion-location:before { content: "\f1ff"; }
  428. .ion-locked:before { content: "\f200"; }
  429. .ion-log-in:before { content: "\f29e"; }
  430. .ion-log-out:before { content: "\f29f"; }
  431. .ion-loop:before, .ion-looping:before { content: "\f201"; }
  432. .ion-magnet:before { content: "\f2a0"; }
  433. .ion-male:before { content: "\f2a1"; }
  434. .ion-man:before { content: "\f202"; }
  435. .ion-map:before { content: "\f203"; }
  436. .ion-medkit:before { content: "\f2a2"; }
  437. .ion-mic-a:before { content: "\f204"; }
  438. .ion-mic-b:before { content: "\f205"; }
  439. .ion-mic-c:before { content: "\f206"; }
  440. .ion-minus:before { content: "\f209"; }
  441. .ion-minus-circled:before { content: "\f207"; }
  442. .ion-minus-round:before { content: "\f208"; }
  443. .ion-model-s:before { content: "\f2c1"; }
  444. .ion-monitor:before { content: "\f20a"; }
  445. .ion-more:before { content: "\f20b"; }
  446. .ion-music-note:before { content: "\f20c"; }
  447. .ion-navicon:before { content: "\f20e"; }
  448. .ion-navicon-round:before { content: "\f20d"; }
  449. .ion-navigate:before { content: "\f2a3"; }
  450. .ion-no-smoking:before { content: "\f2c2"; }
  451. .ion-nuclear:before { content: "\f2a4"; }
  452. .ion-paper-airplane:before { content: "\f2c3"; }
  453. .ion-paperclip:before { content: "\f20f"; }
  454. .ion-pause:before { content: "\f210"; }
  455. .ion-person:before { content: "\f213"; }
  456. .ion-person-add:before { content: "\f211"; }
  457. .ion-person-stalker:before { content: "\f212"; }
  458. .ion-pie-graph:before { content: "\f2a5"; }
  459. .ion-pin:before { content: "\f2a6"; }
  460. .ion-pinpoint:before { content: "\f2a7"; }
  461. .ion-pizza:before { content: "\f2a8"; }
  462. .ion-plane:before { content: "\f214"; }
  463. .ion-play:before { content: "\f215"; }
  464. .ion-playstation:before { content: "\f30a"; }
  465. .ion-plus:before { content: "\f218"; }
  466. .ion-plus-circled:before { content: "\f216"; }
  467. .ion-plus-round:before { content: "\f217"; }
  468. .ion-pound:before { content: "\f219"; }
  469. .ion-power:before { content: "\f2a9"; }
  470. .ion-pricetag:before { content: "\f2aa"; }
  471. .ion-pricetags:before { content: "\f2ab"; }
  472. .ion-printer:before { content: "\f21a"; }
  473. .ion-radio-waves:before { content: "\f2ac"; }
  474. .ion-record:before { content: "\f21b"; }
  475. .ion-refresh:before, .ion-refreshing:before { content: "\f21c"; }
  476. .ion-reply:before { content: "\f21e"; }
  477. .ion-reply-all:before { content: "\f21d"; }
  478. .ion-search:before { content: "\f21f"; }
  479. .ion-settings:before { content: "\f2ad"; }
  480. .ion-share:before { content: "\f220"; }
  481. .ion-shuffle:before { content: "\f221"; }
  482. .ion-skip-backward:before { content: "\f222"; }
  483. .ion-skip-forward:before { content: "\f223"; }
  484. .ion-social-android:before { content: "\f225"; }
  485. .ion-social-android-outline:before { content: "\f224"; }
  486. .ion-social-apple:before { content: "\f227"; }
  487. .ion-social-apple-outline:before { content: "\f226"; }
  488. .ion-social-bitcoin:before { content: "\f2af"; }
  489. .ion-social-bitcoin-outline:before { content: "\f2ae"; }
  490. .ion-social-buffer:before { content: "\f229"; }
  491. .ion-social-buffer-outline:before { content: "\f228"; }
  492. .ion-social-designernews:before { content: "\f22b"; }
  493. .ion-social-designernews-outline:before { content: "\f22a"; }
  494. .ion-social-dribbble:before { content: "\f22d"; }
  495. .ion-social-dribbble-outline:before { content: "\f22c"; }
  496. .ion-social-dropbox:before { content: "\f22f"; }
  497. .ion-social-dropbox-outline:before { content: "\f22e"; }
  498. .ion-social-facebook:before { content: "\f231"; }
  499. .ion-social-facebook-outline:before { content: "\f230"; }
  500. .ion-social-freebsd-devil:before { content: "\f2c4"; }
  501. .ion-social-github:before { content: "\f233"; }
  502. .ion-social-github-outline:before { content: "\f232"; }
  503. .ion-social-googleplus:before { content: "\f235"; }
  504. .ion-social-googleplus-outline:before { content: "\f234"; }
  505. .ion-social-hackernews:before { content: "\f237"; }
  506. .ion-social-hackernews-outline:before { content: "\f236"; }
  507. .ion-social-linkedin:before { content: "\f239"; }
  508. .ion-social-linkedin-outline:before { content: "\f238"; }
  509. .ion-social-pinterest:before { content: "\f2b1"; }
  510. .ion-social-pinterest-outline:before { content: "\f2b0"; }
  511. .ion-social-reddit:before { content: "\f23b"; }
  512. .ion-social-reddit-outline:before { content: "\f23a"; }
  513. .ion-social-rss:before { content: "\f23d"; }
  514. .ion-social-rss-outline:before { content: "\f23c"; }
  515. .ion-social-skype:before { content: "\f23f"; }
  516. .ion-social-skype-outline:before { content: "\f23e"; }
  517. .ion-social-tumblr:before { content: "\f241"; }
  518. .ion-social-tumblr-outline:before { content: "\f240"; }
  519. .ion-social-tux:before { content: "\f2c5"; }
  520. .ion-social-twitter:before { content: "\f243"; }
  521. .ion-social-twitter-outline:before { content: "\f242"; }
  522. .ion-social-vimeo:before { content: "\f245"; }
  523. .ion-social-vimeo-outline:before { content: "\f244"; }
  524. .ion-social-windows:before { content: "\f247"; }
  525. .ion-social-windows-outline:before { content: "\f246"; }
  526. .ion-social-wordpress:before { content: "\f249"; }
  527. .ion-social-wordpress-outline:before { content: "\f248"; }
  528. .ion-social-yahoo:before { content: "\f24b"; }
  529. .ion-social-yahoo-outline:before { content: "\f24a"; }
  530. .ion-social-youtube:before { content: "\f24d"; }
  531. .ion-social-youtube-outline:before { content: "\f24c"; }
  532. .ion-speakerphone:before { content: "\f2b2"; }
  533. .ion-speedometer:before { content: "\f2b3"; }
  534. .ion-spoon:before { content: "\f2b4"; }
  535. .ion-star:before { content: "\f24e"; }
  536. .ion-stats-bars:before { content: "\f2b5"; }
  537. .ion-steam:before { content: "\f30b"; }
  538. .ion-stop:before { content: "\f24f"; }
  539. .ion-thermometer:before { content: "\f2b6"; }
  540. .ion-thumbsdown:before { content: "\f250"; }
  541. .ion-thumbsup:before { content: "\f251"; }
  542. .ion-trash-a:before { content: "\f252"; }
  543. .ion-trash-b:before { content: "\f253"; }
  544. .ion-umbrella:before { content: "\f2b7"; }
  545. .ion-unlocked:before { content: "\f254"; }
  546. .ion-upload:before { content: "\f255"; }
  547. .ion-usb:before { content: "\f2b8"; }
  548. .ion-videocamera:before { content: "\f256"; }
  549. .ion-volume-high:before { content: "\f257"; }
  550. .ion-volume-low:before { content: "\f258"; }
  551. .ion-volume-medium:before { content: "\f259"; }
  552. .ion-volume-mute:before { content: "\f25a"; }
  553. .ion-waterdrop:before { content: "\f25b"; }
  554. .ion-wifi:before { content: "\f25c"; }
  555. .ion-wineglass:before { content: "\f2b9"; }
  556. .ion-woman:before { content: "\f25d"; }
  557. .ion-wrench:before { content: "\f2ba"; }
  558. .ion-xbox:before { content: "\f30c"; }