purgetss 3.0.4 → 3.1.2
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/.editorconfig +1 -1
- package/README.md +3 -3
- package/assets/fonts/bootstrap-icons.ttf +0 -0
- package/assets/fonts/tabler-icons.ttf +0 -0
- package/assets/images/blend-modes.png +0 -0
- package/assets/images/shadow.png +0 -0
- package/bin/purgetss +6 -5
- package/dist/bootstrapicons.js +1714 -0
- package/dist/bootstrapicons.tss +1692 -0
- package/dist/tablericons.js +95 -1
- package/dist/tablericons.tss +94 -0
- package/dist/tailwind.tss +3242 -411
- package/docs/configuring-guide.md +18 -5
- package/docs/glossary.md +3 -4
- package/docs/new-glossary.md +8313 -0
- package/docs/whats-new/v2.5.0.md +6 -6
- package/docs/whats-new/v3.0.4.md +7 -6
- package/docs/whats-new/v3.0.5.md +136 -0
- package/docs/whats-new/v3.1.0.md +614 -0
- package/docs/whats-new/v3.1.1.md +262 -0
- package/index.js +397 -246
- package/lib/build-bootstrap-icons-js.js +64 -0
- package/lib/build-bootstrap-icons-tss.js +50 -0
- package/lib/build-fonts-folder.js +7 -0
- package/lib/build-tailwind.js +78 -16
- package/lib/helpers.js +2027 -764
- package/lib/templates/bootstrap-icons/bootstrap-icons.css +1705 -0
- package/lib/templates/bootstrap-icons/bootstrap-icons.ttf +0 -0
- package/lib/templates/bootstrap-icons/reset.tss +6 -0
- package/lib/templates/bootstrap-icons/template.js +4 -0
- package/lib/templates/bootstrap-icons/template.tss +2 -0
- package/lib/templates/custom-template.tss +1 -1
- package/lib/templates/tablericons/template.js +1 -1
- package/lib/templates/tailwind/custom-template.tss +1 -1
- package/lib/templates/tailwind/template.tss +1 -1
- package/lib/test-function.js +9 -0
- package/package.json +8 -5
- package/purgetss.config.js +950 -0
package/dist/tablericons.tss
CHANGED
|
@@ -40,10 +40,14 @@
|
|
|
40
40
|
'.ti-antenna-bars-4': { text: '\uecca', title: '\uecca' }
|
|
41
41
|
'.ti-antenna-bars-5': { text: '\ueccb', title: '\ueccb' }
|
|
42
42
|
'.ti-aperture': { text: '\ueb58', title: '\ueb58' }
|
|
43
|
+
'.ti-api': { text: '\ueffd', title: '\ueffd' }
|
|
44
|
+
'.ti-api-app': { text: '\ueffc', title: '\ueffc' }
|
|
45
|
+
'.ti-app-window': { text: '\uefe6', title: '\uefe6' }
|
|
43
46
|
'.ti-apple': { text: '\uef21', title: '\uef21' }
|
|
44
47
|
'.ti-apps': { text: '\uebb6', title: '\uebb6' }
|
|
45
48
|
'.ti-archive': { text: '\uea0b', title: '\uea0b' }
|
|
46
49
|
'.ti-armchair': { text: '\uef9e', title: '\uef9e' }
|
|
50
|
+
'.ti-armchair-2': { text: '\uefe7', title: '\uefe7' }
|
|
47
51
|
'.ti-arrow-autofit-content': { text: '\uef31', title: '\uef31' }
|
|
48
52
|
'.ti-arrow-autofit-down': { text: '\uef32', title: '\uef32' }
|
|
49
53
|
'.ti-arrow-autofit-height': { text: '\uef33', title: '\uef33' }
|
|
@@ -62,9 +66,17 @@
|
|
|
62
66
|
'.ti-arrow-bar-to-up': { text: '\uec8b', title: '\uec8b' }
|
|
63
67
|
'.ti-arrow-bar-up': { text: '\uea10', title: '\uea10' }
|
|
64
68
|
'.ti-arrow-big-down': { text: '\uedda', title: '\uedda' }
|
|
69
|
+
'.ti-arrow-big-down-line': { text: '\uefe8', title: '\uefe8' }
|
|
70
|
+
'.ti-arrow-big-down-lines': { text: '\uefe9', title: '\uefe9' }
|
|
65
71
|
'.ti-arrow-big-left': { text: '\ueddb', title: '\ueddb' }
|
|
72
|
+
'.ti-arrow-big-left-line': { text: '\uefea', title: '\uefea' }
|
|
73
|
+
'.ti-arrow-big-left-lines': { text: '\uefeb', title: '\uefeb' }
|
|
66
74
|
'.ti-arrow-big-right': { text: '\ueddc', title: '\ueddc' }
|
|
75
|
+
'.ti-arrow-big-right-line': { text: '\uefec', title: '\uefec' }
|
|
76
|
+
'.ti-arrow-big-right-lines': { text: '\uefed', title: '\uefed' }
|
|
67
77
|
'.ti-arrow-big-top': { text: '\ueddd', title: '\ueddd' }
|
|
78
|
+
'.ti-arrow-big-up-line': { text: '\uefee', title: '\uefee' }
|
|
79
|
+
'.ti-arrow-big-up-lines': { text: '\uefef', title: '\uefef' }
|
|
68
80
|
'.ti-arrow-bottom-bar': { text: '\ued98', title: '\ued98' }
|
|
69
81
|
'.ti-arrow-bottom-circle': { text: '\ued99', title: '\ued99' }
|
|
70
82
|
'.ti-arrow-bottom-square': { text: '\ued9a', title: '\ued9a' }
|
|
@@ -109,6 +121,7 @@
|
|
|
109
121
|
'.ti-arrow-wave-left-up': { text: '\ueda9', title: '\ueda9' }
|
|
110
122
|
'.ti-arrow-wave-right-down': { text: '\uedaa', title: '\uedaa' }
|
|
111
123
|
'.ti-arrow-wave-right-up': { text: '\uedab', title: '\uedab' }
|
|
124
|
+
'.ti-arrows-cross': { text: '\ueffe', title: '\ueffe' }
|
|
112
125
|
'.ti-arrows-diagonal': { text: '\uea27', title: '\uea27' }
|
|
113
126
|
'.ti-arrows-diagonal-2': { text: '\uea26', title: '\uea26' }
|
|
114
127
|
'.ti-arrows-diagonal-minimize': { text: '\uef39', title: '\uef39' }
|
|
@@ -130,6 +143,8 @@
|
|
|
130
143
|
'.ti-arrows-right': { text: '\uedb3', title: '\uedb3' }
|
|
131
144
|
'.ti-arrows-right-down': { text: '\uee01', title: '\uee01' }
|
|
132
145
|
'.ti-arrows-right-left': { text: '\uedb2', title: '\uedb2' }
|
|
146
|
+
'.ti-arrows-shuffle': { text: '\uf000', title: '\uf000' }
|
|
147
|
+
'.ti-arrows-shuffle-2': { text: '\uefff', title: '\uefff' }
|
|
133
148
|
'.ti-arrows-sort': { text: '\ueb5a', title: '\ueb5a' }
|
|
134
149
|
'.ti-arrows-split': { text: '\uedb5', title: '\uedb5' }
|
|
135
150
|
'.ti-arrows-split-2': { text: '\uedb4', title: '\uedb4' }
|
|
@@ -140,6 +155,8 @@
|
|
|
140
155
|
'.ti-arrows-vertical': { text: '\ueb5b', title: '\ueb5b' }
|
|
141
156
|
'.ti-artboard': { text: '\uea2a', title: '\uea2a' }
|
|
142
157
|
'.ti-aspect-ratio': { text: '\ued30', title: '\ued30' }
|
|
158
|
+
'.ti-asterisk': { text: '\uefd5', title: '\uefd5' }
|
|
159
|
+
'.ti-asterisk-simple': { text: '\uefd4', title: '\uefd4' }
|
|
143
160
|
'.ti-at': { text: '\uea2b', title: '\uea2b' }
|
|
144
161
|
'.ti-atom': { text: '\ueb79', title: '\ueb79' }
|
|
145
162
|
'.ti-atom-2': { text: '\uebdf', title: '\uebdf' }
|
|
@@ -150,6 +167,8 @@
|
|
|
150
167
|
'.ti-backhoe': { text: '\ued86', title: '\ued86' }
|
|
151
168
|
'.ti-backpack': { text: '\uef47', title: '\uef47' }
|
|
152
169
|
'.ti-backspace': { text: '\uea2d', title: '\uea2d' }
|
|
170
|
+
'.ti-badge': { text: '\uefc2', title: '\uefc2' }
|
|
171
|
+
'.ti-badges': { text: '\uefc3', title: '\uefc3' }
|
|
153
172
|
'.ti-ball-american-football': { text: '\uee04', title: '\uee04' }
|
|
154
173
|
'.ti-ball-baseball': { text: '\uefa0', title: '\uefa0' }
|
|
155
174
|
'.ti-ball-basketball': { text: '\uec28', title: '\uec28' }
|
|
@@ -161,6 +180,7 @@
|
|
|
161
180
|
'.ti-ballon': { text: '\uef3a', title: '\uef3a' }
|
|
162
181
|
'.ti-ban': { text: '\uea2e', title: '\uea2e' }
|
|
163
182
|
'.ti-bandage': { text: '\ueb7a', title: '\ueb7a' }
|
|
183
|
+
'.ti-barbell': { text: '\ueff0', title: '\ueff0' }
|
|
164
184
|
'.ti-barcode': { text: '\uebc6', title: '\uebc6' }
|
|
165
185
|
'.ti-basket': { text: '\uebe1', title: '\uebe1' }
|
|
166
186
|
'.ti-bath': { text: '\uef48', title: '\uef48' }
|
|
@@ -184,6 +204,8 @@
|
|
|
184
204
|
'.ti-bell-ringing': { text: '\ued07', title: '\ued07' }
|
|
185
205
|
'.ti-bell-ringing-2': { text: '\uede4', title: '\uede4' }
|
|
186
206
|
'.ti-bell-x': { text: '\uede5', title: '\uede5' }
|
|
207
|
+
'.ti-bell-z': { text: '\ueff1', title: '\ueff1' }
|
|
208
|
+
'.ti-bible': { text: '\uefc4', title: '\uefc4' }
|
|
187
209
|
'.ti-bike': { text: '\uea36', title: '\uea36' }
|
|
188
210
|
'.ti-binary': { text: '\uee08', title: '\uee08' }
|
|
189
211
|
'.ti-biohazard': { text: '\uecb8', title: '\uecb8' }
|
|
@@ -197,9 +219,11 @@
|
|
|
197
219
|
'.ti-bolt-off': { text: '\uecec', title: '\uecec' }
|
|
198
220
|
'.ti-bone': { text: '\uedb8', title: '\uedb8' }
|
|
199
221
|
'.ti-book': { text: '\uea39', title: '\uea39' }
|
|
222
|
+
'.ti-book-2': { text: '\uefc5', title: '\uefc5' }
|
|
200
223
|
'.ti-bookmark': { text: '\uea3a', title: '\uea3a' }
|
|
201
224
|
'.ti-bookmark-off': { text: '\ueced', title: '\ueced' }
|
|
202
225
|
'.ti-bookmarks': { text: '\ued08', title: '\ued08' }
|
|
226
|
+
'.ti-books': { text: '\ueff2', title: '\ueff2' }
|
|
203
227
|
'.ti-border-all': { text: '\uea3b', title: '\uea3b' }
|
|
204
228
|
'.ti-border-bottom': { text: '\uea3c', title: '\uea3c' }
|
|
205
229
|
'.ti-border-horizontal': { text: '\uea3d', title: '\uea3d' }
|
|
@@ -280,11 +304,13 @@
|
|
|
280
304
|
'.ti-brand-javascript': { text: '\uef0c', title: '\uef0c' }
|
|
281
305
|
'.ti-brand-kickstarter': { text: '\uedce', title: '\uedce' }
|
|
282
306
|
'.ti-brand-kotlin': { text: '\ued6d', title: '\ued6d' }
|
|
307
|
+
'.ti-brand-lastfm': { text: '\uf001', title: '\uf001' }
|
|
283
308
|
'.ti-brand-linkedin': { text: '\uec8c', title: '\uec8c' }
|
|
284
309
|
'.ti-brand-loom': { text: '\uef70', title: '\uef70' }
|
|
285
310
|
'.ti-brand-mastercard': { text: '\uef49', title: '\uef49' }
|
|
286
311
|
'.ti-brand-medium': { text: '\uec70', title: '\uec70' }
|
|
287
312
|
'.ti-brand-messenger': { text: '\uec71', title: '\uec71' }
|
|
313
|
+
'.ti-brand-meta': { text: '\uefb0', title: '\uefb0' }
|
|
288
314
|
'.ti-brand-netbeans': { text: '\uef71', title: '\uef71' }
|
|
289
315
|
'.ti-brand-netflix': { text: '\uedcf', title: '\uedcf' }
|
|
290
316
|
'.ti-brand-notion': { text: '\uef7b', title: '\uef7b' }
|
|
@@ -321,6 +347,7 @@
|
|
|
321
347
|
'.ti-brand-tidal': { text: '\ued70', title: '\ued70' }
|
|
322
348
|
'.ti-brand-tiktok': { text: '\uec73', title: '\uec73' }
|
|
323
349
|
'.ti-brand-tinder': { text: '\ued71', title: '\ued71' }
|
|
350
|
+
'.ti-brand-tripadvisor': { text: '\uf002', title: '\uf002' }
|
|
324
351
|
'.ti-brand-tumblr': { text: '\ued04', title: '\ued04' }
|
|
325
352
|
'.ti-brand-twitch': { text: '\ued05', title: '\ued05' }
|
|
326
353
|
'.ti-brand-twitter': { text: '\uec27', title: '\uec27' }
|
|
@@ -344,6 +371,9 @@
|
|
|
344
371
|
'.ti-brightness-half': { text: '\uee1a', title: '\uee1a' }
|
|
345
372
|
'.ti-brightness-up': { text: '\ueb7e', title: '\ueb7e' }
|
|
346
373
|
'.ti-browser': { text: '\uebb7', title: '\uebb7' }
|
|
374
|
+
'.ti-browser-check': { text: '\uefd6', title: '\uefd6' }
|
|
375
|
+
'.ti-browser-plus': { text: '\uefd7', title: '\uefd7' }
|
|
376
|
+
'.ti-browser-x': { text: '\uefd8', title: '\uefd8' }
|
|
347
377
|
'.ti-brush': { text: '\uebb8', title: '\uebb8' }
|
|
348
378
|
'.ti-bucket': { text: '\uea47', title: '\uea47' }
|
|
349
379
|
'.ti-bug': { text: '\uea48', title: '\uea48' }
|
|
@@ -371,6 +401,8 @@
|
|
|
371
401
|
'.ti-bulldozer': { text: '\uee1d', title: '\uee1d' }
|
|
372
402
|
'.ti-bus': { text: '\uebe4', title: '\uebe4' }
|
|
373
403
|
'.ti-businessplan': { text: '\uee1e', title: '\uee1e' }
|
|
404
|
+
'.ti-butterfly': { text: '\uefd9', title: '\uefd9' }
|
|
405
|
+
'.ti-c-sharp': { text: '\uf003', title: '\uf003' }
|
|
374
406
|
'.ti-calculator': { text: '\ueb80', title: '\ueb80' }
|
|
375
407
|
'.ti-calendar': { text: '\uea53', title: '\uea53' }
|
|
376
408
|
'.ti-calendar-event': { text: '\uea52', title: '\uea52' }
|
|
@@ -385,6 +417,7 @@
|
|
|
385
417
|
'.ti-camera-plus': { text: '\uec3b', title: '\uec3b' }
|
|
386
418
|
'.ti-camera-rotate': { text: '\uee22', title: '\uee22' }
|
|
387
419
|
'.ti-camera-selfie': { text: '\uee23', title: '\uee23' }
|
|
420
|
+
'.ti-candle': { text: '\uefc6', title: '\uefc6' }
|
|
388
421
|
'.ti-candy': { text: '\uef0d', title: '\uef0d' }
|
|
389
422
|
'.ti-capture': { text: '\uec3c', title: '\uec3c' }
|
|
390
423
|
'.ti-car': { text: '\uebbb', title: '\uebbb' }
|
|
@@ -460,8 +493,10 @@
|
|
|
460
493
|
'.ti-circle-9': { text: '\uee3d', title: '\uee3d' }
|
|
461
494
|
'.ti-circle-check': { text: '\uea67', title: '\uea67' }
|
|
462
495
|
'.ti-circle-dashed': { text: '\ued27', title: '\ued27' }
|
|
496
|
+
'.ti-circle-dot': { text: '\uefb1', title: '\uefb1' }
|
|
463
497
|
'.ti-circle-dotted': { text: '\ued28', title: '\ued28' }
|
|
464
498
|
'.ti-circle-half': { text: '\uee3f', title: '\uee3f' }
|
|
499
|
+
'.ti-circle-half-2': { text: '\ueff3', title: '\ueff3' }
|
|
465
500
|
'.ti-circle-half-vertical': { text: '\uee3e', title: '\uee3e' }
|
|
466
501
|
'.ti-circle-minus': { text: '\uea68', title: '\uea68' }
|
|
467
502
|
'.ti-circle-off': { text: '\uee40', title: '\uee40' }
|
|
@@ -475,16 +510,20 @@
|
|
|
475
510
|
'.ti-clipboard': { text: '\uea6f', title: '\uea6f' }
|
|
476
511
|
'.ti-clipboard-check': { text: '\uea6c', title: '\uea6c' }
|
|
477
512
|
'.ti-clipboard-list': { text: '\uea6d', title: '\uea6d' }
|
|
513
|
+
'.ti-clipboard-plus': { text: '\uefb2', title: '\uefb2' }
|
|
478
514
|
'.ti-clipboard-x': { text: '\uea6e', title: '\uea6e' }
|
|
479
515
|
'.ti-clock': { text: '\uea70', title: '\uea70' }
|
|
480
516
|
'.ti-cloud': { text: '\uea76', title: '\uea76' }
|
|
481
517
|
'.ti-cloud-download': { text: '\uea71', title: '\uea71' }
|
|
482
518
|
'.ti-cloud-fog': { text: '\uecd9', title: '\uecd9' }
|
|
519
|
+
'.ti-cloud-lock': { text: '\uefdb', title: '\uefdb' }
|
|
520
|
+
'.ti-cloud-lock-open': { text: '\uefda', title: '\uefda' }
|
|
483
521
|
'.ti-cloud-off': { text: '\ued3e', title: '\ued3e' }
|
|
484
522
|
'.ti-cloud-rain': { text: '\uea72', title: '\uea72' }
|
|
485
523
|
'.ti-cloud-snow': { text: '\uea73', title: '\uea73' }
|
|
486
524
|
'.ti-cloud-storm': { text: '\uea74', title: '\uea74' }
|
|
487
525
|
'.ti-cloud-upload': { text: '\uea75', title: '\uea75' }
|
|
526
|
+
'.ti-clubs': { text: '\ueff4', title: '\ueff4' }
|
|
488
527
|
'.ti-code': { text: '\uea77', title: '\uea77' }
|
|
489
528
|
'.ti-code-minus': { text: '\uee42', title: '\uee42' }
|
|
490
529
|
'.ti-code-plus': { text: '\uee43', title: '\uee43' }
|
|
@@ -499,9 +538,12 @@
|
|
|
499
538
|
'.ti-command': { text: '\uea78', title: '\uea78' }
|
|
500
539
|
'.ti-compass': { text: '\uea79', title: '\uea79' }
|
|
501
540
|
'.ti-components': { text: '\uefa5', title: '\uefa5' }
|
|
541
|
+
'.ti-cone': { text: '\uefdd', title: '\uefdd' }
|
|
542
|
+
'.ti-cone-2': { text: '\uefdc', title: '\uefdc' }
|
|
502
543
|
'.ti-confetti': { text: '\uee46', title: '\uee46' }
|
|
503
544
|
'.ti-container': { text: '\uee47', title: '\uee47' }
|
|
504
545
|
'.ti-contrast': { text: '\uec4e', title: '\uec4e' }
|
|
546
|
+
'.ti-contrast-2': { text: '\uefc7', title: '\uefc7' }
|
|
505
547
|
'.ti-cookie': { text: '\uef0f', title: '\uef0f' }
|
|
506
548
|
'.ti-copy': { text: '\uea7a', title: '\uea7a' }
|
|
507
549
|
'.ti-copyleft': { text: '\uec3d', title: '\uec3d' }
|
|
@@ -524,6 +566,7 @@
|
|
|
524
566
|
'.ti-corner-up-right-double': { text: '\uee4f', title: '\uee4f' }
|
|
525
567
|
'.ti-cpu': { text: '\uef8e', title: '\uef8e' }
|
|
526
568
|
'.ti-crane': { text: '\uef27', title: '\uef27' }
|
|
569
|
+
'.ti-creative-commons': { text: '\uefb3', title: '\uefb3' }
|
|
527
570
|
'.ti-credit-card': { text: '\uea84', title: '\uea84' }
|
|
528
571
|
'.ti-credit-card-off': { text: '\ued11', title: '\ued11' }
|
|
529
572
|
'.ti-crop': { text: '\uea85', title: '\uea85' }
|
|
@@ -533,6 +576,7 @@
|
|
|
533
576
|
'.ti-crown-off': { text: '\uee50', title: '\uee50' }
|
|
534
577
|
'.ti-crutches': { text: '\uef5b', title: '\uef5b' }
|
|
535
578
|
'.ti-cup': { text: '\uef28', title: '\uef28' }
|
|
579
|
+
'.ti-curling': { text: '\uefc8', title: '\uefc8' }
|
|
536
580
|
'.ti-curly-loop': { text: '\uecda', title: '\uecda' }
|
|
537
581
|
'.ti-currency': { text: '\uefa6', title: '\uefa6' }
|
|
538
582
|
'.ti-currency-bahraini': { text: '\uee51', title: '\uee51' }
|
|
@@ -604,6 +648,7 @@
|
|
|
604
648
|
'.ti-devices-2': { text: '\ued29', title: '\ued29' }
|
|
605
649
|
'.ti-devices-pc': { text: '\uee7a', title: '\uee7a' }
|
|
606
650
|
'.ti-diamond': { text: '\ueb65', title: '\ueb65' }
|
|
651
|
+
'.ti-diamonds': { text: '\ueff5', title: '\ueff5' }
|
|
607
652
|
'.ti-dice': { text: '\ueb66', title: '\ueb66' }
|
|
608
653
|
'.ti-dimensions': { text: '\uee7b', title: '\uee7b' }
|
|
609
654
|
'.ti-direction': { text: '\uebfb', title: '\uebfb' }
|
|
@@ -631,6 +676,7 @@
|
|
|
631
676
|
'.ti-drag-drop-2': { text: '\ueb88', title: '\ueb88' }
|
|
632
677
|
'.ti-drone': { text: '\ued79', title: '\ued79' }
|
|
633
678
|
'.ti-drone-off': { text: '\uee7e', title: '\uee7e' }
|
|
679
|
+
'.ti-drop-circle': { text: '\uefde', title: '\uefde' }
|
|
634
680
|
'.ti-droplet': { text: '\uea97', title: '\uea97' }
|
|
635
681
|
'.ti-droplet-filled': { text: '\uee80', title: '\uee80' }
|
|
636
682
|
'.ti-droplet-filled-2': { text: '\uee7f', title: '\uee7f' }
|
|
@@ -642,6 +688,7 @@
|
|
|
642
688
|
'.ti-edit': { text: '\uea98', title: '\uea98' }
|
|
643
689
|
'.ti-edit-circle': { text: '\uee85', title: '\uee85' }
|
|
644
690
|
'.ti-egg': { text: '\ueb8a', title: '\ueb8a' }
|
|
691
|
+
'.ti-elevator': { text: '\uefdf', title: '\uefdf' }
|
|
645
692
|
'.ti-emergency-bed': { text: '\uef5d', title: '\uef5d' }
|
|
646
693
|
'.ti-emphasis': { text: '\uebcf', title: '\uebcf' }
|
|
647
694
|
'.ti-engine': { text: '\uef7e', title: '\uef7e' }
|
|
@@ -649,6 +696,7 @@
|
|
|
649
696
|
'.ti-equal-not': { text: '\uee86', title: '\uee86' }
|
|
650
697
|
'.ti-eraser': { text: '\ueb8b', title: '\ueb8b' }
|
|
651
698
|
'.ti-exchange': { text: '\uebe7', title: '\uebe7' }
|
|
699
|
+
'.ti-exclamation-mark': { text: '\uefb4', title: '\uefb4' }
|
|
652
700
|
'.ti-exposure': { text: '\ueb8c', title: '\ueb8c' }
|
|
653
701
|
'.ti-external-link': { text: '\uea99', title: '\uea99' }
|
|
654
702
|
'.ti-eye': { text: '\uea9a', title: '\uea9a' }
|
|
@@ -659,6 +707,7 @@
|
|
|
659
707
|
'.ti-eyeglass-2': { text: '\uee89', title: '\uee89' }
|
|
660
708
|
'.ti-face-id': { text: '\uea9b', title: '\uea9b' }
|
|
661
709
|
'.ti-face-id-error': { text: '\uefa7', title: '\uefa7' }
|
|
710
|
+
'.ti-face-mask': { text: '\uefb5', title: '\uefb5' }
|
|
662
711
|
'.ti-fall': { text: '\uecb9', title: '\uecb9' }
|
|
663
712
|
'.ti-feather': { text: '\uee8b', title: '\uee8b' }
|
|
664
713
|
'.ti-fence': { text: '\uef2a', title: '\uef2a' }
|
|
@@ -672,7 +721,9 @@
|
|
|
672
721
|
'.ti-file-diff': { text: '\uecf1', title: '\uecf1' }
|
|
673
722
|
'.ti-file-digit': { text: '\uefa8', title: '\uefa8' }
|
|
674
723
|
'.ti-file-dislike': { text: '\ued2a', title: '\ued2a' }
|
|
724
|
+
'.ti-file-dollar': { text: '\uefe0', title: '\uefe0' }
|
|
675
725
|
'.ti-file-download': { text: '\uea9d', title: '\uea9d' }
|
|
726
|
+
'.ti-file-euro': { text: '\uefe1', title: '\uefe1' }
|
|
676
727
|
'.ti-file-export': { text: '\uede9', title: '\uede9' }
|
|
677
728
|
'.ti-file-horizontal': { text: '\uebb0', title: '\uebb0' }
|
|
678
729
|
'.ti-file-import': { text: '\uedea', title: '\uedea' }
|
|
@@ -713,6 +764,7 @@
|
|
|
713
764
|
'.ti-float-left': { text: '\uebb2', title: '\uebb2' }
|
|
714
765
|
'.ti-float-none': { text: '\ued13', title: '\ued13' }
|
|
715
766
|
'.ti-float-right': { text: '\uebb3', title: '\uebb3' }
|
|
767
|
+
'.ti-flower': { text: '\ueff6', title: '\ueff6' }
|
|
716
768
|
'.ti-focus': { text: '\ueb8d', title: '\ueb8d' }
|
|
717
769
|
'.ti-focus-2': { text: '\uebd3', title: '\uebd3' }
|
|
718
770
|
'.ti-fold': { text: '\ued56', title: '\ued56' }
|
|
@@ -729,6 +781,7 @@
|
|
|
729
781
|
'.ti-forklift': { text: '\uebe9', title: '\uebe9' }
|
|
730
782
|
'.ti-forms': { text: '\uee8f', title: '\uee8f' }
|
|
731
783
|
'.ti-frame': { text: '\ueaaf', title: '\ueaaf' }
|
|
784
|
+
'.ti-free-rights': { text: '\uefb6', title: '\uefb6' }
|
|
732
785
|
'.ti-friends': { text: '\ueab0', title: '\ueab0' }
|
|
733
786
|
'.ti-gas-station': { text: '\uec7d', title: '\uec7d' }
|
|
734
787
|
'.ti-gauge': { text: '\ueab1', title: '\ueab1' }
|
|
@@ -743,6 +796,7 @@
|
|
|
743
796
|
'.ti-git-merge': { text: '\ueab5', title: '\ueab5' }
|
|
744
797
|
'.ti-git-pull-request': { text: '\ueab6', title: '\ueab6' }
|
|
745
798
|
'.ti-git-pull-request-closed': { text: '\uef7f', title: '\uef7f' }
|
|
799
|
+
'.ti-git-pull-request-draft': { text: '\uefb7', title: '\uefb7' }
|
|
746
800
|
'.ti-glass': { text: '\ueab8', title: '\ueab8' }
|
|
747
801
|
'.ti-glass-full': { text: '\ueab7', title: '\ueab7' }
|
|
748
802
|
'.ti-glass-off': { text: '\uee91', title: '\uee91' }
|
|
@@ -751,6 +805,7 @@
|
|
|
751
805
|
'.ti-gps': { text: '\ued7a', title: '\ued7a' }
|
|
752
806
|
'.ti-grain': { text: '\uee92', title: '\uee92' }
|
|
753
807
|
'.ti-grid-dots': { text: '\ueaba', title: '\ueaba' }
|
|
808
|
+
'.ti-grid-pattern': { text: '\uefc9', title: '\uefc9' }
|
|
754
809
|
'.ti-grill': { text: '\uefa9', title: '\uefa9' }
|
|
755
810
|
'.ti-grip-horizontal': { text: '\uec00', title: '\uec00' }
|
|
756
811
|
'.ti-grip-vertical': { text: '\uec01', title: '\uec01' }
|
|
@@ -786,6 +841,7 @@
|
|
|
786
841
|
'.ti-heartbeat': { text: '\uef92', title: '\uef92' }
|
|
787
842
|
'.ti-helicopter': { text: '\ued8e', title: '\ued8e' }
|
|
788
843
|
'.ti-helicopter-landing': { text: '\ued8d', title: '\ued8d' }
|
|
844
|
+
'.ti-helmet': { text: '\uefca', title: '\uefca' }
|
|
789
845
|
'.ti-help': { text: '\ueabf', title: '\ueabf' }
|
|
790
846
|
'.ti-hexagon': { text: '\uec02', title: '\uec02' }
|
|
791
847
|
'.ti-hexagon-off': { text: '\uee9c', title: '\uee9c' }
|
|
@@ -799,7 +855,9 @@
|
|
|
799
855
|
'.ti-hourglass': { text: '\uef93', title: '\uef93' }
|
|
800
856
|
'.ti-ice-cream': { text: '\ueac2', title: '\ueac2' }
|
|
801
857
|
'.ti-ice-cream-2': { text: '\uee9f', title: '\uee9f' }
|
|
858
|
+
'.ti-ice-skating': { text: '\uefcb', title: '\uefcb' }
|
|
802
859
|
'.ti-id': { text: '\ueac3', title: '\ueac3' }
|
|
860
|
+
'.ti-id-badge': { text: '\ueff7', title: '\ueff7' }
|
|
803
861
|
'.ti-inbox': { text: '\ueac4', title: '\ueac4' }
|
|
804
862
|
'.ti-indent-decrease': { text: '\ueb91', title: '\ueb91' }
|
|
805
863
|
'.ti-indent-increase': { text: '\ueb92', title: '\ueb92' }
|
|
@@ -809,11 +867,13 @@
|
|
|
809
867
|
'.ti-italic': { text: '\ueb93', title: '\ueb93' }
|
|
810
868
|
'.ti-jump-rope': { text: '\ued8f', title: '\ued8f' }
|
|
811
869
|
'.ti-karate': { text: '\ued32', title: '\ued32' }
|
|
870
|
+
'.ti-kering': { text: '\uefb8', title: '\uefb8' }
|
|
812
871
|
'.ti-key': { text: '\ueac7', title: '\ueac7' }
|
|
813
872
|
'.ti-keyboard': { text: '\uebd6', title: '\uebd6' }
|
|
814
873
|
'.ti-keyboard-hide': { text: '\uec7e', title: '\uec7e' }
|
|
815
874
|
'.ti-keyboard-off': { text: '\ueea0', title: '\ueea0' }
|
|
816
875
|
'.ti-keyboard-show': { text: '\uec7f', title: '\uec7f' }
|
|
876
|
+
'.ti-ladder': { text: '\uefe2', title: '\uefe2' }
|
|
817
877
|
'.ti-lamp': { text: '\uefab', title: '\uefab' }
|
|
818
878
|
'.ti-language': { text: '\uebbe', title: '\uebbe' }
|
|
819
879
|
'.ti-language-hiragana': { text: '\uef77', title: '\uef77' }
|
|
@@ -821,6 +881,7 @@
|
|
|
821
881
|
'.ti-lasso': { text: '\uefac', title: '\uefac' }
|
|
822
882
|
'.ti-layers-difference': { text: '\ueac8', title: '\ueac8' }
|
|
823
883
|
'.ti-layers-intersect': { text: '\ueac9', title: '\ueac9' }
|
|
884
|
+
'.ti-layers-intersect-2': { text: '\ueff8', title: '\ueff8' }
|
|
824
885
|
'.ti-layers-linked': { text: '\ueea1', title: '\ueea1' }
|
|
825
886
|
'.ti-layers-subtract': { text: '\ueaca', title: '\ueaca' }
|
|
826
887
|
'.ti-layers-union': { text: '\ueacb', title: '\ueacb' }
|
|
@@ -846,7 +907,11 @@
|
|
|
846
907
|
'.ti-layout-navbar': { text: '\uead7', title: '\uead7' }
|
|
847
908
|
'.ti-layout-rows': { text: '\uead8', title: '\uead8' }
|
|
848
909
|
'.ti-layout-sidebar': { text: '\ueada', title: '\ueada' }
|
|
910
|
+
'.ti-layout-sidebar-left-collapse': { text: '\uf004', title: '\uf004' }
|
|
911
|
+
'.ti-layout-sidebar-left-expand': { text: '\uf005', title: '\uf005' }
|
|
849
912
|
'.ti-layout-sidebar-right': { text: '\uead9', title: '\uead9' }
|
|
913
|
+
'.ti-layout-sidebar-right-collapse': { text: '\uf006', title: '\uf006' }
|
|
914
|
+
'.ti-layout-sidebar-right-expand': { text: '\uf007', title: '\uf007' }
|
|
850
915
|
'.ti-leaf': { text: '\ued4f', title: '\ued4f' }
|
|
851
916
|
'.ti-lego': { text: '\ueadc', title: '\ueadc' }
|
|
852
917
|
'.ti-lemon': { text: '\uef10', title: '\uef10' }
|
|
@@ -907,6 +972,7 @@
|
|
|
907
972
|
'.ti-lock-square': { text: '\uef51', title: '\uef51' }
|
|
908
973
|
'.ti-login': { text: '\ueba7', title: '\ueba7' }
|
|
909
974
|
'.ti-logout': { text: '\ueba8', title: '\ueba8' }
|
|
975
|
+
'.ti-lollipop': { text: '\uefcc', title: '\uefcc' }
|
|
910
976
|
'.ti-luggage': { text: '\uefad', title: '\uefad' }
|
|
911
977
|
'.ti-lungs': { text: '\uef62', title: '\uef62' }
|
|
912
978
|
'.ti-macro': { text: '\ueeab', title: '\ueeab' }
|
|
@@ -936,6 +1002,7 @@
|
|
|
936
1002
|
'.ti-maximize': { text: '\ueaea', title: '\ueaea' }
|
|
937
1003
|
'.ti-meat': { text: '\uef12', title: '\uef12' }
|
|
938
1004
|
'.ti-medal': { text: '\uec78', title: '\uec78' }
|
|
1005
|
+
'.ti-medal-2': { text: '\uefcd', title: '\uefcd' }
|
|
939
1006
|
'.ti-medical-cross': { text: '\uec2f', title: '\uec2f' }
|
|
940
1007
|
'.ti-medicine-syrup': { text: '\uef63', title: '\uef63' }
|
|
941
1008
|
'.ti-menu': { text: '\ueaeb', title: '\ueaeb' }
|
|
@@ -956,6 +1023,8 @@
|
|
|
956
1023
|
'.ti-microphone-2': { text: '\uef2c', title: '\uef2c' }
|
|
957
1024
|
'.ti-microphone-off': { text: '\ued16', title: '\ued16' }
|
|
958
1025
|
'.ti-microscope': { text: '\uef64', title: '\uef64' }
|
|
1026
|
+
'.ti-miliraty-award': { text: '\uefce', title: '\uefce' }
|
|
1027
|
+
'.ti-military-rank': { text: '\uefcf', title: '\uefcf' }
|
|
959
1028
|
'.ti-milk': { text: '\uef13', title: '\uef13' }
|
|
960
1029
|
'.ti-minimize': { text: '\ueaf1', title: '\ueaf1' }
|
|
961
1030
|
'.ti-minus': { text: '\ueaf2', title: '\ueaf2' }
|
|
@@ -992,6 +1061,9 @@
|
|
|
992
1061
|
'.ti-new-section': { text: '\uebc1', title: '\uebc1' }
|
|
993
1062
|
'.ti-news': { text: '\ueafd', title: '\ueafd' }
|
|
994
1063
|
'.ti-nfc': { text: '\ueeb7', title: '\ueeb7' }
|
|
1064
|
+
'.ti-no-copyright': { text: '\uefb9', title: '\uefb9' }
|
|
1065
|
+
'.ti-no-creative-commons': { text: '\uefba', title: '\uefba' }
|
|
1066
|
+
'.ti-no-derivatives': { text: '\uefbb', title: '\uefbb' }
|
|
995
1067
|
'.ti-note': { text: '\ueb6d', title: '\ueb6d' }
|
|
996
1068
|
'.ti-notebook': { text: '\ueb96', title: '\ueb96' }
|
|
997
1069
|
'.ti-notes': { text: '\ueb6e', title: '\ueb6e' }
|
|
@@ -1025,9 +1097,11 @@
|
|
|
1025
1097
|
'.ti-parachute': { text: '\ued7c', title: '\ued7c' }
|
|
1026
1098
|
'.ti-parentheses': { text: '\uebd8', title: '\uebd8' }
|
|
1027
1099
|
'.ti-parking': { text: '\ueb03', title: '\ueb03' }
|
|
1100
|
+
'.ti-paw': { text: '\ueff9', title: '\ueff9' }
|
|
1028
1101
|
'.ti-peace': { text: '\uecbe', title: '\uecbe' }
|
|
1029
1102
|
'.ti-pencil': { text: '\ueb04', title: '\ueb04' }
|
|
1030
1103
|
'.ti-pennant': { text: '\ued7d', title: '\ued7d' }
|
|
1104
|
+
'.ti-pentagon': { text: '\uefe3', title: '\uefe3' }
|
|
1031
1105
|
'.ti-pepper': { text: '\uef15', title: '\uef15' }
|
|
1032
1106
|
'.ti-percentage': { text: '\uecf4', title: '\uecf4' }
|
|
1033
1107
|
'.ti-perspective': { text: '\ueebd', title: '\ueebd' }
|
|
@@ -1047,6 +1121,7 @@
|
|
|
1047
1121
|
'.ti-picture-in-picture': { text: '\ued35', title: '\ued35' }
|
|
1048
1122
|
'.ti-picture-in-picture-off': { text: '\ued43', title: '\ued43' }
|
|
1049
1123
|
'.ti-picture-in-picture-on': { text: '\ued44', title: '\ued44' }
|
|
1124
|
+
'.ti-picture-in-picture-top': { text: '\uefe4', title: '\uefe4' }
|
|
1050
1125
|
'.ti-pig': { text: '\uef52', title: '\uef52' }
|
|
1051
1126
|
'.ti-pill': { text: '\uec44', title: '\uec44' }
|
|
1052
1127
|
'.ti-pills': { text: '\uef66', title: '\uef66' }
|
|
@@ -1062,6 +1137,7 @@
|
|
|
1062
1137
|
'.ti-plant': { text: '\ued50', title: '\ued50' }
|
|
1063
1138
|
'.ti-plant-2': { text: '\ued7e', title: '\ued7e' }
|
|
1064
1139
|
'.ti-play-card': { text: '\ueebf', title: '\ueebf' }
|
|
1140
|
+
'.ti-player-eject': { text: '\uefbc', title: '\uefbc' }
|
|
1065
1141
|
'.ti-player-pause': { text: '\ued45', title: '\ued45' }
|
|
1066
1142
|
'.ti-player-play': { text: '\ued46', title: '\ued46' }
|
|
1067
1143
|
'.ti-player-record': { text: '\ued47', title: '\ued47' }
|
|
@@ -1071,14 +1147,19 @@
|
|
|
1071
1147
|
'.ti-player-track-next': { text: '\ued4b', title: '\ued4b' }
|
|
1072
1148
|
'.ti-player-track-prev': { text: '\ued4c', title: '\ued4c' }
|
|
1073
1149
|
'.ti-playlist': { text: '\ueec0', title: '\ueec0' }
|
|
1150
|
+
'.ti-playlist-add': { text: '\uf008', title: '\uf008' }
|
|
1151
|
+
'.ti-playlist-x': { text: '\uf009', title: '\uf009' }
|
|
1074
1152
|
'.ti-plug': { text: '\uebd9', title: '\uebd9' }
|
|
1153
|
+
'.ti-plug-connected': { text: '\uf00a', title: '\uf00a' }
|
|
1075
1154
|
'.ti-plus': { text: '\ueb0b', title: '\ueb0b' }
|
|
1076
1155
|
'.ti-point': { text: '\ueb0c', title: '\ueb0c' }
|
|
1077
1156
|
'.ti-pokeball': { text: '\ueec1', title: '\ueec1' }
|
|
1078
1157
|
'.ti-polaroid': { text: '\ueec2', title: '\ueec2' }
|
|
1158
|
+
'.ti-polygon': { text: '\uefd0', title: '\uefd0' }
|
|
1079
1159
|
'.ti-pool': { text: '\ued91', title: '\ued91' }
|
|
1080
1160
|
'.ti-power': { text: '\ueb0d', title: '\ueb0d' }
|
|
1081
1161
|
'.ti-pray': { text: '\uecbf', title: '\uecbf' }
|
|
1162
|
+
'.ti-premium-rights': { text: '\uefbd', title: '\uefbd' }
|
|
1082
1163
|
'.ti-prescription': { text: '\uef99', title: '\uef99' }
|
|
1083
1164
|
'.ti-presentation': { text: '\ueb70', title: '\ueb70' }
|
|
1084
1165
|
'.ti-presentation-analytics': { text: '\ueec3', title: '\ueec3' }
|
|
@@ -1091,6 +1172,7 @@
|
|
|
1091
1172
|
'.ti-pyramid': { text: '\ueec5', title: '\ueec5' }
|
|
1092
1173
|
'.ti-qrcode': { text: '\ueb11', title: '\ueb11' }
|
|
1093
1174
|
'.ti-question-mark': { text: '\uec9d', title: '\uec9d' }
|
|
1175
|
+
'.ti-quote': { text: '\uefbe', title: '\uefbe' }
|
|
1094
1176
|
'.ti-radio': { text: '\uef2d', title: '\uef2d' }
|
|
1095
1177
|
'.ti-radioactive': { text: '\uecc0', title: '\uecc0' }
|
|
1096
1178
|
'.ti-radius-bottom-left': { text: '\ueec6', title: '\ueec6' }
|
|
@@ -1110,6 +1192,7 @@
|
|
|
1110
1192
|
'.ti-recycle': { text: '\ueb9b', title: '\ueb9b' }
|
|
1111
1193
|
'.ti-refresh': { text: '\ueb13', title: '\ueb13' }
|
|
1112
1194
|
'.ti-refresh-alert': { text: '\ued57', title: '\ued57' }
|
|
1195
|
+
'.ti-refresh-dot': { text: '\uefbf', title: '\uefbf' }
|
|
1113
1196
|
'.ti-registered': { text: '\ueb14', title: '\ueb14' }
|
|
1114
1197
|
'.ti-relation-many-to-many': { text: '\ued7f', title: '\ued7f' }
|
|
1115
1198
|
'.ti-relation-one-to-many': { text: '\ued80', title: '\ued80' }
|
|
@@ -1125,12 +1208,15 @@
|
|
|
1125
1208
|
'.ti-resize': { text: '\ueecf', title: '\ueecf' }
|
|
1126
1209
|
'.ti-ripple': { text: '\ued82', title: '\ued82' }
|
|
1127
1210
|
'.ti-road-sign': { text: '\uecdd', title: '\uecdd' }
|
|
1211
|
+
'.ti-robot': { text: '\uf00b', title: '\uf00b' }
|
|
1128
1212
|
'.ti-rocket': { text: '\uec45', title: '\uec45' }
|
|
1213
|
+
'.ti-roller-skating': { text: '\uefd1', title: '\uefd1' }
|
|
1129
1214
|
'.ti-rotate': { text: '\ueb16', title: '\ueb16' }
|
|
1130
1215
|
'.ti-rotate-2': { text: '\uebb4', title: '\uebb4' }
|
|
1131
1216
|
'.ti-rotate-360': { text: '\uef85', title: '\uef85' }
|
|
1132
1217
|
'.ti-rotate-clockwise': { text: '\ueb15', title: '\ueb15' }
|
|
1133
1218
|
'.ti-rotate-clockwise-2': { text: '\uebb5', title: '\uebb5' }
|
|
1219
|
+
'.ti-rotate-dot': { text: '\uefe5', title: '\uefe5' }
|
|
1134
1220
|
'.ti-rotate-rectangle': { text: '\uec15', title: '\uec15' }
|
|
1135
1221
|
'.ti-route': { text: '\ueb17', title: '\ueb17' }
|
|
1136
1222
|
'.ti-router': { text: '\ueb18', title: '\ueb18' }
|
|
@@ -1182,6 +1268,7 @@
|
|
|
1182
1268
|
'.ti-shield-x': { text: '\ueb23', title: '\ueb23' }
|
|
1183
1269
|
'.ti-ship': { text: '\uec84', title: '\uec84' }
|
|
1184
1270
|
'.ti-shirt': { text: '\uec0a', title: '\uec0a' }
|
|
1271
|
+
'.ti-shoe': { text: '\uefd2', title: '\uefd2' }
|
|
1185
1272
|
'.ti-shopping-cart': { text: '\ueb25', title: '\ueb25' }
|
|
1186
1273
|
'.ti-shopping-cart-discount': { text: '\ueedb', title: '\ueedb' }
|
|
1187
1274
|
'.ti-shopping-cart-off': { text: '\ueedc', title: '\ueedc' }
|
|
@@ -1214,6 +1301,7 @@
|
|
|
1214
1301
|
'.ti-space': { text: '\uec0c', title: '\uec0c' }
|
|
1215
1302
|
'.ti-spacing-horizontal': { text: '\uef54', title: '\uef54' }
|
|
1216
1303
|
'.ti-spacing-vertical': { text: '\uef55', title: '\uef55' }
|
|
1304
|
+
'.ti-spade': { text: '\ueffa', title: '\ueffa' }
|
|
1217
1305
|
'.ti-speakerphone': { text: '\ued61', title: '\ued61' }
|
|
1218
1306
|
'.ti-speedboat': { text: '\ued93', title: '\ued93' }
|
|
1219
1307
|
'.ti-sport-billard': { text: '\ueee4', title: '\ueee4' }
|
|
@@ -1232,6 +1320,7 @@
|
|
|
1232
1320
|
'.ti-square-dot': { text: '\ued59', title: '\ued59' }
|
|
1233
1321
|
'.ti-square-forbid': { text: '\ued5b', title: '\ued5b' }
|
|
1234
1322
|
'.ti-square-forbid-2': { text: '\ued5a', title: '\ued5a' }
|
|
1323
|
+
'.ti-square-half': { text: '\ueffb', title: '\ueffb' }
|
|
1235
1324
|
'.ti-square-minus': { text: '\ueb29', title: '\ueb29' }
|
|
1236
1325
|
'.ti-square-off': { text: '\ueeef', title: '\ueeef' }
|
|
1237
1326
|
'.ti-square-plus': { text: '\ueb2a', title: '\ueb2a' }
|
|
@@ -1280,7 +1369,9 @@
|
|
|
1280
1369
|
'.ti-table-import': { text: '\ueef9', title: '\ueef9' }
|
|
1281
1370
|
'.ti-table-off': { text: '\ueefa', title: '\ueefa' }
|
|
1282
1371
|
'.ti-tag': { text: '\ueb34', title: '\ueb34' }
|
|
1372
|
+
'.ti-tag-off': { text: '\uefc0', title: '\uefc0' }
|
|
1283
1373
|
'.ti-tags': { text: '\uef86', title: '\uef86' }
|
|
1374
|
+
'.ti-tags-off': { text: '\uefc1', title: '\uefc1' }
|
|
1284
1375
|
'.ti-tallymark-1': { text: '\uec46', title: '\uec46' }
|
|
1285
1376
|
'.ti-tallymark-2': { text: '\uec47', title: '\uec47' }
|
|
1286
1377
|
'.ti-tallymark-3': { text: '\uec48', title: '\uec48' }
|
|
@@ -1311,6 +1402,7 @@
|
|
|
1311
1402
|
'.ti-tir': { text: '\uebf0', title: '\uebf0' }
|
|
1312
1403
|
'.ti-toggle-left': { text: '\ueb3e', title: '\ueb3e' }
|
|
1313
1404
|
'.ti-toggle-right': { text: '\ueb3f', title: '\ueb3f' }
|
|
1405
|
+
'.ti-toilet-paper': { text: '\uefd3', title: '\uefd3' }
|
|
1314
1406
|
'.ti-tool': { text: '\ueb40', title: '\ueb40' }
|
|
1315
1407
|
'.ti-tools': { text: '\uebca', title: '\uebca' }
|
|
1316
1408
|
'.ti-tools-kitchen': { text: '\ued64', title: '\ued64' }
|
|
@@ -1351,6 +1443,7 @@
|
|
|
1351
1443
|
'.ti-unlink': { text: '\ueb46', title: '\ueb46' }
|
|
1352
1444
|
'.ti-upload': { text: '\ueb47', title: '\ueb47' }
|
|
1353
1445
|
'.ti-urgent': { text: '\ueb48', title: '\ueb48' }
|
|
1446
|
+
'.ti-usb': { text: '\uf00c', title: '\uf00c' }
|
|
1354
1447
|
'.ti-user': { text: '\ueb4d', title: '\ueb4d' }
|
|
1355
1448
|
'.ti-user-check': { text: '\ueb49', title: '\ueb49' }
|
|
1356
1449
|
'.ti-user-circle': { text: '\uef68', title: '\uef68' }
|
|
@@ -1378,6 +1471,7 @@
|
|
|
1378
1471
|
'.ti-viewfinder': { text: '\ueb4e', title: '\ueb4e' }
|
|
1379
1472
|
'.ti-viewport-narrow': { text: '\uebf3', title: '\uebf3' }
|
|
1380
1473
|
'.ti-viewport-wide': { text: '\uebf4', title: '\uebf4' }
|
|
1474
|
+
'.ti-vinyl': { text: '\uf00d', title: '\uf00d' }
|
|
1381
1475
|
'.ti-virus': { text: '\ueb74', title: '\ueb74' }
|
|
1382
1476
|
'.ti-virus-off': { text: '\ued66', title: '\ued66' }
|
|
1383
1477
|
'.ti-virus-search': { text: '\ued67', title: '\ued67' }
|