themify-icons-rails 1.0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +23 -0
  3. data/.travis.yml +5 -0
  4. data/Gemfile +4 -0
  5. data/LICENSE.txt +22 -0
  6. data/README.md +60 -0
  7. data/Rakefile +18 -0
  8. data/app/assets/fonts/themify.eot +0 -0
  9. data/app/assets/fonts/themify.svg +362 -0
  10. data/app/assets/fonts/themify.ttf +0 -0
  11. data/app/assets/fonts/themify.woff +0 -0
  12. data/app/assets/stylesheets/themify-icons.css.erb +1081 -0
  13. data/lib/themify-icons-rails.rb +2 -0
  14. data/lib/themify-icons-rails/engine.rb +6 -0
  15. data/lib/themify-icons-rails/version.rb +5 -0
  16. data/test/dummy/README.rdoc +28 -0
  17. data/test/dummy/Rakefile +6 -0
  18. data/test/dummy/app/assets/images/.keep +0 -0
  19. data/test/dummy/app/assets/javascripts/application.js +13 -0
  20. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  21. data/test/dummy/app/controllers/application_controller.rb +5 -0
  22. data/test/dummy/app/controllers/concerns/.keep +0 -0
  23. data/test/dummy/app/helpers/application_helper.rb +2 -0
  24. data/test/dummy/app/mailers/.keep +0 -0
  25. data/test/dummy/app/models/.keep +0 -0
  26. data/test/dummy/app/models/concerns/.keep +0 -0
  27. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  28. data/test/dummy/bin/bundle +3 -0
  29. data/test/dummy/bin/rails +4 -0
  30. data/test/dummy/bin/rake +4 -0
  31. data/test/dummy/config.ru +4 -0
  32. data/test/dummy/config/application.rb +23 -0
  33. data/test/dummy/config/boot.rb +5 -0
  34. data/test/dummy/config/database.yml +25 -0
  35. data/test/dummy/config/environment.rb +5 -0
  36. data/test/dummy/config/environments/development.rb +37 -0
  37. data/test/dummy/config/environments/production.rb +82 -0
  38. data/test/dummy/config/environments/test.rb +39 -0
  39. data/test/dummy/config/initializers/assets.rb +8 -0
  40. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  41. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  42. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  43. data/test/dummy/config/initializers/inflections.rb +16 -0
  44. data/test/dummy/config/initializers/mime_types.rb +4 -0
  45. data/test/dummy/config/initializers/session_store.rb +3 -0
  46. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  47. data/test/dummy/config/locales/en.yml +23 -0
  48. data/test/dummy/config/routes.rb +56 -0
  49. data/test/dummy/config/secrets.yml +22 -0
  50. data/test/dummy/db/test.sqlite3 +0 -0
  51. data/test/dummy/lib/assets/.keep +0 -0
  52. data/test/dummy/log/.keep +0 -0
  53. data/test/dummy/log/test.log +132 -0
  54. data/test/dummy/public/404.html +67 -0
  55. data/test/dummy/public/422.html +67 -0
  56. data/test/dummy/public/500.html +66 -0
  57. data/test/dummy/public/favicon.ico +0 -0
  58. data/test/test_helper.rb +15 -0
  59. data/test/themify_icon_rails_test.rb +22 -0
  60. data/themify-icons-rails.gemspec +23 -0
  61. metadata +175 -0
@@ -0,0 +1,1081 @@
1
+ @font-face {
2
+ font-family: 'themify';
3
+ src:url('<%= asset_path('themify.eot') %>?-fvbane');
4
+ src:url('<%= asset_path('themify.eot') %>?#iefix-fvbane') format('embedded-opentype'),
5
+ url('<%= asset_path('themify.woff') %>?-fvbane') format('woff'),
6
+ url('<%= asset_path('themify.ttf') %>?-fvbane') format('truetype'),
7
+ url('<%= asset_path('themify.svg') %>?-fvbane#themify') format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ }
11
+
12
+ [class^="ti-"], [class*=" ti-"] {
13
+ font-family: 'themify';
14
+ speak: none;
15
+ font-style: normal;
16
+ font-weight: normal;
17
+ font-variant: normal;
18
+ text-transform: none;
19
+ line-height: 1;
20
+
21
+ /* Better Font Rendering =========== */
22
+ -webkit-font-smoothing: antialiased;
23
+ -moz-osx-font-smoothing: grayscale;
24
+ }
25
+
26
+ .ti-wand:before {
27
+ content: "\e600";
28
+ }
29
+ .ti-volume:before {
30
+ content: "\e601";
31
+ }
32
+ .ti-user:before {
33
+ content: "\e602";
34
+ }
35
+ .ti-unlock:before {
36
+ content: "\e603";
37
+ }
38
+ .ti-unlink:before {
39
+ content: "\e604";
40
+ }
41
+ .ti-trash:before {
42
+ content: "\e605";
43
+ }
44
+ .ti-thought:before {
45
+ content: "\e606";
46
+ }
47
+ .ti-target:before {
48
+ content: "\e607";
49
+ }
50
+ .ti-tag:before {
51
+ content: "\e608";
52
+ }
53
+ .ti-tablet:before {
54
+ content: "\e609";
55
+ }
56
+ .ti-star:before {
57
+ content: "\e60a";
58
+ }
59
+ .ti-spray:before {
60
+ content: "\e60b";
61
+ }
62
+ .ti-signal:before {
63
+ content: "\e60c";
64
+ }
65
+ .ti-shopping-cart:before {
66
+ content: "\e60d";
67
+ }
68
+ .ti-shopping-cart-full:before {
69
+ content: "\e60e";
70
+ }
71
+ .ti-settings:before {
72
+ content: "\e60f";
73
+ }
74
+ .ti-search:before {
75
+ content: "\e610";
76
+ }
77
+ .ti-zoom-in:before {
78
+ content: "\e611";
79
+ }
80
+ .ti-zoom-out:before {
81
+ content: "\e612";
82
+ }
83
+ .ti-cut:before {
84
+ content: "\e613";
85
+ }
86
+ .ti-ruler:before {
87
+ content: "\e614";
88
+ }
89
+ .ti-ruler-pencil:before {
90
+ content: "\e615";
91
+ }
92
+ .ti-ruler-alt:before {
93
+ content: "\e616";
94
+ }
95
+ .ti-bookmark:before {
96
+ content: "\e617";
97
+ }
98
+ .ti-bookmark-alt:before {
99
+ content: "\e618";
100
+ }
101
+ .ti-reload:before {
102
+ content: "\e619";
103
+ }
104
+ .ti-plus:before {
105
+ content: "\e61a";
106
+ }
107
+ .ti-pin:before {
108
+ content: "\e61b";
109
+ }
110
+ .ti-pencil:before {
111
+ content: "\e61c";
112
+ }
113
+ .ti-pencil-alt:before {
114
+ content: "\e61d";
115
+ }
116
+ .ti-paint-roller:before {
117
+ content: "\e61e";
118
+ }
119
+ .ti-paint-bucket:before {
120
+ content: "\e61f";
121
+ }
122
+ .ti-na:before {
123
+ content: "\e620";
124
+ }
125
+ .ti-mobile:before {
126
+ content: "\e621";
127
+ }
128
+ .ti-minus:before {
129
+ content: "\e622";
130
+ }
131
+ .ti-medall:before {
132
+ content: "\e623";
133
+ }
134
+ .ti-medall-alt:before {
135
+ content: "\e624";
136
+ }
137
+ .ti-marker:before {
138
+ content: "\e625";
139
+ }
140
+ .ti-marker-alt:before {
141
+ content: "\e626";
142
+ }
143
+ .ti-arrow-up:before {
144
+ content: "\e627";
145
+ }
146
+ .ti-arrow-right:before {
147
+ content: "\e628";
148
+ }
149
+ .ti-arrow-left:before {
150
+ content: "\e629";
151
+ }
152
+ .ti-arrow-down:before {
153
+ content: "\e62a";
154
+ }
155
+ .ti-lock:before {
156
+ content: "\e62b";
157
+ }
158
+ .ti-location-arrow:before {
159
+ content: "\e62c";
160
+ }
161
+ .ti-link:before {
162
+ content: "\e62d";
163
+ }
164
+ .ti-layout:before {
165
+ content: "\e62e";
166
+ }
167
+ .ti-layers:before {
168
+ content: "\e62f";
169
+ }
170
+ .ti-layers-alt:before {
171
+ content: "\e630";
172
+ }
173
+ .ti-key:before {
174
+ content: "\e631";
175
+ }
176
+ .ti-import:before {
177
+ content: "\e632";
178
+ }
179
+ .ti-image:before {
180
+ content: "\e633";
181
+ }
182
+ .ti-heart:before {
183
+ content: "\e634";
184
+ }
185
+ .ti-heart-broken:before {
186
+ content: "\e635";
187
+ }
188
+ .ti-hand-stop:before {
189
+ content: "\e636";
190
+ }
191
+ .ti-hand-open:before {
192
+ content: "\e637";
193
+ }
194
+ .ti-hand-drag:before {
195
+ content: "\e638";
196
+ }
197
+ .ti-folder:before {
198
+ content: "\e639";
199
+ }
200
+ .ti-flag:before {
201
+ content: "\e63a";
202
+ }
203
+ .ti-flag-alt:before {
204
+ content: "\e63b";
205
+ }
206
+ .ti-flag-alt-2:before {
207
+ content: "\e63c";
208
+ }
209
+ .ti-eye:before {
210
+ content: "\e63d";
211
+ }
212
+ .ti-export:before {
213
+ content: "\e63e";
214
+ }
215
+ .ti-exchange-vertical:before {
216
+ content: "\e63f";
217
+ }
218
+ .ti-desktop:before {
219
+ content: "\e640";
220
+ }
221
+ .ti-cup:before {
222
+ content: "\e641";
223
+ }
224
+ .ti-crown:before {
225
+ content: "\e642";
226
+ }
227
+ .ti-comments:before {
228
+ content: "\e643";
229
+ }
230
+ .ti-comment:before {
231
+ content: "\e644";
232
+ }
233
+ .ti-comment-alt:before {
234
+ content: "\e645";
235
+ }
236
+ .ti-close:before {
237
+ content: "\e646";
238
+ }
239
+ .ti-clip:before {
240
+ content: "\e647";
241
+ }
242
+ .ti-angle-up:before {
243
+ content: "\e648";
244
+ }
245
+ .ti-angle-right:before {
246
+ content: "\e649";
247
+ }
248
+ .ti-angle-left:before {
249
+ content: "\e64a";
250
+ }
251
+ .ti-angle-down:before {
252
+ content: "\e64b";
253
+ }
254
+ .ti-check:before {
255
+ content: "\e64c";
256
+ }
257
+ .ti-check-box:before {
258
+ content: "\e64d";
259
+ }
260
+ .ti-camera:before {
261
+ content: "\e64e";
262
+ }
263
+ .ti-announcement:before {
264
+ content: "\e64f";
265
+ }
266
+ .ti-brush:before {
267
+ content: "\e650";
268
+ }
269
+ .ti-briefcase:before {
270
+ content: "\e651";
271
+ }
272
+ .ti-bolt:before {
273
+ content: "\e652";
274
+ }
275
+ .ti-bolt-alt:before {
276
+ content: "\e653";
277
+ }
278
+ .ti-blackboard:before {
279
+ content: "\e654";
280
+ }
281
+ .ti-bag:before {
282
+ content: "\e655";
283
+ }
284
+ .ti-move:before {
285
+ content: "\e656";
286
+ }
287
+ .ti-arrows-vertical:before {
288
+ content: "\e657";
289
+ }
290
+ .ti-arrows-horizontal:before {
291
+ content: "\e658";
292
+ }
293
+ .ti-fullscreen:before {
294
+ content: "\e659";
295
+ }
296
+ .ti-arrow-top-right:before {
297
+ content: "\e65a";
298
+ }
299
+ .ti-arrow-top-left:before {
300
+ content: "\e65b";
301
+ }
302
+ .ti-arrow-circle-up:before {
303
+ content: "\e65c";
304
+ }
305
+ .ti-arrow-circle-right:before {
306
+ content: "\e65d";
307
+ }
308
+ .ti-arrow-circle-left:before {
309
+ content: "\e65e";
310
+ }
311
+ .ti-arrow-circle-down:before {
312
+ content: "\e65f";
313
+ }
314
+ .ti-angle-double-up:before {
315
+ content: "\e660";
316
+ }
317
+ .ti-angle-double-right:before {
318
+ content: "\e661";
319
+ }
320
+ .ti-angle-double-left:before {
321
+ content: "\e662";
322
+ }
323
+ .ti-angle-double-down:before {
324
+ content: "\e663";
325
+ }
326
+ .ti-zip:before {
327
+ content: "\e664";
328
+ }
329
+ .ti-world:before {
330
+ content: "\e665";
331
+ }
332
+ .ti-wheelchair:before {
333
+ content: "\e666";
334
+ }
335
+ .ti-view-list:before {
336
+ content: "\e667";
337
+ }
338
+ .ti-view-list-alt:before {
339
+ content: "\e668";
340
+ }
341
+ .ti-view-grid:before {
342
+ content: "\e669";
343
+ }
344
+ .ti-uppercase:before {
345
+ content: "\e66a";
346
+ }
347
+ .ti-upload:before {
348
+ content: "\e66b";
349
+ }
350
+ .ti-underline:before {
351
+ content: "\e66c";
352
+ }
353
+ .ti-truck:before {
354
+ content: "\e66d";
355
+ }
356
+ .ti-timer:before {
357
+ content: "\e66e";
358
+ }
359
+ .ti-ticket:before {
360
+ content: "\e66f";
361
+ }
362
+ .ti-thumb-up:before {
363
+ content: "\e670";
364
+ }
365
+ .ti-thumb-down:before {
366
+ content: "\e671";
367
+ }
368
+ .ti-text:before {
369
+ content: "\e672";
370
+ }
371
+ .ti-stats-up:before {
372
+ content: "\e673";
373
+ }
374
+ .ti-stats-down:before {
375
+ content: "\e674";
376
+ }
377
+ .ti-split-v:before {
378
+ content: "\e675";
379
+ }
380
+ .ti-split-h:before {
381
+ content: "\e676";
382
+ }
383
+ .ti-smallcap:before {
384
+ content: "\e677";
385
+ }
386
+ .ti-shine:before {
387
+ content: "\e678";
388
+ }
389
+ .ti-shift-right:before {
390
+ content: "\e679";
391
+ }
392
+ .ti-shift-left:before {
393
+ content: "\e67a";
394
+ }
395
+ .ti-shield:before {
396
+ content: "\e67b";
397
+ }
398
+ .ti-notepad:before {
399
+ content: "\e67c";
400
+ }
401
+ .ti-server:before {
402
+ content: "\e67d";
403
+ }
404
+ .ti-quote-right:before {
405
+ content: "\e67e";
406
+ }
407
+ .ti-quote-left:before {
408
+ content: "\e67f";
409
+ }
410
+ .ti-pulse:before {
411
+ content: "\e680";
412
+ }
413
+ .ti-printer:before {
414
+ content: "\e681";
415
+ }
416
+ .ti-power-off:before {
417
+ content: "\e682";
418
+ }
419
+ .ti-plug:before {
420
+ content: "\e683";
421
+ }
422
+ .ti-pie-chart:before {
423
+ content: "\e684";
424
+ }
425
+ .ti-paragraph:before {
426
+ content: "\e685";
427
+ }
428
+ .ti-panel:before {
429
+ content: "\e686";
430
+ }
431
+ .ti-package:before {
432
+ content: "\e687";
433
+ }
434
+ .ti-music:before {
435
+ content: "\e688";
436
+ }
437
+ .ti-music-alt:before {
438
+ content: "\e689";
439
+ }
440
+ .ti-mouse:before {
441
+ content: "\e68a";
442
+ }
443
+ .ti-mouse-alt:before {
444
+ content: "\e68b";
445
+ }
446
+ .ti-money:before {
447
+ content: "\e68c";
448
+ }
449
+ .ti-microphone:before {
450
+ content: "\e68d";
451
+ }
452
+ .ti-menu:before {
453
+ content: "\e68e";
454
+ }
455
+ .ti-menu-alt:before {
456
+ content: "\e68f";
457
+ }
458
+ .ti-map:before {
459
+ content: "\e690";
460
+ }
461
+ .ti-map-alt:before {
462
+ content: "\e691";
463
+ }
464
+ .ti-loop:before {
465
+ content: "\e692";
466
+ }
467
+ .ti-location-pin:before {
468
+ content: "\e693";
469
+ }
470
+ .ti-list:before {
471
+ content: "\e694";
472
+ }
473
+ .ti-light-bulb:before {
474
+ content: "\e695";
475
+ }
476
+ .ti-Italic:before {
477
+ content: "\e696";
478
+ }
479
+ .ti-info:before {
480
+ content: "\e697";
481
+ }
482
+ .ti-infinite:before {
483
+ content: "\e698";
484
+ }
485
+ .ti-id-badge:before {
486
+ content: "\e699";
487
+ }
488
+ .ti-hummer:before {
489
+ content: "\e69a";
490
+ }
491
+ .ti-home:before {
492
+ content: "\e69b";
493
+ }
494
+ .ti-help:before {
495
+ content: "\e69c";
496
+ }
497
+ .ti-headphone:before {
498
+ content: "\e69d";
499
+ }
500
+ .ti-harddrives:before {
501
+ content: "\e69e";
502
+ }
503
+ .ti-harddrive:before {
504
+ content: "\e69f";
505
+ }
506
+ .ti-gift:before {
507
+ content: "\e6a0";
508
+ }
509
+ .ti-game:before {
510
+ content: "\e6a1";
511
+ }
512
+ .ti-filter:before {
513
+ content: "\e6a2";
514
+ }
515
+ .ti-files:before {
516
+ content: "\e6a3";
517
+ }
518
+ .ti-file:before {
519
+ content: "\e6a4";
520
+ }
521
+ .ti-eraser:before {
522
+ content: "\e6a5";
523
+ }
524
+ .ti-envelope:before {
525
+ content: "\e6a6";
526
+ }
527
+ .ti-download:before {
528
+ content: "\e6a7";
529
+ }
530
+ .ti-direction:before {
531
+ content: "\e6a8";
532
+ }
533
+ .ti-direction-alt:before {
534
+ content: "\e6a9";
535
+ }
536
+ .ti-dashboard:before {
537
+ content: "\e6aa";
538
+ }
539
+ .ti-control-stop:before {
540
+ content: "\e6ab";
541
+ }
542
+ .ti-control-shuffle:before {
543
+ content: "\e6ac";
544
+ }
545
+ .ti-control-play:before {
546
+ content: "\e6ad";
547
+ }
548
+ .ti-control-pause:before {
549
+ content: "\e6ae";
550
+ }
551
+ .ti-control-forward:before {
552
+ content: "\e6af";
553
+ }
554
+ .ti-control-backward:before {
555
+ content: "\e6b0";
556
+ }
557
+ .ti-cloud:before {
558
+ content: "\e6b1";
559
+ }
560
+ .ti-cloud-up:before {
561
+ content: "\e6b2";
562
+ }
563
+ .ti-cloud-down:before {
564
+ content: "\e6b3";
565
+ }
566
+ .ti-clipboard:before {
567
+ content: "\e6b4";
568
+ }
569
+ .ti-car:before {
570
+ content: "\e6b5";
571
+ }
572
+ .ti-calendar:before {
573
+ content: "\e6b6";
574
+ }
575
+ .ti-book:before {
576
+ content: "\e6b7";
577
+ }
578
+ .ti-bell:before {
579
+ content: "\e6b8";
580
+ }
581
+ .ti-basketball:before {
582
+ content: "\e6b9";
583
+ }
584
+ .ti-bar-chart:before {
585
+ content: "\e6ba";
586
+ }
587
+ .ti-bar-chart-alt:before {
588
+ content: "\e6bb";
589
+ }
590
+ .ti-back-right:before {
591
+ content: "\e6bc";
592
+ }
593
+ .ti-back-left:before {
594
+ content: "\e6bd";
595
+ }
596
+ .ti-arrows-corner:before {
597
+ content: "\e6be";
598
+ }
599
+ .ti-archive:before {
600
+ content: "\e6bf";
601
+ }
602
+ .ti-anchor:before {
603
+ content: "\e6c0";
604
+ }
605
+ .ti-align-right:before {
606
+ content: "\e6c1";
607
+ }
608
+ .ti-align-left:before {
609
+ content: "\e6c2";
610
+ }
611
+ .ti-align-justify:before {
612
+ content: "\e6c3";
613
+ }
614
+ .ti-align-center:before {
615
+ content: "\e6c4";
616
+ }
617
+ .ti-alert:before {
618
+ content: "\e6c5";
619
+ }
620
+ .ti-alarm-clock:before {
621
+ content: "\e6c6";
622
+ }
623
+ .ti-agenda:before {
624
+ content: "\e6c7";
625
+ }
626
+ .ti-write:before {
627
+ content: "\e6c8";
628
+ }
629
+ .ti-window:before {
630
+ content: "\e6c9";
631
+ }
632
+ .ti-widgetized:before {
633
+ content: "\e6ca";
634
+ }
635
+ .ti-widget:before {
636
+ content: "\e6cb";
637
+ }
638
+ .ti-widget-alt:before {
639
+ content: "\e6cc";
640
+ }
641
+ .ti-wallet:before {
642
+ content: "\e6cd";
643
+ }
644
+ .ti-video-clapper:before {
645
+ content: "\e6ce";
646
+ }
647
+ .ti-video-camera:before {
648
+ content: "\e6cf";
649
+ }
650
+ .ti-vector:before {
651
+ content: "\e6d0";
652
+ }
653
+ .ti-themify-logo:before {
654
+ content: "\e6d1";
655
+ }
656
+ .ti-themify-favicon:before {
657
+ content: "\e6d2";
658
+ }
659
+ .ti-themify-favicon-alt:before {
660
+ content: "\e6d3";
661
+ }
662
+ .ti-support:before {
663
+ content: "\e6d4";
664
+ }
665
+ .ti-stamp:before {
666
+ content: "\e6d5";
667
+ }
668
+ .ti-split-v-alt:before {
669
+ content: "\e6d6";
670
+ }
671
+ .ti-slice:before {
672
+ content: "\e6d7";
673
+ }
674
+ .ti-shortcode:before {
675
+ content: "\e6d8";
676
+ }
677
+ .ti-shift-right-alt:before {
678
+ content: "\e6d9";
679
+ }
680
+ .ti-shift-left-alt:before {
681
+ content: "\e6da";
682
+ }
683
+ .ti-ruler-alt-2:before {
684
+ content: "\e6db";
685
+ }
686
+ .ti-receipt:before {
687
+ content: "\e6dc";
688
+ }
689
+ .ti-pin2:before {
690
+ content: "\e6dd";
691
+ }
692
+ .ti-pin-alt:before {
693
+ content: "\e6de";
694
+ }
695
+ .ti-pencil-alt2:before {
696
+ content: "\e6df";
697
+ }
698
+ .ti-palette:before {
699
+ content: "\e6e0";
700
+ }
701
+ .ti-more:before {
702
+ content: "\e6e1";
703
+ }
704
+ .ti-more-alt:before {
705
+ content: "\e6e2";
706
+ }
707
+ .ti-microphone-alt:before {
708
+ content: "\e6e3";
709
+ }
710
+ .ti-magnet:before {
711
+ content: "\e6e4";
712
+ }
713
+ .ti-line-double:before {
714
+ content: "\e6e5";
715
+ }
716
+ .ti-line-dotted:before {
717
+ content: "\e6e6";
718
+ }
719
+ .ti-line-dashed:before {
720
+ content: "\e6e7";
721
+ }
722
+ .ti-layout-width-full:before {
723
+ content: "\e6e8";
724
+ }
725
+ .ti-layout-width-default:before {
726
+ content: "\e6e9";
727
+ }
728
+ .ti-layout-width-default-alt:before {
729
+ content: "\e6ea";
730
+ }
731
+ .ti-layout-tab:before {
732
+ content: "\e6eb";
733
+ }
734
+ .ti-layout-tab-window:before {
735
+ content: "\e6ec";
736
+ }
737
+ .ti-layout-tab-v:before {
738
+ content: "\e6ed";
739
+ }
740
+ .ti-layout-tab-min:before {
741
+ content: "\e6ee";
742
+ }
743
+ .ti-layout-slider:before {
744
+ content: "\e6ef";
745
+ }
746
+ .ti-layout-slider-alt:before {
747
+ content: "\e6f0";
748
+ }
749
+ .ti-layout-sidebar-right:before {
750
+ content: "\e6f1";
751
+ }
752
+ .ti-layout-sidebar-none:before {
753
+ content: "\e6f2";
754
+ }
755
+ .ti-layout-sidebar-left:before {
756
+ content: "\e6f3";
757
+ }
758
+ .ti-layout-placeholder:before {
759
+ content: "\e6f4";
760
+ }
761
+ .ti-layout-menu:before {
762
+ content: "\e6f5";
763
+ }
764
+ .ti-layout-menu-v:before {
765
+ content: "\e6f6";
766
+ }
767
+ .ti-layout-menu-separated:before {
768
+ content: "\e6f7";
769
+ }
770
+ .ti-layout-menu-full:before {
771
+ content: "\e6f8";
772
+ }
773
+ .ti-layout-media-right-alt:before {
774
+ content: "\e6f9";
775
+ }
776
+ .ti-layout-media-right:before {
777
+ content: "\e6fa";
778
+ }
779
+ .ti-layout-media-overlay:before {
780
+ content: "\e6fb";
781
+ }
782
+ .ti-layout-media-overlay-alt:before {
783
+ content: "\e6fc";
784
+ }
785
+ .ti-layout-media-overlay-alt-2:before {
786
+ content: "\e6fd";
787
+ }
788
+ .ti-layout-media-left-alt:before {
789
+ content: "\e6fe";
790
+ }
791
+ .ti-layout-media-left:before {
792
+ content: "\e6ff";
793
+ }
794
+ .ti-layout-media-center-alt:before {
795
+ content: "\e700";
796
+ }
797
+ .ti-layout-media-center:before {
798
+ content: "\e701";
799
+ }
800
+ .ti-layout-list-thumb:before {
801
+ content: "\e702";
802
+ }
803
+ .ti-layout-list-thumb-alt:before {
804
+ content: "\e703";
805
+ }
806
+ .ti-layout-list-post:before {
807
+ content: "\e704";
808
+ }
809
+ .ti-layout-list-large-image:before {
810
+ content: "\e705";
811
+ }
812
+ .ti-layout-line-solid:before {
813
+ content: "\e706";
814
+ }
815
+ .ti-layout-grid4:before {
816
+ content: "\e707";
817
+ }
818
+ .ti-layout-grid3:before {
819
+ content: "\e708";
820
+ }
821
+ .ti-layout-grid2:before {
822
+ content: "\e709";
823
+ }
824
+ .ti-layout-grid2-thumb:before {
825
+ content: "\e70a";
826
+ }
827
+ .ti-layout-cta-right:before {
828
+ content: "\e70b";
829
+ }
830
+ .ti-layout-cta-left:before {
831
+ content: "\e70c";
832
+ }
833
+ .ti-layout-cta-center:before {
834
+ content: "\e70d";
835
+ }
836
+ .ti-layout-cta-btn-right:before {
837
+ content: "\e70e";
838
+ }
839
+ .ti-layout-cta-btn-left:before {
840
+ content: "\e70f";
841
+ }
842
+ .ti-layout-column4:before {
843
+ content: "\e710";
844
+ }
845
+ .ti-layout-column3:before {
846
+ content: "\e711";
847
+ }
848
+ .ti-layout-column2:before {
849
+ content: "\e712";
850
+ }
851
+ .ti-layout-accordion-separated:before {
852
+ content: "\e713";
853
+ }
854
+ .ti-layout-accordion-merged:before {
855
+ content: "\e714";
856
+ }
857
+ .ti-layout-accordion-list:before {
858
+ content: "\e715";
859
+ }
860
+ .ti-ink-pen:before {
861
+ content: "\e716";
862
+ }
863
+ .ti-info-alt:before {
864
+ content: "\e717";
865
+ }
866
+ .ti-help-alt:before {
867
+ content: "\e718";
868
+ }
869
+ .ti-headphone-alt:before {
870
+ content: "\e719";
871
+ }
872
+ .ti-hand-point-up:before {
873
+ content: "\e71a";
874
+ }
875
+ .ti-hand-point-right:before {
876
+ content: "\e71b";
877
+ }
878
+ .ti-hand-point-left:before {
879
+ content: "\e71c";
880
+ }
881
+ .ti-hand-point-down:before {
882
+ content: "\e71d";
883
+ }
884
+ .ti-gallery:before {
885
+ content: "\e71e";
886
+ }
887
+ .ti-face-smile:before {
888
+ content: "\e71f";
889
+ }
890
+ .ti-face-sad:before {
891
+ content: "\e720";
892
+ }
893
+ .ti-credit-card:before {
894
+ content: "\e721";
895
+ }
896
+ .ti-control-skip-forward:before {
897
+ content: "\e722";
898
+ }
899
+ .ti-control-skip-backward:before {
900
+ content: "\e723";
901
+ }
902
+ .ti-control-record:before {
903
+ content: "\e724";
904
+ }
905
+ .ti-control-eject:before {
906
+ content: "\e725";
907
+ }
908
+ .ti-comments-smiley:before {
909
+ content: "\e726";
910
+ }
911
+ .ti-brush-alt:before {
912
+ content: "\e727";
913
+ }
914
+ .ti-youtube:before {
915
+ content: "\e728";
916
+ }
917
+ .ti-vimeo:before {
918
+ content: "\e729";
919
+ }
920
+ .ti-twitter:before {
921
+ content: "\e72a";
922
+ }
923
+ .ti-time:before {
924
+ content: "\e72b";
925
+ }
926
+ .ti-tumblr:before {
927
+ content: "\e72c";
928
+ }
929
+ .ti-skype:before {
930
+ content: "\e72d";
931
+ }
932
+ .ti-share:before {
933
+ content: "\e72e";
934
+ }
935
+ .ti-share-alt:before {
936
+ content: "\e72f";
937
+ }
938
+ .ti-rocket:before {
939
+ content: "\e730";
940
+ }
941
+ .ti-pinterest:before {
942
+ content: "\e731";
943
+ }
944
+ .ti-new-window:before {
945
+ content: "\e732";
946
+ }
947
+ .ti-microsoft:before {
948
+ content: "\e733";
949
+ }
950
+ .ti-list-ol:before {
951
+ content: "\e734";
952
+ }
953
+ .ti-linkedin:before {
954
+ content: "\e735";
955
+ }
956
+ .ti-layout-sidebar-2:before {
957
+ content: "\e736";
958
+ }
959
+ .ti-layout-grid4-alt:before {
960
+ content: "\e737";
961
+ }
962
+ .ti-layout-grid3-alt:before {
963
+ content: "\e738";
964
+ }
965
+ .ti-layout-grid2-alt:before {
966
+ content: "\e739";
967
+ }
968
+ .ti-layout-column4-alt:before {
969
+ content: "\e73a";
970
+ }
971
+ .ti-layout-column3-alt:before {
972
+ content: "\e73b";
973
+ }
974
+ .ti-layout-column2-alt:before {
975
+ content: "\e73c";
976
+ }
977
+ .ti-instagram:before {
978
+ content: "\e73d";
979
+ }
980
+ .ti-google:before {
981
+ content: "\e73e";
982
+ }
983
+ .ti-github:before {
984
+ content: "\e73f";
985
+ }
986
+ .ti-flickr:before {
987
+ content: "\e740";
988
+ }
989
+ .ti-facebook:before {
990
+ content: "\e741";
991
+ }
992
+ .ti-dropbox:before {
993
+ content: "\e742";
994
+ }
995
+ .ti-dribbble:before {
996
+ content: "\e743";
997
+ }
998
+ .ti-apple:before {
999
+ content: "\e744";
1000
+ }
1001
+ .ti-android:before {
1002
+ content: "\e745";
1003
+ }
1004
+ .ti-save:before {
1005
+ content: "\e746";
1006
+ }
1007
+ .ti-save-alt:before {
1008
+ content: "\e747";
1009
+ }
1010
+ .ti-yahoo:before {
1011
+ content: "\e748";
1012
+ }
1013
+ .ti-wordpress:before {
1014
+ content: "\e749";
1015
+ }
1016
+ .ti-vimeo-alt:before {
1017
+ content: "\e74a";
1018
+ }
1019
+ .ti-twitter-alt:before {
1020
+ content: "\e74b";
1021
+ }
1022
+ .ti-tumblr-alt:before {
1023
+ content: "\e74c";
1024
+ }
1025
+ .ti-trello:before {
1026
+ content: "\e74d";
1027
+ }
1028
+ .ti-stack-overflow:before {
1029
+ content: "\e74e";
1030
+ }
1031
+ .ti-soundcloud:before {
1032
+ content: "\e74f";
1033
+ }
1034
+ .ti-sharethis:before {
1035
+ content: "\e750";
1036
+ }
1037
+ .ti-sharethis-alt:before {
1038
+ content: "\e751";
1039
+ }
1040
+ .ti-reddit:before {
1041
+ content: "\e752";
1042
+ }
1043
+ .ti-pinterest-alt:before {
1044
+ content: "\e753";
1045
+ }
1046
+ .ti-microsoft-alt:before {
1047
+ content: "\e754";
1048
+ }
1049
+ .ti-linux:before {
1050
+ content: "\e755";
1051
+ }
1052
+ .ti-jsfiddle:before {
1053
+ content: "\e756";
1054
+ }
1055
+ .ti-joomla:before {
1056
+ content: "\e757";
1057
+ }
1058
+ .ti-html5:before {
1059
+ content: "\e758";
1060
+ }
1061
+ .ti-flickr-alt:before {
1062
+ content: "\e759";
1063
+ }
1064
+ .ti-email:before {
1065
+ content: "\e75a";
1066
+ }
1067
+ .ti-drupal:before {
1068
+ content: "\e75b";
1069
+ }
1070
+ .ti-dropbox-alt:before {
1071
+ content: "\e75c";
1072
+ }
1073
+ .ti-css3:before {
1074
+ content: "\e75d";
1075
+ }
1076
+ .ti-rss:before {
1077
+ content: "\e75e";
1078
+ }
1079
+ .ti-rss-alt:before {
1080
+ content: "\e75f";
1081
+ }