@tabler/icons 1.44.0 → 1.45.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 +41 -0
- package/iconfont/fonts/tabler-icons.eot +0 -0
- package/iconfont/fonts/tabler-icons.svg +105 -54
- 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 +69 -1
- package/iconfont/tabler-icons.html +155 -2
- package/iconfont/tabler-icons.min.css +2 -2
- package/iconfont/tabler-icons.scss +35 -1
- package/icons/.DS_Store +0 -0
- package/icons/brand-airtable.svg +8 -0
- package/icons/brand-angular.svg +8 -0
- package/icons/brand-cucumber.svg +13 -0
- package/icons/brand-doctrine.svg +9 -0
- package/icons/brand-firebase.svg +8 -0
- package/icons/brand-git.svg +12 -0
- package/icons/brand-loom.svg +9 -0
- package/icons/brand-netbeans.svg +12 -0
- package/icons/brand-php.svg +10 -0
- package/icons/brand-react-native.svg +12 -0
- package/icons/brand-sublime-text.svg +9 -0
- package/icons/brand-uber.svg +8 -0
- package/icons/brand-visual-studio.svg +6 -0
- package/icons/currency-dogecoin.svg +2 -2
- package/icons/language-hiragana.svg +10 -0
- package/icons/language-katakana.svg +9 -0
- package/icons/language.svg +5 -2
- package/icons/prison.svg +13 -0
- package/icons/strikethrough.svg +2 -2
- package/icons/wall.svg +14 -0
- package/icons-png/.DS_Store +0 -0
- package/icons-png/brand-airtable.png +0 -0
- package/icons-png/brand-angular.png +0 -0
- package/icons-png/brand-cucumber.png +0 -0
- package/icons-png/brand-doctrine.png +0 -0
- package/icons-png/brand-firebase.png +0 -0
- package/icons-png/brand-git.png +0 -0
- package/icons-png/brand-loom.png +0 -0
- package/icons-png/brand-netbeans.png +0 -0
- package/icons-png/brand-php.png +0 -0
- package/icons-png/brand-react-native.png +0 -0
- package/icons-png/brand-sublime-text.png +0 -0
- package/icons-png/brand-uber.png +0 -0
- package/icons-png/brand-visual-studio.png +0 -0
- package/icons-png/currency-dogecoin.png +0 -0
- package/icons-png/language-hiragana.png +0 -0
- package/icons-png/language-katakana.png +0 -0
- package/icons-png/language.png +0 -0
- package/icons-png/prison.png +0 -0
- package/icons-png/strikethrough.png +0 -0
- package/icons-png/wall.png +0 -0
- package/icons-react/dist/index.cjs.js +666 -7
- 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 +650 -8
- 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 +666 -7
- 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 +17 -0
- package/package.json +1 -1
- package/tabler-sprite-nostroke.svg +1 -1
- package/tabler-sprite.svg +1 -1
- package/tags.json +198 -20
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 1.
|
|
2
|
+
* Tabler Icons 1.45.0 by tabler - https://tabler.io
|
|
3
3
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
4
4
|
*/
|
|
5
5
|
@font-face {
|
|
@@ -910,10 +910,18 @@
|
|
|
910
910
|
content: "\ed68";
|
|
911
911
|
}
|
|
912
912
|
|
|
913
|
+
.ti-brand-airtable:before {
|
|
914
|
+
content: "\ef6a";
|
|
915
|
+
}
|
|
916
|
+
|
|
913
917
|
.ti-brand-android:before {
|
|
914
918
|
content: "\ec16";
|
|
915
919
|
}
|
|
916
920
|
|
|
921
|
+
.ti-brand-angular:before {
|
|
922
|
+
content: "\ef6b";
|
|
923
|
+
}
|
|
924
|
+
|
|
917
925
|
.ti-brand-apple:before {
|
|
918
926
|
content: "\ec17";
|
|
919
927
|
}
|
|
@@ -966,6 +974,10 @@
|
|
|
966
974
|
content: "\ed6b";
|
|
967
975
|
}
|
|
968
976
|
|
|
977
|
+
.ti-brand-cucumber:before {
|
|
978
|
+
content: "\ef6c";
|
|
979
|
+
}
|
|
980
|
+
|
|
969
981
|
.ti-brand-debian:before {
|
|
970
982
|
content: "\ef57";
|
|
971
983
|
}
|
|
@@ -986,6 +998,10 @@
|
|
|
986
998
|
content: "\edca";
|
|
987
999
|
}
|
|
988
1000
|
|
|
1001
|
+
.ti-brand-doctrine:before {
|
|
1002
|
+
content: "\ef6d";
|
|
1003
|
+
}
|
|
1004
|
+
|
|
989
1005
|
.ti-brand-dribbble:before {
|
|
990
1006
|
content: "\ec19";
|
|
991
1007
|
}
|
|
@@ -1002,6 +1018,10 @@
|
|
|
1002
1018
|
content: "\ec93";
|
|
1003
1019
|
}
|
|
1004
1020
|
|
|
1021
|
+
.ti-brand-firebase:before {
|
|
1022
|
+
content: "\ef6e";
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1005
1025
|
.ti-brand-firefox:before {
|
|
1006
1026
|
content: "\ecfd";
|
|
1007
1027
|
}
|
|
@@ -1018,6 +1038,10 @@
|
|
|
1018
1038
|
content: "\ec1b";
|
|
1019
1039
|
}
|
|
1020
1040
|
|
|
1041
|
+
.ti-brand-git:before {
|
|
1042
|
+
content: "\ef6f";
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1021
1045
|
.ti-brand-github:before {
|
|
1022
1046
|
content: "\ec1c";
|
|
1023
1047
|
}
|
|
@@ -1074,6 +1098,10 @@
|
|
|
1074
1098
|
content: "\ec8c";
|
|
1075
1099
|
}
|
|
1076
1100
|
|
|
1101
|
+
.ti-brand-loom:before {
|
|
1102
|
+
content: "\ef70";
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1077
1105
|
.ti-brand-mastercard:before {
|
|
1078
1106
|
content: "\ef49";
|
|
1079
1107
|
}
|
|
@@ -1086,6 +1114,10 @@
|
|
|
1086
1114
|
content: "\ec71";
|
|
1087
1115
|
}
|
|
1088
1116
|
|
|
1117
|
+
.ti-brand-netbeans:before {
|
|
1118
|
+
content: "\ef71";
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1089
1121
|
.ti-brand-netflix:before {
|
|
1090
1122
|
content: "\edcf";
|
|
1091
1123
|
}
|
|
@@ -1110,6 +1142,10 @@
|
|
|
1110
1142
|
content: "\ec22";
|
|
1111
1143
|
}
|
|
1112
1144
|
|
|
1145
|
+
.ti-brand-php:before {
|
|
1146
|
+
content: "\ef72";
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1113
1149
|
.ti-brand-pinterest:before {
|
|
1114
1150
|
content: "\ec8d";
|
|
1115
1151
|
}
|
|
@@ -1126,6 +1162,10 @@
|
|
|
1126
1162
|
content: "\ed01";
|
|
1127
1163
|
}
|
|
1128
1164
|
|
|
1165
|
+
.ti-brand-react-native:before {
|
|
1166
|
+
content: "\ef73";
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1129
1169
|
.ti-brand-reddit:before {
|
|
1130
1170
|
content: "\ec8e";
|
|
1131
1171
|
}
|
|
@@ -1182,6 +1222,10 @@
|
|
|
1182
1222
|
content: "\edd7";
|
|
1183
1223
|
}
|
|
1184
1224
|
|
|
1225
|
+
.ti-brand-sublime-text:before {
|
|
1226
|
+
content: "\ef74";
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1185
1229
|
.ti-brand-tabler:before {
|
|
1186
1230
|
content: "\ec8f";
|
|
1187
1231
|
}
|
|
@@ -1218,6 +1262,10 @@
|
|
|
1218
1262
|
content: "\ec27";
|
|
1219
1263
|
}
|
|
1220
1264
|
|
|
1265
|
+
.ti-brand-uber:before {
|
|
1266
|
+
content: "\ef75";
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1221
1269
|
.ti-brand-ubuntu:before {
|
|
1222
1270
|
content: "\ef59";
|
|
1223
1271
|
}
|
|
@@ -1234,6 +1282,10 @@
|
|
|
1234
1282
|
content: "\ed06";
|
|
1235
1283
|
}
|
|
1236
1284
|
|
|
1285
|
+
.ti-brand-visual-studio:before {
|
|
1286
|
+
content: "\ef76";
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1237
1289
|
.ti-brand-vk:before {
|
|
1238
1290
|
content: "\ed72";
|
|
1239
1291
|
}
|
|
@@ -3098,6 +3150,14 @@
|
|
|
3098
3150
|
content: "\ebbe";
|
|
3099
3151
|
}
|
|
3100
3152
|
|
|
3153
|
+
.ti-language-hiragana:before {
|
|
3154
|
+
content: "\ef77";
|
|
3155
|
+
}
|
|
3156
|
+
|
|
3157
|
+
.ti-language-katakana:before {
|
|
3158
|
+
content: "\ef78";
|
|
3159
|
+
}
|
|
3160
|
+
|
|
3101
3161
|
.ti-layers-difference:before {
|
|
3102
3162
|
content: "\eac8";
|
|
3103
3163
|
}
|
|
@@ -4114,6 +4174,10 @@
|
|
|
4114
4174
|
content: "\eb0e";
|
|
4115
4175
|
}
|
|
4116
4176
|
|
|
4177
|
+
.ti-prison:before {
|
|
4178
|
+
content: "\ef79";
|
|
4179
|
+
}
|
|
4180
|
+
|
|
4117
4181
|
.ti-prompt:before {
|
|
4118
4182
|
content: "\eb0f";
|
|
4119
4183
|
}
|
|
@@ -5274,6 +5338,10 @@
|
|
|
5274
5338
|
content: "\ec87";
|
|
5275
5339
|
}
|
|
5276
5340
|
|
|
5341
|
+
.ti-wall:before {
|
|
5342
|
+
content: "\ef7a";
|
|
5343
|
+
}
|
|
5344
|
+
|
|
5277
5345
|
.ti-wallet:before {
|
|
5278
5346
|
content: "\eb75";
|
|
5279
5347
|
}
|
|
@@ -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.45.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.45.0</p>
|
|
113
113
|
</header>
|
|
114
114
|
|
|
115
115
|
<div class="search-bar">
|
|
@@ -2099,6 +2099,15 @@
|
|
|
2099
2099
|
</div>
|
|
2100
2100
|
</div>
|
|
2101
2101
|
|
|
2102
|
+
<div class="tabler-icon">
|
|
2103
|
+
<i class="ti ti-brand-airtable"></i>
|
|
2104
|
+
<strong>brand-airtable</strong>
|
|
2105
|
+
<div class="tabler-icon-codes">
|
|
2106
|
+
<code>ti ti-brand-airtable</code><br>
|
|
2107
|
+
<code>\ef6a</code>
|
|
2108
|
+
</div>
|
|
2109
|
+
</div>
|
|
2110
|
+
|
|
2102
2111
|
<div class="tabler-icon">
|
|
2103
2112
|
<i class="ti ti-brand-android"></i>
|
|
2104
2113
|
<strong>brand-android</strong>
|
|
@@ -2108,6 +2117,15 @@
|
|
|
2108
2117
|
</div>
|
|
2109
2118
|
</div>
|
|
2110
2119
|
|
|
2120
|
+
<div class="tabler-icon">
|
|
2121
|
+
<i class="ti ti-brand-angular"></i>
|
|
2122
|
+
<strong>brand-angular</strong>
|
|
2123
|
+
<div class="tabler-icon-codes">
|
|
2124
|
+
<code>ti ti-brand-angular</code><br>
|
|
2125
|
+
<code>\ef6b</code>
|
|
2126
|
+
</div>
|
|
2127
|
+
</div>
|
|
2128
|
+
|
|
2111
2129
|
<div class="tabler-icon">
|
|
2112
2130
|
<i class="ti ti-brand-apple"></i>
|
|
2113
2131
|
<strong>brand-apple</strong>
|
|
@@ -2225,6 +2243,15 @@
|
|
|
2225
2243
|
</div>
|
|
2226
2244
|
</div>
|
|
2227
2245
|
|
|
2246
|
+
<div class="tabler-icon">
|
|
2247
|
+
<i class="ti ti-brand-cucumber"></i>
|
|
2248
|
+
<strong>brand-cucumber</strong>
|
|
2249
|
+
<div class="tabler-icon-codes">
|
|
2250
|
+
<code>ti ti-brand-cucumber</code><br>
|
|
2251
|
+
<code>\ef6c</code>
|
|
2252
|
+
</div>
|
|
2253
|
+
</div>
|
|
2254
|
+
|
|
2228
2255
|
<div class="tabler-icon">
|
|
2229
2256
|
<i class="ti ti-brand-debian"></i>
|
|
2230
2257
|
<strong>brand-debian</strong>
|
|
@@ -2270,6 +2297,15 @@
|
|
|
2270
2297
|
</div>
|
|
2271
2298
|
</div>
|
|
2272
2299
|
|
|
2300
|
+
<div class="tabler-icon">
|
|
2301
|
+
<i class="ti ti-brand-doctrine"></i>
|
|
2302
|
+
<strong>brand-doctrine</strong>
|
|
2303
|
+
<div class="tabler-icon-codes">
|
|
2304
|
+
<code>ti ti-brand-doctrine</code><br>
|
|
2305
|
+
<code>\ef6d</code>
|
|
2306
|
+
</div>
|
|
2307
|
+
</div>
|
|
2308
|
+
|
|
2273
2309
|
<div class="tabler-icon">
|
|
2274
2310
|
<i class="ti ti-brand-dribbble"></i>
|
|
2275
2311
|
<strong>brand-dribbble</strong>
|
|
@@ -2306,6 +2342,15 @@
|
|
|
2306
2342
|
</div>
|
|
2307
2343
|
</div>
|
|
2308
2344
|
|
|
2345
|
+
<div class="tabler-icon">
|
|
2346
|
+
<i class="ti ti-brand-firebase"></i>
|
|
2347
|
+
<strong>brand-firebase</strong>
|
|
2348
|
+
<div class="tabler-icon-codes">
|
|
2349
|
+
<code>ti ti-brand-firebase</code><br>
|
|
2350
|
+
<code>\ef6e</code>
|
|
2351
|
+
</div>
|
|
2352
|
+
</div>
|
|
2353
|
+
|
|
2309
2354
|
<div class="tabler-icon">
|
|
2310
2355
|
<i class="ti ti-brand-firefox"></i>
|
|
2311
2356
|
<strong>brand-firefox</strong>
|
|
@@ -2342,6 +2387,15 @@
|
|
|
2342
2387
|
</div>
|
|
2343
2388
|
</div>
|
|
2344
2389
|
|
|
2390
|
+
<div class="tabler-icon">
|
|
2391
|
+
<i class="ti ti-brand-git"></i>
|
|
2392
|
+
<strong>brand-git</strong>
|
|
2393
|
+
<div class="tabler-icon-codes">
|
|
2394
|
+
<code>ti ti-brand-git</code><br>
|
|
2395
|
+
<code>\ef6f</code>
|
|
2396
|
+
</div>
|
|
2397
|
+
</div>
|
|
2398
|
+
|
|
2345
2399
|
<div class="tabler-icon">
|
|
2346
2400
|
<i class="ti ti-brand-github"></i>
|
|
2347
2401
|
<strong>brand-github</strong>
|
|
@@ -2468,6 +2522,15 @@
|
|
|
2468
2522
|
</div>
|
|
2469
2523
|
</div>
|
|
2470
2524
|
|
|
2525
|
+
<div class="tabler-icon">
|
|
2526
|
+
<i class="ti ti-brand-loom"></i>
|
|
2527
|
+
<strong>brand-loom</strong>
|
|
2528
|
+
<div class="tabler-icon-codes">
|
|
2529
|
+
<code>ti ti-brand-loom</code><br>
|
|
2530
|
+
<code>\ef70</code>
|
|
2531
|
+
</div>
|
|
2532
|
+
</div>
|
|
2533
|
+
|
|
2471
2534
|
<div class="tabler-icon">
|
|
2472
2535
|
<i class="ti ti-brand-mastercard"></i>
|
|
2473
2536
|
<strong>brand-mastercard</strong>
|
|
@@ -2495,6 +2558,15 @@
|
|
|
2495
2558
|
</div>
|
|
2496
2559
|
</div>
|
|
2497
2560
|
|
|
2561
|
+
<div class="tabler-icon">
|
|
2562
|
+
<i class="ti ti-brand-netbeans"></i>
|
|
2563
|
+
<strong>brand-netbeans</strong>
|
|
2564
|
+
<div class="tabler-icon-codes">
|
|
2565
|
+
<code>ti ti-brand-netbeans</code><br>
|
|
2566
|
+
<code>\ef71</code>
|
|
2567
|
+
</div>
|
|
2568
|
+
</div>
|
|
2569
|
+
|
|
2498
2570
|
<div class="tabler-icon">
|
|
2499
2571
|
<i class="ti ti-brand-netflix"></i>
|
|
2500
2572
|
<strong>brand-netflix</strong>
|
|
@@ -2549,6 +2621,15 @@
|
|
|
2549
2621
|
</div>
|
|
2550
2622
|
</div>
|
|
2551
2623
|
|
|
2624
|
+
<div class="tabler-icon">
|
|
2625
|
+
<i class="ti ti-brand-php"></i>
|
|
2626
|
+
<strong>brand-php</strong>
|
|
2627
|
+
<div class="tabler-icon-codes">
|
|
2628
|
+
<code>ti ti-brand-php</code><br>
|
|
2629
|
+
<code>\ef72</code>
|
|
2630
|
+
</div>
|
|
2631
|
+
</div>
|
|
2632
|
+
|
|
2552
2633
|
<div class="tabler-icon">
|
|
2553
2634
|
<i class="ti ti-brand-pinterest"></i>
|
|
2554
2635
|
<strong>brand-pinterest</strong>
|
|
@@ -2585,6 +2666,15 @@
|
|
|
2585
2666
|
</div>
|
|
2586
2667
|
</div>
|
|
2587
2668
|
|
|
2669
|
+
<div class="tabler-icon">
|
|
2670
|
+
<i class="ti ti-brand-react-native"></i>
|
|
2671
|
+
<strong>brand-react-native</strong>
|
|
2672
|
+
<div class="tabler-icon-codes">
|
|
2673
|
+
<code>ti ti-brand-react-native</code><br>
|
|
2674
|
+
<code>\ef73</code>
|
|
2675
|
+
</div>
|
|
2676
|
+
</div>
|
|
2677
|
+
|
|
2588
2678
|
<div class="tabler-icon">
|
|
2589
2679
|
<i class="ti ti-brand-reddit"></i>
|
|
2590
2680
|
<strong>brand-reddit</strong>
|
|
@@ -2711,6 +2801,15 @@
|
|
|
2711
2801
|
</div>
|
|
2712
2802
|
</div>
|
|
2713
2803
|
|
|
2804
|
+
<div class="tabler-icon">
|
|
2805
|
+
<i class="ti ti-brand-sublime-text"></i>
|
|
2806
|
+
<strong>brand-sublime-text</strong>
|
|
2807
|
+
<div class="tabler-icon-codes">
|
|
2808
|
+
<code>ti ti-brand-sublime-text</code><br>
|
|
2809
|
+
<code>\ef74</code>
|
|
2810
|
+
</div>
|
|
2811
|
+
</div>
|
|
2812
|
+
|
|
2714
2813
|
<div class="tabler-icon">
|
|
2715
2814
|
<i class="ti ti-brand-tabler"></i>
|
|
2716
2815
|
<strong>brand-tabler</strong>
|
|
@@ -2792,6 +2891,15 @@
|
|
|
2792
2891
|
</div>
|
|
2793
2892
|
</div>
|
|
2794
2893
|
|
|
2894
|
+
<div class="tabler-icon">
|
|
2895
|
+
<i class="ti ti-brand-uber"></i>
|
|
2896
|
+
<strong>brand-uber</strong>
|
|
2897
|
+
<div class="tabler-icon-codes">
|
|
2898
|
+
<code>ti ti-brand-uber</code><br>
|
|
2899
|
+
<code>\ef75</code>
|
|
2900
|
+
</div>
|
|
2901
|
+
</div>
|
|
2902
|
+
|
|
2795
2903
|
<div class="tabler-icon">
|
|
2796
2904
|
<i class="ti ti-brand-ubuntu"></i>
|
|
2797
2905
|
<strong>brand-ubuntu</strong>
|
|
@@ -2828,6 +2936,15 @@
|
|
|
2828
2936
|
</div>
|
|
2829
2937
|
</div>
|
|
2830
2938
|
|
|
2939
|
+
<div class="tabler-icon">
|
|
2940
|
+
<i class="ti ti-brand-visual-studio"></i>
|
|
2941
|
+
<strong>brand-visual-studio</strong>
|
|
2942
|
+
<div class="tabler-icon-codes">
|
|
2943
|
+
<code>ti ti-brand-visual-studio</code><br>
|
|
2944
|
+
<code>\ef76</code>
|
|
2945
|
+
</div>
|
|
2946
|
+
</div>
|
|
2947
|
+
|
|
2831
2948
|
<div class="tabler-icon">
|
|
2832
2949
|
<i class="ti ti-brand-vk"></i>
|
|
2833
2950
|
<strong>brand-vk</strong>
|
|
@@ -7022,6 +7139,24 @@
|
|
|
7022
7139
|
</div>
|
|
7023
7140
|
</div>
|
|
7024
7141
|
|
|
7142
|
+
<div class="tabler-icon">
|
|
7143
|
+
<i class="ti ti-language-hiragana"></i>
|
|
7144
|
+
<strong>language-hiragana</strong>
|
|
7145
|
+
<div class="tabler-icon-codes">
|
|
7146
|
+
<code>ti ti-language-hiragana</code><br>
|
|
7147
|
+
<code>\ef77</code>
|
|
7148
|
+
</div>
|
|
7149
|
+
</div>
|
|
7150
|
+
|
|
7151
|
+
<div class="tabler-icon">
|
|
7152
|
+
<i class="ti ti-language-katakana"></i>
|
|
7153
|
+
<strong>language-katakana</strong>
|
|
7154
|
+
<div class="tabler-icon-codes">
|
|
7155
|
+
<code>ti ti-language-katakana</code><br>
|
|
7156
|
+
<code>\ef78</code>
|
|
7157
|
+
</div>
|
|
7158
|
+
</div>
|
|
7159
|
+
|
|
7025
7160
|
<div class="tabler-icon">
|
|
7026
7161
|
<i class="ti ti-layers-difference"></i>
|
|
7027
7162
|
<strong>layers-difference</strong>
|
|
@@ -9308,6 +9443,15 @@
|
|
|
9308
9443
|
</div>
|
|
9309
9444
|
</div>
|
|
9310
9445
|
|
|
9446
|
+
<div class="tabler-icon">
|
|
9447
|
+
<i class="ti ti-prison"></i>
|
|
9448
|
+
<strong>prison</strong>
|
|
9449
|
+
<div class="tabler-icon-codes">
|
|
9450
|
+
<code>ti ti-prison</code><br>
|
|
9451
|
+
<code>\ef79</code>
|
|
9452
|
+
</div>
|
|
9453
|
+
</div>
|
|
9454
|
+
|
|
9311
9455
|
<div class="tabler-icon">
|
|
9312
9456
|
<i class="ti ti-prompt"></i>
|
|
9313
9457
|
<strong>prompt</strong>
|
|
@@ -11918,6 +12062,15 @@
|
|
|
11918
12062
|
</div>
|
|
11919
12063
|
</div>
|
|
11920
12064
|
|
|
12065
|
+
<div class="tabler-icon">
|
|
12066
|
+
<i class="ti ti-wall"></i>
|
|
12067
|
+
<strong>wall</strong>
|
|
12068
|
+
<div class="tabler-icon-codes">
|
|
12069
|
+
<code>ti ti-wall</code><br>
|
|
12070
|
+
<code>\ef7a</code>
|
|
12071
|
+
</div>
|
|
12072
|
+
</div>
|
|
12073
|
+
|
|
11921
12074
|
<div class="tabler-icon">
|
|
11922
12075
|
<i class="ti ti-wallet"></i>
|
|
11923
12076
|
<strong>wallet</strong>
|