@tabler/icons 1.42.0 → 1.43.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 +114 -60
- 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 +73 -1
- package/iconfont/tabler-icons.html +164 -2
- package/iconfont/tabler-icons.min.css +2 -2
- package/iconfont/tabler-icons.scss +37 -1
- package/icons/axis-x.svg +10 -0
- package/icons/axis-y.svg +10 -0
- package/icons/backpack.svg +8 -0
- package/icons/bath.svg +9 -0
- package/icons/brand-mastercard.svg +8 -0
- package/icons/brand-stack-ofverflow.svg +10 -0
- package/icons/currency-dogecoin.svg +8 -0
- package/icons/door-enter.svg +9 -0
- package/icons/door-exit.svg +9 -0
- package/icons/door.svg +8 -0
- package/icons/hand-click.svg +13 -0
- package/icons/hand-move.svg +11 -0
- package/icons/lock-square.svg +8 -0
- package/icons/pig.svg +7 -0
- package/icons/scale-outline.svg +7 -0
- package/icons/spacing-horizontal.svg +8 -0
- package/icons/spacing-vertical.svg +8 -0
- package/icons/wallpaper.svg +8 -0
- package/icons-png/axis-x.png +0 -0
- package/icons-png/axis-y.png +0 -0
- package/icons-png/backpack.png +0 -0
- package/icons-png/bath.png +0 -0
- package/icons-png/brand-mastercard.png +0 -0
- package/icons-png/brand-stack-ofverflow.png +0 -0
- package/icons-png/currency-dogecoin.png +0 -0
- package/icons-png/door-enter.png +0 -0
- package/icons-png/door-exit.png +0 -0
- package/icons-png/door.png +0 -0
- package/icons-png/hand-click.png +0 -0
- package/icons-png/hand-move.png +0 -0
- package/icons-png/lock-square.png +0 -0
- package/icons-png/pig.png +0 -0
- package/icons-png/scale-outline.png +0 -0
- package/icons-png/spacing-horizontal.png +0 -0
- package/icons-png/spacing-vertical.png +0 -0
- package/icons-png/wallpaper.png +0 -0
- package/icons-react/dist/index.cjs.js +644 -0
- 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 +627 -1
- 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 +644 -0
- 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 +18 -0
- package/package.json +1 -1
- package/tabler-sprite-nostroke.svg +1 -1
- package/tabler-sprite.svg +1 -1
- package/tags.json +195 -24
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 1.
|
|
2
|
+
* Tabler Icons 1.43.0 by tabler - https://tabler.io
|
|
3
3
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
4
4
|
*/
|
|
5
5
|
@font-face {
|
|
@@ -570,10 +570,22 @@
|
|
|
570
570
|
content: "\ea2c";
|
|
571
571
|
}
|
|
572
572
|
|
|
573
|
+
.ti-axis-x:before {
|
|
574
|
+
content: "\ef45";
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
.ti-axis-y:before {
|
|
578
|
+
content: "\ef46";
|
|
579
|
+
}
|
|
580
|
+
|
|
573
581
|
.ti-backhoe:before {
|
|
574
582
|
content: "\ed86";
|
|
575
583
|
}
|
|
576
584
|
|
|
585
|
+
.ti-backpack:before {
|
|
586
|
+
content: "\ef47";
|
|
587
|
+
}
|
|
588
|
+
|
|
577
589
|
.ti-backspace:before {
|
|
578
590
|
content: "\ea2d";
|
|
579
591
|
}
|
|
@@ -626,6 +638,10 @@
|
|
|
626
638
|
content: "\ebe1";
|
|
627
639
|
}
|
|
628
640
|
|
|
641
|
+
.ti-bath:before {
|
|
642
|
+
content: "\ef48";
|
|
643
|
+
}
|
|
644
|
+
|
|
629
645
|
.ti-battery:before {
|
|
630
646
|
content: "\ea34";
|
|
631
647
|
}
|
|
@@ -1054,6 +1070,10 @@
|
|
|
1054
1070
|
content: "\ec8c";
|
|
1055
1071
|
}
|
|
1056
1072
|
|
|
1073
|
+
.ti-brand-mastercard:before {
|
|
1074
|
+
content: "\ef49";
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1057
1077
|
.ti-brand-medium:before {
|
|
1058
1078
|
content: "\ec70";
|
|
1059
1079
|
}
|
|
@@ -1146,6 +1166,10 @@
|
|
|
1146
1166
|
content: "\ed03";
|
|
1147
1167
|
}
|
|
1148
1168
|
|
|
1169
|
+
.ti-brand-stack-ofverflow:before {
|
|
1170
|
+
content: "\ef4a";
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1149
1173
|
.ti-brand-steam:before {
|
|
1150
1174
|
content: "\ed6f";
|
|
1151
1175
|
}
|
|
@@ -2014,6 +2038,10 @@
|
|
|
2014
2038
|
content: "\ee55";
|
|
2015
2039
|
}
|
|
2016
2040
|
|
|
2041
|
+
.ti-currency-dogecoin:before {
|
|
2042
|
+
content: "\ef4b";
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2017
2045
|
.ti-currency-dollar:before {
|
|
2018
2046
|
content: "\eb84";
|
|
2019
2047
|
}
|
|
@@ -2306,6 +2334,18 @@
|
|
|
2306
2334
|
content: "\ef29";
|
|
2307
2335
|
}
|
|
2308
2336
|
|
|
2337
|
+
.ti-door:before {
|
|
2338
|
+
content: "\ef4e";
|
|
2339
|
+
}
|
|
2340
|
+
|
|
2341
|
+
.ti-door-enter:before {
|
|
2342
|
+
content: "\ef4c";
|
|
2343
|
+
}
|
|
2344
|
+
|
|
2345
|
+
.ti-door-exit:before {
|
|
2346
|
+
content: "\ef4d";
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2309
2349
|
.ti-dots:before {
|
|
2310
2350
|
content: "\ea95";
|
|
2311
2351
|
}
|
|
@@ -2826,6 +2866,10 @@
|
|
|
2826
2866
|
content: "\ec99";
|
|
2827
2867
|
}
|
|
2828
2868
|
|
|
2869
|
+
.ti-hand-click:before {
|
|
2870
|
+
content: "\ef4f";
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2829
2873
|
.ti-hand-finger:before {
|
|
2830
2874
|
content: "\ee94";
|
|
2831
2875
|
}
|
|
@@ -2838,6 +2882,10 @@
|
|
|
2838
2882
|
content: "\ec2d";
|
|
2839
2883
|
}
|
|
2840
2884
|
|
|
2885
|
+
.ti-hand-move:before {
|
|
2886
|
+
content: "\ef50";
|
|
2887
|
+
}
|
|
2888
|
+
|
|
2841
2889
|
.ti-hand-off:before {
|
|
2842
2890
|
content: "\ed15";
|
|
2843
2891
|
}
|
|
@@ -3338,6 +3386,10 @@
|
|
|
3338
3386
|
content: "\eae1";
|
|
3339
3387
|
}
|
|
3340
3388
|
|
|
3389
|
+
.ti-lock-square:before {
|
|
3390
|
+
content: "\ef51";
|
|
3391
|
+
}
|
|
3392
|
+
|
|
3341
3393
|
.ti-login:before {
|
|
3342
3394
|
content: "\eba7";
|
|
3343
3395
|
}
|
|
@@ -3870,6 +3922,10 @@
|
|
|
3870
3922
|
content: "\ed44";
|
|
3871
3923
|
}
|
|
3872
3924
|
|
|
3925
|
+
.ti-pig:before {
|
|
3926
|
+
content: "\ef52";
|
|
3927
|
+
}
|
|
3928
|
+
|
|
3873
3929
|
.ti-pill:before {
|
|
3874
3930
|
content: "\ec44";
|
|
3875
3931
|
}
|
|
@@ -4230,6 +4286,10 @@
|
|
|
4230
4286
|
content: "\ebc2";
|
|
4231
4287
|
}
|
|
4232
4288
|
|
|
4289
|
+
.ti-scale-outline:before {
|
|
4290
|
+
content: "\ef53";
|
|
4291
|
+
}
|
|
4292
|
+
|
|
4233
4293
|
.ti-scan:before {
|
|
4234
4294
|
content: "\ebc8";
|
|
4235
4295
|
}
|
|
@@ -4478,6 +4538,14 @@
|
|
|
4478
4538
|
content: "\ec0c";
|
|
4479
4539
|
}
|
|
4480
4540
|
|
|
4541
|
+
.ti-spacing-horizontal:before {
|
|
4542
|
+
content: "\ef54";
|
|
4543
|
+
}
|
|
4544
|
+
|
|
4545
|
+
.ti-spacing-vertical:before {
|
|
4546
|
+
content: "\ef55";
|
|
4547
|
+
}
|
|
4548
|
+
|
|
4481
4549
|
.ti-speakerphone:before {
|
|
4482
4550
|
content: "\ed61";
|
|
4483
4551
|
}
|
|
@@ -5138,6 +5206,10 @@
|
|
|
5138
5206
|
content: "\eb75";
|
|
5139
5207
|
}
|
|
5140
5208
|
|
|
5209
|
+
.ti-wallpaper:before {
|
|
5210
|
+
content: "\ef56";
|
|
5211
|
+
}
|
|
5212
|
+
|
|
5141
5213
|
.ti-wand:before {
|
|
5142
5214
|
content: "\ebcb";
|
|
5143
5215
|
}
|
|
@@ -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.43.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.43.0</p>
|
|
113
113
|
</header>
|
|
114
114
|
|
|
115
115
|
<div class="search-bar">
|
|
@@ -1334,6 +1334,24 @@
|
|
|
1334
1334
|
</div>
|
|
1335
1335
|
</div>
|
|
1336
1336
|
|
|
1337
|
+
<div class="tabler-icon">
|
|
1338
|
+
<i class="ti ti-axis-x"></i>
|
|
1339
|
+
<strong>axis-x</strong>
|
|
1340
|
+
<div class="tabler-icon-codes">
|
|
1341
|
+
<code>ti ti-axis-x</code><br>
|
|
1342
|
+
<code>\ef45</code>
|
|
1343
|
+
</div>
|
|
1344
|
+
</div>
|
|
1345
|
+
|
|
1346
|
+
<div class="tabler-icon">
|
|
1347
|
+
<i class="ti ti-axis-y"></i>
|
|
1348
|
+
<strong>axis-y</strong>
|
|
1349
|
+
<div class="tabler-icon-codes">
|
|
1350
|
+
<code>ti ti-axis-y</code><br>
|
|
1351
|
+
<code>\ef46</code>
|
|
1352
|
+
</div>
|
|
1353
|
+
</div>
|
|
1354
|
+
|
|
1337
1355
|
<div class="tabler-icon">
|
|
1338
1356
|
<i class="ti ti-backhoe"></i>
|
|
1339
1357
|
<strong>backhoe</strong>
|
|
@@ -1343,6 +1361,15 @@
|
|
|
1343
1361
|
</div>
|
|
1344
1362
|
</div>
|
|
1345
1363
|
|
|
1364
|
+
<div class="tabler-icon">
|
|
1365
|
+
<i class="ti ti-backpack"></i>
|
|
1366
|
+
<strong>backpack</strong>
|
|
1367
|
+
<div class="tabler-icon-codes">
|
|
1368
|
+
<code>ti ti-backpack</code><br>
|
|
1369
|
+
<code>\ef47</code>
|
|
1370
|
+
</div>
|
|
1371
|
+
</div>
|
|
1372
|
+
|
|
1346
1373
|
<div class="tabler-icon">
|
|
1347
1374
|
<i class="ti ti-backspace"></i>
|
|
1348
1375
|
<strong>backspace</strong>
|
|
@@ -1460,6 +1487,15 @@
|
|
|
1460
1487
|
</div>
|
|
1461
1488
|
</div>
|
|
1462
1489
|
|
|
1490
|
+
<div class="tabler-icon">
|
|
1491
|
+
<i class="ti ti-bath"></i>
|
|
1492
|
+
<strong>bath</strong>
|
|
1493
|
+
<div class="tabler-icon-codes">
|
|
1494
|
+
<code>ti ti-bath</code><br>
|
|
1495
|
+
<code>\ef48</code>
|
|
1496
|
+
</div>
|
|
1497
|
+
</div>
|
|
1498
|
+
|
|
1463
1499
|
<div class="tabler-icon">
|
|
1464
1500
|
<i class="ti ti-battery"></i>
|
|
1465
1501
|
<strong>battery</strong>
|
|
@@ -2423,6 +2459,15 @@
|
|
|
2423
2459
|
</div>
|
|
2424
2460
|
</div>
|
|
2425
2461
|
|
|
2462
|
+
<div class="tabler-icon">
|
|
2463
|
+
<i class="ti ti-brand-mastercard"></i>
|
|
2464
|
+
<strong>brand-mastercard</strong>
|
|
2465
|
+
<div class="tabler-icon-codes">
|
|
2466
|
+
<code>ti ti-brand-mastercard</code><br>
|
|
2467
|
+
<code>\ef49</code>
|
|
2468
|
+
</div>
|
|
2469
|
+
</div>
|
|
2470
|
+
|
|
2426
2471
|
<div class="tabler-icon">
|
|
2427
2472
|
<i class="ti ti-brand-medium"></i>
|
|
2428
2473
|
<strong>brand-medium</strong>
|
|
@@ -2630,6 +2675,15 @@
|
|
|
2630
2675
|
</div>
|
|
2631
2676
|
</div>
|
|
2632
2677
|
|
|
2678
|
+
<div class="tabler-icon">
|
|
2679
|
+
<i class="ti ti-brand-stack-ofverflow"></i>
|
|
2680
|
+
<strong>brand-stack-ofverflow</strong>
|
|
2681
|
+
<div class="tabler-icon-codes">
|
|
2682
|
+
<code>ti ti-brand-stack-ofverflow</code><br>
|
|
2683
|
+
<code>\ef4a</code>
|
|
2684
|
+
</div>
|
|
2685
|
+
</div>
|
|
2686
|
+
|
|
2633
2687
|
<div class="tabler-icon">
|
|
2634
2688
|
<i class="ti ti-brand-steam"></i>
|
|
2635
2689
|
<strong>brand-steam</strong>
|
|
@@ -4583,6 +4637,15 @@
|
|
|
4583
4637
|
</div>
|
|
4584
4638
|
</div>
|
|
4585
4639
|
|
|
4640
|
+
<div class="tabler-icon">
|
|
4641
|
+
<i class="ti ti-currency-dogecoin"></i>
|
|
4642
|
+
<strong>currency-dogecoin</strong>
|
|
4643
|
+
<div class="tabler-icon-codes">
|
|
4644
|
+
<code>ti ti-currency-dogecoin</code><br>
|
|
4645
|
+
<code>\ef4b</code>
|
|
4646
|
+
</div>
|
|
4647
|
+
</div>
|
|
4648
|
+
|
|
4586
4649
|
<div class="tabler-icon">
|
|
4587
4650
|
<i class="ti ti-currency-dollar"></i>
|
|
4588
4651
|
<strong>currency-dollar</strong>
|
|
@@ -5240,6 +5303,33 @@
|
|
|
5240
5303
|
</div>
|
|
5241
5304
|
</div>
|
|
5242
5305
|
|
|
5306
|
+
<div class="tabler-icon">
|
|
5307
|
+
<i class="ti ti-door"></i>
|
|
5308
|
+
<strong>door</strong>
|
|
5309
|
+
<div class="tabler-icon-codes">
|
|
5310
|
+
<code>ti ti-door</code><br>
|
|
5311
|
+
<code>\ef4e</code>
|
|
5312
|
+
</div>
|
|
5313
|
+
</div>
|
|
5314
|
+
|
|
5315
|
+
<div class="tabler-icon">
|
|
5316
|
+
<i class="ti ti-door-enter"></i>
|
|
5317
|
+
<strong>door-enter</strong>
|
|
5318
|
+
<div class="tabler-icon-codes">
|
|
5319
|
+
<code>ti ti-door-enter</code><br>
|
|
5320
|
+
<code>\ef4c</code>
|
|
5321
|
+
</div>
|
|
5322
|
+
</div>
|
|
5323
|
+
|
|
5324
|
+
<div class="tabler-icon">
|
|
5325
|
+
<i class="ti ti-door-exit"></i>
|
|
5326
|
+
<strong>door-exit</strong>
|
|
5327
|
+
<div class="tabler-icon-codes">
|
|
5328
|
+
<code>ti ti-door-exit</code><br>
|
|
5329
|
+
<code>\ef4d</code>
|
|
5330
|
+
</div>
|
|
5331
|
+
</div>
|
|
5332
|
+
|
|
5243
5333
|
<div class="tabler-icon">
|
|
5244
5334
|
<i class="ti ti-dots"></i>
|
|
5245
5335
|
<strong>dots</strong>
|
|
@@ -6410,6 +6500,15 @@
|
|
|
6410
6500
|
</div>
|
|
6411
6501
|
</div>
|
|
6412
6502
|
|
|
6503
|
+
<div class="tabler-icon">
|
|
6504
|
+
<i class="ti ti-hand-click"></i>
|
|
6505
|
+
<strong>hand-click</strong>
|
|
6506
|
+
<div class="tabler-icon-codes">
|
|
6507
|
+
<code>ti ti-hand-click</code><br>
|
|
6508
|
+
<code>\ef4f</code>
|
|
6509
|
+
</div>
|
|
6510
|
+
</div>
|
|
6511
|
+
|
|
6413
6512
|
<div class="tabler-icon">
|
|
6414
6513
|
<i class="ti ti-hand-finger"></i>
|
|
6415
6514
|
<strong>hand-finger</strong>
|
|
@@ -6437,6 +6536,15 @@
|
|
|
6437
6536
|
</div>
|
|
6438
6537
|
</div>
|
|
6439
6538
|
|
|
6539
|
+
<div class="tabler-icon">
|
|
6540
|
+
<i class="ti ti-hand-move"></i>
|
|
6541
|
+
<strong>hand-move</strong>
|
|
6542
|
+
<div class="tabler-icon-codes">
|
|
6543
|
+
<code>ti ti-hand-move</code><br>
|
|
6544
|
+
<code>\ef50</code>
|
|
6545
|
+
</div>
|
|
6546
|
+
</div>
|
|
6547
|
+
|
|
6440
6548
|
<div class="tabler-icon">
|
|
6441
6549
|
<i class="ti ti-hand-off"></i>
|
|
6442
6550
|
<strong>hand-off</strong>
|
|
@@ -7562,6 +7670,15 @@
|
|
|
7562
7670
|
</div>
|
|
7563
7671
|
</div>
|
|
7564
7672
|
|
|
7673
|
+
<div class="tabler-icon">
|
|
7674
|
+
<i class="ti ti-lock-square"></i>
|
|
7675
|
+
<strong>lock-square</strong>
|
|
7676
|
+
<div class="tabler-icon-codes">
|
|
7677
|
+
<code>ti ti-lock-square</code><br>
|
|
7678
|
+
<code>\ef51</code>
|
|
7679
|
+
</div>
|
|
7680
|
+
</div>
|
|
7681
|
+
|
|
7565
7682
|
<div class="tabler-icon">
|
|
7566
7683
|
<i class="ti ti-login"></i>
|
|
7567
7684
|
<strong>login</strong>
|
|
@@ -8759,6 +8876,15 @@
|
|
|
8759
8876
|
</div>
|
|
8760
8877
|
</div>
|
|
8761
8878
|
|
|
8879
|
+
<div class="tabler-icon">
|
|
8880
|
+
<i class="ti ti-pig"></i>
|
|
8881
|
+
<strong>pig</strong>
|
|
8882
|
+
<div class="tabler-icon-codes">
|
|
8883
|
+
<code>ti ti-pig</code><br>
|
|
8884
|
+
<code>\ef52</code>
|
|
8885
|
+
</div>
|
|
8886
|
+
</div>
|
|
8887
|
+
|
|
8762
8888
|
<div class="tabler-icon">
|
|
8763
8889
|
<i class="ti ti-pill"></i>
|
|
8764
8890
|
<strong>pill</strong>
|
|
@@ -9569,6 +9695,15 @@
|
|
|
9569
9695
|
</div>
|
|
9570
9696
|
</div>
|
|
9571
9697
|
|
|
9698
|
+
<div class="tabler-icon">
|
|
9699
|
+
<i class="ti ti-scale-outline"></i>
|
|
9700
|
+
<strong>scale-outline</strong>
|
|
9701
|
+
<div class="tabler-icon-codes">
|
|
9702
|
+
<code>ti ti-scale-outline</code><br>
|
|
9703
|
+
<code>\ef53</code>
|
|
9704
|
+
</div>
|
|
9705
|
+
</div>
|
|
9706
|
+
|
|
9572
9707
|
<div class="tabler-icon">
|
|
9573
9708
|
<i class="ti ti-scan"></i>
|
|
9574
9709
|
<strong>scan</strong>
|
|
@@ -10127,6 +10262,24 @@
|
|
|
10127
10262
|
</div>
|
|
10128
10263
|
</div>
|
|
10129
10264
|
|
|
10265
|
+
<div class="tabler-icon">
|
|
10266
|
+
<i class="ti ti-spacing-horizontal"></i>
|
|
10267
|
+
<strong>spacing-horizontal</strong>
|
|
10268
|
+
<div class="tabler-icon-codes">
|
|
10269
|
+
<code>ti ti-spacing-horizontal</code><br>
|
|
10270
|
+
<code>\ef54</code>
|
|
10271
|
+
</div>
|
|
10272
|
+
</div>
|
|
10273
|
+
|
|
10274
|
+
<div class="tabler-icon">
|
|
10275
|
+
<i class="ti ti-spacing-vertical"></i>
|
|
10276
|
+
<strong>spacing-vertical</strong>
|
|
10277
|
+
<div class="tabler-icon-codes">
|
|
10278
|
+
<code>ti ti-spacing-vertical</code><br>
|
|
10279
|
+
<code>\ef55</code>
|
|
10280
|
+
</div>
|
|
10281
|
+
</div>
|
|
10282
|
+
|
|
10130
10283
|
<div class="tabler-icon">
|
|
10131
10284
|
<i class="ti ti-speakerphone"></i>
|
|
10132
10285
|
<strong>speakerphone</strong>
|
|
@@ -11612,6 +11765,15 @@
|
|
|
11612
11765
|
</div>
|
|
11613
11766
|
</div>
|
|
11614
11767
|
|
|
11768
|
+
<div class="tabler-icon">
|
|
11769
|
+
<i class="ti ti-wallpaper"></i>
|
|
11770
|
+
<strong>wallpaper</strong>
|
|
11771
|
+
<div class="tabler-icon-codes">
|
|
11772
|
+
<code>ti ti-wallpaper</code><br>
|
|
11773
|
+
<code>\ef56</code>
|
|
11774
|
+
</div>
|
|
11775
|
+
</div>
|
|
11776
|
+
|
|
11615
11777
|
<div class="tabler-icon">
|
|
11616
11778
|
<i class="ti ti-wand"></i>
|
|
11617
11779
|
<strong>wand</strong>
|