@tabler/icons-webfont 3.12.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 +74 -2
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +164 -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 +39 -3
- package/dist/tabler-icons.css +74 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +164 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +39 -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.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' !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.13.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.13.0') format('truetype');
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.#{$ti-prefix} {
|
|
@@ -80,6 +80,7 @@ $ti-icon-adjustments-plus: unicode('f807');
|
|
|
80
80
|
$ti-icon-adjustments-question: unicode('f808');
|
|
81
81
|
$ti-icon-adjustments-search: unicode('f809');
|
|
82
82
|
$ti-icon-adjustments-share: unicode('f80a');
|
|
83
|
+
$ti-icon-adjustments-spark: unicode('ffbe');
|
|
83
84
|
$ti-icon-adjustments-star: unicode('f80b');
|
|
84
85
|
$ti-icon-adjustments-up: unicode('f80c');
|
|
85
86
|
$ti-icon-adjustments-x: unicode('f80d');
|
|
@@ -551,6 +552,7 @@ $ti-icon-battery-eco: unicode('ef3c');
|
|
|
551
552
|
$ti-icon-battery-exclamation: unicode('ff1d');
|
|
552
553
|
$ti-icon-battery-filled: unicode('f668');
|
|
553
554
|
$ti-icon-battery-off: unicode('ed1c');
|
|
555
|
+
$ti-icon-battery-spark: unicode('ffbd');
|
|
554
556
|
$ti-icon-battery-vertical: unicode('ff13');
|
|
555
557
|
$ti-icon-battery-vertical-1: unicode('ff1c');
|
|
556
558
|
$ti-icon-battery-vertical-2: unicode('ff1b');
|
|
@@ -1283,6 +1285,7 @@ $ti-icon-camera-rotate: unicode('ee22');
|
|
|
1283
1285
|
$ti-icon-camera-search: unicode('f83f');
|
|
1284
1286
|
$ti-icon-camera-selfie: unicode('ee23');
|
|
1285
1287
|
$ti-icon-camera-share: unicode('f840');
|
|
1288
|
+
$ti-icon-camera-spark: unicode('ffbc');
|
|
1286
1289
|
$ti-icon-camera-star: unicode('f841');
|
|
1287
1290
|
$ti-icon-camera-up: unicode('f842');
|
|
1288
1291
|
$ti-icon-camera-x: unicode('f843');
|
|
@@ -1957,6 +1960,7 @@ $ti-icon-cube-3d-sphere-off: unicode('f3b5');
|
|
|
1957
1960
|
$ti-icon-cube-off: unicode('fa95');
|
|
1958
1961
|
$ti-icon-cube-plus: unicode('fa96');
|
|
1959
1962
|
$ti-icon-cube-send: unicode('f61b');
|
|
1963
|
+
$ti-icon-cube-spark: unicode('ffbb');
|
|
1960
1964
|
$ti-icon-cube-unfolded: unicode('f61c');
|
|
1961
1965
|
$ti-icon-cup: unicode('ef28');
|
|
1962
1966
|
$ti-icon-cup-off: unicode('f10d');
|
|
@@ -2456,6 +2460,7 @@ $ti-icon-eye-plus: unicode('fb76');
|
|
|
2456
2460
|
$ti-icon-eye-question: unicode('fb77');
|
|
2457
2461
|
$ti-icon-eye-search: unicode('fb78');
|
|
2458
2462
|
$ti-icon-eye-share: unicode('fb79');
|
|
2463
|
+
$ti-icon-eye-spark: unicode('ffba');
|
|
2459
2464
|
$ti-icon-eye-star: unicode('fb7a');
|
|
2460
2465
|
$ti-icon-eye-table: unicode('ef5e');
|
|
2461
2466
|
$ti-icon-eye-up: unicode('fb7b');
|
|
@@ -2531,12 +2536,14 @@ $ti-icon-file-settings: unicode('f029');
|
|
|
2531
2536
|
$ti-icon-file-shredder: unicode('eaa1');
|
|
2532
2537
|
$ti-icon-file-signal: unicode('f03d');
|
|
2533
2538
|
$ti-icon-file-smile: unicode('fd24');
|
|
2539
|
+
$ti-icon-file-spark: unicode('ffb9');
|
|
2534
2540
|
$ti-icon-file-spreadsheet: unicode('f03e');
|
|
2535
2541
|
$ti-icon-file-stack: unicode('f503');
|
|
2536
2542
|
$ti-icon-file-star: unicode('f03f');
|
|
2537
2543
|
$ti-icon-file-symlink: unicode('ed53');
|
|
2538
2544
|
$ti-icon-file-text: unicode('eaa2');
|
|
2539
2545
|
$ti-icon-file-text-ai: unicode('fa27');
|
|
2546
|
+
$ti-icon-file-text-spark: unicode('ffb8');
|
|
2540
2547
|
$ti-icon-file-time: unicode('f040');
|
|
2541
2548
|
$ti-icon-file-type-bmp: unicode('fb07');
|
|
2542
2549
|
$ti-icon-file-type-css: unicode('fb08');
|
|
@@ -2637,6 +2644,7 @@ $ti-icon-flag-plus: unicode('fb97');
|
|
|
2637
2644
|
$ti-icon-flag-question: unicode('fb98');
|
|
2638
2645
|
$ti-icon-flag-search: unicode('fb99');
|
|
2639
2646
|
$ti-icon-flag-share: unicode('fb9a');
|
|
2647
|
+
$ti-icon-flag-spark: unicode('ffb7');
|
|
2640
2648
|
$ti-icon-flag-star: unicode('fb9b');
|
|
2641
2649
|
$ti-icon-flag-up: unicode('fb9c');
|
|
2642
2650
|
$ti-icon-flag-x: unicode('fb9d');
|
|
@@ -2870,6 +2878,7 @@ $ti-icon-heart-question: unicode('fba9');
|
|
|
2870
2878
|
$ti-icon-heart-rate-monitor: unicode('ef61');
|
|
2871
2879
|
$ti-icon-heart-search: unicode('fbaa');
|
|
2872
2880
|
$ti-icon-heart-share: unicode('fbab');
|
|
2881
|
+
$ti-icon-heart-spark: unicode('ffb6');
|
|
2873
2882
|
$ti-icon-heart-star: unicode('fbac');
|
|
2874
2883
|
$ti-icon-heart-up: unicode('fbad');
|
|
2875
2884
|
$ti-icon-heart-x: unicode('fbae');
|
|
@@ -3025,6 +3034,7 @@ $ti-icon-home-search: unicode('f341');
|
|
|
3025
3034
|
$ti-icon-home-share: unicode('f342');
|
|
3026
3035
|
$ti-icon-home-shield: unicode('f343');
|
|
3027
3036
|
$ti-icon-home-signal: unicode('f356');
|
|
3037
|
+
$ti-icon-home-spark: unicode('ffb5');
|
|
3028
3038
|
$ti-icon-home-star: unicode('f344');
|
|
3029
3039
|
$ti-icon-home-stats: unicode('f345');
|
|
3030
3040
|
$ti-icon-home-up: unicode('f346');
|
|
@@ -3106,6 +3116,7 @@ $ti-icon-inner-shadow-top-right-filled: unicode('f75e');
|
|
|
3106
3116
|
$ti-icon-input-ai: unicode('fc5a');
|
|
3107
3117
|
$ti-icon-input-check: unicode('fc5b');
|
|
3108
3118
|
$ti-icon-input-search: unicode('f2a2');
|
|
3119
|
+
$ti-icon-input-spark: unicode('ffb4');
|
|
3109
3120
|
$ti-icon-input-x: unicode('fc5c');
|
|
3110
3121
|
$ti-icon-invoice: unicode('feab');
|
|
3111
3122
|
$ti-icon-ironing: unicode('fa7c');
|
|
@@ -3458,6 +3469,7 @@ $ti-icon-mail-plus: unicode('f943');
|
|
|
3458
3469
|
$ti-icon-mail-question: unicode('f944');
|
|
3459
3470
|
$ti-icon-mail-search: unicode('f945');
|
|
3460
3471
|
$ti-icon-mail-share: unicode('f946');
|
|
3472
|
+
$ti-icon-mail-spark: unicode('ffb3');
|
|
3461
3473
|
$ti-icon-mail-star: unicode('f947');
|
|
3462
3474
|
$ti-icon-mail-up: unicode('f948');
|
|
3463
3475
|
$ti-icon-mail-x: unicode('f949');
|
|
@@ -3748,6 +3760,7 @@ $ti-icon-mood-smile: unicode('eaf7');
|
|
|
3748
3760
|
$ti-icon-mood-smile-beam: unicode('f2e7');
|
|
3749
3761
|
$ti-icon-mood-smile-dizzy: unicode('f2e8');
|
|
3750
3762
|
$ti-icon-mood-smile-filled: unicode('f7f8');
|
|
3763
|
+
$ti-icon-mood-spark: unicode('ffb2');
|
|
3751
3764
|
$ti-icon-mood-surprised: unicode('ec04');
|
|
3752
3765
|
$ti-icon-mood-tongue: unicode('eb95');
|
|
3753
3766
|
$ti-icon-mood-tongue-wink: unicode('f2ea');
|
|
@@ -4041,6 +4054,7 @@ $ti-icon-phone-outgoing: unicode('eb07');
|
|
|
4041
4054
|
$ti-icon-phone-pause: unicode('eb08');
|
|
4042
4055
|
$ti-icon-phone-plus: unicode('ec06');
|
|
4043
4056
|
$ti-icon-phone-ringing: unicode('ff9c');
|
|
4057
|
+
$ti-icon-phone-spark: unicode('ffb1');
|
|
4044
4058
|
$ti-icon-phone-x: unicode('ec07');
|
|
4045
4059
|
$ti-icon-photo: unicode('eb0a');
|
|
4046
4060
|
$ti-icon-photo-ai: unicode('fa32');
|
|
@@ -4074,6 +4088,7 @@ $ti-icon-photo-sensor-2: unicode('f796');
|
|
|
4074
4088
|
$ti-icon-photo-sensor-3: unicode('f797');
|
|
4075
4089
|
$ti-icon-photo-share: unicode('f998');
|
|
4076
4090
|
$ti-icon-photo-shield: unicode('f365');
|
|
4091
|
+
$ti-icon-photo-spark: unicode('ffb0');
|
|
4077
4092
|
$ti-icon-photo-square-rounded: unicode('fc4d');
|
|
4078
4093
|
$ti-icon-photo-star: unicode('f366');
|
|
4079
4094
|
$ti-icon-photo-up: unicode('f38b');
|
|
@@ -4473,6 +4488,7 @@ $ti-icon-server-2: unicode('f07c');
|
|
|
4473
4488
|
$ti-icon-server-bolt: unicode('f320');
|
|
4474
4489
|
$ti-icon-server-cog: unicode('f321');
|
|
4475
4490
|
$ti-icon-server-off: unicode('f19e');
|
|
4491
|
+
$ti-icon-server-spark: unicode('ffaf');
|
|
4476
4492
|
$ti-icon-servicemark: unicode('ec09');
|
|
4477
4493
|
$ti-icon-settings: unicode('eb20');
|
|
4478
4494
|
$ti-icon-settings-2: unicode('f5ac');
|
|
@@ -4495,6 +4511,7 @@ $ti-icon-settings-plus: unicode('f9b9');
|
|
|
4495
4511
|
$ti-icon-settings-question: unicode('f9ba');
|
|
4496
4512
|
$ti-icon-settings-search: unicode('f9bb');
|
|
4497
4513
|
$ti-icon-settings-share: unicode('f9bc');
|
|
4514
|
+
$ti-icon-settings-spark: unicode('ffae');
|
|
4498
4515
|
$ti-icon-settings-star: unicode('f9bd');
|
|
4499
4516
|
$ti-icon-settings-up: unicode('f9be');
|
|
4500
4517
|
$ti-icon-settings-x: unicode('f9bf');
|
|
@@ -5031,6 +5048,7 @@ $ti-icon-table-plus: unicode('fa1f');
|
|
|
5031
5048
|
$ti-icon-table-row: unicode('fb00');
|
|
5032
5049
|
$ti-icon-table-share: unicode('fa20');
|
|
5033
5050
|
$ti-icon-table-shortcut: unicode('f25d');
|
|
5051
|
+
$ti-icon-table-spark: unicode('ffad');
|
|
5034
5052
|
$ti-icon-tag: unicode('eb34');
|
|
5035
5053
|
$ti-icon-tag-filled: unicode('ff02');
|
|
5036
5054
|
$ti-icon-tag-off: unicode('efc0');
|
|
@@ -5550,6 +5568,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5550
5568
|
.#{$ti-prefix}-adjustments-question:before { content: $ti-icon-adjustments-question; }
|
|
5551
5569
|
.#{$ti-prefix}-adjustments-search:before { content: $ti-icon-adjustments-search; }
|
|
5552
5570
|
.#{$ti-prefix}-adjustments-share:before { content: $ti-icon-adjustments-share; }
|
|
5571
|
+
.#{$ti-prefix}-adjustments-spark:before { content: $ti-icon-adjustments-spark; }
|
|
5553
5572
|
.#{$ti-prefix}-adjustments-star:before { content: $ti-icon-adjustments-star; }
|
|
5554
5573
|
.#{$ti-prefix}-adjustments-up:before { content: $ti-icon-adjustments-up; }
|
|
5555
5574
|
.#{$ti-prefix}-adjustments-x:before { content: $ti-icon-adjustments-x; }
|
|
@@ -6021,6 +6040,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6021
6040
|
.#{$ti-prefix}-battery-exclamation:before { content: $ti-icon-battery-exclamation; }
|
|
6022
6041
|
.#{$ti-prefix}-battery-filled:before { content: $ti-icon-battery-filled; }
|
|
6023
6042
|
.#{$ti-prefix}-battery-off:before { content: $ti-icon-battery-off; }
|
|
6043
|
+
.#{$ti-prefix}-battery-spark:before { content: $ti-icon-battery-spark; }
|
|
6024
6044
|
.#{$ti-prefix}-battery-vertical:before { content: $ti-icon-battery-vertical; }
|
|
6025
6045
|
.#{$ti-prefix}-battery-vertical-1:before { content: $ti-icon-battery-vertical-1; }
|
|
6026
6046
|
.#{$ti-prefix}-battery-vertical-2:before { content: $ti-icon-battery-vertical-2; }
|
|
@@ -6753,6 +6773,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6753
6773
|
.#{$ti-prefix}-camera-search:before { content: $ti-icon-camera-search; }
|
|
6754
6774
|
.#{$ti-prefix}-camera-selfie:before { content: $ti-icon-camera-selfie; }
|
|
6755
6775
|
.#{$ti-prefix}-camera-share:before { content: $ti-icon-camera-share; }
|
|
6776
|
+
.#{$ti-prefix}-camera-spark:before { content: $ti-icon-camera-spark; }
|
|
6756
6777
|
.#{$ti-prefix}-camera-star:before { content: $ti-icon-camera-star; }
|
|
6757
6778
|
.#{$ti-prefix}-camera-up:before { content: $ti-icon-camera-up; }
|
|
6758
6779
|
.#{$ti-prefix}-camera-x:before { content: $ti-icon-camera-x; }
|
|
@@ -7427,6 +7448,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7427
7448
|
.#{$ti-prefix}-cube-off:before { content: $ti-icon-cube-off; }
|
|
7428
7449
|
.#{$ti-prefix}-cube-plus:before { content: $ti-icon-cube-plus; }
|
|
7429
7450
|
.#{$ti-prefix}-cube-send:before { content: $ti-icon-cube-send; }
|
|
7451
|
+
.#{$ti-prefix}-cube-spark:before { content: $ti-icon-cube-spark; }
|
|
7430
7452
|
.#{$ti-prefix}-cube-unfolded:before { content: $ti-icon-cube-unfolded; }
|
|
7431
7453
|
.#{$ti-prefix}-cup:before { content: $ti-icon-cup; }
|
|
7432
7454
|
.#{$ti-prefix}-cup-off:before { content: $ti-icon-cup-off; }
|
|
@@ -7926,6 +7948,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7926
7948
|
.#{$ti-prefix}-eye-question:before { content: $ti-icon-eye-question; }
|
|
7927
7949
|
.#{$ti-prefix}-eye-search:before { content: $ti-icon-eye-search; }
|
|
7928
7950
|
.#{$ti-prefix}-eye-share:before { content: $ti-icon-eye-share; }
|
|
7951
|
+
.#{$ti-prefix}-eye-spark:before { content: $ti-icon-eye-spark; }
|
|
7929
7952
|
.#{$ti-prefix}-eye-star:before { content: $ti-icon-eye-star; }
|
|
7930
7953
|
.#{$ti-prefix}-eye-table:before { content: $ti-icon-eye-table; }
|
|
7931
7954
|
.#{$ti-prefix}-eye-up:before { content: $ti-icon-eye-up; }
|
|
@@ -8001,12 +8024,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8001
8024
|
.#{$ti-prefix}-file-shredder:before { content: $ti-icon-file-shredder; }
|
|
8002
8025
|
.#{$ti-prefix}-file-signal:before { content: $ti-icon-file-signal; }
|
|
8003
8026
|
.#{$ti-prefix}-file-smile:before { content: $ti-icon-file-smile; }
|
|
8027
|
+
.#{$ti-prefix}-file-spark:before { content: $ti-icon-file-spark; }
|
|
8004
8028
|
.#{$ti-prefix}-file-spreadsheet:before { content: $ti-icon-file-spreadsheet; }
|
|
8005
8029
|
.#{$ti-prefix}-file-stack:before { content: $ti-icon-file-stack; }
|
|
8006
8030
|
.#{$ti-prefix}-file-star:before { content: $ti-icon-file-star; }
|
|
8007
8031
|
.#{$ti-prefix}-file-symlink:before { content: $ti-icon-file-symlink; }
|
|
8008
8032
|
.#{$ti-prefix}-file-text:before { content: $ti-icon-file-text; }
|
|
8009
8033
|
.#{$ti-prefix}-file-text-ai:before { content: $ti-icon-file-text-ai; }
|
|
8034
|
+
.#{$ti-prefix}-file-text-spark:before { content: $ti-icon-file-text-spark; }
|
|
8010
8035
|
.#{$ti-prefix}-file-time:before { content: $ti-icon-file-time; }
|
|
8011
8036
|
.#{$ti-prefix}-file-type-bmp:before { content: $ti-icon-file-type-bmp; }
|
|
8012
8037
|
.#{$ti-prefix}-file-type-css:before { content: $ti-icon-file-type-css; }
|
|
@@ -8107,6 +8132,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8107
8132
|
.#{$ti-prefix}-flag-question:before { content: $ti-icon-flag-question; }
|
|
8108
8133
|
.#{$ti-prefix}-flag-search:before { content: $ti-icon-flag-search; }
|
|
8109
8134
|
.#{$ti-prefix}-flag-share:before { content: $ti-icon-flag-share; }
|
|
8135
|
+
.#{$ti-prefix}-flag-spark:before { content: $ti-icon-flag-spark; }
|
|
8110
8136
|
.#{$ti-prefix}-flag-star:before { content: $ti-icon-flag-star; }
|
|
8111
8137
|
.#{$ti-prefix}-flag-up:before { content: $ti-icon-flag-up; }
|
|
8112
8138
|
.#{$ti-prefix}-flag-x:before { content: $ti-icon-flag-x; }
|
|
@@ -8340,6 +8366,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8340
8366
|
.#{$ti-prefix}-heart-rate-monitor:before { content: $ti-icon-heart-rate-monitor; }
|
|
8341
8367
|
.#{$ti-prefix}-heart-search:before { content: $ti-icon-heart-search; }
|
|
8342
8368
|
.#{$ti-prefix}-heart-share:before { content: $ti-icon-heart-share; }
|
|
8369
|
+
.#{$ti-prefix}-heart-spark:before { content: $ti-icon-heart-spark; }
|
|
8343
8370
|
.#{$ti-prefix}-heart-star:before { content: $ti-icon-heart-star; }
|
|
8344
8371
|
.#{$ti-prefix}-heart-up:before { content: $ti-icon-heart-up; }
|
|
8345
8372
|
.#{$ti-prefix}-heart-x:before { content: $ti-icon-heart-x; }
|
|
@@ -8495,6 +8522,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8495
8522
|
.#{$ti-prefix}-home-share:before { content: $ti-icon-home-share; }
|
|
8496
8523
|
.#{$ti-prefix}-home-shield:before { content: $ti-icon-home-shield; }
|
|
8497
8524
|
.#{$ti-prefix}-home-signal:before { content: $ti-icon-home-signal; }
|
|
8525
|
+
.#{$ti-prefix}-home-spark:before { content: $ti-icon-home-spark; }
|
|
8498
8526
|
.#{$ti-prefix}-home-star:before { content: $ti-icon-home-star; }
|
|
8499
8527
|
.#{$ti-prefix}-home-stats:before { content: $ti-icon-home-stats; }
|
|
8500
8528
|
.#{$ti-prefix}-home-up:before { content: $ti-icon-home-up; }
|
|
@@ -8576,6 +8604,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8576
8604
|
.#{$ti-prefix}-input-ai:before { content: $ti-icon-input-ai; }
|
|
8577
8605
|
.#{$ti-prefix}-input-check:before { content: $ti-icon-input-check; }
|
|
8578
8606
|
.#{$ti-prefix}-input-search:before { content: $ti-icon-input-search; }
|
|
8607
|
+
.#{$ti-prefix}-input-spark:before { content: $ti-icon-input-spark; }
|
|
8579
8608
|
.#{$ti-prefix}-input-x:before { content: $ti-icon-input-x; }
|
|
8580
8609
|
.#{$ti-prefix}-invoice:before { content: $ti-icon-invoice; }
|
|
8581
8610
|
.#{$ti-prefix}-ironing:before { content: $ti-icon-ironing; }
|
|
@@ -8928,6 +8957,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8928
8957
|
.#{$ti-prefix}-mail-question:before { content: $ti-icon-mail-question; }
|
|
8929
8958
|
.#{$ti-prefix}-mail-search:before { content: $ti-icon-mail-search; }
|
|
8930
8959
|
.#{$ti-prefix}-mail-share:before { content: $ti-icon-mail-share; }
|
|
8960
|
+
.#{$ti-prefix}-mail-spark:before { content: $ti-icon-mail-spark; }
|
|
8931
8961
|
.#{$ti-prefix}-mail-star:before { content: $ti-icon-mail-star; }
|
|
8932
8962
|
.#{$ti-prefix}-mail-up:before { content: $ti-icon-mail-up; }
|
|
8933
8963
|
.#{$ti-prefix}-mail-x:before { content: $ti-icon-mail-x; }
|
|
@@ -9218,6 +9248,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9218
9248
|
.#{$ti-prefix}-mood-smile-beam:before { content: $ti-icon-mood-smile-beam; }
|
|
9219
9249
|
.#{$ti-prefix}-mood-smile-dizzy:before { content: $ti-icon-mood-smile-dizzy; }
|
|
9220
9250
|
.#{$ti-prefix}-mood-smile-filled:before { content: $ti-icon-mood-smile-filled; }
|
|
9251
|
+
.#{$ti-prefix}-mood-spark:before { content: $ti-icon-mood-spark; }
|
|
9221
9252
|
.#{$ti-prefix}-mood-surprised:before { content: $ti-icon-mood-surprised; }
|
|
9222
9253
|
.#{$ti-prefix}-mood-tongue:before { content: $ti-icon-mood-tongue; }
|
|
9223
9254
|
.#{$ti-prefix}-mood-tongue-wink:before { content: $ti-icon-mood-tongue-wink; }
|
|
@@ -9511,6 +9542,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9511
9542
|
.#{$ti-prefix}-phone-pause:before { content: $ti-icon-phone-pause; }
|
|
9512
9543
|
.#{$ti-prefix}-phone-plus:before { content: $ti-icon-phone-plus; }
|
|
9513
9544
|
.#{$ti-prefix}-phone-ringing:before { content: $ti-icon-phone-ringing; }
|
|
9545
|
+
.#{$ti-prefix}-phone-spark:before { content: $ti-icon-phone-spark; }
|
|
9514
9546
|
.#{$ti-prefix}-phone-x:before { content: $ti-icon-phone-x; }
|
|
9515
9547
|
.#{$ti-prefix}-photo:before { content: $ti-icon-photo; }
|
|
9516
9548
|
.#{$ti-prefix}-photo-ai:before { content: $ti-icon-photo-ai; }
|
|
@@ -9544,6 +9576,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9544
9576
|
.#{$ti-prefix}-photo-sensor-3:before { content: $ti-icon-photo-sensor-3; }
|
|
9545
9577
|
.#{$ti-prefix}-photo-share:before { content: $ti-icon-photo-share; }
|
|
9546
9578
|
.#{$ti-prefix}-photo-shield:before { content: $ti-icon-photo-shield; }
|
|
9579
|
+
.#{$ti-prefix}-photo-spark:before { content: $ti-icon-photo-spark; }
|
|
9547
9580
|
.#{$ti-prefix}-photo-square-rounded:before { content: $ti-icon-photo-square-rounded; }
|
|
9548
9581
|
.#{$ti-prefix}-photo-star:before { content: $ti-icon-photo-star; }
|
|
9549
9582
|
.#{$ti-prefix}-photo-up:before { content: $ti-icon-photo-up; }
|
|
@@ -9943,6 +9976,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9943
9976
|
.#{$ti-prefix}-server-bolt:before { content: $ti-icon-server-bolt; }
|
|
9944
9977
|
.#{$ti-prefix}-server-cog:before { content: $ti-icon-server-cog; }
|
|
9945
9978
|
.#{$ti-prefix}-server-off:before { content: $ti-icon-server-off; }
|
|
9979
|
+
.#{$ti-prefix}-server-spark:before { content: $ti-icon-server-spark; }
|
|
9946
9980
|
.#{$ti-prefix}-servicemark:before { content: $ti-icon-servicemark; }
|
|
9947
9981
|
.#{$ti-prefix}-settings:before { content: $ti-icon-settings; }
|
|
9948
9982
|
.#{$ti-prefix}-settings-2:before { content: $ti-icon-settings-2; }
|
|
@@ -9965,6 +9999,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9965
9999
|
.#{$ti-prefix}-settings-question:before { content: $ti-icon-settings-question; }
|
|
9966
10000
|
.#{$ti-prefix}-settings-search:before { content: $ti-icon-settings-search; }
|
|
9967
10001
|
.#{$ti-prefix}-settings-share:before { content: $ti-icon-settings-share; }
|
|
10002
|
+
.#{$ti-prefix}-settings-spark:before { content: $ti-icon-settings-spark; }
|
|
9968
10003
|
.#{$ti-prefix}-settings-star:before { content: $ti-icon-settings-star; }
|
|
9969
10004
|
.#{$ti-prefix}-settings-up:before { content: $ti-icon-settings-up; }
|
|
9970
10005
|
.#{$ti-prefix}-settings-x:before { content: $ti-icon-settings-x; }
|
|
@@ -10501,6 +10536,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
10501
10536
|
.#{$ti-prefix}-table-row:before { content: $ti-icon-table-row; }
|
|
10502
10537
|
.#{$ti-prefix}-table-share:before { content: $ti-icon-table-share; }
|
|
10503
10538
|
.#{$ti-prefix}-table-shortcut:before { content: $ti-icon-table-shortcut; }
|
|
10539
|
+
.#{$ti-prefix}-table-spark:before { content: $ti-icon-table-spark; }
|
|
10504
10540
|
.#{$ti-prefix}-tag:before { content: $ti-icon-tag; }
|
|
10505
10541
|
.#{$ti-prefix}-tag-filled:before { content: $ti-icon-tag-filled; }
|
|
10506
10542
|
.#{$ti-prefix}-tag-off:before { content: $ti-icon-tag-off; }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons-webfont",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.13.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.13.0"
|
|
38
38
|
},
|
|
39
39
|
"keywords": [
|
|
40
40
|
"icons",
|