@tabler/icons-webfont 3.31.0 → 3.33.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-200-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-200-filled.woff +0 -0
- package/dist/fonts/tabler-icons-200-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-200-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-200-outline.woff +0 -0
- package/dist/fonts/tabler-icons-200-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons-200.ttf +0 -0
- package/dist/fonts/tabler-icons-200.woff +0 -0
- package/dist/fonts/tabler-icons-200.woff2 +0 -0
- package/dist/fonts/tabler-icons-300-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-300-filled.woff +0 -0
- package/dist/fonts/tabler-icons-300-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-300-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-300-outline.woff +0 -0
- package/dist/fonts/tabler-icons-300-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons-300.ttf +0 -0
- package/dist/fonts/tabler-icons-300.woff +0 -0
- package/dist/fonts/tabler-icons-300.woff2 +0 -0
- 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-200-filled.css +74 -2
- package/dist/tabler-icons-200-filled.css.map +1 -1
- package/dist/tabler-icons-200-filled.html +164 -2
- package/dist/tabler-icons-200-filled.min.css +2 -2
- package/dist/tabler-icons-200-filled.min.css.map +1 -1
- package/dist/tabler-icons-200-filled.scss +39 -3
- package/dist/tabler-icons-200-outline.css +110 -2
- package/dist/tabler-icons-200-outline.css.map +1 -1
- package/dist/tabler-icons-200-outline.html +245 -2
- package/dist/tabler-icons-200-outline.min.css +2 -2
- package/dist/tabler-icons-200-outline.min.css.map +1 -1
- package/dist/tabler-icons-200-outline.scss +57 -3
- package/dist/tabler-icons-200.css +182 -2
- package/dist/tabler-icons-200.css.map +1 -1
- package/dist/tabler-icons-200.html +407 -2
- package/dist/tabler-icons-200.min.css +2 -2
- package/dist/tabler-icons-200.min.css.map +1 -1
- package/dist/tabler-icons-200.scss +93 -3
- package/dist/tabler-icons-300-filled.css +74 -2
- package/dist/tabler-icons-300-filled.css.map +1 -1
- package/dist/tabler-icons-300-filled.html +164 -2
- package/dist/tabler-icons-300-filled.min.css +2 -2
- package/dist/tabler-icons-300-filled.min.css.map +1 -1
- package/dist/tabler-icons-300-filled.scss +39 -3
- package/dist/tabler-icons-300-outline.css +110 -2
- package/dist/tabler-icons-300-outline.css.map +1 -1
- package/dist/tabler-icons-300-outline.html +245 -2
- package/dist/tabler-icons-300-outline.min.css +2 -2
- package/dist/tabler-icons-300-outline.min.css.map +1 -1
- package/dist/tabler-icons-300-outline.scss +57 -3
- package/dist/tabler-icons-300.css +182 -2
- package/dist/tabler-icons-300.css.map +1 -1
- package/dist/tabler-icons-300.html +407 -2
- package/dist/tabler-icons-300.min.css +2 -2
- package/dist/tabler-icons-300.min.css.map +1 -1
- package/dist/tabler-icons-300.scss +93 -3
- 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 +110 -2
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +245 -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 +57 -3
- package/dist/tabler-icons.css +182 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +407 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +93 -3
- package/package.json +4 -3
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 3.
|
|
2
|
+
* Tabler Icons 3.33.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-200-outline";
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
src: url("./fonts/tabler-icons-200-outline.woff2?v3.
|
|
9
|
+
src: url("./fonts/tabler-icons-200-outline.woff2?v3.33.0") format("woff2"), url("./fonts/tabler-icons-200-outline.woff?") format("woff"), url("./fonts/tabler-icons-200-outline.ttf?v3.33.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons-200-outline" !important;
|
|
@@ -653,18 +653,34 @@
|
|
|
653
653
|
content: "\ec88";
|
|
654
654
|
}
|
|
655
655
|
|
|
656
|
+
.ti-arrow-bar-to-down-dashed:before {
|
|
657
|
+
content: "\10164";
|
|
658
|
+
}
|
|
659
|
+
|
|
656
660
|
.ti-arrow-bar-to-left:before {
|
|
657
661
|
content: "\ec89";
|
|
658
662
|
}
|
|
659
663
|
|
|
664
|
+
.ti-arrow-bar-to-left-dashed:before {
|
|
665
|
+
content: "\10163";
|
|
666
|
+
}
|
|
667
|
+
|
|
660
668
|
.ti-arrow-bar-to-right:before {
|
|
661
669
|
content: "\ec8a";
|
|
662
670
|
}
|
|
663
671
|
|
|
672
|
+
.ti-arrow-bar-to-right-dashed:before {
|
|
673
|
+
content: "\10162";
|
|
674
|
+
}
|
|
675
|
+
|
|
664
676
|
.ti-arrow-bar-to-up:before {
|
|
665
677
|
content: "\ec8b";
|
|
666
678
|
}
|
|
667
679
|
|
|
680
|
+
.ti-arrow-bar-to-up-dashed:before {
|
|
681
|
+
content: "\10161";
|
|
682
|
+
}
|
|
683
|
+
|
|
668
684
|
.ti-arrow-bar-up:before {
|
|
669
685
|
content: "\ea10";
|
|
670
686
|
}
|
|
@@ -4849,6 +4865,10 @@
|
|
|
4849
4865
|
content: "\f3d1";
|
|
4850
4866
|
}
|
|
4851
4867
|
|
|
4868
|
+
.ti-chalkboard-teacher:before {
|
|
4869
|
+
content: "\10160";
|
|
4870
|
+
}
|
|
4871
|
+
|
|
4852
4872
|
.ti-charging-pile:before {
|
|
4853
4873
|
content: "\ee26";
|
|
4854
4874
|
}
|
|
@@ -9129,6 +9149,90 @@
|
|
|
9129
9149
|
content: "\eaa5";
|
|
9130
9150
|
}
|
|
9131
9151
|
|
|
9152
|
+
.ti-filter-2:before {
|
|
9153
|
+
content: "\1014b";
|
|
9154
|
+
}
|
|
9155
|
+
|
|
9156
|
+
.ti-filter-2-bolt:before {
|
|
9157
|
+
content: "\1015f";
|
|
9158
|
+
}
|
|
9159
|
+
|
|
9160
|
+
.ti-filter-2-cancel:before {
|
|
9161
|
+
content: "\1015e";
|
|
9162
|
+
}
|
|
9163
|
+
|
|
9164
|
+
.ti-filter-2-check:before {
|
|
9165
|
+
content: "\1015d";
|
|
9166
|
+
}
|
|
9167
|
+
|
|
9168
|
+
.ti-filter-2-code:before {
|
|
9169
|
+
content: "\1015c";
|
|
9170
|
+
}
|
|
9171
|
+
|
|
9172
|
+
.ti-filter-2-cog:before {
|
|
9173
|
+
content: "\1015b";
|
|
9174
|
+
}
|
|
9175
|
+
|
|
9176
|
+
.ti-filter-2-discount:before {
|
|
9177
|
+
content: "\1015a";
|
|
9178
|
+
}
|
|
9179
|
+
|
|
9180
|
+
.ti-filter-2-dollar:before {
|
|
9181
|
+
content: "\10159";
|
|
9182
|
+
}
|
|
9183
|
+
|
|
9184
|
+
.ti-filter-2-down:before {
|
|
9185
|
+
content: "\10158";
|
|
9186
|
+
}
|
|
9187
|
+
|
|
9188
|
+
.ti-filter-2-edit:before {
|
|
9189
|
+
content: "\10157";
|
|
9190
|
+
}
|
|
9191
|
+
|
|
9192
|
+
.ti-filter-2-exclamation:before {
|
|
9193
|
+
content: "\10156";
|
|
9194
|
+
}
|
|
9195
|
+
|
|
9196
|
+
.ti-filter-2-minus:before {
|
|
9197
|
+
content: "\10155";
|
|
9198
|
+
}
|
|
9199
|
+
|
|
9200
|
+
.ti-filter-2-pause:before {
|
|
9201
|
+
content: "\10154";
|
|
9202
|
+
}
|
|
9203
|
+
|
|
9204
|
+
.ti-filter-2-pin:before {
|
|
9205
|
+
content: "\10153";
|
|
9206
|
+
}
|
|
9207
|
+
|
|
9208
|
+
.ti-filter-2-plus:before {
|
|
9209
|
+
content: "\10152";
|
|
9210
|
+
}
|
|
9211
|
+
|
|
9212
|
+
.ti-filter-2-question:before {
|
|
9213
|
+
content: "\10151";
|
|
9214
|
+
}
|
|
9215
|
+
|
|
9216
|
+
.ti-filter-2-search:before {
|
|
9217
|
+
content: "\10150";
|
|
9218
|
+
}
|
|
9219
|
+
|
|
9220
|
+
.ti-filter-2-share:before {
|
|
9221
|
+
content: "\1014f";
|
|
9222
|
+
}
|
|
9223
|
+
|
|
9224
|
+
.ti-filter-2-spark:before {
|
|
9225
|
+
content: "\1014e";
|
|
9226
|
+
}
|
|
9227
|
+
|
|
9228
|
+
.ti-filter-2-up:before {
|
|
9229
|
+
content: "\1014d";
|
|
9230
|
+
}
|
|
9231
|
+
|
|
9232
|
+
.ti-filter-2-x:before {
|
|
9233
|
+
content: "\1014c";
|
|
9234
|
+
}
|
|
9235
|
+
|
|
9132
9236
|
.ti-filter-bolt:before {
|
|
9133
9237
|
content: "\fb7c";
|
|
9134
9238
|
}
|
|
@@ -9205,6 +9309,10 @@
|
|
|
9205
9309
|
content: "\fb88";
|
|
9206
9310
|
}
|
|
9207
9311
|
|
|
9312
|
+
.ti-filter-spark:before {
|
|
9313
|
+
content: "\1014a";
|
|
9314
|
+
}
|
|
9315
|
+
|
|
9208
9316
|
.ti-filter-star:before {
|
|
9209
9317
|
content: "\fa03";
|
|
9210
9318
|
}
|