@tabler/icons-webfont 2.24.0 → 2.26.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 +195 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +434 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +101 -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.26.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
|
+
"@tabler/icons": "2.26.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.
|
|
2
|
+
* Tabler Icons 2.26.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.26.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.26.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.26.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.26.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
|
}
|
|
@@ -2174,6 +2178,10 @@
|
|
|
2174
2178
|
content: "\ed08";
|
|
2175
2179
|
}
|
|
2176
2180
|
|
|
2181
|
+
.ti-bookmarks-filled:before {
|
|
2182
|
+
content: "\fb1f";
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2177
2185
|
.ti-bookmarks-off:before {
|
|
2178
2186
|
content: "\f0bd";
|
|
2179
2187
|
}
|
|
@@ -2262,10 +2270,18 @@
|
|
|
2262
2270
|
content: "\f59d";
|
|
2263
2271
|
}
|
|
2264
2272
|
|
|
2273
|
+
.ti-bounce-left-filled:before {
|
|
2274
|
+
content: "\fb20";
|
|
2275
|
+
}
|
|
2276
|
+
|
|
2265
2277
|
.ti-bounce-right:before {
|
|
2266
2278
|
content: "\f59e";
|
|
2267
2279
|
}
|
|
2268
2280
|
|
|
2281
|
+
.ti-bounce-right-filled:before {
|
|
2282
|
+
content: "\fb21";
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2269
2285
|
.ti-bow:before {
|
|
2270
2286
|
content: "\f096";
|
|
2271
2287
|
}
|
|
@@ -2274,6 +2290,10 @@
|
|
|
2274
2290
|
content: "\f4fa";
|
|
2275
2291
|
}
|
|
2276
2292
|
|
|
2293
|
+
.ti-bowl-filled:before {
|
|
2294
|
+
content: "\fb22";
|
|
2295
|
+
}
|
|
2296
|
+
|
|
2277
2297
|
.ti-box:before {
|
|
2278
2298
|
content: "\ea45";
|
|
2279
2299
|
}
|
|
@@ -3586,6 +3606,10 @@
|
|
|
3586
3606
|
content: "\f5a3";
|
|
3587
3607
|
}
|
|
3588
3608
|
|
|
3609
|
+
.ti-brand-threads:before {
|
|
3610
|
+
content: "\fb02";
|
|
3611
|
+
}
|
|
3612
|
+
|
|
3589
3613
|
.ti-brand-threejs:before {
|
|
3590
3614
|
content: "\f5f0";
|
|
3591
3615
|
}
|
|
@@ -3850,6 +3874,10 @@
|
|
|
3850
3874
|
content: "\ea46";
|
|
3851
3875
|
}
|
|
3852
3876
|
|
|
3877
|
+
.ti-briefcase-2:before {
|
|
3878
|
+
content: "\fb03";
|
|
3879
|
+
}
|
|
3880
|
+
|
|
3853
3881
|
.ti-briefcase-off:before {
|
|
3854
3882
|
content: "\f3cc";
|
|
3855
3883
|
}
|
|
@@ -3866,6 +3894,10 @@
|
|
|
3866
3894
|
content: "\eb7d";
|
|
3867
3895
|
}
|
|
3868
3896
|
|
|
3897
|
+
.ti-brightness-down-filled:before {
|
|
3898
|
+
content: "\fb23";
|
|
3899
|
+
}
|
|
3900
|
+
|
|
3869
3901
|
.ti-brightness-half:before {
|
|
3870
3902
|
content: "\ee1a";
|
|
3871
3903
|
}
|
|
@@ -3878,6 +3910,10 @@
|
|
|
3878
3910
|
content: "\eb7e";
|
|
3879
3911
|
}
|
|
3880
3912
|
|
|
3913
|
+
.ti-brightness-up-filled:before {
|
|
3914
|
+
content: "\fb24";
|
|
3915
|
+
}
|
|
3916
|
+
|
|
3881
3917
|
.ti-broadcast:before {
|
|
3882
3918
|
content: "\f1e9";
|
|
3883
3919
|
}
|
|
@@ -4082,6 +4118,10 @@
|
|
|
4082
4118
|
content: "\f21b";
|
|
4083
4119
|
}
|
|
4084
4120
|
|
|
4121
|
+
.ti-cactus-filled:before {
|
|
4122
|
+
content: "\fb25";
|
|
4123
|
+
}
|
|
4124
|
+
|
|
4085
4125
|
.ti-cactus-off:before {
|
|
4086
4126
|
content: "\f3cf";
|
|
4087
4127
|
}
|
|
@@ -4098,6 +4138,10 @@
|
|
|
4098
4138
|
content: "\eb80";
|
|
4099
4139
|
}
|
|
4100
4140
|
|
|
4141
|
+
.ti-calculator-filled:before {
|
|
4142
|
+
content: "\fb26";
|
|
4143
|
+
}
|
|
4144
|
+
|
|
4101
4145
|
.ti-calculator-off:before {
|
|
4102
4146
|
content: "\f0c4";
|
|
4103
4147
|
}
|
|
@@ -4146,6 +4190,10 @@
|
|
|
4146
4190
|
content: "\f829";
|
|
4147
4191
|
}
|
|
4148
4192
|
|
|
4193
|
+
.ti-calendar-filled:before {
|
|
4194
|
+
content: "\fb27";
|
|
4195
|
+
}
|
|
4196
|
+
|
|
4149
4197
|
.ti-calendar-heart:before {
|
|
4150
4198
|
content: "\f82a";
|
|
4151
4199
|
}
|
|
@@ -4310,6 +4358,10 @@
|
|
|
4310
4358
|
content: "\f5a7";
|
|
4311
4359
|
}
|
|
4312
4360
|
|
|
4361
|
+
.ti-campfire-filled:before {
|
|
4362
|
+
content: "\fb28";
|
|
4363
|
+
}
|
|
4364
|
+
|
|
4313
4365
|
.ti-candle:before {
|
|
4314
4366
|
content: "\efc6";
|
|
4315
4367
|
}
|
|
@@ -4342,6 +4394,10 @@
|
|
|
4342
4394
|
content: "\ec3c";
|
|
4343
4395
|
}
|
|
4344
4396
|
|
|
4397
|
+
.ti-capture-filled:before {
|
|
4398
|
+
content: "\fb29";
|
|
4399
|
+
}
|
|
4400
|
+
|
|
4345
4401
|
.ti-capture-off:before {
|
|
4346
4402
|
content: "\f0c6";
|
|
4347
4403
|
}
|
|
@@ -4386,18 +4442,34 @@
|
|
|
4386
4442
|
content: "\eb5d";
|
|
4387
4443
|
}
|
|
4388
4444
|
|
|
4445
|
+
.ti-caret-down-filled:before {
|
|
4446
|
+
content: "\fb2a";
|
|
4447
|
+
}
|
|
4448
|
+
|
|
4389
4449
|
.ti-caret-left:before {
|
|
4390
4450
|
content: "\eb5e";
|
|
4391
4451
|
}
|
|
4392
4452
|
|
|
4453
|
+
.ti-caret-left-filled:before {
|
|
4454
|
+
content: "\fb2b";
|
|
4455
|
+
}
|
|
4456
|
+
|
|
4393
4457
|
.ti-caret-right:before {
|
|
4394
4458
|
content: "\eb5f";
|
|
4395
4459
|
}
|
|
4396
4460
|
|
|
4461
|
+
.ti-caret-right-filled:before {
|
|
4462
|
+
content: "\fb2c";
|
|
4463
|
+
}
|
|
4464
|
+
|
|
4397
4465
|
.ti-caret-up:before {
|
|
4398
4466
|
content: "\eb60";
|
|
4399
4467
|
}
|
|
4400
4468
|
|
|
4469
|
+
.ti-caret-up-filled:before {
|
|
4470
|
+
content: "\fb2d";
|
|
4471
|
+
}
|
|
4472
|
+
|
|
4401
4473
|
.ti-carousel-horizontal:before {
|
|
4402
4474
|
content: "\f659";
|
|
4403
4475
|
}
|
|
@@ -4458,6 +4530,10 @@
|
|
|
4458
4530
|
content: "\f1f5";
|
|
4459
4531
|
}
|
|
4460
4532
|
|
|
4533
|
+
.ti-category-filled:before {
|
|
4534
|
+
content: "\fb2e";
|
|
4535
|
+
}
|
|
4536
|
+
|
|
4461
4537
|
.ti-ce:before {
|
|
4462
4538
|
content: "\ed75";
|
|
4463
4539
|
}
|
|
@@ -7938,6 +8014,18 @@
|
|
|
7938
8014
|
content: "\f122";
|
|
7939
8015
|
}
|
|
7940
8016
|
|
|
8017
|
+
.ti-escalator:before {
|
|
8018
|
+
content: "\fb06";
|
|
8019
|
+
}
|
|
8020
|
+
|
|
8021
|
+
.ti-escalator-down:before {
|
|
8022
|
+
content: "\fb04";
|
|
8023
|
+
}
|
|
8024
|
+
|
|
8025
|
+
.ti-escalator-up:before {
|
|
8026
|
+
content: "\fb05";
|
|
8027
|
+
}
|
|
8028
|
+
|
|
7941
8029
|
.ti-exchange:before {
|
|
7942
8030
|
content: "\ebe7";
|
|
7943
8031
|
}
|
|
@@ -8326,6 +8414,98 @@
|
|
|
8326
8414
|
content: "\f040";
|
|
8327
8415
|
}
|
|
8328
8416
|
|
|
8417
|
+
.ti-file-type-bmp:before {
|
|
8418
|
+
content: "\fb07";
|
|
8419
|
+
}
|
|
8420
|
+
|
|
8421
|
+
.ti-file-type-css:before {
|
|
8422
|
+
content: "\fb08";
|
|
8423
|
+
}
|
|
8424
|
+
|
|
8425
|
+
.ti-file-type-csv:before {
|
|
8426
|
+
content: "\fb09";
|
|
8427
|
+
}
|
|
8428
|
+
|
|
8429
|
+
.ti-file-type-doc:before {
|
|
8430
|
+
content: "\fb0a";
|
|
8431
|
+
}
|
|
8432
|
+
|
|
8433
|
+
.ti-file-type-docx:before {
|
|
8434
|
+
content: "\fb0b";
|
|
8435
|
+
}
|
|
8436
|
+
|
|
8437
|
+
.ti-file-type-html:before {
|
|
8438
|
+
content: "\fb0c";
|
|
8439
|
+
}
|
|
8440
|
+
|
|
8441
|
+
.ti-file-type-jpg:before {
|
|
8442
|
+
content: "\fb0d";
|
|
8443
|
+
}
|
|
8444
|
+
|
|
8445
|
+
.ti-file-type-js:before {
|
|
8446
|
+
content: "\fb0e";
|
|
8447
|
+
}
|
|
8448
|
+
|
|
8449
|
+
.ti-file-type-jsx:before {
|
|
8450
|
+
content: "\fb0f";
|
|
8451
|
+
}
|
|
8452
|
+
|
|
8453
|
+
.ti-file-type-pdf:before {
|
|
8454
|
+
content: "\fb10";
|
|
8455
|
+
}
|
|
8456
|
+
|
|
8457
|
+
.ti-file-type-php:before {
|
|
8458
|
+
content: "\fb11";
|
|
8459
|
+
}
|
|
8460
|
+
|
|
8461
|
+
.ti-file-type-png:before {
|
|
8462
|
+
content: "\fb12";
|
|
8463
|
+
}
|
|
8464
|
+
|
|
8465
|
+
.ti-file-type-ppt:before {
|
|
8466
|
+
content: "\fb13";
|
|
8467
|
+
}
|
|
8468
|
+
|
|
8469
|
+
.ti-file-type-rs:before {
|
|
8470
|
+
content: "\fb14";
|
|
8471
|
+
}
|
|
8472
|
+
|
|
8473
|
+
.ti-file-type-sql:before {
|
|
8474
|
+
content: "\fb15";
|
|
8475
|
+
}
|
|
8476
|
+
|
|
8477
|
+
.ti-file-type-svg:before {
|
|
8478
|
+
content: "\fb16";
|
|
8479
|
+
}
|
|
8480
|
+
|
|
8481
|
+
.ti-file-type-ts:before {
|
|
8482
|
+
content: "\fb17";
|
|
8483
|
+
}
|
|
8484
|
+
|
|
8485
|
+
.ti-file-type-tsx:before {
|
|
8486
|
+
content: "\fb18";
|
|
8487
|
+
}
|
|
8488
|
+
|
|
8489
|
+
.ti-file-type-txt:before {
|
|
8490
|
+
content: "\fb19";
|
|
8491
|
+
}
|
|
8492
|
+
|
|
8493
|
+
.ti-file-type-vue:before {
|
|
8494
|
+
content: "\fb1a";
|
|
8495
|
+
}
|
|
8496
|
+
|
|
8497
|
+
.ti-file-type-xls:before {
|
|
8498
|
+
content: "\fb1b";
|
|
8499
|
+
}
|
|
8500
|
+
|
|
8501
|
+
.ti-file-type-xml:before {
|
|
8502
|
+
content: "\fb1c";
|
|
8503
|
+
}
|
|
8504
|
+
|
|
8505
|
+
.ti-file-type-zip:before {
|
|
8506
|
+
content: "\fb1d";
|
|
8507
|
+
}
|
|
8508
|
+
|
|
8329
8509
|
.ti-file-typography:before {
|
|
8330
8510
|
content: "\f041";
|
|
8331
8511
|
}
|
|
@@ -11934,6 +12114,10 @@
|
|
|
11934
12114
|
content: "\f1d7";
|
|
11935
12115
|
}
|
|
11936
12116
|
|
|
12117
|
+
.ti-mouse-filled:before {
|
|
12118
|
+
content: "\fb2f";
|
|
12119
|
+
}
|
|
12120
|
+
|
|
11937
12121
|
.ti-mouse-off:before {
|
|
11938
12122
|
content: "\f163";
|
|
11939
12123
|
}
|
|
@@ -12934,6 +13118,10 @@
|
|
|
12934
13118
|
content: "\f9a0";
|
|
12935
13119
|
}
|
|
12936
13120
|
|
|
13121
|
+
.ti-pointer-filled:before {
|
|
13122
|
+
content: "\fb30";
|
|
13123
|
+
}
|
|
13124
|
+
|
|
12937
13125
|
.ti-pointer-heart:before {
|
|
12938
13126
|
content: "\f9a1";
|
|
12939
13127
|
}
|
|
@@ -13166,6 +13354,10 @@
|
|
|
13166
13354
|
content: "\f188";
|
|
13167
13355
|
}
|
|
13168
13356
|
|
|
13357
|
+
.ti-quotes:before {
|
|
13358
|
+
content: "\fb1e";
|
|
13359
|
+
}
|
|
13360
|
+
|
|
13169
13361
|
.ti-radar:before {
|
|
13170
13362
|
content: "\f017";
|
|
13171
13363
|
}
|