@tabler/icons-webfont 2.24.0 → 2.25.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.24.0",
3
+ "version": "2.25.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.24.0"
38
+ "@tabler/icons": "2.25.0"
26
39
  },
27
40
  "keywords": [
28
41
  "icons",
@@ -35,18 +48,5 @@
35
48
  ],
36
49
  "devDependencies": {
37
50
  "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.24.0 by tabler - https://tabler.io
2
+ * Tabler Icons 2.25.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.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");
9
+ src: url("./fonts/tabler-icons.eot?v2.25.0");
10
+ src: url("./fonts/tabler-icons.eot?#iefix-v2.25.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.25.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.25.0") format("truetype");
11
11
  }
12
12
  .ti {
13
13
  font-family: "tabler-icons" !important;
@@ -262,6 +262,10 @@
262
262
  content: "\f542";
263
263
  }
264
264
 
265
+ .ti-air-traffic-control:before {
266
+ content: "\fb01";
267
+ }
268
+
265
269
  .ti-alarm:before {
266
270
  content: "\ea04";
267
271
  }
@@ -3586,6 +3590,10 @@
3586
3590
  content: "\f5a3";
3587
3591
  }
3588
3592
 
3593
+ .ti-brand-threads:before {
3594
+ content: "\fb02";
3595
+ }
3596
+
3589
3597
  .ti-brand-threejs:before {
3590
3598
  content: "\f5f0";
3591
3599
  }
@@ -3850,6 +3858,10 @@
3850
3858
  content: "\ea46";
3851
3859
  }
3852
3860
 
3861
+ .ti-briefcase-2:before {
3862
+ content: "\fb03";
3863
+ }
3864
+
3853
3865
  .ti-briefcase-off:before {
3854
3866
  content: "\f3cc";
3855
3867
  }
@@ -7938,6 +7950,18 @@
7938
7950
  content: "\f122";
7939
7951
  }
7940
7952
 
7953
+ .ti-escalator:before {
7954
+ content: "\fb06";
7955
+ }
7956
+
7957
+ .ti-escalator-down:before {
7958
+ content: "\fb04";
7959
+ }
7960
+
7961
+ .ti-escalator-up:before {
7962
+ content: "\fb05";
7963
+ }
7964
+
7941
7965
  .ti-exchange:before {
7942
7966
  content: "\ebe7";
7943
7967
  }
@@ -8326,6 +8350,98 @@
8326
8350
  content: "\f040";
8327
8351
  }
8328
8352
 
8353
+ .ti-file-type-bmp:before {
8354
+ content: "\fb07";
8355
+ }
8356
+
8357
+ .ti-file-type-css:before {
8358
+ content: "\fb08";
8359
+ }
8360
+
8361
+ .ti-file-type-csv:before {
8362
+ content: "\fb09";
8363
+ }
8364
+
8365
+ .ti-file-type-doc:before {
8366
+ content: "\fb0a";
8367
+ }
8368
+
8369
+ .ti-file-type-docx:before {
8370
+ content: "\fb0b";
8371
+ }
8372
+
8373
+ .ti-file-type-html:before {
8374
+ content: "\fb0c";
8375
+ }
8376
+
8377
+ .ti-file-type-jpg:before {
8378
+ content: "\fb0d";
8379
+ }
8380
+
8381
+ .ti-file-type-js:before {
8382
+ content: "\fb0e";
8383
+ }
8384
+
8385
+ .ti-file-type-jsx:before {
8386
+ content: "\fb0f";
8387
+ }
8388
+
8389
+ .ti-file-type-pdf:before {
8390
+ content: "\fb10";
8391
+ }
8392
+
8393
+ .ti-file-type-php:before {
8394
+ content: "\fb11";
8395
+ }
8396
+
8397
+ .ti-file-type-png:before {
8398
+ content: "\fb12";
8399
+ }
8400
+
8401
+ .ti-file-type-ppt:before {
8402
+ content: "\fb13";
8403
+ }
8404
+
8405
+ .ti-file-type-rs:before {
8406
+ content: "\fb14";
8407
+ }
8408
+
8409
+ .ti-file-type-sql:before {
8410
+ content: "\fb15";
8411
+ }
8412
+
8413
+ .ti-file-type-svg:before {
8414
+ content: "\fb16";
8415
+ }
8416
+
8417
+ .ti-file-type-ts:before {
8418
+ content: "\fb17";
8419
+ }
8420
+
8421
+ .ti-file-type-tsx:before {
8422
+ content: "\fb18";
8423
+ }
8424
+
8425
+ .ti-file-type-txt:before {
8426
+ content: "\fb19";
8427
+ }
8428
+
8429
+ .ti-file-type-vue:before {
8430
+ content: "\fb1a";
8431
+ }
8432
+
8433
+ .ti-file-type-xls:before {
8434
+ content: "\fb1b";
8435
+ }
8436
+
8437
+ .ti-file-type-xml:before {
8438
+ content: "\fb1c";
8439
+ }
8440
+
8441
+ .ti-file-type-zip:before {
8442
+ content: "\fb1d";
8443
+ }
8444
+
8329
8445
  .ti-file-typography:before {
8330
8446
  content: "\f041";
8331
8447
  }
@@ -13166,6 +13282,10 @@
13166
13282
  content: "\f188";
13167
13283
  }
13168
13284
 
13285
+ .ti-quotes:before {
13286
+ content: "\fb1e";
13287
+ }
13288
+
13169
13289
  .ti-radar:before {
13170
13290
  content: "\f017";
13171
13291
  }