@tabler/icons-webfont 3.47.0 → 3.48.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/README.md +1 -1
- package/dist/fonts/tabler-icons-200.svg +54 -0
- package/dist/fonts/tabler-icons-200.ttf +0 -0
- package/dist/fonts/tabler-icons-200.woff +0 -0
- package/dist/fonts/tabler-icons-200.woff2 +0 -0
- package/dist/fonts/tabler-icons-300.svg +54 -0
- package/dist/fonts/tabler-icons-300.ttf +0 -0
- package/dist/fonts/tabler-icons-300.woff +0 -0
- package/dist/fonts/tabler-icons-300.woff2 +0 -0
- package/dist/fonts/tabler-icons-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-filled.woff +0 -0
- package/dist/fonts/tabler-icons-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons.svg +54 -0
- package/dist/fonts/tabler-icons.ttf +0 -0
- package/dist/fonts/tabler-icons.woff +0 -0
- package/dist/fonts/tabler-icons.woff2 +0 -0
- package/dist/tabler-icons-200.css +74 -2
- package/dist/tabler-icons-200.html +146 -2
- package/dist/tabler-icons-200.min.css +2 -2
- package/dist/tabler-icons-200.scss +5 -5
- package/dist/tabler-icons-300.css +74 -2
- package/dist/tabler-icons-300.html +146 -2
- package/dist/tabler-icons-300.min.css +2 -2
- package/dist/tabler-icons-300.scss +5 -5
- package/dist/tabler-icons-filled.css +2 -2
- package/dist/tabler-icons-filled.html +2 -2
- package/dist/tabler-icons-filled.min.css +2 -2
- package/dist/tabler-icons-filled.scss +3 -3
- package/dist/tabler-icons.css +74 -2
- package/dist/tabler-icons.html +146 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.scss +5 -5
- package/package.json +2 -2
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 3.
|
|
2
|
+
* Tabler Icons 3.48.0 by tabler - https://tabler.io
|
|
3
3
|
* License - https://github.com/tabler/tabler-icons/blob/main/LICENSE
|
|
4
4
|
*/
|
|
5
5
|
@font-face {
|
|
6
6
|
font-family: "tabler-icons-300";
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
src: url("./fonts/tabler-icons-300.woff2?v3.
|
|
9
|
+
src: url("./fonts/tabler-icons-300.woff2?v3.48.0") format("woff2"), url("./fonts/tabler-icons-300.woff?") format("woff"), url("./fonts/tabler-icons-300.ttf?v3.48.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons-300" !important;
|
|
@@ -8609,6 +8609,10 @@
|
|
|
8609
8609
|
content: "\feb5";
|
|
8610
8610
|
}
|
|
8611
8611
|
|
|
8612
|
+
.ti-duplicate:before {
|
|
8613
|
+
content: "\102b2";
|
|
8614
|
+
}
|
|
8615
|
+
|
|
8612
8616
|
.ti-e-passport:before {
|
|
8613
8617
|
content: "\f4df";
|
|
8614
8618
|
}
|
|
@@ -9861,6 +9865,10 @@
|
|
|
9861
9865
|
content: "\eaad";
|
|
9862
9866
|
}
|
|
9863
9867
|
|
|
9868
|
+
.ti-folder-ai:before {
|
|
9869
|
+
content: "\102b1";
|
|
9870
|
+
}
|
|
9871
|
+
|
|
9864
9872
|
.ti-folder-bolt:before {
|
|
9865
9873
|
content: "\f90c";
|
|
9866
9874
|
}
|
|
@@ -9937,6 +9945,10 @@
|
|
|
9937
9945
|
content: "\f919";
|
|
9938
9946
|
}
|
|
9939
9947
|
|
|
9948
|
+
.ti-folder-sparkle:before {
|
|
9949
|
+
content: "\102b0";
|
|
9950
|
+
}
|
|
9951
|
+
|
|
9940
9952
|
.ti-folder-star:before {
|
|
9941
9953
|
content: "\f91a";
|
|
9942
9954
|
}
|
|
@@ -10201,10 +10213,18 @@
|
|
|
10201
10213
|
content: "\eab2";
|
|
10202
10214
|
}
|
|
10203
10215
|
|
|
10216
|
+
.ti-git-branch-check:before {
|
|
10217
|
+
content: "\102af";
|
|
10218
|
+
}
|
|
10219
|
+
|
|
10204
10220
|
.ti-git-branch-deleted:before {
|
|
10205
10221
|
content: "\f57d";
|
|
10206
10222
|
}
|
|
10207
10223
|
|
|
10224
|
+
.ti-git-branch-x:before {
|
|
10225
|
+
content: "\102ae";
|
|
10226
|
+
}
|
|
10227
|
+
|
|
10208
10228
|
.ti-git-cherry-pick:before {
|
|
10209
10229
|
content: "\f57e";
|
|
10210
10230
|
}
|
|
@@ -10225,6 +10245,10 @@
|
|
|
10225
10245
|
content: "\eab5";
|
|
10226
10246
|
}
|
|
10227
10247
|
|
|
10248
|
+
.ti-git-merge-queue:before {
|
|
10249
|
+
content: "\102ad";
|
|
10250
|
+
}
|
|
10251
|
+
|
|
10228
10252
|
.ti-git-pull-request:before {
|
|
10229
10253
|
content: "\eab6";
|
|
10230
10254
|
}
|
|
@@ -10241,6 +10265,14 @@
|
|
|
10241
10265
|
content: "\efb7";
|
|
10242
10266
|
}
|
|
10243
10267
|
|
|
10268
|
+
.ti-git-pull-request-locked:before {
|
|
10269
|
+
content: "\102ac";
|
|
10270
|
+
}
|
|
10271
|
+
|
|
10272
|
+
.ti-git-pull-request-unlisted:before {
|
|
10273
|
+
content: "\102ab";
|
|
10274
|
+
}
|
|
10275
|
+
|
|
10244
10276
|
.ti-gizmo:before {
|
|
10245
10277
|
content: "\f02b";
|
|
10246
10278
|
}
|
|
@@ -13185,6 +13217,10 @@
|
|
|
13185
13217
|
content: "\eaec";
|
|
13186
13218
|
}
|
|
13187
13219
|
|
|
13220
|
+
.ti-message-2-ai:before {
|
|
13221
|
+
content: "\102aa";
|
|
13222
|
+
}
|
|
13223
|
+
|
|
13188
13224
|
.ti-message-2-bolt:before {
|
|
13189
13225
|
content: "\f95c";
|
|
13190
13226
|
}
|
|
@@ -13253,6 +13289,10 @@
|
|
|
13253
13289
|
content: "\f077";
|
|
13254
13290
|
}
|
|
13255
13291
|
|
|
13292
|
+
.ti-message-2-sparkle:before {
|
|
13293
|
+
content: "\102a9";
|
|
13294
|
+
}
|
|
13295
|
+
|
|
13256
13296
|
.ti-message-2-star:before {
|
|
13257
13297
|
content: "\f96a";
|
|
13258
13298
|
}
|
|
@@ -13265,6 +13305,10 @@
|
|
|
13265
13305
|
content: "\f96c";
|
|
13266
13306
|
}
|
|
13267
13307
|
|
|
13308
|
+
.ti-message-ai:before {
|
|
13309
|
+
content: "\102a8";
|
|
13310
|
+
}
|
|
13311
|
+
|
|
13268
13312
|
.ti-message-bolt:before {
|
|
13269
13313
|
content: "\f96d";
|
|
13270
13314
|
}
|
|
@@ -13445,6 +13489,10 @@
|
|
|
13445
13489
|
content: "\f078";
|
|
13446
13490
|
}
|
|
13447
13491
|
|
|
13492
|
+
.ti-message-sparkle:before {
|
|
13493
|
+
content: "\102a7";
|
|
13494
|
+
}
|
|
13495
|
+
|
|
13448
13496
|
.ti-message-star:before {
|
|
13449
13497
|
content: "\f98d";
|
|
13450
13498
|
}
|
|
@@ -13593,6 +13641,10 @@
|
|
|
13593
13641
|
content: "\f9f4";
|
|
13594
13642
|
}
|
|
13595
13643
|
|
|
13644
|
+
.ti-model-ai:before {
|
|
13645
|
+
content: "\102a6";
|
|
13646
|
+
}
|
|
13647
|
+
|
|
13596
13648
|
.ti-moneybag:before {
|
|
13597
13649
|
content: "\f506";
|
|
13598
13650
|
}
|
|
@@ -14929,6 +14981,10 @@
|
|
|
14929
14981
|
content: "\eb04";
|
|
14930
14982
|
}
|
|
14931
14983
|
|
|
14984
|
+
.ti-pencil-ai:before {
|
|
14985
|
+
content: "\102a5";
|
|
14986
|
+
}
|
|
14987
|
+
|
|
14932
14988
|
.ti-pencil-bolt:before {
|
|
14933
14989
|
content: "\fbfd";
|
|
14934
14990
|
}
|
|
@@ -18381,6 +18437,10 @@
|
|
|
18381
18437
|
content: "\fd27";
|
|
18382
18438
|
}
|
|
18383
18439
|
|
|
18440
|
+
.ti-stack-check:before {
|
|
18441
|
+
content: "\102a4";
|
|
18442
|
+
}
|
|
18443
|
+
|
|
18384
18444
|
.ti-stack-forward:before {
|
|
18385
18445
|
content: "\fd28";
|
|
18386
18446
|
}
|
|
@@ -18393,6 +18453,14 @@
|
|
|
18393
18453
|
content: "\fd2a";
|
|
18394
18454
|
}
|
|
18395
18455
|
|
|
18456
|
+
.ti-stack-minus:before {
|
|
18457
|
+
content: "\102a3";
|
|
18458
|
+
}
|
|
18459
|
+
|
|
18460
|
+
.ti-stack-plus:before {
|
|
18461
|
+
content: "\102a2";
|
|
18462
|
+
}
|
|
18463
|
+
|
|
18396
18464
|
.ti-stack-pop:before {
|
|
18397
18465
|
content: "\f234";
|
|
18398
18466
|
}
|
|
@@ -18401,6 +18469,10 @@
|
|
|
18401
18469
|
content: "\f235";
|
|
18402
18470
|
}
|
|
18403
18471
|
|
|
18472
|
+
.ti-stack-x:before {
|
|
18473
|
+
content: "\102a1";
|
|
18474
|
+
}
|
|
18475
|
+
|
|
18404
18476
|
.ti-stairs:before {
|
|
18405
18477
|
content: "\eca6";
|
|
18406
18478
|
}
|
|
@@ -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 3.
|
|
8
|
+
<title>Tabler Icons - version 3.48.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">
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
<header class="header">
|
|
116
116
|
<h1>
|
|
117
117
|
Tabler Icons Outline </h1>
|
|
118
|
-
<p class="text-muted">version 3.
|
|
118
|
+
<p class="text-muted">version 3.48.0</p>
|
|
119
119
|
</header>
|
|
120
120
|
|
|
121
121
|
<div class="search-bar">
|
|
@@ -17299,6 +17299,14 @@
|
|
|
17299
17299
|
<code>ti ti-dumpling</code><br>
|
|
17300
17300
|
<code>\feb5</code>
|
|
17301
17301
|
</div>
|
|
17302
|
+
</div>
|
|
17303
|
+
<div class="tabler-icon">
|
|
17304
|
+
<i class="ti ti-duplicate"></i>
|
|
17305
|
+
<strong>duplicate</strong>
|
|
17306
|
+
<div class="tabler-icon-codes">
|
|
17307
|
+
<code>ti ti-duplicate</code><br>
|
|
17308
|
+
<code>\102b2</code>
|
|
17309
|
+
</div>
|
|
17302
17310
|
</div>
|
|
17303
17311
|
<div class="tabler-icon">
|
|
17304
17312
|
<i class="ti ti-e-passport"></i>
|
|
@@ -19803,6 +19811,14 @@
|
|
|
19803
19811
|
<code>ti ti-folder</code><br>
|
|
19804
19812
|
<code>\eaad</code>
|
|
19805
19813
|
</div>
|
|
19814
|
+
</div>
|
|
19815
|
+
<div class="tabler-icon">
|
|
19816
|
+
<i class="ti ti-folder-ai"></i>
|
|
19817
|
+
<strong>folder-ai</strong>
|
|
19818
|
+
<div class="tabler-icon-codes">
|
|
19819
|
+
<code>ti ti-folder-ai</code><br>
|
|
19820
|
+
<code>\102b1</code>
|
|
19821
|
+
</div>
|
|
19806
19822
|
</div>
|
|
19807
19823
|
<div class="tabler-icon">
|
|
19808
19824
|
<i class="ti ti-folder-bolt"></i>
|
|
@@ -19955,6 +19971,14 @@
|
|
|
19955
19971
|
<code>ti ti-folder-share</code><br>
|
|
19956
19972
|
<code>\f919</code>
|
|
19957
19973
|
</div>
|
|
19974
|
+
</div>
|
|
19975
|
+
<div class="tabler-icon">
|
|
19976
|
+
<i class="ti ti-folder-sparkle"></i>
|
|
19977
|
+
<strong>folder-sparkle</strong>
|
|
19978
|
+
<div class="tabler-icon-codes">
|
|
19979
|
+
<code>ti ti-folder-sparkle</code><br>
|
|
19980
|
+
<code>\102b0</code>
|
|
19981
|
+
</div>
|
|
19958
19982
|
</div>
|
|
19959
19983
|
<div class="tabler-icon">
|
|
19960
19984
|
<i class="ti ti-folder-star"></i>
|
|
@@ -20483,6 +20507,14 @@
|
|
|
20483
20507
|
<code>ti ti-git-branch</code><br>
|
|
20484
20508
|
<code>\eab2</code>
|
|
20485
20509
|
</div>
|
|
20510
|
+
</div>
|
|
20511
|
+
<div class="tabler-icon">
|
|
20512
|
+
<i class="ti ti-git-branch-check"></i>
|
|
20513
|
+
<strong>git-branch-check</strong>
|
|
20514
|
+
<div class="tabler-icon-codes">
|
|
20515
|
+
<code>ti ti-git-branch-check</code><br>
|
|
20516
|
+
<code>\102af</code>
|
|
20517
|
+
</div>
|
|
20486
20518
|
</div>
|
|
20487
20519
|
<div class="tabler-icon">
|
|
20488
20520
|
<i class="ti ti-git-branch-deleted"></i>
|
|
@@ -20491,6 +20523,14 @@
|
|
|
20491
20523
|
<code>ti ti-git-branch-deleted</code><br>
|
|
20492
20524
|
<code>\f57d</code>
|
|
20493
20525
|
</div>
|
|
20526
|
+
</div>
|
|
20527
|
+
<div class="tabler-icon">
|
|
20528
|
+
<i class="ti ti-git-branch-x"></i>
|
|
20529
|
+
<strong>git-branch-x</strong>
|
|
20530
|
+
<div class="tabler-icon-codes">
|
|
20531
|
+
<code>ti ti-git-branch-x</code><br>
|
|
20532
|
+
<code>\102ae</code>
|
|
20533
|
+
</div>
|
|
20494
20534
|
</div>
|
|
20495
20535
|
<div class="tabler-icon">
|
|
20496
20536
|
<i class="ti ti-git-cherry-pick"></i>
|
|
@@ -20531,6 +20571,14 @@
|
|
|
20531
20571
|
<code>ti ti-git-merge</code><br>
|
|
20532
20572
|
<code>\eab5</code>
|
|
20533
20573
|
</div>
|
|
20574
|
+
</div>
|
|
20575
|
+
<div class="tabler-icon">
|
|
20576
|
+
<i class="ti ti-git-merge-queue"></i>
|
|
20577
|
+
<strong>git-merge-queue</strong>
|
|
20578
|
+
<div class="tabler-icon-codes">
|
|
20579
|
+
<code>ti ti-git-merge-queue</code><br>
|
|
20580
|
+
<code>\102ad</code>
|
|
20581
|
+
</div>
|
|
20534
20582
|
</div>
|
|
20535
20583
|
<div class="tabler-icon">
|
|
20536
20584
|
<i class="ti ti-git-pull-request"></i>
|
|
@@ -20563,6 +20611,22 @@
|
|
|
20563
20611
|
<code>ti ti-git-pull-request-draft</code><br>
|
|
20564
20612
|
<code>\efb7</code>
|
|
20565
20613
|
</div>
|
|
20614
|
+
</div>
|
|
20615
|
+
<div class="tabler-icon">
|
|
20616
|
+
<i class="ti ti-git-pull-request-locked"></i>
|
|
20617
|
+
<strong>git-pull-request-locked</strong>
|
|
20618
|
+
<div class="tabler-icon-codes">
|
|
20619
|
+
<code>ti ti-git-pull-request-locked</code><br>
|
|
20620
|
+
<code>\102ac</code>
|
|
20621
|
+
</div>
|
|
20622
|
+
</div>
|
|
20623
|
+
<div class="tabler-icon">
|
|
20624
|
+
<i class="ti ti-git-pull-request-unlisted"></i>
|
|
20625
|
+
<strong>git-pull-request-unlisted</strong>
|
|
20626
|
+
<div class="tabler-icon-codes">
|
|
20627
|
+
<code>ti ti-git-pull-request-unlisted</code><br>
|
|
20628
|
+
<code>\102ab</code>
|
|
20629
|
+
</div>
|
|
20566
20630
|
</div>
|
|
20567
20631
|
<div class="tabler-icon">
|
|
20568
20632
|
<i class="ti ti-gizmo"></i>
|
|
@@ -26451,6 +26515,14 @@
|
|
|
26451
26515
|
<code>ti ti-message-2</code><br>
|
|
26452
26516
|
<code>\eaec</code>
|
|
26453
26517
|
</div>
|
|
26518
|
+
</div>
|
|
26519
|
+
<div class="tabler-icon">
|
|
26520
|
+
<i class="ti ti-message-2-ai"></i>
|
|
26521
|
+
<strong>message-2-ai</strong>
|
|
26522
|
+
<div class="tabler-icon-codes">
|
|
26523
|
+
<code>ti ti-message-2-ai</code><br>
|
|
26524
|
+
<code>\102aa</code>
|
|
26525
|
+
</div>
|
|
26454
26526
|
</div>
|
|
26455
26527
|
<div class="tabler-icon">
|
|
26456
26528
|
<i class="ti ti-message-2-bolt"></i>
|
|
@@ -26587,6 +26659,14 @@
|
|
|
26587
26659
|
<code>ti ti-message-2-share</code><br>
|
|
26588
26660
|
<code>\f077</code>
|
|
26589
26661
|
</div>
|
|
26662
|
+
</div>
|
|
26663
|
+
<div class="tabler-icon">
|
|
26664
|
+
<i class="ti ti-message-2-sparkle"></i>
|
|
26665
|
+
<strong>message-2-sparkle</strong>
|
|
26666
|
+
<div class="tabler-icon-codes">
|
|
26667
|
+
<code>ti ti-message-2-sparkle</code><br>
|
|
26668
|
+
<code>\102a9</code>
|
|
26669
|
+
</div>
|
|
26590
26670
|
</div>
|
|
26591
26671
|
<div class="tabler-icon">
|
|
26592
26672
|
<i class="ti ti-message-2-star"></i>
|
|
@@ -26611,6 +26691,14 @@
|
|
|
26611
26691
|
<code>ti ti-message-2-x</code><br>
|
|
26612
26692
|
<code>\f96c</code>
|
|
26613
26693
|
</div>
|
|
26694
|
+
</div>
|
|
26695
|
+
<div class="tabler-icon">
|
|
26696
|
+
<i class="ti ti-message-ai"></i>
|
|
26697
|
+
<strong>message-ai</strong>
|
|
26698
|
+
<div class="tabler-icon-codes">
|
|
26699
|
+
<code>ti ti-message-ai</code><br>
|
|
26700
|
+
<code>\102a8</code>
|
|
26701
|
+
</div>
|
|
26614
26702
|
</div>
|
|
26615
26703
|
<div class="tabler-icon">
|
|
26616
26704
|
<i class="ti ti-message-bolt"></i>
|
|
@@ -26971,6 +27059,14 @@
|
|
|
26971
27059
|
<code>ti ti-message-share</code><br>
|
|
26972
27060
|
<code>\f078</code>
|
|
26973
27061
|
</div>
|
|
27062
|
+
</div>
|
|
27063
|
+
<div class="tabler-icon">
|
|
27064
|
+
<i class="ti ti-message-sparkle"></i>
|
|
27065
|
+
<strong>message-sparkle</strong>
|
|
27066
|
+
<div class="tabler-icon-codes">
|
|
27067
|
+
<code>ti ti-message-sparkle</code><br>
|
|
27068
|
+
<code>\102a7</code>
|
|
27069
|
+
</div>
|
|
26974
27070
|
</div>
|
|
26975
27071
|
<div class="tabler-icon">
|
|
26976
27072
|
<i class="ti ti-message-star"></i>
|
|
@@ -27267,6 +27363,14 @@
|
|
|
27267
27363
|
<code>ti ti-mobiledata-off</code><br>
|
|
27268
27364
|
<code>\f9f4</code>
|
|
27269
27365
|
</div>
|
|
27366
|
+
</div>
|
|
27367
|
+
<div class="tabler-icon">
|
|
27368
|
+
<i class="ti ti-model-ai"></i>
|
|
27369
|
+
<strong>model-ai</strong>
|
|
27370
|
+
<div class="tabler-icon-codes">
|
|
27371
|
+
<code>ti ti-model-ai</code><br>
|
|
27372
|
+
<code>\102a6</code>
|
|
27373
|
+
</div>
|
|
27270
27374
|
</div>
|
|
27271
27375
|
<div class="tabler-icon">
|
|
27272
27376
|
<i class="ti ti-moneybag"></i>
|
|
@@ -29939,6 +30043,14 @@
|
|
|
29939
30043
|
<code>ti ti-pencil</code><br>
|
|
29940
30044
|
<code>\eb04</code>
|
|
29941
30045
|
</div>
|
|
30046
|
+
</div>
|
|
30047
|
+
<div class="tabler-icon">
|
|
30048
|
+
<i class="ti ti-pencil-ai"></i>
|
|
30049
|
+
<strong>pencil-ai</strong>
|
|
30050
|
+
<div class="tabler-icon-codes">
|
|
30051
|
+
<code>ti ti-pencil-ai</code><br>
|
|
30052
|
+
<code>\102a5</code>
|
|
30053
|
+
</div>
|
|
29942
30054
|
</div>
|
|
29943
30055
|
<div class="tabler-icon">
|
|
29944
30056
|
<i class="ti ti-pencil-bolt"></i>
|
|
@@ -36843,6 +36955,14 @@
|
|
|
36843
36955
|
<code>ti ti-stack-backward</code><br>
|
|
36844
36956
|
<code>\fd27</code>
|
|
36845
36957
|
</div>
|
|
36958
|
+
</div>
|
|
36959
|
+
<div class="tabler-icon">
|
|
36960
|
+
<i class="ti ti-stack-check"></i>
|
|
36961
|
+
<strong>stack-check</strong>
|
|
36962
|
+
<div class="tabler-icon-codes">
|
|
36963
|
+
<code>ti ti-stack-check</code><br>
|
|
36964
|
+
<code>\102a4</code>
|
|
36965
|
+
</div>
|
|
36846
36966
|
</div>
|
|
36847
36967
|
<div class="tabler-icon">
|
|
36848
36968
|
<i class="ti ti-stack-forward"></i>
|
|
@@ -36867,6 +36987,22 @@
|
|
|
36867
36987
|
<code>ti ti-stack-middle</code><br>
|
|
36868
36988
|
<code>\fd2a</code>
|
|
36869
36989
|
</div>
|
|
36990
|
+
</div>
|
|
36991
|
+
<div class="tabler-icon">
|
|
36992
|
+
<i class="ti ti-stack-minus"></i>
|
|
36993
|
+
<strong>stack-minus</strong>
|
|
36994
|
+
<div class="tabler-icon-codes">
|
|
36995
|
+
<code>ti ti-stack-minus</code><br>
|
|
36996
|
+
<code>\102a3</code>
|
|
36997
|
+
</div>
|
|
36998
|
+
</div>
|
|
36999
|
+
<div class="tabler-icon">
|
|
37000
|
+
<i class="ti ti-stack-plus"></i>
|
|
37001
|
+
<strong>stack-plus</strong>
|
|
37002
|
+
<div class="tabler-icon-codes">
|
|
37003
|
+
<code>ti ti-stack-plus</code><br>
|
|
37004
|
+
<code>\102a2</code>
|
|
37005
|
+
</div>
|
|
36870
37006
|
</div>
|
|
36871
37007
|
<div class="tabler-icon">
|
|
36872
37008
|
<i class="ti ti-stack-pop"></i>
|
|
@@ -36883,6 +37019,14 @@
|
|
|
36883
37019
|
<code>ti ti-stack-push</code><br>
|
|
36884
37020
|
<code>\f235</code>
|
|
36885
37021
|
</div>
|
|
37022
|
+
</div>
|
|
37023
|
+
<div class="tabler-icon">
|
|
37024
|
+
<i class="ti ti-stack-x"></i>
|
|
37025
|
+
<strong>stack-x</strong>
|
|
37026
|
+
<div class="tabler-icon-codes">
|
|
37027
|
+
<code>ti ti-stack-x</code><br>
|
|
37028
|
+
<code>\102a1</code>
|
|
37029
|
+
</div>
|
|
36886
37030
|
</div>
|
|
36887
37031
|
<div class="tabler-icon">
|
|
36888
37032
|
<i class="ti ti-stairs"></i>
|