typicons.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368
  1. @font-face {
  2. font-family: 'typicons';
  3. font-weight: normal;
  4. font-style: normal;
  5. src: url("fonts/typicons.eot");
  6. src: url("fonts/typicons.eot?#iefix") format("embedded-opentype"), url("fonts/typicons.woff") format("woff"), url("fonts/typicons.ttf") format("truetype"), url("fonts/typicons.svg#typicons") format("svg"); }
  7. /* :before psuedo-selector inserts and styles icon */
  8. .typcn:before {
  9. font-family: 'typicons';
  10. font-style: normal;
  11. font-weight: normal;
  12. speak: none;
  13. display: inline-block;
  14. text-decoration: inherit;
  15. width: 1em;
  16. height: 1em;
  17. font-size: 1em;
  18. text-align: center;
  19. -webkit-font-smoothing: antialiased;
  20. font-smoothing: antialiased;
  21. text-rendering: optimizeLegibility; }
  22. /* Code for individual icons */
  23. .typcn-adjust-brightness:before {
  24. content: '\e000';
  25. /* '' */ }
  26. .typcn-adjust-contrast:before {
  27. content: '\e001';
  28. /* '' */ }
  29. .typcn-anchor-outline:before {
  30. content: '\e002';
  31. /* '' */ }
  32. .typcn-anchor:before {
  33. content: '\e003';
  34. /* '' */ }
  35. .typcn-archive:before {
  36. content: '\e004';
  37. /* '' */ }
  38. .typcn-arrow-back-outline:before {
  39. content: '\e005';
  40. /* '' */ }
  41. .typcn-arrow-back:before {
  42. content: '\e006';
  43. /* '' */ }
  44. .typcn-arrow-down-outline:before {
  45. content: '\e007';
  46. /* '' */ }
  47. .typcn-arrow-down-thick:before {
  48. content: '\e008';
  49. /* '' */ }
  50. .typcn-arrow-down:before {
  51. content: '\e009';
  52. /* '' */ }
  53. .typcn-arrow-forward-outline:before {
  54. content: '\e00a';
  55. /* '' */ }
  56. .typcn-arrow-forward:before {
  57. content: '\e00b';
  58. /* '' */ }
  59. .typcn-arrow-left-outline:before {
  60. content: '\e00c';
  61. /* '' */ }
  62. .typcn-arrow-left-thick:before {
  63. content: '\e00d';
  64. /* '' */ }
  65. .typcn-arrow-left:before {
  66. content: '\e00e';
  67. /* '' */ }
  68. .typcn-arrow-loop-outline:before {
  69. content: '\e00f';
  70. /* '' */ }
  71. .typcn-arrow-loop:before {
  72. content: '\e010';
  73. /* '' */ }
  74. .typcn-arrow-maximise-outline:before {
  75. content: '\e011';
  76. /* '' */ }
  77. .typcn-arrow-maximise:before {
  78. content: '\e012';
  79. /* '' */ }
  80. .typcn-arrow-minimise-outline:before {
  81. content: '\e013';
  82. /* '' */ }
  83. .typcn-arrow-minimise:before {
  84. content: '\e014';
  85. /* '' */ }
  86. .typcn-arrow-move-outline:before {
  87. content: '\e015';
  88. /* '' */ }
  89. .typcn-arrow-move:before {
  90. content: '\e016';
  91. /* '' */ }
  92. .typcn-arrow-repeat-outline:before {
  93. content: '\e017';
  94. /* '' */ }
  95. .typcn-arrow-repeat:before {
  96. content: '\e018';
  97. /* '' */ }
  98. .typcn-arrow-right-outline:before {
  99. content: '\e019';
  100. /* '' */ }
  101. .typcn-arrow-right-thick:before {
  102. content: '\e01a';
  103. /* '' */ }
  104. .typcn-arrow-right:before {
  105. content: '\e01b';
  106. /* '' */ }
  107. .typcn-arrow-shuffle:before {
  108. content: '\e01c';
  109. /* '' */ }
  110. .typcn-arrow-sorted-down:before {
  111. content: '\e01d';
  112. /* '' */ }
  113. .typcn-arrow-sorted-up:before {
  114. content: '\e01e';
  115. /* '' */ }
  116. .typcn-arrow-sync-outline:before {
  117. content: '\e01f';
  118. /* '' */ }
  119. .typcn-arrow-sync:before {
  120. content: '\e020';
  121. /* '' */ }
  122. .typcn-arrow-unsorted:before {
  123. content: '\e021';
  124. /* '' */ }
  125. .typcn-arrow-up-outline:before {
  126. content: '\e022';
  127. /* '' */ }
  128. .typcn-arrow-up-thick:before {
  129. content: '\e023';
  130. /* '' */ }
  131. .typcn-arrow-up:before {
  132. content: '\e024';
  133. /* '' */ }
  134. .typcn-at:before {
  135. content: '\e025';
  136. /* '' */ }
  137. .typcn-attachment-outline:before {
  138. content: '\e026';
  139. /* '' */ }
  140. .typcn-attachment:before {
  141. content: '\e027';
  142. /* '' */ }
  143. .typcn-backspace-outline:before {
  144. content: '\e028';
  145. /* '' */ }
  146. .typcn-backspace:before {
  147. content: '\e029';
  148. /* '' */ }
  149. .typcn-battery-charge:before {
  150. content: '\e02a';
  151. /* '' */ }
  152. .typcn-battery-full:before {
  153. content: '\e02b';
  154. /* '' */ }
  155. .typcn-battery-high:before {
  156. content: '\e02c';
  157. /* '' */ }
  158. .typcn-battery-low:before {
  159. content: '\e02d';
  160. /* '' */ }
  161. .typcn-battery-mid:before {
  162. content: '\e02e';
  163. /* '' */ }
  164. .typcn-beaker:before {
  165. content: '\e02f';
  166. /* '' */ }
  167. .typcn-beer:before {
  168. content: '\e030';
  169. /* '' */ }
  170. .typcn-bell:before {
  171. content: '\e031';
  172. /* '' */ }
  173. .typcn-book:before {
  174. content: '\e032';
  175. /* '' */ }
  176. .typcn-bookmark:before {
  177. content: '\e033';
  178. /* '' */ }
  179. .typcn-briefcase:before {
  180. content: '\e034';
  181. /* '' */ }
  182. .typcn-brush:before {
  183. content: '\e035';
  184. /* '' */ }
  185. .typcn-business-card:before {
  186. content: '\e036';
  187. /* '' */ }
  188. .typcn-calculator:before {
  189. content: '\e037';
  190. /* '' */ }
  191. .typcn-calendar-outline:before {
  192. content: '\e038';
  193. /* '' */ }
  194. .typcn-calendar:before {
  195. content: '\e039';
  196. /* '' */ }
  197. .typcn-camera-outline:before {
  198. content: '\e03a';
  199. /* '' */ }
  200. .typcn-camera:before {
  201. content: '\e03b';
  202. /* '' */ }
  203. .typcn-cancel-outline:before {
  204. content: '\e03c';
  205. /* '' */ }
  206. .typcn-cancel:before {
  207. content: '\e03d';
  208. /* '' */ }
  209. .typcn-chart-area-outline:before {
  210. content: '\e03e';
  211. /* '' */ }
  212. .typcn-chart-area:before {
  213. content: '\e03f';
  214. /* '' */ }
  215. .typcn-chart-bar-outline:before {
  216. content: '\e040';
  217. /* '' */ }
  218. .typcn-chart-bar:before {
  219. content: '\e041';
  220. /* 'εüü' */ }
  221. .typcn-chart-line-outline:before {
  222. content: '\e042';
  223. /* 'εüé' */ }
  224. .typcn-chart-line:before {
  225. content: '\e043';
  226. /* 'εüâ' */ }
  227. .typcn-chart-pie-outline:before {
  228. content: '\e044';
  229. /* 'εüä' */ }
  230. .typcn-chart-pie:before {
  231. content: '\e045';
  232. /* 'εüà' */ }
  233. .typcn-chevron-left-outline:before {
  234. content: '\e046';
  235. /* 'εüå' */ }
  236. .typcn-chevron-left:before {
  237. content: '\e047';
  238. /* 'εüç' */ }
  239. .typcn-chevron-right-outline:before {
  240. content: '\e048';
  241. /* 'εüê' */ }
  242. .typcn-chevron-right:before {
  243. content: '\e049';
  244. /* 'εüë' */ }
  245. .typcn-clipboard:before {
  246. content: '\e04a';
  247. /* 'εüè' */ }
  248. .typcn-cloud-storage:before {
  249. content: '\e04b';
  250. /* 'εüï' */ }
  251. .typcn-cloud-storage-outline:before {
  252. content: '\e054';
  253. /* 'εüö' */ }
  254. .typcn-code-outline:before {
  255. content: '\e04c';
  256. /* 'εüî' */ }
  257. .typcn-code:before {
  258. content: '\e04d';
  259. /* 'εüì' */ }
  260. .typcn-coffee:before {
  261. content: '\e04e';
  262. /* '' */ }
  263. .typcn-cog-outline:before {
  264. content: '\e04f';
  265. /* '' */ }
  266. .typcn-cog:before {
  267. content: '\e050';
  268. /* '' */ }
  269. .typcn-compass:before {
  270. content: '\e051';
  271. /* 'εüæ' */ }
  272. .typcn-contacts:before {
  273. content: '\e052';
  274. /* '' */ }
  275. .typcn-credit-card:before {
  276. content: '\e053';
  277. /* 'εüô' */ }
  278. .typcn-css3:before {
  279. content: '\e055';
  280. /* 'εüò' */ }
  281. .typcn-database:before {
  282. content: '\e056';
  283. /* 'εüû' */ }
  284. .typcn-delete-outline:before {
  285. content: '\e057';
  286. /* 'εüù' */ }
  287. .typcn-delete:before {
  288. content: '\e058';
  289. /* 'εüÿ' */ }
  290. .typcn-device-desktop:before {
  291. content: '\e059';
  292. /* 'εüÖ' */ }
  293. .typcn-device-laptop:before {
  294. content: '\e05a';
  295. /* '' */ }
  296. .typcn-device-phone:before {
  297. content: '\e05b';
  298. /* '' */ }
  299. .typcn-device-tablet:before {
  300. content: '\e05c';
  301. /* '' */ }
  302. .typcn-directions:before {
  303. content: '\e05d';
  304. /* '' */ }
  305. .typcn-divide-outline:before {
  306. content: '\e05e';
  307. /* '' */ }
  308. .typcn-divide:before {
  309. content: '\e05f';
  310. /* '' */ }
  311. .typcn-document-add:before {
  312. content: '\e060';
  313. /* 'εüá' */ }
  314. .typcn-document-delete:before {
  315. content: '\e061';
  316. /* 'εüí' */ }
  317. .typcn-document-text:before {
  318. content: '\e062';
  319. /* 'εüó' */ }
  320. .typcn-document:before {
  321. content: '\e063';
  322. /* 'εüú' */ }
  323. .typcn-download-outline:before {
  324. content: '\e064';
  325. /* 'εüñ' */ }
  326. .typcn-download:before {
  327. content: '\e065';
  328. /* '' */ }
  329. .typcn-dropbox:before {
  330. content: '\e066';
  331. /* '' */ }
  332. .typcn-edit:before {
  333. content: '\e067';
  334. /* '' */ }
  335. .typcn-eject-outline:before {
  336. content: '\e068';
  337. /* 'εü¿' */ }
  338. .typcn-eject:before {
  339. content: '\e069';
  340. /* '' */ }
  341. .typcn-equals-outline:before {
  342. content: '\e06a';
  343. /* '' */ }
  344. .typcn-equals:before {
  345. content: '\e06b';
  346. /* 'εü½' */ }
  347. .typcn-export-outline:before {
  348. content: '\e06c';
  349. /* 'εü¼' */ }
  350. .typcn-export:before {
  351. content: '\e06d';
  352. /* 'εü¡' */ }
  353. .typcn-eye-outline:before {
  354. content: '\e06e';
  355. /* 'εü«' */ }
  356. .typcn-eye:before {
  357. content: '\e06f';
  358. /* 'εü»' */ }
  359. .typcn-feather:before {
  360. content: '\e070';
  361. /* '' */ }
  362. .typcn-film:before {
  363. content: '\e071';
  364. /* '' */ }
  365. .typcn-filter:before {
  366. content: '\e072';
  367. /* '' */ }
  368. .typcn-flag-outline:before {
  369. content: '\e073';
  370. /* '' */ }
  371. .typcn-flag:before {
  372. content: '\e074';
  373. /* '' */ }
  374. .typcn-flash-outline:before {
  375. content: '\e075';
  376. /* '' */ }
  377. .typcn-flash:before {
  378. content: '\e076';
  379. /* '' */ }
  380. .typcn-flow-children:before {
  381. content: '\e077';
  382. /* '' */ }
  383. .typcn-flow-merge:before {
  384. content: '\e078';
  385. /* '' */ }
  386. .typcn-flow-parallel:before {
  387. content: '\e079';
  388. /* '' */ }
  389. .typcn-flow-switch:before {
  390. content: '\e07a';
  391. /* '' */ }
  392. .typcn-folder-add:before {
  393. content: '\e07b';
  394. /* '' */ }
  395. .typcn-folder-delete:before {
  396. content: '\e07c';
  397. /* '' */ }
  398. .typcn-folder-open:before {
  399. content: '\e07d';
  400. /* '' */ }
  401. .typcn-folder:before {
  402. content: '\e07e';
  403. /* '' */ }
  404. .typcn-gift:before {
  405. content: '\e07f';
  406. /* '' */ }
  407. .typcn-globe-outline:before {
  408. content: '\e080';
  409. /* '' */ }
  410. .typcn-globe:before {
  411. content: '\e081';
  412. /* 'εéü' */ }
  413. .typcn-group-outline:before {
  414. content: '\e082';
  415. /* 'εéé' */ }
  416. .typcn-group:before {
  417. content: '\e083';
  418. /* 'εéâ' */ }
  419. .typcn-headphones:before {
  420. content: '\e084';
  421. /* 'εéä' */ }
  422. .typcn-heart-full-outline:before {
  423. content: '\e085';
  424. /* 'εéà' */ }
  425. .typcn-heart-half-outline:before {
  426. content: '\e086';
  427. /* 'εéå' */ }
  428. .typcn-heart-outline:before {
  429. content: '\e087';
  430. /* 'εéç' */ }
  431. .typcn-heart:before {
  432. content: '\e088';
  433. /* 'εéê' */ }
  434. .typcn-home-outline:before {
  435. content: '\e089';
  436. /* 'εéë' */ }
  437. .typcn-home:before {
  438. content: '\e08a';
  439. /* 'εéè' */ }
  440. .typcn-html5:before {
  441. content: '\e08b';
  442. /* 'εéï' */ }
  443. .typcn-image-outline:before {
  444. content: '\e08c';
  445. /* 'εéî' */ }
  446. .typcn-image:before {
  447. content: '\e08d';
  448. /* 'εéì' */ }
  449. .typcn-infinity-outline:before {
  450. content: '\e08e';
  451. /* '' */ }
  452. .typcn-infinity:before {
  453. content: '\e08f';
  454. /* '' */ }
  455. .typcn-info-large-outline:before {
  456. content: '\e090';
  457. /* '' */ }
  458. .typcn-info-large:before {
  459. content: '\e091';
  460. /* 'εéæ' */ }
  461. .typcn-info-outline:before {
  462. content: '\e092';
  463. /* '' */ }
  464. .typcn-info:before {
  465. content: '\e093';
  466. /* 'εéô' */ }
  467. .typcn-input-checked-outline:before {
  468. content: '\e094';
  469. /* 'εéö' */ }
  470. .typcn-input-checked:before {
  471. content: '\e095';
  472. /* 'εéò' */ }
  473. .typcn-key-outline:before {
  474. content: '\e096';
  475. /* 'εéû' */ }
  476. .typcn-key:before {
  477. content: '\e097';
  478. /* 'εéù' */ }
  479. .typcn-keyboard:before {
  480. content: '\e098';
  481. /* 'εéÿ' */ }
  482. .typcn-leaf:before {
  483. content: '\e099';
  484. /* 'εéÖ' */ }
  485. .typcn-lightbulb:before {
  486. content: '\e09a';
  487. /* '' */ }
  488. .typcn-link-outline:before {
  489. content: '\e09b';
  490. /* '' */ }
  491. .typcn-link:before {
  492. content: '\e09c';
  493. /* '' */ }
  494. .typcn-location-arrow-outline:before {
  495. content: '\e09d';
  496. /* '' */ }
  497. .typcn-location-arrow:before {
  498. content: '\e09e';
  499. /* '' */ }
  500. .typcn-location-outline:before {
  501. content: '\e09f';
  502. /* '' */ }
  503. .typcn-location:before {
  504. content: '\e0a0';
  505. /* 'εéá' */ }
  506. .typcn-lock-closed-outline:before {
  507. content: '\e0a1';
  508. /* 'εéí' */ }
  509. .typcn-lock-closed:before {
  510. content: '\e0a2';
  511. /* 'εéó' */ }
  512. .typcn-lock-open-outline:before {
  513. content: '\e0a3';
  514. /* 'εéú' */ }
  515. .typcn-lock-open:before {
  516. content: '\e0a4';
  517. /* 'εéñ' */ }
  518. .typcn-mail:before {
  519. content: '\e0a5';
  520. /* '' */ }
  521. .typcn-map:before {
  522. content: '\e0a6';
  523. /* '' */ }
  524. .typcn-media-eject-outline:before {
  525. content: '\e0a7';
  526. /* '' */ }
  527. .typcn-media-eject:before {
  528. content: '\e0a8';
  529. /* 'εé¿' */ }
  530. .typcn-media-fast-forward-outline:before {
  531. content: '\e0a9';
  532. /* '' */ }
  533. .typcn-media-fast-forward:before {
  534. content: '\e0aa';
  535. /* '' */ }
  536. .typcn-media-pause-outline:before {
  537. content: '\e0ab';
  538. /* 'εé½' */ }
  539. .typcn-media-pause:before {
  540. content: '\e0ac';
  541. /* 'εé¼' */ }
  542. .typcn-media-play-outline:before {
  543. content: '\e0ad';
  544. /* 'εé¡' */ }
  545. .typcn-media-play-reverse-outline:before {
  546. content: '\e0ae';
  547. /* 'εé«' */ }
  548. .typcn-media-play-reverse:before {
  549. content: '\e0af';
  550. /* 'εé»' */ }
  551. .typcn-media-play:before {
  552. content: '\e0b0';
  553. /* '' */ }
  554. .typcn-media-record-outline:before {
  555. content: '\e0b1';
  556. /* '' */ }
  557. .typcn-media-record:before {
  558. content: '\e0b2';
  559. /* '' */ }
  560. .typcn-media-rewind-outline:before {
  561. content: '\e0b3';
  562. /* '' */ }
  563. .typcn-media-rewind:before {
  564. content: '\e0b4';
  565. /* '' */ }
  566. .typcn-media-stop-outline:before {
  567. content: '\e0b5';
  568. /* '' */ }
  569. .typcn-media-stop:before {
  570. content: '\e0b6';
  571. /* '' */ }
  572. .typcn-message-typing:before {
  573. content: '\e0b7';
  574. /* '' */ }
  575. .typcn-message:before {
  576. content: '\e0b8';
  577. /* '' */ }
  578. .typcn-messages:before {
  579. content: '\e0b9';
  580. /* '' */ }
  581. .typcn-microphone-outline:before {
  582. content: '\e0ba';
  583. /* '' */ }
  584. .typcn-microphone:before {
  585. content: '\e0bb';
  586. /* '' */ }
  587. .typcn-minus-outline:before {
  588. content: '\e0bc';
  589. /* '' */ }
  590. .typcn-minus:before {
  591. content: '\e0bd';
  592. /* '' */ }
  593. .typcn-mortar-board:before {
  594. content: '\e0be';
  595. /* '' */ }
  596. .typcn-news:before {
  597. content: '\e0bf';
  598. /* '' */ }
  599. .typcn-notes-outline:before {
  600. content: '\e0c0';
  601. /* '' */ }
  602. .typcn-notes:before {
  603. content: '\e0c1';
  604. /* 'εâü' */ }
  605. .typcn-pen:before {
  606. content: '\e0c2';
  607. /* 'εâé' */ }
  608. .typcn-pencil:before {
  609. content: '\e0c3';
  610. /* 'εââ' */ }
  611. .typcn-phone-outline:before {
  612. content: '\e0c4';
  613. /* 'εâä' */ }
  614. .typcn-phone:before {
  615. content: '\e0c5';
  616. /* 'εâà' */ }
  617. .typcn-pi-outline:before {
  618. content: '\e0c6';
  619. /* 'εâå' */ }
  620. .typcn-pi:before {
  621. content: '\e0c7';
  622. /* 'εâç' */ }
  623. .typcn-pin-outline:before {
  624. content: '\e0c8';
  625. /* 'εâê' */ }
  626. .typcn-pin:before {
  627. content: '\e0c9';
  628. /* 'εâë' */ }
  629. .typcn-pipette:before {
  630. content: '\e0ca';
  631. /* 'εâè' */ }
  632. .typcn-plane-outline:before {
  633. content: '\e0cb';
  634. /* 'εâï' */ }
  635. .typcn-plane:before {
  636. content: '\e0cc';
  637. /* 'εâî' */ }
  638. .typcn-plug:before {
  639. content: '\e0cd';
  640. /* 'εâì' */ }
  641. .typcn-plus-outline:before {
  642. content: '\e0ce';
  643. /* '' */ }
  644. .typcn-plus:before {
  645. content: '\e0cf';
  646. /* '' */ }
  647. .typcn-point-of-interest-outline:before {
  648. content: '\e0d0';
  649. /* '' */ }
  650. .typcn-point-of-interest:before {
  651. content: '\e0d1';
  652. /* 'εâæ' */ }
  653. .typcn-power-outline:before {
  654. content: '\e0d2';
  655. /* '' */ }
  656. .typcn-power:before {
  657. content: '\e0d3';
  658. /* 'εâô' */ }
  659. .typcn-printer:before {
  660. content: '\e0d4';
  661. /* 'εâö' */ }
  662. .typcn-puzzle-outline:before {
  663. content: '\e0d5';
  664. /* 'εâò' */ }
  665. .typcn-puzzle:before {
  666. content: '\e0d6';
  667. /* 'εâû' */ }
  668. .typcn-radar-outline:before {
  669. content: '\e0d7';
  670. /* 'εâù' */ }
  671. .typcn-radar:before {
  672. content: '\e0d8';
  673. /* 'εâÿ' */ }
  674. .typcn-refresh-outline:before {
  675. content: '\e0d9';
  676. /* 'εâÖ' */ }
  677. .typcn-refresh:before {
  678. content: '\e0da';
  679. /* '' */ }
  680. .typcn-rss-outline:before {
  681. content: '\e0db';
  682. /* '' */ }
  683. .typcn-rss:before {
  684. content: '\e0dc';
  685. /* '' */ }
  686. .typcn-scissors-outline:before {
  687. content: '\e0dd';
  688. /* '' */ }
  689. .typcn-scissors:before {
  690. content: '\e0de';
  691. /* '' */ }
  692. .typcn-shopping-bag:before {
  693. content: '\e0df';
  694. /* '' */ }
  695. .typcn-shopping-cart:before {
  696. content: '\e0e0';
  697. /* 'εâá' */ }
  698. .typcn-social-at-circular:before {
  699. content: '\e0e1';
  700. /* 'εâí' */ }
  701. .typcn-social-dribbble-circular:before {
  702. content: '\e0e2';
  703. /* 'εâó' */ }
  704. .typcn-social-dribbble:before {
  705. content: '\e0e3';
  706. /* 'εâú' */ }
  707. .typcn-social-facebook-circular:before {
  708. content: '\e0e4';
  709. /* 'εâñ' */ }
  710. .typcn-social-facebook:before {
  711. content: '\e0e5';
  712. /* '' */ }
  713. .typcn-social-flickr-circular:before {
  714. content: '\e0e6';
  715. /* '' */ }
  716. .typcn-social-flickr:before {
  717. content: '\e0e7';
  718. /* '' */ }
  719. .typcn-social-github-circular:before {
  720. content: '\e0e8';
  721. /* 'εâ¿' */ }
  722. .typcn-social-github:before {
  723. content: '\e0e9';
  724. /* '' */ }
  725. .typcn-social-google-plus-circular:before {
  726. content: '\e0ea';
  727. /* '' */ }
  728. .typcn-social-google-plus:before {
  729. content: '\e0eb';
  730. /* 'εâ½' */ }
  731. .typcn-social-instagram-circular:before {
  732. content: '\e0ec';
  733. /* 'εâ¼' */ }
  734. .typcn-social-instagram:before {
  735. content: '\e0ed';
  736. /* 'εâ¡' */ }
  737. .typcn-social-last-fm-circular:before {
  738. content: '\e0ee';
  739. /* 'εâ«' */ }
  740. .typcn-social-last-fm:before {
  741. content: '\e0ef';
  742. /* 'εâ»' */ }
  743. .typcn-social-linkedin-circular:before {
  744. content: '\e0f0';
  745. /* '' */ }
  746. .typcn-social-linkedin:before {
  747. content: '\e0f1';
  748. /* '' */ }
  749. .typcn-social-pinterest-circular:before {
  750. content: '\e0f2';
  751. /* '' */ }
  752. .typcn-social-pinterest:before {
  753. content: '\e0f3';
  754. /* '' */ }
  755. .typcn-social-skype-outline:before {
  756. content: '\e0f4';
  757. /* '' */ }
  758. .typcn-social-skype:before {
  759. content: '\e0f5';
  760. /* '' */ }
  761. .typcn-social-tumbler-circular:before {
  762. content: '\e0f6';
  763. /* '' */ }
  764. .typcn-social-tumbler:before {
  765. content: '\e0f7';
  766. /* '' */ }
  767. .typcn-social-twitter-circular:before {
  768. content: '\e0f8';
  769. /* '' */ }
  770. .typcn-social-twitter:before {
  771. content: '\e0f9';
  772. /* '' */ }
  773. .typcn-social-vimeo-circular:before {
  774. content: '\e0fa';
  775. /* '' */ }
  776. .typcn-social-vimeo:before {
  777. content: '\e0fb';
  778. /* '' */ }
  779. .typcn-social-youtube-circular:before {
  780. content: '\e0fc';
  781. /* '' */ }
  782. .typcn-social-youtube:before {
  783. content: '\e0fd';
  784. /* '' */ }
  785. .typcn-sort-alphabetically-outline:before {
  786. content: '\e0fe';
  787. /* '' */ }
  788. .typcn-sort-alphabetically:before {
  789. content: '\e0ff';
  790. /* '' */ }
  791. .typcn-sort-numerically-outline:before {
  792. content: '\e100';
  793. /* '' */ }
  794. .typcn-sort-numerically:before {
  795. content: '\e101';
  796. /* 'εäü' */ }
  797. .typcn-spanner-outline:before {
  798. content: '\e102';
  799. /* 'εäé' */ }
  800. .typcn-spanner:before {
  801. content: '\e103';
  802. /* 'εäâ' */ }
  803. .typcn-spiral:before {
  804. content: '\e104';
  805. /* 'εää' */ }
  806. .typcn-star-full-outline:before {
  807. content: '\e105';
  808. /* 'εäà' */ }
  809. .typcn-star-half-outline:before {
  810. content: '\e106';
  811. /* 'εäå' */ }
  812. .typcn-star-half:before {
  813. content: '\e107';
  814. /* 'εäç' */ }
  815. .typcn-star-outline:before {
  816. content: '\e108';
  817. /* 'εäê' */ }
  818. .typcn-star:before {
  819. content: '\e109';
  820. /* 'εäë' */ }
  821. .typcn-starburst-outline:before {
  822. content: '\e10a';
  823. /* 'εäè' */ }
  824. .typcn-starburst:before {
  825. content: '\e10b';
  826. /* 'εäï' */ }
  827. .typcn-stopwatch:before {
  828. content: '\e10c';
  829. /* 'εäî' */ }
  830. .typcn-support:before {
  831. content: '\e10d';
  832. /* 'εäì' */ }
  833. .typcn-tabs-outline:before {
  834. content: '\e10e';
  835. /* '' */ }
  836. .typcn-tag:before {
  837. content: '\e10f';
  838. /* '' */ }
  839. .typcn-tags:before {
  840. content: '\e110';
  841. /* '' */ }
  842. .typcn-th-large-outline:before {
  843. content: '\e111';
  844. /* 'εäæ' */ }
  845. .typcn-th-large:before {
  846. content: '\e112';
  847. /* '' */ }
  848. .typcn-th-list-outline:before {
  849. content: '\e113';
  850. /* 'εäô' */ }
  851. .typcn-th-list:before {
  852. content: '\e114';
  853. /* 'εäö' */ }
  854. .typcn-th-menu-outline:before {
  855. content: '\e115';
  856. /* 'εäò' */ }
  857. .typcn-th-menu:before {
  858. content: '\e116';
  859. /* 'εäû' */ }
  860. .typcn-th-small-outline:before {
  861. content: '\e117';
  862. /* 'εäù' */ }
  863. .typcn-th-small:before {
  864. content: '\e118';
  865. /* 'εäÿ' */ }
  866. .typcn-thermometer:before {
  867. content: '\e119';
  868. /* 'εäÖ' */ }
  869. .typcn-thumbs-down:before {
  870. content: '\e11a';
  871. /* '' */ }
  872. .typcn-thumbs-ok:before {
  873. content: '\e11b';
  874. /* '' */ }
  875. .typcn-thumbs-up:before {
  876. content: '\e11c';
  877. /* '' */ }
  878. .typcn-tick-outline:before {
  879. content: '\e11d';
  880. /* '' */ }
  881. .typcn-tick:before {
  882. content: '\e11e';
  883. /* '' */ }
  884. .typcn-ticket:before {
  885. content: '\e11f';
  886. /* '' */ }
  887. .typcn-time:before {
  888. content: '\e120';
  889. /* 'εäá' */ }
  890. .typcn-times-outline:before {
  891. content: '\e121';
  892. /* 'εäí' */ }
  893. .typcn-times:before {
  894. content: '\e122';
  895. /* 'εäó' */ }
  896. .typcn-trash:before {
  897. content: '\e123';
  898. /* 'εäú' */ }
  899. .typcn-tree:before {
  900. content: '\e124';
  901. /* 'εäñ' */ }
  902. .typcn-upload-outline:before {
  903. content: '\e125';
  904. /* '' */ }
  905. .typcn-upload:before {
  906. content: '\e126';
  907. /* '' */ }
  908. .typcn-user-add-outline:before {
  909. content: '\e127';
  910. /* '' */ }
  911. .typcn-user-add:before {
  912. content: '\e128';
  913. /* 'εä¿' */ }
  914. .typcn-user-delete-outline:before {
  915. content: '\e129';
  916. /* '' */ }
  917. .typcn-user-delete:before {
  918. content: '\e12a';
  919. /* '' */ }
  920. .typcn-user-outline:before {
  921. content: '\e12b';
  922. /* 'εä½' */ }
  923. .typcn-user:before {
  924. content: '\e12c';
  925. /* 'εä¼' */ }
  926. .typcn-vendor-android:before {
  927. content: '\e12d';
  928. /* 'εä¡' */ }
  929. .typcn-vendor-apple:before {
  930. content: '\e12e';
  931. /* 'εä«' */ }
  932. .typcn-vendor-microsoft:before {
  933. content: '\e12f';
  934. /* 'εä»' */ }
  935. .typcn-video-outline:before {
  936. content: '\e130';
  937. /* '' */ }
  938. .typcn-video:before {
  939. content: '\e131';
  940. /* '' */ }
  941. .typcn-volume-down:before {
  942. content: '\e132';
  943. /* '' */ }
  944. .typcn-volume-mute:before {
  945. content: '\e133';
  946. /* '' */ }
  947. .typcn-volume-up:before {
  948. content: '\e134';
  949. /* '' */ }
  950. .typcn-volume:before {
  951. content: '\e135';
  952. /* '' */ }
  953. .typcn-warning-outline:before {
  954. content: '\e136';
  955. /* '' */ }
  956. .typcn-warning:before {
  957. content: '\e137';
  958. /* '' */ }
  959. .typcn-watch:before {
  960. content: '\e138';
  961. /* '' */ }
  962. .typcn-waves-outline:before {
  963. content: '\e139';
  964. /* '' */ }
  965. .typcn-waves:before {
  966. content: '\e13a';
  967. /* '' */ }
  968. .typcn-weather-cloudy:before {
  969. content: '\e13b';
  970. /* '' */ }
  971. .typcn-weather-downpour:before {
  972. content: '\e13c';
  973. /* '' */ }
  974. .typcn-weather-night:before {
  975. content: '\e13d';
  976. /* '' */ }
  977. .typcn-weather-partly-sunny:before {
  978. content: '\e13e';
  979. /* '' */ }
  980. .typcn-weather-shower:before {
  981. content: '\e13f';
  982. /* '' */ }
  983. .typcn-weather-snow:before {
  984. content: '\e140';
  985. /* '' */ }
  986. .typcn-weather-stormy:before {
  987. content: '\e141';
  988. /* 'εàü' */ }
  989. .typcn-weather-sunny:before {
  990. content: '\e142';
  991. /* 'εàé' */ }
  992. .typcn-weather-windy-cloudy:before {
  993. content: '\e143';
  994. /* 'εàâ' */ }
  995. .typcn-weather-windy:before {
  996. content: '\e144';
  997. /* 'εàä' */ }
  998. .typcn-wi-fi-outline:before {
  999. content: '\e145';
  1000. /* 'εàà' */ }
  1001. .typcn-wi-fi:before {
  1002. content: '\e146';
  1003. /* 'εàå' */ }
  1004. .typcn-wine:before {
  1005. content: '\e147';
  1006. /* 'εàç' */ }
  1007. .typcn-world-outline:before {
  1008. content: '\e148';
  1009. /* 'εàê' */ }
  1010. .typcn-world:before {
  1011. content: '\e149';
  1012. /* 'εàë' */ }
  1013. .typcn-zoom-in-outline:before {
  1014. content: '\e14a';
  1015. /* 'εàè' */ }
  1016. .typcn-zoom-in:before {
  1017. content: '\e14b';
  1018. /* 'εàï' */ }
  1019. .typcn-zoom-out-outline:before {
  1020. content: '\e14c';
  1021. /* 'εàî' */ }
  1022. .typcn-zoom-out:before {
  1023. content: '\e14d';
  1024. /* 'εàì' */ }
  1025. .typcn-zoom-outline:before {
  1026. content: '\e14e';
  1027. /* '' */ }
  1028. .typcn-zoom:before {
  1029. content: '\e14f';
  1030. /* '' */ }