@tabler/icons-webfont 3.3.0 → 3.4.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.4.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.4.0</p>
|
|
120
120
|
</header>
|
|
121
121
|
|
|
122
122
|
<div class="search-bar">
|
|
@@ -567,6 +567,15 @@
|
|
|
567
567
|
</div>
|
|
568
568
|
</div>
|
|
569
569
|
|
|
570
|
+
<div class="tabler-icon">
|
|
571
|
+
<i class="ti ti-ai"></i>
|
|
572
|
+
<strong>ai</strong>
|
|
573
|
+
<div class="tabler-icon-codes">
|
|
574
|
+
<code>ti ti-ai</code><br>
|
|
575
|
+
<code>\fee7</code>
|
|
576
|
+
</div>
|
|
577
|
+
</div>
|
|
578
|
+
|
|
570
579
|
<div class="tabler-icon">
|
|
571
580
|
<i class="ti ti-air-balloon"></i>
|
|
572
581
|
<strong>air-balloon</strong>
|
|
@@ -11484,6 +11493,15 @@
|
|
|
11484
11493
|
</div>
|
|
11485
11494
|
</div>
|
|
11486
11495
|
|
|
11496
|
+
<div class="tabler-icon">
|
|
11497
|
+
<i class="ti ti-cash-register"></i>
|
|
11498
|
+
<strong>cash-register</strong>
|
|
11499
|
+
<div class="tabler-icon-codes">
|
|
11500
|
+
<code>ti ti-cash-register</code><br>
|
|
11501
|
+
<code>\fee6</code>
|
|
11502
|
+
</div>
|
|
11503
|
+
</div>
|
|
11504
|
+
|
|
11487
11505
|
<div class="tabler-icon">
|
|
11488
11506
|
<i class="ti ti-cast"></i>
|
|
11489
11507
|
<strong>cast</strong>
|
|
@@ -34461,6 +34479,141 @@
|
|
|
34461
34479
|
</div>
|
|
34462
34480
|
</div>
|
|
34463
34481
|
|
|
34482
|
+
<div class="tabler-icon">
|
|
34483
|
+
<i class="ti ti-percentage-0"></i>
|
|
34484
|
+
<strong>percentage-0</strong>
|
|
34485
|
+
<div class="tabler-icon-codes">
|
|
34486
|
+
<code>ti ti-percentage-0</code><br>
|
|
34487
|
+
<code>\fee5</code>
|
|
34488
|
+
</div>
|
|
34489
|
+
</div>
|
|
34490
|
+
|
|
34491
|
+
<div class="tabler-icon">
|
|
34492
|
+
<i class="ti ti-percentage-10"></i>
|
|
34493
|
+
<strong>percentage-10</strong>
|
|
34494
|
+
<div class="tabler-icon-codes">
|
|
34495
|
+
<code>ti ti-percentage-10</code><br>
|
|
34496
|
+
<code>\fee4</code>
|
|
34497
|
+
</div>
|
|
34498
|
+
</div>
|
|
34499
|
+
|
|
34500
|
+
<div class="tabler-icon">
|
|
34501
|
+
<i class="ti ti-percentage-100"></i>
|
|
34502
|
+
<strong>percentage-100</strong>
|
|
34503
|
+
<div class="tabler-icon-codes">
|
|
34504
|
+
<code>ti ti-percentage-100</code><br>
|
|
34505
|
+
<code>\fee3</code>
|
|
34506
|
+
</div>
|
|
34507
|
+
</div>
|
|
34508
|
+
|
|
34509
|
+
<div class="tabler-icon">
|
|
34510
|
+
<i class="ti ti-percentage-20"></i>
|
|
34511
|
+
<strong>percentage-20</strong>
|
|
34512
|
+
<div class="tabler-icon-codes">
|
|
34513
|
+
<code>ti ti-percentage-20</code><br>
|
|
34514
|
+
<code>\fee2</code>
|
|
34515
|
+
</div>
|
|
34516
|
+
</div>
|
|
34517
|
+
|
|
34518
|
+
<div class="tabler-icon">
|
|
34519
|
+
<i class="ti ti-percentage-25"></i>
|
|
34520
|
+
<strong>percentage-25</strong>
|
|
34521
|
+
<div class="tabler-icon-codes">
|
|
34522
|
+
<code>ti ti-percentage-25</code><br>
|
|
34523
|
+
<code>\fee1</code>
|
|
34524
|
+
</div>
|
|
34525
|
+
</div>
|
|
34526
|
+
|
|
34527
|
+
<div class="tabler-icon">
|
|
34528
|
+
<i class="ti ti-percentage-30"></i>
|
|
34529
|
+
<strong>percentage-30</strong>
|
|
34530
|
+
<div class="tabler-icon-codes">
|
|
34531
|
+
<code>ti ti-percentage-30</code><br>
|
|
34532
|
+
<code>\fee0</code>
|
|
34533
|
+
</div>
|
|
34534
|
+
</div>
|
|
34535
|
+
|
|
34536
|
+
<div class="tabler-icon">
|
|
34537
|
+
<i class="ti ti-percentage-33"></i>
|
|
34538
|
+
<strong>percentage-33</strong>
|
|
34539
|
+
<div class="tabler-icon-codes">
|
|
34540
|
+
<code>ti ti-percentage-33</code><br>
|
|
34541
|
+
<code>\fedf</code>
|
|
34542
|
+
</div>
|
|
34543
|
+
</div>
|
|
34544
|
+
|
|
34545
|
+
<div class="tabler-icon">
|
|
34546
|
+
<i class="ti ti-percentage-40"></i>
|
|
34547
|
+
<strong>percentage-40</strong>
|
|
34548
|
+
<div class="tabler-icon-codes">
|
|
34549
|
+
<code>ti ti-percentage-40</code><br>
|
|
34550
|
+
<code>\fede</code>
|
|
34551
|
+
</div>
|
|
34552
|
+
</div>
|
|
34553
|
+
|
|
34554
|
+
<div class="tabler-icon">
|
|
34555
|
+
<i class="ti ti-percentage-50"></i>
|
|
34556
|
+
<strong>percentage-50</strong>
|
|
34557
|
+
<div class="tabler-icon-codes">
|
|
34558
|
+
<code>ti ti-percentage-50</code><br>
|
|
34559
|
+
<code>\fedd</code>
|
|
34560
|
+
</div>
|
|
34561
|
+
</div>
|
|
34562
|
+
|
|
34563
|
+
<div class="tabler-icon">
|
|
34564
|
+
<i class="ti ti-percentage-60"></i>
|
|
34565
|
+
<strong>percentage-60</strong>
|
|
34566
|
+
<div class="tabler-icon-codes">
|
|
34567
|
+
<code>ti ti-percentage-60</code><br>
|
|
34568
|
+
<code>\fedc</code>
|
|
34569
|
+
</div>
|
|
34570
|
+
</div>
|
|
34571
|
+
|
|
34572
|
+
<div class="tabler-icon">
|
|
34573
|
+
<i class="ti ti-percentage-66"></i>
|
|
34574
|
+
<strong>percentage-66</strong>
|
|
34575
|
+
<div class="tabler-icon-codes">
|
|
34576
|
+
<code>ti ti-percentage-66</code><br>
|
|
34577
|
+
<code>\fedb</code>
|
|
34578
|
+
</div>
|
|
34579
|
+
</div>
|
|
34580
|
+
|
|
34581
|
+
<div class="tabler-icon">
|
|
34582
|
+
<i class="ti ti-percentage-70"></i>
|
|
34583
|
+
<strong>percentage-70</strong>
|
|
34584
|
+
<div class="tabler-icon-codes">
|
|
34585
|
+
<code>ti ti-percentage-70</code><br>
|
|
34586
|
+
<code>\feda</code>
|
|
34587
|
+
</div>
|
|
34588
|
+
</div>
|
|
34589
|
+
|
|
34590
|
+
<div class="tabler-icon">
|
|
34591
|
+
<i class="ti ti-percentage-75"></i>
|
|
34592
|
+
<strong>percentage-75</strong>
|
|
34593
|
+
<div class="tabler-icon-codes">
|
|
34594
|
+
<code>ti ti-percentage-75</code><br>
|
|
34595
|
+
<code>\fed9</code>
|
|
34596
|
+
</div>
|
|
34597
|
+
</div>
|
|
34598
|
+
|
|
34599
|
+
<div class="tabler-icon">
|
|
34600
|
+
<i class="ti ti-percentage-80"></i>
|
|
34601
|
+
<strong>percentage-80</strong>
|
|
34602
|
+
<div class="tabler-icon-codes">
|
|
34603
|
+
<code>ti ti-percentage-80</code><br>
|
|
34604
|
+
<code>\fed8</code>
|
|
34605
|
+
</div>
|
|
34606
|
+
</div>
|
|
34607
|
+
|
|
34608
|
+
<div class="tabler-icon">
|
|
34609
|
+
<i class="ti ti-percentage-90"></i>
|
|
34610
|
+
<strong>percentage-90</strong>
|
|
34611
|
+
<div class="tabler-icon-codes">
|
|
34612
|
+
<code>ti ti-percentage-90</code><br>
|
|
34613
|
+
<code>\fed7</code>
|
|
34614
|
+
</div>
|
|
34615
|
+
</div>
|
|
34616
|
+
|
|
34464
34617
|
<div class="tabler-icon">
|
|
34465
34618
|
<i class="ti ti-perfume"></i>
|
|
34466
34619
|
<strong>perfume</strong>
|
|
@@ -34938,6 +35091,15 @@
|
|
|
34938
35091
|
</div>
|
|
34939
35092
|
</div>
|
|
34940
35093
|
|
|
35094
|
+
<div class="tabler-icon">
|
|
35095
|
+
<i class="ti ti-picnic-table"></i>
|
|
35096
|
+
<strong>picnic-table</strong>
|
|
35097
|
+
<div class="tabler-icon-codes">
|
|
35098
|
+
<code>ti ti-picnic-table</code><br>
|
|
35099
|
+
<code>\fed6</code>
|
|
35100
|
+
</div>
|
|
35101
|
+
</div>
|
|
35102
|
+
|
|
34941
35103
|
<div class="tabler-icon">
|
|
34942
35104
|
<i class="ti ti-picture-in-picture"></i>
|
|
34943
35105
|
<strong>picture-in-picture</strong>
|