typicons.css 22 KB

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