@tabler/icons-webfont 2.2.0 → 2.4.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 +647 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +1467 -18
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +327 -5
package/tabler-icons.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.4.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.4.0');
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.4.0') format('embedded-opentype'),
|
|
17
|
+
url('#{$ti-font-path}/tabler-icons.woff2?v2.4.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.4.0') format('truetype');
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.#{$ti-prefix} {
|
|
@@ -56,45 +56,68 @@ $ti-icon-access-point: unicode('ed1b');
|
|
|
56
56
|
$ti-icon-access-point-off: unicode('ed1a');
|
|
57
57
|
$ti-icon-accessible: unicode('eba9');
|
|
58
58
|
$ti-icon-accessible-off: unicode('f0a7');
|
|
59
|
+
$ti-icon-accessible-off-filled: unicode('f6ea');
|
|
59
60
|
$ti-icon-activity: unicode('ed23');
|
|
60
61
|
$ti-icon-activity-heartbeat: unicode('f0db');
|
|
61
62
|
$ti-icon-ad: unicode('ea02');
|
|
62
63
|
$ti-icon-ad-2: unicode('ef1f');
|
|
64
|
+
$ti-icon-ad-filled: unicode('f6eb');
|
|
63
65
|
$ti-icon-ad-off: unicode('f3b7');
|
|
64
66
|
$ti-icon-address-book: unicode('f021');
|
|
65
67
|
$ti-icon-address-book-off: unicode('f3b8');
|
|
66
68
|
$ti-icon-adjustments: unicode('ea03');
|
|
67
69
|
$ti-icon-adjustments-alt: unicode('ec37');
|
|
70
|
+
$ti-icon-adjustments-filled: unicode('f6ec');
|
|
68
71
|
$ti-icon-adjustments-horizontal: unicode('ec38');
|
|
69
72
|
$ti-icon-adjustments-off: unicode('f0a8');
|
|
70
73
|
$ti-icon-aerial-lift: unicode('edfe');
|
|
71
74
|
$ti-icon-affiliate: unicode('edff');
|
|
75
|
+
$ti-icon-affiliate-filled: unicode('f6ed');
|
|
72
76
|
$ti-icon-air-balloon: unicode('f4a6');
|
|
73
77
|
$ti-icon-air-conditioning: unicode('f3a2');
|
|
74
78
|
$ti-icon-air-conditioning-disabled: unicode('f542');
|
|
75
79
|
$ti-icon-alarm: unicode('ea04');
|
|
80
|
+
$ti-icon-alarm-filled: unicode('f709');
|
|
76
81
|
$ti-icon-alarm-minus: unicode('f630');
|
|
82
|
+
$ti-icon-alarm-minus-filled: unicode('f70a');
|
|
77
83
|
$ti-icon-alarm-off: unicode('f0a9');
|
|
78
84
|
$ti-icon-alarm-plus: unicode('f631');
|
|
85
|
+
$ti-icon-alarm-plus-filled: unicode('f70b');
|
|
79
86
|
$ti-icon-alarm-snooze: unicode('f632');
|
|
87
|
+
$ti-icon-alarm-snooze-filled: unicode('f70c');
|
|
80
88
|
$ti-icon-album: unicode('f022');
|
|
81
89
|
$ti-icon-album-off: unicode('f3b9');
|
|
82
90
|
$ti-icon-alert-circle: unicode('ea05');
|
|
91
|
+
$ti-icon-alert-circle-filled: unicode('f6ee');
|
|
83
92
|
$ti-icon-alert-octagon: unicode('ecc6');
|
|
93
|
+
$ti-icon-alert-octagon-filled: unicode('f6ef');
|
|
84
94
|
$ti-icon-alert-triangle: unicode('ea06');
|
|
95
|
+
$ti-icon-alert-triangle-filled: unicode('f6f0');
|
|
85
96
|
$ti-icon-alien: unicode('ebde');
|
|
97
|
+
$ti-icon-alien-filled: unicode('f70d');
|
|
86
98
|
$ti-icon-align-box-bottom-center: unicode('f530');
|
|
99
|
+
$ti-icon-align-box-bottom-center-filled: unicode('f70e');
|
|
87
100
|
$ti-icon-align-box-bottom-left: unicode('f531');
|
|
101
|
+
$ti-icon-align-box-bottom-left-filled: unicode('f70f');
|
|
88
102
|
$ti-icon-align-box-bottom-right: unicode('f532');
|
|
103
|
+
$ti-icon-align-box-bottom-right-filled: unicode('f710');
|
|
89
104
|
$ti-icon-align-box-left-bottom: unicode('f533');
|
|
105
|
+
$ti-icon-align-box-left-bottom-filled: unicode('f711');
|
|
90
106
|
$ti-icon-align-box-left-middle: unicode('f534');
|
|
107
|
+
$ti-icon-align-box-left-middle-filled: unicode('f712');
|
|
91
108
|
$ti-icon-align-box-left-top: unicode('f535');
|
|
109
|
+
$ti-icon-align-box-left-top-filled: unicode('f713');
|
|
92
110
|
$ti-icon-align-box-right-bottom: unicode('f536');
|
|
111
|
+
$ti-icon-align-box-right-bottom-filled: unicode('f714');
|
|
93
112
|
$ti-icon-align-box-right-middle: unicode('f537');
|
|
94
113
|
$ti-icon-align-box-right-top: unicode('f538');
|
|
114
|
+
$ti-icon-align-box-right-top-filled: unicode('f715');
|
|
95
115
|
$ti-icon-align-box-top-center: unicode('f539');
|
|
116
|
+
$ti-icon-align-box-top-center-filled: unicode('f716');
|
|
96
117
|
$ti-icon-align-box-top-left: unicode('f53a');
|
|
118
|
+
$ti-icon-align-box-top-left-filled: unicode('f717');
|
|
97
119
|
$ti-icon-align-box-top-right: unicode('f53b');
|
|
120
|
+
$ti-icon-align-box-top-right-filled: unicode('f718');
|
|
98
121
|
$ti-icon-align-center: unicode('ea07');
|
|
99
122
|
$ti-icon-align-justified: unicode('ea08');
|
|
100
123
|
$ti-icon-align-left: unicode('ea09');
|
|
@@ -106,6 +129,7 @@ $ti-icon-alphabet-latin: unicode('f1e1');
|
|
|
106
129
|
$ti-icon-ambulance: unicode('ebf5');
|
|
107
130
|
$ti-icon-ampersand: unicode('f229');
|
|
108
131
|
$ti-icon-analyze: unicode('f3a3');
|
|
132
|
+
$ti-icon-analyze-filled: unicode('f719');
|
|
109
133
|
$ti-icon-analyze-off: unicode('f3ba');
|
|
110
134
|
$ti-icon-anchor: unicode('eb76');
|
|
111
135
|
$ti-icon-anchor-off: unicode('f0f7');
|
|
@@ -126,8 +150,10 @@ $ti-icon-api-app: unicode('effc');
|
|
|
126
150
|
$ti-icon-api-app-off: unicode('f0ab');
|
|
127
151
|
$ti-icon-api-off: unicode('f0f8');
|
|
128
152
|
$ti-icon-app-window: unicode('efe6');
|
|
153
|
+
$ti-icon-app-window-filled: unicode('f71a');
|
|
129
154
|
$ti-icon-apple: unicode('ef21');
|
|
130
155
|
$ti-icon-apps: unicode('ebb6');
|
|
156
|
+
$ti-icon-apps-filled: unicode('f6f1');
|
|
131
157
|
$ti-icon-apps-off: unicode('f0ac');
|
|
132
158
|
$ti-icon-archive: unicode('ea0b');
|
|
133
159
|
$ti-icon-archive-off: unicode('f0ad');
|
|
@@ -136,6 +162,7 @@ $ti-icon-armchair-2: unicode('efe7');
|
|
|
136
162
|
$ti-icon-armchair-2-off: unicode('f3bd');
|
|
137
163
|
$ti-icon-armchair-off: unicode('f3be');
|
|
138
164
|
$ti-icon-arrow-autofit-content: unicode('ef31');
|
|
165
|
+
$ti-icon-arrow-autofit-content-filled: unicode('f6f2');
|
|
139
166
|
$ti-icon-arrow-autofit-down: unicode('ef32');
|
|
140
167
|
$ti-icon-arrow-autofit-height: unicode('ef33');
|
|
141
168
|
$ti-icon-arrow-autofit-left: unicode('ef34');
|
|
@@ -248,6 +275,7 @@ $ti-icon-arrow-roundabout-left: unicode('f22b');
|
|
|
248
275
|
$ti-icon-arrow-roundabout-right: unicode('f22c');
|
|
249
276
|
$ti-icon-arrow-sharp-turn-left: unicode('f05a');
|
|
250
277
|
$ti-icon-arrow-sharp-turn-right: unicode('f05b');
|
|
278
|
+
$ti-icon-arrow-top-circle: unicode('f6f3');
|
|
251
279
|
$ti-icon-arrow-up: unicode('ea25');
|
|
252
280
|
$ti-icon-arrow-up-bar: unicode('eda4');
|
|
253
281
|
$ti-icon-arrow-up-circle: unicode('ea20');
|
|
@@ -319,11 +347,13 @@ $ti-icon-at: unicode('ea2b');
|
|
|
319
347
|
$ti-icon-at-off: unicode('f0b0');
|
|
320
348
|
$ti-icon-atom: unicode('eb79');
|
|
321
349
|
$ti-icon-atom-2: unicode('ebdf');
|
|
350
|
+
$ti-icon-atom-2-filled: unicode('f71b');
|
|
322
351
|
$ti-icon-atom-off: unicode('f0f9');
|
|
323
352
|
$ti-icon-augmented-reality: unicode('f023');
|
|
324
353
|
$ti-icon-augmented-reality-2: unicode('f37e');
|
|
325
354
|
$ti-icon-augmented-reality-off: unicode('f3c1');
|
|
326
355
|
$ti-icon-award: unicode('ea2c');
|
|
356
|
+
$ti-icon-award-filled: unicode('f71c');
|
|
327
357
|
$ti-icon-award-off: unicode('f0fa');
|
|
328
358
|
$ti-icon-axe: unicode('ef9f');
|
|
329
359
|
$ti-icon-axis-x: unicode('ef45');
|
|
@@ -381,12 +411,17 @@ $ti-icon-basket: unicode('ebe1');
|
|
|
381
411
|
$ti-icon-basket-off: unicode('f0b6');
|
|
382
412
|
$ti-icon-bat: unicode('f284');
|
|
383
413
|
$ti-icon-bath: unicode('ef48');
|
|
414
|
+
$ti-icon-bath-filled: unicode('f71d');
|
|
384
415
|
$ti-icon-bath-off: unicode('f0ff');
|
|
385
416
|
$ti-icon-battery: unicode('ea34');
|
|
386
417
|
$ti-icon-battery-1: unicode('ea2f');
|
|
418
|
+
$ti-icon-battery-1-filled: unicode('f71e');
|
|
387
419
|
$ti-icon-battery-2: unicode('ea30');
|
|
420
|
+
$ti-icon-battery-2-filled: unicode('f71f');
|
|
388
421
|
$ti-icon-battery-3: unicode('ea31');
|
|
422
|
+
$ti-icon-battery-3-filled: unicode('f720');
|
|
389
423
|
$ti-icon-battery-4: unicode('ea32');
|
|
424
|
+
$ti-icon-battery-4-filled: unicode('f721');
|
|
390
425
|
$ti-icon-battery-automotive: unicode('ee07');
|
|
391
426
|
$ti-icon-battery-charging: unicode('ea33');
|
|
392
427
|
$ti-icon-battery-charging-2: unicode('ef3b');
|
|
@@ -402,13 +437,19 @@ $ti-icon-beer-off: unicode('f101');
|
|
|
402
437
|
$ti-icon-bell: unicode('ea35');
|
|
403
438
|
$ti-icon-bell-filled: unicode('f669');
|
|
404
439
|
$ti-icon-bell-minus: unicode('ede2');
|
|
440
|
+
$ti-icon-bell-minus-filled: unicode('f722');
|
|
405
441
|
$ti-icon-bell-off: unicode('ece9');
|
|
406
442
|
$ti-icon-bell-plus: unicode('ede3');
|
|
443
|
+
$ti-icon-bell-plus-filled: unicode('f723');
|
|
407
444
|
$ti-icon-bell-ringing: unicode('ed07');
|
|
408
445
|
$ti-icon-bell-ringing-2: unicode('ede4');
|
|
446
|
+
$ti-icon-bell-ringing-2-filled: unicode('f724');
|
|
447
|
+
$ti-icon-bell-ringing-filled: unicode('f725');
|
|
409
448
|
$ti-icon-bell-school: unicode('f05e');
|
|
410
449
|
$ti-icon-bell-x: unicode('ede5');
|
|
450
|
+
$ti-icon-bell-x-filled: unicode('f726');
|
|
411
451
|
$ti-icon-bell-z: unicode('eff1');
|
|
452
|
+
$ti-icon-bell-z-filled: unicode('f727');
|
|
412
453
|
$ti-icon-beta: unicode('f544');
|
|
413
454
|
$ti-icon-bible: unicode('efc4');
|
|
414
455
|
$ti-icon-bike: unicode('ea36');
|
|
@@ -978,12 +1019,19 @@ $ti-icon-cheese: unicode('ef26');
|
|
|
978
1019
|
$ti-icon-chef-hat: unicode('f21d');
|
|
979
1020
|
$ti-icon-chef-hat-off: unicode('f3d4');
|
|
980
1021
|
$ti-icon-cherry: unicode('f511');
|
|
1022
|
+
$ti-icon-cherry-filled: unicode('f728');
|
|
981
1023
|
$ti-icon-chess: unicode('f382');
|
|
982
1024
|
$ti-icon-chess-bishop: unicode('f56b');
|
|
1025
|
+
$ti-icon-chess-bishop-filled: unicode('f729');
|
|
1026
|
+
$ti-icon-chess-filled: unicode('f72a');
|
|
983
1027
|
$ti-icon-chess-king: unicode('f56c');
|
|
1028
|
+
$ti-icon-chess-king-filled: unicode('f72b');
|
|
984
1029
|
$ti-icon-chess-knight: unicode('f56d');
|
|
1030
|
+
$ti-icon-chess-knight-filled: unicode('f72c');
|
|
985
1031
|
$ti-icon-chess-queen: unicode('f56e');
|
|
1032
|
+
$ti-icon-chess-queen-filled: unicode('f72d');
|
|
986
1033
|
$ti-icon-chess-rook: unicode('f56f');
|
|
1034
|
+
$ti-icon-chess-rook-filled: unicode('f72e');
|
|
987
1035
|
$ti-icon-chevron-down: unicode('ea5f');
|
|
988
1036
|
$ti-icon-chevron-down-left: unicode('ed09');
|
|
989
1037
|
$ti-icon-chevron-down-right: unicode('ed0a');
|
|
@@ -1004,11 +1052,38 @@ $ti-icon-chisel: unicode('f383');
|
|
|
1004
1052
|
$ti-icon-christmas-tree: unicode('ed78');
|
|
1005
1053
|
$ti-icon-christmas-tree-off: unicode('f3d5');
|
|
1006
1054
|
$ti-icon-circle: unicode('ea6b');
|
|
1055
|
+
$ti-icon-circle-0-filled: unicode('f72f');
|
|
1056
|
+
$ti-icon-circle-1-filled: unicode('f730');
|
|
1057
|
+
$ti-icon-circle-2-filled: unicode('f731');
|
|
1058
|
+
$ti-icon-circle-3-filled: unicode('f732');
|
|
1059
|
+
$ti-icon-circle-4-filled: unicode('f733');
|
|
1060
|
+
$ti-icon-circle-5-filled: unicode('f734');
|
|
1061
|
+
$ti-icon-circle-6-filled: unicode('f735');
|
|
1062
|
+
$ti-icon-circle-7-filled: unicode('f736');
|
|
1063
|
+
$ti-icon-circle-8-filled: unicode('f737');
|
|
1064
|
+
$ti-icon-circle-9-filled: unicode('f738');
|
|
1065
|
+
$ti-icon-circle-arrow-down: unicode('f6f9');
|
|
1066
|
+
$ti-icon-circle-arrow-down-filled: unicode('f6f4');
|
|
1067
|
+
$ti-icon-circle-arrow-down-left: unicode('f6f6');
|
|
1068
|
+
$ti-icon-circle-arrow-down-left-filled: unicode('f6f5');
|
|
1069
|
+
$ti-icon-circle-arrow-down-right: unicode('f6f8');
|
|
1070
|
+
$ti-icon-circle-arrow-down-right-filled: unicode('f6f7');
|
|
1071
|
+
$ti-icon-circle-arrow-left: unicode('f6fb');
|
|
1072
|
+
$ti-icon-circle-arrow-left-filled: unicode('f6fa');
|
|
1073
|
+
$ti-icon-circle-arrow-right: unicode('f6fd');
|
|
1074
|
+
$ti-icon-circle-arrow-right-filled: unicode('f6fc');
|
|
1075
|
+
$ti-icon-circle-arrow-up: unicode('f703');
|
|
1076
|
+
$ti-icon-circle-arrow-up-filled: unicode('f6fe');
|
|
1077
|
+
$ti-icon-circle-arrow-up-left: unicode('f700');
|
|
1078
|
+
$ti-icon-circle-arrow-up-left-filled: unicode('f6ff');
|
|
1079
|
+
$ti-icon-circle-arrow-up-right: unicode('f702');
|
|
1080
|
+
$ti-icon-circle-arrow-up-right-filled: unicode('f701');
|
|
1007
1081
|
$ti-icon-circle-caret-down: unicode('f4a9');
|
|
1008
1082
|
$ti-icon-circle-caret-left: unicode('f4aa');
|
|
1009
1083
|
$ti-icon-circle-caret-right: unicode('f4ab');
|
|
1010
1084
|
$ti-icon-circle-caret-up: unicode('f4ac');
|
|
1011
1085
|
$ti-icon-circle-check: unicode('ea67');
|
|
1086
|
+
$ti-icon-circle-check-filled: unicode('f704');
|
|
1012
1087
|
$ti-icon-circle-chevron-down: unicode('f622');
|
|
1013
1088
|
$ti-icon-circle-chevron-left: unicode('f623');
|
|
1014
1089
|
$ti-icon-circle-chevron-right: unicode('f624');
|
|
@@ -1019,12 +1094,14 @@ $ti-icon-circle-chevrons-right: unicode('f644');
|
|
|
1019
1094
|
$ti-icon-circle-chevrons-up: unicode('f645');
|
|
1020
1095
|
$ti-icon-circle-dashed: unicode('ed27');
|
|
1021
1096
|
$ti-icon-circle-dot: unicode('efb1');
|
|
1097
|
+
$ti-icon-circle-dot-filled: unicode('f705');
|
|
1022
1098
|
$ti-icon-circle-dotted: unicode('ed28');
|
|
1023
1099
|
$ti-icon-circle-filled: unicode('f671');
|
|
1024
1100
|
$ti-icon-circle-half: unicode('ee3f');
|
|
1025
1101
|
$ti-icon-circle-half-2: unicode('eff3');
|
|
1026
1102
|
$ti-icon-circle-half-vertical: unicode('ee3e');
|
|
1027
1103
|
$ti-icon-circle-key: unicode('f633');
|
|
1104
|
+
$ti-icon-circle-key-filled: unicode('f706');
|
|
1028
1105
|
$ti-icon-circle-letter-a: unicode('f441');
|
|
1029
1106
|
$ti-icon-circle-letter-b: unicode('f442');
|
|
1030
1107
|
$ti-icon-circle-letter-c: unicode('f443');
|
|
@@ -1069,6 +1146,7 @@ $ti-icon-circle-rectangle-off: unicode('f0cd');
|
|
|
1069
1146
|
$ti-icon-circle-square: unicode('ece4');
|
|
1070
1147
|
$ti-icon-circle-triangle: unicode('f011');
|
|
1071
1148
|
$ti-icon-circle-x: unicode('ea6a');
|
|
1149
|
+
$ti-icon-circle-x-filled: unicode('f739');
|
|
1072
1150
|
$ti-icon-circles: unicode('ece5');
|
|
1073
1151
|
$ti-icon-circles-filled: unicode('f672');
|
|
1074
1152
|
$ti-icon-circles-relation: unicode('f4c3');
|
|
@@ -1109,6 +1187,7 @@ $ti-icon-clock: unicode('ea70');
|
|
|
1109
1187
|
$ti-icon-clock-2: unicode('f099');
|
|
1110
1188
|
$ti-icon-clock-cancel: unicode('f546');
|
|
1111
1189
|
$ti-icon-clock-edit: unicode('f547');
|
|
1190
|
+
$ti-icon-clock-filled: unicode('f73a');
|
|
1112
1191
|
$ti-icon-clock-hour-1: unicode('f313');
|
|
1113
1192
|
$ti-icon-clock-hour-10: unicode('f314');
|
|
1114
1193
|
$ti-icon-clock-hour-11: unicode('f315');
|
|
@@ -1204,8 +1283,10 @@ $ti-icon-cookie-off: unicode('f0d7');
|
|
|
1204
1283
|
$ti-icon-copy: unicode('ea7a');
|
|
1205
1284
|
$ti-icon-copy-off: unicode('f0d8');
|
|
1206
1285
|
$ti-icon-copyleft: unicode('ec3d');
|
|
1286
|
+
$ti-icon-copyleft-filled: unicode('f73b');
|
|
1207
1287
|
$ti-icon-copyleft-off: unicode('f0d9');
|
|
1208
1288
|
$ti-icon-copyright: unicode('ea7b');
|
|
1289
|
+
$ti-icon-copyright-filled: unicode('f73c');
|
|
1209
1290
|
$ti-icon-copyright-off: unicode('f0da');
|
|
1210
1291
|
$ti-icon-corner-down-left: unicode('ea7c');
|
|
1211
1292
|
$ti-icon-corner-down-left-double: unicode('ee48');
|
|
@@ -1389,20 +1470,29 @@ $ti-icon-devices-pc-off: unicode('f113');
|
|
|
1389
1470
|
$ti-icon-dialpad: unicode('f067');
|
|
1390
1471
|
$ti-icon-dialpad-off: unicode('f114');
|
|
1391
1472
|
$ti-icon-diamond: unicode('eb65');
|
|
1473
|
+
$ti-icon-diamond-filled: unicode('f73d');
|
|
1392
1474
|
$ti-icon-diamond-off: unicode('f115');
|
|
1393
1475
|
$ti-icon-diamonds: unicode('eff5');
|
|
1394
1476
|
$ti-icon-diamonds-filled: unicode('f676');
|
|
1395
1477
|
$ti-icon-dice: unicode('eb66');
|
|
1396
1478
|
$ti-icon-dice-1: unicode('f08b');
|
|
1479
|
+
$ti-icon-dice-1-filled: unicode('f73e');
|
|
1397
1480
|
$ti-icon-dice-2: unicode('f08c');
|
|
1481
|
+
$ti-icon-dice-2-filled: unicode('f73f');
|
|
1398
1482
|
$ti-icon-dice-3: unicode('f08d');
|
|
1483
|
+
$ti-icon-dice-3-filled: unicode('f740');
|
|
1399
1484
|
$ti-icon-dice-4: unicode('f08e');
|
|
1485
|
+
$ti-icon-dice-4-filled: unicode('f741');
|
|
1400
1486
|
$ti-icon-dice-5: unicode('f08f');
|
|
1487
|
+
$ti-icon-dice-5-filled: unicode('f742');
|
|
1401
1488
|
$ti-icon-dice-6: unicode('f090');
|
|
1489
|
+
$ti-icon-dice-6-filled: unicode('f743');
|
|
1490
|
+
$ti-icon-dice-filled: unicode('f744');
|
|
1402
1491
|
$ti-icon-dimensions: unicode('ee7b');
|
|
1403
1492
|
$ti-icon-direction: unicode('ebfb');
|
|
1404
1493
|
$ti-icon-direction-horizontal: unicode('ebfa');
|
|
1405
1494
|
$ti-icon-direction-sign: unicode('f1f7');
|
|
1495
|
+
$ti-icon-direction-sign-filled: unicode('f745');
|
|
1406
1496
|
$ti-icon-direction-sign-off: unicode('f3e5');
|
|
1407
1497
|
$ti-icon-directions: unicode('ea8e');
|
|
1408
1498
|
$ti-icon-directions-off: unicode('f116');
|
|
@@ -1416,6 +1506,7 @@ $ti-icon-discount: unicode('ebbd');
|
|
|
1416
1506
|
$ti-icon-discount-2: unicode('ee7c');
|
|
1417
1507
|
$ti-icon-discount-2-off: unicode('f3e6');
|
|
1418
1508
|
$ti-icon-discount-check: unicode('f1f8');
|
|
1509
|
+
$ti-icon-discount-check-filled: unicode('f746');
|
|
1419
1510
|
$ti-icon-discount-off: unicode('f3e7');
|
|
1420
1511
|
$ti-icon-divide: unicode('ed5c');
|
|
1421
1512
|
$ti-icon-dna: unicode('ee7d');
|
|
@@ -1539,6 +1630,7 @@ $ti-icon-file-dots: unicode('f038');
|
|
|
1539
1630
|
$ti-icon-file-download: unicode('ea9d');
|
|
1540
1631
|
$ti-icon-file-euro: unicode('efe1');
|
|
1541
1632
|
$ti-icon-file-export: unicode('ede9');
|
|
1633
|
+
$ti-icon-file-filled: unicode('f747');
|
|
1542
1634
|
$ti-icon-file-function: unicode('f53e');
|
|
1543
1635
|
$ti-icon-file-horizontal: unicode('ebb0');
|
|
1544
1636
|
$ti-icon-file-import: unicode('edea');
|
|
@@ -1574,6 +1666,7 @@ $ti-icon-file-unknown: unicode('f042');
|
|
|
1574
1666
|
$ti-icon-file-upload: unicode('ec91');
|
|
1575
1667
|
$ti-icon-file-vector: unicode('f043');
|
|
1576
1668
|
$ti-icon-file-x: unicode('eaa3');
|
|
1669
|
+
$ti-icon-file-x-filled: unicode('f748');
|
|
1577
1670
|
$ti-icon-file-zip: unicode('ed4e');
|
|
1578
1671
|
$ti-icon-files: unicode('edef');
|
|
1579
1672
|
$ti-icon-files-off: unicode('edee');
|
|
@@ -1594,8 +1687,10 @@ $ti-icon-fish-hook-off: unicode('f3ee');
|
|
|
1594
1687
|
$ti-icon-fish-off: unicode('f12b');
|
|
1595
1688
|
$ti-icon-flag: unicode('eaa6');
|
|
1596
1689
|
$ti-icon-flag-2: unicode('ee8c');
|
|
1690
|
+
$ti-icon-flag-2-filled: unicode('f707');
|
|
1597
1691
|
$ti-icon-flag-2-off: unicode('f12c');
|
|
1598
1692
|
$ti-icon-flag-3: unicode('ee8d');
|
|
1693
|
+
$ti-icon-flag-3-filled: unicode('f708');
|
|
1599
1694
|
$ti-icon-flag-filled: unicode('f67a');
|
|
1600
1695
|
$ti-icon-flag-off: unicode('f12d');
|
|
1601
1696
|
$ti-icon-flame: unicode('ec2c');
|
|
@@ -1621,6 +1716,7 @@ $ti-icon-fold: unicode('ed56');
|
|
|
1621
1716
|
$ti-icon-fold-down: unicode('ed54');
|
|
1622
1717
|
$ti-icon-fold-up: unicode('ed55');
|
|
1623
1718
|
$ti-icon-folder: unicode('eaad');
|
|
1719
|
+
$ti-icon-folder-filled: unicode('f749');
|
|
1624
1720
|
$ti-icon-folder-minus: unicode('eaaa');
|
|
1625
1721
|
$ti-icon-folder-off: unicode('ed14');
|
|
1626
1722
|
$ti-icon-folder-plus: unicode('eaab');
|
|
@@ -1670,6 +1766,8 @@ $ti-icon-gender-trasvesti: unicode('f0f2');
|
|
|
1670
1766
|
$ti-icon-geometry: unicode('ee90');
|
|
1671
1767
|
$ti-icon-ghost: unicode('eb8e');
|
|
1672
1768
|
$ti-icon-ghost-2: unicode('f57c');
|
|
1769
|
+
$ti-icon-ghost-2-filled: unicode('f74a');
|
|
1770
|
+
$ti-icon-ghost-filled: unicode('f74b');
|
|
1673
1771
|
$ti-icon-ghost-off: unicode('f3f2');
|
|
1674
1772
|
$ti-icon-gif: unicode('f257');
|
|
1675
1773
|
$ti-icon-gift: unicode('eb68');
|
|
@@ -1764,7 +1862,17 @@ $ti-icon-helmet-off: unicode('f143');
|
|
|
1764
1862
|
$ti-icon-help: unicode('eabf');
|
|
1765
1863
|
$ti-icon-help-off: unicode('f3f8');
|
|
1766
1864
|
$ti-icon-hexagon: unicode('ec02');
|
|
1865
|
+
$ti-icon-hexagon-0-filled: unicode('f74c');
|
|
1866
|
+
$ti-icon-hexagon-1-filled: unicode('f74d');
|
|
1867
|
+
$ti-icon-hexagon-2-filled: unicode('f74e');
|
|
1868
|
+
$ti-icon-hexagon-3-filled: unicode('f74f');
|
|
1767
1869
|
$ti-icon-hexagon-3d: unicode('f4c7');
|
|
1870
|
+
$ti-icon-hexagon-4-filled: unicode('f750');
|
|
1871
|
+
$ti-icon-hexagon-5-filled: unicode('f751');
|
|
1872
|
+
$ti-icon-hexagon-6-filled: unicode('f752');
|
|
1873
|
+
$ti-icon-hexagon-7-filled: unicode('f753');
|
|
1874
|
+
$ti-icon-hexagon-8-filled: unicode('f754');
|
|
1875
|
+
$ti-icon-hexagon-9-filled: unicode('f755');
|
|
1768
1876
|
$ti-icon-hexagon-filled: unicode('f67d');
|
|
1769
1877
|
$ti-icon-hexagon-letter-a: unicode('f463');
|
|
1770
1878
|
$ti-icon-hexagon-letter-b: unicode('f464');
|
|
@@ -1848,6 +1956,7 @@ $ti-icon-horse-toy: unicode('f28a');
|
|
|
1848
1956
|
$ti-icon-hotel-service: unicode('ef80');
|
|
1849
1957
|
$ti-icon-hourglass: unicode('ef93');
|
|
1850
1958
|
$ti-icon-hourglass-empty: unicode('f146');
|
|
1959
|
+
$ti-icon-hourglass-filled: unicode('f756');
|
|
1851
1960
|
$ti-icon-hourglass-high: unicode('f092');
|
|
1852
1961
|
$ti-icon-hourglass-low: unicode('f093');
|
|
1853
1962
|
$ti-icon-hourglass-off: unicode('f147');
|
|
@@ -1874,13 +1983,21 @@ $ti-icon-info-square: unicode('eac6');
|
|
|
1874
1983
|
$ti-icon-info-square-rounded: unicode('f635');
|
|
1875
1984
|
$ti-icon-info-square-rounded-filled: unicode('f6d9');
|
|
1876
1985
|
$ti-icon-inner-shadow-bottom: unicode('f520');
|
|
1986
|
+
$ti-icon-inner-shadow-bottom-filled: unicode('f757');
|
|
1877
1987
|
$ti-icon-inner-shadow-bottom-left: unicode('f51e');
|
|
1988
|
+
$ti-icon-inner-shadow-bottom-left-filled: unicode('f758');
|
|
1878
1989
|
$ti-icon-inner-shadow-bottom-right: unicode('f51f');
|
|
1990
|
+
$ti-icon-inner-shadow-bottom-right-filled: unicode('f759');
|
|
1879
1991
|
$ti-icon-inner-shadow-left: unicode('f521');
|
|
1992
|
+
$ti-icon-inner-shadow-left-filled: unicode('f75a');
|
|
1880
1993
|
$ti-icon-inner-shadow-right: unicode('f522');
|
|
1994
|
+
$ti-icon-inner-shadow-right-filled: unicode('f75b');
|
|
1881
1995
|
$ti-icon-inner-shadow-top: unicode('f525');
|
|
1996
|
+
$ti-icon-inner-shadow-top-filled: unicode('f75c');
|
|
1882
1997
|
$ti-icon-inner-shadow-top-left: unicode('f523');
|
|
1998
|
+
$ti-icon-inner-shadow-top-left-filled: unicode('f75d');
|
|
1883
1999
|
$ti-icon-inner-shadow-top-right: unicode('f524');
|
|
2000
|
+
$ti-icon-inner-shadow-top-right-filled: unicode('f75e');
|
|
1884
2001
|
$ti-icon-input-search: unicode('f2a2');
|
|
1885
2002
|
$ti-icon-ironing-1: unicode('f2f4');
|
|
1886
2003
|
$ti-icon-ironing-2: unicode('f2f5');
|
|
@@ -2293,6 +2410,7 @@ $ti-icon-packages: unicode('f2c9');
|
|
|
2293
2410
|
$ti-icon-pacman: unicode('eebc');
|
|
2294
2411
|
$ti-icon-page-break: unicode('ec81');
|
|
2295
2412
|
$ti-icon-paint: unicode('eb00');
|
|
2413
|
+
$ti-icon-paint-filled: unicode('f75f');
|
|
2296
2414
|
$ti-icon-paint-off: unicode('f16d');
|
|
2297
2415
|
$ti-icon-palette: unicode('eb01');
|
|
2298
2416
|
$ti-icon-palette-off: unicode('f16e');
|
|
@@ -2472,6 +2590,7 @@ $ti-icon-radar-off: unicode('f41f');
|
|
|
2472
2590
|
$ti-icon-radio: unicode('ef2d');
|
|
2473
2591
|
$ti-icon-radio-off: unicode('f420');
|
|
2474
2592
|
$ti-icon-radioactive: unicode('ecc0');
|
|
2593
|
+
$ti-icon-radioactive-filled: unicode('f760');
|
|
2475
2594
|
$ti-icon-radioactive-off: unicode('f189');
|
|
2476
2595
|
$ti-icon-radius-bottom-left: unicode('eec6');
|
|
2477
2596
|
$ti-icon-radius-bottom-right: unicode('eec7');
|
|
@@ -2647,12 +2766,15 @@ $ti-icon-share: unicode('eb21');
|
|
|
2647
2766
|
$ti-icon-share-off: unicode('f1a1');
|
|
2648
2767
|
$ti-icon-shield: unicode('eb24');
|
|
2649
2768
|
$ti-icon-shield-check: unicode('eb22');
|
|
2769
|
+
$ti-icon-shield-check-filled: unicode('f761');
|
|
2650
2770
|
$ti-icon-shield-checkered: unicode('ef9a');
|
|
2771
|
+
$ti-icon-shield-checkered-filled: unicode('f762');
|
|
2651
2772
|
$ti-icon-shield-chevron: unicode('ef9b');
|
|
2652
2773
|
$ti-icon-shield-filled: unicode('f69f');
|
|
2653
2774
|
$ti-icon-shield-half: unicode('f358');
|
|
2654
2775
|
$ti-icon-shield-half-filled: unicode('f357');
|
|
2655
2776
|
$ti-icon-shield-lock: unicode('ed58');
|
|
2777
|
+
$ti-icon-shield-lock-filled: unicode('f763');
|
|
2656
2778
|
$ti-icon-shield-off: unicode('ecf8');
|
|
2657
2779
|
$ti-icon-shield-x: unicode('eb23');
|
|
2658
2780
|
$ti-icon-ship: unicode('ec84');
|
|
@@ -2737,12 +2859,22 @@ $ti-icon-spray: unicode('f50b');
|
|
|
2737
2859
|
$ti-icon-spy: unicode('f227');
|
|
2738
2860
|
$ti-icon-spy-off: unicode('f42f');
|
|
2739
2861
|
$ti-icon-square: unicode('eb2c');
|
|
2862
|
+
$ti-icon-square-0-filled: unicode('f764');
|
|
2863
|
+
$ti-icon-square-1-filled: unicode('f765');
|
|
2864
|
+
$ti-icon-square-3-filled: unicode('f766');
|
|
2865
|
+
$ti-icon-square-4-filled: unicode('f767');
|
|
2866
|
+
$ti-icon-square-5-filled: unicode('f768');
|
|
2867
|
+
$ti-icon-square-6-filled: unicode('f769');
|
|
2868
|
+
$ti-icon-square-7-filled: unicode('f76a');
|
|
2869
|
+
$ti-icon-square-8-filled: unicode('f76b');
|
|
2870
|
+
$ti-icon-square-9-filled: unicode('f76c');
|
|
2740
2871
|
$ti-icon-square-arrow-down: unicode('f4b7');
|
|
2741
2872
|
$ti-icon-square-arrow-left: unicode('f4b8');
|
|
2742
2873
|
$ti-icon-square-arrow-right: unicode('f4b9');
|
|
2743
2874
|
$ti-icon-square-arrow-up: unicode('f4ba');
|
|
2744
2875
|
$ti-icon-square-asterisk: unicode('f01a');
|
|
2745
2876
|
$ti-icon-square-check: unicode('eb28');
|
|
2877
|
+
$ti-icon-square-check-filled: unicode('f76d');
|
|
2746
2878
|
$ti-icon-square-chevron-down: unicode('f627');
|
|
2747
2879
|
$ti-icon-square-chevron-left: unicode('f628');
|
|
2748
2880
|
$ti-icon-square-chevron-right: unicode('f629');
|
|
@@ -2753,15 +2885,25 @@ $ti-icon-square-chevrons-right: unicode('f64d');
|
|
|
2753
2885
|
$ti-icon-square-chevrons-up: unicode('f64e');
|
|
2754
2886
|
$ti-icon-square-dot: unicode('ed59');
|
|
2755
2887
|
$ti-icon-square-f0: unicode('f526');
|
|
2888
|
+
$ti-icon-square-f0-filled: unicode('f76e');
|
|
2756
2889
|
$ti-icon-square-f1: unicode('f527');
|
|
2890
|
+
$ti-icon-square-f1-filled: unicode('f76f');
|
|
2757
2891
|
$ti-icon-square-f2: unicode('f528');
|
|
2892
|
+
$ti-icon-square-f2-filled: unicode('f770');
|
|
2758
2893
|
$ti-icon-square-f3: unicode('f529');
|
|
2894
|
+
$ti-icon-square-f3-filled: unicode('f771');
|
|
2759
2895
|
$ti-icon-square-f4: unicode('f52a');
|
|
2896
|
+
$ti-icon-square-f4-filled: unicode('f772');
|
|
2760
2897
|
$ti-icon-square-f5: unicode('f52b');
|
|
2898
|
+
$ti-icon-square-f5-filled: unicode('f773');
|
|
2761
2899
|
$ti-icon-square-f6: unicode('f52c');
|
|
2900
|
+
$ti-icon-square-f6-filled: unicode('f774');
|
|
2762
2901
|
$ti-icon-square-f7: unicode('f52d');
|
|
2902
|
+
$ti-icon-square-f7-filled: unicode('f775');
|
|
2763
2903
|
$ti-icon-square-f8: unicode('f52e');
|
|
2904
|
+
$ti-icon-square-f8-filled: unicode('f776');
|
|
2764
2905
|
$ti-icon-square-f9: unicode('f52f');
|
|
2906
|
+
$ti-icon-square-f9-filled: unicode('f777');
|
|
2765
2907
|
$ti-icon-square-forbid: unicode('ed5b');
|
|
2766
2908
|
$ti-icon-square-forbid-2: unicode('ed5a');
|
|
2767
2909
|
$ti-icon-square-half: unicode('effb');
|
|
@@ -2868,15 +3010,25 @@ $ti-icon-square-rounded-letter-y: unicode('f5c6');
|
|
|
2868
3010
|
$ti-icon-square-rounded-letter-z: unicode('f5c7');
|
|
2869
3011
|
$ti-icon-square-rounded-minus: unicode('f63e');
|
|
2870
3012
|
$ti-icon-square-rounded-number-0: unicode('f5c8');
|
|
3013
|
+
$ti-icon-square-rounded-number-0-filled: unicode('f778');
|
|
2871
3014
|
$ti-icon-square-rounded-number-1: unicode('f5c9');
|
|
3015
|
+
$ti-icon-square-rounded-number-1-filled: unicode('f779');
|
|
2872
3016
|
$ti-icon-square-rounded-number-2: unicode('f5ca');
|
|
3017
|
+
$ti-icon-square-rounded-number-2-filled: unicode('f77a');
|
|
2873
3018
|
$ti-icon-square-rounded-number-3: unicode('f5cb');
|
|
3019
|
+
$ti-icon-square-rounded-number-3-filled: unicode('f77b');
|
|
2874
3020
|
$ti-icon-square-rounded-number-4: unicode('f5cc');
|
|
3021
|
+
$ti-icon-square-rounded-number-4-filled: unicode('f77c');
|
|
2875
3022
|
$ti-icon-square-rounded-number-5: unicode('f5cd');
|
|
3023
|
+
$ti-icon-square-rounded-number-5-filled: unicode('f77d');
|
|
2876
3024
|
$ti-icon-square-rounded-number-6: unicode('f5ce');
|
|
3025
|
+
$ti-icon-square-rounded-number-6-filled: unicode('f77e');
|
|
2877
3026
|
$ti-icon-square-rounded-number-7: unicode('f5cf');
|
|
3027
|
+
$ti-icon-square-rounded-number-7-filled: unicode('f77f');
|
|
2878
3028
|
$ti-icon-square-rounded-number-8: unicode('f5d0');
|
|
3029
|
+
$ti-icon-square-rounded-number-8-filled: unicode('f780');
|
|
2879
3030
|
$ti-icon-square-rounded-number-9: unicode('f5d1');
|
|
3031
|
+
$ti-icon-square-rounded-number-9-filled: unicode('f781');
|
|
2880
3032
|
$ti-icon-square-rounded-plus: unicode('f63f');
|
|
2881
3033
|
$ti-icon-square-rounded-plus-filled: unicode('f6e8');
|
|
2882
3034
|
$ti-icon-square-rounded-x: unicode('f640');
|
|
@@ -2947,6 +3099,7 @@ $ti-icon-swords: unicode('f132');
|
|
|
2947
3099
|
$ti-icon-table: unicode('eba1');
|
|
2948
3100
|
$ti-icon-table-alias: unicode('f25b');
|
|
2949
3101
|
$ti-icon-table-export: unicode('eef8');
|
|
3102
|
+
$ti-icon-table-filled: unicode('f782');
|
|
2950
3103
|
$ti-icon-table-import: unicode('eef9');
|
|
2951
3104
|
$ti-icon-table-off: unicode('eefa');
|
|
2952
3105
|
$ti-icon-table-options: unicode('f25c');
|
|
@@ -3067,8 +3220,10 @@ $ti-icon-transition-left: unicode('f2b3');
|
|
|
3067
3220
|
$ti-icon-transition-right: unicode('f2b4');
|
|
3068
3221
|
$ti-icon-transition-top: unicode('f2b5');
|
|
3069
3222
|
$ti-icon-trash: unicode('eb41');
|
|
3223
|
+
$ti-icon-trash-filled: unicode('f783');
|
|
3070
3224
|
$ti-icon-trash-off: unicode('ed65');
|
|
3071
3225
|
$ti-icon-trash-x: unicode('ef88');
|
|
3226
|
+
$ti-icon-trash-x-filled: unicode('f784');
|
|
3072
3227
|
$ti-icon-tree: unicode('ef01');
|
|
3073
3228
|
$ti-icon-trees: unicode('ec10');
|
|
3074
3229
|
$ti-icon-trekking: unicode('f5ad');
|
|
@@ -3247,6 +3402,7 @@ $ti-icon-xbox-b: unicode('f2b7');
|
|
|
3247
3402
|
$ti-icon-xbox-x: unicode('f2b8');
|
|
3248
3403
|
$ti-icon-xbox-y: unicode('f2b9');
|
|
3249
3404
|
$ti-icon-yin-yang: unicode('ec35');
|
|
3405
|
+
$ti-icon-yin-yang-filled: unicode('f785');
|
|
3250
3406
|
$ti-icon-yoga: unicode('f01f');
|
|
3251
3407
|
$ti-icon-zeppelin: unicode('f270');
|
|
3252
3408
|
$ti-icon-zeppelin-off: unicode('f43f');
|
|
@@ -3265,13 +3421,18 @@ $ti-icon-zodiac-taurus: unicode('ecb6');
|
|
|
3265
3421
|
$ti-icon-zodiac-virgo: unicode('ecb7');
|
|
3266
3422
|
$ti-icon-zoom-cancel: unicode('ec4d');
|
|
3267
3423
|
$ti-icon-zoom-check: unicode('ef09');
|
|
3424
|
+
$ti-icon-zoom-check-filled: unicode('f786');
|
|
3268
3425
|
$ti-icon-zoom-code: unicode('f07f');
|
|
3269
3426
|
$ti-icon-zoom-exclamation: unicode('f080');
|
|
3427
|
+
$ti-icon-zoom-filled: unicode('f787');
|
|
3270
3428
|
$ti-icon-zoom-in: unicode('eb56');
|
|
3271
3429
|
$ti-icon-zoom-in-area: unicode('f1dc');
|
|
3430
|
+
$ti-icon-zoom-in-area-filled: unicode('f788');
|
|
3431
|
+
$ti-icon-zoom-in-filled: unicode('f789');
|
|
3272
3432
|
$ti-icon-zoom-money: unicode('ef0a');
|
|
3273
3433
|
$ti-icon-zoom-out: unicode('eb57');
|
|
3274
3434
|
$ti-icon-zoom-out-area: unicode('f1dd');
|
|
3435
|
+
$ti-icon-zoom-out-filled: unicode('f78a');
|
|
3275
3436
|
$ti-icon-zoom-pan: unicode('f1de');
|
|
3276
3437
|
$ti-icon-zoom-question: unicode('edeb');
|
|
3277
3438
|
$ti-icon-zoom-replace: unicode('f2a7');
|
|
@@ -3298,45 +3459,68 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3298
3459
|
.#{$ti-prefix}-access-point-off:before { content: $ti-icon-access-point-off; }
|
|
3299
3460
|
.#{$ti-prefix}-accessible:before { content: $ti-icon-accessible; }
|
|
3300
3461
|
.#{$ti-prefix}-accessible-off:before { content: $ti-icon-accessible-off; }
|
|
3462
|
+
.#{$ti-prefix}-accessible-off-filled:before { content: $ti-icon-accessible-off-filled; }
|
|
3301
3463
|
.#{$ti-prefix}-activity:before { content: $ti-icon-activity; }
|
|
3302
3464
|
.#{$ti-prefix}-activity-heartbeat:before { content: $ti-icon-activity-heartbeat; }
|
|
3303
3465
|
.#{$ti-prefix}-ad:before { content: $ti-icon-ad; }
|
|
3304
3466
|
.#{$ti-prefix}-ad-2:before { content: $ti-icon-ad-2; }
|
|
3467
|
+
.#{$ti-prefix}-ad-filled:before { content: $ti-icon-ad-filled; }
|
|
3305
3468
|
.#{$ti-prefix}-ad-off:before { content: $ti-icon-ad-off; }
|
|
3306
3469
|
.#{$ti-prefix}-address-book:before { content: $ti-icon-address-book; }
|
|
3307
3470
|
.#{$ti-prefix}-address-book-off:before { content: $ti-icon-address-book-off; }
|
|
3308
3471
|
.#{$ti-prefix}-adjustments:before { content: $ti-icon-adjustments; }
|
|
3309
3472
|
.#{$ti-prefix}-adjustments-alt:before { content: $ti-icon-adjustments-alt; }
|
|
3473
|
+
.#{$ti-prefix}-adjustments-filled:before { content: $ti-icon-adjustments-filled; }
|
|
3310
3474
|
.#{$ti-prefix}-adjustments-horizontal:before { content: $ti-icon-adjustments-horizontal; }
|
|
3311
3475
|
.#{$ti-prefix}-adjustments-off:before { content: $ti-icon-adjustments-off; }
|
|
3312
3476
|
.#{$ti-prefix}-aerial-lift:before { content: $ti-icon-aerial-lift; }
|
|
3313
3477
|
.#{$ti-prefix}-affiliate:before { content: $ti-icon-affiliate; }
|
|
3478
|
+
.#{$ti-prefix}-affiliate-filled:before { content: $ti-icon-affiliate-filled; }
|
|
3314
3479
|
.#{$ti-prefix}-air-balloon:before { content: $ti-icon-air-balloon; }
|
|
3315
3480
|
.#{$ti-prefix}-air-conditioning:before { content: $ti-icon-air-conditioning; }
|
|
3316
3481
|
.#{$ti-prefix}-air-conditioning-disabled:before { content: $ti-icon-air-conditioning-disabled; }
|
|
3317
3482
|
.#{$ti-prefix}-alarm:before { content: $ti-icon-alarm; }
|
|
3483
|
+
.#{$ti-prefix}-alarm-filled:before { content: $ti-icon-alarm-filled; }
|
|
3318
3484
|
.#{$ti-prefix}-alarm-minus:before { content: $ti-icon-alarm-minus; }
|
|
3485
|
+
.#{$ti-prefix}-alarm-minus-filled:before { content: $ti-icon-alarm-minus-filled; }
|
|
3319
3486
|
.#{$ti-prefix}-alarm-off:before { content: $ti-icon-alarm-off; }
|
|
3320
3487
|
.#{$ti-prefix}-alarm-plus:before { content: $ti-icon-alarm-plus; }
|
|
3488
|
+
.#{$ti-prefix}-alarm-plus-filled:before { content: $ti-icon-alarm-plus-filled; }
|
|
3321
3489
|
.#{$ti-prefix}-alarm-snooze:before { content: $ti-icon-alarm-snooze; }
|
|
3490
|
+
.#{$ti-prefix}-alarm-snooze-filled:before { content: $ti-icon-alarm-snooze-filled; }
|
|
3322
3491
|
.#{$ti-prefix}-album:before { content: $ti-icon-album; }
|
|
3323
3492
|
.#{$ti-prefix}-album-off:before { content: $ti-icon-album-off; }
|
|
3324
3493
|
.#{$ti-prefix}-alert-circle:before { content: $ti-icon-alert-circle; }
|
|
3494
|
+
.#{$ti-prefix}-alert-circle-filled:before { content: $ti-icon-alert-circle-filled; }
|
|
3325
3495
|
.#{$ti-prefix}-alert-octagon:before { content: $ti-icon-alert-octagon; }
|
|
3496
|
+
.#{$ti-prefix}-alert-octagon-filled:before { content: $ti-icon-alert-octagon-filled; }
|
|
3326
3497
|
.#{$ti-prefix}-alert-triangle:before { content: $ti-icon-alert-triangle; }
|
|
3498
|
+
.#{$ti-prefix}-alert-triangle-filled:before { content: $ti-icon-alert-triangle-filled; }
|
|
3327
3499
|
.#{$ti-prefix}-alien:before { content: $ti-icon-alien; }
|
|
3500
|
+
.#{$ti-prefix}-alien-filled:before { content: $ti-icon-alien-filled; }
|
|
3328
3501
|
.#{$ti-prefix}-align-box-bottom-center:before { content: $ti-icon-align-box-bottom-center; }
|
|
3502
|
+
.#{$ti-prefix}-align-box-bottom-center-filled:before { content: $ti-icon-align-box-bottom-center-filled; }
|
|
3329
3503
|
.#{$ti-prefix}-align-box-bottom-left:before { content: $ti-icon-align-box-bottom-left; }
|
|
3504
|
+
.#{$ti-prefix}-align-box-bottom-left-filled:before { content: $ti-icon-align-box-bottom-left-filled; }
|
|
3330
3505
|
.#{$ti-prefix}-align-box-bottom-right:before { content: $ti-icon-align-box-bottom-right; }
|
|
3506
|
+
.#{$ti-prefix}-align-box-bottom-right-filled:before { content: $ti-icon-align-box-bottom-right-filled; }
|
|
3331
3507
|
.#{$ti-prefix}-align-box-left-bottom:before { content: $ti-icon-align-box-left-bottom; }
|
|
3508
|
+
.#{$ti-prefix}-align-box-left-bottom-filled:before { content: $ti-icon-align-box-left-bottom-filled; }
|
|
3332
3509
|
.#{$ti-prefix}-align-box-left-middle:before { content: $ti-icon-align-box-left-middle; }
|
|
3510
|
+
.#{$ti-prefix}-align-box-left-middle-filled:before { content: $ti-icon-align-box-left-middle-filled; }
|
|
3333
3511
|
.#{$ti-prefix}-align-box-left-top:before { content: $ti-icon-align-box-left-top; }
|
|
3512
|
+
.#{$ti-prefix}-align-box-left-top-filled:before { content: $ti-icon-align-box-left-top-filled; }
|
|
3334
3513
|
.#{$ti-prefix}-align-box-right-bottom:before { content: $ti-icon-align-box-right-bottom; }
|
|
3514
|
+
.#{$ti-prefix}-align-box-right-bottom-filled:before { content: $ti-icon-align-box-right-bottom-filled; }
|
|
3335
3515
|
.#{$ti-prefix}-align-box-right-middle:before { content: $ti-icon-align-box-right-middle; }
|
|
3336
3516
|
.#{$ti-prefix}-align-box-right-top:before { content: $ti-icon-align-box-right-top; }
|
|
3517
|
+
.#{$ti-prefix}-align-box-right-top-filled:before { content: $ti-icon-align-box-right-top-filled; }
|
|
3337
3518
|
.#{$ti-prefix}-align-box-top-center:before { content: $ti-icon-align-box-top-center; }
|
|
3519
|
+
.#{$ti-prefix}-align-box-top-center-filled:before { content: $ti-icon-align-box-top-center-filled; }
|
|
3338
3520
|
.#{$ti-prefix}-align-box-top-left:before { content: $ti-icon-align-box-top-left; }
|
|
3521
|
+
.#{$ti-prefix}-align-box-top-left-filled:before { content: $ti-icon-align-box-top-left-filled; }
|
|
3339
3522
|
.#{$ti-prefix}-align-box-top-right:before { content: $ti-icon-align-box-top-right; }
|
|
3523
|
+
.#{$ti-prefix}-align-box-top-right-filled:before { content: $ti-icon-align-box-top-right-filled; }
|
|
3340
3524
|
.#{$ti-prefix}-align-center:before { content: $ti-icon-align-center; }
|
|
3341
3525
|
.#{$ti-prefix}-align-justified:before { content: $ti-icon-align-justified; }
|
|
3342
3526
|
.#{$ti-prefix}-align-left:before { content: $ti-icon-align-left; }
|
|
@@ -3348,6 +3532,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3348
3532
|
.#{$ti-prefix}-ambulance:before { content: $ti-icon-ambulance; }
|
|
3349
3533
|
.#{$ti-prefix}-ampersand:before { content: $ti-icon-ampersand; }
|
|
3350
3534
|
.#{$ti-prefix}-analyze:before { content: $ti-icon-analyze; }
|
|
3535
|
+
.#{$ti-prefix}-analyze-filled:before { content: $ti-icon-analyze-filled; }
|
|
3351
3536
|
.#{$ti-prefix}-analyze-off:before { content: $ti-icon-analyze-off; }
|
|
3352
3537
|
.#{$ti-prefix}-anchor:before { content: $ti-icon-anchor; }
|
|
3353
3538
|
.#{$ti-prefix}-anchor-off:before { content: $ti-icon-anchor-off; }
|
|
@@ -3368,8 +3553,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3368
3553
|
.#{$ti-prefix}-api-app-off:before { content: $ti-icon-api-app-off; }
|
|
3369
3554
|
.#{$ti-prefix}-api-off:before { content: $ti-icon-api-off; }
|
|
3370
3555
|
.#{$ti-prefix}-app-window:before { content: $ti-icon-app-window; }
|
|
3556
|
+
.#{$ti-prefix}-app-window-filled:before { content: $ti-icon-app-window-filled; }
|
|
3371
3557
|
.#{$ti-prefix}-apple:before { content: $ti-icon-apple; }
|
|
3372
3558
|
.#{$ti-prefix}-apps:before { content: $ti-icon-apps; }
|
|
3559
|
+
.#{$ti-prefix}-apps-filled:before { content: $ti-icon-apps-filled; }
|
|
3373
3560
|
.#{$ti-prefix}-apps-off:before { content: $ti-icon-apps-off; }
|
|
3374
3561
|
.#{$ti-prefix}-archive:before { content: $ti-icon-archive; }
|
|
3375
3562
|
.#{$ti-prefix}-archive-off:before { content: $ti-icon-archive-off; }
|
|
@@ -3378,6 +3565,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3378
3565
|
.#{$ti-prefix}-armchair-2-off:before { content: $ti-icon-armchair-2-off; }
|
|
3379
3566
|
.#{$ti-prefix}-armchair-off:before { content: $ti-icon-armchair-off; }
|
|
3380
3567
|
.#{$ti-prefix}-arrow-autofit-content:before { content: $ti-icon-arrow-autofit-content; }
|
|
3568
|
+
.#{$ti-prefix}-arrow-autofit-content-filled:before { content: $ti-icon-arrow-autofit-content-filled; }
|
|
3381
3569
|
.#{$ti-prefix}-arrow-autofit-down:before { content: $ti-icon-arrow-autofit-down; }
|
|
3382
3570
|
.#{$ti-prefix}-arrow-autofit-height:before { content: $ti-icon-arrow-autofit-height; }
|
|
3383
3571
|
.#{$ti-prefix}-arrow-autofit-left:before { content: $ti-icon-arrow-autofit-left; }
|
|
@@ -3490,6 +3678,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3490
3678
|
.#{$ti-prefix}-arrow-roundabout-right:before { content: $ti-icon-arrow-roundabout-right; }
|
|
3491
3679
|
.#{$ti-prefix}-arrow-sharp-turn-left:before { content: $ti-icon-arrow-sharp-turn-left; }
|
|
3492
3680
|
.#{$ti-prefix}-arrow-sharp-turn-right:before { content: $ti-icon-arrow-sharp-turn-right; }
|
|
3681
|
+
.#{$ti-prefix}-arrow-top-circle:before { content: $ti-icon-arrow-top-circle; }
|
|
3493
3682
|
.#{$ti-prefix}-arrow-up:before { content: $ti-icon-arrow-up; }
|
|
3494
3683
|
.#{$ti-prefix}-arrow-up-bar:before { content: $ti-icon-arrow-up-bar; }
|
|
3495
3684
|
.#{$ti-prefix}-arrow-up-circle:before { content: $ti-icon-arrow-up-circle; }
|
|
@@ -3561,11 +3750,13 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3561
3750
|
.#{$ti-prefix}-at-off:before { content: $ti-icon-at-off; }
|
|
3562
3751
|
.#{$ti-prefix}-atom:before { content: $ti-icon-atom; }
|
|
3563
3752
|
.#{$ti-prefix}-atom-2:before { content: $ti-icon-atom-2; }
|
|
3753
|
+
.#{$ti-prefix}-atom-2-filled:before { content: $ti-icon-atom-2-filled; }
|
|
3564
3754
|
.#{$ti-prefix}-atom-off:before { content: $ti-icon-atom-off; }
|
|
3565
3755
|
.#{$ti-prefix}-augmented-reality:before { content: $ti-icon-augmented-reality; }
|
|
3566
3756
|
.#{$ti-prefix}-augmented-reality-2:before { content: $ti-icon-augmented-reality-2; }
|
|
3567
3757
|
.#{$ti-prefix}-augmented-reality-off:before { content: $ti-icon-augmented-reality-off; }
|
|
3568
3758
|
.#{$ti-prefix}-award:before { content: $ti-icon-award; }
|
|
3759
|
+
.#{$ti-prefix}-award-filled:before { content: $ti-icon-award-filled; }
|
|
3569
3760
|
.#{$ti-prefix}-award-off:before { content: $ti-icon-award-off; }
|
|
3570
3761
|
.#{$ti-prefix}-axe:before { content: $ti-icon-axe; }
|
|
3571
3762
|
.#{$ti-prefix}-axis-x:before { content: $ti-icon-axis-x; }
|
|
@@ -3623,12 +3814,17 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3623
3814
|
.#{$ti-prefix}-basket-off:before { content: $ti-icon-basket-off; }
|
|
3624
3815
|
.#{$ti-prefix}-bat:before { content: $ti-icon-bat; }
|
|
3625
3816
|
.#{$ti-prefix}-bath:before { content: $ti-icon-bath; }
|
|
3817
|
+
.#{$ti-prefix}-bath-filled:before { content: $ti-icon-bath-filled; }
|
|
3626
3818
|
.#{$ti-prefix}-bath-off:before { content: $ti-icon-bath-off; }
|
|
3627
3819
|
.#{$ti-prefix}-battery:before { content: $ti-icon-battery; }
|
|
3628
3820
|
.#{$ti-prefix}-battery-1:before { content: $ti-icon-battery-1; }
|
|
3821
|
+
.#{$ti-prefix}-battery-1-filled:before { content: $ti-icon-battery-1-filled; }
|
|
3629
3822
|
.#{$ti-prefix}-battery-2:before { content: $ti-icon-battery-2; }
|
|
3823
|
+
.#{$ti-prefix}-battery-2-filled:before { content: $ti-icon-battery-2-filled; }
|
|
3630
3824
|
.#{$ti-prefix}-battery-3:before { content: $ti-icon-battery-3; }
|
|
3825
|
+
.#{$ti-prefix}-battery-3-filled:before { content: $ti-icon-battery-3-filled; }
|
|
3631
3826
|
.#{$ti-prefix}-battery-4:before { content: $ti-icon-battery-4; }
|
|
3827
|
+
.#{$ti-prefix}-battery-4-filled:before { content: $ti-icon-battery-4-filled; }
|
|
3632
3828
|
.#{$ti-prefix}-battery-automotive:before { content: $ti-icon-battery-automotive; }
|
|
3633
3829
|
.#{$ti-prefix}-battery-charging:before { content: $ti-icon-battery-charging; }
|
|
3634
3830
|
.#{$ti-prefix}-battery-charging-2:before { content: $ti-icon-battery-charging-2; }
|
|
@@ -3644,13 +3840,19 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3644
3840
|
.#{$ti-prefix}-bell:before { content: $ti-icon-bell; }
|
|
3645
3841
|
.#{$ti-prefix}-bell-filled:before { content: $ti-icon-bell-filled; }
|
|
3646
3842
|
.#{$ti-prefix}-bell-minus:before { content: $ti-icon-bell-minus; }
|
|
3843
|
+
.#{$ti-prefix}-bell-minus-filled:before { content: $ti-icon-bell-minus-filled; }
|
|
3647
3844
|
.#{$ti-prefix}-bell-off:before { content: $ti-icon-bell-off; }
|
|
3648
3845
|
.#{$ti-prefix}-bell-plus:before { content: $ti-icon-bell-plus; }
|
|
3846
|
+
.#{$ti-prefix}-bell-plus-filled:before { content: $ti-icon-bell-plus-filled; }
|
|
3649
3847
|
.#{$ti-prefix}-bell-ringing:before { content: $ti-icon-bell-ringing; }
|
|
3650
3848
|
.#{$ti-prefix}-bell-ringing-2:before { content: $ti-icon-bell-ringing-2; }
|
|
3849
|
+
.#{$ti-prefix}-bell-ringing-2-filled:before { content: $ti-icon-bell-ringing-2-filled; }
|
|
3850
|
+
.#{$ti-prefix}-bell-ringing-filled:before { content: $ti-icon-bell-ringing-filled; }
|
|
3651
3851
|
.#{$ti-prefix}-bell-school:before { content: $ti-icon-bell-school; }
|
|
3652
3852
|
.#{$ti-prefix}-bell-x:before { content: $ti-icon-bell-x; }
|
|
3853
|
+
.#{$ti-prefix}-bell-x-filled:before { content: $ti-icon-bell-x-filled; }
|
|
3653
3854
|
.#{$ti-prefix}-bell-z:before { content: $ti-icon-bell-z; }
|
|
3855
|
+
.#{$ti-prefix}-bell-z-filled:before { content: $ti-icon-bell-z-filled; }
|
|
3654
3856
|
.#{$ti-prefix}-beta:before { content: $ti-icon-beta; }
|
|
3655
3857
|
.#{$ti-prefix}-bible:before { content: $ti-icon-bible; }
|
|
3656
3858
|
.#{$ti-prefix}-bike:before { content: $ti-icon-bike; }
|
|
@@ -4220,12 +4422,19 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4220
4422
|
.#{$ti-prefix}-chef-hat:before { content: $ti-icon-chef-hat; }
|
|
4221
4423
|
.#{$ti-prefix}-chef-hat-off:before { content: $ti-icon-chef-hat-off; }
|
|
4222
4424
|
.#{$ti-prefix}-cherry:before { content: $ti-icon-cherry; }
|
|
4425
|
+
.#{$ti-prefix}-cherry-filled:before { content: $ti-icon-cherry-filled; }
|
|
4223
4426
|
.#{$ti-prefix}-chess:before { content: $ti-icon-chess; }
|
|
4224
4427
|
.#{$ti-prefix}-chess-bishop:before { content: $ti-icon-chess-bishop; }
|
|
4428
|
+
.#{$ti-prefix}-chess-bishop-filled:before { content: $ti-icon-chess-bishop-filled; }
|
|
4429
|
+
.#{$ti-prefix}-chess-filled:before { content: $ti-icon-chess-filled; }
|
|
4225
4430
|
.#{$ti-prefix}-chess-king:before { content: $ti-icon-chess-king; }
|
|
4431
|
+
.#{$ti-prefix}-chess-king-filled:before { content: $ti-icon-chess-king-filled; }
|
|
4226
4432
|
.#{$ti-prefix}-chess-knight:before { content: $ti-icon-chess-knight; }
|
|
4433
|
+
.#{$ti-prefix}-chess-knight-filled:before { content: $ti-icon-chess-knight-filled; }
|
|
4227
4434
|
.#{$ti-prefix}-chess-queen:before { content: $ti-icon-chess-queen; }
|
|
4435
|
+
.#{$ti-prefix}-chess-queen-filled:before { content: $ti-icon-chess-queen-filled; }
|
|
4228
4436
|
.#{$ti-prefix}-chess-rook:before { content: $ti-icon-chess-rook; }
|
|
4437
|
+
.#{$ti-prefix}-chess-rook-filled:before { content: $ti-icon-chess-rook-filled; }
|
|
4229
4438
|
.#{$ti-prefix}-chevron-down:before { content: $ti-icon-chevron-down; }
|
|
4230
4439
|
.#{$ti-prefix}-chevron-down-left:before { content: $ti-icon-chevron-down-left; }
|
|
4231
4440
|
.#{$ti-prefix}-chevron-down-right:before { content: $ti-icon-chevron-down-right; }
|
|
@@ -4246,11 +4455,38 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4246
4455
|
.#{$ti-prefix}-christmas-tree:before { content: $ti-icon-christmas-tree; }
|
|
4247
4456
|
.#{$ti-prefix}-christmas-tree-off:before { content: $ti-icon-christmas-tree-off; }
|
|
4248
4457
|
.#{$ti-prefix}-circle:before { content: $ti-icon-circle; }
|
|
4458
|
+
.#{$ti-prefix}-circle-0-filled:before { content: $ti-icon-circle-0-filled; }
|
|
4459
|
+
.#{$ti-prefix}-circle-1-filled:before { content: $ti-icon-circle-1-filled; }
|
|
4460
|
+
.#{$ti-prefix}-circle-2-filled:before { content: $ti-icon-circle-2-filled; }
|
|
4461
|
+
.#{$ti-prefix}-circle-3-filled:before { content: $ti-icon-circle-3-filled; }
|
|
4462
|
+
.#{$ti-prefix}-circle-4-filled:before { content: $ti-icon-circle-4-filled; }
|
|
4463
|
+
.#{$ti-prefix}-circle-5-filled:before { content: $ti-icon-circle-5-filled; }
|
|
4464
|
+
.#{$ti-prefix}-circle-6-filled:before { content: $ti-icon-circle-6-filled; }
|
|
4465
|
+
.#{$ti-prefix}-circle-7-filled:before { content: $ti-icon-circle-7-filled; }
|
|
4466
|
+
.#{$ti-prefix}-circle-8-filled:before { content: $ti-icon-circle-8-filled; }
|
|
4467
|
+
.#{$ti-prefix}-circle-9-filled:before { content: $ti-icon-circle-9-filled; }
|
|
4468
|
+
.#{$ti-prefix}-circle-arrow-down:before { content: $ti-icon-circle-arrow-down; }
|
|
4469
|
+
.#{$ti-prefix}-circle-arrow-down-filled:before { content: $ti-icon-circle-arrow-down-filled; }
|
|
4470
|
+
.#{$ti-prefix}-circle-arrow-down-left:before { content: $ti-icon-circle-arrow-down-left; }
|
|
4471
|
+
.#{$ti-prefix}-circle-arrow-down-left-filled:before { content: $ti-icon-circle-arrow-down-left-filled; }
|
|
4472
|
+
.#{$ti-prefix}-circle-arrow-down-right:before { content: $ti-icon-circle-arrow-down-right; }
|
|
4473
|
+
.#{$ti-prefix}-circle-arrow-down-right-filled:before { content: $ti-icon-circle-arrow-down-right-filled; }
|
|
4474
|
+
.#{$ti-prefix}-circle-arrow-left:before { content: $ti-icon-circle-arrow-left; }
|
|
4475
|
+
.#{$ti-prefix}-circle-arrow-left-filled:before { content: $ti-icon-circle-arrow-left-filled; }
|
|
4476
|
+
.#{$ti-prefix}-circle-arrow-right:before { content: $ti-icon-circle-arrow-right; }
|
|
4477
|
+
.#{$ti-prefix}-circle-arrow-right-filled:before { content: $ti-icon-circle-arrow-right-filled; }
|
|
4478
|
+
.#{$ti-prefix}-circle-arrow-up:before { content: $ti-icon-circle-arrow-up; }
|
|
4479
|
+
.#{$ti-prefix}-circle-arrow-up-filled:before { content: $ti-icon-circle-arrow-up-filled; }
|
|
4480
|
+
.#{$ti-prefix}-circle-arrow-up-left:before { content: $ti-icon-circle-arrow-up-left; }
|
|
4481
|
+
.#{$ti-prefix}-circle-arrow-up-left-filled:before { content: $ti-icon-circle-arrow-up-left-filled; }
|
|
4482
|
+
.#{$ti-prefix}-circle-arrow-up-right:before { content: $ti-icon-circle-arrow-up-right; }
|
|
4483
|
+
.#{$ti-prefix}-circle-arrow-up-right-filled:before { content: $ti-icon-circle-arrow-up-right-filled; }
|
|
4249
4484
|
.#{$ti-prefix}-circle-caret-down:before { content: $ti-icon-circle-caret-down; }
|
|
4250
4485
|
.#{$ti-prefix}-circle-caret-left:before { content: $ti-icon-circle-caret-left; }
|
|
4251
4486
|
.#{$ti-prefix}-circle-caret-right:before { content: $ti-icon-circle-caret-right; }
|
|
4252
4487
|
.#{$ti-prefix}-circle-caret-up:before { content: $ti-icon-circle-caret-up; }
|
|
4253
4488
|
.#{$ti-prefix}-circle-check:before { content: $ti-icon-circle-check; }
|
|
4489
|
+
.#{$ti-prefix}-circle-check-filled:before { content: $ti-icon-circle-check-filled; }
|
|
4254
4490
|
.#{$ti-prefix}-circle-chevron-down:before { content: $ti-icon-circle-chevron-down; }
|
|
4255
4491
|
.#{$ti-prefix}-circle-chevron-left:before { content: $ti-icon-circle-chevron-left; }
|
|
4256
4492
|
.#{$ti-prefix}-circle-chevron-right:before { content: $ti-icon-circle-chevron-right; }
|
|
@@ -4261,12 +4497,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4261
4497
|
.#{$ti-prefix}-circle-chevrons-up:before { content: $ti-icon-circle-chevrons-up; }
|
|
4262
4498
|
.#{$ti-prefix}-circle-dashed:before { content: $ti-icon-circle-dashed; }
|
|
4263
4499
|
.#{$ti-prefix}-circle-dot:before { content: $ti-icon-circle-dot; }
|
|
4500
|
+
.#{$ti-prefix}-circle-dot-filled:before { content: $ti-icon-circle-dot-filled; }
|
|
4264
4501
|
.#{$ti-prefix}-circle-dotted:before { content: $ti-icon-circle-dotted; }
|
|
4265
4502
|
.#{$ti-prefix}-circle-filled:before { content: $ti-icon-circle-filled; }
|
|
4266
4503
|
.#{$ti-prefix}-circle-half:before { content: $ti-icon-circle-half; }
|
|
4267
4504
|
.#{$ti-prefix}-circle-half-2:before { content: $ti-icon-circle-half-2; }
|
|
4268
4505
|
.#{$ti-prefix}-circle-half-vertical:before { content: $ti-icon-circle-half-vertical; }
|
|
4269
4506
|
.#{$ti-prefix}-circle-key:before { content: $ti-icon-circle-key; }
|
|
4507
|
+
.#{$ti-prefix}-circle-key-filled:before { content: $ti-icon-circle-key-filled; }
|
|
4270
4508
|
.#{$ti-prefix}-circle-letter-a:before { content: $ti-icon-circle-letter-a; }
|
|
4271
4509
|
.#{$ti-prefix}-circle-letter-b:before { content: $ti-icon-circle-letter-b; }
|
|
4272
4510
|
.#{$ti-prefix}-circle-letter-c:before { content: $ti-icon-circle-letter-c; }
|
|
@@ -4311,6 +4549,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4311
4549
|
.#{$ti-prefix}-circle-square:before { content: $ti-icon-circle-square; }
|
|
4312
4550
|
.#{$ti-prefix}-circle-triangle:before { content: $ti-icon-circle-triangle; }
|
|
4313
4551
|
.#{$ti-prefix}-circle-x:before { content: $ti-icon-circle-x; }
|
|
4552
|
+
.#{$ti-prefix}-circle-x-filled:before { content: $ti-icon-circle-x-filled; }
|
|
4314
4553
|
.#{$ti-prefix}-circles:before { content: $ti-icon-circles; }
|
|
4315
4554
|
.#{$ti-prefix}-circles-filled:before { content: $ti-icon-circles-filled; }
|
|
4316
4555
|
.#{$ti-prefix}-circles-relation:before { content: $ti-icon-circles-relation; }
|
|
@@ -4351,6 +4590,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4351
4590
|
.#{$ti-prefix}-clock-2:before { content: $ti-icon-clock-2; }
|
|
4352
4591
|
.#{$ti-prefix}-clock-cancel:before { content: $ti-icon-clock-cancel; }
|
|
4353
4592
|
.#{$ti-prefix}-clock-edit:before { content: $ti-icon-clock-edit; }
|
|
4593
|
+
.#{$ti-prefix}-clock-filled:before { content: $ti-icon-clock-filled; }
|
|
4354
4594
|
.#{$ti-prefix}-clock-hour-1:before { content: $ti-icon-clock-hour-1; }
|
|
4355
4595
|
.#{$ti-prefix}-clock-hour-10:before { content: $ti-icon-clock-hour-10; }
|
|
4356
4596
|
.#{$ti-prefix}-clock-hour-11:before { content: $ti-icon-clock-hour-11; }
|
|
@@ -4446,8 +4686,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4446
4686
|
.#{$ti-prefix}-copy:before { content: $ti-icon-copy; }
|
|
4447
4687
|
.#{$ti-prefix}-copy-off:before { content: $ti-icon-copy-off; }
|
|
4448
4688
|
.#{$ti-prefix}-copyleft:before { content: $ti-icon-copyleft; }
|
|
4689
|
+
.#{$ti-prefix}-copyleft-filled:before { content: $ti-icon-copyleft-filled; }
|
|
4449
4690
|
.#{$ti-prefix}-copyleft-off:before { content: $ti-icon-copyleft-off; }
|
|
4450
4691
|
.#{$ti-prefix}-copyright:before { content: $ti-icon-copyright; }
|
|
4692
|
+
.#{$ti-prefix}-copyright-filled:before { content: $ti-icon-copyright-filled; }
|
|
4451
4693
|
.#{$ti-prefix}-copyright-off:before { content: $ti-icon-copyright-off; }
|
|
4452
4694
|
.#{$ti-prefix}-corner-down-left:before { content: $ti-icon-corner-down-left; }
|
|
4453
4695
|
.#{$ti-prefix}-corner-down-left-double:before { content: $ti-icon-corner-down-left-double; }
|
|
@@ -4631,20 +4873,29 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4631
4873
|
.#{$ti-prefix}-dialpad:before { content: $ti-icon-dialpad; }
|
|
4632
4874
|
.#{$ti-prefix}-dialpad-off:before { content: $ti-icon-dialpad-off; }
|
|
4633
4875
|
.#{$ti-prefix}-diamond:before { content: $ti-icon-diamond; }
|
|
4876
|
+
.#{$ti-prefix}-diamond-filled:before { content: $ti-icon-diamond-filled; }
|
|
4634
4877
|
.#{$ti-prefix}-diamond-off:before { content: $ti-icon-diamond-off; }
|
|
4635
4878
|
.#{$ti-prefix}-diamonds:before { content: $ti-icon-diamonds; }
|
|
4636
4879
|
.#{$ti-prefix}-diamonds-filled:before { content: $ti-icon-diamonds-filled; }
|
|
4637
4880
|
.#{$ti-prefix}-dice:before { content: $ti-icon-dice; }
|
|
4638
4881
|
.#{$ti-prefix}-dice-1:before { content: $ti-icon-dice-1; }
|
|
4882
|
+
.#{$ti-prefix}-dice-1-filled:before { content: $ti-icon-dice-1-filled; }
|
|
4639
4883
|
.#{$ti-prefix}-dice-2:before { content: $ti-icon-dice-2; }
|
|
4884
|
+
.#{$ti-prefix}-dice-2-filled:before { content: $ti-icon-dice-2-filled; }
|
|
4640
4885
|
.#{$ti-prefix}-dice-3:before { content: $ti-icon-dice-3; }
|
|
4886
|
+
.#{$ti-prefix}-dice-3-filled:before { content: $ti-icon-dice-3-filled; }
|
|
4641
4887
|
.#{$ti-prefix}-dice-4:before { content: $ti-icon-dice-4; }
|
|
4888
|
+
.#{$ti-prefix}-dice-4-filled:before { content: $ti-icon-dice-4-filled; }
|
|
4642
4889
|
.#{$ti-prefix}-dice-5:before { content: $ti-icon-dice-5; }
|
|
4890
|
+
.#{$ti-prefix}-dice-5-filled:before { content: $ti-icon-dice-5-filled; }
|
|
4643
4891
|
.#{$ti-prefix}-dice-6:before { content: $ti-icon-dice-6; }
|
|
4892
|
+
.#{$ti-prefix}-dice-6-filled:before { content: $ti-icon-dice-6-filled; }
|
|
4893
|
+
.#{$ti-prefix}-dice-filled:before { content: $ti-icon-dice-filled; }
|
|
4644
4894
|
.#{$ti-prefix}-dimensions:before { content: $ti-icon-dimensions; }
|
|
4645
4895
|
.#{$ti-prefix}-direction:before { content: $ti-icon-direction; }
|
|
4646
4896
|
.#{$ti-prefix}-direction-horizontal:before { content: $ti-icon-direction-horizontal; }
|
|
4647
4897
|
.#{$ti-prefix}-direction-sign:before { content: $ti-icon-direction-sign; }
|
|
4898
|
+
.#{$ti-prefix}-direction-sign-filled:before { content: $ti-icon-direction-sign-filled; }
|
|
4648
4899
|
.#{$ti-prefix}-direction-sign-off:before { content: $ti-icon-direction-sign-off; }
|
|
4649
4900
|
.#{$ti-prefix}-directions:before { content: $ti-icon-directions; }
|
|
4650
4901
|
.#{$ti-prefix}-directions-off:before { content: $ti-icon-directions-off; }
|
|
@@ -4658,6 +4909,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4658
4909
|
.#{$ti-prefix}-discount-2:before { content: $ti-icon-discount-2; }
|
|
4659
4910
|
.#{$ti-prefix}-discount-2-off:before { content: $ti-icon-discount-2-off; }
|
|
4660
4911
|
.#{$ti-prefix}-discount-check:before { content: $ti-icon-discount-check; }
|
|
4912
|
+
.#{$ti-prefix}-discount-check-filled:before { content: $ti-icon-discount-check-filled; }
|
|
4661
4913
|
.#{$ti-prefix}-discount-off:before { content: $ti-icon-discount-off; }
|
|
4662
4914
|
.#{$ti-prefix}-divide:before { content: $ti-icon-divide; }
|
|
4663
4915
|
.#{$ti-prefix}-dna:before { content: $ti-icon-dna; }
|
|
@@ -4781,6 +5033,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4781
5033
|
.#{$ti-prefix}-file-download:before { content: $ti-icon-file-download; }
|
|
4782
5034
|
.#{$ti-prefix}-file-euro:before { content: $ti-icon-file-euro; }
|
|
4783
5035
|
.#{$ti-prefix}-file-export:before { content: $ti-icon-file-export; }
|
|
5036
|
+
.#{$ti-prefix}-file-filled:before { content: $ti-icon-file-filled; }
|
|
4784
5037
|
.#{$ti-prefix}-file-function:before { content: $ti-icon-file-function; }
|
|
4785
5038
|
.#{$ti-prefix}-file-horizontal:before { content: $ti-icon-file-horizontal; }
|
|
4786
5039
|
.#{$ti-prefix}-file-import:before { content: $ti-icon-file-import; }
|
|
@@ -4816,6 +5069,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4816
5069
|
.#{$ti-prefix}-file-upload:before { content: $ti-icon-file-upload; }
|
|
4817
5070
|
.#{$ti-prefix}-file-vector:before { content: $ti-icon-file-vector; }
|
|
4818
5071
|
.#{$ti-prefix}-file-x:before { content: $ti-icon-file-x; }
|
|
5072
|
+
.#{$ti-prefix}-file-x-filled:before { content: $ti-icon-file-x-filled; }
|
|
4819
5073
|
.#{$ti-prefix}-file-zip:before { content: $ti-icon-file-zip; }
|
|
4820
5074
|
.#{$ti-prefix}-files:before { content: $ti-icon-files; }
|
|
4821
5075
|
.#{$ti-prefix}-files-off:before { content: $ti-icon-files-off; }
|
|
@@ -4836,8 +5090,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4836
5090
|
.#{$ti-prefix}-fish-off:before { content: $ti-icon-fish-off; }
|
|
4837
5091
|
.#{$ti-prefix}-flag:before { content: $ti-icon-flag; }
|
|
4838
5092
|
.#{$ti-prefix}-flag-2:before { content: $ti-icon-flag-2; }
|
|
5093
|
+
.#{$ti-prefix}-flag-2-filled:before { content: $ti-icon-flag-2-filled; }
|
|
4839
5094
|
.#{$ti-prefix}-flag-2-off:before { content: $ti-icon-flag-2-off; }
|
|
4840
5095
|
.#{$ti-prefix}-flag-3:before { content: $ti-icon-flag-3; }
|
|
5096
|
+
.#{$ti-prefix}-flag-3-filled:before { content: $ti-icon-flag-3-filled; }
|
|
4841
5097
|
.#{$ti-prefix}-flag-filled:before { content: $ti-icon-flag-filled; }
|
|
4842
5098
|
.#{$ti-prefix}-flag-off:before { content: $ti-icon-flag-off; }
|
|
4843
5099
|
.#{$ti-prefix}-flame:before { content: $ti-icon-flame; }
|
|
@@ -4863,6 +5119,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4863
5119
|
.#{$ti-prefix}-fold-down:before { content: $ti-icon-fold-down; }
|
|
4864
5120
|
.#{$ti-prefix}-fold-up:before { content: $ti-icon-fold-up; }
|
|
4865
5121
|
.#{$ti-prefix}-folder:before { content: $ti-icon-folder; }
|
|
5122
|
+
.#{$ti-prefix}-folder-filled:before { content: $ti-icon-folder-filled; }
|
|
4866
5123
|
.#{$ti-prefix}-folder-minus:before { content: $ti-icon-folder-minus; }
|
|
4867
5124
|
.#{$ti-prefix}-folder-off:before { content: $ti-icon-folder-off; }
|
|
4868
5125
|
.#{$ti-prefix}-folder-plus:before { content: $ti-icon-folder-plus; }
|
|
@@ -4912,6 +5169,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4912
5169
|
.#{$ti-prefix}-geometry:before { content: $ti-icon-geometry; }
|
|
4913
5170
|
.#{$ti-prefix}-ghost:before { content: $ti-icon-ghost; }
|
|
4914
5171
|
.#{$ti-prefix}-ghost-2:before { content: $ti-icon-ghost-2; }
|
|
5172
|
+
.#{$ti-prefix}-ghost-2-filled:before { content: $ti-icon-ghost-2-filled; }
|
|
5173
|
+
.#{$ti-prefix}-ghost-filled:before { content: $ti-icon-ghost-filled; }
|
|
4915
5174
|
.#{$ti-prefix}-ghost-off:before { content: $ti-icon-ghost-off; }
|
|
4916
5175
|
.#{$ti-prefix}-gif:before { content: $ti-icon-gif; }
|
|
4917
5176
|
.#{$ti-prefix}-gift:before { content: $ti-icon-gift; }
|
|
@@ -5006,7 +5265,17 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5006
5265
|
.#{$ti-prefix}-help:before { content: $ti-icon-help; }
|
|
5007
5266
|
.#{$ti-prefix}-help-off:before { content: $ti-icon-help-off; }
|
|
5008
5267
|
.#{$ti-prefix}-hexagon:before { content: $ti-icon-hexagon; }
|
|
5268
|
+
.#{$ti-prefix}-hexagon-0-filled:before { content: $ti-icon-hexagon-0-filled; }
|
|
5269
|
+
.#{$ti-prefix}-hexagon-1-filled:before { content: $ti-icon-hexagon-1-filled; }
|
|
5270
|
+
.#{$ti-prefix}-hexagon-2-filled:before { content: $ti-icon-hexagon-2-filled; }
|
|
5271
|
+
.#{$ti-prefix}-hexagon-3-filled:before { content: $ti-icon-hexagon-3-filled; }
|
|
5009
5272
|
.#{$ti-prefix}-hexagon-3d:before { content: $ti-icon-hexagon-3d; }
|
|
5273
|
+
.#{$ti-prefix}-hexagon-4-filled:before { content: $ti-icon-hexagon-4-filled; }
|
|
5274
|
+
.#{$ti-prefix}-hexagon-5-filled:before { content: $ti-icon-hexagon-5-filled; }
|
|
5275
|
+
.#{$ti-prefix}-hexagon-6-filled:before { content: $ti-icon-hexagon-6-filled; }
|
|
5276
|
+
.#{$ti-prefix}-hexagon-7-filled:before { content: $ti-icon-hexagon-7-filled; }
|
|
5277
|
+
.#{$ti-prefix}-hexagon-8-filled:before { content: $ti-icon-hexagon-8-filled; }
|
|
5278
|
+
.#{$ti-prefix}-hexagon-9-filled:before { content: $ti-icon-hexagon-9-filled; }
|
|
5010
5279
|
.#{$ti-prefix}-hexagon-filled:before { content: $ti-icon-hexagon-filled; }
|
|
5011
5280
|
.#{$ti-prefix}-hexagon-letter-a:before { content: $ti-icon-hexagon-letter-a; }
|
|
5012
5281
|
.#{$ti-prefix}-hexagon-letter-b:before { content: $ti-icon-hexagon-letter-b; }
|
|
@@ -5090,6 +5359,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5090
5359
|
.#{$ti-prefix}-hotel-service:before { content: $ti-icon-hotel-service; }
|
|
5091
5360
|
.#{$ti-prefix}-hourglass:before { content: $ti-icon-hourglass; }
|
|
5092
5361
|
.#{$ti-prefix}-hourglass-empty:before { content: $ti-icon-hourglass-empty; }
|
|
5362
|
+
.#{$ti-prefix}-hourglass-filled:before { content: $ti-icon-hourglass-filled; }
|
|
5093
5363
|
.#{$ti-prefix}-hourglass-high:before { content: $ti-icon-hourglass-high; }
|
|
5094
5364
|
.#{$ti-prefix}-hourglass-low:before { content: $ti-icon-hourglass-low; }
|
|
5095
5365
|
.#{$ti-prefix}-hourglass-off:before { content: $ti-icon-hourglass-off; }
|
|
@@ -5116,13 +5386,21 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5116
5386
|
.#{$ti-prefix}-info-square-rounded:before { content: $ti-icon-info-square-rounded; }
|
|
5117
5387
|
.#{$ti-prefix}-info-square-rounded-filled:before { content: $ti-icon-info-square-rounded-filled; }
|
|
5118
5388
|
.#{$ti-prefix}-inner-shadow-bottom:before { content: $ti-icon-inner-shadow-bottom; }
|
|
5389
|
+
.#{$ti-prefix}-inner-shadow-bottom-filled:before { content: $ti-icon-inner-shadow-bottom-filled; }
|
|
5119
5390
|
.#{$ti-prefix}-inner-shadow-bottom-left:before { content: $ti-icon-inner-shadow-bottom-left; }
|
|
5391
|
+
.#{$ti-prefix}-inner-shadow-bottom-left-filled:before { content: $ti-icon-inner-shadow-bottom-left-filled; }
|
|
5120
5392
|
.#{$ti-prefix}-inner-shadow-bottom-right:before { content: $ti-icon-inner-shadow-bottom-right; }
|
|
5393
|
+
.#{$ti-prefix}-inner-shadow-bottom-right-filled:before { content: $ti-icon-inner-shadow-bottom-right-filled; }
|
|
5121
5394
|
.#{$ti-prefix}-inner-shadow-left:before { content: $ti-icon-inner-shadow-left; }
|
|
5395
|
+
.#{$ti-prefix}-inner-shadow-left-filled:before { content: $ti-icon-inner-shadow-left-filled; }
|
|
5122
5396
|
.#{$ti-prefix}-inner-shadow-right:before { content: $ti-icon-inner-shadow-right; }
|
|
5397
|
+
.#{$ti-prefix}-inner-shadow-right-filled:before { content: $ti-icon-inner-shadow-right-filled; }
|
|
5123
5398
|
.#{$ti-prefix}-inner-shadow-top:before { content: $ti-icon-inner-shadow-top; }
|
|
5399
|
+
.#{$ti-prefix}-inner-shadow-top-filled:before { content: $ti-icon-inner-shadow-top-filled; }
|
|
5124
5400
|
.#{$ti-prefix}-inner-shadow-top-left:before { content: $ti-icon-inner-shadow-top-left; }
|
|
5401
|
+
.#{$ti-prefix}-inner-shadow-top-left-filled:before { content: $ti-icon-inner-shadow-top-left-filled; }
|
|
5125
5402
|
.#{$ti-prefix}-inner-shadow-top-right:before { content: $ti-icon-inner-shadow-top-right; }
|
|
5403
|
+
.#{$ti-prefix}-inner-shadow-top-right-filled:before { content: $ti-icon-inner-shadow-top-right-filled; }
|
|
5126
5404
|
.#{$ti-prefix}-input-search:before { content: $ti-icon-input-search; }
|
|
5127
5405
|
.#{$ti-prefix}-ironing-1:before { content: $ti-icon-ironing-1; }
|
|
5128
5406
|
.#{$ti-prefix}-ironing-2:before { content: $ti-icon-ironing-2; }
|
|
@@ -5535,6 +5813,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5535
5813
|
.#{$ti-prefix}-pacman:before { content: $ti-icon-pacman; }
|
|
5536
5814
|
.#{$ti-prefix}-page-break:before { content: $ti-icon-page-break; }
|
|
5537
5815
|
.#{$ti-prefix}-paint:before { content: $ti-icon-paint; }
|
|
5816
|
+
.#{$ti-prefix}-paint-filled:before { content: $ti-icon-paint-filled; }
|
|
5538
5817
|
.#{$ti-prefix}-paint-off:before { content: $ti-icon-paint-off; }
|
|
5539
5818
|
.#{$ti-prefix}-palette:before { content: $ti-icon-palette; }
|
|
5540
5819
|
.#{$ti-prefix}-palette-off:before { content: $ti-icon-palette-off; }
|
|
@@ -5714,6 +5993,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5714
5993
|
.#{$ti-prefix}-radio:before { content: $ti-icon-radio; }
|
|
5715
5994
|
.#{$ti-prefix}-radio-off:before { content: $ti-icon-radio-off; }
|
|
5716
5995
|
.#{$ti-prefix}-radioactive:before { content: $ti-icon-radioactive; }
|
|
5996
|
+
.#{$ti-prefix}-radioactive-filled:before { content: $ti-icon-radioactive-filled; }
|
|
5717
5997
|
.#{$ti-prefix}-radioactive-off:before { content: $ti-icon-radioactive-off; }
|
|
5718
5998
|
.#{$ti-prefix}-radius-bottom-left:before { content: $ti-icon-radius-bottom-left; }
|
|
5719
5999
|
.#{$ti-prefix}-radius-bottom-right:before { content: $ti-icon-radius-bottom-right; }
|
|
@@ -5889,12 +6169,15 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5889
6169
|
.#{$ti-prefix}-share-off:before { content: $ti-icon-share-off; }
|
|
5890
6170
|
.#{$ti-prefix}-shield:before { content: $ti-icon-shield; }
|
|
5891
6171
|
.#{$ti-prefix}-shield-check:before { content: $ti-icon-shield-check; }
|
|
6172
|
+
.#{$ti-prefix}-shield-check-filled:before { content: $ti-icon-shield-check-filled; }
|
|
5892
6173
|
.#{$ti-prefix}-shield-checkered:before { content: $ti-icon-shield-checkered; }
|
|
6174
|
+
.#{$ti-prefix}-shield-checkered-filled:before { content: $ti-icon-shield-checkered-filled; }
|
|
5893
6175
|
.#{$ti-prefix}-shield-chevron:before { content: $ti-icon-shield-chevron; }
|
|
5894
6176
|
.#{$ti-prefix}-shield-filled:before { content: $ti-icon-shield-filled; }
|
|
5895
6177
|
.#{$ti-prefix}-shield-half:before { content: $ti-icon-shield-half; }
|
|
5896
6178
|
.#{$ti-prefix}-shield-half-filled:before { content: $ti-icon-shield-half-filled; }
|
|
5897
6179
|
.#{$ti-prefix}-shield-lock:before { content: $ti-icon-shield-lock; }
|
|
6180
|
+
.#{$ti-prefix}-shield-lock-filled:before { content: $ti-icon-shield-lock-filled; }
|
|
5898
6181
|
.#{$ti-prefix}-shield-off:before { content: $ti-icon-shield-off; }
|
|
5899
6182
|
.#{$ti-prefix}-shield-x:before { content: $ti-icon-shield-x; }
|
|
5900
6183
|
.#{$ti-prefix}-ship:before { content: $ti-icon-ship; }
|
|
@@ -5979,12 +6262,22 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5979
6262
|
.#{$ti-prefix}-spy:before { content: $ti-icon-spy; }
|
|
5980
6263
|
.#{$ti-prefix}-spy-off:before { content: $ti-icon-spy-off; }
|
|
5981
6264
|
.#{$ti-prefix}-square:before { content: $ti-icon-square; }
|
|
6265
|
+
.#{$ti-prefix}-square-0-filled:before { content: $ti-icon-square-0-filled; }
|
|
6266
|
+
.#{$ti-prefix}-square-1-filled:before { content: $ti-icon-square-1-filled; }
|
|
6267
|
+
.#{$ti-prefix}-square-3-filled:before { content: $ti-icon-square-3-filled; }
|
|
6268
|
+
.#{$ti-prefix}-square-4-filled:before { content: $ti-icon-square-4-filled; }
|
|
6269
|
+
.#{$ti-prefix}-square-5-filled:before { content: $ti-icon-square-5-filled; }
|
|
6270
|
+
.#{$ti-prefix}-square-6-filled:before { content: $ti-icon-square-6-filled; }
|
|
6271
|
+
.#{$ti-prefix}-square-7-filled:before { content: $ti-icon-square-7-filled; }
|
|
6272
|
+
.#{$ti-prefix}-square-8-filled:before { content: $ti-icon-square-8-filled; }
|
|
6273
|
+
.#{$ti-prefix}-square-9-filled:before { content: $ti-icon-square-9-filled; }
|
|
5982
6274
|
.#{$ti-prefix}-square-arrow-down:before { content: $ti-icon-square-arrow-down; }
|
|
5983
6275
|
.#{$ti-prefix}-square-arrow-left:before { content: $ti-icon-square-arrow-left; }
|
|
5984
6276
|
.#{$ti-prefix}-square-arrow-right:before { content: $ti-icon-square-arrow-right; }
|
|
5985
6277
|
.#{$ti-prefix}-square-arrow-up:before { content: $ti-icon-square-arrow-up; }
|
|
5986
6278
|
.#{$ti-prefix}-square-asterisk:before { content: $ti-icon-square-asterisk; }
|
|
5987
6279
|
.#{$ti-prefix}-square-check:before { content: $ti-icon-square-check; }
|
|
6280
|
+
.#{$ti-prefix}-square-check-filled:before { content: $ti-icon-square-check-filled; }
|
|
5988
6281
|
.#{$ti-prefix}-square-chevron-down:before { content: $ti-icon-square-chevron-down; }
|
|
5989
6282
|
.#{$ti-prefix}-square-chevron-left:before { content: $ti-icon-square-chevron-left; }
|
|
5990
6283
|
.#{$ti-prefix}-square-chevron-right:before { content: $ti-icon-square-chevron-right; }
|
|
@@ -5995,15 +6288,25 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5995
6288
|
.#{$ti-prefix}-square-chevrons-up:before { content: $ti-icon-square-chevrons-up; }
|
|
5996
6289
|
.#{$ti-prefix}-square-dot:before { content: $ti-icon-square-dot; }
|
|
5997
6290
|
.#{$ti-prefix}-square-f0:before { content: $ti-icon-square-f0; }
|
|
6291
|
+
.#{$ti-prefix}-square-f0-filled:before { content: $ti-icon-square-f0-filled; }
|
|
5998
6292
|
.#{$ti-prefix}-square-f1:before { content: $ti-icon-square-f1; }
|
|
6293
|
+
.#{$ti-prefix}-square-f1-filled:before { content: $ti-icon-square-f1-filled; }
|
|
5999
6294
|
.#{$ti-prefix}-square-f2:before { content: $ti-icon-square-f2; }
|
|
6295
|
+
.#{$ti-prefix}-square-f2-filled:before { content: $ti-icon-square-f2-filled; }
|
|
6000
6296
|
.#{$ti-prefix}-square-f3:before { content: $ti-icon-square-f3; }
|
|
6297
|
+
.#{$ti-prefix}-square-f3-filled:before { content: $ti-icon-square-f3-filled; }
|
|
6001
6298
|
.#{$ti-prefix}-square-f4:before { content: $ti-icon-square-f4; }
|
|
6299
|
+
.#{$ti-prefix}-square-f4-filled:before { content: $ti-icon-square-f4-filled; }
|
|
6002
6300
|
.#{$ti-prefix}-square-f5:before { content: $ti-icon-square-f5; }
|
|
6301
|
+
.#{$ti-prefix}-square-f5-filled:before { content: $ti-icon-square-f5-filled; }
|
|
6003
6302
|
.#{$ti-prefix}-square-f6:before { content: $ti-icon-square-f6; }
|
|
6303
|
+
.#{$ti-prefix}-square-f6-filled:before { content: $ti-icon-square-f6-filled; }
|
|
6004
6304
|
.#{$ti-prefix}-square-f7:before { content: $ti-icon-square-f7; }
|
|
6305
|
+
.#{$ti-prefix}-square-f7-filled:before { content: $ti-icon-square-f7-filled; }
|
|
6005
6306
|
.#{$ti-prefix}-square-f8:before { content: $ti-icon-square-f8; }
|
|
6307
|
+
.#{$ti-prefix}-square-f8-filled:before { content: $ti-icon-square-f8-filled; }
|
|
6006
6308
|
.#{$ti-prefix}-square-f9:before { content: $ti-icon-square-f9; }
|
|
6309
|
+
.#{$ti-prefix}-square-f9-filled:before { content: $ti-icon-square-f9-filled; }
|
|
6007
6310
|
.#{$ti-prefix}-square-forbid:before { content: $ti-icon-square-forbid; }
|
|
6008
6311
|
.#{$ti-prefix}-square-forbid-2:before { content: $ti-icon-square-forbid-2; }
|
|
6009
6312
|
.#{$ti-prefix}-square-half:before { content: $ti-icon-square-half; }
|
|
@@ -6110,15 +6413,25 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6110
6413
|
.#{$ti-prefix}-square-rounded-letter-z:before { content: $ti-icon-square-rounded-letter-z; }
|
|
6111
6414
|
.#{$ti-prefix}-square-rounded-minus:before { content: $ti-icon-square-rounded-minus; }
|
|
6112
6415
|
.#{$ti-prefix}-square-rounded-number-0:before { content: $ti-icon-square-rounded-number-0; }
|
|
6416
|
+
.#{$ti-prefix}-square-rounded-number-0-filled:before { content: $ti-icon-square-rounded-number-0-filled; }
|
|
6113
6417
|
.#{$ti-prefix}-square-rounded-number-1:before { content: $ti-icon-square-rounded-number-1; }
|
|
6418
|
+
.#{$ti-prefix}-square-rounded-number-1-filled:before { content: $ti-icon-square-rounded-number-1-filled; }
|
|
6114
6419
|
.#{$ti-prefix}-square-rounded-number-2:before { content: $ti-icon-square-rounded-number-2; }
|
|
6420
|
+
.#{$ti-prefix}-square-rounded-number-2-filled:before { content: $ti-icon-square-rounded-number-2-filled; }
|
|
6115
6421
|
.#{$ti-prefix}-square-rounded-number-3:before { content: $ti-icon-square-rounded-number-3; }
|
|
6422
|
+
.#{$ti-prefix}-square-rounded-number-3-filled:before { content: $ti-icon-square-rounded-number-3-filled; }
|
|
6116
6423
|
.#{$ti-prefix}-square-rounded-number-4:before { content: $ti-icon-square-rounded-number-4; }
|
|
6424
|
+
.#{$ti-prefix}-square-rounded-number-4-filled:before { content: $ti-icon-square-rounded-number-4-filled; }
|
|
6117
6425
|
.#{$ti-prefix}-square-rounded-number-5:before { content: $ti-icon-square-rounded-number-5; }
|
|
6426
|
+
.#{$ti-prefix}-square-rounded-number-5-filled:before { content: $ti-icon-square-rounded-number-5-filled; }
|
|
6118
6427
|
.#{$ti-prefix}-square-rounded-number-6:before { content: $ti-icon-square-rounded-number-6; }
|
|
6428
|
+
.#{$ti-prefix}-square-rounded-number-6-filled:before { content: $ti-icon-square-rounded-number-6-filled; }
|
|
6119
6429
|
.#{$ti-prefix}-square-rounded-number-7:before { content: $ti-icon-square-rounded-number-7; }
|
|
6430
|
+
.#{$ti-prefix}-square-rounded-number-7-filled:before { content: $ti-icon-square-rounded-number-7-filled; }
|
|
6120
6431
|
.#{$ti-prefix}-square-rounded-number-8:before { content: $ti-icon-square-rounded-number-8; }
|
|
6432
|
+
.#{$ti-prefix}-square-rounded-number-8-filled:before { content: $ti-icon-square-rounded-number-8-filled; }
|
|
6121
6433
|
.#{$ti-prefix}-square-rounded-number-9:before { content: $ti-icon-square-rounded-number-9; }
|
|
6434
|
+
.#{$ti-prefix}-square-rounded-number-9-filled:before { content: $ti-icon-square-rounded-number-9-filled; }
|
|
6122
6435
|
.#{$ti-prefix}-square-rounded-plus:before { content: $ti-icon-square-rounded-plus; }
|
|
6123
6436
|
.#{$ti-prefix}-square-rounded-plus-filled:before { content: $ti-icon-square-rounded-plus-filled; }
|
|
6124
6437
|
.#{$ti-prefix}-square-rounded-x:before { content: $ti-icon-square-rounded-x; }
|
|
@@ -6189,6 +6502,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6189
6502
|
.#{$ti-prefix}-table:before { content: $ti-icon-table; }
|
|
6190
6503
|
.#{$ti-prefix}-table-alias:before { content: $ti-icon-table-alias; }
|
|
6191
6504
|
.#{$ti-prefix}-table-export:before { content: $ti-icon-table-export; }
|
|
6505
|
+
.#{$ti-prefix}-table-filled:before { content: $ti-icon-table-filled; }
|
|
6192
6506
|
.#{$ti-prefix}-table-import:before { content: $ti-icon-table-import; }
|
|
6193
6507
|
.#{$ti-prefix}-table-off:before { content: $ti-icon-table-off; }
|
|
6194
6508
|
.#{$ti-prefix}-table-options:before { content: $ti-icon-table-options; }
|
|
@@ -6309,8 +6623,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6309
6623
|
.#{$ti-prefix}-transition-right:before { content: $ti-icon-transition-right; }
|
|
6310
6624
|
.#{$ti-prefix}-transition-top:before { content: $ti-icon-transition-top; }
|
|
6311
6625
|
.#{$ti-prefix}-trash:before { content: $ti-icon-trash; }
|
|
6626
|
+
.#{$ti-prefix}-trash-filled:before { content: $ti-icon-trash-filled; }
|
|
6312
6627
|
.#{$ti-prefix}-trash-off:before { content: $ti-icon-trash-off; }
|
|
6313
6628
|
.#{$ti-prefix}-trash-x:before { content: $ti-icon-trash-x; }
|
|
6629
|
+
.#{$ti-prefix}-trash-x-filled:before { content: $ti-icon-trash-x-filled; }
|
|
6314
6630
|
.#{$ti-prefix}-tree:before { content: $ti-icon-tree; }
|
|
6315
6631
|
.#{$ti-prefix}-trees:before { content: $ti-icon-trees; }
|
|
6316
6632
|
.#{$ti-prefix}-trekking:before { content: $ti-icon-trekking; }
|
|
@@ -6489,6 +6805,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6489
6805
|
.#{$ti-prefix}-xbox-x:before { content: $ti-icon-xbox-x; }
|
|
6490
6806
|
.#{$ti-prefix}-xbox-y:before { content: $ti-icon-xbox-y; }
|
|
6491
6807
|
.#{$ti-prefix}-yin-yang:before { content: $ti-icon-yin-yang; }
|
|
6808
|
+
.#{$ti-prefix}-yin-yang-filled:before { content: $ti-icon-yin-yang-filled; }
|
|
6492
6809
|
.#{$ti-prefix}-yoga:before { content: $ti-icon-yoga; }
|
|
6493
6810
|
.#{$ti-prefix}-zeppelin:before { content: $ti-icon-zeppelin; }
|
|
6494
6811
|
.#{$ti-prefix}-zeppelin-off:before { content: $ti-icon-zeppelin-off; }
|
|
@@ -6507,13 +6824,18 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6507
6824
|
.#{$ti-prefix}-zodiac-virgo:before { content: $ti-icon-zodiac-virgo; }
|
|
6508
6825
|
.#{$ti-prefix}-zoom-cancel:before { content: $ti-icon-zoom-cancel; }
|
|
6509
6826
|
.#{$ti-prefix}-zoom-check:before { content: $ti-icon-zoom-check; }
|
|
6827
|
+
.#{$ti-prefix}-zoom-check-filled:before { content: $ti-icon-zoom-check-filled; }
|
|
6510
6828
|
.#{$ti-prefix}-zoom-code:before { content: $ti-icon-zoom-code; }
|
|
6511
6829
|
.#{$ti-prefix}-zoom-exclamation:before { content: $ti-icon-zoom-exclamation; }
|
|
6830
|
+
.#{$ti-prefix}-zoom-filled:before { content: $ti-icon-zoom-filled; }
|
|
6512
6831
|
.#{$ti-prefix}-zoom-in:before { content: $ti-icon-zoom-in; }
|
|
6513
6832
|
.#{$ti-prefix}-zoom-in-area:before { content: $ti-icon-zoom-in-area; }
|
|
6833
|
+
.#{$ti-prefix}-zoom-in-area-filled:before { content: $ti-icon-zoom-in-area-filled; }
|
|
6834
|
+
.#{$ti-prefix}-zoom-in-filled:before { content: $ti-icon-zoom-in-filled; }
|
|
6514
6835
|
.#{$ti-prefix}-zoom-money:before { content: $ti-icon-zoom-money; }
|
|
6515
6836
|
.#{$ti-prefix}-zoom-out:before { content: $ti-icon-zoom-out; }
|
|
6516
6837
|
.#{$ti-prefix}-zoom-out-area:before { content: $ti-icon-zoom-out-area; }
|
|
6838
|
+
.#{$ti-prefix}-zoom-out-filled:before { content: $ti-icon-zoom-out-filled; }
|
|
6517
6839
|
.#{$ti-prefix}-zoom-pan:before { content: $ti-icon-zoom-pan; }
|
|
6518
6840
|
.#{$ti-prefix}-zoom-question:before { content: $ti-icon-zoom-question; }
|
|
6519
6841
|
.#{$ti-prefix}-zoom-replace:before { content: $ti-icon-zoom-replace; }
|