@tabler/icons-webfont 3.16.0 → 3.18.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-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-filled.woff +0 -0
- package/dist/fonts/tabler-icons-filled.woff2 +0 -0
- 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 +74 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +164 -2
- package/dist/tabler-icons-filled.min.css +2 -2
- package/dist/tabler-icons-filled.min.css.map +1 -1
- package/dist/tabler-icons-filled.scss +39 -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 +146 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +326 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +75 -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.18.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.18.0</p>
|
|
120
120
|
</header>
|
|
121
121
|
|
|
122
122
|
<div class="search-bar">
|
|
@@ -11961,6 +11961,15 @@
|
|
|
11961
11961
|
</div>
|
|
11962
11962
|
</div>
|
|
11963
11963
|
|
|
11964
|
+
<div class="tabler-icon">
|
|
11965
|
+
<i class="ti ti-car-filled"></i>
|
|
11966
|
+
<strong>car-filled</strong>
|
|
11967
|
+
<div class="tabler-icon-codes">
|
|
11968
|
+
<code>ti ti-car-filled</code><br>
|
|
11969
|
+
<code>\1004c</code>
|
|
11970
|
+
</div>
|
|
11971
|
+
</div>
|
|
11972
|
+
|
|
11964
11973
|
<div class="tabler-icon">
|
|
11965
11974
|
<i class="ti ti-car-garage"></i>
|
|
11966
11975
|
<strong>car-garage</strong>
|
|
@@ -11988,6 +11997,15 @@
|
|
|
11988
11997
|
</div>
|
|
11989
11998
|
</div>
|
|
11990
11999
|
|
|
12000
|
+
<div class="tabler-icon">
|
|
12001
|
+
<i class="ti ti-car-suv-filled"></i>
|
|
12002
|
+
<strong>car-suv-filled</strong>
|
|
12003
|
+
<div class="tabler-icon-codes">
|
|
12004
|
+
<code>ti ti-car-suv-filled</code><br>
|
|
12005
|
+
<code>\1004d</code>
|
|
12006
|
+
</div>
|
|
12007
|
+
</div>
|
|
12008
|
+
|
|
11991
12009
|
<div class="tabler-icon">
|
|
11992
12010
|
<i class="ti ti-car-turbine"></i>
|
|
11993
12011
|
<strong>car-turbine</strong>
|
|
@@ -18846,6 +18864,15 @@
|
|
|
18846
18864
|
</div>
|
|
18847
18865
|
</div>
|
|
18848
18866
|
|
|
18867
|
+
<div class="tabler-icon">
|
|
18868
|
+
<i class="ti ti-device-cctv-filled"></i>
|
|
18869
|
+
<strong>device-cctv-filled</strong>
|
|
18870
|
+
<div class="tabler-icon-codes">
|
|
18871
|
+
<code>ti ti-device-cctv-filled</code><br>
|
|
18872
|
+
<code>\1004b</code>
|
|
18873
|
+
</div>
|
|
18874
|
+
</div>
|
|
18875
|
+
|
|
18849
18876
|
<div class="tabler-icon">
|
|
18850
18877
|
<i class="ti ti-device-cctv-off"></i>
|
|
18851
18878
|
<strong>device-cctv-off</strong>
|
|
@@ -18963,6 +18990,15 @@
|
|
|
18963
18990
|
</div>
|
|
18964
18991
|
</div>
|
|
18965
18992
|
|
|
18993
|
+
<div class="tabler-icon">
|
|
18994
|
+
<i class="ti ti-device-desktop-filled"></i>
|
|
18995
|
+
<strong>device-desktop-filled</strong>
|
|
18996
|
+
<div class="tabler-icon-codes">
|
|
18997
|
+
<code>ti ti-device-desktop-filled</code><br>
|
|
18998
|
+
<code>\1004a</code>
|
|
18999
|
+
</div>
|
|
19000
|
+
</div>
|
|
19001
|
+
|
|
18966
19002
|
<div class="tabler-icon">
|
|
18967
19003
|
<i class="ti ti-device-desktop-heart"></i>
|
|
18968
19004
|
<strong>device-desktop-heart</strong>
|
|
@@ -19107,6 +19143,15 @@
|
|
|
19107
19143
|
</div>
|
|
19108
19144
|
</div>
|
|
19109
19145
|
|
|
19146
|
+
<div class="tabler-icon">
|
|
19147
|
+
<i class="ti ti-device-gamepad-3-filled"></i>
|
|
19148
|
+
<strong>device-gamepad-3-filled</strong>
|
|
19149
|
+
<div class="tabler-icon-codes">
|
|
19150
|
+
<code>ti ti-device-gamepad-3-filled</code><br>
|
|
19151
|
+
<code>\10049</code>
|
|
19152
|
+
</div>
|
|
19153
|
+
</div>
|
|
19154
|
+
|
|
19110
19155
|
<div class="tabler-icon">
|
|
19111
19156
|
<i class="ti ti-device-heart-monitor"></i>
|
|
19112
19157
|
<strong>device-heart-monitor</strong>
|
|
@@ -19206,6 +19251,15 @@
|
|
|
19206
19251
|
</div>
|
|
19207
19252
|
</div>
|
|
19208
19253
|
|
|
19254
|
+
<div class="tabler-icon">
|
|
19255
|
+
<i class="ti ti-device-imac-filled"></i>
|
|
19256
|
+
<strong>device-imac-filled</strong>
|
|
19257
|
+
<div class="tabler-icon-codes">
|
|
19258
|
+
<code>ti ti-device-imac-filled</code><br>
|
|
19259
|
+
<code>\10048</code>
|
|
19260
|
+
</div>
|
|
19261
|
+
</div>
|
|
19262
|
+
|
|
19209
19263
|
<div class="tabler-icon">
|
|
19210
19264
|
<i class="ti ti-device-imac-heart"></i>
|
|
19211
19265
|
<strong>device-imac-heart</strong>
|
|
@@ -19395,6 +19449,15 @@
|
|
|
19395
19449
|
</div>
|
|
19396
19450
|
</div>
|
|
19397
19451
|
|
|
19452
|
+
<div class="tabler-icon">
|
|
19453
|
+
<i class="ti ti-device-ipad-filled"></i>
|
|
19454
|
+
<strong>device-ipad-filled</strong>
|
|
19455
|
+
<div class="tabler-icon-codes">
|
|
19456
|
+
<code>ti ti-device-ipad-filled</code><br>
|
|
19457
|
+
<code>\10047</code>
|
|
19458
|
+
</div>
|
|
19459
|
+
</div>
|
|
19460
|
+
|
|
19398
19461
|
<div class="tabler-icon">
|
|
19399
19462
|
<i class="ti ti-device-ipad-heart"></i>
|
|
19400
19463
|
<strong>device-ipad-heart</strong>
|
|
@@ -19989,6 +20052,15 @@
|
|
|
19989
20052
|
</div>
|
|
19990
20053
|
</div>
|
|
19991
20054
|
|
|
20055
|
+
<div class="tabler-icon">
|
|
20056
|
+
<i class="ti ti-device-remote-filled"></i>
|
|
20057
|
+
<strong>device-remote-filled</strong>
|
|
20058
|
+
<div class="tabler-icon-codes">
|
|
20059
|
+
<code>ti ti-device-remote-filled</code><br>
|
|
20060
|
+
<code>\10046</code>
|
|
20061
|
+
</div>
|
|
20062
|
+
</div>
|
|
20063
|
+
|
|
19992
20064
|
<div class="tabler-icon">
|
|
19993
20065
|
<i class="ti ti-device-sd-card"></i>
|
|
19994
20066
|
<strong>device-sd-card</strong>
|
|
@@ -20043,6 +20115,15 @@
|
|
|
20043
20115
|
</div>
|
|
20044
20116
|
</div>
|
|
20045
20117
|
|
|
20118
|
+
<div class="tabler-icon">
|
|
20119
|
+
<i class="ti ti-device-speaker-filled"></i>
|
|
20120
|
+
<strong>device-speaker-filled</strong>
|
|
20121
|
+
<div class="tabler-icon-codes">
|
|
20122
|
+
<code>ti ti-device-speaker-filled</code><br>
|
|
20123
|
+
<code>\10045</code>
|
|
20124
|
+
</div>
|
|
20125
|
+
</div>
|
|
20126
|
+
|
|
20046
20127
|
<div class="tabler-icon">
|
|
20047
20128
|
<i class="ti ti-device-speaker-off"></i>
|
|
20048
20129
|
<strong>device-speaker-off</strong>
|
|
@@ -20259,6 +20340,15 @@
|
|
|
20259
20340
|
</div>
|
|
20260
20341
|
</div>
|
|
20261
20342
|
|
|
20343
|
+
<div class="tabler-icon">
|
|
20344
|
+
<i class="ti ti-device-tv-filled"></i>
|
|
20345
|
+
<strong>device-tv-filled</strong>
|
|
20346
|
+
<div class="tabler-icon-codes">
|
|
20347
|
+
<code>ti ti-device-tv-filled</code><br>
|
|
20348
|
+
<code>\10043</code>
|
|
20349
|
+
</div>
|
|
20350
|
+
</div>
|
|
20351
|
+
|
|
20262
20352
|
<div class="tabler-icon">
|
|
20263
20353
|
<i class="ti ti-device-tv-off"></i>
|
|
20264
20354
|
<strong>device-tv-off</strong>
|
|
@@ -20277,6 +20367,15 @@
|
|
|
20277
20367
|
</div>
|
|
20278
20368
|
</div>
|
|
20279
20369
|
|
|
20370
|
+
<div class="tabler-icon">
|
|
20371
|
+
<i class="ti ti-device-tv-old-filled"></i>
|
|
20372
|
+
<strong>device-tv-old-filled</strong>
|
|
20373
|
+
<div class="tabler-icon-codes">
|
|
20374
|
+
<code>ti ti-device-tv-old-filled</code><br>
|
|
20375
|
+
<code>\10044</code>
|
|
20376
|
+
</div>
|
|
20377
|
+
</div>
|
|
20378
|
+
|
|
20280
20379
|
<div class="tabler-icon">
|
|
20281
20380
|
<i class="ti ti-device-unknown"></i>
|
|
20282
20381
|
<strong>device-unknown</strong>
|
|
@@ -20304,6 +20403,15 @@
|
|
|
20304
20403
|
</div>
|
|
20305
20404
|
</div>
|
|
20306
20405
|
|
|
20406
|
+
<div class="tabler-icon">
|
|
20407
|
+
<i class="ti ti-device-usb-filled"></i>
|
|
20408
|
+
<strong>device-usb-filled</strong>
|
|
20409
|
+
<div class="tabler-icon-codes">
|
|
20410
|
+
<code>ti ti-device-usb-filled</code><br>
|
|
20411
|
+
<code>\10042</code>
|
|
20412
|
+
</div>
|
|
20413
|
+
</div>
|
|
20414
|
+
|
|
20307
20415
|
<div class="tabler-icon">
|
|
20308
20416
|
<i class="ti ti-device-vision-pro"></i>
|
|
20309
20417
|
<strong>device-vision-pro</strong>
|
|
@@ -20313,6 +20421,15 @@
|
|
|
20313
20421
|
</div>
|
|
20314
20422
|
</div>
|
|
20315
20423
|
|
|
20424
|
+
<div class="tabler-icon">
|
|
20425
|
+
<i class="ti ti-device-vision-pro-filled"></i>
|
|
20426
|
+
<strong>device-vision-pro-filled</strong>
|
|
20427
|
+
<div class="tabler-icon-codes">
|
|
20428
|
+
<code>ti ti-device-vision-pro-filled</code><br>
|
|
20429
|
+
<code>\10041</code>
|
|
20430
|
+
</div>
|
|
20431
|
+
</div>
|
|
20432
|
+
|
|
20316
20433
|
<div class="tabler-icon">
|
|
20317
20434
|
<i class="ti ti-device-watch"></i>
|
|
20318
20435
|
<strong>device-watch</strong>
|
|
@@ -20394,6 +20511,15 @@
|
|
|
20394
20511
|
</div>
|
|
20395
20512
|
</div>
|
|
20396
20513
|
|
|
20514
|
+
<div class="tabler-icon">
|
|
20515
|
+
<i class="ti ti-device-watch-filled"></i>
|
|
20516
|
+
<strong>device-watch-filled</strong>
|
|
20517
|
+
<div class="tabler-icon-codes">
|
|
20518
|
+
<code>ti ti-device-watch-filled</code><br>
|
|
20519
|
+
<code>\10040</code>
|
|
20520
|
+
</div>
|
|
20521
|
+
</div>
|
|
20522
|
+
|
|
20397
20523
|
<div class="tabler-icon">
|
|
20398
20524
|
<i class="ti ti-device-watch-heart"></i>
|
|
20399
20525
|
<strong>device-watch-heart</strong>
|
|
@@ -21042,6 +21168,15 @@
|
|
|
21042
21168
|
</div>
|
|
21043
21169
|
</div>
|
|
21044
21170
|
|
|
21171
|
+
<div class="tabler-icon">
|
|
21172
|
+
<i class="ti ti-directions-filled"></i>
|
|
21173
|
+
<strong>directions-filled</strong>
|
|
21174
|
+
<div class="tabler-icon-codes">
|
|
21175
|
+
<code>ti ti-directions-filled</code><br>
|
|
21176
|
+
<code>\1003f</code>
|
|
21177
|
+
</div>
|
|
21178
|
+
</div>
|
|
21179
|
+
|
|
21045
21180
|
<div class="tabler-icon">
|
|
21046
21181
|
<i class="ti ti-directions-off"></i>
|
|
21047
21182
|
<strong>directions-off</strong>
|
|
@@ -21087,6 +21222,15 @@
|
|
|
21087
21222
|
</div>
|
|
21088
21223
|
</div>
|
|
21089
21224
|
|
|
21225
|
+
<div class="tabler-icon">
|
|
21226
|
+
<i class="ti ti-disc-filled"></i>
|
|
21227
|
+
<strong>disc-filled</strong>
|
|
21228
|
+
<div class="tabler-icon-codes">
|
|
21229
|
+
<code>ti ti-disc-filled</code><br>
|
|
21230
|
+
<code>\1003e</code>
|
|
21231
|
+
</div>
|
|
21232
|
+
</div>
|
|
21233
|
+
|
|
21090
21234
|
<div class="tabler-icon">
|
|
21091
21235
|
<i class="ti ti-disc-golf"></i>
|
|
21092
21236
|
<strong>disc-golf</strong>
|
|
@@ -21114,6 +21258,15 @@
|
|
|
21114
21258
|
</div>
|
|
21115
21259
|
</div>
|
|
21116
21260
|
|
|
21261
|
+
<div class="tabler-icon">
|
|
21262
|
+
<i class="ti ti-discount-filled"></i>
|
|
21263
|
+
<strong>discount-filled</strong>
|
|
21264
|
+
<div class="tabler-icon-codes">
|
|
21265
|
+
<code>ti ti-discount-filled</code><br>
|
|
21266
|
+
<code>\1003d</code>
|
|
21267
|
+
</div>
|
|
21268
|
+
</div>
|
|
21269
|
+
|
|
21117
21270
|
<div class="tabler-icon">
|
|
21118
21271
|
<i class="ti ti-discount-off"></i>
|
|
21119
21272
|
<strong>discount-off</strong>
|
|
@@ -21789,6 +21942,15 @@
|
|
|
21789
21942
|
</div>
|
|
21790
21943
|
</div>
|
|
21791
21944
|
|
|
21945
|
+
<div class="tabler-icon">
|
|
21946
|
+
<i class="ti ti-elevator-filled"></i>
|
|
21947
|
+
<strong>elevator-filled</strong>
|
|
21948
|
+
<div class="tabler-icon-codes">
|
|
21949
|
+
<code>ti ti-elevator-filled</code><br>
|
|
21950
|
+
<code>\1003c</code>
|
|
21951
|
+
</div>
|
|
21952
|
+
</div>
|
|
21953
|
+
|
|
21792
21954
|
<div class="tabler-icon">
|
|
21793
21955
|
<i class="ti ti-elevator-off"></i>
|
|
21794
21956
|
<strong>elevator-off</strong>
|
|
@@ -28449,6 +28611,15 @@
|
|
|
28449
28611
|
</div>
|
|
28450
28612
|
</div>
|
|
28451
28613
|
|
|
28614
|
+
<div class="tabler-icon">
|
|
28615
|
+
<i class="ti ti-joker"></i>
|
|
28616
|
+
<strong>joker</strong>
|
|
28617
|
+
<div class="tabler-icon-codes">
|
|
28618
|
+
<code>ti ti-joker</code><br>
|
|
28619
|
+
<code>\1005f</code>
|
|
28620
|
+
</div>
|
|
28621
|
+
</div>
|
|
28622
|
+
|
|
28452
28623
|
<div class="tabler-icon">
|
|
28453
28624
|
<i class="ti ti-jpg"></i>
|
|
28454
28625
|
<strong>jpg</strong>
|
|
@@ -35118,6 +35289,15 @@
|
|
|
35118
35289
|
</div>
|
|
35119
35290
|
</div>
|
|
35120
35291
|
|
|
35292
|
+
<div class="tabler-icon">
|
|
35293
|
+
<i class="ti ti-number-10"></i>
|
|
35294
|
+
<strong>number-10</strong>
|
|
35295
|
+
<div class="tabler-icon-codes">
|
|
35296
|
+
<code>ti ti-number-10</code><br>
|
|
35297
|
+
<code>\1005e</code>
|
|
35298
|
+
</div>
|
|
35299
|
+
</div>
|
|
35300
|
+
|
|
35121
35301
|
<div class="tabler-icon">
|
|
35122
35302
|
<i class="ti ti-number-10-small"></i>
|
|
35123
35303
|
<strong>number-10-small</strong>
|
|
@@ -35136,6 +35316,15 @@
|
|
|
35136
35316
|
</div>
|
|
35137
35317
|
</div>
|
|
35138
35318
|
|
|
35319
|
+
<div class="tabler-icon">
|
|
35320
|
+
<i class="ti ti-number-11"></i>
|
|
35321
|
+
<strong>number-11</strong>
|
|
35322
|
+
<div class="tabler-icon-codes">
|
|
35323
|
+
<code>ti ti-number-11</code><br>
|
|
35324
|
+
<code>\1005d</code>
|
|
35325
|
+
</div>
|
|
35326
|
+
</div>
|
|
35327
|
+
|
|
35139
35328
|
<div class="tabler-icon">
|
|
35140
35329
|
<i class="ti ti-number-11-small"></i>
|
|
35141
35330
|
<strong>number-11-small</strong>
|
|
@@ -38151,6 +38340,123 @@
|
|
|
38151
38340
|
</div>
|
|
38152
38341
|
</div>
|
|
38153
38342
|
|
|
38343
|
+
<div class="tabler-icon">
|
|
38344
|
+
<i class="ti ti-play-card-1"></i>
|
|
38345
|
+
<strong>play-card-1</strong>
|
|
38346
|
+
<div class="tabler-icon-codes">
|
|
38347
|
+
<code>ti ti-play-card-1</code><br>
|
|
38348
|
+
<code>\1005c</code>
|
|
38349
|
+
</div>
|
|
38350
|
+
</div>
|
|
38351
|
+
|
|
38352
|
+
<div class="tabler-icon">
|
|
38353
|
+
<i class="ti ti-play-card-10"></i>
|
|
38354
|
+
<strong>play-card-10</strong>
|
|
38355
|
+
<div class="tabler-icon-codes">
|
|
38356
|
+
<code>ti ti-play-card-10</code><br>
|
|
38357
|
+
<code>\1005b</code>
|
|
38358
|
+
</div>
|
|
38359
|
+
</div>
|
|
38360
|
+
|
|
38361
|
+
<div class="tabler-icon">
|
|
38362
|
+
<i class="ti ti-play-card-2"></i>
|
|
38363
|
+
<strong>play-card-2</strong>
|
|
38364
|
+
<div class="tabler-icon-codes">
|
|
38365
|
+
<code>ti ti-play-card-2</code><br>
|
|
38366
|
+
<code>\1005a</code>
|
|
38367
|
+
</div>
|
|
38368
|
+
</div>
|
|
38369
|
+
|
|
38370
|
+
<div class="tabler-icon">
|
|
38371
|
+
<i class="ti ti-play-card-3"></i>
|
|
38372
|
+
<strong>play-card-3</strong>
|
|
38373
|
+
<div class="tabler-icon-codes">
|
|
38374
|
+
<code>ti ti-play-card-3</code><br>
|
|
38375
|
+
<code>\10059</code>
|
|
38376
|
+
</div>
|
|
38377
|
+
</div>
|
|
38378
|
+
|
|
38379
|
+
<div class="tabler-icon">
|
|
38380
|
+
<i class="ti ti-play-card-4"></i>
|
|
38381
|
+
<strong>play-card-4</strong>
|
|
38382
|
+
<div class="tabler-icon-codes">
|
|
38383
|
+
<code>ti ti-play-card-4</code><br>
|
|
38384
|
+
<code>\10058</code>
|
|
38385
|
+
</div>
|
|
38386
|
+
</div>
|
|
38387
|
+
|
|
38388
|
+
<div class="tabler-icon">
|
|
38389
|
+
<i class="ti ti-play-card-5"></i>
|
|
38390
|
+
<strong>play-card-5</strong>
|
|
38391
|
+
<div class="tabler-icon-codes">
|
|
38392
|
+
<code>ti ti-play-card-5</code><br>
|
|
38393
|
+
<code>\10057</code>
|
|
38394
|
+
</div>
|
|
38395
|
+
</div>
|
|
38396
|
+
|
|
38397
|
+
<div class="tabler-icon">
|
|
38398
|
+
<i class="ti ti-play-card-6"></i>
|
|
38399
|
+
<strong>play-card-6</strong>
|
|
38400
|
+
<div class="tabler-icon-codes">
|
|
38401
|
+
<code>ti ti-play-card-6</code><br>
|
|
38402
|
+
<code>\10056</code>
|
|
38403
|
+
</div>
|
|
38404
|
+
</div>
|
|
38405
|
+
|
|
38406
|
+
<div class="tabler-icon">
|
|
38407
|
+
<i class="ti ti-play-card-7"></i>
|
|
38408
|
+
<strong>play-card-7</strong>
|
|
38409
|
+
<div class="tabler-icon-codes">
|
|
38410
|
+
<code>ti ti-play-card-7</code><br>
|
|
38411
|
+
<code>\10055</code>
|
|
38412
|
+
</div>
|
|
38413
|
+
</div>
|
|
38414
|
+
|
|
38415
|
+
<div class="tabler-icon">
|
|
38416
|
+
<i class="ti ti-play-card-8"></i>
|
|
38417
|
+
<strong>play-card-8</strong>
|
|
38418
|
+
<div class="tabler-icon-codes">
|
|
38419
|
+
<code>ti ti-play-card-8</code><br>
|
|
38420
|
+
<code>\10054</code>
|
|
38421
|
+
</div>
|
|
38422
|
+
</div>
|
|
38423
|
+
|
|
38424
|
+
<div class="tabler-icon">
|
|
38425
|
+
<i class="ti ti-play-card-9"></i>
|
|
38426
|
+
<strong>play-card-9</strong>
|
|
38427
|
+
<div class="tabler-icon-codes">
|
|
38428
|
+
<code>ti ti-play-card-9</code><br>
|
|
38429
|
+
<code>\10053</code>
|
|
38430
|
+
</div>
|
|
38431
|
+
</div>
|
|
38432
|
+
|
|
38433
|
+
<div class="tabler-icon">
|
|
38434
|
+
<i class="ti ti-play-card-a"></i>
|
|
38435
|
+
<strong>play-card-a</strong>
|
|
38436
|
+
<div class="tabler-icon-codes">
|
|
38437
|
+
<code>ti ti-play-card-a</code><br>
|
|
38438
|
+
<code>\10052</code>
|
|
38439
|
+
</div>
|
|
38440
|
+
</div>
|
|
38441
|
+
|
|
38442
|
+
<div class="tabler-icon">
|
|
38443
|
+
<i class="ti ti-play-card-j"></i>
|
|
38444
|
+
<strong>play-card-j</strong>
|
|
38445
|
+
<div class="tabler-icon-codes">
|
|
38446
|
+
<code>ti ti-play-card-j</code><br>
|
|
38447
|
+
<code>\10051</code>
|
|
38448
|
+
</div>
|
|
38449
|
+
</div>
|
|
38450
|
+
|
|
38451
|
+
<div class="tabler-icon">
|
|
38452
|
+
<i class="ti ti-play-card-k"></i>
|
|
38453
|
+
<strong>play-card-k</strong>
|
|
38454
|
+
<div class="tabler-icon-codes">
|
|
38455
|
+
<code>ti ti-play-card-k</code><br>
|
|
38456
|
+
<code>\10050</code>
|
|
38457
|
+
</div>
|
|
38458
|
+
</div>
|
|
38459
|
+
|
|
38154
38460
|
<div class="tabler-icon">
|
|
38155
38461
|
<i class="ti ti-play-card-off"></i>
|
|
38156
38462
|
<strong>play-card-off</strong>
|
|
@@ -38160,6 +38466,24 @@
|
|
|
38160
38466
|
</div>
|
|
38161
38467
|
</div>
|
|
38162
38468
|
|
|
38469
|
+
<div class="tabler-icon">
|
|
38470
|
+
<i class="ti ti-play-card-q"></i>
|
|
38471
|
+
<strong>play-card-q</strong>
|
|
38472
|
+
<div class="tabler-icon-codes">
|
|
38473
|
+
<code>ti ti-play-card-q</code><br>
|
|
38474
|
+
<code>\1004f</code>
|
|
38475
|
+
</div>
|
|
38476
|
+
</div>
|
|
38477
|
+
|
|
38478
|
+
<div class="tabler-icon">
|
|
38479
|
+
<i class="ti ti-play-card-star"></i>
|
|
38480
|
+
<strong>play-card-star</strong>
|
|
38481
|
+
<div class="tabler-icon-codes">
|
|
38482
|
+
<code>ti ti-play-card-star</code><br>
|
|
38483
|
+
<code>\1004e</code>
|
|
38484
|
+
</div>
|
|
38485
|
+
</div>
|
|
38486
|
+
|
|
38163
38487
|
<div class="tabler-icon">
|
|
38164
38488
|
<i class="ti ti-play-football"></i>
|
|
38165
38489
|
<strong>play-football</strong>
|