@tabler/icons-webfont 2.18.0 → 2.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fonts/tabler-icons.eot +0 -0
- package/fonts/tabler-icons.ttf +0 -0
- package/fonts/tabler-icons.woff +0 -0
- package/fonts/tabler-icons.woff2 +0 -0
- package/package.json +2 -2
- package/tabler-icons.css +223 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +497 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +115 -5
package/tabler-icons.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.20.0 by tabler - https://tabler.io
|
|
3
3
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
4
4
|
*/
|
|
5
5
|
$ti-font-family: 'tabler-icons' !default;
|
|
@@ -12,11 +12,11 @@ $ti-prefix: 'ti' !default;
|
|
|
12
12
|
font-style: normal;
|
|
13
13
|
font-weight: 400;
|
|
14
14
|
font-display: $ti-font-display;
|
|
15
|
-
src: url('#{$ti-font-path}/tabler-icons.eot?v2.
|
|
16
|
-
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.
|
|
17
|
-
url('#{$ti-font-path}/tabler-icons.woff2?v2.
|
|
15
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?v2.20.0');
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.20.0') format('embedded-opentype'),
|
|
17
|
+
url('#{$ti-font-path}/tabler-icons.woff2?v2.20.0') format('woff2'),
|
|
18
18
|
url('#{$ti-font-path}/tabler-icons.woff?') format('woff'),
|
|
19
|
-
url('#{$ti-font-path}/tabler-icons.ttf?v2.
|
|
19
|
+
url('#{$ti-font-path}/tabler-icons.ttf?v2.20.0') format('truetype');
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.#{$ti-prefix} {
|
|
@@ -188,6 +188,7 @@ $ti-icon-apps: unicode('ebb6');
|
|
|
188
188
|
$ti-icon-apps-filled: unicode('f6f1');
|
|
189
189
|
$ti-icon-apps-off: unicode('f0ac');
|
|
190
190
|
$ti-icon-archive: unicode('ea0b');
|
|
191
|
+
$ti-icon-archive-filled: unicode('fa82');
|
|
191
192
|
$ti-icon-archive-off: unicode('f0ad');
|
|
192
193
|
$ti-icon-armchair: unicode('ef9e');
|
|
193
194
|
$ti-icon-armchair-2: unicode('efe7');
|
|
@@ -372,6 +373,7 @@ $ti-icon-arrows-up-left: unicode('ee02');
|
|
|
372
373
|
$ti-icon-arrows-up-right: unicode('ee03');
|
|
373
374
|
$ti-icon-arrows-vertical: unicode('eb5b');
|
|
374
375
|
$ti-icon-artboard: unicode('ea2a');
|
|
376
|
+
$ti-icon-artboard-filled: unicode('fa83');
|
|
375
377
|
$ti-icon-artboard-off: unicode('f0ae');
|
|
376
378
|
$ti-icon-article: unicode('f1e2');
|
|
377
379
|
$ti-icon-article-filled-filled: unicode('f7da');
|
|
@@ -435,8 +437,10 @@ $ti-icon-ball-football-off: unicode('ee05');
|
|
|
435
437
|
$ti-icon-ball-tennis: unicode('ec2a');
|
|
436
438
|
$ti-icon-ball-volleyball: unicode('ec2b');
|
|
437
439
|
$ti-icon-balloon: unicode('ef3a');
|
|
440
|
+
$ti-icon-balloon-filled: unicode('fa84');
|
|
438
441
|
$ti-icon-balloon-off: unicode('f0fd');
|
|
439
442
|
$ti-icon-ballpen: unicode('f06e');
|
|
443
|
+
$ti-icon-ballpen-filled: unicode('fa85');
|
|
440
444
|
$ti-icon-ballpen-off: unicode('f0b1');
|
|
441
445
|
$ti-icon-ban: unicode('ea2e');
|
|
442
446
|
$ti-icon-bandage: unicode('eb7a');
|
|
@@ -545,6 +549,7 @@ $ti-icon-bold-off: unicode('f0ba');
|
|
|
545
549
|
$ti-icon-bolt: unicode('ea38');
|
|
546
550
|
$ti-icon-bolt-off: unicode('ecec');
|
|
547
551
|
$ti-icon-bomb: unicode('f59c');
|
|
552
|
+
$ti-icon-bomb-filled: unicode('fa86');
|
|
548
553
|
$ti-icon-bone: unicode('edb8');
|
|
549
554
|
$ti-icon-bone-off: unicode('f0bb');
|
|
550
555
|
$ti-icon-bong: unicode('f3a7');
|
|
@@ -552,10 +557,12 @@ $ti-icon-bong-off: unicode('f3c7');
|
|
|
552
557
|
$ti-icon-book: unicode('ea39');
|
|
553
558
|
$ti-icon-book-2: unicode('efc5');
|
|
554
559
|
$ti-icon-book-download: unicode('f070');
|
|
560
|
+
$ti-icon-book-filled: unicode('fa87');
|
|
555
561
|
$ti-icon-book-off: unicode('f0bc');
|
|
556
562
|
$ti-icon-book-upload: unicode('f071');
|
|
557
563
|
$ti-icon-bookmark: unicode('ea3a');
|
|
558
564
|
$ti-icon-bookmark-edit: unicode('fa5e');
|
|
565
|
+
$ti-icon-bookmark-filled: unicode('fa88');
|
|
559
566
|
$ti-icon-bookmark-minus: unicode('fa5f');
|
|
560
567
|
$ti-icon-bookmark-off: unicode('eced');
|
|
561
568
|
$ti-icon-bookmark-plus: unicode('fa60');
|
|
@@ -580,6 +587,7 @@ $ti-icon-border-style-2: unicode('ef22');
|
|
|
580
587
|
$ti-icon-border-top: unicode('ea43');
|
|
581
588
|
$ti-icon-border-vertical: unicode('ea44');
|
|
582
589
|
$ti-icon-bottle: unicode('ef0b');
|
|
590
|
+
$ti-icon-bottle-filled: unicode('fa89');
|
|
583
591
|
$ti-icon-bottle-off: unicode('f3c8');
|
|
584
592
|
$ti-icon-bounce-left: unicode('f59d');
|
|
585
593
|
$ti-icon-bounce-right: unicode('f59e');
|
|
@@ -587,13 +595,21 @@ $ti-icon-bow: unicode('f096');
|
|
|
587
595
|
$ti-icon-bowl: unicode('f4fa');
|
|
588
596
|
$ti-icon-box: unicode('ea45');
|
|
589
597
|
$ti-icon-box-align-bottom: unicode('f2a8');
|
|
598
|
+
$ti-icon-box-align-bottom-filled: unicode('fa8a');
|
|
590
599
|
$ti-icon-box-align-bottom-left: unicode('f2ce');
|
|
600
|
+
$ti-icon-box-align-bottom-left-filled: unicode('fa8b');
|
|
591
601
|
$ti-icon-box-align-bottom-right: unicode('f2cf');
|
|
602
|
+
$ti-icon-box-align-bottom-right-filled: unicode('fa8c');
|
|
592
603
|
$ti-icon-box-align-left: unicode('f2a9');
|
|
604
|
+
$ti-icon-box-align-left-filled: unicode('fa8d');
|
|
593
605
|
$ti-icon-box-align-right: unicode('f2aa');
|
|
606
|
+
$ti-icon-box-align-right-filled: unicode('fa8e');
|
|
594
607
|
$ti-icon-box-align-top: unicode('f2ab');
|
|
608
|
+
$ti-icon-box-align-top-filled: unicode('fa8f');
|
|
595
609
|
$ti-icon-box-align-top-left: unicode('f2d0');
|
|
610
|
+
$ti-icon-box-align-top-left-filled: unicode('fa90');
|
|
596
611
|
$ti-icon-box-align-top-right: unicode('f2d1');
|
|
612
|
+
$ti-icon-box-align-top-right-filled: unicode('fa91');
|
|
597
613
|
$ti-icon-box-margin: unicode('ee0b');
|
|
598
614
|
$ti-icon-box-model: unicode('ee0c');
|
|
599
615
|
$ti-icon-box-model-2: unicode('ef23');
|
|
@@ -1100,7 +1116,9 @@ $ti-icon-caret-left: unicode('eb5e');
|
|
|
1100
1116
|
$ti-icon-caret-right: unicode('eb5f');
|
|
1101
1117
|
$ti-icon-caret-up: unicode('eb60');
|
|
1102
1118
|
$ti-icon-carousel-horizontal: unicode('f659');
|
|
1119
|
+
$ti-icon-carousel-horizontal-filled: unicode('fa92');
|
|
1103
1120
|
$ti-icon-carousel-vertical: unicode('f65a');
|
|
1121
|
+
$ti-icon-carousel-vertical-filled: unicode('fa93');
|
|
1104
1122
|
$ti-icon-carrot: unicode('f21c');
|
|
1105
1123
|
$ti-icon-carrot-off: unicode('f3d0');
|
|
1106
1124
|
$ti-icon-cash: unicode('ea55');
|
|
@@ -1460,6 +1478,7 @@ $ti-icon-components-off: unicode('f0d6');
|
|
|
1460
1478
|
$ti-icon-cone: unicode('efdd');
|
|
1461
1479
|
$ti-icon-cone-2: unicode('efdc');
|
|
1462
1480
|
$ti-icon-cone-off: unicode('f3d8');
|
|
1481
|
+
$ti-icon-cone-plus: unicode('fa94');
|
|
1463
1482
|
$ti-icon-confetti: unicode('ee46');
|
|
1464
1483
|
$ti-icon-confetti-off: unicode('f3d9');
|
|
1465
1484
|
$ti-icon-confucius: unicode('f58a');
|
|
@@ -1523,6 +1542,9 @@ $ti-icon-crutches: unicode('ef5b');
|
|
|
1523
1542
|
$ti-icon-crutches-off: unicode('f10c');
|
|
1524
1543
|
$ti-icon-crystal-ball: unicode('f57b');
|
|
1525
1544
|
$ti-icon-csv: unicode('f791');
|
|
1545
|
+
$ti-icon-cube: unicode('fa97');
|
|
1546
|
+
$ti-icon-cube-off: unicode('fa95');
|
|
1547
|
+
$ti-icon-cube-plus: unicode('fa96');
|
|
1526
1548
|
$ti-icon-cube-send: unicode('f61b');
|
|
1527
1549
|
$ti-icon-cube-unfolded: unicode('f61c');
|
|
1528
1550
|
$ti-icon-cup: unicode('ef28');
|
|
@@ -1600,6 +1622,8 @@ $ti-icon-cursor-off: unicode('f10f');
|
|
|
1600
1622
|
$ti-icon-cursor-text: unicode('ee6d');
|
|
1601
1623
|
$ti-icon-cut: unicode('ea86');
|
|
1602
1624
|
$ti-icon-cylinder: unicode('f54c');
|
|
1625
|
+
$ti-icon-cylinder-off: unicode('fa98');
|
|
1626
|
+
$ti-icon-cylinder-plus: unicode('fa99');
|
|
1603
1627
|
$ti-icon-dashboard: unicode('ea87');
|
|
1604
1628
|
$ti-icon-dashboard-off: unicode('f3e1');
|
|
1605
1629
|
$ti-icon-database: unicode('ea88');
|
|
@@ -1837,6 +1861,9 @@ $ti-icon-devices-share: unicode('f8f5');
|
|
|
1837
1861
|
$ti-icon-devices-star: unicode('f8f6');
|
|
1838
1862
|
$ti-icon-devices-up: unicode('f8f7');
|
|
1839
1863
|
$ti-icon-devices-x: unicode('f8f8');
|
|
1864
|
+
$ti-icon-diabolo: unicode('fa9c');
|
|
1865
|
+
$ti-icon-diabolo-off: unicode('fa9a');
|
|
1866
|
+
$ti-icon-diabolo-plus: unicode('fa9b');
|
|
1840
1867
|
$ti-icon-dialpad: unicode('f067');
|
|
1841
1868
|
$ti-icon-dialpad-filled: unicode('fa3b');
|
|
1842
1869
|
$ti-icon-dialpad-off: unicode('f114');
|
|
@@ -2164,6 +2191,9 @@ $ti-icon-fridge: unicode('f1fa');
|
|
|
2164
2191
|
$ti-icon-fridge-off: unicode('f3ef');
|
|
2165
2192
|
$ti-icon-friends: unicode('eab0');
|
|
2166
2193
|
$ti-icon-friends-off: unicode('f136');
|
|
2194
|
+
$ti-icon-frustum: unicode('fa9f');
|
|
2195
|
+
$ti-icon-frustum-off: unicode('fa9d');
|
|
2196
|
+
$ti-icon-frustum-plus: unicode('fa9e');
|
|
2167
2197
|
$ti-icon-function: unicode('f225');
|
|
2168
2198
|
$ti-icon-function-off: unicode('f3f0');
|
|
2169
2199
|
$ti-icon-garden-cart: unicode('f23e');
|
|
@@ -2304,6 +2334,9 @@ $ti-icon-help-square-rounded: unicode('f91f');
|
|
|
2304
2334
|
$ti-icon-help-square-rounded-filled: unicode('fa41');
|
|
2305
2335
|
$ti-icon-help-triangle: unicode('f921');
|
|
2306
2336
|
$ti-icon-help-triangle-filled: unicode('fa42');
|
|
2337
|
+
$ti-icon-hemisphere: unicode('faa2');
|
|
2338
|
+
$ti-icon-hemisphere-off: unicode('faa0');
|
|
2339
|
+
$ti-icon-hemisphere-plus: unicode('faa1');
|
|
2307
2340
|
$ti-icon-hexagon: unicode('ec02');
|
|
2308
2341
|
$ti-icon-hexagon-0-filled: unicode('f74c');
|
|
2309
2342
|
$ti-icon-hexagon-1-filled: unicode('f74d');
|
|
@@ -2354,6 +2387,12 @@ $ti-icon-hexagon-number-7: unicode('f460');
|
|
|
2354
2387
|
$ti-icon-hexagon-number-8: unicode('f461');
|
|
2355
2388
|
$ti-icon-hexagon-number-9: unicode('f462');
|
|
2356
2389
|
$ti-icon-hexagon-off: unicode('ee9c');
|
|
2390
|
+
$ti-icon-hexagonal-prism: unicode('faa5');
|
|
2391
|
+
$ti-icon-hexagonal-prism-off: unicode('faa3');
|
|
2392
|
+
$ti-icon-hexagonal-prism-plus: unicode('faa4');
|
|
2393
|
+
$ti-icon-hexagonal-pyramid: unicode('faa8');
|
|
2394
|
+
$ti-icon-hexagonal-pyramid-off: unicode('faa6');
|
|
2395
|
+
$ti-icon-hexagonal-pyramid-plus: unicode('faa7');
|
|
2357
2396
|
$ti-icon-hexagons: unicode('f09d');
|
|
2358
2397
|
$ti-icon-hexagons-off: unicode('f3f9');
|
|
2359
2398
|
$ti-icon-hierarchy: unicode('ee9e');
|
|
@@ -2468,6 +2507,9 @@ $ti-icon-ironing-3: unicode('f2f6');
|
|
|
2468
2507
|
$ti-icon-ironing-off: unicode('f2f7');
|
|
2469
2508
|
$ti-icon-ironing-steam: unicode('f2f9');
|
|
2470
2509
|
$ti-icon-ironing-steam-off: unicode('f2f8');
|
|
2510
|
+
$ti-icon-irregular-polyhedron: unicode('faab');
|
|
2511
|
+
$ti-icon-irregular-polyhedron-off: unicode('faa9');
|
|
2512
|
+
$ti-icon-irregular-polyhedron-plus: unicode('faaa');
|
|
2471
2513
|
$ti-icon-italic: unicode('eb93');
|
|
2472
2514
|
$ti-icon-jacket: unicode('f661');
|
|
2473
2515
|
$ti-icon-jetpack: unicode('f581');
|
|
@@ -2992,6 +3034,9 @@ $ti-icon-nurse: unicode('ef65');
|
|
|
2992
3034
|
$ti-icon-octagon: unicode('ecbd');
|
|
2993
3035
|
$ti-icon-octagon-filled: unicode('f686');
|
|
2994
3036
|
$ti-icon-octagon-off: unicode('eeb8');
|
|
3037
|
+
$ti-icon-octahedron: unicode('faae');
|
|
3038
|
+
$ti-icon-octahedron-off: unicode('faac');
|
|
3039
|
+
$ti-icon-octahedron-plus: unicode('faad');
|
|
2995
3040
|
$ti-icon-old: unicode('eeb9');
|
|
2996
3041
|
$ti-icon-olympics: unicode('eeba');
|
|
2997
3042
|
$ti-icon-olympics-off: unicode('f416');
|
|
@@ -3212,6 +3257,9 @@ $ti-icon-presentation-analytics: unicode('eec3');
|
|
|
3212
3257
|
$ti-icon-presentation-off: unicode('f183');
|
|
3213
3258
|
$ti-icon-printer: unicode('eb0e');
|
|
3214
3259
|
$ti-icon-printer-off: unicode('f184');
|
|
3260
|
+
$ti-icon-prism: unicode('fab1');
|
|
3261
|
+
$ti-icon-prism-off: unicode('faaf');
|
|
3262
|
+
$ti-icon-prism-plus: unicode('fab0');
|
|
3215
3263
|
$ti-icon-prison: unicode('ef79');
|
|
3216
3264
|
$ti-icon-progress: unicode('fa0d');
|
|
3217
3265
|
$ti-icon-progress-alert: unicode('fa07');
|
|
@@ -3230,6 +3278,7 @@ $ti-icon-puzzle-filled: unicode('f699');
|
|
|
3230
3278
|
$ti-icon-puzzle-off: unicode('f186');
|
|
3231
3279
|
$ti-icon-pyramid: unicode('eec5');
|
|
3232
3280
|
$ti-icon-pyramid-off: unicode('f187');
|
|
3281
|
+
$ti-icon-pyramid-plus: unicode('fab2');
|
|
3233
3282
|
$ti-icon-qrcode: unicode('eb11');
|
|
3234
3283
|
$ti-icon-qrcode-off: unicode('f41e');
|
|
3235
3284
|
$ti-icon-question-mark: unicode('ec9d');
|
|
@@ -3268,6 +3317,9 @@ $ti-icon-rectangle: unicode('ed37');
|
|
|
3268
3317
|
$ti-icon-rectangle-filled: unicode('f69a');
|
|
3269
3318
|
$ti-icon-rectangle-vertical: unicode('ed36');
|
|
3270
3319
|
$ti-icon-rectangle-vertical-filled: unicode('f69b');
|
|
3320
|
+
$ti-icon-rectangular-prism: unicode('fab5');
|
|
3321
|
+
$ti-icon-rectangular-prism-off: unicode('fab3');
|
|
3322
|
+
$ti-icon-rectangular-prism-plus: unicode('fab4');
|
|
3271
3323
|
$ti-icon-recycle: unicode('eb9b');
|
|
3272
3324
|
$ti-icon-recycle-off: unicode('f18c');
|
|
3273
3325
|
$ti-icon-refresh: unicode('eb13');
|
|
@@ -3554,6 +3606,9 @@ $ti-icon-spade-filled: unicode('f6a3');
|
|
|
3554
3606
|
$ti-icon-sparkles: unicode('f6d7');
|
|
3555
3607
|
$ti-icon-speakerphone: unicode('ed61');
|
|
3556
3608
|
$ti-icon-speedboat: unicode('ed93');
|
|
3609
|
+
$ti-icon-sphere: unicode('fab8');
|
|
3610
|
+
$ti-icon-sphere-off: unicode('fab6');
|
|
3611
|
+
$ti-icon-sphere-plus: unicode('fab7');
|
|
3557
3612
|
$ti-icon-spider: unicode('f293');
|
|
3558
3613
|
$ti-icon-spiral: unicode('f294');
|
|
3559
3614
|
$ti-icon-spiral-off: unicode('f42e');
|
|
@@ -4348,6 +4403,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4348
4403
|
.#{$ti-prefix}-apps-filled:before { content: $ti-icon-apps-filled; }
|
|
4349
4404
|
.#{$ti-prefix}-apps-off:before { content: $ti-icon-apps-off; }
|
|
4350
4405
|
.#{$ti-prefix}-archive:before { content: $ti-icon-archive; }
|
|
4406
|
+
.#{$ti-prefix}-archive-filled:before { content: $ti-icon-archive-filled; }
|
|
4351
4407
|
.#{$ti-prefix}-archive-off:before { content: $ti-icon-archive-off; }
|
|
4352
4408
|
.#{$ti-prefix}-armchair:before { content: $ti-icon-armchair; }
|
|
4353
4409
|
.#{$ti-prefix}-armchair-2:before { content: $ti-icon-armchair-2; }
|
|
@@ -4532,6 +4588,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4532
4588
|
.#{$ti-prefix}-arrows-up-right:before { content: $ti-icon-arrows-up-right; }
|
|
4533
4589
|
.#{$ti-prefix}-arrows-vertical:before { content: $ti-icon-arrows-vertical; }
|
|
4534
4590
|
.#{$ti-prefix}-artboard:before { content: $ti-icon-artboard; }
|
|
4591
|
+
.#{$ti-prefix}-artboard-filled:before { content: $ti-icon-artboard-filled; }
|
|
4535
4592
|
.#{$ti-prefix}-artboard-off:before { content: $ti-icon-artboard-off; }
|
|
4536
4593
|
.#{$ti-prefix}-article:before { content: $ti-icon-article; }
|
|
4537
4594
|
.#{$ti-prefix}-article-filled-filled:before { content: $ti-icon-article-filled-filled; }
|
|
@@ -4595,8 +4652,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4595
4652
|
.#{$ti-prefix}-ball-tennis:before { content: $ti-icon-ball-tennis; }
|
|
4596
4653
|
.#{$ti-prefix}-ball-volleyball:before { content: $ti-icon-ball-volleyball; }
|
|
4597
4654
|
.#{$ti-prefix}-balloon:before { content: $ti-icon-balloon; }
|
|
4655
|
+
.#{$ti-prefix}-balloon-filled:before { content: $ti-icon-balloon-filled; }
|
|
4598
4656
|
.#{$ti-prefix}-balloon-off:before { content: $ti-icon-balloon-off; }
|
|
4599
4657
|
.#{$ti-prefix}-ballpen:before { content: $ti-icon-ballpen; }
|
|
4658
|
+
.#{$ti-prefix}-ballpen-filled:before { content: $ti-icon-ballpen-filled; }
|
|
4600
4659
|
.#{$ti-prefix}-ballpen-off:before { content: $ti-icon-ballpen-off; }
|
|
4601
4660
|
.#{$ti-prefix}-ban:before { content: $ti-icon-ban; }
|
|
4602
4661
|
.#{$ti-prefix}-bandage:before { content: $ti-icon-bandage; }
|
|
@@ -4705,6 +4764,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4705
4764
|
.#{$ti-prefix}-bolt:before { content: $ti-icon-bolt; }
|
|
4706
4765
|
.#{$ti-prefix}-bolt-off:before { content: $ti-icon-bolt-off; }
|
|
4707
4766
|
.#{$ti-prefix}-bomb:before { content: $ti-icon-bomb; }
|
|
4767
|
+
.#{$ti-prefix}-bomb-filled:before { content: $ti-icon-bomb-filled; }
|
|
4708
4768
|
.#{$ti-prefix}-bone:before { content: $ti-icon-bone; }
|
|
4709
4769
|
.#{$ti-prefix}-bone-off:before { content: $ti-icon-bone-off; }
|
|
4710
4770
|
.#{$ti-prefix}-bong:before { content: $ti-icon-bong; }
|
|
@@ -4712,10 +4772,12 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4712
4772
|
.#{$ti-prefix}-book:before { content: $ti-icon-book; }
|
|
4713
4773
|
.#{$ti-prefix}-book-2:before { content: $ti-icon-book-2; }
|
|
4714
4774
|
.#{$ti-prefix}-book-download:before { content: $ti-icon-book-download; }
|
|
4775
|
+
.#{$ti-prefix}-book-filled:before { content: $ti-icon-book-filled; }
|
|
4715
4776
|
.#{$ti-prefix}-book-off:before { content: $ti-icon-book-off; }
|
|
4716
4777
|
.#{$ti-prefix}-book-upload:before { content: $ti-icon-book-upload; }
|
|
4717
4778
|
.#{$ti-prefix}-bookmark:before { content: $ti-icon-bookmark; }
|
|
4718
4779
|
.#{$ti-prefix}-bookmark-edit:before { content: $ti-icon-bookmark-edit; }
|
|
4780
|
+
.#{$ti-prefix}-bookmark-filled:before { content: $ti-icon-bookmark-filled; }
|
|
4719
4781
|
.#{$ti-prefix}-bookmark-minus:before { content: $ti-icon-bookmark-minus; }
|
|
4720
4782
|
.#{$ti-prefix}-bookmark-off:before { content: $ti-icon-bookmark-off; }
|
|
4721
4783
|
.#{$ti-prefix}-bookmark-plus:before { content: $ti-icon-bookmark-plus; }
|
|
@@ -4740,6 +4802,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4740
4802
|
.#{$ti-prefix}-border-top:before { content: $ti-icon-border-top; }
|
|
4741
4803
|
.#{$ti-prefix}-border-vertical:before { content: $ti-icon-border-vertical; }
|
|
4742
4804
|
.#{$ti-prefix}-bottle:before { content: $ti-icon-bottle; }
|
|
4805
|
+
.#{$ti-prefix}-bottle-filled:before { content: $ti-icon-bottle-filled; }
|
|
4743
4806
|
.#{$ti-prefix}-bottle-off:before { content: $ti-icon-bottle-off; }
|
|
4744
4807
|
.#{$ti-prefix}-bounce-left:before { content: $ti-icon-bounce-left; }
|
|
4745
4808
|
.#{$ti-prefix}-bounce-right:before { content: $ti-icon-bounce-right; }
|
|
@@ -4747,13 +4810,21 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4747
4810
|
.#{$ti-prefix}-bowl:before { content: $ti-icon-bowl; }
|
|
4748
4811
|
.#{$ti-prefix}-box:before { content: $ti-icon-box; }
|
|
4749
4812
|
.#{$ti-prefix}-box-align-bottom:before { content: $ti-icon-box-align-bottom; }
|
|
4813
|
+
.#{$ti-prefix}-box-align-bottom-filled:before { content: $ti-icon-box-align-bottom-filled; }
|
|
4750
4814
|
.#{$ti-prefix}-box-align-bottom-left:before { content: $ti-icon-box-align-bottom-left; }
|
|
4815
|
+
.#{$ti-prefix}-box-align-bottom-left-filled:before { content: $ti-icon-box-align-bottom-left-filled; }
|
|
4751
4816
|
.#{$ti-prefix}-box-align-bottom-right:before { content: $ti-icon-box-align-bottom-right; }
|
|
4817
|
+
.#{$ti-prefix}-box-align-bottom-right-filled:before { content: $ti-icon-box-align-bottom-right-filled; }
|
|
4752
4818
|
.#{$ti-prefix}-box-align-left:before { content: $ti-icon-box-align-left; }
|
|
4819
|
+
.#{$ti-prefix}-box-align-left-filled:before { content: $ti-icon-box-align-left-filled; }
|
|
4753
4820
|
.#{$ti-prefix}-box-align-right:before { content: $ti-icon-box-align-right; }
|
|
4821
|
+
.#{$ti-prefix}-box-align-right-filled:before { content: $ti-icon-box-align-right-filled; }
|
|
4754
4822
|
.#{$ti-prefix}-box-align-top:before { content: $ti-icon-box-align-top; }
|
|
4823
|
+
.#{$ti-prefix}-box-align-top-filled:before { content: $ti-icon-box-align-top-filled; }
|
|
4755
4824
|
.#{$ti-prefix}-box-align-top-left:before { content: $ti-icon-box-align-top-left; }
|
|
4825
|
+
.#{$ti-prefix}-box-align-top-left-filled:before { content: $ti-icon-box-align-top-left-filled; }
|
|
4756
4826
|
.#{$ti-prefix}-box-align-top-right:before { content: $ti-icon-box-align-top-right; }
|
|
4827
|
+
.#{$ti-prefix}-box-align-top-right-filled:before { content: $ti-icon-box-align-top-right-filled; }
|
|
4757
4828
|
.#{$ti-prefix}-box-margin:before { content: $ti-icon-box-margin; }
|
|
4758
4829
|
.#{$ti-prefix}-box-model:before { content: $ti-icon-box-model; }
|
|
4759
4830
|
.#{$ti-prefix}-box-model-2:before { content: $ti-icon-box-model-2; }
|
|
@@ -5260,7 +5331,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5260
5331
|
.#{$ti-prefix}-caret-right:before { content: $ti-icon-caret-right; }
|
|
5261
5332
|
.#{$ti-prefix}-caret-up:before { content: $ti-icon-caret-up; }
|
|
5262
5333
|
.#{$ti-prefix}-carousel-horizontal:before { content: $ti-icon-carousel-horizontal; }
|
|
5334
|
+
.#{$ti-prefix}-carousel-horizontal-filled:before { content: $ti-icon-carousel-horizontal-filled; }
|
|
5263
5335
|
.#{$ti-prefix}-carousel-vertical:before { content: $ti-icon-carousel-vertical; }
|
|
5336
|
+
.#{$ti-prefix}-carousel-vertical-filled:before { content: $ti-icon-carousel-vertical-filled; }
|
|
5264
5337
|
.#{$ti-prefix}-carrot:before { content: $ti-icon-carrot; }
|
|
5265
5338
|
.#{$ti-prefix}-carrot-off:before { content: $ti-icon-carrot-off; }
|
|
5266
5339
|
.#{$ti-prefix}-cash:before { content: $ti-icon-cash; }
|
|
@@ -5620,6 +5693,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5620
5693
|
.#{$ti-prefix}-cone:before { content: $ti-icon-cone; }
|
|
5621
5694
|
.#{$ti-prefix}-cone-2:before { content: $ti-icon-cone-2; }
|
|
5622
5695
|
.#{$ti-prefix}-cone-off:before { content: $ti-icon-cone-off; }
|
|
5696
|
+
.#{$ti-prefix}-cone-plus:before { content: $ti-icon-cone-plus; }
|
|
5623
5697
|
.#{$ti-prefix}-confetti:before { content: $ti-icon-confetti; }
|
|
5624
5698
|
.#{$ti-prefix}-confetti-off:before { content: $ti-icon-confetti-off; }
|
|
5625
5699
|
.#{$ti-prefix}-confucius:before { content: $ti-icon-confucius; }
|
|
@@ -5683,6 +5757,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5683
5757
|
.#{$ti-prefix}-crutches-off:before { content: $ti-icon-crutches-off; }
|
|
5684
5758
|
.#{$ti-prefix}-crystal-ball:before { content: $ti-icon-crystal-ball; }
|
|
5685
5759
|
.#{$ti-prefix}-csv:before { content: $ti-icon-csv; }
|
|
5760
|
+
.#{$ti-prefix}-cube:before { content: $ti-icon-cube; }
|
|
5761
|
+
.#{$ti-prefix}-cube-off:before { content: $ti-icon-cube-off; }
|
|
5762
|
+
.#{$ti-prefix}-cube-plus:before { content: $ti-icon-cube-plus; }
|
|
5686
5763
|
.#{$ti-prefix}-cube-send:before { content: $ti-icon-cube-send; }
|
|
5687
5764
|
.#{$ti-prefix}-cube-unfolded:before { content: $ti-icon-cube-unfolded; }
|
|
5688
5765
|
.#{$ti-prefix}-cup:before { content: $ti-icon-cup; }
|
|
@@ -5760,6 +5837,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5760
5837
|
.#{$ti-prefix}-cursor-text:before { content: $ti-icon-cursor-text; }
|
|
5761
5838
|
.#{$ti-prefix}-cut:before { content: $ti-icon-cut; }
|
|
5762
5839
|
.#{$ti-prefix}-cylinder:before { content: $ti-icon-cylinder; }
|
|
5840
|
+
.#{$ti-prefix}-cylinder-off:before { content: $ti-icon-cylinder-off; }
|
|
5841
|
+
.#{$ti-prefix}-cylinder-plus:before { content: $ti-icon-cylinder-plus; }
|
|
5763
5842
|
.#{$ti-prefix}-dashboard:before { content: $ti-icon-dashboard; }
|
|
5764
5843
|
.#{$ti-prefix}-dashboard-off:before { content: $ti-icon-dashboard-off; }
|
|
5765
5844
|
.#{$ti-prefix}-database:before { content: $ti-icon-database; }
|
|
@@ -5997,6 +6076,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5997
6076
|
.#{$ti-prefix}-devices-star:before { content: $ti-icon-devices-star; }
|
|
5998
6077
|
.#{$ti-prefix}-devices-up:before { content: $ti-icon-devices-up; }
|
|
5999
6078
|
.#{$ti-prefix}-devices-x:before { content: $ti-icon-devices-x; }
|
|
6079
|
+
.#{$ti-prefix}-diabolo:before { content: $ti-icon-diabolo; }
|
|
6080
|
+
.#{$ti-prefix}-diabolo-off:before { content: $ti-icon-diabolo-off; }
|
|
6081
|
+
.#{$ti-prefix}-diabolo-plus:before { content: $ti-icon-diabolo-plus; }
|
|
6000
6082
|
.#{$ti-prefix}-dialpad:before { content: $ti-icon-dialpad; }
|
|
6001
6083
|
.#{$ti-prefix}-dialpad-filled:before { content: $ti-icon-dialpad-filled; }
|
|
6002
6084
|
.#{$ti-prefix}-dialpad-off:before { content: $ti-icon-dialpad-off; }
|
|
@@ -6324,6 +6406,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6324
6406
|
.#{$ti-prefix}-fridge-off:before { content: $ti-icon-fridge-off; }
|
|
6325
6407
|
.#{$ti-prefix}-friends:before { content: $ti-icon-friends; }
|
|
6326
6408
|
.#{$ti-prefix}-friends-off:before { content: $ti-icon-friends-off; }
|
|
6409
|
+
.#{$ti-prefix}-frustum:before { content: $ti-icon-frustum; }
|
|
6410
|
+
.#{$ti-prefix}-frustum-off:before { content: $ti-icon-frustum-off; }
|
|
6411
|
+
.#{$ti-prefix}-frustum-plus:before { content: $ti-icon-frustum-plus; }
|
|
6327
6412
|
.#{$ti-prefix}-function:before { content: $ti-icon-function; }
|
|
6328
6413
|
.#{$ti-prefix}-function-off:before { content: $ti-icon-function-off; }
|
|
6329
6414
|
.#{$ti-prefix}-garden-cart:before { content: $ti-icon-garden-cart; }
|
|
@@ -6464,6 +6549,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6464
6549
|
.#{$ti-prefix}-help-square-rounded-filled:before { content: $ti-icon-help-square-rounded-filled; }
|
|
6465
6550
|
.#{$ti-prefix}-help-triangle:before { content: $ti-icon-help-triangle; }
|
|
6466
6551
|
.#{$ti-prefix}-help-triangle-filled:before { content: $ti-icon-help-triangle-filled; }
|
|
6552
|
+
.#{$ti-prefix}-hemisphere:before { content: $ti-icon-hemisphere; }
|
|
6553
|
+
.#{$ti-prefix}-hemisphere-off:before { content: $ti-icon-hemisphere-off; }
|
|
6554
|
+
.#{$ti-prefix}-hemisphere-plus:before { content: $ti-icon-hemisphere-plus; }
|
|
6467
6555
|
.#{$ti-prefix}-hexagon:before { content: $ti-icon-hexagon; }
|
|
6468
6556
|
.#{$ti-prefix}-hexagon-0-filled:before { content: $ti-icon-hexagon-0-filled; }
|
|
6469
6557
|
.#{$ti-prefix}-hexagon-1-filled:before { content: $ti-icon-hexagon-1-filled; }
|
|
@@ -6514,6 +6602,12 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6514
6602
|
.#{$ti-prefix}-hexagon-number-8:before { content: $ti-icon-hexagon-number-8; }
|
|
6515
6603
|
.#{$ti-prefix}-hexagon-number-9:before { content: $ti-icon-hexagon-number-9; }
|
|
6516
6604
|
.#{$ti-prefix}-hexagon-off:before { content: $ti-icon-hexagon-off; }
|
|
6605
|
+
.#{$ti-prefix}-hexagonal-prism:before { content: $ti-icon-hexagonal-prism; }
|
|
6606
|
+
.#{$ti-prefix}-hexagonal-prism-off:before { content: $ti-icon-hexagonal-prism-off; }
|
|
6607
|
+
.#{$ti-prefix}-hexagonal-prism-plus:before { content: $ti-icon-hexagonal-prism-plus; }
|
|
6608
|
+
.#{$ti-prefix}-hexagonal-pyramid:before { content: $ti-icon-hexagonal-pyramid; }
|
|
6609
|
+
.#{$ti-prefix}-hexagonal-pyramid-off:before { content: $ti-icon-hexagonal-pyramid-off; }
|
|
6610
|
+
.#{$ti-prefix}-hexagonal-pyramid-plus:before { content: $ti-icon-hexagonal-pyramid-plus; }
|
|
6517
6611
|
.#{$ti-prefix}-hexagons:before { content: $ti-icon-hexagons; }
|
|
6518
6612
|
.#{$ti-prefix}-hexagons-off:before { content: $ti-icon-hexagons-off; }
|
|
6519
6613
|
.#{$ti-prefix}-hierarchy:before { content: $ti-icon-hierarchy; }
|
|
@@ -6628,6 +6722,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6628
6722
|
.#{$ti-prefix}-ironing-off:before { content: $ti-icon-ironing-off; }
|
|
6629
6723
|
.#{$ti-prefix}-ironing-steam:before { content: $ti-icon-ironing-steam; }
|
|
6630
6724
|
.#{$ti-prefix}-ironing-steam-off:before { content: $ti-icon-ironing-steam-off; }
|
|
6725
|
+
.#{$ti-prefix}-irregular-polyhedron:before { content: $ti-icon-irregular-polyhedron; }
|
|
6726
|
+
.#{$ti-prefix}-irregular-polyhedron-off:before { content: $ti-icon-irregular-polyhedron-off; }
|
|
6727
|
+
.#{$ti-prefix}-irregular-polyhedron-plus:before { content: $ti-icon-irregular-polyhedron-plus; }
|
|
6631
6728
|
.#{$ti-prefix}-italic:before { content: $ti-icon-italic; }
|
|
6632
6729
|
.#{$ti-prefix}-jacket:before { content: $ti-icon-jacket; }
|
|
6633
6730
|
.#{$ti-prefix}-jetpack:before { content: $ti-icon-jetpack; }
|
|
@@ -7152,6 +7249,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7152
7249
|
.#{$ti-prefix}-octagon:before { content: $ti-icon-octagon; }
|
|
7153
7250
|
.#{$ti-prefix}-octagon-filled:before { content: $ti-icon-octagon-filled; }
|
|
7154
7251
|
.#{$ti-prefix}-octagon-off:before { content: $ti-icon-octagon-off; }
|
|
7252
|
+
.#{$ti-prefix}-octahedron:before { content: $ti-icon-octahedron; }
|
|
7253
|
+
.#{$ti-prefix}-octahedron-off:before { content: $ti-icon-octahedron-off; }
|
|
7254
|
+
.#{$ti-prefix}-octahedron-plus:before { content: $ti-icon-octahedron-plus; }
|
|
7155
7255
|
.#{$ti-prefix}-old:before { content: $ti-icon-old; }
|
|
7156
7256
|
.#{$ti-prefix}-olympics:before { content: $ti-icon-olympics; }
|
|
7157
7257
|
.#{$ti-prefix}-olympics-off:before { content: $ti-icon-olympics-off; }
|
|
@@ -7372,6 +7472,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7372
7472
|
.#{$ti-prefix}-presentation-off:before { content: $ti-icon-presentation-off; }
|
|
7373
7473
|
.#{$ti-prefix}-printer:before { content: $ti-icon-printer; }
|
|
7374
7474
|
.#{$ti-prefix}-printer-off:before { content: $ti-icon-printer-off; }
|
|
7475
|
+
.#{$ti-prefix}-prism:before { content: $ti-icon-prism; }
|
|
7476
|
+
.#{$ti-prefix}-prism-off:before { content: $ti-icon-prism-off; }
|
|
7477
|
+
.#{$ti-prefix}-prism-plus:before { content: $ti-icon-prism-plus; }
|
|
7375
7478
|
.#{$ti-prefix}-prison:before { content: $ti-icon-prison; }
|
|
7376
7479
|
.#{$ti-prefix}-progress:before { content: $ti-icon-progress; }
|
|
7377
7480
|
.#{$ti-prefix}-progress-alert:before { content: $ti-icon-progress-alert; }
|
|
@@ -7390,6 +7493,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7390
7493
|
.#{$ti-prefix}-puzzle-off:before { content: $ti-icon-puzzle-off; }
|
|
7391
7494
|
.#{$ti-prefix}-pyramid:before { content: $ti-icon-pyramid; }
|
|
7392
7495
|
.#{$ti-prefix}-pyramid-off:before { content: $ti-icon-pyramid-off; }
|
|
7496
|
+
.#{$ti-prefix}-pyramid-plus:before { content: $ti-icon-pyramid-plus; }
|
|
7393
7497
|
.#{$ti-prefix}-qrcode:before { content: $ti-icon-qrcode; }
|
|
7394
7498
|
.#{$ti-prefix}-qrcode-off:before { content: $ti-icon-qrcode-off; }
|
|
7395
7499
|
.#{$ti-prefix}-question-mark:before { content: $ti-icon-question-mark; }
|
|
@@ -7428,6 +7532,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7428
7532
|
.#{$ti-prefix}-rectangle-filled:before { content: $ti-icon-rectangle-filled; }
|
|
7429
7533
|
.#{$ti-prefix}-rectangle-vertical:before { content: $ti-icon-rectangle-vertical; }
|
|
7430
7534
|
.#{$ti-prefix}-rectangle-vertical-filled:before { content: $ti-icon-rectangle-vertical-filled; }
|
|
7535
|
+
.#{$ti-prefix}-rectangular-prism:before { content: $ti-icon-rectangular-prism; }
|
|
7536
|
+
.#{$ti-prefix}-rectangular-prism-off:before { content: $ti-icon-rectangular-prism-off; }
|
|
7537
|
+
.#{$ti-prefix}-rectangular-prism-plus:before { content: $ti-icon-rectangular-prism-plus; }
|
|
7431
7538
|
.#{$ti-prefix}-recycle:before { content: $ti-icon-recycle; }
|
|
7432
7539
|
.#{$ti-prefix}-recycle-off:before { content: $ti-icon-recycle-off; }
|
|
7433
7540
|
.#{$ti-prefix}-refresh:before { content: $ti-icon-refresh; }
|
|
@@ -7714,6 +7821,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7714
7821
|
.#{$ti-prefix}-sparkles:before { content: $ti-icon-sparkles; }
|
|
7715
7822
|
.#{$ti-prefix}-speakerphone:before { content: $ti-icon-speakerphone; }
|
|
7716
7823
|
.#{$ti-prefix}-speedboat:before { content: $ti-icon-speedboat; }
|
|
7824
|
+
.#{$ti-prefix}-sphere:before { content: $ti-icon-sphere; }
|
|
7825
|
+
.#{$ti-prefix}-sphere-off:before { content: $ti-icon-sphere-off; }
|
|
7826
|
+
.#{$ti-prefix}-sphere-plus:before { content: $ti-icon-sphere-plus; }
|
|
7717
7827
|
.#{$ti-prefix}-spider:before { content: $ti-icon-spider; }
|
|
7718
7828
|
.#{$ti-prefix}-spiral:before { content: $ti-icon-spiral; }
|
|
7719
7829
|
.#{$ti-prefix}-spiral-off:before { content: $ti-icon-spiral-off; }
|