@tabler/icons-webfont 3.28.1 → 3.30.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/README.md +2 -2
- 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 +3812 -0
- package/dist/tabler-icons-200-filled.css.map +1 -0
- package/dist/tabler-icons-200-filled.html +8650 -0
- package/dist/tabler-icons-200-filled.min.css +4 -0
- package/dist/tabler-icons-200-filled.min.css.map +1 -0
- package/dist/tabler-icons-200-filled.scss +1937 -0
- package/dist/tabler-icons-200-outline.css +19908 -0
- package/dist/tabler-icons-200-outline.css.map +1 -0
- package/dist/tabler-icons-200-outline.html +44416 -0
- package/dist/tabler-icons-200-outline.min.css +4 -0
- package/dist/tabler-icons-200-outline.min.css.map +1 -0
- package/dist/tabler-icons-200-outline.scss +9935 -0
- package/dist/tabler-icons-200.css +23696 -0
- package/dist/tabler-icons-200.css.map +1 -0
- package/dist/tabler-icons-200.html +52912 -0
- package/dist/tabler-icons-200.min.css +4 -0
- package/dist/tabler-icons-200.min.css.map +1 -0
- package/dist/tabler-icons-200.scss +11826 -0
- package/dist/tabler-icons-300-filled.css +3812 -0
- package/dist/tabler-icons-300-filled.css.map +1 -0
- package/dist/tabler-icons-300-filled.html +8650 -0
- package/dist/tabler-icons-300-filled.min.css +4 -0
- package/dist/tabler-icons-300-filled.min.css.map +1 -0
- package/dist/tabler-icons-300-filled.scss +1937 -0
- package/dist/tabler-icons-300-outline.css +19908 -0
- package/dist/tabler-icons-300-outline.css.map +1 -0
- package/dist/tabler-icons-300-outline.html +44416 -0
- package/dist/tabler-icons-300-outline.min.css +4 -0
- package/dist/tabler-icons-300-outline.min.css.map +1 -0
- package/dist/tabler-icons-300-outline.scss +9935 -0
- package/dist/tabler-icons-300.css +23696 -0
- package/dist/tabler-icons-300.css.map +1 -0
- package/dist/tabler-icons-300.html +52912 -0
- package/dist/tabler-icons-300.min.css +4 -0
- package/dist/tabler-icons-300.min.css.map +1 -0
- package/dist/tabler-icons-300.scss +11826 -0
- package/dist/tabler-icons-filled.css +146 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +327 -3
- 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 +75 -3
- package/dist/tabler-icons-outline.css +2 -2
- package/dist/tabler-icons-outline.html +3 -3
- package/dist/tabler-icons-outline.min.css +2 -2
- package/dist/tabler-icons-outline.scss +3 -3
- package/dist/tabler-icons.css +146 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +327 -3
- 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 +16 -16
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* Tabler Icons 3.
|
|
3
|
+
* Tabler Icons 3.30.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.30.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.30.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.30.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.30.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v3.30.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons" !important;
|
|
@@ -8529,6 +8529,10 @@
|
|
|
8529
8529
|
content: "\ecef";
|
|
8530
8530
|
}
|
|
8531
8531
|
|
|
8532
|
+
.ti-current-location-filled:before {
|
|
8533
|
+
content: "\10125";
|
|
8534
|
+
}
|
|
8535
|
+
|
|
8532
8536
|
.ti-current-location-off:before {
|
|
8533
8537
|
content: "\f10e";
|
|
8534
8538
|
}
|
|
@@ -9873,6 +9877,10 @@
|
|
|
9873
9877
|
content: "\efde";
|
|
9874
9878
|
}
|
|
9875
9879
|
|
|
9880
|
+
.ti-drop-circle-filled:before {
|
|
9881
|
+
content: "\10137";
|
|
9882
|
+
}
|
|
9883
|
+
|
|
9876
9884
|
.ti-droplet:before {
|
|
9877
9885
|
content: "\ea97";
|
|
9878
9886
|
}
|
|
@@ -9989,10 +9997,18 @@
|
|
|
9989
9997
|
content: "\fa59";
|
|
9990
9998
|
}
|
|
9991
9999
|
|
|
10000
|
+
.ti-dual-screen-filled:before {
|
|
10001
|
+
content: "\10136";
|
|
10002
|
+
}
|
|
10003
|
+
|
|
9992
10004
|
.ti-dumpling:before {
|
|
9993
10005
|
content: "\feb5";
|
|
9994
10006
|
}
|
|
9995
10007
|
|
|
10008
|
+
.ti-dumpling-filled:before {
|
|
10009
|
+
content: "\10135";
|
|
10010
|
+
}
|
|
10011
|
+
|
|
9996
10012
|
.ti-e-passport:before {
|
|
9997
10013
|
content: "\f4df";
|
|
9998
10014
|
}
|
|
@@ -10069,6 +10085,10 @@
|
|
|
10069
10085
|
content: "\f386";
|
|
10070
10086
|
}
|
|
10071
10087
|
|
|
10088
|
+
.ti-egg-fried-filled:before {
|
|
10089
|
+
content: "\10134";
|
|
10090
|
+
}
|
|
10091
|
+
|
|
10072
10092
|
.ti-egg-off:before {
|
|
10073
10093
|
content: "\f11f";
|
|
10074
10094
|
}
|
|
@@ -10153,14 +10173,30 @@
|
|
|
10153
10173
|
content: "\fb04";
|
|
10154
10174
|
}
|
|
10155
10175
|
|
|
10176
|
+
.ti-escalator-down-filled:before {
|
|
10177
|
+
content: "\10133";
|
|
10178
|
+
}
|
|
10179
|
+
|
|
10180
|
+
.ti-escalator-filled:before {
|
|
10181
|
+
content: "\10131";
|
|
10182
|
+
}
|
|
10183
|
+
|
|
10156
10184
|
.ti-escalator-up:before {
|
|
10157
10185
|
content: "\fb05";
|
|
10158
10186
|
}
|
|
10159
10187
|
|
|
10188
|
+
.ti-escalator-up-filled:before {
|
|
10189
|
+
content: "\10132";
|
|
10190
|
+
}
|
|
10191
|
+
|
|
10160
10192
|
.ti-exchange:before {
|
|
10161
10193
|
content: "\ebe7";
|
|
10162
10194
|
}
|
|
10163
10195
|
|
|
10196
|
+
.ti-exchange-filled:before {
|
|
10197
|
+
content: "\10130";
|
|
10198
|
+
}
|
|
10199
|
+
|
|
10164
10200
|
.ti-exchange-off:before {
|
|
10165
10201
|
content: "\f123";
|
|
10166
10202
|
}
|
|
@@ -10185,6 +10221,10 @@
|
|
|
10185
10221
|
content: "\f256";
|
|
10186
10222
|
}
|
|
10187
10223
|
|
|
10224
|
+
.ti-explicit-filled:before {
|
|
10225
|
+
content: "\1012f";
|
|
10226
|
+
}
|
|
10227
|
+
|
|
10188
10228
|
.ti-explicit-off:before {
|
|
10189
10229
|
content: "\f3ea";
|
|
10190
10230
|
}
|
|
@@ -10197,6 +10237,10 @@
|
|
|
10197
10237
|
content: "\f29c";
|
|
10198
10238
|
}
|
|
10199
10239
|
|
|
10240
|
+
.ti-exposure-filled:before {
|
|
10241
|
+
content: "\10124";
|
|
10242
|
+
}
|
|
10243
|
+
|
|
10200
10244
|
.ti-exposure-minus-1:before {
|
|
10201
10245
|
content: "\f29d";
|
|
10202
10246
|
}
|
|
@@ -10333,6 +10377,10 @@
|
|
|
10333
10377
|
content: "\ef5e";
|
|
10334
10378
|
}
|
|
10335
10379
|
|
|
10380
|
+
.ti-eye-table-filled:before {
|
|
10381
|
+
content: "\10123";
|
|
10382
|
+
}
|
|
10383
|
+
|
|
10336
10384
|
.ti-eye-up:before {
|
|
10337
10385
|
content: "\fb7b";
|
|
10338
10386
|
}
|
|
@@ -10349,6 +10397,10 @@
|
|
|
10349
10397
|
content: "\ee89";
|
|
10350
10398
|
}
|
|
10351
10399
|
|
|
10400
|
+
.ti-eyeglass-2-filled:before {
|
|
10401
|
+
content: "\10122";
|
|
10402
|
+
}
|
|
10403
|
+
|
|
10352
10404
|
.ti-eyeglass-filled:before {
|
|
10353
10405
|
content: "\100c8";
|
|
10354
10406
|
}
|
|
@@ -10369,6 +10421,10 @@
|
|
|
10369
10421
|
content: "\efb5";
|
|
10370
10422
|
}
|
|
10371
10423
|
|
|
10424
|
+
.ti-face-mask-filled:before {
|
|
10425
|
+
content: "\10121";
|
|
10426
|
+
}
|
|
10427
|
+
|
|
10372
10428
|
.ti-face-mask-off:before {
|
|
10373
10429
|
content: "\f127";
|
|
10374
10430
|
}
|
|
@@ -10401,6 +10457,10 @@
|
|
|
10401
10457
|
content: "\ef2a";
|
|
10402
10458
|
}
|
|
10403
10459
|
|
|
10460
|
+
.ti-fence-filled:before {
|
|
10461
|
+
content: "\10120";
|
|
10462
|
+
}
|
|
10463
|
+
|
|
10404
10464
|
.ti-fence-off:before {
|
|
10405
10465
|
content: "\f129";
|
|
10406
10466
|
}
|
|
@@ -10417,6 +10477,10 @@
|
|
|
10417
10477
|
content: "\f068";
|
|
10418
10478
|
}
|
|
10419
10479
|
|
|
10480
|
+
.ti-fidget-spinner-filled:before {
|
|
10481
|
+
content: "\1011f";
|
|
10482
|
+
}
|
|
10483
|
+
|
|
10420
10484
|
.ti-file:before {
|
|
10421
10485
|
content: "\eaa4";
|
|
10422
10486
|
}
|
|
@@ -10469,6 +10533,10 @@
|
|
|
10469
10533
|
content: "\ea9c";
|
|
10470
10534
|
}
|
|
10471
10535
|
|
|
10536
|
+
.ti-file-check-filled:before {
|
|
10537
|
+
content: "\1012e";
|
|
10538
|
+
}
|
|
10539
|
+
|
|
10472
10540
|
.ti-file-code:before {
|
|
10473
10541
|
content: "\ebd0";
|
|
10474
10542
|
}
|
|
@@ -10477,10 +10545,18 @@
|
|
|
10477
10545
|
content: "\ede8";
|
|
10478
10546
|
}
|
|
10479
10547
|
|
|
10548
|
+
.ti-file-code-2-filled:before {
|
|
10549
|
+
content: "\1012d";
|
|
10550
|
+
}
|
|
10551
|
+
|
|
10480
10552
|
.ti-file-cv:before {
|
|
10481
10553
|
content: "\fa5a";
|
|
10482
10554
|
}
|
|
10483
10555
|
|
|
10556
|
+
.ti-file-cv-filled:before {
|
|
10557
|
+
content: "\1012c";
|
|
10558
|
+
}
|
|
10559
|
+
|
|
10484
10560
|
.ti-file-database:before {
|
|
10485
10561
|
content: "\f037";
|
|
10486
10562
|
}
|
|
@@ -10489,10 +10565,18 @@
|
|
|
10489
10565
|
content: "\f53d";
|
|
10490
10566
|
}
|
|
10491
10567
|
|
|
10568
|
+
.ti-file-delta-filled:before {
|
|
10569
|
+
content: "\1012b";
|
|
10570
|
+
}
|
|
10571
|
+
|
|
10492
10572
|
.ti-file-description:before {
|
|
10493
10573
|
content: "\f028";
|
|
10494
10574
|
}
|
|
10495
10575
|
|
|
10576
|
+
.ti-file-description-filled:before {
|
|
10577
|
+
content: "\1011e";
|
|
10578
|
+
}
|
|
10579
|
+
|
|
10496
10580
|
.ti-file-diff:before {
|
|
10497
10581
|
content: "\ecf1";
|
|
10498
10582
|
}
|
|
@@ -10501,6 +10585,10 @@
|
|
|
10501
10585
|
content: "\efa8";
|
|
10502
10586
|
}
|
|
10503
10587
|
|
|
10588
|
+
.ti-file-digit-filled:before {
|
|
10589
|
+
content: "\1011d";
|
|
10590
|
+
}
|
|
10591
|
+
|
|
10504
10592
|
.ti-file-dislike:before {
|
|
10505
10593
|
content: "\ed2a";
|
|
10506
10594
|
}
|
|
@@ -10517,6 +10605,10 @@
|
|
|
10517
10605
|
content: "\ea9d";
|
|
10518
10606
|
}
|
|
10519
10607
|
|
|
10608
|
+
.ti-file-download-filled:before {
|
|
10609
|
+
content: "\1012a";
|
|
10610
|
+
}
|
|
10611
|
+
|
|
10520
10612
|
.ti-file-euro:before {
|
|
10521
10613
|
content: "\efe1";
|
|
10522
10614
|
}
|
|
@@ -10541,6 +10633,10 @@
|
|
|
10541
10633
|
content: "\ebb0";
|
|
10542
10634
|
}
|
|
10543
10635
|
|
|
10636
|
+
.ti-file-horizontal-filled:before {
|
|
10637
|
+
content: "\1011c";
|
|
10638
|
+
}
|
|
10639
|
+
|
|
10544
10640
|
.ti-file-import:before {
|
|
10545
10641
|
content: "\edea";
|
|
10546
10642
|
}
|
|
@@ -10557,6 +10653,10 @@
|
|
|
10557
10653
|
content: "\eb67";
|
|
10558
10654
|
}
|
|
10559
10655
|
|
|
10656
|
+
.ti-file-invoice-filled:before {
|
|
10657
|
+
content: "\1011b";
|
|
10658
|
+
}
|
|
10659
|
+
|
|
10560
10660
|
.ti-file-isr:before {
|
|
10561
10661
|
content: "\feac";
|
|
10562
10662
|
}
|
|
@@ -10565,6 +10665,10 @@
|
|
|
10565
10665
|
content: "\f53f";
|
|
10566
10666
|
}
|
|
10567
10667
|
|
|
10668
|
+
.ti-file-lambda-filled:before {
|
|
10669
|
+
content: "\10129";
|
|
10670
|
+
}
|
|
10671
|
+
|
|
10568
10672
|
.ti-file-like:before {
|
|
10569
10673
|
content: "\ed2b";
|
|
10570
10674
|
}
|
|
@@ -10573,6 +10677,10 @@
|
|
|
10573
10677
|
content: "\ea9e";
|
|
10574
10678
|
}
|
|
10575
10679
|
|
|
10680
|
+
.ti-file-minus-filled:before {
|
|
10681
|
+
content: "\1011a";
|
|
10682
|
+
}
|
|
10683
|
+
|
|
10576
10684
|
.ti-file-music:before {
|
|
10577
10685
|
content: "\ea9f";
|
|
10578
10686
|
}
|
|
@@ -10581,6 +10689,10 @@
|
|
|
10581
10689
|
content: "\fd22";
|
|
10582
10690
|
}
|
|
10583
10691
|
|
|
10692
|
+
.ti-file-neutral-filled:before {
|
|
10693
|
+
content: "\10119";
|
|
10694
|
+
}
|
|
10695
|
+
|
|
10584
10696
|
.ti-file-off:before {
|
|
10585
10697
|
content: "\ecf2";
|
|
10586
10698
|
}
|
|
@@ -10597,10 +10709,18 @@
|
|
|
10597
10709
|
content: "\f540";
|
|
10598
10710
|
}
|
|
10599
10711
|
|
|
10712
|
+
.ti-file-percent-filled:before {
|
|
10713
|
+
content: "\10128";
|
|
10714
|
+
}
|
|
10715
|
+
|
|
10600
10716
|
.ti-file-phone:before {
|
|
10601
10717
|
content: "\ecdc";
|
|
10602
10718
|
}
|
|
10603
10719
|
|
|
10720
|
+
.ti-file-phone-filled:before {
|
|
10721
|
+
content: "\10127";
|
|
10722
|
+
}
|
|
10723
|
+
|
|
10604
10724
|
.ti-file-plus:before {
|
|
10605
10725
|
content: "\eaa0";
|
|
10606
10726
|
}
|
|
@@ -10609,6 +10729,10 @@
|
|
|
10609
10729
|
content: "\f03a";
|
|
10610
10730
|
}
|
|
10611
10731
|
|
|
10732
|
+
.ti-file-power-filled:before {
|
|
10733
|
+
content: "\10118";
|
|
10734
|
+
}
|
|
10735
|
+
|
|
10612
10736
|
.ti-file-report:before {
|
|
10613
10737
|
content: "\eded";
|
|
10614
10738
|
}
|
|
@@ -10617,10 +10741,18 @@
|
|
|
10617
10741
|
content: "\f03b";
|
|
10618
10742
|
}
|
|
10619
10743
|
|
|
10744
|
+
.ti-file-rss-filled:before {
|
|
10745
|
+
content: "\10126";
|
|
10746
|
+
}
|
|
10747
|
+
|
|
10620
10748
|
.ti-file-sad:before {
|
|
10621
10749
|
content: "\fd23";
|
|
10622
10750
|
}
|
|
10623
10751
|
|
|
10752
|
+
.ti-file-sad-filled:before {
|
|
10753
|
+
content: "\10117";
|
|
10754
|
+
}
|
|
10755
|
+
|
|
10624
10756
|
.ti-file-scissors:before {
|
|
10625
10757
|
content: "\f03c";
|
|
10626
10758
|
}
|
|
@@ -10645,6 +10777,10 @@
|
|
|
10645
10777
|
content: "\fd24";
|
|
10646
10778
|
}
|
|
10647
10779
|
|
|
10780
|
+
.ti-file-smile-filled:before {
|
|
10781
|
+
content: "\10116";
|
|
10782
|
+
}
|
|
10783
|
+
|
|
10648
10784
|
.ti-file-spark:before {
|
|
10649
10785
|
content: "\ffb9";
|
|
10650
10786
|
}
|
|
@@ -10661,6 +10797,10 @@
|
|
|
10661
10797
|
content: "\f03f";
|
|
10662
10798
|
}
|
|
10663
10799
|
|
|
10800
|
+
.ti-file-star-filled:before {
|
|
10801
|
+
content: "\10115";
|
|
10802
|
+
}
|
|
10803
|
+
|
|
10664
10804
|
.ti-file-symlink:before {
|
|
10665
10805
|
content: "\ed53";
|
|
10666
10806
|
}
|
|
@@ -10673,6 +10813,10 @@
|
|
|
10673
10813
|
content: "\fa27";
|
|
10674
10814
|
}
|
|
10675
10815
|
|
|
10816
|
+
.ti-file-text-filled:before {
|
|
10817
|
+
content: "\10114";
|
|
10818
|
+
}
|
|
10819
|
+
|
|
10676
10820
|
.ti-file-text-shield:before {
|
|
10677
10821
|
content: "\100f2";
|
|
10678
10822
|
}
|