@tabler/icons-webfont 2.37.0 → 2.39.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 +2 -2
- package/tabler-icons.css +335 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +749 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +171 -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.39.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": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"sass": "./tabler-icons.scss",
|
|
36
36
|
"style": "./tabler-icons.min.css",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@tabler/icons": "2.
|
|
38
|
+
"@tabler/icons": "2.39.0"
|
|
39
39
|
},
|
|
40
40
|
"keywords": [
|
|
41
41
|
"icons",
|
package/tabler-icons.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.39.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.39.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.39.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.39.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.39.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -3486,6 +3486,10 @@
|
|
|
3486
3486
|
content: "\edd2";
|
|
3487
3487
|
}
|
|
3488
3488
|
|
|
3489
|
+
.ti-brand-patreon-filled:before {
|
|
3490
|
+
content: "\fcff";
|
|
3491
|
+
}
|
|
3492
|
+
|
|
3489
3493
|
.ti-brand-paypal:before {
|
|
3490
3494
|
content: "\ec22";
|
|
3491
3495
|
}
|
|
@@ -4062,6 +4066,10 @@
|
|
|
4062
4066
|
content: "\fb03";
|
|
4063
4067
|
}
|
|
4064
4068
|
|
|
4069
|
+
.ti-briefcase-filled:before {
|
|
4070
|
+
content: "\fd00";
|
|
4071
|
+
}
|
|
4072
|
+
|
|
4065
4073
|
.ti-briefcase-off:before {
|
|
4066
4074
|
content: "\f3cc";
|
|
4067
4075
|
}
|
|
@@ -4150,6 +4158,10 @@
|
|
|
4150
4158
|
content: "\ea48";
|
|
4151
4159
|
}
|
|
4152
4160
|
|
|
4161
|
+
.ti-bug-filled:before {
|
|
4162
|
+
content: "\fd01";
|
|
4163
|
+
}
|
|
4164
|
+
|
|
4153
4165
|
.ti-bug-off:before {
|
|
4154
4166
|
content: "\f0c3";
|
|
4155
4167
|
}
|
|
@@ -4670,6 +4682,10 @@
|
|
|
4670
4682
|
content: "\fc43";
|
|
4671
4683
|
}
|
|
4672
4684
|
|
|
4685
|
+
.ti-caret-left-right-filled:before {
|
|
4686
|
+
content: "\fd02";
|
|
4687
|
+
}
|
|
4688
|
+
|
|
4673
4689
|
.ti-caret-right:before {
|
|
4674
4690
|
content: "\eb5f";
|
|
4675
4691
|
}
|
|
@@ -4686,6 +4702,10 @@
|
|
|
4686
4702
|
content: "\fc44";
|
|
4687
4703
|
}
|
|
4688
4704
|
|
|
4705
|
+
.ti-caret-up-down-filled:before {
|
|
4706
|
+
content: "\fd03";
|
|
4707
|
+
}
|
|
4708
|
+
|
|
4689
4709
|
.ti-caret-up-filled:before {
|
|
4690
4710
|
content: "\fb2d";
|
|
4691
4711
|
}
|
|
@@ -4914,10 +4934,18 @@
|
|
|
4914
4934
|
content: "\f098";
|
|
4915
4935
|
}
|
|
4916
4936
|
|
|
4937
|
+
.ti-chart-dots-filled:before {
|
|
4938
|
+
content: "\fd04";
|
|
4939
|
+
}
|
|
4940
|
+
|
|
4917
4941
|
.ti-chart-grid-dots:before {
|
|
4918
4942
|
content: "\f4c2";
|
|
4919
4943
|
}
|
|
4920
4944
|
|
|
4945
|
+
.ti-chart-grid-dots-filled:before {
|
|
4946
|
+
content: "\fd05";
|
|
4947
|
+
}
|
|
4948
|
+
|
|
4921
4949
|
.ti-chart-histogram:before {
|
|
4922
4950
|
content: "\f65c";
|
|
4923
4951
|
}
|
|
@@ -6114,14 +6142,30 @@
|
|
|
6114
6142
|
content: "\f2be";
|
|
6115
6143
|
}
|
|
6116
6144
|
|
|
6145
|
+
.ti-coin-bitcoin-filled:before {
|
|
6146
|
+
content: "\fd06";
|
|
6147
|
+
}
|
|
6148
|
+
|
|
6117
6149
|
.ti-coin-euro:before {
|
|
6118
6150
|
content: "\f2bf";
|
|
6119
6151
|
}
|
|
6120
6152
|
|
|
6153
|
+
.ti-coin-euro-filled:before {
|
|
6154
|
+
content: "\fd07";
|
|
6155
|
+
}
|
|
6156
|
+
|
|
6157
|
+
.ti-coin-filled:before {
|
|
6158
|
+
content: "\fd08";
|
|
6159
|
+
}
|
|
6160
|
+
|
|
6121
6161
|
.ti-coin-monero:before {
|
|
6122
6162
|
content: "\f4a0";
|
|
6123
6163
|
}
|
|
6124
6164
|
|
|
6165
|
+
.ti-coin-monero-filled:before {
|
|
6166
|
+
content: "\fd09";
|
|
6167
|
+
}
|
|
6168
|
+
|
|
6125
6169
|
.ti-coin-off:before {
|
|
6126
6170
|
content: "\f0d1";
|
|
6127
6171
|
}
|
|
@@ -6130,18 +6174,42 @@
|
|
|
6130
6174
|
content: "\f2c0";
|
|
6131
6175
|
}
|
|
6132
6176
|
|
|
6177
|
+
.ti-coin-pound-filled:before {
|
|
6178
|
+
content: "\fd0a";
|
|
6179
|
+
}
|
|
6180
|
+
|
|
6133
6181
|
.ti-coin-rupee:before {
|
|
6134
6182
|
content: "\f2c1";
|
|
6135
6183
|
}
|
|
6136
6184
|
|
|
6185
|
+
.ti-coin-rupee-filled:before {
|
|
6186
|
+
content: "\fd0b";
|
|
6187
|
+
}
|
|
6188
|
+
|
|
6189
|
+
.ti-coin-taka:before {
|
|
6190
|
+
content: "\fd0d";
|
|
6191
|
+
}
|
|
6192
|
+
|
|
6193
|
+
.ti-coin-taka-filled:before {
|
|
6194
|
+
content: "\fd0c";
|
|
6195
|
+
}
|
|
6196
|
+
|
|
6137
6197
|
.ti-coin-yen:before {
|
|
6138
6198
|
content: "\f2c2";
|
|
6139
6199
|
}
|
|
6140
6200
|
|
|
6201
|
+
.ti-coin-yen-filled:before {
|
|
6202
|
+
content: "\fd0e";
|
|
6203
|
+
}
|
|
6204
|
+
|
|
6141
6205
|
.ti-coin-yuan:before {
|
|
6142
6206
|
content: "\f2c3";
|
|
6143
6207
|
}
|
|
6144
6208
|
|
|
6209
|
+
.ti-coin-yuan-filled:before {
|
|
6210
|
+
content: "\fd0f";
|
|
6211
|
+
}
|
|
6212
|
+
|
|
6145
6213
|
.ti-coins:before {
|
|
6146
6214
|
content: "\f65d";
|
|
6147
6215
|
}
|
|
@@ -6214,6 +6282,10 @@
|
|
|
6214
6282
|
content: "\ea79";
|
|
6215
6283
|
}
|
|
6216
6284
|
|
|
6285
|
+
.ti-compass-filled:before {
|
|
6286
|
+
content: "\fd10";
|
|
6287
|
+
}
|
|
6288
|
+
|
|
6217
6289
|
.ti-compass-off:before {
|
|
6218
6290
|
content: "\f0d5";
|
|
6219
6291
|
}
|
|
@@ -6442,6 +6514,10 @@
|
|
|
6442
6514
|
content: "\ea84";
|
|
6443
6515
|
}
|
|
6444
6516
|
|
|
6517
|
+
.ti-credit-card-filled:before {
|
|
6518
|
+
content: "\fd11";
|
|
6519
|
+
}
|
|
6520
|
+
|
|
6445
6521
|
.ti-credit-card-off:before {
|
|
6446
6522
|
content: "\ed11";
|
|
6447
6523
|
}
|
|
@@ -9194,10 +9270,18 @@
|
|
|
9194
9270
|
content: "\ef60";
|
|
9195
9271
|
}
|
|
9196
9272
|
|
|
9273
|
+
.ti-flask-2-filled:before {
|
|
9274
|
+
content: "\fd12";
|
|
9275
|
+
}
|
|
9276
|
+
|
|
9197
9277
|
.ti-flask-2-off:before {
|
|
9198
9278
|
content: "\f12f";
|
|
9199
9279
|
}
|
|
9200
9280
|
|
|
9281
|
+
.ti-flask-filled:before {
|
|
9282
|
+
content: "\fd13";
|
|
9283
|
+
}
|
|
9284
|
+
|
|
9201
9285
|
.ti-flask-off:before {
|
|
9202
9286
|
content: "\f130";
|
|
9203
9287
|
}
|
|
@@ -9622,6 +9706,10 @@
|
|
|
9622
9706
|
content: "\fc2d";
|
|
9623
9707
|
}
|
|
9624
9708
|
|
|
9709
|
+
.ti-gift-filled:before {
|
|
9710
|
+
content: "\fd14";
|
|
9711
|
+
}
|
|
9712
|
+
|
|
9625
9713
|
.ti-gift-off:before {
|
|
9626
9714
|
content: "\f3f3";
|
|
9627
9715
|
}
|
|
@@ -9726,6 +9814,10 @@
|
|
|
9726
9814
|
content: "\f288";
|
|
9727
9815
|
}
|
|
9728
9816
|
|
|
9817
|
+
.ti-graph-filled:before {
|
|
9818
|
+
content: "\fd15";
|
|
9819
|
+
}
|
|
9820
|
+
|
|
9729
9821
|
.ti-graph-off:before {
|
|
9730
9822
|
content: "\f3f4";
|
|
9731
9823
|
}
|
|
@@ -11278,14 +11370,26 @@
|
|
|
11278
11370
|
content: "\ec50";
|
|
11279
11371
|
}
|
|
11280
11372
|
|
|
11373
|
+
.ti-letter-a-small:before {
|
|
11374
|
+
content: "\fcc7";
|
|
11375
|
+
}
|
|
11376
|
+
|
|
11281
11377
|
.ti-letter-b:before {
|
|
11282
11378
|
content: "\ec51";
|
|
11283
11379
|
}
|
|
11284
11380
|
|
|
11381
|
+
.ti-letter-b-small:before {
|
|
11382
|
+
content: "\fcc8";
|
|
11383
|
+
}
|
|
11384
|
+
|
|
11285
11385
|
.ti-letter-c:before {
|
|
11286
11386
|
content: "\ec52";
|
|
11287
11387
|
}
|
|
11288
11388
|
|
|
11389
|
+
.ti-letter-c-small:before {
|
|
11390
|
+
content: "\fcc9";
|
|
11391
|
+
}
|
|
11392
|
+
|
|
11289
11393
|
.ti-letter-case:before {
|
|
11290
11394
|
content: "\eea5";
|
|
11291
11395
|
}
|
|
@@ -11306,66 +11410,130 @@
|
|
|
11306
11410
|
content: "\ec53";
|
|
11307
11411
|
}
|
|
11308
11412
|
|
|
11413
|
+
.ti-letter-d-small:before {
|
|
11414
|
+
content: "\fcca";
|
|
11415
|
+
}
|
|
11416
|
+
|
|
11309
11417
|
.ti-letter-e:before {
|
|
11310
11418
|
content: "\ec54";
|
|
11311
11419
|
}
|
|
11312
11420
|
|
|
11421
|
+
.ti-letter-e-small:before {
|
|
11422
|
+
content: "\fccb";
|
|
11423
|
+
}
|
|
11424
|
+
|
|
11313
11425
|
.ti-letter-f:before {
|
|
11314
11426
|
content: "\ec55";
|
|
11315
11427
|
}
|
|
11316
11428
|
|
|
11429
|
+
.ti-letter-f-small:before {
|
|
11430
|
+
content: "\fccc";
|
|
11431
|
+
}
|
|
11432
|
+
|
|
11317
11433
|
.ti-letter-g:before {
|
|
11318
11434
|
content: "\ec56";
|
|
11319
11435
|
}
|
|
11320
11436
|
|
|
11437
|
+
.ti-letter-g-small:before {
|
|
11438
|
+
content: "\fccd";
|
|
11439
|
+
}
|
|
11440
|
+
|
|
11321
11441
|
.ti-letter-h:before {
|
|
11322
11442
|
content: "\ec57";
|
|
11323
11443
|
}
|
|
11324
11444
|
|
|
11445
|
+
.ti-letter-h-small:before {
|
|
11446
|
+
content: "\fcce";
|
|
11447
|
+
}
|
|
11448
|
+
|
|
11325
11449
|
.ti-letter-i:before {
|
|
11326
11450
|
content: "\ec58";
|
|
11327
11451
|
}
|
|
11328
11452
|
|
|
11453
|
+
.ti-letter-i-small:before {
|
|
11454
|
+
content: "\fccf";
|
|
11455
|
+
}
|
|
11456
|
+
|
|
11329
11457
|
.ti-letter-j:before {
|
|
11330
11458
|
content: "\ec59";
|
|
11331
11459
|
}
|
|
11332
11460
|
|
|
11461
|
+
.ti-letter-j-small:before {
|
|
11462
|
+
content: "\fcd0";
|
|
11463
|
+
}
|
|
11464
|
+
|
|
11333
11465
|
.ti-letter-k:before {
|
|
11334
11466
|
content: "\ec5a";
|
|
11335
11467
|
}
|
|
11336
11468
|
|
|
11469
|
+
.ti-letter-k-small:before {
|
|
11470
|
+
content: "\fcd1";
|
|
11471
|
+
}
|
|
11472
|
+
|
|
11337
11473
|
.ti-letter-l:before {
|
|
11338
11474
|
content: "\ec5b";
|
|
11339
11475
|
}
|
|
11340
11476
|
|
|
11477
|
+
.ti-letter-l-small:before {
|
|
11478
|
+
content: "\fcd2";
|
|
11479
|
+
}
|
|
11480
|
+
|
|
11341
11481
|
.ti-letter-m:before {
|
|
11342
11482
|
content: "\ec5c";
|
|
11343
11483
|
}
|
|
11344
11484
|
|
|
11485
|
+
.ti-letter-m-small:before {
|
|
11486
|
+
content: "\fcd3";
|
|
11487
|
+
}
|
|
11488
|
+
|
|
11345
11489
|
.ti-letter-n:before {
|
|
11346
11490
|
content: "\ec5d";
|
|
11347
11491
|
}
|
|
11348
11492
|
|
|
11493
|
+
.ti-letter-n-small:before {
|
|
11494
|
+
content: "\fcd4";
|
|
11495
|
+
}
|
|
11496
|
+
|
|
11349
11497
|
.ti-letter-o:before {
|
|
11350
11498
|
content: "\ec5e";
|
|
11351
11499
|
}
|
|
11352
11500
|
|
|
11501
|
+
.ti-letter-o-small:before {
|
|
11502
|
+
content: "\fcd5";
|
|
11503
|
+
}
|
|
11504
|
+
|
|
11353
11505
|
.ti-letter-p:before {
|
|
11354
11506
|
content: "\ec5f";
|
|
11355
11507
|
}
|
|
11356
11508
|
|
|
11509
|
+
.ti-letter-p-small:before {
|
|
11510
|
+
content: "\fcd6";
|
|
11511
|
+
}
|
|
11512
|
+
|
|
11357
11513
|
.ti-letter-q:before {
|
|
11358
11514
|
content: "\ec60";
|
|
11359
11515
|
}
|
|
11360
11516
|
|
|
11517
|
+
.ti-letter-q-small:before {
|
|
11518
|
+
content: "\fcd7";
|
|
11519
|
+
}
|
|
11520
|
+
|
|
11361
11521
|
.ti-letter-r:before {
|
|
11362
11522
|
content: "\ec61";
|
|
11363
11523
|
}
|
|
11364
11524
|
|
|
11525
|
+
.ti-letter-r-small:before {
|
|
11526
|
+
content: "\fcd8";
|
|
11527
|
+
}
|
|
11528
|
+
|
|
11365
11529
|
.ti-letter-s:before {
|
|
11366
11530
|
content: "\ec62";
|
|
11367
11531
|
}
|
|
11368
11532
|
|
|
11533
|
+
.ti-letter-s-small:before {
|
|
11534
|
+
content: "\fcd9";
|
|
11535
|
+
}
|
|
11536
|
+
|
|
11369
11537
|
.ti-letter-spacing:before {
|
|
11370
11538
|
content: "\eea6";
|
|
11371
11539
|
}
|
|
@@ -11374,30 +11542,58 @@
|
|
|
11374
11542
|
content: "\ec63";
|
|
11375
11543
|
}
|
|
11376
11544
|
|
|
11545
|
+
.ti-letter-t-small:before {
|
|
11546
|
+
content: "\fcda";
|
|
11547
|
+
}
|
|
11548
|
+
|
|
11377
11549
|
.ti-letter-u:before {
|
|
11378
11550
|
content: "\ec64";
|
|
11379
11551
|
}
|
|
11380
11552
|
|
|
11553
|
+
.ti-letter-u-small:before {
|
|
11554
|
+
content: "\fcdb";
|
|
11555
|
+
}
|
|
11556
|
+
|
|
11381
11557
|
.ti-letter-v:before {
|
|
11382
11558
|
content: "\ec65";
|
|
11383
11559
|
}
|
|
11384
11560
|
|
|
11561
|
+
.ti-letter-v-small:before {
|
|
11562
|
+
content: "\fcdc";
|
|
11563
|
+
}
|
|
11564
|
+
|
|
11385
11565
|
.ti-letter-w:before {
|
|
11386
11566
|
content: "\ec66";
|
|
11387
11567
|
}
|
|
11388
11568
|
|
|
11569
|
+
.ti-letter-w-small:before {
|
|
11570
|
+
content: "\fcdd";
|
|
11571
|
+
}
|
|
11572
|
+
|
|
11389
11573
|
.ti-letter-x:before {
|
|
11390
11574
|
content: "\ec67";
|
|
11391
11575
|
}
|
|
11392
11576
|
|
|
11577
|
+
.ti-letter-x-small:before {
|
|
11578
|
+
content: "\fcde";
|
|
11579
|
+
}
|
|
11580
|
+
|
|
11393
11581
|
.ti-letter-y:before {
|
|
11394
11582
|
content: "\ec68";
|
|
11395
11583
|
}
|
|
11396
11584
|
|
|
11585
|
+
.ti-letter-y-small:before {
|
|
11586
|
+
content: "\fcdf";
|
|
11587
|
+
}
|
|
11588
|
+
|
|
11397
11589
|
.ti-letter-z:before {
|
|
11398
11590
|
content: "\ec69";
|
|
11399
11591
|
}
|
|
11400
11592
|
|
|
11593
|
+
.ti-letter-z-small:before {
|
|
11594
|
+
content: "\fce0";
|
|
11595
|
+
}
|
|
11596
|
+
|
|
11401
11597
|
.ti-license:before {
|
|
11402
11598
|
content: "\ebc0";
|
|
11403
11599
|
}
|
|
@@ -11442,10 +11638,18 @@
|
|
|
11442
11638
|
content: "\eade";
|
|
11443
11639
|
}
|
|
11444
11640
|
|
|
11641
|
+
.ti-link-minus:before {
|
|
11642
|
+
content: "\fd16";
|
|
11643
|
+
}
|
|
11644
|
+
|
|
11445
11645
|
.ti-link-off:before {
|
|
11446
11646
|
content: "\f402";
|
|
11447
11647
|
}
|
|
11448
11648
|
|
|
11649
|
+
.ti-link-plus:before {
|
|
11650
|
+
content: "\fd17";
|
|
11651
|
+
}
|
|
11652
|
+
|
|
11449
11653
|
.ti-list:before {
|
|
11450
11654
|
content: "\eb6b";
|
|
11451
11655
|
}
|
|
@@ -13386,42 +13590,162 @@
|
|
|
13386
13590
|
content: "\edf0";
|
|
13387
13591
|
}
|
|
13388
13592
|
|
|
13593
|
+
.ti-number-0-small:before {
|
|
13594
|
+
content: "\fce1";
|
|
13595
|
+
}
|
|
13596
|
+
|
|
13389
13597
|
.ti-number-1:before {
|
|
13390
13598
|
content: "\edf1";
|
|
13391
13599
|
}
|
|
13392
13600
|
|
|
13601
|
+
.ti-number-1-small:before {
|
|
13602
|
+
content: "\fce2";
|
|
13603
|
+
}
|
|
13604
|
+
|
|
13605
|
+
.ti-number-10-small:before {
|
|
13606
|
+
content: "\fce3";
|
|
13607
|
+
}
|
|
13608
|
+
|
|
13609
|
+
.ti-number-11-small:before {
|
|
13610
|
+
content: "\fce4";
|
|
13611
|
+
}
|
|
13612
|
+
|
|
13613
|
+
.ti-number-12-small:before {
|
|
13614
|
+
content: "\fce5";
|
|
13615
|
+
}
|
|
13616
|
+
|
|
13617
|
+
.ti-number-13-small:before {
|
|
13618
|
+
content: "\fce6";
|
|
13619
|
+
}
|
|
13620
|
+
|
|
13621
|
+
.ti-number-14-small:before {
|
|
13622
|
+
content: "\fce7";
|
|
13623
|
+
}
|
|
13624
|
+
|
|
13625
|
+
.ti-number-15-small:before {
|
|
13626
|
+
content: "\fce8";
|
|
13627
|
+
}
|
|
13628
|
+
|
|
13629
|
+
.ti-number-16-small:before {
|
|
13630
|
+
content: "\fce9";
|
|
13631
|
+
}
|
|
13632
|
+
|
|
13633
|
+
.ti-number-17-small:before {
|
|
13634
|
+
content: "\fcea";
|
|
13635
|
+
}
|
|
13636
|
+
|
|
13637
|
+
.ti-number-18-small:before {
|
|
13638
|
+
content: "\fceb";
|
|
13639
|
+
}
|
|
13640
|
+
|
|
13641
|
+
.ti-number-19-small:before {
|
|
13642
|
+
content: "\fcec";
|
|
13643
|
+
}
|
|
13644
|
+
|
|
13393
13645
|
.ti-number-2:before {
|
|
13394
13646
|
content: "\edf2";
|
|
13395
13647
|
}
|
|
13396
13648
|
|
|
13649
|
+
.ti-number-2-small:before {
|
|
13650
|
+
content: "\fced";
|
|
13651
|
+
}
|
|
13652
|
+
|
|
13653
|
+
.ti-number-20-small:before {
|
|
13654
|
+
content: "\fcee";
|
|
13655
|
+
}
|
|
13656
|
+
|
|
13657
|
+
.ti-number-21-small:before {
|
|
13658
|
+
content: "\fcef";
|
|
13659
|
+
}
|
|
13660
|
+
|
|
13661
|
+
.ti-number-22-small:before {
|
|
13662
|
+
content: "\fcf0";
|
|
13663
|
+
}
|
|
13664
|
+
|
|
13665
|
+
.ti-number-23-small:before {
|
|
13666
|
+
content: "\fcf1";
|
|
13667
|
+
}
|
|
13668
|
+
|
|
13669
|
+
.ti-number-24-small:before {
|
|
13670
|
+
content: "\fcf2";
|
|
13671
|
+
}
|
|
13672
|
+
|
|
13673
|
+
.ti-number-25-small:before {
|
|
13674
|
+
content: "\fcf3";
|
|
13675
|
+
}
|
|
13676
|
+
|
|
13677
|
+
.ti-number-26-small:before {
|
|
13678
|
+
content: "\fcf4";
|
|
13679
|
+
}
|
|
13680
|
+
|
|
13681
|
+
.ti-number-27-small:before {
|
|
13682
|
+
content: "\fcf5";
|
|
13683
|
+
}
|
|
13684
|
+
|
|
13685
|
+
.ti-number-28-small:before {
|
|
13686
|
+
content: "\fcf6";
|
|
13687
|
+
}
|
|
13688
|
+
|
|
13689
|
+
.ti-number-29-small:before {
|
|
13690
|
+
content: "\fcf7";
|
|
13691
|
+
}
|
|
13692
|
+
|
|
13397
13693
|
.ti-number-3:before {
|
|
13398
13694
|
content: "\edf3";
|
|
13399
13695
|
}
|
|
13400
13696
|
|
|
13697
|
+
.ti-number-3-small:before {
|
|
13698
|
+
content: "\fcf8";
|
|
13699
|
+
}
|
|
13700
|
+
|
|
13401
13701
|
.ti-number-4:before {
|
|
13402
13702
|
content: "\edf4";
|
|
13403
13703
|
}
|
|
13404
13704
|
|
|
13705
|
+
.ti-number-4-small:before {
|
|
13706
|
+
content: "\fcf9";
|
|
13707
|
+
}
|
|
13708
|
+
|
|
13405
13709
|
.ti-number-5:before {
|
|
13406
13710
|
content: "\edf5";
|
|
13407
13711
|
}
|
|
13408
13712
|
|
|
13713
|
+
.ti-number-5-small:before {
|
|
13714
|
+
content: "\fcfa";
|
|
13715
|
+
}
|
|
13716
|
+
|
|
13409
13717
|
.ti-number-6:before {
|
|
13410
13718
|
content: "\edf6";
|
|
13411
13719
|
}
|
|
13412
13720
|
|
|
13721
|
+
.ti-number-6-small:before {
|
|
13722
|
+
content: "\fcfb";
|
|
13723
|
+
}
|
|
13724
|
+
|
|
13413
13725
|
.ti-number-7:before {
|
|
13414
13726
|
content: "\edf7";
|
|
13415
13727
|
}
|
|
13416
13728
|
|
|
13729
|
+
.ti-number-7-small:before {
|
|
13730
|
+
content: "\fcfc";
|
|
13731
|
+
}
|
|
13732
|
+
|
|
13417
13733
|
.ti-number-8:before {
|
|
13418
13734
|
content: "\edf8";
|
|
13419
13735
|
}
|
|
13420
13736
|
|
|
13737
|
+
.ti-number-8-small:before {
|
|
13738
|
+
content: "\fcfd";
|
|
13739
|
+
}
|
|
13740
|
+
|
|
13421
13741
|
.ti-number-9:before {
|
|
13422
13742
|
content: "\edf9";
|
|
13423
13743
|
}
|
|
13424
13744
|
|
|
13745
|
+
.ti-number-9-small:before {
|
|
13746
|
+
content: "\fcfe";
|
|
13747
|
+
}
|
|
13748
|
+
|
|
13425
13749
|
.ti-numbers:before {
|
|
13426
13750
|
content: "\f015";
|
|
13427
13751
|
}
|
|
@@ -17622,6 +17946,10 @@
|
|
|
17622
17946
|
content: "\f662";
|
|
17623
17947
|
}
|
|
17624
17948
|
|
|
17949
|
+
.ti-timeline-event-filled:before {
|
|
17950
|
+
content: "\fd18";
|
|
17951
|
+
}
|
|
17952
|
+
|
|
17625
17953
|
.ti-timeline-event-minus:before {
|
|
17626
17954
|
content: "\f663";
|
|
17627
17955
|
}
|
|
@@ -18090,6 +18418,10 @@
|
|
|
18090
18418
|
content: "\ec12";
|
|
18091
18419
|
}
|
|
18092
18420
|
|
|
18421
|
+
.ti-user-filled:before {
|
|
18422
|
+
content: "\fd19";
|
|
18423
|
+
}
|
|
18424
|
+
|
|
18093
18425
|
.ti-user-heart:before {
|
|
18094
18426
|
content: "\f7cd";
|
|
18095
18427
|
}
|