@tabler/icons-webfont 2.38.0 → 2.39.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.38.0",
3
+ "version": "2.39.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,6 +15,19 @@
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
+ },
18
31
  "files": [
19
32
  "fonts/*",
20
33
  "tabler-icons.*"
@@ -22,7 +35,7 @@
22
35
  "sass": "./tabler-icons.scss",
23
36
  "style": "./tabler-icons.min.css",
24
37
  "dependencies": {
25
- "@tabler/icons": "2.38.0"
38
+ "@tabler/icons": "2.39.0"
26
39
  },
27
40
  "keywords": [
28
41
  "icons",
@@ -36,18 +49,5 @@
36
49
  "devDependencies": {
37
50
  "sass": "^1.68.0",
38
51
  "webfont": "^11.2.26"
39
- },
40
- "scripts": {
41
- "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",
42
- "build:prepare": "mkdir -p icons-outlined fonts && rm -fd icons-outlined/* fonts/*",
43
- "build:outline": "node .build/build-outline.mjs",
44
- "build:optimize": "svgo icons-outlined/*",
45
- "build:fix-outline": "fontforge -lang=py -script .build/fix-outline.py",
46
- "build:webfont": "rm -fd fonts/* && node .build/build-webfont.mjs",
47
- "build:css": "sass tabler-icons.scss tabler-icons.css --style expanded && sass tabler-icons.scss tabler-icons.min.css --style compressed",
48
- "build:clean": "rm -rf ./icons-outlined",
49
- "clean": "rm -rf ./iconfont",
50
- "copy": "pnpm run copy:license",
51
- "copy:license": "cp ../../LICENSE ./LICENSE"
52
52
  }
53
- }
53
+ }
package/tabler-icons.css CHANGED
@@ -1,13 +1,13 @@
1
1
  /*!
2
- * Tabler Icons 2.38.0 by tabler - https://tabler.io
2
+ * Tabler Icons 2.39.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.38.0");
10
- src: url("./fonts/tabler-icons.eot?#iefix-v2.38.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.38.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.38.0") format("truetype");
9
+ src: url("./fonts/tabler-icons.eot?v2.39.0");
10
+ src: url("./fonts/tabler-icons.eot?#iefix-v2.39.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.39.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.39.0") format("truetype");
11
11
  }
12
12
  .ti {
13
13
  font-family: "tabler-icons" !important;
@@ -3486,6 +3486,10 @@
3486
3486
  content: "\edd2";
3487
3487
  }
3488
3488
 
3489
+ .ti-brand-patreon-filled:before {
3490
+ content: "\fcff";
3491
+ }
3492
+
3489
3493
  .ti-brand-paypal:before {
3490
3494
  content: "\ec22";
3491
3495
  }
@@ -4062,6 +4066,10 @@
4062
4066
  content: "\fb03";
4063
4067
  }
4064
4068
 
4069
+ .ti-briefcase-filled:before {
4070
+ content: "\fd00";
4071
+ }
4072
+
4065
4073
  .ti-briefcase-off:before {
4066
4074
  content: "\f3cc";
4067
4075
  }
@@ -4150,6 +4158,10 @@
4150
4158
  content: "\ea48";
4151
4159
  }
4152
4160
 
4161
+ .ti-bug-filled:before {
4162
+ content: "\fd01";
4163
+ }
4164
+
4153
4165
  .ti-bug-off:before {
4154
4166
  content: "\f0c3";
4155
4167
  }
@@ -4670,6 +4682,10 @@
4670
4682
  content: "\fc43";
4671
4683
  }
4672
4684
 
4685
+ .ti-caret-left-right-filled:before {
4686
+ content: "\fd02";
4687
+ }
4688
+
4673
4689
  .ti-caret-right:before {
4674
4690
  content: "\eb5f";
4675
4691
  }
@@ -4686,6 +4702,10 @@
4686
4702
  content: "\fc44";
4687
4703
  }
4688
4704
 
4705
+ .ti-caret-up-down-filled:before {
4706
+ content: "\fd03";
4707
+ }
4708
+
4689
4709
  .ti-caret-up-filled:before {
4690
4710
  content: "\fb2d";
4691
4711
  }
@@ -4914,10 +4934,18 @@
4914
4934
  content: "\f098";
4915
4935
  }
4916
4936
 
4937
+ .ti-chart-dots-filled:before {
4938
+ content: "\fd04";
4939
+ }
4940
+
4917
4941
  .ti-chart-grid-dots:before {
4918
4942
  content: "\f4c2";
4919
4943
  }
4920
4944
 
4945
+ .ti-chart-grid-dots-filled:before {
4946
+ content: "\fd05";
4947
+ }
4948
+
4921
4949
  .ti-chart-histogram:before {
4922
4950
  content: "\f65c";
4923
4951
  }
@@ -6114,14 +6142,30 @@
6114
6142
  content: "\f2be";
6115
6143
  }
6116
6144
 
6145
+ .ti-coin-bitcoin-filled:before {
6146
+ content: "\fd06";
6147
+ }
6148
+
6117
6149
  .ti-coin-euro:before {
6118
6150
  content: "\f2bf";
6119
6151
  }
6120
6152
 
6153
+ .ti-coin-euro-filled:before {
6154
+ content: "\fd07";
6155
+ }
6156
+
6157
+ .ti-coin-filled:before {
6158
+ content: "\fd08";
6159
+ }
6160
+
6121
6161
  .ti-coin-monero:before {
6122
6162
  content: "\f4a0";
6123
6163
  }
6124
6164
 
6165
+ .ti-coin-monero-filled:before {
6166
+ content: "\fd09";
6167
+ }
6168
+
6125
6169
  .ti-coin-off:before {
6126
6170
  content: "\f0d1";
6127
6171
  }
@@ -6130,18 +6174,42 @@
6130
6174
  content: "\f2c0";
6131
6175
  }
6132
6176
 
6177
+ .ti-coin-pound-filled:before {
6178
+ content: "\fd0a";
6179
+ }
6180
+
6133
6181
  .ti-coin-rupee:before {
6134
6182
  content: "\f2c1";
6135
6183
  }
6136
6184
 
6185
+ .ti-coin-rupee-filled:before {
6186
+ content: "\fd0b";
6187
+ }
6188
+
6189
+ .ti-coin-taka:before {
6190
+ content: "\fd0d";
6191
+ }
6192
+
6193
+ .ti-coin-taka-filled:before {
6194
+ content: "\fd0c";
6195
+ }
6196
+
6137
6197
  .ti-coin-yen:before {
6138
6198
  content: "\f2c2";
6139
6199
  }
6140
6200
 
6201
+ .ti-coin-yen-filled:before {
6202
+ content: "\fd0e";
6203
+ }
6204
+
6141
6205
  .ti-coin-yuan:before {
6142
6206
  content: "\f2c3";
6143
6207
  }
6144
6208
 
6209
+ .ti-coin-yuan-filled:before {
6210
+ content: "\fd0f";
6211
+ }
6212
+
6145
6213
  .ti-coins:before {
6146
6214
  content: "\f65d";
6147
6215
  }
@@ -6214,6 +6282,10 @@
6214
6282
  content: "\ea79";
6215
6283
  }
6216
6284
 
6285
+ .ti-compass-filled:before {
6286
+ content: "\fd10";
6287
+ }
6288
+
6217
6289
  .ti-compass-off:before {
6218
6290
  content: "\f0d5";
6219
6291
  }
@@ -6442,6 +6514,10 @@
6442
6514
  content: "\ea84";
6443
6515
  }
6444
6516
 
6517
+ .ti-credit-card-filled:before {
6518
+ content: "\fd11";
6519
+ }
6520
+
6445
6521
  .ti-credit-card-off:before {
6446
6522
  content: "\ed11";
6447
6523
  }
@@ -9194,10 +9270,18 @@
9194
9270
  content: "\ef60";
9195
9271
  }
9196
9272
 
9273
+ .ti-flask-2-filled:before {
9274
+ content: "\fd12";
9275
+ }
9276
+
9197
9277
  .ti-flask-2-off:before {
9198
9278
  content: "\f12f";
9199
9279
  }
9200
9280
 
9281
+ .ti-flask-filled:before {
9282
+ content: "\fd13";
9283
+ }
9284
+
9201
9285
  .ti-flask-off:before {
9202
9286
  content: "\f130";
9203
9287
  }
@@ -9622,6 +9706,10 @@
9622
9706
  content: "\fc2d";
9623
9707
  }
9624
9708
 
9709
+ .ti-gift-filled:before {
9710
+ content: "\fd14";
9711
+ }
9712
+
9625
9713
  .ti-gift-off:before {
9626
9714
  content: "\f3f3";
9627
9715
  }
@@ -9726,6 +9814,10 @@
9726
9814
  content: "\f288";
9727
9815
  }
9728
9816
 
9817
+ .ti-graph-filled:before {
9818
+ content: "\fd15";
9819
+ }
9820
+
9729
9821
  .ti-graph-off:before {
9730
9822
  content: "\f3f4";
9731
9823
  }
@@ -11546,10 +11638,18 @@
11546
11638
  content: "\eade";
11547
11639
  }
11548
11640
 
11641
+ .ti-link-minus:before {
11642
+ content: "\fd16";
11643
+ }
11644
+
11549
11645
  .ti-link-off:before {
11550
11646
  content: "\f402";
11551
11647
  }
11552
11648
 
11649
+ .ti-link-plus:before {
11650
+ content: "\fd17";
11651
+ }
11652
+
11553
11653
  .ti-list:before {
11554
11654
  content: "\eb6b";
11555
11655
  }
@@ -17846,6 +17946,10 @@
17846
17946
  content: "\f662";
17847
17947
  }
17848
17948
 
17949
+ .ti-timeline-event-filled:before {
17950
+ content: "\fd18";
17951
+ }
17952
+
17849
17953
  .ti-timeline-event-minus:before {
17850
17954
  content: "\f663";
17851
17955
  }
@@ -18314,6 +18418,10 @@
18314
18418
  content: "\ec12";
18315
18419
  }
18316
18420
 
18421
+ .ti-user-filled:before {
18422
+ content: "\fd19";
18423
+ }
18424
+
18317
18425
  .ti-user-heart:before {
18318
18426
  content: "\f7cd";
18319
18427
  }