@tabler/icons-webfont 2.4.0 → 2.6.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.4.0",
3
+ "version": "2.6.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": {
@@ -16,13 +16,13 @@
16
16
  "directory": "packages/icons-webfont"
17
17
  },
18
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",
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
20
  "build:prepare": "mkdir -p icons-outlined fonts && rm -fd icons-outlined/* fonts/*",
21
21
  "build:outline": "node .build/build-outline.mjs",
22
22
  "build:optimize": "svgo icons-outlined/*",
23
23
  "build:fix-outline": "fontforge -lang=py -script .build/fix-outline.py",
24
24
  "build:webfont": "rm -fd fonts/* && node .build/build-webfont.mjs",
25
- "build:css": "scss tabler-icons.scss tabler-icons.css --style expanded && scss tabler-icons.scss tabler-icons.min.css --style compressed",
25
+ "build:css": "sass tabler-icons.scss tabler-icons.css --style expanded && sass tabler-icons.scss tabler-icons.min.css --style compressed",
26
26
  "build:clean": "rm -rf ./icons-outlined",
27
27
  "clean": "rm -rf ./iconfont",
28
28
  "copy": "pnpm run copy:license",
@@ -38,7 +38,7 @@
38
38
  ]
39
39
  },
40
40
  "dependencies": {
41
- "@tabler/icons": "2.4.0"
41
+ "@tabler/icons": "2.6.0"
42
42
  },
43
43
  "keywords": [
44
44
  "icons",
package/tabler-icons.css CHANGED
@@ -1,13 +1,13 @@
1
1
  /*!
2
- * Tabler Icons 2.4.0 by tabler - https://tabler.io
2
+ * Tabler Icons 2.6.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.4.0");
10
- src: url("./fonts/tabler-icons.eot?#iefix-v2.4.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.4.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.4.0") format("truetype");
9
+ src: url("./fonts/tabler-icons.eot?v2.6.0");
10
+ src: url("./fonts/tabler-icons.eot?#iefix-v2.6.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.6.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.6.0") format("truetype");
11
11
  }
12
12
  .ti {
13
13
  font-family: "tabler-icons" !important;
@@ -114,6 +114,14 @@
114
114
  content: "\ef1f";
115
115
  }
116
116
 
117
+ .ti-ad-circle:before {
118
+ content: "\f79e";
119
+ }
120
+
121
+ .ti-ad-circle-off:before {
122
+ content: "\f79d";
123
+ }
124
+
117
125
  .ti-ad-filled:before {
118
126
  content: "\f6eb";
119
127
  }
@@ -274,6 +282,10 @@
274
282
  content: "\f710";
275
283
  }
276
284
 
285
+ .ti-align-box-center-middle:before {
286
+ content: "\f79f";
287
+ }
288
+
277
289
  .ti-align-box-left-bottom:before {
278
290
  content: "\f533";
279
291
  }
@@ -1850,6 +1862,10 @@
1850
1862
  content: "\ea3c";
1851
1863
  }
1852
1864
 
1865
+ .ti-border-corners:before {
1866
+ content: "\f7a0";
1867
+ }
1868
+
1853
1869
  .ti-border-horizontal:before {
1854
1870
  content: "\ea3d";
1855
1871
  }
@@ -1878,6 +1894,10 @@
1878
1894
  content: "\ea42";
1879
1895
  }
1880
1896
 
1897
+ .ti-border-sides:before {
1898
+ content: "\f7a1";
1899
+ }
1900
+
1881
1901
  .ti-border-style:before {
1882
1902
  content: "\ee0a";
1883
1903
  }
@@ -2094,6 +2114,10 @@
2094
2114
  content: "\f390";
2095
2115
  }
2096
2116
 
2117
+ .ti-brand-alipay:before {
2118
+ content: "\f7a2";
2119
+ }
2120
+
2097
2121
  .ti-brand-alpine-js:before {
2098
2122
  content: "\f324";
2099
2123
  }
@@ -2230,6 +2254,10 @@
2230
2254
  content: "\f003";
2231
2255
  }
2232
2256
 
2257
+ .ti-brand-cake:before {
2258
+ content: "\f7a3";
2259
+ }
2260
+
2233
2261
  .ti-brand-campaignmonitor:before {
2234
2262
  content: "\f328";
2235
2263
  }
@@ -2326,6 +2354,10 @@
2326
2354
  content: "\ef57";
2327
2355
  }
2328
2356
 
2357
+ .ti-brand-deezer:before {
2358
+ content: "\f78b";
2359
+ }
2360
+
2329
2361
  .ti-brand-deliveroo:before {
2330
2362
  content: "\f4d3";
2331
2363
  }
@@ -2434,6 +2466,10 @@
2434
2466
  content: "\ecfd";
2435
2467
  }
2436
2468
 
2469
+ .ti-brand-fiverr:before {
2470
+ content: "\f7a4";
2471
+ }
2472
+
2437
2473
  .ti-brand-flickr:before {
2438
2474
  content: "\ecfe";
2439
2475
  }
@@ -2462,6 +2498,10 @@
2462
2498
  content: "\ec1b";
2463
2499
  }
2464
2500
 
2501
+ .ti-brand-framer-motion:before {
2502
+ content: "\f78c";
2503
+ }
2504
+
2465
2505
  .ti-brand-funimation:before {
2466
2506
  content: "\f655";
2467
2507
  }
@@ -2490,6 +2530,10 @@
2490
2530
  content: "\efa2";
2491
2531
  }
2492
2532
 
2533
+ .ti-brand-golang:before {
2534
+ content: "\f78d";
2535
+ }
2536
+
2493
2537
  .ti-brand-google:before {
2494
2538
  content: "\ec1f";
2495
2539
  }
@@ -2754,6 +2798,10 @@
2754
2798
  content: "\edd0";
2755
2799
  }
2756
2800
 
2801
+ .ti-brand-openai:before {
2802
+ content: "\f78e";
2803
+ }
2804
+
2757
2805
  .ti-brand-openvpn:before {
2758
2806
  content: "\f39a";
2759
2807
  }
@@ -2798,6 +2846,10 @@
2798
2846
  content: "\ec8d";
2799
2847
  }
2800
2848
 
2849
+ .ti-brand-planetscale:before {
2850
+ content: "\f78f";
2851
+ }
2852
+
2801
2853
  .ti-brand-pocket:before {
2802
2854
  content: "\ed00";
2803
2855
  }
@@ -2834,6 +2886,10 @@
2834
2886
  content: "\f606";
2835
2887
  }
2836
2888
 
2889
+ .ti-brand-radix-ui:before {
2890
+ content: "\f790";
2891
+ }
2892
+
2837
2893
  .ti-brand-react:before {
2838
2894
  content: "\f34c";
2839
2895
  }
@@ -2966,6 +3022,10 @@
2966
3022
  content: "\ef74";
2967
3023
  }
2968
3024
 
3025
+ .ti-brand-sugarizer:before {
3026
+ content: "\f7a5";
3027
+ }
3028
+
2969
3029
  .ti-brand-supabase:before {
2970
3030
  content: "\f6d3";
2971
3031
  }
@@ -5186,6 +5246,10 @@
5186
5246
  content: "\f57b";
5187
5247
  }
5188
5248
 
5249
+ .ti-csv:before {
5250
+ content: "\f791";
5251
+ }
5252
+
5189
5253
  .ti-cube-send:before {
5190
5254
  content: "\f61b";
5191
5255
  }
@@ -5362,6 +5426,10 @@
5362
5426
  content: "\ee62";
5363
5427
  }
5364
5428
 
5429
+ .ti-currency-nano:before {
5430
+ content: "\f7a6";
5431
+ }
5432
+
5365
5433
  .ti-currency-off:before {
5366
5434
  content: "\f3de";
5367
5435
  }
@@ -5602,6 +5670,10 @@
5602
5670
  content: "\f060";
5603
5671
  }
5604
5672
 
5673
+ .ti-device-imac:before {
5674
+ content: "\f7a7";
5675
+ }
5676
+
5605
5677
  .ti-device-ipad:before {
5606
5678
  content: "\f648";
5607
5679
  }
@@ -5654,6 +5726,10 @@
5654
5726
  content: "\f111";
5655
5727
  }
5656
5728
 
5729
+ .ti-device-remote:before {
5730
+ content: "\f792";
5731
+ }
5732
+
5657
5733
  .ti-device-sd-card:before {
5658
5734
  content: "\f384";
5659
5735
  }
@@ -6558,6 +6634,10 @@
6558
6634
  content: "\ed2c";
6559
6635
  }
6560
6636
 
6637
+ .ti-filters:before {
6638
+ content: "\f793";
6639
+ }
6640
+
6561
6641
  .ti-fingerprint:before {
6562
6642
  content: "\ebd1";
6563
6643
  }
@@ -7310,6 +7390,14 @@
7310
7390
  content: "\eabf";
7311
7391
  }
7312
7392
 
7393
+ .ti-help-hexagon:before {
7394
+ content: "\f7a8";
7395
+ }
7396
+
7397
+ .ti-help-octagon:before {
7398
+ content: "\f7a9";
7399
+ }
7400
+
7313
7401
  .ti-help-off:before {
7314
7402
  content: "\f3f8";
7315
7403
  }
@@ -7786,6 +7874,14 @@
7786
7874
  content: "\f6d8";
7787
7875
  }
7788
7876
 
7877
+ .ti-info-hexagon:before {
7878
+ content: "\f7aa";
7879
+ }
7880
+
7881
+ .ti-info-octagon:before {
7882
+ content: "\f7ab";
7883
+ }
7884
+
7789
7885
  .ti-info-square:before {
7790
7886
  content: "\eac6";
7791
7887
  }
@@ -8354,6 +8450,10 @@
8354
8450
  content: "\f154";
8355
8451
  }
8356
8452
 
8453
+ .ti-lighter:before {
8454
+ content: "\f794";
8455
+ }
8456
+
8357
8457
  .ti-line:before {
8358
8458
  content: "\ec40";
8359
8459
  }
@@ -8618,6 +8718,10 @@
8618
8718
  content: "\ecf3";
8619
8719
  }
8620
8720
 
8721
+ .ti-map-pin-share:before {
8722
+ content: "\f795";
8723
+ }
8724
+
8621
8725
  .ti-map-pins:before {
8622
8726
  content: "\ed5e";
8623
8727
  }
@@ -9594,6 +9698,10 @@
9594
9698
  content: "\f419";
9595
9699
  }
9596
9700
 
9701
+ .ti-pdf:before {
9702
+ content: "\f7ac";
9703
+ }
9704
+
9597
9705
  .ti-peace:before {
9598
9706
  content: "\ecbe";
9599
9707
  }
@@ -9754,6 +9862,18 @@
9754
9862
  content: "\f364";
9755
9863
  }
9756
9864
 
9865
+ .ti-photo-sensor:before {
9866
+ content: "\f798";
9867
+ }
9868
+
9869
+ .ti-photo-sensor-2:before {
9870
+ content: "\f796";
9871
+ }
9872
+
9873
+ .ti-photo-sensor-3:before {
9874
+ content: "\f797";
9875
+ }
9876
+
9757
9877
  .ti-photo-shield:before {
9758
9878
  content: "\f365";
9759
9879
  }
@@ -10038,6 +10158,14 @@
10038
10158
  content: "\eb0b";
10039
10159
  }
10040
10160
 
10161
+ .ti-plus-equal:before {
10162
+ content: "\f7ad";
10163
+ }
10164
+
10165
+ .ti-plus-minus:before {
10166
+ content: "\f7ae";
10167
+ }
10168
+
10041
10169
  .ti-png:before {
10042
10170
  content: "\f3ad";
10043
10171
  }
@@ -10922,6 +11050,10 @@
10922
11050
  content: "\eb21";
10923
11051
  }
10924
11052
 
11053
+ .ti-share-2:before {
11054
+ content: "\f799";
11055
+ }
11056
+
10925
11057
  .ti-share-off:before {
10926
11058
  content: "\f1a1";
10927
11059
  }
@@ -11058,6 +11190,10 @@
11058
11190
  content: "\f6a2";
11059
11191
  }
11060
11192
 
11193
+ .ti-signal-2g:before {
11194
+ content: "\f79a";
11195
+ }
11196
+
11061
11197
  .ti-signal-3g:before {
11062
11198
  content: "\f1ee";
11063
11199
  }
@@ -12474,6 +12610,10 @@
12474
12610
  content: "\f51b";
12475
12611
  }
12476
12612
 
12613
+ .ti-theater:before {
12614
+ content: "\f79b";
12615
+ }
12616
+
12477
12617
  .ti-thermometer:before {
12478
12618
  content: "\ef67";
12479
12619
  }
@@ -13134,6 +13274,10 @@
13134
13274
  content: "\f43b";
13135
13275
  }
13136
13276
 
13277
+ .ti-volcano:before {
13278
+ content: "\f79c";
13279
+ }
13280
+
13137
13281
  .ti-volume:before {
13138
13282
  content: "\eb51";
13139
13283
  }