@tabler/icons-webfont 2.3.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 +523 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +1172 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +265 -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} {
|
|
@@ -77,10 +77,14 @@ $ti-icon-air-balloon: unicode('f4a6');
|
|
|
77
77
|
$ti-icon-air-conditioning: unicode('f3a2');
|
|
78
78
|
$ti-icon-air-conditioning-disabled: unicode('f542');
|
|
79
79
|
$ti-icon-alarm: unicode('ea04');
|
|
80
|
+
$ti-icon-alarm-filled: unicode('f709');
|
|
80
81
|
$ti-icon-alarm-minus: unicode('f630');
|
|
82
|
+
$ti-icon-alarm-minus-filled: unicode('f70a');
|
|
81
83
|
$ti-icon-alarm-off: unicode('f0a9');
|
|
82
84
|
$ti-icon-alarm-plus: unicode('f631');
|
|
85
|
+
$ti-icon-alarm-plus-filled: unicode('f70b');
|
|
83
86
|
$ti-icon-alarm-snooze: unicode('f632');
|
|
87
|
+
$ti-icon-alarm-snooze-filled: unicode('f70c');
|
|
84
88
|
$ti-icon-album: unicode('f022');
|
|
85
89
|
$ti-icon-album-off: unicode('f3b9');
|
|
86
90
|
$ti-icon-alert-circle: unicode('ea05');
|
|
@@ -90,18 +94,30 @@ $ti-icon-alert-octagon-filled: unicode('f6ef');
|
|
|
90
94
|
$ti-icon-alert-triangle: unicode('ea06');
|
|
91
95
|
$ti-icon-alert-triangle-filled: unicode('f6f0');
|
|
92
96
|
$ti-icon-alien: unicode('ebde');
|
|
97
|
+
$ti-icon-alien-filled: unicode('f70d');
|
|
93
98
|
$ti-icon-align-box-bottom-center: unicode('f530');
|
|
99
|
+
$ti-icon-align-box-bottom-center-filled: unicode('f70e');
|
|
94
100
|
$ti-icon-align-box-bottom-left: unicode('f531');
|
|
101
|
+
$ti-icon-align-box-bottom-left-filled: unicode('f70f');
|
|
95
102
|
$ti-icon-align-box-bottom-right: unicode('f532');
|
|
103
|
+
$ti-icon-align-box-bottom-right-filled: unicode('f710');
|
|
96
104
|
$ti-icon-align-box-left-bottom: unicode('f533');
|
|
105
|
+
$ti-icon-align-box-left-bottom-filled: unicode('f711');
|
|
97
106
|
$ti-icon-align-box-left-middle: unicode('f534');
|
|
107
|
+
$ti-icon-align-box-left-middle-filled: unicode('f712');
|
|
98
108
|
$ti-icon-align-box-left-top: unicode('f535');
|
|
109
|
+
$ti-icon-align-box-left-top-filled: unicode('f713');
|
|
99
110
|
$ti-icon-align-box-right-bottom: unicode('f536');
|
|
111
|
+
$ti-icon-align-box-right-bottom-filled: unicode('f714');
|
|
100
112
|
$ti-icon-align-box-right-middle: unicode('f537');
|
|
101
113
|
$ti-icon-align-box-right-top: unicode('f538');
|
|
114
|
+
$ti-icon-align-box-right-top-filled: unicode('f715');
|
|
102
115
|
$ti-icon-align-box-top-center: unicode('f539');
|
|
116
|
+
$ti-icon-align-box-top-center-filled: unicode('f716');
|
|
103
117
|
$ti-icon-align-box-top-left: unicode('f53a');
|
|
118
|
+
$ti-icon-align-box-top-left-filled: unicode('f717');
|
|
104
119
|
$ti-icon-align-box-top-right: unicode('f53b');
|
|
120
|
+
$ti-icon-align-box-top-right-filled: unicode('f718');
|
|
105
121
|
$ti-icon-align-center: unicode('ea07');
|
|
106
122
|
$ti-icon-align-justified: unicode('ea08');
|
|
107
123
|
$ti-icon-align-left: unicode('ea09');
|
|
@@ -113,6 +129,7 @@ $ti-icon-alphabet-latin: unicode('f1e1');
|
|
|
113
129
|
$ti-icon-ambulance: unicode('ebf5');
|
|
114
130
|
$ti-icon-ampersand: unicode('f229');
|
|
115
131
|
$ti-icon-analyze: unicode('f3a3');
|
|
132
|
+
$ti-icon-analyze-filled: unicode('f719');
|
|
116
133
|
$ti-icon-analyze-off: unicode('f3ba');
|
|
117
134
|
$ti-icon-anchor: unicode('eb76');
|
|
118
135
|
$ti-icon-anchor-off: unicode('f0f7');
|
|
@@ -133,6 +150,7 @@ $ti-icon-api-app: unicode('effc');
|
|
|
133
150
|
$ti-icon-api-app-off: unicode('f0ab');
|
|
134
151
|
$ti-icon-api-off: unicode('f0f8');
|
|
135
152
|
$ti-icon-app-window: unicode('efe6');
|
|
153
|
+
$ti-icon-app-window-filled: unicode('f71a');
|
|
136
154
|
$ti-icon-apple: unicode('ef21');
|
|
137
155
|
$ti-icon-apps: unicode('ebb6');
|
|
138
156
|
$ti-icon-apps-filled: unicode('f6f1');
|
|
@@ -329,11 +347,13 @@ $ti-icon-at: unicode('ea2b');
|
|
|
329
347
|
$ti-icon-at-off: unicode('f0b0');
|
|
330
348
|
$ti-icon-atom: unicode('eb79');
|
|
331
349
|
$ti-icon-atom-2: unicode('ebdf');
|
|
350
|
+
$ti-icon-atom-2-filled: unicode('f71b');
|
|
332
351
|
$ti-icon-atom-off: unicode('f0f9');
|
|
333
352
|
$ti-icon-augmented-reality: unicode('f023');
|
|
334
353
|
$ti-icon-augmented-reality-2: unicode('f37e');
|
|
335
354
|
$ti-icon-augmented-reality-off: unicode('f3c1');
|
|
336
355
|
$ti-icon-award: unicode('ea2c');
|
|
356
|
+
$ti-icon-award-filled: unicode('f71c');
|
|
337
357
|
$ti-icon-award-off: unicode('f0fa');
|
|
338
358
|
$ti-icon-axe: unicode('ef9f');
|
|
339
359
|
$ti-icon-axis-x: unicode('ef45');
|
|
@@ -391,12 +411,17 @@ $ti-icon-basket: unicode('ebe1');
|
|
|
391
411
|
$ti-icon-basket-off: unicode('f0b6');
|
|
392
412
|
$ti-icon-bat: unicode('f284');
|
|
393
413
|
$ti-icon-bath: unicode('ef48');
|
|
414
|
+
$ti-icon-bath-filled: unicode('f71d');
|
|
394
415
|
$ti-icon-bath-off: unicode('f0ff');
|
|
395
416
|
$ti-icon-battery: unicode('ea34');
|
|
396
417
|
$ti-icon-battery-1: unicode('ea2f');
|
|
418
|
+
$ti-icon-battery-1-filled: unicode('f71e');
|
|
397
419
|
$ti-icon-battery-2: unicode('ea30');
|
|
420
|
+
$ti-icon-battery-2-filled: unicode('f71f');
|
|
398
421
|
$ti-icon-battery-3: unicode('ea31');
|
|
422
|
+
$ti-icon-battery-3-filled: unicode('f720');
|
|
399
423
|
$ti-icon-battery-4: unicode('ea32');
|
|
424
|
+
$ti-icon-battery-4-filled: unicode('f721');
|
|
400
425
|
$ti-icon-battery-automotive: unicode('ee07');
|
|
401
426
|
$ti-icon-battery-charging: unicode('ea33');
|
|
402
427
|
$ti-icon-battery-charging-2: unicode('ef3b');
|
|
@@ -412,13 +437,19 @@ $ti-icon-beer-off: unicode('f101');
|
|
|
412
437
|
$ti-icon-bell: unicode('ea35');
|
|
413
438
|
$ti-icon-bell-filled: unicode('f669');
|
|
414
439
|
$ti-icon-bell-minus: unicode('ede2');
|
|
440
|
+
$ti-icon-bell-minus-filled: unicode('f722');
|
|
415
441
|
$ti-icon-bell-off: unicode('ece9');
|
|
416
442
|
$ti-icon-bell-plus: unicode('ede3');
|
|
443
|
+
$ti-icon-bell-plus-filled: unicode('f723');
|
|
417
444
|
$ti-icon-bell-ringing: unicode('ed07');
|
|
418
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');
|
|
419
448
|
$ti-icon-bell-school: unicode('f05e');
|
|
420
449
|
$ti-icon-bell-x: unicode('ede5');
|
|
450
|
+
$ti-icon-bell-x-filled: unicode('f726');
|
|
421
451
|
$ti-icon-bell-z: unicode('eff1');
|
|
452
|
+
$ti-icon-bell-z-filled: unicode('f727');
|
|
422
453
|
$ti-icon-beta: unicode('f544');
|
|
423
454
|
$ti-icon-bible: unicode('efc4');
|
|
424
455
|
$ti-icon-bike: unicode('ea36');
|
|
@@ -988,12 +1019,19 @@ $ti-icon-cheese: unicode('ef26');
|
|
|
988
1019
|
$ti-icon-chef-hat: unicode('f21d');
|
|
989
1020
|
$ti-icon-chef-hat-off: unicode('f3d4');
|
|
990
1021
|
$ti-icon-cherry: unicode('f511');
|
|
1022
|
+
$ti-icon-cherry-filled: unicode('f728');
|
|
991
1023
|
$ti-icon-chess: unicode('f382');
|
|
992
1024
|
$ti-icon-chess-bishop: unicode('f56b');
|
|
1025
|
+
$ti-icon-chess-bishop-filled: unicode('f729');
|
|
1026
|
+
$ti-icon-chess-filled: unicode('f72a');
|
|
993
1027
|
$ti-icon-chess-king: unicode('f56c');
|
|
1028
|
+
$ti-icon-chess-king-filled: unicode('f72b');
|
|
994
1029
|
$ti-icon-chess-knight: unicode('f56d');
|
|
1030
|
+
$ti-icon-chess-knight-filled: unicode('f72c');
|
|
995
1031
|
$ti-icon-chess-queen: unicode('f56e');
|
|
1032
|
+
$ti-icon-chess-queen-filled: unicode('f72d');
|
|
996
1033
|
$ti-icon-chess-rook: unicode('f56f');
|
|
1034
|
+
$ti-icon-chess-rook-filled: unicode('f72e');
|
|
997
1035
|
$ti-icon-chevron-down: unicode('ea5f');
|
|
998
1036
|
$ti-icon-chevron-down-left: unicode('ed09');
|
|
999
1037
|
$ti-icon-chevron-down-right: unicode('ed0a');
|
|
@@ -1014,6 +1052,16 @@ $ti-icon-chisel: unicode('f383');
|
|
|
1014
1052
|
$ti-icon-christmas-tree: unicode('ed78');
|
|
1015
1053
|
$ti-icon-christmas-tree-off: unicode('f3d5');
|
|
1016
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');
|
|
1017
1065
|
$ti-icon-circle-arrow-down: unicode('f6f9');
|
|
1018
1066
|
$ti-icon-circle-arrow-down-filled: unicode('f6f4');
|
|
1019
1067
|
$ti-icon-circle-arrow-down-left: unicode('f6f6');
|
|
@@ -1098,6 +1146,7 @@ $ti-icon-circle-rectangle-off: unicode('f0cd');
|
|
|
1098
1146
|
$ti-icon-circle-square: unicode('ece4');
|
|
1099
1147
|
$ti-icon-circle-triangle: unicode('f011');
|
|
1100
1148
|
$ti-icon-circle-x: unicode('ea6a');
|
|
1149
|
+
$ti-icon-circle-x-filled: unicode('f739');
|
|
1101
1150
|
$ti-icon-circles: unicode('ece5');
|
|
1102
1151
|
$ti-icon-circles-filled: unicode('f672');
|
|
1103
1152
|
$ti-icon-circles-relation: unicode('f4c3');
|
|
@@ -1138,6 +1187,7 @@ $ti-icon-clock: unicode('ea70');
|
|
|
1138
1187
|
$ti-icon-clock-2: unicode('f099');
|
|
1139
1188
|
$ti-icon-clock-cancel: unicode('f546');
|
|
1140
1189
|
$ti-icon-clock-edit: unicode('f547');
|
|
1190
|
+
$ti-icon-clock-filled: unicode('f73a');
|
|
1141
1191
|
$ti-icon-clock-hour-1: unicode('f313');
|
|
1142
1192
|
$ti-icon-clock-hour-10: unicode('f314');
|
|
1143
1193
|
$ti-icon-clock-hour-11: unicode('f315');
|
|
@@ -1233,8 +1283,10 @@ $ti-icon-cookie-off: unicode('f0d7');
|
|
|
1233
1283
|
$ti-icon-copy: unicode('ea7a');
|
|
1234
1284
|
$ti-icon-copy-off: unicode('f0d8');
|
|
1235
1285
|
$ti-icon-copyleft: unicode('ec3d');
|
|
1286
|
+
$ti-icon-copyleft-filled: unicode('f73b');
|
|
1236
1287
|
$ti-icon-copyleft-off: unicode('f0d9');
|
|
1237
1288
|
$ti-icon-copyright: unicode('ea7b');
|
|
1289
|
+
$ti-icon-copyright-filled: unicode('f73c');
|
|
1238
1290
|
$ti-icon-copyright-off: unicode('f0da');
|
|
1239
1291
|
$ti-icon-corner-down-left: unicode('ea7c');
|
|
1240
1292
|
$ti-icon-corner-down-left-double: unicode('ee48');
|
|
@@ -1418,20 +1470,29 @@ $ti-icon-devices-pc-off: unicode('f113');
|
|
|
1418
1470
|
$ti-icon-dialpad: unicode('f067');
|
|
1419
1471
|
$ti-icon-dialpad-off: unicode('f114');
|
|
1420
1472
|
$ti-icon-diamond: unicode('eb65');
|
|
1473
|
+
$ti-icon-diamond-filled: unicode('f73d');
|
|
1421
1474
|
$ti-icon-diamond-off: unicode('f115');
|
|
1422
1475
|
$ti-icon-diamonds: unicode('eff5');
|
|
1423
1476
|
$ti-icon-diamonds-filled: unicode('f676');
|
|
1424
1477
|
$ti-icon-dice: unicode('eb66');
|
|
1425
1478
|
$ti-icon-dice-1: unicode('f08b');
|
|
1479
|
+
$ti-icon-dice-1-filled: unicode('f73e');
|
|
1426
1480
|
$ti-icon-dice-2: unicode('f08c');
|
|
1481
|
+
$ti-icon-dice-2-filled: unicode('f73f');
|
|
1427
1482
|
$ti-icon-dice-3: unicode('f08d');
|
|
1483
|
+
$ti-icon-dice-3-filled: unicode('f740');
|
|
1428
1484
|
$ti-icon-dice-4: unicode('f08e');
|
|
1485
|
+
$ti-icon-dice-4-filled: unicode('f741');
|
|
1429
1486
|
$ti-icon-dice-5: unicode('f08f');
|
|
1487
|
+
$ti-icon-dice-5-filled: unicode('f742');
|
|
1430
1488
|
$ti-icon-dice-6: unicode('f090');
|
|
1489
|
+
$ti-icon-dice-6-filled: unicode('f743');
|
|
1490
|
+
$ti-icon-dice-filled: unicode('f744');
|
|
1431
1491
|
$ti-icon-dimensions: unicode('ee7b');
|
|
1432
1492
|
$ti-icon-direction: unicode('ebfb');
|
|
1433
1493
|
$ti-icon-direction-horizontal: unicode('ebfa');
|
|
1434
1494
|
$ti-icon-direction-sign: unicode('f1f7');
|
|
1495
|
+
$ti-icon-direction-sign-filled: unicode('f745');
|
|
1435
1496
|
$ti-icon-direction-sign-off: unicode('f3e5');
|
|
1436
1497
|
$ti-icon-directions: unicode('ea8e');
|
|
1437
1498
|
$ti-icon-directions-off: unicode('f116');
|
|
@@ -1445,6 +1506,7 @@ $ti-icon-discount: unicode('ebbd');
|
|
|
1445
1506
|
$ti-icon-discount-2: unicode('ee7c');
|
|
1446
1507
|
$ti-icon-discount-2-off: unicode('f3e6');
|
|
1447
1508
|
$ti-icon-discount-check: unicode('f1f8');
|
|
1509
|
+
$ti-icon-discount-check-filled: unicode('f746');
|
|
1448
1510
|
$ti-icon-discount-off: unicode('f3e7');
|
|
1449
1511
|
$ti-icon-divide: unicode('ed5c');
|
|
1450
1512
|
$ti-icon-dna: unicode('ee7d');
|
|
@@ -1568,6 +1630,7 @@ $ti-icon-file-dots: unicode('f038');
|
|
|
1568
1630
|
$ti-icon-file-download: unicode('ea9d');
|
|
1569
1631
|
$ti-icon-file-euro: unicode('efe1');
|
|
1570
1632
|
$ti-icon-file-export: unicode('ede9');
|
|
1633
|
+
$ti-icon-file-filled: unicode('f747');
|
|
1571
1634
|
$ti-icon-file-function: unicode('f53e');
|
|
1572
1635
|
$ti-icon-file-horizontal: unicode('ebb0');
|
|
1573
1636
|
$ti-icon-file-import: unicode('edea');
|
|
@@ -1603,6 +1666,7 @@ $ti-icon-file-unknown: unicode('f042');
|
|
|
1603
1666
|
$ti-icon-file-upload: unicode('ec91');
|
|
1604
1667
|
$ti-icon-file-vector: unicode('f043');
|
|
1605
1668
|
$ti-icon-file-x: unicode('eaa3');
|
|
1669
|
+
$ti-icon-file-x-filled: unicode('f748');
|
|
1606
1670
|
$ti-icon-file-zip: unicode('ed4e');
|
|
1607
1671
|
$ti-icon-files: unicode('edef');
|
|
1608
1672
|
$ti-icon-files-off: unicode('edee');
|
|
@@ -1652,6 +1716,7 @@ $ti-icon-fold: unicode('ed56');
|
|
|
1652
1716
|
$ti-icon-fold-down: unicode('ed54');
|
|
1653
1717
|
$ti-icon-fold-up: unicode('ed55');
|
|
1654
1718
|
$ti-icon-folder: unicode('eaad');
|
|
1719
|
+
$ti-icon-folder-filled: unicode('f749');
|
|
1655
1720
|
$ti-icon-folder-minus: unicode('eaaa');
|
|
1656
1721
|
$ti-icon-folder-off: unicode('ed14');
|
|
1657
1722
|
$ti-icon-folder-plus: unicode('eaab');
|
|
@@ -1701,6 +1766,8 @@ $ti-icon-gender-trasvesti: unicode('f0f2');
|
|
|
1701
1766
|
$ti-icon-geometry: unicode('ee90');
|
|
1702
1767
|
$ti-icon-ghost: unicode('eb8e');
|
|
1703
1768
|
$ti-icon-ghost-2: unicode('f57c');
|
|
1769
|
+
$ti-icon-ghost-2-filled: unicode('f74a');
|
|
1770
|
+
$ti-icon-ghost-filled: unicode('f74b');
|
|
1704
1771
|
$ti-icon-ghost-off: unicode('f3f2');
|
|
1705
1772
|
$ti-icon-gif: unicode('f257');
|
|
1706
1773
|
$ti-icon-gift: unicode('eb68');
|
|
@@ -1795,7 +1862,17 @@ $ti-icon-helmet-off: unicode('f143');
|
|
|
1795
1862
|
$ti-icon-help: unicode('eabf');
|
|
1796
1863
|
$ti-icon-help-off: unicode('f3f8');
|
|
1797
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');
|
|
1798
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');
|
|
1799
1876
|
$ti-icon-hexagon-filled: unicode('f67d');
|
|
1800
1877
|
$ti-icon-hexagon-letter-a: unicode('f463');
|
|
1801
1878
|
$ti-icon-hexagon-letter-b: unicode('f464');
|
|
@@ -1879,6 +1956,7 @@ $ti-icon-horse-toy: unicode('f28a');
|
|
|
1879
1956
|
$ti-icon-hotel-service: unicode('ef80');
|
|
1880
1957
|
$ti-icon-hourglass: unicode('ef93');
|
|
1881
1958
|
$ti-icon-hourglass-empty: unicode('f146');
|
|
1959
|
+
$ti-icon-hourglass-filled: unicode('f756');
|
|
1882
1960
|
$ti-icon-hourglass-high: unicode('f092');
|
|
1883
1961
|
$ti-icon-hourglass-low: unicode('f093');
|
|
1884
1962
|
$ti-icon-hourglass-off: unicode('f147');
|
|
@@ -1905,13 +1983,21 @@ $ti-icon-info-square: unicode('eac6');
|
|
|
1905
1983
|
$ti-icon-info-square-rounded: unicode('f635');
|
|
1906
1984
|
$ti-icon-info-square-rounded-filled: unicode('f6d9');
|
|
1907
1985
|
$ti-icon-inner-shadow-bottom: unicode('f520');
|
|
1986
|
+
$ti-icon-inner-shadow-bottom-filled: unicode('f757');
|
|
1908
1987
|
$ti-icon-inner-shadow-bottom-left: unicode('f51e');
|
|
1988
|
+
$ti-icon-inner-shadow-bottom-left-filled: unicode('f758');
|
|
1909
1989
|
$ti-icon-inner-shadow-bottom-right: unicode('f51f');
|
|
1990
|
+
$ti-icon-inner-shadow-bottom-right-filled: unicode('f759');
|
|
1910
1991
|
$ti-icon-inner-shadow-left: unicode('f521');
|
|
1992
|
+
$ti-icon-inner-shadow-left-filled: unicode('f75a');
|
|
1911
1993
|
$ti-icon-inner-shadow-right: unicode('f522');
|
|
1994
|
+
$ti-icon-inner-shadow-right-filled: unicode('f75b');
|
|
1912
1995
|
$ti-icon-inner-shadow-top: unicode('f525');
|
|
1996
|
+
$ti-icon-inner-shadow-top-filled: unicode('f75c');
|
|
1913
1997
|
$ti-icon-inner-shadow-top-left: unicode('f523');
|
|
1998
|
+
$ti-icon-inner-shadow-top-left-filled: unicode('f75d');
|
|
1914
1999
|
$ti-icon-inner-shadow-top-right: unicode('f524');
|
|
2000
|
+
$ti-icon-inner-shadow-top-right-filled: unicode('f75e');
|
|
1915
2001
|
$ti-icon-input-search: unicode('f2a2');
|
|
1916
2002
|
$ti-icon-ironing-1: unicode('f2f4');
|
|
1917
2003
|
$ti-icon-ironing-2: unicode('f2f5');
|
|
@@ -2324,6 +2410,7 @@ $ti-icon-packages: unicode('f2c9');
|
|
|
2324
2410
|
$ti-icon-pacman: unicode('eebc');
|
|
2325
2411
|
$ti-icon-page-break: unicode('ec81');
|
|
2326
2412
|
$ti-icon-paint: unicode('eb00');
|
|
2413
|
+
$ti-icon-paint-filled: unicode('f75f');
|
|
2327
2414
|
$ti-icon-paint-off: unicode('f16d');
|
|
2328
2415
|
$ti-icon-palette: unicode('eb01');
|
|
2329
2416
|
$ti-icon-palette-off: unicode('f16e');
|
|
@@ -2503,6 +2590,7 @@ $ti-icon-radar-off: unicode('f41f');
|
|
|
2503
2590
|
$ti-icon-radio: unicode('ef2d');
|
|
2504
2591
|
$ti-icon-radio-off: unicode('f420');
|
|
2505
2592
|
$ti-icon-radioactive: unicode('ecc0');
|
|
2593
|
+
$ti-icon-radioactive-filled: unicode('f760');
|
|
2506
2594
|
$ti-icon-radioactive-off: unicode('f189');
|
|
2507
2595
|
$ti-icon-radius-bottom-left: unicode('eec6');
|
|
2508
2596
|
$ti-icon-radius-bottom-right: unicode('eec7');
|
|
@@ -2678,12 +2766,15 @@ $ti-icon-share: unicode('eb21');
|
|
|
2678
2766
|
$ti-icon-share-off: unicode('f1a1');
|
|
2679
2767
|
$ti-icon-shield: unicode('eb24');
|
|
2680
2768
|
$ti-icon-shield-check: unicode('eb22');
|
|
2769
|
+
$ti-icon-shield-check-filled: unicode('f761');
|
|
2681
2770
|
$ti-icon-shield-checkered: unicode('ef9a');
|
|
2771
|
+
$ti-icon-shield-checkered-filled: unicode('f762');
|
|
2682
2772
|
$ti-icon-shield-chevron: unicode('ef9b');
|
|
2683
2773
|
$ti-icon-shield-filled: unicode('f69f');
|
|
2684
2774
|
$ti-icon-shield-half: unicode('f358');
|
|
2685
2775
|
$ti-icon-shield-half-filled: unicode('f357');
|
|
2686
2776
|
$ti-icon-shield-lock: unicode('ed58');
|
|
2777
|
+
$ti-icon-shield-lock-filled: unicode('f763');
|
|
2687
2778
|
$ti-icon-shield-off: unicode('ecf8');
|
|
2688
2779
|
$ti-icon-shield-x: unicode('eb23');
|
|
2689
2780
|
$ti-icon-ship: unicode('ec84');
|
|
@@ -2768,12 +2859,22 @@ $ti-icon-spray: unicode('f50b');
|
|
|
2768
2859
|
$ti-icon-spy: unicode('f227');
|
|
2769
2860
|
$ti-icon-spy-off: unicode('f42f');
|
|
2770
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');
|
|
2771
2871
|
$ti-icon-square-arrow-down: unicode('f4b7');
|
|
2772
2872
|
$ti-icon-square-arrow-left: unicode('f4b8');
|
|
2773
2873
|
$ti-icon-square-arrow-right: unicode('f4b9');
|
|
2774
2874
|
$ti-icon-square-arrow-up: unicode('f4ba');
|
|
2775
2875
|
$ti-icon-square-asterisk: unicode('f01a');
|
|
2776
2876
|
$ti-icon-square-check: unicode('eb28');
|
|
2877
|
+
$ti-icon-square-check-filled: unicode('f76d');
|
|
2777
2878
|
$ti-icon-square-chevron-down: unicode('f627');
|
|
2778
2879
|
$ti-icon-square-chevron-left: unicode('f628');
|
|
2779
2880
|
$ti-icon-square-chevron-right: unicode('f629');
|
|
@@ -2784,15 +2885,25 @@ $ti-icon-square-chevrons-right: unicode('f64d');
|
|
|
2784
2885
|
$ti-icon-square-chevrons-up: unicode('f64e');
|
|
2785
2886
|
$ti-icon-square-dot: unicode('ed59');
|
|
2786
2887
|
$ti-icon-square-f0: unicode('f526');
|
|
2888
|
+
$ti-icon-square-f0-filled: unicode('f76e');
|
|
2787
2889
|
$ti-icon-square-f1: unicode('f527');
|
|
2890
|
+
$ti-icon-square-f1-filled: unicode('f76f');
|
|
2788
2891
|
$ti-icon-square-f2: unicode('f528');
|
|
2892
|
+
$ti-icon-square-f2-filled: unicode('f770');
|
|
2789
2893
|
$ti-icon-square-f3: unicode('f529');
|
|
2894
|
+
$ti-icon-square-f3-filled: unicode('f771');
|
|
2790
2895
|
$ti-icon-square-f4: unicode('f52a');
|
|
2896
|
+
$ti-icon-square-f4-filled: unicode('f772');
|
|
2791
2897
|
$ti-icon-square-f5: unicode('f52b');
|
|
2898
|
+
$ti-icon-square-f5-filled: unicode('f773');
|
|
2792
2899
|
$ti-icon-square-f6: unicode('f52c');
|
|
2900
|
+
$ti-icon-square-f6-filled: unicode('f774');
|
|
2793
2901
|
$ti-icon-square-f7: unicode('f52d');
|
|
2902
|
+
$ti-icon-square-f7-filled: unicode('f775');
|
|
2794
2903
|
$ti-icon-square-f8: unicode('f52e');
|
|
2904
|
+
$ti-icon-square-f8-filled: unicode('f776');
|
|
2795
2905
|
$ti-icon-square-f9: unicode('f52f');
|
|
2906
|
+
$ti-icon-square-f9-filled: unicode('f777');
|
|
2796
2907
|
$ti-icon-square-forbid: unicode('ed5b');
|
|
2797
2908
|
$ti-icon-square-forbid-2: unicode('ed5a');
|
|
2798
2909
|
$ti-icon-square-half: unicode('effb');
|
|
@@ -2899,15 +3010,25 @@ $ti-icon-square-rounded-letter-y: unicode('f5c6');
|
|
|
2899
3010
|
$ti-icon-square-rounded-letter-z: unicode('f5c7');
|
|
2900
3011
|
$ti-icon-square-rounded-minus: unicode('f63e');
|
|
2901
3012
|
$ti-icon-square-rounded-number-0: unicode('f5c8');
|
|
3013
|
+
$ti-icon-square-rounded-number-0-filled: unicode('f778');
|
|
2902
3014
|
$ti-icon-square-rounded-number-1: unicode('f5c9');
|
|
3015
|
+
$ti-icon-square-rounded-number-1-filled: unicode('f779');
|
|
2903
3016
|
$ti-icon-square-rounded-number-2: unicode('f5ca');
|
|
3017
|
+
$ti-icon-square-rounded-number-2-filled: unicode('f77a');
|
|
2904
3018
|
$ti-icon-square-rounded-number-3: unicode('f5cb');
|
|
3019
|
+
$ti-icon-square-rounded-number-3-filled: unicode('f77b');
|
|
2905
3020
|
$ti-icon-square-rounded-number-4: unicode('f5cc');
|
|
3021
|
+
$ti-icon-square-rounded-number-4-filled: unicode('f77c');
|
|
2906
3022
|
$ti-icon-square-rounded-number-5: unicode('f5cd');
|
|
3023
|
+
$ti-icon-square-rounded-number-5-filled: unicode('f77d');
|
|
2907
3024
|
$ti-icon-square-rounded-number-6: unicode('f5ce');
|
|
3025
|
+
$ti-icon-square-rounded-number-6-filled: unicode('f77e');
|
|
2908
3026
|
$ti-icon-square-rounded-number-7: unicode('f5cf');
|
|
3027
|
+
$ti-icon-square-rounded-number-7-filled: unicode('f77f');
|
|
2909
3028
|
$ti-icon-square-rounded-number-8: unicode('f5d0');
|
|
3029
|
+
$ti-icon-square-rounded-number-8-filled: unicode('f780');
|
|
2910
3030
|
$ti-icon-square-rounded-number-9: unicode('f5d1');
|
|
3031
|
+
$ti-icon-square-rounded-number-9-filled: unicode('f781');
|
|
2911
3032
|
$ti-icon-square-rounded-plus: unicode('f63f');
|
|
2912
3033
|
$ti-icon-square-rounded-plus-filled: unicode('f6e8');
|
|
2913
3034
|
$ti-icon-square-rounded-x: unicode('f640');
|
|
@@ -2978,6 +3099,7 @@ $ti-icon-swords: unicode('f132');
|
|
|
2978
3099
|
$ti-icon-table: unicode('eba1');
|
|
2979
3100
|
$ti-icon-table-alias: unicode('f25b');
|
|
2980
3101
|
$ti-icon-table-export: unicode('eef8');
|
|
3102
|
+
$ti-icon-table-filled: unicode('f782');
|
|
2981
3103
|
$ti-icon-table-import: unicode('eef9');
|
|
2982
3104
|
$ti-icon-table-off: unicode('eefa');
|
|
2983
3105
|
$ti-icon-table-options: unicode('f25c');
|
|
@@ -3098,8 +3220,10 @@ $ti-icon-transition-left: unicode('f2b3');
|
|
|
3098
3220
|
$ti-icon-transition-right: unicode('f2b4');
|
|
3099
3221
|
$ti-icon-transition-top: unicode('f2b5');
|
|
3100
3222
|
$ti-icon-trash: unicode('eb41');
|
|
3223
|
+
$ti-icon-trash-filled: unicode('f783');
|
|
3101
3224
|
$ti-icon-trash-off: unicode('ed65');
|
|
3102
3225
|
$ti-icon-trash-x: unicode('ef88');
|
|
3226
|
+
$ti-icon-trash-x-filled: unicode('f784');
|
|
3103
3227
|
$ti-icon-tree: unicode('ef01');
|
|
3104
3228
|
$ti-icon-trees: unicode('ec10');
|
|
3105
3229
|
$ti-icon-trekking: unicode('f5ad');
|
|
@@ -3278,6 +3402,7 @@ $ti-icon-xbox-b: unicode('f2b7');
|
|
|
3278
3402
|
$ti-icon-xbox-x: unicode('f2b8');
|
|
3279
3403
|
$ti-icon-xbox-y: unicode('f2b9');
|
|
3280
3404
|
$ti-icon-yin-yang: unicode('ec35');
|
|
3405
|
+
$ti-icon-yin-yang-filled: unicode('f785');
|
|
3281
3406
|
$ti-icon-yoga: unicode('f01f');
|
|
3282
3407
|
$ti-icon-zeppelin: unicode('f270');
|
|
3283
3408
|
$ti-icon-zeppelin-off: unicode('f43f');
|
|
@@ -3296,13 +3421,18 @@ $ti-icon-zodiac-taurus: unicode('ecb6');
|
|
|
3296
3421
|
$ti-icon-zodiac-virgo: unicode('ecb7');
|
|
3297
3422
|
$ti-icon-zoom-cancel: unicode('ec4d');
|
|
3298
3423
|
$ti-icon-zoom-check: unicode('ef09');
|
|
3424
|
+
$ti-icon-zoom-check-filled: unicode('f786');
|
|
3299
3425
|
$ti-icon-zoom-code: unicode('f07f');
|
|
3300
3426
|
$ti-icon-zoom-exclamation: unicode('f080');
|
|
3427
|
+
$ti-icon-zoom-filled: unicode('f787');
|
|
3301
3428
|
$ti-icon-zoom-in: unicode('eb56');
|
|
3302
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');
|
|
3303
3432
|
$ti-icon-zoom-money: unicode('ef0a');
|
|
3304
3433
|
$ti-icon-zoom-out: unicode('eb57');
|
|
3305
3434
|
$ti-icon-zoom-out-area: unicode('f1dd');
|
|
3435
|
+
$ti-icon-zoom-out-filled: unicode('f78a');
|
|
3306
3436
|
$ti-icon-zoom-pan: unicode('f1de');
|
|
3307
3437
|
$ti-icon-zoom-question: unicode('edeb');
|
|
3308
3438
|
$ti-icon-zoom-replace: unicode('f2a7');
|
|
@@ -3350,10 +3480,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3350
3480
|
.#{$ti-prefix}-air-conditioning:before { content: $ti-icon-air-conditioning; }
|
|
3351
3481
|
.#{$ti-prefix}-air-conditioning-disabled:before { content: $ti-icon-air-conditioning-disabled; }
|
|
3352
3482
|
.#{$ti-prefix}-alarm:before { content: $ti-icon-alarm; }
|
|
3483
|
+
.#{$ti-prefix}-alarm-filled:before { content: $ti-icon-alarm-filled; }
|
|
3353
3484
|
.#{$ti-prefix}-alarm-minus:before { content: $ti-icon-alarm-minus; }
|
|
3485
|
+
.#{$ti-prefix}-alarm-minus-filled:before { content: $ti-icon-alarm-minus-filled; }
|
|
3354
3486
|
.#{$ti-prefix}-alarm-off:before { content: $ti-icon-alarm-off; }
|
|
3355
3487
|
.#{$ti-prefix}-alarm-plus:before { content: $ti-icon-alarm-plus; }
|
|
3488
|
+
.#{$ti-prefix}-alarm-plus-filled:before { content: $ti-icon-alarm-plus-filled; }
|
|
3356
3489
|
.#{$ti-prefix}-alarm-snooze:before { content: $ti-icon-alarm-snooze; }
|
|
3490
|
+
.#{$ti-prefix}-alarm-snooze-filled:before { content: $ti-icon-alarm-snooze-filled; }
|
|
3357
3491
|
.#{$ti-prefix}-album:before { content: $ti-icon-album; }
|
|
3358
3492
|
.#{$ti-prefix}-album-off:before { content: $ti-icon-album-off; }
|
|
3359
3493
|
.#{$ti-prefix}-alert-circle:before { content: $ti-icon-alert-circle; }
|
|
@@ -3363,18 +3497,30 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3363
3497
|
.#{$ti-prefix}-alert-triangle:before { content: $ti-icon-alert-triangle; }
|
|
3364
3498
|
.#{$ti-prefix}-alert-triangle-filled:before { content: $ti-icon-alert-triangle-filled; }
|
|
3365
3499
|
.#{$ti-prefix}-alien:before { content: $ti-icon-alien; }
|
|
3500
|
+
.#{$ti-prefix}-alien-filled:before { content: $ti-icon-alien-filled; }
|
|
3366
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; }
|
|
3367
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; }
|
|
3368
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; }
|
|
3369
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; }
|
|
3370
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; }
|
|
3371
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; }
|
|
3372
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; }
|
|
3373
3515
|
.#{$ti-prefix}-align-box-right-middle:before { content: $ti-icon-align-box-right-middle; }
|
|
3374
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; }
|
|
3375
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; }
|
|
3376
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; }
|
|
3377
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; }
|
|
3378
3524
|
.#{$ti-prefix}-align-center:before { content: $ti-icon-align-center; }
|
|
3379
3525
|
.#{$ti-prefix}-align-justified:before { content: $ti-icon-align-justified; }
|
|
3380
3526
|
.#{$ti-prefix}-align-left:before { content: $ti-icon-align-left; }
|
|
@@ -3386,6 +3532,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3386
3532
|
.#{$ti-prefix}-ambulance:before { content: $ti-icon-ambulance; }
|
|
3387
3533
|
.#{$ti-prefix}-ampersand:before { content: $ti-icon-ampersand; }
|
|
3388
3534
|
.#{$ti-prefix}-analyze:before { content: $ti-icon-analyze; }
|
|
3535
|
+
.#{$ti-prefix}-analyze-filled:before { content: $ti-icon-analyze-filled; }
|
|
3389
3536
|
.#{$ti-prefix}-analyze-off:before { content: $ti-icon-analyze-off; }
|
|
3390
3537
|
.#{$ti-prefix}-anchor:before { content: $ti-icon-anchor; }
|
|
3391
3538
|
.#{$ti-prefix}-anchor-off:before { content: $ti-icon-anchor-off; }
|
|
@@ -3406,6 +3553,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3406
3553
|
.#{$ti-prefix}-api-app-off:before { content: $ti-icon-api-app-off; }
|
|
3407
3554
|
.#{$ti-prefix}-api-off:before { content: $ti-icon-api-off; }
|
|
3408
3555
|
.#{$ti-prefix}-app-window:before { content: $ti-icon-app-window; }
|
|
3556
|
+
.#{$ti-prefix}-app-window-filled:before { content: $ti-icon-app-window-filled; }
|
|
3409
3557
|
.#{$ti-prefix}-apple:before { content: $ti-icon-apple; }
|
|
3410
3558
|
.#{$ti-prefix}-apps:before { content: $ti-icon-apps; }
|
|
3411
3559
|
.#{$ti-prefix}-apps-filled:before { content: $ti-icon-apps-filled; }
|
|
@@ -3602,11 +3750,13 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3602
3750
|
.#{$ti-prefix}-at-off:before { content: $ti-icon-at-off; }
|
|
3603
3751
|
.#{$ti-prefix}-atom:before { content: $ti-icon-atom; }
|
|
3604
3752
|
.#{$ti-prefix}-atom-2:before { content: $ti-icon-atom-2; }
|
|
3753
|
+
.#{$ti-prefix}-atom-2-filled:before { content: $ti-icon-atom-2-filled; }
|
|
3605
3754
|
.#{$ti-prefix}-atom-off:before { content: $ti-icon-atom-off; }
|
|
3606
3755
|
.#{$ti-prefix}-augmented-reality:before { content: $ti-icon-augmented-reality; }
|
|
3607
3756
|
.#{$ti-prefix}-augmented-reality-2:before { content: $ti-icon-augmented-reality-2; }
|
|
3608
3757
|
.#{$ti-prefix}-augmented-reality-off:before { content: $ti-icon-augmented-reality-off; }
|
|
3609
3758
|
.#{$ti-prefix}-award:before { content: $ti-icon-award; }
|
|
3759
|
+
.#{$ti-prefix}-award-filled:before { content: $ti-icon-award-filled; }
|
|
3610
3760
|
.#{$ti-prefix}-award-off:before { content: $ti-icon-award-off; }
|
|
3611
3761
|
.#{$ti-prefix}-axe:before { content: $ti-icon-axe; }
|
|
3612
3762
|
.#{$ti-prefix}-axis-x:before { content: $ti-icon-axis-x; }
|
|
@@ -3664,12 +3814,17 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3664
3814
|
.#{$ti-prefix}-basket-off:before { content: $ti-icon-basket-off; }
|
|
3665
3815
|
.#{$ti-prefix}-bat:before { content: $ti-icon-bat; }
|
|
3666
3816
|
.#{$ti-prefix}-bath:before { content: $ti-icon-bath; }
|
|
3817
|
+
.#{$ti-prefix}-bath-filled:before { content: $ti-icon-bath-filled; }
|
|
3667
3818
|
.#{$ti-prefix}-bath-off:before { content: $ti-icon-bath-off; }
|
|
3668
3819
|
.#{$ti-prefix}-battery:before { content: $ti-icon-battery; }
|
|
3669
3820
|
.#{$ti-prefix}-battery-1:before { content: $ti-icon-battery-1; }
|
|
3821
|
+
.#{$ti-prefix}-battery-1-filled:before { content: $ti-icon-battery-1-filled; }
|
|
3670
3822
|
.#{$ti-prefix}-battery-2:before { content: $ti-icon-battery-2; }
|
|
3823
|
+
.#{$ti-prefix}-battery-2-filled:before { content: $ti-icon-battery-2-filled; }
|
|
3671
3824
|
.#{$ti-prefix}-battery-3:before { content: $ti-icon-battery-3; }
|
|
3825
|
+
.#{$ti-prefix}-battery-3-filled:before { content: $ti-icon-battery-3-filled; }
|
|
3672
3826
|
.#{$ti-prefix}-battery-4:before { content: $ti-icon-battery-4; }
|
|
3827
|
+
.#{$ti-prefix}-battery-4-filled:before { content: $ti-icon-battery-4-filled; }
|
|
3673
3828
|
.#{$ti-prefix}-battery-automotive:before { content: $ti-icon-battery-automotive; }
|
|
3674
3829
|
.#{$ti-prefix}-battery-charging:before { content: $ti-icon-battery-charging; }
|
|
3675
3830
|
.#{$ti-prefix}-battery-charging-2:before { content: $ti-icon-battery-charging-2; }
|
|
@@ -3685,13 +3840,19 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3685
3840
|
.#{$ti-prefix}-bell:before { content: $ti-icon-bell; }
|
|
3686
3841
|
.#{$ti-prefix}-bell-filled:before { content: $ti-icon-bell-filled; }
|
|
3687
3842
|
.#{$ti-prefix}-bell-minus:before { content: $ti-icon-bell-minus; }
|
|
3843
|
+
.#{$ti-prefix}-bell-minus-filled:before { content: $ti-icon-bell-minus-filled; }
|
|
3688
3844
|
.#{$ti-prefix}-bell-off:before { content: $ti-icon-bell-off; }
|
|
3689
3845
|
.#{$ti-prefix}-bell-plus:before { content: $ti-icon-bell-plus; }
|
|
3846
|
+
.#{$ti-prefix}-bell-plus-filled:before { content: $ti-icon-bell-plus-filled; }
|
|
3690
3847
|
.#{$ti-prefix}-bell-ringing:before { content: $ti-icon-bell-ringing; }
|
|
3691
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; }
|
|
3692
3851
|
.#{$ti-prefix}-bell-school:before { content: $ti-icon-bell-school; }
|
|
3693
3852
|
.#{$ti-prefix}-bell-x:before { content: $ti-icon-bell-x; }
|
|
3853
|
+
.#{$ti-prefix}-bell-x-filled:before { content: $ti-icon-bell-x-filled; }
|
|
3694
3854
|
.#{$ti-prefix}-bell-z:before { content: $ti-icon-bell-z; }
|
|
3855
|
+
.#{$ti-prefix}-bell-z-filled:before { content: $ti-icon-bell-z-filled; }
|
|
3695
3856
|
.#{$ti-prefix}-beta:before { content: $ti-icon-beta; }
|
|
3696
3857
|
.#{$ti-prefix}-bible:before { content: $ti-icon-bible; }
|
|
3697
3858
|
.#{$ti-prefix}-bike:before { content: $ti-icon-bike; }
|
|
@@ -4261,12 +4422,19 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4261
4422
|
.#{$ti-prefix}-chef-hat:before { content: $ti-icon-chef-hat; }
|
|
4262
4423
|
.#{$ti-prefix}-chef-hat-off:before { content: $ti-icon-chef-hat-off; }
|
|
4263
4424
|
.#{$ti-prefix}-cherry:before { content: $ti-icon-cherry; }
|
|
4425
|
+
.#{$ti-prefix}-cherry-filled:before { content: $ti-icon-cherry-filled; }
|
|
4264
4426
|
.#{$ti-prefix}-chess:before { content: $ti-icon-chess; }
|
|
4265
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; }
|
|
4266
4430
|
.#{$ti-prefix}-chess-king:before { content: $ti-icon-chess-king; }
|
|
4431
|
+
.#{$ti-prefix}-chess-king-filled:before { content: $ti-icon-chess-king-filled; }
|
|
4267
4432
|
.#{$ti-prefix}-chess-knight:before { content: $ti-icon-chess-knight; }
|
|
4433
|
+
.#{$ti-prefix}-chess-knight-filled:before { content: $ti-icon-chess-knight-filled; }
|
|
4268
4434
|
.#{$ti-prefix}-chess-queen:before { content: $ti-icon-chess-queen; }
|
|
4435
|
+
.#{$ti-prefix}-chess-queen-filled:before { content: $ti-icon-chess-queen-filled; }
|
|
4269
4436
|
.#{$ti-prefix}-chess-rook:before { content: $ti-icon-chess-rook; }
|
|
4437
|
+
.#{$ti-prefix}-chess-rook-filled:before { content: $ti-icon-chess-rook-filled; }
|
|
4270
4438
|
.#{$ti-prefix}-chevron-down:before { content: $ti-icon-chevron-down; }
|
|
4271
4439
|
.#{$ti-prefix}-chevron-down-left:before { content: $ti-icon-chevron-down-left; }
|
|
4272
4440
|
.#{$ti-prefix}-chevron-down-right:before { content: $ti-icon-chevron-down-right; }
|
|
@@ -4287,6 +4455,16 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4287
4455
|
.#{$ti-prefix}-christmas-tree:before { content: $ti-icon-christmas-tree; }
|
|
4288
4456
|
.#{$ti-prefix}-christmas-tree-off:before { content: $ti-icon-christmas-tree-off; }
|
|
4289
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; }
|
|
4290
4468
|
.#{$ti-prefix}-circle-arrow-down:before { content: $ti-icon-circle-arrow-down; }
|
|
4291
4469
|
.#{$ti-prefix}-circle-arrow-down-filled:before { content: $ti-icon-circle-arrow-down-filled; }
|
|
4292
4470
|
.#{$ti-prefix}-circle-arrow-down-left:before { content: $ti-icon-circle-arrow-down-left; }
|
|
@@ -4371,6 +4549,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4371
4549
|
.#{$ti-prefix}-circle-square:before { content: $ti-icon-circle-square; }
|
|
4372
4550
|
.#{$ti-prefix}-circle-triangle:before { content: $ti-icon-circle-triangle; }
|
|
4373
4551
|
.#{$ti-prefix}-circle-x:before { content: $ti-icon-circle-x; }
|
|
4552
|
+
.#{$ti-prefix}-circle-x-filled:before { content: $ti-icon-circle-x-filled; }
|
|
4374
4553
|
.#{$ti-prefix}-circles:before { content: $ti-icon-circles; }
|
|
4375
4554
|
.#{$ti-prefix}-circles-filled:before { content: $ti-icon-circles-filled; }
|
|
4376
4555
|
.#{$ti-prefix}-circles-relation:before { content: $ti-icon-circles-relation; }
|
|
@@ -4411,6 +4590,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4411
4590
|
.#{$ti-prefix}-clock-2:before { content: $ti-icon-clock-2; }
|
|
4412
4591
|
.#{$ti-prefix}-clock-cancel:before { content: $ti-icon-clock-cancel; }
|
|
4413
4592
|
.#{$ti-prefix}-clock-edit:before { content: $ti-icon-clock-edit; }
|
|
4593
|
+
.#{$ti-prefix}-clock-filled:before { content: $ti-icon-clock-filled; }
|
|
4414
4594
|
.#{$ti-prefix}-clock-hour-1:before { content: $ti-icon-clock-hour-1; }
|
|
4415
4595
|
.#{$ti-prefix}-clock-hour-10:before { content: $ti-icon-clock-hour-10; }
|
|
4416
4596
|
.#{$ti-prefix}-clock-hour-11:before { content: $ti-icon-clock-hour-11; }
|
|
@@ -4506,8 +4686,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4506
4686
|
.#{$ti-prefix}-copy:before { content: $ti-icon-copy; }
|
|
4507
4687
|
.#{$ti-prefix}-copy-off:before { content: $ti-icon-copy-off; }
|
|
4508
4688
|
.#{$ti-prefix}-copyleft:before { content: $ti-icon-copyleft; }
|
|
4689
|
+
.#{$ti-prefix}-copyleft-filled:before { content: $ti-icon-copyleft-filled; }
|
|
4509
4690
|
.#{$ti-prefix}-copyleft-off:before { content: $ti-icon-copyleft-off; }
|
|
4510
4691
|
.#{$ti-prefix}-copyright:before { content: $ti-icon-copyright; }
|
|
4692
|
+
.#{$ti-prefix}-copyright-filled:before { content: $ti-icon-copyright-filled; }
|
|
4511
4693
|
.#{$ti-prefix}-copyright-off:before { content: $ti-icon-copyright-off; }
|
|
4512
4694
|
.#{$ti-prefix}-corner-down-left:before { content: $ti-icon-corner-down-left; }
|
|
4513
4695
|
.#{$ti-prefix}-corner-down-left-double:before { content: $ti-icon-corner-down-left-double; }
|
|
@@ -4691,20 +4873,29 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4691
4873
|
.#{$ti-prefix}-dialpad:before { content: $ti-icon-dialpad; }
|
|
4692
4874
|
.#{$ti-prefix}-dialpad-off:before { content: $ti-icon-dialpad-off; }
|
|
4693
4875
|
.#{$ti-prefix}-diamond:before { content: $ti-icon-diamond; }
|
|
4876
|
+
.#{$ti-prefix}-diamond-filled:before { content: $ti-icon-diamond-filled; }
|
|
4694
4877
|
.#{$ti-prefix}-diamond-off:before { content: $ti-icon-diamond-off; }
|
|
4695
4878
|
.#{$ti-prefix}-diamonds:before { content: $ti-icon-diamonds; }
|
|
4696
4879
|
.#{$ti-prefix}-diamonds-filled:before { content: $ti-icon-diamonds-filled; }
|
|
4697
4880
|
.#{$ti-prefix}-dice:before { content: $ti-icon-dice; }
|
|
4698
4881
|
.#{$ti-prefix}-dice-1:before { content: $ti-icon-dice-1; }
|
|
4882
|
+
.#{$ti-prefix}-dice-1-filled:before { content: $ti-icon-dice-1-filled; }
|
|
4699
4883
|
.#{$ti-prefix}-dice-2:before { content: $ti-icon-dice-2; }
|
|
4884
|
+
.#{$ti-prefix}-dice-2-filled:before { content: $ti-icon-dice-2-filled; }
|
|
4700
4885
|
.#{$ti-prefix}-dice-3:before { content: $ti-icon-dice-3; }
|
|
4886
|
+
.#{$ti-prefix}-dice-3-filled:before { content: $ti-icon-dice-3-filled; }
|
|
4701
4887
|
.#{$ti-prefix}-dice-4:before { content: $ti-icon-dice-4; }
|
|
4888
|
+
.#{$ti-prefix}-dice-4-filled:before { content: $ti-icon-dice-4-filled; }
|
|
4702
4889
|
.#{$ti-prefix}-dice-5:before { content: $ti-icon-dice-5; }
|
|
4890
|
+
.#{$ti-prefix}-dice-5-filled:before { content: $ti-icon-dice-5-filled; }
|
|
4703
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; }
|
|
4704
4894
|
.#{$ti-prefix}-dimensions:before { content: $ti-icon-dimensions; }
|
|
4705
4895
|
.#{$ti-prefix}-direction:before { content: $ti-icon-direction; }
|
|
4706
4896
|
.#{$ti-prefix}-direction-horizontal:before { content: $ti-icon-direction-horizontal; }
|
|
4707
4897
|
.#{$ti-prefix}-direction-sign:before { content: $ti-icon-direction-sign; }
|
|
4898
|
+
.#{$ti-prefix}-direction-sign-filled:before { content: $ti-icon-direction-sign-filled; }
|
|
4708
4899
|
.#{$ti-prefix}-direction-sign-off:before { content: $ti-icon-direction-sign-off; }
|
|
4709
4900
|
.#{$ti-prefix}-directions:before { content: $ti-icon-directions; }
|
|
4710
4901
|
.#{$ti-prefix}-directions-off:before { content: $ti-icon-directions-off; }
|
|
@@ -4718,6 +4909,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4718
4909
|
.#{$ti-prefix}-discount-2:before { content: $ti-icon-discount-2; }
|
|
4719
4910
|
.#{$ti-prefix}-discount-2-off:before { content: $ti-icon-discount-2-off; }
|
|
4720
4911
|
.#{$ti-prefix}-discount-check:before { content: $ti-icon-discount-check; }
|
|
4912
|
+
.#{$ti-prefix}-discount-check-filled:before { content: $ti-icon-discount-check-filled; }
|
|
4721
4913
|
.#{$ti-prefix}-discount-off:before { content: $ti-icon-discount-off; }
|
|
4722
4914
|
.#{$ti-prefix}-divide:before { content: $ti-icon-divide; }
|
|
4723
4915
|
.#{$ti-prefix}-dna:before { content: $ti-icon-dna; }
|
|
@@ -4841,6 +5033,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4841
5033
|
.#{$ti-prefix}-file-download:before { content: $ti-icon-file-download; }
|
|
4842
5034
|
.#{$ti-prefix}-file-euro:before { content: $ti-icon-file-euro; }
|
|
4843
5035
|
.#{$ti-prefix}-file-export:before { content: $ti-icon-file-export; }
|
|
5036
|
+
.#{$ti-prefix}-file-filled:before { content: $ti-icon-file-filled; }
|
|
4844
5037
|
.#{$ti-prefix}-file-function:before { content: $ti-icon-file-function; }
|
|
4845
5038
|
.#{$ti-prefix}-file-horizontal:before { content: $ti-icon-file-horizontal; }
|
|
4846
5039
|
.#{$ti-prefix}-file-import:before { content: $ti-icon-file-import; }
|
|
@@ -4876,6 +5069,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4876
5069
|
.#{$ti-prefix}-file-upload:before { content: $ti-icon-file-upload; }
|
|
4877
5070
|
.#{$ti-prefix}-file-vector:before { content: $ti-icon-file-vector; }
|
|
4878
5071
|
.#{$ti-prefix}-file-x:before { content: $ti-icon-file-x; }
|
|
5072
|
+
.#{$ti-prefix}-file-x-filled:before { content: $ti-icon-file-x-filled; }
|
|
4879
5073
|
.#{$ti-prefix}-file-zip:before { content: $ti-icon-file-zip; }
|
|
4880
5074
|
.#{$ti-prefix}-files:before { content: $ti-icon-files; }
|
|
4881
5075
|
.#{$ti-prefix}-files-off:before { content: $ti-icon-files-off; }
|
|
@@ -4925,6 +5119,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4925
5119
|
.#{$ti-prefix}-fold-down:before { content: $ti-icon-fold-down; }
|
|
4926
5120
|
.#{$ti-prefix}-fold-up:before { content: $ti-icon-fold-up; }
|
|
4927
5121
|
.#{$ti-prefix}-folder:before { content: $ti-icon-folder; }
|
|
5122
|
+
.#{$ti-prefix}-folder-filled:before { content: $ti-icon-folder-filled; }
|
|
4928
5123
|
.#{$ti-prefix}-folder-minus:before { content: $ti-icon-folder-minus; }
|
|
4929
5124
|
.#{$ti-prefix}-folder-off:before { content: $ti-icon-folder-off; }
|
|
4930
5125
|
.#{$ti-prefix}-folder-plus:before { content: $ti-icon-folder-plus; }
|
|
@@ -4974,6 +5169,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4974
5169
|
.#{$ti-prefix}-geometry:before { content: $ti-icon-geometry; }
|
|
4975
5170
|
.#{$ti-prefix}-ghost:before { content: $ti-icon-ghost; }
|
|
4976
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; }
|
|
4977
5174
|
.#{$ti-prefix}-ghost-off:before { content: $ti-icon-ghost-off; }
|
|
4978
5175
|
.#{$ti-prefix}-gif:before { content: $ti-icon-gif; }
|
|
4979
5176
|
.#{$ti-prefix}-gift:before { content: $ti-icon-gift; }
|
|
@@ -5068,7 +5265,17 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5068
5265
|
.#{$ti-prefix}-help:before { content: $ti-icon-help; }
|
|
5069
5266
|
.#{$ti-prefix}-help-off:before { content: $ti-icon-help-off; }
|
|
5070
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; }
|
|
5071
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; }
|
|
5072
5279
|
.#{$ti-prefix}-hexagon-filled:before { content: $ti-icon-hexagon-filled; }
|
|
5073
5280
|
.#{$ti-prefix}-hexagon-letter-a:before { content: $ti-icon-hexagon-letter-a; }
|
|
5074
5281
|
.#{$ti-prefix}-hexagon-letter-b:before { content: $ti-icon-hexagon-letter-b; }
|
|
@@ -5152,6 +5359,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5152
5359
|
.#{$ti-prefix}-hotel-service:before { content: $ti-icon-hotel-service; }
|
|
5153
5360
|
.#{$ti-prefix}-hourglass:before { content: $ti-icon-hourglass; }
|
|
5154
5361
|
.#{$ti-prefix}-hourglass-empty:before { content: $ti-icon-hourglass-empty; }
|
|
5362
|
+
.#{$ti-prefix}-hourglass-filled:before { content: $ti-icon-hourglass-filled; }
|
|
5155
5363
|
.#{$ti-prefix}-hourglass-high:before { content: $ti-icon-hourglass-high; }
|
|
5156
5364
|
.#{$ti-prefix}-hourglass-low:before { content: $ti-icon-hourglass-low; }
|
|
5157
5365
|
.#{$ti-prefix}-hourglass-off:before { content: $ti-icon-hourglass-off; }
|
|
@@ -5178,13 +5386,21 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5178
5386
|
.#{$ti-prefix}-info-square-rounded:before { content: $ti-icon-info-square-rounded; }
|
|
5179
5387
|
.#{$ti-prefix}-info-square-rounded-filled:before { content: $ti-icon-info-square-rounded-filled; }
|
|
5180
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; }
|
|
5181
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; }
|
|
5182
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; }
|
|
5183
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; }
|
|
5184
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; }
|
|
5185
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; }
|
|
5186
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; }
|
|
5187
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; }
|
|
5188
5404
|
.#{$ti-prefix}-input-search:before { content: $ti-icon-input-search; }
|
|
5189
5405
|
.#{$ti-prefix}-ironing-1:before { content: $ti-icon-ironing-1; }
|
|
5190
5406
|
.#{$ti-prefix}-ironing-2:before { content: $ti-icon-ironing-2; }
|
|
@@ -5597,6 +5813,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5597
5813
|
.#{$ti-prefix}-pacman:before { content: $ti-icon-pacman; }
|
|
5598
5814
|
.#{$ti-prefix}-page-break:before { content: $ti-icon-page-break; }
|
|
5599
5815
|
.#{$ti-prefix}-paint:before { content: $ti-icon-paint; }
|
|
5816
|
+
.#{$ti-prefix}-paint-filled:before { content: $ti-icon-paint-filled; }
|
|
5600
5817
|
.#{$ti-prefix}-paint-off:before { content: $ti-icon-paint-off; }
|
|
5601
5818
|
.#{$ti-prefix}-palette:before { content: $ti-icon-palette; }
|
|
5602
5819
|
.#{$ti-prefix}-palette-off:before { content: $ti-icon-palette-off; }
|
|
@@ -5776,6 +5993,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5776
5993
|
.#{$ti-prefix}-radio:before { content: $ti-icon-radio; }
|
|
5777
5994
|
.#{$ti-prefix}-radio-off:before { content: $ti-icon-radio-off; }
|
|
5778
5995
|
.#{$ti-prefix}-radioactive:before { content: $ti-icon-radioactive; }
|
|
5996
|
+
.#{$ti-prefix}-radioactive-filled:before { content: $ti-icon-radioactive-filled; }
|
|
5779
5997
|
.#{$ti-prefix}-radioactive-off:before { content: $ti-icon-radioactive-off; }
|
|
5780
5998
|
.#{$ti-prefix}-radius-bottom-left:before { content: $ti-icon-radius-bottom-left; }
|
|
5781
5999
|
.#{$ti-prefix}-radius-bottom-right:before { content: $ti-icon-radius-bottom-right; }
|
|
@@ -5951,12 +6169,15 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5951
6169
|
.#{$ti-prefix}-share-off:before { content: $ti-icon-share-off; }
|
|
5952
6170
|
.#{$ti-prefix}-shield:before { content: $ti-icon-shield; }
|
|
5953
6171
|
.#{$ti-prefix}-shield-check:before { content: $ti-icon-shield-check; }
|
|
6172
|
+
.#{$ti-prefix}-shield-check-filled:before { content: $ti-icon-shield-check-filled; }
|
|
5954
6173
|
.#{$ti-prefix}-shield-checkered:before { content: $ti-icon-shield-checkered; }
|
|
6174
|
+
.#{$ti-prefix}-shield-checkered-filled:before { content: $ti-icon-shield-checkered-filled; }
|
|
5955
6175
|
.#{$ti-prefix}-shield-chevron:before { content: $ti-icon-shield-chevron; }
|
|
5956
6176
|
.#{$ti-prefix}-shield-filled:before { content: $ti-icon-shield-filled; }
|
|
5957
6177
|
.#{$ti-prefix}-shield-half:before { content: $ti-icon-shield-half; }
|
|
5958
6178
|
.#{$ti-prefix}-shield-half-filled:before { content: $ti-icon-shield-half-filled; }
|
|
5959
6179
|
.#{$ti-prefix}-shield-lock:before { content: $ti-icon-shield-lock; }
|
|
6180
|
+
.#{$ti-prefix}-shield-lock-filled:before { content: $ti-icon-shield-lock-filled; }
|
|
5960
6181
|
.#{$ti-prefix}-shield-off:before { content: $ti-icon-shield-off; }
|
|
5961
6182
|
.#{$ti-prefix}-shield-x:before { content: $ti-icon-shield-x; }
|
|
5962
6183
|
.#{$ti-prefix}-ship:before { content: $ti-icon-ship; }
|
|
@@ -6041,12 +6262,22 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6041
6262
|
.#{$ti-prefix}-spy:before { content: $ti-icon-spy; }
|
|
6042
6263
|
.#{$ti-prefix}-spy-off:before { content: $ti-icon-spy-off; }
|
|
6043
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; }
|
|
6044
6274
|
.#{$ti-prefix}-square-arrow-down:before { content: $ti-icon-square-arrow-down; }
|
|
6045
6275
|
.#{$ti-prefix}-square-arrow-left:before { content: $ti-icon-square-arrow-left; }
|
|
6046
6276
|
.#{$ti-prefix}-square-arrow-right:before { content: $ti-icon-square-arrow-right; }
|
|
6047
6277
|
.#{$ti-prefix}-square-arrow-up:before { content: $ti-icon-square-arrow-up; }
|
|
6048
6278
|
.#{$ti-prefix}-square-asterisk:before { content: $ti-icon-square-asterisk; }
|
|
6049
6279
|
.#{$ti-prefix}-square-check:before { content: $ti-icon-square-check; }
|
|
6280
|
+
.#{$ti-prefix}-square-check-filled:before { content: $ti-icon-square-check-filled; }
|
|
6050
6281
|
.#{$ti-prefix}-square-chevron-down:before { content: $ti-icon-square-chevron-down; }
|
|
6051
6282
|
.#{$ti-prefix}-square-chevron-left:before { content: $ti-icon-square-chevron-left; }
|
|
6052
6283
|
.#{$ti-prefix}-square-chevron-right:before { content: $ti-icon-square-chevron-right; }
|
|
@@ -6057,15 +6288,25 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6057
6288
|
.#{$ti-prefix}-square-chevrons-up:before { content: $ti-icon-square-chevrons-up; }
|
|
6058
6289
|
.#{$ti-prefix}-square-dot:before { content: $ti-icon-square-dot; }
|
|
6059
6290
|
.#{$ti-prefix}-square-f0:before { content: $ti-icon-square-f0; }
|
|
6291
|
+
.#{$ti-prefix}-square-f0-filled:before { content: $ti-icon-square-f0-filled; }
|
|
6060
6292
|
.#{$ti-prefix}-square-f1:before { content: $ti-icon-square-f1; }
|
|
6293
|
+
.#{$ti-prefix}-square-f1-filled:before { content: $ti-icon-square-f1-filled; }
|
|
6061
6294
|
.#{$ti-prefix}-square-f2:before { content: $ti-icon-square-f2; }
|
|
6295
|
+
.#{$ti-prefix}-square-f2-filled:before { content: $ti-icon-square-f2-filled; }
|
|
6062
6296
|
.#{$ti-prefix}-square-f3:before { content: $ti-icon-square-f3; }
|
|
6297
|
+
.#{$ti-prefix}-square-f3-filled:before { content: $ti-icon-square-f3-filled; }
|
|
6063
6298
|
.#{$ti-prefix}-square-f4:before { content: $ti-icon-square-f4; }
|
|
6299
|
+
.#{$ti-prefix}-square-f4-filled:before { content: $ti-icon-square-f4-filled; }
|
|
6064
6300
|
.#{$ti-prefix}-square-f5:before { content: $ti-icon-square-f5; }
|
|
6301
|
+
.#{$ti-prefix}-square-f5-filled:before { content: $ti-icon-square-f5-filled; }
|
|
6065
6302
|
.#{$ti-prefix}-square-f6:before { content: $ti-icon-square-f6; }
|
|
6303
|
+
.#{$ti-prefix}-square-f6-filled:before { content: $ti-icon-square-f6-filled; }
|
|
6066
6304
|
.#{$ti-prefix}-square-f7:before { content: $ti-icon-square-f7; }
|
|
6305
|
+
.#{$ti-prefix}-square-f7-filled:before { content: $ti-icon-square-f7-filled; }
|
|
6067
6306
|
.#{$ti-prefix}-square-f8:before { content: $ti-icon-square-f8; }
|
|
6307
|
+
.#{$ti-prefix}-square-f8-filled:before { content: $ti-icon-square-f8-filled; }
|
|
6068
6308
|
.#{$ti-prefix}-square-f9:before { content: $ti-icon-square-f9; }
|
|
6309
|
+
.#{$ti-prefix}-square-f9-filled:before { content: $ti-icon-square-f9-filled; }
|
|
6069
6310
|
.#{$ti-prefix}-square-forbid:before { content: $ti-icon-square-forbid; }
|
|
6070
6311
|
.#{$ti-prefix}-square-forbid-2:before { content: $ti-icon-square-forbid-2; }
|
|
6071
6312
|
.#{$ti-prefix}-square-half:before { content: $ti-icon-square-half; }
|
|
@@ -6172,15 +6413,25 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6172
6413
|
.#{$ti-prefix}-square-rounded-letter-z:before { content: $ti-icon-square-rounded-letter-z; }
|
|
6173
6414
|
.#{$ti-prefix}-square-rounded-minus:before { content: $ti-icon-square-rounded-minus; }
|
|
6174
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; }
|
|
6175
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; }
|
|
6176
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; }
|
|
6177
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; }
|
|
6178
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; }
|
|
6179
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; }
|
|
6180
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; }
|
|
6181
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; }
|
|
6182
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; }
|
|
6183
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; }
|
|
6184
6435
|
.#{$ti-prefix}-square-rounded-plus:before { content: $ti-icon-square-rounded-plus; }
|
|
6185
6436
|
.#{$ti-prefix}-square-rounded-plus-filled:before { content: $ti-icon-square-rounded-plus-filled; }
|
|
6186
6437
|
.#{$ti-prefix}-square-rounded-x:before { content: $ti-icon-square-rounded-x; }
|
|
@@ -6251,6 +6502,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6251
6502
|
.#{$ti-prefix}-table:before { content: $ti-icon-table; }
|
|
6252
6503
|
.#{$ti-prefix}-table-alias:before { content: $ti-icon-table-alias; }
|
|
6253
6504
|
.#{$ti-prefix}-table-export:before { content: $ti-icon-table-export; }
|
|
6505
|
+
.#{$ti-prefix}-table-filled:before { content: $ti-icon-table-filled; }
|
|
6254
6506
|
.#{$ti-prefix}-table-import:before { content: $ti-icon-table-import; }
|
|
6255
6507
|
.#{$ti-prefix}-table-off:before { content: $ti-icon-table-off; }
|
|
6256
6508
|
.#{$ti-prefix}-table-options:before { content: $ti-icon-table-options; }
|
|
@@ -6371,8 +6623,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6371
6623
|
.#{$ti-prefix}-transition-right:before { content: $ti-icon-transition-right; }
|
|
6372
6624
|
.#{$ti-prefix}-transition-top:before { content: $ti-icon-transition-top; }
|
|
6373
6625
|
.#{$ti-prefix}-trash:before { content: $ti-icon-trash; }
|
|
6626
|
+
.#{$ti-prefix}-trash-filled:before { content: $ti-icon-trash-filled; }
|
|
6374
6627
|
.#{$ti-prefix}-trash-off:before { content: $ti-icon-trash-off; }
|
|
6375
6628
|
.#{$ti-prefix}-trash-x:before { content: $ti-icon-trash-x; }
|
|
6629
|
+
.#{$ti-prefix}-trash-x-filled:before { content: $ti-icon-trash-x-filled; }
|
|
6376
6630
|
.#{$ti-prefix}-tree:before { content: $ti-icon-tree; }
|
|
6377
6631
|
.#{$ti-prefix}-trees:before { content: $ti-icon-trees; }
|
|
6378
6632
|
.#{$ti-prefix}-trekking:before { content: $ti-icon-trekking; }
|
|
@@ -6551,6 +6805,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6551
6805
|
.#{$ti-prefix}-xbox-x:before { content: $ti-icon-xbox-x; }
|
|
6552
6806
|
.#{$ti-prefix}-xbox-y:before { content: $ti-icon-xbox-y; }
|
|
6553
6807
|
.#{$ti-prefix}-yin-yang:before { content: $ti-icon-yin-yang; }
|
|
6808
|
+
.#{$ti-prefix}-yin-yang-filled:before { content: $ti-icon-yin-yang-filled; }
|
|
6554
6809
|
.#{$ti-prefix}-yoga:before { content: $ti-icon-yoga; }
|
|
6555
6810
|
.#{$ti-prefix}-zeppelin:before { content: $ti-icon-zeppelin; }
|
|
6556
6811
|
.#{$ti-prefix}-zeppelin-off:before { content: $ti-icon-zeppelin-off; }
|
|
@@ -6569,13 +6824,18 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6569
6824
|
.#{$ti-prefix}-zodiac-virgo:before { content: $ti-icon-zodiac-virgo; }
|
|
6570
6825
|
.#{$ti-prefix}-zoom-cancel:before { content: $ti-icon-zoom-cancel; }
|
|
6571
6826
|
.#{$ti-prefix}-zoom-check:before { content: $ti-icon-zoom-check; }
|
|
6827
|
+
.#{$ti-prefix}-zoom-check-filled:before { content: $ti-icon-zoom-check-filled; }
|
|
6572
6828
|
.#{$ti-prefix}-zoom-code:before { content: $ti-icon-zoom-code; }
|
|
6573
6829
|
.#{$ti-prefix}-zoom-exclamation:before { content: $ti-icon-zoom-exclamation; }
|
|
6830
|
+
.#{$ti-prefix}-zoom-filled:before { content: $ti-icon-zoom-filled; }
|
|
6574
6831
|
.#{$ti-prefix}-zoom-in:before { content: $ti-icon-zoom-in; }
|
|
6575
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; }
|
|
6576
6835
|
.#{$ti-prefix}-zoom-money:before { content: $ti-icon-zoom-money; }
|
|
6577
6836
|
.#{$ti-prefix}-zoom-out:before { content: $ti-icon-zoom-out; }
|
|
6578
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; }
|
|
6579
6839
|
.#{$ti-prefix}-zoom-pan:before { content: $ti-icon-zoom-pan; }
|
|
6580
6840
|
.#{$ti-prefix}-zoom-question:before { content: $ti-icon-zoom-question; }
|
|
6581
6841
|
.#{$ti-prefix}-zoom-replace:before { content: $ti-icon-zoom-replace; }
|