@tabler/icons-webfont 3.7.0 → 3.8.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/dist/fonts/tabler-icons-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-outline.woff +0 -0
- package/dist/fonts/tabler-icons-outline.woff2 +0 -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-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-outline.css +74 -2
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +164 -2
- package/dist/tabler-icons-outline.min.css +2 -2
- package/dist/tabler-icons-outline.min.css.map +1 -1
- package/dist/tabler-icons-outline.scss +39 -3
- package/dist/tabler-icons.css +74 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +164 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +39 -3
- package/package.json +2 -2
package/dist/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 3.
|
|
8
|
+
<title>Tabler Icons - version 3.8.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 3.
|
|
119
|
+
<p class="text-muted">version 3.8.0</p>
|
|
120
120
|
</header>
|
|
121
121
|
|
|
122
122
|
<div class="search-bar">
|
|
@@ -1242,6 +1242,24 @@
|
|
|
1242
1242
|
</div>
|
|
1243
1243
|
</div>
|
|
1244
1244
|
|
|
1245
|
+
<div class="tabler-icon">
|
|
1246
|
+
<i class="ti ti-alphabet-arabic"></i>
|
|
1247
|
+
<strong>alphabet-arabic</strong>
|
|
1248
|
+
<div class="tabler-icon-codes">
|
|
1249
|
+
<code>ti ti-alphabet-arabic</code><br>
|
|
1250
|
+
<code>\ff2f</code>
|
|
1251
|
+
</div>
|
|
1252
|
+
</div>
|
|
1253
|
+
|
|
1254
|
+
<div class="tabler-icon">
|
|
1255
|
+
<i class="ti ti-alphabet-bangla"></i>
|
|
1256
|
+
<strong>alphabet-bangla</strong>
|
|
1257
|
+
<div class="tabler-icon-codes">
|
|
1258
|
+
<code>ti ti-alphabet-bangla</code><br>
|
|
1259
|
+
<code>\ff2e</code>
|
|
1260
|
+
</div>
|
|
1261
|
+
</div>
|
|
1262
|
+
|
|
1245
1263
|
<div class="tabler-icon">
|
|
1246
1264
|
<i class="ti ti-alphabet-cyrillic"></i>
|
|
1247
1265
|
<strong>alphabet-cyrillic</strong>
|
|
@@ -1260,6 +1278,24 @@
|
|
|
1260
1278
|
</div>
|
|
1261
1279
|
</div>
|
|
1262
1280
|
|
|
1281
|
+
<div class="tabler-icon">
|
|
1282
|
+
<i class="ti ti-alphabet-hebrew"></i>
|
|
1283
|
+
<strong>alphabet-hebrew</strong>
|
|
1284
|
+
<div class="tabler-icon-codes">
|
|
1285
|
+
<code>ti ti-alphabet-hebrew</code><br>
|
|
1286
|
+
<code>\ff2d</code>
|
|
1287
|
+
</div>
|
|
1288
|
+
</div>
|
|
1289
|
+
|
|
1290
|
+
<div class="tabler-icon">
|
|
1291
|
+
<i class="ti ti-alphabet-korean"></i>
|
|
1292
|
+
<strong>alphabet-korean</strong>
|
|
1293
|
+
<div class="tabler-icon-codes">
|
|
1294
|
+
<code>ti ti-alphabet-korean</code><br>
|
|
1295
|
+
<code>\ff2c</code>
|
|
1296
|
+
</div>
|
|
1297
|
+
</div>
|
|
1298
|
+
|
|
1263
1299
|
<div class="tabler-icon">
|
|
1264
1300
|
<i class="ti ti-alphabet-latin"></i>
|
|
1265
1301
|
<strong>alphabet-latin</strong>
|
|
@@ -1269,6 +1305,15 @@
|
|
|
1269
1305
|
</div>
|
|
1270
1306
|
</div>
|
|
1271
1307
|
|
|
1308
|
+
<div class="tabler-icon">
|
|
1309
|
+
<i class="ti ti-alphabet-thai"></i>
|
|
1310
|
+
<strong>alphabet-thai</strong>
|
|
1311
|
+
<div class="tabler-icon-codes">
|
|
1312
|
+
<code>ti ti-alphabet-thai</code><br>
|
|
1313
|
+
<code>\ff2b</code>
|
|
1314
|
+
</div>
|
|
1315
|
+
</div>
|
|
1316
|
+
|
|
1272
1317
|
<div class="tabler-icon">
|
|
1273
1318
|
<i class="ti ti-alt"></i>
|
|
1274
1319
|
<strong>alt</strong>
|
|
@@ -6525,6 +6570,60 @@
|
|
|
6525
6570
|
</div>
|
|
6526
6571
|
</div>
|
|
6527
6572
|
|
|
6573
|
+
<div class="tabler-icon">
|
|
6574
|
+
<i class="ti ti-brand-adobe-after-effect"></i>
|
|
6575
|
+
<strong>brand-adobe-after-effect</strong>
|
|
6576
|
+
<div class="tabler-icon-codes">
|
|
6577
|
+
<code>ti ti-brand-adobe-after-effect</code><br>
|
|
6578
|
+
<code>\ff2a</code>
|
|
6579
|
+
</div>
|
|
6580
|
+
</div>
|
|
6581
|
+
|
|
6582
|
+
<div class="tabler-icon">
|
|
6583
|
+
<i class="ti ti-brand-adobe-illustrator"></i>
|
|
6584
|
+
<strong>brand-adobe-illustrator</strong>
|
|
6585
|
+
<div class="tabler-icon-codes">
|
|
6586
|
+
<code>ti ti-brand-adobe-illustrator</code><br>
|
|
6587
|
+
<code>\ff29</code>
|
|
6588
|
+
</div>
|
|
6589
|
+
</div>
|
|
6590
|
+
|
|
6591
|
+
<div class="tabler-icon">
|
|
6592
|
+
<i class="ti ti-brand-adobe-indesign"></i>
|
|
6593
|
+
<strong>brand-adobe-indesign</strong>
|
|
6594
|
+
<div class="tabler-icon-codes">
|
|
6595
|
+
<code>ti ti-brand-adobe-indesign</code><br>
|
|
6596
|
+
<code>\ff28</code>
|
|
6597
|
+
</div>
|
|
6598
|
+
</div>
|
|
6599
|
+
|
|
6600
|
+
<div class="tabler-icon">
|
|
6601
|
+
<i class="ti ti-brand-adobe-photoshop"></i>
|
|
6602
|
+
<strong>brand-adobe-photoshop</strong>
|
|
6603
|
+
<div class="tabler-icon-codes">
|
|
6604
|
+
<code>ti ti-brand-adobe-photoshop</code><br>
|
|
6605
|
+
<code>\ff27</code>
|
|
6606
|
+
</div>
|
|
6607
|
+
</div>
|
|
6608
|
+
|
|
6609
|
+
<div class="tabler-icon">
|
|
6610
|
+
<i class="ti ti-brand-adobe-premier"></i>
|
|
6611
|
+
<strong>brand-adobe-premier</strong>
|
|
6612
|
+
<div class="tabler-icon-codes">
|
|
6613
|
+
<code>ti ti-brand-adobe-premier</code><br>
|
|
6614
|
+
<code>\ff26</code>
|
|
6615
|
+
</div>
|
|
6616
|
+
</div>
|
|
6617
|
+
|
|
6618
|
+
<div class="tabler-icon">
|
|
6619
|
+
<i class="ti ti-brand-adobe-xd"></i>
|
|
6620
|
+
<strong>brand-adobe-xd</strong>
|
|
6621
|
+
<div class="tabler-icon-codes">
|
|
6622
|
+
<code>ti ti-brand-adobe-xd</code><br>
|
|
6623
|
+
<code>\ff25</code>
|
|
6624
|
+
</div>
|
|
6625
|
+
</div>
|
|
6626
|
+
|
|
6528
6627
|
<div class="tabler-icon">
|
|
6529
6628
|
<i class="ti ti-brand-adonis-js"></i>
|
|
6530
6629
|
<strong>brand-adonis-js</strong>
|
|
@@ -6687,6 +6786,15 @@
|
|
|
6687
6786
|
</div>
|
|
6688
6787
|
</div>
|
|
6689
6788
|
|
|
6789
|
+
<div class="tabler-icon">
|
|
6790
|
+
<i class="ti ti-brand-apple-news"></i>
|
|
6791
|
+
<strong>brand-apple-news</strong>
|
|
6792
|
+
<div class="tabler-icon-codes">
|
|
6793
|
+
<code>ti ti-brand-apple-news</code><br>
|
|
6794
|
+
<code>\ff24</code>
|
|
6795
|
+
</div>
|
|
6796
|
+
</div>
|
|
6797
|
+
|
|
6690
6798
|
<div class="tabler-icon">
|
|
6691
6799
|
<i class="ti ti-brand-apple-podcast"></i>
|
|
6692
6800
|
<strong>brand-apple-podcast</strong>
|
|
@@ -7866,6 +7974,15 @@
|
|
|
7866
7974
|
</div>
|
|
7867
7975
|
</div>
|
|
7868
7976
|
|
|
7977
|
+
<div class="tabler-icon">
|
|
7978
|
+
<i class="ti ti-brand-hackerrank"></i>
|
|
7979
|
+
<strong>brand-hackerrank</strong>
|
|
7980
|
+
<div class="tabler-icon-codes">
|
|
7981
|
+
<code>ti ti-brand-hackerrank</code><br>
|
|
7982
|
+
<code>\ff23</code>
|
|
7983
|
+
</div>
|
|
7984
|
+
</div>
|
|
7985
|
+
|
|
7869
7986
|
<div class="tabler-icon">
|
|
7870
7987
|
<i class="ti ti-brand-hbo"></i>
|
|
7871
7988
|
<strong>brand-hbo</strong>
|
|
@@ -11223,6 +11340,33 @@
|
|
|
11223
11340
|
</div>
|
|
11224
11341
|
</div>
|
|
11225
11342
|
|
|
11343
|
+
<div class="tabler-icon">
|
|
11344
|
+
<i class="ti ti-cap-projecting"></i>
|
|
11345
|
+
<strong>cap-projecting</strong>
|
|
11346
|
+
<div class="tabler-icon-codes">
|
|
11347
|
+
<code>ti ti-cap-projecting</code><br>
|
|
11348
|
+
<code>\ff22</code>
|
|
11349
|
+
</div>
|
|
11350
|
+
</div>
|
|
11351
|
+
|
|
11352
|
+
<div class="tabler-icon">
|
|
11353
|
+
<i class="ti ti-cap-rounded"></i>
|
|
11354
|
+
<strong>cap-rounded</strong>
|
|
11355
|
+
<div class="tabler-icon-codes">
|
|
11356
|
+
<code>ti ti-cap-rounded</code><br>
|
|
11357
|
+
<code>\ff21</code>
|
|
11358
|
+
</div>
|
|
11359
|
+
</div>
|
|
11360
|
+
|
|
11361
|
+
<div class="tabler-icon">
|
|
11362
|
+
<i class="ti ti-cap-straight"></i>
|
|
11363
|
+
<strong>cap-straight</strong>
|
|
11364
|
+
<div class="tabler-icon-codes">
|
|
11365
|
+
<code>ti ti-cap-straight</code><br>
|
|
11366
|
+
<code>\ff20</code>
|
|
11367
|
+
</div>
|
|
11368
|
+
</div>
|
|
11369
|
+
|
|
11226
11370
|
<div class="tabler-icon">
|
|
11227
11371
|
<i class="ti ti-capsule"></i>
|
|
11228
11372
|
<strong>capsule</strong>
|
|
@@ -30546,6 +30690,15 @@
|
|
|
30546
30690
|
</div>
|
|
30547
30691
|
</div>
|
|
30548
30692
|
|
|
30693
|
+
<div class="tabler-icon">
|
|
30694
|
+
<i class="ti ti-math-cos"></i>
|
|
30695
|
+
<strong>math-cos</strong>
|
|
30696
|
+
<div class="tabler-icon-codes">
|
|
30697
|
+
<code>ti ti-math-cos</code><br>
|
|
30698
|
+
<code>\ff1f</code>
|
|
30699
|
+
</div>
|
|
30700
|
+
</div>
|
|
30701
|
+
|
|
30549
30702
|
<div class="tabler-icon">
|
|
30550
30703
|
<i class="ti ti-math-equal-greater"></i>
|
|
30551
30704
|
<strong>math-equal-greater</strong>
|
|
@@ -30699,6 +30852,15 @@
|
|
|
30699
30852
|
</div>
|
|
30700
30853
|
</div>
|
|
30701
30854
|
|
|
30855
|
+
<div class="tabler-icon">
|
|
30856
|
+
<i class="ti ti-math-sin"></i>
|
|
30857
|
+
<strong>math-sin</strong>
|
|
30858
|
+
<div class="tabler-icon-codes">
|
|
30859
|
+
<code>ti ti-math-sin</code><br>
|
|
30860
|
+
<code>\ff1e</code>
|
|
30861
|
+
</div>
|
|
30862
|
+
</div>
|
|
30863
|
+
|
|
30702
30864
|
<div class="tabler-icon">
|
|
30703
30865
|
<i class="ti ti-math-symbols"></i>
|
|
30704
30866
|
<strong>math-symbols</strong>
|