@tabler/icons-webfont 2.23.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.23.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.23.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.23.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.23.0");
10
- src: url("./fonts/tabler-icons.eot?#iefix-v2.23.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.23.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.23.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;
@@ -3174,6 +3174,10 @@
3174
3174
  content: "\fadf";
3175
3175
  }
3176
3176
 
3177
+ .ti-brand-minecraft:before {
3178
+ content: "\faef";
3179
+ }
3180
+
3177
3181
  .ti-brand-miniprogram:before {
3178
3182
  content: "\f602";
3179
3183
  }
@@ -4758,6 +4762,22 @@
4758
4762
  content: "\f72e";
4759
4763
  }
4760
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
+
4761
4781
  .ti-chevron-down:before {
4762
4782
  content: "\ea5f";
4763
4783
  }
@@ -5794,6 +5814,10 @@
5794
5814
  content: "\ee45";
5795
5815
  }
5796
5816
 
5817
+ .ti-column-remove:before {
5818
+ content: "\faf4";
5819
+ }
5820
+
5797
5821
  .ti-columns:before {
5798
5822
  content: "\eb83";
5799
5823
  }
@@ -6234,6 +6258,10 @@
6234
6258
  content: "\f3dd";
6235
6259
  }
6236
6260
 
6261
+ .ti-currency-florin:before {
6262
+ content: "\faf5";
6263
+ }
6264
+
6237
6265
  .ti-currency-forint:before {
6238
6266
  content: "\ee5a";
6239
6267
  }
@@ -8382,6 +8410,10 @@
8382
8410
  content: "\f12a";
8383
8411
  }
8384
8412
 
8413
+ .ti-fire-extinguisher:before {
8414
+ content: "\faf6";
8415
+ }
8416
+
8385
8417
  .ti-fire-hydrant:before {
8386
8418
  content: "\f3a9";
8387
8419
  }
@@ -8602,6 +8634,10 @@
8602
8634
  content: "\ed14";
8603
8635
  }
8604
8636
 
8637
+ .ti-folder-open:before {
8638
+ content: "\faf7";
8639
+ }
8640
+
8605
8641
  .ti-folder-pause:before {
8606
8642
  content: "\f915";
8607
8643
  }
@@ -9130,6 +9166,10 @@
9130
9166
  content: "\efaa";
9131
9167
  }
9132
9168
 
9169
+ .ti-haze-moon:before {
9170
+ content: "\faf8";
9171
+ }
9172
+
9133
9173
  .ti-hdr:before {
9134
9174
  content: "\fa7b";
9135
9175
  }
@@ -10102,6 +10142,10 @@
10102
10142
  content: "\f14d";
10103
10143
  }
10104
10144
 
10145
+ .ti-lane:before {
10146
+ content: "\faf9";
10147
+ }
10148
+
10105
10149
  .ti-language:before {
10106
10150
  content: "\ebbe";
10107
10151
  }
@@ -10510,6 +10554,10 @@
10510
10554
  content: "\eea9";
10511
10555
  }
10512
10556
 
10557
+ .ti-list-tree:before {
10558
+ content: "\fafa";
10559
+ }
10560
+
10513
10561
  .ti-live-photo:before {
10514
10562
  content: "\eadf";
10515
10563
  }
@@ -11218,6 +11266,10 @@
11218
11266
  content: "\ec42";
11219
11267
  }
11220
11268
 
11269
+ .ti-menu-deep:before {
11270
+ content: "\fafb";
11271
+ }
11272
+
11221
11273
  .ti-menu-order:before {
11222
11274
  content: "\f5f5";
11223
11275
  }
@@ -12530,6 +12582,10 @@
12530
12582
  content: "\fad3";
12531
12583
  }
12532
12584
 
12585
+ .ti-pick:before {
12586
+ content: "\fafc";
12587
+ }
12588
+
12533
12589
  .ti-picture-in-picture:before {
12534
12590
  content: "\ed35";
12535
12591
  }
@@ -13370,6 +13426,10 @@
13370
13426
  content: "\eecf";
13371
13427
  }
13372
13428
 
13429
+ .ti-restore:before {
13430
+ content: "\fafd";
13431
+ }
13432
+
13373
13433
  .ti-rewind-backward-10:before {
13374
13434
  content: "\faba";
13375
13435
  }
@@ -13594,6 +13654,10 @@
13594
13654
  content: "\eed1";
13595
13655
  }
13596
13656
 
13657
+ .ti-row-remove:before {
13658
+ content: "\fafe";
13659
+ }
13660
+
13597
13661
  .ti-rss:before {
13598
13662
  content: "\eb19";
13599
13663
  }
@@ -15486,6 +15550,10 @@
15486
15550
  content: "\f25b";
15487
15551
  }
15488
15552
 
15553
+ .ti-table-column:before {
15554
+ content: "\faff";
15555
+ }
15556
+
15489
15557
  .ti-table-down:before {
15490
15558
  content: "\fa1c";
15491
15559
  }
@@ -15522,6 +15590,10 @@
15522
15590
  content: "\fa1f";
15523
15591
  }
15524
15592
 
15593
+ .ti-table-row:before {
15594
+ content: "\fb00";
15595
+ }
15596
+
15525
15597
  .ti-table-share:before {
15526
15598
  content: "\fa20";
15527
15599
  }