@tabler/icons-webfont 2.41.0 → 2.43.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 +147 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +326 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +77 -5
package/tabler-icons.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* Tabler Icons 2.
|
|
3
|
+
* Tabler Icons 2.43.0 by tabler - https://tabler.io
|
|
4
4
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
5
5
|
*/
|
|
6
6
|
$ti-font-family: 'tabler-icons' !default;
|
|
@@ -13,11 +13,11 @@ $ti-prefix: 'ti' !default;
|
|
|
13
13
|
font-style: normal;
|
|
14
14
|
font-weight: 400;
|
|
15
15
|
font-display: $ti-font-display;
|
|
16
|
-
src: url('#{$ti-font-path}/tabler-icons.eot?v2.
|
|
17
|
-
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.
|
|
18
|
-
url('#{$ti-font-path}/tabler-icons.woff2?v2.
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?v2.43.0');
|
|
17
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.43.0') format('embedded-opentype'),
|
|
18
|
+
url('#{$ti-font-path}/tabler-icons.woff2?v2.43.0') format('woff2'),
|
|
19
19
|
url('#{$ti-font-path}/tabler-icons.woff?') format('woff'),
|
|
20
|
-
url('#{$ti-font-path}/tabler-icons.ttf?v2.
|
|
20
|
+
url('#{$ti-font-path}/tabler-icons.ttf?v2.43.0') format('truetype');
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.#{$ti-prefix} {
|
|
@@ -1133,6 +1133,7 @@ $ti-icon-calendar-clock: unicode('fd2e');
|
|
|
1133
1133
|
$ti-icon-calendar-code: unicode('f825');
|
|
1134
1134
|
$ti-icon-calendar-cog: unicode('f826');
|
|
1135
1135
|
$ti-icon-calendar-dollar: unicode('f827');
|
|
1136
|
+
$ti-icon-calendar-dot: unicode('fd3e');
|
|
1136
1137
|
$ti-icon-calendar-down: unicode('f828');
|
|
1137
1138
|
$ti-icon-calendar-due: unicode('f621');
|
|
1138
1139
|
$ti-icon-calendar-event: unicode('ea52');
|
|
@@ -1640,7 +1641,11 @@ $ti-icon-cookie: unicode('ef0f');
|
|
|
1640
1641
|
$ti-icon-cookie-man: unicode('f4c4');
|
|
1641
1642
|
$ti-icon-cookie-off: unicode('f0d7');
|
|
1642
1643
|
$ti-icon-copy: unicode('ea7a');
|
|
1644
|
+
$ti-icon-copy-check: unicode('fd3f');
|
|
1645
|
+
$ti-icon-copy-minus: unicode('fd40');
|
|
1643
1646
|
$ti-icon-copy-off: unicode('f0d8');
|
|
1647
|
+
$ti-icon-copy-plus: unicode('fd41');
|
|
1648
|
+
$ti-icon-copy-x: unicode('fd42');
|
|
1644
1649
|
$ti-icon-copyleft: unicode('ec3d');
|
|
1645
1650
|
$ti-icon-copyleft-filled: unicode('f73b');
|
|
1646
1651
|
$ti-icon-copyleft-off: unicode('f0d9');
|
|
@@ -1682,6 +1687,13 @@ $ti-icon-credit-card-pay: unicode('fd32');
|
|
|
1682
1687
|
$ti-icon-credit-card-refund: unicode('fd33');
|
|
1683
1688
|
$ti-icon-cricket: unicode('f09a');
|
|
1684
1689
|
$ti-icon-crop: unicode('ea85');
|
|
1690
|
+
$ti-icon-crop-1-1: unicode('fd50');
|
|
1691
|
+
$ti-icon-crop-16-9: unicode('fd51');
|
|
1692
|
+
$ti-icon-crop-3-2: unicode('fd52');
|
|
1693
|
+
$ti-icon-crop-5-4: unicode('fd53');
|
|
1694
|
+
$ti-icon-crop-7-5: unicode('fd54');
|
|
1695
|
+
$ti-icon-crop-landscape: unicode('fd55');
|
|
1696
|
+
$ti-icon-crop-portrait: unicode('fd56');
|
|
1685
1697
|
$ti-icon-cross: unicode('ef8f');
|
|
1686
1698
|
$ti-icon-cross-filled: unicode('f675');
|
|
1687
1699
|
$ti-icon-cross-off: unicode('f10b');
|
|
@@ -2119,6 +2131,7 @@ $ti-icon-dual-screen: unicode('fa59');
|
|
|
2119
2131
|
$ti-icon-e-passport: unicode('f4df');
|
|
2120
2132
|
$ti-icon-ear: unicode('ebce');
|
|
2121
2133
|
$ti-icon-ear-off: unicode('ee84');
|
|
2134
|
+
$ti-icon-ear-scan: unicode('fd57');
|
|
2122
2135
|
$ti-icon-ease-in: unicode('f573');
|
|
2123
2136
|
$ti-icon-ease-in-control-point: unicode('f570');
|
|
2124
2137
|
$ti-icon-ease-in-out: unicode('f572');
|
|
@@ -2411,6 +2424,7 @@ $ti-icon-folder-pause: unicode('f915');
|
|
|
2411
2424
|
$ti-icon-folder-pin: unicode('f916');
|
|
2412
2425
|
$ti-icon-folder-plus: unicode('eaab');
|
|
2413
2426
|
$ti-icon-folder-question: unicode('f917');
|
|
2427
|
+
$ti-icon-folder-root: unicode('fd43');
|
|
2414
2428
|
$ti-icon-folder-search: unicode('f918');
|
|
2415
2429
|
$ti-icon-folder-share: unicode('f919');
|
|
2416
2430
|
$ti-icon-folder-star: unicode('f91a');
|
|
@@ -2528,6 +2542,7 @@ $ti-icon-grip-vertical: unicode('ec01');
|
|
|
2528
2542
|
$ti-icon-growth: unicode('ee93');
|
|
2529
2543
|
$ti-icon-guitar-pick: unicode('f4c6');
|
|
2530
2544
|
$ti-icon-guitar-pick-filled: unicode('f67b');
|
|
2545
|
+
$ti-icon-gymnastics: unicode('fd44');
|
|
2531
2546
|
$ti-icon-h-1: unicode('ec94');
|
|
2532
2547
|
$ti-icon-h-2: unicode('ec95');
|
|
2533
2548
|
$ti-icon-h-3: unicode('ec96');
|
|
@@ -2719,6 +2734,8 @@ $ti-icon-home-x: unicode('f347');
|
|
|
2719
2734
|
$ti-icon-horse: unicode('fc46');
|
|
2720
2735
|
$ti-icon-horse-toy: unicode('f28a');
|
|
2721
2736
|
$ti-icon-horseshoe: unicode('fcb7');
|
|
2737
|
+
$ti-icon-hospital: unicode('fd59');
|
|
2738
|
+
$ti-icon-hospital-circle: unicode('fd58');
|
|
2722
2739
|
$ti-icon-hotel-service: unicode('ef80');
|
|
2723
2740
|
$ti-icon-hourglass: unicode('ef93');
|
|
2724
2741
|
$ti-icon-hourglass-empty: unicode('f146');
|
|
@@ -2862,6 +2879,7 @@ $ti-icon-layout-bottombar-collapse-filled: unicode('fc35');
|
|
|
2862
2879
|
$ti-icon-layout-bottombar-expand: unicode('f28c');
|
|
2863
2880
|
$ti-icon-layout-bottombar-expand-filled: unicode('fc36');
|
|
2864
2881
|
$ti-icon-layout-bottombar-filled: unicode('fc37');
|
|
2882
|
+
$ti-icon-layout-bottombar-inactive: unicode('fd45');
|
|
2865
2883
|
$ti-icon-layout-cards: unicode('ec13');
|
|
2866
2884
|
$ti-icon-layout-collage: unicode('f389');
|
|
2867
2885
|
$ti-icon-layout-columns: unicode('ead4');
|
|
@@ -2879,9 +2897,11 @@ $ti-icon-layout-navbar-collapse-filled: unicode('fc38');
|
|
|
2879
2897
|
$ti-icon-layout-navbar-expand: unicode('f28e');
|
|
2880
2898
|
$ti-icon-layout-navbar-expand-filled: unicode('fc39');
|
|
2881
2899
|
$ti-icon-layout-navbar-filled: unicode('fc3a');
|
|
2900
|
+
$ti-icon-layout-navbar-inactive: unicode('fd46');
|
|
2882
2901
|
$ti-icon-layout-off: unicode('f151');
|
|
2883
2902
|
$ti-icon-layout-rows: unicode('ead8');
|
|
2884
2903
|
$ti-icon-layout-sidebar: unicode('eada');
|
|
2904
|
+
$ti-icon-layout-sidebar-inactive: unicode('fd47');
|
|
2885
2905
|
$ti-icon-layout-sidebar-left-collapse: unicode('f004');
|
|
2886
2906
|
$ti-icon-layout-sidebar-left-collapse-filled: unicode('fc3b');
|
|
2887
2907
|
$ti-icon-layout-sidebar-left-expand: unicode('f005');
|
|
@@ -2891,6 +2911,7 @@ $ti-icon-layout-sidebar-right-collapse: unicode('f006');
|
|
|
2891
2911
|
$ti-icon-layout-sidebar-right-collapse-filled: unicode('fc3d');
|
|
2892
2912
|
$ti-icon-layout-sidebar-right-expand: unicode('f007');
|
|
2893
2913
|
$ti-icon-layout-sidebar-right-expand-filled: unicode('fc3e');
|
|
2914
|
+
$ti-icon-layout-sidebar-right-inactive: unicode('fd48');
|
|
2894
2915
|
$ti-icon-leaf: unicode('ed4f');
|
|
2895
2916
|
$ti-icon-leaf-off: unicode('f400');
|
|
2896
2917
|
$ti-icon-lego: unicode('eadc');
|
|
@@ -2954,6 +2975,10 @@ $ti-icon-letter-y: unicode('ec68');
|
|
|
2954
2975
|
$ti-icon-letter-y-small: unicode('fcdf');
|
|
2955
2976
|
$ti-icon-letter-z: unicode('ec69');
|
|
2956
2977
|
$ti-icon-letter-z-small: unicode('fce0');
|
|
2978
|
+
$ti-icon-library: unicode('fd4c');
|
|
2979
|
+
$ti-icon-library-minus: unicode('fd49');
|
|
2980
|
+
$ti-icon-library-photo: unicode('fd4a');
|
|
2981
|
+
$ti-icon-library-plus: unicode('fd4b');
|
|
2957
2982
|
$ti-icon-license: unicode('ebc0');
|
|
2958
2983
|
$ti-icon-license-off: unicode('f153');
|
|
2959
2984
|
$ti-icon-lifebuoy: unicode('eadd');
|
|
@@ -3265,6 +3290,7 @@ $ti-icon-message-pause: unicode('f989');
|
|
|
3265
3290
|
$ti-icon-message-pin: unicode('f98a');
|
|
3266
3291
|
$ti-icon-message-plus: unicode('ec9a');
|
|
3267
3292
|
$ti-icon-message-question: unicode('f98b');
|
|
3293
|
+
$ti-icon-message-reply: unicode('fd4d');
|
|
3268
3294
|
$ti-icon-message-report: unicode('ec9b');
|
|
3269
3295
|
$ti-icon-message-search: unicode('f98c');
|
|
3270
3296
|
$ti-icon-message-share: unicode('f078');
|
|
@@ -3545,6 +3571,7 @@ $ti-icon-parachute-off: unicode('f170');
|
|
|
3545
3571
|
$ti-icon-parentheses: unicode('ebd8');
|
|
3546
3572
|
$ti-icon-parentheses-off: unicode('f171');
|
|
3547
3573
|
$ti-icon-parking: unicode('eb03');
|
|
3574
|
+
$ti-icon-parking-circle: unicode('fd5a');
|
|
3548
3575
|
$ti-icon-parking-off: unicode('f172');
|
|
3549
3576
|
$ti-icon-password: unicode('f4ca');
|
|
3550
3577
|
$ti-icon-password-fingerprint: unicode('fc7b');
|
|
@@ -3666,7 +3693,9 @@ $ti-icon-pill: unicode('ec44');
|
|
|
3666
3693
|
$ti-icon-pill-off: unicode('f178');
|
|
3667
3694
|
$ti-icon-pills: unicode('ef66');
|
|
3668
3695
|
$ti-icon-pin: unicode('ec9c');
|
|
3696
|
+
$ti-icon-pin-end: unicode('fd5b');
|
|
3669
3697
|
$ti-icon-pin-filled: unicode('f68d');
|
|
3698
|
+
$ti-icon-pin-invoke: unicode('fd5c');
|
|
3670
3699
|
$ti-icon-ping-pong: unicode('f38d');
|
|
3671
3700
|
$ti-icon-pinned: unicode('ed60');
|
|
3672
3701
|
$ti-icon-pinned-filled: unicode('f68e');
|
|
@@ -3981,6 +4010,7 @@ $ti-icon-script: unicode('f2da');
|
|
|
3981
4010
|
$ti-icon-script-minus: unicode('f2d7');
|
|
3982
4011
|
$ti-icon-script-plus: unicode('f2d8');
|
|
3983
4012
|
$ti-icon-script-x: unicode('f2d9');
|
|
4013
|
+
$ti-icon-scuba-diving: unicode('fd4e');
|
|
3984
4014
|
$ti-icon-scuba-mask: unicode('eed4');
|
|
3985
4015
|
$ti-icon-scuba-mask-off: unicode('f428');
|
|
3986
4016
|
$ti-icon-sdk: unicode('f3af');
|
|
@@ -3994,6 +4024,7 @@ $ti-icon-select: unicode('ec9e');
|
|
|
3994
4024
|
$ti-icon-select-all: unicode('f9f7');
|
|
3995
4025
|
$ti-icon-selector: unicode('eb1d');
|
|
3996
4026
|
$ti-icon-send: unicode('eb1e');
|
|
4027
|
+
$ti-icon-send-2: unicode('fd5d');
|
|
3997
4028
|
$ti-icon-send-off: unicode('f429');
|
|
3998
4029
|
$ti-icon-seo: unicode('f26b');
|
|
3999
4030
|
$ti-icon-separator: unicode('ebda');
|
|
@@ -4148,6 +4179,7 @@ $ti-icon-smart-home: unicode('ecde');
|
|
|
4148
4179
|
$ti-icon-smart-home-off: unicode('f1a7');
|
|
4149
4180
|
$ti-icon-smoking: unicode('ecc4');
|
|
4150
4181
|
$ti-icon-smoking-no: unicode('ecc3');
|
|
4182
|
+
$ti-icon-snowboarding: unicode('fd4f');
|
|
4151
4183
|
$ti-icon-snowflake: unicode('ec0b');
|
|
4152
4184
|
$ti-icon-snowflake-off: unicode('f1a8');
|
|
4153
4185
|
$ti-icon-snowman: unicode('f26d');
|
|
@@ -4456,6 +4488,10 @@ $ti-icon-superscript: unicode('eba0');
|
|
|
4456
4488
|
$ti-icon-svg: unicode('f25a');
|
|
4457
4489
|
$ti-icon-swimming: unicode('ec92');
|
|
4458
4490
|
$ti-icon-swipe: unicode('f551');
|
|
4491
|
+
$ti-icon-swipe-down: unicode('fd5e');
|
|
4492
|
+
$ti-icon-swipe-left: unicode('fd5f');
|
|
4493
|
+
$ti-icon-swipe-right: unicode('fd60');
|
|
4494
|
+
$ti-icon-swipe-up: unicode('fd61');
|
|
4459
4495
|
$ti-icon-switch: unicode('eb33');
|
|
4460
4496
|
$ti-icon-switch-2: unicode('edbf');
|
|
4461
4497
|
$ti-icon-switch-3: unicode('edc0');
|
|
@@ -5989,6 +6025,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5989
6025
|
.#{$ti-prefix}-calendar-code:before { content: $ti-icon-calendar-code; }
|
|
5990
6026
|
.#{$ti-prefix}-calendar-cog:before { content: $ti-icon-calendar-cog; }
|
|
5991
6027
|
.#{$ti-prefix}-calendar-dollar:before { content: $ti-icon-calendar-dollar; }
|
|
6028
|
+
.#{$ti-prefix}-calendar-dot:before { content: $ti-icon-calendar-dot; }
|
|
5992
6029
|
.#{$ti-prefix}-calendar-down:before { content: $ti-icon-calendar-down; }
|
|
5993
6030
|
.#{$ti-prefix}-calendar-due:before { content: $ti-icon-calendar-due; }
|
|
5994
6031
|
.#{$ti-prefix}-calendar-event:before { content: $ti-icon-calendar-event; }
|
|
@@ -6496,7 +6533,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6496
6533
|
.#{$ti-prefix}-cookie-man:before { content: $ti-icon-cookie-man; }
|
|
6497
6534
|
.#{$ti-prefix}-cookie-off:before { content: $ti-icon-cookie-off; }
|
|
6498
6535
|
.#{$ti-prefix}-copy:before { content: $ti-icon-copy; }
|
|
6536
|
+
.#{$ti-prefix}-copy-check:before { content: $ti-icon-copy-check; }
|
|
6537
|
+
.#{$ti-prefix}-copy-minus:before { content: $ti-icon-copy-minus; }
|
|
6499
6538
|
.#{$ti-prefix}-copy-off:before { content: $ti-icon-copy-off; }
|
|
6539
|
+
.#{$ti-prefix}-copy-plus:before { content: $ti-icon-copy-plus; }
|
|
6540
|
+
.#{$ti-prefix}-copy-x:before { content: $ti-icon-copy-x; }
|
|
6500
6541
|
.#{$ti-prefix}-copyleft:before { content: $ti-icon-copyleft; }
|
|
6501
6542
|
.#{$ti-prefix}-copyleft-filled:before { content: $ti-icon-copyleft-filled; }
|
|
6502
6543
|
.#{$ti-prefix}-copyleft-off:before { content: $ti-icon-copyleft-off; }
|
|
@@ -6538,6 +6579,13 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6538
6579
|
.#{$ti-prefix}-credit-card-refund:before { content: $ti-icon-credit-card-refund; }
|
|
6539
6580
|
.#{$ti-prefix}-cricket:before { content: $ti-icon-cricket; }
|
|
6540
6581
|
.#{$ti-prefix}-crop:before { content: $ti-icon-crop; }
|
|
6582
|
+
.#{$ti-prefix}-crop-1-1:before { content: $ti-icon-crop-1-1; }
|
|
6583
|
+
.#{$ti-prefix}-crop-16-9:before { content: $ti-icon-crop-16-9; }
|
|
6584
|
+
.#{$ti-prefix}-crop-3-2:before { content: $ti-icon-crop-3-2; }
|
|
6585
|
+
.#{$ti-prefix}-crop-5-4:before { content: $ti-icon-crop-5-4; }
|
|
6586
|
+
.#{$ti-prefix}-crop-7-5:before { content: $ti-icon-crop-7-5; }
|
|
6587
|
+
.#{$ti-prefix}-crop-landscape:before { content: $ti-icon-crop-landscape; }
|
|
6588
|
+
.#{$ti-prefix}-crop-portrait:before { content: $ti-icon-crop-portrait; }
|
|
6541
6589
|
.#{$ti-prefix}-cross:before { content: $ti-icon-cross; }
|
|
6542
6590
|
.#{$ti-prefix}-cross-filled:before { content: $ti-icon-cross-filled; }
|
|
6543
6591
|
.#{$ti-prefix}-cross-off:before { content: $ti-icon-cross-off; }
|
|
@@ -6975,6 +7023,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6975
7023
|
.#{$ti-prefix}-e-passport:before { content: $ti-icon-e-passport; }
|
|
6976
7024
|
.#{$ti-prefix}-ear:before { content: $ti-icon-ear; }
|
|
6977
7025
|
.#{$ti-prefix}-ear-off:before { content: $ti-icon-ear-off; }
|
|
7026
|
+
.#{$ti-prefix}-ear-scan:before { content: $ti-icon-ear-scan; }
|
|
6978
7027
|
.#{$ti-prefix}-ease-in:before { content: $ti-icon-ease-in; }
|
|
6979
7028
|
.#{$ti-prefix}-ease-in-control-point:before { content: $ti-icon-ease-in-control-point; }
|
|
6980
7029
|
.#{$ti-prefix}-ease-in-out:before { content: $ti-icon-ease-in-out; }
|
|
@@ -7267,6 +7316,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7267
7316
|
.#{$ti-prefix}-folder-pin:before { content: $ti-icon-folder-pin; }
|
|
7268
7317
|
.#{$ti-prefix}-folder-plus:before { content: $ti-icon-folder-plus; }
|
|
7269
7318
|
.#{$ti-prefix}-folder-question:before { content: $ti-icon-folder-question; }
|
|
7319
|
+
.#{$ti-prefix}-folder-root:before { content: $ti-icon-folder-root; }
|
|
7270
7320
|
.#{$ti-prefix}-folder-search:before { content: $ti-icon-folder-search; }
|
|
7271
7321
|
.#{$ti-prefix}-folder-share:before { content: $ti-icon-folder-share; }
|
|
7272
7322
|
.#{$ti-prefix}-folder-star:before { content: $ti-icon-folder-star; }
|
|
@@ -7384,6 +7434,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7384
7434
|
.#{$ti-prefix}-growth:before { content: $ti-icon-growth; }
|
|
7385
7435
|
.#{$ti-prefix}-guitar-pick:before { content: $ti-icon-guitar-pick; }
|
|
7386
7436
|
.#{$ti-prefix}-guitar-pick-filled:before { content: $ti-icon-guitar-pick-filled; }
|
|
7437
|
+
.#{$ti-prefix}-gymnastics:before { content: $ti-icon-gymnastics; }
|
|
7387
7438
|
.#{$ti-prefix}-h-1:before { content: $ti-icon-h-1; }
|
|
7388
7439
|
.#{$ti-prefix}-h-2:before { content: $ti-icon-h-2; }
|
|
7389
7440
|
.#{$ti-prefix}-h-3:before { content: $ti-icon-h-3; }
|
|
@@ -7575,6 +7626,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7575
7626
|
.#{$ti-prefix}-horse:before { content: $ti-icon-horse; }
|
|
7576
7627
|
.#{$ti-prefix}-horse-toy:before { content: $ti-icon-horse-toy; }
|
|
7577
7628
|
.#{$ti-prefix}-horseshoe:before { content: $ti-icon-horseshoe; }
|
|
7629
|
+
.#{$ti-prefix}-hospital:before { content: $ti-icon-hospital; }
|
|
7630
|
+
.#{$ti-prefix}-hospital-circle:before { content: $ti-icon-hospital-circle; }
|
|
7578
7631
|
.#{$ti-prefix}-hotel-service:before { content: $ti-icon-hotel-service; }
|
|
7579
7632
|
.#{$ti-prefix}-hourglass:before { content: $ti-icon-hourglass; }
|
|
7580
7633
|
.#{$ti-prefix}-hourglass-empty:before { content: $ti-icon-hourglass-empty; }
|
|
@@ -7718,6 +7771,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7718
7771
|
.#{$ti-prefix}-layout-bottombar-expand:before { content: $ti-icon-layout-bottombar-expand; }
|
|
7719
7772
|
.#{$ti-prefix}-layout-bottombar-expand-filled:before { content: $ti-icon-layout-bottombar-expand-filled; }
|
|
7720
7773
|
.#{$ti-prefix}-layout-bottombar-filled:before { content: $ti-icon-layout-bottombar-filled; }
|
|
7774
|
+
.#{$ti-prefix}-layout-bottombar-inactive:before { content: $ti-icon-layout-bottombar-inactive; }
|
|
7721
7775
|
.#{$ti-prefix}-layout-cards:before { content: $ti-icon-layout-cards; }
|
|
7722
7776
|
.#{$ti-prefix}-layout-collage:before { content: $ti-icon-layout-collage; }
|
|
7723
7777
|
.#{$ti-prefix}-layout-columns:before { content: $ti-icon-layout-columns; }
|
|
@@ -7735,9 +7789,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7735
7789
|
.#{$ti-prefix}-layout-navbar-expand:before { content: $ti-icon-layout-navbar-expand; }
|
|
7736
7790
|
.#{$ti-prefix}-layout-navbar-expand-filled:before { content: $ti-icon-layout-navbar-expand-filled; }
|
|
7737
7791
|
.#{$ti-prefix}-layout-navbar-filled:before { content: $ti-icon-layout-navbar-filled; }
|
|
7792
|
+
.#{$ti-prefix}-layout-navbar-inactive:before { content: $ti-icon-layout-navbar-inactive; }
|
|
7738
7793
|
.#{$ti-prefix}-layout-off:before { content: $ti-icon-layout-off; }
|
|
7739
7794
|
.#{$ti-prefix}-layout-rows:before { content: $ti-icon-layout-rows; }
|
|
7740
7795
|
.#{$ti-prefix}-layout-sidebar:before { content: $ti-icon-layout-sidebar; }
|
|
7796
|
+
.#{$ti-prefix}-layout-sidebar-inactive:before { content: $ti-icon-layout-sidebar-inactive; }
|
|
7741
7797
|
.#{$ti-prefix}-layout-sidebar-left-collapse:before { content: $ti-icon-layout-sidebar-left-collapse; }
|
|
7742
7798
|
.#{$ti-prefix}-layout-sidebar-left-collapse-filled:before { content: $ti-icon-layout-sidebar-left-collapse-filled; }
|
|
7743
7799
|
.#{$ti-prefix}-layout-sidebar-left-expand:before { content: $ti-icon-layout-sidebar-left-expand; }
|
|
@@ -7747,6 +7803,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7747
7803
|
.#{$ti-prefix}-layout-sidebar-right-collapse-filled:before { content: $ti-icon-layout-sidebar-right-collapse-filled; }
|
|
7748
7804
|
.#{$ti-prefix}-layout-sidebar-right-expand:before { content: $ti-icon-layout-sidebar-right-expand; }
|
|
7749
7805
|
.#{$ti-prefix}-layout-sidebar-right-expand-filled:before { content: $ti-icon-layout-sidebar-right-expand-filled; }
|
|
7806
|
+
.#{$ti-prefix}-layout-sidebar-right-inactive:before { content: $ti-icon-layout-sidebar-right-inactive; }
|
|
7750
7807
|
.#{$ti-prefix}-leaf:before { content: $ti-icon-leaf; }
|
|
7751
7808
|
.#{$ti-prefix}-leaf-off:before { content: $ti-icon-leaf-off; }
|
|
7752
7809
|
.#{$ti-prefix}-lego:before { content: $ti-icon-lego; }
|
|
@@ -7810,6 +7867,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7810
7867
|
.#{$ti-prefix}-letter-y-small:before { content: $ti-icon-letter-y-small; }
|
|
7811
7868
|
.#{$ti-prefix}-letter-z:before { content: $ti-icon-letter-z; }
|
|
7812
7869
|
.#{$ti-prefix}-letter-z-small:before { content: $ti-icon-letter-z-small; }
|
|
7870
|
+
.#{$ti-prefix}-library:before { content: $ti-icon-library; }
|
|
7871
|
+
.#{$ti-prefix}-library-minus:before { content: $ti-icon-library-minus; }
|
|
7872
|
+
.#{$ti-prefix}-library-photo:before { content: $ti-icon-library-photo; }
|
|
7873
|
+
.#{$ti-prefix}-library-plus:before { content: $ti-icon-library-plus; }
|
|
7813
7874
|
.#{$ti-prefix}-license:before { content: $ti-icon-license; }
|
|
7814
7875
|
.#{$ti-prefix}-license-off:before { content: $ti-icon-license-off; }
|
|
7815
7876
|
.#{$ti-prefix}-lifebuoy:before { content: $ti-icon-lifebuoy; }
|
|
@@ -8121,6 +8182,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8121
8182
|
.#{$ti-prefix}-message-pin:before { content: $ti-icon-message-pin; }
|
|
8122
8183
|
.#{$ti-prefix}-message-plus:before { content: $ti-icon-message-plus; }
|
|
8123
8184
|
.#{$ti-prefix}-message-question:before { content: $ti-icon-message-question; }
|
|
8185
|
+
.#{$ti-prefix}-message-reply:before { content: $ti-icon-message-reply; }
|
|
8124
8186
|
.#{$ti-prefix}-message-report:before { content: $ti-icon-message-report; }
|
|
8125
8187
|
.#{$ti-prefix}-message-search:before { content: $ti-icon-message-search; }
|
|
8126
8188
|
.#{$ti-prefix}-message-share:before { content: $ti-icon-message-share; }
|
|
@@ -8401,6 +8463,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8401
8463
|
.#{$ti-prefix}-parentheses:before { content: $ti-icon-parentheses; }
|
|
8402
8464
|
.#{$ti-prefix}-parentheses-off:before { content: $ti-icon-parentheses-off; }
|
|
8403
8465
|
.#{$ti-prefix}-parking:before { content: $ti-icon-parking; }
|
|
8466
|
+
.#{$ti-prefix}-parking-circle:before { content: $ti-icon-parking-circle; }
|
|
8404
8467
|
.#{$ti-prefix}-parking-off:before { content: $ti-icon-parking-off; }
|
|
8405
8468
|
.#{$ti-prefix}-password:before { content: $ti-icon-password; }
|
|
8406
8469
|
.#{$ti-prefix}-password-fingerprint:before { content: $ti-icon-password-fingerprint; }
|
|
@@ -8522,7 +8585,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8522
8585
|
.#{$ti-prefix}-pill-off:before { content: $ti-icon-pill-off; }
|
|
8523
8586
|
.#{$ti-prefix}-pills:before { content: $ti-icon-pills; }
|
|
8524
8587
|
.#{$ti-prefix}-pin:before { content: $ti-icon-pin; }
|
|
8588
|
+
.#{$ti-prefix}-pin-end:before { content: $ti-icon-pin-end; }
|
|
8525
8589
|
.#{$ti-prefix}-pin-filled:before { content: $ti-icon-pin-filled; }
|
|
8590
|
+
.#{$ti-prefix}-pin-invoke:before { content: $ti-icon-pin-invoke; }
|
|
8526
8591
|
.#{$ti-prefix}-ping-pong:before { content: $ti-icon-ping-pong; }
|
|
8527
8592
|
.#{$ti-prefix}-pinned:before { content: $ti-icon-pinned; }
|
|
8528
8593
|
.#{$ti-prefix}-pinned-filled:before { content: $ti-icon-pinned-filled; }
|
|
@@ -8837,6 +8902,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8837
8902
|
.#{$ti-prefix}-script-minus:before { content: $ti-icon-script-minus; }
|
|
8838
8903
|
.#{$ti-prefix}-script-plus:before { content: $ti-icon-script-plus; }
|
|
8839
8904
|
.#{$ti-prefix}-script-x:before { content: $ti-icon-script-x; }
|
|
8905
|
+
.#{$ti-prefix}-scuba-diving:before { content: $ti-icon-scuba-diving; }
|
|
8840
8906
|
.#{$ti-prefix}-scuba-mask:before { content: $ti-icon-scuba-mask; }
|
|
8841
8907
|
.#{$ti-prefix}-scuba-mask-off:before { content: $ti-icon-scuba-mask-off; }
|
|
8842
8908
|
.#{$ti-prefix}-sdk:before { content: $ti-icon-sdk; }
|
|
@@ -8850,6 +8916,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8850
8916
|
.#{$ti-prefix}-select-all:before { content: $ti-icon-select-all; }
|
|
8851
8917
|
.#{$ti-prefix}-selector:before { content: $ti-icon-selector; }
|
|
8852
8918
|
.#{$ti-prefix}-send:before { content: $ti-icon-send; }
|
|
8919
|
+
.#{$ti-prefix}-send-2:before { content: $ti-icon-send-2; }
|
|
8853
8920
|
.#{$ti-prefix}-send-off:before { content: $ti-icon-send-off; }
|
|
8854
8921
|
.#{$ti-prefix}-seo:before { content: $ti-icon-seo; }
|
|
8855
8922
|
.#{$ti-prefix}-separator:before { content: $ti-icon-separator; }
|
|
@@ -9004,6 +9071,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9004
9071
|
.#{$ti-prefix}-smart-home-off:before { content: $ti-icon-smart-home-off; }
|
|
9005
9072
|
.#{$ti-prefix}-smoking:before { content: $ti-icon-smoking; }
|
|
9006
9073
|
.#{$ti-prefix}-smoking-no:before { content: $ti-icon-smoking-no; }
|
|
9074
|
+
.#{$ti-prefix}-snowboarding:before { content: $ti-icon-snowboarding; }
|
|
9007
9075
|
.#{$ti-prefix}-snowflake:before { content: $ti-icon-snowflake; }
|
|
9008
9076
|
.#{$ti-prefix}-snowflake-off:before { content: $ti-icon-snowflake-off; }
|
|
9009
9077
|
.#{$ti-prefix}-snowman:before { content: $ti-icon-snowman; }
|
|
@@ -9312,6 +9380,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9312
9380
|
.#{$ti-prefix}-svg:before { content: $ti-icon-svg; }
|
|
9313
9381
|
.#{$ti-prefix}-swimming:before { content: $ti-icon-swimming; }
|
|
9314
9382
|
.#{$ti-prefix}-swipe:before { content: $ti-icon-swipe; }
|
|
9383
|
+
.#{$ti-prefix}-swipe-down:before { content: $ti-icon-swipe-down; }
|
|
9384
|
+
.#{$ti-prefix}-swipe-left:before { content: $ti-icon-swipe-left; }
|
|
9385
|
+
.#{$ti-prefix}-swipe-right:before { content: $ti-icon-swipe-right; }
|
|
9386
|
+
.#{$ti-prefix}-swipe-up:before { content: $ti-icon-swipe-up; }
|
|
9315
9387
|
.#{$ti-prefix}-switch:before { content: $ti-icon-switch; }
|
|
9316
9388
|
.#{$ti-prefix}-switch-2:before { content: $ti-icon-switch-2; }
|
|
9317
9389
|
.#{$ti-prefix}-switch-3:before { content: $ti-icon-switch-3; }
|