@tabler/icons-webfont 2.31.0 → 2.33.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,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.33.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.33.0');
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.33.0') format('embedded-opentype'),
|
|
17
|
+
url('#{$ti-font-path}/tabler-icons.woff2?v2.33.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.33.0') format('truetype');
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.#{$ti-prefix} {
|
|
@@ -38,6 +38,7 @@ $ti-prefix: 'ti' !default;
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
|
|
41
|
+
$ti-icon-12-hours: unicode('fc53');
|
|
41
42
|
$ti-icon-123: unicode('f554');
|
|
42
43
|
$ti-icon-24-hours: unicode('f5e7');
|
|
43
44
|
$ti-icon-2fa: unicode('eca0');
|
|
@@ -112,17 +113,22 @@ $ti-icon-album: unicode('f022');
|
|
|
112
113
|
$ti-icon-album-off: unicode('f3b9');
|
|
113
114
|
$ti-icon-alert-circle: unicode('ea05');
|
|
114
115
|
$ti-icon-alert-circle-filled: unicode('f6ee');
|
|
116
|
+
$ti-icon-alert-circle-off: unicode('fc65');
|
|
115
117
|
$ti-icon-alert-hexagon: unicode('f80e');
|
|
116
118
|
$ti-icon-alert-hexagon-filled: unicode('fa34');
|
|
119
|
+
$ti-icon-alert-hexagon-off: unicode('fc66');
|
|
117
120
|
$ti-icon-alert-octagon: unicode('ecc6');
|
|
118
121
|
$ti-icon-alert-octagon-filled: unicode('f6ef');
|
|
119
122
|
$ti-icon-alert-small: unicode('f80f');
|
|
123
|
+
$ti-icon-alert-small-off: unicode('fc67');
|
|
120
124
|
$ti-icon-alert-square: unicode('f811');
|
|
121
125
|
$ti-icon-alert-square-filled: unicode('fa35');
|
|
122
126
|
$ti-icon-alert-square-rounded: unicode('f810');
|
|
123
127
|
$ti-icon-alert-square-rounded-filled: unicode('fa36');
|
|
128
|
+
$ti-icon-alert-square-rounded-off: unicode('fc68');
|
|
124
129
|
$ti-icon-alert-triangle: unicode('ea06');
|
|
125
130
|
$ti-icon-alert-triangle-filled: unicode('f6f0');
|
|
131
|
+
$ti-icon-alert-triangle-off: unicode('fc69');
|
|
126
132
|
$ti-icon-alien: unicode('ebde');
|
|
127
133
|
$ti-icon-alien-filled: unicode('f70d');
|
|
128
134
|
$ti-icon-align-box-bottom-center: unicode('f530');
|
|
@@ -164,6 +170,7 @@ $ti-icon-alpha: unicode('f543');
|
|
|
164
170
|
$ti-icon-alphabet-cyrillic: unicode('f1df');
|
|
165
171
|
$ti-icon-alphabet-greek: unicode('f1e0');
|
|
166
172
|
$ti-icon-alphabet-latin: unicode('f1e1');
|
|
173
|
+
$ti-icon-alt: unicode('fc54');
|
|
167
174
|
$ti-icon-ambulance: unicode('ebf5');
|
|
168
175
|
$ti-icon-ampersand: unicode('f229');
|
|
169
176
|
$ti-icon-analyze: unicode('f3a3');
|
|
@@ -193,6 +200,7 @@ $ti-icon-apple: unicode('ef21');
|
|
|
193
200
|
$ti-icon-apps: unicode('ebb6');
|
|
194
201
|
$ti-icon-apps-filled: unicode('f6f1');
|
|
195
202
|
$ti-icon-apps-off: unicode('f0ac');
|
|
203
|
+
$ti-icon-archery-arrow: unicode('fc55');
|
|
196
204
|
$ti-icon-archive: unicode('ea0b');
|
|
197
205
|
$ti-icon-archive-filled: unicode('fa82');
|
|
198
206
|
$ti-icon-archive-off: unicode('f0ad');
|
|
@@ -848,6 +856,7 @@ $ti-icon-brand-mastodon: unicode('f250');
|
|
|
848
856
|
$ti-icon-brand-matrix: unicode('f5eb');
|
|
849
857
|
$ti-icon-brand-mcdonalds: unicode('f251');
|
|
850
858
|
$ti-icon-brand-medium: unicode('ec70');
|
|
859
|
+
$ti-icon-brand-meetup: unicode('fc6a');
|
|
851
860
|
$ti-icon-brand-mercedes: unicode('f072');
|
|
852
861
|
$ti-icon-brand-messenger: unicode('ec71');
|
|
853
862
|
$ti-icon-brand-meta: unicode('efb0');
|
|
@@ -1341,6 +1350,17 @@ $ti-icon-circle-chevrons-left: unicode('f643');
|
|
|
1341
1350
|
$ti-icon-circle-chevrons-right: unicode('f644');
|
|
1342
1351
|
$ti-icon-circle-chevrons-up: unicode('f645');
|
|
1343
1352
|
$ti-icon-circle-dashed: unicode('ed27');
|
|
1353
|
+
$ti-icon-circle-dashed-number-0: unicode('fc6b');
|
|
1354
|
+
$ti-icon-circle-dashed-number-1: unicode('fc6c');
|
|
1355
|
+
$ti-icon-circle-dashed-number-2: unicode('fc6d');
|
|
1356
|
+
$ti-icon-circle-dashed-number-3: unicode('fc6e');
|
|
1357
|
+
$ti-icon-circle-dashed-number-4: unicode('fc6f');
|
|
1358
|
+
$ti-icon-circle-dashed-number-5: unicode('fc70');
|
|
1359
|
+
$ti-icon-circle-dashed-number-6: unicode('fc71');
|
|
1360
|
+
$ti-icon-circle-dashed-number-7: unicode('fc72');
|
|
1361
|
+
$ti-icon-circle-dashed-number-8: unicode('fc73');
|
|
1362
|
+
$ti-icon-circle-dashed-number-9: unicode('fc74');
|
|
1363
|
+
$ti-icon-circle-dashed-x: unicode('fc75');
|
|
1344
1364
|
$ti-icon-circle-dot: unicode('efb1');
|
|
1345
1365
|
$ti-icon-circle-dot-filled: unicode('f705');
|
|
1346
1366
|
$ti-icon-circle-dotted: unicode('ed28');
|
|
@@ -1432,7 +1452,9 @@ $ti-icon-clipboard-text: unicode('f089');
|
|
|
1432
1452
|
$ti-icon-clipboard-typography: unicode('f34f');
|
|
1433
1453
|
$ti-icon-clipboard-x: unicode('ea6e');
|
|
1434
1454
|
$ti-icon-clock: unicode('ea70');
|
|
1455
|
+
$ti-icon-clock-12: unicode('fc56');
|
|
1435
1456
|
$ti-icon-clock-2: unicode('f099');
|
|
1457
|
+
$ti-icon-clock-24: unicode('fc57');
|
|
1436
1458
|
$ti-icon-clock-bolt: unicode('f844');
|
|
1437
1459
|
$ti-icon-clock-cancel: unicode('f546');
|
|
1438
1460
|
$ti-icon-clock-check: unicode('f7c1');
|
|
@@ -1760,6 +1782,7 @@ $ti-icon-device-desktop-star: unicode('f86e');
|
|
|
1760
1782
|
$ti-icon-device-desktop-up: unicode('f86f');
|
|
1761
1783
|
$ti-icon-device-desktop-x: unicode('f870');
|
|
1762
1784
|
$ti-icon-device-floppy: unicode('eb62');
|
|
1785
|
+
$ti-icon-device-game-pad: unicode('fc58');
|
|
1763
1786
|
$ti-icon-device-gamepad: unicode('eb63');
|
|
1764
1787
|
$ti-icon-device-gamepad-2: unicode('f1d2');
|
|
1765
1788
|
$ti-icon-device-heart-monitor: unicode('f060');
|
|
@@ -1892,6 +1915,7 @@ $ti-icon-device-tablet-x: unicode('f8d2');
|
|
|
1892
1915
|
$ti-icon-device-tv: unicode('ea8d');
|
|
1893
1916
|
$ti-icon-device-tv-off: unicode('f064');
|
|
1894
1917
|
$ti-icon-device-tv-old: unicode('f1d3');
|
|
1918
|
+
$ti-icon-device-usb: unicode('fc59');
|
|
1895
1919
|
$ti-icon-device-vision-pro: unicode('fae7');
|
|
1896
1920
|
$ti-icon-device-watch: unicode('ebf9');
|
|
1897
1921
|
$ti-icon-device-watch-bolt: unicode('f8d3');
|
|
@@ -2686,7 +2710,10 @@ $ti-icon-inner-shadow-top-left: unicode('f523');
|
|
|
2686
2710
|
$ti-icon-inner-shadow-top-left-filled: unicode('f75d');
|
|
2687
2711
|
$ti-icon-inner-shadow-top-right: unicode('f524');
|
|
2688
2712
|
$ti-icon-inner-shadow-top-right-filled: unicode('f75e');
|
|
2713
|
+
$ti-icon-input-ai: unicode('fc5a');
|
|
2714
|
+
$ti-icon-input-check: unicode('fc5b');
|
|
2689
2715
|
$ti-icon-input-search: unicode('f2a2');
|
|
2716
|
+
$ti-icon-input-x: unicode('fc5c');
|
|
2690
2717
|
$ti-icon-ironing: unicode('fa7c');
|
|
2691
2718
|
$ti-icon-ironing-1: unicode('f2f4');
|
|
2692
2719
|
$ti-icon-ironing-2: unicode('f2f5');
|
|
@@ -2915,6 +2942,7 @@ $ti-icon-logic-or: unicode('f245');
|
|
|
2915
2942
|
$ti-icon-logic-xnor: unicode('f246');
|
|
2916
2943
|
$ti-icon-logic-xor: unicode('f247');
|
|
2917
2944
|
$ti-icon-login: unicode('eba7');
|
|
2945
|
+
$ti-icon-login-2: unicode('fc76');
|
|
2918
2946
|
$ti-icon-logout: unicode('eba8');
|
|
2919
2947
|
$ti-icon-logout-2: unicode('fa7e');
|
|
2920
2948
|
$ti-icon-lollipop: unicode('efcc');
|
|
@@ -2968,9 +2996,11 @@ $ti-icon-map-cog: unicode('fbc7');
|
|
|
2968
2996
|
$ti-icon-map-discount: unicode('fbc8');
|
|
2969
2997
|
$ti-icon-map-dollar: unicode('fbc9');
|
|
2970
2998
|
$ti-icon-map-down: unicode('fbca');
|
|
2999
|
+
$ti-icon-map-east: unicode('fc5d');
|
|
2971
3000
|
$ti-icon-map-exclamation: unicode('fbcb');
|
|
2972
3001
|
$ti-icon-map-heart: unicode('fbcc');
|
|
2973
3002
|
$ti-icon-map-minus: unicode('fbcd');
|
|
3003
|
+
$ti-icon-map-north: unicode('fc5e');
|
|
2974
3004
|
$ti-icon-map-off: unicode('f15c');
|
|
2975
3005
|
$ti-icon-map-pause: unicode('fbce');
|
|
2976
3006
|
$ti-icon-map-pin: unicode('eae8');
|
|
@@ -3001,8 +3031,10 @@ $ti-icon-map-plus: unicode('fbcf');
|
|
|
3001
3031
|
$ti-icon-map-question: unicode('fbd0');
|
|
3002
3032
|
$ti-icon-map-search: unicode('ef82');
|
|
3003
3033
|
$ti-icon-map-share: unicode('fbd1');
|
|
3034
|
+
$ti-icon-map-south: unicode('fc5f');
|
|
3004
3035
|
$ti-icon-map-star: unicode('fbd2');
|
|
3005
3036
|
$ti-icon-map-up: unicode('fbd3');
|
|
3037
|
+
$ti-icon-map-west: unicode('fc60');
|
|
3006
3038
|
$ti-icon-map-x: unicode('fbd4');
|
|
3007
3039
|
$ti-icon-markdown: unicode('ec41');
|
|
3008
3040
|
$ti-icon-markdown-off: unicode('f407');
|
|
@@ -3323,6 +3355,7 @@ $ti-icon-number-8: unicode('edf8');
|
|
|
3323
3355
|
$ti-icon-number-9: unicode('edf9');
|
|
3324
3356
|
$ti-icon-numbers: unicode('f015');
|
|
3325
3357
|
$ti-icon-nurse: unicode('ef65');
|
|
3358
|
+
$ti-icon-nut: unicode('fc61');
|
|
3326
3359
|
$ti-icon-octagon: unicode('ecbd');
|
|
3327
3360
|
$ti-icon-octagon-filled: unicode('f686');
|
|
3328
3361
|
$ti-icon-octagon-off: unicode('eeb8');
|
|
@@ -3427,6 +3460,8 @@ $ti-icon-photo-bolt: unicode('f990');
|
|
|
3427
3460
|
$ti-icon-photo-cancel: unicode('f35d');
|
|
3428
3461
|
$ti-icon-photo-check: unicode('f35e');
|
|
3429
3462
|
$ti-icon-photo-circle: unicode('fc4a');
|
|
3463
|
+
$ti-icon-photo-circle-minus: unicode('fc62');
|
|
3464
|
+
$ti-icon-photo-circle-plus: unicode('fc63');
|
|
3430
3465
|
$ti-icon-photo-code: unicode('f991');
|
|
3431
3466
|
$ti-icon-photo-cog: unicode('f992');
|
|
3432
3467
|
$ti-icon-photo-dollar: unicode('f993');
|
|
@@ -4559,6 +4594,7 @@ $ti-icon-wave-square: unicode('ecd5');
|
|
|
4559
4594
|
$ti-icon-webhook: unicode('f01e');
|
|
4560
4595
|
$ti-icon-webhook-off: unicode('f43d');
|
|
4561
4596
|
$ti-icon-weight: unicode('f589');
|
|
4597
|
+
$ti-icon-wheel: unicode('fc64');
|
|
4562
4598
|
$ti-icon-wheelchair: unicode('f1db');
|
|
4563
4599
|
$ti-icon-wheelchair-off: unicode('f43e');
|
|
4564
4600
|
$ti-icon-whirl: unicode('f51d');
|
|
@@ -4659,6 +4695,7 @@ $ti-icon-zzz: unicode('f228');
|
|
|
4659
4695
|
$ti-icon-zzz-off: unicode('f440');
|
|
4660
4696
|
|
|
4661
4697
|
|
|
4698
|
+
.#{$ti-prefix}-12-hours:before { content: $ti-icon-12-hours; }
|
|
4662
4699
|
.#{$ti-prefix}-123:before { content: $ti-icon-123; }
|
|
4663
4700
|
.#{$ti-prefix}-24-hours:before { content: $ti-icon-24-hours; }
|
|
4664
4701
|
.#{$ti-prefix}-2fa:before { content: $ti-icon-2fa; }
|
|
@@ -4733,17 +4770,22 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4733
4770
|
.#{$ti-prefix}-album-off:before { content: $ti-icon-album-off; }
|
|
4734
4771
|
.#{$ti-prefix}-alert-circle:before { content: $ti-icon-alert-circle; }
|
|
4735
4772
|
.#{$ti-prefix}-alert-circle-filled:before { content: $ti-icon-alert-circle-filled; }
|
|
4773
|
+
.#{$ti-prefix}-alert-circle-off:before { content: $ti-icon-alert-circle-off; }
|
|
4736
4774
|
.#{$ti-prefix}-alert-hexagon:before { content: $ti-icon-alert-hexagon; }
|
|
4737
4775
|
.#{$ti-prefix}-alert-hexagon-filled:before { content: $ti-icon-alert-hexagon-filled; }
|
|
4776
|
+
.#{$ti-prefix}-alert-hexagon-off:before { content: $ti-icon-alert-hexagon-off; }
|
|
4738
4777
|
.#{$ti-prefix}-alert-octagon:before { content: $ti-icon-alert-octagon; }
|
|
4739
4778
|
.#{$ti-prefix}-alert-octagon-filled:before { content: $ti-icon-alert-octagon-filled; }
|
|
4740
4779
|
.#{$ti-prefix}-alert-small:before { content: $ti-icon-alert-small; }
|
|
4780
|
+
.#{$ti-prefix}-alert-small-off:before { content: $ti-icon-alert-small-off; }
|
|
4741
4781
|
.#{$ti-prefix}-alert-square:before { content: $ti-icon-alert-square; }
|
|
4742
4782
|
.#{$ti-prefix}-alert-square-filled:before { content: $ti-icon-alert-square-filled; }
|
|
4743
4783
|
.#{$ti-prefix}-alert-square-rounded:before { content: $ti-icon-alert-square-rounded; }
|
|
4744
4784
|
.#{$ti-prefix}-alert-square-rounded-filled:before { content: $ti-icon-alert-square-rounded-filled; }
|
|
4785
|
+
.#{$ti-prefix}-alert-square-rounded-off:before { content: $ti-icon-alert-square-rounded-off; }
|
|
4745
4786
|
.#{$ti-prefix}-alert-triangle:before { content: $ti-icon-alert-triangle; }
|
|
4746
4787
|
.#{$ti-prefix}-alert-triangle-filled:before { content: $ti-icon-alert-triangle-filled; }
|
|
4788
|
+
.#{$ti-prefix}-alert-triangle-off:before { content: $ti-icon-alert-triangle-off; }
|
|
4747
4789
|
.#{$ti-prefix}-alien:before { content: $ti-icon-alien; }
|
|
4748
4790
|
.#{$ti-prefix}-alien-filled:before { content: $ti-icon-alien-filled; }
|
|
4749
4791
|
.#{$ti-prefix}-align-box-bottom-center:before { content: $ti-icon-align-box-bottom-center; }
|
|
@@ -4785,6 +4827,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4785
4827
|
.#{$ti-prefix}-alphabet-cyrillic:before { content: $ti-icon-alphabet-cyrillic; }
|
|
4786
4828
|
.#{$ti-prefix}-alphabet-greek:before { content: $ti-icon-alphabet-greek; }
|
|
4787
4829
|
.#{$ti-prefix}-alphabet-latin:before { content: $ti-icon-alphabet-latin; }
|
|
4830
|
+
.#{$ti-prefix}-alt:before { content: $ti-icon-alt; }
|
|
4788
4831
|
.#{$ti-prefix}-ambulance:before { content: $ti-icon-ambulance; }
|
|
4789
4832
|
.#{$ti-prefix}-ampersand:before { content: $ti-icon-ampersand; }
|
|
4790
4833
|
.#{$ti-prefix}-analyze:before { content: $ti-icon-analyze; }
|
|
@@ -4814,6 +4857,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4814
4857
|
.#{$ti-prefix}-apps:before { content: $ti-icon-apps; }
|
|
4815
4858
|
.#{$ti-prefix}-apps-filled:before { content: $ti-icon-apps-filled; }
|
|
4816
4859
|
.#{$ti-prefix}-apps-off:before { content: $ti-icon-apps-off; }
|
|
4860
|
+
.#{$ti-prefix}-archery-arrow:before { content: $ti-icon-archery-arrow; }
|
|
4817
4861
|
.#{$ti-prefix}-archive:before { content: $ti-icon-archive; }
|
|
4818
4862
|
.#{$ti-prefix}-archive-filled:before { content: $ti-icon-archive-filled; }
|
|
4819
4863
|
.#{$ti-prefix}-archive-off:before { content: $ti-icon-archive-off; }
|
|
@@ -5469,6 +5513,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5469
5513
|
.#{$ti-prefix}-brand-matrix:before { content: $ti-icon-brand-matrix; }
|
|
5470
5514
|
.#{$ti-prefix}-brand-mcdonalds:before { content: $ti-icon-brand-mcdonalds; }
|
|
5471
5515
|
.#{$ti-prefix}-brand-medium:before { content: $ti-icon-brand-medium; }
|
|
5516
|
+
.#{$ti-prefix}-brand-meetup:before { content: $ti-icon-brand-meetup; }
|
|
5472
5517
|
.#{$ti-prefix}-brand-mercedes:before { content: $ti-icon-brand-mercedes; }
|
|
5473
5518
|
.#{$ti-prefix}-brand-messenger:before { content: $ti-icon-brand-messenger; }
|
|
5474
5519
|
.#{$ti-prefix}-brand-meta:before { content: $ti-icon-brand-meta; }
|
|
@@ -5962,6 +6007,17 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5962
6007
|
.#{$ti-prefix}-circle-chevrons-right:before { content: $ti-icon-circle-chevrons-right; }
|
|
5963
6008
|
.#{$ti-prefix}-circle-chevrons-up:before { content: $ti-icon-circle-chevrons-up; }
|
|
5964
6009
|
.#{$ti-prefix}-circle-dashed:before { content: $ti-icon-circle-dashed; }
|
|
6010
|
+
.#{$ti-prefix}-circle-dashed-number-0:before { content: $ti-icon-circle-dashed-number-0; }
|
|
6011
|
+
.#{$ti-prefix}-circle-dashed-number-1:before { content: $ti-icon-circle-dashed-number-1; }
|
|
6012
|
+
.#{$ti-prefix}-circle-dashed-number-2:before { content: $ti-icon-circle-dashed-number-2; }
|
|
6013
|
+
.#{$ti-prefix}-circle-dashed-number-3:before { content: $ti-icon-circle-dashed-number-3; }
|
|
6014
|
+
.#{$ti-prefix}-circle-dashed-number-4:before { content: $ti-icon-circle-dashed-number-4; }
|
|
6015
|
+
.#{$ti-prefix}-circle-dashed-number-5:before { content: $ti-icon-circle-dashed-number-5; }
|
|
6016
|
+
.#{$ti-prefix}-circle-dashed-number-6:before { content: $ti-icon-circle-dashed-number-6; }
|
|
6017
|
+
.#{$ti-prefix}-circle-dashed-number-7:before { content: $ti-icon-circle-dashed-number-7; }
|
|
6018
|
+
.#{$ti-prefix}-circle-dashed-number-8:before { content: $ti-icon-circle-dashed-number-8; }
|
|
6019
|
+
.#{$ti-prefix}-circle-dashed-number-9:before { content: $ti-icon-circle-dashed-number-9; }
|
|
6020
|
+
.#{$ti-prefix}-circle-dashed-x:before { content: $ti-icon-circle-dashed-x; }
|
|
5965
6021
|
.#{$ti-prefix}-circle-dot:before { content: $ti-icon-circle-dot; }
|
|
5966
6022
|
.#{$ti-prefix}-circle-dot-filled:before { content: $ti-icon-circle-dot-filled; }
|
|
5967
6023
|
.#{$ti-prefix}-circle-dotted:before { content: $ti-icon-circle-dotted; }
|
|
@@ -6053,7 +6109,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6053
6109
|
.#{$ti-prefix}-clipboard-typography:before { content: $ti-icon-clipboard-typography; }
|
|
6054
6110
|
.#{$ti-prefix}-clipboard-x:before { content: $ti-icon-clipboard-x; }
|
|
6055
6111
|
.#{$ti-prefix}-clock:before { content: $ti-icon-clock; }
|
|
6112
|
+
.#{$ti-prefix}-clock-12:before { content: $ti-icon-clock-12; }
|
|
6056
6113
|
.#{$ti-prefix}-clock-2:before { content: $ti-icon-clock-2; }
|
|
6114
|
+
.#{$ti-prefix}-clock-24:before { content: $ti-icon-clock-24; }
|
|
6057
6115
|
.#{$ti-prefix}-clock-bolt:before { content: $ti-icon-clock-bolt; }
|
|
6058
6116
|
.#{$ti-prefix}-clock-cancel:before { content: $ti-icon-clock-cancel; }
|
|
6059
6117
|
.#{$ti-prefix}-clock-check:before { content: $ti-icon-clock-check; }
|
|
@@ -6381,6 +6439,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6381
6439
|
.#{$ti-prefix}-device-desktop-up:before { content: $ti-icon-device-desktop-up; }
|
|
6382
6440
|
.#{$ti-prefix}-device-desktop-x:before { content: $ti-icon-device-desktop-x; }
|
|
6383
6441
|
.#{$ti-prefix}-device-floppy:before { content: $ti-icon-device-floppy; }
|
|
6442
|
+
.#{$ti-prefix}-device-game-pad:before { content: $ti-icon-device-game-pad; }
|
|
6384
6443
|
.#{$ti-prefix}-device-gamepad:before { content: $ti-icon-device-gamepad; }
|
|
6385
6444
|
.#{$ti-prefix}-device-gamepad-2:before { content: $ti-icon-device-gamepad-2; }
|
|
6386
6445
|
.#{$ti-prefix}-device-heart-monitor:before { content: $ti-icon-device-heart-monitor; }
|
|
@@ -6513,6 +6572,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6513
6572
|
.#{$ti-prefix}-device-tv:before { content: $ti-icon-device-tv; }
|
|
6514
6573
|
.#{$ti-prefix}-device-tv-off:before { content: $ti-icon-device-tv-off; }
|
|
6515
6574
|
.#{$ti-prefix}-device-tv-old:before { content: $ti-icon-device-tv-old; }
|
|
6575
|
+
.#{$ti-prefix}-device-usb:before { content: $ti-icon-device-usb; }
|
|
6516
6576
|
.#{$ti-prefix}-device-vision-pro:before { content: $ti-icon-device-vision-pro; }
|
|
6517
6577
|
.#{$ti-prefix}-device-watch:before { content: $ti-icon-device-watch; }
|
|
6518
6578
|
.#{$ti-prefix}-device-watch-bolt:before { content: $ti-icon-device-watch-bolt; }
|
|
@@ -7307,7 +7367,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7307
7367
|
.#{$ti-prefix}-inner-shadow-top-left-filled:before { content: $ti-icon-inner-shadow-top-left-filled; }
|
|
7308
7368
|
.#{$ti-prefix}-inner-shadow-top-right:before { content: $ti-icon-inner-shadow-top-right; }
|
|
7309
7369
|
.#{$ti-prefix}-inner-shadow-top-right-filled:before { content: $ti-icon-inner-shadow-top-right-filled; }
|
|
7370
|
+
.#{$ti-prefix}-input-ai:before { content: $ti-icon-input-ai; }
|
|
7371
|
+
.#{$ti-prefix}-input-check:before { content: $ti-icon-input-check; }
|
|
7310
7372
|
.#{$ti-prefix}-input-search:before { content: $ti-icon-input-search; }
|
|
7373
|
+
.#{$ti-prefix}-input-x:before { content: $ti-icon-input-x; }
|
|
7311
7374
|
.#{$ti-prefix}-ironing:before { content: $ti-icon-ironing; }
|
|
7312
7375
|
.#{$ti-prefix}-ironing-1:before { content: $ti-icon-ironing-1; }
|
|
7313
7376
|
.#{$ti-prefix}-ironing-2:before { content: $ti-icon-ironing-2; }
|
|
@@ -7536,6 +7599,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7536
7599
|
.#{$ti-prefix}-logic-xnor:before { content: $ti-icon-logic-xnor; }
|
|
7537
7600
|
.#{$ti-prefix}-logic-xor:before { content: $ti-icon-logic-xor; }
|
|
7538
7601
|
.#{$ti-prefix}-login:before { content: $ti-icon-login; }
|
|
7602
|
+
.#{$ti-prefix}-login-2:before { content: $ti-icon-login-2; }
|
|
7539
7603
|
.#{$ti-prefix}-logout:before { content: $ti-icon-logout; }
|
|
7540
7604
|
.#{$ti-prefix}-logout-2:before { content: $ti-icon-logout-2; }
|
|
7541
7605
|
.#{$ti-prefix}-lollipop:before { content: $ti-icon-lollipop; }
|
|
@@ -7589,9 +7653,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7589
7653
|
.#{$ti-prefix}-map-discount:before { content: $ti-icon-map-discount; }
|
|
7590
7654
|
.#{$ti-prefix}-map-dollar:before { content: $ti-icon-map-dollar; }
|
|
7591
7655
|
.#{$ti-prefix}-map-down:before { content: $ti-icon-map-down; }
|
|
7656
|
+
.#{$ti-prefix}-map-east:before { content: $ti-icon-map-east; }
|
|
7592
7657
|
.#{$ti-prefix}-map-exclamation:before { content: $ti-icon-map-exclamation; }
|
|
7593
7658
|
.#{$ti-prefix}-map-heart:before { content: $ti-icon-map-heart; }
|
|
7594
7659
|
.#{$ti-prefix}-map-minus:before { content: $ti-icon-map-minus; }
|
|
7660
|
+
.#{$ti-prefix}-map-north:before { content: $ti-icon-map-north; }
|
|
7595
7661
|
.#{$ti-prefix}-map-off:before { content: $ti-icon-map-off; }
|
|
7596
7662
|
.#{$ti-prefix}-map-pause:before { content: $ti-icon-map-pause; }
|
|
7597
7663
|
.#{$ti-prefix}-map-pin:before { content: $ti-icon-map-pin; }
|
|
@@ -7622,8 +7688,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7622
7688
|
.#{$ti-prefix}-map-question:before { content: $ti-icon-map-question; }
|
|
7623
7689
|
.#{$ti-prefix}-map-search:before { content: $ti-icon-map-search; }
|
|
7624
7690
|
.#{$ti-prefix}-map-share:before { content: $ti-icon-map-share; }
|
|
7691
|
+
.#{$ti-prefix}-map-south:before { content: $ti-icon-map-south; }
|
|
7625
7692
|
.#{$ti-prefix}-map-star:before { content: $ti-icon-map-star; }
|
|
7626
7693
|
.#{$ti-prefix}-map-up:before { content: $ti-icon-map-up; }
|
|
7694
|
+
.#{$ti-prefix}-map-west:before { content: $ti-icon-map-west; }
|
|
7627
7695
|
.#{$ti-prefix}-map-x:before { content: $ti-icon-map-x; }
|
|
7628
7696
|
.#{$ti-prefix}-markdown:before { content: $ti-icon-markdown; }
|
|
7629
7697
|
.#{$ti-prefix}-markdown-off:before { content: $ti-icon-markdown-off; }
|
|
@@ -7944,6 +8012,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7944
8012
|
.#{$ti-prefix}-number-9:before { content: $ti-icon-number-9; }
|
|
7945
8013
|
.#{$ti-prefix}-numbers:before { content: $ti-icon-numbers; }
|
|
7946
8014
|
.#{$ti-prefix}-nurse:before { content: $ti-icon-nurse; }
|
|
8015
|
+
.#{$ti-prefix}-nut:before { content: $ti-icon-nut; }
|
|
7947
8016
|
.#{$ti-prefix}-octagon:before { content: $ti-icon-octagon; }
|
|
7948
8017
|
.#{$ti-prefix}-octagon-filled:before { content: $ti-icon-octagon-filled; }
|
|
7949
8018
|
.#{$ti-prefix}-octagon-off:before { content: $ti-icon-octagon-off; }
|
|
@@ -8048,6 +8117,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8048
8117
|
.#{$ti-prefix}-photo-cancel:before { content: $ti-icon-photo-cancel; }
|
|
8049
8118
|
.#{$ti-prefix}-photo-check:before { content: $ti-icon-photo-check; }
|
|
8050
8119
|
.#{$ti-prefix}-photo-circle:before { content: $ti-icon-photo-circle; }
|
|
8120
|
+
.#{$ti-prefix}-photo-circle-minus:before { content: $ti-icon-photo-circle-minus; }
|
|
8121
|
+
.#{$ti-prefix}-photo-circle-plus:before { content: $ti-icon-photo-circle-plus; }
|
|
8051
8122
|
.#{$ti-prefix}-photo-code:before { content: $ti-icon-photo-code; }
|
|
8052
8123
|
.#{$ti-prefix}-photo-cog:before { content: $ti-icon-photo-cog; }
|
|
8053
8124
|
.#{$ti-prefix}-photo-dollar:before { content: $ti-icon-photo-dollar; }
|
|
@@ -9180,6 +9251,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9180
9251
|
.#{$ti-prefix}-webhook:before { content: $ti-icon-webhook; }
|
|
9181
9252
|
.#{$ti-prefix}-webhook-off:before { content: $ti-icon-webhook-off; }
|
|
9182
9253
|
.#{$ti-prefix}-weight:before { content: $ti-icon-weight; }
|
|
9254
|
+
.#{$ti-prefix}-wheel:before { content: $ti-icon-wheel; }
|
|
9183
9255
|
.#{$ti-prefix}-wheelchair:before { content: $ti-icon-wheelchair; }
|
|
9184
9256
|
.#{$ti-prefix}-wheelchair-off:before { content: $ti-icon-wheelchair-off; }
|
|
9185
9257
|
.#{$ti-prefix}-whirl:before { content: $ti-icon-whirl; }
|