@tabler/icons-webfont 3.11.0 → 3.13.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/dist/fonts/tabler-icons-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-outline.woff +0 -0
- package/dist/fonts/tabler-icons-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons.ttf +0 -0
- package/dist/fonts/tabler-icons.woff +0 -0
- package/dist/fonts/tabler-icons.woff2 +0 -0
- package/dist/tabler-icons-filled.css +2 -2
- package/dist/tabler-icons-filled.html +2 -2
- package/dist/tabler-icons-filled.min.css +2 -2
- package/dist/tabler-icons-filled.scss +3 -3
- package/dist/tabler-icons-outline.css +150 -6
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +326 -11
- package/dist/tabler-icons-outline.min.css +2 -2
- package/dist/tabler-icons-outline.min.css.map +1 -1
- package/dist/tabler-icons-outline.scss +76 -5
- package/dist/tabler-icons.css +150 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +326 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +76 -3
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* Tabler Icons 3.
|
|
3
|
+
* Tabler Icons 3.13.0 by tabler - https://tabler.io
|
|
4
4
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
5
5
|
*/
|
|
6
6
|
$ti-font-family: 'tabler-icons-outline' !default;
|
|
@@ -13,9 +13,9 @@ $ti-prefix: 'ti' !default;
|
|
|
13
13
|
font-style: normal;
|
|
14
14
|
font-weight: 400;
|
|
15
15
|
font-display: $ti-font-display;
|
|
16
|
-
src: url('#{$ti-font-path}/tabler-icons-outline.woff2?v3.
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons-outline.woff2?v3.13.0') format('woff2'),
|
|
17
17
|
url('#{$ti-font-path}/tabler-icons-outline.woff?') format('woff'),
|
|
18
|
-
url('#{$ti-font-path}/tabler-icons-outline.ttf?v3.
|
|
18
|
+
url('#{$ti-font-path}/tabler-icons-outline.ttf?v3.13.0') format('truetype');
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.#{$ti-prefix} {
|
|
@@ -76,6 +76,7 @@ $ti-icon-adjustments-plus: unicode('f807');
|
|
|
76
76
|
$ti-icon-adjustments-question: unicode('f808');
|
|
77
77
|
$ti-icon-adjustments-search: unicode('f809');
|
|
78
78
|
$ti-icon-adjustments-share: unicode('f80a');
|
|
79
|
+
$ti-icon-adjustments-spark: unicode('ffbe');
|
|
79
80
|
$ti-icon-adjustments-star: unicode('f80b');
|
|
80
81
|
$ti-icon-adjustments-up: unicode('f80c');
|
|
81
82
|
$ti-icon-adjustments-x: unicode('f80d');
|
|
@@ -342,6 +343,7 @@ $ti-icon-arrows-split: unicode('edb5');
|
|
|
342
343
|
$ti-icon-arrows-split-2: unicode('edb4');
|
|
343
344
|
$ti-icon-arrows-transfer-down: unicode('f2cc');
|
|
344
345
|
$ti-icon-arrows-transfer-up: unicode('f2cd');
|
|
346
|
+
$ti-icon-arrows-transfer-up-down: unicode('ffac');
|
|
345
347
|
$ti-icon-arrows-up: unicode('edb7');
|
|
346
348
|
$ti-icon-arrows-up-down: unicode('edb6');
|
|
347
349
|
$ti-icon-arrows-up-left: unicode('ee02');
|
|
@@ -465,6 +467,7 @@ $ti-icon-battery-charging-2: unicode('ef3b');
|
|
|
465
467
|
$ti-icon-battery-eco: unicode('ef3c');
|
|
466
468
|
$ti-icon-battery-exclamation: unicode('ff1d');
|
|
467
469
|
$ti-icon-battery-off: unicode('ed1c');
|
|
470
|
+
$ti-icon-battery-spark: unicode('ffbd');
|
|
468
471
|
$ti-icon-battery-vertical: unicode('ff13');
|
|
469
472
|
$ti-icon-battery-vertical-1: unicode('ff1c');
|
|
470
473
|
$ti-icon-battery-vertical-2: unicode('ff1b');
|
|
@@ -647,6 +650,7 @@ $ti-icon-brand-alipay: unicode('f7a2');
|
|
|
647
650
|
$ti-icon-brand-alpine-js: unicode('f324');
|
|
648
651
|
$ti-icon-brand-amazon: unicode('f230');
|
|
649
652
|
$ti-icon-brand-amd: unicode('f653');
|
|
653
|
+
$ti-icon-brand-amie: unicode('ffab');
|
|
650
654
|
$ti-icon-brand-amigo: unicode('f5f9');
|
|
651
655
|
$ti-icon-brand-among-us: unicode('f205');
|
|
652
656
|
$ti-icon-brand-android: unicode('ec16');
|
|
@@ -671,6 +675,7 @@ $ti-icon-brand-baidu: unicode('f5e9');
|
|
|
671
675
|
$ti-icon-brand-bandcamp: unicode('f207');
|
|
672
676
|
$ti-icon-brand-bandlab: unicode('f5fa');
|
|
673
677
|
$ti-icon-brand-beats: unicode('f208');
|
|
678
|
+
$ti-icon-brand-bebo: unicode('ffaa');
|
|
674
679
|
$ti-icon-brand-behance: unicode('ec6e');
|
|
675
680
|
$ti-icon-brand-bilibili: unicode('f6d2');
|
|
676
681
|
$ti-icon-brand-binance: unicode('f5a0');
|
|
@@ -1029,6 +1034,7 @@ $ti-icon-bucket-off: unicode('f103');
|
|
|
1029
1034
|
$ti-icon-bug: unicode('ea48');
|
|
1030
1035
|
$ti-icon-bug-off: unicode('f0c3');
|
|
1031
1036
|
$ti-icon-building: unicode('ea4f');
|
|
1037
|
+
$ti-icon-building-airport: unicode('ffa9');
|
|
1032
1038
|
$ti-icon-building-arch: unicode('ea49');
|
|
1033
1039
|
$ti-icon-building-bank: unicode('ebe2');
|
|
1034
1040
|
$ti-icon-building-bridge: unicode('ea4b');
|
|
@@ -1107,6 +1113,8 @@ $ti-icon-calendar-user: unicode('fd1f');
|
|
|
1107
1113
|
$ti-icon-calendar-week: unicode('fd30');
|
|
1108
1114
|
$ti-icon-calendar-x: unicode('f832');
|
|
1109
1115
|
$ti-icon-camera: unicode('ea54');
|
|
1116
|
+
$ti-icon-camera-ai: unicode('ffa8');
|
|
1117
|
+
$ti-icon-camera-bitcoin: unicode('ffa7');
|
|
1110
1118
|
$ti-icon-camera-bolt: unicode('f833');
|
|
1111
1119
|
$ti-icon-camera-cancel: unicode('f834');
|
|
1112
1120
|
$ti-icon-camera-check: unicode('f835');
|
|
@@ -1117,6 +1125,7 @@ $ti-icon-camera-down: unicode('f839');
|
|
|
1117
1125
|
$ti-icon-camera-exclamation: unicode('f83a');
|
|
1118
1126
|
$ti-icon-camera-heart: unicode('f83b');
|
|
1119
1127
|
$ti-icon-camera-minus: unicode('ec3a');
|
|
1128
|
+
$ti-icon-camera-moon: unicode('ffa6');
|
|
1120
1129
|
$ti-icon-camera-off: unicode('ecee');
|
|
1121
1130
|
$ti-icon-camera-pause: unicode('f83c');
|
|
1122
1131
|
$ti-icon-camera-pin: unicode('f83d');
|
|
@@ -1126,6 +1135,7 @@ $ti-icon-camera-rotate: unicode('ee22');
|
|
|
1126
1135
|
$ti-icon-camera-search: unicode('f83f');
|
|
1127
1136
|
$ti-icon-camera-selfie: unicode('ee23');
|
|
1128
1137
|
$ti-icon-camera-share: unicode('f840');
|
|
1138
|
+
$ti-icon-camera-spark: unicode('ffbc');
|
|
1129
1139
|
$ti-icon-camera-star: unicode('f841');
|
|
1130
1140
|
$ti-icon-camera-up: unicode('f842');
|
|
1131
1141
|
$ti-icon-camera-x: unicode('f843');
|
|
@@ -1214,6 +1224,8 @@ $ti-icon-chart-bubble: unicode('ec75');
|
|
|
1214
1224
|
$ti-icon-chart-candle: unicode('ea5a');
|
|
1215
1225
|
$ti-icon-chart-circles: unicode('ee2b');
|
|
1216
1226
|
$ti-icon-chart-cohort: unicode('fef6');
|
|
1227
|
+
$ti-icon-chart-column: unicode('ffa5');
|
|
1228
|
+
$ti-icon-chart-covariate: unicode('ffa4');
|
|
1217
1229
|
$ti-icon-chart-donut: unicode('ea5b');
|
|
1218
1230
|
$ti-icon-chart-donut-2: unicode('ee2c');
|
|
1219
1231
|
$ti-icon-chart-donut-3: unicode('ee2d');
|
|
@@ -1314,7 +1326,6 @@ $ti-icon-circle-dashed-letter-i: unicode('ff92');
|
|
|
1314
1326
|
$ti-icon-circle-dashed-letter-j: unicode('ff91');
|
|
1315
1327
|
$ti-icon-circle-dashed-letter-k: unicode('ff90');
|
|
1316
1328
|
$ti-icon-circle-dashed-letter-l: unicode('ff8f');
|
|
1317
|
-
$ti-icon-circle-dashed-letter-letter-v: unicode('ff8e');
|
|
1318
1329
|
$ti-icon-circle-dashed-letter-m: unicode('ff8d');
|
|
1319
1330
|
$ti-icon-circle-dashed-letter-n: unicode('ff8c');
|
|
1320
1331
|
$ti-icon-circle-dashed-letter-o: unicode('ff8b');
|
|
@@ -1588,6 +1599,7 @@ $ti-icon-cone-plus: unicode('fa94');
|
|
|
1588
1599
|
$ti-icon-confetti: unicode('ee46');
|
|
1589
1600
|
$ti-icon-confetti-off: unicode('f3d9');
|
|
1590
1601
|
$ti-icon-confucius: unicode('f58a');
|
|
1602
|
+
$ti-icon-congruent-to: unicode('ffa3');
|
|
1591
1603
|
$ti-icon-container: unicode('ee47');
|
|
1592
1604
|
$ti-icon-container-off: unicode('f107');
|
|
1593
1605
|
$ti-icon-contract: unicode('fefb');
|
|
@@ -1665,6 +1677,7 @@ $ti-icon-cube-3d-sphere-off: unicode('f3b5');
|
|
|
1665
1677
|
$ti-icon-cube-off: unicode('fa95');
|
|
1666
1678
|
$ti-icon-cube-plus: unicode('fa96');
|
|
1667
1679
|
$ti-icon-cube-send: unicode('f61b');
|
|
1680
|
+
$ti-icon-cube-spark: unicode('ffbb');
|
|
1668
1681
|
$ti-icon-cube-unfolded: unicode('f61c');
|
|
1669
1682
|
$ti-icon-cup: unicode('ef28');
|
|
1670
1683
|
$ti-icon-cup-off: unicode('f10d');
|
|
@@ -1995,6 +2008,7 @@ $ti-icon-dialpad-off: unicode('f114');
|
|
|
1995
2008
|
$ti-icon-diamond: unicode('eb65');
|
|
1996
2009
|
$ti-icon-diamond-off: unicode('f115');
|
|
1997
2010
|
$ti-icon-diamonds: unicode('eff5');
|
|
2011
|
+
$ti-icon-diaper: unicode('ffa2');
|
|
1998
2012
|
$ti-icon-dice: unicode('eb66');
|
|
1999
2013
|
$ti-icon-dice-1: unicode('f08b');
|
|
2000
2014
|
$ti-icon-dice-2: unicode('f08c');
|
|
@@ -2143,6 +2157,7 @@ $ti-icon-eye-plus: unicode('fb76');
|
|
|
2143
2157
|
$ti-icon-eye-question: unicode('fb77');
|
|
2144
2158
|
$ti-icon-eye-search: unicode('fb78');
|
|
2145
2159
|
$ti-icon-eye-share: unicode('fb79');
|
|
2160
|
+
$ti-icon-eye-spark: unicode('ffba');
|
|
2146
2161
|
$ti-icon-eye-star: unicode('fb7a');
|
|
2147
2162
|
$ti-icon-eye-table: unicode('ef5e');
|
|
2148
2163
|
$ti-icon-eye-up: unicode('fb7b');
|
|
@@ -2163,11 +2178,13 @@ $ti-icon-fence-off: unicode('f129');
|
|
|
2163
2178
|
$ti-icon-fidget-spinner: unicode('f068');
|
|
2164
2179
|
$ti-icon-file: unicode('eaa4');
|
|
2165
2180
|
$ti-icon-file-3d: unicode('f032');
|
|
2181
|
+
$ti-icon-file-ai: unicode('ffa1');
|
|
2166
2182
|
$ti-icon-file-alert: unicode('ede6');
|
|
2167
2183
|
$ti-icon-file-analytics: unicode('ede7');
|
|
2168
2184
|
$ti-icon-file-arrow-left: unicode('f033');
|
|
2169
2185
|
$ti-icon-file-arrow-right: unicode('f034');
|
|
2170
2186
|
$ti-icon-file-barcode: unicode('f035');
|
|
2187
|
+
$ti-icon-file-bitcoin: unicode('ffa0');
|
|
2171
2188
|
$ti-icon-file-broken: unicode('f501');
|
|
2172
2189
|
$ti-icon-file-certificate: unicode('ed4d');
|
|
2173
2190
|
$ti-icon-file-chart: unicode('f036');
|
|
@@ -2215,12 +2232,14 @@ $ti-icon-file-settings: unicode('f029');
|
|
|
2215
2232
|
$ti-icon-file-shredder: unicode('eaa1');
|
|
2216
2233
|
$ti-icon-file-signal: unicode('f03d');
|
|
2217
2234
|
$ti-icon-file-smile: unicode('fd24');
|
|
2235
|
+
$ti-icon-file-spark: unicode('ffb9');
|
|
2218
2236
|
$ti-icon-file-spreadsheet: unicode('f03e');
|
|
2219
2237
|
$ti-icon-file-stack: unicode('f503');
|
|
2220
2238
|
$ti-icon-file-star: unicode('f03f');
|
|
2221
2239
|
$ti-icon-file-symlink: unicode('ed53');
|
|
2222
2240
|
$ti-icon-file-text: unicode('eaa2');
|
|
2223
2241
|
$ti-icon-file-text-ai: unicode('fa27');
|
|
2242
|
+
$ti-icon-file-text-spark: unicode('ffb8');
|
|
2224
2243
|
$ti-icon-file-time: unicode('f040');
|
|
2225
2244
|
$ti-icon-file-type-bmp: unicode('fb07');
|
|
2226
2245
|
$ti-icon-file-type-css: unicode('fb08');
|
|
@@ -2316,6 +2335,7 @@ $ti-icon-flag-plus: unicode('fb97');
|
|
|
2316
2335
|
$ti-icon-flag-question: unicode('fb98');
|
|
2317
2336
|
$ti-icon-flag-search: unicode('fb99');
|
|
2318
2337
|
$ti-icon-flag-share: unicode('fb9a');
|
|
2338
|
+
$ti-icon-flag-spark: unicode('ffb7');
|
|
2319
2339
|
$ti-icon-flag-star: unicode('fb9b');
|
|
2320
2340
|
$ti-icon-flag-up: unicode('fb9c');
|
|
2321
2341
|
$ti-icon-flag-x: unicode('fb9d');
|
|
@@ -2529,6 +2549,7 @@ $ti-icon-heart-question: unicode('fba9');
|
|
|
2529
2549
|
$ti-icon-heart-rate-monitor: unicode('ef61');
|
|
2530
2550
|
$ti-icon-heart-search: unicode('fbaa');
|
|
2531
2551
|
$ti-icon-heart-share: unicode('fbab');
|
|
2552
|
+
$ti-icon-heart-spark: unicode('ffb6');
|
|
2532
2553
|
$ti-icon-heart-star: unicode('fbac');
|
|
2533
2554
|
$ti-icon-heart-up: unicode('fbad');
|
|
2534
2555
|
$ti-icon-heart-x: unicode('fbae');
|
|
@@ -2638,6 +2659,7 @@ $ti-icon-home-search: unicode('f341');
|
|
|
2638
2659
|
$ti-icon-home-share: unicode('f342');
|
|
2639
2660
|
$ti-icon-home-shield: unicode('f343');
|
|
2640
2661
|
$ti-icon-home-signal: unicode('f356');
|
|
2662
|
+
$ti-icon-home-spark: unicode('ffb5');
|
|
2641
2663
|
$ti-icon-home-star: unicode('f344');
|
|
2642
2664
|
$ti-icon-home-stats: unicode('f345');
|
|
2643
2665
|
$ti-icon-home-up: unicode('f346');
|
|
@@ -2703,6 +2725,7 @@ $ti-icon-inner-shadow-top-right: unicode('f524');
|
|
|
2703
2725
|
$ti-icon-input-ai: unicode('fc5a');
|
|
2704
2726
|
$ti-icon-input-check: unicode('fc5b');
|
|
2705
2727
|
$ti-icon-input-search: unicode('f2a2');
|
|
2728
|
+
$ti-icon-input-spark: unicode('ffb4');
|
|
2706
2729
|
$ti-icon-input-x: unicode('fc5c');
|
|
2707
2730
|
$ti-icon-invoice: unicode('feab');
|
|
2708
2731
|
$ti-icon-ironing: unicode('fa7c');
|
|
@@ -2947,6 +2970,7 @@ $ti-icon-lock-off: unicode('ed1e');
|
|
|
2947
2970
|
$ti-icon-lock-open: unicode('eae1');
|
|
2948
2971
|
$ti-icon-lock-open-2: unicode('fea8');
|
|
2949
2972
|
$ti-icon-lock-open-off: unicode('f156');
|
|
2973
|
+
$ti-icon-lock-password: unicode('ff9f');
|
|
2950
2974
|
$ti-icon-lock-pause: unicode('f92e');
|
|
2951
2975
|
$ti-icon-lock-pin: unicode('f92f');
|
|
2952
2976
|
$ti-icon-lock-plus: unicode('f930');
|
|
@@ -3005,6 +3029,7 @@ $ti-icon-mail-plus: unicode('f943');
|
|
|
3005
3029
|
$ti-icon-mail-question: unicode('f944');
|
|
3006
3030
|
$ti-icon-mail-search: unicode('f945');
|
|
3007
3031
|
$ti-icon-mail-share: unicode('f946');
|
|
3032
|
+
$ti-icon-mail-spark: unicode('ffb3');
|
|
3008
3033
|
$ti-icon-mail-star: unicode('f947');
|
|
3009
3034
|
$ti-icon-mail-up: unicode('f948');
|
|
3010
3035
|
$ti-icon-mail-x: unicode('f949');
|
|
@@ -3274,6 +3299,7 @@ $ti-icon-mood-sing: unicode('f2c7');
|
|
|
3274
3299
|
$ti-icon-mood-smile: unicode('eaf7');
|
|
3275
3300
|
$ti-icon-mood-smile-beam: unicode('f2e7');
|
|
3276
3301
|
$ti-icon-mood-smile-dizzy: unicode('f2e8');
|
|
3302
|
+
$ti-icon-mood-spark: unicode('ffb2');
|
|
3277
3303
|
$ti-icon-mood-surprised: unicode('ec04');
|
|
3278
3304
|
$ti-icon-mood-tongue: unicode('eb95');
|
|
3279
3305
|
$ti-icon-mood-tongue-wink: unicode('f2ea');
|
|
@@ -3542,11 +3568,15 @@ $ti-icon-phone: unicode('eb09');
|
|
|
3542
3568
|
$ti-icon-phone-call: unicode('eb05');
|
|
3543
3569
|
$ti-icon-phone-calling: unicode('ec43');
|
|
3544
3570
|
$ti-icon-phone-check: unicode('ec05');
|
|
3571
|
+
$ti-icon-phone-done: unicode('ff9e');
|
|
3572
|
+
$ti-icon-phone-end: unicode('ff9d');
|
|
3545
3573
|
$ti-icon-phone-incoming: unicode('eb06');
|
|
3546
3574
|
$ti-icon-phone-off: unicode('ecf5');
|
|
3547
3575
|
$ti-icon-phone-outgoing: unicode('eb07');
|
|
3548
3576
|
$ti-icon-phone-pause: unicode('eb08');
|
|
3549
3577
|
$ti-icon-phone-plus: unicode('ec06');
|
|
3578
|
+
$ti-icon-phone-ringing: unicode('ff9c');
|
|
3579
|
+
$ti-icon-phone-spark: unicode('ffb1');
|
|
3550
3580
|
$ti-icon-phone-x: unicode('ec07');
|
|
3551
3581
|
$ti-icon-photo: unicode('eb0a');
|
|
3552
3582
|
$ti-icon-photo-ai: unicode('fa32');
|
|
@@ -3579,6 +3609,7 @@ $ti-icon-photo-sensor-2: unicode('f796');
|
|
|
3579
3609
|
$ti-icon-photo-sensor-3: unicode('f797');
|
|
3580
3610
|
$ti-icon-photo-share: unicode('f998');
|
|
3581
3611
|
$ti-icon-photo-shield: unicode('f365');
|
|
3612
|
+
$ti-icon-photo-spark: unicode('ffb0');
|
|
3582
3613
|
$ti-icon-photo-square-rounded: unicode('fc4d');
|
|
3583
3614
|
$ti-icon-photo-star: unicode('f366');
|
|
3584
3615
|
$ti-icon-photo-up: unicode('f38b');
|
|
@@ -3943,6 +3974,7 @@ $ti-icon-server-2: unicode('f07c');
|
|
|
3943
3974
|
$ti-icon-server-bolt: unicode('f320');
|
|
3944
3975
|
$ti-icon-server-cog: unicode('f321');
|
|
3945
3976
|
$ti-icon-server-off: unicode('f19e');
|
|
3977
|
+
$ti-icon-server-spark: unicode('ffaf');
|
|
3946
3978
|
$ti-icon-servicemark: unicode('ec09');
|
|
3947
3979
|
$ti-icon-settings: unicode('eb20');
|
|
3948
3980
|
$ti-icon-settings-2: unicode('f5ac');
|
|
@@ -3964,6 +3996,7 @@ $ti-icon-settings-plus: unicode('f9b9');
|
|
|
3964
3996
|
$ti-icon-settings-question: unicode('f9ba');
|
|
3965
3997
|
$ti-icon-settings-search: unicode('f9bb');
|
|
3966
3998
|
$ti-icon-settings-share: unicode('f9bc');
|
|
3999
|
+
$ti-icon-settings-spark: unicode('ffae');
|
|
3967
4000
|
$ti-icon-settings-star: unicode('f9bd');
|
|
3968
4001
|
$ti-icon-settings-up: unicode('f9be');
|
|
3969
4002
|
$ti-icon-settings-x: unicode('f9bf');
|
|
@@ -4300,6 +4333,7 @@ $ti-icon-stethoscope: unicode('edbe');
|
|
|
4300
4333
|
$ti-icon-stethoscope-off: unicode('f432');
|
|
4301
4334
|
$ti-icon-sticker: unicode('eb2f');
|
|
4302
4335
|
$ti-icon-sticker-2: unicode('fd3d');
|
|
4336
|
+
$ti-icon-stopwatch: unicode('ff9b');
|
|
4303
4337
|
$ti-icon-storm: unicode('f24c');
|
|
4304
4338
|
$ti-icon-storm-off: unicode('f433');
|
|
4305
4339
|
$ti-icon-stretching: unicode('f2db');
|
|
@@ -4351,6 +4385,7 @@ $ti-icon-table-plus: unicode('fa1f');
|
|
|
4351
4385
|
$ti-icon-table-row: unicode('fb00');
|
|
4352
4386
|
$ti-icon-table-share: unicode('fa20');
|
|
4353
4387
|
$ti-icon-table-shortcut: unicode('f25d');
|
|
4388
|
+
$ti-icon-table-spark: unicode('ffad');
|
|
4354
4389
|
$ti-icon-tag: unicode('eb34');
|
|
4355
4390
|
$ti-icon-tag-off: unicode('efc0');
|
|
4356
4391
|
$ti-icon-tag-starred: unicode('fc99');
|
|
@@ -4822,6 +4857,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4822
4857
|
.#{$ti-prefix}-adjustments-question:before { content: $ti-icon-adjustments-question; }
|
|
4823
4858
|
.#{$ti-prefix}-adjustments-search:before { content: $ti-icon-adjustments-search; }
|
|
4824
4859
|
.#{$ti-prefix}-adjustments-share:before { content: $ti-icon-adjustments-share; }
|
|
4860
|
+
.#{$ti-prefix}-adjustments-spark:before { content: $ti-icon-adjustments-spark; }
|
|
4825
4861
|
.#{$ti-prefix}-adjustments-star:before { content: $ti-icon-adjustments-star; }
|
|
4826
4862
|
.#{$ti-prefix}-adjustments-up:before { content: $ti-icon-adjustments-up; }
|
|
4827
4863
|
.#{$ti-prefix}-adjustments-x:before { content: $ti-icon-adjustments-x; }
|
|
@@ -5088,6 +5124,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5088
5124
|
.#{$ti-prefix}-arrows-split-2:before { content: $ti-icon-arrows-split-2; }
|
|
5089
5125
|
.#{$ti-prefix}-arrows-transfer-down:before { content: $ti-icon-arrows-transfer-down; }
|
|
5090
5126
|
.#{$ti-prefix}-arrows-transfer-up:before { content: $ti-icon-arrows-transfer-up; }
|
|
5127
|
+
.#{$ti-prefix}-arrows-transfer-up-down:before { content: $ti-icon-arrows-transfer-up-down; }
|
|
5091
5128
|
.#{$ti-prefix}-arrows-up:before { content: $ti-icon-arrows-up; }
|
|
5092
5129
|
.#{$ti-prefix}-arrows-up-down:before { content: $ti-icon-arrows-up-down; }
|
|
5093
5130
|
.#{$ti-prefix}-arrows-up-left:before { content: $ti-icon-arrows-up-left; }
|
|
@@ -5211,6 +5248,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5211
5248
|
.#{$ti-prefix}-battery-eco:before { content: $ti-icon-battery-eco; }
|
|
5212
5249
|
.#{$ti-prefix}-battery-exclamation:before { content: $ti-icon-battery-exclamation; }
|
|
5213
5250
|
.#{$ti-prefix}-battery-off:before { content: $ti-icon-battery-off; }
|
|
5251
|
+
.#{$ti-prefix}-battery-spark:before { content: $ti-icon-battery-spark; }
|
|
5214
5252
|
.#{$ti-prefix}-battery-vertical:before { content: $ti-icon-battery-vertical; }
|
|
5215
5253
|
.#{$ti-prefix}-battery-vertical-1:before { content: $ti-icon-battery-vertical-1; }
|
|
5216
5254
|
.#{$ti-prefix}-battery-vertical-2:before { content: $ti-icon-battery-vertical-2; }
|
|
@@ -5393,6 +5431,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5393
5431
|
.#{$ti-prefix}-brand-alpine-js:before { content: $ti-icon-brand-alpine-js; }
|
|
5394
5432
|
.#{$ti-prefix}-brand-amazon:before { content: $ti-icon-brand-amazon; }
|
|
5395
5433
|
.#{$ti-prefix}-brand-amd:before { content: $ti-icon-brand-amd; }
|
|
5434
|
+
.#{$ti-prefix}-brand-amie:before { content: $ti-icon-brand-amie; }
|
|
5396
5435
|
.#{$ti-prefix}-brand-amigo:before { content: $ti-icon-brand-amigo; }
|
|
5397
5436
|
.#{$ti-prefix}-brand-among-us:before { content: $ti-icon-brand-among-us; }
|
|
5398
5437
|
.#{$ti-prefix}-brand-android:before { content: $ti-icon-brand-android; }
|
|
@@ -5417,6 +5456,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5417
5456
|
.#{$ti-prefix}-brand-bandcamp:before { content: $ti-icon-brand-bandcamp; }
|
|
5418
5457
|
.#{$ti-prefix}-brand-bandlab:before { content: $ti-icon-brand-bandlab; }
|
|
5419
5458
|
.#{$ti-prefix}-brand-beats:before { content: $ti-icon-brand-beats; }
|
|
5459
|
+
.#{$ti-prefix}-brand-bebo:before { content: $ti-icon-brand-bebo; }
|
|
5420
5460
|
.#{$ti-prefix}-brand-behance:before { content: $ti-icon-brand-behance; }
|
|
5421
5461
|
.#{$ti-prefix}-brand-bilibili:before { content: $ti-icon-brand-bilibili; }
|
|
5422
5462
|
.#{$ti-prefix}-brand-binance:before { content: $ti-icon-brand-binance; }
|
|
@@ -5775,6 +5815,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5775
5815
|
.#{$ti-prefix}-bug:before { content: $ti-icon-bug; }
|
|
5776
5816
|
.#{$ti-prefix}-bug-off:before { content: $ti-icon-bug-off; }
|
|
5777
5817
|
.#{$ti-prefix}-building:before { content: $ti-icon-building; }
|
|
5818
|
+
.#{$ti-prefix}-building-airport:before { content: $ti-icon-building-airport; }
|
|
5778
5819
|
.#{$ti-prefix}-building-arch:before { content: $ti-icon-building-arch; }
|
|
5779
5820
|
.#{$ti-prefix}-building-bank:before { content: $ti-icon-building-bank; }
|
|
5780
5821
|
.#{$ti-prefix}-building-bridge:before { content: $ti-icon-building-bridge; }
|
|
@@ -5853,6 +5894,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5853
5894
|
.#{$ti-prefix}-calendar-week:before { content: $ti-icon-calendar-week; }
|
|
5854
5895
|
.#{$ti-prefix}-calendar-x:before { content: $ti-icon-calendar-x; }
|
|
5855
5896
|
.#{$ti-prefix}-camera:before { content: $ti-icon-camera; }
|
|
5897
|
+
.#{$ti-prefix}-camera-ai:before { content: $ti-icon-camera-ai; }
|
|
5898
|
+
.#{$ti-prefix}-camera-bitcoin:before { content: $ti-icon-camera-bitcoin; }
|
|
5856
5899
|
.#{$ti-prefix}-camera-bolt:before { content: $ti-icon-camera-bolt; }
|
|
5857
5900
|
.#{$ti-prefix}-camera-cancel:before { content: $ti-icon-camera-cancel; }
|
|
5858
5901
|
.#{$ti-prefix}-camera-check:before { content: $ti-icon-camera-check; }
|
|
@@ -5863,6 +5906,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5863
5906
|
.#{$ti-prefix}-camera-exclamation:before { content: $ti-icon-camera-exclamation; }
|
|
5864
5907
|
.#{$ti-prefix}-camera-heart:before { content: $ti-icon-camera-heart; }
|
|
5865
5908
|
.#{$ti-prefix}-camera-minus:before { content: $ti-icon-camera-minus; }
|
|
5909
|
+
.#{$ti-prefix}-camera-moon:before { content: $ti-icon-camera-moon; }
|
|
5866
5910
|
.#{$ti-prefix}-camera-off:before { content: $ti-icon-camera-off; }
|
|
5867
5911
|
.#{$ti-prefix}-camera-pause:before { content: $ti-icon-camera-pause; }
|
|
5868
5912
|
.#{$ti-prefix}-camera-pin:before { content: $ti-icon-camera-pin; }
|
|
@@ -5872,6 +5916,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5872
5916
|
.#{$ti-prefix}-camera-search:before { content: $ti-icon-camera-search; }
|
|
5873
5917
|
.#{$ti-prefix}-camera-selfie:before { content: $ti-icon-camera-selfie; }
|
|
5874
5918
|
.#{$ti-prefix}-camera-share:before { content: $ti-icon-camera-share; }
|
|
5919
|
+
.#{$ti-prefix}-camera-spark:before { content: $ti-icon-camera-spark; }
|
|
5875
5920
|
.#{$ti-prefix}-camera-star:before { content: $ti-icon-camera-star; }
|
|
5876
5921
|
.#{$ti-prefix}-camera-up:before { content: $ti-icon-camera-up; }
|
|
5877
5922
|
.#{$ti-prefix}-camera-x:before { content: $ti-icon-camera-x; }
|
|
@@ -5960,6 +6005,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5960
6005
|
.#{$ti-prefix}-chart-candle:before { content: $ti-icon-chart-candle; }
|
|
5961
6006
|
.#{$ti-prefix}-chart-circles:before { content: $ti-icon-chart-circles; }
|
|
5962
6007
|
.#{$ti-prefix}-chart-cohort:before { content: $ti-icon-chart-cohort; }
|
|
6008
|
+
.#{$ti-prefix}-chart-column:before { content: $ti-icon-chart-column; }
|
|
6009
|
+
.#{$ti-prefix}-chart-covariate:before { content: $ti-icon-chart-covariate; }
|
|
5963
6010
|
.#{$ti-prefix}-chart-donut:before { content: $ti-icon-chart-donut; }
|
|
5964
6011
|
.#{$ti-prefix}-chart-donut-2:before { content: $ti-icon-chart-donut-2; }
|
|
5965
6012
|
.#{$ti-prefix}-chart-donut-3:before { content: $ti-icon-chart-donut-3; }
|
|
@@ -6060,7 +6107,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6060
6107
|
.#{$ti-prefix}-circle-dashed-letter-j:before { content: $ti-icon-circle-dashed-letter-j; }
|
|
6061
6108
|
.#{$ti-prefix}-circle-dashed-letter-k:before { content: $ti-icon-circle-dashed-letter-k; }
|
|
6062
6109
|
.#{$ti-prefix}-circle-dashed-letter-l:before { content: $ti-icon-circle-dashed-letter-l; }
|
|
6063
|
-
.#{$ti-prefix}-circle-dashed-letter-letter-v:before { content: $ti-icon-circle-dashed-letter-letter-v; }
|
|
6064
6110
|
.#{$ti-prefix}-circle-dashed-letter-m:before { content: $ti-icon-circle-dashed-letter-m; }
|
|
6065
6111
|
.#{$ti-prefix}-circle-dashed-letter-n:before { content: $ti-icon-circle-dashed-letter-n; }
|
|
6066
6112
|
.#{$ti-prefix}-circle-dashed-letter-o:before { content: $ti-icon-circle-dashed-letter-o; }
|
|
@@ -6334,6 +6380,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6334
6380
|
.#{$ti-prefix}-confetti:before { content: $ti-icon-confetti; }
|
|
6335
6381
|
.#{$ti-prefix}-confetti-off:before { content: $ti-icon-confetti-off; }
|
|
6336
6382
|
.#{$ti-prefix}-confucius:before { content: $ti-icon-confucius; }
|
|
6383
|
+
.#{$ti-prefix}-congruent-to:before { content: $ti-icon-congruent-to; }
|
|
6337
6384
|
.#{$ti-prefix}-container:before { content: $ti-icon-container; }
|
|
6338
6385
|
.#{$ti-prefix}-container-off:before { content: $ti-icon-container-off; }
|
|
6339
6386
|
.#{$ti-prefix}-contract:before { content: $ti-icon-contract; }
|
|
@@ -6411,6 +6458,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6411
6458
|
.#{$ti-prefix}-cube-off:before { content: $ti-icon-cube-off; }
|
|
6412
6459
|
.#{$ti-prefix}-cube-plus:before { content: $ti-icon-cube-plus; }
|
|
6413
6460
|
.#{$ti-prefix}-cube-send:before { content: $ti-icon-cube-send; }
|
|
6461
|
+
.#{$ti-prefix}-cube-spark:before { content: $ti-icon-cube-spark; }
|
|
6414
6462
|
.#{$ti-prefix}-cube-unfolded:before { content: $ti-icon-cube-unfolded; }
|
|
6415
6463
|
.#{$ti-prefix}-cup:before { content: $ti-icon-cup; }
|
|
6416
6464
|
.#{$ti-prefix}-cup-off:before { content: $ti-icon-cup-off; }
|
|
@@ -6741,6 +6789,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6741
6789
|
.#{$ti-prefix}-diamond:before { content: $ti-icon-diamond; }
|
|
6742
6790
|
.#{$ti-prefix}-diamond-off:before { content: $ti-icon-diamond-off; }
|
|
6743
6791
|
.#{$ti-prefix}-diamonds:before { content: $ti-icon-diamonds; }
|
|
6792
|
+
.#{$ti-prefix}-diaper:before { content: $ti-icon-diaper; }
|
|
6744
6793
|
.#{$ti-prefix}-dice:before { content: $ti-icon-dice; }
|
|
6745
6794
|
.#{$ti-prefix}-dice-1:before { content: $ti-icon-dice-1; }
|
|
6746
6795
|
.#{$ti-prefix}-dice-2:before { content: $ti-icon-dice-2; }
|
|
@@ -6889,6 +6938,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6889
6938
|
.#{$ti-prefix}-eye-question:before { content: $ti-icon-eye-question; }
|
|
6890
6939
|
.#{$ti-prefix}-eye-search:before { content: $ti-icon-eye-search; }
|
|
6891
6940
|
.#{$ti-prefix}-eye-share:before { content: $ti-icon-eye-share; }
|
|
6941
|
+
.#{$ti-prefix}-eye-spark:before { content: $ti-icon-eye-spark; }
|
|
6892
6942
|
.#{$ti-prefix}-eye-star:before { content: $ti-icon-eye-star; }
|
|
6893
6943
|
.#{$ti-prefix}-eye-table:before { content: $ti-icon-eye-table; }
|
|
6894
6944
|
.#{$ti-prefix}-eye-up:before { content: $ti-icon-eye-up; }
|
|
@@ -6909,11 +6959,13 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6909
6959
|
.#{$ti-prefix}-fidget-spinner:before { content: $ti-icon-fidget-spinner; }
|
|
6910
6960
|
.#{$ti-prefix}-file:before { content: $ti-icon-file; }
|
|
6911
6961
|
.#{$ti-prefix}-file-3d:before { content: $ti-icon-file-3d; }
|
|
6962
|
+
.#{$ti-prefix}-file-ai:before { content: $ti-icon-file-ai; }
|
|
6912
6963
|
.#{$ti-prefix}-file-alert:before { content: $ti-icon-file-alert; }
|
|
6913
6964
|
.#{$ti-prefix}-file-analytics:before { content: $ti-icon-file-analytics; }
|
|
6914
6965
|
.#{$ti-prefix}-file-arrow-left:before { content: $ti-icon-file-arrow-left; }
|
|
6915
6966
|
.#{$ti-prefix}-file-arrow-right:before { content: $ti-icon-file-arrow-right; }
|
|
6916
6967
|
.#{$ti-prefix}-file-barcode:before { content: $ti-icon-file-barcode; }
|
|
6968
|
+
.#{$ti-prefix}-file-bitcoin:before { content: $ti-icon-file-bitcoin; }
|
|
6917
6969
|
.#{$ti-prefix}-file-broken:before { content: $ti-icon-file-broken; }
|
|
6918
6970
|
.#{$ti-prefix}-file-certificate:before { content: $ti-icon-file-certificate; }
|
|
6919
6971
|
.#{$ti-prefix}-file-chart:before { content: $ti-icon-file-chart; }
|
|
@@ -6961,12 +7013,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6961
7013
|
.#{$ti-prefix}-file-shredder:before { content: $ti-icon-file-shredder; }
|
|
6962
7014
|
.#{$ti-prefix}-file-signal:before { content: $ti-icon-file-signal; }
|
|
6963
7015
|
.#{$ti-prefix}-file-smile:before { content: $ti-icon-file-smile; }
|
|
7016
|
+
.#{$ti-prefix}-file-spark:before { content: $ti-icon-file-spark; }
|
|
6964
7017
|
.#{$ti-prefix}-file-spreadsheet:before { content: $ti-icon-file-spreadsheet; }
|
|
6965
7018
|
.#{$ti-prefix}-file-stack:before { content: $ti-icon-file-stack; }
|
|
6966
7019
|
.#{$ti-prefix}-file-star:before { content: $ti-icon-file-star; }
|
|
6967
7020
|
.#{$ti-prefix}-file-symlink:before { content: $ti-icon-file-symlink; }
|
|
6968
7021
|
.#{$ti-prefix}-file-text:before { content: $ti-icon-file-text; }
|
|
6969
7022
|
.#{$ti-prefix}-file-text-ai:before { content: $ti-icon-file-text-ai; }
|
|
7023
|
+
.#{$ti-prefix}-file-text-spark:before { content: $ti-icon-file-text-spark; }
|
|
6970
7024
|
.#{$ti-prefix}-file-time:before { content: $ti-icon-file-time; }
|
|
6971
7025
|
.#{$ti-prefix}-file-type-bmp:before { content: $ti-icon-file-type-bmp; }
|
|
6972
7026
|
.#{$ti-prefix}-file-type-css:before { content: $ti-icon-file-type-css; }
|
|
@@ -7062,6 +7116,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7062
7116
|
.#{$ti-prefix}-flag-question:before { content: $ti-icon-flag-question; }
|
|
7063
7117
|
.#{$ti-prefix}-flag-search:before { content: $ti-icon-flag-search; }
|
|
7064
7118
|
.#{$ti-prefix}-flag-share:before { content: $ti-icon-flag-share; }
|
|
7119
|
+
.#{$ti-prefix}-flag-spark:before { content: $ti-icon-flag-spark; }
|
|
7065
7120
|
.#{$ti-prefix}-flag-star:before { content: $ti-icon-flag-star; }
|
|
7066
7121
|
.#{$ti-prefix}-flag-up:before { content: $ti-icon-flag-up; }
|
|
7067
7122
|
.#{$ti-prefix}-flag-x:before { content: $ti-icon-flag-x; }
|
|
@@ -7275,6 +7330,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7275
7330
|
.#{$ti-prefix}-heart-rate-monitor:before { content: $ti-icon-heart-rate-monitor; }
|
|
7276
7331
|
.#{$ti-prefix}-heart-search:before { content: $ti-icon-heart-search; }
|
|
7277
7332
|
.#{$ti-prefix}-heart-share:before { content: $ti-icon-heart-share; }
|
|
7333
|
+
.#{$ti-prefix}-heart-spark:before { content: $ti-icon-heart-spark; }
|
|
7278
7334
|
.#{$ti-prefix}-heart-star:before { content: $ti-icon-heart-star; }
|
|
7279
7335
|
.#{$ti-prefix}-heart-up:before { content: $ti-icon-heart-up; }
|
|
7280
7336
|
.#{$ti-prefix}-heart-x:before { content: $ti-icon-heart-x; }
|
|
@@ -7384,6 +7440,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7384
7440
|
.#{$ti-prefix}-home-share:before { content: $ti-icon-home-share; }
|
|
7385
7441
|
.#{$ti-prefix}-home-shield:before { content: $ti-icon-home-shield; }
|
|
7386
7442
|
.#{$ti-prefix}-home-signal:before { content: $ti-icon-home-signal; }
|
|
7443
|
+
.#{$ti-prefix}-home-spark:before { content: $ti-icon-home-spark; }
|
|
7387
7444
|
.#{$ti-prefix}-home-star:before { content: $ti-icon-home-star; }
|
|
7388
7445
|
.#{$ti-prefix}-home-stats:before { content: $ti-icon-home-stats; }
|
|
7389
7446
|
.#{$ti-prefix}-home-up:before { content: $ti-icon-home-up; }
|
|
@@ -7449,6 +7506,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7449
7506
|
.#{$ti-prefix}-input-ai:before { content: $ti-icon-input-ai; }
|
|
7450
7507
|
.#{$ti-prefix}-input-check:before { content: $ti-icon-input-check; }
|
|
7451
7508
|
.#{$ti-prefix}-input-search:before { content: $ti-icon-input-search; }
|
|
7509
|
+
.#{$ti-prefix}-input-spark:before { content: $ti-icon-input-spark; }
|
|
7452
7510
|
.#{$ti-prefix}-input-x:before { content: $ti-icon-input-x; }
|
|
7453
7511
|
.#{$ti-prefix}-invoice:before { content: $ti-icon-invoice; }
|
|
7454
7512
|
.#{$ti-prefix}-ironing:before { content: $ti-icon-ironing; }
|
|
@@ -7693,6 +7751,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7693
7751
|
.#{$ti-prefix}-lock-open:before { content: $ti-icon-lock-open; }
|
|
7694
7752
|
.#{$ti-prefix}-lock-open-2:before { content: $ti-icon-lock-open-2; }
|
|
7695
7753
|
.#{$ti-prefix}-lock-open-off:before { content: $ti-icon-lock-open-off; }
|
|
7754
|
+
.#{$ti-prefix}-lock-password:before { content: $ti-icon-lock-password; }
|
|
7696
7755
|
.#{$ti-prefix}-lock-pause:before { content: $ti-icon-lock-pause; }
|
|
7697
7756
|
.#{$ti-prefix}-lock-pin:before { content: $ti-icon-lock-pin; }
|
|
7698
7757
|
.#{$ti-prefix}-lock-plus:before { content: $ti-icon-lock-plus; }
|
|
@@ -7751,6 +7810,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7751
7810
|
.#{$ti-prefix}-mail-question:before { content: $ti-icon-mail-question; }
|
|
7752
7811
|
.#{$ti-prefix}-mail-search:before { content: $ti-icon-mail-search; }
|
|
7753
7812
|
.#{$ti-prefix}-mail-share:before { content: $ti-icon-mail-share; }
|
|
7813
|
+
.#{$ti-prefix}-mail-spark:before { content: $ti-icon-mail-spark; }
|
|
7754
7814
|
.#{$ti-prefix}-mail-star:before { content: $ti-icon-mail-star; }
|
|
7755
7815
|
.#{$ti-prefix}-mail-up:before { content: $ti-icon-mail-up; }
|
|
7756
7816
|
.#{$ti-prefix}-mail-x:before { content: $ti-icon-mail-x; }
|
|
@@ -8020,6 +8080,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8020
8080
|
.#{$ti-prefix}-mood-smile:before { content: $ti-icon-mood-smile; }
|
|
8021
8081
|
.#{$ti-prefix}-mood-smile-beam:before { content: $ti-icon-mood-smile-beam; }
|
|
8022
8082
|
.#{$ti-prefix}-mood-smile-dizzy:before { content: $ti-icon-mood-smile-dizzy; }
|
|
8083
|
+
.#{$ti-prefix}-mood-spark:before { content: $ti-icon-mood-spark; }
|
|
8023
8084
|
.#{$ti-prefix}-mood-surprised:before { content: $ti-icon-mood-surprised; }
|
|
8024
8085
|
.#{$ti-prefix}-mood-tongue:before { content: $ti-icon-mood-tongue; }
|
|
8025
8086
|
.#{$ti-prefix}-mood-tongue-wink:before { content: $ti-icon-mood-tongue-wink; }
|
|
@@ -8288,11 +8349,15 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8288
8349
|
.#{$ti-prefix}-phone-call:before { content: $ti-icon-phone-call; }
|
|
8289
8350
|
.#{$ti-prefix}-phone-calling:before { content: $ti-icon-phone-calling; }
|
|
8290
8351
|
.#{$ti-prefix}-phone-check:before { content: $ti-icon-phone-check; }
|
|
8352
|
+
.#{$ti-prefix}-phone-done:before { content: $ti-icon-phone-done; }
|
|
8353
|
+
.#{$ti-prefix}-phone-end:before { content: $ti-icon-phone-end; }
|
|
8291
8354
|
.#{$ti-prefix}-phone-incoming:before { content: $ti-icon-phone-incoming; }
|
|
8292
8355
|
.#{$ti-prefix}-phone-off:before { content: $ti-icon-phone-off; }
|
|
8293
8356
|
.#{$ti-prefix}-phone-outgoing:before { content: $ti-icon-phone-outgoing; }
|
|
8294
8357
|
.#{$ti-prefix}-phone-pause:before { content: $ti-icon-phone-pause; }
|
|
8295
8358
|
.#{$ti-prefix}-phone-plus:before { content: $ti-icon-phone-plus; }
|
|
8359
|
+
.#{$ti-prefix}-phone-ringing:before { content: $ti-icon-phone-ringing; }
|
|
8360
|
+
.#{$ti-prefix}-phone-spark:before { content: $ti-icon-phone-spark; }
|
|
8296
8361
|
.#{$ti-prefix}-phone-x:before { content: $ti-icon-phone-x; }
|
|
8297
8362
|
.#{$ti-prefix}-photo:before { content: $ti-icon-photo; }
|
|
8298
8363
|
.#{$ti-prefix}-photo-ai:before { content: $ti-icon-photo-ai; }
|
|
@@ -8325,6 +8390,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8325
8390
|
.#{$ti-prefix}-photo-sensor-3:before { content: $ti-icon-photo-sensor-3; }
|
|
8326
8391
|
.#{$ti-prefix}-photo-share:before { content: $ti-icon-photo-share; }
|
|
8327
8392
|
.#{$ti-prefix}-photo-shield:before { content: $ti-icon-photo-shield; }
|
|
8393
|
+
.#{$ti-prefix}-photo-spark:before { content: $ti-icon-photo-spark; }
|
|
8328
8394
|
.#{$ti-prefix}-photo-square-rounded:before { content: $ti-icon-photo-square-rounded; }
|
|
8329
8395
|
.#{$ti-prefix}-photo-star:before { content: $ti-icon-photo-star; }
|
|
8330
8396
|
.#{$ti-prefix}-photo-up:before { content: $ti-icon-photo-up; }
|
|
@@ -8689,6 +8755,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8689
8755
|
.#{$ti-prefix}-server-bolt:before { content: $ti-icon-server-bolt; }
|
|
8690
8756
|
.#{$ti-prefix}-server-cog:before { content: $ti-icon-server-cog; }
|
|
8691
8757
|
.#{$ti-prefix}-server-off:before { content: $ti-icon-server-off; }
|
|
8758
|
+
.#{$ti-prefix}-server-spark:before { content: $ti-icon-server-spark; }
|
|
8692
8759
|
.#{$ti-prefix}-servicemark:before { content: $ti-icon-servicemark; }
|
|
8693
8760
|
.#{$ti-prefix}-settings:before { content: $ti-icon-settings; }
|
|
8694
8761
|
.#{$ti-prefix}-settings-2:before { content: $ti-icon-settings-2; }
|
|
@@ -8710,6 +8777,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8710
8777
|
.#{$ti-prefix}-settings-question:before { content: $ti-icon-settings-question; }
|
|
8711
8778
|
.#{$ti-prefix}-settings-search:before { content: $ti-icon-settings-search; }
|
|
8712
8779
|
.#{$ti-prefix}-settings-share:before { content: $ti-icon-settings-share; }
|
|
8780
|
+
.#{$ti-prefix}-settings-spark:before { content: $ti-icon-settings-spark; }
|
|
8713
8781
|
.#{$ti-prefix}-settings-star:before { content: $ti-icon-settings-star; }
|
|
8714
8782
|
.#{$ti-prefix}-settings-up:before { content: $ti-icon-settings-up; }
|
|
8715
8783
|
.#{$ti-prefix}-settings-x:before { content: $ti-icon-settings-x; }
|
|
@@ -9046,6 +9114,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9046
9114
|
.#{$ti-prefix}-stethoscope-off:before { content: $ti-icon-stethoscope-off; }
|
|
9047
9115
|
.#{$ti-prefix}-sticker:before { content: $ti-icon-sticker; }
|
|
9048
9116
|
.#{$ti-prefix}-sticker-2:before { content: $ti-icon-sticker-2; }
|
|
9117
|
+
.#{$ti-prefix}-stopwatch:before { content: $ti-icon-stopwatch; }
|
|
9049
9118
|
.#{$ti-prefix}-storm:before { content: $ti-icon-storm; }
|
|
9050
9119
|
.#{$ti-prefix}-storm-off:before { content: $ti-icon-storm-off; }
|
|
9051
9120
|
.#{$ti-prefix}-stretching:before { content: $ti-icon-stretching; }
|
|
@@ -9097,6 +9166,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9097
9166
|
.#{$ti-prefix}-table-row:before { content: $ti-icon-table-row; }
|
|
9098
9167
|
.#{$ti-prefix}-table-share:before { content: $ti-icon-table-share; }
|
|
9099
9168
|
.#{$ti-prefix}-table-shortcut:before { content: $ti-icon-table-shortcut; }
|
|
9169
|
+
.#{$ti-prefix}-table-spark:before { content: $ti-icon-table-spark; }
|
|
9100
9170
|
.#{$ti-prefix}-tag:before { content: $ti-icon-tag; }
|
|
9101
9171
|
.#{$ti-prefix}-tag-off:before { content: $ti-icon-tag-off; }
|
|
9102
9172
|
.#{$ti-prefix}-tag-starred:before { content: $ti-icon-tag-starred; }
|
|
@@ -9579,4 +9649,5 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9579
9649
|
.#{$ti-prefix}-square-9:before { content: $ti-icon-square-number-9; }
|
|
9580
9650
|
.#{$ti-prefix}-message-circle-2:before { content: $ti-icon-message-circle; }
|
|
9581
9651
|
.#{$ti-prefix}-mood-suprised:before { content: $ti-icon-mood-surprised; }
|
|
9652
|
+
.#{$ti-prefix}-circle-dashed-letter-letter-v:before { content: $ti-icon-circle-dashed-letter-v; }
|
|
9582
9653
|
|