@tabler/icons-webfont 2.36.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 +316 -4
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +705 -3
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +163 -6
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;
|
|
@@ -2594,6 +2594,14 @@
|
|
|
2594
2594
|
content: "\ebcd";
|
|
2595
2595
|
}
|
|
2596
2596
|
|
|
2597
|
+
.ti-brackets-angle:before {
|
|
2598
|
+
content: "\fcb2";
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2601
|
+
.ti-brackets-angle-off:before {
|
|
2602
|
+
content: "\fcb1";
|
|
2603
|
+
}
|
|
2604
|
+
|
|
2597
2605
|
.ti-brackets-contain:before {
|
|
2598
2606
|
content: "\f1e5";
|
|
2599
2607
|
}
|
|
@@ -2710,6 +2718,10 @@
|
|
|
2710
2718
|
content: "\edc5";
|
|
2711
2719
|
}
|
|
2712
2720
|
|
|
2721
|
+
.ti-brand-auth0:before {
|
|
2722
|
+
content: "\fcb3";
|
|
2723
|
+
}
|
|
2724
|
+
|
|
2713
2725
|
.ti-brand-aws:before {
|
|
2714
2726
|
content: "\fa4c";
|
|
2715
2727
|
}
|
|
@@ -4266,6 +4278,10 @@
|
|
|
4266
4278
|
content: "\ee1d";
|
|
4267
4279
|
}
|
|
4268
4280
|
|
|
4281
|
+
.ti-burger:before {
|
|
4282
|
+
content: "\fcb4";
|
|
4283
|
+
}
|
|
4284
|
+
|
|
4269
4285
|
.ti-bus:before {
|
|
4270
4286
|
content: "\ebe4";
|
|
4271
4287
|
}
|
|
@@ -8994,6 +9010,10 @@
|
|
|
8994
9010
|
content: "\f12a";
|
|
8995
9011
|
}
|
|
8996
9012
|
|
|
9013
|
+
.ti-fingerprint-scan:before {
|
|
9014
|
+
content: "\fcb5";
|
|
9015
|
+
}
|
|
9016
|
+
|
|
8997
9017
|
.ti-fire-extinguisher:before {
|
|
8998
9018
|
content: "\faf6";
|
|
8999
9019
|
}
|
|
@@ -9450,6 +9470,10 @@
|
|
|
9450
9470
|
content: "\f3f0";
|
|
9451
9471
|
}
|
|
9452
9472
|
|
|
9473
|
+
.ti-galaxy:before {
|
|
9474
|
+
content: "\fcb6";
|
|
9475
|
+
}
|
|
9476
|
+
|
|
9453
9477
|
.ti-garden-cart:before {
|
|
9454
9478
|
content: "\f23e";
|
|
9455
9479
|
}
|
|
@@ -10534,6 +10558,10 @@
|
|
|
10534
10558
|
content: "\f28a";
|
|
10535
10559
|
}
|
|
10536
10560
|
|
|
10561
|
+
.ti-horseshoe:before {
|
|
10562
|
+
content: "\fcb7";
|
|
10563
|
+
}
|
|
10564
|
+
|
|
10537
10565
|
.ti-hotel-service:before {
|
|
10538
10566
|
content: "\ef80";
|
|
10539
10567
|
}
|
|
@@ -11250,14 +11278,26 @@
|
|
|
11250
11278
|
content: "\ec50";
|
|
11251
11279
|
}
|
|
11252
11280
|
|
|
11281
|
+
.ti-letter-a-small:before {
|
|
11282
|
+
content: "\fcc7";
|
|
11283
|
+
}
|
|
11284
|
+
|
|
11253
11285
|
.ti-letter-b:before {
|
|
11254
11286
|
content: "\ec51";
|
|
11255
11287
|
}
|
|
11256
11288
|
|
|
11289
|
+
.ti-letter-b-small:before {
|
|
11290
|
+
content: "\fcc8";
|
|
11291
|
+
}
|
|
11292
|
+
|
|
11257
11293
|
.ti-letter-c:before {
|
|
11258
11294
|
content: "\ec52";
|
|
11259
11295
|
}
|
|
11260
11296
|
|
|
11297
|
+
.ti-letter-c-small:before {
|
|
11298
|
+
content: "\fcc9";
|
|
11299
|
+
}
|
|
11300
|
+
|
|
11261
11301
|
.ti-letter-case:before {
|
|
11262
11302
|
content: "\eea5";
|
|
11263
11303
|
}
|
|
@@ -11278,66 +11318,130 @@
|
|
|
11278
11318
|
content: "\ec53";
|
|
11279
11319
|
}
|
|
11280
11320
|
|
|
11321
|
+
.ti-letter-d-small:before {
|
|
11322
|
+
content: "\fcca";
|
|
11323
|
+
}
|
|
11324
|
+
|
|
11281
11325
|
.ti-letter-e:before {
|
|
11282
11326
|
content: "\ec54";
|
|
11283
11327
|
}
|
|
11284
11328
|
|
|
11329
|
+
.ti-letter-e-small:before {
|
|
11330
|
+
content: "\fccb";
|
|
11331
|
+
}
|
|
11332
|
+
|
|
11285
11333
|
.ti-letter-f:before {
|
|
11286
11334
|
content: "\ec55";
|
|
11287
11335
|
}
|
|
11288
11336
|
|
|
11337
|
+
.ti-letter-f-small:before {
|
|
11338
|
+
content: "\fccc";
|
|
11339
|
+
}
|
|
11340
|
+
|
|
11289
11341
|
.ti-letter-g:before {
|
|
11290
11342
|
content: "\ec56";
|
|
11291
11343
|
}
|
|
11292
11344
|
|
|
11345
|
+
.ti-letter-g-small:before {
|
|
11346
|
+
content: "\fccd";
|
|
11347
|
+
}
|
|
11348
|
+
|
|
11293
11349
|
.ti-letter-h:before {
|
|
11294
11350
|
content: "\ec57";
|
|
11295
11351
|
}
|
|
11296
11352
|
|
|
11353
|
+
.ti-letter-h-small:before {
|
|
11354
|
+
content: "\fcce";
|
|
11355
|
+
}
|
|
11356
|
+
|
|
11297
11357
|
.ti-letter-i:before {
|
|
11298
11358
|
content: "\ec58";
|
|
11299
11359
|
}
|
|
11300
11360
|
|
|
11361
|
+
.ti-letter-i-small:before {
|
|
11362
|
+
content: "\fccf";
|
|
11363
|
+
}
|
|
11364
|
+
|
|
11301
11365
|
.ti-letter-j:before {
|
|
11302
11366
|
content: "\ec59";
|
|
11303
11367
|
}
|
|
11304
11368
|
|
|
11369
|
+
.ti-letter-j-small:before {
|
|
11370
|
+
content: "\fcd0";
|
|
11371
|
+
}
|
|
11372
|
+
|
|
11305
11373
|
.ti-letter-k:before {
|
|
11306
11374
|
content: "\ec5a";
|
|
11307
11375
|
}
|
|
11308
11376
|
|
|
11377
|
+
.ti-letter-k-small:before {
|
|
11378
|
+
content: "\fcd1";
|
|
11379
|
+
}
|
|
11380
|
+
|
|
11309
11381
|
.ti-letter-l:before {
|
|
11310
11382
|
content: "\ec5b";
|
|
11311
11383
|
}
|
|
11312
11384
|
|
|
11385
|
+
.ti-letter-l-small:before {
|
|
11386
|
+
content: "\fcd2";
|
|
11387
|
+
}
|
|
11388
|
+
|
|
11313
11389
|
.ti-letter-m:before {
|
|
11314
11390
|
content: "\ec5c";
|
|
11315
11391
|
}
|
|
11316
11392
|
|
|
11393
|
+
.ti-letter-m-small:before {
|
|
11394
|
+
content: "\fcd3";
|
|
11395
|
+
}
|
|
11396
|
+
|
|
11317
11397
|
.ti-letter-n:before {
|
|
11318
11398
|
content: "\ec5d";
|
|
11319
11399
|
}
|
|
11320
11400
|
|
|
11401
|
+
.ti-letter-n-small:before {
|
|
11402
|
+
content: "\fcd4";
|
|
11403
|
+
}
|
|
11404
|
+
|
|
11321
11405
|
.ti-letter-o:before {
|
|
11322
11406
|
content: "\ec5e";
|
|
11323
11407
|
}
|
|
11324
11408
|
|
|
11409
|
+
.ti-letter-o-small:before {
|
|
11410
|
+
content: "\fcd5";
|
|
11411
|
+
}
|
|
11412
|
+
|
|
11325
11413
|
.ti-letter-p:before {
|
|
11326
11414
|
content: "\ec5f";
|
|
11327
11415
|
}
|
|
11328
11416
|
|
|
11417
|
+
.ti-letter-p-small:before {
|
|
11418
|
+
content: "\fcd6";
|
|
11419
|
+
}
|
|
11420
|
+
|
|
11329
11421
|
.ti-letter-q:before {
|
|
11330
11422
|
content: "\ec60";
|
|
11331
11423
|
}
|
|
11332
11424
|
|
|
11425
|
+
.ti-letter-q-small:before {
|
|
11426
|
+
content: "\fcd7";
|
|
11427
|
+
}
|
|
11428
|
+
|
|
11333
11429
|
.ti-letter-r:before {
|
|
11334
11430
|
content: "\ec61";
|
|
11335
11431
|
}
|
|
11336
11432
|
|
|
11433
|
+
.ti-letter-r-small:before {
|
|
11434
|
+
content: "\fcd8";
|
|
11435
|
+
}
|
|
11436
|
+
|
|
11337
11437
|
.ti-letter-s:before {
|
|
11338
11438
|
content: "\ec62";
|
|
11339
11439
|
}
|
|
11340
11440
|
|
|
11441
|
+
.ti-letter-s-small:before {
|
|
11442
|
+
content: "\fcd9";
|
|
11443
|
+
}
|
|
11444
|
+
|
|
11341
11445
|
.ti-letter-spacing:before {
|
|
11342
11446
|
content: "\eea6";
|
|
11343
11447
|
}
|
|
@@ -11346,30 +11450,58 @@
|
|
|
11346
11450
|
content: "\ec63";
|
|
11347
11451
|
}
|
|
11348
11452
|
|
|
11453
|
+
.ti-letter-t-small:before {
|
|
11454
|
+
content: "\fcda";
|
|
11455
|
+
}
|
|
11456
|
+
|
|
11349
11457
|
.ti-letter-u:before {
|
|
11350
11458
|
content: "\ec64";
|
|
11351
11459
|
}
|
|
11352
11460
|
|
|
11461
|
+
.ti-letter-u-small:before {
|
|
11462
|
+
content: "\fcdb";
|
|
11463
|
+
}
|
|
11464
|
+
|
|
11353
11465
|
.ti-letter-v:before {
|
|
11354
11466
|
content: "\ec65";
|
|
11355
11467
|
}
|
|
11356
11468
|
|
|
11469
|
+
.ti-letter-v-small:before {
|
|
11470
|
+
content: "\fcdc";
|
|
11471
|
+
}
|
|
11472
|
+
|
|
11357
11473
|
.ti-letter-w:before {
|
|
11358
11474
|
content: "\ec66";
|
|
11359
11475
|
}
|
|
11360
11476
|
|
|
11477
|
+
.ti-letter-w-small:before {
|
|
11478
|
+
content: "\fcdd";
|
|
11479
|
+
}
|
|
11480
|
+
|
|
11361
11481
|
.ti-letter-x:before {
|
|
11362
11482
|
content: "\ec67";
|
|
11363
11483
|
}
|
|
11364
11484
|
|
|
11485
|
+
.ti-letter-x-small:before {
|
|
11486
|
+
content: "\fcde";
|
|
11487
|
+
}
|
|
11488
|
+
|
|
11365
11489
|
.ti-letter-y:before {
|
|
11366
11490
|
content: "\ec68";
|
|
11367
11491
|
}
|
|
11368
11492
|
|
|
11493
|
+
.ti-letter-y-small:before {
|
|
11494
|
+
content: "\fcdf";
|
|
11495
|
+
}
|
|
11496
|
+
|
|
11369
11497
|
.ti-letter-z:before {
|
|
11370
11498
|
content: "\ec69";
|
|
11371
11499
|
}
|
|
11372
11500
|
|
|
11501
|
+
.ti-letter-z-small:before {
|
|
11502
|
+
content: "\fce0";
|
|
11503
|
+
}
|
|
11504
|
+
|
|
11373
11505
|
.ti-license:before {
|
|
11374
11506
|
content: "\ebc0";
|
|
11375
11507
|
}
|
|
@@ -11406,6 +11538,10 @@
|
|
|
11406
11538
|
content: "\eb94";
|
|
11407
11539
|
}
|
|
11408
11540
|
|
|
11541
|
+
.ti-line-scan:before {
|
|
11542
|
+
content: "\fcb8";
|
|
11543
|
+
}
|
|
11544
|
+
|
|
11409
11545
|
.ti-link:before {
|
|
11410
11546
|
content: "\eade";
|
|
11411
11547
|
}
|
|
@@ -11770,6 +11906,10 @@
|
|
|
11770
11906
|
content: "\f159";
|
|
11771
11907
|
}
|
|
11772
11908
|
|
|
11909
|
+
.ti-magnetic:before {
|
|
11910
|
+
content: "\fcb9";
|
|
11911
|
+
}
|
|
11912
|
+
|
|
11773
11913
|
.ti-mail:before {
|
|
11774
11914
|
content: "\eae5";
|
|
11775
11915
|
}
|
|
@@ -13182,6 +13322,10 @@
|
|
|
13182
13322
|
content: "\fbf0";
|
|
13183
13323
|
}
|
|
13184
13324
|
|
|
13325
|
+
.ti-navigation-east:before {
|
|
13326
|
+
content: "\fcba";
|
|
13327
|
+
}
|
|
13328
|
+
|
|
13185
13329
|
.ti-navigation-exclamation:before {
|
|
13186
13330
|
content: "\fbf1";
|
|
13187
13331
|
}
|
|
@@ -13199,7 +13343,7 @@
|
|
|
13199
13343
|
}
|
|
13200
13344
|
|
|
13201
13345
|
.ti-navigation-north:before {
|
|
13202
|
-
content: "\
|
|
13346
|
+
content: "\fcbb";
|
|
13203
13347
|
}
|
|
13204
13348
|
|
|
13205
13349
|
.ti-navigation-off:before {
|
|
@@ -13230,14 +13374,26 @@
|
|
|
13230
13374
|
content: "\fbf9";
|
|
13231
13375
|
}
|
|
13232
13376
|
|
|
13377
|
+
.ti-navigation-south:before {
|
|
13378
|
+
content: "\fcbc";
|
|
13379
|
+
}
|
|
13380
|
+
|
|
13233
13381
|
.ti-navigation-star:before {
|
|
13234
13382
|
content: "\fbfa";
|
|
13235
13383
|
}
|
|
13236
13384
|
|
|
13385
|
+
.ti-navigation-top:before {
|
|
13386
|
+
content: "\faec";
|
|
13387
|
+
}
|
|
13388
|
+
|
|
13237
13389
|
.ti-navigation-up:before {
|
|
13238
13390
|
content: "\fbfb";
|
|
13239
13391
|
}
|
|
13240
13392
|
|
|
13393
|
+
.ti-navigation-west:before {
|
|
13394
|
+
content: "\fcbd";
|
|
13395
|
+
}
|
|
13396
|
+
|
|
13241
13397
|
.ti-navigation-x:before {
|
|
13242
13398
|
content: "\fbfc";
|
|
13243
13399
|
}
|
|
@@ -13334,42 +13490,162 @@
|
|
|
13334
13490
|
content: "\edf0";
|
|
13335
13491
|
}
|
|
13336
13492
|
|
|
13493
|
+
.ti-number-0-small:before {
|
|
13494
|
+
content: "\fce1";
|
|
13495
|
+
}
|
|
13496
|
+
|
|
13337
13497
|
.ti-number-1:before {
|
|
13338
13498
|
content: "\edf1";
|
|
13339
13499
|
}
|
|
13340
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
|
+
|
|
13341
13545
|
.ti-number-2:before {
|
|
13342
13546
|
content: "\edf2";
|
|
13343
13547
|
}
|
|
13344
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
|
+
|
|
13345
13593
|
.ti-number-3:before {
|
|
13346
13594
|
content: "\edf3";
|
|
13347
13595
|
}
|
|
13348
13596
|
|
|
13597
|
+
.ti-number-3-small:before {
|
|
13598
|
+
content: "\fcf8";
|
|
13599
|
+
}
|
|
13600
|
+
|
|
13349
13601
|
.ti-number-4:before {
|
|
13350
13602
|
content: "\edf4";
|
|
13351
13603
|
}
|
|
13352
13604
|
|
|
13605
|
+
.ti-number-4-small:before {
|
|
13606
|
+
content: "\fcf9";
|
|
13607
|
+
}
|
|
13608
|
+
|
|
13353
13609
|
.ti-number-5:before {
|
|
13354
13610
|
content: "\edf5";
|
|
13355
13611
|
}
|
|
13356
13612
|
|
|
13613
|
+
.ti-number-5-small:before {
|
|
13614
|
+
content: "\fcfa";
|
|
13615
|
+
}
|
|
13616
|
+
|
|
13357
13617
|
.ti-number-6:before {
|
|
13358
13618
|
content: "\edf6";
|
|
13359
13619
|
}
|
|
13360
13620
|
|
|
13621
|
+
.ti-number-6-small:before {
|
|
13622
|
+
content: "\fcfb";
|
|
13623
|
+
}
|
|
13624
|
+
|
|
13361
13625
|
.ti-number-7:before {
|
|
13362
13626
|
content: "\edf7";
|
|
13363
13627
|
}
|
|
13364
13628
|
|
|
13629
|
+
.ti-number-7-small:before {
|
|
13630
|
+
content: "\fcfc";
|
|
13631
|
+
}
|
|
13632
|
+
|
|
13365
13633
|
.ti-number-8:before {
|
|
13366
13634
|
content: "\edf8";
|
|
13367
13635
|
}
|
|
13368
13636
|
|
|
13637
|
+
.ti-number-8-small:before {
|
|
13638
|
+
content: "\fcfd";
|
|
13639
|
+
}
|
|
13640
|
+
|
|
13369
13641
|
.ti-number-9:before {
|
|
13370
13642
|
content: "\edf9";
|
|
13371
13643
|
}
|
|
13372
13644
|
|
|
13645
|
+
.ti-number-9-small:before {
|
|
13646
|
+
content: "\fcfe";
|
|
13647
|
+
}
|
|
13648
|
+
|
|
13373
13649
|
.ti-numbers:before {
|
|
13374
13650
|
content: "\f015";
|
|
13375
13651
|
}
|
|
@@ -14954,6 +15230,10 @@
|
|
|
14954
15230
|
content: "\f00b";
|
|
14955
15231
|
}
|
|
14956
15232
|
|
|
15233
|
+
.ti-robot-face:before {
|
|
15234
|
+
content: "\fcbe";
|
|
15235
|
+
}
|
|
15236
|
+
|
|
14957
15237
|
.ti-robot-off:before {
|
|
14958
15238
|
content: "\f192";
|
|
14959
15239
|
}
|
|
@@ -15074,6 +15354,10 @@
|
|
|
15074
15354
|
content: "\f194";
|
|
15075
15355
|
}
|
|
15076
15356
|
|
|
15357
|
+
.ti-route-scan:before {
|
|
15358
|
+
content: "\fcbf";
|
|
15359
|
+
}
|
|
15360
|
+
|
|
15077
15361
|
.ti-route-square:before {
|
|
15078
15362
|
content: "\fcac";
|
|
15079
15363
|
}
|
|
@@ -15150,6 +15434,10 @@
|
|
|
15150
15434
|
content: "\ec82";
|
|
15151
15435
|
}
|
|
15152
15436
|
|
|
15437
|
+
.ti-rv-truck:before {
|
|
15438
|
+
content: "\fcc0";
|
|
15439
|
+
}
|
|
15440
|
+
|
|
15153
15441
|
.ti-s-turn-down:before {
|
|
15154
15442
|
content: "\f516";
|
|
15155
15443
|
}
|
|
@@ -15990,6 +16278,10 @@
|
|
|
15990
16278
|
content: "\f42c";
|
|
15991
16279
|
}
|
|
15992
16280
|
|
|
16281
|
+
.ti-solar-electricity:before {
|
|
16282
|
+
content: "\fcc1";
|
|
16283
|
+
}
|
|
16284
|
+
|
|
15993
16285
|
.ti-solar-panel:before {
|
|
15994
16286
|
content: "\f7bf";
|
|
15995
16287
|
}
|
|
@@ -17098,6 +17390,10 @@
|
|
|
17098
17390
|
content: "\eb30";
|
|
17099
17391
|
}
|
|
17100
17392
|
|
|
17393
|
+
.ti-sun-electricity:before {
|
|
17394
|
+
content: "\fcc2";
|
|
17395
|
+
}
|
|
17396
|
+
|
|
17101
17397
|
.ti-sun-filled:before {
|
|
17102
17398
|
content: "\f6a9";
|
|
17103
17399
|
}
|
|
@@ -17418,6 +17714,10 @@
|
|
|
17418
17714
|
content: "\ef87";
|
|
17419
17715
|
}
|
|
17420
17716
|
|
|
17717
|
+
.ti-text-scan-2:before {
|
|
17718
|
+
content: "\fcc3";
|
|
17719
|
+
}
|
|
17720
|
+
|
|
17421
17721
|
.ti-text-size:before {
|
|
17422
17722
|
content: "\f2b1";
|
|
17423
17723
|
}
|
|
@@ -17950,6 +18250,10 @@
|
|
|
17950
18250
|
content: "\eba2";
|
|
17951
18251
|
}
|
|
17952
18252
|
|
|
18253
|
+
.ti-universe:before {
|
|
18254
|
+
content: "\fcc4";
|
|
18255
|
+
}
|
|
18256
|
+
|
|
17953
18257
|
.ti-unlink:before {
|
|
17954
18258
|
content: "\eb46";
|
|
17955
18259
|
}
|
|
@@ -18462,6 +18766,10 @@
|
|
|
18462
18766
|
content: "\ecd5";
|
|
18463
18767
|
}
|
|
18464
18768
|
|
|
18769
|
+
.ti-waves-electricity:before {
|
|
18770
|
+
content: "\fcc5";
|
|
18771
|
+
}
|
|
18772
|
+
|
|
18465
18773
|
.ti-webhook:before {
|
|
18466
18774
|
content: "\f01e";
|
|
18467
18775
|
}
|
|
@@ -18514,6 +18822,10 @@
|
|
|
18514
18822
|
content: "\ec34";
|
|
18515
18823
|
}
|
|
18516
18824
|
|
|
18825
|
+
.ti-wind-electricity:before {
|
|
18826
|
+
content: "\fcc6";
|
|
18827
|
+
}
|
|
18828
|
+
|
|
18517
18829
|
.ti-wind-off:before {
|
|
18518
18830
|
content: "\f1c7";
|
|
18519
18831
|
}
|