@tabler/icons 1.43.0 → 1.44.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 +21 -7
- 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 +75 -3
- package/iconfont/tabler-icons.html +168 -6
- package/iconfont/tabler-icons.min.css +2 -2
- package/iconfont/tabler-icons.scss +39 -3
- package/icons/box-multiple-2.svg +1 -1
- package/icons/brand-debian.svg +7 -0
- package/icons/brand-docker.svg +1 -1
- package/icons/brand-mastercard.svg +1 -1
- package/icons/{brand-stack-ofverflow.svg → brand-stackoverflow.svg} +1 -1
- package/icons/brand-steam.svg +1 -1
- package/icons/brand-ubuntu.svg +9 -0
- package/icons/checkup-list.svg +10 -0
- package/icons/circle-2.svg +1 -1
- package/icons/crutches.svg +10 -0
- package/icons/device-computer-camera-off.svg +2 -2
- package/icons/dna-2.svg +11 -0
- package/icons/emergency-bed.svg +12 -0
- package/icons/eye-table.svg +14 -0
- package/icons/first-aid-kit.svg +9 -0
- package/icons/flask-2.svg +8 -0
- package/icons/glass-full.svg +1 -1
- package/icons/h-2.svg +1 -1
- package/icons/hand-move.svg +1 -1
- package/icons/heart-rate-monitor.svg +10 -0
- package/icons/ice-cream-2.svg +1 -1
- package/icons/lungs.svg +9 -0
- package/icons/medicine-syrup.svg +9 -0
- package/icons/microscope.svg +12 -0
- package/icons/multiplier-2x.svg +1 -1
- package/icons/nurse.svg +8 -0
- package/icons/pig.svg +1 -1
- package/icons/pills.svg +9 -0
- package/icons/square-2.svg +1 -1
- package/icons/thermometer.svg +10 -0
- package/icons/tree.svg +1 -1
- package/icons/trees.svg +1 -1
- package/icons/user-circle.svg +8 -0
- package/icons/vaccine-bottle.svg +10 -0
- package/icons-png/box-multiple-2.png +0 -0
- package/icons-png/brand-debian.png +0 -0
- package/icons-png/brand-docker.png +0 -0
- package/icons-png/brand-mastercard.png +0 -0
- package/icons-png/{brand-stack-ofverflow.png → brand-stackoverflow.png} +0 -0
- package/icons-png/brand-steam.png +0 -0
- package/icons-png/brand-ubuntu.png +0 -0
- package/icons-png/checkup-list.png +0 -0
- package/icons-png/circle-2.png +0 -0
- package/icons-png/crutches.png +0 -0
- package/icons-png/device-computer-camera-off.png +0 -0
- package/icons-png/dna-2.png +0 -0
- package/icons-png/emergency-bed.png +0 -0
- package/icons-png/eye-table.png +0 -0
- package/icons-png/first-aid-kit.png +0 -0
- package/icons-png/flask-2.png +0 -0
- package/icons-png/glass-full.png +0 -0
- package/icons-png/h-2.png +0 -0
- package/icons-png/hand-move.png +0 -0
- package/icons-png/heart-rate-monitor.png +0 -0
- package/icons-png/ice-cream-2.png +0 -0
- package/icons-png/lungs.png +0 -0
- package/icons-png/medicine-syrup.png +0 -0
- package/icons-png/microscope.png +0 -0
- package/icons-png/multiplier-2x.png +0 -0
- package/icons-png/nurse.png +0 -0
- package/icons-png/pig.png +0 -0
- package/icons-png/pills.png +0 -0
- package/icons-png/square-2.png +0 -0
- package/icons-png/thermometer.png +0 -0
- package/icons-png/user-circle.png +0 -0
- package/icons-png/vaccine-bottle.png +0 -0
- package/icons-react/dist/index.cjs.js +715 -19
- 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 +697 -19
- 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 +715 -19
- 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 +19 -1
- package/package.json +1 -1
- package/tabler-sprite-nostroke.svg +1 -1
- package/tabler-sprite.svg +1 -1
- package/tags.json +201 -45
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 1.
|
|
2
|
+
* Tabler Icons 1.44.0 by tabler - https://tabler.io
|
|
3
3
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
4
4
|
*/
|
|
5
5
|
@font-face {
|
|
@@ -966,6 +966,10 @@
|
|
|
966
966
|
content: "\ed6b";
|
|
967
967
|
}
|
|
968
968
|
|
|
969
|
+
.ti-brand-debian:before {
|
|
970
|
+
content: "\ef57";
|
|
971
|
+
}
|
|
972
|
+
|
|
969
973
|
.ti-brand-deviantart:before {
|
|
970
974
|
content: "\ecfb";
|
|
971
975
|
}
|
|
@@ -1166,8 +1170,8 @@
|
|
|
1166
1170
|
content: "\ed03";
|
|
1167
1171
|
}
|
|
1168
1172
|
|
|
1169
|
-
.ti-brand-
|
|
1170
|
-
content: "\
|
|
1173
|
+
.ti-brand-stackoverflow:before {
|
|
1174
|
+
content: "\ef58";
|
|
1171
1175
|
}
|
|
1172
1176
|
|
|
1173
1177
|
.ti-brand-steam:before {
|
|
@@ -1214,6 +1218,10 @@
|
|
|
1214
1218
|
content: "\ec27";
|
|
1215
1219
|
}
|
|
1216
1220
|
|
|
1221
|
+
.ti-brand-ubuntu:before {
|
|
1222
|
+
content: "\ef59";
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1217
1225
|
.ti-brand-unsplash:before {
|
|
1218
1226
|
content: "\edd8";
|
|
1219
1227
|
}
|
|
@@ -1610,6 +1618,10 @@
|
|
|
1610
1618
|
content: "\ebaa";
|
|
1611
1619
|
}
|
|
1612
1620
|
|
|
1621
|
+
.ti-checkup-list:before {
|
|
1622
|
+
content: "\ef5a";
|
|
1623
|
+
}
|
|
1624
|
+
|
|
1613
1625
|
.ti-cheese:before {
|
|
1614
1626
|
content: "\ef26";
|
|
1615
1627
|
}
|
|
@@ -2006,6 +2018,10 @@
|
|
|
2006
2018
|
content: "\ee50";
|
|
2007
2019
|
}
|
|
2008
2020
|
|
|
2021
|
+
.ti-crutches:before {
|
|
2022
|
+
content: "\ef5b";
|
|
2023
|
+
}
|
|
2024
|
+
|
|
2009
2025
|
.ti-cup:before {
|
|
2010
2026
|
content: "\ef28";
|
|
2011
2027
|
}
|
|
@@ -2330,6 +2346,10 @@
|
|
|
2330
2346
|
content: "\ee7d";
|
|
2331
2347
|
}
|
|
2332
2348
|
|
|
2349
|
+
.ti-dna-2:before {
|
|
2350
|
+
content: "\ef5c";
|
|
2351
|
+
}
|
|
2352
|
+
|
|
2333
2353
|
.ti-dog-bowl:before {
|
|
2334
2354
|
content: "\ef29";
|
|
2335
2355
|
}
|
|
@@ -2430,6 +2450,10 @@
|
|
|
2430
2450
|
content: "\eb8a";
|
|
2431
2451
|
}
|
|
2432
2452
|
|
|
2453
|
+
.ti-emergency-bed:before {
|
|
2454
|
+
content: "\ef5d";
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2433
2457
|
.ti-emphasis:before {
|
|
2434
2458
|
content: "\ebcf";
|
|
2435
2459
|
}
|
|
@@ -2470,6 +2494,10 @@
|
|
|
2470
2494
|
content: "\ecf0";
|
|
2471
2495
|
}
|
|
2472
2496
|
|
|
2497
|
+
.ti-eye-table:before {
|
|
2498
|
+
content: "\ef5e";
|
|
2499
|
+
}
|
|
2500
|
+
|
|
2473
2501
|
.ti-eyeglass:before {
|
|
2474
2502
|
content: "\ee8a";
|
|
2475
2503
|
}
|
|
@@ -2634,6 +2662,10 @@
|
|
|
2634
2662
|
content: "\ebe8";
|
|
2635
2663
|
}
|
|
2636
2664
|
|
|
2665
|
+
.ti-first-aid-kit:before {
|
|
2666
|
+
content: "\ef5f";
|
|
2667
|
+
}
|
|
2668
|
+
|
|
2637
2669
|
.ti-fish:before {
|
|
2638
2670
|
content: "\ef2b";
|
|
2639
2671
|
}
|
|
@@ -2662,6 +2694,10 @@
|
|
|
2662
2694
|
content: "\ebd2";
|
|
2663
2695
|
}
|
|
2664
2696
|
|
|
2697
|
+
.ti-flask-2:before {
|
|
2698
|
+
content: "\ef60";
|
|
2699
|
+
}
|
|
2700
|
+
|
|
2665
2701
|
.ti-flip-horizontal:before {
|
|
2666
2702
|
content: "\eaa7";
|
|
2667
2703
|
}
|
|
@@ -2942,6 +2978,10 @@
|
|
|
2942
2978
|
content: "\ecba";
|
|
2943
2979
|
}
|
|
2944
2980
|
|
|
2981
|
+
.ti-heart-rate-monitor:before {
|
|
2982
|
+
content: "\ef61";
|
|
2983
|
+
}
|
|
2984
|
+
|
|
2945
2985
|
.ti-helicopter:before {
|
|
2946
2986
|
content: "\ed8e";
|
|
2947
2987
|
}
|
|
@@ -3398,6 +3438,10 @@
|
|
|
3398
3438
|
content: "\eba8";
|
|
3399
3439
|
}
|
|
3400
3440
|
|
|
3441
|
+
.ti-lungs:before {
|
|
3442
|
+
content: "\ef62";
|
|
3443
|
+
}
|
|
3444
|
+
|
|
3401
3445
|
.ti-macro:before {
|
|
3402
3446
|
content: "\eeab";
|
|
3403
3447
|
}
|
|
@@ -3506,6 +3550,10 @@
|
|
|
3506
3550
|
content: "\ec2f";
|
|
3507
3551
|
}
|
|
3508
3552
|
|
|
3553
|
+
.ti-medicine-syrup:before {
|
|
3554
|
+
content: "\ef63";
|
|
3555
|
+
}
|
|
3556
|
+
|
|
3509
3557
|
.ti-menu:before {
|
|
3510
3558
|
content: "\eaeb";
|
|
3511
3559
|
}
|
|
@@ -3570,6 +3618,10 @@
|
|
|
3570
3618
|
content: "\ed16";
|
|
3571
3619
|
}
|
|
3572
3620
|
|
|
3621
|
+
.ti-microscope:before {
|
|
3622
|
+
content: "\ef64";
|
|
3623
|
+
}
|
|
3624
|
+
|
|
3573
3625
|
.ti-milk:before {
|
|
3574
3626
|
content: "\ef13";
|
|
3575
3627
|
}
|
|
@@ -3762,6 +3814,10 @@
|
|
|
3762
3814
|
content: "\edf9";
|
|
3763
3815
|
}
|
|
3764
3816
|
|
|
3817
|
+
.ti-nurse:before {
|
|
3818
|
+
content: "\ef65";
|
|
3819
|
+
}
|
|
3820
|
+
|
|
3765
3821
|
.ti-octagon:before {
|
|
3766
3822
|
content: "\ecbd";
|
|
3767
3823
|
}
|
|
@@ -3930,6 +3986,10 @@
|
|
|
3930
3986
|
content: "\ec44";
|
|
3931
3987
|
}
|
|
3932
3988
|
|
|
3989
|
+
.ti-pills:before {
|
|
3990
|
+
content: "\ef66";
|
|
3991
|
+
}
|
|
3992
|
+
|
|
3933
3993
|
.ti-pin:before {
|
|
3934
3994
|
content: "\ec9c";
|
|
3935
3995
|
}
|
|
@@ -4890,6 +4950,10 @@
|
|
|
4890
4950
|
content: "\eca7";
|
|
4891
4951
|
}
|
|
4892
4952
|
|
|
4953
|
+
.ti-thermometer:before {
|
|
4954
|
+
content: "\ef67";
|
|
4955
|
+
}
|
|
4956
|
+
|
|
4893
4957
|
.ti-thumb-down:before {
|
|
4894
4958
|
content: "\eb3b";
|
|
4895
4959
|
}
|
|
@@ -5082,6 +5146,10 @@
|
|
|
5082
5146
|
content: "\eb49";
|
|
5083
5147
|
}
|
|
5084
5148
|
|
|
5149
|
+
.ti-user-circle:before {
|
|
5150
|
+
content: "\ef68";
|
|
5151
|
+
}
|
|
5152
|
+
|
|
5085
5153
|
.ti-user-exclamation:before {
|
|
5086
5154
|
content: "\ec12";
|
|
5087
5155
|
}
|
|
@@ -5110,6 +5178,10 @@
|
|
|
5110
5178
|
content: "\ef04";
|
|
5111
5179
|
}
|
|
5112
5180
|
|
|
5181
|
+
.ti-vaccine-bottle:before {
|
|
5182
|
+
content: "\ef69";
|
|
5183
|
+
}
|
|
5184
|
+
|
|
5113
5185
|
.ti-variable:before {
|
|
5114
5186
|
content: "\ef05";
|
|
5115
5187
|
}
|
|
@@ -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.44.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.44.0</p>
|
|
113
113
|
</header>
|
|
114
114
|
|
|
115
115
|
<div class="search-bar">
|
|
@@ -2225,6 +2225,15 @@
|
|
|
2225
2225
|
</div>
|
|
2226
2226
|
</div>
|
|
2227
2227
|
|
|
2228
|
+
<div class="tabler-icon">
|
|
2229
|
+
<i class="ti ti-brand-debian"></i>
|
|
2230
|
+
<strong>brand-debian</strong>
|
|
2231
|
+
<div class="tabler-icon-codes">
|
|
2232
|
+
<code>ti ti-brand-debian</code><br>
|
|
2233
|
+
<code>\ef57</code>
|
|
2234
|
+
</div>
|
|
2235
|
+
</div>
|
|
2236
|
+
|
|
2228
2237
|
<div class="tabler-icon">
|
|
2229
2238
|
<i class="ti ti-brand-deviantart"></i>
|
|
2230
2239
|
<strong>brand-deviantart</strong>
|
|
@@ -2676,11 +2685,11 @@
|
|
|
2676
2685
|
</div>
|
|
2677
2686
|
|
|
2678
2687
|
<div class="tabler-icon">
|
|
2679
|
-
<i class="ti ti-brand-
|
|
2680
|
-
<strong>brand-
|
|
2688
|
+
<i class="ti ti-brand-stackoverflow"></i>
|
|
2689
|
+
<strong>brand-stackoverflow</strong>
|
|
2681
2690
|
<div class="tabler-icon-codes">
|
|
2682
|
-
<code>ti ti-brand-
|
|
2683
|
-
<code>\
|
|
2691
|
+
<code>ti ti-brand-stackoverflow</code><br>
|
|
2692
|
+
<code>\ef58</code>
|
|
2684
2693
|
</div>
|
|
2685
2694
|
</div>
|
|
2686
2695
|
|
|
@@ -2783,6 +2792,15 @@
|
|
|
2783
2792
|
</div>
|
|
2784
2793
|
</div>
|
|
2785
2794
|
|
|
2795
|
+
<div class="tabler-icon">
|
|
2796
|
+
<i class="ti ti-brand-ubuntu"></i>
|
|
2797
|
+
<strong>brand-ubuntu</strong>
|
|
2798
|
+
<div class="tabler-icon-codes">
|
|
2799
|
+
<code>ti ti-brand-ubuntu</code><br>
|
|
2800
|
+
<code>\ef59</code>
|
|
2801
|
+
</div>
|
|
2802
|
+
</div>
|
|
2803
|
+
|
|
2786
2804
|
<div class="tabler-icon">
|
|
2787
2805
|
<i class="ti ti-brand-unsplash"></i>
|
|
2788
2806
|
<strong>brand-unsplash</strong>
|
|
@@ -3674,6 +3692,15 @@
|
|
|
3674
3692
|
</div>
|
|
3675
3693
|
</div>
|
|
3676
3694
|
|
|
3695
|
+
<div class="tabler-icon">
|
|
3696
|
+
<i class="ti ti-checkup-list"></i>
|
|
3697
|
+
<strong>checkup-list</strong>
|
|
3698
|
+
<div class="tabler-icon-codes">
|
|
3699
|
+
<code>ti ti-checkup-list</code><br>
|
|
3700
|
+
<code>\ef5a</code>
|
|
3701
|
+
</div>
|
|
3702
|
+
</div>
|
|
3703
|
+
|
|
3677
3704
|
<div class="tabler-icon">
|
|
3678
3705
|
<i class="ti ti-cheese"></i>
|
|
3679
3706
|
<strong>cheese</strong>
|
|
@@ -4565,6 +4592,15 @@
|
|
|
4565
4592
|
</div>
|
|
4566
4593
|
</div>
|
|
4567
4594
|
|
|
4595
|
+
<div class="tabler-icon">
|
|
4596
|
+
<i class="ti ti-crutches"></i>
|
|
4597
|
+
<strong>crutches</strong>
|
|
4598
|
+
<div class="tabler-icon-codes">
|
|
4599
|
+
<code>ti ti-crutches</code><br>
|
|
4600
|
+
<code>\ef5b</code>
|
|
4601
|
+
</div>
|
|
4602
|
+
</div>
|
|
4603
|
+
|
|
4568
4604
|
<div class="tabler-icon">
|
|
4569
4605
|
<i class="ti ti-cup"></i>
|
|
4570
4606
|
<strong>cup</strong>
|
|
@@ -5294,6 +5330,15 @@
|
|
|
5294
5330
|
</div>
|
|
5295
5331
|
</div>
|
|
5296
5332
|
|
|
5333
|
+
<div class="tabler-icon">
|
|
5334
|
+
<i class="ti ti-dna-2"></i>
|
|
5335
|
+
<strong>dna-2</strong>
|
|
5336
|
+
<div class="tabler-icon-codes">
|
|
5337
|
+
<code>ti ti-dna-2</code><br>
|
|
5338
|
+
<code>\ef5c</code>
|
|
5339
|
+
</div>
|
|
5340
|
+
</div>
|
|
5341
|
+
|
|
5297
5342
|
<div class="tabler-icon">
|
|
5298
5343
|
<i class="ti ti-dog-bowl"></i>
|
|
5299
5344
|
<strong>dog-bowl</strong>
|
|
@@ -5519,6 +5564,15 @@
|
|
|
5519
5564
|
</div>
|
|
5520
5565
|
</div>
|
|
5521
5566
|
|
|
5567
|
+
<div class="tabler-icon">
|
|
5568
|
+
<i class="ti ti-emergency-bed"></i>
|
|
5569
|
+
<strong>emergency-bed</strong>
|
|
5570
|
+
<div class="tabler-icon-codes">
|
|
5571
|
+
<code>ti ti-emergency-bed</code><br>
|
|
5572
|
+
<code>\ef5d</code>
|
|
5573
|
+
</div>
|
|
5574
|
+
</div>
|
|
5575
|
+
|
|
5522
5576
|
<div class="tabler-icon">
|
|
5523
5577
|
<i class="ti ti-emphasis"></i>
|
|
5524
5578
|
<strong>emphasis</strong>
|
|
@@ -5609,6 +5663,15 @@
|
|
|
5609
5663
|
</div>
|
|
5610
5664
|
</div>
|
|
5611
5665
|
|
|
5666
|
+
<div class="tabler-icon">
|
|
5667
|
+
<i class="ti ti-eye-table"></i>
|
|
5668
|
+
<strong>eye-table</strong>
|
|
5669
|
+
<div class="tabler-icon-codes">
|
|
5670
|
+
<code>ti ti-eye-table</code><br>
|
|
5671
|
+
<code>\ef5e</code>
|
|
5672
|
+
</div>
|
|
5673
|
+
</div>
|
|
5674
|
+
|
|
5612
5675
|
<div class="tabler-icon">
|
|
5613
5676
|
<i class="ti ti-eyeglass"></i>
|
|
5614
5677
|
<strong>eyeglass</strong>
|
|
@@ -5978,6 +6041,15 @@
|
|
|
5978
6041
|
</div>
|
|
5979
6042
|
</div>
|
|
5980
6043
|
|
|
6044
|
+
<div class="tabler-icon">
|
|
6045
|
+
<i class="ti ti-first-aid-kit"></i>
|
|
6046
|
+
<strong>first-aid-kit</strong>
|
|
6047
|
+
<div class="tabler-icon-codes">
|
|
6048
|
+
<code>ti ti-first-aid-kit</code><br>
|
|
6049
|
+
<code>\ef5f</code>
|
|
6050
|
+
</div>
|
|
6051
|
+
</div>
|
|
6052
|
+
|
|
5981
6053
|
<div class="tabler-icon">
|
|
5982
6054
|
<i class="ti ti-fish"></i>
|
|
5983
6055
|
<strong>fish</strong>
|
|
@@ -6041,6 +6113,15 @@
|
|
|
6041
6113
|
</div>
|
|
6042
6114
|
</div>
|
|
6043
6115
|
|
|
6116
|
+
<div class="tabler-icon">
|
|
6117
|
+
<i class="ti ti-flask-2"></i>
|
|
6118
|
+
<strong>flask-2</strong>
|
|
6119
|
+
<div class="tabler-icon-codes">
|
|
6120
|
+
<code>ti ti-flask-2</code><br>
|
|
6121
|
+
<code>\ef60</code>
|
|
6122
|
+
</div>
|
|
6123
|
+
</div>
|
|
6124
|
+
|
|
6044
6125
|
<div class="tabler-icon">
|
|
6045
6126
|
<i class="ti ti-flip-horizontal"></i>
|
|
6046
6127
|
<strong>flip-horizontal</strong>
|
|
@@ -6671,6 +6752,15 @@
|
|
|
6671
6752
|
</div>
|
|
6672
6753
|
</div>
|
|
6673
6754
|
|
|
6755
|
+
<div class="tabler-icon">
|
|
6756
|
+
<i class="ti ti-heart-rate-monitor"></i>
|
|
6757
|
+
<strong>heart-rate-monitor</strong>
|
|
6758
|
+
<div class="tabler-icon-codes">
|
|
6759
|
+
<code>ti ti-heart-rate-monitor</code><br>
|
|
6760
|
+
<code>\ef61</code>
|
|
6761
|
+
</div>
|
|
6762
|
+
</div>
|
|
6763
|
+
|
|
6674
6764
|
<div class="tabler-icon">
|
|
6675
6765
|
<i class="ti ti-helicopter"></i>
|
|
6676
6766
|
<strong>helicopter</strong>
|
|
@@ -7697,6 +7787,15 @@
|
|
|
7697
7787
|
</div>
|
|
7698
7788
|
</div>
|
|
7699
7789
|
|
|
7790
|
+
<div class="tabler-icon">
|
|
7791
|
+
<i class="ti ti-lungs"></i>
|
|
7792
|
+
<strong>lungs</strong>
|
|
7793
|
+
<div class="tabler-icon-codes">
|
|
7794
|
+
<code>ti ti-lungs</code><br>
|
|
7795
|
+
<code>\ef62</code>
|
|
7796
|
+
</div>
|
|
7797
|
+
</div>
|
|
7798
|
+
|
|
7700
7799
|
<div class="tabler-icon">
|
|
7701
7800
|
<i class="ti ti-macro"></i>
|
|
7702
7801
|
<strong>macro</strong>
|
|
@@ -7940,6 +8039,15 @@
|
|
|
7940
8039
|
</div>
|
|
7941
8040
|
</div>
|
|
7942
8041
|
|
|
8042
|
+
<div class="tabler-icon">
|
|
8043
|
+
<i class="ti ti-medicine-syrup"></i>
|
|
8044
|
+
<strong>medicine-syrup</strong>
|
|
8045
|
+
<div class="tabler-icon-codes">
|
|
8046
|
+
<code>ti ti-medicine-syrup</code><br>
|
|
8047
|
+
<code>\ef63</code>
|
|
8048
|
+
</div>
|
|
8049
|
+
</div>
|
|
8050
|
+
|
|
7943
8051
|
<div class="tabler-icon">
|
|
7944
8052
|
<i class="ti ti-menu"></i>
|
|
7945
8053
|
<strong>menu</strong>
|
|
@@ -8084,6 +8192,15 @@
|
|
|
8084
8192
|
</div>
|
|
8085
8193
|
</div>
|
|
8086
8194
|
|
|
8195
|
+
<div class="tabler-icon">
|
|
8196
|
+
<i class="ti ti-microscope"></i>
|
|
8197
|
+
<strong>microscope</strong>
|
|
8198
|
+
<div class="tabler-icon-codes">
|
|
8199
|
+
<code>ti ti-microscope</code><br>
|
|
8200
|
+
<code>\ef64</code>
|
|
8201
|
+
</div>
|
|
8202
|
+
</div>
|
|
8203
|
+
|
|
8087
8204
|
<div class="tabler-icon">
|
|
8088
8205
|
<i class="ti ti-milk"></i>
|
|
8089
8206
|
<strong>milk</strong>
|
|
@@ -8516,6 +8633,15 @@
|
|
|
8516
8633
|
</div>
|
|
8517
8634
|
</div>
|
|
8518
8635
|
|
|
8636
|
+
<div class="tabler-icon">
|
|
8637
|
+
<i class="ti ti-nurse"></i>
|
|
8638
|
+
<strong>nurse</strong>
|
|
8639
|
+
<div class="tabler-icon-codes">
|
|
8640
|
+
<code>ti ti-nurse</code><br>
|
|
8641
|
+
<code>\ef65</code>
|
|
8642
|
+
</div>
|
|
8643
|
+
</div>
|
|
8644
|
+
|
|
8519
8645
|
<div class="tabler-icon">
|
|
8520
8646
|
<i class="ti ti-octagon"></i>
|
|
8521
8647
|
<strong>octagon</strong>
|
|
@@ -8894,6 +9020,15 @@
|
|
|
8894
9020
|
</div>
|
|
8895
9021
|
</div>
|
|
8896
9022
|
|
|
9023
|
+
<div class="tabler-icon">
|
|
9024
|
+
<i class="ti ti-pills"></i>
|
|
9025
|
+
<strong>pills</strong>
|
|
9026
|
+
<div class="tabler-icon-codes">
|
|
9027
|
+
<code>ti ti-pills</code><br>
|
|
9028
|
+
<code>\ef66</code>
|
|
9029
|
+
</div>
|
|
9030
|
+
</div>
|
|
9031
|
+
|
|
8897
9032
|
<div class="tabler-icon">
|
|
8898
9033
|
<i class="ti ti-pin"></i>
|
|
8899
9034
|
<strong>pin</strong>
|
|
@@ -11054,6 +11189,15 @@
|
|
|
11054
11189
|
</div>
|
|
11055
11190
|
</div>
|
|
11056
11191
|
|
|
11192
|
+
<div class="tabler-icon">
|
|
11193
|
+
<i class="ti ti-thermometer"></i>
|
|
11194
|
+
<strong>thermometer</strong>
|
|
11195
|
+
<div class="tabler-icon-codes">
|
|
11196
|
+
<code>ti ti-thermometer</code><br>
|
|
11197
|
+
<code>\ef67</code>
|
|
11198
|
+
</div>
|
|
11199
|
+
</div>
|
|
11200
|
+
|
|
11057
11201
|
<div class="tabler-icon">
|
|
11058
11202
|
<i class="ti ti-thumb-down"></i>
|
|
11059
11203
|
<strong>thumb-down</strong>
|
|
@@ -11486,6 +11630,15 @@
|
|
|
11486
11630
|
</div>
|
|
11487
11631
|
</div>
|
|
11488
11632
|
|
|
11633
|
+
<div class="tabler-icon">
|
|
11634
|
+
<i class="ti ti-user-circle"></i>
|
|
11635
|
+
<strong>user-circle</strong>
|
|
11636
|
+
<div class="tabler-icon-codes">
|
|
11637
|
+
<code>ti ti-user-circle</code><br>
|
|
11638
|
+
<code>\ef68</code>
|
|
11639
|
+
</div>
|
|
11640
|
+
</div>
|
|
11641
|
+
|
|
11489
11642
|
<div class="tabler-icon">
|
|
11490
11643
|
<i class="ti ti-user-exclamation"></i>
|
|
11491
11644
|
<strong>user-exclamation</strong>
|
|
@@ -11549,6 +11702,15 @@
|
|
|
11549
11702
|
</div>
|
|
11550
11703
|
</div>
|
|
11551
11704
|
|
|
11705
|
+
<div class="tabler-icon">
|
|
11706
|
+
<i class="ti ti-vaccine-bottle"></i>
|
|
11707
|
+
<strong>vaccine-bottle</strong>
|
|
11708
|
+
<div class="tabler-icon-codes">
|
|
11709
|
+
<code>ti ti-vaccine-bottle</code><br>
|
|
11710
|
+
<code>\ef69</code>
|
|
11711
|
+
</div>
|
|
11712
|
+
</div>
|
|
11713
|
+
|
|
11552
11714
|
<div class="tabler-icon">
|
|
11553
11715
|
<i class="ti ti-variable"></i>
|
|
11554
11716
|
<strong>variable</strong>
|