@tabler/icons-webfont 2.1.2 → 2.3.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 +212 -16
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +474 -33
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +117 -19
package/tabler-icons.html
CHANGED
|
@@ -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 2.
|
|
8
|
+
<title>Tabler Icons - version 2.3.0</title>
|
|
9
9
|
|
|
10
10
|
<link rel="preconnect" href="https://rsms.me/">
|
|
11
11
|
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<h1>
|
|
117
117
|
Tabler Icons
|
|
118
118
|
</h1>
|
|
119
|
-
<p class="text-muted">version 2.
|
|
119
|
+
<p class="text-muted">version 2.3.0</p>
|
|
120
120
|
</header>
|
|
121
121
|
|
|
122
122
|
<div class="search-bar">
|
|
@@ -288,6 +288,15 @@
|
|
|
288
288
|
</div>
|
|
289
289
|
</div>
|
|
290
290
|
|
|
291
|
+
<div class="tabler-icon">
|
|
292
|
+
<i class="ti ti-accessible-off-filled"></i>
|
|
293
|
+
<strong>accessible-off-filled</strong>
|
|
294
|
+
<div class="tabler-icon-codes">
|
|
295
|
+
<code>ti ti-accessible-off-filled</code><br>
|
|
296
|
+
<code>\f6ea</code>
|
|
297
|
+
</div>
|
|
298
|
+
</div>
|
|
299
|
+
|
|
291
300
|
<div class="tabler-icon">
|
|
292
301
|
<i class="ti ti-activity"></i>
|
|
293
302
|
<strong>activity</strong>
|
|
@@ -324,6 +333,15 @@
|
|
|
324
333
|
</div>
|
|
325
334
|
</div>
|
|
326
335
|
|
|
336
|
+
<div class="tabler-icon">
|
|
337
|
+
<i class="ti ti-ad-filled"></i>
|
|
338
|
+
<strong>ad-filled</strong>
|
|
339
|
+
<div class="tabler-icon-codes">
|
|
340
|
+
<code>ti ti-ad-filled</code><br>
|
|
341
|
+
<code>\f6eb</code>
|
|
342
|
+
</div>
|
|
343
|
+
</div>
|
|
344
|
+
|
|
327
345
|
<div class="tabler-icon">
|
|
328
346
|
<i class="ti ti-ad-off"></i>
|
|
329
347
|
<strong>ad-off</strong>
|
|
@@ -369,6 +387,15 @@
|
|
|
369
387
|
</div>
|
|
370
388
|
</div>
|
|
371
389
|
|
|
390
|
+
<div class="tabler-icon">
|
|
391
|
+
<i class="ti ti-adjustments-filled"></i>
|
|
392
|
+
<strong>adjustments-filled</strong>
|
|
393
|
+
<div class="tabler-icon-codes">
|
|
394
|
+
<code>ti ti-adjustments-filled</code><br>
|
|
395
|
+
<code>\f6ec</code>
|
|
396
|
+
</div>
|
|
397
|
+
</div>
|
|
398
|
+
|
|
372
399
|
<div class="tabler-icon">
|
|
373
400
|
<i class="ti ti-adjustments-horizontal"></i>
|
|
374
401
|
<strong>adjustments-horizontal</strong>
|
|
@@ -405,6 +432,15 @@
|
|
|
405
432
|
</div>
|
|
406
433
|
</div>
|
|
407
434
|
|
|
435
|
+
<div class="tabler-icon">
|
|
436
|
+
<i class="ti ti-affiliate-filled"></i>
|
|
437
|
+
<strong>affiliate-filled</strong>
|
|
438
|
+
<div class="tabler-icon-codes">
|
|
439
|
+
<code>ti ti-affiliate-filled</code><br>
|
|
440
|
+
<code>\f6ed</code>
|
|
441
|
+
</div>
|
|
442
|
+
</div>
|
|
443
|
+
|
|
408
444
|
<div class="tabler-icon">
|
|
409
445
|
<i class="ti ti-air-balloon"></i>
|
|
410
446
|
<strong>air-balloon</strong>
|
|
@@ -504,6 +540,15 @@
|
|
|
504
540
|
</div>
|
|
505
541
|
</div>
|
|
506
542
|
|
|
543
|
+
<div class="tabler-icon">
|
|
544
|
+
<i class="ti ti-alert-circle-filled"></i>
|
|
545
|
+
<strong>alert-circle-filled</strong>
|
|
546
|
+
<div class="tabler-icon-codes">
|
|
547
|
+
<code>ti ti-alert-circle-filled</code><br>
|
|
548
|
+
<code>\f6ee</code>
|
|
549
|
+
</div>
|
|
550
|
+
</div>
|
|
551
|
+
|
|
507
552
|
<div class="tabler-icon">
|
|
508
553
|
<i class="ti ti-alert-octagon"></i>
|
|
509
554
|
<strong>alert-octagon</strong>
|
|
@@ -513,6 +558,15 @@
|
|
|
513
558
|
</div>
|
|
514
559
|
</div>
|
|
515
560
|
|
|
561
|
+
<div class="tabler-icon">
|
|
562
|
+
<i class="ti ti-alert-octagon-filled"></i>
|
|
563
|
+
<strong>alert-octagon-filled</strong>
|
|
564
|
+
<div class="tabler-icon-codes">
|
|
565
|
+
<code>ti ti-alert-octagon-filled</code><br>
|
|
566
|
+
<code>\f6ef</code>
|
|
567
|
+
</div>
|
|
568
|
+
</div>
|
|
569
|
+
|
|
516
570
|
<div class="tabler-icon">
|
|
517
571
|
<i class="ti ti-alert-triangle"></i>
|
|
518
572
|
<strong>alert-triangle</strong>
|
|
@@ -522,6 +576,15 @@
|
|
|
522
576
|
</div>
|
|
523
577
|
</div>
|
|
524
578
|
|
|
579
|
+
<div class="tabler-icon">
|
|
580
|
+
<i class="ti ti-alert-triangle-filled"></i>
|
|
581
|
+
<strong>alert-triangle-filled</strong>
|
|
582
|
+
<div class="tabler-icon-codes">
|
|
583
|
+
<code>ti ti-alert-triangle-filled</code><br>
|
|
584
|
+
<code>\f6f0</code>
|
|
585
|
+
</div>
|
|
586
|
+
</div>
|
|
587
|
+
|
|
525
588
|
<div class="tabler-icon">
|
|
526
589
|
<i class="ti ti-alien"></i>
|
|
527
590
|
<strong>alien</strong>
|
|
@@ -936,6 +999,15 @@
|
|
|
936
999
|
</div>
|
|
937
1000
|
</div>
|
|
938
1001
|
|
|
1002
|
+
<div class="tabler-icon">
|
|
1003
|
+
<i class="ti ti-apps-filled"></i>
|
|
1004
|
+
<strong>apps-filled</strong>
|
|
1005
|
+
<div class="tabler-icon-codes">
|
|
1006
|
+
<code>ti ti-apps-filled</code><br>
|
|
1007
|
+
<code>\f6f1</code>
|
|
1008
|
+
</div>
|
|
1009
|
+
</div>
|
|
1010
|
+
|
|
939
1011
|
<div class="tabler-icon">
|
|
940
1012
|
<i class="ti ti-apps-off"></i>
|
|
941
1013
|
<strong>apps-off</strong>
|
|
@@ -1008,6 +1080,15 @@
|
|
|
1008
1080
|
</div>
|
|
1009
1081
|
</div>
|
|
1010
1082
|
|
|
1083
|
+
<div class="tabler-icon">
|
|
1084
|
+
<i class="ti ti-arrow-autofit-content-filled"></i>
|
|
1085
|
+
<strong>arrow-autofit-content-filled</strong>
|
|
1086
|
+
<div class="tabler-icon-codes">
|
|
1087
|
+
<code>ti ti-arrow-autofit-content-filled</code><br>
|
|
1088
|
+
<code>\f6f2</code>
|
|
1089
|
+
</div>
|
|
1090
|
+
</div>
|
|
1091
|
+
|
|
1011
1092
|
<div class="tabler-icon">
|
|
1012
1093
|
<i class="ti ti-arrow-autofit-down"></i>
|
|
1013
1094
|
<strong>arrow-autofit-down</strong>
|
|
@@ -2016,6 +2097,15 @@
|
|
|
2016
2097
|
</div>
|
|
2017
2098
|
</div>
|
|
2018
2099
|
|
|
2100
|
+
<div class="tabler-icon">
|
|
2101
|
+
<i class="ti ti-arrow-top-circle"></i>
|
|
2102
|
+
<strong>arrow-top-circle</strong>
|
|
2103
|
+
<div class="tabler-icon-codes">
|
|
2104
|
+
<code>ti ti-arrow-top-circle</code><br>
|
|
2105
|
+
<code>\f6f3</code>
|
|
2106
|
+
</div>
|
|
2107
|
+
</div>
|
|
2108
|
+
|
|
2019
2109
|
<div class="tabler-icon">
|
|
2020
2110
|
<i class="ti ti-arrow-up"></i>
|
|
2021
2111
|
<strong>arrow-up</strong>
|
|
@@ -3034,19 +3124,19 @@
|
|
|
3034
3124
|
</div>
|
|
3035
3125
|
|
|
3036
3126
|
<div class="tabler-icon">
|
|
3037
|
-
<i class="ti ti-
|
|
3038
|
-
<strong>
|
|
3127
|
+
<i class="ti ti-balloon"></i>
|
|
3128
|
+
<strong>balloon</strong>
|
|
3039
3129
|
<div class="tabler-icon-codes">
|
|
3040
|
-
<code>ti ti-
|
|
3130
|
+
<code>ti ti-balloon</code><br>
|
|
3041
3131
|
<code>\ef3a</code>
|
|
3042
3132
|
</div>
|
|
3043
3133
|
</div>
|
|
3044
3134
|
|
|
3045
3135
|
<div class="tabler-icon">
|
|
3046
|
-
<i class="ti ti-
|
|
3047
|
-
<strong>
|
|
3136
|
+
<i class="ti ti-balloon-off"></i>
|
|
3137
|
+
<strong>balloon-off</strong>
|
|
3048
3138
|
<div class="tabler-icon-codes">
|
|
3049
|
-
<code>ti ti-
|
|
3139
|
+
<code>ti ti-balloon-off</code><br>
|
|
3050
3140
|
<code>\f0fd</code>
|
|
3051
3141
|
</div>
|
|
3052
3142
|
</div>
|
|
@@ -4339,10 +4429,10 @@
|
|
|
4339
4429
|
</div>
|
|
4340
4430
|
|
|
4341
4431
|
<div class="tabler-icon">
|
|
4342
|
-
<i class="ti ti-
|
|
4343
|
-
<strong>
|
|
4432
|
+
<i class="ti ti-braille"></i>
|
|
4433
|
+
<strong>braille</strong>
|
|
4344
4434
|
<div class="tabler-icon-codes">
|
|
4345
|
-
<code>ti ti-
|
|
4435
|
+
<code>ti ti-braille</code><br>
|
|
4346
4436
|
<code>\f545</code>
|
|
4347
4437
|
</div>
|
|
4348
4438
|
</div>
|
|
@@ -4456,10 +4546,10 @@
|
|
|
4456
4546
|
</div>
|
|
4457
4547
|
|
|
4458
4548
|
<div class="tabler-icon">
|
|
4459
|
-
<i class="ti ti-brand-
|
|
4460
|
-
<strong>brand-
|
|
4549
|
+
<i class="ti ti-brand-among-us"></i>
|
|
4550
|
+
<strong>brand-among-us</strong>
|
|
4461
4551
|
<div class="tabler-icon-codes">
|
|
4462
|
-
<code>ti ti-brand-
|
|
4552
|
+
<code>ti ti-brand-among-us</code><br>
|
|
4463
4553
|
<code>\f205</code>
|
|
4464
4554
|
</div>
|
|
4465
4555
|
</div>
|
|
@@ -4645,10 +4735,10 @@
|
|
|
4645
4735
|
</div>
|
|
4646
4736
|
|
|
4647
4737
|
<div class="tabler-icon">
|
|
4648
|
-
<i class="ti ti-brand-
|
|
4649
|
-
<strong>brand-
|
|
4738
|
+
<i class="ti ti-brand-blackberry"></i>
|
|
4739
|
+
<strong>brand-blackberry</strong>
|
|
4650
4740
|
<div class="tabler-icon-codes">
|
|
4651
|
-
<code>ti ti-brand-
|
|
4741
|
+
<code>ti ti-brand-blackberry</code><br>
|
|
4652
4742
|
<code>\f568</code>
|
|
4653
4743
|
</div>
|
|
4654
4744
|
</div>
|
|
@@ -8820,6 +8910,150 @@
|
|
|
8820
8910
|
</div>
|
|
8821
8911
|
</div>
|
|
8822
8912
|
|
|
8913
|
+
<div class="tabler-icon">
|
|
8914
|
+
<i class="ti ti-circle-arrow-down"></i>
|
|
8915
|
+
<strong>circle-arrow-down</strong>
|
|
8916
|
+
<div class="tabler-icon-codes">
|
|
8917
|
+
<code>ti ti-circle-arrow-down</code><br>
|
|
8918
|
+
<code>\f6f9</code>
|
|
8919
|
+
</div>
|
|
8920
|
+
</div>
|
|
8921
|
+
|
|
8922
|
+
<div class="tabler-icon">
|
|
8923
|
+
<i class="ti ti-circle-arrow-down-filled"></i>
|
|
8924
|
+
<strong>circle-arrow-down-filled</strong>
|
|
8925
|
+
<div class="tabler-icon-codes">
|
|
8926
|
+
<code>ti ti-circle-arrow-down-filled</code><br>
|
|
8927
|
+
<code>\f6f4</code>
|
|
8928
|
+
</div>
|
|
8929
|
+
</div>
|
|
8930
|
+
|
|
8931
|
+
<div class="tabler-icon">
|
|
8932
|
+
<i class="ti ti-circle-arrow-down-left"></i>
|
|
8933
|
+
<strong>circle-arrow-down-left</strong>
|
|
8934
|
+
<div class="tabler-icon-codes">
|
|
8935
|
+
<code>ti ti-circle-arrow-down-left</code><br>
|
|
8936
|
+
<code>\f6f6</code>
|
|
8937
|
+
</div>
|
|
8938
|
+
</div>
|
|
8939
|
+
|
|
8940
|
+
<div class="tabler-icon">
|
|
8941
|
+
<i class="ti ti-circle-arrow-down-left-filled"></i>
|
|
8942
|
+
<strong>circle-arrow-down-left-filled</strong>
|
|
8943
|
+
<div class="tabler-icon-codes">
|
|
8944
|
+
<code>ti ti-circle-arrow-down-left-filled</code><br>
|
|
8945
|
+
<code>\f6f5</code>
|
|
8946
|
+
</div>
|
|
8947
|
+
</div>
|
|
8948
|
+
|
|
8949
|
+
<div class="tabler-icon">
|
|
8950
|
+
<i class="ti ti-circle-arrow-down-right"></i>
|
|
8951
|
+
<strong>circle-arrow-down-right</strong>
|
|
8952
|
+
<div class="tabler-icon-codes">
|
|
8953
|
+
<code>ti ti-circle-arrow-down-right</code><br>
|
|
8954
|
+
<code>\f6f8</code>
|
|
8955
|
+
</div>
|
|
8956
|
+
</div>
|
|
8957
|
+
|
|
8958
|
+
<div class="tabler-icon">
|
|
8959
|
+
<i class="ti ti-circle-arrow-down-right-filled"></i>
|
|
8960
|
+
<strong>circle-arrow-down-right-filled</strong>
|
|
8961
|
+
<div class="tabler-icon-codes">
|
|
8962
|
+
<code>ti ti-circle-arrow-down-right-filled</code><br>
|
|
8963
|
+
<code>\f6f7</code>
|
|
8964
|
+
</div>
|
|
8965
|
+
</div>
|
|
8966
|
+
|
|
8967
|
+
<div class="tabler-icon">
|
|
8968
|
+
<i class="ti ti-circle-arrow-left"></i>
|
|
8969
|
+
<strong>circle-arrow-left</strong>
|
|
8970
|
+
<div class="tabler-icon-codes">
|
|
8971
|
+
<code>ti ti-circle-arrow-left</code><br>
|
|
8972
|
+
<code>\f6fb</code>
|
|
8973
|
+
</div>
|
|
8974
|
+
</div>
|
|
8975
|
+
|
|
8976
|
+
<div class="tabler-icon">
|
|
8977
|
+
<i class="ti ti-circle-arrow-left-filled"></i>
|
|
8978
|
+
<strong>circle-arrow-left-filled</strong>
|
|
8979
|
+
<div class="tabler-icon-codes">
|
|
8980
|
+
<code>ti ti-circle-arrow-left-filled</code><br>
|
|
8981
|
+
<code>\f6fa</code>
|
|
8982
|
+
</div>
|
|
8983
|
+
</div>
|
|
8984
|
+
|
|
8985
|
+
<div class="tabler-icon">
|
|
8986
|
+
<i class="ti ti-circle-arrow-right"></i>
|
|
8987
|
+
<strong>circle-arrow-right</strong>
|
|
8988
|
+
<div class="tabler-icon-codes">
|
|
8989
|
+
<code>ti ti-circle-arrow-right</code><br>
|
|
8990
|
+
<code>\f6fd</code>
|
|
8991
|
+
</div>
|
|
8992
|
+
</div>
|
|
8993
|
+
|
|
8994
|
+
<div class="tabler-icon">
|
|
8995
|
+
<i class="ti ti-circle-arrow-right-filled"></i>
|
|
8996
|
+
<strong>circle-arrow-right-filled</strong>
|
|
8997
|
+
<div class="tabler-icon-codes">
|
|
8998
|
+
<code>ti ti-circle-arrow-right-filled</code><br>
|
|
8999
|
+
<code>\f6fc</code>
|
|
9000
|
+
</div>
|
|
9001
|
+
</div>
|
|
9002
|
+
|
|
9003
|
+
<div class="tabler-icon">
|
|
9004
|
+
<i class="ti ti-circle-arrow-up"></i>
|
|
9005
|
+
<strong>circle-arrow-up</strong>
|
|
9006
|
+
<div class="tabler-icon-codes">
|
|
9007
|
+
<code>ti ti-circle-arrow-up</code><br>
|
|
9008
|
+
<code>\f703</code>
|
|
9009
|
+
</div>
|
|
9010
|
+
</div>
|
|
9011
|
+
|
|
9012
|
+
<div class="tabler-icon">
|
|
9013
|
+
<i class="ti ti-circle-arrow-up-filled"></i>
|
|
9014
|
+
<strong>circle-arrow-up-filled</strong>
|
|
9015
|
+
<div class="tabler-icon-codes">
|
|
9016
|
+
<code>ti ti-circle-arrow-up-filled</code><br>
|
|
9017
|
+
<code>\f6fe</code>
|
|
9018
|
+
</div>
|
|
9019
|
+
</div>
|
|
9020
|
+
|
|
9021
|
+
<div class="tabler-icon">
|
|
9022
|
+
<i class="ti ti-circle-arrow-up-left"></i>
|
|
9023
|
+
<strong>circle-arrow-up-left</strong>
|
|
9024
|
+
<div class="tabler-icon-codes">
|
|
9025
|
+
<code>ti ti-circle-arrow-up-left</code><br>
|
|
9026
|
+
<code>\f700</code>
|
|
9027
|
+
</div>
|
|
9028
|
+
</div>
|
|
9029
|
+
|
|
9030
|
+
<div class="tabler-icon">
|
|
9031
|
+
<i class="ti ti-circle-arrow-up-left-filled"></i>
|
|
9032
|
+
<strong>circle-arrow-up-left-filled</strong>
|
|
9033
|
+
<div class="tabler-icon-codes">
|
|
9034
|
+
<code>ti ti-circle-arrow-up-left-filled</code><br>
|
|
9035
|
+
<code>\f6ff</code>
|
|
9036
|
+
</div>
|
|
9037
|
+
</div>
|
|
9038
|
+
|
|
9039
|
+
<div class="tabler-icon">
|
|
9040
|
+
<i class="ti ti-circle-arrow-up-right"></i>
|
|
9041
|
+
<strong>circle-arrow-up-right</strong>
|
|
9042
|
+
<div class="tabler-icon-codes">
|
|
9043
|
+
<code>ti ti-circle-arrow-up-right</code><br>
|
|
9044
|
+
<code>\f702</code>
|
|
9045
|
+
</div>
|
|
9046
|
+
</div>
|
|
9047
|
+
|
|
9048
|
+
<div class="tabler-icon">
|
|
9049
|
+
<i class="ti ti-circle-arrow-up-right-filled"></i>
|
|
9050
|
+
<strong>circle-arrow-up-right-filled</strong>
|
|
9051
|
+
<div class="tabler-icon-codes">
|
|
9052
|
+
<code>ti ti-circle-arrow-up-right-filled</code><br>
|
|
9053
|
+
<code>\f701</code>
|
|
9054
|
+
</div>
|
|
9055
|
+
</div>
|
|
9056
|
+
|
|
8823
9057
|
<div class="tabler-icon">
|
|
8824
9058
|
<i class="ti ti-circle-caret-down"></i>
|
|
8825
9059
|
<strong>circle-caret-down</strong>
|
|
@@ -8865,6 +9099,15 @@
|
|
|
8865
9099
|
</div>
|
|
8866
9100
|
</div>
|
|
8867
9101
|
|
|
9102
|
+
<div class="tabler-icon">
|
|
9103
|
+
<i class="ti ti-circle-check-filled"></i>
|
|
9104
|
+
<strong>circle-check-filled</strong>
|
|
9105
|
+
<div class="tabler-icon-codes">
|
|
9106
|
+
<code>ti ti-circle-check-filled</code><br>
|
|
9107
|
+
<code>\f704</code>
|
|
9108
|
+
</div>
|
|
9109
|
+
</div>
|
|
9110
|
+
|
|
8868
9111
|
<div class="tabler-icon">
|
|
8869
9112
|
<i class="ti ti-circle-chevron-down"></i>
|
|
8870
9113
|
<strong>circle-chevron-down</strong>
|
|
@@ -8955,6 +9198,15 @@
|
|
|
8955
9198
|
</div>
|
|
8956
9199
|
</div>
|
|
8957
9200
|
|
|
9201
|
+
<div class="tabler-icon">
|
|
9202
|
+
<i class="ti ti-circle-dot-filled"></i>
|
|
9203
|
+
<strong>circle-dot-filled</strong>
|
|
9204
|
+
<div class="tabler-icon-codes">
|
|
9205
|
+
<code>ti ti-circle-dot-filled</code><br>
|
|
9206
|
+
<code>\f705</code>
|
|
9207
|
+
</div>
|
|
9208
|
+
</div>
|
|
9209
|
+
|
|
8958
9210
|
<div class="tabler-icon">
|
|
8959
9211
|
<i class="ti ti-circle-dotted"></i>
|
|
8960
9212
|
<strong>circle-dotted</strong>
|
|
@@ -9009,6 +9261,15 @@
|
|
|
9009
9261
|
</div>
|
|
9010
9262
|
</div>
|
|
9011
9263
|
|
|
9264
|
+
<div class="tabler-icon">
|
|
9265
|
+
<i class="ti ti-circle-key-filled"></i>
|
|
9266
|
+
<strong>circle-key-filled</strong>
|
|
9267
|
+
<div class="tabler-icon-codes">
|
|
9268
|
+
<code>ti ti-circle-key-filled</code><br>
|
|
9269
|
+
<code>\f706</code>
|
|
9270
|
+
</div>
|
|
9271
|
+
</div>
|
|
9272
|
+
|
|
9012
9273
|
<div class="tabler-icon">
|
|
9013
9274
|
<i class="ti ti-circle-letter-a"></i>
|
|
9014
9275
|
<strong>circle-letter-a</strong>
|
|
@@ -14130,6 +14391,15 @@
|
|
|
14130
14391
|
</div>
|
|
14131
14392
|
</div>
|
|
14132
14393
|
|
|
14394
|
+
<div class="tabler-icon">
|
|
14395
|
+
<i class="ti ti-flag-2-filled"></i>
|
|
14396
|
+
<strong>flag-2-filled</strong>
|
|
14397
|
+
<div class="tabler-icon-codes">
|
|
14398
|
+
<code>ti ti-flag-2-filled</code><br>
|
|
14399
|
+
<code>\f707</code>
|
|
14400
|
+
</div>
|
|
14401
|
+
</div>
|
|
14402
|
+
|
|
14133
14403
|
<div class="tabler-icon">
|
|
14134
14404
|
<i class="ti ti-flag-2-off"></i>
|
|
14135
14405
|
<strong>flag-2-off</strong>
|
|
@@ -14148,6 +14418,15 @@
|
|
|
14148
14418
|
</div>
|
|
14149
14419
|
</div>
|
|
14150
14420
|
|
|
14421
|
+
<div class="tabler-icon">
|
|
14422
|
+
<i class="ti ti-flag-3-filled"></i>
|
|
14423
|
+
<strong>flag-3-filled</strong>
|
|
14424
|
+
<div class="tabler-icon-codes">
|
|
14425
|
+
<code>ti ti-flag-3-filled</code><br>
|
|
14426
|
+
<code>\f708</code>
|
|
14427
|
+
</div>
|
|
14428
|
+
</div>
|
|
14429
|
+
|
|
14151
14430
|
<div class="tabler-icon">
|
|
14152
14431
|
<i class="ti ti-flag-filled"></i>
|
|
14153
14432
|
<strong>flag-filled</strong>
|
|
@@ -16605,6 +16884,15 @@
|
|
|
16605
16884
|
</div>
|
|
16606
16885
|
</div>
|
|
16607
16886
|
|
|
16887
|
+
<div class="tabler-icon">
|
|
16888
|
+
<i class="ti ti-info-circle-filled"></i>
|
|
16889
|
+
<strong>info-circle-filled</strong>
|
|
16890
|
+
<div class="tabler-icon-codes">
|
|
16891
|
+
<code>ti ti-info-circle-filled</code><br>
|
|
16892
|
+
<code>\f6d8</code>
|
|
16893
|
+
</div>
|
|
16894
|
+
</div>
|
|
16895
|
+
|
|
16608
16896
|
<div class="tabler-icon">
|
|
16609
16897
|
<i class="ti ti-info-square"></i>
|
|
16610
16898
|
<strong>info-square</strong>
|
|
@@ -16623,6 +16911,15 @@
|
|
|
16623
16911
|
</div>
|
|
16624
16912
|
</div>
|
|
16625
16913
|
|
|
16914
|
+
<div class="tabler-icon">
|
|
16915
|
+
<i class="ti ti-info-square-rounded-filled"></i>
|
|
16916
|
+
<strong>info-square-rounded-filled</strong>
|
|
16917
|
+
<div class="tabler-icon-codes">
|
|
16918
|
+
<code>ti ti-info-square-rounded-filled</code><br>
|
|
16919
|
+
<code>\f6d9</code>
|
|
16920
|
+
</div>
|
|
16921
|
+
</div>
|
|
16922
|
+
|
|
16626
16923
|
<div class="tabler-icon">
|
|
16627
16924
|
<i class="ti ti-inner-shadow-bottom"></i>
|
|
16628
16925
|
<strong>inner-shadow-bottom</strong>
|
|
@@ -18072,6 +18369,15 @@
|
|
|
18072
18369
|
</div>
|
|
18073
18370
|
</div>
|
|
18074
18371
|
|
|
18372
|
+
<div class="tabler-icon">
|
|
18373
|
+
<i class="ti ti-lock-square-rounded-filled"></i>
|
|
18374
|
+
<strong>lock-square-rounded-filled</strong>
|
|
18375
|
+
<div class="tabler-icon-codes">
|
|
18376
|
+
<code>ti ti-lock-square-rounded-filled</code><br>
|
|
18377
|
+
<code>\f6da</code>
|
|
18378
|
+
</div>
|
|
18379
|
+
</div>
|
|
18380
|
+
|
|
18075
18381
|
<div class="tabler-icon">
|
|
18076
18382
|
<i class="ti ti-logic-and"></i>
|
|
18077
18383
|
<strong>logic-and</strong>
|
|
@@ -20332,38 +20638,38 @@
|
|
|
20332
20638
|
</div>
|
|
20333
20639
|
|
|
20334
20640
|
<div class="tabler-icon">
|
|
20335
|
-
<i class="ti ti-package-
|
|
20336
|
-
<strong>package-
|
|
20641
|
+
<i class="ti ti-package-export"></i>
|
|
20642
|
+
<strong>package-export</strong>
|
|
20337
20643
|
<div class="tabler-icon-codes">
|
|
20338
|
-
<code>ti ti-package-
|
|
20339
|
-
<code>\
|
|
20644
|
+
<code>ti ti-package-export</code><br>
|
|
20645
|
+
<code>\f07a</code>
|
|
20340
20646
|
</div>
|
|
20341
20647
|
</div>
|
|
20342
20648
|
|
|
20343
20649
|
<div class="tabler-icon">
|
|
20344
|
-
<i class="ti ti-
|
|
20345
|
-
<strong>
|
|
20650
|
+
<i class="ti ti-package-import"></i>
|
|
20651
|
+
<strong>package-import</strong>
|
|
20346
20652
|
<div class="tabler-icon-codes">
|
|
20347
|
-
<code>ti ti-
|
|
20348
|
-
<code>\
|
|
20653
|
+
<code>ti ti-package-import</code><br>
|
|
20654
|
+
<code>\f07b</code>
|
|
20349
20655
|
</div>
|
|
20350
20656
|
</div>
|
|
20351
20657
|
|
|
20352
20658
|
<div class="tabler-icon">
|
|
20353
|
-
<i class="ti ti-
|
|
20354
|
-
<strong>
|
|
20659
|
+
<i class="ti ti-package-off"></i>
|
|
20660
|
+
<strong>package-off</strong>
|
|
20355
20661
|
<div class="tabler-icon-codes">
|
|
20356
|
-
<code>ti ti-
|
|
20357
|
-
<code>\
|
|
20662
|
+
<code>ti ti-package-off</code><br>
|
|
20663
|
+
<code>\f16c</code>
|
|
20358
20664
|
</div>
|
|
20359
20665
|
</div>
|
|
20360
20666
|
|
|
20361
20667
|
<div class="tabler-icon">
|
|
20362
|
-
<i class="ti ti-
|
|
20363
|
-
<strong>
|
|
20668
|
+
<i class="ti ti-packages"></i>
|
|
20669
|
+
<strong>packages</strong>
|
|
20364
20670
|
<div class="tabler-icon-codes">
|
|
20365
|
-
<code>ti ti-
|
|
20366
|
-
<code>\
|
|
20671
|
+
<code>ti ti-packages</code><br>
|
|
20672
|
+
<code>\f2c9</code>
|
|
20367
20673
|
</div>
|
|
20368
20674
|
</div>
|
|
20369
20675
|
|
|
@@ -25083,6 +25389,15 @@
|
|
|
25083
25389
|
</div>
|
|
25084
25390
|
</div>
|
|
25085
25391
|
|
|
25392
|
+
<div class="tabler-icon">
|
|
25393
|
+
<i class="ti ti-square-rounded-arrow-down-filled"></i>
|
|
25394
|
+
<strong>square-rounded-arrow-down-filled</strong>
|
|
25395
|
+
<div class="tabler-icon-codes">
|
|
25396
|
+
<code>ti ti-square-rounded-arrow-down-filled</code><br>
|
|
25397
|
+
<code>\f6db</code>
|
|
25398
|
+
</div>
|
|
25399
|
+
</div>
|
|
25400
|
+
|
|
25086
25401
|
<div class="tabler-icon">
|
|
25087
25402
|
<i class="ti ti-square-rounded-arrow-left"></i>
|
|
25088
25403
|
<strong>square-rounded-arrow-left</strong>
|
|
@@ -25092,6 +25407,15 @@
|
|
|
25092
25407
|
</div>
|
|
25093
25408
|
</div>
|
|
25094
25409
|
|
|
25410
|
+
<div class="tabler-icon">
|
|
25411
|
+
<i class="ti ti-square-rounded-arrow-left-filled"></i>
|
|
25412
|
+
<strong>square-rounded-arrow-left-filled</strong>
|
|
25413
|
+
<div class="tabler-icon-codes">
|
|
25414
|
+
<code>ti ti-square-rounded-arrow-left-filled</code><br>
|
|
25415
|
+
<code>\f6dc</code>
|
|
25416
|
+
</div>
|
|
25417
|
+
</div>
|
|
25418
|
+
|
|
25095
25419
|
<div class="tabler-icon">
|
|
25096
25420
|
<i class="ti ti-square-rounded-arrow-right"></i>
|
|
25097
25421
|
<strong>square-rounded-arrow-right</strong>
|
|
@@ -25101,6 +25425,15 @@
|
|
|
25101
25425
|
</div>
|
|
25102
25426
|
</div>
|
|
25103
25427
|
|
|
25428
|
+
<div class="tabler-icon">
|
|
25429
|
+
<i class="ti ti-square-rounded-arrow-right-filled"></i>
|
|
25430
|
+
<strong>square-rounded-arrow-right-filled</strong>
|
|
25431
|
+
<div class="tabler-icon-codes">
|
|
25432
|
+
<code>ti ti-square-rounded-arrow-right-filled</code><br>
|
|
25433
|
+
<code>\f6dd</code>
|
|
25434
|
+
</div>
|
|
25435
|
+
</div>
|
|
25436
|
+
|
|
25104
25437
|
<div class="tabler-icon">
|
|
25105
25438
|
<i class="ti ti-square-rounded-arrow-up"></i>
|
|
25106
25439
|
<strong>square-rounded-arrow-up</strong>
|
|
@@ -25110,6 +25443,15 @@
|
|
|
25110
25443
|
</div>
|
|
25111
25444
|
</div>
|
|
25112
25445
|
|
|
25446
|
+
<div class="tabler-icon">
|
|
25447
|
+
<i class="ti ti-square-rounded-arrow-up-filled"></i>
|
|
25448
|
+
<strong>square-rounded-arrow-up-filled</strong>
|
|
25449
|
+
<div class="tabler-icon-codes">
|
|
25450
|
+
<code>ti ti-square-rounded-arrow-up-filled</code><br>
|
|
25451
|
+
<code>\f6de</code>
|
|
25452
|
+
</div>
|
|
25453
|
+
</div>
|
|
25454
|
+
|
|
25113
25455
|
<div class="tabler-icon">
|
|
25114
25456
|
<i class="ti ti-square-rounded-check"></i>
|
|
25115
25457
|
<strong>square-rounded-check</strong>
|
|
@@ -25119,6 +25461,15 @@
|
|
|
25119
25461
|
</div>
|
|
25120
25462
|
</div>
|
|
25121
25463
|
|
|
25464
|
+
<div class="tabler-icon">
|
|
25465
|
+
<i class="ti ti-square-rounded-check-filled"></i>
|
|
25466
|
+
<strong>square-rounded-check-filled</strong>
|
|
25467
|
+
<div class="tabler-icon-codes">
|
|
25468
|
+
<code>ti ti-square-rounded-check-filled</code><br>
|
|
25469
|
+
<code>\f6df</code>
|
|
25470
|
+
</div>
|
|
25471
|
+
</div>
|
|
25472
|
+
|
|
25122
25473
|
<div class="tabler-icon">
|
|
25123
25474
|
<i class="ti ti-square-rounded-chevron-down"></i>
|
|
25124
25475
|
<strong>square-rounded-chevron-down</strong>
|
|
@@ -25128,6 +25479,15 @@
|
|
|
25128
25479
|
</div>
|
|
25129
25480
|
</div>
|
|
25130
25481
|
|
|
25482
|
+
<div class="tabler-icon">
|
|
25483
|
+
<i class="ti ti-square-rounded-chevron-down-filled"></i>
|
|
25484
|
+
<strong>square-rounded-chevron-down-filled</strong>
|
|
25485
|
+
<div class="tabler-icon-codes">
|
|
25486
|
+
<code>ti ti-square-rounded-chevron-down-filled</code><br>
|
|
25487
|
+
<code>\f6e0</code>
|
|
25488
|
+
</div>
|
|
25489
|
+
</div>
|
|
25490
|
+
|
|
25131
25491
|
<div class="tabler-icon">
|
|
25132
25492
|
<i class="ti ti-square-rounded-chevron-left"></i>
|
|
25133
25493
|
<strong>square-rounded-chevron-left</strong>
|
|
@@ -25137,6 +25497,15 @@
|
|
|
25137
25497
|
</div>
|
|
25138
25498
|
</div>
|
|
25139
25499
|
|
|
25500
|
+
<div class="tabler-icon">
|
|
25501
|
+
<i class="ti ti-square-rounded-chevron-left-filled"></i>
|
|
25502
|
+
<strong>square-rounded-chevron-left-filled</strong>
|
|
25503
|
+
<div class="tabler-icon-codes">
|
|
25504
|
+
<code>ti ti-square-rounded-chevron-left-filled</code><br>
|
|
25505
|
+
<code>\f6e1</code>
|
|
25506
|
+
</div>
|
|
25507
|
+
</div>
|
|
25508
|
+
|
|
25140
25509
|
<div class="tabler-icon">
|
|
25141
25510
|
<i class="ti ti-square-rounded-chevron-right"></i>
|
|
25142
25511
|
<strong>square-rounded-chevron-right</strong>
|
|
@@ -25146,6 +25515,15 @@
|
|
|
25146
25515
|
</div>
|
|
25147
25516
|
</div>
|
|
25148
25517
|
|
|
25518
|
+
<div class="tabler-icon">
|
|
25519
|
+
<i class="ti ti-square-rounded-chevron-right-filled"></i>
|
|
25520
|
+
<strong>square-rounded-chevron-right-filled</strong>
|
|
25521
|
+
<div class="tabler-icon-codes">
|
|
25522
|
+
<code>ti ti-square-rounded-chevron-right-filled</code><br>
|
|
25523
|
+
<code>\f6e2</code>
|
|
25524
|
+
</div>
|
|
25525
|
+
</div>
|
|
25526
|
+
|
|
25149
25527
|
<div class="tabler-icon">
|
|
25150
25528
|
<i class="ti ti-square-rounded-chevron-up"></i>
|
|
25151
25529
|
<strong>square-rounded-chevron-up</strong>
|
|
@@ -25155,6 +25533,15 @@
|
|
|
25155
25533
|
</div>
|
|
25156
25534
|
</div>
|
|
25157
25535
|
|
|
25536
|
+
<div class="tabler-icon">
|
|
25537
|
+
<i class="ti ti-square-rounded-chevron-up-filled"></i>
|
|
25538
|
+
<strong>square-rounded-chevron-up-filled</strong>
|
|
25539
|
+
<div class="tabler-icon-codes">
|
|
25540
|
+
<code>ti ti-square-rounded-chevron-up-filled</code><br>
|
|
25541
|
+
<code>\f6e3</code>
|
|
25542
|
+
</div>
|
|
25543
|
+
</div>
|
|
25544
|
+
|
|
25158
25545
|
<div class="tabler-icon">
|
|
25159
25546
|
<i class="ti ti-square-rounded-chevrons-down"></i>
|
|
25160
25547
|
<strong>square-rounded-chevrons-down</strong>
|
|
@@ -25164,6 +25551,15 @@
|
|
|
25164
25551
|
</div>
|
|
25165
25552
|
</div>
|
|
25166
25553
|
|
|
25554
|
+
<div class="tabler-icon">
|
|
25555
|
+
<i class="ti ti-square-rounded-chevrons-down-filled"></i>
|
|
25556
|
+
<strong>square-rounded-chevrons-down-filled</strong>
|
|
25557
|
+
<div class="tabler-icon-codes">
|
|
25558
|
+
<code>ti ti-square-rounded-chevrons-down-filled</code><br>
|
|
25559
|
+
<code>\f6e4</code>
|
|
25560
|
+
</div>
|
|
25561
|
+
</div>
|
|
25562
|
+
|
|
25167
25563
|
<div class="tabler-icon">
|
|
25168
25564
|
<i class="ti ti-square-rounded-chevrons-left"></i>
|
|
25169
25565
|
<strong>square-rounded-chevrons-left</strong>
|
|
@@ -25173,6 +25569,15 @@
|
|
|
25173
25569
|
</div>
|
|
25174
25570
|
</div>
|
|
25175
25571
|
|
|
25572
|
+
<div class="tabler-icon">
|
|
25573
|
+
<i class="ti ti-square-rounded-chevrons-left-filled"></i>
|
|
25574
|
+
<strong>square-rounded-chevrons-left-filled</strong>
|
|
25575
|
+
<div class="tabler-icon-codes">
|
|
25576
|
+
<code>ti ti-square-rounded-chevrons-left-filled</code><br>
|
|
25577
|
+
<code>\f6e5</code>
|
|
25578
|
+
</div>
|
|
25579
|
+
</div>
|
|
25580
|
+
|
|
25176
25581
|
<div class="tabler-icon">
|
|
25177
25582
|
<i class="ti ti-square-rounded-chevrons-right"></i>
|
|
25178
25583
|
<strong>square-rounded-chevrons-right</strong>
|
|
@@ -25182,6 +25587,15 @@
|
|
|
25182
25587
|
</div>
|
|
25183
25588
|
</div>
|
|
25184
25589
|
|
|
25590
|
+
<div class="tabler-icon">
|
|
25591
|
+
<i class="ti ti-square-rounded-chevrons-right-filled"></i>
|
|
25592
|
+
<strong>square-rounded-chevrons-right-filled</strong>
|
|
25593
|
+
<div class="tabler-icon-codes">
|
|
25594
|
+
<code>ti ti-square-rounded-chevrons-right-filled</code><br>
|
|
25595
|
+
<code>\f6e6</code>
|
|
25596
|
+
</div>
|
|
25597
|
+
</div>
|
|
25598
|
+
|
|
25185
25599
|
<div class="tabler-icon">
|
|
25186
25600
|
<i class="ti ti-square-rounded-chevrons-up"></i>
|
|
25187
25601
|
<strong>square-rounded-chevrons-up</strong>
|
|
@@ -25191,6 +25605,15 @@
|
|
|
25191
25605
|
</div>
|
|
25192
25606
|
</div>
|
|
25193
25607
|
|
|
25608
|
+
<div class="tabler-icon">
|
|
25609
|
+
<i class="ti ti-square-rounded-chevrons-up-filled"></i>
|
|
25610
|
+
<strong>square-rounded-chevrons-up-filled</strong>
|
|
25611
|
+
<div class="tabler-icon-codes">
|
|
25612
|
+
<code>ti ti-square-rounded-chevrons-up-filled</code><br>
|
|
25613
|
+
<code>\f6e7</code>
|
|
25614
|
+
</div>
|
|
25615
|
+
</div>
|
|
25616
|
+
|
|
25194
25617
|
<div class="tabler-icon">
|
|
25195
25618
|
<i class="ti ti-square-rounded-filled"></i>
|
|
25196
25619
|
<strong>square-rounded-filled</strong>
|
|
@@ -25542,6 +25965,15 @@
|
|
|
25542
25965
|
</div>
|
|
25543
25966
|
</div>
|
|
25544
25967
|
|
|
25968
|
+
<div class="tabler-icon">
|
|
25969
|
+
<i class="ti ti-square-rounded-plus-filled"></i>
|
|
25970
|
+
<strong>square-rounded-plus-filled</strong>
|
|
25971
|
+
<div class="tabler-icon-codes">
|
|
25972
|
+
<code>ti ti-square-rounded-plus-filled</code><br>
|
|
25973
|
+
<code>\f6e8</code>
|
|
25974
|
+
</div>
|
|
25975
|
+
</div>
|
|
25976
|
+
|
|
25545
25977
|
<div class="tabler-icon">
|
|
25546
25978
|
<i class="ti ti-square-rounded-x"></i>
|
|
25547
25979
|
<strong>square-rounded-x</strong>
|
|
@@ -25551,6 +25983,15 @@
|
|
|
25551
25983
|
</div>
|
|
25552
25984
|
</div>
|
|
25553
25985
|
|
|
25986
|
+
<div class="tabler-icon">
|
|
25987
|
+
<i class="ti ti-square-rounded-x-filled"></i>
|
|
25988
|
+
<strong>square-rounded-x-filled</strong>
|
|
25989
|
+
<div class="tabler-icon-codes">
|
|
25990
|
+
<code>ti ti-square-rounded-x-filled</code><br>
|
|
25991
|
+
<code>\f6e9</code>
|
|
25992
|
+
</div>
|
|
25993
|
+
</div>
|
|
25994
|
+
|
|
25554
25995
|
<div class="tabler-icon">
|
|
25555
25996
|
<i class="ti ti-square-toggle"></i>
|
|
25556
25997
|
<strong>square-toggle</strong>
|