@tabler/icons-webfont 3.27.1 → 3.28.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.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 +74 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +164 -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 +39 -3
- package/dist/tabler-icons-outline.css +2 -2
- package/dist/tabler-icons-outline.html +2 -2
- package/dist/tabler-icons-outline.min.css +2 -2
- package/dist/tabler-icons-outline.scss +3 -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 +16 -16
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* Tabler Icons 3.
|
|
3
|
+
* Tabler Icons 3.28.0 by tabler - https://tabler.io
|
|
4
4
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
5
5
|
*/
|
|
6
6
|
@use "sass:string";
|
|
@@ -15,9 +15,9 @@ $ti-prefix: 'ti' !default;
|
|
|
15
15
|
font-style: normal;
|
|
16
16
|
font-weight: 400;
|
|
17
17
|
font-display: $ti-font-display;
|
|
18
|
-
src: url('#{$ti-font-path}/tabler-icons-outline.woff2?v3.
|
|
18
|
+
src: url('#{$ti-font-path}/tabler-icons-outline.woff2?v3.28.0') format('woff2'),
|
|
19
19
|
url('#{$ti-font-path}/tabler-icons-outline.woff?') format('woff'),
|
|
20
|
-
url('#{$ti-font-path}/tabler-icons-outline.ttf?v3.
|
|
20
|
+
url('#{$ti-font-path}/tabler-icons-outline.ttf?v3.28.0') format('truetype');
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.#{$ti-prefix} {
|
package/dist/tabler-icons.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 3.
|
|
2
|
+
* Tabler Icons 3.28.0 by tabler - https://tabler.io
|
|
3
3
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
4
4
|
*/
|
|
5
5
|
@font-face {
|
|
6
6
|
font-family: "tabler-icons";
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
src: url("./fonts/tabler-icons.woff2?v3.
|
|
9
|
+
src: url("./fonts/tabler-icons.woff2?v3.28.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v3.28.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons" !important;
|
|
@@ -733,26 +733,50 @@
|
|
|
733
733
|
content: "\ef32";
|
|
734
734
|
}
|
|
735
735
|
|
|
736
|
+
.ti-arrow-autofit-down-filled:before {
|
|
737
|
+
content: "\10113";
|
|
738
|
+
}
|
|
739
|
+
|
|
736
740
|
.ti-arrow-autofit-height:before {
|
|
737
741
|
content: "\ef33";
|
|
738
742
|
}
|
|
739
743
|
|
|
744
|
+
.ti-arrow-autofit-height-filled:before {
|
|
745
|
+
content: "\10112";
|
|
746
|
+
}
|
|
747
|
+
|
|
740
748
|
.ti-arrow-autofit-left:before {
|
|
741
749
|
content: "\ef34";
|
|
742
750
|
}
|
|
743
751
|
|
|
752
|
+
.ti-arrow-autofit-left-filled:before {
|
|
753
|
+
content: "\10111";
|
|
754
|
+
}
|
|
755
|
+
|
|
744
756
|
.ti-arrow-autofit-right:before {
|
|
745
757
|
content: "\ef35";
|
|
746
758
|
}
|
|
747
759
|
|
|
760
|
+
.ti-arrow-autofit-right-filled:before {
|
|
761
|
+
content: "\10110";
|
|
762
|
+
}
|
|
763
|
+
|
|
748
764
|
.ti-arrow-autofit-up:before {
|
|
749
765
|
content: "\ef36";
|
|
750
766
|
}
|
|
751
767
|
|
|
768
|
+
.ti-arrow-autofit-up-filled:before {
|
|
769
|
+
content: "\1010f";
|
|
770
|
+
}
|
|
771
|
+
|
|
752
772
|
.ti-arrow-autofit-width:before {
|
|
753
773
|
content: "\ef37";
|
|
754
774
|
}
|
|
755
775
|
|
|
776
|
+
.ti-arrow-autofit-width-filled:before {
|
|
777
|
+
content: "\1010e";
|
|
778
|
+
}
|
|
779
|
+
|
|
756
780
|
.ti-arrow-back:before {
|
|
757
781
|
content: "\ea0c";
|
|
758
782
|
}
|
|
@@ -7425,10 +7449,18 @@
|
|
|
7425
7449
|
content: "\f1d0";
|
|
7426
7450
|
}
|
|
7427
7451
|
|
|
7452
|
+
.ti-cloud-computing-filled:before {
|
|
7453
|
+
content: "\1010d";
|
|
7454
|
+
}
|
|
7455
|
+
|
|
7428
7456
|
.ti-cloud-data-connection:before {
|
|
7429
7457
|
content: "\f1d1";
|
|
7430
7458
|
}
|
|
7431
7459
|
|
|
7460
|
+
.ti-cloud-data-connection-filled:before {
|
|
7461
|
+
content: "\1010c";
|
|
7462
|
+
}
|
|
7463
|
+
|
|
7432
7464
|
.ti-cloud-dollar:before {
|
|
7433
7465
|
content: "\f850";
|
|
7434
7466
|
}
|
|
@@ -10933,6 +10965,10 @@
|
|
|
10933
10965
|
content: "\f287";
|
|
10934
10966
|
}
|
|
10935
10967
|
|
|
10968
|
+
.ti-fish-bone-filled:before {
|
|
10969
|
+
content: "\1010b";
|
|
10970
|
+
}
|
|
10971
|
+
|
|
10936
10972
|
.ti-fish-christianity:before {
|
|
10937
10973
|
content: "\f58b";
|
|
10938
10974
|
}
|
|
@@ -17377,6 +17413,10 @@
|
|
|
17377
17413
|
content: "\ef52";
|
|
17378
17414
|
}
|
|
17379
17415
|
|
|
17416
|
+
.ti-pig-filled:before {
|
|
17417
|
+
content: "\1010a";
|
|
17418
|
+
}
|
|
17419
|
+
|
|
17380
17420
|
.ti-pig-money:before {
|
|
17381
17421
|
content: "\f38c";
|
|
17382
17422
|
}
|
|
@@ -19861,6 +19901,10 @@
|
|
|
19861
19901
|
content: "\f293";
|
|
19862
19902
|
}
|
|
19863
19903
|
|
|
19904
|
+
.ti-spider-filled:before {
|
|
19905
|
+
content: "\10109";
|
|
19906
|
+
}
|
|
19907
|
+
|
|
19864
19908
|
.ti-spiral:before {
|
|
19865
19909
|
content: "\f294";
|
|
19866
19910
|
}
|
|
@@ -21129,10 +21173,18 @@
|
|
|
21129
21173
|
content: "\f236";
|
|
21130
21174
|
}
|
|
21131
21175
|
|
|
21176
|
+
.ti-sun-high-filled:before {
|
|
21177
|
+
content: "\10108";
|
|
21178
|
+
}
|
|
21179
|
+
|
|
21132
21180
|
.ti-sun-low:before {
|
|
21133
21181
|
content: "\f237";
|
|
21134
21182
|
}
|
|
21135
21183
|
|
|
21184
|
+
.ti-sun-low-filled:before {
|
|
21185
|
+
content: "\10107";
|
|
21186
|
+
}
|
|
21187
|
+
|
|
21136
21188
|
.ti-sun-moon:before {
|
|
21137
21189
|
content: "\f4a3";
|
|
21138
21190
|
}
|
|
@@ -21157,6 +21209,10 @@
|
|
|
21157
21209
|
content: "\ef1c";
|
|
21158
21210
|
}
|
|
21159
21211
|
|
|
21212
|
+
.ti-sunrise-filled:before {
|
|
21213
|
+
content: "\10106";
|
|
21214
|
+
}
|
|
21215
|
+
|
|
21160
21216
|
.ti-sunset:before {
|
|
21161
21217
|
content: "\ec31";
|
|
21162
21218
|
}
|
|
@@ -21165,6 +21221,14 @@
|
|
|
21165
21221
|
content: "\f23a";
|
|
21166
21222
|
}
|
|
21167
21223
|
|
|
21224
|
+
.ti-sunset-2-filled:before {
|
|
21225
|
+
content: "\10105";
|
|
21226
|
+
}
|
|
21227
|
+
|
|
21228
|
+
.ti-sunset-filled:before {
|
|
21229
|
+
content: "\10104";
|
|
21230
|
+
}
|
|
21231
|
+
|
|
21168
21232
|
.ti-superscript:before {
|
|
21169
21233
|
content: "\eba0";
|
|
21170
21234
|
}
|
|
@@ -21425,6 +21489,10 @@
|
|
|
21425
21489
|
content: "\ebed";
|
|
21426
21490
|
}
|
|
21427
21491
|
|
|
21492
|
+
.ti-temperature-minus-filled:before {
|
|
21493
|
+
content: "\10103";
|
|
21494
|
+
}
|
|
21495
|
+
|
|
21428
21496
|
.ti-temperature-off:before {
|
|
21429
21497
|
content: "\f1af";
|
|
21430
21498
|
}
|
|
@@ -21433,6 +21501,10 @@
|
|
|
21433
21501
|
content: "\ebee";
|
|
21434
21502
|
}
|
|
21435
21503
|
|
|
21504
|
+
.ti-temperature-plus-filled:before {
|
|
21505
|
+
content: "\10102";
|
|
21506
|
+
}
|
|
21507
|
+
|
|
21436
21508
|
.ti-temperature-snow:before {
|
|
21437
21509
|
content: "\fda3";
|
|
21438
21510
|
}
|