@tabler/icons-webfont 2.38.0 → 2.40.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 +183 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +407 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +95 -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.40.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.40.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.
|
|
2
|
+
* Tabler Icons 2.40.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.40.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.40.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.40.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.40.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -3162,6 +3162,10 @@
|
|
|
3162
3162
|
content: "\ec1e";
|
|
3163
3163
|
}
|
|
3164
3164
|
|
|
3165
|
+
.ti-brand-google-filled:before {
|
|
3166
|
+
content: "\fd1a";
|
|
3167
|
+
}
|
|
3168
|
+
|
|
3165
3169
|
.ti-brand-google-fit:before {
|
|
3166
3170
|
content: "\f297";
|
|
3167
3171
|
}
|
|
@@ -3486,6 +3490,10 @@
|
|
|
3486
3490
|
content: "\edd2";
|
|
3487
3491
|
}
|
|
3488
3492
|
|
|
3493
|
+
.ti-brand-patreon-filled:before {
|
|
3494
|
+
content: "\fcff";
|
|
3495
|
+
}
|
|
3496
|
+
|
|
3489
3497
|
.ti-brand-paypal:before {
|
|
3490
3498
|
content: "\ec22";
|
|
3491
3499
|
}
|
|
@@ -3534,6 +3542,10 @@
|
|
|
3534
3542
|
content: "\f5ed";
|
|
3535
3543
|
}
|
|
3536
3544
|
|
|
3545
|
+
.ti-brand-printables:before {
|
|
3546
|
+
content: "\fd1b";
|
|
3547
|
+
}
|
|
3548
|
+
|
|
3537
3549
|
.ti-brand-prisma:before {
|
|
3538
3550
|
content: "\f499";
|
|
3539
3551
|
}
|
|
@@ -3774,6 +3786,10 @@
|
|
|
3774
3786
|
content: "\f5a3";
|
|
3775
3787
|
}
|
|
3776
3788
|
|
|
3789
|
+
.ti-brand-thingiverse:before {
|
|
3790
|
+
content: "\fd1c";
|
|
3791
|
+
}
|
|
3792
|
+
|
|
3777
3793
|
.ti-brand-threads:before {
|
|
3778
3794
|
content: "\fb02";
|
|
3779
3795
|
}
|
|
@@ -4062,6 +4078,10 @@
|
|
|
4062
4078
|
content: "\fb03";
|
|
4063
4079
|
}
|
|
4064
4080
|
|
|
4081
|
+
.ti-briefcase-filled:before {
|
|
4082
|
+
content: "\fd00";
|
|
4083
|
+
}
|
|
4084
|
+
|
|
4065
4085
|
.ti-briefcase-off:before {
|
|
4066
4086
|
content: "\f3cc";
|
|
4067
4087
|
}
|
|
@@ -4150,6 +4170,10 @@
|
|
|
4150
4170
|
content: "\ea48";
|
|
4151
4171
|
}
|
|
4152
4172
|
|
|
4173
|
+
.ti-bug-filled:before {
|
|
4174
|
+
content: "\fd01";
|
|
4175
|
+
}
|
|
4176
|
+
|
|
4153
4177
|
.ti-bug-off:before {
|
|
4154
4178
|
content: "\f0c3";
|
|
4155
4179
|
}
|
|
@@ -4414,6 +4438,10 @@
|
|
|
4414
4438
|
content: "\fad2";
|
|
4415
4439
|
}
|
|
4416
4440
|
|
|
4441
|
+
.ti-calendar-sad:before {
|
|
4442
|
+
content: "\fd1d";
|
|
4443
|
+
}
|
|
4444
|
+
|
|
4417
4445
|
.ti-calendar-search:before {
|
|
4418
4446
|
content: "\f82e";
|
|
4419
4447
|
}
|
|
@@ -4422,6 +4450,10 @@
|
|
|
4422
4450
|
content: "\f82f";
|
|
4423
4451
|
}
|
|
4424
4452
|
|
|
4453
|
+
.ti-calendar-smile:before {
|
|
4454
|
+
content: "\fd1e";
|
|
4455
|
+
}
|
|
4456
|
+
|
|
4425
4457
|
.ti-calendar-star:before {
|
|
4426
4458
|
content: "\f830";
|
|
4427
4459
|
}
|
|
@@ -4438,6 +4470,10 @@
|
|
|
4438
4470
|
content: "\f831";
|
|
4439
4471
|
}
|
|
4440
4472
|
|
|
4473
|
+
.ti-calendar-user:before {
|
|
4474
|
+
content: "\fd1f";
|
|
4475
|
+
}
|
|
4476
|
+
|
|
4441
4477
|
.ti-calendar-x:before {
|
|
4442
4478
|
content: "\f832";
|
|
4443
4479
|
}
|
|
@@ -4670,6 +4706,10 @@
|
|
|
4670
4706
|
content: "\fc43";
|
|
4671
4707
|
}
|
|
4672
4708
|
|
|
4709
|
+
.ti-caret-left-right-filled:before {
|
|
4710
|
+
content: "\fd02";
|
|
4711
|
+
}
|
|
4712
|
+
|
|
4673
4713
|
.ti-caret-right:before {
|
|
4674
4714
|
content: "\eb5f";
|
|
4675
4715
|
}
|
|
@@ -4686,6 +4726,10 @@
|
|
|
4686
4726
|
content: "\fc44";
|
|
4687
4727
|
}
|
|
4688
4728
|
|
|
4729
|
+
.ti-caret-up-down-filled:before {
|
|
4730
|
+
content: "\fd03";
|
|
4731
|
+
}
|
|
4732
|
+
|
|
4689
4733
|
.ti-caret-up-filled:before {
|
|
4690
4734
|
content: "\fb2d";
|
|
4691
4735
|
}
|
|
@@ -4754,6 +4798,14 @@
|
|
|
4754
4798
|
content: "\fb2e";
|
|
4755
4799
|
}
|
|
4756
4800
|
|
|
4801
|
+
.ti-category-minus:before {
|
|
4802
|
+
content: "\fd20";
|
|
4803
|
+
}
|
|
4804
|
+
|
|
4805
|
+
.ti-category-plus:before {
|
|
4806
|
+
content: "\fd21";
|
|
4807
|
+
}
|
|
4808
|
+
|
|
4757
4809
|
.ti-ce:before {
|
|
4758
4810
|
content: "\ed75";
|
|
4759
4811
|
}
|
|
@@ -4914,10 +4966,18 @@
|
|
|
4914
4966
|
content: "\f098";
|
|
4915
4967
|
}
|
|
4916
4968
|
|
|
4969
|
+
.ti-chart-dots-filled:before {
|
|
4970
|
+
content: "\fd04";
|
|
4971
|
+
}
|
|
4972
|
+
|
|
4917
4973
|
.ti-chart-grid-dots:before {
|
|
4918
4974
|
content: "\f4c2";
|
|
4919
4975
|
}
|
|
4920
4976
|
|
|
4977
|
+
.ti-chart-grid-dots-filled:before {
|
|
4978
|
+
content: "\fd05";
|
|
4979
|
+
}
|
|
4980
|
+
|
|
4921
4981
|
.ti-chart-histogram:before {
|
|
4922
4982
|
content: "\f65c";
|
|
4923
4983
|
}
|
|
@@ -6114,14 +6174,30 @@
|
|
|
6114
6174
|
content: "\f2be";
|
|
6115
6175
|
}
|
|
6116
6176
|
|
|
6177
|
+
.ti-coin-bitcoin-filled:before {
|
|
6178
|
+
content: "\fd06";
|
|
6179
|
+
}
|
|
6180
|
+
|
|
6117
6181
|
.ti-coin-euro:before {
|
|
6118
6182
|
content: "\f2bf";
|
|
6119
6183
|
}
|
|
6120
6184
|
|
|
6185
|
+
.ti-coin-euro-filled:before {
|
|
6186
|
+
content: "\fd07";
|
|
6187
|
+
}
|
|
6188
|
+
|
|
6189
|
+
.ti-coin-filled:before {
|
|
6190
|
+
content: "\fd08";
|
|
6191
|
+
}
|
|
6192
|
+
|
|
6121
6193
|
.ti-coin-monero:before {
|
|
6122
6194
|
content: "\f4a0";
|
|
6123
6195
|
}
|
|
6124
6196
|
|
|
6197
|
+
.ti-coin-monero-filled:before {
|
|
6198
|
+
content: "\fd09";
|
|
6199
|
+
}
|
|
6200
|
+
|
|
6125
6201
|
.ti-coin-off:before {
|
|
6126
6202
|
content: "\f0d1";
|
|
6127
6203
|
}
|
|
@@ -6130,18 +6206,42 @@
|
|
|
6130
6206
|
content: "\f2c0";
|
|
6131
6207
|
}
|
|
6132
6208
|
|
|
6209
|
+
.ti-coin-pound-filled:before {
|
|
6210
|
+
content: "\fd0a";
|
|
6211
|
+
}
|
|
6212
|
+
|
|
6133
6213
|
.ti-coin-rupee:before {
|
|
6134
6214
|
content: "\f2c1";
|
|
6135
6215
|
}
|
|
6136
6216
|
|
|
6217
|
+
.ti-coin-rupee-filled:before {
|
|
6218
|
+
content: "\fd0b";
|
|
6219
|
+
}
|
|
6220
|
+
|
|
6221
|
+
.ti-coin-taka:before {
|
|
6222
|
+
content: "\fd0d";
|
|
6223
|
+
}
|
|
6224
|
+
|
|
6225
|
+
.ti-coin-taka-filled:before {
|
|
6226
|
+
content: "\fd0c";
|
|
6227
|
+
}
|
|
6228
|
+
|
|
6137
6229
|
.ti-coin-yen:before {
|
|
6138
6230
|
content: "\f2c2";
|
|
6139
6231
|
}
|
|
6140
6232
|
|
|
6233
|
+
.ti-coin-yen-filled:before {
|
|
6234
|
+
content: "\fd0e";
|
|
6235
|
+
}
|
|
6236
|
+
|
|
6141
6237
|
.ti-coin-yuan:before {
|
|
6142
6238
|
content: "\f2c3";
|
|
6143
6239
|
}
|
|
6144
6240
|
|
|
6241
|
+
.ti-coin-yuan-filled:before {
|
|
6242
|
+
content: "\fd0f";
|
|
6243
|
+
}
|
|
6244
|
+
|
|
6145
6245
|
.ti-coins:before {
|
|
6146
6246
|
content: "\f65d";
|
|
6147
6247
|
}
|
|
@@ -6214,6 +6314,10 @@
|
|
|
6214
6314
|
content: "\ea79";
|
|
6215
6315
|
}
|
|
6216
6316
|
|
|
6317
|
+
.ti-compass-filled:before {
|
|
6318
|
+
content: "\fd10";
|
|
6319
|
+
}
|
|
6320
|
+
|
|
6217
6321
|
.ti-compass-off:before {
|
|
6218
6322
|
content: "\f0d5";
|
|
6219
6323
|
}
|
|
@@ -6442,6 +6546,10 @@
|
|
|
6442
6546
|
content: "\ea84";
|
|
6443
6547
|
}
|
|
6444
6548
|
|
|
6549
|
+
.ti-credit-card-filled:before {
|
|
6550
|
+
content: "\fd11";
|
|
6551
|
+
}
|
|
6552
|
+
|
|
6445
6553
|
.ti-credit-card-off:before {
|
|
6446
6554
|
content: "\ed11";
|
|
6447
6555
|
}
|
|
@@ -8690,6 +8798,10 @@
|
|
|
8690
8798
|
content: "\ea9f";
|
|
8691
8799
|
}
|
|
8692
8800
|
|
|
8801
|
+
.ti-file-neutral:before {
|
|
8802
|
+
content: "\fd22";
|
|
8803
|
+
}
|
|
8804
|
+
|
|
8693
8805
|
.ti-file-off:before {
|
|
8694
8806
|
content: "\ecf2";
|
|
8695
8807
|
}
|
|
@@ -8726,6 +8838,10 @@
|
|
|
8726
8838
|
content: "\f03b";
|
|
8727
8839
|
}
|
|
8728
8840
|
|
|
8841
|
+
.ti-file-sad:before {
|
|
8842
|
+
content: "\fd23";
|
|
8843
|
+
}
|
|
8844
|
+
|
|
8729
8845
|
.ti-file-scissors:before {
|
|
8730
8846
|
content: "\f03c";
|
|
8731
8847
|
}
|
|
@@ -8746,6 +8862,10 @@
|
|
|
8746
8862
|
content: "\f03d";
|
|
8747
8863
|
}
|
|
8748
8864
|
|
|
8865
|
+
.ti-file-smile:before {
|
|
8866
|
+
content: "\fd24";
|
|
8867
|
+
}
|
|
8868
|
+
|
|
8749
8869
|
.ti-file-spreadsheet:before {
|
|
8750
8870
|
content: "\f03e";
|
|
8751
8871
|
}
|
|
@@ -9194,10 +9314,18 @@
|
|
|
9194
9314
|
content: "\ef60";
|
|
9195
9315
|
}
|
|
9196
9316
|
|
|
9317
|
+
.ti-flask-2-filled:before {
|
|
9318
|
+
content: "\fd12";
|
|
9319
|
+
}
|
|
9320
|
+
|
|
9197
9321
|
.ti-flask-2-off:before {
|
|
9198
9322
|
content: "\f12f";
|
|
9199
9323
|
}
|
|
9200
9324
|
|
|
9325
|
+
.ti-flask-filled:before {
|
|
9326
|
+
content: "\fd13";
|
|
9327
|
+
}
|
|
9328
|
+
|
|
9201
9329
|
.ti-flask-off:before {
|
|
9202
9330
|
content: "\f130";
|
|
9203
9331
|
}
|
|
@@ -9622,6 +9750,10 @@
|
|
|
9622
9750
|
content: "\fc2d";
|
|
9623
9751
|
}
|
|
9624
9752
|
|
|
9753
|
+
.ti-gift-filled:before {
|
|
9754
|
+
content: "\fd14";
|
|
9755
|
+
}
|
|
9756
|
+
|
|
9625
9757
|
.ti-gift-off:before {
|
|
9626
9758
|
content: "\f3f3";
|
|
9627
9759
|
}
|
|
@@ -9726,6 +9858,10 @@
|
|
|
9726
9858
|
content: "\f288";
|
|
9727
9859
|
}
|
|
9728
9860
|
|
|
9861
|
+
.ti-graph-filled:before {
|
|
9862
|
+
content: "\fd15";
|
|
9863
|
+
}
|
|
9864
|
+
|
|
9729
9865
|
.ti-graph-off:before {
|
|
9730
9866
|
content: "\f3f4";
|
|
9731
9867
|
}
|
|
@@ -11546,10 +11682,18 @@
|
|
|
11546
11682
|
content: "\eade";
|
|
11547
11683
|
}
|
|
11548
11684
|
|
|
11685
|
+
.ti-link-minus:before {
|
|
11686
|
+
content: "\fd16";
|
|
11687
|
+
}
|
|
11688
|
+
|
|
11549
11689
|
.ti-link-off:before {
|
|
11550
11690
|
content: "\f402";
|
|
11551
11691
|
}
|
|
11552
11692
|
|
|
11693
|
+
.ti-link-plus:before {
|
|
11694
|
+
content: "\fd17";
|
|
11695
|
+
}
|
|
11696
|
+
|
|
11553
11697
|
.ti-list:before {
|
|
11554
11698
|
content: "\eb6b";
|
|
11555
11699
|
}
|
|
@@ -12778,6 +12922,10 @@
|
|
|
12778
12922
|
content: "\f40c";
|
|
12779
12923
|
}
|
|
12780
12924
|
|
|
12925
|
+
.ti-metronome:before {
|
|
12926
|
+
content: "\fd25";
|
|
12927
|
+
}
|
|
12928
|
+
|
|
12781
12929
|
.ti-michelin-bib-gourmand:before {
|
|
12782
12930
|
content: "\fae9";
|
|
12783
12931
|
}
|
|
@@ -17254,6 +17402,26 @@
|
|
|
17254
17402
|
content: "\ef9d";
|
|
17255
17403
|
}
|
|
17256
17404
|
|
|
17405
|
+
.ti-stack-back:before {
|
|
17406
|
+
content: "\fd26";
|
|
17407
|
+
}
|
|
17408
|
+
|
|
17409
|
+
.ti-stack-backward:before {
|
|
17410
|
+
content: "\fd27";
|
|
17411
|
+
}
|
|
17412
|
+
|
|
17413
|
+
.ti-stack-forward:before {
|
|
17414
|
+
content: "\fd28";
|
|
17415
|
+
}
|
|
17416
|
+
|
|
17417
|
+
.ti-stack-front:before {
|
|
17418
|
+
content: "\fd29";
|
|
17419
|
+
}
|
|
17420
|
+
|
|
17421
|
+
.ti-stack-middle:before {
|
|
17422
|
+
content: "\fd2a";
|
|
17423
|
+
}
|
|
17424
|
+
|
|
17257
17425
|
.ti-stack-pop:before {
|
|
17258
17426
|
content: "\f234";
|
|
17259
17427
|
}
|
|
@@ -17846,6 +18014,10 @@
|
|
|
17846
18014
|
content: "\f662";
|
|
17847
18015
|
}
|
|
17848
18016
|
|
|
18017
|
+
.ti-timeline-event-filled:before {
|
|
18018
|
+
content: "\fd18";
|
|
18019
|
+
}
|
|
18020
|
+
|
|
17849
18021
|
.ti-timeline-event-minus:before {
|
|
17850
18022
|
content: "\f663";
|
|
17851
18023
|
}
|
|
@@ -17906,6 +18078,10 @@
|
|
|
17906
18078
|
content: "\f1b5";
|
|
17907
18079
|
}
|
|
17908
18080
|
|
|
18081
|
+
.ti-tools-kitchen-3:before {
|
|
18082
|
+
content: "\fd2b";
|
|
18083
|
+
}
|
|
18084
|
+
|
|
17909
18085
|
.ti-tools-kitchen-off:before {
|
|
17910
18086
|
content: "\f1b6";
|
|
17911
18087
|
}
|
|
@@ -18314,6 +18490,10 @@
|
|
|
18314
18490
|
content: "\ec12";
|
|
18315
18491
|
}
|
|
18316
18492
|
|
|
18493
|
+
.ti-user-filled:before {
|
|
18494
|
+
content: "\fd19";
|
|
18495
|
+
}
|
|
18496
|
+
|
|
18317
18497
|
.ti-user-heart:before {
|
|
18318
18498
|
content: "\f7cd";
|
|
18319
18499
|
}
|