@tabler/icons 1.45.0 → 1.46.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/iconfont/fonts/tabler-icons.eot +0 -0
- package/iconfont/fonts/tabler-icons.svg +100 -49
- package/iconfont/fonts/tabler-icons.ttf +0 -0
- package/iconfont/fonts/tabler-icons.woff +0 -0
- package/iconfont/fonts/tabler-icons.woff2 +0 -0
- package/iconfont/tabler-icons.css +69 -1
- package/iconfont/tabler-icons.html +155 -2
- package/iconfont/tabler-icons.min.css +2 -2
- package/iconfont/tabler-icons.scss +35 -1
- package/icons/brand-notion.svg +11 -0
- package/icons/device-watch-stats-2.svg +9 -0
- package/icons/device-watch-stats.svg +11 -0
- package/icons/engine.svg +10 -0
- package/icons/git-pull-request-closed.svg +11 -0
- package/icons/hotel-service.svg +6 -0
- package/icons/lemon-2.svg +6 -0
- package/icons/map-search.svg +10 -0
- package/icons/puzzle-2.svg +10 -0
- package/icons/report-search.svg +12 -0
- package/icons/rotate-360.svg +7 -0
- package/icons/tag.svg +2 -2
- package/icons/tags.svg +8 -0
- package/icons/text-resize.svg +15 -0
- package/icons/trash-x.svg +9 -0
- package/icons/user-search.svg +9 -0
- package/icons/world-download.svg +11 -0
- package/icons/world-upload.svg +11 -0
- package/icons-png/brand-notion.png +0 -0
- package/icons-png/device-watch-stats-2.png +0 -0
- package/icons-png/device-watch-stats.png +0 -0
- package/icons-png/engine.png +0 -0
- package/icons-png/git-pull-request-closed.png +0 -0
- package/icons-png/hotel-service.png +0 -0
- package/icons-png/lemon-2.png +0 -0
- package/icons-png/map-search.png +0 -0
- package/icons-png/puzzle-2.png +0 -0
- package/icons-png/report-search.png +0 -0
- package/icons-png/rotate-360.png +0 -0
- package/icons-png/tag.png +0 -0
- package/icons-png/tags.png +0 -0
- package/icons-png/text-resize.png +0 -0
- package/icons-png/trash-x.png +0 -0
- package/icons-png/user-search.png +0 -0
- package/icons-png/world-download.png +0 -0
- package/icons-png/world-upload.png +0 -0
- package/icons-react/dist/index.cjs.js +669 -5
- package/icons-react/dist/index.cjs.js.map +1 -1
- package/icons-react/dist/index.cjs.min.js +1 -1
- package/icons-react/dist/index.cjs.min.js.map +1 -1
- package/icons-react/dist/index.esm.js +653 -6
- package/icons-react/dist/index.esm.js.map +1 -1
- package/icons-react/dist/index.esm.min.js +1 -1
- package/icons-react/dist/index.esm.min.js.map +1 -1
- package/icons-react/dist/index.umd.js +669 -5
- package/icons-react/dist/index.umd.js.map +1 -1
- package/icons-react/dist/index.umd.min.js +1 -1
- package/icons-react/dist/index.umd.min.js.map +1 -1
- package/icons-react/index.d.ts +17 -0
- package/package.json +3 -3
- package/tabler-sprite-nostroke.svg +1 -1
- package/tabler-sprite.svg +1 -1
- package/tags.json +176 -17
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 1.
|
|
2
|
+
* Tabler Icons 1.46.0 by tabler - https://tabler.io
|
|
3
3
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
4
4
|
*/
|
|
5
5
|
@font-face {
|
|
@@ -1122,6 +1122,10 @@
|
|
|
1122
1122
|
content: "\edcf";
|
|
1123
1123
|
}
|
|
1124
1124
|
|
|
1125
|
+
.ti-brand-notion:before {
|
|
1126
|
+
content: "\ef7b";
|
|
1127
|
+
}
|
|
1128
|
+
|
|
1125
1129
|
.ti-brand-open-source:before {
|
|
1126
1130
|
content: "\edd0";
|
|
1127
1131
|
}
|
|
@@ -2334,6 +2338,14 @@
|
|
|
2334
2338
|
content: "\ebf9";
|
|
2335
2339
|
}
|
|
2336
2340
|
|
|
2341
|
+
.ti-device-watch-stats:before {
|
|
2342
|
+
content: "\ef7d";
|
|
2343
|
+
}
|
|
2344
|
+
|
|
2345
|
+
.ti-device-watch-stats-2:before {
|
|
2346
|
+
content: "\ef7c";
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2337
2349
|
.ti-devices:before {
|
|
2338
2350
|
content: "\eb87";
|
|
2339
2351
|
}
|
|
@@ -2510,6 +2522,10 @@
|
|
|
2510
2522
|
content: "\ebcf";
|
|
2511
2523
|
}
|
|
2512
2524
|
|
|
2525
|
+
.ti-engine:before {
|
|
2526
|
+
content: "\ef7e";
|
|
2527
|
+
}
|
|
2528
|
+
|
|
2513
2529
|
.ti-equal:before {
|
|
2514
2530
|
content: "\ee87";
|
|
2515
2531
|
}
|
|
@@ -2886,6 +2902,10 @@
|
|
|
2886
2902
|
content: "\eab6";
|
|
2887
2903
|
}
|
|
2888
2904
|
|
|
2905
|
+
.ti-git-pull-request-closed:before {
|
|
2906
|
+
content: "\ef7f";
|
|
2907
|
+
}
|
|
2908
|
+
|
|
2889
2909
|
.ti-glass:before {
|
|
2890
2910
|
content: "\eab8";
|
|
2891
2911
|
}
|
|
@@ -3078,6 +3098,10 @@
|
|
|
3078
3098
|
content: "\eac0";
|
|
3079
3099
|
}
|
|
3080
3100
|
|
|
3101
|
+
.ti-hotel-service:before {
|
|
3102
|
+
content: "\ef80";
|
|
3103
|
+
}
|
|
3104
|
+
|
|
3081
3105
|
.ti-ice-cream:before {
|
|
3082
3106
|
content: "\eac2";
|
|
3083
3107
|
}
|
|
@@ -3274,6 +3298,10 @@
|
|
|
3274
3298
|
content: "\ef10";
|
|
3275
3299
|
}
|
|
3276
3300
|
|
|
3301
|
+
.ti-lemon-2:before {
|
|
3302
|
+
content: "\ef81";
|
|
3303
|
+
}
|
|
3304
|
+
|
|
3277
3305
|
.ti-letter-a:before {
|
|
3278
3306
|
content: "\ec50";
|
|
3279
3307
|
}
|
|
@@ -3554,6 +3582,10 @@
|
|
|
3554
3582
|
content: "\ed5e";
|
|
3555
3583
|
}
|
|
3556
3584
|
|
|
3585
|
+
.ti-map-search:before {
|
|
3586
|
+
content: "\ef82";
|
|
3587
|
+
}
|
|
3588
|
+
|
|
3557
3589
|
.ti-markdown:before {
|
|
3558
3590
|
content: "\ec41";
|
|
3559
3591
|
}
|
|
@@ -4190,6 +4222,10 @@
|
|
|
4190
4222
|
content: "\eb10";
|
|
4191
4223
|
}
|
|
4192
4224
|
|
|
4225
|
+
.ti-puzzle-2:before {
|
|
4226
|
+
content: "\ef83";
|
|
4227
|
+
}
|
|
4228
|
+
|
|
4193
4229
|
.ti-pyramid:before {
|
|
4194
4230
|
content: "\eec5";
|
|
4195
4231
|
}
|
|
@@ -4322,6 +4358,10 @@
|
|
|
4322
4358
|
content: "\eecd";
|
|
4323
4359
|
}
|
|
4324
4360
|
|
|
4361
|
+
.ti-report-search:before {
|
|
4362
|
+
content: "\ef84";
|
|
4363
|
+
}
|
|
4364
|
+
|
|
4325
4365
|
.ti-resize:before {
|
|
4326
4366
|
content: "\eecf";
|
|
4327
4367
|
}
|
|
@@ -4346,6 +4386,10 @@
|
|
|
4346
4386
|
content: "\ebb4";
|
|
4347
4387
|
}
|
|
4348
4388
|
|
|
4389
|
+
.ti-rotate-360:before {
|
|
4390
|
+
content: "\ef85";
|
|
4391
|
+
}
|
|
4392
|
+
|
|
4349
4393
|
.ti-rotate-clockwise:before {
|
|
4350
4394
|
content: "\eb15";
|
|
4351
4395
|
}
|
|
@@ -4930,6 +4974,10 @@
|
|
|
4930
4974
|
content: "\eb34";
|
|
4931
4975
|
}
|
|
4932
4976
|
|
|
4977
|
+
.ti-tags:before {
|
|
4978
|
+
content: "\ef86";
|
|
4979
|
+
}
|
|
4980
|
+
|
|
4933
4981
|
.ti-tallymark-1:before {
|
|
4934
4982
|
content: "\ec46";
|
|
4935
4983
|
}
|
|
@@ -5006,6 +5054,10 @@
|
|
|
5006
5054
|
content: "\eefd";
|
|
5007
5055
|
}
|
|
5008
5056
|
|
|
5057
|
+
.ti-text-resize:before {
|
|
5058
|
+
content: "\ef87";
|
|
5059
|
+
}
|
|
5060
|
+
|
|
5009
5061
|
.ti-text-wrap:before {
|
|
5010
5062
|
content: "\ebdd";
|
|
5011
5063
|
}
|
|
@@ -5110,6 +5162,10 @@
|
|
|
5110
5162
|
content: "\ed65";
|
|
5111
5163
|
}
|
|
5112
5164
|
|
|
5165
|
+
.ti-trash-x:before {
|
|
5166
|
+
content: "\ef88";
|
|
5167
|
+
}
|
|
5168
|
+
|
|
5113
5169
|
.ti-tree:before {
|
|
5114
5170
|
content: "\ef01";
|
|
5115
5171
|
}
|
|
@@ -5230,6 +5286,10 @@
|
|
|
5230
5286
|
content: "\eb4b";
|
|
5231
5287
|
}
|
|
5232
5288
|
|
|
5289
|
+
.ti-user-search:before {
|
|
5290
|
+
content: "\ef89";
|
|
5291
|
+
}
|
|
5292
|
+
|
|
5233
5293
|
.ti-user-x:before {
|
|
5234
5294
|
content: "\eb4c";
|
|
5235
5295
|
}
|
|
@@ -5414,6 +5474,10 @@
|
|
|
5414
5474
|
content: "\eb54";
|
|
5415
5475
|
}
|
|
5416
5476
|
|
|
5477
|
+
.ti-world-download:before {
|
|
5478
|
+
content: "\ef8a";
|
|
5479
|
+
}
|
|
5480
|
+
|
|
5417
5481
|
.ti-world-latitude:before {
|
|
5418
5482
|
content: "\ed2e";
|
|
5419
5483
|
}
|
|
@@ -5422,6 +5486,10 @@
|
|
|
5422
5486
|
content: "\ed2f";
|
|
5423
5487
|
}
|
|
5424
5488
|
|
|
5489
|
+
.ti-world-upload:before {
|
|
5490
|
+
content: "\ef8b";
|
|
5491
|
+
}
|
|
5492
|
+
|
|
5425
5493
|
.ti-wrecking-ball:before {
|
|
5426
5494
|
content: "\ed97";
|
|
5427
5495
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta name="viewport"
|
|
6
6
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
7
7
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
8
|
-
<title>Tabler Icons - version 1.
|
|
8
|
+
<title>Tabler Icons - version 1.46.0</title>
|
|
9
9
|
|
|
10
10
|
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600" rel="stylesheet">
|
|
11
11
|
<link rel="stylesheet" href="./tabler-icons.css">
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
<h1>
|
|
110
110
|
Tabler Icons
|
|
111
111
|
</h1>
|
|
112
|
-
<p class="text-muted">version 1.
|
|
112
|
+
<p class="text-muted">version 1.46.0</p>
|
|
113
113
|
</header>
|
|
114
114
|
|
|
115
115
|
<div class="search-bar">
|
|
@@ -2576,6 +2576,15 @@
|
|
|
2576
2576
|
</div>
|
|
2577
2577
|
</div>
|
|
2578
2578
|
|
|
2579
|
+
<div class="tabler-icon">
|
|
2580
|
+
<i class="ti ti-brand-notion"></i>
|
|
2581
|
+
<strong>brand-notion</strong>
|
|
2582
|
+
<div class="tabler-icon-codes">
|
|
2583
|
+
<code>ti ti-brand-notion</code><br>
|
|
2584
|
+
<code>\ef7b</code>
|
|
2585
|
+
</div>
|
|
2586
|
+
</div>
|
|
2587
|
+
|
|
2579
2588
|
<div class="tabler-icon">
|
|
2580
2589
|
<i class="ti ti-brand-open-source"></i>
|
|
2581
2590
|
<strong>brand-open-source</strong>
|
|
@@ -5303,6 +5312,24 @@
|
|
|
5303
5312
|
</div>
|
|
5304
5313
|
</div>
|
|
5305
5314
|
|
|
5315
|
+
<div class="tabler-icon">
|
|
5316
|
+
<i class="ti ti-device-watch-stats"></i>
|
|
5317
|
+
<strong>device-watch-stats</strong>
|
|
5318
|
+
<div class="tabler-icon-codes">
|
|
5319
|
+
<code>ti ti-device-watch-stats</code><br>
|
|
5320
|
+
<code>\ef7d</code>
|
|
5321
|
+
</div>
|
|
5322
|
+
</div>
|
|
5323
|
+
|
|
5324
|
+
<div class="tabler-icon">
|
|
5325
|
+
<i class="ti ti-device-watch-stats-2"></i>
|
|
5326
|
+
<strong>device-watch-stats-2</strong>
|
|
5327
|
+
<div class="tabler-icon-codes">
|
|
5328
|
+
<code>ti ti-device-watch-stats-2</code><br>
|
|
5329
|
+
<code>\ef7c</code>
|
|
5330
|
+
</div>
|
|
5331
|
+
</div>
|
|
5332
|
+
|
|
5306
5333
|
<div class="tabler-icon">
|
|
5307
5334
|
<i class="ti ti-devices"></i>
|
|
5308
5335
|
<strong>devices</strong>
|
|
@@ -5699,6 +5726,15 @@
|
|
|
5699
5726
|
</div>
|
|
5700
5727
|
</div>
|
|
5701
5728
|
|
|
5729
|
+
<div class="tabler-icon">
|
|
5730
|
+
<i class="ti ti-engine"></i>
|
|
5731
|
+
<strong>engine</strong>
|
|
5732
|
+
<div class="tabler-icon-codes">
|
|
5733
|
+
<code>ti ti-engine</code><br>
|
|
5734
|
+
<code>\ef7e</code>
|
|
5735
|
+
</div>
|
|
5736
|
+
</div>
|
|
5737
|
+
|
|
5702
5738
|
<div class="tabler-icon">
|
|
5703
5739
|
<i class="ti ti-equal"></i>
|
|
5704
5740
|
<strong>equal</strong>
|
|
@@ -6545,6 +6581,15 @@
|
|
|
6545
6581
|
</div>
|
|
6546
6582
|
</div>
|
|
6547
6583
|
|
|
6584
|
+
<div class="tabler-icon">
|
|
6585
|
+
<i class="ti ti-git-pull-request-closed"></i>
|
|
6586
|
+
<strong>git-pull-request-closed</strong>
|
|
6587
|
+
<div class="tabler-icon-codes">
|
|
6588
|
+
<code>ti ti-git-pull-request-closed</code><br>
|
|
6589
|
+
<code>\ef7f</code>
|
|
6590
|
+
</div>
|
|
6591
|
+
</div>
|
|
6592
|
+
|
|
6548
6593
|
<div class="tabler-icon">
|
|
6549
6594
|
<i class="ti ti-glass"></i>
|
|
6550
6595
|
<strong>glass</strong>
|
|
@@ -6977,6 +7022,15 @@
|
|
|
6977
7022
|
</div>
|
|
6978
7023
|
</div>
|
|
6979
7024
|
|
|
7025
|
+
<div class="tabler-icon">
|
|
7026
|
+
<i class="ti ti-hotel-service"></i>
|
|
7027
|
+
<strong>hotel-service</strong>
|
|
7028
|
+
<div class="tabler-icon-codes">
|
|
7029
|
+
<code>ti ti-hotel-service</code><br>
|
|
7030
|
+
<code>\ef80</code>
|
|
7031
|
+
</div>
|
|
7032
|
+
</div>
|
|
7033
|
+
|
|
6980
7034
|
<div class="tabler-icon">
|
|
6981
7035
|
<i class="ti ti-ice-cream"></i>
|
|
6982
7036
|
<strong>ice-cream</strong>
|
|
@@ -7418,6 +7472,15 @@
|
|
|
7418
7472
|
</div>
|
|
7419
7473
|
</div>
|
|
7420
7474
|
|
|
7475
|
+
<div class="tabler-icon">
|
|
7476
|
+
<i class="ti ti-lemon-2"></i>
|
|
7477
|
+
<strong>lemon-2</strong>
|
|
7478
|
+
<div class="tabler-icon-codes">
|
|
7479
|
+
<code>ti ti-lemon-2</code><br>
|
|
7480
|
+
<code>\ef81</code>
|
|
7481
|
+
</div>
|
|
7482
|
+
</div>
|
|
7483
|
+
|
|
7421
7484
|
<div class="tabler-icon">
|
|
7422
7485
|
<i class="ti ti-letter-a"></i>
|
|
7423
7486
|
<strong>letter-a</strong>
|
|
@@ -8048,6 +8111,15 @@
|
|
|
8048
8111
|
</div>
|
|
8049
8112
|
</div>
|
|
8050
8113
|
|
|
8114
|
+
<div class="tabler-icon">
|
|
8115
|
+
<i class="ti ti-map-search"></i>
|
|
8116
|
+
<strong>map-search</strong>
|
|
8117
|
+
<div class="tabler-icon-codes">
|
|
8118
|
+
<code>ti ti-map-search</code><br>
|
|
8119
|
+
<code>\ef82</code>
|
|
8120
|
+
</div>
|
|
8121
|
+
</div>
|
|
8122
|
+
|
|
8051
8123
|
<div class="tabler-icon">
|
|
8052
8124
|
<i class="ti ti-markdown"></i>
|
|
8053
8125
|
<strong>markdown</strong>
|
|
@@ -9479,6 +9551,15 @@
|
|
|
9479
9551
|
</div>
|
|
9480
9552
|
</div>
|
|
9481
9553
|
|
|
9554
|
+
<div class="tabler-icon">
|
|
9555
|
+
<i class="ti ti-puzzle-2"></i>
|
|
9556
|
+
<strong>puzzle-2</strong>
|
|
9557
|
+
<div class="tabler-icon-codes">
|
|
9558
|
+
<code>ti ti-puzzle-2</code><br>
|
|
9559
|
+
<code>\ef83</code>
|
|
9560
|
+
</div>
|
|
9561
|
+
</div>
|
|
9562
|
+
|
|
9482
9563
|
<div class="tabler-icon">
|
|
9483
9564
|
<i class="ti ti-pyramid"></i>
|
|
9484
9565
|
<strong>pyramid</strong>
|
|
@@ -9776,6 +9857,15 @@
|
|
|
9776
9857
|
</div>
|
|
9777
9858
|
</div>
|
|
9778
9859
|
|
|
9860
|
+
<div class="tabler-icon">
|
|
9861
|
+
<i class="ti ti-report-search"></i>
|
|
9862
|
+
<strong>report-search</strong>
|
|
9863
|
+
<div class="tabler-icon-codes">
|
|
9864
|
+
<code>ti ti-report-search</code><br>
|
|
9865
|
+
<code>\ef84</code>
|
|
9866
|
+
</div>
|
|
9867
|
+
</div>
|
|
9868
|
+
|
|
9779
9869
|
<div class="tabler-icon">
|
|
9780
9870
|
<i class="ti ti-resize"></i>
|
|
9781
9871
|
<strong>resize</strong>
|
|
@@ -9830,6 +9920,15 @@
|
|
|
9830
9920
|
</div>
|
|
9831
9921
|
</div>
|
|
9832
9922
|
|
|
9923
|
+
<div class="tabler-icon">
|
|
9924
|
+
<i class="ti ti-rotate-360"></i>
|
|
9925
|
+
<strong>rotate-360</strong>
|
|
9926
|
+
<div class="tabler-icon-codes">
|
|
9927
|
+
<code>ti ti-rotate-360</code><br>
|
|
9928
|
+
<code>\ef85</code>
|
|
9929
|
+
</div>
|
|
9930
|
+
</div>
|
|
9931
|
+
|
|
9833
9932
|
<div class="tabler-icon">
|
|
9834
9933
|
<i class="ti ti-rotate-clockwise"></i>
|
|
9835
9934
|
<strong>rotate-clockwise</strong>
|
|
@@ -11144,6 +11243,15 @@
|
|
|
11144
11243
|
</div>
|
|
11145
11244
|
</div>
|
|
11146
11245
|
|
|
11246
|
+
<div class="tabler-icon">
|
|
11247
|
+
<i class="ti ti-tags"></i>
|
|
11248
|
+
<strong>tags</strong>
|
|
11249
|
+
<div class="tabler-icon-codes">
|
|
11250
|
+
<code>ti ti-tags</code><br>
|
|
11251
|
+
<code>\ef86</code>
|
|
11252
|
+
</div>
|
|
11253
|
+
</div>
|
|
11254
|
+
|
|
11147
11255
|
<div class="tabler-icon">
|
|
11148
11256
|
<i class="ti ti-tallymark-1"></i>
|
|
11149
11257
|
<strong>tallymark-1</strong>
|
|
@@ -11315,6 +11423,15 @@
|
|
|
11315
11423
|
</div>
|
|
11316
11424
|
</div>
|
|
11317
11425
|
|
|
11426
|
+
<div class="tabler-icon">
|
|
11427
|
+
<i class="ti ti-text-resize"></i>
|
|
11428
|
+
<strong>text-resize</strong>
|
|
11429
|
+
<div class="tabler-icon-codes">
|
|
11430
|
+
<code>ti ti-text-resize</code><br>
|
|
11431
|
+
<code>\ef87</code>
|
|
11432
|
+
</div>
|
|
11433
|
+
</div>
|
|
11434
|
+
|
|
11318
11435
|
<div class="tabler-icon">
|
|
11319
11436
|
<i class="ti ti-text-wrap"></i>
|
|
11320
11437
|
<strong>text-wrap</strong>
|
|
@@ -11549,6 +11666,15 @@
|
|
|
11549
11666
|
</div>
|
|
11550
11667
|
</div>
|
|
11551
11668
|
|
|
11669
|
+
<div class="tabler-icon">
|
|
11670
|
+
<i class="ti ti-trash-x"></i>
|
|
11671
|
+
<strong>trash-x</strong>
|
|
11672
|
+
<div class="tabler-icon-codes">
|
|
11673
|
+
<code>ti ti-trash-x</code><br>
|
|
11674
|
+
<code>\ef88</code>
|
|
11675
|
+
</div>
|
|
11676
|
+
</div>
|
|
11677
|
+
|
|
11552
11678
|
<div class="tabler-icon">
|
|
11553
11679
|
<i class="ti ti-tree"></i>
|
|
11554
11680
|
<strong>tree</strong>
|
|
@@ -11819,6 +11945,15 @@
|
|
|
11819
11945
|
</div>
|
|
11820
11946
|
</div>
|
|
11821
11947
|
|
|
11948
|
+
<div class="tabler-icon">
|
|
11949
|
+
<i class="ti ti-user-search"></i>
|
|
11950
|
+
<strong>user-search</strong>
|
|
11951
|
+
<div class="tabler-icon-codes">
|
|
11952
|
+
<code>ti ti-user-search</code><br>
|
|
11953
|
+
<code>\ef89</code>
|
|
11954
|
+
</div>
|
|
11955
|
+
</div>
|
|
11956
|
+
|
|
11822
11957
|
<div class="tabler-icon">
|
|
11823
11958
|
<i class="ti ti-user-x"></i>
|
|
11824
11959
|
<strong>user-x</strong>
|
|
@@ -12233,6 +12368,15 @@
|
|
|
12233
12368
|
</div>
|
|
12234
12369
|
</div>
|
|
12235
12370
|
|
|
12371
|
+
<div class="tabler-icon">
|
|
12372
|
+
<i class="ti ti-world-download"></i>
|
|
12373
|
+
<strong>world-download</strong>
|
|
12374
|
+
<div class="tabler-icon-codes">
|
|
12375
|
+
<code>ti ti-world-download</code><br>
|
|
12376
|
+
<code>\ef8a</code>
|
|
12377
|
+
</div>
|
|
12378
|
+
</div>
|
|
12379
|
+
|
|
12236
12380
|
<div class="tabler-icon">
|
|
12237
12381
|
<i class="ti ti-world-latitude"></i>
|
|
12238
12382
|
<strong>world-latitude</strong>
|
|
@@ -12251,6 +12395,15 @@
|
|
|
12251
12395
|
</div>
|
|
12252
12396
|
</div>
|
|
12253
12397
|
|
|
12398
|
+
<div class="tabler-icon">
|
|
12399
|
+
<i class="ti ti-world-upload"></i>
|
|
12400
|
+
<strong>world-upload</strong>
|
|
12401
|
+
<div class="tabler-icon-codes">
|
|
12402
|
+
<code>ti ti-world-upload</code><br>
|
|
12403
|
+
<code>\ef8b</code>
|
|
12404
|
+
</div>
|
|
12405
|
+
</div>
|
|
12406
|
+
|
|
12254
12407
|
<div class="tabler-icon">
|
|
12255
12408
|
<i class="ti ti-wrecking-ball"></i>
|
|
12256
12409
|
<strong>wrecking-ball</strong>
|