@tabler/icons-webfont 2.2.0 → 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 +127 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +281 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +67 -5
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>
|
|
@@ -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>
|