@tabler/icons-webfont 2.37.0 → 2.38.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.
- package/fonts/tabler-icons.eot +0 -0
- package/fonts/tabler-icons.ttf +0 -0
- package/fonts/tabler-icons.woff +0 -0
- package/fonts/tabler-icons.woff2 +0 -0
- package/package.json +16 -16
- package/tabler-icons.css +227 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +506 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +117 -5
package/fonts/tabler-icons.eot
CHANGED
|
Binary file
|
package/fonts/tabler-icons.ttf
CHANGED
|
Binary file
|
package/fonts/tabler-icons.woff
CHANGED
|
Binary file
|
package/fonts/tabler-icons.woff2
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons-webfont",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.38.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.
|
|
25
|
+
"@tabler/icons": "2.38.0"
|
|
39
26
|
},
|
|
40
27
|
"keywords": [
|
|
41
28
|
"icons",
|
|
@@ -49,5 +36,18 @@
|
|
|
49
36
|
"devDependencies": {
|
|
50
37
|
"sass": "^1.68.0",
|
|
51
38
|
"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.
|
|
2
|
+
* Tabler Icons 2.38.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.
|
|
10
|
-
src: url("./fonts/tabler-icons.eot?#iefix-v2.
|
|
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");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -11278,14 +11278,26 @@
|
|
|
11278
11278
|
content: "\ec50";
|
|
11279
11279
|
}
|
|
11280
11280
|
|
|
11281
|
+
.ti-letter-a-small:before {
|
|
11282
|
+
content: "\fcc7";
|
|
11283
|
+
}
|
|
11284
|
+
|
|
11281
11285
|
.ti-letter-b:before {
|
|
11282
11286
|
content: "\ec51";
|
|
11283
11287
|
}
|
|
11284
11288
|
|
|
11289
|
+
.ti-letter-b-small:before {
|
|
11290
|
+
content: "\fcc8";
|
|
11291
|
+
}
|
|
11292
|
+
|
|
11285
11293
|
.ti-letter-c:before {
|
|
11286
11294
|
content: "\ec52";
|
|
11287
11295
|
}
|
|
11288
11296
|
|
|
11297
|
+
.ti-letter-c-small:before {
|
|
11298
|
+
content: "\fcc9";
|
|
11299
|
+
}
|
|
11300
|
+
|
|
11289
11301
|
.ti-letter-case:before {
|
|
11290
11302
|
content: "\eea5";
|
|
11291
11303
|
}
|
|
@@ -11306,66 +11318,130 @@
|
|
|
11306
11318
|
content: "\ec53";
|
|
11307
11319
|
}
|
|
11308
11320
|
|
|
11321
|
+
.ti-letter-d-small:before {
|
|
11322
|
+
content: "\fcca";
|
|
11323
|
+
}
|
|
11324
|
+
|
|
11309
11325
|
.ti-letter-e:before {
|
|
11310
11326
|
content: "\ec54";
|
|
11311
11327
|
}
|
|
11312
11328
|
|
|
11329
|
+
.ti-letter-e-small:before {
|
|
11330
|
+
content: "\fccb";
|
|
11331
|
+
}
|
|
11332
|
+
|
|
11313
11333
|
.ti-letter-f:before {
|
|
11314
11334
|
content: "\ec55";
|
|
11315
11335
|
}
|
|
11316
11336
|
|
|
11337
|
+
.ti-letter-f-small:before {
|
|
11338
|
+
content: "\fccc";
|
|
11339
|
+
}
|
|
11340
|
+
|
|
11317
11341
|
.ti-letter-g:before {
|
|
11318
11342
|
content: "\ec56";
|
|
11319
11343
|
}
|
|
11320
11344
|
|
|
11345
|
+
.ti-letter-g-small:before {
|
|
11346
|
+
content: "\fccd";
|
|
11347
|
+
}
|
|
11348
|
+
|
|
11321
11349
|
.ti-letter-h:before {
|
|
11322
11350
|
content: "\ec57";
|
|
11323
11351
|
}
|
|
11324
11352
|
|
|
11353
|
+
.ti-letter-h-small:before {
|
|
11354
|
+
content: "\fcce";
|
|
11355
|
+
}
|
|
11356
|
+
|
|
11325
11357
|
.ti-letter-i:before {
|
|
11326
11358
|
content: "\ec58";
|
|
11327
11359
|
}
|
|
11328
11360
|
|
|
11361
|
+
.ti-letter-i-small:before {
|
|
11362
|
+
content: "\fccf";
|
|
11363
|
+
}
|
|
11364
|
+
|
|
11329
11365
|
.ti-letter-j:before {
|
|
11330
11366
|
content: "\ec59";
|
|
11331
11367
|
}
|
|
11332
11368
|
|
|
11369
|
+
.ti-letter-j-small:before {
|
|
11370
|
+
content: "\fcd0";
|
|
11371
|
+
}
|
|
11372
|
+
|
|
11333
11373
|
.ti-letter-k:before {
|
|
11334
11374
|
content: "\ec5a";
|
|
11335
11375
|
}
|
|
11336
11376
|
|
|
11377
|
+
.ti-letter-k-small:before {
|
|
11378
|
+
content: "\fcd1";
|
|
11379
|
+
}
|
|
11380
|
+
|
|
11337
11381
|
.ti-letter-l:before {
|
|
11338
11382
|
content: "\ec5b";
|
|
11339
11383
|
}
|
|
11340
11384
|
|
|
11385
|
+
.ti-letter-l-small:before {
|
|
11386
|
+
content: "\fcd2";
|
|
11387
|
+
}
|
|
11388
|
+
|
|
11341
11389
|
.ti-letter-m:before {
|
|
11342
11390
|
content: "\ec5c";
|
|
11343
11391
|
}
|
|
11344
11392
|
|
|
11393
|
+
.ti-letter-m-small:before {
|
|
11394
|
+
content: "\fcd3";
|
|
11395
|
+
}
|
|
11396
|
+
|
|
11345
11397
|
.ti-letter-n:before {
|
|
11346
11398
|
content: "\ec5d";
|
|
11347
11399
|
}
|
|
11348
11400
|
|
|
11401
|
+
.ti-letter-n-small:before {
|
|
11402
|
+
content: "\fcd4";
|
|
11403
|
+
}
|
|
11404
|
+
|
|
11349
11405
|
.ti-letter-o:before {
|
|
11350
11406
|
content: "\ec5e";
|
|
11351
11407
|
}
|
|
11352
11408
|
|
|
11409
|
+
.ti-letter-o-small:before {
|
|
11410
|
+
content: "\fcd5";
|
|
11411
|
+
}
|
|
11412
|
+
|
|
11353
11413
|
.ti-letter-p:before {
|
|
11354
11414
|
content: "\ec5f";
|
|
11355
11415
|
}
|
|
11356
11416
|
|
|
11417
|
+
.ti-letter-p-small:before {
|
|
11418
|
+
content: "\fcd6";
|
|
11419
|
+
}
|
|
11420
|
+
|
|
11357
11421
|
.ti-letter-q:before {
|
|
11358
11422
|
content: "\ec60";
|
|
11359
11423
|
}
|
|
11360
11424
|
|
|
11425
|
+
.ti-letter-q-small:before {
|
|
11426
|
+
content: "\fcd7";
|
|
11427
|
+
}
|
|
11428
|
+
|
|
11361
11429
|
.ti-letter-r:before {
|
|
11362
11430
|
content: "\ec61";
|
|
11363
11431
|
}
|
|
11364
11432
|
|
|
11433
|
+
.ti-letter-r-small:before {
|
|
11434
|
+
content: "\fcd8";
|
|
11435
|
+
}
|
|
11436
|
+
|
|
11365
11437
|
.ti-letter-s:before {
|
|
11366
11438
|
content: "\ec62";
|
|
11367
11439
|
}
|
|
11368
11440
|
|
|
11441
|
+
.ti-letter-s-small:before {
|
|
11442
|
+
content: "\fcd9";
|
|
11443
|
+
}
|
|
11444
|
+
|
|
11369
11445
|
.ti-letter-spacing:before {
|
|
11370
11446
|
content: "\eea6";
|
|
11371
11447
|
}
|
|
@@ -11374,30 +11450,58 @@
|
|
|
11374
11450
|
content: "\ec63";
|
|
11375
11451
|
}
|
|
11376
11452
|
|
|
11453
|
+
.ti-letter-t-small:before {
|
|
11454
|
+
content: "\fcda";
|
|
11455
|
+
}
|
|
11456
|
+
|
|
11377
11457
|
.ti-letter-u:before {
|
|
11378
11458
|
content: "\ec64";
|
|
11379
11459
|
}
|
|
11380
11460
|
|
|
11461
|
+
.ti-letter-u-small:before {
|
|
11462
|
+
content: "\fcdb";
|
|
11463
|
+
}
|
|
11464
|
+
|
|
11381
11465
|
.ti-letter-v:before {
|
|
11382
11466
|
content: "\ec65";
|
|
11383
11467
|
}
|
|
11384
11468
|
|
|
11469
|
+
.ti-letter-v-small:before {
|
|
11470
|
+
content: "\fcdc";
|
|
11471
|
+
}
|
|
11472
|
+
|
|
11385
11473
|
.ti-letter-w:before {
|
|
11386
11474
|
content: "\ec66";
|
|
11387
11475
|
}
|
|
11388
11476
|
|
|
11477
|
+
.ti-letter-w-small:before {
|
|
11478
|
+
content: "\fcdd";
|
|
11479
|
+
}
|
|
11480
|
+
|
|
11389
11481
|
.ti-letter-x:before {
|
|
11390
11482
|
content: "\ec67";
|
|
11391
11483
|
}
|
|
11392
11484
|
|
|
11485
|
+
.ti-letter-x-small:before {
|
|
11486
|
+
content: "\fcde";
|
|
11487
|
+
}
|
|
11488
|
+
|
|
11393
11489
|
.ti-letter-y:before {
|
|
11394
11490
|
content: "\ec68";
|
|
11395
11491
|
}
|
|
11396
11492
|
|
|
11493
|
+
.ti-letter-y-small:before {
|
|
11494
|
+
content: "\fcdf";
|
|
11495
|
+
}
|
|
11496
|
+
|
|
11397
11497
|
.ti-letter-z:before {
|
|
11398
11498
|
content: "\ec69";
|
|
11399
11499
|
}
|
|
11400
11500
|
|
|
11501
|
+
.ti-letter-z-small:before {
|
|
11502
|
+
content: "\fce0";
|
|
11503
|
+
}
|
|
11504
|
+
|
|
11401
11505
|
.ti-license:before {
|
|
11402
11506
|
content: "\ebc0";
|
|
11403
11507
|
}
|
|
@@ -13386,42 +13490,162 @@
|
|
|
13386
13490
|
content: "\edf0";
|
|
13387
13491
|
}
|
|
13388
13492
|
|
|
13493
|
+
.ti-number-0-small:before {
|
|
13494
|
+
content: "\fce1";
|
|
13495
|
+
}
|
|
13496
|
+
|
|
13389
13497
|
.ti-number-1:before {
|
|
13390
13498
|
content: "\edf1";
|
|
13391
13499
|
}
|
|
13392
13500
|
|
|
13501
|
+
.ti-number-1-small:before {
|
|
13502
|
+
content: "\fce2";
|
|
13503
|
+
}
|
|
13504
|
+
|
|
13505
|
+
.ti-number-10-small:before {
|
|
13506
|
+
content: "\fce3";
|
|
13507
|
+
}
|
|
13508
|
+
|
|
13509
|
+
.ti-number-11-small:before {
|
|
13510
|
+
content: "\fce4";
|
|
13511
|
+
}
|
|
13512
|
+
|
|
13513
|
+
.ti-number-12-small:before {
|
|
13514
|
+
content: "\fce5";
|
|
13515
|
+
}
|
|
13516
|
+
|
|
13517
|
+
.ti-number-13-small:before {
|
|
13518
|
+
content: "\fce6";
|
|
13519
|
+
}
|
|
13520
|
+
|
|
13521
|
+
.ti-number-14-small:before {
|
|
13522
|
+
content: "\fce7";
|
|
13523
|
+
}
|
|
13524
|
+
|
|
13525
|
+
.ti-number-15-small:before {
|
|
13526
|
+
content: "\fce8";
|
|
13527
|
+
}
|
|
13528
|
+
|
|
13529
|
+
.ti-number-16-small:before {
|
|
13530
|
+
content: "\fce9";
|
|
13531
|
+
}
|
|
13532
|
+
|
|
13533
|
+
.ti-number-17-small:before {
|
|
13534
|
+
content: "\fcea";
|
|
13535
|
+
}
|
|
13536
|
+
|
|
13537
|
+
.ti-number-18-small:before {
|
|
13538
|
+
content: "\fceb";
|
|
13539
|
+
}
|
|
13540
|
+
|
|
13541
|
+
.ti-number-19-small:before {
|
|
13542
|
+
content: "\fcec";
|
|
13543
|
+
}
|
|
13544
|
+
|
|
13393
13545
|
.ti-number-2:before {
|
|
13394
13546
|
content: "\edf2";
|
|
13395
13547
|
}
|
|
13396
13548
|
|
|
13549
|
+
.ti-number-2-small:before {
|
|
13550
|
+
content: "\fced";
|
|
13551
|
+
}
|
|
13552
|
+
|
|
13553
|
+
.ti-number-20-small:before {
|
|
13554
|
+
content: "\fcee";
|
|
13555
|
+
}
|
|
13556
|
+
|
|
13557
|
+
.ti-number-21-small:before {
|
|
13558
|
+
content: "\fcef";
|
|
13559
|
+
}
|
|
13560
|
+
|
|
13561
|
+
.ti-number-22-small:before {
|
|
13562
|
+
content: "\fcf0";
|
|
13563
|
+
}
|
|
13564
|
+
|
|
13565
|
+
.ti-number-23-small:before {
|
|
13566
|
+
content: "\fcf1";
|
|
13567
|
+
}
|
|
13568
|
+
|
|
13569
|
+
.ti-number-24-small:before {
|
|
13570
|
+
content: "\fcf2";
|
|
13571
|
+
}
|
|
13572
|
+
|
|
13573
|
+
.ti-number-25-small:before {
|
|
13574
|
+
content: "\fcf3";
|
|
13575
|
+
}
|
|
13576
|
+
|
|
13577
|
+
.ti-number-26-small:before {
|
|
13578
|
+
content: "\fcf4";
|
|
13579
|
+
}
|
|
13580
|
+
|
|
13581
|
+
.ti-number-27-small:before {
|
|
13582
|
+
content: "\fcf5";
|
|
13583
|
+
}
|
|
13584
|
+
|
|
13585
|
+
.ti-number-28-small:before {
|
|
13586
|
+
content: "\fcf6";
|
|
13587
|
+
}
|
|
13588
|
+
|
|
13589
|
+
.ti-number-29-small:before {
|
|
13590
|
+
content: "\fcf7";
|
|
13591
|
+
}
|
|
13592
|
+
|
|
13397
13593
|
.ti-number-3:before {
|
|
13398
13594
|
content: "\edf3";
|
|
13399
13595
|
}
|
|
13400
13596
|
|
|
13597
|
+
.ti-number-3-small:before {
|
|
13598
|
+
content: "\fcf8";
|
|
13599
|
+
}
|
|
13600
|
+
|
|
13401
13601
|
.ti-number-4:before {
|
|
13402
13602
|
content: "\edf4";
|
|
13403
13603
|
}
|
|
13404
13604
|
|
|
13605
|
+
.ti-number-4-small:before {
|
|
13606
|
+
content: "\fcf9";
|
|
13607
|
+
}
|
|
13608
|
+
|
|
13405
13609
|
.ti-number-5:before {
|
|
13406
13610
|
content: "\edf5";
|
|
13407
13611
|
}
|
|
13408
13612
|
|
|
13613
|
+
.ti-number-5-small:before {
|
|
13614
|
+
content: "\fcfa";
|
|
13615
|
+
}
|
|
13616
|
+
|
|
13409
13617
|
.ti-number-6:before {
|
|
13410
13618
|
content: "\edf6";
|
|
13411
13619
|
}
|
|
13412
13620
|
|
|
13621
|
+
.ti-number-6-small:before {
|
|
13622
|
+
content: "\fcfb";
|
|
13623
|
+
}
|
|
13624
|
+
|
|
13413
13625
|
.ti-number-7:before {
|
|
13414
13626
|
content: "\edf7";
|
|
13415
13627
|
}
|
|
13416
13628
|
|
|
13629
|
+
.ti-number-7-small:before {
|
|
13630
|
+
content: "\fcfc";
|
|
13631
|
+
}
|
|
13632
|
+
|
|
13417
13633
|
.ti-number-8:before {
|
|
13418
13634
|
content: "\edf8";
|
|
13419
13635
|
}
|
|
13420
13636
|
|
|
13637
|
+
.ti-number-8-small:before {
|
|
13638
|
+
content: "\fcfd";
|
|
13639
|
+
}
|
|
13640
|
+
|
|
13421
13641
|
.ti-number-9:before {
|
|
13422
13642
|
content: "\edf9";
|
|
13423
13643
|
}
|
|
13424
13644
|
|
|
13645
|
+
.ti-number-9-small:before {
|
|
13646
|
+
content: "\fcfe";
|
|
13647
|
+
}
|
|
13648
|
+
|
|
13425
13649
|
.ti-numbers:before {
|
|
13426
13650
|
content: "\f015";
|
|
13427
13651
|
}
|