@tabler/icons-webfont 2.22.0 → 2.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.
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tabler/icons-webfont",
3
- "version": "2.22.0",
3
+ "version": "2.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": {
@@ -15,19 +15,6 @@
15
15
  "url": "git+https://github.com/tabler/tabler-icons.git",
16
16
  "directory": "packages/icons-webfont"
17
17
  },
18
- "scripts": {
19
- "build": "pnpm run clean && pnpm run copy && pnpm run build:prepare && pnpm run build:outline && pnpm run build:optimize && pnpm run build:fix-outline && pnpm run build:webfont && pnpm run build:css && pnpm run build:clean",
20
- "build:prepare": "mkdir -p icons-outlined fonts && rm -fd icons-outlined/* fonts/*",
21
- "build:outline": "node .build/build-outline.mjs",
22
- "build:optimize": "svgo icons-outlined/*",
23
- "build:fix-outline": "fontforge -lang=py -script .build/fix-outline.py",
24
- "build:webfont": "rm -fd fonts/* && node .build/build-webfont.mjs",
25
- "build:css": "sass tabler-icons.scss tabler-icons.css --style expanded && sass tabler-icons.scss tabler-icons.min.css --style compressed",
26
- "build:clean": "rm -rf ./icons-outlined",
27
- "clean": "rm -rf ./iconfont",
28
- "copy": "pnpm run copy:license",
29
- "copy:license": "cp ../../LICENSE ./LICENSE"
30
- },
31
18
  "files": [
32
19
  "fonts/*",
33
20
  "tabler-icons.*"
@@ -35,7 +22,7 @@
35
22
  "sass": "./tabler-icons.scss",
36
23
  "style": "./tabler-icons.min.css",
37
24
  "dependencies": {
38
- "@tabler/icons": "2.22.0"
25
+ "@tabler/icons": "2.24.0"
39
26
  },
40
27
  "keywords": [
41
28
  "icons",
@@ -48,5 +35,18 @@
48
35
  ],
49
36
  "devDependencies": {
50
37
  "webfont": "^11.2.26"
38
+ },
39
+ "scripts": {
40
+ "build": "pnpm run clean && pnpm run copy && pnpm run build:prepare && pnpm run build:outline && pnpm run build:optimize && pnpm run build:fix-outline && pnpm run build:webfont && pnpm run build:css && pnpm run build:clean",
41
+ "build:prepare": "mkdir -p icons-outlined fonts && rm -fd icons-outlined/* fonts/*",
42
+ "build:outline": "node .build/build-outline.mjs",
43
+ "build:optimize": "svgo icons-outlined/*",
44
+ "build:fix-outline": "fontforge -lang=py -script .build/fix-outline.py",
45
+ "build:webfont": "rm -fd fonts/* && node .build/build-webfont.mjs",
46
+ "build:css": "sass tabler-icons.scss tabler-icons.css --style expanded && sass tabler-icons.scss tabler-icons.min.css --style compressed",
47
+ "build:clean": "rm -rf ./icons-outlined",
48
+ "clean": "rm -rf ./iconfont",
49
+ "copy": "pnpm run copy:license",
50
+ "copy:license": "cp ../../LICENSE ./LICENSE"
51
51
  }
52
- }
52
+ }
package/tabler-icons.css CHANGED
@@ -1,13 +1,13 @@
1
1
  /*!
2
- * Tabler Icons 2.22.0 by tabler - https://tabler.io
2
+ * Tabler Icons 2.24.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.eot?v2.22.0");
10
- src: url("./fonts/tabler-icons.eot?#iefix-v2.22.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.22.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.22.0") format("truetype");
9
+ src: url("./fonts/tabler-icons.eot?v2.24.0");
10
+ src: url("./fonts/tabler-icons.eot?#iefix-v2.24.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.24.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.24.0") format("truetype");
11
11
  }
12
12
  .ti {
13
13
  font-family: "tabler-icons" !important;
@@ -742,6 +742,10 @@
742
742
  content: "\f7d9";
743
743
  }
744
744
 
745
+ .ti-arrow-bar-both:before {
746
+ content: "\fadd";
747
+ }
748
+
745
749
  .ti-arrow-bar-down:before {
746
750
  content: "\ea0d";
747
751
  }
@@ -890,6 +894,10 @@
890
894
  content: "\f3a4";
891
895
  }
892
896
 
897
+ .ti-arrow-capsule:before {
898
+ content: "\fade";
899
+ }
900
+
893
901
  .ti-arrow-curve-left:before {
894
902
  content: "\f048";
895
903
  }
@@ -3162,6 +3170,14 @@
3162
3170
  content: "\efb0";
3163
3171
  }
3164
3172
 
3173
+ .ti-brand-microsoft-teams:before {
3174
+ content: "\fadf";
3175
+ }
3176
+
3177
+ .ti-brand-minecraft:before {
3178
+ content: "\faef";
3179
+ }
3180
+
3165
3181
  .ti-brand-miniprogram:before {
3166
3182
  content: "\f602";
3167
3183
  }
@@ -3218,6 +3234,10 @@
3218
3234
  content: "\f0dd";
3219
3235
  }
3220
3236
 
3237
+ .ti-brand-nodejs:before {
3238
+ content: "\fae0";
3239
+ }
3240
+
3221
3241
  .ti-brand-nord-vpn:before {
3222
3242
  content: "\f37f";
3223
3243
  }
@@ -3770,6 +3790,10 @@
3770
3790
  content: "\ed73";
3771
3791
  }
3772
3792
 
3793
+ .ti-brand-yandex:before {
3794
+ content: "\fae1";
3795
+ }
3796
+
3773
3797
  .ti-brand-yatse:before {
3774
3798
  content: "\f213";
3775
3799
  }
@@ -4306,6 +4330,14 @@
4306
4330
  content: "\f4c1";
4307
4331
  }
4308
4332
 
4333
+ .ti-capsule:before {
4334
+ content: "\fae3";
4335
+ }
4336
+
4337
+ .ti-capsule-horizontal:before {
4338
+ content: "\fae2";
4339
+ }
4340
+
4309
4341
  .ti-capture:before {
4310
4342
  content: "\ec3c";
4311
4343
  }
@@ -4730,6 +4762,22 @@
4730
4762
  content: "\f72e";
4731
4763
  }
4732
4764
 
4765
+ .ti-chevron-compact-down:before {
4766
+ content: "\faf0";
4767
+ }
4768
+
4769
+ .ti-chevron-compact-left:before {
4770
+ content: "\faf1";
4771
+ }
4772
+
4773
+ .ti-chevron-compact-right:before {
4774
+ content: "\faf2";
4775
+ }
4776
+
4777
+ .ti-chevron-compact-up:before {
4778
+ content: "\faf3";
4779
+ }
4780
+
4733
4781
  .ti-chevron-down:before {
4734
4782
  content: "\ea5f";
4735
4783
  }
@@ -4746,10 +4794,18 @@
4746
4794
  content: "\ea60";
4747
4795
  }
4748
4796
 
4797
+ .ti-chevron-left-pipe:before {
4798
+ content: "\fae4";
4799
+ }
4800
+
4749
4801
  .ti-chevron-right:before {
4750
4802
  content: "\ea61";
4751
4803
  }
4752
4804
 
4805
+ .ti-chevron-right-pipe:before {
4806
+ content: "\fae5";
4807
+ }
4808
+
4753
4809
  .ti-chevron-up:before {
4754
4810
  content: "\ea62";
4755
4811
  }
@@ -5758,6 +5814,10 @@
5758
5814
  content: "\ee45";
5759
5815
  }
5760
5816
 
5817
+ .ti-column-remove:before {
5818
+ content: "\faf4";
5819
+ }
5820
+
5761
5821
  .ti-columns:before {
5762
5822
  content: "\eb83";
5763
5823
  }
@@ -6198,6 +6258,10 @@
6198
6258
  content: "\f3dd";
6199
6259
  }
6200
6260
 
6261
+ .ti-currency-florin:before {
6262
+ content: "\faf5";
6263
+ }
6264
+
6201
6265
  .ti-currency-forint:before {
6202
6266
  content: "\ee5a";
6203
6267
  }
@@ -6518,6 +6582,10 @@
6518
6582
  content: "\f646";
6519
6583
  }
6520
6584
 
6585
+ .ti-device-airtag:before {
6586
+ content: "\fae6";
6587
+ }
6588
+
6521
6589
  .ti-device-analytics:before {
6522
6590
  content: "\ee72";
6523
6591
  }
@@ -7162,6 +7230,10 @@
7162
7230
  content: "\f1d3";
7163
7231
  }
7164
7232
 
7233
+ .ti-device-vision-pro:before {
7234
+ content: "\fae7";
7235
+ }
7236
+
7165
7237
  .ti-device-watch:before {
7166
7238
  content: "\ebf9";
7167
7239
  }
@@ -8338,6 +8410,10 @@
8338
8410
  content: "\f12a";
8339
8411
  }
8340
8412
 
8413
+ .ti-fire-extinguisher:before {
8414
+ content: "\faf6";
8415
+ }
8416
+
8341
8417
  .ti-fire-hydrant:before {
8342
8418
  content: "\f3a9";
8343
8419
  }
@@ -8558,6 +8634,10 @@
8558
8634
  content: "\ed14";
8559
8635
  }
8560
8636
 
8637
+ .ti-folder-open:before {
8638
+ content: "\faf7";
8639
+ }
8640
+
8561
8641
  .ti-folder-pause:before {
8562
8642
  content: "\f915";
8563
8643
  }
@@ -9086,6 +9166,10 @@
9086
9166
  content: "\efaa";
9087
9167
  }
9088
9168
 
9169
+ .ti-haze-moon:before {
9170
+ content: "\faf8";
9171
+ }
9172
+
9089
9173
  .ti-hdr:before {
9090
9174
  content: "\fa7b";
9091
9175
  }
@@ -10058,6 +10142,10 @@
10058
10142
  content: "\f14d";
10059
10143
  }
10060
10144
 
10145
+ .ti-lane:before {
10146
+ content: "\faf9";
10147
+ }
10148
+
10061
10149
  .ti-language:before {
10062
10150
  content: "\ebbe";
10063
10151
  }
@@ -10466,6 +10554,10 @@
10466
10554
  content: "\eea9";
10467
10555
  }
10468
10556
 
10557
+ .ti-list-tree:before {
10558
+ content: "\fafa";
10559
+ }
10560
+
10469
10561
  .ti-live-photo:before {
10470
10562
  content: "\eadf";
10471
10563
  }
@@ -11142,6 +11234,10 @@
11142
11234
  content: "\ec2f";
11143
11235
  }
11144
11236
 
11237
+ .ti-medical-cross-circle:before {
11238
+ content: "\fae8";
11239
+ }
11240
+
11145
11241
  .ti-medical-cross-filled:before {
11146
11242
  content: "\f681";
11147
11243
  }
@@ -11170,6 +11266,10 @@
11170
11266
  content: "\ec42";
11171
11267
  }
11172
11268
 
11269
+ .ti-menu-deep:before {
11270
+ content: "\fafb";
11271
+ }
11272
+
11173
11273
  .ti-menu-order:before {
11174
11274
  content: "\f5f5";
11175
11275
  }
@@ -11470,6 +11570,18 @@
11470
11570
  content: "\f40c";
11471
11571
  }
11472
11572
 
11573
+ .ti-michelin-bib-gourmand:before {
11574
+ content: "\fae9";
11575
+ }
11576
+
11577
+ .ti-michelin-star:before {
11578
+ content: "\faeb";
11579
+ }
11580
+
11581
+ .ti-michelin-star-green:before {
11582
+ content: "\faea";
11583
+ }
11584
+
11473
11585
  .ti-mickey:before {
11474
11586
  content: "\f2a3";
11475
11587
  }
@@ -11890,6 +12002,10 @@
11890
12002
  content: "\f685";
11891
12003
  }
11892
12004
 
12005
+ .ti-navigation-north:before {
12006
+ content: "\faec";
12007
+ }
12008
+
11893
12009
  .ti-navigation-off:before {
11894
12010
  content: "\f413";
11895
12011
  }
@@ -12466,6 +12582,10 @@
12466
12582
  content: "\fad3";
12467
12583
  }
12468
12584
 
12585
+ .ti-pick:before {
12586
+ content: "\fafc";
12587
+ }
12588
+
12469
12589
  .ti-picture-in-picture:before {
12470
12590
  content: "\ed35";
12471
12591
  }
@@ -13170,6 +13290,14 @@
13170
13290
  content: "\f69a";
13171
13291
  }
13172
13292
 
13293
+ .ti-rectangle-rounded-bottom:before {
13294
+ content: "\faed";
13295
+ }
13296
+
13297
+ .ti-rectangle-rounded-top:before {
13298
+ content: "\faee";
13299
+ }
13300
+
13173
13301
  .ti-rectangle-vertical:before {
13174
13302
  content: "\ed36";
13175
13303
  }
@@ -13298,6 +13426,10 @@
13298
13426
  content: "\eecf";
13299
13427
  }
13300
13428
 
13429
+ .ti-restore:before {
13430
+ content: "\fafd";
13431
+ }
13432
+
13301
13433
  .ti-rewind-backward-10:before {
13302
13434
  content: "\faba";
13303
13435
  }
@@ -13522,6 +13654,10 @@
13522
13654
  content: "\eed1";
13523
13655
  }
13524
13656
 
13657
+ .ti-row-remove:before {
13658
+ content: "\fafe";
13659
+ }
13660
+
13525
13661
  .ti-rss:before {
13526
13662
  content: "\eb19";
13527
13663
  }
@@ -15414,6 +15550,10 @@
15414
15550
  content: "\f25b";
15415
15551
  }
15416
15552
 
15553
+ .ti-table-column:before {
15554
+ content: "\faff";
15555
+ }
15556
+
15417
15557
  .ti-table-down:before {
15418
15558
  content: "\fa1c";
15419
15559
  }
@@ -15450,6 +15590,10 @@
15450
15590
  content: "\fa1f";
15451
15591
  }
15452
15592
 
15593
+ .ti-table-row:before {
15594
+ content: "\fb00";
15595
+ }
15596
+
15453
15597
  .ti-table-share:before {
15454
15598
  content: "\fa20";
15455
15599
  }