@tabler/icons-webfont 2.26.0 → 2.27.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 +75 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +164 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +41 -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.27.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.27.0</p>
|
|
120
120
|
</header>
|
|
121
121
|
|
|
122
122
|
<div class="search-bar">
|
|
@@ -33426,6 +33426,15 @@
|
|
|
33426
33426
|
</div>
|
|
33427
33427
|
</div>
|
|
33428
33428
|
|
|
33429
|
+
<div class="tabler-icon">
|
|
33430
|
+
<i class="ti ti-square-arrow-down-filled"></i>
|
|
33431
|
+
<strong>square-arrow-down-filled</strong>
|
|
33432
|
+
<div class="tabler-icon-codes">
|
|
33433
|
+
<code>ti ti-square-arrow-down-filled</code><br>
|
|
33434
|
+
<code>\fb31</code>
|
|
33435
|
+
</div>
|
|
33436
|
+
</div>
|
|
33437
|
+
|
|
33429
33438
|
<div class="tabler-icon">
|
|
33430
33439
|
<i class="ti ti-square-arrow-left"></i>
|
|
33431
33440
|
<strong>square-arrow-left</strong>
|
|
@@ -33435,6 +33444,15 @@
|
|
|
33435
33444
|
</div>
|
|
33436
33445
|
</div>
|
|
33437
33446
|
|
|
33447
|
+
<div class="tabler-icon">
|
|
33448
|
+
<i class="ti ti-square-arrow-left-filled"></i>
|
|
33449
|
+
<strong>square-arrow-left-filled</strong>
|
|
33450
|
+
<div class="tabler-icon-codes">
|
|
33451
|
+
<code>ti ti-square-arrow-left-filled</code><br>
|
|
33452
|
+
<code>\fb32</code>
|
|
33453
|
+
</div>
|
|
33454
|
+
</div>
|
|
33455
|
+
|
|
33438
33456
|
<div class="tabler-icon">
|
|
33439
33457
|
<i class="ti ti-square-arrow-right"></i>
|
|
33440
33458
|
<strong>square-arrow-right</strong>
|
|
@@ -33444,6 +33462,15 @@
|
|
|
33444
33462
|
</div>
|
|
33445
33463
|
</div>
|
|
33446
33464
|
|
|
33465
|
+
<div class="tabler-icon">
|
|
33466
|
+
<i class="ti ti-square-arrow-right-filled"></i>
|
|
33467
|
+
<strong>square-arrow-right-filled</strong>
|
|
33468
|
+
<div class="tabler-icon-codes">
|
|
33469
|
+
<code>ti ti-square-arrow-right-filled</code><br>
|
|
33470
|
+
<code>\fb33</code>
|
|
33471
|
+
</div>
|
|
33472
|
+
</div>
|
|
33473
|
+
|
|
33447
33474
|
<div class="tabler-icon">
|
|
33448
33475
|
<i class="ti ti-square-arrow-up"></i>
|
|
33449
33476
|
<strong>square-arrow-up</strong>
|
|
@@ -33453,6 +33480,15 @@
|
|
|
33453
33480
|
</div>
|
|
33454
33481
|
</div>
|
|
33455
33482
|
|
|
33483
|
+
<div class="tabler-icon">
|
|
33484
|
+
<i class="ti ti-square-arrow-up-filled"></i>
|
|
33485
|
+
<strong>square-arrow-up-filled</strong>
|
|
33486
|
+
<div class="tabler-icon-codes">
|
|
33487
|
+
<code>ti ti-square-arrow-up-filled</code><br>
|
|
33488
|
+
<code>\fb34</code>
|
|
33489
|
+
</div>
|
|
33490
|
+
</div>
|
|
33491
|
+
|
|
33456
33492
|
<div class="tabler-icon">
|
|
33457
33493
|
<i class="ti ti-square-asterisk"></i>
|
|
33458
33494
|
<strong>square-asterisk</strong>
|
|
@@ -33462,6 +33498,15 @@
|
|
|
33462
33498
|
</div>
|
|
33463
33499
|
</div>
|
|
33464
33500
|
|
|
33501
|
+
<div class="tabler-icon">
|
|
33502
|
+
<i class="ti ti-square-asterisk-filled"></i>
|
|
33503
|
+
<strong>square-asterisk-filled</strong>
|
|
33504
|
+
<div class="tabler-icon-codes">
|
|
33505
|
+
<code>ti ti-square-asterisk-filled</code><br>
|
|
33506
|
+
<code>\fb35</code>
|
|
33507
|
+
</div>
|
|
33508
|
+
</div>
|
|
33509
|
+
|
|
33465
33510
|
<div class="tabler-icon">
|
|
33466
33511
|
<i class="ti ti-square-check"></i>
|
|
33467
33512
|
<strong>square-check</strong>
|
|
@@ -33489,6 +33534,15 @@
|
|
|
33489
33534
|
</div>
|
|
33490
33535
|
</div>
|
|
33491
33536
|
|
|
33537
|
+
<div class="tabler-icon">
|
|
33538
|
+
<i class="ti ti-square-chevron-down-filled"></i>
|
|
33539
|
+
<strong>square-chevron-down-filled</strong>
|
|
33540
|
+
<div class="tabler-icon-codes">
|
|
33541
|
+
<code>ti ti-square-chevron-down-filled</code><br>
|
|
33542
|
+
<code>\fb36</code>
|
|
33543
|
+
</div>
|
|
33544
|
+
</div>
|
|
33545
|
+
|
|
33492
33546
|
<div class="tabler-icon">
|
|
33493
33547
|
<i class="ti ti-square-chevron-left"></i>
|
|
33494
33548
|
<strong>square-chevron-left</strong>
|
|
@@ -33498,6 +33552,15 @@
|
|
|
33498
33552
|
</div>
|
|
33499
33553
|
</div>
|
|
33500
33554
|
|
|
33555
|
+
<div class="tabler-icon">
|
|
33556
|
+
<i class="ti ti-square-chevron-left-filled"></i>
|
|
33557
|
+
<strong>square-chevron-left-filled</strong>
|
|
33558
|
+
<div class="tabler-icon-codes">
|
|
33559
|
+
<code>ti ti-square-chevron-left-filled</code><br>
|
|
33560
|
+
<code>\fb37</code>
|
|
33561
|
+
</div>
|
|
33562
|
+
</div>
|
|
33563
|
+
|
|
33501
33564
|
<div class="tabler-icon">
|
|
33502
33565
|
<i class="ti ti-square-chevron-right"></i>
|
|
33503
33566
|
<strong>square-chevron-right</strong>
|
|
@@ -33507,6 +33570,15 @@
|
|
|
33507
33570
|
</div>
|
|
33508
33571
|
</div>
|
|
33509
33572
|
|
|
33573
|
+
<div class="tabler-icon">
|
|
33574
|
+
<i class="ti ti-square-chevron-right-filled"></i>
|
|
33575
|
+
<strong>square-chevron-right-filled</strong>
|
|
33576
|
+
<div class="tabler-icon-codes">
|
|
33577
|
+
<code>ti ti-square-chevron-right-filled</code><br>
|
|
33578
|
+
<code>\fb38</code>
|
|
33579
|
+
</div>
|
|
33580
|
+
</div>
|
|
33581
|
+
|
|
33510
33582
|
<div class="tabler-icon">
|
|
33511
33583
|
<i class="ti ti-square-chevron-up"></i>
|
|
33512
33584
|
<strong>square-chevron-up</strong>
|
|
@@ -33516,6 +33588,15 @@
|
|
|
33516
33588
|
</div>
|
|
33517
33589
|
</div>
|
|
33518
33590
|
|
|
33591
|
+
<div class="tabler-icon">
|
|
33592
|
+
<i class="ti ti-square-chevron-up-filled"></i>
|
|
33593
|
+
<strong>square-chevron-up-filled</strong>
|
|
33594
|
+
<div class="tabler-icon-codes">
|
|
33595
|
+
<code>ti ti-square-chevron-up-filled</code><br>
|
|
33596
|
+
<code>\fb39</code>
|
|
33597
|
+
</div>
|
|
33598
|
+
</div>
|
|
33599
|
+
|
|
33519
33600
|
<div class="tabler-icon">
|
|
33520
33601
|
<i class="ti ti-square-chevrons-down"></i>
|
|
33521
33602
|
<strong>square-chevrons-down</strong>
|
|
@@ -33525,6 +33606,15 @@
|
|
|
33525
33606
|
</div>
|
|
33526
33607
|
</div>
|
|
33527
33608
|
|
|
33609
|
+
<div class="tabler-icon">
|
|
33610
|
+
<i class="ti ti-square-chevrons-down-filled"></i>
|
|
33611
|
+
<strong>square-chevrons-down-filled</strong>
|
|
33612
|
+
<div class="tabler-icon-codes">
|
|
33613
|
+
<code>ti ti-square-chevrons-down-filled</code><br>
|
|
33614
|
+
<code>\fb3a</code>
|
|
33615
|
+
</div>
|
|
33616
|
+
</div>
|
|
33617
|
+
|
|
33528
33618
|
<div class="tabler-icon">
|
|
33529
33619
|
<i class="ti ti-square-chevrons-left"></i>
|
|
33530
33620
|
<strong>square-chevrons-left</strong>
|
|
@@ -33534,6 +33624,15 @@
|
|
|
33534
33624
|
</div>
|
|
33535
33625
|
</div>
|
|
33536
33626
|
|
|
33627
|
+
<div class="tabler-icon">
|
|
33628
|
+
<i class="ti ti-square-chevrons-left-filled"></i>
|
|
33629
|
+
<strong>square-chevrons-left-filled</strong>
|
|
33630
|
+
<div class="tabler-icon-codes">
|
|
33631
|
+
<code>ti ti-square-chevrons-left-filled</code><br>
|
|
33632
|
+
<code>\fb3b</code>
|
|
33633
|
+
</div>
|
|
33634
|
+
</div>
|
|
33635
|
+
|
|
33537
33636
|
<div class="tabler-icon">
|
|
33538
33637
|
<i class="ti ti-square-chevrons-right"></i>
|
|
33539
33638
|
<strong>square-chevrons-right</strong>
|
|
@@ -33543,6 +33642,15 @@
|
|
|
33543
33642
|
</div>
|
|
33544
33643
|
</div>
|
|
33545
33644
|
|
|
33645
|
+
<div class="tabler-icon">
|
|
33646
|
+
<i class="ti ti-square-chevrons-right-filled"></i>
|
|
33647
|
+
<strong>square-chevrons-right-filled</strong>
|
|
33648
|
+
<div class="tabler-icon-codes">
|
|
33649
|
+
<code>ti ti-square-chevrons-right-filled</code><br>
|
|
33650
|
+
<code>\fb3c</code>
|
|
33651
|
+
</div>
|
|
33652
|
+
</div>
|
|
33653
|
+
|
|
33546
33654
|
<div class="tabler-icon">
|
|
33547
33655
|
<i class="ti ti-square-chevrons-up"></i>
|
|
33548
33656
|
<strong>square-chevrons-up</strong>
|
|
@@ -33552,6 +33660,15 @@
|
|
|
33552
33660
|
</div>
|
|
33553
33661
|
</div>
|
|
33554
33662
|
|
|
33663
|
+
<div class="tabler-icon">
|
|
33664
|
+
<i class="ti ti-square-chevrons-up-filled"></i>
|
|
33665
|
+
<strong>square-chevrons-up-filled</strong>
|
|
33666
|
+
<div class="tabler-icon-codes">
|
|
33667
|
+
<code>ti ti-square-chevrons-up-filled</code><br>
|
|
33668
|
+
<code>\fb3d</code>
|
|
33669
|
+
</div>
|
|
33670
|
+
</div>
|
|
33671
|
+
|
|
33555
33672
|
<div class="tabler-icon">
|
|
33556
33673
|
<i class="ti ti-square-dot"></i>
|
|
33557
33674
|
<strong>square-dot</strong>
|
|
@@ -33561,6 +33678,15 @@
|
|
|
33561
33678
|
</div>
|
|
33562
33679
|
</div>
|
|
33563
33680
|
|
|
33681
|
+
<div class="tabler-icon">
|
|
33682
|
+
<i class="ti ti-square-dot-filled"></i>
|
|
33683
|
+
<strong>square-dot-filled</strong>
|
|
33684
|
+
<div class="tabler-icon-codes">
|
|
33685
|
+
<code>ti ti-square-dot-filled</code><br>
|
|
33686
|
+
<code>\fb3e</code>
|
|
33687
|
+
</div>
|
|
33688
|
+
</div>
|
|
33689
|
+
|
|
33564
33690
|
<div class="tabler-icon">
|
|
33565
33691
|
<i class="ti ti-square-f0"></i>
|
|
33566
33692
|
<strong>square-f0</strong>
|
|
@@ -34020,6 +34146,15 @@
|
|
|
34020
34146
|
</div>
|
|
34021
34147
|
</div>
|
|
34022
34148
|
|
|
34149
|
+
<div class="tabler-icon">
|
|
34150
|
+
<i class="ti ti-square-minus-filled"></i>
|
|
34151
|
+
<strong>square-minus-filled</strong>
|
|
34152
|
+
<div class="tabler-icon-codes">
|
|
34153
|
+
<code>ti ti-square-minus-filled</code><br>
|
|
34154
|
+
<code>\fb3f</code>
|
|
34155
|
+
</div>
|
|
34156
|
+
</div>
|
|
34157
|
+
|
|
34023
34158
|
<div class="tabler-icon">
|
|
34024
34159
|
<i class="ti ti-square-number-0"></i>
|
|
34025
34160
|
<strong>square-number-0</strong>
|
|
@@ -34686,6 +34821,15 @@
|
|
|
34686
34821
|
</div>
|
|
34687
34822
|
</div>
|
|
34688
34823
|
|
|
34824
|
+
<div class="tabler-icon">
|
|
34825
|
+
<i class="ti ti-square-rounded-minus-filled"></i>
|
|
34826
|
+
<strong>square-rounded-minus-filled</strong>
|
|
34827
|
+
<div class="tabler-icon-codes">
|
|
34828
|
+
<code>ti ti-square-rounded-minus-filled</code><br>
|
|
34829
|
+
<code>\fb40</code>
|
|
34830
|
+
</div>
|
|
34831
|
+
</div>
|
|
34832
|
+
|
|
34689
34833
|
<div class="tabler-icon">
|
|
34690
34834
|
<i class="ti ti-square-rounded-number-0"></i>
|
|
34691
34835
|
<strong>square-rounded-number-0</strong>
|
|
@@ -34929,6 +35073,15 @@
|
|
|
34929
35073
|
</div>
|
|
34930
35074
|
</div>
|
|
34931
35075
|
|
|
35076
|
+
<div class="tabler-icon">
|
|
35077
|
+
<i class="ti ti-square-x-filled"></i>
|
|
35078
|
+
<strong>square-x-filled</strong>
|
|
35079
|
+
<div class="tabler-icon-codes">
|
|
35080
|
+
<code>ti ti-square-x-filled</code><br>
|
|
35081
|
+
<code>\fb41</code>
|
|
35082
|
+
</div>
|
|
35083
|
+
</div>
|
|
35084
|
+
|
|
34932
35085
|
<div class="tabler-icon">
|
|
34933
35086
|
<i class="ti ti-squares-diagonal"></i>
|
|
34934
35087
|
<strong>squares-diagonal</strong>
|
|
@@ -36936,6 +37089,15 @@
|
|
|
36936
37089
|
</div>
|
|
36937
37090
|
</div>
|
|
36938
37091
|
|
|
37092
|
+
<div class="tabler-icon">
|
|
37093
|
+
<i class="ti ti-triangle-square-circle-filled"></i>
|
|
37094
|
+
<strong>triangle-square-circle-filled</strong>
|
|
37095
|
+
<div class="tabler-icon-codes">
|
|
37096
|
+
<code>ti ti-triangle-square-circle-filled</code><br>
|
|
37097
|
+
<code>\fb42</code>
|
|
37098
|
+
</div>
|
|
37099
|
+
</div>
|
|
37100
|
+
|
|
36939
37101
|
<div class="tabler-icon">
|
|
36940
37102
|
<i class="ti ti-triangles"></i>
|
|
36941
37103
|
<strong>triangles</strong>
|