@tabler/icons-webfont 2.3.0 → 2.5.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 +4 -4
- package/tabler-icons.css +595 -3
- package/tabler-icons.css.map +1 -7
- package/tabler-icons.html +1334 -2
- package/tabler-icons.min.css +2 -3
- package/tabler-icons.min.css.map +1 -7
- package/tabler-icons.scss +301 -5
package/tabler-icons.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.5.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.5.0');
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.5.0') format('embedded-opentype'),
|
|
17
|
+
url('#{$ti-font-path}/tabler-icons.woff2?v2.5.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.5.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');
|
|
@@ -583,6 +614,7 @@ $ti-icon-brand-d3: unicode('f24e');
|
|
|
583
614
|
$ti-icon-brand-days-counter: unicode('f4d2');
|
|
584
615
|
$ti-icon-brand-dcos: unicode('f32a');
|
|
585
616
|
$ti-icon-brand-debian: unicode('ef57');
|
|
617
|
+
$ti-icon-brand-deezer: unicode('f78b');
|
|
586
618
|
$ti-icon-brand-deliveroo: unicode('f4d3');
|
|
587
619
|
$ti-icon-brand-deno: unicode('f24f');
|
|
588
620
|
$ti-icon-brand-denodo: unicode('f610');
|
|
@@ -617,6 +649,7 @@ $ti-icon-brand-flutter: unicode('f395');
|
|
|
617
649
|
$ti-icon-brand-fortnite: unicode('f260');
|
|
618
650
|
$ti-icon-brand-foursquare: unicode('ecff');
|
|
619
651
|
$ti-icon-brand-framer: unicode('ec1b');
|
|
652
|
+
$ti-icon-brand-framer-motion: unicode('f78c');
|
|
620
653
|
$ti-icon-brand-funimation: unicode('f655');
|
|
621
654
|
$ti-icon-brand-gatsby: unicode('f396');
|
|
622
655
|
$ti-icon-brand-git: unicode('ef6f');
|
|
@@ -624,6 +657,7 @@ $ti-icon-brand-github: unicode('ec1c');
|
|
|
624
657
|
$ti-icon-brand-github-copilot: unicode('f4a8');
|
|
625
658
|
$ti-icon-brand-gitlab: unicode('ec1d');
|
|
626
659
|
$ti-icon-brand-gmail: unicode('efa2');
|
|
660
|
+
$ti-icon-brand-golang: unicode('f78d');
|
|
627
661
|
$ti-icon-brand-google: unicode('ec1f');
|
|
628
662
|
$ti-icon-brand-google-analytics: unicode('edcb');
|
|
629
663
|
$ti-icon-brand-google-big-query: unicode('f612');
|
|
@@ -690,6 +724,7 @@ $ti-icon-brand-ok-ru: unicode('f399');
|
|
|
690
724
|
$ti-icon-brand-onedrive: unicode('f5d7');
|
|
691
725
|
$ti-icon-brand-onlyfans: unicode('f605');
|
|
692
726
|
$ti-icon-brand-open-source: unicode('edd0');
|
|
727
|
+
$ti-icon-brand-openai: unicode('f78e');
|
|
693
728
|
$ti-icon-brand-openvpn: unicode('f39a');
|
|
694
729
|
$ti-icon-brand-opera: unicode('ec21');
|
|
695
730
|
$ti-icon-brand-pagekit: unicode('edd1');
|
|
@@ -701,6 +736,7 @@ $ti-icon-brand-pepsi: unicode('f261');
|
|
|
701
736
|
$ti-icon-brand-php: unicode('ef72');
|
|
702
737
|
$ti-icon-brand-picsart: unicode('f4d9');
|
|
703
738
|
$ti-icon-brand-pinterest: unicode('ec8d');
|
|
739
|
+
$ti-icon-brand-planetscale: unicode('f78f');
|
|
704
740
|
$ti-icon-brand-pocket: unicode('ed00');
|
|
705
741
|
$ti-icon-brand-polymer: unicode('f498');
|
|
706
742
|
$ti-icon-brand-powershell: unicode('f5ed');
|
|
@@ -710,6 +746,7 @@ $ti-icon-brand-pushbullet: unicode('f330');
|
|
|
710
746
|
$ti-icon-brand-pushover: unicode('f20e');
|
|
711
747
|
$ti-icon-brand-python: unicode('ed01');
|
|
712
748
|
$ti-icon-brand-qq: unicode('f606');
|
|
749
|
+
$ti-icon-brand-radix-ui: unicode('f790');
|
|
713
750
|
$ti-icon-brand-react: unicode('f34c');
|
|
714
751
|
$ti-icon-brand-react-native: unicode('ef73');
|
|
715
752
|
$ti-icon-brand-reason: unicode('f49a');
|
|
@@ -988,12 +1025,19 @@ $ti-icon-cheese: unicode('ef26');
|
|
|
988
1025
|
$ti-icon-chef-hat: unicode('f21d');
|
|
989
1026
|
$ti-icon-chef-hat-off: unicode('f3d4');
|
|
990
1027
|
$ti-icon-cherry: unicode('f511');
|
|
1028
|
+
$ti-icon-cherry-filled: unicode('f728');
|
|
991
1029
|
$ti-icon-chess: unicode('f382');
|
|
992
1030
|
$ti-icon-chess-bishop: unicode('f56b');
|
|
1031
|
+
$ti-icon-chess-bishop-filled: unicode('f729');
|
|
1032
|
+
$ti-icon-chess-filled: unicode('f72a');
|
|
993
1033
|
$ti-icon-chess-king: unicode('f56c');
|
|
1034
|
+
$ti-icon-chess-king-filled: unicode('f72b');
|
|
994
1035
|
$ti-icon-chess-knight: unicode('f56d');
|
|
1036
|
+
$ti-icon-chess-knight-filled: unicode('f72c');
|
|
995
1037
|
$ti-icon-chess-queen: unicode('f56e');
|
|
1038
|
+
$ti-icon-chess-queen-filled: unicode('f72d');
|
|
996
1039
|
$ti-icon-chess-rook: unicode('f56f');
|
|
1040
|
+
$ti-icon-chess-rook-filled: unicode('f72e');
|
|
997
1041
|
$ti-icon-chevron-down: unicode('ea5f');
|
|
998
1042
|
$ti-icon-chevron-down-left: unicode('ed09');
|
|
999
1043
|
$ti-icon-chevron-down-right: unicode('ed0a');
|
|
@@ -1014,6 +1058,16 @@ $ti-icon-chisel: unicode('f383');
|
|
|
1014
1058
|
$ti-icon-christmas-tree: unicode('ed78');
|
|
1015
1059
|
$ti-icon-christmas-tree-off: unicode('f3d5');
|
|
1016
1060
|
$ti-icon-circle: unicode('ea6b');
|
|
1061
|
+
$ti-icon-circle-0-filled: unicode('f72f');
|
|
1062
|
+
$ti-icon-circle-1-filled: unicode('f730');
|
|
1063
|
+
$ti-icon-circle-2-filled: unicode('f731');
|
|
1064
|
+
$ti-icon-circle-3-filled: unicode('f732');
|
|
1065
|
+
$ti-icon-circle-4-filled: unicode('f733');
|
|
1066
|
+
$ti-icon-circle-5-filled: unicode('f734');
|
|
1067
|
+
$ti-icon-circle-6-filled: unicode('f735');
|
|
1068
|
+
$ti-icon-circle-7-filled: unicode('f736');
|
|
1069
|
+
$ti-icon-circle-8-filled: unicode('f737');
|
|
1070
|
+
$ti-icon-circle-9-filled: unicode('f738');
|
|
1017
1071
|
$ti-icon-circle-arrow-down: unicode('f6f9');
|
|
1018
1072
|
$ti-icon-circle-arrow-down-filled: unicode('f6f4');
|
|
1019
1073
|
$ti-icon-circle-arrow-down-left: unicode('f6f6');
|
|
@@ -1098,6 +1152,7 @@ $ti-icon-circle-rectangle-off: unicode('f0cd');
|
|
|
1098
1152
|
$ti-icon-circle-square: unicode('ece4');
|
|
1099
1153
|
$ti-icon-circle-triangle: unicode('f011');
|
|
1100
1154
|
$ti-icon-circle-x: unicode('ea6a');
|
|
1155
|
+
$ti-icon-circle-x-filled: unicode('f739');
|
|
1101
1156
|
$ti-icon-circles: unicode('ece5');
|
|
1102
1157
|
$ti-icon-circles-filled: unicode('f672');
|
|
1103
1158
|
$ti-icon-circles-relation: unicode('f4c3');
|
|
@@ -1138,6 +1193,7 @@ $ti-icon-clock: unicode('ea70');
|
|
|
1138
1193
|
$ti-icon-clock-2: unicode('f099');
|
|
1139
1194
|
$ti-icon-clock-cancel: unicode('f546');
|
|
1140
1195
|
$ti-icon-clock-edit: unicode('f547');
|
|
1196
|
+
$ti-icon-clock-filled: unicode('f73a');
|
|
1141
1197
|
$ti-icon-clock-hour-1: unicode('f313');
|
|
1142
1198
|
$ti-icon-clock-hour-10: unicode('f314');
|
|
1143
1199
|
$ti-icon-clock-hour-11: unicode('f315');
|
|
@@ -1233,8 +1289,10 @@ $ti-icon-cookie-off: unicode('f0d7');
|
|
|
1233
1289
|
$ti-icon-copy: unicode('ea7a');
|
|
1234
1290
|
$ti-icon-copy-off: unicode('f0d8');
|
|
1235
1291
|
$ti-icon-copyleft: unicode('ec3d');
|
|
1292
|
+
$ti-icon-copyleft-filled: unicode('f73b');
|
|
1236
1293
|
$ti-icon-copyleft-off: unicode('f0d9');
|
|
1237
1294
|
$ti-icon-copyright: unicode('ea7b');
|
|
1295
|
+
$ti-icon-copyright-filled: unicode('f73c');
|
|
1238
1296
|
$ti-icon-copyright-off: unicode('f0da');
|
|
1239
1297
|
$ti-icon-corner-down-left: unicode('ea7c');
|
|
1240
1298
|
$ti-icon-corner-down-left-double: unicode('ee48');
|
|
@@ -1277,6 +1335,7 @@ $ti-icon-crown-off: unicode('ee50');
|
|
|
1277
1335
|
$ti-icon-crutches: unicode('ef5b');
|
|
1278
1336
|
$ti-icon-crutches-off: unicode('f10c');
|
|
1279
1337
|
$ti-icon-crystal-ball: unicode('f57b');
|
|
1338
|
+
$ti-icon-csv: unicode('f791');
|
|
1280
1339
|
$ti-icon-cube-send: unicode('f61b');
|
|
1281
1340
|
$ti-icon-cube-unfolded: unicode('f61c');
|
|
1282
1341
|
$ti-icon-cup: unicode('ef28');
|
|
@@ -1394,6 +1453,7 @@ $ti-icon-device-mobile-rotated: unicode('ecdb');
|
|
|
1394
1453
|
$ti-icon-device-mobile-vibration: unicode('eb86');
|
|
1395
1454
|
$ti-icon-device-nintendo: unicode('f026');
|
|
1396
1455
|
$ti-icon-device-nintendo-off: unicode('f111');
|
|
1456
|
+
$ti-icon-device-remote: unicode('f792');
|
|
1397
1457
|
$ti-icon-device-sd-card: unicode('f384');
|
|
1398
1458
|
$ti-icon-device-sim: unicode('f4b2');
|
|
1399
1459
|
$ti-icon-device-sim-1: unicode('f4af');
|
|
@@ -1418,20 +1478,29 @@ $ti-icon-devices-pc-off: unicode('f113');
|
|
|
1418
1478
|
$ti-icon-dialpad: unicode('f067');
|
|
1419
1479
|
$ti-icon-dialpad-off: unicode('f114');
|
|
1420
1480
|
$ti-icon-diamond: unicode('eb65');
|
|
1481
|
+
$ti-icon-diamond-filled: unicode('f73d');
|
|
1421
1482
|
$ti-icon-diamond-off: unicode('f115');
|
|
1422
1483
|
$ti-icon-diamonds: unicode('eff5');
|
|
1423
1484
|
$ti-icon-diamonds-filled: unicode('f676');
|
|
1424
1485
|
$ti-icon-dice: unicode('eb66');
|
|
1425
1486
|
$ti-icon-dice-1: unicode('f08b');
|
|
1487
|
+
$ti-icon-dice-1-filled: unicode('f73e');
|
|
1426
1488
|
$ti-icon-dice-2: unicode('f08c');
|
|
1489
|
+
$ti-icon-dice-2-filled: unicode('f73f');
|
|
1427
1490
|
$ti-icon-dice-3: unicode('f08d');
|
|
1491
|
+
$ti-icon-dice-3-filled: unicode('f740');
|
|
1428
1492
|
$ti-icon-dice-4: unicode('f08e');
|
|
1493
|
+
$ti-icon-dice-4-filled: unicode('f741');
|
|
1429
1494
|
$ti-icon-dice-5: unicode('f08f');
|
|
1495
|
+
$ti-icon-dice-5-filled: unicode('f742');
|
|
1430
1496
|
$ti-icon-dice-6: unicode('f090');
|
|
1497
|
+
$ti-icon-dice-6-filled: unicode('f743');
|
|
1498
|
+
$ti-icon-dice-filled: unicode('f744');
|
|
1431
1499
|
$ti-icon-dimensions: unicode('ee7b');
|
|
1432
1500
|
$ti-icon-direction: unicode('ebfb');
|
|
1433
1501
|
$ti-icon-direction-horizontal: unicode('ebfa');
|
|
1434
1502
|
$ti-icon-direction-sign: unicode('f1f7');
|
|
1503
|
+
$ti-icon-direction-sign-filled: unicode('f745');
|
|
1435
1504
|
$ti-icon-direction-sign-off: unicode('f3e5');
|
|
1436
1505
|
$ti-icon-directions: unicode('ea8e');
|
|
1437
1506
|
$ti-icon-directions-off: unicode('f116');
|
|
@@ -1445,6 +1514,7 @@ $ti-icon-discount: unicode('ebbd');
|
|
|
1445
1514
|
$ti-icon-discount-2: unicode('ee7c');
|
|
1446
1515
|
$ti-icon-discount-2-off: unicode('f3e6');
|
|
1447
1516
|
$ti-icon-discount-check: unicode('f1f8');
|
|
1517
|
+
$ti-icon-discount-check-filled: unicode('f746');
|
|
1448
1518
|
$ti-icon-discount-off: unicode('f3e7');
|
|
1449
1519
|
$ti-icon-divide: unicode('ed5c');
|
|
1450
1520
|
$ti-icon-dna: unicode('ee7d');
|
|
@@ -1568,6 +1638,7 @@ $ti-icon-file-dots: unicode('f038');
|
|
|
1568
1638
|
$ti-icon-file-download: unicode('ea9d');
|
|
1569
1639
|
$ti-icon-file-euro: unicode('efe1');
|
|
1570
1640
|
$ti-icon-file-export: unicode('ede9');
|
|
1641
|
+
$ti-icon-file-filled: unicode('f747');
|
|
1571
1642
|
$ti-icon-file-function: unicode('f53e');
|
|
1572
1643
|
$ti-icon-file-horizontal: unicode('ebb0');
|
|
1573
1644
|
$ti-icon-file-import: unicode('edea');
|
|
@@ -1603,11 +1674,13 @@ $ti-icon-file-unknown: unicode('f042');
|
|
|
1603
1674
|
$ti-icon-file-upload: unicode('ec91');
|
|
1604
1675
|
$ti-icon-file-vector: unicode('f043');
|
|
1605
1676
|
$ti-icon-file-x: unicode('eaa3');
|
|
1677
|
+
$ti-icon-file-x-filled: unicode('f748');
|
|
1606
1678
|
$ti-icon-file-zip: unicode('ed4e');
|
|
1607
1679
|
$ti-icon-files: unicode('edef');
|
|
1608
1680
|
$ti-icon-files-off: unicode('edee');
|
|
1609
1681
|
$ti-icon-filter: unicode('eaa5');
|
|
1610
1682
|
$ti-icon-filter-off: unicode('ed2c');
|
|
1683
|
+
$ti-icon-filters: unicode('f793');
|
|
1611
1684
|
$ti-icon-fingerprint: unicode('ebd1');
|
|
1612
1685
|
$ti-icon-fingerprint-off: unicode('f12a');
|
|
1613
1686
|
$ti-icon-fire-hydrant: unicode('f3a9');
|
|
@@ -1652,6 +1725,7 @@ $ti-icon-fold: unicode('ed56');
|
|
|
1652
1725
|
$ti-icon-fold-down: unicode('ed54');
|
|
1653
1726
|
$ti-icon-fold-up: unicode('ed55');
|
|
1654
1727
|
$ti-icon-folder: unicode('eaad');
|
|
1728
|
+
$ti-icon-folder-filled: unicode('f749');
|
|
1655
1729
|
$ti-icon-folder-minus: unicode('eaaa');
|
|
1656
1730
|
$ti-icon-folder-off: unicode('ed14');
|
|
1657
1731
|
$ti-icon-folder-plus: unicode('eaab');
|
|
@@ -1701,6 +1775,8 @@ $ti-icon-gender-trasvesti: unicode('f0f2');
|
|
|
1701
1775
|
$ti-icon-geometry: unicode('ee90');
|
|
1702
1776
|
$ti-icon-ghost: unicode('eb8e');
|
|
1703
1777
|
$ti-icon-ghost-2: unicode('f57c');
|
|
1778
|
+
$ti-icon-ghost-2-filled: unicode('f74a');
|
|
1779
|
+
$ti-icon-ghost-filled: unicode('f74b');
|
|
1704
1780
|
$ti-icon-ghost-off: unicode('f3f2');
|
|
1705
1781
|
$ti-icon-gif: unicode('f257');
|
|
1706
1782
|
$ti-icon-gift: unicode('eb68');
|
|
@@ -1795,7 +1871,17 @@ $ti-icon-helmet-off: unicode('f143');
|
|
|
1795
1871
|
$ti-icon-help: unicode('eabf');
|
|
1796
1872
|
$ti-icon-help-off: unicode('f3f8');
|
|
1797
1873
|
$ti-icon-hexagon: unicode('ec02');
|
|
1874
|
+
$ti-icon-hexagon-0-filled: unicode('f74c');
|
|
1875
|
+
$ti-icon-hexagon-1-filled: unicode('f74d');
|
|
1876
|
+
$ti-icon-hexagon-2-filled: unicode('f74e');
|
|
1877
|
+
$ti-icon-hexagon-3-filled: unicode('f74f');
|
|
1798
1878
|
$ti-icon-hexagon-3d: unicode('f4c7');
|
|
1879
|
+
$ti-icon-hexagon-4-filled: unicode('f750');
|
|
1880
|
+
$ti-icon-hexagon-5-filled: unicode('f751');
|
|
1881
|
+
$ti-icon-hexagon-6-filled: unicode('f752');
|
|
1882
|
+
$ti-icon-hexagon-7-filled: unicode('f753');
|
|
1883
|
+
$ti-icon-hexagon-8-filled: unicode('f754');
|
|
1884
|
+
$ti-icon-hexagon-9-filled: unicode('f755');
|
|
1799
1885
|
$ti-icon-hexagon-filled: unicode('f67d');
|
|
1800
1886
|
$ti-icon-hexagon-letter-a: unicode('f463');
|
|
1801
1887
|
$ti-icon-hexagon-letter-b: unicode('f464');
|
|
@@ -1879,6 +1965,7 @@ $ti-icon-horse-toy: unicode('f28a');
|
|
|
1879
1965
|
$ti-icon-hotel-service: unicode('ef80');
|
|
1880
1966
|
$ti-icon-hourglass: unicode('ef93');
|
|
1881
1967
|
$ti-icon-hourglass-empty: unicode('f146');
|
|
1968
|
+
$ti-icon-hourglass-filled: unicode('f756');
|
|
1882
1969
|
$ti-icon-hourglass-high: unicode('f092');
|
|
1883
1970
|
$ti-icon-hourglass-low: unicode('f093');
|
|
1884
1971
|
$ti-icon-hourglass-off: unicode('f147');
|
|
@@ -1905,13 +1992,21 @@ $ti-icon-info-square: unicode('eac6');
|
|
|
1905
1992
|
$ti-icon-info-square-rounded: unicode('f635');
|
|
1906
1993
|
$ti-icon-info-square-rounded-filled: unicode('f6d9');
|
|
1907
1994
|
$ti-icon-inner-shadow-bottom: unicode('f520');
|
|
1995
|
+
$ti-icon-inner-shadow-bottom-filled: unicode('f757');
|
|
1908
1996
|
$ti-icon-inner-shadow-bottom-left: unicode('f51e');
|
|
1997
|
+
$ti-icon-inner-shadow-bottom-left-filled: unicode('f758');
|
|
1909
1998
|
$ti-icon-inner-shadow-bottom-right: unicode('f51f');
|
|
1999
|
+
$ti-icon-inner-shadow-bottom-right-filled: unicode('f759');
|
|
1910
2000
|
$ti-icon-inner-shadow-left: unicode('f521');
|
|
2001
|
+
$ti-icon-inner-shadow-left-filled: unicode('f75a');
|
|
1911
2002
|
$ti-icon-inner-shadow-right: unicode('f522');
|
|
2003
|
+
$ti-icon-inner-shadow-right-filled: unicode('f75b');
|
|
1912
2004
|
$ti-icon-inner-shadow-top: unicode('f525');
|
|
2005
|
+
$ti-icon-inner-shadow-top-filled: unicode('f75c');
|
|
1913
2006
|
$ti-icon-inner-shadow-top-left: unicode('f523');
|
|
2007
|
+
$ti-icon-inner-shadow-top-left-filled: unicode('f75d');
|
|
1914
2008
|
$ti-icon-inner-shadow-top-right: unicode('f524');
|
|
2009
|
+
$ti-icon-inner-shadow-top-right-filled: unicode('f75e');
|
|
1915
2010
|
$ti-icon-input-search: unicode('f2a2');
|
|
1916
2011
|
$ti-icon-ironing-1: unicode('f2f4');
|
|
1917
2012
|
$ti-icon-ironing-2: unicode('f2f5');
|
|
@@ -2035,6 +2130,7 @@ $ti-icon-license: unicode('ebc0');
|
|
|
2035
2130
|
$ti-icon-license-off: unicode('f153');
|
|
2036
2131
|
$ti-icon-lifebuoy: unicode('eadd');
|
|
2037
2132
|
$ti-icon-lifebuoy-off: unicode('f154');
|
|
2133
|
+
$ti-icon-lighter: unicode('f794');
|
|
2038
2134
|
$ti-icon-line: unicode('ec40');
|
|
2039
2135
|
$ti-icon-line-dashed: unicode('eea7');
|
|
2040
2136
|
$ti-icon-line-dotted: unicode('eea8');
|
|
@@ -2101,6 +2197,7 @@ $ti-icon-map-off: unicode('f15c');
|
|
|
2101
2197
|
$ti-icon-map-pin: unicode('eae8');
|
|
2102
2198
|
$ti-icon-map-pin-filled: unicode('f680');
|
|
2103
2199
|
$ti-icon-map-pin-off: unicode('ecf3');
|
|
2200
|
+
$ti-icon-map-pin-share: unicode('f795');
|
|
2104
2201
|
$ti-icon-map-pins: unicode('ed5e');
|
|
2105
2202
|
$ti-icon-map-search: unicode('ef82');
|
|
2106
2203
|
$ti-icon-markdown: unicode('ec41');
|
|
@@ -2324,6 +2421,7 @@ $ti-icon-packages: unicode('f2c9');
|
|
|
2324
2421
|
$ti-icon-pacman: unicode('eebc');
|
|
2325
2422
|
$ti-icon-page-break: unicode('ec81');
|
|
2326
2423
|
$ti-icon-paint: unicode('eb00');
|
|
2424
|
+
$ti-icon-paint-filled: unicode('f75f');
|
|
2327
2425
|
$ti-icon-paint-off: unicode('f16d');
|
|
2328
2426
|
$ti-icon-palette: unicode('eb01');
|
|
2329
2427
|
$ti-icon-palette-off: unicode('f16e');
|
|
@@ -2384,6 +2482,9 @@ $ti-icon-photo-minus: unicode('f362');
|
|
|
2384
2482
|
$ti-icon-photo-off: unicode('ecf6');
|
|
2385
2483
|
$ti-icon-photo-plus: unicode('f363');
|
|
2386
2484
|
$ti-icon-photo-search: unicode('f364');
|
|
2485
|
+
$ti-icon-photo-sensor: unicode('f798');
|
|
2486
|
+
$ti-icon-photo-sensor-2: unicode('f796');
|
|
2487
|
+
$ti-icon-photo-sensor-3: unicode('f797');
|
|
2387
2488
|
$ti-icon-photo-shield: unicode('f365');
|
|
2388
2489
|
$ti-icon-photo-star: unicode('f366');
|
|
2389
2490
|
$ti-icon-photo-up: unicode('f38b');
|
|
@@ -2503,6 +2604,7 @@ $ti-icon-radar-off: unicode('f41f');
|
|
|
2503
2604
|
$ti-icon-radio: unicode('ef2d');
|
|
2504
2605
|
$ti-icon-radio-off: unicode('f420');
|
|
2505
2606
|
$ti-icon-radioactive: unicode('ecc0');
|
|
2607
|
+
$ti-icon-radioactive-filled: unicode('f760');
|
|
2506
2608
|
$ti-icon-radioactive-off: unicode('f189');
|
|
2507
2609
|
$ti-icon-radius-bottom-left: unicode('eec6');
|
|
2508
2610
|
$ti-icon-radius-bottom-right: unicode('eec7');
|
|
@@ -2675,15 +2777,19 @@ $ti-icon-shape-2: unicode('eed9');
|
|
|
2675
2777
|
$ti-icon-shape-3: unicode('eeda');
|
|
2676
2778
|
$ti-icon-shape-off: unicode('f1a0');
|
|
2677
2779
|
$ti-icon-share: unicode('eb21');
|
|
2780
|
+
$ti-icon-share-2: unicode('f799');
|
|
2678
2781
|
$ti-icon-share-off: unicode('f1a1');
|
|
2679
2782
|
$ti-icon-shield: unicode('eb24');
|
|
2680
2783
|
$ti-icon-shield-check: unicode('eb22');
|
|
2784
|
+
$ti-icon-shield-check-filled: unicode('f761');
|
|
2681
2785
|
$ti-icon-shield-checkered: unicode('ef9a');
|
|
2786
|
+
$ti-icon-shield-checkered-filled: unicode('f762');
|
|
2682
2787
|
$ti-icon-shield-chevron: unicode('ef9b');
|
|
2683
2788
|
$ti-icon-shield-filled: unicode('f69f');
|
|
2684
2789
|
$ti-icon-shield-half: unicode('f358');
|
|
2685
2790
|
$ti-icon-shield-half-filled: unicode('f357');
|
|
2686
2791
|
$ti-icon-shield-lock: unicode('ed58');
|
|
2792
|
+
$ti-icon-shield-lock-filled: unicode('f763');
|
|
2687
2793
|
$ti-icon-shield-off: unicode('ecf8');
|
|
2688
2794
|
$ti-icon-shield-x: unicode('eb23');
|
|
2689
2795
|
$ti-icon-ship: unicode('ec84');
|
|
@@ -2706,6 +2812,7 @@ $ti-icon-sign-left: unicode('f06b');
|
|
|
2706
2812
|
$ti-icon-sign-left-filled: unicode('f6a1');
|
|
2707
2813
|
$ti-icon-sign-right: unicode('f06c');
|
|
2708
2814
|
$ti-icon-sign-right-filled: unicode('f6a2');
|
|
2815
|
+
$ti-icon-signal-2g: unicode('f79a');
|
|
2709
2816
|
$ti-icon-signal-3g: unicode('f1ee');
|
|
2710
2817
|
$ti-icon-signal-4g: unicode('f1ef');
|
|
2711
2818
|
$ti-icon-signal-4g-plus: unicode('f259');
|
|
@@ -2768,12 +2875,22 @@ $ti-icon-spray: unicode('f50b');
|
|
|
2768
2875
|
$ti-icon-spy: unicode('f227');
|
|
2769
2876
|
$ti-icon-spy-off: unicode('f42f');
|
|
2770
2877
|
$ti-icon-square: unicode('eb2c');
|
|
2878
|
+
$ti-icon-square-0-filled: unicode('f764');
|
|
2879
|
+
$ti-icon-square-1-filled: unicode('f765');
|
|
2880
|
+
$ti-icon-square-3-filled: unicode('f766');
|
|
2881
|
+
$ti-icon-square-4-filled: unicode('f767');
|
|
2882
|
+
$ti-icon-square-5-filled: unicode('f768');
|
|
2883
|
+
$ti-icon-square-6-filled: unicode('f769');
|
|
2884
|
+
$ti-icon-square-7-filled: unicode('f76a');
|
|
2885
|
+
$ti-icon-square-8-filled: unicode('f76b');
|
|
2886
|
+
$ti-icon-square-9-filled: unicode('f76c');
|
|
2771
2887
|
$ti-icon-square-arrow-down: unicode('f4b7');
|
|
2772
2888
|
$ti-icon-square-arrow-left: unicode('f4b8');
|
|
2773
2889
|
$ti-icon-square-arrow-right: unicode('f4b9');
|
|
2774
2890
|
$ti-icon-square-arrow-up: unicode('f4ba');
|
|
2775
2891
|
$ti-icon-square-asterisk: unicode('f01a');
|
|
2776
2892
|
$ti-icon-square-check: unicode('eb28');
|
|
2893
|
+
$ti-icon-square-check-filled: unicode('f76d');
|
|
2777
2894
|
$ti-icon-square-chevron-down: unicode('f627');
|
|
2778
2895
|
$ti-icon-square-chevron-left: unicode('f628');
|
|
2779
2896
|
$ti-icon-square-chevron-right: unicode('f629');
|
|
@@ -2784,15 +2901,25 @@ $ti-icon-square-chevrons-right: unicode('f64d');
|
|
|
2784
2901
|
$ti-icon-square-chevrons-up: unicode('f64e');
|
|
2785
2902
|
$ti-icon-square-dot: unicode('ed59');
|
|
2786
2903
|
$ti-icon-square-f0: unicode('f526');
|
|
2904
|
+
$ti-icon-square-f0-filled: unicode('f76e');
|
|
2787
2905
|
$ti-icon-square-f1: unicode('f527');
|
|
2906
|
+
$ti-icon-square-f1-filled: unicode('f76f');
|
|
2788
2907
|
$ti-icon-square-f2: unicode('f528');
|
|
2908
|
+
$ti-icon-square-f2-filled: unicode('f770');
|
|
2789
2909
|
$ti-icon-square-f3: unicode('f529');
|
|
2910
|
+
$ti-icon-square-f3-filled: unicode('f771');
|
|
2790
2911
|
$ti-icon-square-f4: unicode('f52a');
|
|
2912
|
+
$ti-icon-square-f4-filled: unicode('f772');
|
|
2791
2913
|
$ti-icon-square-f5: unicode('f52b');
|
|
2914
|
+
$ti-icon-square-f5-filled: unicode('f773');
|
|
2792
2915
|
$ti-icon-square-f6: unicode('f52c');
|
|
2916
|
+
$ti-icon-square-f6-filled: unicode('f774');
|
|
2793
2917
|
$ti-icon-square-f7: unicode('f52d');
|
|
2918
|
+
$ti-icon-square-f7-filled: unicode('f775');
|
|
2794
2919
|
$ti-icon-square-f8: unicode('f52e');
|
|
2920
|
+
$ti-icon-square-f8-filled: unicode('f776');
|
|
2795
2921
|
$ti-icon-square-f9: unicode('f52f');
|
|
2922
|
+
$ti-icon-square-f9-filled: unicode('f777');
|
|
2796
2923
|
$ti-icon-square-forbid: unicode('ed5b');
|
|
2797
2924
|
$ti-icon-square-forbid-2: unicode('ed5a');
|
|
2798
2925
|
$ti-icon-square-half: unicode('effb');
|
|
@@ -2899,15 +3026,25 @@ $ti-icon-square-rounded-letter-y: unicode('f5c6');
|
|
|
2899
3026
|
$ti-icon-square-rounded-letter-z: unicode('f5c7');
|
|
2900
3027
|
$ti-icon-square-rounded-minus: unicode('f63e');
|
|
2901
3028
|
$ti-icon-square-rounded-number-0: unicode('f5c8');
|
|
3029
|
+
$ti-icon-square-rounded-number-0-filled: unicode('f778');
|
|
2902
3030
|
$ti-icon-square-rounded-number-1: unicode('f5c9');
|
|
3031
|
+
$ti-icon-square-rounded-number-1-filled: unicode('f779');
|
|
2903
3032
|
$ti-icon-square-rounded-number-2: unicode('f5ca');
|
|
3033
|
+
$ti-icon-square-rounded-number-2-filled: unicode('f77a');
|
|
2904
3034
|
$ti-icon-square-rounded-number-3: unicode('f5cb');
|
|
3035
|
+
$ti-icon-square-rounded-number-3-filled: unicode('f77b');
|
|
2905
3036
|
$ti-icon-square-rounded-number-4: unicode('f5cc');
|
|
3037
|
+
$ti-icon-square-rounded-number-4-filled: unicode('f77c');
|
|
2906
3038
|
$ti-icon-square-rounded-number-5: unicode('f5cd');
|
|
3039
|
+
$ti-icon-square-rounded-number-5-filled: unicode('f77d');
|
|
2907
3040
|
$ti-icon-square-rounded-number-6: unicode('f5ce');
|
|
3041
|
+
$ti-icon-square-rounded-number-6-filled: unicode('f77e');
|
|
2908
3042
|
$ti-icon-square-rounded-number-7: unicode('f5cf');
|
|
3043
|
+
$ti-icon-square-rounded-number-7-filled: unicode('f77f');
|
|
2909
3044
|
$ti-icon-square-rounded-number-8: unicode('f5d0');
|
|
3045
|
+
$ti-icon-square-rounded-number-8-filled: unicode('f780');
|
|
2910
3046
|
$ti-icon-square-rounded-number-9: unicode('f5d1');
|
|
3047
|
+
$ti-icon-square-rounded-number-9-filled: unicode('f781');
|
|
2911
3048
|
$ti-icon-square-rounded-plus: unicode('f63f');
|
|
2912
3049
|
$ti-icon-square-rounded-plus-filled: unicode('f6e8');
|
|
2913
3050
|
$ti-icon-square-rounded-x: unicode('f640');
|
|
@@ -2978,6 +3115,7 @@ $ti-icon-swords: unicode('f132');
|
|
|
2978
3115
|
$ti-icon-table: unicode('eba1');
|
|
2979
3116
|
$ti-icon-table-alias: unicode('f25b');
|
|
2980
3117
|
$ti-icon-table-export: unicode('eef8');
|
|
3118
|
+
$ti-icon-table-filled: unicode('f782');
|
|
2981
3119
|
$ti-icon-table-import: unicode('eef9');
|
|
2982
3120
|
$ti-icon-table-off: unicode('eefa');
|
|
2983
3121
|
$ti-icon-table-options: unicode('f25c');
|
|
@@ -3029,6 +3167,7 @@ $ti-icon-text-spellcheck: unicode('f2a6');
|
|
|
3029
3167
|
$ti-icon-text-wrap: unicode('ebdd');
|
|
3030
3168
|
$ti-icon-text-wrap-disabled: unicode('eca7');
|
|
3031
3169
|
$ti-icon-texture: unicode('f51b');
|
|
3170
|
+
$ti-icon-theater: unicode('f79b');
|
|
3032
3171
|
$ti-icon-thermometer: unicode('ef67');
|
|
3033
3172
|
$ti-icon-thumb-down: unicode('eb3b');
|
|
3034
3173
|
$ti-icon-thumb-down-filled: unicode('f6aa');
|
|
@@ -3098,8 +3237,10 @@ $ti-icon-transition-left: unicode('f2b3');
|
|
|
3098
3237
|
$ti-icon-transition-right: unicode('f2b4');
|
|
3099
3238
|
$ti-icon-transition-top: unicode('f2b5');
|
|
3100
3239
|
$ti-icon-trash: unicode('eb41');
|
|
3240
|
+
$ti-icon-trash-filled: unicode('f783');
|
|
3101
3241
|
$ti-icon-trash-off: unicode('ed65');
|
|
3102
3242
|
$ti-icon-trash-x: unicode('ef88');
|
|
3243
|
+
$ti-icon-trash-x-filled: unicode('f784');
|
|
3103
3244
|
$ti-icon-tree: unicode('ef01');
|
|
3104
3245
|
$ti-icon-trees: unicode('ec10');
|
|
3105
3246
|
$ti-icon-trekking: unicode('f5ad');
|
|
@@ -3192,6 +3333,7 @@ $ti-icon-virus-off: unicode('ed66');
|
|
|
3192
3333
|
$ti-icon-virus-search: unicode('ed67');
|
|
3193
3334
|
$ti-icon-vocabulary: unicode('ef1e');
|
|
3194
3335
|
$ti-icon-vocabulary-off: unicode('f43b');
|
|
3336
|
+
$ti-icon-volcano: unicode('f79c');
|
|
3195
3337
|
$ti-icon-volume: unicode('eb51');
|
|
3196
3338
|
$ti-icon-volume-2: unicode('eb4f');
|
|
3197
3339
|
$ti-icon-volume-3: unicode('eb50');
|
|
@@ -3278,6 +3420,7 @@ $ti-icon-xbox-b: unicode('f2b7');
|
|
|
3278
3420
|
$ti-icon-xbox-x: unicode('f2b8');
|
|
3279
3421
|
$ti-icon-xbox-y: unicode('f2b9');
|
|
3280
3422
|
$ti-icon-yin-yang: unicode('ec35');
|
|
3423
|
+
$ti-icon-yin-yang-filled: unicode('f785');
|
|
3281
3424
|
$ti-icon-yoga: unicode('f01f');
|
|
3282
3425
|
$ti-icon-zeppelin: unicode('f270');
|
|
3283
3426
|
$ti-icon-zeppelin-off: unicode('f43f');
|
|
@@ -3296,13 +3439,18 @@ $ti-icon-zodiac-taurus: unicode('ecb6');
|
|
|
3296
3439
|
$ti-icon-zodiac-virgo: unicode('ecb7');
|
|
3297
3440
|
$ti-icon-zoom-cancel: unicode('ec4d');
|
|
3298
3441
|
$ti-icon-zoom-check: unicode('ef09');
|
|
3442
|
+
$ti-icon-zoom-check-filled: unicode('f786');
|
|
3299
3443
|
$ti-icon-zoom-code: unicode('f07f');
|
|
3300
3444
|
$ti-icon-zoom-exclamation: unicode('f080');
|
|
3445
|
+
$ti-icon-zoom-filled: unicode('f787');
|
|
3301
3446
|
$ti-icon-zoom-in: unicode('eb56');
|
|
3302
3447
|
$ti-icon-zoom-in-area: unicode('f1dc');
|
|
3448
|
+
$ti-icon-zoom-in-area-filled: unicode('f788');
|
|
3449
|
+
$ti-icon-zoom-in-filled: unicode('f789');
|
|
3303
3450
|
$ti-icon-zoom-money: unicode('ef0a');
|
|
3304
3451
|
$ti-icon-zoom-out: unicode('eb57');
|
|
3305
3452
|
$ti-icon-zoom-out-area: unicode('f1dd');
|
|
3453
|
+
$ti-icon-zoom-out-filled: unicode('f78a');
|
|
3306
3454
|
$ti-icon-zoom-pan: unicode('f1de');
|
|
3307
3455
|
$ti-icon-zoom-question: unicode('edeb');
|
|
3308
3456
|
$ti-icon-zoom-replace: unicode('f2a7');
|
|
@@ -3350,10 +3498,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3350
3498
|
.#{$ti-prefix}-air-conditioning:before { content: $ti-icon-air-conditioning; }
|
|
3351
3499
|
.#{$ti-prefix}-air-conditioning-disabled:before { content: $ti-icon-air-conditioning-disabled; }
|
|
3352
3500
|
.#{$ti-prefix}-alarm:before { content: $ti-icon-alarm; }
|
|
3501
|
+
.#{$ti-prefix}-alarm-filled:before { content: $ti-icon-alarm-filled; }
|
|
3353
3502
|
.#{$ti-prefix}-alarm-minus:before { content: $ti-icon-alarm-minus; }
|
|
3503
|
+
.#{$ti-prefix}-alarm-minus-filled:before { content: $ti-icon-alarm-minus-filled; }
|
|
3354
3504
|
.#{$ti-prefix}-alarm-off:before { content: $ti-icon-alarm-off; }
|
|
3355
3505
|
.#{$ti-prefix}-alarm-plus:before { content: $ti-icon-alarm-plus; }
|
|
3506
|
+
.#{$ti-prefix}-alarm-plus-filled:before { content: $ti-icon-alarm-plus-filled; }
|
|
3356
3507
|
.#{$ti-prefix}-alarm-snooze:before { content: $ti-icon-alarm-snooze; }
|
|
3508
|
+
.#{$ti-prefix}-alarm-snooze-filled:before { content: $ti-icon-alarm-snooze-filled; }
|
|
3357
3509
|
.#{$ti-prefix}-album:before { content: $ti-icon-album; }
|
|
3358
3510
|
.#{$ti-prefix}-album-off:before { content: $ti-icon-album-off; }
|
|
3359
3511
|
.#{$ti-prefix}-alert-circle:before { content: $ti-icon-alert-circle; }
|
|
@@ -3363,18 +3515,30 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3363
3515
|
.#{$ti-prefix}-alert-triangle:before { content: $ti-icon-alert-triangle; }
|
|
3364
3516
|
.#{$ti-prefix}-alert-triangle-filled:before { content: $ti-icon-alert-triangle-filled; }
|
|
3365
3517
|
.#{$ti-prefix}-alien:before { content: $ti-icon-alien; }
|
|
3518
|
+
.#{$ti-prefix}-alien-filled:before { content: $ti-icon-alien-filled; }
|
|
3366
3519
|
.#{$ti-prefix}-align-box-bottom-center:before { content: $ti-icon-align-box-bottom-center; }
|
|
3520
|
+
.#{$ti-prefix}-align-box-bottom-center-filled:before { content: $ti-icon-align-box-bottom-center-filled; }
|
|
3367
3521
|
.#{$ti-prefix}-align-box-bottom-left:before { content: $ti-icon-align-box-bottom-left; }
|
|
3522
|
+
.#{$ti-prefix}-align-box-bottom-left-filled:before { content: $ti-icon-align-box-bottom-left-filled; }
|
|
3368
3523
|
.#{$ti-prefix}-align-box-bottom-right:before { content: $ti-icon-align-box-bottom-right; }
|
|
3524
|
+
.#{$ti-prefix}-align-box-bottom-right-filled:before { content: $ti-icon-align-box-bottom-right-filled; }
|
|
3369
3525
|
.#{$ti-prefix}-align-box-left-bottom:before { content: $ti-icon-align-box-left-bottom; }
|
|
3526
|
+
.#{$ti-prefix}-align-box-left-bottom-filled:before { content: $ti-icon-align-box-left-bottom-filled; }
|
|
3370
3527
|
.#{$ti-prefix}-align-box-left-middle:before { content: $ti-icon-align-box-left-middle; }
|
|
3528
|
+
.#{$ti-prefix}-align-box-left-middle-filled:before { content: $ti-icon-align-box-left-middle-filled; }
|
|
3371
3529
|
.#{$ti-prefix}-align-box-left-top:before { content: $ti-icon-align-box-left-top; }
|
|
3530
|
+
.#{$ti-prefix}-align-box-left-top-filled:before { content: $ti-icon-align-box-left-top-filled; }
|
|
3372
3531
|
.#{$ti-prefix}-align-box-right-bottom:before { content: $ti-icon-align-box-right-bottom; }
|
|
3532
|
+
.#{$ti-prefix}-align-box-right-bottom-filled:before { content: $ti-icon-align-box-right-bottom-filled; }
|
|
3373
3533
|
.#{$ti-prefix}-align-box-right-middle:before { content: $ti-icon-align-box-right-middle; }
|
|
3374
3534
|
.#{$ti-prefix}-align-box-right-top:before { content: $ti-icon-align-box-right-top; }
|
|
3535
|
+
.#{$ti-prefix}-align-box-right-top-filled:before { content: $ti-icon-align-box-right-top-filled; }
|
|
3375
3536
|
.#{$ti-prefix}-align-box-top-center:before { content: $ti-icon-align-box-top-center; }
|
|
3537
|
+
.#{$ti-prefix}-align-box-top-center-filled:before { content: $ti-icon-align-box-top-center-filled; }
|
|
3376
3538
|
.#{$ti-prefix}-align-box-top-left:before { content: $ti-icon-align-box-top-left; }
|
|
3539
|
+
.#{$ti-prefix}-align-box-top-left-filled:before { content: $ti-icon-align-box-top-left-filled; }
|
|
3377
3540
|
.#{$ti-prefix}-align-box-top-right:before { content: $ti-icon-align-box-top-right; }
|
|
3541
|
+
.#{$ti-prefix}-align-box-top-right-filled:before { content: $ti-icon-align-box-top-right-filled; }
|
|
3378
3542
|
.#{$ti-prefix}-align-center:before { content: $ti-icon-align-center; }
|
|
3379
3543
|
.#{$ti-prefix}-align-justified:before { content: $ti-icon-align-justified; }
|
|
3380
3544
|
.#{$ti-prefix}-align-left:before { content: $ti-icon-align-left; }
|
|
@@ -3386,6 +3550,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3386
3550
|
.#{$ti-prefix}-ambulance:before { content: $ti-icon-ambulance; }
|
|
3387
3551
|
.#{$ti-prefix}-ampersand:before { content: $ti-icon-ampersand; }
|
|
3388
3552
|
.#{$ti-prefix}-analyze:before { content: $ti-icon-analyze; }
|
|
3553
|
+
.#{$ti-prefix}-analyze-filled:before { content: $ti-icon-analyze-filled; }
|
|
3389
3554
|
.#{$ti-prefix}-analyze-off:before { content: $ti-icon-analyze-off; }
|
|
3390
3555
|
.#{$ti-prefix}-anchor:before { content: $ti-icon-anchor; }
|
|
3391
3556
|
.#{$ti-prefix}-anchor-off:before { content: $ti-icon-anchor-off; }
|
|
@@ -3406,6 +3571,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3406
3571
|
.#{$ti-prefix}-api-app-off:before { content: $ti-icon-api-app-off; }
|
|
3407
3572
|
.#{$ti-prefix}-api-off:before { content: $ti-icon-api-off; }
|
|
3408
3573
|
.#{$ti-prefix}-app-window:before { content: $ti-icon-app-window; }
|
|
3574
|
+
.#{$ti-prefix}-app-window-filled:before { content: $ti-icon-app-window-filled; }
|
|
3409
3575
|
.#{$ti-prefix}-apple:before { content: $ti-icon-apple; }
|
|
3410
3576
|
.#{$ti-prefix}-apps:before { content: $ti-icon-apps; }
|
|
3411
3577
|
.#{$ti-prefix}-apps-filled:before { content: $ti-icon-apps-filled; }
|
|
@@ -3602,11 +3768,13 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3602
3768
|
.#{$ti-prefix}-at-off:before { content: $ti-icon-at-off; }
|
|
3603
3769
|
.#{$ti-prefix}-atom:before { content: $ti-icon-atom; }
|
|
3604
3770
|
.#{$ti-prefix}-atom-2:before { content: $ti-icon-atom-2; }
|
|
3771
|
+
.#{$ti-prefix}-atom-2-filled:before { content: $ti-icon-atom-2-filled; }
|
|
3605
3772
|
.#{$ti-prefix}-atom-off:before { content: $ti-icon-atom-off; }
|
|
3606
3773
|
.#{$ti-prefix}-augmented-reality:before { content: $ti-icon-augmented-reality; }
|
|
3607
3774
|
.#{$ti-prefix}-augmented-reality-2:before { content: $ti-icon-augmented-reality-2; }
|
|
3608
3775
|
.#{$ti-prefix}-augmented-reality-off:before { content: $ti-icon-augmented-reality-off; }
|
|
3609
3776
|
.#{$ti-prefix}-award:before { content: $ti-icon-award; }
|
|
3777
|
+
.#{$ti-prefix}-award-filled:before { content: $ti-icon-award-filled; }
|
|
3610
3778
|
.#{$ti-prefix}-award-off:before { content: $ti-icon-award-off; }
|
|
3611
3779
|
.#{$ti-prefix}-axe:before { content: $ti-icon-axe; }
|
|
3612
3780
|
.#{$ti-prefix}-axis-x:before { content: $ti-icon-axis-x; }
|
|
@@ -3664,12 +3832,17 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3664
3832
|
.#{$ti-prefix}-basket-off:before { content: $ti-icon-basket-off; }
|
|
3665
3833
|
.#{$ti-prefix}-bat:before { content: $ti-icon-bat; }
|
|
3666
3834
|
.#{$ti-prefix}-bath:before { content: $ti-icon-bath; }
|
|
3835
|
+
.#{$ti-prefix}-bath-filled:before { content: $ti-icon-bath-filled; }
|
|
3667
3836
|
.#{$ti-prefix}-bath-off:before { content: $ti-icon-bath-off; }
|
|
3668
3837
|
.#{$ti-prefix}-battery:before { content: $ti-icon-battery; }
|
|
3669
3838
|
.#{$ti-prefix}-battery-1:before { content: $ti-icon-battery-1; }
|
|
3839
|
+
.#{$ti-prefix}-battery-1-filled:before { content: $ti-icon-battery-1-filled; }
|
|
3670
3840
|
.#{$ti-prefix}-battery-2:before { content: $ti-icon-battery-2; }
|
|
3841
|
+
.#{$ti-prefix}-battery-2-filled:before { content: $ti-icon-battery-2-filled; }
|
|
3671
3842
|
.#{$ti-prefix}-battery-3:before { content: $ti-icon-battery-3; }
|
|
3843
|
+
.#{$ti-prefix}-battery-3-filled:before { content: $ti-icon-battery-3-filled; }
|
|
3672
3844
|
.#{$ti-prefix}-battery-4:before { content: $ti-icon-battery-4; }
|
|
3845
|
+
.#{$ti-prefix}-battery-4-filled:before { content: $ti-icon-battery-4-filled; }
|
|
3673
3846
|
.#{$ti-prefix}-battery-automotive:before { content: $ti-icon-battery-automotive; }
|
|
3674
3847
|
.#{$ti-prefix}-battery-charging:before { content: $ti-icon-battery-charging; }
|
|
3675
3848
|
.#{$ti-prefix}-battery-charging-2:before { content: $ti-icon-battery-charging-2; }
|
|
@@ -3685,13 +3858,19 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3685
3858
|
.#{$ti-prefix}-bell:before { content: $ti-icon-bell; }
|
|
3686
3859
|
.#{$ti-prefix}-bell-filled:before { content: $ti-icon-bell-filled; }
|
|
3687
3860
|
.#{$ti-prefix}-bell-minus:before { content: $ti-icon-bell-minus; }
|
|
3861
|
+
.#{$ti-prefix}-bell-minus-filled:before { content: $ti-icon-bell-minus-filled; }
|
|
3688
3862
|
.#{$ti-prefix}-bell-off:before { content: $ti-icon-bell-off; }
|
|
3689
3863
|
.#{$ti-prefix}-bell-plus:before { content: $ti-icon-bell-plus; }
|
|
3864
|
+
.#{$ti-prefix}-bell-plus-filled:before { content: $ti-icon-bell-plus-filled; }
|
|
3690
3865
|
.#{$ti-prefix}-bell-ringing:before { content: $ti-icon-bell-ringing; }
|
|
3691
3866
|
.#{$ti-prefix}-bell-ringing-2:before { content: $ti-icon-bell-ringing-2; }
|
|
3867
|
+
.#{$ti-prefix}-bell-ringing-2-filled:before { content: $ti-icon-bell-ringing-2-filled; }
|
|
3868
|
+
.#{$ti-prefix}-bell-ringing-filled:before { content: $ti-icon-bell-ringing-filled; }
|
|
3692
3869
|
.#{$ti-prefix}-bell-school:before { content: $ti-icon-bell-school; }
|
|
3693
3870
|
.#{$ti-prefix}-bell-x:before { content: $ti-icon-bell-x; }
|
|
3871
|
+
.#{$ti-prefix}-bell-x-filled:before { content: $ti-icon-bell-x-filled; }
|
|
3694
3872
|
.#{$ti-prefix}-bell-z:before { content: $ti-icon-bell-z; }
|
|
3873
|
+
.#{$ti-prefix}-bell-z-filled:before { content: $ti-icon-bell-z-filled; }
|
|
3695
3874
|
.#{$ti-prefix}-beta:before { content: $ti-icon-beta; }
|
|
3696
3875
|
.#{$ti-prefix}-bible:before { content: $ti-icon-bible; }
|
|
3697
3876
|
.#{$ti-prefix}-bike:before { content: $ti-icon-bike; }
|
|
@@ -3856,6 +4035,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3856
4035
|
.#{$ti-prefix}-brand-days-counter:before { content: $ti-icon-brand-days-counter; }
|
|
3857
4036
|
.#{$ti-prefix}-brand-dcos:before { content: $ti-icon-brand-dcos; }
|
|
3858
4037
|
.#{$ti-prefix}-brand-debian:before { content: $ti-icon-brand-debian; }
|
|
4038
|
+
.#{$ti-prefix}-brand-deezer:before { content: $ti-icon-brand-deezer; }
|
|
3859
4039
|
.#{$ti-prefix}-brand-deliveroo:before { content: $ti-icon-brand-deliveroo; }
|
|
3860
4040
|
.#{$ti-prefix}-brand-deno:before { content: $ti-icon-brand-deno; }
|
|
3861
4041
|
.#{$ti-prefix}-brand-denodo:before { content: $ti-icon-brand-denodo; }
|
|
@@ -3890,6 +4070,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3890
4070
|
.#{$ti-prefix}-brand-fortnite:before { content: $ti-icon-brand-fortnite; }
|
|
3891
4071
|
.#{$ti-prefix}-brand-foursquare:before { content: $ti-icon-brand-foursquare; }
|
|
3892
4072
|
.#{$ti-prefix}-brand-framer:before { content: $ti-icon-brand-framer; }
|
|
4073
|
+
.#{$ti-prefix}-brand-framer-motion:before { content: $ti-icon-brand-framer-motion; }
|
|
3893
4074
|
.#{$ti-prefix}-brand-funimation:before { content: $ti-icon-brand-funimation; }
|
|
3894
4075
|
.#{$ti-prefix}-brand-gatsby:before { content: $ti-icon-brand-gatsby; }
|
|
3895
4076
|
.#{$ti-prefix}-brand-git:before { content: $ti-icon-brand-git; }
|
|
@@ -3897,6 +4078,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3897
4078
|
.#{$ti-prefix}-brand-github-copilot:before { content: $ti-icon-brand-github-copilot; }
|
|
3898
4079
|
.#{$ti-prefix}-brand-gitlab:before { content: $ti-icon-brand-gitlab; }
|
|
3899
4080
|
.#{$ti-prefix}-brand-gmail:before { content: $ti-icon-brand-gmail; }
|
|
4081
|
+
.#{$ti-prefix}-brand-golang:before { content: $ti-icon-brand-golang; }
|
|
3900
4082
|
.#{$ti-prefix}-brand-google:before { content: $ti-icon-brand-google; }
|
|
3901
4083
|
.#{$ti-prefix}-brand-google-analytics:before { content: $ti-icon-brand-google-analytics; }
|
|
3902
4084
|
.#{$ti-prefix}-brand-google-big-query:before { content: $ti-icon-brand-google-big-query; }
|
|
@@ -3963,6 +4145,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3963
4145
|
.#{$ti-prefix}-brand-onedrive:before { content: $ti-icon-brand-onedrive; }
|
|
3964
4146
|
.#{$ti-prefix}-brand-onlyfans:before { content: $ti-icon-brand-onlyfans; }
|
|
3965
4147
|
.#{$ti-prefix}-brand-open-source:before { content: $ti-icon-brand-open-source; }
|
|
4148
|
+
.#{$ti-prefix}-brand-openai:before { content: $ti-icon-brand-openai; }
|
|
3966
4149
|
.#{$ti-prefix}-brand-openvpn:before { content: $ti-icon-brand-openvpn; }
|
|
3967
4150
|
.#{$ti-prefix}-brand-opera:before { content: $ti-icon-brand-opera; }
|
|
3968
4151
|
.#{$ti-prefix}-brand-pagekit:before { content: $ti-icon-brand-pagekit; }
|
|
@@ -3974,6 +4157,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3974
4157
|
.#{$ti-prefix}-brand-php:before { content: $ti-icon-brand-php; }
|
|
3975
4158
|
.#{$ti-prefix}-brand-picsart:before { content: $ti-icon-brand-picsart; }
|
|
3976
4159
|
.#{$ti-prefix}-brand-pinterest:before { content: $ti-icon-brand-pinterest; }
|
|
4160
|
+
.#{$ti-prefix}-brand-planetscale:before { content: $ti-icon-brand-planetscale; }
|
|
3977
4161
|
.#{$ti-prefix}-brand-pocket:before { content: $ti-icon-brand-pocket; }
|
|
3978
4162
|
.#{$ti-prefix}-brand-polymer:before { content: $ti-icon-brand-polymer; }
|
|
3979
4163
|
.#{$ti-prefix}-brand-powershell:before { content: $ti-icon-brand-powershell; }
|
|
@@ -3983,6 +4167,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
3983
4167
|
.#{$ti-prefix}-brand-pushover:before { content: $ti-icon-brand-pushover; }
|
|
3984
4168
|
.#{$ti-prefix}-brand-python:before { content: $ti-icon-brand-python; }
|
|
3985
4169
|
.#{$ti-prefix}-brand-qq:before { content: $ti-icon-brand-qq; }
|
|
4170
|
+
.#{$ti-prefix}-brand-radix-ui:before { content: $ti-icon-brand-radix-ui; }
|
|
3986
4171
|
.#{$ti-prefix}-brand-react:before { content: $ti-icon-brand-react; }
|
|
3987
4172
|
.#{$ti-prefix}-brand-react-native:before { content: $ti-icon-brand-react-native; }
|
|
3988
4173
|
.#{$ti-prefix}-brand-reason:before { content: $ti-icon-brand-reason; }
|
|
@@ -4261,12 +4446,19 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4261
4446
|
.#{$ti-prefix}-chef-hat:before { content: $ti-icon-chef-hat; }
|
|
4262
4447
|
.#{$ti-prefix}-chef-hat-off:before { content: $ti-icon-chef-hat-off; }
|
|
4263
4448
|
.#{$ti-prefix}-cherry:before { content: $ti-icon-cherry; }
|
|
4449
|
+
.#{$ti-prefix}-cherry-filled:before { content: $ti-icon-cherry-filled; }
|
|
4264
4450
|
.#{$ti-prefix}-chess:before { content: $ti-icon-chess; }
|
|
4265
4451
|
.#{$ti-prefix}-chess-bishop:before { content: $ti-icon-chess-bishop; }
|
|
4452
|
+
.#{$ti-prefix}-chess-bishop-filled:before { content: $ti-icon-chess-bishop-filled; }
|
|
4453
|
+
.#{$ti-prefix}-chess-filled:before { content: $ti-icon-chess-filled; }
|
|
4266
4454
|
.#{$ti-prefix}-chess-king:before { content: $ti-icon-chess-king; }
|
|
4455
|
+
.#{$ti-prefix}-chess-king-filled:before { content: $ti-icon-chess-king-filled; }
|
|
4267
4456
|
.#{$ti-prefix}-chess-knight:before { content: $ti-icon-chess-knight; }
|
|
4457
|
+
.#{$ti-prefix}-chess-knight-filled:before { content: $ti-icon-chess-knight-filled; }
|
|
4268
4458
|
.#{$ti-prefix}-chess-queen:before { content: $ti-icon-chess-queen; }
|
|
4459
|
+
.#{$ti-prefix}-chess-queen-filled:before { content: $ti-icon-chess-queen-filled; }
|
|
4269
4460
|
.#{$ti-prefix}-chess-rook:before { content: $ti-icon-chess-rook; }
|
|
4461
|
+
.#{$ti-prefix}-chess-rook-filled:before { content: $ti-icon-chess-rook-filled; }
|
|
4270
4462
|
.#{$ti-prefix}-chevron-down:before { content: $ti-icon-chevron-down; }
|
|
4271
4463
|
.#{$ti-prefix}-chevron-down-left:before { content: $ti-icon-chevron-down-left; }
|
|
4272
4464
|
.#{$ti-prefix}-chevron-down-right:before { content: $ti-icon-chevron-down-right; }
|
|
@@ -4287,6 +4479,16 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4287
4479
|
.#{$ti-prefix}-christmas-tree:before { content: $ti-icon-christmas-tree; }
|
|
4288
4480
|
.#{$ti-prefix}-christmas-tree-off:before { content: $ti-icon-christmas-tree-off; }
|
|
4289
4481
|
.#{$ti-prefix}-circle:before { content: $ti-icon-circle; }
|
|
4482
|
+
.#{$ti-prefix}-circle-0-filled:before { content: $ti-icon-circle-0-filled; }
|
|
4483
|
+
.#{$ti-prefix}-circle-1-filled:before { content: $ti-icon-circle-1-filled; }
|
|
4484
|
+
.#{$ti-prefix}-circle-2-filled:before { content: $ti-icon-circle-2-filled; }
|
|
4485
|
+
.#{$ti-prefix}-circle-3-filled:before { content: $ti-icon-circle-3-filled; }
|
|
4486
|
+
.#{$ti-prefix}-circle-4-filled:before { content: $ti-icon-circle-4-filled; }
|
|
4487
|
+
.#{$ti-prefix}-circle-5-filled:before { content: $ti-icon-circle-5-filled; }
|
|
4488
|
+
.#{$ti-prefix}-circle-6-filled:before { content: $ti-icon-circle-6-filled; }
|
|
4489
|
+
.#{$ti-prefix}-circle-7-filled:before { content: $ti-icon-circle-7-filled; }
|
|
4490
|
+
.#{$ti-prefix}-circle-8-filled:before { content: $ti-icon-circle-8-filled; }
|
|
4491
|
+
.#{$ti-prefix}-circle-9-filled:before { content: $ti-icon-circle-9-filled; }
|
|
4290
4492
|
.#{$ti-prefix}-circle-arrow-down:before { content: $ti-icon-circle-arrow-down; }
|
|
4291
4493
|
.#{$ti-prefix}-circle-arrow-down-filled:before { content: $ti-icon-circle-arrow-down-filled; }
|
|
4292
4494
|
.#{$ti-prefix}-circle-arrow-down-left:before { content: $ti-icon-circle-arrow-down-left; }
|
|
@@ -4371,6 +4573,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4371
4573
|
.#{$ti-prefix}-circle-square:before { content: $ti-icon-circle-square; }
|
|
4372
4574
|
.#{$ti-prefix}-circle-triangle:before { content: $ti-icon-circle-triangle; }
|
|
4373
4575
|
.#{$ti-prefix}-circle-x:before { content: $ti-icon-circle-x; }
|
|
4576
|
+
.#{$ti-prefix}-circle-x-filled:before { content: $ti-icon-circle-x-filled; }
|
|
4374
4577
|
.#{$ti-prefix}-circles:before { content: $ti-icon-circles; }
|
|
4375
4578
|
.#{$ti-prefix}-circles-filled:before { content: $ti-icon-circles-filled; }
|
|
4376
4579
|
.#{$ti-prefix}-circles-relation:before { content: $ti-icon-circles-relation; }
|
|
@@ -4411,6 +4614,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4411
4614
|
.#{$ti-prefix}-clock-2:before { content: $ti-icon-clock-2; }
|
|
4412
4615
|
.#{$ti-prefix}-clock-cancel:before { content: $ti-icon-clock-cancel; }
|
|
4413
4616
|
.#{$ti-prefix}-clock-edit:before { content: $ti-icon-clock-edit; }
|
|
4617
|
+
.#{$ti-prefix}-clock-filled:before { content: $ti-icon-clock-filled; }
|
|
4414
4618
|
.#{$ti-prefix}-clock-hour-1:before { content: $ti-icon-clock-hour-1; }
|
|
4415
4619
|
.#{$ti-prefix}-clock-hour-10:before { content: $ti-icon-clock-hour-10; }
|
|
4416
4620
|
.#{$ti-prefix}-clock-hour-11:before { content: $ti-icon-clock-hour-11; }
|
|
@@ -4506,8 +4710,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4506
4710
|
.#{$ti-prefix}-copy:before { content: $ti-icon-copy; }
|
|
4507
4711
|
.#{$ti-prefix}-copy-off:before { content: $ti-icon-copy-off; }
|
|
4508
4712
|
.#{$ti-prefix}-copyleft:before { content: $ti-icon-copyleft; }
|
|
4713
|
+
.#{$ti-prefix}-copyleft-filled:before { content: $ti-icon-copyleft-filled; }
|
|
4509
4714
|
.#{$ti-prefix}-copyleft-off:before { content: $ti-icon-copyleft-off; }
|
|
4510
4715
|
.#{$ti-prefix}-copyright:before { content: $ti-icon-copyright; }
|
|
4716
|
+
.#{$ti-prefix}-copyright-filled:before { content: $ti-icon-copyright-filled; }
|
|
4511
4717
|
.#{$ti-prefix}-copyright-off:before { content: $ti-icon-copyright-off; }
|
|
4512
4718
|
.#{$ti-prefix}-corner-down-left:before { content: $ti-icon-corner-down-left; }
|
|
4513
4719
|
.#{$ti-prefix}-corner-down-left-double:before { content: $ti-icon-corner-down-left-double; }
|
|
@@ -4550,6 +4756,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4550
4756
|
.#{$ti-prefix}-crutches:before { content: $ti-icon-crutches; }
|
|
4551
4757
|
.#{$ti-prefix}-crutches-off:before { content: $ti-icon-crutches-off; }
|
|
4552
4758
|
.#{$ti-prefix}-crystal-ball:before { content: $ti-icon-crystal-ball; }
|
|
4759
|
+
.#{$ti-prefix}-csv:before { content: $ti-icon-csv; }
|
|
4553
4760
|
.#{$ti-prefix}-cube-send:before { content: $ti-icon-cube-send; }
|
|
4554
4761
|
.#{$ti-prefix}-cube-unfolded:before { content: $ti-icon-cube-unfolded; }
|
|
4555
4762
|
.#{$ti-prefix}-cup:before { content: $ti-icon-cup; }
|
|
@@ -4667,6 +4874,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4667
4874
|
.#{$ti-prefix}-device-mobile-vibration:before { content: $ti-icon-device-mobile-vibration; }
|
|
4668
4875
|
.#{$ti-prefix}-device-nintendo:before { content: $ti-icon-device-nintendo; }
|
|
4669
4876
|
.#{$ti-prefix}-device-nintendo-off:before { content: $ti-icon-device-nintendo-off; }
|
|
4877
|
+
.#{$ti-prefix}-device-remote:before { content: $ti-icon-device-remote; }
|
|
4670
4878
|
.#{$ti-prefix}-device-sd-card:before { content: $ti-icon-device-sd-card; }
|
|
4671
4879
|
.#{$ti-prefix}-device-sim:before { content: $ti-icon-device-sim; }
|
|
4672
4880
|
.#{$ti-prefix}-device-sim-1:before { content: $ti-icon-device-sim-1; }
|
|
@@ -4691,20 +4899,29 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4691
4899
|
.#{$ti-prefix}-dialpad:before { content: $ti-icon-dialpad; }
|
|
4692
4900
|
.#{$ti-prefix}-dialpad-off:before { content: $ti-icon-dialpad-off; }
|
|
4693
4901
|
.#{$ti-prefix}-diamond:before { content: $ti-icon-diamond; }
|
|
4902
|
+
.#{$ti-prefix}-diamond-filled:before { content: $ti-icon-diamond-filled; }
|
|
4694
4903
|
.#{$ti-prefix}-diamond-off:before { content: $ti-icon-diamond-off; }
|
|
4695
4904
|
.#{$ti-prefix}-diamonds:before { content: $ti-icon-diamonds; }
|
|
4696
4905
|
.#{$ti-prefix}-diamonds-filled:before { content: $ti-icon-diamonds-filled; }
|
|
4697
4906
|
.#{$ti-prefix}-dice:before { content: $ti-icon-dice; }
|
|
4698
4907
|
.#{$ti-prefix}-dice-1:before { content: $ti-icon-dice-1; }
|
|
4908
|
+
.#{$ti-prefix}-dice-1-filled:before { content: $ti-icon-dice-1-filled; }
|
|
4699
4909
|
.#{$ti-prefix}-dice-2:before { content: $ti-icon-dice-2; }
|
|
4910
|
+
.#{$ti-prefix}-dice-2-filled:before { content: $ti-icon-dice-2-filled; }
|
|
4700
4911
|
.#{$ti-prefix}-dice-3:before { content: $ti-icon-dice-3; }
|
|
4912
|
+
.#{$ti-prefix}-dice-3-filled:before { content: $ti-icon-dice-3-filled; }
|
|
4701
4913
|
.#{$ti-prefix}-dice-4:before { content: $ti-icon-dice-4; }
|
|
4914
|
+
.#{$ti-prefix}-dice-4-filled:before { content: $ti-icon-dice-4-filled; }
|
|
4702
4915
|
.#{$ti-prefix}-dice-5:before { content: $ti-icon-dice-5; }
|
|
4916
|
+
.#{$ti-prefix}-dice-5-filled:before { content: $ti-icon-dice-5-filled; }
|
|
4703
4917
|
.#{$ti-prefix}-dice-6:before { content: $ti-icon-dice-6; }
|
|
4918
|
+
.#{$ti-prefix}-dice-6-filled:before { content: $ti-icon-dice-6-filled; }
|
|
4919
|
+
.#{$ti-prefix}-dice-filled:before { content: $ti-icon-dice-filled; }
|
|
4704
4920
|
.#{$ti-prefix}-dimensions:before { content: $ti-icon-dimensions; }
|
|
4705
4921
|
.#{$ti-prefix}-direction:before { content: $ti-icon-direction; }
|
|
4706
4922
|
.#{$ti-prefix}-direction-horizontal:before { content: $ti-icon-direction-horizontal; }
|
|
4707
4923
|
.#{$ti-prefix}-direction-sign:before { content: $ti-icon-direction-sign; }
|
|
4924
|
+
.#{$ti-prefix}-direction-sign-filled:before { content: $ti-icon-direction-sign-filled; }
|
|
4708
4925
|
.#{$ti-prefix}-direction-sign-off:before { content: $ti-icon-direction-sign-off; }
|
|
4709
4926
|
.#{$ti-prefix}-directions:before { content: $ti-icon-directions; }
|
|
4710
4927
|
.#{$ti-prefix}-directions-off:before { content: $ti-icon-directions-off; }
|
|
@@ -4718,6 +4935,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4718
4935
|
.#{$ti-prefix}-discount-2:before { content: $ti-icon-discount-2; }
|
|
4719
4936
|
.#{$ti-prefix}-discount-2-off:before { content: $ti-icon-discount-2-off; }
|
|
4720
4937
|
.#{$ti-prefix}-discount-check:before { content: $ti-icon-discount-check; }
|
|
4938
|
+
.#{$ti-prefix}-discount-check-filled:before { content: $ti-icon-discount-check-filled; }
|
|
4721
4939
|
.#{$ti-prefix}-discount-off:before { content: $ti-icon-discount-off; }
|
|
4722
4940
|
.#{$ti-prefix}-divide:before { content: $ti-icon-divide; }
|
|
4723
4941
|
.#{$ti-prefix}-dna:before { content: $ti-icon-dna; }
|
|
@@ -4841,6 +5059,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4841
5059
|
.#{$ti-prefix}-file-download:before { content: $ti-icon-file-download; }
|
|
4842
5060
|
.#{$ti-prefix}-file-euro:before { content: $ti-icon-file-euro; }
|
|
4843
5061
|
.#{$ti-prefix}-file-export:before { content: $ti-icon-file-export; }
|
|
5062
|
+
.#{$ti-prefix}-file-filled:before { content: $ti-icon-file-filled; }
|
|
4844
5063
|
.#{$ti-prefix}-file-function:before { content: $ti-icon-file-function; }
|
|
4845
5064
|
.#{$ti-prefix}-file-horizontal:before { content: $ti-icon-file-horizontal; }
|
|
4846
5065
|
.#{$ti-prefix}-file-import:before { content: $ti-icon-file-import; }
|
|
@@ -4876,11 +5095,13 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4876
5095
|
.#{$ti-prefix}-file-upload:before { content: $ti-icon-file-upload; }
|
|
4877
5096
|
.#{$ti-prefix}-file-vector:before { content: $ti-icon-file-vector; }
|
|
4878
5097
|
.#{$ti-prefix}-file-x:before { content: $ti-icon-file-x; }
|
|
5098
|
+
.#{$ti-prefix}-file-x-filled:before { content: $ti-icon-file-x-filled; }
|
|
4879
5099
|
.#{$ti-prefix}-file-zip:before { content: $ti-icon-file-zip; }
|
|
4880
5100
|
.#{$ti-prefix}-files:before { content: $ti-icon-files; }
|
|
4881
5101
|
.#{$ti-prefix}-files-off:before { content: $ti-icon-files-off; }
|
|
4882
5102
|
.#{$ti-prefix}-filter:before { content: $ti-icon-filter; }
|
|
4883
5103
|
.#{$ti-prefix}-filter-off:before { content: $ti-icon-filter-off; }
|
|
5104
|
+
.#{$ti-prefix}-filters:before { content: $ti-icon-filters; }
|
|
4884
5105
|
.#{$ti-prefix}-fingerprint:before { content: $ti-icon-fingerprint; }
|
|
4885
5106
|
.#{$ti-prefix}-fingerprint-off:before { content: $ti-icon-fingerprint-off; }
|
|
4886
5107
|
.#{$ti-prefix}-fire-hydrant:before { content: $ti-icon-fire-hydrant; }
|
|
@@ -4925,6 +5146,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4925
5146
|
.#{$ti-prefix}-fold-down:before { content: $ti-icon-fold-down; }
|
|
4926
5147
|
.#{$ti-prefix}-fold-up:before { content: $ti-icon-fold-up; }
|
|
4927
5148
|
.#{$ti-prefix}-folder:before { content: $ti-icon-folder; }
|
|
5149
|
+
.#{$ti-prefix}-folder-filled:before { content: $ti-icon-folder-filled; }
|
|
4928
5150
|
.#{$ti-prefix}-folder-minus:before { content: $ti-icon-folder-minus; }
|
|
4929
5151
|
.#{$ti-prefix}-folder-off:before { content: $ti-icon-folder-off; }
|
|
4930
5152
|
.#{$ti-prefix}-folder-plus:before { content: $ti-icon-folder-plus; }
|
|
@@ -4974,6 +5196,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4974
5196
|
.#{$ti-prefix}-geometry:before { content: $ti-icon-geometry; }
|
|
4975
5197
|
.#{$ti-prefix}-ghost:before { content: $ti-icon-ghost; }
|
|
4976
5198
|
.#{$ti-prefix}-ghost-2:before { content: $ti-icon-ghost-2; }
|
|
5199
|
+
.#{$ti-prefix}-ghost-2-filled:before { content: $ti-icon-ghost-2-filled; }
|
|
5200
|
+
.#{$ti-prefix}-ghost-filled:before { content: $ti-icon-ghost-filled; }
|
|
4977
5201
|
.#{$ti-prefix}-ghost-off:before { content: $ti-icon-ghost-off; }
|
|
4978
5202
|
.#{$ti-prefix}-gif:before { content: $ti-icon-gif; }
|
|
4979
5203
|
.#{$ti-prefix}-gift:before { content: $ti-icon-gift; }
|
|
@@ -5068,7 +5292,17 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5068
5292
|
.#{$ti-prefix}-help:before { content: $ti-icon-help; }
|
|
5069
5293
|
.#{$ti-prefix}-help-off:before { content: $ti-icon-help-off; }
|
|
5070
5294
|
.#{$ti-prefix}-hexagon:before { content: $ti-icon-hexagon; }
|
|
5295
|
+
.#{$ti-prefix}-hexagon-0-filled:before { content: $ti-icon-hexagon-0-filled; }
|
|
5296
|
+
.#{$ti-prefix}-hexagon-1-filled:before { content: $ti-icon-hexagon-1-filled; }
|
|
5297
|
+
.#{$ti-prefix}-hexagon-2-filled:before { content: $ti-icon-hexagon-2-filled; }
|
|
5298
|
+
.#{$ti-prefix}-hexagon-3-filled:before { content: $ti-icon-hexagon-3-filled; }
|
|
5071
5299
|
.#{$ti-prefix}-hexagon-3d:before { content: $ti-icon-hexagon-3d; }
|
|
5300
|
+
.#{$ti-prefix}-hexagon-4-filled:before { content: $ti-icon-hexagon-4-filled; }
|
|
5301
|
+
.#{$ti-prefix}-hexagon-5-filled:before { content: $ti-icon-hexagon-5-filled; }
|
|
5302
|
+
.#{$ti-prefix}-hexagon-6-filled:before { content: $ti-icon-hexagon-6-filled; }
|
|
5303
|
+
.#{$ti-prefix}-hexagon-7-filled:before { content: $ti-icon-hexagon-7-filled; }
|
|
5304
|
+
.#{$ti-prefix}-hexagon-8-filled:before { content: $ti-icon-hexagon-8-filled; }
|
|
5305
|
+
.#{$ti-prefix}-hexagon-9-filled:before { content: $ti-icon-hexagon-9-filled; }
|
|
5072
5306
|
.#{$ti-prefix}-hexagon-filled:before { content: $ti-icon-hexagon-filled; }
|
|
5073
5307
|
.#{$ti-prefix}-hexagon-letter-a:before { content: $ti-icon-hexagon-letter-a; }
|
|
5074
5308
|
.#{$ti-prefix}-hexagon-letter-b:before { content: $ti-icon-hexagon-letter-b; }
|
|
@@ -5152,6 +5386,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5152
5386
|
.#{$ti-prefix}-hotel-service:before { content: $ti-icon-hotel-service; }
|
|
5153
5387
|
.#{$ti-prefix}-hourglass:before { content: $ti-icon-hourglass; }
|
|
5154
5388
|
.#{$ti-prefix}-hourglass-empty:before { content: $ti-icon-hourglass-empty; }
|
|
5389
|
+
.#{$ti-prefix}-hourglass-filled:before { content: $ti-icon-hourglass-filled; }
|
|
5155
5390
|
.#{$ti-prefix}-hourglass-high:before { content: $ti-icon-hourglass-high; }
|
|
5156
5391
|
.#{$ti-prefix}-hourglass-low:before { content: $ti-icon-hourglass-low; }
|
|
5157
5392
|
.#{$ti-prefix}-hourglass-off:before { content: $ti-icon-hourglass-off; }
|
|
@@ -5178,13 +5413,21 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5178
5413
|
.#{$ti-prefix}-info-square-rounded:before { content: $ti-icon-info-square-rounded; }
|
|
5179
5414
|
.#{$ti-prefix}-info-square-rounded-filled:before { content: $ti-icon-info-square-rounded-filled; }
|
|
5180
5415
|
.#{$ti-prefix}-inner-shadow-bottom:before { content: $ti-icon-inner-shadow-bottom; }
|
|
5416
|
+
.#{$ti-prefix}-inner-shadow-bottom-filled:before { content: $ti-icon-inner-shadow-bottom-filled; }
|
|
5181
5417
|
.#{$ti-prefix}-inner-shadow-bottom-left:before { content: $ti-icon-inner-shadow-bottom-left; }
|
|
5418
|
+
.#{$ti-prefix}-inner-shadow-bottom-left-filled:before { content: $ti-icon-inner-shadow-bottom-left-filled; }
|
|
5182
5419
|
.#{$ti-prefix}-inner-shadow-bottom-right:before { content: $ti-icon-inner-shadow-bottom-right; }
|
|
5420
|
+
.#{$ti-prefix}-inner-shadow-bottom-right-filled:before { content: $ti-icon-inner-shadow-bottom-right-filled; }
|
|
5183
5421
|
.#{$ti-prefix}-inner-shadow-left:before { content: $ti-icon-inner-shadow-left; }
|
|
5422
|
+
.#{$ti-prefix}-inner-shadow-left-filled:before { content: $ti-icon-inner-shadow-left-filled; }
|
|
5184
5423
|
.#{$ti-prefix}-inner-shadow-right:before { content: $ti-icon-inner-shadow-right; }
|
|
5424
|
+
.#{$ti-prefix}-inner-shadow-right-filled:before { content: $ti-icon-inner-shadow-right-filled; }
|
|
5185
5425
|
.#{$ti-prefix}-inner-shadow-top:before { content: $ti-icon-inner-shadow-top; }
|
|
5426
|
+
.#{$ti-prefix}-inner-shadow-top-filled:before { content: $ti-icon-inner-shadow-top-filled; }
|
|
5186
5427
|
.#{$ti-prefix}-inner-shadow-top-left:before { content: $ti-icon-inner-shadow-top-left; }
|
|
5428
|
+
.#{$ti-prefix}-inner-shadow-top-left-filled:before { content: $ti-icon-inner-shadow-top-left-filled; }
|
|
5187
5429
|
.#{$ti-prefix}-inner-shadow-top-right:before { content: $ti-icon-inner-shadow-top-right; }
|
|
5430
|
+
.#{$ti-prefix}-inner-shadow-top-right-filled:before { content: $ti-icon-inner-shadow-top-right-filled; }
|
|
5188
5431
|
.#{$ti-prefix}-input-search:before { content: $ti-icon-input-search; }
|
|
5189
5432
|
.#{$ti-prefix}-ironing-1:before { content: $ti-icon-ironing-1; }
|
|
5190
5433
|
.#{$ti-prefix}-ironing-2:before { content: $ti-icon-ironing-2; }
|
|
@@ -5308,6 +5551,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5308
5551
|
.#{$ti-prefix}-license-off:before { content: $ti-icon-license-off; }
|
|
5309
5552
|
.#{$ti-prefix}-lifebuoy:before { content: $ti-icon-lifebuoy; }
|
|
5310
5553
|
.#{$ti-prefix}-lifebuoy-off:before { content: $ti-icon-lifebuoy-off; }
|
|
5554
|
+
.#{$ti-prefix}-lighter:before { content: $ti-icon-lighter; }
|
|
5311
5555
|
.#{$ti-prefix}-line:before { content: $ti-icon-line; }
|
|
5312
5556
|
.#{$ti-prefix}-line-dashed:before { content: $ti-icon-line-dashed; }
|
|
5313
5557
|
.#{$ti-prefix}-line-dotted:before { content: $ti-icon-line-dotted; }
|
|
@@ -5374,6 +5618,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5374
5618
|
.#{$ti-prefix}-map-pin:before { content: $ti-icon-map-pin; }
|
|
5375
5619
|
.#{$ti-prefix}-map-pin-filled:before { content: $ti-icon-map-pin-filled; }
|
|
5376
5620
|
.#{$ti-prefix}-map-pin-off:before { content: $ti-icon-map-pin-off; }
|
|
5621
|
+
.#{$ti-prefix}-map-pin-share:before { content: $ti-icon-map-pin-share; }
|
|
5377
5622
|
.#{$ti-prefix}-map-pins:before { content: $ti-icon-map-pins; }
|
|
5378
5623
|
.#{$ti-prefix}-map-search:before { content: $ti-icon-map-search; }
|
|
5379
5624
|
.#{$ti-prefix}-markdown:before { content: $ti-icon-markdown; }
|
|
@@ -5597,6 +5842,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5597
5842
|
.#{$ti-prefix}-pacman:before { content: $ti-icon-pacman; }
|
|
5598
5843
|
.#{$ti-prefix}-page-break:before { content: $ti-icon-page-break; }
|
|
5599
5844
|
.#{$ti-prefix}-paint:before { content: $ti-icon-paint; }
|
|
5845
|
+
.#{$ti-prefix}-paint-filled:before { content: $ti-icon-paint-filled; }
|
|
5600
5846
|
.#{$ti-prefix}-paint-off:before { content: $ti-icon-paint-off; }
|
|
5601
5847
|
.#{$ti-prefix}-palette:before { content: $ti-icon-palette; }
|
|
5602
5848
|
.#{$ti-prefix}-palette-off:before { content: $ti-icon-palette-off; }
|
|
@@ -5657,6 +5903,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5657
5903
|
.#{$ti-prefix}-photo-off:before { content: $ti-icon-photo-off; }
|
|
5658
5904
|
.#{$ti-prefix}-photo-plus:before { content: $ti-icon-photo-plus; }
|
|
5659
5905
|
.#{$ti-prefix}-photo-search:before { content: $ti-icon-photo-search; }
|
|
5906
|
+
.#{$ti-prefix}-photo-sensor:before { content: $ti-icon-photo-sensor; }
|
|
5907
|
+
.#{$ti-prefix}-photo-sensor-2:before { content: $ti-icon-photo-sensor-2; }
|
|
5908
|
+
.#{$ti-prefix}-photo-sensor-3:before { content: $ti-icon-photo-sensor-3; }
|
|
5660
5909
|
.#{$ti-prefix}-photo-shield:before { content: $ti-icon-photo-shield; }
|
|
5661
5910
|
.#{$ti-prefix}-photo-star:before { content: $ti-icon-photo-star; }
|
|
5662
5911
|
.#{$ti-prefix}-photo-up:before { content: $ti-icon-photo-up; }
|
|
@@ -5776,6 +6025,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5776
6025
|
.#{$ti-prefix}-radio:before { content: $ti-icon-radio; }
|
|
5777
6026
|
.#{$ti-prefix}-radio-off:before { content: $ti-icon-radio-off; }
|
|
5778
6027
|
.#{$ti-prefix}-radioactive:before { content: $ti-icon-radioactive; }
|
|
6028
|
+
.#{$ti-prefix}-radioactive-filled:before { content: $ti-icon-radioactive-filled; }
|
|
5779
6029
|
.#{$ti-prefix}-radioactive-off:before { content: $ti-icon-radioactive-off; }
|
|
5780
6030
|
.#{$ti-prefix}-radius-bottom-left:before { content: $ti-icon-radius-bottom-left; }
|
|
5781
6031
|
.#{$ti-prefix}-radius-bottom-right:before { content: $ti-icon-radius-bottom-right; }
|
|
@@ -5948,15 +6198,19 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5948
6198
|
.#{$ti-prefix}-shape-3:before { content: $ti-icon-shape-3; }
|
|
5949
6199
|
.#{$ti-prefix}-shape-off:before { content: $ti-icon-shape-off; }
|
|
5950
6200
|
.#{$ti-prefix}-share:before { content: $ti-icon-share; }
|
|
6201
|
+
.#{$ti-prefix}-share-2:before { content: $ti-icon-share-2; }
|
|
5951
6202
|
.#{$ti-prefix}-share-off:before { content: $ti-icon-share-off; }
|
|
5952
6203
|
.#{$ti-prefix}-shield:before { content: $ti-icon-shield; }
|
|
5953
6204
|
.#{$ti-prefix}-shield-check:before { content: $ti-icon-shield-check; }
|
|
6205
|
+
.#{$ti-prefix}-shield-check-filled:before { content: $ti-icon-shield-check-filled; }
|
|
5954
6206
|
.#{$ti-prefix}-shield-checkered:before { content: $ti-icon-shield-checkered; }
|
|
6207
|
+
.#{$ti-prefix}-shield-checkered-filled:before { content: $ti-icon-shield-checkered-filled; }
|
|
5955
6208
|
.#{$ti-prefix}-shield-chevron:before { content: $ti-icon-shield-chevron; }
|
|
5956
6209
|
.#{$ti-prefix}-shield-filled:before { content: $ti-icon-shield-filled; }
|
|
5957
6210
|
.#{$ti-prefix}-shield-half:before { content: $ti-icon-shield-half; }
|
|
5958
6211
|
.#{$ti-prefix}-shield-half-filled:before { content: $ti-icon-shield-half-filled; }
|
|
5959
6212
|
.#{$ti-prefix}-shield-lock:before { content: $ti-icon-shield-lock; }
|
|
6213
|
+
.#{$ti-prefix}-shield-lock-filled:before { content: $ti-icon-shield-lock-filled; }
|
|
5960
6214
|
.#{$ti-prefix}-shield-off:before { content: $ti-icon-shield-off; }
|
|
5961
6215
|
.#{$ti-prefix}-shield-x:before { content: $ti-icon-shield-x; }
|
|
5962
6216
|
.#{$ti-prefix}-ship:before { content: $ti-icon-ship; }
|
|
@@ -5979,6 +6233,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5979
6233
|
.#{$ti-prefix}-sign-left-filled:before { content: $ti-icon-sign-left-filled; }
|
|
5980
6234
|
.#{$ti-prefix}-sign-right:before { content: $ti-icon-sign-right; }
|
|
5981
6235
|
.#{$ti-prefix}-sign-right-filled:before { content: $ti-icon-sign-right-filled; }
|
|
6236
|
+
.#{$ti-prefix}-signal-2g:before { content: $ti-icon-signal-2g; }
|
|
5982
6237
|
.#{$ti-prefix}-signal-3g:before { content: $ti-icon-signal-3g; }
|
|
5983
6238
|
.#{$ti-prefix}-signal-4g:before { content: $ti-icon-signal-4g; }
|
|
5984
6239
|
.#{$ti-prefix}-signal-4g-plus:before { content: $ti-icon-signal-4g-plus; }
|
|
@@ -6041,12 +6296,22 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6041
6296
|
.#{$ti-prefix}-spy:before { content: $ti-icon-spy; }
|
|
6042
6297
|
.#{$ti-prefix}-spy-off:before { content: $ti-icon-spy-off; }
|
|
6043
6298
|
.#{$ti-prefix}-square:before { content: $ti-icon-square; }
|
|
6299
|
+
.#{$ti-prefix}-square-0-filled:before { content: $ti-icon-square-0-filled; }
|
|
6300
|
+
.#{$ti-prefix}-square-1-filled:before { content: $ti-icon-square-1-filled; }
|
|
6301
|
+
.#{$ti-prefix}-square-3-filled:before { content: $ti-icon-square-3-filled; }
|
|
6302
|
+
.#{$ti-prefix}-square-4-filled:before { content: $ti-icon-square-4-filled; }
|
|
6303
|
+
.#{$ti-prefix}-square-5-filled:before { content: $ti-icon-square-5-filled; }
|
|
6304
|
+
.#{$ti-prefix}-square-6-filled:before { content: $ti-icon-square-6-filled; }
|
|
6305
|
+
.#{$ti-prefix}-square-7-filled:before { content: $ti-icon-square-7-filled; }
|
|
6306
|
+
.#{$ti-prefix}-square-8-filled:before { content: $ti-icon-square-8-filled; }
|
|
6307
|
+
.#{$ti-prefix}-square-9-filled:before { content: $ti-icon-square-9-filled; }
|
|
6044
6308
|
.#{$ti-prefix}-square-arrow-down:before { content: $ti-icon-square-arrow-down; }
|
|
6045
6309
|
.#{$ti-prefix}-square-arrow-left:before { content: $ti-icon-square-arrow-left; }
|
|
6046
6310
|
.#{$ti-prefix}-square-arrow-right:before { content: $ti-icon-square-arrow-right; }
|
|
6047
6311
|
.#{$ti-prefix}-square-arrow-up:before { content: $ti-icon-square-arrow-up; }
|
|
6048
6312
|
.#{$ti-prefix}-square-asterisk:before { content: $ti-icon-square-asterisk; }
|
|
6049
6313
|
.#{$ti-prefix}-square-check:before { content: $ti-icon-square-check; }
|
|
6314
|
+
.#{$ti-prefix}-square-check-filled:before { content: $ti-icon-square-check-filled; }
|
|
6050
6315
|
.#{$ti-prefix}-square-chevron-down:before { content: $ti-icon-square-chevron-down; }
|
|
6051
6316
|
.#{$ti-prefix}-square-chevron-left:before { content: $ti-icon-square-chevron-left; }
|
|
6052
6317
|
.#{$ti-prefix}-square-chevron-right:before { content: $ti-icon-square-chevron-right; }
|
|
@@ -6057,15 +6322,25 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6057
6322
|
.#{$ti-prefix}-square-chevrons-up:before { content: $ti-icon-square-chevrons-up; }
|
|
6058
6323
|
.#{$ti-prefix}-square-dot:before { content: $ti-icon-square-dot; }
|
|
6059
6324
|
.#{$ti-prefix}-square-f0:before { content: $ti-icon-square-f0; }
|
|
6325
|
+
.#{$ti-prefix}-square-f0-filled:before { content: $ti-icon-square-f0-filled; }
|
|
6060
6326
|
.#{$ti-prefix}-square-f1:before { content: $ti-icon-square-f1; }
|
|
6327
|
+
.#{$ti-prefix}-square-f1-filled:before { content: $ti-icon-square-f1-filled; }
|
|
6061
6328
|
.#{$ti-prefix}-square-f2:before { content: $ti-icon-square-f2; }
|
|
6329
|
+
.#{$ti-prefix}-square-f2-filled:before { content: $ti-icon-square-f2-filled; }
|
|
6062
6330
|
.#{$ti-prefix}-square-f3:before { content: $ti-icon-square-f3; }
|
|
6331
|
+
.#{$ti-prefix}-square-f3-filled:before { content: $ti-icon-square-f3-filled; }
|
|
6063
6332
|
.#{$ti-prefix}-square-f4:before { content: $ti-icon-square-f4; }
|
|
6333
|
+
.#{$ti-prefix}-square-f4-filled:before { content: $ti-icon-square-f4-filled; }
|
|
6064
6334
|
.#{$ti-prefix}-square-f5:before { content: $ti-icon-square-f5; }
|
|
6335
|
+
.#{$ti-prefix}-square-f5-filled:before { content: $ti-icon-square-f5-filled; }
|
|
6065
6336
|
.#{$ti-prefix}-square-f6:before { content: $ti-icon-square-f6; }
|
|
6337
|
+
.#{$ti-prefix}-square-f6-filled:before { content: $ti-icon-square-f6-filled; }
|
|
6066
6338
|
.#{$ti-prefix}-square-f7:before { content: $ti-icon-square-f7; }
|
|
6339
|
+
.#{$ti-prefix}-square-f7-filled:before { content: $ti-icon-square-f7-filled; }
|
|
6067
6340
|
.#{$ti-prefix}-square-f8:before { content: $ti-icon-square-f8; }
|
|
6341
|
+
.#{$ti-prefix}-square-f8-filled:before { content: $ti-icon-square-f8-filled; }
|
|
6068
6342
|
.#{$ti-prefix}-square-f9:before { content: $ti-icon-square-f9; }
|
|
6343
|
+
.#{$ti-prefix}-square-f9-filled:before { content: $ti-icon-square-f9-filled; }
|
|
6069
6344
|
.#{$ti-prefix}-square-forbid:before { content: $ti-icon-square-forbid; }
|
|
6070
6345
|
.#{$ti-prefix}-square-forbid-2:before { content: $ti-icon-square-forbid-2; }
|
|
6071
6346
|
.#{$ti-prefix}-square-half:before { content: $ti-icon-square-half; }
|
|
@@ -6172,15 +6447,25 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6172
6447
|
.#{$ti-prefix}-square-rounded-letter-z:before { content: $ti-icon-square-rounded-letter-z; }
|
|
6173
6448
|
.#{$ti-prefix}-square-rounded-minus:before { content: $ti-icon-square-rounded-minus; }
|
|
6174
6449
|
.#{$ti-prefix}-square-rounded-number-0:before { content: $ti-icon-square-rounded-number-0; }
|
|
6450
|
+
.#{$ti-prefix}-square-rounded-number-0-filled:before { content: $ti-icon-square-rounded-number-0-filled; }
|
|
6175
6451
|
.#{$ti-prefix}-square-rounded-number-1:before { content: $ti-icon-square-rounded-number-1; }
|
|
6452
|
+
.#{$ti-prefix}-square-rounded-number-1-filled:before { content: $ti-icon-square-rounded-number-1-filled; }
|
|
6176
6453
|
.#{$ti-prefix}-square-rounded-number-2:before { content: $ti-icon-square-rounded-number-2; }
|
|
6454
|
+
.#{$ti-prefix}-square-rounded-number-2-filled:before { content: $ti-icon-square-rounded-number-2-filled; }
|
|
6177
6455
|
.#{$ti-prefix}-square-rounded-number-3:before { content: $ti-icon-square-rounded-number-3; }
|
|
6456
|
+
.#{$ti-prefix}-square-rounded-number-3-filled:before { content: $ti-icon-square-rounded-number-3-filled; }
|
|
6178
6457
|
.#{$ti-prefix}-square-rounded-number-4:before { content: $ti-icon-square-rounded-number-4; }
|
|
6458
|
+
.#{$ti-prefix}-square-rounded-number-4-filled:before { content: $ti-icon-square-rounded-number-4-filled; }
|
|
6179
6459
|
.#{$ti-prefix}-square-rounded-number-5:before { content: $ti-icon-square-rounded-number-5; }
|
|
6460
|
+
.#{$ti-prefix}-square-rounded-number-5-filled:before { content: $ti-icon-square-rounded-number-5-filled; }
|
|
6180
6461
|
.#{$ti-prefix}-square-rounded-number-6:before { content: $ti-icon-square-rounded-number-6; }
|
|
6462
|
+
.#{$ti-prefix}-square-rounded-number-6-filled:before { content: $ti-icon-square-rounded-number-6-filled; }
|
|
6181
6463
|
.#{$ti-prefix}-square-rounded-number-7:before { content: $ti-icon-square-rounded-number-7; }
|
|
6464
|
+
.#{$ti-prefix}-square-rounded-number-7-filled:before { content: $ti-icon-square-rounded-number-7-filled; }
|
|
6182
6465
|
.#{$ti-prefix}-square-rounded-number-8:before { content: $ti-icon-square-rounded-number-8; }
|
|
6466
|
+
.#{$ti-prefix}-square-rounded-number-8-filled:before { content: $ti-icon-square-rounded-number-8-filled; }
|
|
6183
6467
|
.#{$ti-prefix}-square-rounded-number-9:before { content: $ti-icon-square-rounded-number-9; }
|
|
6468
|
+
.#{$ti-prefix}-square-rounded-number-9-filled:before { content: $ti-icon-square-rounded-number-9-filled; }
|
|
6184
6469
|
.#{$ti-prefix}-square-rounded-plus:before { content: $ti-icon-square-rounded-plus; }
|
|
6185
6470
|
.#{$ti-prefix}-square-rounded-plus-filled:before { content: $ti-icon-square-rounded-plus-filled; }
|
|
6186
6471
|
.#{$ti-prefix}-square-rounded-x:before { content: $ti-icon-square-rounded-x; }
|
|
@@ -6251,6 +6536,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6251
6536
|
.#{$ti-prefix}-table:before { content: $ti-icon-table; }
|
|
6252
6537
|
.#{$ti-prefix}-table-alias:before { content: $ti-icon-table-alias; }
|
|
6253
6538
|
.#{$ti-prefix}-table-export:before { content: $ti-icon-table-export; }
|
|
6539
|
+
.#{$ti-prefix}-table-filled:before { content: $ti-icon-table-filled; }
|
|
6254
6540
|
.#{$ti-prefix}-table-import:before { content: $ti-icon-table-import; }
|
|
6255
6541
|
.#{$ti-prefix}-table-off:before { content: $ti-icon-table-off; }
|
|
6256
6542
|
.#{$ti-prefix}-table-options:before { content: $ti-icon-table-options; }
|
|
@@ -6302,6 +6588,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6302
6588
|
.#{$ti-prefix}-text-wrap:before { content: $ti-icon-text-wrap; }
|
|
6303
6589
|
.#{$ti-prefix}-text-wrap-disabled:before { content: $ti-icon-text-wrap-disabled; }
|
|
6304
6590
|
.#{$ti-prefix}-texture:before { content: $ti-icon-texture; }
|
|
6591
|
+
.#{$ti-prefix}-theater:before { content: $ti-icon-theater; }
|
|
6305
6592
|
.#{$ti-prefix}-thermometer:before { content: $ti-icon-thermometer; }
|
|
6306
6593
|
.#{$ti-prefix}-thumb-down:before { content: $ti-icon-thumb-down; }
|
|
6307
6594
|
.#{$ti-prefix}-thumb-down-filled:before { content: $ti-icon-thumb-down-filled; }
|
|
@@ -6371,8 +6658,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6371
6658
|
.#{$ti-prefix}-transition-right:before { content: $ti-icon-transition-right; }
|
|
6372
6659
|
.#{$ti-prefix}-transition-top:before { content: $ti-icon-transition-top; }
|
|
6373
6660
|
.#{$ti-prefix}-trash:before { content: $ti-icon-trash; }
|
|
6661
|
+
.#{$ti-prefix}-trash-filled:before { content: $ti-icon-trash-filled; }
|
|
6374
6662
|
.#{$ti-prefix}-trash-off:before { content: $ti-icon-trash-off; }
|
|
6375
6663
|
.#{$ti-prefix}-trash-x:before { content: $ti-icon-trash-x; }
|
|
6664
|
+
.#{$ti-prefix}-trash-x-filled:before { content: $ti-icon-trash-x-filled; }
|
|
6376
6665
|
.#{$ti-prefix}-tree:before { content: $ti-icon-tree; }
|
|
6377
6666
|
.#{$ti-prefix}-trees:before { content: $ti-icon-trees; }
|
|
6378
6667
|
.#{$ti-prefix}-trekking:before { content: $ti-icon-trekking; }
|
|
@@ -6465,6 +6754,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6465
6754
|
.#{$ti-prefix}-virus-search:before { content: $ti-icon-virus-search; }
|
|
6466
6755
|
.#{$ti-prefix}-vocabulary:before { content: $ti-icon-vocabulary; }
|
|
6467
6756
|
.#{$ti-prefix}-vocabulary-off:before { content: $ti-icon-vocabulary-off; }
|
|
6757
|
+
.#{$ti-prefix}-volcano:before { content: $ti-icon-volcano; }
|
|
6468
6758
|
.#{$ti-prefix}-volume:before { content: $ti-icon-volume; }
|
|
6469
6759
|
.#{$ti-prefix}-volume-2:before { content: $ti-icon-volume-2; }
|
|
6470
6760
|
.#{$ti-prefix}-volume-3:before { content: $ti-icon-volume-3; }
|
|
@@ -6551,6 +6841,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6551
6841
|
.#{$ti-prefix}-xbox-x:before { content: $ti-icon-xbox-x; }
|
|
6552
6842
|
.#{$ti-prefix}-xbox-y:before { content: $ti-icon-xbox-y; }
|
|
6553
6843
|
.#{$ti-prefix}-yin-yang:before { content: $ti-icon-yin-yang; }
|
|
6844
|
+
.#{$ti-prefix}-yin-yang-filled:before { content: $ti-icon-yin-yang-filled; }
|
|
6554
6845
|
.#{$ti-prefix}-yoga:before { content: $ti-icon-yoga; }
|
|
6555
6846
|
.#{$ti-prefix}-zeppelin:before { content: $ti-icon-zeppelin; }
|
|
6556
6847
|
.#{$ti-prefix}-zeppelin-off:before { content: $ti-icon-zeppelin-off; }
|
|
@@ -6569,13 +6860,18 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6569
6860
|
.#{$ti-prefix}-zodiac-virgo:before { content: $ti-icon-zodiac-virgo; }
|
|
6570
6861
|
.#{$ti-prefix}-zoom-cancel:before { content: $ti-icon-zoom-cancel; }
|
|
6571
6862
|
.#{$ti-prefix}-zoom-check:before { content: $ti-icon-zoom-check; }
|
|
6863
|
+
.#{$ti-prefix}-zoom-check-filled:before { content: $ti-icon-zoom-check-filled; }
|
|
6572
6864
|
.#{$ti-prefix}-zoom-code:before { content: $ti-icon-zoom-code; }
|
|
6573
6865
|
.#{$ti-prefix}-zoom-exclamation:before { content: $ti-icon-zoom-exclamation; }
|
|
6866
|
+
.#{$ti-prefix}-zoom-filled:before { content: $ti-icon-zoom-filled; }
|
|
6574
6867
|
.#{$ti-prefix}-zoom-in:before { content: $ti-icon-zoom-in; }
|
|
6575
6868
|
.#{$ti-prefix}-zoom-in-area:before { content: $ti-icon-zoom-in-area; }
|
|
6869
|
+
.#{$ti-prefix}-zoom-in-area-filled:before { content: $ti-icon-zoom-in-area-filled; }
|
|
6870
|
+
.#{$ti-prefix}-zoom-in-filled:before { content: $ti-icon-zoom-in-filled; }
|
|
6576
6871
|
.#{$ti-prefix}-zoom-money:before { content: $ti-icon-zoom-money; }
|
|
6577
6872
|
.#{$ti-prefix}-zoom-out:before { content: $ti-icon-zoom-out; }
|
|
6578
6873
|
.#{$ti-prefix}-zoom-out-area:before { content: $ti-icon-zoom-out-area; }
|
|
6874
|
+
.#{$ti-prefix}-zoom-out-filled:before { content: $ti-icon-zoom-out-filled; }
|
|
6579
6875
|
.#{$ti-prefix}-zoom-pan:before { content: $ti-icon-zoom-pan; }
|
|
6580
6876
|
.#{$ti-prefix}-zoom-question:before { content: $ti-icon-zoom-question; }
|
|
6581
6877
|
.#{$ti-prefix}-zoom-replace:before { content: $ti-icon-zoom-replace; }
|