@tabler/icons-webfont 3.22.0 → 3.24.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-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-filled.woff +0 -0
- package/dist/fonts/tabler-icons-filled.woff2 +0 -0
- 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 +70 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +155 -2
- package/dist/tabler-icons-filled.min.css +2 -2
- package/dist/tabler-icons-filled.min.css.map +1 -1
- package/dist/tabler-icons-filled.scss +37 -3
- package/dist/tabler-icons-outline.css +78 -2
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +173 -2
- 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 +41 -3
- package/dist/tabler-icons.css +146 -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 +75 -3
- package/package.json +2 -2
package/dist/tabler-icons.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* Tabler Icons 3.
|
|
3
|
+
* Tabler Icons 3.24.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' !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.woff2?v3.
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons.woff2?v3.24.0') format('woff2'),
|
|
17
17
|
url('#{$ti-font-path}/tabler-icons.woff?') format('woff'),
|
|
18
|
-
url('#{$ti-font-path}/tabler-icons.ttf?v3.
|
|
18
|
+
url('#{$ti-font-path}/tabler-icons.ttf?v3.24.0') format('truetype');
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.#{$ti-prefix} {
|
|
@@ -100,6 +100,7 @@ $ti-icon-alarm-minus-filled: unicode('f70a');
|
|
|
100
100
|
$ti-icon-alarm-off: unicode('f0a9');
|
|
101
101
|
$ti-icon-alarm-plus: unicode('f631');
|
|
102
102
|
$ti-icon-alarm-plus-filled: unicode('f70b');
|
|
103
|
+
$ti-icon-alarm-smoke: unicode('100b6');
|
|
103
104
|
$ti-icon-alarm-snooze: unicode('f632');
|
|
104
105
|
$ti-icon-alarm-snooze-filled: unicode('f70c');
|
|
105
106
|
$ti-icon-album: unicode('f022');
|
|
@@ -472,10 +473,13 @@ $ti-icon-backslash: unicode('fab9');
|
|
|
472
473
|
$ti-icon-backspace: unicode('ea2d');
|
|
473
474
|
$ti-icon-backspace-filled: unicode('f7dc');
|
|
474
475
|
$ti-icon-badge: unicode('efc2');
|
|
476
|
+
$ti-icon-badge-2k: unicode('100b5');
|
|
475
477
|
$ti-icon-badge-3d: unicode('f555');
|
|
476
478
|
$ti-icon-badge-3d-filled: unicode('fe9b');
|
|
479
|
+
$ti-icon-badge-3k: unicode('100b4');
|
|
477
480
|
$ti-icon-badge-4k: unicode('f556');
|
|
478
481
|
$ti-icon-badge-4k-filled: unicode('fe9a');
|
|
482
|
+
$ti-icon-badge-5k: unicode('100b3');
|
|
479
483
|
$ti-icon-badge-8k: unicode('f557');
|
|
480
484
|
$ti-icon-badge-8k-filled: unicode('fe99');
|
|
481
485
|
$ti-icon-badge-ad: unicode('f558');
|
|
@@ -666,6 +670,7 @@ $ti-icon-blender-filled: unicode('10022');
|
|
|
666
670
|
$ti-icon-blob: unicode('feaf');
|
|
667
671
|
$ti-icon-blob-filled: unicode('feb1');
|
|
668
672
|
$ti-icon-blockquote: unicode('ee09');
|
|
673
|
+
$ti-icon-blocks: unicode('100b2');
|
|
669
674
|
$ti-icon-bluetooth: unicode('ea37');
|
|
670
675
|
$ti-icon-bluetooth-connected: unicode('ecea');
|
|
671
676
|
$ti-icon-bluetooth-off: unicode('eceb');
|
|
@@ -746,6 +751,7 @@ $ti-icon-bowl-chopsticks-filled: unicode('fe88');
|
|
|
746
751
|
$ti-icon-bowl-filled: unicode('fb22');
|
|
747
752
|
$ti-icon-bowl-spoon: unicode('fd91');
|
|
748
753
|
$ti-icon-bowl-spoon-filled: unicode('fe87');
|
|
754
|
+
$ti-icon-bowling: unicode('100b1');
|
|
749
755
|
$ti-icon-box: unicode('ea45');
|
|
750
756
|
$ti-icon-box-align-bottom: unicode('f2a8');
|
|
751
757
|
$ti-icon-box-align-bottom-filled: unicode('fa8a');
|
|
@@ -843,6 +849,7 @@ $ti-icon-brand-bilibili: unicode('f6d2');
|
|
|
843
849
|
$ti-icon-brand-binance: unicode('f5a0');
|
|
844
850
|
$ti-icon-brand-bing: unicode('edc6');
|
|
845
851
|
$ti-icon-brand-bitbucket: unicode('edc7');
|
|
852
|
+
$ti-icon-brand-bitbucket-filled: unicode('100cb');
|
|
846
853
|
$ti-icon-brand-blackberry: unicode('f568');
|
|
847
854
|
$ti-icon-brand-blender: unicode('f326');
|
|
848
855
|
$ti-icon-brand-blogger: unicode('f35a');
|
|
@@ -1217,8 +1224,11 @@ $ti-icon-broadcast: unicode('f1e9');
|
|
|
1217
1224
|
$ti-icon-broadcast-off: unicode('f1e8');
|
|
1218
1225
|
$ti-icon-browser: unicode('ebb7');
|
|
1219
1226
|
$ti-icon-browser-check: unicode('efd6');
|
|
1227
|
+
$ti-icon-browser-maximize: unicode('100b0');
|
|
1228
|
+
$ti-icon-browser-minus: unicode('100af');
|
|
1220
1229
|
$ti-icon-browser-off: unicode('f0c1');
|
|
1221
1230
|
$ti-icon-browser-plus: unicode('efd7');
|
|
1231
|
+
$ti-icon-browser-share: unicode('100ae');
|
|
1222
1232
|
$ti-icon-browser-x: unicode('efd8');
|
|
1223
1233
|
$ti-icon-brush: unicode('ebb8');
|
|
1224
1234
|
$ti-icon-brush-off: unicode('f0c2');
|
|
@@ -1288,6 +1298,7 @@ $ti-icon-cactus-filled: unicode('fb25');
|
|
|
1288
1298
|
$ti-icon-cactus-off: unicode('f3cf');
|
|
1289
1299
|
$ti-icon-cake: unicode('f00f');
|
|
1290
1300
|
$ti-icon-cake-off: unicode('f104');
|
|
1301
|
+
$ti-icon-cake-roll: unicode('100bd');
|
|
1291
1302
|
$ti-icon-calculator: unicode('eb80');
|
|
1292
1303
|
$ti-icon-calculator-filled: unicode('fb26');
|
|
1293
1304
|
$ti-icon-calculator-off: unicode('f0c4');
|
|
@@ -1303,11 +1314,13 @@ $ti-icon-calendar-dot: unicode('fd3e');
|
|
|
1303
1314
|
$ti-icon-calendar-down: unicode('f828');
|
|
1304
1315
|
$ti-icon-calendar-due: unicode('f621');
|
|
1305
1316
|
$ti-icon-calendar-event: unicode('ea52');
|
|
1317
|
+
$ti-icon-calendar-event-filled: unicode('100b9');
|
|
1306
1318
|
$ti-icon-calendar-exclamation: unicode('f829');
|
|
1307
1319
|
$ti-icon-calendar-filled: unicode('fb27');
|
|
1308
1320
|
$ti-icon-calendar-heart: unicode('f82a');
|
|
1309
1321
|
$ti-icon-calendar-minus: unicode('ebb9');
|
|
1310
1322
|
$ti-icon-calendar-month: unicode('fd2f');
|
|
1323
|
+
$ti-icon-calendar-month-filled: unicode('100b8');
|
|
1311
1324
|
$ti-icon-calendar-off: unicode('ee1f');
|
|
1312
1325
|
$ti-icon-calendar-pause: unicode('f82b');
|
|
1313
1326
|
$ti-icon-calendar-pin: unicode('f82c');
|
|
@@ -1324,6 +1337,7 @@ $ti-icon-calendar-time: unicode('ee21');
|
|
|
1324
1337
|
$ti-icon-calendar-up: unicode('f831');
|
|
1325
1338
|
$ti-icon-calendar-user: unicode('fd1f');
|
|
1326
1339
|
$ti-icon-calendar-week: unicode('fd30');
|
|
1340
|
+
$ti-icon-calendar-week-filled: unicode('100b7');
|
|
1327
1341
|
$ti-icon-calendar-x: unicode('f832');
|
|
1328
1342
|
$ti-icon-camera: unicode('ea54');
|
|
1329
1343
|
$ti-icon-camera-ai: unicode('ffa8');
|
|
@@ -1884,6 +1898,9 @@ $ti-icon-code-dots: unicode('f61a');
|
|
|
1884
1898
|
$ti-icon-code-minus: unicode('ee42');
|
|
1885
1899
|
$ti-icon-code-off: unicode('f0d0');
|
|
1886
1900
|
$ti-icon-code-plus: unicode('ee43');
|
|
1901
|
+
$ti-icon-code-variable: unicode('100ab');
|
|
1902
|
+
$ti-icon-code-variable-minus: unicode('100ad');
|
|
1903
|
+
$ti-icon-code-variable-plus: unicode('100ac');
|
|
1887
1904
|
$ti-icon-coffee: unicode('ef0e');
|
|
1888
1905
|
$ti-icon-coffee-off: unicode('f106');
|
|
1889
1906
|
$ti-icon-coffin: unicode('f579');
|
|
@@ -2403,6 +2420,7 @@ $ti-icon-dice-filled: unicode('f744');
|
|
|
2403
2420
|
$ti-icon-dimensions: unicode('ee7b');
|
|
2404
2421
|
$ti-icon-direction: unicode('ebfb');
|
|
2405
2422
|
$ti-icon-direction-arrows: unicode('fd36');
|
|
2423
|
+
$ti-icon-direction-arrows-filled: unicode('100ca');
|
|
2406
2424
|
$ti-icon-direction-horizontal: unicode('ebfa');
|
|
2407
2425
|
$ti-icon-direction-sign: unicode('f1f7');
|
|
2408
2426
|
$ti-icon-direction-sign-filled: unicode('f745');
|
|
@@ -2470,6 +2488,7 @@ $ti-icon-droplet-star: unicode('f909');
|
|
|
2470
2488
|
$ti-icon-droplet-up: unicode('f90a');
|
|
2471
2489
|
$ti-icon-droplet-x: unicode('f90b');
|
|
2472
2490
|
$ti-icon-droplets: unicode('fc12');
|
|
2491
|
+
$ti-icon-droplets-filled: unicode('100c9');
|
|
2473
2492
|
$ti-icon-dual-screen: unicode('fa59');
|
|
2474
2493
|
$ti-icon-dumpling: unicode('feb5');
|
|
2475
2494
|
$ti-icon-e-passport: unicode('f4df');
|
|
@@ -2560,6 +2579,7 @@ $ti-icon-eye-up: unicode('fb7b');
|
|
|
2560
2579
|
$ti-icon-eye-x: unicode('f7f1');
|
|
2561
2580
|
$ti-icon-eyeglass: unicode('ee8a');
|
|
2562
2581
|
$ti-icon-eyeglass-2: unicode('ee89');
|
|
2582
|
+
$ti-icon-eyeglass-filled: unicode('100c8');
|
|
2563
2583
|
$ti-icon-eyeglass-off: unicode('f126');
|
|
2564
2584
|
$ti-icon-face-id: unicode('ea9b');
|
|
2565
2585
|
$ti-icon-face-id-error: unicode('efa7');
|
|
@@ -2699,6 +2719,7 @@ $ti-icon-filter-star: unicode('fa03');
|
|
|
2699
2719
|
$ti-icon-filter-up: unicode('fb89');
|
|
2700
2720
|
$ti-icon-filter-x: unicode('fa04');
|
|
2701
2721
|
$ti-icon-filters: unicode('f793');
|
|
2722
|
+
$ti-icon-filters-filled: unicode('100c7');
|
|
2702
2723
|
$ti-icon-fingerprint: unicode('ebd1');
|
|
2703
2724
|
$ti-icon-fingerprint-off: unicode('f12a');
|
|
2704
2725
|
$ti-icon-fingerprint-scan: unicode('fcb5');
|
|
@@ -2745,8 +2766,10 @@ $ti-icon-flag-star: unicode('fb9b');
|
|
|
2745
2766
|
$ti-icon-flag-up: unicode('fb9c');
|
|
2746
2767
|
$ti-icon-flag-x: unicode('fb9d');
|
|
2747
2768
|
$ti-icon-flame: unicode('ec2c');
|
|
2769
|
+
$ti-icon-flame-filled: unicode('100c6');
|
|
2748
2770
|
$ti-icon-flame-off: unicode('f12e');
|
|
2749
2771
|
$ti-icon-flare: unicode('ee8e');
|
|
2772
|
+
$ti-icon-flare-filled: unicode('100c5');
|
|
2750
2773
|
$ti-icon-flask: unicode('ebd2');
|
|
2751
2774
|
$ti-icon-flask-2: unicode('ef60');
|
|
2752
2775
|
$ti-icon-flask-2-filled: unicode('fd12');
|
|
@@ -2796,6 +2819,7 @@ $ti-icon-folder-symlink: unicode('f91b');
|
|
|
2796
2819
|
$ti-icon-folder-up: unicode('f91c');
|
|
2797
2820
|
$ti-icon-folder-x: unicode('eaac');
|
|
2798
2821
|
$ti-icon-folders: unicode('eaae');
|
|
2822
|
+
$ti-icon-folders-filled: unicode('100c4');
|
|
2799
2823
|
$ti-icon-folders-off: unicode('f133');
|
|
2800
2824
|
$ti-icon-forbid: unicode('ebd5');
|
|
2801
2825
|
$ti-icon-forbid-2: unicode('ebd4');
|
|
@@ -2824,6 +2848,7 @@ $ti-icon-function-filled: unicode('fc2b');
|
|
|
2824
2848
|
$ti-icon-function-off: unicode('f3f0');
|
|
2825
2849
|
$ti-icon-galaxy: unicode('fcb6');
|
|
2826
2850
|
$ti-icon-garden-cart: unicode('f23e');
|
|
2851
|
+
$ti-icon-garden-cart-filled: unicode('100c3');
|
|
2827
2852
|
$ti-icon-garden-cart-off: unicode('f3f1');
|
|
2828
2853
|
$ti-icon-gas-station: unicode('ec7d');
|
|
2829
2854
|
$ti-icon-gas-station-off: unicode('f137');
|
|
@@ -2903,6 +2928,7 @@ $ti-icon-grid-4x4: unicode('fca5');
|
|
|
2903
2928
|
$ti-icon-grid-dots: unicode('eaba');
|
|
2904
2929
|
$ti-icon-grid-goldenratio: unicode('fca6');
|
|
2905
2930
|
$ti-icon-grid-pattern: unicode('efc9');
|
|
2931
|
+
$ti-icon-grid-pattern-filled: unicode('100c2');
|
|
2906
2932
|
$ti-icon-grid-scan: unicode('fca7');
|
|
2907
2933
|
$ti-icon-grill: unicode('efa9');
|
|
2908
2934
|
$ti-icon-grill-fork: unicode('f35b');
|
|
@@ -2987,6 +3013,7 @@ $ti-icon-hearts: unicode('f387');
|
|
|
2987
3013
|
$ti-icon-hearts-off: unicode('f3f7');
|
|
2988
3014
|
$ti-icon-helicopter: unicode('ed8e');
|
|
2989
3015
|
$ti-icon-helicopter-landing: unicode('ed8d');
|
|
3016
|
+
$ti-icon-helicopter-landing-filled: unicode('100c1');
|
|
2990
3017
|
$ti-icon-helmet: unicode('efca');
|
|
2991
3018
|
$ti-icon-helmet-off: unicode('f143');
|
|
2992
3019
|
$ti-icon-help: unicode('eabf');
|
|
@@ -3294,6 +3321,7 @@ $ti-icon-laurel-wreath: unicode('ff45');
|
|
|
3294
3321
|
$ti-icon-laurel-wreath-1: unicode('ff48');
|
|
3295
3322
|
$ti-icon-laurel-wreath-2: unicode('ff47');
|
|
3296
3323
|
$ti-icon-laurel-wreath-3: unicode('ff46');
|
|
3324
|
+
$ti-icon-laurel-wreath-filled: unicode('100c0');
|
|
3297
3325
|
$ti-icon-layers-difference: unicode('eac8');
|
|
3298
3326
|
$ti-icon-layers-intersect: unicode('eac9');
|
|
3299
3327
|
$ti-icon-layers-intersect-2: unicode('eff8');
|
|
@@ -3377,6 +3405,7 @@ $ti-icon-lego-filled: unicode('fe16');
|
|
|
3377
3405
|
$ti-icon-lego-off: unicode('f401');
|
|
3378
3406
|
$ti-icon-lemon: unicode('ef10');
|
|
3379
3407
|
$ti-icon-lemon-2: unicode('ef81');
|
|
3408
|
+
$ti-icon-lemon-2-filled: unicode('100bf');
|
|
3380
3409
|
$ti-icon-letter-a: unicode('ec50');
|
|
3381
3410
|
$ti-icon-letter-a-small: unicode('fcc7');
|
|
3382
3411
|
$ti-icon-letter-b: unicode('ec51');
|
|
@@ -3441,6 +3470,7 @@ $ti-icon-library-plus: unicode('fd4b');
|
|
|
3441
3470
|
$ti-icon-license: unicode('ebc0');
|
|
3442
3471
|
$ti-icon-license-off: unicode('f153');
|
|
3443
3472
|
$ti-icon-lifebuoy: unicode('eadd');
|
|
3473
|
+
$ti-icon-lifebuoy-filled: unicode('100be');
|
|
3444
3474
|
$ti-icon-lifebuoy-off: unicode('f154');
|
|
3445
3475
|
$ti-icon-lighter: unicode('f794');
|
|
3446
3476
|
$ti-icon-line: unicode('ec40');
|
|
@@ -3688,6 +3718,7 @@ $ti-icon-math-x-plus-y: unicode('f4f5');
|
|
|
3688
3718
|
$ti-icon-math-xy: unicode('f4f6');
|
|
3689
3719
|
$ti-icon-math-y-minus-y: unicode('f4f7');
|
|
3690
3720
|
$ti-icon-math-y-plus-y: unicode('f4f8');
|
|
3721
|
+
$ti-icon-matrix: unicode('100bc');
|
|
3691
3722
|
$ti-icon-maximize: unicode('eaea');
|
|
3692
3723
|
$ti-icon-maximize-off: unicode('f15f');
|
|
3693
3724
|
$ti-icon-meat: unicode('ef12');
|
|
@@ -4951,6 +4982,7 @@ $ti-icon-square-chevrons-right: unicode('f64d');
|
|
|
4951
4982
|
$ti-icon-square-chevrons-right-filled: unicode('fb3c');
|
|
4952
4983
|
$ti-icon-square-chevrons-up: unicode('f64e');
|
|
4953
4984
|
$ti-icon-square-chevrons-up-filled: unicode('fb3d');
|
|
4985
|
+
$ti-icon-square-dashed: unicode('100bb');
|
|
4954
4986
|
$ti-icon-square-dot: unicode('ed59');
|
|
4955
4987
|
$ti-icon-square-dot-filled: unicode('fb3e');
|
|
4956
4988
|
$ti-icon-square-f0: unicode('f526');
|
|
@@ -5263,6 +5295,7 @@ $ti-icon-swords: unicode('f132');
|
|
|
5263
5295
|
$ti-icon-table: unicode('eba1');
|
|
5264
5296
|
$ti-icon-table-alias: unicode('f25b');
|
|
5265
5297
|
$ti-icon-table-column: unicode('faff');
|
|
5298
|
+
$ti-icon-table-dashed: unicode('100ba');
|
|
5266
5299
|
$ti-icon-table-down: unicode('fa1c');
|
|
5267
5300
|
$ti-icon-table-export: unicode('eef8');
|
|
5268
5301
|
$ti-icon-table-filled: unicode('f782');
|
|
@@ -5489,6 +5522,7 @@ $ti-icon-u-turn-left: unicode('fea2');
|
|
|
5489
5522
|
$ti-icon-u-turn-right: unicode('fea1');
|
|
5490
5523
|
$ti-icon-ufo: unicode('f26f');
|
|
5491
5524
|
$ti-icon-ufo-off: unicode('f26e');
|
|
5525
|
+
$ti-icon-uhd: unicode('100aa');
|
|
5492
5526
|
$ti-icon-umbrella: unicode('ebf1');
|
|
5493
5527
|
$ti-icon-umbrella-2: unicode('ff0e');
|
|
5494
5528
|
$ti-icon-umbrella-closed: unicode('ff0c');
|
|
@@ -5637,6 +5671,8 @@ $ti-icon-waves-electricity: unicode('fcc5');
|
|
|
5637
5671
|
$ti-icon-webhook: unicode('f01e');
|
|
5638
5672
|
$ti-icon-webhook-off: unicode('f43d');
|
|
5639
5673
|
$ti-icon-weight: unicode('f589');
|
|
5674
|
+
$ti-icon-wheat: unicode('100a8');
|
|
5675
|
+
$ti-icon-wheat-off: unicode('100a9');
|
|
5640
5676
|
$ti-icon-wheel: unicode('fc64');
|
|
5641
5677
|
$ti-icon-wheelchair: unicode('f1db');
|
|
5642
5678
|
$ti-icon-wheelchair-off: unicode('f43e');
|
|
@@ -5820,6 +5856,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5820
5856
|
.#{$ti-prefix}-alarm-off:before { content: $ti-icon-alarm-off; }
|
|
5821
5857
|
.#{$ti-prefix}-alarm-plus:before { content: $ti-icon-alarm-plus; }
|
|
5822
5858
|
.#{$ti-prefix}-alarm-plus-filled:before { content: $ti-icon-alarm-plus-filled; }
|
|
5859
|
+
.#{$ti-prefix}-alarm-smoke:before { content: $ti-icon-alarm-smoke; }
|
|
5823
5860
|
.#{$ti-prefix}-alarm-snooze:before { content: $ti-icon-alarm-snooze; }
|
|
5824
5861
|
.#{$ti-prefix}-alarm-snooze-filled:before { content: $ti-icon-alarm-snooze-filled; }
|
|
5825
5862
|
.#{$ti-prefix}-album:before { content: $ti-icon-album; }
|
|
@@ -6192,10 +6229,13 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6192
6229
|
.#{$ti-prefix}-backspace:before { content: $ti-icon-backspace; }
|
|
6193
6230
|
.#{$ti-prefix}-backspace-filled:before { content: $ti-icon-backspace-filled; }
|
|
6194
6231
|
.#{$ti-prefix}-badge:before { content: $ti-icon-badge; }
|
|
6232
|
+
.#{$ti-prefix}-badge-2k:before { content: $ti-icon-badge-2k; }
|
|
6195
6233
|
.#{$ti-prefix}-badge-3d:before { content: $ti-icon-badge-3d; }
|
|
6196
6234
|
.#{$ti-prefix}-badge-3d-filled:before { content: $ti-icon-badge-3d-filled; }
|
|
6235
|
+
.#{$ti-prefix}-badge-3k:before { content: $ti-icon-badge-3k; }
|
|
6197
6236
|
.#{$ti-prefix}-badge-4k:before { content: $ti-icon-badge-4k; }
|
|
6198
6237
|
.#{$ti-prefix}-badge-4k-filled:before { content: $ti-icon-badge-4k-filled; }
|
|
6238
|
+
.#{$ti-prefix}-badge-5k:before { content: $ti-icon-badge-5k; }
|
|
6199
6239
|
.#{$ti-prefix}-badge-8k:before { content: $ti-icon-badge-8k; }
|
|
6200
6240
|
.#{$ti-prefix}-badge-8k-filled:before { content: $ti-icon-badge-8k-filled; }
|
|
6201
6241
|
.#{$ti-prefix}-badge-ad:before { content: $ti-icon-badge-ad; }
|
|
@@ -6386,6 +6426,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6386
6426
|
.#{$ti-prefix}-blob:before { content: $ti-icon-blob; }
|
|
6387
6427
|
.#{$ti-prefix}-blob-filled:before { content: $ti-icon-blob-filled; }
|
|
6388
6428
|
.#{$ti-prefix}-blockquote:before { content: $ti-icon-blockquote; }
|
|
6429
|
+
.#{$ti-prefix}-blocks:before { content: $ti-icon-blocks; }
|
|
6389
6430
|
.#{$ti-prefix}-bluetooth:before { content: $ti-icon-bluetooth; }
|
|
6390
6431
|
.#{$ti-prefix}-bluetooth-connected:before { content: $ti-icon-bluetooth-connected; }
|
|
6391
6432
|
.#{$ti-prefix}-bluetooth-off:before { content: $ti-icon-bluetooth-off; }
|
|
@@ -6466,6 +6507,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6466
6507
|
.#{$ti-prefix}-bowl-filled:before { content: $ti-icon-bowl-filled; }
|
|
6467
6508
|
.#{$ti-prefix}-bowl-spoon:before { content: $ti-icon-bowl-spoon; }
|
|
6468
6509
|
.#{$ti-prefix}-bowl-spoon-filled:before { content: $ti-icon-bowl-spoon-filled; }
|
|
6510
|
+
.#{$ti-prefix}-bowling:before { content: $ti-icon-bowling; }
|
|
6469
6511
|
.#{$ti-prefix}-box:before { content: $ti-icon-box; }
|
|
6470
6512
|
.#{$ti-prefix}-box-align-bottom:before { content: $ti-icon-box-align-bottom; }
|
|
6471
6513
|
.#{$ti-prefix}-box-align-bottom-filled:before { content: $ti-icon-box-align-bottom-filled; }
|
|
@@ -6563,6 +6605,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6563
6605
|
.#{$ti-prefix}-brand-binance:before { content: $ti-icon-brand-binance; }
|
|
6564
6606
|
.#{$ti-prefix}-brand-bing:before { content: $ti-icon-brand-bing; }
|
|
6565
6607
|
.#{$ti-prefix}-brand-bitbucket:before { content: $ti-icon-brand-bitbucket; }
|
|
6608
|
+
.#{$ti-prefix}-brand-bitbucket-filled:before { content: $ti-icon-brand-bitbucket-filled; }
|
|
6566
6609
|
.#{$ti-prefix}-brand-blackberry:before { content: $ti-icon-brand-blackberry; }
|
|
6567
6610
|
.#{$ti-prefix}-brand-blender:before { content: $ti-icon-brand-blender; }
|
|
6568
6611
|
.#{$ti-prefix}-brand-blogger:before { content: $ti-icon-brand-blogger; }
|
|
@@ -6937,8 +6980,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6937
6980
|
.#{$ti-prefix}-broadcast-off:before { content: $ti-icon-broadcast-off; }
|
|
6938
6981
|
.#{$ti-prefix}-browser:before { content: $ti-icon-browser; }
|
|
6939
6982
|
.#{$ti-prefix}-browser-check:before { content: $ti-icon-browser-check; }
|
|
6983
|
+
.#{$ti-prefix}-browser-maximize:before { content: $ti-icon-browser-maximize; }
|
|
6984
|
+
.#{$ti-prefix}-browser-minus:before { content: $ti-icon-browser-minus; }
|
|
6940
6985
|
.#{$ti-prefix}-browser-off:before { content: $ti-icon-browser-off; }
|
|
6941
6986
|
.#{$ti-prefix}-browser-plus:before { content: $ti-icon-browser-plus; }
|
|
6987
|
+
.#{$ti-prefix}-browser-share:before { content: $ti-icon-browser-share; }
|
|
6942
6988
|
.#{$ti-prefix}-browser-x:before { content: $ti-icon-browser-x; }
|
|
6943
6989
|
.#{$ti-prefix}-brush:before { content: $ti-icon-brush; }
|
|
6944
6990
|
.#{$ti-prefix}-brush-off:before { content: $ti-icon-brush-off; }
|
|
@@ -7008,6 +7054,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7008
7054
|
.#{$ti-prefix}-cactus-off:before { content: $ti-icon-cactus-off; }
|
|
7009
7055
|
.#{$ti-prefix}-cake:before { content: $ti-icon-cake; }
|
|
7010
7056
|
.#{$ti-prefix}-cake-off:before { content: $ti-icon-cake-off; }
|
|
7057
|
+
.#{$ti-prefix}-cake-roll:before { content: $ti-icon-cake-roll; }
|
|
7011
7058
|
.#{$ti-prefix}-calculator:before { content: $ti-icon-calculator; }
|
|
7012
7059
|
.#{$ti-prefix}-calculator-filled:before { content: $ti-icon-calculator-filled; }
|
|
7013
7060
|
.#{$ti-prefix}-calculator-off:before { content: $ti-icon-calculator-off; }
|
|
@@ -7023,11 +7070,13 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7023
7070
|
.#{$ti-prefix}-calendar-down:before { content: $ti-icon-calendar-down; }
|
|
7024
7071
|
.#{$ti-prefix}-calendar-due:before { content: $ti-icon-calendar-due; }
|
|
7025
7072
|
.#{$ti-prefix}-calendar-event:before { content: $ti-icon-calendar-event; }
|
|
7073
|
+
.#{$ti-prefix}-calendar-event-filled:before { content: $ti-icon-calendar-event-filled; }
|
|
7026
7074
|
.#{$ti-prefix}-calendar-exclamation:before { content: $ti-icon-calendar-exclamation; }
|
|
7027
7075
|
.#{$ti-prefix}-calendar-filled:before { content: $ti-icon-calendar-filled; }
|
|
7028
7076
|
.#{$ti-prefix}-calendar-heart:before { content: $ti-icon-calendar-heart; }
|
|
7029
7077
|
.#{$ti-prefix}-calendar-minus:before { content: $ti-icon-calendar-minus; }
|
|
7030
7078
|
.#{$ti-prefix}-calendar-month:before { content: $ti-icon-calendar-month; }
|
|
7079
|
+
.#{$ti-prefix}-calendar-month-filled:before { content: $ti-icon-calendar-month-filled; }
|
|
7031
7080
|
.#{$ti-prefix}-calendar-off:before { content: $ti-icon-calendar-off; }
|
|
7032
7081
|
.#{$ti-prefix}-calendar-pause:before { content: $ti-icon-calendar-pause; }
|
|
7033
7082
|
.#{$ti-prefix}-calendar-pin:before { content: $ti-icon-calendar-pin; }
|
|
@@ -7044,6 +7093,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7044
7093
|
.#{$ti-prefix}-calendar-up:before { content: $ti-icon-calendar-up; }
|
|
7045
7094
|
.#{$ti-prefix}-calendar-user:before { content: $ti-icon-calendar-user; }
|
|
7046
7095
|
.#{$ti-prefix}-calendar-week:before { content: $ti-icon-calendar-week; }
|
|
7096
|
+
.#{$ti-prefix}-calendar-week-filled:before { content: $ti-icon-calendar-week-filled; }
|
|
7047
7097
|
.#{$ti-prefix}-calendar-x:before { content: $ti-icon-calendar-x; }
|
|
7048
7098
|
.#{$ti-prefix}-camera:before { content: $ti-icon-camera; }
|
|
7049
7099
|
.#{$ti-prefix}-camera-ai:before { content: $ti-icon-camera-ai; }
|
|
@@ -7604,6 +7654,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7604
7654
|
.#{$ti-prefix}-code-minus:before { content: $ti-icon-code-minus; }
|
|
7605
7655
|
.#{$ti-prefix}-code-off:before { content: $ti-icon-code-off; }
|
|
7606
7656
|
.#{$ti-prefix}-code-plus:before { content: $ti-icon-code-plus; }
|
|
7657
|
+
.#{$ti-prefix}-code-variable:before { content: $ti-icon-code-variable; }
|
|
7658
|
+
.#{$ti-prefix}-code-variable-minus:before { content: $ti-icon-code-variable-minus; }
|
|
7659
|
+
.#{$ti-prefix}-code-variable-plus:before { content: $ti-icon-code-variable-plus; }
|
|
7607
7660
|
.#{$ti-prefix}-coffee:before { content: $ti-icon-coffee; }
|
|
7608
7661
|
.#{$ti-prefix}-coffee-off:before { content: $ti-icon-coffee-off; }
|
|
7609
7662
|
.#{$ti-prefix}-coffin:before { content: $ti-icon-coffin; }
|
|
@@ -8123,6 +8176,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8123
8176
|
.#{$ti-prefix}-dimensions:before { content: $ti-icon-dimensions; }
|
|
8124
8177
|
.#{$ti-prefix}-direction:before { content: $ti-icon-direction; }
|
|
8125
8178
|
.#{$ti-prefix}-direction-arrows:before { content: $ti-icon-direction-arrows; }
|
|
8179
|
+
.#{$ti-prefix}-direction-arrows-filled:before { content: $ti-icon-direction-arrows-filled; }
|
|
8126
8180
|
.#{$ti-prefix}-direction-horizontal:before { content: $ti-icon-direction-horizontal; }
|
|
8127
8181
|
.#{$ti-prefix}-direction-sign:before { content: $ti-icon-direction-sign; }
|
|
8128
8182
|
.#{$ti-prefix}-direction-sign-filled:before { content: $ti-icon-direction-sign-filled; }
|
|
@@ -8190,6 +8244,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8190
8244
|
.#{$ti-prefix}-droplet-up:before { content: $ti-icon-droplet-up; }
|
|
8191
8245
|
.#{$ti-prefix}-droplet-x:before { content: $ti-icon-droplet-x; }
|
|
8192
8246
|
.#{$ti-prefix}-droplets:before { content: $ti-icon-droplets; }
|
|
8247
|
+
.#{$ti-prefix}-droplets-filled:before { content: $ti-icon-droplets-filled; }
|
|
8193
8248
|
.#{$ti-prefix}-dual-screen:before { content: $ti-icon-dual-screen; }
|
|
8194
8249
|
.#{$ti-prefix}-dumpling:before { content: $ti-icon-dumpling; }
|
|
8195
8250
|
.#{$ti-prefix}-e-passport:before { content: $ti-icon-e-passport; }
|
|
@@ -8280,6 +8335,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8280
8335
|
.#{$ti-prefix}-eye-x:before { content: $ti-icon-eye-x; }
|
|
8281
8336
|
.#{$ti-prefix}-eyeglass:before { content: $ti-icon-eyeglass; }
|
|
8282
8337
|
.#{$ti-prefix}-eyeglass-2:before { content: $ti-icon-eyeglass-2; }
|
|
8338
|
+
.#{$ti-prefix}-eyeglass-filled:before { content: $ti-icon-eyeglass-filled; }
|
|
8283
8339
|
.#{$ti-prefix}-eyeglass-off:before { content: $ti-icon-eyeglass-off; }
|
|
8284
8340
|
.#{$ti-prefix}-face-id:before { content: $ti-icon-face-id; }
|
|
8285
8341
|
.#{$ti-prefix}-face-id-error:before { content: $ti-icon-face-id-error; }
|
|
@@ -8419,6 +8475,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8419
8475
|
.#{$ti-prefix}-filter-up:before { content: $ti-icon-filter-up; }
|
|
8420
8476
|
.#{$ti-prefix}-filter-x:before { content: $ti-icon-filter-x; }
|
|
8421
8477
|
.#{$ti-prefix}-filters:before { content: $ti-icon-filters; }
|
|
8478
|
+
.#{$ti-prefix}-filters-filled:before { content: $ti-icon-filters-filled; }
|
|
8422
8479
|
.#{$ti-prefix}-fingerprint:before { content: $ti-icon-fingerprint; }
|
|
8423
8480
|
.#{$ti-prefix}-fingerprint-off:before { content: $ti-icon-fingerprint-off; }
|
|
8424
8481
|
.#{$ti-prefix}-fingerprint-scan:before { content: $ti-icon-fingerprint-scan; }
|
|
@@ -8465,8 +8522,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8465
8522
|
.#{$ti-prefix}-flag-up:before { content: $ti-icon-flag-up; }
|
|
8466
8523
|
.#{$ti-prefix}-flag-x:before { content: $ti-icon-flag-x; }
|
|
8467
8524
|
.#{$ti-prefix}-flame:before { content: $ti-icon-flame; }
|
|
8525
|
+
.#{$ti-prefix}-flame-filled:before { content: $ti-icon-flame-filled; }
|
|
8468
8526
|
.#{$ti-prefix}-flame-off:before { content: $ti-icon-flame-off; }
|
|
8469
8527
|
.#{$ti-prefix}-flare:before { content: $ti-icon-flare; }
|
|
8528
|
+
.#{$ti-prefix}-flare-filled:before { content: $ti-icon-flare-filled; }
|
|
8470
8529
|
.#{$ti-prefix}-flask:before { content: $ti-icon-flask; }
|
|
8471
8530
|
.#{$ti-prefix}-flask-2:before { content: $ti-icon-flask-2; }
|
|
8472
8531
|
.#{$ti-prefix}-flask-2-filled:before { content: $ti-icon-flask-2-filled; }
|
|
@@ -8516,6 +8575,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8516
8575
|
.#{$ti-prefix}-folder-up:before { content: $ti-icon-folder-up; }
|
|
8517
8576
|
.#{$ti-prefix}-folder-x:before { content: $ti-icon-folder-x; }
|
|
8518
8577
|
.#{$ti-prefix}-folders:before { content: $ti-icon-folders; }
|
|
8578
|
+
.#{$ti-prefix}-folders-filled:before { content: $ti-icon-folders-filled; }
|
|
8519
8579
|
.#{$ti-prefix}-folders-off:before { content: $ti-icon-folders-off; }
|
|
8520
8580
|
.#{$ti-prefix}-forbid:before { content: $ti-icon-forbid; }
|
|
8521
8581
|
.#{$ti-prefix}-forbid-2:before { content: $ti-icon-forbid-2; }
|
|
@@ -8544,6 +8604,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8544
8604
|
.#{$ti-prefix}-function-off:before { content: $ti-icon-function-off; }
|
|
8545
8605
|
.#{$ti-prefix}-galaxy:before { content: $ti-icon-galaxy; }
|
|
8546
8606
|
.#{$ti-prefix}-garden-cart:before { content: $ti-icon-garden-cart; }
|
|
8607
|
+
.#{$ti-prefix}-garden-cart-filled:before { content: $ti-icon-garden-cart-filled; }
|
|
8547
8608
|
.#{$ti-prefix}-garden-cart-off:before { content: $ti-icon-garden-cart-off; }
|
|
8548
8609
|
.#{$ti-prefix}-gas-station:before { content: $ti-icon-gas-station; }
|
|
8549
8610
|
.#{$ti-prefix}-gas-station-off:before { content: $ti-icon-gas-station-off; }
|
|
@@ -8623,6 +8684,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8623
8684
|
.#{$ti-prefix}-grid-dots:before { content: $ti-icon-grid-dots; }
|
|
8624
8685
|
.#{$ti-prefix}-grid-goldenratio:before { content: $ti-icon-grid-goldenratio; }
|
|
8625
8686
|
.#{$ti-prefix}-grid-pattern:before { content: $ti-icon-grid-pattern; }
|
|
8687
|
+
.#{$ti-prefix}-grid-pattern-filled:before { content: $ti-icon-grid-pattern-filled; }
|
|
8626
8688
|
.#{$ti-prefix}-grid-scan:before { content: $ti-icon-grid-scan; }
|
|
8627
8689
|
.#{$ti-prefix}-grill:before { content: $ti-icon-grill; }
|
|
8628
8690
|
.#{$ti-prefix}-grill-fork:before { content: $ti-icon-grill-fork; }
|
|
@@ -8707,6 +8769,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8707
8769
|
.#{$ti-prefix}-hearts-off:before { content: $ti-icon-hearts-off; }
|
|
8708
8770
|
.#{$ti-prefix}-helicopter:before { content: $ti-icon-helicopter; }
|
|
8709
8771
|
.#{$ti-prefix}-helicopter-landing:before { content: $ti-icon-helicopter-landing; }
|
|
8772
|
+
.#{$ti-prefix}-helicopter-landing-filled:before { content: $ti-icon-helicopter-landing-filled; }
|
|
8710
8773
|
.#{$ti-prefix}-helmet:before { content: $ti-icon-helmet; }
|
|
8711
8774
|
.#{$ti-prefix}-helmet-off:before { content: $ti-icon-helmet-off; }
|
|
8712
8775
|
.#{$ti-prefix}-help:before { content: $ti-icon-help; }
|
|
@@ -9014,6 +9077,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9014
9077
|
.#{$ti-prefix}-laurel-wreath-1:before { content: $ti-icon-laurel-wreath-1; }
|
|
9015
9078
|
.#{$ti-prefix}-laurel-wreath-2:before { content: $ti-icon-laurel-wreath-2; }
|
|
9016
9079
|
.#{$ti-prefix}-laurel-wreath-3:before { content: $ti-icon-laurel-wreath-3; }
|
|
9080
|
+
.#{$ti-prefix}-laurel-wreath-filled:before { content: $ti-icon-laurel-wreath-filled; }
|
|
9017
9081
|
.#{$ti-prefix}-layers-difference:before { content: $ti-icon-layers-difference; }
|
|
9018
9082
|
.#{$ti-prefix}-layers-intersect:before { content: $ti-icon-layers-intersect; }
|
|
9019
9083
|
.#{$ti-prefix}-layers-intersect-2:before { content: $ti-icon-layers-intersect-2; }
|
|
@@ -9097,6 +9161,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9097
9161
|
.#{$ti-prefix}-lego-off:before { content: $ti-icon-lego-off; }
|
|
9098
9162
|
.#{$ti-prefix}-lemon:before { content: $ti-icon-lemon; }
|
|
9099
9163
|
.#{$ti-prefix}-lemon-2:before { content: $ti-icon-lemon-2; }
|
|
9164
|
+
.#{$ti-prefix}-lemon-2-filled:before { content: $ti-icon-lemon-2-filled; }
|
|
9100
9165
|
.#{$ti-prefix}-letter-a:before { content: $ti-icon-letter-a; }
|
|
9101
9166
|
.#{$ti-prefix}-letter-a-small:before { content: $ti-icon-letter-a-small; }
|
|
9102
9167
|
.#{$ti-prefix}-letter-b:before { content: $ti-icon-letter-b; }
|
|
@@ -9161,6 +9226,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9161
9226
|
.#{$ti-prefix}-license:before { content: $ti-icon-license; }
|
|
9162
9227
|
.#{$ti-prefix}-license-off:before { content: $ti-icon-license-off; }
|
|
9163
9228
|
.#{$ti-prefix}-lifebuoy:before { content: $ti-icon-lifebuoy; }
|
|
9229
|
+
.#{$ti-prefix}-lifebuoy-filled:before { content: $ti-icon-lifebuoy-filled; }
|
|
9164
9230
|
.#{$ti-prefix}-lifebuoy-off:before { content: $ti-icon-lifebuoy-off; }
|
|
9165
9231
|
.#{$ti-prefix}-lighter:before { content: $ti-icon-lighter; }
|
|
9166
9232
|
.#{$ti-prefix}-line:before { content: $ti-icon-line; }
|
|
@@ -9408,6 +9474,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9408
9474
|
.#{$ti-prefix}-math-xy:before { content: $ti-icon-math-xy; }
|
|
9409
9475
|
.#{$ti-prefix}-math-y-minus-y:before { content: $ti-icon-math-y-minus-y; }
|
|
9410
9476
|
.#{$ti-prefix}-math-y-plus-y:before { content: $ti-icon-math-y-plus-y; }
|
|
9477
|
+
.#{$ti-prefix}-matrix:before { content: $ti-icon-matrix; }
|
|
9411
9478
|
.#{$ti-prefix}-maximize:before { content: $ti-icon-maximize; }
|
|
9412
9479
|
.#{$ti-prefix}-maximize-off:before { content: $ti-icon-maximize-off; }
|
|
9413
9480
|
.#{$ti-prefix}-meat:before { content: $ti-icon-meat; }
|
|
@@ -10671,6 +10738,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
10671
10738
|
.#{$ti-prefix}-square-chevrons-right-filled:before { content: $ti-icon-square-chevrons-right-filled; }
|
|
10672
10739
|
.#{$ti-prefix}-square-chevrons-up:before { content: $ti-icon-square-chevrons-up; }
|
|
10673
10740
|
.#{$ti-prefix}-square-chevrons-up-filled:before { content: $ti-icon-square-chevrons-up-filled; }
|
|
10741
|
+
.#{$ti-prefix}-square-dashed:before { content: $ti-icon-square-dashed; }
|
|
10674
10742
|
.#{$ti-prefix}-square-dot:before { content: $ti-icon-square-dot; }
|
|
10675
10743
|
.#{$ti-prefix}-square-dot-filled:before { content: $ti-icon-square-dot-filled; }
|
|
10676
10744
|
.#{$ti-prefix}-square-f0:before { content: $ti-icon-square-f0; }
|
|
@@ -10983,6 +11051,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
10983
11051
|
.#{$ti-prefix}-table:before { content: $ti-icon-table; }
|
|
10984
11052
|
.#{$ti-prefix}-table-alias:before { content: $ti-icon-table-alias; }
|
|
10985
11053
|
.#{$ti-prefix}-table-column:before { content: $ti-icon-table-column; }
|
|
11054
|
+
.#{$ti-prefix}-table-dashed:before { content: $ti-icon-table-dashed; }
|
|
10986
11055
|
.#{$ti-prefix}-table-down:before { content: $ti-icon-table-down; }
|
|
10987
11056
|
.#{$ti-prefix}-table-export:before { content: $ti-icon-table-export; }
|
|
10988
11057
|
.#{$ti-prefix}-table-filled:before { content: $ti-icon-table-filled; }
|
|
@@ -11209,6 +11278,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
11209
11278
|
.#{$ti-prefix}-u-turn-right:before { content: $ti-icon-u-turn-right; }
|
|
11210
11279
|
.#{$ti-prefix}-ufo:before { content: $ti-icon-ufo; }
|
|
11211
11280
|
.#{$ti-prefix}-ufo-off:before { content: $ti-icon-ufo-off; }
|
|
11281
|
+
.#{$ti-prefix}-uhd:before { content: $ti-icon-uhd; }
|
|
11212
11282
|
.#{$ti-prefix}-umbrella:before { content: $ti-icon-umbrella; }
|
|
11213
11283
|
.#{$ti-prefix}-umbrella-2:before { content: $ti-icon-umbrella-2; }
|
|
11214
11284
|
.#{$ti-prefix}-umbrella-closed:before { content: $ti-icon-umbrella-closed; }
|
|
@@ -11357,6 +11427,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
11357
11427
|
.#{$ti-prefix}-webhook:before { content: $ti-icon-webhook; }
|
|
11358
11428
|
.#{$ti-prefix}-webhook-off:before { content: $ti-icon-webhook-off; }
|
|
11359
11429
|
.#{$ti-prefix}-weight:before { content: $ti-icon-weight; }
|
|
11430
|
+
.#{$ti-prefix}-wheat:before { content: $ti-icon-wheat; }
|
|
11431
|
+
.#{$ti-prefix}-wheat-off:before { content: $ti-icon-wheat-off; }
|
|
11360
11432
|
.#{$ti-prefix}-wheel:before { content: $ti-icon-wheel; }
|
|
11361
11433
|
.#{$ti-prefix}-wheelchair:before { content: $ti-icon-wheelchair; }
|
|
11362
11434
|
.#{$ti-prefix}-wheelchair-off:before { content: $ti-icon-wheelchair-off; }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons-webfont",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.24.0",
|
|
4
4
|
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
|
|
5
5
|
"homepage": "https://tabler-icons.io",
|
|
6
6
|
"bugs": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"sass": "./tabler-icons.scss",
|
|
35
35
|
"style": "./tabler-icons.min.css",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@tabler/icons": "3.
|
|
37
|
+
"@tabler/icons": "3.24.0"
|
|
38
38
|
},
|
|
39
39
|
"keywords": [
|
|
40
40
|
"icons",
|