@tabler/icons-webfont 2.0.0 → 2.1.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 +7 -2
- package/tabler-icons.css +78 -6
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +169 -7
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +45 -9
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.1.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.1.0</p>
|
|
120
120
|
</header>
|
|
121
121
|
|
|
122
122
|
<div class="search-bar">
|
|
@@ -1233,6 +1233,15 @@
|
|
|
1233
1233
|
</div>
|
|
1234
1234
|
</div>
|
|
1235
1235
|
|
|
1236
|
+
<div class="tabler-icon">
|
|
1237
|
+
<i class="ti ti-arrow-big-down-filled"></i>
|
|
1238
|
+
<strong>arrow-big-down-filled</strong>
|
|
1239
|
+
<div class="tabler-icon-codes">
|
|
1240
|
+
<code>ti ti-arrow-big-down-filled</code><br>
|
|
1241
|
+
<code>\f6c6</code>
|
|
1242
|
+
</div>
|
|
1243
|
+
</div>
|
|
1244
|
+
|
|
1236
1245
|
<div class="tabler-icon">
|
|
1237
1246
|
<i class="ti ti-arrow-big-down-line"></i>
|
|
1238
1247
|
<strong>arrow-big-down-line</strong>
|
|
@@ -1242,6 +1251,15 @@
|
|
|
1242
1251
|
</div>
|
|
1243
1252
|
</div>
|
|
1244
1253
|
|
|
1254
|
+
<div class="tabler-icon">
|
|
1255
|
+
<i class="ti ti-arrow-big-down-line-filled"></i>
|
|
1256
|
+
<strong>arrow-big-down-line-filled</strong>
|
|
1257
|
+
<div class="tabler-icon-codes">
|
|
1258
|
+
<code>ti ti-arrow-big-down-line-filled</code><br>
|
|
1259
|
+
<code>\f6c7</code>
|
|
1260
|
+
</div>
|
|
1261
|
+
</div>
|
|
1262
|
+
|
|
1245
1263
|
<div class="tabler-icon">
|
|
1246
1264
|
<i class="ti ti-arrow-big-down-lines"></i>
|
|
1247
1265
|
<strong>arrow-big-down-lines</strong>
|
|
@@ -1251,6 +1269,15 @@
|
|
|
1251
1269
|
</div>
|
|
1252
1270
|
</div>
|
|
1253
1271
|
|
|
1272
|
+
<div class="tabler-icon">
|
|
1273
|
+
<i class="ti ti-arrow-big-down-lines-filled"></i>
|
|
1274
|
+
<strong>arrow-big-down-lines-filled</strong>
|
|
1275
|
+
<div class="tabler-icon-codes">
|
|
1276
|
+
<code>ti ti-arrow-big-down-lines-filled</code><br>
|
|
1277
|
+
<code>\f6c8</code>
|
|
1278
|
+
</div>
|
|
1279
|
+
</div>
|
|
1280
|
+
|
|
1254
1281
|
<div class="tabler-icon">
|
|
1255
1282
|
<i class="ti ti-arrow-big-left"></i>
|
|
1256
1283
|
<strong>arrow-big-left</strong>
|
|
@@ -1260,6 +1287,15 @@
|
|
|
1260
1287
|
</div>
|
|
1261
1288
|
</div>
|
|
1262
1289
|
|
|
1290
|
+
<div class="tabler-icon">
|
|
1291
|
+
<i class="ti ti-arrow-big-left-filled"></i>
|
|
1292
|
+
<strong>arrow-big-left-filled</strong>
|
|
1293
|
+
<div class="tabler-icon-codes">
|
|
1294
|
+
<code>ti ti-arrow-big-left-filled</code><br>
|
|
1295
|
+
<code>\f6c9</code>
|
|
1296
|
+
</div>
|
|
1297
|
+
</div>
|
|
1298
|
+
|
|
1263
1299
|
<div class="tabler-icon">
|
|
1264
1300
|
<i class="ti ti-arrow-big-left-line"></i>
|
|
1265
1301
|
<strong>arrow-big-left-line</strong>
|
|
@@ -1269,6 +1305,15 @@
|
|
|
1269
1305
|
</div>
|
|
1270
1306
|
</div>
|
|
1271
1307
|
|
|
1308
|
+
<div class="tabler-icon">
|
|
1309
|
+
<i class="ti ti-arrow-big-left-line-filled"></i>
|
|
1310
|
+
<strong>arrow-big-left-line-filled</strong>
|
|
1311
|
+
<div class="tabler-icon-codes">
|
|
1312
|
+
<code>ti ti-arrow-big-left-line-filled</code><br>
|
|
1313
|
+
<code>\f6ca</code>
|
|
1314
|
+
</div>
|
|
1315
|
+
</div>
|
|
1316
|
+
|
|
1272
1317
|
<div class="tabler-icon">
|
|
1273
1318
|
<i class="ti ti-arrow-big-left-lines"></i>
|
|
1274
1319
|
<strong>arrow-big-left-lines</strong>
|
|
@@ -1278,6 +1323,15 @@
|
|
|
1278
1323
|
</div>
|
|
1279
1324
|
</div>
|
|
1280
1325
|
|
|
1326
|
+
<div class="tabler-icon">
|
|
1327
|
+
<i class="ti ti-arrow-big-left-lines-filled"></i>
|
|
1328
|
+
<strong>arrow-big-left-lines-filled</strong>
|
|
1329
|
+
<div class="tabler-icon-codes">
|
|
1330
|
+
<code>ti ti-arrow-big-left-lines-filled</code><br>
|
|
1331
|
+
<code>\f6cb</code>
|
|
1332
|
+
</div>
|
|
1333
|
+
</div>
|
|
1334
|
+
|
|
1281
1335
|
<div class="tabler-icon">
|
|
1282
1336
|
<i class="ti ti-arrow-big-right"></i>
|
|
1283
1337
|
<strong>arrow-big-right</strong>
|
|
@@ -1287,6 +1341,15 @@
|
|
|
1287
1341
|
</div>
|
|
1288
1342
|
</div>
|
|
1289
1343
|
|
|
1344
|
+
<div class="tabler-icon">
|
|
1345
|
+
<i class="ti ti-arrow-big-right-filled"></i>
|
|
1346
|
+
<strong>arrow-big-right-filled</strong>
|
|
1347
|
+
<div class="tabler-icon-codes">
|
|
1348
|
+
<code>ti ti-arrow-big-right-filled</code><br>
|
|
1349
|
+
<code>\f6cc</code>
|
|
1350
|
+
</div>
|
|
1351
|
+
</div>
|
|
1352
|
+
|
|
1290
1353
|
<div class="tabler-icon">
|
|
1291
1354
|
<i class="ti ti-arrow-big-right-line"></i>
|
|
1292
1355
|
<strong>arrow-big-right-line</strong>
|
|
@@ -1296,6 +1359,15 @@
|
|
|
1296
1359
|
</div>
|
|
1297
1360
|
</div>
|
|
1298
1361
|
|
|
1362
|
+
<div class="tabler-icon">
|
|
1363
|
+
<i class="ti ti-arrow-big-right-line-filled"></i>
|
|
1364
|
+
<strong>arrow-big-right-line-filled</strong>
|
|
1365
|
+
<div class="tabler-icon-codes">
|
|
1366
|
+
<code>ti ti-arrow-big-right-line-filled</code><br>
|
|
1367
|
+
<code>\f6cd</code>
|
|
1368
|
+
</div>
|
|
1369
|
+
</div>
|
|
1370
|
+
|
|
1299
1371
|
<div class="tabler-icon">
|
|
1300
1372
|
<i class="ti ti-arrow-big-right-lines"></i>
|
|
1301
1373
|
<strong>arrow-big-right-lines</strong>
|
|
@@ -1306,14 +1378,32 @@
|
|
|
1306
1378
|
</div>
|
|
1307
1379
|
|
|
1308
1380
|
<div class="tabler-icon">
|
|
1309
|
-
<i class="ti ti-arrow-big-
|
|
1310
|
-
<strong>arrow-big-
|
|
1381
|
+
<i class="ti ti-arrow-big-right-lines-filled"></i>
|
|
1382
|
+
<strong>arrow-big-right-lines-filled</strong>
|
|
1311
1383
|
<div class="tabler-icon-codes">
|
|
1312
|
-
<code>ti ti-arrow-big-
|
|
1384
|
+
<code>ti ti-arrow-big-right-lines-filled</code><br>
|
|
1385
|
+
<code>\f6ce</code>
|
|
1386
|
+
</div>
|
|
1387
|
+
</div>
|
|
1388
|
+
|
|
1389
|
+
<div class="tabler-icon">
|
|
1390
|
+
<i class="ti ti-arrow-big-up"></i>
|
|
1391
|
+
<strong>arrow-big-up</strong>
|
|
1392
|
+
<div class="tabler-icon-codes">
|
|
1393
|
+
<code>ti ti-arrow-big-up</code><br>
|
|
1313
1394
|
<code>\eddd</code>
|
|
1314
1395
|
</div>
|
|
1315
1396
|
</div>
|
|
1316
1397
|
|
|
1398
|
+
<div class="tabler-icon">
|
|
1399
|
+
<i class="ti ti-arrow-big-up-filled"></i>
|
|
1400
|
+
<strong>arrow-big-up-filled</strong>
|
|
1401
|
+
<div class="tabler-icon-codes">
|
|
1402
|
+
<code>ti ti-arrow-big-up-filled</code><br>
|
|
1403
|
+
<code>\f6cf</code>
|
|
1404
|
+
</div>
|
|
1405
|
+
</div>
|
|
1406
|
+
|
|
1317
1407
|
<div class="tabler-icon">
|
|
1318
1408
|
<i class="ti ti-arrow-big-up-line"></i>
|
|
1319
1409
|
<strong>arrow-big-up-line</strong>
|
|
@@ -1323,6 +1413,15 @@
|
|
|
1323
1413
|
</div>
|
|
1324
1414
|
</div>
|
|
1325
1415
|
|
|
1416
|
+
<div class="tabler-icon">
|
|
1417
|
+
<i class="ti ti-arrow-big-up-line-filled"></i>
|
|
1418
|
+
<strong>arrow-big-up-line-filled</strong>
|
|
1419
|
+
<div class="tabler-icon-codes">
|
|
1420
|
+
<code>ti ti-arrow-big-up-line-filled</code><br>
|
|
1421
|
+
<code>\f6d0</code>
|
|
1422
|
+
</div>
|
|
1423
|
+
</div>
|
|
1424
|
+
|
|
1326
1425
|
<div class="tabler-icon">
|
|
1327
1426
|
<i class="ti ti-arrow-big-up-lines"></i>
|
|
1328
1427
|
<strong>arrow-big-up-lines</strong>
|
|
@@ -1332,6 +1431,15 @@
|
|
|
1332
1431
|
</div>
|
|
1333
1432
|
</div>
|
|
1334
1433
|
|
|
1434
|
+
<div class="tabler-icon">
|
|
1435
|
+
<i class="ti ti-arrow-big-up-lines-filled"></i>
|
|
1436
|
+
<strong>arrow-big-up-lines-filled</strong>
|
|
1437
|
+
<div class="tabler-icon-codes">
|
|
1438
|
+
<code>ti ti-arrow-big-up-lines-filled</code><br>
|
|
1439
|
+
<code>\f6d1</code>
|
|
1440
|
+
</div>
|
|
1441
|
+
</div>
|
|
1442
|
+
|
|
1335
1443
|
<div class="tabler-icon">
|
|
1336
1444
|
<i class="ti ti-arrow-bounce"></i>
|
|
1337
1445
|
<strong>arrow-bounce</strong>
|
|
@@ -4500,6 +4608,15 @@
|
|
|
4500
4608
|
</div>
|
|
4501
4609
|
</div>
|
|
4502
4610
|
|
|
4611
|
+
<div class="tabler-icon">
|
|
4612
|
+
<i class="ti ti-brand-bilibili"></i>
|
|
4613
|
+
<strong>brand-bilibili</strong>
|
|
4614
|
+
<div class="tabler-icon-codes">
|
|
4615
|
+
<code>ti ti-brand-bilibili</code><br>
|
|
4616
|
+
<code>\f6d2</code>
|
|
4617
|
+
</div>
|
|
4618
|
+
</div>
|
|
4619
|
+
|
|
4503
4620
|
<div class="tabler-icon">
|
|
4504
4621
|
<i class="ti ti-brand-binance"></i>
|
|
4505
4622
|
<strong>brand-binance</strong>
|
|
@@ -6264,6 +6381,15 @@
|
|
|
6264
6381
|
</div>
|
|
6265
6382
|
</div>
|
|
6266
6383
|
|
|
6384
|
+
<div class="tabler-icon">
|
|
6385
|
+
<i class="ti ti-brand-supabase"></i>
|
|
6386
|
+
<strong>brand-supabase</strong>
|
|
6387
|
+
<div class="tabler-icon-codes">
|
|
6388
|
+
<code>ti ti-brand-supabase</code><br>
|
|
6389
|
+
<code>\f6d3</code>
|
|
6390
|
+
</div>
|
|
6391
|
+
</div>
|
|
6392
|
+
|
|
6267
6393
|
<div class="tabler-icon">
|
|
6268
6394
|
<i class="ti ti-brand-superhuman"></i>
|
|
6269
6395
|
<strong>brand-superhuman</strong>
|
|
@@ -10224,6 +10350,33 @@
|
|
|
10224
10350
|
</div>
|
|
10225
10351
|
</div>
|
|
10226
10352
|
|
|
10353
|
+
<div class="tabler-icon">
|
|
10354
|
+
<i class="ti ti-columns-1"></i>
|
|
10355
|
+
<strong>columns-1</strong>
|
|
10356
|
+
<div class="tabler-icon-codes">
|
|
10357
|
+
<code>ti ti-columns-1</code><br>
|
|
10358
|
+
<code>\f6d4</code>
|
|
10359
|
+
</div>
|
|
10360
|
+
</div>
|
|
10361
|
+
|
|
10362
|
+
<div class="tabler-icon">
|
|
10363
|
+
<i class="ti ti-columns-2"></i>
|
|
10364
|
+
<strong>columns-2</strong>
|
|
10365
|
+
<div class="tabler-icon-codes">
|
|
10366
|
+
<code>ti ti-columns-2</code><br>
|
|
10367
|
+
<code>\f6d5</code>
|
|
10368
|
+
</div>
|
|
10369
|
+
</div>
|
|
10370
|
+
|
|
10371
|
+
<div class="tabler-icon">
|
|
10372
|
+
<i class="ti ti-columns-3"></i>
|
|
10373
|
+
<strong>columns-3</strong>
|
|
10374
|
+
<div class="tabler-icon-codes">
|
|
10375
|
+
<code>ti ti-columns-3</code><br>
|
|
10376
|
+
<code>\f6d6</code>
|
|
10377
|
+
</div>
|
|
10378
|
+
</div>
|
|
10379
|
+
|
|
10227
10380
|
<div class="tabler-icon">
|
|
10228
10381
|
<i class="ti ti-columns-off"></i>
|
|
10229
10382
|
<strong>columns-off</strong>
|
|
@@ -12605,7 +12758,7 @@
|
|
|
12605
12758
|
<strong>droplet-filled</strong>
|
|
12606
12759
|
<div class="tabler-icon-codes">
|
|
12607
12760
|
<code>ti ti-droplet-filled</code><br>
|
|
12608
|
-
<code>\
|
|
12761
|
+
<code>\ee80</code>
|
|
12609
12762
|
</div>
|
|
12610
12763
|
</div>
|
|
12611
12764
|
|
|
@@ -12641,7 +12794,7 @@
|
|
|
12641
12794
|
<strong>droplet-half-filled</strong>
|
|
12642
12795
|
<div class="tabler-icon-codes">
|
|
12643
12796
|
<code>ti ti-droplet-half-filled</code><br>
|
|
12644
|
-
<code>\
|
|
12797
|
+
<code>\f6c5</code>
|
|
12645
12798
|
</div>
|
|
12646
12799
|
</div>
|
|
12647
12800
|
|
|
@@ -24138,6 +24291,15 @@
|
|
|
24138
24291
|
</div>
|
|
24139
24292
|
</div>
|
|
24140
24293
|
|
|
24294
|
+
<div class="tabler-icon">
|
|
24295
|
+
<i class="ti ti-sparkles"></i>
|
|
24296
|
+
<strong>sparkles</strong>
|
|
24297
|
+
<div class="tabler-icon-codes">
|
|
24298
|
+
<code>ti ti-sparkles</code><br>
|
|
24299
|
+
<code>\f6d7</code>
|
|
24300
|
+
</div>
|
|
24301
|
+
</div>
|
|
24302
|
+
|
|
24141
24303
|
<div class="tabler-icon">
|
|
24142
24304
|
<i class="ti ti-speakerphone"></i>
|
|
24143
24305
|
<strong>speakerphone</strong>
|