@tabler/icons-webfont 3.0.0-alpha.0 → 3.0.0-beta
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/LICENSE +1 -1
- 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/{fonts → 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 +2640 -0
- package/dist/tabler-icons-filled.css.map +1 -0
- package/dist/tabler-icons-filled.html +6031 -0
- package/dist/tabler-icons-filled.min.css +4 -0
- package/dist/tabler-icons-filled.min.css.map +1 -0
- package/dist/tabler-icons-filled.scss +1351 -0
- package/{tabler-icons.css → dist/tabler-icons.css} +311 -1764
- package/dist/tabler-icons.css.map +1 -0
- package/{tabler-icons.html → dist/tabler-icons.html} +341 -3905
- package/dist/tabler-icons.min.css +4 -0
- package/dist/tabler-icons.min.css.map +1 -0
- package/{tabler-icons.scss → dist/tabler-icons.scss} +125 -886
- package/package.json +9 -8
- package/fonts/tabler-icons.eot +0 -0
- package/fonts/tabler-icons.woff +0 -0
- package/fonts/tabler-icons.woff2 +0 -0
- package/tabler-icons.css.map +0 -1
- package/tabler-icons.min.css +0 -4
- package/tabler-icons.min.css.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* Tabler Icons 3.0.0-
|
|
3
|
+
* Tabler Icons 3.0.0-beta by tabler - https://tabler.io
|
|
4
4
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
5
5
|
*/
|
|
6
6
|
$ti-font-family: 'tabler-icons' !default;
|
|
@@ -13,11 +13,9 @@ $ti-prefix: 'ti' !default;
|
|
|
13
13
|
font-style: normal;
|
|
14
14
|
font-weight: 400;
|
|
15
15
|
font-display: $ti-font-display;
|
|
16
|
-
src: url('#{$ti-font-path}/tabler-icons.
|
|
17
|
-
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v3.0.0-alpha.0') format('embedded-opentype'),
|
|
18
|
-
url('#{$ti-font-path}/tabler-icons.woff2?v3.0.0-alpha.0') format('woff2'),
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons.woff2?v3.0.0-beta') format('woff2'),
|
|
19
17
|
url('#{$ti-font-path}/tabler-icons.woff?') format('woff'),
|
|
20
|
-
url('#{$ti-font-path}/tabler-icons.ttf?v3.0.0-
|
|
18
|
+
url('#{$ti-font-path}/tabler-icons.ttf?v3.0.0-beta') format('truetype');
|
|
21
19
|
}
|
|
22
20
|
|
|
23
21
|
.#{$ti-prefix} {
|
|
@@ -58,15 +56,12 @@ $ti-icon-access-point: unicode('ed1b');
|
|
|
58
56
|
$ti-icon-access-point-off: unicode('ed1a');
|
|
59
57
|
$ti-icon-accessible: unicode('eba9');
|
|
60
58
|
$ti-icon-accessible-off: unicode('f0a7');
|
|
61
|
-
$ti-icon-accessible-off-filled: unicode('f6ea');
|
|
62
59
|
$ti-icon-activity: unicode('ed23');
|
|
63
60
|
$ti-icon-activity-heartbeat: unicode('f0db');
|
|
64
61
|
$ti-icon-ad: unicode('ea02');
|
|
65
62
|
$ti-icon-ad-2: unicode('ef1f');
|
|
66
63
|
$ti-icon-ad-circle: unicode('f79e');
|
|
67
|
-
$ti-icon-ad-circle-filled: unicode('f7d3');
|
|
68
64
|
$ti-icon-ad-circle-off: unicode('f79d');
|
|
69
|
-
$ti-icon-ad-filled: unicode('f6eb');
|
|
70
65
|
$ti-icon-ad-off: unicode('f3b7');
|
|
71
66
|
$ti-icon-address-book: unicode('f021');
|
|
72
67
|
$ti-icon-address-book-off: unicode('f3b8');
|
|
@@ -80,7 +75,6 @@ $ti-icon-adjustments-cog: unicode('f7ff');
|
|
|
80
75
|
$ti-icon-adjustments-dollar: unicode('f800');
|
|
81
76
|
$ti-icon-adjustments-down: unicode('f801');
|
|
82
77
|
$ti-icon-adjustments-exclamation: unicode('f802');
|
|
83
|
-
$ti-icon-adjustments-filled: unicode('f6ec');
|
|
84
78
|
$ti-icon-adjustments-heart: unicode('f803');
|
|
85
79
|
$ti-icon-adjustments-horizontal: unicode('ec38');
|
|
86
80
|
$ti-icon-adjustments-minus: unicode('f804');
|
|
@@ -96,74 +90,49 @@ $ti-icon-adjustments-up: unicode('f80c');
|
|
|
96
90
|
$ti-icon-adjustments-x: unicode('f80d');
|
|
97
91
|
$ti-icon-aerial-lift: unicode('edfe');
|
|
98
92
|
$ti-icon-affiliate: unicode('edff');
|
|
99
|
-
$ti-icon-affiliate-filled: unicode('f6ed');
|
|
100
93
|
$ti-icon-air-balloon: unicode('f4a6');
|
|
101
94
|
$ti-icon-air-conditioning: unicode('f3a2');
|
|
102
95
|
$ti-icon-air-conditioning-disabled: unicode('f542');
|
|
103
96
|
$ti-icon-air-traffic-control: unicode('fb01');
|
|
104
97
|
$ti-icon-alarm: unicode('ea04');
|
|
105
98
|
$ti-icon-alarm-average: unicode('fc9e');
|
|
106
|
-
$ti-icon-alarm-filled: unicode('f709');
|
|
107
99
|
$ti-icon-alarm-minus: unicode('f630');
|
|
108
|
-
$ti-icon-alarm-minus-filled: unicode('f70a');
|
|
109
100
|
$ti-icon-alarm-off: unicode('f0a9');
|
|
110
101
|
$ti-icon-alarm-plus: unicode('f631');
|
|
111
|
-
$ti-icon-alarm-plus-filled: unicode('f70b');
|
|
112
102
|
$ti-icon-alarm-snooze: unicode('f632');
|
|
113
|
-
$ti-icon-alarm-snooze-filled: unicode('f70c');
|
|
114
103
|
$ti-icon-album: unicode('f022');
|
|
115
104
|
$ti-icon-album-off: unicode('f3b9');
|
|
116
105
|
$ti-icon-alert-circle: unicode('ea05');
|
|
117
|
-
$ti-icon-alert-circle-filled: unicode('f6ee');
|
|
118
106
|
$ti-icon-alert-circle-off: unicode('fc65');
|
|
119
107
|
$ti-icon-alert-hexagon: unicode('f80e');
|
|
120
|
-
$ti-icon-alert-hexagon-filled: unicode('fa34');
|
|
121
108
|
$ti-icon-alert-hexagon-off: unicode('fc66');
|
|
122
109
|
$ti-icon-alert-octagon: unicode('ecc6');
|
|
123
|
-
$ti-icon-alert-octagon-filled: unicode('f6ef');
|
|
124
110
|
$ti-icon-alert-small: unicode('f80f');
|
|
125
111
|
$ti-icon-alert-small-off: unicode('fc67');
|
|
126
112
|
$ti-icon-alert-square: unicode('f811');
|
|
127
|
-
$ti-icon-alert-square-filled: unicode('fa35');
|
|
128
113
|
$ti-icon-alert-square-rounded: unicode('f810');
|
|
129
|
-
$ti-icon-alert-square-rounded-filled: unicode('fa36');
|
|
130
114
|
$ti-icon-alert-square-rounded-off: unicode('fc68');
|
|
131
115
|
$ti-icon-alert-triangle: unicode('ea06');
|
|
132
|
-
$ti-icon-alert-triangle-filled: unicode('f6f0');
|
|
133
116
|
$ti-icon-alert-triangle-off: unicode('fc69');
|
|
134
117
|
$ti-icon-alien: unicode('ebde');
|
|
135
|
-
$ti-icon-alien-filled: unicode('f70d');
|
|
136
118
|
$ti-icon-align-box-bottom-center: unicode('f530');
|
|
137
|
-
$ti-icon-align-box-bottom-center-filled: unicode('f70e');
|
|
138
119
|
$ti-icon-align-box-bottom-left: unicode('f531');
|
|
139
|
-
$ti-icon-align-box-bottom-left-filled: unicode('f70f');
|
|
140
120
|
$ti-icon-align-box-bottom-right: unicode('f532');
|
|
141
|
-
$ti-icon-align-box-bottom-right-filled: unicode('f710');
|
|
142
121
|
$ti-icon-align-box-center-bottom: unicode('facb');
|
|
143
122
|
$ti-icon-align-box-center-middle: unicode('f79f');
|
|
144
|
-
$ti-icon-align-box-center-middle-filled: unicode('f7d4');
|
|
145
123
|
$ti-icon-align-box-center-stretch: unicode('facc');
|
|
146
124
|
$ti-icon-align-box-center-top: unicode('facd');
|
|
147
125
|
$ti-icon-align-box-left-bottom: unicode('f533');
|
|
148
|
-
$ti-icon-align-box-left-bottom-filled: unicode('f711');
|
|
149
126
|
$ti-icon-align-box-left-middle: unicode('f534');
|
|
150
|
-
$ti-icon-align-box-left-middle-filled: unicode('f712');
|
|
151
127
|
$ti-icon-align-box-left-stretch: unicode('face');
|
|
152
128
|
$ti-icon-align-box-left-top: unicode('f535');
|
|
153
|
-
$ti-icon-align-box-left-top-filled: unicode('f713');
|
|
154
129
|
$ti-icon-align-box-right-bottom: unicode('f536');
|
|
155
|
-
$ti-icon-align-box-right-bottom-filled: unicode('f714');
|
|
156
130
|
$ti-icon-align-box-right-middle: unicode('f537');
|
|
157
|
-
$ti-icon-align-box-right-middle-filled: unicode('f7d5');
|
|
158
131
|
$ti-icon-align-box-right-stretch: unicode('facf');
|
|
159
132
|
$ti-icon-align-box-right-top: unicode('f538');
|
|
160
|
-
$ti-icon-align-box-right-top-filled: unicode('f715');
|
|
161
133
|
$ti-icon-align-box-top-center: unicode('f539');
|
|
162
|
-
$ti-icon-align-box-top-center-filled: unicode('f716');
|
|
163
134
|
$ti-icon-align-box-top-left: unicode('f53a');
|
|
164
|
-
$ti-icon-align-box-top-left-filled: unicode('f717');
|
|
165
135
|
$ti-icon-align-box-top-right: unicode('f53b');
|
|
166
|
-
$ti-icon-align-box-top-right-filled: unicode('f718');
|
|
167
136
|
$ti-icon-align-center: unicode('ea07');
|
|
168
137
|
$ti-icon-align-justified: unicode('ea08');
|
|
169
138
|
$ti-icon-align-left: unicode('ea09');
|
|
@@ -176,7 +145,6 @@ $ti-icon-alt: unicode('fc54');
|
|
|
176
145
|
$ti-icon-ambulance: unicode('ebf5');
|
|
177
146
|
$ti-icon-ampersand: unicode('f229');
|
|
178
147
|
$ti-icon-analyze: unicode('f3a3');
|
|
179
|
-
$ti-icon-analyze-filled: unicode('f719');
|
|
180
148
|
$ti-icon-analyze-off: unicode('f3ba');
|
|
181
149
|
$ti-icon-anchor: unicode('eb76');
|
|
182
150
|
$ti-icon-anchor-off: unicode('f0f7');
|
|
@@ -197,21 +165,17 @@ $ti-icon-api-app: unicode('effc');
|
|
|
197
165
|
$ti-icon-api-app-off: unicode('f0ab');
|
|
198
166
|
$ti-icon-api-off: unicode('f0f8');
|
|
199
167
|
$ti-icon-app-window: unicode('efe6');
|
|
200
|
-
$ti-icon-app-window-filled: unicode('f71a');
|
|
201
168
|
$ti-icon-apple: unicode('ef21');
|
|
202
169
|
$ti-icon-apps: unicode('ebb6');
|
|
203
|
-
$ti-icon-apps-filled: unicode('f6f1');
|
|
204
170
|
$ti-icon-apps-off: unicode('f0ac');
|
|
205
171
|
$ti-icon-archery-arrow: unicode('fc55');
|
|
206
172
|
$ti-icon-archive: unicode('ea0b');
|
|
207
|
-
$ti-icon-archive-filled: unicode('fa82');
|
|
208
173
|
$ti-icon-archive-off: unicode('f0ad');
|
|
209
174
|
$ti-icon-armchair: unicode('ef9e');
|
|
210
175
|
$ti-icon-armchair-2: unicode('efe7');
|
|
211
176
|
$ti-icon-armchair-2-off: unicode('f3bd');
|
|
212
177
|
$ti-icon-armchair-off: unicode('f3be');
|
|
213
178
|
$ti-icon-arrow-autofit-content: unicode('ef31');
|
|
214
|
-
$ti-icon-arrow-autofit-content-filled: unicode('f6f2');
|
|
215
179
|
$ti-icon-arrow-autofit-down: unicode('ef32');
|
|
216
180
|
$ti-icon-arrow-autofit-height: unicode('ef33');
|
|
217
181
|
$ti-icon-arrow-autofit-left: unicode('ef34');
|
|
@@ -222,13 +186,9 @@ $ti-icon-arrow-back: unicode('ea0c');
|
|
|
222
186
|
$ti-icon-arrow-back-up: unicode('eb77');
|
|
223
187
|
$ti-icon-arrow-back-up-double: unicode('f9ec');
|
|
224
188
|
$ti-icon-arrow-badge-down: unicode('f60b');
|
|
225
|
-
$ti-icon-arrow-badge-down-filled: unicode('f7d6');
|
|
226
189
|
$ti-icon-arrow-badge-left: unicode('f60c');
|
|
227
|
-
$ti-icon-arrow-badge-left-filled: unicode('f7d7');
|
|
228
190
|
$ti-icon-arrow-badge-right: unicode('f60d');
|
|
229
|
-
$ti-icon-arrow-badge-right-filled: unicode('f7d8');
|
|
230
191
|
$ti-icon-arrow-badge-up: unicode('f60e');
|
|
231
|
-
$ti-icon-arrow-badge-up-filled: unicode('f7d9');
|
|
232
192
|
$ti-icon-arrow-bar-both: unicode('fadd');
|
|
233
193
|
$ti-icon-arrow-bar-down: unicode('ea0d');
|
|
234
194
|
$ti-icon-arrow-bar-left: unicode('ea0e');
|
|
@@ -243,29 +203,17 @@ $ti-icon-arrow-bear-left-2: unicode('f044');
|
|
|
243
203
|
$ti-icon-arrow-bear-right: unicode('f047');
|
|
244
204
|
$ti-icon-arrow-bear-right-2: unicode('f046');
|
|
245
205
|
$ti-icon-arrow-big-down: unicode('edda');
|
|
246
|
-
$ti-icon-arrow-big-down-filled: unicode('f6c6');
|
|
247
206
|
$ti-icon-arrow-big-down-line: unicode('efe8');
|
|
248
|
-
$ti-icon-arrow-big-down-line-filled: unicode('f6c7');
|
|
249
207
|
$ti-icon-arrow-big-down-lines: unicode('efe9');
|
|
250
|
-
$ti-icon-arrow-big-down-lines-filled: unicode('f6c8');
|
|
251
208
|
$ti-icon-arrow-big-left: unicode('eddb');
|
|
252
|
-
$ti-icon-arrow-big-left-filled: unicode('f6c9');
|
|
253
209
|
$ti-icon-arrow-big-left-line: unicode('efea');
|
|
254
|
-
$ti-icon-arrow-big-left-line-filled: unicode('f6ca');
|
|
255
210
|
$ti-icon-arrow-big-left-lines: unicode('efeb');
|
|
256
|
-
$ti-icon-arrow-big-left-lines-filled: unicode('f6cb');
|
|
257
211
|
$ti-icon-arrow-big-right: unicode('eddc');
|
|
258
|
-
$ti-icon-arrow-big-right-filled: unicode('f6cc');
|
|
259
212
|
$ti-icon-arrow-big-right-line: unicode('efec');
|
|
260
|
-
$ti-icon-arrow-big-right-line-filled: unicode('f6cd');
|
|
261
213
|
$ti-icon-arrow-big-right-lines: unicode('efed');
|
|
262
|
-
$ti-icon-arrow-big-right-lines-filled: unicode('f6ce');
|
|
263
214
|
$ti-icon-arrow-big-up: unicode('eddd');
|
|
264
|
-
$ti-icon-arrow-big-up-filled: unicode('f6cf');
|
|
265
215
|
$ti-icon-arrow-big-up-line: unicode('efee');
|
|
266
|
-
$ti-icon-arrow-big-up-line-filled: unicode('f6d0');
|
|
267
216
|
$ti-icon-arrow-big-up-lines: unicode('efef');
|
|
268
|
-
$ti-icon-arrow-big-up-lines-filled: unicode('f6d1');
|
|
269
217
|
$ti-icon-arrow-bounce: unicode('f3a4');
|
|
270
218
|
$ti-icon-arrow-capsule: unicode('fade');
|
|
271
219
|
$ti-icon-arrow-curve-left: unicode('f048');
|
|
@@ -401,13 +349,10 @@ $ti-icon-arrows-up-left: unicode('ee02');
|
|
|
401
349
|
$ti-icon-arrows-up-right: unicode('ee03');
|
|
402
350
|
$ti-icon-arrows-vertical: unicode('eb5b');
|
|
403
351
|
$ti-icon-artboard: unicode('ea2a');
|
|
404
|
-
$ti-icon-artboard-filled: unicode('fa83');
|
|
405
352
|
$ti-icon-artboard-off: unicode('f0ae');
|
|
406
353
|
$ti-icon-article: unicode('f1e2');
|
|
407
|
-
$ti-icon-article-filled-filled: unicode('f7da');
|
|
408
354
|
$ti-icon-article-off: unicode('f3bf');
|
|
409
355
|
$ti-icon-aspect-ratio: unicode('ed30');
|
|
410
|
-
$ti-icon-aspect-ratio-filled: unicode('f7db');
|
|
411
356
|
$ti-icon-aspect-ratio-off: unicode('f0af');
|
|
412
357
|
$ti-icon-assembly: unicode('f24d');
|
|
413
358
|
$ti-icon-assembly-off: unicode('f3c0');
|
|
@@ -418,7 +363,6 @@ $ti-icon-at: unicode('ea2b');
|
|
|
418
363
|
$ti-icon-at-off: unicode('f0b0');
|
|
419
364
|
$ti-icon-atom: unicode('eb79');
|
|
420
365
|
$ti-icon-atom-2: unicode('ebdf');
|
|
421
|
-
$ti-icon-atom-2-filled: unicode('f71b');
|
|
422
366
|
$ti-icon-atom-off: unicode('f0f9');
|
|
423
367
|
$ti-icon-augmented-reality: unicode('f023');
|
|
424
368
|
$ti-icon-augmented-reality-2: unicode('f37e');
|
|
@@ -426,7 +370,6 @@ $ti-icon-augmented-reality-off: unicode('f3c1');
|
|
|
426
370
|
$ti-icon-automatic-gearbox: unicode('fc89');
|
|
427
371
|
$ti-icon-avocado: unicode('fd8e');
|
|
428
372
|
$ti-icon-award: unicode('ea2c');
|
|
429
|
-
$ti-icon-award-filled: unicode('f71c');
|
|
430
373
|
$ti-icon-award-off: unicode('f0fa');
|
|
431
374
|
$ti-icon-axe: unicode('ef9f');
|
|
432
375
|
$ti-icon-axis-x: unicode('ef45');
|
|
@@ -439,7 +382,6 @@ $ti-icon-backpack: unicode('ef47');
|
|
|
439
382
|
$ti-icon-backpack-off: unicode('f3c2');
|
|
440
383
|
$ti-icon-backslash: unicode('fab9');
|
|
441
384
|
$ti-icon-backspace: unicode('ea2d');
|
|
442
|
-
$ti-icon-backspace-filled: unicode('f7dc');
|
|
443
385
|
$ti-icon-badge: unicode('efc2');
|
|
444
386
|
$ti-icon-badge-3d: unicode('f555');
|
|
445
387
|
$ti-icon-badge-4k: unicode('f556');
|
|
@@ -448,7 +390,6 @@ $ti-icon-badge-ad: unicode('f558');
|
|
|
448
390
|
$ti-icon-badge-ad-off: unicode('fd8f');
|
|
449
391
|
$ti-icon-badge-ar: unicode('f559');
|
|
450
392
|
$ti-icon-badge-cc: unicode('f55a');
|
|
451
|
-
$ti-icon-badge-filled: unicode('f667');
|
|
452
393
|
$ti-icon-badge-hd: unicode('f55b');
|
|
453
394
|
$ti-icon-badge-off: unicode('f0fb');
|
|
454
395
|
$ti-icon-badge-sd: unicode('f55c');
|
|
@@ -457,7 +398,6 @@ $ti-icon-badge-vo: unicode('f55e');
|
|
|
457
398
|
$ti-icon-badge-vr: unicode('f55f');
|
|
458
399
|
$ti-icon-badge-wc: unicode('f560');
|
|
459
400
|
$ti-icon-badges: unicode('efc3');
|
|
460
|
-
$ti-icon-badges-filled: unicode('f7dd');
|
|
461
401
|
$ti-icon-badges-off: unicode('f0fc');
|
|
462
402
|
$ti-icon-baguette: unicode('f3a5');
|
|
463
403
|
$ti-icon-ball-american-football: unicode('ee04');
|
|
@@ -470,14 +410,11 @@ $ti-icon-ball-football-off: unicode('ee05');
|
|
|
470
410
|
$ti-icon-ball-tennis: unicode('ec2a');
|
|
471
411
|
$ti-icon-ball-volleyball: unicode('ec2b');
|
|
472
412
|
$ti-icon-balloon: unicode('ef3a');
|
|
473
|
-
$ti-icon-balloon-filled: unicode('fa84');
|
|
474
413
|
$ti-icon-balloon-off: unicode('f0fd');
|
|
475
414
|
$ti-icon-ballpen: unicode('f06e');
|
|
476
|
-
$ti-icon-ballpen-filled: unicode('fa85');
|
|
477
415
|
$ti-icon-ballpen-off: unicode('f0b1');
|
|
478
416
|
$ti-icon-ban: unicode('ea2e');
|
|
479
417
|
$ti-icon-bandage: unicode('eb7a');
|
|
480
|
-
$ti-icon-bandage-filled: unicode('f7de');
|
|
481
418
|
$ti-icon-bandage-off: unicode('f3c4');
|
|
482
419
|
$ti-icon-barbell: unicode('eff0');
|
|
483
420
|
$ti-icon-barbell-off: unicode('f0b2');
|
|
@@ -501,7 +438,6 @@ $ti-icon-basket-discount: unicode('fb48');
|
|
|
501
438
|
$ti-icon-basket-dollar: unicode('fb49');
|
|
502
439
|
$ti-icon-basket-down: unicode('fb4a');
|
|
503
440
|
$ti-icon-basket-exclamation: unicode('fb4b');
|
|
504
|
-
$ti-icon-basket-filled: unicode('f7df');
|
|
505
441
|
$ti-icon-basket-heart: unicode('fb4c');
|
|
506
442
|
$ti-icon-basket-minus: unicode('fb4d');
|
|
507
443
|
$ti-icon-basket-off: unicode('f0b6');
|
|
@@ -516,31 +452,23 @@ $ti-icon-basket-up: unicode('fb55');
|
|
|
516
452
|
$ti-icon-basket-x: unicode('fb56');
|
|
517
453
|
$ti-icon-bat: unicode('f284');
|
|
518
454
|
$ti-icon-bath: unicode('ef48');
|
|
519
|
-
$ti-icon-bath-filled: unicode('f71d');
|
|
520
455
|
$ti-icon-bath-off: unicode('f0ff');
|
|
521
456
|
$ti-icon-battery: unicode('ea34');
|
|
522
457
|
$ti-icon-battery-1: unicode('ea2f');
|
|
523
|
-
$ti-icon-battery-1-filled: unicode('f71e');
|
|
524
458
|
$ti-icon-battery-2: unicode('ea30');
|
|
525
|
-
$ti-icon-battery-2-filled: unicode('f71f');
|
|
526
459
|
$ti-icon-battery-3: unicode('ea31');
|
|
527
|
-
$ti-icon-battery-3-filled: unicode('f720');
|
|
528
460
|
$ti-icon-battery-4: unicode('ea32');
|
|
529
|
-
$ti-icon-battery-4-filled: unicode('f721');
|
|
530
461
|
$ti-icon-battery-automotive: unicode('ee07');
|
|
531
462
|
$ti-icon-battery-charging: unicode('ea33');
|
|
532
463
|
$ti-icon-battery-charging-2: unicode('ef3b');
|
|
533
464
|
$ti-icon-battery-eco: unicode('ef3c');
|
|
534
|
-
$ti-icon-battery-filled: unicode('f668');
|
|
535
465
|
$ti-icon-battery-off: unicode('ed1c');
|
|
536
466
|
$ti-icon-beach: unicode('ef3d');
|
|
537
467
|
$ti-icon-beach-off: unicode('f0b7');
|
|
538
468
|
$ti-icon-bed: unicode('eb5c');
|
|
539
|
-
$ti-icon-bed-filled: unicode('f7e0');
|
|
540
469
|
$ti-icon-bed-flat: unicode('fca1');
|
|
541
470
|
$ti-icon-bed-off: unicode('f100');
|
|
542
471
|
$ti-icon-beer: unicode('efa1');
|
|
543
|
-
$ti-icon-beer-filled: unicode('f7e1');
|
|
544
472
|
$ti-icon-beer-off: unicode('f101');
|
|
545
473
|
$ti-icon-bell: unicode('ea35');
|
|
546
474
|
$ti-icon-bell-bolt: unicode('f812');
|
|
@@ -551,29 +479,22 @@ $ti-icon-bell-cog: unicode('f816');
|
|
|
551
479
|
$ti-icon-bell-dollar: unicode('f817');
|
|
552
480
|
$ti-icon-bell-down: unicode('f818');
|
|
553
481
|
$ti-icon-bell-exclamation: unicode('f819');
|
|
554
|
-
$ti-icon-bell-filled: unicode('f669');
|
|
555
482
|
$ti-icon-bell-heart: unicode('f81a');
|
|
556
483
|
$ti-icon-bell-minus: unicode('ede2');
|
|
557
|
-
$ti-icon-bell-minus-filled: unicode('f722');
|
|
558
484
|
$ti-icon-bell-off: unicode('ece9');
|
|
559
485
|
$ti-icon-bell-pause: unicode('f81b');
|
|
560
486
|
$ti-icon-bell-pin: unicode('f81c');
|
|
561
487
|
$ti-icon-bell-plus: unicode('ede3');
|
|
562
|
-
$ti-icon-bell-plus-filled: unicode('f723');
|
|
563
488
|
$ti-icon-bell-question: unicode('f81d');
|
|
564
489
|
$ti-icon-bell-ringing: unicode('ed07');
|
|
565
490
|
$ti-icon-bell-ringing-2: unicode('ede4');
|
|
566
|
-
$ti-icon-bell-ringing-2-filled: unicode('f724');
|
|
567
|
-
$ti-icon-bell-ringing-filled: unicode('f725');
|
|
568
491
|
$ti-icon-bell-school: unicode('f05e');
|
|
569
492
|
$ti-icon-bell-search: unicode('f81e');
|
|
570
493
|
$ti-icon-bell-share: unicode('f81f');
|
|
571
494
|
$ti-icon-bell-star: unicode('f820');
|
|
572
495
|
$ti-icon-bell-up: unicode('f821');
|
|
573
496
|
$ti-icon-bell-x: unicode('ede5');
|
|
574
|
-
$ti-icon-bell-x-filled: unicode('f726');
|
|
575
497
|
$ti-icon-bell-z: unicode('eff1');
|
|
576
|
-
$ti-icon-bell-z-filled: unicode('f727');
|
|
577
498
|
$ti-icon-beta: unicode('f544');
|
|
578
499
|
$ti-icon-bible: unicode('efc4');
|
|
579
500
|
$ti-icon-bike: unicode('ea36');
|
|
@@ -585,7 +506,6 @@ $ti-icon-binary-tree-2: unicode('f5d3');
|
|
|
585
506
|
$ti-icon-biohazard: unicode('ecb8');
|
|
586
507
|
$ti-icon-biohazard-off: unicode('f0b9');
|
|
587
508
|
$ti-icon-blade: unicode('f4bd');
|
|
588
|
-
$ti-icon-blade-filled: unicode('f7e2');
|
|
589
509
|
$ti-icon-bleach: unicode('f2f3');
|
|
590
510
|
$ti-icon-bleach-chlorine: unicode('f2f0');
|
|
591
511
|
$ti-icon-bleach-no-chlorine: unicode('f2f1');
|
|
@@ -605,7 +525,6 @@ $ti-icon-bold-off: unicode('f0ba');
|
|
|
605
525
|
$ti-icon-bolt: unicode('ea38');
|
|
606
526
|
$ti-icon-bolt-off: unicode('ecec');
|
|
607
527
|
$ti-icon-bomb: unicode('f59c');
|
|
608
|
-
$ti-icon-bomb-filled: unicode('fa86');
|
|
609
528
|
$ti-icon-bone: unicode('edb8');
|
|
610
529
|
$ti-icon-bone-off: unicode('f0bb');
|
|
611
530
|
$ti-icon-bong: unicode('f3a7');
|
|
@@ -613,24 +532,24 @@ $ti-icon-bong-off: unicode('f3c7');
|
|
|
613
532
|
$ti-icon-book: unicode('ea39');
|
|
614
533
|
$ti-icon-book-2: unicode('efc5');
|
|
615
534
|
$ti-icon-book-download: unicode('f070');
|
|
616
|
-
$ti-icon-book-filled: unicode('fa87');
|
|
617
535
|
$ti-icon-book-off: unicode('f0bc');
|
|
618
536
|
$ti-icon-book-upload: unicode('f071');
|
|
619
537
|
$ti-icon-bookmark: unicode('ea3a');
|
|
620
538
|
$ti-icon-bookmark-ai: unicode('fc8a');
|
|
621
539
|
$ti-icon-bookmark-edit: unicode('fa5e');
|
|
622
|
-
$ti-icon-bookmark-filled: unicode('fa88');
|
|
623
540
|
$ti-icon-bookmark-minus: unicode('fa5f');
|
|
624
541
|
$ti-icon-bookmark-off: unicode('eced');
|
|
625
542
|
$ti-icon-bookmark-plus: unicode('fa60');
|
|
626
543
|
$ti-icon-bookmark-question: unicode('fa61');
|
|
627
544
|
$ti-icon-bookmarks: unicode('ed08');
|
|
628
|
-
$ti-icon-bookmarks-filled: unicode('fb1f');
|
|
629
545
|
$ti-icon-bookmarks-off: unicode('f0bd');
|
|
630
546
|
$ti-icon-books: unicode('eff2');
|
|
631
547
|
$ti-icon-books-off: unicode('f0be');
|
|
548
|
+
$ti-icon-boom: unicode('fdbe');
|
|
632
549
|
$ti-icon-border-all: unicode('ea3b');
|
|
633
550
|
$ti-icon-border-bottom: unicode('ea3c');
|
|
551
|
+
$ti-icon-border-bottom-plus: unicode('fdbd');
|
|
552
|
+
$ti-icon-border-corner-ios: unicode('fd98');
|
|
634
553
|
$ti-icon-border-corner-pill: unicode('fd62');
|
|
635
554
|
$ti-icon-border-corner-rounded: unicode('fd63');
|
|
636
555
|
$ti-icon-border-corner-square: unicode('fd64');
|
|
@@ -638,44 +557,35 @@ $ti-icon-border-corners: unicode('f7a0');
|
|
|
638
557
|
$ti-icon-border-horizontal: unicode('ea3d');
|
|
639
558
|
$ti-icon-border-inner: unicode('ea3e');
|
|
640
559
|
$ti-icon-border-left: unicode('ea3f');
|
|
560
|
+
$ti-icon-border-left-plus: unicode('fdbc');
|
|
641
561
|
$ti-icon-border-none: unicode('ea40');
|
|
642
562
|
$ti-icon-border-outer: unicode('ea41');
|
|
643
563
|
$ti-icon-border-radius: unicode('eb7c');
|
|
644
564
|
$ti-icon-border-right: unicode('ea42');
|
|
565
|
+
$ti-icon-border-right-plus: unicode('fdbb');
|
|
645
566
|
$ti-icon-border-sides: unicode('f7a1');
|
|
646
567
|
$ti-icon-border-style: unicode('ee0a');
|
|
647
568
|
$ti-icon-border-style-2: unicode('ef22');
|
|
648
569
|
$ti-icon-border-top: unicode('ea43');
|
|
570
|
+
$ti-icon-border-top-plus: unicode('fdba');
|
|
649
571
|
$ti-icon-border-vertical: unicode('ea44');
|
|
650
572
|
$ti-icon-bottle: unicode('ef0b');
|
|
651
|
-
$ti-icon-bottle-filled: unicode('fa89');
|
|
652
573
|
$ti-icon-bottle-off: unicode('f3c8');
|
|
653
574
|
$ti-icon-bounce-left: unicode('f59d');
|
|
654
|
-
$ti-icon-bounce-left-filled: unicode('fb20');
|
|
655
575
|
$ti-icon-bounce-right: unicode('f59e');
|
|
656
|
-
$ti-icon-bounce-right-filled: unicode('fb21');
|
|
657
576
|
$ti-icon-bow: unicode('f096');
|
|
658
577
|
$ti-icon-bowl: unicode('f4fa');
|
|
659
578
|
$ti-icon-bowl-chopsticks: unicode('fd90');
|
|
660
|
-
$ti-icon-bowl-filled: unicode('fb22');
|
|
661
579
|
$ti-icon-bowl-spoon: unicode('fd91');
|
|
662
580
|
$ti-icon-box: unicode('ea45');
|
|
663
581
|
$ti-icon-box-align-bottom: unicode('f2a8');
|
|
664
|
-
$ti-icon-box-align-bottom-filled: unicode('fa8a');
|
|
665
582
|
$ti-icon-box-align-bottom-left: unicode('f2ce');
|
|
666
|
-
$ti-icon-box-align-bottom-left-filled: unicode('fa8b');
|
|
667
583
|
$ti-icon-box-align-bottom-right: unicode('f2cf');
|
|
668
|
-
$ti-icon-box-align-bottom-right-filled: unicode('fa8c');
|
|
669
584
|
$ti-icon-box-align-left: unicode('f2a9');
|
|
670
|
-
$ti-icon-box-align-left-filled: unicode('fa8d');
|
|
671
585
|
$ti-icon-box-align-right: unicode('f2aa');
|
|
672
|
-
$ti-icon-box-align-right-filled: unicode('fa8e');
|
|
673
586
|
$ti-icon-box-align-top: unicode('f2ab');
|
|
674
|
-
$ti-icon-box-align-top-filled: unicode('fa8f');
|
|
675
587
|
$ti-icon-box-align-top-left: unicode('f2d0');
|
|
676
|
-
$ti-icon-box-align-top-left-filled: unicode('fa90');
|
|
677
588
|
$ti-icon-box-align-top-right: unicode('f2d1');
|
|
678
|
-
$ti-icon-box-align-top-right-filled: unicode('fa91');
|
|
679
589
|
$ti-icon-box-margin: unicode('ee0b');
|
|
680
590
|
$ti-icon-box-model: unicode('ee0c');
|
|
681
591
|
$ti-icon-box-model-2: unicode('ef23');
|
|
@@ -726,10 +636,10 @@ $ti-icon-brand-ao3: unicode('f5e8');
|
|
|
726
636
|
$ti-icon-brand-appgallery: unicode('f231');
|
|
727
637
|
$ti-icon-brand-apple: unicode('ec17');
|
|
728
638
|
$ti-icon-brand-apple-arcade: unicode('ed69');
|
|
729
|
-
$ti-icon-brand-apple-filled: unicode('fd74');
|
|
730
639
|
$ti-icon-brand-apple-podcast: unicode('f1e6');
|
|
731
640
|
$ti-icon-brand-appstore: unicode('ed24');
|
|
732
641
|
$ti-icon-brand-asana: unicode('edc5');
|
|
642
|
+
$ti-icon-brand-astro: unicode('fdb9');
|
|
733
643
|
$ti-icon-brand-auth0: unicode('fcb3');
|
|
734
644
|
$ti-icon-brand-aws: unicode('fa4c');
|
|
735
645
|
$ti-icon-brand-azure: unicode('fa4d');
|
|
@@ -793,7 +703,6 @@ $ti-icon-brand-deviantart: unicode('ecfb');
|
|
|
793
703
|
$ti-icon-brand-digg: unicode('fa73');
|
|
794
704
|
$ti-icon-brand-dingtalk: unicode('f5ea');
|
|
795
705
|
$ti-icon-brand-discord: unicode('ece3');
|
|
796
|
-
$ti-icon-brand-discord-filled: unicode('f7e4');
|
|
797
706
|
$ti-icon-brand-disney: unicode('f20a');
|
|
798
707
|
$ti-icon-brand-disqus: unicode('edc9');
|
|
799
708
|
$ti-icon-brand-django: unicode('f349');
|
|
@@ -802,7 +711,6 @@ $ti-icon-brand-doctrine: unicode('ef6d');
|
|
|
802
711
|
$ti-icon-brand-dolby-digital: unicode('f4d4');
|
|
803
712
|
$ti-icon-brand-douban: unicode('f5ff');
|
|
804
713
|
$ti-icon-brand-dribbble: unicode('ec19');
|
|
805
|
-
$ti-icon-brand-dribbble-filled: unicode('f7e5');
|
|
806
714
|
$ti-icon-brand-drops: unicode('f4d5');
|
|
807
715
|
$ti-icon-brand-drupal: unicode('f393');
|
|
808
716
|
$ti-icon-brand-edge: unicode('ecfc');
|
|
@@ -813,7 +721,6 @@ $ti-icon-brand-envato: unicode('f394');
|
|
|
813
721
|
$ti-icon-brand-etsy: unicode('f654');
|
|
814
722
|
$ti-icon-brand-evernote: unicode('f600');
|
|
815
723
|
$ti-icon-brand-facebook: unicode('ec1a');
|
|
816
|
-
$ti-icon-brand-facebook-filled: unicode('f7e6');
|
|
817
724
|
$ti-icon-brand-feedly: unicode('fa75');
|
|
818
725
|
$ti-icon-brand-figma: unicode('ec93');
|
|
819
726
|
$ti-icon-brand-filezilla: unicode('fa76');
|
|
@@ -834,7 +741,6 @@ $ti-icon-brand-gatsby: unicode('f396');
|
|
|
834
741
|
$ti-icon-brand-git: unicode('ef6f');
|
|
835
742
|
$ti-icon-brand-github: unicode('ec1c');
|
|
836
743
|
$ti-icon-brand-github-copilot: unicode('f4a8');
|
|
837
|
-
$ti-icon-brand-github-filled: unicode('f7e7');
|
|
838
744
|
$ti-icon-brand-gitlab: unicode('ec1d');
|
|
839
745
|
$ti-icon-brand-gmail: unicode('efa2');
|
|
840
746
|
$ti-icon-brand-golang: unicode('f78d');
|
|
@@ -842,7 +748,6 @@ $ti-icon-brand-google: unicode('ec1f');
|
|
|
842
748
|
$ti-icon-brand-google-analytics: unicode('edcb');
|
|
843
749
|
$ti-icon-brand-google-big-query: unicode('f612');
|
|
844
750
|
$ti-icon-brand-google-drive: unicode('ec1e');
|
|
845
|
-
$ti-icon-brand-google-filled: unicode('fd1a');
|
|
846
751
|
$ti-icon-brand-google-fit: unicode('f297');
|
|
847
752
|
$ti-icon-brand-google-home: unicode('f601');
|
|
848
753
|
$ti-icon-brand-google-maps: unicode('fa4f');
|
|
@@ -926,9 +831,7 @@ $ti-icon-brand-opera: unicode('ec21');
|
|
|
926
831
|
$ti-icon-brand-pagekit: unicode('edd1');
|
|
927
832
|
$ti-icon-brand-parsinta: unicode('fc42');
|
|
928
833
|
$ti-icon-brand-patreon: unicode('edd2');
|
|
929
|
-
$ti-icon-brand-patreon-filled: unicode('fcff');
|
|
930
834
|
$ti-icon-brand-paypal: unicode('ec22');
|
|
931
|
-
$ti-icon-brand-paypal-filled: unicode('f7e9');
|
|
932
835
|
$ti-icon-brand-paypay: unicode('f5ec');
|
|
933
836
|
$ti-icon-brand-peanut: unicode('f39b');
|
|
934
837
|
$ti-icon-brand-pepsi: unicode('f261');
|
|
@@ -1007,7 +910,6 @@ $ti-icon-brand-threads: unicode('fb02');
|
|
|
1007
910
|
$ti-icon-brand-threejs: unicode('f5f0');
|
|
1008
911
|
$ti-icon-brand-tidal: unicode('ed70');
|
|
1009
912
|
$ti-icon-brand-tiktok: unicode('ec73');
|
|
1010
|
-
$ti-icon-brand-tiktok-filled: unicode('f7ea');
|
|
1011
913
|
$ti-icon-brand-tinder: unicode('ed71');
|
|
1012
914
|
$ti-icon-brand-topbuzz: unicode('f50d');
|
|
1013
915
|
$ti-icon-brand-torchain: unicode('f5a4');
|
|
@@ -1018,7 +920,6 @@ $ti-icon-brand-tumblr: unicode('ed04');
|
|
|
1018
920
|
$ti-icon-brand-twilio: unicode('f617');
|
|
1019
921
|
$ti-icon-brand-twitch: unicode('ed05');
|
|
1020
922
|
$ti-icon-brand-twitter: unicode('ec27');
|
|
1021
|
-
$ti-icon-brand-twitter-filled: unicode('f7eb');
|
|
1022
923
|
$ti-icon-brand-typescript: unicode('f5f1');
|
|
1023
924
|
$ti-icon-brand-uber: unicode('ef75');
|
|
1024
925
|
$ti-icon-brand-ubuntu: unicode('ef59');
|
|
@@ -1052,7 +953,6 @@ $ti-icon-brand-wish: unicode('f212');
|
|
|
1052
953
|
$ti-icon-brand-wix: unicode('f3a1');
|
|
1053
954
|
$ti-icon-brand-wordpress: unicode('f2d3');
|
|
1054
955
|
$ti-icon-brand-x: unicode('fc0f');
|
|
1055
|
-
$ti-icon-brand-x-filled: unicode('fc21');
|
|
1056
956
|
$ti-icon-brand-xamarin: unicode('fa7a');
|
|
1057
957
|
$ti-icon-brand-xbox: unicode('f298');
|
|
1058
958
|
$ti-icon-brand-xdeep: unicode('fc10');
|
|
@@ -1063,7 +963,6 @@ $ti-icon-brand-yarn: unicode('fd79');
|
|
|
1063
963
|
$ti-icon-brand-yatse: unicode('f213');
|
|
1064
964
|
$ti-icon-brand-ycombinator: unicode('edd9');
|
|
1065
965
|
$ti-icon-brand-youtube: unicode('ec90');
|
|
1066
|
-
$ti-icon-brand-youtube-filled: unicode('fc22');
|
|
1067
966
|
$ti-icon-brand-youtube-kids: unicode('f214');
|
|
1068
967
|
$ti-icon-brand-zalando: unicode('f49e');
|
|
1069
968
|
$ti-icon-brand-zapier: unicode('f49f');
|
|
@@ -1076,16 +975,14 @@ $ti-icon-bread: unicode('efa3');
|
|
|
1076
975
|
$ti-icon-bread-off: unicode('f3cb');
|
|
1077
976
|
$ti-icon-briefcase: unicode('ea46');
|
|
1078
977
|
$ti-icon-briefcase-2: unicode('fb03');
|
|
1079
|
-
$ti-icon-briefcase-filled: unicode('fd00');
|
|
1080
978
|
$ti-icon-briefcase-off: unicode('f3cc');
|
|
1081
979
|
$ti-icon-brightness: unicode('eb7f');
|
|
1082
980
|
$ti-icon-brightness-2: unicode('ee19');
|
|
981
|
+
$ti-icon-brightness-auto: unicode('fd99');
|
|
1083
982
|
$ti-icon-brightness-down: unicode('eb7d');
|
|
1084
|
-
$ti-icon-brightness-down-filled: unicode('fb23');
|
|
1085
983
|
$ti-icon-brightness-half: unicode('ee1a');
|
|
1086
984
|
$ti-icon-brightness-off: unicode('f3cd');
|
|
1087
985
|
$ti-icon-brightness-up: unicode('eb7e');
|
|
1088
|
-
$ti-icon-brightness-up-filled: unicode('fb24');
|
|
1089
986
|
$ti-icon-broadcast: unicode('f1e9');
|
|
1090
987
|
$ti-icon-broadcast-off: unicode('f1e8');
|
|
1091
988
|
$ti-icon-browser: unicode('ebb7');
|
|
@@ -1099,7 +996,6 @@ $ti-icon-bucket: unicode('ea47');
|
|
|
1099
996
|
$ti-icon-bucket-droplet: unicode('f56a');
|
|
1100
997
|
$ti-icon-bucket-off: unicode('f103');
|
|
1101
998
|
$ti-icon-bug: unicode('ea48');
|
|
1102
|
-
$ti-icon-bug-filled: unicode('fd01');
|
|
1103
999
|
$ti-icon-bug-off: unicode('f0c3');
|
|
1104
1000
|
$ti-icon-building: unicode('ea4f');
|
|
1105
1001
|
$ti-icon-building-arch: unicode('ea49');
|
|
@@ -1129,7 +1025,6 @@ $ti-icon-building-tunnel: unicode('f5a6');
|
|
|
1129
1025
|
$ti-icon-building-warehouse: unicode('ebe3');
|
|
1130
1026
|
$ti-icon-building-wind-turbine: unicode('f4c0');
|
|
1131
1027
|
$ti-icon-bulb: unicode('ea51');
|
|
1132
|
-
$ti-icon-bulb-filled: unicode('f66a');
|
|
1133
1028
|
$ti-icon-bulb-off: unicode('ea50');
|
|
1134
1029
|
$ti-icon-bulldozer: unicode('ee1d');
|
|
1135
1030
|
$ti-icon-burger: unicode('fcb4');
|
|
@@ -1139,12 +1034,10 @@ $ti-icon-bus-stop: unicode('f2d4');
|
|
|
1139
1034
|
$ti-icon-businessplan: unicode('ee1e');
|
|
1140
1035
|
$ti-icon-butterfly: unicode('efd9');
|
|
1141
1036
|
$ti-icon-cactus: unicode('f21b');
|
|
1142
|
-
$ti-icon-cactus-filled: unicode('fb25');
|
|
1143
1037
|
$ti-icon-cactus-off: unicode('f3cf');
|
|
1144
1038
|
$ti-icon-cake: unicode('f00f');
|
|
1145
1039
|
$ti-icon-cake-off: unicode('f104');
|
|
1146
1040
|
$ti-icon-calculator: unicode('eb80');
|
|
1147
|
-
$ti-icon-calculator-filled: unicode('fb26');
|
|
1148
1041
|
$ti-icon-calculator-off: unicode('f0c4');
|
|
1149
1042
|
$ti-icon-calendar: unicode('ea53');
|
|
1150
1043
|
$ti-icon-calendar-bolt: unicode('f822');
|
|
@@ -1159,7 +1052,6 @@ $ti-icon-calendar-down: unicode('f828');
|
|
|
1159
1052
|
$ti-icon-calendar-due: unicode('f621');
|
|
1160
1053
|
$ti-icon-calendar-event: unicode('ea52');
|
|
1161
1054
|
$ti-icon-calendar-exclamation: unicode('f829');
|
|
1162
|
-
$ti-icon-calendar-filled: unicode('fb27');
|
|
1163
1055
|
$ti-icon-calendar-heart: unicode('f82a');
|
|
1164
1056
|
$ti-icon-calendar-minus: unicode('ebb9');
|
|
1165
1057
|
$ti-icon-calendar-month: unicode('fd2f');
|
|
@@ -1189,7 +1081,6 @@ $ti-icon-camera-cog: unicode('f837');
|
|
|
1189
1081
|
$ti-icon-camera-dollar: unicode('f838');
|
|
1190
1082
|
$ti-icon-camera-down: unicode('f839');
|
|
1191
1083
|
$ti-icon-camera-exclamation: unicode('f83a');
|
|
1192
|
-
$ti-icon-camera-filled: unicode('fa37');
|
|
1193
1084
|
$ti-icon-camera-heart: unicode('f83b');
|
|
1194
1085
|
$ti-icon-camera-minus: unicode('ec3a');
|
|
1195
1086
|
$ti-icon-camera-off: unicode('ecee');
|
|
@@ -1206,23 +1097,24 @@ $ti-icon-camera-up: unicode('f842');
|
|
|
1206
1097
|
$ti-icon-camera-x: unicode('f843');
|
|
1207
1098
|
$ti-icon-camper: unicode('fa25');
|
|
1208
1099
|
$ti-icon-campfire: unicode('f5a7');
|
|
1209
|
-
$ti-icon-campfire-filled: unicode('fb28');
|
|
1210
1100
|
$ti-icon-candle: unicode('efc6');
|
|
1211
|
-
$ti-icon-candle-filled: unicode('fc23');
|
|
1212
1101
|
$ti-icon-candy: unicode('ef0d');
|
|
1213
1102
|
$ti-icon-candy-off: unicode('f0c5');
|
|
1214
1103
|
$ti-icon-cane: unicode('f50f');
|
|
1215
1104
|
$ti-icon-cannabis: unicode('f4c1');
|
|
1216
1105
|
$ti-icon-capsule: unicode('fae3');
|
|
1217
|
-
$ti-icon-capsule-filled: unicode('fc24');
|
|
1218
1106
|
$ti-icon-capsule-horizontal: unicode('fae2');
|
|
1219
|
-
$ti-icon-capsule-horizontal-filled: unicode('fc25');
|
|
1220
1107
|
$ti-icon-capture: unicode('ec3c');
|
|
1221
|
-
$ti-icon-capture-filled: unicode('fb29');
|
|
1222
1108
|
$ti-icon-capture-off: unicode('f0c6');
|
|
1223
1109
|
$ti-icon-car: unicode('ebbb');
|
|
1110
|
+
$ti-icon-car-4wd: unicode('fdb8');
|
|
1224
1111
|
$ti-icon-car-crane: unicode('ef25');
|
|
1225
1112
|
$ti-icon-car-crash: unicode('efa4');
|
|
1113
|
+
$ti-icon-car-fan: unicode('fdb3');
|
|
1114
|
+
$ti-icon-car-fan-1: unicode('fdb7');
|
|
1115
|
+
$ti-icon-car-fan-2: unicode('fdb6');
|
|
1116
|
+
$ti-icon-car-fan-3: unicode('fdb5');
|
|
1117
|
+
$ti-icon-car-fan-auto: unicode('fdb4');
|
|
1226
1118
|
$ti-icon-car-garage: unicode('fc77');
|
|
1227
1119
|
$ti-icon-car-off: unicode('f0c7');
|
|
1228
1120
|
$ti-icon-car-suv: unicode('fc8b');
|
|
@@ -1231,23 +1123,14 @@ $ti-icon-caravan: unicode('ec7c');
|
|
|
1231
1123
|
$ti-icon-cardboards: unicode('ed74');
|
|
1232
1124
|
$ti-icon-cardboards-off: unicode('f0c8');
|
|
1233
1125
|
$ti-icon-cards: unicode('f510');
|
|
1234
|
-
$ti-icon-cards-filled: unicode('fc26');
|
|
1235
1126
|
$ti-icon-caret-down: unicode('eb5d');
|
|
1236
|
-
$ti-icon-caret-down-filled: unicode('fb2a');
|
|
1237
1127
|
$ti-icon-caret-left: unicode('eb5e');
|
|
1238
|
-
$ti-icon-caret-left-filled: unicode('fb2b');
|
|
1239
1128
|
$ti-icon-caret-left-right: unicode('fc43');
|
|
1240
|
-
$ti-icon-caret-left-right-filled: unicode('fd02');
|
|
1241
1129
|
$ti-icon-caret-right: unicode('eb5f');
|
|
1242
|
-
$ti-icon-caret-right-filled: unicode('fb2c');
|
|
1243
1130
|
$ti-icon-caret-up: unicode('eb60');
|
|
1244
1131
|
$ti-icon-caret-up-down: unicode('fc44');
|
|
1245
|
-
$ti-icon-caret-up-down-filled: unicode('fd03');
|
|
1246
|
-
$ti-icon-caret-up-filled: unicode('fb2d');
|
|
1247
1132
|
$ti-icon-carousel-horizontal: unicode('f659');
|
|
1248
|
-
$ti-icon-carousel-horizontal-filled: unicode('fa92');
|
|
1249
1133
|
$ti-icon-carousel-vertical: unicode('f65a');
|
|
1250
|
-
$ti-icon-carousel-vertical-filled: unicode('fa93');
|
|
1251
1134
|
$ti-icon-carrot: unicode('f21c');
|
|
1252
1135
|
$ti-icon-carrot-off: unicode('f3d0');
|
|
1253
1136
|
$ti-icon-cash: unicode('ea55');
|
|
@@ -1259,7 +1142,6 @@ $ti-icon-cast-off: unicode('f0c9');
|
|
|
1259
1142
|
$ti-icon-cat: unicode('f65b');
|
|
1260
1143
|
$ti-icon-category: unicode('f1f6');
|
|
1261
1144
|
$ti-icon-category-2: unicode('f1f5');
|
|
1262
|
-
$ti-icon-category-filled: unicode('fb2e');
|
|
1263
1145
|
$ti-icon-category-minus: unicode('fd20');
|
|
1264
1146
|
$ti-icon-category-plus: unicode('fd21');
|
|
1265
1147
|
$ti-icon-ce: unicode('ed75');
|
|
@@ -1282,29 +1164,22 @@ $ti-icon-charging-pile: unicode('ee26');
|
|
|
1282
1164
|
$ti-icon-chart-arcs: unicode('ee28');
|
|
1283
1165
|
$ti-icon-chart-arcs-3: unicode('ee27');
|
|
1284
1166
|
$ti-icon-chart-area: unicode('ea58');
|
|
1285
|
-
$ti-icon-chart-area-filled: unicode('f66b');
|
|
1286
1167
|
$ti-icon-chart-area-line: unicode('ea57');
|
|
1287
|
-
$ti-icon-chart-area-line-filled: unicode('f66c');
|
|
1288
1168
|
$ti-icon-chart-arrows: unicode('ee2a');
|
|
1289
1169
|
$ti-icon-chart-arrows-vertical: unicode('ee29');
|
|
1290
1170
|
$ti-icon-chart-bar: unicode('ea59');
|
|
1291
1171
|
$ti-icon-chart-bar-off: unicode('f3d2');
|
|
1292
1172
|
$ti-icon-chart-bubble: unicode('ec75');
|
|
1293
|
-
$ti-icon-chart-bubble-filled: unicode('f66d');
|
|
1294
1173
|
$ti-icon-chart-candle: unicode('ea5a');
|
|
1295
|
-
$ti-icon-chart-candle-filled: unicode('f66e');
|
|
1296
1174
|
$ti-icon-chart-circles: unicode('ee2b');
|
|
1297
1175
|
$ti-icon-chart-donut: unicode('ea5b');
|
|
1298
1176
|
$ti-icon-chart-donut-2: unicode('ee2c');
|
|
1299
1177
|
$ti-icon-chart-donut-3: unicode('ee2d');
|
|
1300
1178
|
$ti-icon-chart-donut-4: unicode('ee2e');
|
|
1301
|
-
$ti-icon-chart-donut-filled: unicode('f66f');
|
|
1302
1179
|
$ti-icon-chart-dots: unicode('ee2f');
|
|
1303
1180
|
$ti-icon-chart-dots-2: unicode('f097');
|
|
1304
1181
|
$ti-icon-chart-dots-3: unicode('f098');
|
|
1305
|
-
$ti-icon-chart-dots-filled: unicode('fd04');
|
|
1306
1182
|
$ti-icon-chart-grid-dots: unicode('f4c2');
|
|
1307
|
-
$ti-icon-chart-grid-dots-filled: unicode('fd05');
|
|
1308
1183
|
$ti-icon-chart-histogram: unicode('f65c');
|
|
1309
1184
|
$ti-icon-chart-infographic: unicode('ee30');
|
|
1310
1185
|
$ti-icon-chart-line: unicode('ea5c');
|
|
@@ -1312,7 +1187,6 @@ $ti-icon-chart-pie: unicode('ea5d');
|
|
|
1312
1187
|
$ti-icon-chart-pie-2: unicode('ee31');
|
|
1313
1188
|
$ti-icon-chart-pie-3: unicode('ee32');
|
|
1314
1189
|
$ti-icon-chart-pie-4: unicode('ee33');
|
|
1315
|
-
$ti-icon-chart-pie-filled: unicode('f670');
|
|
1316
1190
|
$ti-icon-chart-pie-off: unicode('f3d3');
|
|
1317
1191
|
$ti-icon-chart-ppf: unicode('f618');
|
|
1318
1192
|
$ti-icon-chart-radar: unicode('ed77');
|
|
@@ -1329,19 +1203,12 @@ $ti-icon-cheese: unicode('ef26');
|
|
|
1329
1203
|
$ti-icon-chef-hat: unicode('f21d');
|
|
1330
1204
|
$ti-icon-chef-hat-off: unicode('f3d4');
|
|
1331
1205
|
$ti-icon-cherry: unicode('f511');
|
|
1332
|
-
$ti-icon-cherry-filled: unicode('f728');
|
|
1333
1206
|
$ti-icon-chess: unicode('f382');
|
|
1334
1207
|
$ti-icon-chess-bishop: unicode('f56b');
|
|
1335
|
-
$ti-icon-chess-bishop-filled: unicode('f729');
|
|
1336
|
-
$ti-icon-chess-filled: unicode('f72a');
|
|
1337
1208
|
$ti-icon-chess-king: unicode('f56c');
|
|
1338
|
-
$ti-icon-chess-king-filled: unicode('f72b');
|
|
1339
1209
|
$ti-icon-chess-knight: unicode('f56d');
|
|
1340
|
-
$ti-icon-chess-knight-filled: unicode('f72c');
|
|
1341
1210
|
$ti-icon-chess-queen: unicode('f56e');
|
|
1342
|
-
$ti-icon-chess-queen-filled: unicode('f72d');
|
|
1343
1211
|
$ti-icon-chess-rook: unicode('f56f');
|
|
1344
|
-
$ti-icon-chess-rook-filled: unicode('f72e');
|
|
1345
1212
|
$ti-icon-chevron-compact-down: unicode('faf0');
|
|
1346
1213
|
$ti-icon-chevron-compact-left: unicode('faf1');
|
|
1347
1214
|
$ti-icon-chevron-compact-right: unicode('faf2');
|
|
@@ -1369,38 +1236,19 @@ $ti-icon-christmas-ball: unicode('fd31');
|
|
|
1369
1236
|
$ti-icon-christmas-tree: unicode('ed78');
|
|
1370
1237
|
$ti-icon-christmas-tree-off: unicode('f3d5');
|
|
1371
1238
|
$ti-icon-circle: unicode('ea6b');
|
|
1372
|
-
$ti-icon-circle-0-filled: unicode('f72f');
|
|
1373
|
-
$ti-icon-circle-1-filled: unicode('f730');
|
|
1374
|
-
$ti-icon-circle-2-filled: unicode('f731');
|
|
1375
|
-
$ti-icon-circle-3-filled: unicode('f732');
|
|
1376
|
-
$ti-icon-circle-4-filled: unicode('f733');
|
|
1377
|
-
$ti-icon-circle-5-filled: unicode('f734');
|
|
1378
|
-
$ti-icon-circle-6-filled: unicode('f735');
|
|
1379
|
-
$ti-icon-circle-7-filled: unicode('f736');
|
|
1380
|
-
$ti-icon-circle-8-filled: unicode('f737');
|
|
1381
|
-
$ti-icon-circle-9-filled: unicode('f738');
|
|
1382
1239
|
$ti-icon-circle-arrow-down: unicode('f6f9');
|
|
1383
|
-
$ti-icon-circle-arrow-down-filled: unicode('f6f4');
|
|
1384
1240
|
$ti-icon-circle-arrow-down-left: unicode('f6f6');
|
|
1385
|
-
$ti-icon-circle-arrow-down-left-filled: unicode('f6f5');
|
|
1386
1241
|
$ti-icon-circle-arrow-down-right: unicode('f6f8');
|
|
1387
|
-
$ti-icon-circle-arrow-down-right-filled: unicode('f6f7');
|
|
1388
1242
|
$ti-icon-circle-arrow-left: unicode('f6fb');
|
|
1389
|
-
$ti-icon-circle-arrow-left-filled: unicode('f6fa');
|
|
1390
1243
|
$ti-icon-circle-arrow-right: unicode('f6fd');
|
|
1391
|
-
$ti-icon-circle-arrow-right-filled: unicode('f6fc');
|
|
1392
1244
|
$ti-icon-circle-arrow-up: unicode('f703');
|
|
1393
|
-
$ti-icon-circle-arrow-up-filled: unicode('f6fe');
|
|
1394
1245
|
$ti-icon-circle-arrow-up-left: unicode('f700');
|
|
1395
|
-
$ti-icon-circle-arrow-up-left-filled: unicode('f6ff');
|
|
1396
1246
|
$ti-icon-circle-arrow-up-right: unicode('f702');
|
|
1397
|
-
$ti-icon-circle-arrow-up-right-filled: unicode('f701');
|
|
1398
1247
|
$ti-icon-circle-caret-down: unicode('f4a9');
|
|
1399
1248
|
$ti-icon-circle-caret-left: unicode('f4aa');
|
|
1400
1249
|
$ti-icon-circle-caret-right: unicode('f4ab');
|
|
1401
1250
|
$ti-icon-circle-caret-up: unicode('f4ac');
|
|
1402
1251
|
$ti-icon-circle-check: unicode('ea67');
|
|
1403
|
-
$ti-icon-circle-check-filled: unicode('f704');
|
|
1404
1252
|
$ti-icon-circle-chevron-down: unicode('f622');
|
|
1405
1253
|
$ti-icon-circle-chevron-left: unicode('f623');
|
|
1406
1254
|
$ti-icon-circle-chevron-right: unicode('f624');
|
|
@@ -1423,14 +1271,11 @@ $ti-icon-circle-dashed-number-9: unicode('fc74');
|
|
|
1423
1271
|
$ti-icon-circle-dashed-percentage: unicode('fd7a');
|
|
1424
1272
|
$ti-icon-circle-dashed-x: unicode('fc75');
|
|
1425
1273
|
$ti-icon-circle-dot: unicode('efb1');
|
|
1426
|
-
$ti-icon-circle-dot-filled: unicode('f705');
|
|
1427
1274
|
$ti-icon-circle-dotted: unicode('ed28');
|
|
1428
|
-
$ti-icon-circle-filled: unicode('f671');
|
|
1429
1275
|
$ti-icon-circle-half: unicode('ee3f');
|
|
1430
1276
|
$ti-icon-circle-half-2: unicode('eff3');
|
|
1431
1277
|
$ti-icon-circle-half-vertical: unicode('ee3e');
|
|
1432
1278
|
$ti-icon-circle-key: unicode('f633');
|
|
1433
|
-
$ti-icon-circle-key-filled: unicode('f706');
|
|
1434
1279
|
$ti-icon-circle-letter-a: unicode('f441');
|
|
1435
1280
|
$ti-icon-circle-letter-b: unicode('f442');
|
|
1436
1281
|
$ti-icon-circle-letter-c: unicode('f443');
|
|
@@ -1478,9 +1323,7 @@ $ti-icon-circle-rectangle-off: unicode('f0cd');
|
|
|
1478
1323
|
$ti-icon-circle-square: unicode('ece4');
|
|
1479
1324
|
$ti-icon-circle-triangle: unicode('f011');
|
|
1480
1325
|
$ti-icon-circle-x: unicode('ea6a');
|
|
1481
|
-
$ti-icon-circle-x-filled: unicode('f739');
|
|
1482
1326
|
$ti-icon-circles: unicode('ece5');
|
|
1483
|
-
$ti-icon-circles-filled: unicode('f672');
|
|
1484
1327
|
$ti-icon-circles-relation: unicode('f4c3');
|
|
1485
1328
|
$ti-icon-circuit-ammeter: unicode('f271');
|
|
1486
1329
|
$ti-icon-circuit-battery: unicode('f272');
|
|
@@ -1512,6 +1355,7 @@ $ti-icon-clipboard-heart: unicode('f34e');
|
|
|
1512
1355
|
$ti-icon-clipboard-list: unicode('ea6d');
|
|
1513
1356
|
$ti-icon-clipboard-off: unicode('f0ce');
|
|
1514
1357
|
$ti-icon-clipboard-plus: unicode('efb2');
|
|
1358
|
+
$ti-icon-clipboard-smile: unicode('fd9a');
|
|
1515
1359
|
$ti-icon-clipboard-text: unicode('f089');
|
|
1516
1360
|
$ti-icon-clipboard-typography: unicode('f34f');
|
|
1517
1361
|
$ti-icon-clipboard-x: unicode('ea6e');
|
|
@@ -1528,7 +1372,6 @@ $ti-icon-clock-dollar: unicode('f846');
|
|
|
1528
1372
|
$ti-icon-clock-down: unicode('f7c3');
|
|
1529
1373
|
$ti-icon-clock-edit: unicode('f547');
|
|
1530
1374
|
$ti-icon-clock-exclamation: unicode('f847');
|
|
1531
|
-
$ti-icon-clock-filled: unicode('f73a');
|
|
1532
1375
|
$ti-icon-clock-heart: unicode('f7c4');
|
|
1533
1376
|
$ti-icon-clock-hour-1: unicode('f313');
|
|
1534
1377
|
$ti-icon-clock-hour-10: unicode('f314');
|
|
@@ -1571,7 +1414,6 @@ $ti-icon-cloud-dollar: unicode('f850');
|
|
|
1571
1414
|
$ti-icon-cloud-down: unicode('f851');
|
|
1572
1415
|
$ti-icon-cloud-download: unicode('ea71');
|
|
1573
1416
|
$ti-icon-cloud-exclamation: unicode('f852');
|
|
1574
|
-
$ti-icon-cloud-filled: unicode('f673');
|
|
1575
1417
|
$ti-icon-cloud-fog: unicode('ecd9');
|
|
1576
1418
|
$ti-icon-cloud-heart: unicode('f853');
|
|
1577
1419
|
$ti-icon-cloud-lock: unicode('efdb');
|
|
@@ -1595,9 +1437,8 @@ $ti-icon-cloud-x: unicode('f85d');
|
|
|
1595
1437
|
$ti-icon-clover: unicode('f1ea');
|
|
1596
1438
|
$ti-icon-clover-2: unicode('f21e');
|
|
1597
1439
|
$ti-icon-clubs: unicode('eff4');
|
|
1598
|
-
$ti-icon-clubs-filled: unicode('f674');
|
|
1599
1440
|
$ti-icon-code: unicode('ea77');
|
|
1600
|
-
$ti-icon-code-
|
|
1441
|
+
$ti-icon-code-asterisk: unicode('f312');
|
|
1601
1442
|
$ti-icon-code-circle: unicode('f4ff');
|
|
1602
1443
|
$ti-icon-code-circle-2: unicode('f4fe');
|
|
1603
1444
|
$ti-icon-code-dots: unicode('f61a');
|
|
@@ -1609,23 +1450,14 @@ $ti-icon-coffee-off: unicode('f106');
|
|
|
1609
1450
|
$ti-icon-coffin: unicode('f579');
|
|
1610
1451
|
$ti-icon-coin: unicode('eb82');
|
|
1611
1452
|
$ti-icon-coin-bitcoin: unicode('f2be');
|
|
1612
|
-
$ti-icon-coin-bitcoin-filled: unicode('fd06');
|
|
1613
1453
|
$ti-icon-coin-euro: unicode('f2bf');
|
|
1614
|
-
$ti-icon-coin-euro-filled: unicode('fd07');
|
|
1615
|
-
$ti-icon-coin-filled: unicode('fd08');
|
|
1616
1454
|
$ti-icon-coin-monero: unicode('f4a0');
|
|
1617
|
-
$ti-icon-coin-monero-filled: unicode('fd09');
|
|
1618
1455
|
$ti-icon-coin-off: unicode('f0d1');
|
|
1619
1456
|
$ti-icon-coin-pound: unicode('f2c0');
|
|
1620
|
-
$ti-icon-coin-pound-filled: unicode('fd0a');
|
|
1621
1457
|
$ti-icon-coin-rupee: unicode('f2c1');
|
|
1622
|
-
$ti-icon-coin-rupee-filled: unicode('fd0b');
|
|
1623
1458
|
$ti-icon-coin-taka: unicode('fd0d');
|
|
1624
|
-
$ti-icon-coin-taka-filled: unicode('fd0c');
|
|
1625
1459
|
$ti-icon-coin-yen: unicode('f2c2');
|
|
1626
|
-
$ti-icon-coin-yen-filled: unicode('fd0e');
|
|
1627
1460
|
$ti-icon-coin-yuan: unicode('f2c3');
|
|
1628
|
-
$ti-icon-coin-yuan-filled: unicode('fd0f');
|
|
1629
1461
|
$ti-icon-coins: unicode('f65d');
|
|
1630
1462
|
$ti-icon-color-filter: unicode('f5a8');
|
|
1631
1463
|
$ti-icon-color-picker: unicode('ebe6');
|
|
@@ -1644,7 +1476,6 @@ $ti-icon-comet: unicode('ec76');
|
|
|
1644
1476
|
$ti-icon-command: unicode('ea78');
|
|
1645
1477
|
$ti-icon-command-off: unicode('f3d7');
|
|
1646
1478
|
$ti-icon-compass: unicode('ea79');
|
|
1647
|
-
$ti-icon-compass-filled: unicode('fd10');
|
|
1648
1479
|
$ti-icon-compass-off: unicode('f0d5');
|
|
1649
1480
|
$ti-icon-components: unicode('efa5');
|
|
1650
1481
|
$ti-icon-components-off: unicode('f0d6');
|
|
@@ -1662,20 +1493,18 @@ $ti-icon-contrast-2: unicode('efc7');
|
|
|
1662
1493
|
$ti-icon-contrast-2-off: unicode('f3da');
|
|
1663
1494
|
$ti-icon-contrast-off: unicode('f3db');
|
|
1664
1495
|
$ti-icon-cooker: unicode('f57a');
|
|
1665
|
-
$ti-icon-cookie: unicode('
|
|
1666
|
-
$ti-icon-cookie-man: unicode('
|
|
1496
|
+
$ti-icon-cookie: unicode('fdb1');
|
|
1497
|
+
$ti-icon-cookie-man: unicode('fdb2');
|
|
1667
1498
|
$ti-icon-cookie-off: unicode('f0d7');
|
|
1668
1499
|
$ti-icon-copy: unicode('ea7a');
|
|
1669
|
-
$ti-icon-copy-check: unicode('
|
|
1670
|
-
$ti-icon-copy-minus: unicode('
|
|
1500
|
+
$ti-icon-copy-check: unicode('fdb0');
|
|
1501
|
+
$ti-icon-copy-minus: unicode('fdaf');
|
|
1671
1502
|
$ti-icon-copy-off: unicode('f0d8');
|
|
1672
|
-
$ti-icon-copy-plus: unicode('
|
|
1673
|
-
$ti-icon-copy-x: unicode('
|
|
1503
|
+
$ti-icon-copy-plus: unicode('fdae');
|
|
1504
|
+
$ti-icon-copy-x: unicode('fdad');
|
|
1674
1505
|
$ti-icon-copyleft: unicode('ec3d');
|
|
1675
|
-
$ti-icon-copyleft-filled: unicode('f73b');
|
|
1676
1506
|
$ti-icon-copyleft-off: unicode('f0d9');
|
|
1677
1507
|
$ti-icon-copyright: unicode('ea7b');
|
|
1678
|
-
$ti-icon-copyright-filled: unicode('f73c');
|
|
1679
1508
|
$ti-icon-copyright-off: unicode('f0da');
|
|
1680
1509
|
$ti-icon-corner-down-left: unicode('ea7c');
|
|
1681
1510
|
$ti-icon-corner-down-left-double: unicode('ee48');
|
|
@@ -1706,7 +1535,6 @@ $ti-icon-creative-commons-off: unicode('f10a');
|
|
|
1706
1535
|
$ti-icon-creative-commons-sa: unicode('f222');
|
|
1707
1536
|
$ti-icon-creative-commons-zero: unicode('f223');
|
|
1708
1537
|
$ti-icon-credit-card: unicode('ea84');
|
|
1709
|
-
$ti-icon-credit-card-filled: unicode('fd11');
|
|
1710
1538
|
$ti-icon-credit-card-off: unicode('ed11');
|
|
1711
1539
|
$ti-icon-credit-card-pay: unicode('fd32');
|
|
1712
1540
|
$ti-icon-credit-card-refund: unicode('fd33');
|
|
@@ -1720,7 +1548,6 @@ $ti-icon-crop-7-5: unicode('fd54');
|
|
|
1720
1548
|
$ti-icon-crop-landscape: unicode('fd55');
|
|
1721
1549
|
$ti-icon-crop-portrait: unicode('fd56');
|
|
1722
1550
|
$ti-icon-cross: unicode('ef8f');
|
|
1723
|
-
$ti-icon-cross-filled: unicode('f675');
|
|
1724
1551
|
$ti-icon-cross-off: unicode('f10b');
|
|
1725
1552
|
$ti-icon-crosshair: unicode('ec3e');
|
|
1726
1553
|
$ti-icon-crown: unicode('ed12');
|
|
@@ -1829,6 +1656,7 @@ $ti-icon-database-off: unicode('ee70');
|
|
|
1829
1656
|
$ti-icon-database-plus: unicode('fa17');
|
|
1830
1657
|
$ti-icon-database-search: unicode('fa18');
|
|
1831
1658
|
$ti-icon-database-share: unicode('fa19');
|
|
1659
|
+
$ti-icon-database-smile: unicode('fd9b');
|
|
1832
1660
|
$ti-icon-database-star: unicode('fa1a');
|
|
1833
1661
|
$ti-icon-database-x: unicode('fa1b');
|
|
1834
1662
|
$ti-icon-decimal: unicode('fa26');
|
|
@@ -1878,7 +1706,6 @@ $ti-icon-device-gamepad: unicode('eb63');
|
|
|
1878
1706
|
$ti-icon-device-gamepad-2: unicode('f1d2');
|
|
1879
1707
|
$ti-icon-device-gamepad-3: unicode('fc58');
|
|
1880
1708
|
$ti-icon-device-heart-monitor: unicode('f060');
|
|
1881
|
-
$ti-icon-device-heart-monitor-filled: unicode('fa38');
|
|
1882
1709
|
$ti-icon-device-imac: unicode('f7a7');
|
|
1883
1710
|
$ti-icon-device-imac-bolt: unicode('f871');
|
|
1884
1711
|
$ti-icon-device-imac-cancel: unicode('f872');
|
|
@@ -1955,7 +1782,6 @@ $ti-icon-device-mobile-cog: unicode('f8b1');
|
|
|
1955
1782
|
$ti-icon-device-mobile-dollar: unicode('f8b2');
|
|
1956
1783
|
$ti-icon-device-mobile-down: unicode('f8b3');
|
|
1957
1784
|
$ti-icon-device-mobile-exclamation: unicode('f8b4');
|
|
1958
|
-
$ti-icon-device-mobile-filled: unicode('fa39');
|
|
1959
1785
|
$ti-icon-device-mobile-heart: unicode('f8b5');
|
|
1960
1786
|
$ti-icon-device-mobile-message: unicode('ee79');
|
|
1961
1787
|
$ti-icon-device-mobile-minus: unicode('f8b6');
|
|
@@ -1991,7 +1817,6 @@ $ti-icon-device-tablet-cog: unicode('f8c4');
|
|
|
1991
1817
|
$ti-icon-device-tablet-dollar: unicode('f8c5');
|
|
1992
1818
|
$ti-icon-device-tablet-down: unicode('f8c6');
|
|
1993
1819
|
$ti-icon-device-tablet-exclamation: unicode('f8c7');
|
|
1994
|
-
$ti-icon-device-tablet-filled: unicode('fa3a');
|
|
1995
1820
|
$ti-icon-device-tablet-heart: unicode('f8c8');
|
|
1996
1821
|
$ti-icon-device-tablet-minus: unicode('f8c9');
|
|
1997
1822
|
$ti-icon-device-tablet-off: unicode('f063');
|
|
@@ -2060,33 +1885,22 @@ $ti-icon-diabolo: unicode('fa9c');
|
|
|
2060
1885
|
$ti-icon-diabolo-off: unicode('fa9a');
|
|
2061
1886
|
$ti-icon-diabolo-plus: unicode('fa9b');
|
|
2062
1887
|
$ti-icon-dialpad: unicode('f067');
|
|
2063
|
-
$ti-icon-dialpad-filled: unicode('fa3b');
|
|
2064
1888
|
$ti-icon-dialpad-off: unicode('f114');
|
|
2065
1889
|
$ti-icon-diamond: unicode('eb65');
|
|
2066
|
-
$ti-icon-diamond-filled: unicode('f73d');
|
|
2067
1890
|
$ti-icon-diamond-off: unicode('f115');
|
|
2068
1891
|
$ti-icon-diamonds: unicode('eff5');
|
|
2069
|
-
$ti-icon-diamonds-filled: unicode('f676');
|
|
2070
1892
|
$ti-icon-dice: unicode('eb66');
|
|
2071
1893
|
$ti-icon-dice-1: unicode('f08b');
|
|
2072
|
-
$ti-icon-dice-1-filled: unicode('f73e');
|
|
2073
1894
|
$ti-icon-dice-2: unicode('f08c');
|
|
2074
|
-
$ti-icon-dice-2-filled: unicode('f73f');
|
|
2075
1895
|
$ti-icon-dice-3: unicode('f08d');
|
|
2076
|
-
$ti-icon-dice-3-filled: unicode('f740');
|
|
2077
1896
|
$ti-icon-dice-4: unicode('f08e');
|
|
2078
|
-
$ti-icon-dice-4-filled: unicode('f741');
|
|
2079
1897
|
$ti-icon-dice-5: unicode('f08f');
|
|
2080
|
-
$ti-icon-dice-5-filled: unicode('f742');
|
|
2081
1898
|
$ti-icon-dice-6: unicode('f090');
|
|
2082
|
-
$ti-icon-dice-6-filled: unicode('f743');
|
|
2083
|
-
$ti-icon-dice-filled: unicode('f744');
|
|
2084
1899
|
$ti-icon-dimensions: unicode('ee7b');
|
|
2085
1900
|
$ti-icon-direction: unicode('ebfb');
|
|
2086
1901
|
$ti-icon-direction-arrows: unicode('fd36');
|
|
2087
1902
|
$ti-icon-direction-horizontal: unicode('ebfa');
|
|
2088
1903
|
$ti-icon-direction-sign: unicode('f1f7');
|
|
2089
|
-
$ti-icon-direction-sign-filled: unicode('f745');
|
|
2090
1904
|
$ti-icon-direction-sign-off: unicode('f3e5');
|
|
2091
1905
|
$ti-icon-directions: unicode('ea8e');
|
|
2092
1906
|
$ti-icon-directions-off: unicode('f116');
|
|
@@ -2097,10 +1911,6 @@ $ti-icon-disc: unicode('ea90');
|
|
|
2097
1911
|
$ti-icon-disc-golf: unicode('f385');
|
|
2098
1912
|
$ti-icon-disc-off: unicode('f118');
|
|
2099
1913
|
$ti-icon-discount: unicode('ebbd');
|
|
2100
|
-
$ti-icon-discount-2: unicode('ee7c');
|
|
2101
|
-
$ti-icon-discount-2-off: unicode('f3e6');
|
|
2102
|
-
$ti-icon-discount-check: unicode('f1f8');
|
|
2103
|
-
$ti-icon-discount-check-filled: unicode('f746');
|
|
2104
1914
|
$ti-icon-discount-off: unicode('f3e7');
|
|
2105
1915
|
$ti-icon-divide: unicode('ed5c');
|
|
2106
1916
|
$ti-icon-dna: unicode('ee7d');
|
|
@@ -2134,11 +1944,8 @@ $ti-icon-droplet-cog: unicode('f8fd');
|
|
|
2134
1944
|
$ti-icon-droplet-dollar: unicode('f8fe');
|
|
2135
1945
|
$ti-icon-droplet-down: unicode('f8ff');
|
|
2136
1946
|
$ti-icon-droplet-exclamation: unicode('f900');
|
|
2137
|
-
$ti-icon-droplet-filled: unicode('ee80');
|
|
2138
1947
|
$ti-icon-droplet-half: unicode('ee82');
|
|
2139
1948
|
$ti-icon-droplet-half-2: unicode('ee81');
|
|
2140
|
-
$ti-icon-droplet-half-2-filled: unicode('fb6c');
|
|
2141
|
-
$ti-icon-droplet-half-filled: unicode('f6c5');
|
|
2142
1949
|
$ti-icon-droplet-heart: unicode('f901');
|
|
2143
1950
|
$ti-icon-droplet-minus: unicode('f902');
|
|
2144
1951
|
$ti-icon-droplet-off: unicode('ee83');
|
|
@@ -2169,7 +1976,6 @@ $ti-icon-edit-circle-off: unicode('f11d');
|
|
|
2169
1976
|
$ti-icon-edit-off: unicode('f11e');
|
|
2170
1977
|
$ti-icon-egg: unicode('eb8a');
|
|
2171
1978
|
$ti-icon-egg-cracked: unicode('f2d6');
|
|
2172
|
-
$ti-icon-egg-filled: unicode('f678');
|
|
2173
1979
|
$ti-icon-egg-fried: unicode('f386');
|
|
2174
1980
|
$ti-icon-egg-off: unicode('f11f');
|
|
2175
1981
|
$ti-icon-eggs: unicode('f500');
|
|
@@ -2219,7 +2025,6 @@ $ti-icon-eye-dollar: unicode('fb71');
|
|
|
2219
2025
|
$ti-icon-eye-down: unicode('fb72');
|
|
2220
2026
|
$ti-icon-eye-edit: unicode('f7ee');
|
|
2221
2027
|
$ti-icon-eye-exclamation: unicode('f7ef');
|
|
2222
|
-
$ti-icon-eye-filled: unicode('f679');
|
|
2223
2028
|
$ti-icon-eye-heart: unicode('f7f0');
|
|
2224
2029
|
$ti-icon-eye-minus: unicode('fb73');
|
|
2225
2030
|
$ti-icon-eye-off: unicode('ecf0');
|
|
@@ -2272,7 +2077,6 @@ $ti-icon-file-dots: unicode('f038');
|
|
|
2272
2077
|
$ti-icon-file-download: unicode('ea9d');
|
|
2273
2078
|
$ti-icon-file-euro: unicode('efe1');
|
|
2274
2079
|
$ti-icon-file-export: unicode('ede9');
|
|
2275
|
-
$ti-icon-file-filled: unicode('f747');
|
|
2276
2080
|
$ti-icon-file-function: unicode('f53e');
|
|
2277
2081
|
$ti-icon-file-horizontal: unicode('ebb0');
|
|
2278
2082
|
$ti-icon-file-import: unicode('edea');
|
|
@@ -2335,7 +2139,6 @@ $ti-icon-file-unknown: unicode('f042');
|
|
|
2335
2139
|
$ti-icon-file-upload: unicode('ec91');
|
|
2336
2140
|
$ti-icon-file-vector: unicode('f043');
|
|
2337
2141
|
$ti-icon-file-x: unicode('eaa3');
|
|
2338
|
-
$ti-icon-file-x-filled: unicode('f748');
|
|
2339
2142
|
$ti-icon-file-zip: unicode('ed4e');
|
|
2340
2143
|
$ti-icon-files: unicode('edef');
|
|
2341
2144
|
$ti-icon-files-off: unicode('edee');
|
|
@@ -2350,7 +2153,6 @@ $ti-icon-filter-dollar: unicode('f9ff');
|
|
|
2350
2153
|
$ti-icon-filter-down: unicode('fb81');
|
|
2351
2154
|
$ti-icon-filter-edit: unicode('fa00');
|
|
2352
2155
|
$ti-icon-filter-exclamation: unicode('fb82');
|
|
2353
|
-
$ti-icon-filter-filled: unicode('fc27');
|
|
2354
2156
|
$ti-icon-filter-heart: unicode('fb83');
|
|
2355
2157
|
$ti-icon-filter-minus: unicode('fa01');
|
|
2356
2158
|
$ti-icon-filter-off: unicode('ed2c');
|
|
@@ -2381,10 +2183,8 @@ $ti-icon-fish-hook-off: unicode('f3ee');
|
|
|
2381
2183
|
$ti-icon-fish-off: unicode('f12b');
|
|
2382
2184
|
$ti-icon-flag: unicode('eaa6');
|
|
2383
2185
|
$ti-icon-flag-2: unicode('ee8c');
|
|
2384
|
-
$ti-icon-flag-2-filled: unicode('f707');
|
|
2385
2186
|
$ti-icon-flag-2-off: unicode('f12c');
|
|
2386
2187
|
$ti-icon-flag-3: unicode('ee8d');
|
|
2387
|
-
$ti-icon-flag-3-filled: unicode('f708');
|
|
2388
2188
|
$ti-icon-flag-bolt: unicode('fb8a');
|
|
2389
2189
|
$ti-icon-flag-cancel: unicode('fb8b');
|
|
2390
2190
|
$ti-icon-flag-check: unicode('fb8c');
|
|
@@ -2394,7 +2194,6 @@ $ti-icon-flag-discount: unicode('fb8f');
|
|
|
2394
2194
|
$ti-icon-flag-dollar: unicode('fb90');
|
|
2395
2195
|
$ti-icon-flag-down: unicode('fb91');
|
|
2396
2196
|
$ti-icon-flag-exclamation: unicode('fb92');
|
|
2397
|
-
$ti-icon-flag-filled: unicode('f67a');
|
|
2398
2197
|
$ti-icon-flag-heart: unicode('fb93');
|
|
2399
2198
|
$ti-icon-flag-minus: unicode('fb94');
|
|
2400
2199
|
$ti-icon-flag-off: unicode('f12d');
|
|
@@ -2412,9 +2211,7 @@ $ti-icon-flame-off: unicode('f12e');
|
|
|
2412
2211
|
$ti-icon-flare: unicode('ee8e');
|
|
2413
2212
|
$ti-icon-flask: unicode('ebd2');
|
|
2414
2213
|
$ti-icon-flask-2: unicode('ef60');
|
|
2415
|
-
$ti-icon-flask-2-filled: unicode('fd12');
|
|
2416
2214
|
$ti-icon-flask-2-off: unicode('f12f');
|
|
2417
|
-
$ti-icon-flask-filled: unicode('fd13');
|
|
2418
2215
|
$ti-icon-flask-off: unicode('f130');
|
|
2419
2216
|
$ti-icon-flip-flops: unicode('f564');
|
|
2420
2217
|
$ti-icon-flip-horizontal: unicode('eaa7');
|
|
@@ -2441,7 +2238,6 @@ $ti-icon-folder-cog: unicode('f910');
|
|
|
2441
2238
|
$ti-icon-folder-dollar: unicode('f911');
|
|
2442
2239
|
$ti-icon-folder-down: unicode('f912');
|
|
2443
2240
|
$ti-icon-folder-exclamation: unicode('f913');
|
|
2444
|
-
$ti-icon-folder-filled: unicode('f749');
|
|
2445
2241
|
$ti-icon-folder-heart: unicode('f914');
|
|
2446
2242
|
$ti-icon-folder-minus: unicode('eaaa');
|
|
2447
2243
|
$ti-icon-folder-off: unicode('ed14');
|
|
@@ -2461,12 +2257,9 @@ $ti-icon-folders: unicode('eaae');
|
|
|
2461
2257
|
$ti-icon-folders-off: unicode('f133');
|
|
2462
2258
|
$ti-icon-forbid: unicode('ebd5');
|
|
2463
2259
|
$ti-icon-forbid-2: unicode('ebd4');
|
|
2464
|
-
$ti-icon-forbid-2-filled: unicode('fc28');
|
|
2465
|
-
$ti-icon-forbid-filled: unicode('fc29');
|
|
2466
2260
|
$ti-icon-forklift: unicode('ebe9');
|
|
2467
2261
|
$ti-icon-forms: unicode('ee8f');
|
|
2468
2262
|
$ti-icon-fountain: unicode('f09b');
|
|
2469
|
-
$ti-icon-fountain-filled: unicode('fc2a');
|
|
2470
2263
|
$ti-icon-fountain-off: unicode('f134');
|
|
2471
2264
|
$ti-icon-frame: unicode('eaaf');
|
|
2472
2265
|
$ti-icon-frame-off: unicode('f135');
|
|
@@ -2482,7 +2275,6 @@ $ti-icon-frustum: unicode('fa9f');
|
|
|
2482
2275
|
$ti-icon-frustum-off: unicode('fa9d');
|
|
2483
2276
|
$ti-icon-frustum-plus: unicode('fa9e');
|
|
2484
2277
|
$ti-icon-function: unicode('f225');
|
|
2485
|
-
$ti-icon-function-filled: unicode('fc2b');
|
|
2486
2278
|
$ti-icon-function-off: unicode('f3f0');
|
|
2487
2279
|
$ti-icon-galaxy: unicode('fcb6');
|
|
2488
2280
|
$ti-icon-garden-cart: unicode('f23e');
|
|
@@ -2490,7 +2282,6 @@ $ti-icon-garden-cart-off: unicode('f3f1');
|
|
|
2490
2282
|
$ti-icon-gas-station: unicode('ec7d');
|
|
2491
2283
|
$ti-icon-gas-station-off: unicode('f137');
|
|
2492
2284
|
$ti-icon-gauge: unicode('eab1');
|
|
2493
|
-
$ti-icon-gauge-filled: unicode('fc2c');
|
|
2494
2285
|
$ti-icon-gauge-off: unicode('f138');
|
|
2495
2286
|
$ti-icon-gavel: unicode('ef90');
|
|
2496
2287
|
$ti-icon-gender-agender: unicode('f0e1');
|
|
@@ -2514,15 +2305,11 @@ $ti-icon-gender-trasvesti: unicode('f0f2');
|
|
|
2514
2305
|
$ti-icon-geometry: unicode('ee90');
|
|
2515
2306
|
$ti-icon-ghost: unicode('eb8e');
|
|
2516
2307
|
$ti-icon-ghost-2: unicode('f57c');
|
|
2517
|
-
$ti-icon-ghost-2-filled: unicode('f74a');
|
|
2518
2308
|
$ti-icon-ghost-3: unicode('fc13');
|
|
2519
|
-
$ti-icon-ghost-filled: unicode('f74b');
|
|
2520
2309
|
$ti-icon-ghost-off: unicode('f3f2');
|
|
2521
2310
|
$ti-icon-gif: unicode('f257');
|
|
2522
2311
|
$ti-icon-gift: unicode('eb68');
|
|
2523
2312
|
$ti-icon-gift-card: unicode('f3aa');
|
|
2524
|
-
$ti-icon-gift-card-filled: unicode('fc2d');
|
|
2525
|
-
$ti-icon-gift-filled: unicode('fd14');
|
|
2526
2313
|
$ti-icon-gift-off: unicode('f3f3');
|
|
2527
2314
|
$ti-icon-git-branch: unicode('eab2');
|
|
2528
2315
|
$ti-icon-git-branch-deleted: unicode('f57d');
|
|
@@ -2536,11 +2323,12 @@ $ti-icon-git-pull-request-closed: unicode('ef7f');
|
|
|
2536
2323
|
$ti-icon-git-pull-request-draft: unicode('efb7');
|
|
2537
2324
|
$ti-icon-gizmo: unicode('f02b');
|
|
2538
2325
|
$ti-icon-glass: unicode('eab8');
|
|
2326
|
+
$ti-icon-glass-champagne: unicode('fd9c');
|
|
2327
|
+
$ti-icon-glass-cocktail: unicode('fd9d');
|
|
2539
2328
|
$ti-icon-glass-full: unicode('eab7');
|
|
2540
|
-
$ti-icon-glass-
|
|
2329
|
+
$ti-icon-glass-gin: unicode('fd9e');
|
|
2541
2330
|
$ti-icon-glass-off: unicode('ee91');
|
|
2542
2331
|
$ti-icon-globe: unicode('eab9');
|
|
2543
|
-
$ti-icon-globe-filled: unicode('fc2f');
|
|
2544
2332
|
$ti-icon-globe-off: unicode('f139');
|
|
2545
2333
|
$ti-icon-go-game: unicode('f512');
|
|
2546
2334
|
$ti-icon-golf: unicode('ed8c');
|
|
@@ -2549,7 +2337,6 @@ $ti-icon-gps: unicode('ed7a');
|
|
|
2549
2337
|
$ti-icon-gradienter: unicode('f3ab');
|
|
2550
2338
|
$ti-icon-grain: unicode('ee92');
|
|
2551
2339
|
$ti-icon-graph: unicode('f288');
|
|
2552
|
-
$ti-icon-graph-filled: unicode('fd15');
|
|
2553
2340
|
$ti-icon-graph-off: unicode('f3f4');
|
|
2554
2341
|
$ti-icon-grave: unicode('f580');
|
|
2555
2342
|
$ti-icon-grave-2: unicode('f57f');
|
|
@@ -2567,7 +2354,6 @@ $ti-icon-grip-horizontal: unicode('ec00');
|
|
|
2567
2354
|
$ti-icon-grip-vertical: unicode('ec01');
|
|
2568
2355
|
$ti-icon-growth: unicode('ee93');
|
|
2569
2356
|
$ti-icon-guitar-pick: unicode('f4c6');
|
|
2570
|
-
$ti-icon-guitar-pick-filled: unicode('f67b');
|
|
2571
2357
|
$ti-icon-gymnastics: unicode('fd44');
|
|
2572
2358
|
$ti-icon-h-1: unicode('ec94');
|
|
2573
2359
|
$ti-icon-h-2: unicode('ec95');
|
|
@@ -2582,11 +2368,11 @@ $ti-icon-hand-finger: unicode('ee94');
|
|
|
2582
2368
|
$ti-icon-hand-finger-off: unicode('f13d');
|
|
2583
2369
|
$ti-icon-hand-grab: unicode('f091');
|
|
2584
2370
|
$ti-icon-hand-little-finger: unicode('ee95');
|
|
2371
|
+
$ti-icon-hand-love-you: unicode('ee97');
|
|
2585
2372
|
$ti-icon-hand-middle-finger: unicode('ec2d');
|
|
2586
2373
|
$ti-icon-hand-move: unicode('ef50');
|
|
2587
2374
|
$ti-icon-hand-off: unicode('ed15');
|
|
2588
2375
|
$ti-icon-hand-ring-finger: unicode('ee96');
|
|
2589
|
-
$ti-icon-hand-rock: unicode('ee97');
|
|
2590
2376
|
$ti-icon-hand-sanitizer: unicode('f5f4');
|
|
2591
2377
|
$ti-icon-hand-stop: unicode('ec2e');
|
|
2592
2378
|
$ti-icon-hand-three-fingers: unicode('ee98');
|
|
@@ -2601,7 +2387,6 @@ $ti-icon-hdr: unicode('fa7b');
|
|
|
2601
2387
|
$ti-icon-heading: unicode('ee9b');
|
|
2602
2388
|
$ti-icon-heading-off: unicode('f13f');
|
|
2603
2389
|
$ti-icon-headphones: unicode('eabd');
|
|
2604
|
-
$ti-icon-headphones-filled: unicode('fa3c');
|
|
2605
2390
|
$ti-icon-headphones-off: unicode('ed1d');
|
|
2606
2391
|
$ti-icon-headset: unicode('eb90');
|
|
2607
2392
|
$ti-icon-headset-off: unicode('f3f6');
|
|
@@ -2617,7 +2402,6 @@ $ti-icon-heart-discount: unicode('fba3');
|
|
|
2617
2402
|
$ti-icon-heart-dollar: unicode('fba4');
|
|
2618
2403
|
$ti-icon-heart-down: unicode('fba5');
|
|
2619
2404
|
$ti-icon-heart-exclamation: unicode('fba6');
|
|
2620
|
-
$ti-icon-heart-filled: unicode('f67c');
|
|
2621
2405
|
$ti-icon-heart-handshake: unicode('f0f3');
|
|
2622
2406
|
$ti-icon-heart-minus: unicode('f140');
|
|
2623
2407
|
$ti-icon-heart-off: unicode('f141');
|
|
@@ -2640,35 +2424,18 @@ $ti-icon-helmet: unicode('efca');
|
|
|
2640
2424
|
$ti-icon-helmet-off: unicode('f143');
|
|
2641
2425
|
$ti-icon-help: unicode('eabf');
|
|
2642
2426
|
$ti-icon-help-circle: unicode('f91d');
|
|
2643
|
-
$ti-icon-help-circle-filled: unicode('fa3d');
|
|
2644
2427
|
$ti-icon-help-hexagon: unicode('f7a8');
|
|
2645
|
-
$ti-icon-help-hexagon-filled: unicode('fa3e');
|
|
2646
2428
|
$ti-icon-help-octagon: unicode('f7a9');
|
|
2647
|
-
$ti-icon-help-octagon-filled: unicode('fa3f');
|
|
2648
2429
|
$ti-icon-help-off: unicode('f3f8');
|
|
2649
2430
|
$ti-icon-help-small: unicode('f91e');
|
|
2650
2431
|
$ti-icon-help-square: unicode('f920');
|
|
2651
|
-
$ti-icon-help-square-filled: unicode('fa40');
|
|
2652
2432
|
$ti-icon-help-square-rounded: unicode('f91f');
|
|
2653
|
-
$ti-icon-help-square-rounded-filled: unicode('fa41');
|
|
2654
2433
|
$ti-icon-help-triangle: unicode('f921');
|
|
2655
|
-
$ti-icon-help-triangle-filled: unicode('fa42');
|
|
2656
2434
|
$ti-icon-hemisphere: unicode('faa2');
|
|
2657
2435
|
$ti-icon-hemisphere-off: unicode('faa0');
|
|
2658
2436
|
$ti-icon-hemisphere-plus: unicode('faa1');
|
|
2659
2437
|
$ti-icon-hexagon: unicode('ec02');
|
|
2660
|
-
$ti-icon-hexagon-0-filled: unicode('f74c');
|
|
2661
|
-
$ti-icon-hexagon-1-filled: unicode('f74d');
|
|
2662
|
-
$ti-icon-hexagon-2-filled: unicode('f74e');
|
|
2663
|
-
$ti-icon-hexagon-3-filled: unicode('f74f');
|
|
2664
2438
|
$ti-icon-hexagon-3d: unicode('f4c7');
|
|
2665
|
-
$ti-icon-hexagon-4-filled: unicode('f750');
|
|
2666
|
-
$ti-icon-hexagon-5-filled: unicode('f751');
|
|
2667
|
-
$ti-icon-hexagon-6-filled: unicode('f752');
|
|
2668
|
-
$ti-icon-hexagon-7-filled: unicode('f753');
|
|
2669
|
-
$ti-icon-hexagon-8-filled: unicode('f754');
|
|
2670
|
-
$ti-icon-hexagon-9-filled: unicode('f755');
|
|
2671
|
-
$ti-icon-hexagon-filled: unicode('f67d');
|
|
2672
2439
|
$ti-icon-hexagon-letter-a: unicode('f463');
|
|
2673
2440
|
$ti-icon-hexagon-letter-b: unicode('f464');
|
|
2674
2441
|
$ti-icon-hexagon-letter-c: unicode('f465');
|
|
@@ -2765,7 +2532,6 @@ $ti-icon-hospital-circle: unicode('fd58');
|
|
|
2765
2532
|
$ti-icon-hotel-service: unicode('ef80');
|
|
2766
2533
|
$ti-icon-hourglass: unicode('ef93');
|
|
2767
2534
|
$ti-icon-hourglass-empty: unicode('f146');
|
|
2768
|
-
$ti-icon-hourglass-filled: unicode('f756');
|
|
2769
2535
|
$ti-icon-hourglass-high: unicode('f092');
|
|
2770
2536
|
$ti-icon-hourglass-low: unicode('f093');
|
|
2771
2537
|
$ti-icon-hourglass-off: unicode('f147');
|
|
@@ -2791,6 +2557,7 @@ $ti-icon-id-badge: unicode('eff7');
|
|
|
2791
2557
|
$ti-icon-id-badge-2: unicode('f076');
|
|
2792
2558
|
$ti-icon-id-badge-off: unicode('f3fd');
|
|
2793
2559
|
$ti-icon-id-off: unicode('f149');
|
|
2560
|
+
$ti-icon-image-in-picture: unicode('fd9f');
|
|
2794
2561
|
$ti-icon-inbox: unicode('eac4');
|
|
2795
2562
|
$ti-icon-inbox-off: unicode('f14a');
|
|
2796
2563
|
$ti-icon-indent-decrease: unicode('eb91');
|
|
@@ -2798,34 +2565,20 @@ $ti-icon-indent-increase: unicode('eb92');
|
|
|
2798
2565
|
$ti-icon-infinity: unicode('eb69');
|
|
2799
2566
|
$ti-icon-infinity-off: unicode('f3fe');
|
|
2800
2567
|
$ti-icon-info-circle: unicode('eac5');
|
|
2801
|
-
$ti-icon-info-circle-filled: unicode('f6d8');
|
|
2802
2568
|
$ti-icon-info-hexagon: unicode('f7aa');
|
|
2803
|
-
$ti-icon-info-hexagon-filled: unicode('fa43');
|
|
2804
2569
|
$ti-icon-info-octagon: unicode('f7ab');
|
|
2805
|
-
$ti-icon-info-octagon-filled: unicode('fa44');
|
|
2806
2570
|
$ti-icon-info-small: unicode('f922');
|
|
2807
2571
|
$ti-icon-info-square: unicode('eac6');
|
|
2808
|
-
$ti-icon-info-square-filled: unicode('fa45');
|
|
2809
2572
|
$ti-icon-info-square-rounded: unicode('f635');
|
|
2810
|
-
$ti-icon-info-square-rounded-filled: unicode('f6d9');
|
|
2811
2573
|
$ti-icon-info-triangle: unicode('f923');
|
|
2812
|
-
$ti-icon-info-triangle-filled: unicode('fa46');
|
|
2813
2574
|
$ti-icon-inner-shadow-bottom: unicode('f520');
|
|
2814
|
-
$ti-icon-inner-shadow-bottom-filled: unicode('f757');
|
|
2815
2575
|
$ti-icon-inner-shadow-bottom-left: unicode('f51e');
|
|
2816
|
-
$ti-icon-inner-shadow-bottom-left-filled: unicode('f758');
|
|
2817
2576
|
$ti-icon-inner-shadow-bottom-right: unicode('f51f');
|
|
2818
|
-
$ti-icon-inner-shadow-bottom-right-filled: unicode('f759');
|
|
2819
2577
|
$ti-icon-inner-shadow-left: unicode('f521');
|
|
2820
|
-
$ti-icon-inner-shadow-left-filled: unicode('f75a');
|
|
2821
2578
|
$ti-icon-inner-shadow-right: unicode('f522');
|
|
2822
|
-
$ti-icon-inner-shadow-right-filled: unicode('f75b');
|
|
2823
2579
|
$ti-icon-inner-shadow-top: unicode('f525');
|
|
2824
|
-
$ti-icon-inner-shadow-top-filled: unicode('f75c');
|
|
2825
2580
|
$ti-icon-inner-shadow-top-left: unicode('f523');
|
|
2826
|
-
$ti-icon-inner-shadow-top-left-filled: unicode('f75d');
|
|
2827
2581
|
$ti-icon-inner-shadow-top-right: unicode('f524');
|
|
2828
|
-
$ti-icon-inner-shadow-top-right-filled: unicode('f75e');
|
|
2829
2582
|
$ti-icon-input-ai: unicode('fc5a');
|
|
2830
2583
|
$ti-icon-input-check: unicode('fc5b');
|
|
2831
2584
|
$ti-icon-input-search: unicode('f2a2');
|
|
@@ -2844,7 +2597,6 @@ $ti-icon-italic: unicode('eb93');
|
|
|
2844
2597
|
$ti-icon-jacket: unicode('f661');
|
|
2845
2598
|
$ti-icon-jetpack: unicode('f581');
|
|
2846
2599
|
$ti-icon-jewish-star: unicode('f3ff');
|
|
2847
|
-
$ti-icon-jewish-star-filled: unicode('f67e');
|
|
2848
2600
|
$ti-icon-jpg: unicode('f3ac');
|
|
2849
2601
|
$ti-icon-json: unicode('f7b2');
|
|
2850
2602
|
$ti-icon-jump-rope: unicode('ed8f');
|
|
@@ -2859,14 +2611,9 @@ $ti-icon-keyboard-off: unicode('eea0');
|
|
|
2859
2611
|
$ti-icon-keyboard-show: unicode('ec7f');
|
|
2860
2612
|
$ti-icon-keyframe: unicode('f576');
|
|
2861
2613
|
$ti-icon-keyframe-align-center: unicode('f582');
|
|
2862
|
-
$ti-icon-keyframe-align-center-filled: unicode('fc30');
|
|
2863
2614
|
$ti-icon-keyframe-align-horizontal: unicode('f583');
|
|
2864
|
-
$ti-icon-keyframe-align-horizontal-filled: unicode('fc31');
|
|
2865
2615
|
$ti-icon-keyframe-align-vertical: unicode('f584');
|
|
2866
|
-
$ti-icon-keyframe-align-vertical-filled: unicode('fc32');
|
|
2867
|
-
$ti-icon-keyframe-filled: unicode('fc33');
|
|
2868
2616
|
$ti-icon-keyframes: unicode('f585');
|
|
2869
|
-
$ti-icon-keyframes-filled: unicode('fc34');
|
|
2870
2617
|
$ti-icon-ladder: unicode('efe2');
|
|
2871
2618
|
$ti-icon-ladder-off: unicode('f14c');
|
|
2872
2619
|
$ti-icon-ladle: unicode('fc14');
|
|
@@ -2901,10 +2648,7 @@ $ti-icon-layout-board: unicode('ef95');
|
|
|
2901
2648
|
$ti-icon-layout-board-split: unicode('ef94');
|
|
2902
2649
|
$ti-icon-layout-bottombar: unicode('ead3');
|
|
2903
2650
|
$ti-icon-layout-bottombar-collapse: unicode('f28b');
|
|
2904
|
-
$ti-icon-layout-bottombar-collapse-filled: unicode('fc35');
|
|
2905
2651
|
$ti-icon-layout-bottombar-expand: unicode('f28c');
|
|
2906
|
-
$ti-icon-layout-bottombar-expand-filled: unicode('fc36');
|
|
2907
|
-
$ti-icon-layout-bottombar-filled: unicode('fc37');
|
|
2908
2652
|
$ti-icon-layout-bottombar-inactive: unicode('fd45');
|
|
2909
2653
|
$ti-icon-layout-cards: unicode('ec13');
|
|
2910
2654
|
$ti-icon-layout-collage: unicode('f389');
|
|
@@ -2919,24 +2663,17 @@ $ti-icon-layout-kanban: unicode('ec3f');
|
|
|
2919
2663
|
$ti-icon-layout-list: unicode('ec14');
|
|
2920
2664
|
$ti-icon-layout-navbar: unicode('ead7');
|
|
2921
2665
|
$ti-icon-layout-navbar-collapse: unicode('f28d');
|
|
2922
|
-
$ti-icon-layout-navbar-collapse-filled: unicode('fc38');
|
|
2923
2666
|
$ti-icon-layout-navbar-expand: unicode('f28e');
|
|
2924
|
-
$ti-icon-layout-navbar-expand-filled: unicode('fc39');
|
|
2925
|
-
$ti-icon-layout-navbar-filled: unicode('fc3a');
|
|
2926
2667
|
$ti-icon-layout-navbar-inactive: unicode('fd46');
|
|
2927
2668
|
$ti-icon-layout-off: unicode('f151');
|
|
2928
2669
|
$ti-icon-layout-rows: unicode('ead8');
|
|
2929
2670
|
$ti-icon-layout-sidebar: unicode('eada');
|
|
2930
2671
|
$ti-icon-layout-sidebar-inactive: unicode('fd47');
|
|
2931
2672
|
$ti-icon-layout-sidebar-left-collapse: unicode('f004');
|
|
2932
|
-
$ti-icon-layout-sidebar-left-collapse-filled: unicode('fc3b');
|
|
2933
2673
|
$ti-icon-layout-sidebar-left-expand: unicode('f005');
|
|
2934
|
-
$ti-icon-layout-sidebar-left-expand-filled: unicode('fc3c');
|
|
2935
2674
|
$ti-icon-layout-sidebar-right: unicode('ead9');
|
|
2936
2675
|
$ti-icon-layout-sidebar-right-collapse: unicode('f006');
|
|
2937
|
-
$ti-icon-layout-sidebar-right-collapse-filled: unicode('fc3d');
|
|
2938
2676
|
$ti-icon-layout-sidebar-right-expand: unicode('f007');
|
|
2939
|
-
$ti-icon-layout-sidebar-right-expand-filled: unicode('fc3e');
|
|
2940
2677
|
$ti-icon-layout-sidebar-right-inactive: unicode('fd48');
|
|
2941
2678
|
$ti-icon-leaf: unicode('ed4f');
|
|
2942
2679
|
$ti-icon-leaf-off: unicode('f400');
|
|
@@ -3045,7 +2782,6 @@ $ti-icon-location-discount: unicode('fbb4');
|
|
|
3045
2782
|
$ti-icon-location-dollar: unicode('fbb5');
|
|
3046
2783
|
$ti-icon-location-down: unicode('fbb6');
|
|
3047
2784
|
$ti-icon-location-exclamation: unicode('fbb7');
|
|
3048
|
-
$ti-icon-location-filled: unicode('f67f');
|
|
3049
2785
|
$ti-icon-location-heart: unicode('fbb8');
|
|
3050
2786
|
$ti-icon-location-minus: unicode('fbb9');
|
|
3051
2787
|
$ti-icon-location-off: unicode('f155');
|
|
@@ -3082,7 +2818,6 @@ $ti-icon-lock-search: unicode('f932');
|
|
|
3082
2818
|
$ti-icon-lock-share: unicode('f933');
|
|
3083
2819
|
$ti-icon-lock-square: unicode('ef51');
|
|
3084
2820
|
$ti-icon-lock-square-rounded: unicode('f636');
|
|
3085
|
-
$ti-icon-lock-square-rounded-filled: unicode('f6da');
|
|
3086
2821
|
$ti-icon-lock-star: unicode('f934');
|
|
3087
2822
|
$ti-icon-lock-up: unicode('f935');
|
|
3088
2823
|
$ti-icon-lock-x: unicode('f936');
|
|
@@ -3120,13 +2855,11 @@ $ti-icon-mail-dollar: unicode('f93c');
|
|
|
3120
2855
|
$ti-icon-mail-down: unicode('f93d');
|
|
3121
2856
|
$ti-icon-mail-exclamation: unicode('f93e');
|
|
3122
2857
|
$ti-icon-mail-fast: unicode('f069');
|
|
3123
|
-
$ti-icon-mail-filled: unicode('fa47');
|
|
3124
2858
|
$ti-icon-mail-forward: unicode('eeac');
|
|
3125
2859
|
$ti-icon-mail-heart: unicode('f93f');
|
|
3126
2860
|
$ti-icon-mail-minus: unicode('f940');
|
|
3127
2861
|
$ti-icon-mail-off: unicode('f15a');
|
|
3128
2862
|
$ti-icon-mail-opened: unicode('eae4');
|
|
3129
|
-
$ti-icon-mail-opened-filled: unicode('fa48');
|
|
3130
2863
|
$ti-icon-mail-pause: unicode('f941');
|
|
3131
2864
|
$ti-icon-mail-pin: unicode('f942');
|
|
3132
2865
|
$ti-icon-mail-plus: unicode('f943');
|
|
@@ -3167,7 +2900,6 @@ $ti-icon-map-pin-cog: unicode('f94e');
|
|
|
3167
2900
|
$ti-icon-map-pin-dollar: unicode('f94f');
|
|
3168
2901
|
$ti-icon-map-pin-down: unicode('f950');
|
|
3169
2902
|
$ti-icon-map-pin-exclamation: unicode('f951');
|
|
3170
|
-
$ti-icon-map-pin-filled: unicode('f680');
|
|
3171
2903
|
$ti-icon-map-pin-heart: unicode('f952');
|
|
3172
2904
|
$ti-icon-map-pin-minus: unicode('f953');
|
|
3173
2905
|
$ti-icon-map-pin-off: unicode('ecf3');
|
|
@@ -3218,6 +2950,7 @@ $ti-icon-math-integral-x: unicode('f4e8');
|
|
|
3218
2950
|
$ti-icon-math-integrals: unicode('f4ea');
|
|
3219
2951
|
$ti-icon-math-lower: unicode('f4eb');
|
|
3220
2952
|
$ti-icon-math-max: unicode('f0f5');
|
|
2953
|
+
$ti-icon-math-max-min: unicode('fda0');
|
|
3221
2954
|
$ti-icon-math-min: unicode('f0f6');
|
|
3222
2955
|
$ti-icon-math-not: unicode('f4ec');
|
|
3223
2956
|
$ti-icon-math-off: unicode('f409');
|
|
@@ -3242,7 +2975,6 @@ $ti-icon-medal: unicode('ec78');
|
|
|
3242
2975
|
$ti-icon-medal-2: unicode('efcd');
|
|
3243
2976
|
$ti-icon-medical-cross: unicode('ec2f');
|
|
3244
2977
|
$ti-icon-medical-cross-circle: unicode('fae8');
|
|
3245
|
-
$ti-icon-medical-cross-filled: unicode('f681');
|
|
3246
2978
|
$ti-icon-medical-cross-off: unicode('f160');
|
|
3247
2979
|
$ti-icon-medicine-syrup: unicode('ef63');
|
|
3248
2980
|
$ti-icon-meeple: unicode('f514');
|
|
@@ -3280,7 +3012,6 @@ $ti-icon-message-chatbot: unicode('f38a');
|
|
|
3280
3012
|
$ti-icon-message-check: unicode('f96f');
|
|
3281
3013
|
$ti-icon-message-circle: unicode('eaed');
|
|
3282
3014
|
$ti-icon-message-circle-2: unicode('ed3f');
|
|
3283
|
-
$ti-icon-message-circle-2-filled: unicode('f682');
|
|
3284
3015
|
$ti-icon-message-circle-bolt: unicode('f970');
|
|
3285
3016
|
$ti-icon-message-circle-cancel: unicode('f971');
|
|
3286
3017
|
$ti-icon-message-circle-check: unicode('f972');
|
|
@@ -3334,7 +3065,6 @@ $ti-icon-michelin-bib-gourmand: unicode('fae9');
|
|
|
3334
3065
|
$ti-icon-michelin-star: unicode('faeb');
|
|
3335
3066
|
$ti-icon-michelin-star-green: unicode('faea');
|
|
3336
3067
|
$ti-icon-mickey: unicode('f2a3');
|
|
3337
|
-
$ti-icon-mickey-filled: unicode('f683');
|
|
3338
3068
|
$ti-icon-microphone: unicode('eaf0');
|
|
3339
3069
|
$ti-icon-microphone-2: unicode('ef2c');
|
|
3340
3070
|
$ti-icon-microphone-2-off: unicode('f40d');
|
|
@@ -3363,18 +3093,14 @@ $ti-icon-mood-boy: unicode('ed2d');
|
|
|
3363
3093
|
$ti-icon-mood-check: unicode('f7b3');
|
|
3364
3094
|
$ti-icon-mood-cog: unicode('f7b4');
|
|
3365
3095
|
$ti-icon-mood-confuzed: unicode('eaf3');
|
|
3366
|
-
$ti-icon-mood-confuzed-filled: unicode('f7f2');
|
|
3367
3096
|
$ti-icon-mood-crazy-happy: unicode('ed90');
|
|
3368
3097
|
$ti-icon-mood-cry: unicode('ecbb');
|
|
3369
3098
|
$ti-icon-mood-dollar: unicode('f7b5');
|
|
3370
3099
|
$ti-icon-mood-edit: unicode('fa05');
|
|
3371
3100
|
$ti-icon-mood-empty: unicode('eeb5');
|
|
3372
|
-
$ti-icon-mood-empty-filled: unicode('f7f3');
|
|
3373
3101
|
$ti-icon-mood-happy: unicode('eaf4');
|
|
3374
|
-
$ti-icon-mood-happy-filled: unicode('f7f4');
|
|
3375
3102
|
$ti-icon-mood-heart: unicode('f7b6');
|
|
3376
3103
|
$ti-icon-mood-kid: unicode('ec03');
|
|
3377
|
-
$ti-icon-mood-kid-filled: unicode('f7f5');
|
|
3378
3104
|
$ti-icon-mood-look-down: unicode('fd37');
|
|
3379
3105
|
$ti-icon-mood-look-left: unicode('f2c5');
|
|
3380
3106
|
$ti-icon-mood-look-right: unicode('f2c6');
|
|
@@ -3383,7 +3109,6 @@ $ti-icon-mood-minus: unicode('f7b7');
|
|
|
3383
3109
|
$ti-icon-mood-nerd: unicode('f2e1');
|
|
3384
3110
|
$ti-icon-mood-nervous: unicode('ef96');
|
|
3385
3111
|
$ti-icon-mood-neutral: unicode('eaf5');
|
|
3386
|
-
$ti-icon-mood-neutral-filled: unicode('f7f6');
|
|
3387
3112
|
$ti-icon-mood-off: unicode('f161');
|
|
3388
3113
|
$ti-icon-mood-pin: unicode('f7b8');
|
|
3389
3114
|
$ti-icon-mood-plus: unicode('f7b9');
|
|
@@ -3391,7 +3116,6 @@ $ti-icon-mood-puzzled: unicode('fd39');
|
|
|
3391
3116
|
$ti-icon-mood-sad: unicode('eaf6');
|
|
3392
3117
|
$ti-icon-mood-sad-2: unicode('f2e2');
|
|
3393
3118
|
$ti-icon-mood-sad-dizzy: unicode('f2e3');
|
|
3394
|
-
$ti-icon-mood-sad-filled: unicode('f7f7');
|
|
3395
3119
|
$ti-icon-mood-sad-squint: unicode('f2e4');
|
|
3396
3120
|
$ti-icon-mood-search: unicode('f7ba');
|
|
3397
3121
|
$ti-icon-mood-share: unicode('fa06');
|
|
@@ -3401,7 +3125,6 @@ $ti-icon-mood-sing: unicode('f2c7');
|
|
|
3401
3125
|
$ti-icon-mood-smile: unicode('eaf7');
|
|
3402
3126
|
$ti-icon-mood-smile-beam: unicode('f2e7');
|
|
3403
3127
|
$ti-icon-mood-smile-dizzy: unicode('f2e8');
|
|
3404
|
-
$ti-icon-mood-smile-filled: unicode('f7f8');
|
|
3405
3128
|
$ti-icon-mood-suprised: unicode('ec04');
|
|
3406
3129
|
$ti-icon-mood-tongue: unicode('eb95');
|
|
3407
3130
|
$ti-icon-mood-tongue-wink: unicode('f2ea');
|
|
@@ -3415,7 +3138,6 @@ $ti-icon-mood-x: unicode('f7bc');
|
|
|
3415
3138
|
$ti-icon-mood-xd: unicode('f2ef');
|
|
3416
3139
|
$ti-icon-moon: unicode('eaf8');
|
|
3417
3140
|
$ti-icon-moon-2: unicode('ece6');
|
|
3418
|
-
$ti-icon-moon-filled: unicode('f684');
|
|
3419
3141
|
$ti-icon-moon-off: unicode('f162');
|
|
3420
3142
|
$ti-icon-moon-stars: unicode('ece7');
|
|
3421
3143
|
$ti-icon-moped: unicode('ecbc');
|
|
@@ -3424,7 +3146,6 @@ $ti-icon-mountain: unicode('ef97');
|
|
|
3424
3146
|
$ti-icon-mountain-off: unicode('f411');
|
|
3425
3147
|
$ti-icon-mouse: unicode('eaf9');
|
|
3426
3148
|
$ti-icon-mouse-2: unicode('f1d7');
|
|
3427
|
-
$ti-icon-mouse-filled: unicode('fb2f');
|
|
3428
3149
|
$ti-icon-mouse-off: unicode('f163');
|
|
3429
3150
|
$ti-icon-moustache: unicode('f4c9');
|
|
3430
3151
|
$ti-icon-movie: unicode('eafa');
|
|
@@ -3436,7 +3157,6 @@ $ti-icon-multiplier-1-5x: unicode('ef42');
|
|
|
3436
3157
|
$ti-icon-multiplier-1x: unicode('ef43');
|
|
3437
3158
|
$ti-icon-multiplier-2x: unicode('ef44');
|
|
3438
3159
|
$ti-icon-mushroom: unicode('ef14');
|
|
3439
|
-
$ti-icon-mushroom-filled: unicode('f7f9');
|
|
3440
3160
|
$ti-icon-mushroom-off: unicode('f412');
|
|
3441
3161
|
$ti-icon-music: unicode('eafc');
|
|
3442
3162
|
$ti-icon-music-bolt: unicode('fbd5');
|
|
@@ -3471,7 +3191,6 @@ $ti-icon-navigation-dollar: unicode('fbef');
|
|
|
3471
3191
|
$ti-icon-navigation-down: unicode('fbf0');
|
|
3472
3192
|
$ti-icon-navigation-east: unicode('fcba');
|
|
3473
3193
|
$ti-icon-navigation-exclamation: unicode('fbf1');
|
|
3474
|
-
$ti-icon-navigation-filled: unicode('f685');
|
|
3475
3194
|
$ti-icon-navigation-heart: unicode('fbf2');
|
|
3476
3195
|
$ti-icon-navigation-minus: unicode('fbf3');
|
|
3477
3196
|
$ti-icon-navigation-north: unicode('fcbb');
|
|
@@ -3554,7 +3273,6 @@ $ti-icon-numbers: unicode('f015');
|
|
|
3554
3273
|
$ti-icon-nurse: unicode('ef65');
|
|
3555
3274
|
$ti-icon-nut: unicode('fc61');
|
|
3556
3275
|
$ti-icon-octagon: unicode('ecbd');
|
|
3557
|
-
$ti-icon-octagon-filled: unicode('f686');
|
|
3558
3276
|
$ti-icon-octagon-minus: unicode('fc92');
|
|
3559
3277
|
$ti-icon-octagon-minus-2: unicode('fc91');
|
|
3560
3278
|
$ti-icon-octagon-off: unicode('eeb8');
|
|
@@ -3571,9 +3289,7 @@ $ti-icon-omega: unicode('eb97');
|
|
|
3571
3289
|
$ti-icon-outbound: unicode('f249');
|
|
3572
3290
|
$ti-icon-outlet: unicode('ebd7');
|
|
3573
3291
|
$ti-icon-oval: unicode('f02e');
|
|
3574
|
-
$ti-icon-oval-filled: unicode('f687');
|
|
3575
3292
|
$ti-icon-oval-vertical: unicode('f02d');
|
|
3576
|
-
$ti-icon-oval-vertical-filled: unicode('f688');
|
|
3577
3293
|
$ti-icon-overline: unicode('eebb');
|
|
3578
3294
|
$ti-icon-package: unicode('eaff');
|
|
3579
3295
|
$ti-icon-package-export: unicode('f07a');
|
|
@@ -3583,7 +3299,6 @@ $ti-icon-packages: unicode('f2c9');
|
|
|
3583
3299
|
$ti-icon-pacman: unicode('eebc');
|
|
3584
3300
|
$ti-icon-page-break: unicode('ec81');
|
|
3585
3301
|
$ti-icon-paint: unicode('eb00');
|
|
3586
|
-
$ti-icon-paint-filled: unicode('f75f');
|
|
3587
3302
|
$ti-icon-paint-off: unicode('f16d');
|
|
3588
3303
|
$ti-icon-palette: unicode('eb01');
|
|
3589
3304
|
$ti-icon-palette-off: unicode('f16e');
|
|
@@ -3606,7 +3321,6 @@ $ti-icon-password-fingerprint: unicode('fc7b');
|
|
|
3606
3321
|
$ti-icon-password-mobile-phone: unicode('fc7c');
|
|
3607
3322
|
$ti-icon-password-user: unicode('fc7d');
|
|
3608
3323
|
$ti-icon-paw: unicode('eff9');
|
|
3609
|
-
$ti-icon-paw-filled: unicode('f689');
|
|
3610
3324
|
$ti-icon-paw-off: unicode('f419');
|
|
3611
3325
|
$ti-icon-paywall: unicode('fd7e');
|
|
3612
3326
|
$ti-icon-pdf: unicode('f7ac');
|
|
@@ -3635,11 +3349,8 @@ $ti-icon-pencil-up: unicode('fc0d');
|
|
|
3635
3349
|
$ti-icon-pencil-x: unicode('fc0e');
|
|
3636
3350
|
$ti-icon-pennant: unicode('ed7d');
|
|
3637
3351
|
$ti-icon-pennant-2: unicode('f06a');
|
|
3638
|
-
$ti-icon-pennant-2-filled: unicode('f68a');
|
|
3639
|
-
$ti-icon-pennant-filled: unicode('f68b');
|
|
3640
3352
|
$ti-icon-pennant-off: unicode('f174');
|
|
3641
3353
|
$ti-icon-pentagon: unicode('efe3');
|
|
3642
|
-
$ti-icon-pentagon-filled: unicode('f68c');
|
|
3643
3354
|
$ti-icon-pentagon-number-0: unicode('fc7e');
|
|
3644
3355
|
$ti-icon-pentagon-number-1: unicode('fc7f');
|
|
3645
3356
|
$ti-icon-pentagon-number-2: unicode('fc80');
|
|
@@ -3664,7 +3375,6 @@ $ti-icon-phone: unicode('eb09');
|
|
|
3664
3375
|
$ti-icon-phone-call: unicode('eb05');
|
|
3665
3376
|
$ti-icon-phone-calling: unicode('ec43');
|
|
3666
3377
|
$ti-icon-phone-check: unicode('ec05');
|
|
3667
|
-
$ti-icon-phone-filled: unicode('fa49');
|
|
3668
3378
|
$ti-icon-phone-incoming: unicode('eb06');
|
|
3669
3379
|
$ti-icon-phone-off: unicode('ecf5');
|
|
3670
3380
|
$ti-icon-phone-outgoing: unicode('eb07');
|
|
@@ -3685,7 +3395,6 @@ $ti-icon-photo-dollar: unicode('f993');
|
|
|
3685
3395
|
$ti-icon-photo-down: unicode('f35f');
|
|
3686
3396
|
$ti-icon-photo-edit: unicode('f360');
|
|
3687
3397
|
$ti-icon-photo-exclamation: unicode('f994');
|
|
3688
|
-
$ti-icon-photo-filled: unicode('fa4a');
|
|
3689
3398
|
$ti-icon-photo-heart: unicode('f361');
|
|
3690
3399
|
$ti-icon-photo-hexagon: unicode('fc4b');
|
|
3691
3400
|
$ti-icon-photo-minus: unicode('f362');
|
|
@@ -3725,11 +3434,9 @@ $ti-icon-pill-off: unicode('f178');
|
|
|
3725
3434
|
$ti-icon-pills: unicode('ef66');
|
|
3726
3435
|
$ti-icon-pin: unicode('ec9c');
|
|
3727
3436
|
$ti-icon-pin-end: unicode('fd5b');
|
|
3728
|
-
$ti-icon-pin-filled: unicode('f68d');
|
|
3729
3437
|
$ti-icon-pin-invoke: unicode('fd5c');
|
|
3730
3438
|
$ti-icon-ping-pong: unicode('f38d');
|
|
3731
3439
|
$ti-icon-pinned: unicode('ed60');
|
|
3732
|
-
$ti-icon-pinned-filled: unicode('f68e');
|
|
3733
3440
|
$ti-icon-pinned-off: unicode('ed5f');
|
|
3734
3441
|
$ti-icon-pizza: unicode('edbb');
|
|
3735
3442
|
$ti-icon-pizza-off: unicode('f179');
|
|
@@ -3753,23 +3460,14 @@ $ti-icon-play-football: unicode('fa67');
|
|
|
3753
3460
|
$ti-icon-play-handball: unicode('fa68');
|
|
3754
3461
|
$ti-icon-play-volleyball: unicode('fa69');
|
|
3755
3462
|
$ti-icon-player-eject: unicode('efbc');
|
|
3756
|
-
$ti-icon-player-eject-filled: unicode('f68f');
|
|
3757
3463
|
$ti-icon-player-pause: unicode('ed45');
|
|
3758
|
-
$ti-icon-player-pause-filled: unicode('f690');
|
|
3759
3464
|
$ti-icon-player-play: unicode('ed46');
|
|
3760
|
-
$ti-icon-player-play-filled: unicode('f691');
|
|
3761
3465
|
$ti-icon-player-record: unicode('ed47');
|
|
3762
|
-
$ti-icon-player-record-filled: unicode('f692');
|
|
3763
3466
|
$ti-icon-player-skip-back: unicode('ed48');
|
|
3764
|
-
$ti-icon-player-skip-back-filled: unicode('f693');
|
|
3765
3467
|
$ti-icon-player-skip-forward: unicode('ed49');
|
|
3766
|
-
$ti-icon-player-skip-forward-filled: unicode('f694');
|
|
3767
3468
|
$ti-icon-player-stop: unicode('ed4a');
|
|
3768
|
-
$ti-icon-player-stop-filled: unicode('f695');
|
|
3769
3469
|
$ti-icon-player-track-next: unicode('ed4b');
|
|
3770
|
-
$ti-icon-player-track-next-filled: unicode('f696');
|
|
3771
3470
|
$ti-icon-player-track-prev: unicode('ed4c');
|
|
3772
|
-
$ti-icon-player-track-prev-filled: unicode('f697');
|
|
3773
3471
|
$ti-icon-playlist: unicode('eec0');
|
|
3774
3472
|
$ti-icon-playlist-add: unicode('f008');
|
|
3775
3473
|
$ti-icon-playlist-off: unicode('f17f');
|
|
@@ -3790,7 +3488,6 @@ $ti-icon-png: unicode('f3ad');
|
|
|
3790
3488
|
$ti-icon-podium: unicode('f1d8');
|
|
3791
3489
|
$ti-icon-podium-off: unicode('f41b');
|
|
3792
3490
|
$ti-icon-point: unicode('eb0c');
|
|
3793
|
-
$ti-icon-point-filled: unicode('f698');
|
|
3794
3491
|
$ti-icon-point-off: unicode('f181');
|
|
3795
3492
|
$ti-icon-pointer: unicode('f265');
|
|
3796
3493
|
$ti-icon-pointer-bolt: unicode('f999');
|
|
@@ -3801,7 +3498,6 @@ $ti-icon-pointer-cog: unicode('f99d');
|
|
|
3801
3498
|
$ti-icon-pointer-dollar: unicode('f99e');
|
|
3802
3499
|
$ti-icon-pointer-down: unicode('f99f');
|
|
3803
3500
|
$ti-icon-pointer-exclamation: unicode('f9a0');
|
|
3804
|
-
$ti-icon-pointer-filled: unicode('fb30');
|
|
3805
3501
|
$ti-icon-pointer-heart: unicode('f9a1');
|
|
3806
3502
|
$ti-icon-pointer-minus: unicode('f9a2');
|
|
3807
3503
|
$ti-icon-pointer-off: unicode('f9a3');
|
|
@@ -3818,7 +3514,6 @@ $ti-icon-pokeball: unicode('eec1');
|
|
|
3818
3514
|
$ti-icon-pokeball-off: unicode('f41c');
|
|
3819
3515
|
$ti-icon-poker-chip: unicode('f515');
|
|
3820
3516
|
$ti-icon-polaroid: unicode('eec2');
|
|
3821
|
-
$ti-icon-polaroid-filled: unicode('fa4b');
|
|
3822
3517
|
$ti-icon-polygon: unicode('efd0');
|
|
3823
3518
|
$ti-icon-polygon-off: unicode('f182');
|
|
3824
3519
|
$ti-icon-poo: unicode('f258');
|
|
@@ -3845,13 +3540,13 @@ $ti-icon-progress-down: unicode('fa0a');
|
|
|
3845
3540
|
$ti-icon-progress-help: unicode('fa0b');
|
|
3846
3541
|
$ti-icon-progress-x: unicode('fa0c');
|
|
3847
3542
|
$ti-icon-prompt: unicode('eb0f');
|
|
3543
|
+
$ti-icon-prong: unicode('fda1');
|
|
3848
3544
|
$ti-icon-propeller: unicode('eec4');
|
|
3849
3545
|
$ti-icon-propeller-off: unicode('f185');
|
|
3850
3546
|
$ti-icon-protocol: unicode('fd81');
|
|
3851
3547
|
$ti-icon-pumpkin-scary: unicode('f587');
|
|
3852
3548
|
$ti-icon-puzzle: unicode('eb10');
|
|
3853
3549
|
$ti-icon-puzzle-2: unicode('ef83');
|
|
3854
|
-
$ti-icon-puzzle-filled: unicode('f699');
|
|
3855
3550
|
$ti-icon-puzzle-off: unicode('f186');
|
|
3856
3551
|
$ti-icon-pyramid: unicode('eec5');
|
|
3857
3552
|
$ti-icon-pyramid-off: unicode('f187');
|
|
@@ -3868,7 +3563,6 @@ $ti-icon-radar-off: unicode('f41f');
|
|
|
3868
3563
|
$ti-icon-radio: unicode('ef2d');
|
|
3869
3564
|
$ti-icon-radio-off: unicode('f420');
|
|
3870
3565
|
$ti-icon-radioactive: unicode('ecc0');
|
|
3871
|
-
$ti-icon-radioactive-filled: unicode('f760');
|
|
3872
3566
|
$ti-icon-radioactive-off: unicode('f189');
|
|
3873
3567
|
$ti-icon-radius-bottom-left: unicode('eec6');
|
|
3874
3568
|
$ti-icon-radius-bottom-right: unicode('eec7');
|
|
@@ -3899,11 +3593,9 @@ $ti-icon-recharging: unicode('eeca');
|
|
|
3899
3593
|
$ti-icon-record-mail: unicode('eb12');
|
|
3900
3594
|
$ti-icon-record-mail-off: unicode('f18b');
|
|
3901
3595
|
$ti-icon-rectangle: unicode('ed37');
|
|
3902
|
-
$ti-icon-rectangle-filled: unicode('f69a');
|
|
3903
3596
|
$ti-icon-rectangle-rounded-bottom: unicode('faed');
|
|
3904
3597
|
$ti-icon-rectangle-rounded-top: unicode('faee');
|
|
3905
3598
|
$ti-icon-rectangle-vertical: unicode('ed36');
|
|
3906
|
-
$ti-icon-rectangle-vertical-filled: unicode('f69b');
|
|
3907
3599
|
$ti-icon-rectangular-prism: unicode('fab5');
|
|
3908
3600
|
$ti-icon-rectangular-prism-off: unicode('fab3');
|
|
3909
3601
|
$ti-icon-rectangular-prism-plus: unicode('fab4');
|
|
@@ -3925,7 +3617,6 @@ $ti-icon-repeat: unicode('eb72');
|
|
|
3925
3617
|
$ti-icon-repeat-off: unicode('f18e');
|
|
3926
3618
|
$ti-icon-repeat-once: unicode('eb71');
|
|
3927
3619
|
$ti-icon-replace: unicode('ebc7');
|
|
3928
|
-
$ti-icon-replace-filled: unicode('f69c');
|
|
3929
3620
|
$ti-icon-replace-off: unicode('f422');
|
|
3930
3621
|
$ti-icon-report: unicode('eece');
|
|
3931
3622
|
$ti-icon-report-analytics: unicode('eecb');
|
|
@@ -3968,7 +3659,9 @@ $ti-icon-roller-skating: unicode('efd1');
|
|
|
3968
3659
|
$ti-icon-rollercoaster: unicode('f0a2');
|
|
3969
3660
|
$ti-icon-rollercoaster-off: unicode('f423');
|
|
3970
3661
|
$ti-icon-rosette: unicode('f599');
|
|
3971
|
-
$ti-icon-rosette-
|
|
3662
|
+
$ti-icon-rosette-discount: unicode('ee7c');
|
|
3663
|
+
$ti-icon-rosette-discount-check: unicode('f1f8');
|
|
3664
|
+
$ti-icon-rosette-discount-off: unicode('f3e6');
|
|
3972
3665
|
$ti-icon-rosette-number-0: unicode('f58f');
|
|
3973
3666
|
$ti-icon-rosette-number-1: unicode('f590');
|
|
3974
3667
|
$ti-icon-rosette-number-2: unicode('f591');
|
|
@@ -4031,6 +3724,7 @@ $ti-icon-scale-outline: unicode('ef53');
|
|
|
4031
3724
|
$ti-icon-scale-outline-off: unicode('f199');
|
|
4032
3725
|
$ti-icon-scan: unicode('ebc8');
|
|
4033
3726
|
$ti-icon-scan-eye: unicode('f1ff');
|
|
3727
|
+
$ti-icon-scan-position: unicode('fdac');
|
|
4034
3728
|
$ti-icon-schema: unicode('f200');
|
|
4035
3729
|
$ti-icon-schema-off: unicode('f426');
|
|
4036
3730
|
$ti-icon-school: unicode('ecf7');
|
|
@@ -4087,7 +3781,6 @@ $ti-icon-settings-cog: unicode('f9b1');
|
|
|
4087
3781
|
$ti-icon-settings-dollar: unicode('f9b2');
|
|
4088
3782
|
$ti-icon-settings-down: unicode('f9b3');
|
|
4089
3783
|
$ti-icon-settings-exclamation: unicode('f9b4');
|
|
4090
|
-
$ti-icon-settings-filled: unicode('f69e');
|
|
4091
3784
|
$ti-icon-settings-heart: unicode('f9b5');
|
|
4092
3785
|
$ti-icon-settings-minus: unicode('f9b6');
|
|
4093
3786
|
$ti-icon-settings-off: unicode('f19f');
|
|
@@ -4115,21 +3808,16 @@ $ti-icon-shield: unicode('eb24');
|
|
|
4115
3808
|
$ti-icon-shield-bolt: unicode('f9c0');
|
|
4116
3809
|
$ti-icon-shield-cancel: unicode('f9c1');
|
|
4117
3810
|
$ti-icon-shield-check: unicode('eb22');
|
|
4118
|
-
$ti-icon-shield-check-filled: unicode('f761');
|
|
4119
3811
|
$ti-icon-shield-checkered: unicode('ef9a');
|
|
4120
|
-
$ti-icon-shield-checkered-filled: unicode('f762');
|
|
4121
3812
|
$ti-icon-shield-chevron: unicode('ef9b');
|
|
4122
3813
|
$ti-icon-shield-code: unicode('f9c2');
|
|
4123
3814
|
$ti-icon-shield-cog: unicode('f9c3');
|
|
4124
3815
|
$ti-icon-shield-dollar: unicode('f9c4');
|
|
4125
3816
|
$ti-icon-shield-down: unicode('f9c5');
|
|
4126
3817
|
$ti-icon-shield-exclamation: unicode('f9c6');
|
|
4127
|
-
$ti-icon-shield-filled: unicode('f69f');
|
|
4128
3818
|
$ti-icon-shield-half: unicode('f358');
|
|
4129
|
-
$ti-icon-shield-half-filled: unicode('f357');
|
|
4130
3819
|
$ti-icon-shield-heart: unicode('f9c7');
|
|
4131
3820
|
$ti-icon-shield-lock: unicode('ed58');
|
|
4132
|
-
$ti-icon-shield-lock-filled: unicode('f763');
|
|
4133
3821
|
$ti-icon-shield-minus: unicode('f9c8');
|
|
4134
3822
|
$ti-icon-shield-off: unicode('ecf8');
|
|
4135
3823
|
$ti-icon-shield-pause: unicode('f9c9');
|
|
@@ -4144,7 +3832,6 @@ $ti-icon-shield-x: unicode('eb23');
|
|
|
4144
3832
|
$ti-icon-ship: unicode('ec84');
|
|
4145
3833
|
$ti-icon-ship-off: unicode('f42a');
|
|
4146
3834
|
$ti-icon-shirt: unicode('ec0a');
|
|
4147
|
-
$ti-icon-shirt-filled: unicode('f6a0');
|
|
4148
3835
|
$ti-icon-shirt-off: unicode('f1a2');
|
|
4149
3836
|
$ti-icon-shirt-sport: unicode('f26c');
|
|
4150
3837
|
$ti-icon-shoe: unicode('efd2');
|
|
@@ -4154,6 +3841,7 @@ $ti-icon-shopping-bag-check: unicode('fc16');
|
|
|
4154
3841
|
$ti-icon-shopping-bag-discount: unicode('fc17');
|
|
4155
3842
|
$ti-icon-shopping-bag-edit: unicode('fc18');
|
|
4156
3843
|
$ti-icon-shopping-bag-exclamation: unicode('fc19');
|
|
3844
|
+
$ti-icon-shopping-bag-heart: unicode('fda2');
|
|
4157
3845
|
$ti-icon-shopping-bag-minus: unicode('fc1a');
|
|
4158
3846
|
$ti-icon-shopping-bag-plus: unicode('fc1b');
|
|
4159
3847
|
$ti-icon-shopping-bag-search: unicode('fc1c');
|
|
@@ -4169,7 +3857,6 @@ $ti-icon-shopping-cart-discount: unicode('fb5d');
|
|
|
4169
3857
|
$ti-icon-shopping-cart-dollar: unicode('fb5e');
|
|
4170
3858
|
$ti-icon-shopping-cart-down: unicode('fb5f');
|
|
4171
3859
|
$ti-icon-shopping-cart-exclamation: unicode('fb60');
|
|
4172
|
-
$ti-icon-shopping-cart-filled: unicode('fc3f');
|
|
4173
3860
|
$ti-icon-shopping-cart-heart: unicode('fb61');
|
|
4174
3861
|
$ti-icon-shopping-cart-minus: unicode('fb62');
|
|
4175
3862
|
$ti-icon-shopping-cart-off: unicode('eedc');
|
|
@@ -4186,9 +3873,7 @@ $ti-icon-shovel: unicode('f1d9');
|
|
|
4186
3873
|
$ti-icon-shovel-pitchforks: unicode('fd3a');
|
|
4187
3874
|
$ti-icon-shredder: unicode('eedf');
|
|
4188
3875
|
$ti-icon-sign-left: unicode('f06b');
|
|
4189
|
-
$ti-icon-sign-left-filled: unicode('f6a1');
|
|
4190
3876
|
$ti-icon-sign-right: unicode('f06c');
|
|
4191
|
-
$ti-icon-sign-right-filled: unicode('f6a2');
|
|
4192
3877
|
$ti-icon-signal-2g: unicode('f79a');
|
|
4193
3878
|
$ti-icon-signal-3g: unicode('f1ee');
|
|
4194
3879
|
$ti-icon-signal-4g: unicode('f1ef');
|
|
@@ -4241,12 +3926,12 @@ $ti-icon-sort-ascending-letters: unicode('ef18');
|
|
|
4241
3926
|
$ti-icon-sort-ascending-numbers: unicode('ef19');
|
|
4242
3927
|
$ti-icon-sort-ascending-shapes: unicode('fd94');
|
|
4243
3928
|
$ti-icon-sort-ascending-small-big: unicode('fd95');
|
|
4244
|
-
$ti-icon-sort-deacending-small-big: unicode('fd96');
|
|
4245
3929
|
$ti-icon-sort-descending: unicode('eb27');
|
|
4246
3930
|
$ti-icon-sort-descending-2: unicode('eee3');
|
|
4247
3931
|
$ti-icon-sort-descending-letters: unicode('ef1a');
|
|
4248
3932
|
$ti-icon-sort-descending-numbers: unicode('ef1b');
|
|
4249
3933
|
$ti-icon-sort-descending-shapes: unicode('fd97');
|
|
3934
|
+
$ti-icon-sort-descending-small-big: unicode('fd96');
|
|
4250
3935
|
$ti-icon-sort-z-a: unicode('f550');
|
|
4251
3936
|
$ti-icon-sos: unicode('f24a');
|
|
4252
3937
|
$ti-icon-soup: unicode('ef2e');
|
|
@@ -4257,7 +3942,6 @@ $ti-icon-space-off: unicode('f1aa');
|
|
|
4257
3942
|
$ti-icon-spacing-horizontal: unicode('ef54');
|
|
4258
3943
|
$ti-icon-spacing-vertical: unicode('ef55');
|
|
4259
3944
|
$ti-icon-spade: unicode('effa');
|
|
4260
|
-
$ti-icon-spade-filled: unicode('f6a3');
|
|
4261
3945
|
$ti-icon-sparkles: unicode('f6d7');
|
|
4262
3946
|
$ti-icon-speakerphone: unicode('ed61');
|
|
4263
3947
|
$ti-icon-speedboat: unicode('ed93');
|
|
@@ -4273,67 +3957,31 @@ $ti-icon-spy: unicode('f227');
|
|
|
4273
3957
|
$ti-icon-spy-off: unicode('f42f');
|
|
4274
3958
|
$ti-icon-sql: unicode('f7c0');
|
|
4275
3959
|
$ti-icon-square: unicode('eb2c');
|
|
4276
|
-
$ti-icon-square-0-filled: unicode('f764');
|
|
4277
|
-
$ti-icon-square-1-filled: unicode('f765');
|
|
4278
|
-
$ti-icon-square-2-filled: unicode('f7fa');
|
|
4279
|
-
$ti-icon-square-3-filled: unicode('f766');
|
|
4280
|
-
$ti-icon-square-4-filled: unicode('f767');
|
|
4281
|
-
$ti-icon-square-5-filled: unicode('f768');
|
|
4282
|
-
$ti-icon-square-6-filled: unicode('f769');
|
|
4283
|
-
$ti-icon-square-7-filled: unicode('f76a');
|
|
4284
|
-
$ti-icon-square-8-filled: unicode('f76b');
|
|
4285
|
-
$ti-icon-square-9-filled: unicode('f76c');
|
|
4286
3960
|
$ti-icon-square-arrow-down: unicode('f4b7');
|
|
4287
|
-
$ti-icon-square-arrow-down-filled: unicode('fb31');
|
|
4288
3961
|
$ti-icon-square-arrow-left: unicode('f4b8');
|
|
4289
|
-
$ti-icon-square-arrow-left-filled: unicode('fb32');
|
|
4290
3962
|
$ti-icon-square-arrow-right: unicode('f4b9');
|
|
4291
|
-
$ti-icon-square-arrow-right-filled: unicode('fb33');
|
|
4292
3963
|
$ti-icon-square-arrow-up: unicode('f4ba');
|
|
4293
|
-
$ti-icon-square-arrow-up-filled: unicode('fb34');
|
|
4294
3964
|
$ti-icon-square-asterisk: unicode('f01a');
|
|
4295
|
-
$ti-icon-square-asterisk-filled: unicode('fb35');
|
|
4296
3965
|
$ti-icon-square-check: unicode('eb28');
|
|
4297
|
-
$ti-icon-square-check-filled: unicode('f76d');
|
|
4298
3966
|
$ti-icon-square-chevron-down: unicode('f627');
|
|
4299
|
-
$ti-icon-square-chevron-down-filled: unicode('fb36');
|
|
4300
3967
|
$ti-icon-square-chevron-left: unicode('f628');
|
|
4301
|
-
$ti-icon-square-chevron-left-filled: unicode('fb37');
|
|
4302
3968
|
$ti-icon-square-chevron-right: unicode('f629');
|
|
4303
|
-
$ti-icon-square-chevron-right-filled: unicode('fb38');
|
|
4304
3969
|
$ti-icon-square-chevron-up: unicode('f62a');
|
|
4305
|
-
$ti-icon-square-chevron-up-filled: unicode('fb39');
|
|
4306
3970
|
$ti-icon-square-chevrons-down: unicode('f64b');
|
|
4307
|
-
$ti-icon-square-chevrons-down-filled: unicode('fb3a');
|
|
4308
3971
|
$ti-icon-square-chevrons-left: unicode('f64c');
|
|
4309
|
-
$ti-icon-square-chevrons-left-filled: unicode('fb3b');
|
|
4310
3972
|
$ti-icon-square-chevrons-right: unicode('f64d');
|
|
4311
|
-
$ti-icon-square-chevrons-right-filled: unicode('fb3c');
|
|
4312
3973
|
$ti-icon-square-chevrons-up: unicode('f64e');
|
|
4313
|
-
$ti-icon-square-chevrons-up-filled: unicode('fb3d');
|
|
4314
3974
|
$ti-icon-square-dot: unicode('ed59');
|
|
4315
|
-
$ti-icon-square-dot-filled: unicode('fb3e');
|
|
4316
3975
|
$ti-icon-square-f0: unicode('f526');
|
|
4317
|
-
$ti-icon-square-f0-filled: unicode('f76e');
|
|
4318
3976
|
$ti-icon-square-f1: unicode('f527');
|
|
4319
|
-
$ti-icon-square-f1-filled: unicode('f76f');
|
|
4320
3977
|
$ti-icon-square-f2: unicode('f528');
|
|
4321
|
-
$ti-icon-square-f2-filled: unicode('f770');
|
|
4322
3978
|
$ti-icon-square-f3: unicode('f529');
|
|
4323
|
-
$ti-icon-square-f3-filled: unicode('f771');
|
|
4324
3979
|
$ti-icon-square-f4: unicode('f52a');
|
|
4325
|
-
$ti-icon-square-f4-filled: unicode('f772');
|
|
4326
3980
|
$ti-icon-square-f5: unicode('f52b');
|
|
4327
|
-
$ti-icon-square-f5-filled: unicode('f773');
|
|
4328
3981
|
$ti-icon-square-f6: unicode('f52c');
|
|
4329
|
-
$ti-icon-square-f6-filled: unicode('f774');
|
|
4330
3982
|
$ti-icon-square-f7: unicode('f52d');
|
|
4331
|
-
$ti-icon-square-f7-filled: unicode('f775');
|
|
4332
3983
|
$ti-icon-square-f8: unicode('f52e');
|
|
4333
|
-
$ti-icon-square-f8-filled: unicode('f776');
|
|
4334
3984
|
$ti-icon-square-f9: unicode('f52f');
|
|
4335
|
-
$ti-icon-square-f9-filled: unicode('f777');
|
|
4336
|
-
$ti-icon-square-filled: unicode('fc40');
|
|
4337
3985
|
$ti-icon-square-forbid: unicode('ed5b');
|
|
4338
3986
|
$ti-icon-square-forbid-2: unicode('ed5a');
|
|
4339
3987
|
$ti-icon-square-half: unicode('effb');
|
|
@@ -4365,7 +4013,6 @@ $ti-icon-square-letter-x: unicode('f4bc');
|
|
|
4365
4013
|
$ti-icon-square-letter-y: unicode('f492');
|
|
4366
4014
|
$ti-icon-square-letter-z: unicode('f493');
|
|
4367
4015
|
$ti-icon-square-minus: unicode('eb29');
|
|
4368
|
-
$ti-icon-square-minus-filled: unicode('fb3f');
|
|
4369
4016
|
$ti-icon-square-number-0: unicode('eee5');
|
|
4370
4017
|
$ti-icon-square-number-1: unicode('eee6');
|
|
4371
4018
|
$ti-icon-square-number-2: unicode('eee7');
|
|
@@ -4383,38 +4030,23 @@ $ti-icon-square-plus-2: unicode('fc96');
|
|
|
4383
4030
|
$ti-icon-square-root: unicode('eef1');
|
|
4384
4031
|
$ti-icon-square-root-2: unicode('eef0');
|
|
4385
4032
|
$ti-icon-square-rotated: unicode('ecdf');
|
|
4386
|
-
$ti-icon-square-rotated-filled: unicode('f6a4');
|
|
4387
4033
|
$ti-icon-square-rotated-forbid: unicode('f01c');
|
|
4388
4034
|
$ti-icon-square-rotated-forbid-2: unicode('f01b');
|
|
4389
4035
|
$ti-icon-square-rotated-off: unicode('eef2');
|
|
4390
4036
|
$ti-icon-square-rounded: unicode('f59a');
|
|
4391
4037
|
$ti-icon-square-rounded-arrow-down: unicode('f639');
|
|
4392
|
-
$ti-icon-square-rounded-arrow-down-filled: unicode('f6db');
|
|
4393
4038
|
$ti-icon-square-rounded-arrow-left: unicode('f63a');
|
|
4394
|
-
$ti-icon-square-rounded-arrow-left-filled: unicode('f6dc');
|
|
4395
4039
|
$ti-icon-square-rounded-arrow-right: unicode('f63b');
|
|
4396
|
-
$ti-icon-square-rounded-arrow-right-filled: unicode('f6dd');
|
|
4397
4040
|
$ti-icon-square-rounded-arrow-up: unicode('f63c');
|
|
4398
|
-
$ti-icon-square-rounded-arrow-up-filled: unicode('f6de');
|
|
4399
4041
|
$ti-icon-square-rounded-check: unicode('f63d');
|
|
4400
|
-
$ti-icon-square-rounded-check-filled: unicode('f6df');
|
|
4401
4042
|
$ti-icon-square-rounded-chevron-down: unicode('f62b');
|
|
4402
|
-
$ti-icon-square-rounded-chevron-down-filled: unicode('f6e0');
|
|
4403
4043
|
$ti-icon-square-rounded-chevron-left: unicode('f62c');
|
|
4404
|
-
$ti-icon-square-rounded-chevron-left-filled: unicode('f6e1');
|
|
4405
4044
|
$ti-icon-square-rounded-chevron-right: unicode('f62d');
|
|
4406
|
-
$ti-icon-square-rounded-chevron-right-filled: unicode('f6e2');
|
|
4407
4045
|
$ti-icon-square-rounded-chevron-up: unicode('f62e');
|
|
4408
|
-
$ti-icon-square-rounded-chevron-up-filled: unicode('f6e3');
|
|
4409
4046
|
$ti-icon-square-rounded-chevrons-down: unicode('f64f');
|
|
4410
|
-
$ti-icon-square-rounded-chevrons-down-filled: unicode('f6e4');
|
|
4411
4047
|
$ti-icon-square-rounded-chevrons-left: unicode('f650');
|
|
4412
|
-
$ti-icon-square-rounded-chevrons-left-filled: unicode('f6e5');
|
|
4413
4048
|
$ti-icon-square-rounded-chevrons-right: unicode('f651');
|
|
4414
|
-
$ti-icon-square-rounded-chevrons-right-filled: unicode('f6e6');
|
|
4415
4049
|
$ti-icon-square-rounded-chevrons-up: unicode('f652');
|
|
4416
|
-
$ti-icon-square-rounded-chevrons-up-filled: unicode('f6e7');
|
|
4417
|
-
$ti-icon-square-rounded-filled: unicode('f6a5');
|
|
4418
4050
|
$ti-icon-square-rounded-letter-a: unicode('f5ae');
|
|
4419
4051
|
$ti-icon-square-rounded-letter-b: unicode('f5af');
|
|
4420
4052
|
$ti-icon-square-rounded-letter-c: unicode('f5b0');
|
|
@@ -4443,39 +4075,25 @@ $ti-icon-square-rounded-letter-y: unicode('f5c6');
|
|
|
4443
4075
|
$ti-icon-square-rounded-letter-z: unicode('f5c7');
|
|
4444
4076
|
$ti-icon-square-rounded-minus: unicode('f63e');
|
|
4445
4077
|
$ti-icon-square-rounded-minus-2: unicode('fc97');
|
|
4446
|
-
$ti-icon-square-rounded-minus-filled: unicode('fb40');
|
|
4447
4078
|
$ti-icon-square-rounded-number-0: unicode('f5c8');
|
|
4448
|
-
$ti-icon-square-rounded-number-0-filled: unicode('f778');
|
|
4449
4079
|
$ti-icon-square-rounded-number-1: unicode('f5c9');
|
|
4450
|
-
$ti-icon-square-rounded-number-1-filled: unicode('f779');
|
|
4451
4080
|
$ti-icon-square-rounded-number-2: unicode('f5ca');
|
|
4452
|
-
$ti-icon-square-rounded-number-2-filled: unicode('f77a');
|
|
4453
4081
|
$ti-icon-square-rounded-number-3: unicode('f5cb');
|
|
4454
|
-
$ti-icon-square-rounded-number-3-filled: unicode('f77b');
|
|
4455
4082
|
$ti-icon-square-rounded-number-4: unicode('f5cc');
|
|
4456
|
-
$ti-icon-square-rounded-number-4-filled: unicode('f77c');
|
|
4457
4083
|
$ti-icon-square-rounded-number-5: unicode('f5cd');
|
|
4458
|
-
$ti-icon-square-rounded-number-5-filled: unicode('f77d');
|
|
4459
4084
|
$ti-icon-square-rounded-number-6: unicode('f5ce');
|
|
4460
|
-
$ti-icon-square-rounded-number-6-filled: unicode('f77e');
|
|
4461
4085
|
$ti-icon-square-rounded-number-7: unicode('f5cf');
|
|
4462
|
-
$ti-icon-square-rounded-number-7-filled: unicode('f77f');
|
|
4463
4086
|
$ti-icon-square-rounded-number-8: unicode('f5d0');
|
|
4464
|
-
$ti-icon-square-rounded-number-8-filled: unicode('f780');
|
|
4465
4087
|
$ti-icon-square-rounded-number-9: unicode('f5d1');
|
|
4466
|
-
$ti-icon-square-rounded-number-9-filled: unicode('f781');
|
|
4467
4088
|
$ti-icon-square-rounded-percentage: unicode('fd84');
|
|
4468
4089
|
$ti-icon-square-rounded-plus: unicode('f63f');
|
|
4469
4090
|
$ti-icon-square-rounded-plus-2: unicode('fc98');
|
|
4470
|
-
$ti-icon-square-rounded-plus-filled: unicode('f6e8');
|
|
4471
4091
|
$ti-icon-square-rounded-x: unicode('f640');
|
|
4472
|
-
$ti-icon-square-rounded-x-filled: unicode('f6e9');
|
|
4473
4092
|
$ti-icon-square-toggle: unicode('eef4');
|
|
4474
4093
|
$ti-icon-square-toggle-horizontal: unicode('eef3');
|
|
4475
4094
|
$ti-icon-square-x: unicode('eb2b');
|
|
4476
|
-
$ti-icon-
|
|
4095
|
+
$ti-icon-squares: unicode('eef6');
|
|
4477
4096
|
$ti-icon-squares-diagonal: unicode('eef5');
|
|
4478
|
-
$ti-icon-squares-filled: unicode('eef6');
|
|
4479
4097
|
$ti-icon-stack: unicode('eb2d');
|
|
4480
4098
|
$ti-icon-stack-2: unicode('eef7');
|
|
4481
4099
|
$ti-icon-stack-3: unicode('ef9d');
|
|
@@ -4490,12 +4108,9 @@ $ti-icon-stairs: unicode('eca6');
|
|
|
4490
4108
|
$ti-icon-stairs-down: unicode('eca4');
|
|
4491
4109
|
$ti-icon-stairs-up: unicode('eca5');
|
|
4492
4110
|
$ti-icon-star: unicode('eb2e');
|
|
4493
|
-
$ti-icon-star-filled: unicode('f6a6');
|
|
4494
4111
|
$ti-icon-star-half: unicode('ed19');
|
|
4495
|
-
$ti-icon-star-half-filled: unicode('f6a7');
|
|
4496
4112
|
$ti-icon-star-off: unicode('ed62');
|
|
4497
4113
|
$ti-icon-stars: unicode('ed38');
|
|
4498
|
-
$ti-icon-stars-filled: unicode('f6a8');
|
|
4499
4114
|
$ti-icon-stars-off: unicode('f430');
|
|
4500
4115
|
$ti-icon-status-change: unicode('f3b0');
|
|
4501
4116
|
$ti-icon-steam: unicode('f24b');
|
|
@@ -4520,7 +4135,6 @@ $ti-icon-sum: unicode('eb73');
|
|
|
4520
4135
|
$ti-icon-sum-off: unicode('f1ab');
|
|
4521
4136
|
$ti-icon-sun: unicode('eb30');
|
|
4522
4137
|
$ti-icon-sun-electricity: unicode('fcc2');
|
|
4523
|
-
$ti-icon-sun-filled: unicode('f6a9');
|
|
4524
4138
|
$ti-icon-sun-high: unicode('f236');
|
|
4525
4139
|
$ti-icon-sun-low: unicode('f237');
|
|
4526
4140
|
$ti-icon-sun-moon: unicode('f4a3');
|
|
@@ -4551,7 +4165,6 @@ $ti-icon-table-alias: unicode('f25b');
|
|
|
4551
4165
|
$ti-icon-table-column: unicode('faff');
|
|
4552
4166
|
$ti-icon-table-down: unicode('fa1c');
|
|
4553
4167
|
$ti-icon-table-export: unicode('eef8');
|
|
4554
|
-
$ti-icon-table-filled: unicode('f782');
|
|
4555
4168
|
$ti-icon-table-heart: unicode('fa1d');
|
|
4556
4169
|
$ti-icon-table-import: unicode('eef9');
|
|
4557
4170
|
$ti-icon-table-minus: unicode('fa1e');
|
|
@@ -4584,6 +4197,8 @@ $ti-icon-temperature-fahrenheit: unicode('eb37');
|
|
|
4584
4197
|
$ti-icon-temperature-minus: unicode('ebed');
|
|
4585
4198
|
$ti-icon-temperature-off: unicode('f1af');
|
|
4586
4199
|
$ti-icon-temperature-plus: unicode('ebee');
|
|
4200
|
+
$ti-icon-temperature-snow: unicode('fda3');
|
|
4201
|
+
$ti-icon-temperature-sun: unicode('fda4');
|
|
4587
4202
|
$ti-icon-template: unicode('eb39');
|
|
4588
4203
|
$ti-icon-template-off: unicode('f1b0');
|
|
4589
4204
|
$ti-icon-tent: unicode('eefb');
|
|
@@ -4614,10 +4229,8 @@ $ti-icon-texture: unicode('f51b');
|
|
|
4614
4229
|
$ti-icon-theater: unicode('f79b');
|
|
4615
4230
|
$ti-icon-thermometer: unicode('ef67');
|
|
4616
4231
|
$ti-icon-thumb-down: unicode('eb3b');
|
|
4617
|
-
$ti-icon-thumb-down-filled: unicode('f6aa');
|
|
4618
4232
|
$ti-icon-thumb-down-off: unicode('f436');
|
|
4619
4233
|
$ti-icon-thumb-up: unicode('eb3c');
|
|
4620
|
-
$ti-icon-thumb-up-filled: unicode('f6ab');
|
|
4621
4234
|
$ti-icon-thumb-up-off: unicode('f437');
|
|
4622
4235
|
$ti-icon-tic-tac: unicode('f51c');
|
|
4623
4236
|
$ti-icon-ticket: unicode('eb3d');
|
|
@@ -4638,7 +4251,6 @@ $ti-icon-time-duration-off: unicode('fadc');
|
|
|
4638
4251
|
$ti-icon-timeline: unicode('f031');
|
|
4639
4252
|
$ti-icon-timeline-event: unicode('f553');
|
|
4640
4253
|
$ti-icon-timeline-event-exclamation: unicode('f662');
|
|
4641
|
-
$ti-icon-timeline-event-filled: unicode('fd18');
|
|
4642
4254
|
$ti-icon-timeline-event-minus: unicode('f663');
|
|
4643
4255
|
$ti-icon-timeline-event-plus: unicode('f664');
|
|
4644
4256
|
$ti-icon-timeline-event-text: unicode('f665');
|
|
@@ -4696,16 +4308,18 @@ $ti-icon-transfer-in: unicode('ef2f');
|
|
|
4696
4308
|
$ti-icon-transfer-out: unicode('ef30');
|
|
4697
4309
|
$ti-icon-transfer-vertical: unicode('fc1e');
|
|
4698
4310
|
$ti-icon-transform: unicode('f38e');
|
|
4699
|
-
$ti-icon-transform-
|
|
4311
|
+
$ti-icon-transform-point: unicode('fda9');
|
|
4312
|
+
$ti-icon-transform-point-bottom-left: unicode('fda5');
|
|
4313
|
+
$ti-icon-transform-point-bottom-right: unicode('fda6');
|
|
4314
|
+
$ti-icon-transform-point-top-left: unicode('fda7');
|
|
4315
|
+
$ti-icon-transform-point-top-right: unicode('fda8');
|
|
4700
4316
|
$ti-icon-transition-bottom: unicode('f2b2');
|
|
4701
4317
|
$ti-icon-transition-left: unicode('f2b3');
|
|
4702
4318
|
$ti-icon-transition-right: unicode('f2b4');
|
|
4703
4319
|
$ti-icon-transition-top: unicode('f2b5');
|
|
4704
4320
|
$ti-icon-trash: unicode('eb41');
|
|
4705
|
-
$ti-icon-trash-filled: unicode('f783');
|
|
4706
4321
|
$ti-icon-trash-off: unicode('ed65');
|
|
4707
4322
|
$ti-icon-trash-x: unicode('ef88');
|
|
4708
|
-
$ti-icon-trash-x-filled: unicode('f784');
|
|
4709
4323
|
$ti-icon-treadmill: unicode('fa6e');
|
|
4710
4324
|
$ti-icon-tree: unicode('ef01');
|
|
4711
4325
|
$ti-icon-trees: unicode('ec10');
|
|
@@ -4717,21 +4331,17 @@ $ti-icon-trending-up: unicode('eb43');
|
|
|
4717
4331
|
$ti-icon-trending-up-2: unicode('edc3');
|
|
4718
4332
|
$ti-icon-trending-up-3: unicode('edc4');
|
|
4719
4333
|
$ti-icon-triangle: unicode('eb44');
|
|
4720
|
-
$ti-icon-triangle-filled: unicode('f6ad');
|
|
4721
4334
|
$ti-icon-triangle-inverted: unicode('f01d');
|
|
4722
|
-
$ti-icon-triangle-inverted-filled: unicode('f6ae');
|
|
4723
4335
|
$ti-icon-triangle-minus: unicode('fc9b');
|
|
4724
4336
|
$ti-icon-triangle-minus-2: unicode('fc9a');
|
|
4725
4337
|
$ti-icon-triangle-off: unicode('ef02');
|
|
4726
4338
|
$ti-icon-triangle-plus: unicode('fc9d');
|
|
4727
4339
|
$ti-icon-triangle-plus-2: unicode('fc9c');
|
|
4728
4340
|
$ti-icon-triangle-square-circle: unicode('ece8');
|
|
4729
|
-
$ti-icon-triangle-square-circle-filled: unicode('fb42');
|
|
4730
4341
|
$ti-icon-triangles: unicode('f0a5');
|
|
4731
4342
|
$ti-icon-trident: unicode('ecc5');
|
|
4732
4343
|
$ti-icon-trolley: unicode('f4cc');
|
|
4733
4344
|
$ti-icon-trophy: unicode('eb45');
|
|
4734
|
-
$ti-icon-trophy-filled: unicode('f6af');
|
|
4735
4345
|
$ti-icon-trophy-off: unicode('f438');
|
|
4736
4346
|
$ti-icon-trowel: unicode('f368');
|
|
4737
4347
|
$ti-icon-truck: unicode('ebc4');
|
|
@@ -4740,12 +4350,12 @@ $ti-icon-truck-loading: unicode('f1da');
|
|
|
4740
4350
|
$ti-icon-truck-off: unicode('ef03');
|
|
4741
4351
|
$ti-icon-truck-return: unicode('ec4c');
|
|
4742
4352
|
$ti-icon-txt: unicode('f3b1');
|
|
4353
|
+
$ti-icon-typeface: unicode('fdab');
|
|
4743
4354
|
$ti-icon-typography: unicode('ebc5');
|
|
4744
4355
|
$ti-icon-typography-off: unicode('f1ba');
|
|
4745
4356
|
$ti-icon-ufo: unicode('f26f');
|
|
4746
4357
|
$ti-icon-ufo-off: unicode('f26e');
|
|
4747
4358
|
$ti-icon-umbrella: unicode('ebf1');
|
|
4748
|
-
$ti-icon-umbrella-filled: unicode('f6b0');
|
|
4749
4359
|
$ti-icon-umbrella-off: unicode('f1bb');
|
|
4750
4360
|
$ti-icon-underline: unicode('eba2');
|
|
4751
4361
|
$ti-icon-universe: unicode('fcc4');
|
|
@@ -4764,7 +4374,6 @@ $ti-icon-user-dollar: unicode('f9d5');
|
|
|
4764
4374
|
$ti-icon-user-down: unicode('f9d6');
|
|
4765
4375
|
$ti-icon-user-edit: unicode('f7cc');
|
|
4766
4376
|
$ti-icon-user-exclamation: unicode('ec12');
|
|
4767
|
-
$ti-icon-user-filled: unicode('fd19');
|
|
4768
4377
|
$ti-icon-user-heart: unicode('f7cd');
|
|
4769
4378
|
$ti-icon-user-hexagon: unicode('fc4e');
|
|
4770
4379
|
$ti-icon-user-minus: unicode('eb4a');
|
|
@@ -4809,7 +4418,6 @@ $ti-icon-vector-triangle: unicode('eca8');
|
|
|
4809
4418
|
$ti-icon-vector-triangle-off: unicode('f1bf');
|
|
4810
4419
|
$ti-icon-venus: unicode('ec86');
|
|
4811
4420
|
$ti-icon-versions: unicode('ed52');
|
|
4812
|
-
$ti-icon-versions-filled: unicode('f6b1');
|
|
4813
4421
|
$ti-icon-versions-off: unicode('f1c0');
|
|
4814
4422
|
$ti-icon-video: unicode('ed22');
|
|
4815
4423
|
$ti-icon-video-minus: unicode('ed1f');
|
|
@@ -4895,7 +4503,6 @@ $ti-icon-wind: unicode('ec34');
|
|
|
4895
4503
|
$ti-icon-wind-electricity: unicode('fcc6');
|
|
4896
4504
|
$ti-icon-wind-off: unicode('f1c7');
|
|
4897
4505
|
$ti-icon-windmill: unicode('ed85');
|
|
4898
|
-
$ti-icon-windmill-filled: unicode('f6b2');
|
|
4899
4506
|
$ti-icon-windmill-off: unicode('f1c8');
|
|
4900
4507
|
$ti-icon-window: unicode('ef06');
|
|
4901
4508
|
$ti-icon-window-maximize: unicode('f1f1');
|
|
@@ -4945,7 +4552,6 @@ $ti-icon-xbox-y: unicode('f2b9');
|
|
|
4945
4552
|
$ti-icon-xd: unicode('fa33');
|
|
4946
4553
|
$ti-icon-xxx: unicode('fc20');
|
|
4947
4554
|
$ti-icon-yin-yang: unicode('ec35');
|
|
4948
|
-
$ti-icon-yin-yang-filled: unicode('f785');
|
|
4949
4555
|
$ti-icon-yoga: unicode('f01f');
|
|
4950
4556
|
$ti-icon-zeppelin: unicode('f270');
|
|
4951
4557
|
$ti-icon-zeppelin-off: unicode('f43f');
|
|
@@ -4962,20 +4568,16 @@ $ti-icon-zodiac-sagittarius: unicode('ecb4');
|
|
|
4962
4568
|
$ti-icon-zodiac-scorpio: unicode('ecb5');
|
|
4963
4569
|
$ti-icon-zodiac-taurus: unicode('ecb6');
|
|
4964
4570
|
$ti-icon-zodiac-virgo: unicode('ecb7');
|
|
4571
|
+
$ti-icon-zoom: unicode('fdaa');
|
|
4965
4572
|
$ti-icon-zoom-cancel: unicode('ec4d');
|
|
4966
4573
|
$ti-icon-zoom-check: unicode('ef09');
|
|
4967
|
-
$ti-icon-zoom-check-filled: unicode('f786');
|
|
4968
4574
|
$ti-icon-zoom-code: unicode('f07f');
|
|
4969
4575
|
$ti-icon-zoom-exclamation: unicode('f080');
|
|
4970
|
-
$ti-icon-zoom-filled: unicode('f787');
|
|
4971
4576
|
$ti-icon-zoom-in: unicode('eb56');
|
|
4972
4577
|
$ti-icon-zoom-in-area: unicode('f1dc');
|
|
4973
|
-
$ti-icon-zoom-in-area-filled: unicode('f788');
|
|
4974
|
-
$ti-icon-zoom-in-filled: unicode('f789');
|
|
4975
4578
|
$ti-icon-zoom-money: unicode('ef0a');
|
|
4976
4579
|
$ti-icon-zoom-out: unicode('eb57');
|
|
4977
4580
|
$ti-icon-zoom-out-area: unicode('f1dd');
|
|
4978
|
-
$ti-icon-zoom-out-filled: unicode('f78a');
|
|
4979
4581
|
$ti-icon-zoom-pan: unicode('f1de');
|
|
4980
4582
|
$ti-icon-zoom-question: unicode('edeb');
|
|
4981
4583
|
$ti-icon-zoom-replace: unicode('f2a7');
|
|
@@ -5004,15 +4606,12 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5004
4606
|
.#{$ti-prefix}-access-point-off:before { content: $ti-icon-access-point-off; }
|
|
5005
4607
|
.#{$ti-prefix}-accessible:before { content: $ti-icon-accessible; }
|
|
5006
4608
|
.#{$ti-prefix}-accessible-off:before { content: $ti-icon-accessible-off; }
|
|
5007
|
-
.#{$ti-prefix}-accessible-off-filled:before { content: $ti-icon-accessible-off-filled; }
|
|
5008
4609
|
.#{$ti-prefix}-activity:before { content: $ti-icon-activity; }
|
|
5009
4610
|
.#{$ti-prefix}-activity-heartbeat:before { content: $ti-icon-activity-heartbeat; }
|
|
5010
4611
|
.#{$ti-prefix}-ad:before { content: $ti-icon-ad; }
|
|
5011
4612
|
.#{$ti-prefix}-ad-2:before { content: $ti-icon-ad-2; }
|
|
5012
4613
|
.#{$ti-prefix}-ad-circle:before { content: $ti-icon-ad-circle; }
|
|
5013
|
-
.#{$ti-prefix}-ad-circle-filled:before { content: $ti-icon-ad-circle-filled; }
|
|
5014
4614
|
.#{$ti-prefix}-ad-circle-off:before { content: $ti-icon-ad-circle-off; }
|
|
5015
|
-
.#{$ti-prefix}-ad-filled:before { content: $ti-icon-ad-filled; }
|
|
5016
4615
|
.#{$ti-prefix}-ad-off:before { content: $ti-icon-ad-off; }
|
|
5017
4616
|
.#{$ti-prefix}-address-book:before { content: $ti-icon-address-book; }
|
|
5018
4617
|
.#{$ti-prefix}-address-book-off:before { content: $ti-icon-address-book-off; }
|
|
@@ -5026,7 +4625,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5026
4625
|
.#{$ti-prefix}-adjustments-dollar:before { content: $ti-icon-adjustments-dollar; }
|
|
5027
4626
|
.#{$ti-prefix}-adjustments-down:before { content: $ti-icon-adjustments-down; }
|
|
5028
4627
|
.#{$ti-prefix}-adjustments-exclamation:before { content: $ti-icon-adjustments-exclamation; }
|
|
5029
|
-
.#{$ti-prefix}-adjustments-filled:before { content: $ti-icon-adjustments-filled; }
|
|
5030
4628
|
.#{$ti-prefix}-adjustments-heart:before { content: $ti-icon-adjustments-heart; }
|
|
5031
4629
|
.#{$ti-prefix}-adjustments-horizontal:before { content: $ti-icon-adjustments-horizontal; }
|
|
5032
4630
|
.#{$ti-prefix}-adjustments-minus:before { content: $ti-icon-adjustments-minus; }
|
|
@@ -5042,74 +4640,49 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5042
4640
|
.#{$ti-prefix}-adjustments-x:before { content: $ti-icon-adjustments-x; }
|
|
5043
4641
|
.#{$ti-prefix}-aerial-lift:before { content: $ti-icon-aerial-lift; }
|
|
5044
4642
|
.#{$ti-prefix}-affiliate:before { content: $ti-icon-affiliate; }
|
|
5045
|
-
.#{$ti-prefix}-affiliate-filled:before { content: $ti-icon-affiliate-filled; }
|
|
5046
4643
|
.#{$ti-prefix}-air-balloon:before { content: $ti-icon-air-balloon; }
|
|
5047
4644
|
.#{$ti-prefix}-air-conditioning:before { content: $ti-icon-air-conditioning; }
|
|
5048
4645
|
.#{$ti-prefix}-air-conditioning-disabled:before { content: $ti-icon-air-conditioning-disabled; }
|
|
5049
4646
|
.#{$ti-prefix}-air-traffic-control:before { content: $ti-icon-air-traffic-control; }
|
|
5050
4647
|
.#{$ti-prefix}-alarm:before { content: $ti-icon-alarm; }
|
|
5051
4648
|
.#{$ti-prefix}-alarm-average:before { content: $ti-icon-alarm-average; }
|
|
5052
|
-
.#{$ti-prefix}-alarm-filled:before { content: $ti-icon-alarm-filled; }
|
|
5053
4649
|
.#{$ti-prefix}-alarm-minus:before { content: $ti-icon-alarm-minus; }
|
|
5054
|
-
.#{$ti-prefix}-alarm-minus-filled:before { content: $ti-icon-alarm-minus-filled; }
|
|
5055
4650
|
.#{$ti-prefix}-alarm-off:before { content: $ti-icon-alarm-off; }
|
|
5056
4651
|
.#{$ti-prefix}-alarm-plus:before { content: $ti-icon-alarm-plus; }
|
|
5057
|
-
.#{$ti-prefix}-alarm-plus-filled:before { content: $ti-icon-alarm-plus-filled; }
|
|
5058
4652
|
.#{$ti-prefix}-alarm-snooze:before { content: $ti-icon-alarm-snooze; }
|
|
5059
|
-
.#{$ti-prefix}-alarm-snooze-filled:before { content: $ti-icon-alarm-snooze-filled; }
|
|
5060
4653
|
.#{$ti-prefix}-album:before { content: $ti-icon-album; }
|
|
5061
4654
|
.#{$ti-prefix}-album-off:before { content: $ti-icon-album-off; }
|
|
5062
4655
|
.#{$ti-prefix}-alert-circle:before { content: $ti-icon-alert-circle; }
|
|
5063
|
-
.#{$ti-prefix}-alert-circle-filled:before { content: $ti-icon-alert-circle-filled; }
|
|
5064
4656
|
.#{$ti-prefix}-alert-circle-off:before { content: $ti-icon-alert-circle-off; }
|
|
5065
4657
|
.#{$ti-prefix}-alert-hexagon:before { content: $ti-icon-alert-hexagon; }
|
|
5066
|
-
.#{$ti-prefix}-alert-hexagon-filled:before { content: $ti-icon-alert-hexagon-filled; }
|
|
5067
4658
|
.#{$ti-prefix}-alert-hexagon-off:before { content: $ti-icon-alert-hexagon-off; }
|
|
5068
4659
|
.#{$ti-prefix}-alert-octagon:before { content: $ti-icon-alert-octagon; }
|
|
5069
|
-
.#{$ti-prefix}-alert-octagon-filled:before { content: $ti-icon-alert-octagon-filled; }
|
|
5070
4660
|
.#{$ti-prefix}-alert-small:before { content: $ti-icon-alert-small; }
|
|
5071
4661
|
.#{$ti-prefix}-alert-small-off:before { content: $ti-icon-alert-small-off; }
|
|
5072
4662
|
.#{$ti-prefix}-alert-square:before { content: $ti-icon-alert-square; }
|
|
5073
|
-
.#{$ti-prefix}-alert-square-filled:before { content: $ti-icon-alert-square-filled; }
|
|
5074
4663
|
.#{$ti-prefix}-alert-square-rounded:before { content: $ti-icon-alert-square-rounded; }
|
|
5075
|
-
.#{$ti-prefix}-alert-square-rounded-filled:before { content: $ti-icon-alert-square-rounded-filled; }
|
|
5076
4664
|
.#{$ti-prefix}-alert-square-rounded-off:before { content: $ti-icon-alert-square-rounded-off; }
|
|
5077
4665
|
.#{$ti-prefix}-alert-triangle:before { content: $ti-icon-alert-triangle; }
|
|
5078
|
-
.#{$ti-prefix}-alert-triangle-filled:before { content: $ti-icon-alert-triangle-filled; }
|
|
5079
4666
|
.#{$ti-prefix}-alert-triangle-off:before { content: $ti-icon-alert-triangle-off; }
|
|
5080
4667
|
.#{$ti-prefix}-alien:before { content: $ti-icon-alien; }
|
|
5081
|
-
.#{$ti-prefix}-alien-filled:before { content: $ti-icon-alien-filled; }
|
|
5082
4668
|
.#{$ti-prefix}-align-box-bottom-center:before { content: $ti-icon-align-box-bottom-center; }
|
|
5083
|
-
.#{$ti-prefix}-align-box-bottom-center-filled:before { content: $ti-icon-align-box-bottom-center-filled; }
|
|
5084
4669
|
.#{$ti-prefix}-align-box-bottom-left:before { content: $ti-icon-align-box-bottom-left; }
|
|
5085
|
-
.#{$ti-prefix}-align-box-bottom-left-filled:before { content: $ti-icon-align-box-bottom-left-filled; }
|
|
5086
4670
|
.#{$ti-prefix}-align-box-bottom-right:before { content: $ti-icon-align-box-bottom-right; }
|
|
5087
|
-
.#{$ti-prefix}-align-box-bottom-right-filled:before { content: $ti-icon-align-box-bottom-right-filled; }
|
|
5088
4671
|
.#{$ti-prefix}-align-box-center-bottom:before { content: $ti-icon-align-box-center-bottom; }
|
|
5089
4672
|
.#{$ti-prefix}-align-box-center-middle:before { content: $ti-icon-align-box-center-middle; }
|
|
5090
|
-
.#{$ti-prefix}-align-box-center-middle-filled:before { content: $ti-icon-align-box-center-middle-filled; }
|
|
5091
4673
|
.#{$ti-prefix}-align-box-center-stretch:before { content: $ti-icon-align-box-center-stretch; }
|
|
5092
4674
|
.#{$ti-prefix}-align-box-center-top:before { content: $ti-icon-align-box-center-top; }
|
|
5093
4675
|
.#{$ti-prefix}-align-box-left-bottom:before { content: $ti-icon-align-box-left-bottom; }
|
|
5094
|
-
.#{$ti-prefix}-align-box-left-bottom-filled:before { content: $ti-icon-align-box-left-bottom-filled; }
|
|
5095
4676
|
.#{$ti-prefix}-align-box-left-middle:before { content: $ti-icon-align-box-left-middle; }
|
|
5096
|
-
.#{$ti-prefix}-align-box-left-middle-filled:before { content: $ti-icon-align-box-left-middle-filled; }
|
|
5097
4677
|
.#{$ti-prefix}-align-box-left-stretch:before { content: $ti-icon-align-box-left-stretch; }
|
|
5098
4678
|
.#{$ti-prefix}-align-box-left-top:before { content: $ti-icon-align-box-left-top; }
|
|
5099
|
-
.#{$ti-prefix}-align-box-left-top-filled:before { content: $ti-icon-align-box-left-top-filled; }
|
|
5100
4679
|
.#{$ti-prefix}-align-box-right-bottom:before { content: $ti-icon-align-box-right-bottom; }
|
|
5101
|
-
.#{$ti-prefix}-align-box-right-bottom-filled:before { content: $ti-icon-align-box-right-bottom-filled; }
|
|
5102
4680
|
.#{$ti-prefix}-align-box-right-middle:before { content: $ti-icon-align-box-right-middle; }
|
|
5103
|
-
.#{$ti-prefix}-align-box-right-middle-filled:before { content: $ti-icon-align-box-right-middle-filled; }
|
|
5104
4681
|
.#{$ti-prefix}-align-box-right-stretch:before { content: $ti-icon-align-box-right-stretch; }
|
|
5105
4682
|
.#{$ti-prefix}-align-box-right-top:before { content: $ti-icon-align-box-right-top; }
|
|
5106
|
-
.#{$ti-prefix}-align-box-right-top-filled:before { content: $ti-icon-align-box-right-top-filled; }
|
|
5107
4683
|
.#{$ti-prefix}-align-box-top-center:before { content: $ti-icon-align-box-top-center; }
|
|
5108
|
-
.#{$ti-prefix}-align-box-top-center-filled:before { content: $ti-icon-align-box-top-center-filled; }
|
|
5109
4684
|
.#{$ti-prefix}-align-box-top-left:before { content: $ti-icon-align-box-top-left; }
|
|
5110
|
-
.#{$ti-prefix}-align-box-top-left-filled:before { content: $ti-icon-align-box-top-left-filled; }
|
|
5111
4685
|
.#{$ti-prefix}-align-box-top-right:before { content: $ti-icon-align-box-top-right; }
|
|
5112
|
-
.#{$ti-prefix}-align-box-top-right-filled:before { content: $ti-icon-align-box-top-right-filled; }
|
|
5113
4686
|
.#{$ti-prefix}-align-center:before { content: $ti-icon-align-center; }
|
|
5114
4687
|
.#{$ti-prefix}-align-justified:before { content: $ti-icon-align-justified; }
|
|
5115
4688
|
.#{$ti-prefix}-align-left:before { content: $ti-icon-align-left; }
|
|
@@ -5122,7 +4695,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5122
4695
|
.#{$ti-prefix}-ambulance:before { content: $ti-icon-ambulance; }
|
|
5123
4696
|
.#{$ti-prefix}-ampersand:before { content: $ti-icon-ampersand; }
|
|
5124
4697
|
.#{$ti-prefix}-analyze:before { content: $ti-icon-analyze; }
|
|
5125
|
-
.#{$ti-prefix}-analyze-filled:before { content: $ti-icon-analyze-filled; }
|
|
5126
4698
|
.#{$ti-prefix}-analyze-off:before { content: $ti-icon-analyze-off; }
|
|
5127
4699
|
.#{$ti-prefix}-anchor:before { content: $ti-icon-anchor; }
|
|
5128
4700
|
.#{$ti-prefix}-anchor-off:before { content: $ti-icon-anchor-off; }
|
|
@@ -5143,21 +4715,17 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5143
4715
|
.#{$ti-prefix}-api-app-off:before { content: $ti-icon-api-app-off; }
|
|
5144
4716
|
.#{$ti-prefix}-api-off:before { content: $ti-icon-api-off; }
|
|
5145
4717
|
.#{$ti-prefix}-app-window:before { content: $ti-icon-app-window; }
|
|
5146
|
-
.#{$ti-prefix}-app-window-filled:before { content: $ti-icon-app-window-filled; }
|
|
5147
4718
|
.#{$ti-prefix}-apple:before { content: $ti-icon-apple; }
|
|
5148
4719
|
.#{$ti-prefix}-apps:before { content: $ti-icon-apps; }
|
|
5149
|
-
.#{$ti-prefix}-apps-filled:before { content: $ti-icon-apps-filled; }
|
|
5150
4720
|
.#{$ti-prefix}-apps-off:before { content: $ti-icon-apps-off; }
|
|
5151
4721
|
.#{$ti-prefix}-archery-arrow:before { content: $ti-icon-archery-arrow; }
|
|
5152
4722
|
.#{$ti-prefix}-archive:before { content: $ti-icon-archive; }
|
|
5153
|
-
.#{$ti-prefix}-archive-filled:before { content: $ti-icon-archive-filled; }
|
|
5154
4723
|
.#{$ti-prefix}-archive-off:before { content: $ti-icon-archive-off; }
|
|
5155
4724
|
.#{$ti-prefix}-armchair:before { content: $ti-icon-armchair; }
|
|
5156
4725
|
.#{$ti-prefix}-armchair-2:before { content: $ti-icon-armchair-2; }
|
|
5157
4726
|
.#{$ti-prefix}-armchair-2-off:before { content: $ti-icon-armchair-2-off; }
|
|
5158
4727
|
.#{$ti-prefix}-armchair-off:before { content: $ti-icon-armchair-off; }
|
|
5159
4728
|
.#{$ti-prefix}-arrow-autofit-content:before { content: $ti-icon-arrow-autofit-content; }
|
|
5160
|
-
.#{$ti-prefix}-arrow-autofit-content-filled:before { content: $ti-icon-arrow-autofit-content-filled; }
|
|
5161
4729
|
.#{$ti-prefix}-arrow-autofit-down:before { content: $ti-icon-arrow-autofit-down; }
|
|
5162
4730
|
.#{$ti-prefix}-arrow-autofit-height:before { content: $ti-icon-arrow-autofit-height; }
|
|
5163
4731
|
.#{$ti-prefix}-arrow-autofit-left:before { content: $ti-icon-arrow-autofit-left; }
|
|
@@ -5168,13 +4736,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5168
4736
|
.#{$ti-prefix}-arrow-back-up:before { content: $ti-icon-arrow-back-up; }
|
|
5169
4737
|
.#{$ti-prefix}-arrow-back-up-double:before { content: $ti-icon-arrow-back-up-double; }
|
|
5170
4738
|
.#{$ti-prefix}-arrow-badge-down:before { content: $ti-icon-arrow-badge-down; }
|
|
5171
|
-
.#{$ti-prefix}-arrow-badge-down-filled:before { content: $ti-icon-arrow-badge-down-filled; }
|
|
5172
4739
|
.#{$ti-prefix}-arrow-badge-left:before { content: $ti-icon-arrow-badge-left; }
|
|
5173
|
-
.#{$ti-prefix}-arrow-badge-left-filled:before { content: $ti-icon-arrow-badge-left-filled; }
|
|
5174
4740
|
.#{$ti-prefix}-arrow-badge-right:before { content: $ti-icon-arrow-badge-right; }
|
|
5175
|
-
.#{$ti-prefix}-arrow-badge-right-filled:before { content: $ti-icon-arrow-badge-right-filled; }
|
|
5176
4741
|
.#{$ti-prefix}-arrow-badge-up:before { content: $ti-icon-arrow-badge-up; }
|
|
5177
|
-
.#{$ti-prefix}-arrow-badge-up-filled:before { content: $ti-icon-arrow-badge-up-filled; }
|
|
5178
4742
|
.#{$ti-prefix}-arrow-bar-both:before { content: $ti-icon-arrow-bar-both; }
|
|
5179
4743
|
.#{$ti-prefix}-arrow-bar-down:before { content: $ti-icon-arrow-bar-down; }
|
|
5180
4744
|
.#{$ti-prefix}-arrow-bar-left:before { content: $ti-icon-arrow-bar-left; }
|
|
@@ -5189,29 +4753,17 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5189
4753
|
.#{$ti-prefix}-arrow-bear-right:before { content: $ti-icon-arrow-bear-right; }
|
|
5190
4754
|
.#{$ti-prefix}-arrow-bear-right-2:before { content: $ti-icon-arrow-bear-right-2; }
|
|
5191
4755
|
.#{$ti-prefix}-arrow-big-down:before { content: $ti-icon-arrow-big-down; }
|
|
5192
|
-
.#{$ti-prefix}-arrow-big-down-filled:before { content: $ti-icon-arrow-big-down-filled; }
|
|
5193
4756
|
.#{$ti-prefix}-arrow-big-down-line:before { content: $ti-icon-arrow-big-down-line; }
|
|
5194
|
-
.#{$ti-prefix}-arrow-big-down-line-filled:before { content: $ti-icon-arrow-big-down-line-filled; }
|
|
5195
4757
|
.#{$ti-prefix}-arrow-big-down-lines:before { content: $ti-icon-arrow-big-down-lines; }
|
|
5196
|
-
.#{$ti-prefix}-arrow-big-down-lines-filled:before { content: $ti-icon-arrow-big-down-lines-filled; }
|
|
5197
4758
|
.#{$ti-prefix}-arrow-big-left:before { content: $ti-icon-arrow-big-left; }
|
|
5198
|
-
.#{$ti-prefix}-arrow-big-left-filled:before { content: $ti-icon-arrow-big-left-filled; }
|
|
5199
4759
|
.#{$ti-prefix}-arrow-big-left-line:before { content: $ti-icon-arrow-big-left-line; }
|
|
5200
|
-
.#{$ti-prefix}-arrow-big-left-line-filled:before { content: $ti-icon-arrow-big-left-line-filled; }
|
|
5201
4760
|
.#{$ti-prefix}-arrow-big-left-lines:before { content: $ti-icon-arrow-big-left-lines; }
|
|
5202
|
-
.#{$ti-prefix}-arrow-big-left-lines-filled:before { content: $ti-icon-arrow-big-left-lines-filled; }
|
|
5203
4761
|
.#{$ti-prefix}-arrow-big-right:before { content: $ti-icon-arrow-big-right; }
|
|
5204
|
-
.#{$ti-prefix}-arrow-big-right-filled:before { content: $ti-icon-arrow-big-right-filled; }
|
|
5205
4762
|
.#{$ti-prefix}-arrow-big-right-line:before { content: $ti-icon-arrow-big-right-line; }
|
|
5206
|
-
.#{$ti-prefix}-arrow-big-right-line-filled:before { content: $ti-icon-arrow-big-right-line-filled; }
|
|
5207
4763
|
.#{$ti-prefix}-arrow-big-right-lines:before { content: $ti-icon-arrow-big-right-lines; }
|
|
5208
|
-
.#{$ti-prefix}-arrow-big-right-lines-filled:before { content: $ti-icon-arrow-big-right-lines-filled; }
|
|
5209
4764
|
.#{$ti-prefix}-arrow-big-up:before { content: $ti-icon-arrow-big-up; }
|
|
5210
|
-
.#{$ti-prefix}-arrow-big-up-filled:before { content: $ti-icon-arrow-big-up-filled; }
|
|
5211
4765
|
.#{$ti-prefix}-arrow-big-up-line:before { content: $ti-icon-arrow-big-up-line; }
|
|
5212
|
-
.#{$ti-prefix}-arrow-big-up-line-filled:before { content: $ti-icon-arrow-big-up-line-filled; }
|
|
5213
4766
|
.#{$ti-prefix}-arrow-big-up-lines:before { content: $ti-icon-arrow-big-up-lines; }
|
|
5214
|
-
.#{$ti-prefix}-arrow-big-up-lines-filled:before { content: $ti-icon-arrow-big-up-lines-filled; }
|
|
5215
4767
|
.#{$ti-prefix}-arrow-bounce:before { content: $ti-icon-arrow-bounce; }
|
|
5216
4768
|
.#{$ti-prefix}-arrow-capsule:before { content: $ti-icon-arrow-capsule; }
|
|
5217
4769
|
.#{$ti-prefix}-arrow-curve-left:before { content: $ti-icon-arrow-curve-left; }
|
|
@@ -5347,13 +4899,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5347
4899
|
.#{$ti-prefix}-arrows-up-right:before { content: $ti-icon-arrows-up-right; }
|
|
5348
4900
|
.#{$ti-prefix}-arrows-vertical:before { content: $ti-icon-arrows-vertical; }
|
|
5349
4901
|
.#{$ti-prefix}-artboard:before { content: $ti-icon-artboard; }
|
|
5350
|
-
.#{$ti-prefix}-artboard-filled:before { content: $ti-icon-artboard-filled; }
|
|
5351
4902
|
.#{$ti-prefix}-artboard-off:before { content: $ti-icon-artboard-off; }
|
|
5352
4903
|
.#{$ti-prefix}-article:before { content: $ti-icon-article; }
|
|
5353
|
-
.#{$ti-prefix}-article-filled-filled:before { content: $ti-icon-article-filled-filled; }
|
|
5354
4904
|
.#{$ti-prefix}-article-off:before { content: $ti-icon-article-off; }
|
|
5355
4905
|
.#{$ti-prefix}-aspect-ratio:before { content: $ti-icon-aspect-ratio; }
|
|
5356
|
-
.#{$ti-prefix}-aspect-ratio-filled:before { content: $ti-icon-aspect-ratio-filled; }
|
|
5357
4906
|
.#{$ti-prefix}-aspect-ratio-off:before { content: $ti-icon-aspect-ratio-off; }
|
|
5358
4907
|
.#{$ti-prefix}-assembly:before { content: $ti-icon-assembly; }
|
|
5359
4908
|
.#{$ti-prefix}-assembly-off:before { content: $ti-icon-assembly-off; }
|
|
@@ -5364,7 +4913,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5364
4913
|
.#{$ti-prefix}-at-off:before { content: $ti-icon-at-off; }
|
|
5365
4914
|
.#{$ti-prefix}-atom:before { content: $ti-icon-atom; }
|
|
5366
4915
|
.#{$ti-prefix}-atom-2:before { content: $ti-icon-atom-2; }
|
|
5367
|
-
.#{$ti-prefix}-atom-2-filled:before { content: $ti-icon-atom-2-filled; }
|
|
5368
4916
|
.#{$ti-prefix}-atom-off:before { content: $ti-icon-atom-off; }
|
|
5369
4917
|
.#{$ti-prefix}-augmented-reality:before { content: $ti-icon-augmented-reality; }
|
|
5370
4918
|
.#{$ti-prefix}-augmented-reality-2:before { content: $ti-icon-augmented-reality-2; }
|
|
@@ -5372,7 +4920,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5372
4920
|
.#{$ti-prefix}-automatic-gearbox:before { content: $ti-icon-automatic-gearbox; }
|
|
5373
4921
|
.#{$ti-prefix}-avocado:before { content: $ti-icon-avocado; }
|
|
5374
4922
|
.#{$ti-prefix}-award:before { content: $ti-icon-award; }
|
|
5375
|
-
.#{$ti-prefix}-award-filled:before { content: $ti-icon-award-filled; }
|
|
5376
4923
|
.#{$ti-prefix}-award-off:before { content: $ti-icon-award-off; }
|
|
5377
4924
|
.#{$ti-prefix}-axe:before { content: $ti-icon-axe; }
|
|
5378
4925
|
.#{$ti-prefix}-axis-x:before { content: $ti-icon-axis-x; }
|
|
@@ -5385,7 +4932,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5385
4932
|
.#{$ti-prefix}-backpack-off:before { content: $ti-icon-backpack-off; }
|
|
5386
4933
|
.#{$ti-prefix}-backslash:before { content: $ti-icon-backslash; }
|
|
5387
4934
|
.#{$ti-prefix}-backspace:before { content: $ti-icon-backspace; }
|
|
5388
|
-
.#{$ti-prefix}-backspace-filled:before { content: $ti-icon-backspace-filled; }
|
|
5389
4935
|
.#{$ti-prefix}-badge:before { content: $ti-icon-badge; }
|
|
5390
4936
|
.#{$ti-prefix}-badge-3d:before { content: $ti-icon-badge-3d; }
|
|
5391
4937
|
.#{$ti-prefix}-badge-4k:before { content: $ti-icon-badge-4k; }
|
|
@@ -5394,7 +4940,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5394
4940
|
.#{$ti-prefix}-badge-ad-off:before { content: $ti-icon-badge-ad-off; }
|
|
5395
4941
|
.#{$ti-prefix}-badge-ar:before { content: $ti-icon-badge-ar; }
|
|
5396
4942
|
.#{$ti-prefix}-badge-cc:before { content: $ti-icon-badge-cc; }
|
|
5397
|
-
.#{$ti-prefix}-badge-filled:before { content: $ti-icon-badge-filled; }
|
|
5398
4943
|
.#{$ti-prefix}-badge-hd:before { content: $ti-icon-badge-hd; }
|
|
5399
4944
|
.#{$ti-prefix}-badge-off:before { content: $ti-icon-badge-off; }
|
|
5400
4945
|
.#{$ti-prefix}-badge-sd:before { content: $ti-icon-badge-sd; }
|
|
@@ -5403,7 +4948,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5403
4948
|
.#{$ti-prefix}-badge-vr:before { content: $ti-icon-badge-vr; }
|
|
5404
4949
|
.#{$ti-prefix}-badge-wc:before { content: $ti-icon-badge-wc; }
|
|
5405
4950
|
.#{$ti-prefix}-badges:before { content: $ti-icon-badges; }
|
|
5406
|
-
.#{$ti-prefix}-badges-filled:before { content: $ti-icon-badges-filled; }
|
|
5407
4951
|
.#{$ti-prefix}-badges-off:before { content: $ti-icon-badges-off; }
|
|
5408
4952
|
.#{$ti-prefix}-baguette:before { content: $ti-icon-baguette; }
|
|
5409
4953
|
.#{$ti-prefix}-ball-american-football:before { content: $ti-icon-ball-american-football; }
|
|
@@ -5416,14 +4960,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5416
4960
|
.#{$ti-prefix}-ball-tennis:before { content: $ti-icon-ball-tennis; }
|
|
5417
4961
|
.#{$ti-prefix}-ball-volleyball:before { content: $ti-icon-ball-volleyball; }
|
|
5418
4962
|
.#{$ti-prefix}-balloon:before { content: $ti-icon-balloon; }
|
|
5419
|
-
.#{$ti-prefix}-balloon-filled:before { content: $ti-icon-balloon-filled; }
|
|
5420
4963
|
.#{$ti-prefix}-balloon-off:before { content: $ti-icon-balloon-off; }
|
|
5421
4964
|
.#{$ti-prefix}-ballpen:before { content: $ti-icon-ballpen; }
|
|
5422
|
-
.#{$ti-prefix}-ballpen-filled:before { content: $ti-icon-ballpen-filled; }
|
|
5423
4965
|
.#{$ti-prefix}-ballpen-off:before { content: $ti-icon-ballpen-off; }
|
|
5424
4966
|
.#{$ti-prefix}-ban:before { content: $ti-icon-ban; }
|
|
5425
4967
|
.#{$ti-prefix}-bandage:before { content: $ti-icon-bandage; }
|
|
5426
|
-
.#{$ti-prefix}-bandage-filled:before { content: $ti-icon-bandage-filled; }
|
|
5427
4968
|
.#{$ti-prefix}-bandage-off:before { content: $ti-icon-bandage-off; }
|
|
5428
4969
|
.#{$ti-prefix}-barbell:before { content: $ti-icon-barbell; }
|
|
5429
4970
|
.#{$ti-prefix}-barbell-off:before { content: $ti-icon-barbell-off; }
|
|
@@ -5447,7 +4988,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5447
4988
|
.#{$ti-prefix}-basket-dollar:before { content: $ti-icon-basket-dollar; }
|
|
5448
4989
|
.#{$ti-prefix}-basket-down:before { content: $ti-icon-basket-down; }
|
|
5449
4990
|
.#{$ti-prefix}-basket-exclamation:before { content: $ti-icon-basket-exclamation; }
|
|
5450
|
-
.#{$ti-prefix}-basket-filled:before { content: $ti-icon-basket-filled; }
|
|
5451
4991
|
.#{$ti-prefix}-basket-heart:before { content: $ti-icon-basket-heart; }
|
|
5452
4992
|
.#{$ti-prefix}-basket-minus:before { content: $ti-icon-basket-minus; }
|
|
5453
4993
|
.#{$ti-prefix}-basket-off:before { content: $ti-icon-basket-off; }
|
|
@@ -5462,31 +5002,23 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5462
5002
|
.#{$ti-prefix}-basket-x:before { content: $ti-icon-basket-x; }
|
|
5463
5003
|
.#{$ti-prefix}-bat:before { content: $ti-icon-bat; }
|
|
5464
5004
|
.#{$ti-prefix}-bath:before { content: $ti-icon-bath; }
|
|
5465
|
-
.#{$ti-prefix}-bath-filled:before { content: $ti-icon-bath-filled; }
|
|
5466
5005
|
.#{$ti-prefix}-bath-off:before { content: $ti-icon-bath-off; }
|
|
5467
5006
|
.#{$ti-prefix}-battery:before { content: $ti-icon-battery; }
|
|
5468
5007
|
.#{$ti-prefix}-battery-1:before { content: $ti-icon-battery-1; }
|
|
5469
|
-
.#{$ti-prefix}-battery-1-filled:before { content: $ti-icon-battery-1-filled; }
|
|
5470
5008
|
.#{$ti-prefix}-battery-2:before { content: $ti-icon-battery-2; }
|
|
5471
|
-
.#{$ti-prefix}-battery-2-filled:before { content: $ti-icon-battery-2-filled; }
|
|
5472
5009
|
.#{$ti-prefix}-battery-3:before { content: $ti-icon-battery-3; }
|
|
5473
|
-
.#{$ti-prefix}-battery-3-filled:before { content: $ti-icon-battery-3-filled; }
|
|
5474
5010
|
.#{$ti-prefix}-battery-4:before { content: $ti-icon-battery-4; }
|
|
5475
|
-
.#{$ti-prefix}-battery-4-filled:before { content: $ti-icon-battery-4-filled; }
|
|
5476
5011
|
.#{$ti-prefix}-battery-automotive:before { content: $ti-icon-battery-automotive; }
|
|
5477
5012
|
.#{$ti-prefix}-battery-charging:before { content: $ti-icon-battery-charging; }
|
|
5478
5013
|
.#{$ti-prefix}-battery-charging-2:before { content: $ti-icon-battery-charging-2; }
|
|
5479
5014
|
.#{$ti-prefix}-battery-eco:before { content: $ti-icon-battery-eco; }
|
|
5480
|
-
.#{$ti-prefix}-battery-filled:before { content: $ti-icon-battery-filled; }
|
|
5481
5015
|
.#{$ti-prefix}-battery-off:before { content: $ti-icon-battery-off; }
|
|
5482
5016
|
.#{$ti-prefix}-beach:before { content: $ti-icon-beach; }
|
|
5483
5017
|
.#{$ti-prefix}-beach-off:before { content: $ti-icon-beach-off; }
|
|
5484
5018
|
.#{$ti-prefix}-bed:before { content: $ti-icon-bed; }
|
|
5485
|
-
.#{$ti-prefix}-bed-filled:before { content: $ti-icon-bed-filled; }
|
|
5486
5019
|
.#{$ti-prefix}-bed-flat:before { content: $ti-icon-bed-flat; }
|
|
5487
5020
|
.#{$ti-prefix}-bed-off:before { content: $ti-icon-bed-off; }
|
|
5488
5021
|
.#{$ti-prefix}-beer:before { content: $ti-icon-beer; }
|
|
5489
|
-
.#{$ti-prefix}-beer-filled:before { content: $ti-icon-beer-filled; }
|
|
5490
5022
|
.#{$ti-prefix}-beer-off:before { content: $ti-icon-beer-off; }
|
|
5491
5023
|
.#{$ti-prefix}-bell:before { content: $ti-icon-bell; }
|
|
5492
5024
|
.#{$ti-prefix}-bell-bolt:before { content: $ti-icon-bell-bolt; }
|
|
@@ -5497,29 +5029,22 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5497
5029
|
.#{$ti-prefix}-bell-dollar:before { content: $ti-icon-bell-dollar; }
|
|
5498
5030
|
.#{$ti-prefix}-bell-down:before { content: $ti-icon-bell-down; }
|
|
5499
5031
|
.#{$ti-prefix}-bell-exclamation:before { content: $ti-icon-bell-exclamation; }
|
|
5500
|
-
.#{$ti-prefix}-bell-filled:before { content: $ti-icon-bell-filled; }
|
|
5501
5032
|
.#{$ti-prefix}-bell-heart:before { content: $ti-icon-bell-heart; }
|
|
5502
5033
|
.#{$ti-prefix}-bell-minus:before { content: $ti-icon-bell-minus; }
|
|
5503
|
-
.#{$ti-prefix}-bell-minus-filled:before { content: $ti-icon-bell-minus-filled; }
|
|
5504
5034
|
.#{$ti-prefix}-bell-off:before { content: $ti-icon-bell-off; }
|
|
5505
5035
|
.#{$ti-prefix}-bell-pause:before { content: $ti-icon-bell-pause; }
|
|
5506
5036
|
.#{$ti-prefix}-bell-pin:before { content: $ti-icon-bell-pin; }
|
|
5507
5037
|
.#{$ti-prefix}-bell-plus:before { content: $ti-icon-bell-plus; }
|
|
5508
|
-
.#{$ti-prefix}-bell-plus-filled:before { content: $ti-icon-bell-plus-filled; }
|
|
5509
5038
|
.#{$ti-prefix}-bell-question:before { content: $ti-icon-bell-question; }
|
|
5510
5039
|
.#{$ti-prefix}-bell-ringing:before { content: $ti-icon-bell-ringing; }
|
|
5511
5040
|
.#{$ti-prefix}-bell-ringing-2:before { content: $ti-icon-bell-ringing-2; }
|
|
5512
|
-
.#{$ti-prefix}-bell-ringing-2-filled:before { content: $ti-icon-bell-ringing-2-filled; }
|
|
5513
|
-
.#{$ti-prefix}-bell-ringing-filled:before { content: $ti-icon-bell-ringing-filled; }
|
|
5514
5041
|
.#{$ti-prefix}-bell-school:before { content: $ti-icon-bell-school; }
|
|
5515
5042
|
.#{$ti-prefix}-bell-search:before { content: $ti-icon-bell-search; }
|
|
5516
5043
|
.#{$ti-prefix}-bell-share:before { content: $ti-icon-bell-share; }
|
|
5517
5044
|
.#{$ti-prefix}-bell-star:before { content: $ti-icon-bell-star; }
|
|
5518
5045
|
.#{$ti-prefix}-bell-up:before { content: $ti-icon-bell-up; }
|
|
5519
5046
|
.#{$ti-prefix}-bell-x:before { content: $ti-icon-bell-x; }
|
|
5520
|
-
.#{$ti-prefix}-bell-x-filled:before { content: $ti-icon-bell-x-filled; }
|
|
5521
5047
|
.#{$ti-prefix}-bell-z:before { content: $ti-icon-bell-z; }
|
|
5522
|
-
.#{$ti-prefix}-bell-z-filled:before { content: $ti-icon-bell-z-filled; }
|
|
5523
5048
|
.#{$ti-prefix}-beta:before { content: $ti-icon-beta; }
|
|
5524
5049
|
.#{$ti-prefix}-bible:before { content: $ti-icon-bible; }
|
|
5525
5050
|
.#{$ti-prefix}-bike:before { content: $ti-icon-bike; }
|
|
@@ -5531,7 +5056,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5531
5056
|
.#{$ti-prefix}-biohazard:before { content: $ti-icon-biohazard; }
|
|
5532
5057
|
.#{$ti-prefix}-biohazard-off:before { content: $ti-icon-biohazard-off; }
|
|
5533
5058
|
.#{$ti-prefix}-blade:before { content: $ti-icon-blade; }
|
|
5534
|
-
.#{$ti-prefix}-blade-filled:before { content: $ti-icon-blade-filled; }
|
|
5535
5059
|
.#{$ti-prefix}-bleach:before { content: $ti-icon-bleach; }
|
|
5536
5060
|
.#{$ti-prefix}-bleach-chlorine:before { content: $ti-icon-bleach-chlorine; }
|
|
5537
5061
|
.#{$ti-prefix}-bleach-no-chlorine:before { content: $ti-icon-bleach-no-chlorine; }
|
|
@@ -5551,7 +5075,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5551
5075
|
.#{$ti-prefix}-bolt:before { content: $ti-icon-bolt; }
|
|
5552
5076
|
.#{$ti-prefix}-bolt-off:before { content: $ti-icon-bolt-off; }
|
|
5553
5077
|
.#{$ti-prefix}-bomb:before { content: $ti-icon-bomb; }
|
|
5554
|
-
.#{$ti-prefix}-bomb-filled:before { content: $ti-icon-bomb-filled; }
|
|
5555
5078
|
.#{$ti-prefix}-bone:before { content: $ti-icon-bone; }
|
|
5556
5079
|
.#{$ti-prefix}-bone-off:before { content: $ti-icon-bone-off; }
|
|
5557
5080
|
.#{$ti-prefix}-bong:before { content: $ti-icon-bong; }
|
|
@@ -5559,24 +5082,24 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5559
5082
|
.#{$ti-prefix}-book:before { content: $ti-icon-book; }
|
|
5560
5083
|
.#{$ti-prefix}-book-2:before { content: $ti-icon-book-2; }
|
|
5561
5084
|
.#{$ti-prefix}-book-download:before { content: $ti-icon-book-download; }
|
|
5562
|
-
.#{$ti-prefix}-book-filled:before { content: $ti-icon-book-filled; }
|
|
5563
5085
|
.#{$ti-prefix}-book-off:before { content: $ti-icon-book-off; }
|
|
5564
5086
|
.#{$ti-prefix}-book-upload:before { content: $ti-icon-book-upload; }
|
|
5565
5087
|
.#{$ti-prefix}-bookmark:before { content: $ti-icon-bookmark; }
|
|
5566
5088
|
.#{$ti-prefix}-bookmark-ai:before { content: $ti-icon-bookmark-ai; }
|
|
5567
5089
|
.#{$ti-prefix}-bookmark-edit:before { content: $ti-icon-bookmark-edit; }
|
|
5568
|
-
.#{$ti-prefix}-bookmark-filled:before { content: $ti-icon-bookmark-filled; }
|
|
5569
5090
|
.#{$ti-prefix}-bookmark-minus:before { content: $ti-icon-bookmark-minus; }
|
|
5570
5091
|
.#{$ti-prefix}-bookmark-off:before { content: $ti-icon-bookmark-off; }
|
|
5571
5092
|
.#{$ti-prefix}-bookmark-plus:before { content: $ti-icon-bookmark-plus; }
|
|
5572
5093
|
.#{$ti-prefix}-bookmark-question:before { content: $ti-icon-bookmark-question; }
|
|
5573
5094
|
.#{$ti-prefix}-bookmarks:before { content: $ti-icon-bookmarks; }
|
|
5574
|
-
.#{$ti-prefix}-bookmarks-filled:before { content: $ti-icon-bookmarks-filled; }
|
|
5575
5095
|
.#{$ti-prefix}-bookmarks-off:before { content: $ti-icon-bookmarks-off; }
|
|
5576
5096
|
.#{$ti-prefix}-books:before { content: $ti-icon-books; }
|
|
5577
5097
|
.#{$ti-prefix}-books-off:before { content: $ti-icon-books-off; }
|
|
5098
|
+
.#{$ti-prefix}-boom:before { content: $ti-icon-boom; }
|
|
5578
5099
|
.#{$ti-prefix}-border-all:before { content: $ti-icon-border-all; }
|
|
5579
5100
|
.#{$ti-prefix}-border-bottom:before { content: $ti-icon-border-bottom; }
|
|
5101
|
+
.#{$ti-prefix}-border-bottom-plus:before { content: $ti-icon-border-bottom-plus; }
|
|
5102
|
+
.#{$ti-prefix}-border-corner-ios:before { content: $ti-icon-border-corner-ios; }
|
|
5580
5103
|
.#{$ti-prefix}-border-corner-pill:before { content: $ti-icon-border-corner-pill; }
|
|
5581
5104
|
.#{$ti-prefix}-border-corner-rounded:before { content: $ti-icon-border-corner-rounded; }
|
|
5582
5105
|
.#{$ti-prefix}-border-corner-square:before { content: $ti-icon-border-corner-square; }
|
|
@@ -5584,44 +5107,35 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5584
5107
|
.#{$ti-prefix}-border-horizontal:before { content: $ti-icon-border-horizontal; }
|
|
5585
5108
|
.#{$ti-prefix}-border-inner:before { content: $ti-icon-border-inner; }
|
|
5586
5109
|
.#{$ti-prefix}-border-left:before { content: $ti-icon-border-left; }
|
|
5110
|
+
.#{$ti-prefix}-border-left-plus:before { content: $ti-icon-border-left-plus; }
|
|
5587
5111
|
.#{$ti-prefix}-border-none:before { content: $ti-icon-border-none; }
|
|
5588
5112
|
.#{$ti-prefix}-border-outer:before { content: $ti-icon-border-outer; }
|
|
5589
5113
|
.#{$ti-prefix}-border-radius:before { content: $ti-icon-border-radius; }
|
|
5590
5114
|
.#{$ti-prefix}-border-right:before { content: $ti-icon-border-right; }
|
|
5115
|
+
.#{$ti-prefix}-border-right-plus:before { content: $ti-icon-border-right-plus; }
|
|
5591
5116
|
.#{$ti-prefix}-border-sides:before { content: $ti-icon-border-sides; }
|
|
5592
5117
|
.#{$ti-prefix}-border-style:before { content: $ti-icon-border-style; }
|
|
5593
5118
|
.#{$ti-prefix}-border-style-2:before { content: $ti-icon-border-style-2; }
|
|
5594
5119
|
.#{$ti-prefix}-border-top:before { content: $ti-icon-border-top; }
|
|
5120
|
+
.#{$ti-prefix}-border-top-plus:before { content: $ti-icon-border-top-plus; }
|
|
5595
5121
|
.#{$ti-prefix}-border-vertical:before { content: $ti-icon-border-vertical; }
|
|
5596
5122
|
.#{$ti-prefix}-bottle:before { content: $ti-icon-bottle; }
|
|
5597
|
-
.#{$ti-prefix}-bottle-filled:before { content: $ti-icon-bottle-filled; }
|
|
5598
5123
|
.#{$ti-prefix}-bottle-off:before { content: $ti-icon-bottle-off; }
|
|
5599
5124
|
.#{$ti-prefix}-bounce-left:before { content: $ti-icon-bounce-left; }
|
|
5600
|
-
.#{$ti-prefix}-bounce-left-filled:before { content: $ti-icon-bounce-left-filled; }
|
|
5601
5125
|
.#{$ti-prefix}-bounce-right:before { content: $ti-icon-bounce-right; }
|
|
5602
|
-
.#{$ti-prefix}-bounce-right-filled:before { content: $ti-icon-bounce-right-filled; }
|
|
5603
5126
|
.#{$ti-prefix}-bow:before { content: $ti-icon-bow; }
|
|
5604
5127
|
.#{$ti-prefix}-bowl:before { content: $ti-icon-bowl; }
|
|
5605
5128
|
.#{$ti-prefix}-bowl-chopsticks:before { content: $ti-icon-bowl-chopsticks; }
|
|
5606
|
-
.#{$ti-prefix}-bowl-filled:before { content: $ti-icon-bowl-filled; }
|
|
5607
5129
|
.#{$ti-prefix}-bowl-spoon:before { content: $ti-icon-bowl-spoon; }
|
|
5608
5130
|
.#{$ti-prefix}-box:before { content: $ti-icon-box; }
|
|
5609
5131
|
.#{$ti-prefix}-box-align-bottom:before { content: $ti-icon-box-align-bottom; }
|
|
5610
|
-
.#{$ti-prefix}-box-align-bottom-filled:before { content: $ti-icon-box-align-bottom-filled; }
|
|
5611
5132
|
.#{$ti-prefix}-box-align-bottom-left:before { content: $ti-icon-box-align-bottom-left; }
|
|
5612
|
-
.#{$ti-prefix}-box-align-bottom-left-filled:before { content: $ti-icon-box-align-bottom-left-filled; }
|
|
5613
5133
|
.#{$ti-prefix}-box-align-bottom-right:before { content: $ti-icon-box-align-bottom-right; }
|
|
5614
|
-
.#{$ti-prefix}-box-align-bottom-right-filled:before { content: $ti-icon-box-align-bottom-right-filled; }
|
|
5615
5134
|
.#{$ti-prefix}-box-align-left:before { content: $ti-icon-box-align-left; }
|
|
5616
|
-
.#{$ti-prefix}-box-align-left-filled:before { content: $ti-icon-box-align-left-filled; }
|
|
5617
5135
|
.#{$ti-prefix}-box-align-right:before { content: $ti-icon-box-align-right; }
|
|
5618
|
-
.#{$ti-prefix}-box-align-right-filled:before { content: $ti-icon-box-align-right-filled; }
|
|
5619
5136
|
.#{$ti-prefix}-box-align-top:before { content: $ti-icon-box-align-top; }
|
|
5620
|
-
.#{$ti-prefix}-box-align-top-filled:before { content: $ti-icon-box-align-top-filled; }
|
|
5621
5137
|
.#{$ti-prefix}-box-align-top-left:before { content: $ti-icon-box-align-top-left; }
|
|
5622
|
-
.#{$ti-prefix}-box-align-top-left-filled:before { content: $ti-icon-box-align-top-left-filled; }
|
|
5623
5138
|
.#{$ti-prefix}-box-align-top-right:before { content: $ti-icon-box-align-top-right; }
|
|
5624
|
-
.#{$ti-prefix}-box-align-top-right-filled:before { content: $ti-icon-box-align-top-right-filled; }
|
|
5625
5139
|
.#{$ti-prefix}-box-margin:before { content: $ti-icon-box-margin; }
|
|
5626
5140
|
.#{$ti-prefix}-box-model:before { content: $ti-icon-box-model; }
|
|
5627
5141
|
.#{$ti-prefix}-box-model-2:before { content: $ti-icon-box-model-2; }
|
|
@@ -5672,10 +5186,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5672
5186
|
.#{$ti-prefix}-brand-appgallery:before { content: $ti-icon-brand-appgallery; }
|
|
5673
5187
|
.#{$ti-prefix}-brand-apple:before { content: $ti-icon-brand-apple; }
|
|
5674
5188
|
.#{$ti-prefix}-brand-apple-arcade:before { content: $ti-icon-brand-apple-arcade; }
|
|
5675
|
-
.#{$ti-prefix}-brand-apple-filled:before { content: $ti-icon-brand-apple-filled; }
|
|
5676
5189
|
.#{$ti-prefix}-brand-apple-podcast:before { content: $ti-icon-brand-apple-podcast; }
|
|
5677
5190
|
.#{$ti-prefix}-brand-appstore:before { content: $ti-icon-brand-appstore; }
|
|
5678
5191
|
.#{$ti-prefix}-brand-asana:before { content: $ti-icon-brand-asana; }
|
|
5192
|
+
.#{$ti-prefix}-brand-astro:before { content: $ti-icon-brand-astro; }
|
|
5679
5193
|
.#{$ti-prefix}-brand-auth0:before { content: $ti-icon-brand-auth0; }
|
|
5680
5194
|
.#{$ti-prefix}-brand-aws:before { content: $ti-icon-brand-aws; }
|
|
5681
5195
|
.#{$ti-prefix}-brand-azure:before { content: $ti-icon-brand-azure; }
|
|
@@ -5739,7 +5253,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5739
5253
|
.#{$ti-prefix}-brand-digg:before { content: $ti-icon-brand-digg; }
|
|
5740
5254
|
.#{$ti-prefix}-brand-dingtalk:before { content: $ti-icon-brand-dingtalk; }
|
|
5741
5255
|
.#{$ti-prefix}-brand-discord:before { content: $ti-icon-brand-discord; }
|
|
5742
|
-
.#{$ti-prefix}-brand-discord-filled:before { content: $ti-icon-brand-discord-filled; }
|
|
5743
5256
|
.#{$ti-prefix}-brand-disney:before { content: $ti-icon-brand-disney; }
|
|
5744
5257
|
.#{$ti-prefix}-brand-disqus:before { content: $ti-icon-brand-disqus; }
|
|
5745
5258
|
.#{$ti-prefix}-brand-django:before { content: $ti-icon-brand-django; }
|
|
@@ -5748,7 +5261,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5748
5261
|
.#{$ti-prefix}-brand-dolby-digital:before { content: $ti-icon-brand-dolby-digital; }
|
|
5749
5262
|
.#{$ti-prefix}-brand-douban:before { content: $ti-icon-brand-douban; }
|
|
5750
5263
|
.#{$ti-prefix}-brand-dribbble:before { content: $ti-icon-brand-dribbble; }
|
|
5751
|
-
.#{$ti-prefix}-brand-dribbble-filled:before { content: $ti-icon-brand-dribbble-filled; }
|
|
5752
5264
|
.#{$ti-prefix}-brand-drops:before { content: $ti-icon-brand-drops; }
|
|
5753
5265
|
.#{$ti-prefix}-brand-drupal:before { content: $ti-icon-brand-drupal; }
|
|
5754
5266
|
.#{$ti-prefix}-brand-edge:before { content: $ti-icon-brand-edge; }
|
|
@@ -5759,7 +5271,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5759
5271
|
.#{$ti-prefix}-brand-etsy:before { content: $ti-icon-brand-etsy; }
|
|
5760
5272
|
.#{$ti-prefix}-brand-evernote:before { content: $ti-icon-brand-evernote; }
|
|
5761
5273
|
.#{$ti-prefix}-brand-facebook:before { content: $ti-icon-brand-facebook; }
|
|
5762
|
-
.#{$ti-prefix}-brand-facebook-filled:before { content: $ti-icon-brand-facebook-filled; }
|
|
5763
5274
|
.#{$ti-prefix}-brand-feedly:before { content: $ti-icon-brand-feedly; }
|
|
5764
5275
|
.#{$ti-prefix}-brand-figma:before { content: $ti-icon-brand-figma; }
|
|
5765
5276
|
.#{$ti-prefix}-brand-filezilla:before { content: $ti-icon-brand-filezilla; }
|
|
@@ -5780,7 +5291,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5780
5291
|
.#{$ti-prefix}-brand-git:before { content: $ti-icon-brand-git; }
|
|
5781
5292
|
.#{$ti-prefix}-brand-github:before { content: $ti-icon-brand-github; }
|
|
5782
5293
|
.#{$ti-prefix}-brand-github-copilot:before { content: $ti-icon-brand-github-copilot; }
|
|
5783
|
-
.#{$ti-prefix}-brand-github-filled:before { content: $ti-icon-brand-github-filled; }
|
|
5784
5294
|
.#{$ti-prefix}-brand-gitlab:before { content: $ti-icon-brand-gitlab; }
|
|
5785
5295
|
.#{$ti-prefix}-brand-gmail:before { content: $ti-icon-brand-gmail; }
|
|
5786
5296
|
.#{$ti-prefix}-brand-golang:before { content: $ti-icon-brand-golang; }
|
|
@@ -5788,7 +5298,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5788
5298
|
.#{$ti-prefix}-brand-google-analytics:before { content: $ti-icon-brand-google-analytics; }
|
|
5789
5299
|
.#{$ti-prefix}-brand-google-big-query:before { content: $ti-icon-brand-google-big-query; }
|
|
5790
5300
|
.#{$ti-prefix}-brand-google-drive:before { content: $ti-icon-brand-google-drive; }
|
|
5791
|
-
.#{$ti-prefix}-brand-google-filled:before { content: $ti-icon-brand-google-filled; }
|
|
5792
5301
|
.#{$ti-prefix}-brand-google-fit:before { content: $ti-icon-brand-google-fit; }
|
|
5793
5302
|
.#{$ti-prefix}-brand-google-home:before { content: $ti-icon-brand-google-home; }
|
|
5794
5303
|
.#{$ti-prefix}-brand-google-maps:before { content: $ti-icon-brand-google-maps; }
|
|
@@ -5872,9 +5381,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5872
5381
|
.#{$ti-prefix}-brand-pagekit:before { content: $ti-icon-brand-pagekit; }
|
|
5873
5382
|
.#{$ti-prefix}-brand-parsinta:before { content: $ti-icon-brand-parsinta; }
|
|
5874
5383
|
.#{$ti-prefix}-brand-patreon:before { content: $ti-icon-brand-patreon; }
|
|
5875
|
-
.#{$ti-prefix}-brand-patreon-filled:before { content: $ti-icon-brand-patreon-filled; }
|
|
5876
5384
|
.#{$ti-prefix}-brand-paypal:before { content: $ti-icon-brand-paypal; }
|
|
5877
|
-
.#{$ti-prefix}-brand-paypal-filled:before { content: $ti-icon-brand-paypal-filled; }
|
|
5878
5385
|
.#{$ti-prefix}-brand-paypay:before { content: $ti-icon-brand-paypay; }
|
|
5879
5386
|
.#{$ti-prefix}-brand-peanut:before { content: $ti-icon-brand-peanut; }
|
|
5880
5387
|
.#{$ti-prefix}-brand-pepsi:before { content: $ti-icon-brand-pepsi; }
|
|
@@ -5953,7 +5460,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5953
5460
|
.#{$ti-prefix}-brand-threejs:before { content: $ti-icon-brand-threejs; }
|
|
5954
5461
|
.#{$ti-prefix}-brand-tidal:before { content: $ti-icon-brand-tidal; }
|
|
5955
5462
|
.#{$ti-prefix}-brand-tiktok:before { content: $ti-icon-brand-tiktok; }
|
|
5956
|
-
.#{$ti-prefix}-brand-tiktok-filled:before { content: $ti-icon-brand-tiktok-filled; }
|
|
5957
5463
|
.#{$ti-prefix}-brand-tinder:before { content: $ti-icon-brand-tinder; }
|
|
5958
5464
|
.#{$ti-prefix}-brand-topbuzz:before { content: $ti-icon-brand-topbuzz; }
|
|
5959
5465
|
.#{$ti-prefix}-brand-torchain:before { content: $ti-icon-brand-torchain; }
|
|
@@ -5964,7 +5470,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5964
5470
|
.#{$ti-prefix}-brand-twilio:before { content: $ti-icon-brand-twilio; }
|
|
5965
5471
|
.#{$ti-prefix}-brand-twitch:before { content: $ti-icon-brand-twitch; }
|
|
5966
5472
|
.#{$ti-prefix}-brand-twitter:before { content: $ti-icon-brand-twitter; }
|
|
5967
|
-
.#{$ti-prefix}-brand-twitter-filled:before { content: $ti-icon-brand-twitter-filled; }
|
|
5968
5473
|
.#{$ti-prefix}-brand-typescript:before { content: $ti-icon-brand-typescript; }
|
|
5969
5474
|
.#{$ti-prefix}-brand-uber:before { content: $ti-icon-brand-uber; }
|
|
5970
5475
|
.#{$ti-prefix}-brand-ubuntu:before { content: $ti-icon-brand-ubuntu; }
|
|
@@ -5998,7 +5503,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5998
5503
|
.#{$ti-prefix}-brand-wix:before { content: $ti-icon-brand-wix; }
|
|
5999
5504
|
.#{$ti-prefix}-brand-wordpress:before { content: $ti-icon-brand-wordpress; }
|
|
6000
5505
|
.#{$ti-prefix}-brand-x:before { content: $ti-icon-brand-x; }
|
|
6001
|
-
.#{$ti-prefix}-brand-x-filled:before { content: $ti-icon-brand-x-filled; }
|
|
6002
5506
|
.#{$ti-prefix}-brand-xamarin:before { content: $ti-icon-brand-xamarin; }
|
|
6003
5507
|
.#{$ti-prefix}-brand-xbox:before { content: $ti-icon-brand-xbox; }
|
|
6004
5508
|
.#{$ti-prefix}-brand-xdeep:before { content: $ti-icon-brand-xdeep; }
|
|
@@ -6009,7 +5513,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6009
5513
|
.#{$ti-prefix}-brand-yatse:before { content: $ti-icon-brand-yatse; }
|
|
6010
5514
|
.#{$ti-prefix}-brand-ycombinator:before { content: $ti-icon-brand-ycombinator; }
|
|
6011
5515
|
.#{$ti-prefix}-brand-youtube:before { content: $ti-icon-brand-youtube; }
|
|
6012
|
-
.#{$ti-prefix}-brand-youtube-filled:before { content: $ti-icon-brand-youtube-filled; }
|
|
6013
5516
|
.#{$ti-prefix}-brand-youtube-kids:before { content: $ti-icon-brand-youtube-kids; }
|
|
6014
5517
|
.#{$ti-prefix}-brand-zalando:before { content: $ti-icon-brand-zalando; }
|
|
6015
5518
|
.#{$ti-prefix}-brand-zapier:before { content: $ti-icon-brand-zapier; }
|
|
@@ -6022,16 +5525,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6022
5525
|
.#{$ti-prefix}-bread-off:before { content: $ti-icon-bread-off; }
|
|
6023
5526
|
.#{$ti-prefix}-briefcase:before { content: $ti-icon-briefcase; }
|
|
6024
5527
|
.#{$ti-prefix}-briefcase-2:before { content: $ti-icon-briefcase-2; }
|
|
6025
|
-
.#{$ti-prefix}-briefcase-filled:before { content: $ti-icon-briefcase-filled; }
|
|
6026
5528
|
.#{$ti-prefix}-briefcase-off:before { content: $ti-icon-briefcase-off; }
|
|
6027
5529
|
.#{$ti-prefix}-brightness:before { content: $ti-icon-brightness; }
|
|
6028
5530
|
.#{$ti-prefix}-brightness-2:before { content: $ti-icon-brightness-2; }
|
|
5531
|
+
.#{$ti-prefix}-brightness-auto:before { content: $ti-icon-brightness-auto; }
|
|
6029
5532
|
.#{$ti-prefix}-brightness-down:before { content: $ti-icon-brightness-down; }
|
|
6030
|
-
.#{$ti-prefix}-brightness-down-filled:before { content: $ti-icon-brightness-down-filled; }
|
|
6031
5533
|
.#{$ti-prefix}-brightness-half:before { content: $ti-icon-brightness-half; }
|
|
6032
5534
|
.#{$ti-prefix}-brightness-off:before { content: $ti-icon-brightness-off; }
|
|
6033
5535
|
.#{$ti-prefix}-brightness-up:before { content: $ti-icon-brightness-up; }
|
|
6034
|
-
.#{$ti-prefix}-brightness-up-filled:before { content: $ti-icon-brightness-up-filled; }
|
|
6035
5536
|
.#{$ti-prefix}-broadcast:before { content: $ti-icon-broadcast; }
|
|
6036
5537
|
.#{$ti-prefix}-broadcast-off:before { content: $ti-icon-broadcast-off; }
|
|
6037
5538
|
.#{$ti-prefix}-browser:before { content: $ti-icon-browser; }
|
|
@@ -6045,7 +5546,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6045
5546
|
.#{$ti-prefix}-bucket-droplet:before { content: $ti-icon-bucket-droplet; }
|
|
6046
5547
|
.#{$ti-prefix}-bucket-off:before { content: $ti-icon-bucket-off; }
|
|
6047
5548
|
.#{$ti-prefix}-bug:before { content: $ti-icon-bug; }
|
|
6048
|
-
.#{$ti-prefix}-bug-filled:before { content: $ti-icon-bug-filled; }
|
|
6049
5549
|
.#{$ti-prefix}-bug-off:before { content: $ti-icon-bug-off; }
|
|
6050
5550
|
.#{$ti-prefix}-building:before { content: $ti-icon-building; }
|
|
6051
5551
|
.#{$ti-prefix}-building-arch:before { content: $ti-icon-building-arch; }
|
|
@@ -6075,7 +5575,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6075
5575
|
.#{$ti-prefix}-building-warehouse:before { content: $ti-icon-building-warehouse; }
|
|
6076
5576
|
.#{$ti-prefix}-building-wind-turbine:before { content: $ti-icon-building-wind-turbine; }
|
|
6077
5577
|
.#{$ti-prefix}-bulb:before { content: $ti-icon-bulb; }
|
|
6078
|
-
.#{$ti-prefix}-bulb-filled:before { content: $ti-icon-bulb-filled; }
|
|
6079
5578
|
.#{$ti-prefix}-bulb-off:before { content: $ti-icon-bulb-off; }
|
|
6080
5579
|
.#{$ti-prefix}-bulldozer:before { content: $ti-icon-bulldozer; }
|
|
6081
5580
|
.#{$ti-prefix}-burger:before { content: $ti-icon-burger; }
|
|
@@ -6085,12 +5584,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6085
5584
|
.#{$ti-prefix}-businessplan:before { content: $ti-icon-businessplan; }
|
|
6086
5585
|
.#{$ti-prefix}-butterfly:before { content: $ti-icon-butterfly; }
|
|
6087
5586
|
.#{$ti-prefix}-cactus:before { content: $ti-icon-cactus; }
|
|
6088
|
-
.#{$ti-prefix}-cactus-filled:before { content: $ti-icon-cactus-filled; }
|
|
6089
5587
|
.#{$ti-prefix}-cactus-off:before { content: $ti-icon-cactus-off; }
|
|
6090
5588
|
.#{$ti-prefix}-cake:before { content: $ti-icon-cake; }
|
|
6091
5589
|
.#{$ti-prefix}-cake-off:before { content: $ti-icon-cake-off; }
|
|
6092
5590
|
.#{$ti-prefix}-calculator:before { content: $ti-icon-calculator; }
|
|
6093
|
-
.#{$ti-prefix}-calculator-filled:before { content: $ti-icon-calculator-filled; }
|
|
6094
5591
|
.#{$ti-prefix}-calculator-off:before { content: $ti-icon-calculator-off; }
|
|
6095
5592
|
.#{$ti-prefix}-calendar:before { content: $ti-icon-calendar; }
|
|
6096
5593
|
.#{$ti-prefix}-calendar-bolt:before { content: $ti-icon-calendar-bolt; }
|
|
@@ -6105,7 +5602,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6105
5602
|
.#{$ti-prefix}-calendar-due:before { content: $ti-icon-calendar-due; }
|
|
6106
5603
|
.#{$ti-prefix}-calendar-event:before { content: $ti-icon-calendar-event; }
|
|
6107
5604
|
.#{$ti-prefix}-calendar-exclamation:before { content: $ti-icon-calendar-exclamation; }
|
|
6108
|
-
.#{$ti-prefix}-calendar-filled:before { content: $ti-icon-calendar-filled; }
|
|
6109
5605
|
.#{$ti-prefix}-calendar-heart:before { content: $ti-icon-calendar-heart; }
|
|
6110
5606
|
.#{$ti-prefix}-calendar-minus:before { content: $ti-icon-calendar-minus; }
|
|
6111
5607
|
.#{$ti-prefix}-calendar-month:before { content: $ti-icon-calendar-month; }
|
|
@@ -6135,7 +5631,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6135
5631
|
.#{$ti-prefix}-camera-dollar:before { content: $ti-icon-camera-dollar; }
|
|
6136
5632
|
.#{$ti-prefix}-camera-down:before { content: $ti-icon-camera-down; }
|
|
6137
5633
|
.#{$ti-prefix}-camera-exclamation:before { content: $ti-icon-camera-exclamation; }
|
|
6138
|
-
.#{$ti-prefix}-camera-filled:before { content: $ti-icon-camera-filled; }
|
|
6139
5634
|
.#{$ti-prefix}-camera-heart:before { content: $ti-icon-camera-heart; }
|
|
6140
5635
|
.#{$ti-prefix}-camera-minus:before { content: $ti-icon-camera-minus; }
|
|
6141
5636
|
.#{$ti-prefix}-camera-off:before { content: $ti-icon-camera-off; }
|
|
@@ -6152,23 +5647,24 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6152
5647
|
.#{$ti-prefix}-camera-x:before { content: $ti-icon-camera-x; }
|
|
6153
5648
|
.#{$ti-prefix}-camper:before { content: $ti-icon-camper; }
|
|
6154
5649
|
.#{$ti-prefix}-campfire:before { content: $ti-icon-campfire; }
|
|
6155
|
-
.#{$ti-prefix}-campfire-filled:before { content: $ti-icon-campfire-filled; }
|
|
6156
5650
|
.#{$ti-prefix}-candle:before { content: $ti-icon-candle; }
|
|
6157
|
-
.#{$ti-prefix}-candle-filled:before { content: $ti-icon-candle-filled; }
|
|
6158
5651
|
.#{$ti-prefix}-candy:before { content: $ti-icon-candy; }
|
|
6159
5652
|
.#{$ti-prefix}-candy-off:before { content: $ti-icon-candy-off; }
|
|
6160
5653
|
.#{$ti-prefix}-cane:before { content: $ti-icon-cane; }
|
|
6161
5654
|
.#{$ti-prefix}-cannabis:before { content: $ti-icon-cannabis; }
|
|
6162
5655
|
.#{$ti-prefix}-capsule:before { content: $ti-icon-capsule; }
|
|
6163
|
-
.#{$ti-prefix}-capsule-filled:before { content: $ti-icon-capsule-filled; }
|
|
6164
5656
|
.#{$ti-prefix}-capsule-horizontal:before { content: $ti-icon-capsule-horizontal; }
|
|
6165
|
-
.#{$ti-prefix}-capsule-horizontal-filled:before { content: $ti-icon-capsule-horizontal-filled; }
|
|
6166
5657
|
.#{$ti-prefix}-capture:before { content: $ti-icon-capture; }
|
|
6167
|
-
.#{$ti-prefix}-capture-filled:before { content: $ti-icon-capture-filled; }
|
|
6168
5658
|
.#{$ti-prefix}-capture-off:before { content: $ti-icon-capture-off; }
|
|
6169
5659
|
.#{$ti-prefix}-car:before { content: $ti-icon-car; }
|
|
5660
|
+
.#{$ti-prefix}-car-4wd:before { content: $ti-icon-car-4wd; }
|
|
6170
5661
|
.#{$ti-prefix}-car-crane:before { content: $ti-icon-car-crane; }
|
|
6171
5662
|
.#{$ti-prefix}-car-crash:before { content: $ti-icon-car-crash; }
|
|
5663
|
+
.#{$ti-prefix}-car-fan:before { content: $ti-icon-car-fan; }
|
|
5664
|
+
.#{$ti-prefix}-car-fan-1:before { content: $ti-icon-car-fan-1; }
|
|
5665
|
+
.#{$ti-prefix}-car-fan-2:before { content: $ti-icon-car-fan-2; }
|
|
5666
|
+
.#{$ti-prefix}-car-fan-3:before { content: $ti-icon-car-fan-3; }
|
|
5667
|
+
.#{$ti-prefix}-car-fan-auto:before { content: $ti-icon-car-fan-auto; }
|
|
6172
5668
|
.#{$ti-prefix}-car-garage:before { content: $ti-icon-car-garage; }
|
|
6173
5669
|
.#{$ti-prefix}-car-off:before { content: $ti-icon-car-off; }
|
|
6174
5670
|
.#{$ti-prefix}-car-suv:before { content: $ti-icon-car-suv; }
|
|
@@ -6177,23 +5673,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6177
5673
|
.#{$ti-prefix}-cardboards:before { content: $ti-icon-cardboards; }
|
|
6178
5674
|
.#{$ti-prefix}-cardboards-off:before { content: $ti-icon-cardboards-off; }
|
|
6179
5675
|
.#{$ti-prefix}-cards:before { content: $ti-icon-cards; }
|
|
6180
|
-
.#{$ti-prefix}-cards-filled:before { content: $ti-icon-cards-filled; }
|
|
6181
5676
|
.#{$ti-prefix}-caret-down:before { content: $ti-icon-caret-down; }
|
|
6182
|
-
.#{$ti-prefix}-caret-down-filled:before { content: $ti-icon-caret-down-filled; }
|
|
6183
5677
|
.#{$ti-prefix}-caret-left:before { content: $ti-icon-caret-left; }
|
|
6184
|
-
.#{$ti-prefix}-caret-left-filled:before { content: $ti-icon-caret-left-filled; }
|
|
6185
5678
|
.#{$ti-prefix}-caret-left-right:before { content: $ti-icon-caret-left-right; }
|
|
6186
|
-
.#{$ti-prefix}-caret-left-right-filled:before { content: $ti-icon-caret-left-right-filled; }
|
|
6187
5679
|
.#{$ti-prefix}-caret-right:before { content: $ti-icon-caret-right; }
|
|
6188
|
-
.#{$ti-prefix}-caret-right-filled:before { content: $ti-icon-caret-right-filled; }
|
|
6189
5680
|
.#{$ti-prefix}-caret-up:before { content: $ti-icon-caret-up; }
|
|
6190
5681
|
.#{$ti-prefix}-caret-up-down:before { content: $ti-icon-caret-up-down; }
|
|
6191
|
-
.#{$ti-prefix}-caret-up-down-filled:before { content: $ti-icon-caret-up-down-filled; }
|
|
6192
|
-
.#{$ti-prefix}-caret-up-filled:before { content: $ti-icon-caret-up-filled; }
|
|
6193
5682
|
.#{$ti-prefix}-carousel-horizontal:before { content: $ti-icon-carousel-horizontal; }
|
|
6194
|
-
.#{$ti-prefix}-carousel-horizontal-filled:before { content: $ti-icon-carousel-horizontal-filled; }
|
|
6195
5683
|
.#{$ti-prefix}-carousel-vertical:before { content: $ti-icon-carousel-vertical; }
|
|
6196
|
-
.#{$ti-prefix}-carousel-vertical-filled:before { content: $ti-icon-carousel-vertical-filled; }
|
|
6197
5684
|
.#{$ti-prefix}-carrot:before { content: $ti-icon-carrot; }
|
|
6198
5685
|
.#{$ti-prefix}-carrot-off:before { content: $ti-icon-carrot-off; }
|
|
6199
5686
|
.#{$ti-prefix}-cash:before { content: $ti-icon-cash; }
|
|
@@ -6205,7 +5692,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6205
5692
|
.#{$ti-prefix}-cat:before { content: $ti-icon-cat; }
|
|
6206
5693
|
.#{$ti-prefix}-category:before { content: $ti-icon-category; }
|
|
6207
5694
|
.#{$ti-prefix}-category-2:before { content: $ti-icon-category-2; }
|
|
6208
|
-
.#{$ti-prefix}-category-filled:before { content: $ti-icon-category-filled; }
|
|
6209
5695
|
.#{$ti-prefix}-category-minus:before { content: $ti-icon-category-minus; }
|
|
6210
5696
|
.#{$ti-prefix}-category-plus:before { content: $ti-icon-category-plus; }
|
|
6211
5697
|
.#{$ti-prefix}-ce:before { content: $ti-icon-ce; }
|
|
@@ -6228,29 +5714,22 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6228
5714
|
.#{$ti-prefix}-chart-arcs:before { content: $ti-icon-chart-arcs; }
|
|
6229
5715
|
.#{$ti-prefix}-chart-arcs-3:before { content: $ti-icon-chart-arcs-3; }
|
|
6230
5716
|
.#{$ti-prefix}-chart-area:before { content: $ti-icon-chart-area; }
|
|
6231
|
-
.#{$ti-prefix}-chart-area-filled:before { content: $ti-icon-chart-area-filled; }
|
|
6232
5717
|
.#{$ti-prefix}-chart-area-line:before { content: $ti-icon-chart-area-line; }
|
|
6233
|
-
.#{$ti-prefix}-chart-area-line-filled:before { content: $ti-icon-chart-area-line-filled; }
|
|
6234
5718
|
.#{$ti-prefix}-chart-arrows:before { content: $ti-icon-chart-arrows; }
|
|
6235
5719
|
.#{$ti-prefix}-chart-arrows-vertical:before { content: $ti-icon-chart-arrows-vertical; }
|
|
6236
5720
|
.#{$ti-prefix}-chart-bar:before { content: $ti-icon-chart-bar; }
|
|
6237
5721
|
.#{$ti-prefix}-chart-bar-off:before { content: $ti-icon-chart-bar-off; }
|
|
6238
5722
|
.#{$ti-prefix}-chart-bubble:before { content: $ti-icon-chart-bubble; }
|
|
6239
|
-
.#{$ti-prefix}-chart-bubble-filled:before { content: $ti-icon-chart-bubble-filled; }
|
|
6240
5723
|
.#{$ti-prefix}-chart-candle:before { content: $ti-icon-chart-candle; }
|
|
6241
|
-
.#{$ti-prefix}-chart-candle-filled:before { content: $ti-icon-chart-candle-filled; }
|
|
6242
5724
|
.#{$ti-prefix}-chart-circles:before { content: $ti-icon-chart-circles; }
|
|
6243
5725
|
.#{$ti-prefix}-chart-donut:before { content: $ti-icon-chart-donut; }
|
|
6244
5726
|
.#{$ti-prefix}-chart-donut-2:before { content: $ti-icon-chart-donut-2; }
|
|
6245
5727
|
.#{$ti-prefix}-chart-donut-3:before { content: $ti-icon-chart-donut-3; }
|
|
6246
5728
|
.#{$ti-prefix}-chart-donut-4:before { content: $ti-icon-chart-donut-4; }
|
|
6247
|
-
.#{$ti-prefix}-chart-donut-filled:before { content: $ti-icon-chart-donut-filled; }
|
|
6248
5729
|
.#{$ti-prefix}-chart-dots:before { content: $ti-icon-chart-dots; }
|
|
6249
5730
|
.#{$ti-prefix}-chart-dots-2:before { content: $ti-icon-chart-dots-2; }
|
|
6250
5731
|
.#{$ti-prefix}-chart-dots-3:before { content: $ti-icon-chart-dots-3; }
|
|
6251
|
-
.#{$ti-prefix}-chart-dots-filled:before { content: $ti-icon-chart-dots-filled; }
|
|
6252
5732
|
.#{$ti-prefix}-chart-grid-dots:before { content: $ti-icon-chart-grid-dots; }
|
|
6253
|
-
.#{$ti-prefix}-chart-grid-dots-filled:before { content: $ti-icon-chart-grid-dots-filled; }
|
|
6254
5733
|
.#{$ti-prefix}-chart-histogram:before { content: $ti-icon-chart-histogram; }
|
|
6255
5734
|
.#{$ti-prefix}-chart-infographic:before { content: $ti-icon-chart-infographic; }
|
|
6256
5735
|
.#{$ti-prefix}-chart-line:before { content: $ti-icon-chart-line; }
|
|
@@ -6258,7 +5737,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6258
5737
|
.#{$ti-prefix}-chart-pie-2:before { content: $ti-icon-chart-pie-2; }
|
|
6259
5738
|
.#{$ti-prefix}-chart-pie-3:before { content: $ti-icon-chart-pie-3; }
|
|
6260
5739
|
.#{$ti-prefix}-chart-pie-4:before { content: $ti-icon-chart-pie-4; }
|
|
6261
|
-
.#{$ti-prefix}-chart-pie-filled:before { content: $ti-icon-chart-pie-filled; }
|
|
6262
5740
|
.#{$ti-prefix}-chart-pie-off:before { content: $ti-icon-chart-pie-off; }
|
|
6263
5741
|
.#{$ti-prefix}-chart-ppf:before { content: $ti-icon-chart-ppf; }
|
|
6264
5742
|
.#{$ti-prefix}-chart-radar:before { content: $ti-icon-chart-radar; }
|
|
@@ -6275,19 +5753,12 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6275
5753
|
.#{$ti-prefix}-chef-hat:before { content: $ti-icon-chef-hat; }
|
|
6276
5754
|
.#{$ti-prefix}-chef-hat-off:before { content: $ti-icon-chef-hat-off; }
|
|
6277
5755
|
.#{$ti-prefix}-cherry:before { content: $ti-icon-cherry; }
|
|
6278
|
-
.#{$ti-prefix}-cherry-filled:before { content: $ti-icon-cherry-filled; }
|
|
6279
5756
|
.#{$ti-prefix}-chess:before { content: $ti-icon-chess; }
|
|
6280
5757
|
.#{$ti-prefix}-chess-bishop:before { content: $ti-icon-chess-bishop; }
|
|
6281
|
-
.#{$ti-prefix}-chess-bishop-filled:before { content: $ti-icon-chess-bishop-filled; }
|
|
6282
|
-
.#{$ti-prefix}-chess-filled:before { content: $ti-icon-chess-filled; }
|
|
6283
5758
|
.#{$ti-prefix}-chess-king:before { content: $ti-icon-chess-king; }
|
|
6284
|
-
.#{$ti-prefix}-chess-king-filled:before { content: $ti-icon-chess-king-filled; }
|
|
6285
5759
|
.#{$ti-prefix}-chess-knight:before { content: $ti-icon-chess-knight; }
|
|
6286
|
-
.#{$ti-prefix}-chess-knight-filled:before { content: $ti-icon-chess-knight-filled; }
|
|
6287
5760
|
.#{$ti-prefix}-chess-queen:before { content: $ti-icon-chess-queen; }
|
|
6288
|
-
.#{$ti-prefix}-chess-queen-filled:before { content: $ti-icon-chess-queen-filled; }
|
|
6289
5761
|
.#{$ti-prefix}-chess-rook:before { content: $ti-icon-chess-rook; }
|
|
6290
|
-
.#{$ti-prefix}-chess-rook-filled:before { content: $ti-icon-chess-rook-filled; }
|
|
6291
5762
|
.#{$ti-prefix}-chevron-compact-down:before { content: $ti-icon-chevron-compact-down; }
|
|
6292
5763
|
.#{$ti-prefix}-chevron-compact-left:before { content: $ti-icon-chevron-compact-left; }
|
|
6293
5764
|
.#{$ti-prefix}-chevron-compact-right:before { content: $ti-icon-chevron-compact-right; }
|
|
@@ -6315,38 +5786,19 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6315
5786
|
.#{$ti-prefix}-christmas-tree:before { content: $ti-icon-christmas-tree; }
|
|
6316
5787
|
.#{$ti-prefix}-christmas-tree-off:before { content: $ti-icon-christmas-tree-off; }
|
|
6317
5788
|
.#{$ti-prefix}-circle:before { content: $ti-icon-circle; }
|
|
6318
|
-
.#{$ti-prefix}-circle-0-filled:before { content: $ti-icon-circle-0-filled; }
|
|
6319
|
-
.#{$ti-prefix}-circle-1-filled:before { content: $ti-icon-circle-1-filled; }
|
|
6320
|
-
.#{$ti-prefix}-circle-2-filled:before { content: $ti-icon-circle-2-filled; }
|
|
6321
|
-
.#{$ti-prefix}-circle-3-filled:before { content: $ti-icon-circle-3-filled; }
|
|
6322
|
-
.#{$ti-prefix}-circle-4-filled:before { content: $ti-icon-circle-4-filled; }
|
|
6323
|
-
.#{$ti-prefix}-circle-5-filled:before { content: $ti-icon-circle-5-filled; }
|
|
6324
|
-
.#{$ti-prefix}-circle-6-filled:before { content: $ti-icon-circle-6-filled; }
|
|
6325
|
-
.#{$ti-prefix}-circle-7-filled:before { content: $ti-icon-circle-7-filled; }
|
|
6326
|
-
.#{$ti-prefix}-circle-8-filled:before { content: $ti-icon-circle-8-filled; }
|
|
6327
|
-
.#{$ti-prefix}-circle-9-filled:before { content: $ti-icon-circle-9-filled; }
|
|
6328
5789
|
.#{$ti-prefix}-circle-arrow-down:before { content: $ti-icon-circle-arrow-down; }
|
|
6329
|
-
.#{$ti-prefix}-circle-arrow-down-filled:before { content: $ti-icon-circle-arrow-down-filled; }
|
|
6330
5790
|
.#{$ti-prefix}-circle-arrow-down-left:before { content: $ti-icon-circle-arrow-down-left; }
|
|
6331
|
-
.#{$ti-prefix}-circle-arrow-down-left-filled:before { content: $ti-icon-circle-arrow-down-left-filled; }
|
|
6332
5791
|
.#{$ti-prefix}-circle-arrow-down-right:before { content: $ti-icon-circle-arrow-down-right; }
|
|
6333
|
-
.#{$ti-prefix}-circle-arrow-down-right-filled:before { content: $ti-icon-circle-arrow-down-right-filled; }
|
|
6334
5792
|
.#{$ti-prefix}-circle-arrow-left:before { content: $ti-icon-circle-arrow-left; }
|
|
6335
|
-
.#{$ti-prefix}-circle-arrow-left-filled:before { content: $ti-icon-circle-arrow-left-filled; }
|
|
6336
5793
|
.#{$ti-prefix}-circle-arrow-right:before { content: $ti-icon-circle-arrow-right; }
|
|
6337
|
-
.#{$ti-prefix}-circle-arrow-right-filled:before { content: $ti-icon-circle-arrow-right-filled; }
|
|
6338
5794
|
.#{$ti-prefix}-circle-arrow-up:before { content: $ti-icon-circle-arrow-up; }
|
|
6339
|
-
.#{$ti-prefix}-circle-arrow-up-filled:before { content: $ti-icon-circle-arrow-up-filled; }
|
|
6340
5795
|
.#{$ti-prefix}-circle-arrow-up-left:before { content: $ti-icon-circle-arrow-up-left; }
|
|
6341
|
-
.#{$ti-prefix}-circle-arrow-up-left-filled:before { content: $ti-icon-circle-arrow-up-left-filled; }
|
|
6342
5796
|
.#{$ti-prefix}-circle-arrow-up-right:before { content: $ti-icon-circle-arrow-up-right; }
|
|
6343
|
-
.#{$ti-prefix}-circle-arrow-up-right-filled:before { content: $ti-icon-circle-arrow-up-right-filled; }
|
|
6344
5797
|
.#{$ti-prefix}-circle-caret-down:before { content: $ti-icon-circle-caret-down; }
|
|
6345
5798
|
.#{$ti-prefix}-circle-caret-left:before { content: $ti-icon-circle-caret-left; }
|
|
6346
5799
|
.#{$ti-prefix}-circle-caret-right:before { content: $ti-icon-circle-caret-right; }
|
|
6347
5800
|
.#{$ti-prefix}-circle-caret-up:before { content: $ti-icon-circle-caret-up; }
|
|
6348
5801
|
.#{$ti-prefix}-circle-check:before { content: $ti-icon-circle-check; }
|
|
6349
|
-
.#{$ti-prefix}-circle-check-filled:before { content: $ti-icon-circle-check-filled; }
|
|
6350
5802
|
.#{$ti-prefix}-circle-chevron-down:before { content: $ti-icon-circle-chevron-down; }
|
|
6351
5803
|
.#{$ti-prefix}-circle-chevron-left:before { content: $ti-icon-circle-chevron-left; }
|
|
6352
5804
|
.#{$ti-prefix}-circle-chevron-right:before { content: $ti-icon-circle-chevron-right; }
|
|
@@ -6369,14 +5821,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6369
5821
|
.#{$ti-prefix}-circle-dashed-percentage:before { content: $ti-icon-circle-dashed-percentage; }
|
|
6370
5822
|
.#{$ti-prefix}-circle-dashed-x:before { content: $ti-icon-circle-dashed-x; }
|
|
6371
5823
|
.#{$ti-prefix}-circle-dot:before { content: $ti-icon-circle-dot; }
|
|
6372
|
-
.#{$ti-prefix}-circle-dot-filled:before { content: $ti-icon-circle-dot-filled; }
|
|
6373
5824
|
.#{$ti-prefix}-circle-dotted:before { content: $ti-icon-circle-dotted; }
|
|
6374
|
-
.#{$ti-prefix}-circle-filled:before { content: $ti-icon-circle-filled; }
|
|
6375
5825
|
.#{$ti-prefix}-circle-half:before { content: $ti-icon-circle-half; }
|
|
6376
5826
|
.#{$ti-prefix}-circle-half-2:before { content: $ti-icon-circle-half-2; }
|
|
6377
5827
|
.#{$ti-prefix}-circle-half-vertical:before { content: $ti-icon-circle-half-vertical; }
|
|
6378
5828
|
.#{$ti-prefix}-circle-key:before { content: $ti-icon-circle-key; }
|
|
6379
|
-
.#{$ti-prefix}-circle-key-filled:before { content: $ti-icon-circle-key-filled; }
|
|
6380
5829
|
.#{$ti-prefix}-circle-letter-a:before { content: $ti-icon-circle-letter-a; }
|
|
6381
5830
|
.#{$ti-prefix}-circle-letter-b:before { content: $ti-icon-circle-letter-b; }
|
|
6382
5831
|
.#{$ti-prefix}-circle-letter-c:before { content: $ti-icon-circle-letter-c; }
|
|
@@ -6424,9 +5873,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6424
5873
|
.#{$ti-prefix}-circle-square:before { content: $ti-icon-circle-square; }
|
|
6425
5874
|
.#{$ti-prefix}-circle-triangle:before { content: $ti-icon-circle-triangle; }
|
|
6426
5875
|
.#{$ti-prefix}-circle-x:before { content: $ti-icon-circle-x; }
|
|
6427
|
-
.#{$ti-prefix}-circle-x-filled:before { content: $ti-icon-circle-x-filled; }
|
|
6428
5876
|
.#{$ti-prefix}-circles:before { content: $ti-icon-circles; }
|
|
6429
|
-
.#{$ti-prefix}-circles-filled:before { content: $ti-icon-circles-filled; }
|
|
6430
5877
|
.#{$ti-prefix}-circles-relation:before { content: $ti-icon-circles-relation; }
|
|
6431
5878
|
.#{$ti-prefix}-circuit-ammeter:before { content: $ti-icon-circuit-ammeter; }
|
|
6432
5879
|
.#{$ti-prefix}-circuit-battery:before { content: $ti-icon-circuit-battery; }
|
|
@@ -6458,6 +5905,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6458
5905
|
.#{$ti-prefix}-clipboard-list:before { content: $ti-icon-clipboard-list; }
|
|
6459
5906
|
.#{$ti-prefix}-clipboard-off:before { content: $ti-icon-clipboard-off; }
|
|
6460
5907
|
.#{$ti-prefix}-clipboard-plus:before { content: $ti-icon-clipboard-plus; }
|
|
5908
|
+
.#{$ti-prefix}-clipboard-smile:before { content: $ti-icon-clipboard-smile; }
|
|
6461
5909
|
.#{$ti-prefix}-clipboard-text:before { content: $ti-icon-clipboard-text; }
|
|
6462
5910
|
.#{$ti-prefix}-clipboard-typography:before { content: $ti-icon-clipboard-typography; }
|
|
6463
5911
|
.#{$ti-prefix}-clipboard-x:before { content: $ti-icon-clipboard-x; }
|
|
@@ -6474,7 +5922,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6474
5922
|
.#{$ti-prefix}-clock-down:before { content: $ti-icon-clock-down; }
|
|
6475
5923
|
.#{$ti-prefix}-clock-edit:before { content: $ti-icon-clock-edit; }
|
|
6476
5924
|
.#{$ti-prefix}-clock-exclamation:before { content: $ti-icon-clock-exclamation; }
|
|
6477
|
-
.#{$ti-prefix}-clock-filled:before { content: $ti-icon-clock-filled; }
|
|
6478
5925
|
.#{$ti-prefix}-clock-heart:before { content: $ti-icon-clock-heart; }
|
|
6479
5926
|
.#{$ti-prefix}-clock-hour-1:before { content: $ti-icon-clock-hour-1; }
|
|
6480
5927
|
.#{$ti-prefix}-clock-hour-10:before { content: $ti-icon-clock-hour-10; }
|
|
@@ -6517,7 +5964,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6517
5964
|
.#{$ti-prefix}-cloud-down:before { content: $ti-icon-cloud-down; }
|
|
6518
5965
|
.#{$ti-prefix}-cloud-download:before { content: $ti-icon-cloud-download; }
|
|
6519
5966
|
.#{$ti-prefix}-cloud-exclamation:before { content: $ti-icon-cloud-exclamation; }
|
|
6520
|
-
.#{$ti-prefix}-cloud-filled:before { content: $ti-icon-cloud-filled; }
|
|
6521
5967
|
.#{$ti-prefix}-cloud-fog:before { content: $ti-icon-cloud-fog; }
|
|
6522
5968
|
.#{$ti-prefix}-cloud-heart:before { content: $ti-icon-cloud-heart; }
|
|
6523
5969
|
.#{$ti-prefix}-cloud-lock:before { content: $ti-icon-cloud-lock; }
|
|
@@ -6541,9 +5987,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6541
5987
|
.#{$ti-prefix}-clover:before { content: $ti-icon-clover; }
|
|
6542
5988
|
.#{$ti-prefix}-clover-2:before { content: $ti-icon-clover-2; }
|
|
6543
5989
|
.#{$ti-prefix}-clubs:before { content: $ti-icon-clubs; }
|
|
6544
|
-
.#{$ti-prefix}-clubs-filled:before { content: $ti-icon-clubs-filled; }
|
|
6545
5990
|
.#{$ti-prefix}-code:before { content: $ti-icon-code; }
|
|
6546
|
-
.#{$ti-prefix}-code-
|
|
5991
|
+
.#{$ti-prefix}-code-asterisk:before { content: $ti-icon-code-asterisk; }
|
|
6547
5992
|
.#{$ti-prefix}-code-circle:before { content: $ti-icon-code-circle; }
|
|
6548
5993
|
.#{$ti-prefix}-code-circle-2:before { content: $ti-icon-code-circle-2; }
|
|
6549
5994
|
.#{$ti-prefix}-code-dots:before { content: $ti-icon-code-dots; }
|
|
@@ -6555,23 +6000,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6555
6000
|
.#{$ti-prefix}-coffin:before { content: $ti-icon-coffin; }
|
|
6556
6001
|
.#{$ti-prefix}-coin:before { content: $ti-icon-coin; }
|
|
6557
6002
|
.#{$ti-prefix}-coin-bitcoin:before { content: $ti-icon-coin-bitcoin; }
|
|
6558
|
-
.#{$ti-prefix}-coin-bitcoin-filled:before { content: $ti-icon-coin-bitcoin-filled; }
|
|
6559
6003
|
.#{$ti-prefix}-coin-euro:before { content: $ti-icon-coin-euro; }
|
|
6560
|
-
.#{$ti-prefix}-coin-euro-filled:before { content: $ti-icon-coin-euro-filled; }
|
|
6561
|
-
.#{$ti-prefix}-coin-filled:before { content: $ti-icon-coin-filled; }
|
|
6562
6004
|
.#{$ti-prefix}-coin-monero:before { content: $ti-icon-coin-monero; }
|
|
6563
|
-
.#{$ti-prefix}-coin-monero-filled:before { content: $ti-icon-coin-monero-filled; }
|
|
6564
6005
|
.#{$ti-prefix}-coin-off:before { content: $ti-icon-coin-off; }
|
|
6565
6006
|
.#{$ti-prefix}-coin-pound:before { content: $ti-icon-coin-pound; }
|
|
6566
|
-
.#{$ti-prefix}-coin-pound-filled:before { content: $ti-icon-coin-pound-filled; }
|
|
6567
6007
|
.#{$ti-prefix}-coin-rupee:before { content: $ti-icon-coin-rupee; }
|
|
6568
|
-
.#{$ti-prefix}-coin-rupee-filled:before { content: $ti-icon-coin-rupee-filled; }
|
|
6569
6008
|
.#{$ti-prefix}-coin-taka:before { content: $ti-icon-coin-taka; }
|
|
6570
|
-
.#{$ti-prefix}-coin-taka-filled:before { content: $ti-icon-coin-taka-filled; }
|
|
6571
6009
|
.#{$ti-prefix}-coin-yen:before { content: $ti-icon-coin-yen; }
|
|
6572
|
-
.#{$ti-prefix}-coin-yen-filled:before { content: $ti-icon-coin-yen-filled; }
|
|
6573
6010
|
.#{$ti-prefix}-coin-yuan:before { content: $ti-icon-coin-yuan; }
|
|
6574
|
-
.#{$ti-prefix}-coin-yuan-filled:before { content: $ti-icon-coin-yuan-filled; }
|
|
6575
6011
|
.#{$ti-prefix}-coins:before { content: $ti-icon-coins; }
|
|
6576
6012
|
.#{$ti-prefix}-color-filter:before { content: $ti-icon-color-filter; }
|
|
6577
6013
|
.#{$ti-prefix}-color-picker:before { content: $ti-icon-color-picker; }
|
|
@@ -6590,7 +6026,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6590
6026
|
.#{$ti-prefix}-command:before { content: $ti-icon-command; }
|
|
6591
6027
|
.#{$ti-prefix}-command-off:before { content: $ti-icon-command-off; }
|
|
6592
6028
|
.#{$ti-prefix}-compass:before { content: $ti-icon-compass; }
|
|
6593
|
-
.#{$ti-prefix}-compass-filled:before { content: $ti-icon-compass-filled; }
|
|
6594
6029
|
.#{$ti-prefix}-compass-off:before { content: $ti-icon-compass-off; }
|
|
6595
6030
|
.#{$ti-prefix}-components:before { content: $ti-icon-components; }
|
|
6596
6031
|
.#{$ti-prefix}-components-off:before { content: $ti-icon-components-off; }
|
|
@@ -6618,10 +6053,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6618
6053
|
.#{$ti-prefix}-copy-plus:before { content: $ti-icon-copy-plus; }
|
|
6619
6054
|
.#{$ti-prefix}-copy-x:before { content: $ti-icon-copy-x; }
|
|
6620
6055
|
.#{$ti-prefix}-copyleft:before { content: $ti-icon-copyleft; }
|
|
6621
|
-
.#{$ti-prefix}-copyleft-filled:before { content: $ti-icon-copyleft-filled; }
|
|
6622
6056
|
.#{$ti-prefix}-copyleft-off:before { content: $ti-icon-copyleft-off; }
|
|
6623
6057
|
.#{$ti-prefix}-copyright:before { content: $ti-icon-copyright; }
|
|
6624
|
-
.#{$ti-prefix}-copyright-filled:before { content: $ti-icon-copyright-filled; }
|
|
6625
6058
|
.#{$ti-prefix}-copyright-off:before { content: $ti-icon-copyright-off; }
|
|
6626
6059
|
.#{$ti-prefix}-corner-down-left:before { content: $ti-icon-corner-down-left; }
|
|
6627
6060
|
.#{$ti-prefix}-corner-down-left-double:before { content: $ti-icon-corner-down-left-double; }
|
|
@@ -6652,7 +6085,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6652
6085
|
.#{$ti-prefix}-creative-commons-sa:before { content: $ti-icon-creative-commons-sa; }
|
|
6653
6086
|
.#{$ti-prefix}-creative-commons-zero:before { content: $ti-icon-creative-commons-zero; }
|
|
6654
6087
|
.#{$ti-prefix}-credit-card:before { content: $ti-icon-credit-card; }
|
|
6655
|
-
.#{$ti-prefix}-credit-card-filled:before { content: $ti-icon-credit-card-filled; }
|
|
6656
6088
|
.#{$ti-prefix}-credit-card-off:before { content: $ti-icon-credit-card-off; }
|
|
6657
6089
|
.#{$ti-prefix}-credit-card-pay:before { content: $ti-icon-credit-card-pay; }
|
|
6658
6090
|
.#{$ti-prefix}-credit-card-refund:before { content: $ti-icon-credit-card-refund; }
|
|
@@ -6666,7 +6098,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6666
6098
|
.#{$ti-prefix}-crop-landscape:before { content: $ti-icon-crop-landscape; }
|
|
6667
6099
|
.#{$ti-prefix}-crop-portrait:before { content: $ti-icon-crop-portrait; }
|
|
6668
6100
|
.#{$ti-prefix}-cross:before { content: $ti-icon-cross; }
|
|
6669
|
-
.#{$ti-prefix}-cross-filled:before { content: $ti-icon-cross-filled; }
|
|
6670
6101
|
.#{$ti-prefix}-cross-off:before { content: $ti-icon-cross-off; }
|
|
6671
6102
|
.#{$ti-prefix}-crosshair:before { content: $ti-icon-crosshair; }
|
|
6672
6103
|
.#{$ti-prefix}-crown:before { content: $ti-icon-crown; }
|
|
@@ -6775,6 +6206,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6775
6206
|
.#{$ti-prefix}-database-plus:before { content: $ti-icon-database-plus; }
|
|
6776
6207
|
.#{$ti-prefix}-database-search:before { content: $ti-icon-database-search; }
|
|
6777
6208
|
.#{$ti-prefix}-database-share:before { content: $ti-icon-database-share; }
|
|
6209
|
+
.#{$ti-prefix}-database-smile:before { content: $ti-icon-database-smile; }
|
|
6778
6210
|
.#{$ti-prefix}-database-star:before { content: $ti-icon-database-star; }
|
|
6779
6211
|
.#{$ti-prefix}-database-x:before { content: $ti-icon-database-x; }
|
|
6780
6212
|
.#{$ti-prefix}-decimal:before { content: $ti-icon-decimal; }
|
|
@@ -6824,7 +6256,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6824
6256
|
.#{$ti-prefix}-device-gamepad-2:before { content: $ti-icon-device-gamepad-2; }
|
|
6825
6257
|
.#{$ti-prefix}-device-gamepad-3:before { content: $ti-icon-device-gamepad-3; }
|
|
6826
6258
|
.#{$ti-prefix}-device-heart-monitor:before { content: $ti-icon-device-heart-monitor; }
|
|
6827
|
-
.#{$ti-prefix}-device-heart-monitor-filled:before { content: $ti-icon-device-heart-monitor-filled; }
|
|
6828
6259
|
.#{$ti-prefix}-device-imac:before { content: $ti-icon-device-imac; }
|
|
6829
6260
|
.#{$ti-prefix}-device-imac-bolt:before { content: $ti-icon-device-imac-bolt; }
|
|
6830
6261
|
.#{$ti-prefix}-device-imac-cancel:before { content: $ti-icon-device-imac-cancel; }
|
|
@@ -6901,7 +6332,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6901
6332
|
.#{$ti-prefix}-device-mobile-dollar:before { content: $ti-icon-device-mobile-dollar; }
|
|
6902
6333
|
.#{$ti-prefix}-device-mobile-down:before { content: $ti-icon-device-mobile-down; }
|
|
6903
6334
|
.#{$ti-prefix}-device-mobile-exclamation:before { content: $ti-icon-device-mobile-exclamation; }
|
|
6904
|
-
.#{$ti-prefix}-device-mobile-filled:before { content: $ti-icon-device-mobile-filled; }
|
|
6905
6335
|
.#{$ti-prefix}-device-mobile-heart:before { content: $ti-icon-device-mobile-heart; }
|
|
6906
6336
|
.#{$ti-prefix}-device-mobile-message:before { content: $ti-icon-device-mobile-message; }
|
|
6907
6337
|
.#{$ti-prefix}-device-mobile-minus:before { content: $ti-icon-device-mobile-minus; }
|
|
@@ -6937,7 +6367,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6937
6367
|
.#{$ti-prefix}-device-tablet-dollar:before { content: $ti-icon-device-tablet-dollar; }
|
|
6938
6368
|
.#{$ti-prefix}-device-tablet-down:before { content: $ti-icon-device-tablet-down; }
|
|
6939
6369
|
.#{$ti-prefix}-device-tablet-exclamation:before { content: $ti-icon-device-tablet-exclamation; }
|
|
6940
|
-
.#{$ti-prefix}-device-tablet-filled:before { content: $ti-icon-device-tablet-filled; }
|
|
6941
6370
|
.#{$ti-prefix}-device-tablet-heart:before { content: $ti-icon-device-tablet-heart; }
|
|
6942
6371
|
.#{$ti-prefix}-device-tablet-minus:before { content: $ti-icon-device-tablet-minus; }
|
|
6943
6372
|
.#{$ti-prefix}-device-tablet-off:before { content: $ti-icon-device-tablet-off; }
|
|
@@ -7006,33 +6435,22 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7006
6435
|
.#{$ti-prefix}-diabolo-off:before { content: $ti-icon-diabolo-off; }
|
|
7007
6436
|
.#{$ti-prefix}-diabolo-plus:before { content: $ti-icon-diabolo-plus; }
|
|
7008
6437
|
.#{$ti-prefix}-dialpad:before { content: $ti-icon-dialpad; }
|
|
7009
|
-
.#{$ti-prefix}-dialpad-filled:before { content: $ti-icon-dialpad-filled; }
|
|
7010
6438
|
.#{$ti-prefix}-dialpad-off:before { content: $ti-icon-dialpad-off; }
|
|
7011
6439
|
.#{$ti-prefix}-diamond:before { content: $ti-icon-diamond; }
|
|
7012
|
-
.#{$ti-prefix}-diamond-filled:before { content: $ti-icon-diamond-filled; }
|
|
7013
6440
|
.#{$ti-prefix}-diamond-off:before { content: $ti-icon-diamond-off; }
|
|
7014
6441
|
.#{$ti-prefix}-diamonds:before { content: $ti-icon-diamonds; }
|
|
7015
|
-
.#{$ti-prefix}-diamonds-filled:before { content: $ti-icon-diamonds-filled; }
|
|
7016
6442
|
.#{$ti-prefix}-dice:before { content: $ti-icon-dice; }
|
|
7017
6443
|
.#{$ti-prefix}-dice-1:before { content: $ti-icon-dice-1; }
|
|
7018
|
-
.#{$ti-prefix}-dice-1-filled:before { content: $ti-icon-dice-1-filled; }
|
|
7019
6444
|
.#{$ti-prefix}-dice-2:before { content: $ti-icon-dice-2; }
|
|
7020
|
-
.#{$ti-prefix}-dice-2-filled:before { content: $ti-icon-dice-2-filled; }
|
|
7021
6445
|
.#{$ti-prefix}-dice-3:before { content: $ti-icon-dice-3; }
|
|
7022
|
-
.#{$ti-prefix}-dice-3-filled:before { content: $ti-icon-dice-3-filled; }
|
|
7023
6446
|
.#{$ti-prefix}-dice-4:before { content: $ti-icon-dice-4; }
|
|
7024
|
-
.#{$ti-prefix}-dice-4-filled:before { content: $ti-icon-dice-4-filled; }
|
|
7025
6447
|
.#{$ti-prefix}-dice-5:before { content: $ti-icon-dice-5; }
|
|
7026
|
-
.#{$ti-prefix}-dice-5-filled:before { content: $ti-icon-dice-5-filled; }
|
|
7027
6448
|
.#{$ti-prefix}-dice-6:before { content: $ti-icon-dice-6; }
|
|
7028
|
-
.#{$ti-prefix}-dice-6-filled:before { content: $ti-icon-dice-6-filled; }
|
|
7029
|
-
.#{$ti-prefix}-dice-filled:before { content: $ti-icon-dice-filled; }
|
|
7030
6449
|
.#{$ti-prefix}-dimensions:before { content: $ti-icon-dimensions; }
|
|
7031
6450
|
.#{$ti-prefix}-direction:before { content: $ti-icon-direction; }
|
|
7032
6451
|
.#{$ti-prefix}-direction-arrows:before { content: $ti-icon-direction-arrows; }
|
|
7033
6452
|
.#{$ti-prefix}-direction-horizontal:before { content: $ti-icon-direction-horizontal; }
|
|
7034
6453
|
.#{$ti-prefix}-direction-sign:before { content: $ti-icon-direction-sign; }
|
|
7035
|
-
.#{$ti-prefix}-direction-sign-filled:before { content: $ti-icon-direction-sign-filled; }
|
|
7036
6454
|
.#{$ti-prefix}-direction-sign-off:before { content: $ti-icon-direction-sign-off; }
|
|
7037
6455
|
.#{$ti-prefix}-directions:before { content: $ti-icon-directions; }
|
|
7038
6456
|
.#{$ti-prefix}-directions-off:before { content: $ti-icon-directions-off; }
|
|
@@ -7043,10 +6461,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7043
6461
|
.#{$ti-prefix}-disc-golf:before { content: $ti-icon-disc-golf; }
|
|
7044
6462
|
.#{$ti-prefix}-disc-off:before { content: $ti-icon-disc-off; }
|
|
7045
6463
|
.#{$ti-prefix}-discount:before { content: $ti-icon-discount; }
|
|
7046
|
-
.#{$ti-prefix}-discount-2:before { content: $ti-icon-discount-2; }
|
|
7047
|
-
.#{$ti-prefix}-discount-2-off:before { content: $ti-icon-discount-2-off; }
|
|
7048
|
-
.#{$ti-prefix}-discount-check:before { content: $ti-icon-discount-check; }
|
|
7049
|
-
.#{$ti-prefix}-discount-check-filled:before { content: $ti-icon-discount-check-filled; }
|
|
7050
6464
|
.#{$ti-prefix}-discount-off:before { content: $ti-icon-discount-off; }
|
|
7051
6465
|
.#{$ti-prefix}-divide:before { content: $ti-icon-divide; }
|
|
7052
6466
|
.#{$ti-prefix}-dna:before { content: $ti-icon-dna; }
|
|
@@ -7080,11 +6494,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7080
6494
|
.#{$ti-prefix}-droplet-dollar:before { content: $ti-icon-droplet-dollar; }
|
|
7081
6495
|
.#{$ti-prefix}-droplet-down:before { content: $ti-icon-droplet-down; }
|
|
7082
6496
|
.#{$ti-prefix}-droplet-exclamation:before { content: $ti-icon-droplet-exclamation; }
|
|
7083
|
-
.#{$ti-prefix}-droplet-filled:before { content: $ti-icon-droplet-filled; }
|
|
7084
6497
|
.#{$ti-prefix}-droplet-half:before { content: $ti-icon-droplet-half; }
|
|
7085
6498
|
.#{$ti-prefix}-droplet-half-2:before { content: $ti-icon-droplet-half-2; }
|
|
7086
|
-
.#{$ti-prefix}-droplet-half-2-filled:before { content: $ti-icon-droplet-half-2-filled; }
|
|
7087
|
-
.#{$ti-prefix}-droplet-half-filled:before { content: $ti-icon-droplet-half-filled; }
|
|
7088
6499
|
.#{$ti-prefix}-droplet-heart:before { content: $ti-icon-droplet-heart; }
|
|
7089
6500
|
.#{$ti-prefix}-droplet-minus:before { content: $ti-icon-droplet-minus; }
|
|
7090
6501
|
.#{$ti-prefix}-droplet-off:before { content: $ti-icon-droplet-off; }
|
|
@@ -7115,7 +6526,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7115
6526
|
.#{$ti-prefix}-edit-off:before { content: $ti-icon-edit-off; }
|
|
7116
6527
|
.#{$ti-prefix}-egg:before { content: $ti-icon-egg; }
|
|
7117
6528
|
.#{$ti-prefix}-egg-cracked:before { content: $ti-icon-egg-cracked; }
|
|
7118
|
-
.#{$ti-prefix}-egg-filled:before { content: $ti-icon-egg-filled; }
|
|
7119
6529
|
.#{$ti-prefix}-egg-fried:before { content: $ti-icon-egg-fried; }
|
|
7120
6530
|
.#{$ti-prefix}-egg-off:before { content: $ti-icon-egg-off; }
|
|
7121
6531
|
.#{$ti-prefix}-eggs:before { content: $ti-icon-eggs; }
|
|
@@ -7165,7 +6575,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7165
6575
|
.#{$ti-prefix}-eye-down:before { content: $ti-icon-eye-down; }
|
|
7166
6576
|
.#{$ti-prefix}-eye-edit:before { content: $ti-icon-eye-edit; }
|
|
7167
6577
|
.#{$ti-prefix}-eye-exclamation:before { content: $ti-icon-eye-exclamation; }
|
|
7168
|
-
.#{$ti-prefix}-eye-filled:before { content: $ti-icon-eye-filled; }
|
|
7169
6578
|
.#{$ti-prefix}-eye-heart:before { content: $ti-icon-eye-heart; }
|
|
7170
6579
|
.#{$ti-prefix}-eye-minus:before { content: $ti-icon-eye-minus; }
|
|
7171
6580
|
.#{$ti-prefix}-eye-off:before { content: $ti-icon-eye-off; }
|
|
@@ -7218,7 +6627,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7218
6627
|
.#{$ti-prefix}-file-download:before { content: $ti-icon-file-download; }
|
|
7219
6628
|
.#{$ti-prefix}-file-euro:before { content: $ti-icon-file-euro; }
|
|
7220
6629
|
.#{$ti-prefix}-file-export:before { content: $ti-icon-file-export; }
|
|
7221
|
-
.#{$ti-prefix}-file-filled:before { content: $ti-icon-file-filled; }
|
|
7222
6630
|
.#{$ti-prefix}-file-function:before { content: $ti-icon-file-function; }
|
|
7223
6631
|
.#{$ti-prefix}-file-horizontal:before { content: $ti-icon-file-horizontal; }
|
|
7224
6632
|
.#{$ti-prefix}-file-import:before { content: $ti-icon-file-import; }
|
|
@@ -7281,7 +6689,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7281
6689
|
.#{$ti-prefix}-file-upload:before { content: $ti-icon-file-upload; }
|
|
7282
6690
|
.#{$ti-prefix}-file-vector:before { content: $ti-icon-file-vector; }
|
|
7283
6691
|
.#{$ti-prefix}-file-x:before { content: $ti-icon-file-x; }
|
|
7284
|
-
.#{$ti-prefix}-file-x-filled:before { content: $ti-icon-file-x-filled; }
|
|
7285
6692
|
.#{$ti-prefix}-file-zip:before { content: $ti-icon-file-zip; }
|
|
7286
6693
|
.#{$ti-prefix}-files:before { content: $ti-icon-files; }
|
|
7287
6694
|
.#{$ti-prefix}-files-off:before { content: $ti-icon-files-off; }
|
|
@@ -7296,7 +6703,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7296
6703
|
.#{$ti-prefix}-filter-down:before { content: $ti-icon-filter-down; }
|
|
7297
6704
|
.#{$ti-prefix}-filter-edit:before { content: $ti-icon-filter-edit; }
|
|
7298
6705
|
.#{$ti-prefix}-filter-exclamation:before { content: $ti-icon-filter-exclamation; }
|
|
7299
|
-
.#{$ti-prefix}-filter-filled:before { content: $ti-icon-filter-filled; }
|
|
7300
6706
|
.#{$ti-prefix}-filter-heart:before { content: $ti-icon-filter-heart; }
|
|
7301
6707
|
.#{$ti-prefix}-filter-minus:before { content: $ti-icon-filter-minus; }
|
|
7302
6708
|
.#{$ti-prefix}-filter-off:before { content: $ti-icon-filter-off; }
|
|
@@ -7327,10 +6733,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7327
6733
|
.#{$ti-prefix}-fish-off:before { content: $ti-icon-fish-off; }
|
|
7328
6734
|
.#{$ti-prefix}-flag:before { content: $ti-icon-flag; }
|
|
7329
6735
|
.#{$ti-prefix}-flag-2:before { content: $ti-icon-flag-2; }
|
|
7330
|
-
.#{$ti-prefix}-flag-2-filled:before { content: $ti-icon-flag-2-filled; }
|
|
7331
6736
|
.#{$ti-prefix}-flag-2-off:before { content: $ti-icon-flag-2-off; }
|
|
7332
6737
|
.#{$ti-prefix}-flag-3:before { content: $ti-icon-flag-3; }
|
|
7333
|
-
.#{$ti-prefix}-flag-3-filled:before { content: $ti-icon-flag-3-filled; }
|
|
7334
6738
|
.#{$ti-prefix}-flag-bolt:before { content: $ti-icon-flag-bolt; }
|
|
7335
6739
|
.#{$ti-prefix}-flag-cancel:before { content: $ti-icon-flag-cancel; }
|
|
7336
6740
|
.#{$ti-prefix}-flag-check:before { content: $ti-icon-flag-check; }
|
|
@@ -7340,7 +6744,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7340
6744
|
.#{$ti-prefix}-flag-dollar:before { content: $ti-icon-flag-dollar; }
|
|
7341
6745
|
.#{$ti-prefix}-flag-down:before { content: $ti-icon-flag-down; }
|
|
7342
6746
|
.#{$ti-prefix}-flag-exclamation:before { content: $ti-icon-flag-exclamation; }
|
|
7343
|
-
.#{$ti-prefix}-flag-filled:before { content: $ti-icon-flag-filled; }
|
|
7344
6747
|
.#{$ti-prefix}-flag-heart:before { content: $ti-icon-flag-heart; }
|
|
7345
6748
|
.#{$ti-prefix}-flag-minus:before { content: $ti-icon-flag-minus; }
|
|
7346
6749
|
.#{$ti-prefix}-flag-off:before { content: $ti-icon-flag-off; }
|
|
@@ -7358,9 +6761,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7358
6761
|
.#{$ti-prefix}-flare:before { content: $ti-icon-flare; }
|
|
7359
6762
|
.#{$ti-prefix}-flask:before { content: $ti-icon-flask; }
|
|
7360
6763
|
.#{$ti-prefix}-flask-2:before { content: $ti-icon-flask-2; }
|
|
7361
|
-
.#{$ti-prefix}-flask-2-filled:before { content: $ti-icon-flask-2-filled; }
|
|
7362
6764
|
.#{$ti-prefix}-flask-2-off:before { content: $ti-icon-flask-2-off; }
|
|
7363
|
-
.#{$ti-prefix}-flask-filled:before { content: $ti-icon-flask-filled; }
|
|
7364
6765
|
.#{$ti-prefix}-flask-off:before { content: $ti-icon-flask-off; }
|
|
7365
6766
|
.#{$ti-prefix}-flip-flops:before { content: $ti-icon-flip-flops; }
|
|
7366
6767
|
.#{$ti-prefix}-flip-horizontal:before { content: $ti-icon-flip-horizontal; }
|
|
@@ -7387,7 +6788,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7387
6788
|
.#{$ti-prefix}-folder-dollar:before { content: $ti-icon-folder-dollar; }
|
|
7388
6789
|
.#{$ti-prefix}-folder-down:before { content: $ti-icon-folder-down; }
|
|
7389
6790
|
.#{$ti-prefix}-folder-exclamation:before { content: $ti-icon-folder-exclamation; }
|
|
7390
|
-
.#{$ti-prefix}-folder-filled:before { content: $ti-icon-folder-filled; }
|
|
7391
6791
|
.#{$ti-prefix}-folder-heart:before { content: $ti-icon-folder-heart; }
|
|
7392
6792
|
.#{$ti-prefix}-folder-minus:before { content: $ti-icon-folder-minus; }
|
|
7393
6793
|
.#{$ti-prefix}-folder-off:before { content: $ti-icon-folder-off; }
|
|
@@ -7407,12 +6807,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7407
6807
|
.#{$ti-prefix}-folders-off:before { content: $ti-icon-folders-off; }
|
|
7408
6808
|
.#{$ti-prefix}-forbid:before { content: $ti-icon-forbid; }
|
|
7409
6809
|
.#{$ti-prefix}-forbid-2:before { content: $ti-icon-forbid-2; }
|
|
7410
|
-
.#{$ti-prefix}-forbid-2-filled:before { content: $ti-icon-forbid-2-filled; }
|
|
7411
|
-
.#{$ti-prefix}-forbid-filled:before { content: $ti-icon-forbid-filled; }
|
|
7412
6810
|
.#{$ti-prefix}-forklift:before { content: $ti-icon-forklift; }
|
|
7413
6811
|
.#{$ti-prefix}-forms:before { content: $ti-icon-forms; }
|
|
7414
6812
|
.#{$ti-prefix}-fountain:before { content: $ti-icon-fountain; }
|
|
7415
|
-
.#{$ti-prefix}-fountain-filled:before { content: $ti-icon-fountain-filled; }
|
|
7416
6813
|
.#{$ti-prefix}-fountain-off:before { content: $ti-icon-fountain-off; }
|
|
7417
6814
|
.#{$ti-prefix}-frame:before { content: $ti-icon-frame; }
|
|
7418
6815
|
.#{$ti-prefix}-frame-off:before { content: $ti-icon-frame-off; }
|
|
@@ -7428,7 +6825,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7428
6825
|
.#{$ti-prefix}-frustum-off:before { content: $ti-icon-frustum-off; }
|
|
7429
6826
|
.#{$ti-prefix}-frustum-plus:before { content: $ti-icon-frustum-plus; }
|
|
7430
6827
|
.#{$ti-prefix}-function:before { content: $ti-icon-function; }
|
|
7431
|
-
.#{$ti-prefix}-function-filled:before { content: $ti-icon-function-filled; }
|
|
7432
6828
|
.#{$ti-prefix}-function-off:before { content: $ti-icon-function-off; }
|
|
7433
6829
|
.#{$ti-prefix}-galaxy:before { content: $ti-icon-galaxy; }
|
|
7434
6830
|
.#{$ti-prefix}-garden-cart:before { content: $ti-icon-garden-cart; }
|
|
@@ -7436,7 +6832,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7436
6832
|
.#{$ti-prefix}-gas-station:before { content: $ti-icon-gas-station; }
|
|
7437
6833
|
.#{$ti-prefix}-gas-station-off:before { content: $ti-icon-gas-station-off; }
|
|
7438
6834
|
.#{$ti-prefix}-gauge:before { content: $ti-icon-gauge; }
|
|
7439
|
-
.#{$ti-prefix}-gauge-filled:before { content: $ti-icon-gauge-filled; }
|
|
7440
6835
|
.#{$ti-prefix}-gauge-off:before { content: $ti-icon-gauge-off; }
|
|
7441
6836
|
.#{$ti-prefix}-gavel:before { content: $ti-icon-gavel; }
|
|
7442
6837
|
.#{$ti-prefix}-gender-agender:before { content: $ti-icon-gender-agender; }
|
|
@@ -7460,15 +6855,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7460
6855
|
.#{$ti-prefix}-geometry:before { content: $ti-icon-geometry; }
|
|
7461
6856
|
.#{$ti-prefix}-ghost:before { content: $ti-icon-ghost; }
|
|
7462
6857
|
.#{$ti-prefix}-ghost-2:before { content: $ti-icon-ghost-2; }
|
|
7463
|
-
.#{$ti-prefix}-ghost-2-filled:before { content: $ti-icon-ghost-2-filled; }
|
|
7464
6858
|
.#{$ti-prefix}-ghost-3:before { content: $ti-icon-ghost-3; }
|
|
7465
|
-
.#{$ti-prefix}-ghost-filled:before { content: $ti-icon-ghost-filled; }
|
|
7466
6859
|
.#{$ti-prefix}-ghost-off:before { content: $ti-icon-ghost-off; }
|
|
7467
6860
|
.#{$ti-prefix}-gif:before { content: $ti-icon-gif; }
|
|
7468
6861
|
.#{$ti-prefix}-gift:before { content: $ti-icon-gift; }
|
|
7469
6862
|
.#{$ti-prefix}-gift-card:before { content: $ti-icon-gift-card; }
|
|
7470
|
-
.#{$ti-prefix}-gift-card-filled:before { content: $ti-icon-gift-card-filled; }
|
|
7471
|
-
.#{$ti-prefix}-gift-filled:before { content: $ti-icon-gift-filled; }
|
|
7472
6863
|
.#{$ti-prefix}-gift-off:before { content: $ti-icon-gift-off; }
|
|
7473
6864
|
.#{$ti-prefix}-git-branch:before { content: $ti-icon-git-branch; }
|
|
7474
6865
|
.#{$ti-prefix}-git-branch-deleted:before { content: $ti-icon-git-branch-deleted; }
|
|
@@ -7482,11 +6873,12 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7482
6873
|
.#{$ti-prefix}-git-pull-request-draft:before { content: $ti-icon-git-pull-request-draft; }
|
|
7483
6874
|
.#{$ti-prefix}-gizmo:before { content: $ti-icon-gizmo; }
|
|
7484
6875
|
.#{$ti-prefix}-glass:before { content: $ti-icon-glass; }
|
|
6876
|
+
.#{$ti-prefix}-glass-champagne:before { content: $ti-icon-glass-champagne; }
|
|
6877
|
+
.#{$ti-prefix}-glass-cocktail:before { content: $ti-icon-glass-cocktail; }
|
|
7485
6878
|
.#{$ti-prefix}-glass-full:before { content: $ti-icon-glass-full; }
|
|
7486
|
-
.#{$ti-prefix}-glass-
|
|
6879
|
+
.#{$ti-prefix}-glass-gin:before { content: $ti-icon-glass-gin; }
|
|
7487
6880
|
.#{$ti-prefix}-glass-off:before { content: $ti-icon-glass-off; }
|
|
7488
6881
|
.#{$ti-prefix}-globe:before { content: $ti-icon-globe; }
|
|
7489
|
-
.#{$ti-prefix}-globe-filled:before { content: $ti-icon-globe-filled; }
|
|
7490
6882
|
.#{$ti-prefix}-globe-off:before { content: $ti-icon-globe-off; }
|
|
7491
6883
|
.#{$ti-prefix}-go-game:before { content: $ti-icon-go-game; }
|
|
7492
6884
|
.#{$ti-prefix}-golf:before { content: $ti-icon-golf; }
|
|
@@ -7495,7 +6887,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7495
6887
|
.#{$ti-prefix}-gradienter:before { content: $ti-icon-gradienter; }
|
|
7496
6888
|
.#{$ti-prefix}-grain:before { content: $ti-icon-grain; }
|
|
7497
6889
|
.#{$ti-prefix}-graph:before { content: $ti-icon-graph; }
|
|
7498
|
-
.#{$ti-prefix}-graph-filled:before { content: $ti-icon-graph-filled; }
|
|
7499
6890
|
.#{$ti-prefix}-graph-off:before { content: $ti-icon-graph-off; }
|
|
7500
6891
|
.#{$ti-prefix}-grave:before { content: $ti-icon-grave; }
|
|
7501
6892
|
.#{$ti-prefix}-grave-2:before { content: $ti-icon-grave-2; }
|
|
@@ -7513,7 +6904,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7513
6904
|
.#{$ti-prefix}-grip-vertical:before { content: $ti-icon-grip-vertical; }
|
|
7514
6905
|
.#{$ti-prefix}-growth:before { content: $ti-icon-growth; }
|
|
7515
6906
|
.#{$ti-prefix}-guitar-pick:before { content: $ti-icon-guitar-pick; }
|
|
7516
|
-
.#{$ti-prefix}-guitar-pick-filled:before { content: $ti-icon-guitar-pick-filled; }
|
|
7517
6907
|
.#{$ti-prefix}-gymnastics:before { content: $ti-icon-gymnastics; }
|
|
7518
6908
|
.#{$ti-prefix}-h-1:before { content: $ti-icon-h-1; }
|
|
7519
6909
|
.#{$ti-prefix}-h-2:before { content: $ti-icon-h-2; }
|
|
@@ -7528,11 +6918,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7528
6918
|
.#{$ti-prefix}-hand-finger-off:before { content: $ti-icon-hand-finger-off; }
|
|
7529
6919
|
.#{$ti-prefix}-hand-grab:before { content: $ti-icon-hand-grab; }
|
|
7530
6920
|
.#{$ti-prefix}-hand-little-finger:before { content: $ti-icon-hand-little-finger; }
|
|
6921
|
+
.#{$ti-prefix}-hand-love-you:before { content: $ti-icon-hand-love-you; }
|
|
7531
6922
|
.#{$ti-prefix}-hand-middle-finger:before { content: $ti-icon-hand-middle-finger; }
|
|
7532
6923
|
.#{$ti-prefix}-hand-move:before { content: $ti-icon-hand-move; }
|
|
7533
6924
|
.#{$ti-prefix}-hand-off:before { content: $ti-icon-hand-off; }
|
|
7534
6925
|
.#{$ti-prefix}-hand-ring-finger:before { content: $ti-icon-hand-ring-finger; }
|
|
7535
|
-
.#{$ti-prefix}-hand-rock:before { content: $ti-icon-hand-rock; }
|
|
7536
6926
|
.#{$ti-prefix}-hand-sanitizer:before { content: $ti-icon-hand-sanitizer; }
|
|
7537
6927
|
.#{$ti-prefix}-hand-stop:before { content: $ti-icon-hand-stop; }
|
|
7538
6928
|
.#{$ti-prefix}-hand-three-fingers:before { content: $ti-icon-hand-three-fingers; }
|
|
@@ -7547,7 +6937,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7547
6937
|
.#{$ti-prefix}-heading:before { content: $ti-icon-heading; }
|
|
7548
6938
|
.#{$ti-prefix}-heading-off:before { content: $ti-icon-heading-off; }
|
|
7549
6939
|
.#{$ti-prefix}-headphones:before { content: $ti-icon-headphones; }
|
|
7550
|
-
.#{$ti-prefix}-headphones-filled:before { content: $ti-icon-headphones-filled; }
|
|
7551
6940
|
.#{$ti-prefix}-headphones-off:before { content: $ti-icon-headphones-off; }
|
|
7552
6941
|
.#{$ti-prefix}-headset:before { content: $ti-icon-headset; }
|
|
7553
6942
|
.#{$ti-prefix}-headset-off:before { content: $ti-icon-headset-off; }
|
|
@@ -7563,7 +6952,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7563
6952
|
.#{$ti-prefix}-heart-dollar:before { content: $ti-icon-heart-dollar; }
|
|
7564
6953
|
.#{$ti-prefix}-heart-down:before { content: $ti-icon-heart-down; }
|
|
7565
6954
|
.#{$ti-prefix}-heart-exclamation:before { content: $ti-icon-heart-exclamation; }
|
|
7566
|
-
.#{$ti-prefix}-heart-filled:before { content: $ti-icon-heart-filled; }
|
|
7567
6955
|
.#{$ti-prefix}-heart-handshake:before { content: $ti-icon-heart-handshake; }
|
|
7568
6956
|
.#{$ti-prefix}-heart-minus:before { content: $ti-icon-heart-minus; }
|
|
7569
6957
|
.#{$ti-prefix}-heart-off:before { content: $ti-icon-heart-off; }
|
|
@@ -7586,35 +6974,18 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7586
6974
|
.#{$ti-prefix}-helmet-off:before { content: $ti-icon-helmet-off; }
|
|
7587
6975
|
.#{$ti-prefix}-help:before { content: $ti-icon-help; }
|
|
7588
6976
|
.#{$ti-prefix}-help-circle:before { content: $ti-icon-help-circle; }
|
|
7589
|
-
.#{$ti-prefix}-help-circle-filled:before { content: $ti-icon-help-circle-filled; }
|
|
7590
6977
|
.#{$ti-prefix}-help-hexagon:before { content: $ti-icon-help-hexagon; }
|
|
7591
|
-
.#{$ti-prefix}-help-hexagon-filled:before { content: $ti-icon-help-hexagon-filled; }
|
|
7592
6978
|
.#{$ti-prefix}-help-octagon:before { content: $ti-icon-help-octagon; }
|
|
7593
|
-
.#{$ti-prefix}-help-octagon-filled:before { content: $ti-icon-help-octagon-filled; }
|
|
7594
6979
|
.#{$ti-prefix}-help-off:before { content: $ti-icon-help-off; }
|
|
7595
6980
|
.#{$ti-prefix}-help-small:before { content: $ti-icon-help-small; }
|
|
7596
6981
|
.#{$ti-prefix}-help-square:before { content: $ti-icon-help-square; }
|
|
7597
|
-
.#{$ti-prefix}-help-square-filled:before { content: $ti-icon-help-square-filled; }
|
|
7598
6982
|
.#{$ti-prefix}-help-square-rounded:before { content: $ti-icon-help-square-rounded; }
|
|
7599
|
-
.#{$ti-prefix}-help-square-rounded-filled:before { content: $ti-icon-help-square-rounded-filled; }
|
|
7600
6983
|
.#{$ti-prefix}-help-triangle:before { content: $ti-icon-help-triangle; }
|
|
7601
|
-
.#{$ti-prefix}-help-triangle-filled:before { content: $ti-icon-help-triangle-filled; }
|
|
7602
6984
|
.#{$ti-prefix}-hemisphere:before { content: $ti-icon-hemisphere; }
|
|
7603
6985
|
.#{$ti-prefix}-hemisphere-off:before { content: $ti-icon-hemisphere-off; }
|
|
7604
6986
|
.#{$ti-prefix}-hemisphere-plus:before { content: $ti-icon-hemisphere-plus; }
|
|
7605
6987
|
.#{$ti-prefix}-hexagon:before { content: $ti-icon-hexagon; }
|
|
7606
|
-
.#{$ti-prefix}-hexagon-0-filled:before { content: $ti-icon-hexagon-0-filled; }
|
|
7607
|
-
.#{$ti-prefix}-hexagon-1-filled:before { content: $ti-icon-hexagon-1-filled; }
|
|
7608
|
-
.#{$ti-prefix}-hexagon-2-filled:before { content: $ti-icon-hexagon-2-filled; }
|
|
7609
|
-
.#{$ti-prefix}-hexagon-3-filled:before { content: $ti-icon-hexagon-3-filled; }
|
|
7610
6988
|
.#{$ti-prefix}-hexagon-3d:before { content: $ti-icon-hexagon-3d; }
|
|
7611
|
-
.#{$ti-prefix}-hexagon-4-filled:before { content: $ti-icon-hexagon-4-filled; }
|
|
7612
|
-
.#{$ti-prefix}-hexagon-5-filled:before { content: $ti-icon-hexagon-5-filled; }
|
|
7613
|
-
.#{$ti-prefix}-hexagon-6-filled:before { content: $ti-icon-hexagon-6-filled; }
|
|
7614
|
-
.#{$ti-prefix}-hexagon-7-filled:before { content: $ti-icon-hexagon-7-filled; }
|
|
7615
|
-
.#{$ti-prefix}-hexagon-8-filled:before { content: $ti-icon-hexagon-8-filled; }
|
|
7616
|
-
.#{$ti-prefix}-hexagon-9-filled:before { content: $ti-icon-hexagon-9-filled; }
|
|
7617
|
-
.#{$ti-prefix}-hexagon-filled:before { content: $ti-icon-hexagon-filled; }
|
|
7618
6989
|
.#{$ti-prefix}-hexagon-letter-a:before { content: $ti-icon-hexagon-letter-a; }
|
|
7619
6990
|
.#{$ti-prefix}-hexagon-letter-b:before { content: $ti-icon-hexagon-letter-b; }
|
|
7620
6991
|
.#{$ti-prefix}-hexagon-letter-c:before { content: $ti-icon-hexagon-letter-c; }
|
|
@@ -7711,7 +7082,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7711
7082
|
.#{$ti-prefix}-hotel-service:before { content: $ti-icon-hotel-service; }
|
|
7712
7083
|
.#{$ti-prefix}-hourglass:before { content: $ti-icon-hourglass; }
|
|
7713
7084
|
.#{$ti-prefix}-hourglass-empty:before { content: $ti-icon-hourglass-empty; }
|
|
7714
|
-
.#{$ti-prefix}-hourglass-filled:before { content: $ti-icon-hourglass-filled; }
|
|
7715
7085
|
.#{$ti-prefix}-hourglass-high:before { content: $ti-icon-hourglass-high; }
|
|
7716
7086
|
.#{$ti-prefix}-hourglass-low:before { content: $ti-icon-hourglass-low; }
|
|
7717
7087
|
.#{$ti-prefix}-hourglass-off:before { content: $ti-icon-hourglass-off; }
|
|
@@ -7737,6 +7107,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7737
7107
|
.#{$ti-prefix}-id-badge-2:before { content: $ti-icon-id-badge-2; }
|
|
7738
7108
|
.#{$ti-prefix}-id-badge-off:before { content: $ti-icon-id-badge-off; }
|
|
7739
7109
|
.#{$ti-prefix}-id-off:before { content: $ti-icon-id-off; }
|
|
7110
|
+
.#{$ti-prefix}-image-in-picture:before { content: $ti-icon-image-in-picture; }
|
|
7740
7111
|
.#{$ti-prefix}-inbox:before { content: $ti-icon-inbox; }
|
|
7741
7112
|
.#{$ti-prefix}-inbox-off:before { content: $ti-icon-inbox-off; }
|
|
7742
7113
|
.#{$ti-prefix}-indent-decrease:before { content: $ti-icon-indent-decrease; }
|
|
@@ -7744,34 +7115,20 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7744
7115
|
.#{$ti-prefix}-infinity:before { content: $ti-icon-infinity; }
|
|
7745
7116
|
.#{$ti-prefix}-infinity-off:before { content: $ti-icon-infinity-off; }
|
|
7746
7117
|
.#{$ti-prefix}-info-circle:before { content: $ti-icon-info-circle; }
|
|
7747
|
-
.#{$ti-prefix}-info-circle-filled:before { content: $ti-icon-info-circle-filled; }
|
|
7748
7118
|
.#{$ti-prefix}-info-hexagon:before { content: $ti-icon-info-hexagon; }
|
|
7749
|
-
.#{$ti-prefix}-info-hexagon-filled:before { content: $ti-icon-info-hexagon-filled; }
|
|
7750
7119
|
.#{$ti-prefix}-info-octagon:before { content: $ti-icon-info-octagon; }
|
|
7751
|
-
.#{$ti-prefix}-info-octagon-filled:before { content: $ti-icon-info-octagon-filled; }
|
|
7752
7120
|
.#{$ti-prefix}-info-small:before { content: $ti-icon-info-small; }
|
|
7753
7121
|
.#{$ti-prefix}-info-square:before { content: $ti-icon-info-square; }
|
|
7754
|
-
.#{$ti-prefix}-info-square-filled:before { content: $ti-icon-info-square-filled; }
|
|
7755
7122
|
.#{$ti-prefix}-info-square-rounded:before { content: $ti-icon-info-square-rounded; }
|
|
7756
|
-
.#{$ti-prefix}-info-square-rounded-filled:before { content: $ti-icon-info-square-rounded-filled; }
|
|
7757
7123
|
.#{$ti-prefix}-info-triangle:before { content: $ti-icon-info-triangle; }
|
|
7758
|
-
.#{$ti-prefix}-info-triangle-filled:before { content: $ti-icon-info-triangle-filled; }
|
|
7759
7124
|
.#{$ti-prefix}-inner-shadow-bottom:before { content: $ti-icon-inner-shadow-bottom; }
|
|
7760
|
-
.#{$ti-prefix}-inner-shadow-bottom-filled:before { content: $ti-icon-inner-shadow-bottom-filled; }
|
|
7761
7125
|
.#{$ti-prefix}-inner-shadow-bottom-left:before { content: $ti-icon-inner-shadow-bottom-left; }
|
|
7762
|
-
.#{$ti-prefix}-inner-shadow-bottom-left-filled:before { content: $ti-icon-inner-shadow-bottom-left-filled; }
|
|
7763
7126
|
.#{$ti-prefix}-inner-shadow-bottom-right:before { content: $ti-icon-inner-shadow-bottom-right; }
|
|
7764
|
-
.#{$ti-prefix}-inner-shadow-bottom-right-filled:before { content: $ti-icon-inner-shadow-bottom-right-filled; }
|
|
7765
7127
|
.#{$ti-prefix}-inner-shadow-left:before { content: $ti-icon-inner-shadow-left; }
|
|
7766
|
-
.#{$ti-prefix}-inner-shadow-left-filled:before { content: $ti-icon-inner-shadow-left-filled; }
|
|
7767
7128
|
.#{$ti-prefix}-inner-shadow-right:before { content: $ti-icon-inner-shadow-right; }
|
|
7768
|
-
.#{$ti-prefix}-inner-shadow-right-filled:before { content: $ti-icon-inner-shadow-right-filled; }
|
|
7769
7129
|
.#{$ti-prefix}-inner-shadow-top:before { content: $ti-icon-inner-shadow-top; }
|
|
7770
|
-
.#{$ti-prefix}-inner-shadow-top-filled:before { content: $ti-icon-inner-shadow-top-filled; }
|
|
7771
7130
|
.#{$ti-prefix}-inner-shadow-top-left:before { content: $ti-icon-inner-shadow-top-left; }
|
|
7772
|
-
.#{$ti-prefix}-inner-shadow-top-left-filled:before { content: $ti-icon-inner-shadow-top-left-filled; }
|
|
7773
7131
|
.#{$ti-prefix}-inner-shadow-top-right:before { content: $ti-icon-inner-shadow-top-right; }
|
|
7774
|
-
.#{$ti-prefix}-inner-shadow-top-right-filled:before { content: $ti-icon-inner-shadow-top-right-filled; }
|
|
7775
7132
|
.#{$ti-prefix}-input-ai:before { content: $ti-icon-input-ai; }
|
|
7776
7133
|
.#{$ti-prefix}-input-check:before { content: $ti-icon-input-check; }
|
|
7777
7134
|
.#{$ti-prefix}-input-search:before { content: $ti-icon-input-search; }
|
|
@@ -7790,7 +7147,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7790
7147
|
.#{$ti-prefix}-jacket:before { content: $ti-icon-jacket; }
|
|
7791
7148
|
.#{$ti-prefix}-jetpack:before { content: $ti-icon-jetpack; }
|
|
7792
7149
|
.#{$ti-prefix}-jewish-star:before { content: $ti-icon-jewish-star; }
|
|
7793
|
-
.#{$ti-prefix}-jewish-star-filled:before { content: $ti-icon-jewish-star-filled; }
|
|
7794
7150
|
.#{$ti-prefix}-jpg:before { content: $ti-icon-jpg; }
|
|
7795
7151
|
.#{$ti-prefix}-json:before { content: $ti-icon-json; }
|
|
7796
7152
|
.#{$ti-prefix}-jump-rope:before { content: $ti-icon-jump-rope; }
|
|
@@ -7805,14 +7161,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7805
7161
|
.#{$ti-prefix}-keyboard-show:before { content: $ti-icon-keyboard-show; }
|
|
7806
7162
|
.#{$ti-prefix}-keyframe:before { content: $ti-icon-keyframe; }
|
|
7807
7163
|
.#{$ti-prefix}-keyframe-align-center:before { content: $ti-icon-keyframe-align-center; }
|
|
7808
|
-
.#{$ti-prefix}-keyframe-align-center-filled:before { content: $ti-icon-keyframe-align-center-filled; }
|
|
7809
7164
|
.#{$ti-prefix}-keyframe-align-horizontal:before { content: $ti-icon-keyframe-align-horizontal; }
|
|
7810
|
-
.#{$ti-prefix}-keyframe-align-horizontal-filled:before { content: $ti-icon-keyframe-align-horizontal-filled; }
|
|
7811
7165
|
.#{$ti-prefix}-keyframe-align-vertical:before { content: $ti-icon-keyframe-align-vertical; }
|
|
7812
|
-
.#{$ti-prefix}-keyframe-align-vertical-filled:before { content: $ti-icon-keyframe-align-vertical-filled; }
|
|
7813
|
-
.#{$ti-prefix}-keyframe-filled:before { content: $ti-icon-keyframe-filled; }
|
|
7814
7166
|
.#{$ti-prefix}-keyframes:before { content: $ti-icon-keyframes; }
|
|
7815
|
-
.#{$ti-prefix}-keyframes-filled:before { content: $ti-icon-keyframes-filled; }
|
|
7816
7167
|
.#{$ti-prefix}-ladder:before { content: $ti-icon-ladder; }
|
|
7817
7168
|
.#{$ti-prefix}-ladder-off:before { content: $ti-icon-ladder-off; }
|
|
7818
7169
|
.#{$ti-prefix}-ladle:before { content: $ti-icon-ladle; }
|
|
@@ -7847,10 +7198,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7847
7198
|
.#{$ti-prefix}-layout-board-split:before { content: $ti-icon-layout-board-split; }
|
|
7848
7199
|
.#{$ti-prefix}-layout-bottombar:before { content: $ti-icon-layout-bottombar; }
|
|
7849
7200
|
.#{$ti-prefix}-layout-bottombar-collapse:before { content: $ti-icon-layout-bottombar-collapse; }
|
|
7850
|
-
.#{$ti-prefix}-layout-bottombar-collapse-filled:before { content: $ti-icon-layout-bottombar-collapse-filled; }
|
|
7851
7201
|
.#{$ti-prefix}-layout-bottombar-expand:before { content: $ti-icon-layout-bottombar-expand; }
|
|
7852
|
-
.#{$ti-prefix}-layout-bottombar-expand-filled:before { content: $ti-icon-layout-bottombar-expand-filled; }
|
|
7853
|
-
.#{$ti-prefix}-layout-bottombar-filled:before { content: $ti-icon-layout-bottombar-filled; }
|
|
7854
7202
|
.#{$ti-prefix}-layout-bottombar-inactive:before { content: $ti-icon-layout-bottombar-inactive; }
|
|
7855
7203
|
.#{$ti-prefix}-layout-cards:before { content: $ti-icon-layout-cards; }
|
|
7856
7204
|
.#{$ti-prefix}-layout-collage:before { content: $ti-icon-layout-collage; }
|
|
@@ -7865,24 +7213,17 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7865
7213
|
.#{$ti-prefix}-layout-list:before { content: $ti-icon-layout-list; }
|
|
7866
7214
|
.#{$ti-prefix}-layout-navbar:before { content: $ti-icon-layout-navbar; }
|
|
7867
7215
|
.#{$ti-prefix}-layout-navbar-collapse:before { content: $ti-icon-layout-navbar-collapse; }
|
|
7868
|
-
.#{$ti-prefix}-layout-navbar-collapse-filled:before { content: $ti-icon-layout-navbar-collapse-filled; }
|
|
7869
7216
|
.#{$ti-prefix}-layout-navbar-expand:before { content: $ti-icon-layout-navbar-expand; }
|
|
7870
|
-
.#{$ti-prefix}-layout-navbar-expand-filled:before { content: $ti-icon-layout-navbar-expand-filled; }
|
|
7871
|
-
.#{$ti-prefix}-layout-navbar-filled:before { content: $ti-icon-layout-navbar-filled; }
|
|
7872
7217
|
.#{$ti-prefix}-layout-navbar-inactive:before { content: $ti-icon-layout-navbar-inactive; }
|
|
7873
7218
|
.#{$ti-prefix}-layout-off:before { content: $ti-icon-layout-off; }
|
|
7874
7219
|
.#{$ti-prefix}-layout-rows:before { content: $ti-icon-layout-rows; }
|
|
7875
7220
|
.#{$ti-prefix}-layout-sidebar:before { content: $ti-icon-layout-sidebar; }
|
|
7876
7221
|
.#{$ti-prefix}-layout-sidebar-inactive:before { content: $ti-icon-layout-sidebar-inactive; }
|
|
7877
7222
|
.#{$ti-prefix}-layout-sidebar-left-collapse:before { content: $ti-icon-layout-sidebar-left-collapse; }
|
|
7878
|
-
.#{$ti-prefix}-layout-sidebar-left-collapse-filled:before { content: $ti-icon-layout-sidebar-left-collapse-filled; }
|
|
7879
7223
|
.#{$ti-prefix}-layout-sidebar-left-expand:before { content: $ti-icon-layout-sidebar-left-expand; }
|
|
7880
|
-
.#{$ti-prefix}-layout-sidebar-left-expand-filled:before { content: $ti-icon-layout-sidebar-left-expand-filled; }
|
|
7881
7224
|
.#{$ti-prefix}-layout-sidebar-right:before { content: $ti-icon-layout-sidebar-right; }
|
|
7882
7225
|
.#{$ti-prefix}-layout-sidebar-right-collapse:before { content: $ti-icon-layout-sidebar-right-collapse; }
|
|
7883
|
-
.#{$ti-prefix}-layout-sidebar-right-collapse-filled:before { content: $ti-icon-layout-sidebar-right-collapse-filled; }
|
|
7884
7226
|
.#{$ti-prefix}-layout-sidebar-right-expand:before { content: $ti-icon-layout-sidebar-right-expand; }
|
|
7885
|
-
.#{$ti-prefix}-layout-sidebar-right-expand-filled:before { content: $ti-icon-layout-sidebar-right-expand-filled; }
|
|
7886
7227
|
.#{$ti-prefix}-layout-sidebar-right-inactive:before { content: $ti-icon-layout-sidebar-right-inactive; }
|
|
7887
7228
|
.#{$ti-prefix}-leaf:before { content: $ti-icon-leaf; }
|
|
7888
7229
|
.#{$ti-prefix}-leaf-off:before { content: $ti-icon-leaf-off; }
|
|
@@ -7991,7 +7332,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7991
7332
|
.#{$ti-prefix}-location-dollar:before { content: $ti-icon-location-dollar; }
|
|
7992
7333
|
.#{$ti-prefix}-location-down:before { content: $ti-icon-location-down; }
|
|
7993
7334
|
.#{$ti-prefix}-location-exclamation:before { content: $ti-icon-location-exclamation; }
|
|
7994
|
-
.#{$ti-prefix}-location-filled:before { content: $ti-icon-location-filled; }
|
|
7995
7335
|
.#{$ti-prefix}-location-heart:before { content: $ti-icon-location-heart; }
|
|
7996
7336
|
.#{$ti-prefix}-location-minus:before { content: $ti-icon-location-minus; }
|
|
7997
7337
|
.#{$ti-prefix}-location-off:before { content: $ti-icon-location-off; }
|
|
@@ -8028,7 +7368,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8028
7368
|
.#{$ti-prefix}-lock-share:before { content: $ti-icon-lock-share; }
|
|
8029
7369
|
.#{$ti-prefix}-lock-square:before { content: $ti-icon-lock-square; }
|
|
8030
7370
|
.#{$ti-prefix}-lock-square-rounded:before { content: $ti-icon-lock-square-rounded; }
|
|
8031
|
-
.#{$ti-prefix}-lock-square-rounded-filled:before { content: $ti-icon-lock-square-rounded-filled; }
|
|
8032
7371
|
.#{$ti-prefix}-lock-star:before { content: $ti-icon-lock-star; }
|
|
8033
7372
|
.#{$ti-prefix}-lock-up:before { content: $ti-icon-lock-up; }
|
|
8034
7373
|
.#{$ti-prefix}-lock-x:before { content: $ti-icon-lock-x; }
|
|
@@ -8066,13 +7405,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8066
7405
|
.#{$ti-prefix}-mail-down:before { content: $ti-icon-mail-down; }
|
|
8067
7406
|
.#{$ti-prefix}-mail-exclamation:before { content: $ti-icon-mail-exclamation; }
|
|
8068
7407
|
.#{$ti-prefix}-mail-fast:before { content: $ti-icon-mail-fast; }
|
|
8069
|
-
.#{$ti-prefix}-mail-filled:before { content: $ti-icon-mail-filled; }
|
|
8070
7408
|
.#{$ti-prefix}-mail-forward:before { content: $ti-icon-mail-forward; }
|
|
8071
7409
|
.#{$ti-prefix}-mail-heart:before { content: $ti-icon-mail-heart; }
|
|
8072
7410
|
.#{$ti-prefix}-mail-minus:before { content: $ti-icon-mail-minus; }
|
|
8073
7411
|
.#{$ti-prefix}-mail-off:before { content: $ti-icon-mail-off; }
|
|
8074
7412
|
.#{$ti-prefix}-mail-opened:before { content: $ti-icon-mail-opened; }
|
|
8075
|
-
.#{$ti-prefix}-mail-opened-filled:before { content: $ti-icon-mail-opened-filled; }
|
|
8076
7413
|
.#{$ti-prefix}-mail-pause:before { content: $ti-icon-mail-pause; }
|
|
8077
7414
|
.#{$ti-prefix}-mail-pin:before { content: $ti-icon-mail-pin; }
|
|
8078
7415
|
.#{$ti-prefix}-mail-plus:before { content: $ti-icon-mail-plus; }
|
|
@@ -8113,7 +7450,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8113
7450
|
.#{$ti-prefix}-map-pin-dollar:before { content: $ti-icon-map-pin-dollar; }
|
|
8114
7451
|
.#{$ti-prefix}-map-pin-down:before { content: $ti-icon-map-pin-down; }
|
|
8115
7452
|
.#{$ti-prefix}-map-pin-exclamation:before { content: $ti-icon-map-pin-exclamation; }
|
|
8116
|
-
.#{$ti-prefix}-map-pin-filled:before { content: $ti-icon-map-pin-filled; }
|
|
8117
7453
|
.#{$ti-prefix}-map-pin-heart:before { content: $ti-icon-map-pin-heart; }
|
|
8118
7454
|
.#{$ti-prefix}-map-pin-minus:before { content: $ti-icon-map-pin-minus; }
|
|
8119
7455
|
.#{$ti-prefix}-map-pin-off:before { content: $ti-icon-map-pin-off; }
|
|
@@ -8164,6 +7500,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8164
7500
|
.#{$ti-prefix}-math-integrals:before { content: $ti-icon-math-integrals; }
|
|
8165
7501
|
.#{$ti-prefix}-math-lower:before { content: $ti-icon-math-lower; }
|
|
8166
7502
|
.#{$ti-prefix}-math-max:before { content: $ti-icon-math-max; }
|
|
7503
|
+
.#{$ti-prefix}-math-max-min:before { content: $ti-icon-math-max-min; }
|
|
8167
7504
|
.#{$ti-prefix}-math-min:before { content: $ti-icon-math-min; }
|
|
8168
7505
|
.#{$ti-prefix}-math-not:before { content: $ti-icon-math-not; }
|
|
8169
7506
|
.#{$ti-prefix}-math-off:before { content: $ti-icon-math-off; }
|
|
@@ -8188,7 +7525,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8188
7525
|
.#{$ti-prefix}-medal-2:before { content: $ti-icon-medal-2; }
|
|
8189
7526
|
.#{$ti-prefix}-medical-cross:before { content: $ti-icon-medical-cross; }
|
|
8190
7527
|
.#{$ti-prefix}-medical-cross-circle:before { content: $ti-icon-medical-cross-circle; }
|
|
8191
|
-
.#{$ti-prefix}-medical-cross-filled:before { content: $ti-icon-medical-cross-filled; }
|
|
8192
7528
|
.#{$ti-prefix}-medical-cross-off:before { content: $ti-icon-medical-cross-off; }
|
|
8193
7529
|
.#{$ti-prefix}-medicine-syrup:before { content: $ti-icon-medicine-syrup; }
|
|
8194
7530
|
.#{$ti-prefix}-meeple:before { content: $ti-icon-meeple; }
|
|
@@ -8226,7 +7562,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8226
7562
|
.#{$ti-prefix}-message-check:before { content: $ti-icon-message-check; }
|
|
8227
7563
|
.#{$ti-prefix}-message-circle:before { content: $ti-icon-message-circle; }
|
|
8228
7564
|
.#{$ti-prefix}-message-circle-2:before { content: $ti-icon-message-circle-2; }
|
|
8229
|
-
.#{$ti-prefix}-message-circle-2-filled:before { content: $ti-icon-message-circle-2-filled; }
|
|
8230
7565
|
.#{$ti-prefix}-message-circle-bolt:before { content: $ti-icon-message-circle-bolt; }
|
|
8231
7566
|
.#{$ti-prefix}-message-circle-cancel:before { content: $ti-icon-message-circle-cancel; }
|
|
8232
7567
|
.#{$ti-prefix}-message-circle-check:before { content: $ti-icon-message-circle-check; }
|
|
@@ -8280,7 +7615,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8280
7615
|
.#{$ti-prefix}-michelin-star:before { content: $ti-icon-michelin-star; }
|
|
8281
7616
|
.#{$ti-prefix}-michelin-star-green:before { content: $ti-icon-michelin-star-green; }
|
|
8282
7617
|
.#{$ti-prefix}-mickey:before { content: $ti-icon-mickey; }
|
|
8283
|
-
.#{$ti-prefix}-mickey-filled:before { content: $ti-icon-mickey-filled; }
|
|
8284
7618
|
.#{$ti-prefix}-microphone:before { content: $ti-icon-microphone; }
|
|
8285
7619
|
.#{$ti-prefix}-microphone-2:before { content: $ti-icon-microphone-2; }
|
|
8286
7620
|
.#{$ti-prefix}-microphone-2-off:before { content: $ti-icon-microphone-2-off; }
|
|
@@ -8309,18 +7643,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8309
7643
|
.#{$ti-prefix}-mood-check:before { content: $ti-icon-mood-check; }
|
|
8310
7644
|
.#{$ti-prefix}-mood-cog:before { content: $ti-icon-mood-cog; }
|
|
8311
7645
|
.#{$ti-prefix}-mood-confuzed:before { content: $ti-icon-mood-confuzed; }
|
|
8312
|
-
.#{$ti-prefix}-mood-confuzed-filled:before { content: $ti-icon-mood-confuzed-filled; }
|
|
8313
7646
|
.#{$ti-prefix}-mood-crazy-happy:before { content: $ti-icon-mood-crazy-happy; }
|
|
8314
7647
|
.#{$ti-prefix}-mood-cry:before { content: $ti-icon-mood-cry; }
|
|
8315
7648
|
.#{$ti-prefix}-mood-dollar:before { content: $ti-icon-mood-dollar; }
|
|
8316
7649
|
.#{$ti-prefix}-mood-edit:before { content: $ti-icon-mood-edit; }
|
|
8317
7650
|
.#{$ti-prefix}-mood-empty:before { content: $ti-icon-mood-empty; }
|
|
8318
|
-
.#{$ti-prefix}-mood-empty-filled:before { content: $ti-icon-mood-empty-filled; }
|
|
8319
7651
|
.#{$ti-prefix}-mood-happy:before { content: $ti-icon-mood-happy; }
|
|
8320
|
-
.#{$ti-prefix}-mood-happy-filled:before { content: $ti-icon-mood-happy-filled; }
|
|
8321
7652
|
.#{$ti-prefix}-mood-heart:before { content: $ti-icon-mood-heart; }
|
|
8322
7653
|
.#{$ti-prefix}-mood-kid:before { content: $ti-icon-mood-kid; }
|
|
8323
|
-
.#{$ti-prefix}-mood-kid-filled:before { content: $ti-icon-mood-kid-filled; }
|
|
8324
7654
|
.#{$ti-prefix}-mood-look-down:before { content: $ti-icon-mood-look-down; }
|
|
8325
7655
|
.#{$ti-prefix}-mood-look-left:before { content: $ti-icon-mood-look-left; }
|
|
8326
7656
|
.#{$ti-prefix}-mood-look-right:before { content: $ti-icon-mood-look-right; }
|
|
@@ -8329,7 +7659,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8329
7659
|
.#{$ti-prefix}-mood-nerd:before { content: $ti-icon-mood-nerd; }
|
|
8330
7660
|
.#{$ti-prefix}-mood-nervous:before { content: $ti-icon-mood-nervous; }
|
|
8331
7661
|
.#{$ti-prefix}-mood-neutral:before { content: $ti-icon-mood-neutral; }
|
|
8332
|
-
.#{$ti-prefix}-mood-neutral-filled:before { content: $ti-icon-mood-neutral-filled; }
|
|
8333
7662
|
.#{$ti-prefix}-mood-off:before { content: $ti-icon-mood-off; }
|
|
8334
7663
|
.#{$ti-prefix}-mood-pin:before { content: $ti-icon-mood-pin; }
|
|
8335
7664
|
.#{$ti-prefix}-mood-plus:before { content: $ti-icon-mood-plus; }
|
|
@@ -8337,7 +7666,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8337
7666
|
.#{$ti-prefix}-mood-sad:before { content: $ti-icon-mood-sad; }
|
|
8338
7667
|
.#{$ti-prefix}-mood-sad-2:before { content: $ti-icon-mood-sad-2; }
|
|
8339
7668
|
.#{$ti-prefix}-mood-sad-dizzy:before { content: $ti-icon-mood-sad-dizzy; }
|
|
8340
|
-
.#{$ti-prefix}-mood-sad-filled:before { content: $ti-icon-mood-sad-filled; }
|
|
8341
7669
|
.#{$ti-prefix}-mood-sad-squint:before { content: $ti-icon-mood-sad-squint; }
|
|
8342
7670
|
.#{$ti-prefix}-mood-search:before { content: $ti-icon-mood-search; }
|
|
8343
7671
|
.#{$ti-prefix}-mood-share:before { content: $ti-icon-mood-share; }
|
|
@@ -8347,7 +7675,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8347
7675
|
.#{$ti-prefix}-mood-smile:before { content: $ti-icon-mood-smile; }
|
|
8348
7676
|
.#{$ti-prefix}-mood-smile-beam:before { content: $ti-icon-mood-smile-beam; }
|
|
8349
7677
|
.#{$ti-prefix}-mood-smile-dizzy:before { content: $ti-icon-mood-smile-dizzy; }
|
|
8350
|
-
.#{$ti-prefix}-mood-smile-filled:before { content: $ti-icon-mood-smile-filled; }
|
|
8351
7678
|
.#{$ti-prefix}-mood-suprised:before { content: $ti-icon-mood-suprised; }
|
|
8352
7679
|
.#{$ti-prefix}-mood-tongue:before { content: $ti-icon-mood-tongue; }
|
|
8353
7680
|
.#{$ti-prefix}-mood-tongue-wink:before { content: $ti-icon-mood-tongue-wink; }
|
|
@@ -8361,7 +7688,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8361
7688
|
.#{$ti-prefix}-mood-xd:before { content: $ti-icon-mood-xd; }
|
|
8362
7689
|
.#{$ti-prefix}-moon:before { content: $ti-icon-moon; }
|
|
8363
7690
|
.#{$ti-prefix}-moon-2:before { content: $ti-icon-moon-2; }
|
|
8364
|
-
.#{$ti-prefix}-moon-filled:before { content: $ti-icon-moon-filled; }
|
|
8365
7691
|
.#{$ti-prefix}-moon-off:before { content: $ti-icon-moon-off; }
|
|
8366
7692
|
.#{$ti-prefix}-moon-stars:before { content: $ti-icon-moon-stars; }
|
|
8367
7693
|
.#{$ti-prefix}-moped:before { content: $ti-icon-moped; }
|
|
@@ -8370,7 +7696,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8370
7696
|
.#{$ti-prefix}-mountain-off:before { content: $ti-icon-mountain-off; }
|
|
8371
7697
|
.#{$ti-prefix}-mouse:before { content: $ti-icon-mouse; }
|
|
8372
7698
|
.#{$ti-prefix}-mouse-2:before { content: $ti-icon-mouse-2; }
|
|
8373
|
-
.#{$ti-prefix}-mouse-filled:before { content: $ti-icon-mouse-filled; }
|
|
8374
7699
|
.#{$ti-prefix}-mouse-off:before { content: $ti-icon-mouse-off; }
|
|
8375
7700
|
.#{$ti-prefix}-moustache:before { content: $ti-icon-moustache; }
|
|
8376
7701
|
.#{$ti-prefix}-movie:before { content: $ti-icon-movie; }
|
|
@@ -8382,7 +7707,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8382
7707
|
.#{$ti-prefix}-multiplier-1x:before { content: $ti-icon-multiplier-1x; }
|
|
8383
7708
|
.#{$ti-prefix}-multiplier-2x:before { content: $ti-icon-multiplier-2x; }
|
|
8384
7709
|
.#{$ti-prefix}-mushroom:before { content: $ti-icon-mushroom; }
|
|
8385
|
-
.#{$ti-prefix}-mushroom-filled:before { content: $ti-icon-mushroom-filled; }
|
|
8386
7710
|
.#{$ti-prefix}-mushroom-off:before { content: $ti-icon-mushroom-off; }
|
|
8387
7711
|
.#{$ti-prefix}-music:before { content: $ti-icon-music; }
|
|
8388
7712
|
.#{$ti-prefix}-music-bolt:before { content: $ti-icon-music-bolt; }
|
|
@@ -8417,7 +7741,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8417
7741
|
.#{$ti-prefix}-navigation-down:before { content: $ti-icon-navigation-down; }
|
|
8418
7742
|
.#{$ti-prefix}-navigation-east:before { content: $ti-icon-navigation-east; }
|
|
8419
7743
|
.#{$ti-prefix}-navigation-exclamation:before { content: $ti-icon-navigation-exclamation; }
|
|
8420
|
-
.#{$ti-prefix}-navigation-filled:before { content: $ti-icon-navigation-filled; }
|
|
8421
7744
|
.#{$ti-prefix}-navigation-heart:before { content: $ti-icon-navigation-heart; }
|
|
8422
7745
|
.#{$ti-prefix}-navigation-minus:before { content: $ti-icon-navigation-minus; }
|
|
8423
7746
|
.#{$ti-prefix}-navigation-north:before { content: $ti-icon-navigation-north; }
|
|
@@ -8500,7 +7823,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8500
7823
|
.#{$ti-prefix}-nurse:before { content: $ti-icon-nurse; }
|
|
8501
7824
|
.#{$ti-prefix}-nut:before { content: $ti-icon-nut; }
|
|
8502
7825
|
.#{$ti-prefix}-octagon:before { content: $ti-icon-octagon; }
|
|
8503
|
-
.#{$ti-prefix}-octagon-filled:before { content: $ti-icon-octagon-filled; }
|
|
8504
7826
|
.#{$ti-prefix}-octagon-minus:before { content: $ti-icon-octagon-minus; }
|
|
8505
7827
|
.#{$ti-prefix}-octagon-minus-2:before { content: $ti-icon-octagon-minus-2; }
|
|
8506
7828
|
.#{$ti-prefix}-octagon-off:before { content: $ti-icon-octagon-off; }
|
|
@@ -8517,9 +7839,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8517
7839
|
.#{$ti-prefix}-outbound:before { content: $ti-icon-outbound; }
|
|
8518
7840
|
.#{$ti-prefix}-outlet:before { content: $ti-icon-outlet; }
|
|
8519
7841
|
.#{$ti-prefix}-oval:before { content: $ti-icon-oval; }
|
|
8520
|
-
.#{$ti-prefix}-oval-filled:before { content: $ti-icon-oval-filled; }
|
|
8521
7842
|
.#{$ti-prefix}-oval-vertical:before { content: $ti-icon-oval-vertical; }
|
|
8522
|
-
.#{$ti-prefix}-oval-vertical-filled:before { content: $ti-icon-oval-vertical-filled; }
|
|
8523
7843
|
.#{$ti-prefix}-overline:before { content: $ti-icon-overline; }
|
|
8524
7844
|
.#{$ti-prefix}-package:before { content: $ti-icon-package; }
|
|
8525
7845
|
.#{$ti-prefix}-package-export:before { content: $ti-icon-package-export; }
|
|
@@ -8529,7 +7849,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8529
7849
|
.#{$ti-prefix}-pacman:before { content: $ti-icon-pacman; }
|
|
8530
7850
|
.#{$ti-prefix}-page-break:before { content: $ti-icon-page-break; }
|
|
8531
7851
|
.#{$ti-prefix}-paint:before { content: $ti-icon-paint; }
|
|
8532
|
-
.#{$ti-prefix}-paint-filled:before { content: $ti-icon-paint-filled; }
|
|
8533
7852
|
.#{$ti-prefix}-paint-off:before { content: $ti-icon-paint-off; }
|
|
8534
7853
|
.#{$ti-prefix}-palette:before { content: $ti-icon-palette; }
|
|
8535
7854
|
.#{$ti-prefix}-palette-off:before { content: $ti-icon-palette-off; }
|
|
@@ -8552,7 +7871,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8552
7871
|
.#{$ti-prefix}-password-mobile-phone:before { content: $ti-icon-password-mobile-phone; }
|
|
8553
7872
|
.#{$ti-prefix}-password-user:before { content: $ti-icon-password-user; }
|
|
8554
7873
|
.#{$ti-prefix}-paw:before { content: $ti-icon-paw; }
|
|
8555
|
-
.#{$ti-prefix}-paw-filled:before { content: $ti-icon-paw-filled; }
|
|
8556
7874
|
.#{$ti-prefix}-paw-off:before { content: $ti-icon-paw-off; }
|
|
8557
7875
|
.#{$ti-prefix}-paywall:before { content: $ti-icon-paywall; }
|
|
8558
7876
|
.#{$ti-prefix}-pdf:before { content: $ti-icon-pdf; }
|
|
@@ -8581,11 +7899,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8581
7899
|
.#{$ti-prefix}-pencil-x:before { content: $ti-icon-pencil-x; }
|
|
8582
7900
|
.#{$ti-prefix}-pennant:before { content: $ti-icon-pennant; }
|
|
8583
7901
|
.#{$ti-prefix}-pennant-2:before { content: $ti-icon-pennant-2; }
|
|
8584
|
-
.#{$ti-prefix}-pennant-2-filled:before { content: $ti-icon-pennant-2-filled; }
|
|
8585
|
-
.#{$ti-prefix}-pennant-filled:before { content: $ti-icon-pennant-filled; }
|
|
8586
7902
|
.#{$ti-prefix}-pennant-off:before { content: $ti-icon-pennant-off; }
|
|
8587
7903
|
.#{$ti-prefix}-pentagon:before { content: $ti-icon-pentagon; }
|
|
8588
|
-
.#{$ti-prefix}-pentagon-filled:before { content: $ti-icon-pentagon-filled; }
|
|
8589
7904
|
.#{$ti-prefix}-pentagon-number-0:before { content: $ti-icon-pentagon-number-0; }
|
|
8590
7905
|
.#{$ti-prefix}-pentagon-number-1:before { content: $ti-icon-pentagon-number-1; }
|
|
8591
7906
|
.#{$ti-prefix}-pentagon-number-2:before { content: $ti-icon-pentagon-number-2; }
|
|
@@ -8610,7 +7925,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8610
7925
|
.#{$ti-prefix}-phone-call:before { content: $ti-icon-phone-call; }
|
|
8611
7926
|
.#{$ti-prefix}-phone-calling:before { content: $ti-icon-phone-calling; }
|
|
8612
7927
|
.#{$ti-prefix}-phone-check:before { content: $ti-icon-phone-check; }
|
|
8613
|
-
.#{$ti-prefix}-phone-filled:before { content: $ti-icon-phone-filled; }
|
|
8614
7928
|
.#{$ti-prefix}-phone-incoming:before { content: $ti-icon-phone-incoming; }
|
|
8615
7929
|
.#{$ti-prefix}-phone-off:before { content: $ti-icon-phone-off; }
|
|
8616
7930
|
.#{$ti-prefix}-phone-outgoing:before { content: $ti-icon-phone-outgoing; }
|
|
@@ -8631,7 +7945,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8631
7945
|
.#{$ti-prefix}-photo-down:before { content: $ti-icon-photo-down; }
|
|
8632
7946
|
.#{$ti-prefix}-photo-edit:before { content: $ti-icon-photo-edit; }
|
|
8633
7947
|
.#{$ti-prefix}-photo-exclamation:before { content: $ti-icon-photo-exclamation; }
|
|
8634
|
-
.#{$ti-prefix}-photo-filled:before { content: $ti-icon-photo-filled; }
|
|
8635
7948
|
.#{$ti-prefix}-photo-heart:before { content: $ti-icon-photo-heart; }
|
|
8636
7949
|
.#{$ti-prefix}-photo-hexagon:before { content: $ti-icon-photo-hexagon; }
|
|
8637
7950
|
.#{$ti-prefix}-photo-minus:before { content: $ti-icon-photo-minus; }
|
|
@@ -8671,11 +7984,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8671
7984
|
.#{$ti-prefix}-pills:before { content: $ti-icon-pills; }
|
|
8672
7985
|
.#{$ti-prefix}-pin:before { content: $ti-icon-pin; }
|
|
8673
7986
|
.#{$ti-prefix}-pin-end:before { content: $ti-icon-pin-end; }
|
|
8674
|
-
.#{$ti-prefix}-pin-filled:before { content: $ti-icon-pin-filled; }
|
|
8675
7987
|
.#{$ti-prefix}-pin-invoke:before { content: $ti-icon-pin-invoke; }
|
|
8676
7988
|
.#{$ti-prefix}-ping-pong:before { content: $ti-icon-ping-pong; }
|
|
8677
7989
|
.#{$ti-prefix}-pinned:before { content: $ti-icon-pinned; }
|
|
8678
|
-
.#{$ti-prefix}-pinned-filled:before { content: $ti-icon-pinned-filled; }
|
|
8679
7990
|
.#{$ti-prefix}-pinned-off:before { content: $ti-icon-pinned-off; }
|
|
8680
7991
|
.#{$ti-prefix}-pizza:before { content: $ti-icon-pizza; }
|
|
8681
7992
|
.#{$ti-prefix}-pizza-off:before { content: $ti-icon-pizza-off; }
|
|
@@ -8699,23 +8010,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8699
8010
|
.#{$ti-prefix}-play-handball:before { content: $ti-icon-play-handball; }
|
|
8700
8011
|
.#{$ti-prefix}-play-volleyball:before { content: $ti-icon-play-volleyball; }
|
|
8701
8012
|
.#{$ti-prefix}-player-eject:before { content: $ti-icon-player-eject; }
|
|
8702
|
-
.#{$ti-prefix}-player-eject-filled:before { content: $ti-icon-player-eject-filled; }
|
|
8703
8013
|
.#{$ti-prefix}-player-pause:before { content: $ti-icon-player-pause; }
|
|
8704
|
-
.#{$ti-prefix}-player-pause-filled:before { content: $ti-icon-player-pause-filled; }
|
|
8705
8014
|
.#{$ti-prefix}-player-play:before { content: $ti-icon-player-play; }
|
|
8706
|
-
.#{$ti-prefix}-player-play-filled:before { content: $ti-icon-player-play-filled; }
|
|
8707
8015
|
.#{$ti-prefix}-player-record:before { content: $ti-icon-player-record; }
|
|
8708
|
-
.#{$ti-prefix}-player-record-filled:before { content: $ti-icon-player-record-filled; }
|
|
8709
8016
|
.#{$ti-prefix}-player-skip-back:before { content: $ti-icon-player-skip-back; }
|
|
8710
|
-
.#{$ti-prefix}-player-skip-back-filled:before { content: $ti-icon-player-skip-back-filled; }
|
|
8711
8017
|
.#{$ti-prefix}-player-skip-forward:before { content: $ti-icon-player-skip-forward; }
|
|
8712
|
-
.#{$ti-prefix}-player-skip-forward-filled:before { content: $ti-icon-player-skip-forward-filled; }
|
|
8713
8018
|
.#{$ti-prefix}-player-stop:before { content: $ti-icon-player-stop; }
|
|
8714
|
-
.#{$ti-prefix}-player-stop-filled:before { content: $ti-icon-player-stop-filled; }
|
|
8715
8019
|
.#{$ti-prefix}-player-track-next:before { content: $ti-icon-player-track-next; }
|
|
8716
|
-
.#{$ti-prefix}-player-track-next-filled:before { content: $ti-icon-player-track-next-filled; }
|
|
8717
8020
|
.#{$ti-prefix}-player-track-prev:before { content: $ti-icon-player-track-prev; }
|
|
8718
|
-
.#{$ti-prefix}-player-track-prev-filled:before { content: $ti-icon-player-track-prev-filled; }
|
|
8719
8021
|
.#{$ti-prefix}-playlist:before { content: $ti-icon-playlist; }
|
|
8720
8022
|
.#{$ti-prefix}-playlist-add:before { content: $ti-icon-playlist-add; }
|
|
8721
8023
|
.#{$ti-prefix}-playlist-off:before { content: $ti-icon-playlist-off; }
|
|
@@ -8736,7 +8038,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8736
8038
|
.#{$ti-prefix}-podium:before { content: $ti-icon-podium; }
|
|
8737
8039
|
.#{$ti-prefix}-podium-off:before { content: $ti-icon-podium-off; }
|
|
8738
8040
|
.#{$ti-prefix}-point:before { content: $ti-icon-point; }
|
|
8739
|
-
.#{$ti-prefix}-point-filled:before { content: $ti-icon-point-filled; }
|
|
8740
8041
|
.#{$ti-prefix}-point-off:before { content: $ti-icon-point-off; }
|
|
8741
8042
|
.#{$ti-prefix}-pointer:before { content: $ti-icon-pointer; }
|
|
8742
8043
|
.#{$ti-prefix}-pointer-bolt:before { content: $ti-icon-pointer-bolt; }
|
|
@@ -8747,7 +8048,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8747
8048
|
.#{$ti-prefix}-pointer-dollar:before { content: $ti-icon-pointer-dollar; }
|
|
8748
8049
|
.#{$ti-prefix}-pointer-down:before { content: $ti-icon-pointer-down; }
|
|
8749
8050
|
.#{$ti-prefix}-pointer-exclamation:before { content: $ti-icon-pointer-exclamation; }
|
|
8750
|
-
.#{$ti-prefix}-pointer-filled:before { content: $ti-icon-pointer-filled; }
|
|
8751
8051
|
.#{$ti-prefix}-pointer-heart:before { content: $ti-icon-pointer-heart; }
|
|
8752
8052
|
.#{$ti-prefix}-pointer-minus:before { content: $ti-icon-pointer-minus; }
|
|
8753
8053
|
.#{$ti-prefix}-pointer-off:before { content: $ti-icon-pointer-off; }
|
|
@@ -8764,7 +8064,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8764
8064
|
.#{$ti-prefix}-pokeball-off:before { content: $ti-icon-pokeball-off; }
|
|
8765
8065
|
.#{$ti-prefix}-poker-chip:before { content: $ti-icon-poker-chip; }
|
|
8766
8066
|
.#{$ti-prefix}-polaroid:before { content: $ti-icon-polaroid; }
|
|
8767
|
-
.#{$ti-prefix}-polaroid-filled:before { content: $ti-icon-polaroid-filled; }
|
|
8768
8067
|
.#{$ti-prefix}-polygon:before { content: $ti-icon-polygon; }
|
|
8769
8068
|
.#{$ti-prefix}-polygon-off:before { content: $ti-icon-polygon-off; }
|
|
8770
8069
|
.#{$ti-prefix}-poo:before { content: $ti-icon-poo; }
|
|
@@ -8791,13 +8090,13 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8791
8090
|
.#{$ti-prefix}-progress-help:before { content: $ti-icon-progress-help; }
|
|
8792
8091
|
.#{$ti-prefix}-progress-x:before { content: $ti-icon-progress-x; }
|
|
8793
8092
|
.#{$ti-prefix}-prompt:before { content: $ti-icon-prompt; }
|
|
8093
|
+
.#{$ti-prefix}-prong:before { content: $ti-icon-prong; }
|
|
8794
8094
|
.#{$ti-prefix}-propeller:before { content: $ti-icon-propeller; }
|
|
8795
8095
|
.#{$ti-prefix}-propeller-off:before { content: $ti-icon-propeller-off; }
|
|
8796
8096
|
.#{$ti-prefix}-protocol:before { content: $ti-icon-protocol; }
|
|
8797
8097
|
.#{$ti-prefix}-pumpkin-scary:before { content: $ti-icon-pumpkin-scary; }
|
|
8798
8098
|
.#{$ti-prefix}-puzzle:before { content: $ti-icon-puzzle; }
|
|
8799
8099
|
.#{$ti-prefix}-puzzle-2:before { content: $ti-icon-puzzle-2; }
|
|
8800
|
-
.#{$ti-prefix}-puzzle-filled:before { content: $ti-icon-puzzle-filled; }
|
|
8801
8100
|
.#{$ti-prefix}-puzzle-off:before { content: $ti-icon-puzzle-off; }
|
|
8802
8101
|
.#{$ti-prefix}-pyramid:before { content: $ti-icon-pyramid; }
|
|
8803
8102
|
.#{$ti-prefix}-pyramid-off:before { content: $ti-icon-pyramid-off; }
|
|
@@ -8814,7 +8113,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8814
8113
|
.#{$ti-prefix}-radio:before { content: $ti-icon-radio; }
|
|
8815
8114
|
.#{$ti-prefix}-radio-off:before { content: $ti-icon-radio-off; }
|
|
8816
8115
|
.#{$ti-prefix}-radioactive:before { content: $ti-icon-radioactive; }
|
|
8817
|
-
.#{$ti-prefix}-radioactive-filled:before { content: $ti-icon-radioactive-filled; }
|
|
8818
8116
|
.#{$ti-prefix}-radioactive-off:before { content: $ti-icon-radioactive-off; }
|
|
8819
8117
|
.#{$ti-prefix}-radius-bottom-left:before { content: $ti-icon-radius-bottom-left; }
|
|
8820
8118
|
.#{$ti-prefix}-radius-bottom-right:before { content: $ti-icon-radius-bottom-right; }
|
|
@@ -8845,11 +8143,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8845
8143
|
.#{$ti-prefix}-record-mail:before { content: $ti-icon-record-mail; }
|
|
8846
8144
|
.#{$ti-prefix}-record-mail-off:before { content: $ti-icon-record-mail-off; }
|
|
8847
8145
|
.#{$ti-prefix}-rectangle:before { content: $ti-icon-rectangle; }
|
|
8848
|
-
.#{$ti-prefix}-rectangle-filled:before { content: $ti-icon-rectangle-filled; }
|
|
8849
8146
|
.#{$ti-prefix}-rectangle-rounded-bottom:before { content: $ti-icon-rectangle-rounded-bottom; }
|
|
8850
8147
|
.#{$ti-prefix}-rectangle-rounded-top:before { content: $ti-icon-rectangle-rounded-top; }
|
|
8851
8148
|
.#{$ti-prefix}-rectangle-vertical:before { content: $ti-icon-rectangle-vertical; }
|
|
8852
|
-
.#{$ti-prefix}-rectangle-vertical-filled:before { content: $ti-icon-rectangle-vertical-filled; }
|
|
8853
8149
|
.#{$ti-prefix}-rectangular-prism:before { content: $ti-icon-rectangular-prism; }
|
|
8854
8150
|
.#{$ti-prefix}-rectangular-prism-off:before { content: $ti-icon-rectangular-prism-off; }
|
|
8855
8151
|
.#{$ti-prefix}-rectangular-prism-plus:before { content: $ti-icon-rectangular-prism-plus; }
|
|
@@ -8871,7 +8167,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8871
8167
|
.#{$ti-prefix}-repeat-off:before { content: $ti-icon-repeat-off; }
|
|
8872
8168
|
.#{$ti-prefix}-repeat-once:before { content: $ti-icon-repeat-once; }
|
|
8873
8169
|
.#{$ti-prefix}-replace:before { content: $ti-icon-replace; }
|
|
8874
|
-
.#{$ti-prefix}-replace-filled:before { content: $ti-icon-replace-filled; }
|
|
8875
8170
|
.#{$ti-prefix}-replace-off:before { content: $ti-icon-replace-off; }
|
|
8876
8171
|
.#{$ti-prefix}-report:before { content: $ti-icon-report; }
|
|
8877
8172
|
.#{$ti-prefix}-report-analytics:before { content: $ti-icon-report-analytics; }
|
|
@@ -8914,7 +8209,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8914
8209
|
.#{$ti-prefix}-rollercoaster:before { content: $ti-icon-rollercoaster; }
|
|
8915
8210
|
.#{$ti-prefix}-rollercoaster-off:before { content: $ti-icon-rollercoaster-off; }
|
|
8916
8211
|
.#{$ti-prefix}-rosette:before { content: $ti-icon-rosette; }
|
|
8917
|
-
.#{$ti-prefix}-rosette-
|
|
8212
|
+
.#{$ti-prefix}-rosette-discount:before { content: $ti-icon-rosette-discount; }
|
|
8213
|
+
.#{$ti-prefix}-rosette-discount-check:before { content: $ti-icon-rosette-discount-check; }
|
|
8214
|
+
.#{$ti-prefix}-rosette-discount-off:before { content: $ti-icon-rosette-discount-off; }
|
|
8918
8215
|
.#{$ti-prefix}-rosette-number-0:before { content: $ti-icon-rosette-number-0; }
|
|
8919
8216
|
.#{$ti-prefix}-rosette-number-1:before { content: $ti-icon-rosette-number-1; }
|
|
8920
8217
|
.#{$ti-prefix}-rosette-number-2:before { content: $ti-icon-rosette-number-2; }
|
|
@@ -8977,6 +8274,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8977
8274
|
.#{$ti-prefix}-scale-outline-off:before { content: $ti-icon-scale-outline-off; }
|
|
8978
8275
|
.#{$ti-prefix}-scan:before { content: $ti-icon-scan; }
|
|
8979
8276
|
.#{$ti-prefix}-scan-eye:before { content: $ti-icon-scan-eye; }
|
|
8277
|
+
.#{$ti-prefix}-scan-position:before { content: $ti-icon-scan-position; }
|
|
8980
8278
|
.#{$ti-prefix}-schema:before { content: $ti-icon-schema; }
|
|
8981
8279
|
.#{$ti-prefix}-schema-off:before { content: $ti-icon-schema-off; }
|
|
8982
8280
|
.#{$ti-prefix}-school:before { content: $ti-icon-school; }
|
|
@@ -9033,7 +8331,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9033
8331
|
.#{$ti-prefix}-settings-dollar:before { content: $ti-icon-settings-dollar; }
|
|
9034
8332
|
.#{$ti-prefix}-settings-down:before { content: $ti-icon-settings-down; }
|
|
9035
8333
|
.#{$ti-prefix}-settings-exclamation:before { content: $ti-icon-settings-exclamation; }
|
|
9036
|
-
.#{$ti-prefix}-settings-filled:before { content: $ti-icon-settings-filled; }
|
|
9037
8334
|
.#{$ti-prefix}-settings-heart:before { content: $ti-icon-settings-heart; }
|
|
9038
8335
|
.#{$ti-prefix}-settings-minus:before { content: $ti-icon-settings-minus; }
|
|
9039
8336
|
.#{$ti-prefix}-settings-off:before { content: $ti-icon-settings-off; }
|
|
@@ -9061,21 +8358,16 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9061
8358
|
.#{$ti-prefix}-shield-bolt:before { content: $ti-icon-shield-bolt; }
|
|
9062
8359
|
.#{$ti-prefix}-shield-cancel:before { content: $ti-icon-shield-cancel; }
|
|
9063
8360
|
.#{$ti-prefix}-shield-check:before { content: $ti-icon-shield-check; }
|
|
9064
|
-
.#{$ti-prefix}-shield-check-filled:before { content: $ti-icon-shield-check-filled; }
|
|
9065
8361
|
.#{$ti-prefix}-shield-checkered:before { content: $ti-icon-shield-checkered; }
|
|
9066
|
-
.#{$ti-prefix}-shield-checkered-filled:before { content: $ti-icon-shield-checkered-filled; }
|
|
9067
8362
|
.#{$ti-prefix}-shield-chevron:before { content: $ti-icon-shield-chevron; }
|
|
9068
8363
|
.#{$ti-prefix}-shield-code:before { content: $ti-icon-shield-code; }
|
|
9069
8364
|
.#{$ti-prefix}-shield-cog:before { content: $ti-icon-shield-cog; }
|
|
9070
8365
|
.#{$ti-prefix}-shield-dollar:before { content: $ti-icon-shield-dollar; }
|
|
9071
8366
|
.#{$ti-prefix}-shield-down:before { content: $ti-icon-shield-down; }
|
|
9072
8367
|
.#{$ti-prefix}-shield-exclamation:before { content: $ti-icon-shield-exclamation; }
|
|
9073
|
-
.#{$ti-prefix}-shield-filled:before { content: $ti-icon-shield-filled; }
|
|
9074
8368
|
.#{$ti-prefix}-shield-half:before { content: $ti-icon-shield-half; }
|
|
9075
|
-
.#{$ti-prefix}-shield-half-filled:before { content: $ti-icon-shield-half-filled; }
|
|
9076
8369
|
.#{$ti-prefix}-shield-heart:before { content: $ti-icon-shield-heart; }
|
|
9077
8370
|
.#{$ti-prefix}-shield-lock:before { content: $ti-icon-shield-lock; }
|
|
9078
|
-
.#{$ti-prefix}-shield-lock-filled:before { content: $ti-icon-shield-lock-filled; }
|
|
9079
8371
|
.#{$ti-prefix}-shield-minus:before { content: $ti-icon-shield-minus; }
|
|
9080
8372
|
.#{$ti-prefix}-shield-off:before { content: $ti-icon-shield-off; }
|
|
9081
8373
|
.#{$ti-prefix}-shield-pause:before { content: $ti-icon-shield-pause; }
|
|
@@ -9090,7 +8382,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9090
8382
|
.#{$ti-prefix}-ship:before { content: $ti-icon-ship; }
|
|
9091
8383
|
.#{$ti-prefix}-ship-off:before { content: $ti-icon-ship-off; }
|
|
9092
8384
|
.#{$ti-prefix}-shirt:before { content: $ti-icon-shirt; }
|
|
9093
|
-
.#{$ti-prefix}-shirt-filled:before { content: $ti-icon-shirt-filled; }
|
|
9094
8385
|
.#{$ti-prefix}-shirt-off:before { content: $ti-icon-shirt-off; }
|
|
9095
8386
|
.#{$ti-prefix}-shirt-sport:before { content: $ti-icon-shirt-sport; }
|
|
9096
8387
|
.#{$ti-prefix}-shoe:before { content: $ti-icon-shoe; }
|
|
@@ -9100,6 +8391,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9100
8391
|
.#{$ti-prefix}-shopping-bag-discount:before { content: $ti-icon-shopping-bag-discount; }
|
|
9101
8392
|
.#{$ti-prefix}-shopping-bag-edit:before { content: $ti-icon-shopping-bag-edit; }
|
|
9102
8393
|
.#{$ti-prefix}-shopping-bag-exclamation:before { content: $ti-icon-shopping-bag-exclamation; }
|
|
8394
|
+
.#{$ti-prefix}-shopping-bag-heart:before { content: $ti-icon-shopping-bag-heart; }
|
|
9103
8395
|
.#{$ti-prefix}-shopping-bag-minus:before { content: $ti-icon-shopping-bag-minus; }
|
|
9104
8396
|
.#{$ti-prefix}-shopping-bag-plus:before { content: $ti-icon-shopping-bag-plus; }
|
|
9105
8397
|
.#{$ti-prefix}-shopping-bag-search:before { content: $ti-icon-shopping-bag-search; }
|
|
@@ -9115,7 +8407,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9115
8407
|
.#{$ti-prefix}-shopping-cart-dollar:before { content: $ti-icon-shopping-cart-dollar; }
|
|
9116
8408
|
.#{$ti-prefix}-shopping-cart-down:before { content: $ti-icon-shopping-cart-down; }
|
|
9117
8409
|
.#{$ti-prefix}-shopping-cart-exclamation:before { content: $ti-icon-shopping-cart-exclamation; }
|
|
9118
|
-
.#{$ti-prefix}-shopping-cart-filled:before { content: $ti-icon-shopping-cart-filled; }
|
|
9119
8410
|
.#{$ti-prefix}-shopping-cart-heart:before { content: $ti-icon-shopping-cart-heart; }
|
|
9120
8411
|
.#{$ti-prefix}-shopping-cart-minus:before { content: $ti-icon-shopping-cart-minus; }
|
|
9121
8412
|
.#{$ti-prefix}-shopping-cart-off:before { content: $ti-icon-shopping-cart-off; }
|
|
@@ -9132,9 +8423,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9132
8423
|
.#{$ti-prefix}-shovel-pitchforks:before { content: $ti-icon-shovel-pitchforks; }
|
|
9133
8424
|
.#{$ti-prefix}-shredder:before { content: $ti-icon-shredder; }
|
|
9134
8425
|
.#{$ti-prefix}-sign-left:before { content: $ti-icon-sign-left; }
|
|
9135
|
-
.#{$ti-prefix}-sign-left-filled:before { content: $ti-icon-sign-left-filled; }
|
|
9136
8426
|
.#{$ti-prefix}-sign-right:before { content: $ti-icon-sign-right; }
|
|
9137
|
-
.#{$ti-prefix}-sign-right-filled:before { content: $ti-icon-sign-right-filled; }
|
|
9138
8427
|
.#{$ti-prefix}-signal-2g:before { content: $ti-icon-signal-2g; }
|
|
9139
8428
|
.#{$ti-prefix}-signal-3g:before { content: $ti-icon-signal-3g; }
|
|
9140
8429
|
.#{$ti-prefix}-signal-4g:before { content: $ti-icon-signal-4g; }
|
|
@@ -9187,12 +8476,12 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9187
8476
|
.#{$ti-prefix}-sort-ascending-numbers:before { content: $ti-icon-sort-ascending-numbers; }
|
|
9188
8477
|
.#{$ti-prefix}-sort-ascending-shapes:before { content: $ti-icon-sort-ascending-shapes; }
|
|
9189
8478
|
.#{$ti-prefix}-sort-ascending-small-big:before { content: $ti-icon-sort-ascending-small-big; }
|
|
9190
|
-
.#{$ti-prefix}-sort-deacending-small-big:before { content: $ti-icon-sort-deacending-small-big; }
|
|
9191
8479
|
.#{$ti-prefix}-sort-descending:before { content: $ti-icon-sort-descending; }
|
|
9192
8480
|
.#{$ti-prefix}-sort-descending-2:before { content: $ti-icon-sort-descending-2; }
|
|
9193
8481
|
.#{$ti-prefix}-sort-descending-letters:before { content: $ti-icon-sort-descending-letters; }
|
|
9194
8482
|
.#{$ti-prefix}-sort-descending-numbers:before { content: $ti-icon-sort-descending-numbers; }
|
|
9195
8483
|
.#{$ti-prefix}-sort-descending-shapes:before { content: $ti-icon-sort-descending-shapes; }
|
|
8484
|
+
.#{$ti-prefix}-sort-descending-small-big:before { content: $ti-icon-sort-descending-small-big; }
|
|
9196
8485
|
.#{$ti-prefix}-sort-z-a:before { content: $ti-icon-sort-z-a; }
|
|
9197
8486
|
.#{$ti-prefix}-sos:before { content: $ti-icon-sos; }
|
|
9198
8487
|
.#{$ti-prefix}-soup:before { content: $ti-icon-soup; }
|
|
@@ -9203,7 +8492,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9203
8492
|
.#{$ti-prefix}-spacing-horizontal:before { content: $ti-icon-spacing-horizontal; }
|
|
9204
8493
|
.#{$ti-prefix}-spacing-vertical:before { content: $ti-icon-spacing-vertical; }
|
|
9205
8494
|
.#{$ti-prefix}-spade:before { content: $ti-icon-spade; }
|
|
9206
|
-
.#{$ti-prefix}-spade-filled:before { content: $ti-icon-spade-filled; }
|
|
9207
8495
|
.#{$ti-prefix}-sparkles:before { content: $ti-icon-sparkles; }
|
|
9208
8496
|
.#{$ti-prefix}-speakerphone:before { content: $ti-icon-speakerphone; }
|
|
9209
8497
|
.#{$ti-prefix}-speedboat:before { content: $ti-icon-speedboat; }
|
|
@@ -9219,67 +8507,31 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9219
8507
|
.#{$ti-prefix}-spy-off:before { content: $ti-icon-spy-off; }
|
|
9220
8508
|
.#{$ti-prefix}-sql:before { content: $ti-icon-sql; }
|
|
9221
8509
|
.#{$ti-prefix}-square:before { content: $ti-icon-square; }
|
|
9222
|
-
.#{$ti-prefix}-square-0-filled:before { content: $ti-icon-square-0-filled; }
|
|
9223
|
-
.#{$ti-prefix}-square-1-filled:before { content: $ti-icon-square-1-filled; }
|
|
9224
|
-
.#{$ti-prefix}-square-2-filled:before { content: $ti-icon-square-2-filled; }
|
|
9225
|
-
.#{$ti-prefix}-square-3-filled:before { content: $ti-icon-square-3-filled; }
|
|
9226
|
-
.#{$ti-prefix}-square-4-filled:before { content: $ti-icon-square-4-filled; }
|
|
9227
|
-
.#{$ti-prefix}-square-5-filled:before { content: $ti-icon-square-5-filled; }
|
|
9228
|
-
.#{$ti-prefix}-square-6-filled:before { content: $ti-icon-square-6-filled; }
|
|
9229
|
-
.#{$ti-prefix}-square-7-filled:before { content: $ti-icon-square-7-filled; }
|
|
9230
|
-
.#{$ti-prefix}-square-8-filled:before { content: $ti-icon-square-8-filled; }
|
|
9231
|
-
.#{$ti-prefix}-square-9-filled:before { content: $ti-icon-square-9-filled; }
|
|
9232
8510
|
.#{$ti-prefix}-square-arrow-down:before { content: $ti-icon-square-arrow-down; }
|
|
9233
|
-
.#{$ti-prefix}-square-arrow-down-filled:before { content: $ti-icon-square-arrow-down-filled; }
|
|
9234
8511
|
.#{$ti-prefix}-square-arrow-left:before { content: $ti-icon-square-arrow-left; }
|
|
9235
|
-
.#{$ti-prefix}-square-arrow-left-filled:before { content: $ti-icon-square-arrow-left-filled; }
|
|
9236
8512
|
.#{$ti-prefix}-square-arrow-right:before { content: $ti-icon-square-arrow-right; }
|
|
9237
|
-
.#{$ti-prefix}-square-arrow-right-filled:before { content: $ti-icon-square-arrow-right-filled; }
|
|
9238
8513
|
.#{$ti-prefix}-square-arrow-up:before { content: $ti-icon-square-arrow-up; }
|
|
9239
|
-
.#{$ti-prefix}-square-arrow-up-filled:before { content: $ti-icon-square-arrow-up-filled; }
|
|
9240
8514
|
.#{$ti-prefix}-square-asterisk:before { content: $ti-icon-square-asterisk; }
|
|
9241
|
-
.#{$ti-prefix}-square-asterisk-filled:before { content: $ti-icon-square-asterisk-filled; }
|
|
9242
8515
|
.#{$ti-prefix}-square-check:before { content: $ti-icon-square-check; }
|
|
9243
|
-
.#{$ti-prefix}-square-check-filled:before { content: $ti-icon-square-check-filled; }
|
|
9244
8516
|
.#{$ti-prefix}-square-chevron-down:before { content: $ti-icon-square-chevron-down; }
|
|
9245
|
-
.#{$ti-prefix}-square-chevron-down-filled:before { content: $ti-icon-square-chevron-down-filled; }
|
|
9246
8517
|
.#{$ti-prefix}-square-chevron-left:before { content: $ti-icon-square-chevron-left; }
|
|
9247
|
-
.#{$ti-prefix}-square-chevron-left-filled:before { content: $ti-icon-square-chevron-left-filled; }
|
|
9248
8518
|
.#{$ti-prefix}-square-chevron-right:before { content: $ti-icon-square-chevron-right; }
|
|
9249
|
-
.#{$ti-prefix}-square-chevron-right-filled:before { content: $ti-icon-square-chevron-right-filled; }
|
|
9250
8519
|
.#{$ti-prefix}-square-chevron-up:before { content: $ti-icon-square-chevron-up; }
|
|
9251
|
-
.#{$ti-prefix}-square-chevron-up-filled:before { content: $ti-icon-square-chevron-up-filled; }
|
|
9252
8520
|
.#{$ti-prefix}-square-chevrons-down:before { content: $ti-icon-square-chevrons-down; }
|
|
9253
|
-
.#{$ti-prefix}-square-chevrons-down-filled:before { content: $ti-icon-square-chevrons-down-filled; }
|
|
9254
8521
|
.#{$ti-prefix}-square-chevrons-left:before { content: $ti-icon-square-chevrons-left; }
|
|
9255
|
-
.#{$ti-prefix}-square-chevrons-left-filled:before { content: $ti-icon-square-chevrons-left-filled; }
|
|
9256
8522
|
.#{$ti-prefix}-square-chevrons-right:before { content: $ti-icon-square-chevrons-right; }
|
|
9257
|
-
.#{$ti-prefix}-square-chevrons-right-filled:before { content: $ti-icon-square-chevrons-right-filled; }
|
|
9258
8523
|
.#{$ti-prefix}-square-chevrons-up:before { content: $ti-icon-square-chevrons-up; }
|
|
9259
|
-
.#{$ti-prefix}-square-chevrons-up-filled:before { content: $ti-icon-square-chevrons-up-filled; }
|
|
9260
8524
|
.#{$ti-prefix}-square-dot:before { content: $ti-icon-square-dot; }
|
|
9261
|
-
.#{$ti-prefix}-square-dot-filled:before { content: $ti-icon-square-dot-filled; }
|
|
9262
8525
|
.#{$ti-prefix}-square-f0:before { content: $ti-icon-square-f0; }
|
|
9263
|
-
.#{$ti-prefix}-square-f0-filled:before { content: $ti-icon-square-f0-filled; }
|
|
9264
8526
|
.#{$ti-prefix}-square-f1:before { content: $ti-icon-square-f1; }
|
|
9265
|
-
.#{$ti-prefix}-square-f1-filled:before { content: $ti-icon-square-f1-filled; }
|
|
9266
8527
|
.#{$ti-prefix}-square-f2:before { content: $ti-icon-square-f2; }
|
|
9267
|
-
.#{$ti-prefix}-square-f2-filled:before { content: $ti-icon-square-f2-filled; }
|
|
9268
8528
|
.#{$ti-prefix}-square-f3:before { content: $ti-icon-square-f3; }
|
|
9269
|
-
.#{$ti-prefix}-square-f3-filled:before { content: $ti-icon-square-f3-filled; }
|
|
9270
8529
|
.#{$ti-prefix}-square-f4:before { content: $ti-icon-square-f4; }
|
|
9271
|
-
.#{$ti-prefix}-square-f4-filled:before { content: $ti-icon-square-f4-filled; }
|
|
9272
8530
|
.#{$ti-prefix}-square-f5:before { content: $ti-icon-square-f5; }
|
|
9273
|
-
.#{$ti-prefix}-square-f5-filled:before { content: $ti-icon-square-f5-filled; }
|
|
9274
8531
|
.#{$ti-prefix}-square-f6:before { content: $ti-icon-square-f6; }
|
|
9275
|
-
.#{$ti-prefix}-square-f6-filled:before { content: $ti-icon-square-f6-filled; }
|
|
9276
8532
|
.#{$ti-prefix}-square-f7:before { content: $ti-icon-square-f7; }
|
|
9277
|
-
.#{$ti-prefix}-square-f7-filled:before { content: $ti-icon-square-f7-filled; }
|
|
9278
8533
|
.#{$ti-prefix}-square-f8:before { content: $ti-icon-square-f8; }
|
|
9279
|
-
.#{$ti-prefix}-square-f8-filled:before { content: $ti-icon-square-f8-filled; }
|
|
9280
8534
|
.#{$ti-prefix}-square-f9:before { content: $ti-icon-square-f9; }
|
|
9281
|
-
.#{$ti-prefix}-square-f9-filled:before { content: $ti-icon-square-f9-filled; }
|
|
9282
|
-
.#{$ti-prefix}-square-filled:before { content: $ti-icon-square-filled; }
|
|
9283
8535
|
.#{$ti-prefix}-square-forbid:before { content: $ti-icon-square-forbid; }
|
|
9284
8536
|
.#{$ti-prefix}-square-forbid-2:before { content: $ti-icon-square-forbid-2; }
|
|
9285
8537
|
.#{$ti-prefix}-square-half:before { content: $ti-icon-square-half; }
|
|
@@ -9311,7 +8563,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9311
8563
|
.#{$ti-prefix}-square-letter-y:before { content: $ti-icon-square-letter-y; }
|
|
9312
8564
|
.#{$ti-prefix}-square-letter-z:before { content: $ti-icon-square-letter-z; }
|
|
9313
8565
|
.#{$ti-prefix}-square-minus:before { content: $ti-icon-square-minus; }
|
|
9314
|
-
.#{$ti-prefix}-square-minus-filled:before { content: $ti-icon-square-minus-filled; }
|
|
9315
8566
|
.#{$ti-prefix}-square-number-0:before { content: $ti-icon-square-number-0; }
|
|
9316
8567
|
.#{$ti-prefix}-square-number-1:before { content: $ti-icon-square-number-1; }
|
|
9317
8568
|
.#{$ti-prefix}-square-number-2:before { content: $ti-icon-square-number-2; }
|
|
@@ -9329,38 +8580,23 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9329
8580
|
.#{$ti-prefix}-square-root:before { content: $ti-icon-square-root; }
|
|
9330
8581
|
.#{$ti-prefix}-square-root-2:before { content: $ti-icon-square-root-2; }
|
|
9331
8582
|
.#{$ti-prefix}-square-rotated:before { content: $ti-icon-square-rotated; }
|
|
9332
|
-
.#{$ti-prefix}-square-rotated-filled:before { content: $ti-icon-square-rotated-filled; }
|
|
9333
8583
|
.#{$ti-prefix}-square-rotated-forbid:before { content: $ti-icon-square-rotated-forbid; }
|
|
9334
8584
|
.#{$ti-prefix}-square-rotated-forbid-2:before { content: $ti-icon-square-rotated-forbid-2; }
|
|
9335
8585
|
.#{$ti-prefix}-square-rotated-off:before { content: $ti-icon-square-rotated-off; }
|
|
9336
8586
|
.#{$ti-prefix}-square-rounded:before { content: $ti-icon-square-rounded; }
|
|
9337
8587
|
.#{$ti-prefix}-square-rounded-arrow-down:before { content: $ti-icon-square-rounded-arrow-down; }
|
|
9338
|
-
.#{$ti-prefix}-square-rounded-arrow-down-filled:before { content: $ti-icon-square-rounded-arrow-down-filled; }
|
|
9339
8588
|
.#{$ti-prefix}-square-rounded-arrow-left:before { content: $ti-icon-square-rounded-arrow-left; }
|
|
9340
|
-
.#{$ti-prefix}-square-rounded-arrow-left-filled:before { content: $ti-icon-square-rounded-arrow-left-filled; }
|
|
9341
8589
|
.#{$ti-prefix}-square-rounded-arrow-right:before { content: $ti-icon-square-rounded-arrow-right; }
|
|
9342
|
-
.#{$ti-prefix}-square-rounded-arrow-right-filled:before { content: $ti-icon-square-rounded-arrow-right-filled; }
|
|
9343
8590
|
.#{$ti-prefix}-square-rounded-arrow-up:before { content: $ti-icon-square-rounded-arrow-up; }
|
|
9344
|
-
.#{$ti-prefix}-square-rounded-arrow-up-filled:before { content: $ti-icon-square-rounded-arrow-up-filled; }
|
|
9345
8591
|
.#{$ti-prefix}-square-rounded-check:before { content: $ti-icon-square-rounded-check; }
|
|
9346
|
-
.#{$ti-prefix}-square-rounded-check-filled:before { content: $ti-icon-square-rounded-check-filled; }
|
|
9347
8592
|
.#{$ti-prefix}-square-rounded-chevron-down:before { content: $ti-icon-square-rounded-chevron-down; }
|
|
9348
|
-
.#{$ti-prefix}-square-rounded-chevron-down-filled:before { content: $ti-icon-square-rounded-chevron-down-filled; }
|
|
9349
8593
|
.#{$ti-prefix}-square-rounded-chevron-left:before { content: $ti-icon-square-rounded-chevron-left; }
|
|
9350
|
-
.#{$ti-prefix}-square-rounded-chevron-left-filled:before { content: $ti-icon-square-rounded-chevron-left-filled; }
|
|
9351
8594
|
.#{$ti-prefix}-square-rounded-chevron-right:before { content: $ti-icon-square-rounded-chevron-right; }
|
|
9352
|
-
.#{$ti-prefix}-square-rounded-chevron-right-filled:before { content: $ti-icon-square-rounded-chevron-right-filled; }
|
|
9353
8595
|
.#{$ti-prefix}-square-rounded-chevron-up:before { content: $ti-icon-square-rounded-chevron-up; }
|
|
9354
|
-
.#{$ti-prefix}-square-rounded-chevron-up-filled:before { content: $ti-icon-square-rounded-chevron-up-filled; }
|
|
9355
8596
|
.#{$ti-prefix}-square-rounded-chevrons-down:before { content: $ti-icon-square-rounded-chevrons-down; }
|
|
9356
|
-
.#{$ti-prefix}-square-rounded-chevrons-down-filled:before { content: $ti-icon-square-rounded-chevrons-down-filled; }
|
|
9357
8597
|
.#{$ti-prefix}-square-rounded-chevrons-left:before { content: $ti-icon-square-rounded-chevrons-left; }
|
|
9358
|
-
.#{$ti-prefix}-square-rounded-chevrons-left-filled:before { content: $ti-icon-square-rounded-chevrons-left-filled; }
|
|
9359
8598
|
.#{$ti-prefix}-square-rounded-chevrons-right:before { content: $ti-icon-square-rounded-chevrons-right; }
|
|
9360
|
-
.#{$ti-prefix}-square-rounded-chevrons-right-filled:before { content: $ti-icon-square-rounded-chevrons-right-filled; }
|
|
9361
8599
|
.#{$ti-prefix}-square-rounded-chevrons-up:before { content: $ti-icon-square-rounded-chevrons-up; }
|
|
9362
|
-
.#{$ti-prefix}-square-rounded-chevrons-up-filled:before { content: $ti-icon-square-rounded-chevrons-up-filled; }
|
|
9363
|
-
.#{$ti-prefix}-square-rounded-filled:before { content: $ti-icon-square-rounded-filled; }
|
|
9364
8600
|
.#{$ti-prefix}-square-rounded-letter-a:before { content: $ti-icon-square-rounded-letter-a; }
|
|
9365
8601
|
.#{$ti-prefix}-square-rounded-letter-b:before { content: $ti-icon-square-rounded-letter-b; }
|
|
9366
8602
|
.#{$ti-prefix}-square-rounded-letter-c:before { content: $ti-icon-square-rounded-letter-c; }
|
|
@@ -9389,39 +8625,25 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9389
8625
|
.#{$ti-prefix}-square-rounded-letter-z:before { content: $ti-icon-square-rounded-letter-z; }
|
|
9390
8626
|
.#{$ti-prefix}-square-rounded-minus:before { content: $ti-icon-square-rounded-minus; }
|
|
9391
8627
|
.#{$ti-prefix}-square-rounded-minus-2:before { content: $ti-icon-square-rounded-minus-2; }
|
|
9392
|
-
.#{$ti-prefix}-square-rounded-minus-filled:before { content: $ti-icon-square-rounded-minus-filled; }
|
|
9393
8628
|
.#{$ti-prefix}-square-rounded-number-0:before { content: $ti-icon-square-rounded-number-0; }
|
|
9394
|
-
.#{$ti-prefix}-square-rounded-number-0-filled:before { content: $ti-icon-square-rounded-number-0-filled; }
|
|
9395
8629
|
.#{$ti-prefix}-square-rounded-number-1:before { content: $ti-icon-square-rounded-number-1; }
|
|
9396
|
-
.#{$ti-prefix}-square-rounded-number-1-filled:before { content: $ti-icon-square-rounded-number-1-filled; }
|
|
9397
8630
|
.#{$ti-prefix}-square-rounded-number-2:before { content: $ti-icon-square-rounded-number-2; }
|
|
9398
|
-
.#{$ti-prefix}-square-rounded-number-2-filled:before { content: $ti-icon-square-rounded-number-2-filled; }
|
|
9399
8631
|
.#{$ti-prefix}-square-rounded-number-3:before { content: $ti-icon-square-rounded-number-3; }
|
|
9400
|
-
.#{$ti-prefix}-square-rounded-number-3-filled:before { content: $ti-icon-square-rounded-number-3-filled; }
|
|
9401
8632
|
.#{$ti-prefix}-square-rounded-number-4:before { content: $ti-icon-square-rounded-number-4; }
|
|
9402
|
-
.#{$ti-prefix}-square-rounded-number-4-filled:before { content: $ti-icon-square-rounded-number-4-filled; }
|
|
9403
8633
|
.#{$ti-prefix}-square-rounded-number-5:before { content: $ti-icon-square-rounded-number-5; }
|
|
9404
|
-
.#{$ti-prefix}-square-rounded-number-5-filled:before { content: $ti-icon-square-rounded-number-5-filled; }
|
|
9405
8634
|
.#{$ti-prefix}-square-rounded-number-6:before { content: $ti-icon-square-rounded-number-6; }
|
|
9406
|
-
.#{$ti-prefix}-square-rounded-number-6-filled:before { content: $ti-icon-square-rounded-number-6-filled; }
|
|
9407
8635
|
.#{$ti-prefix}-square-rounded-number-7:before { content: $ti-icon-square-rounded-number-7; }
|
|
9408
|
-
.#{$ti-prefix}-square-rounded-number-7-filled:before { content: $ti-icon-square-rounded-number-7-filled; }
|
|
9409
8636
|
.#{$ti-prefix}-square-rounded-number-8:before { content: $ti-icon-square-rounded-number-8; }
|
|
9410
|
-
.#{$ti-prefix}-square-rounded-number-8-filled:before { content: $ti-icon-square-rounded-number-8-filled; }
|
|
9411
8637
|
.#{$ti-prefix}-square-rounded-number-9:before { content: $ti-icon-square-rounded-number-9; }
|
|
9412
|
-
.#{$ti-prefix}-square-rounded-number-9-filled:before { content: $ti-icon-square-rounded-number-9-filled; }
|
|
9413
8638
|
.#{$ti-prefix}-square-rounded-percentage:before { content: $ti-icon-square-rounded-percentage; }
|
|
9414
8639
|
.#{$ti-prefix}-square-rounded-plus:before { content: $ti-icon-square-rounded-plus; }
|
|
9415
8640
|
.#{$ti-prefix}-square-rounded-plus-2:before { content: $ti-icon-square-rounded-plus-2; }
|
|
9416
|
-
.#{$ti-prefix}-square-rounded-plus-filled:before { content: $ti-icon-square-rounded-plus-filled; }
|
|
9417
8641
|
.#{$ti-prefix}-square-rounded-x:before { content: $ti-icon-square-rounded-x; }
|
|
9418
|
-
.#{$ti-prefix}-square-rounded-x-filled:before { content: $ti-icon-square-rounded-x-filled; }
|
|
9419
8642
|
.#{$ti-prefix}-square-toggle:before { content: $ti-icon-square-toggle; }
|
|
9420
8643
|
.#{$ti-prefix}-square-toggle-horizontal:before { content: $ti-icon-square-toggle-horizontal; }
|
|
9421
8644
|
.#{$ti-prefix}-square-x:before { content: $ti-icon-square-x; }
|
|
9422
|
-
.#{$ti-prefix}-
|
|
8645
|
+
.#{$ti-prefix}-squares:before { content: $ti-icon-squares; }
|
|
9423
8646
|
.#{$ti-prefix}-squares-diagonal:before { content: $ti-icon-squares-diagonal; }
|
|
9424
|
-
.#{$ti-prefix}-squares-filled:before { content: $ti-icon-squares-filled; }
|
|
9425
8647
|
.#{$ti-prefix}-stack:before { content: $ti-icon-stack; }
|
|
9426
8648
|
.#{$ti-prefix}-stack-2:before { content: $ti-icon-stack-2; }
|
|
9427
8649
|
.#{$ti-prefix}-stack-3:before { content: $ti-icon-stack-3; }
|
|
@@ -9436,12 +8658,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9436
8658
|
.#{$ti-prefix}-stairs-down:before { content: $ti-icon-stairs-down; }
|
|
9437
8659
|
.#{$ti-prefix}-stairs-up:before { content: $ti-icon-stairs-up; }
|
|
9438
8660
|
.#{$ti-prefix}-star:before { content: $ti-icon-star; }
|
|
9439
|
-
.#{$ti-prefix}-star-filled:before { content: $ti-icon-star-filled; }
|
|
9440
8661
|
.#{$ti-prefix}-star-half:before { content: $ti-icon-star-half; }
|
|
9441
|
-
.#{$ti-prefix}-star-half-filled:before { content: $ti-icon-star-half-filled; }
|
|
9442
8662
|
.#{$ti-prefix}-star-off:before { content: $ti-icon-star-off; }
|
|
9443
8663
|
.#{$ti-prefix}-stars:before { content: $ti-icon-stars; }
|
|
9444
|
-
.#{$ti-prefix}-stars-filled:before { content: $ti-icon-stars-filled; }
|
|
9445
8664
|
.#{$ti-prefix}-stars-off:before { content: $ti-icon-stars-off; }
|
|
9446
8665
|
.#{$ti-prefix}-status-change:before { content: $ti-icon-status-change; }
|
|
9447
8666
|
.#{$ti-prefix}-steam:before { content: $ti-icon-steam; }
|
|
@@ -9466,7 +8685,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9466
8685
|
.#{$ti-prefix}-sum-off:before { content: $ti-icon-sum-off; }
|
|
9467
8686
|
.#{$ti-prefix}-sun:before { content: $ti-icon-sun; }
|
|
9468
8687
|
.#{$ti-prefix}-sun-electricity:before { content: $ti-icon-sun-electricity; }
|
|
9469
|
-
.#{$ti-prefix}-sun-filled:before { content: $ti-icon-sun-filled; }
|
|
9470
8688
|
.#{$ti-prefix}-sun-high:before { content: $ti-icon-sun-high; }
|
|
9471
8689
|
.#{$ti-prefix}-sun-low:before { content: $ti-icon-sun-low; }
|
|
9472
8690
|
.#{$ti-prefix}-sun-moon:before { content: $ti-icon-sun-moon; }
|
|
@@ -9497,7 +8715,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9497
8715
|
.#{$ti-prefix}-table-column:before { content: $ti-icon-table-column; }
|
|
9498
8716
|
.#{$ti-prefix}-table-down:before { content: $ti-icon-table-down; }
|
|
9499
8717
|
.#{$ti-prefix}-table-export:before { content: $ti-icon-table-export; }
|
|
9500
|
-
.#{$ti-prefix}-table-filled:before { content: $ti-icon-table-filled; }
|
|
9501
8718
|
.#{$ti-prefix}-table-heart:before { content: $ti-icon-table-heart; }
|
|
9502
8719
|
.#{$ti-prefix}-table-import:before { content: $ti-icon-table-import; }
|
|
9503
8720
|
.#{$ti-prefix}-table-minus:before { content: $ti-icon-table-minus; }
|
|
@@ -9530,6 +8747,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9530
8747
|
.#{$ti-prefix}-temperature-minus:before { content: $ti-icon-temperature-minus; }
|
|
9531
8748
|
.#{$ti-prefix}-temperature-off:before { content: $ti-icon-temperature-off; }
|
|
9532
8749
|
.#{$ti-prefix}-temperature-plus:before { content: $ti-icon-temperature-plus; }
|
|
8750
|
+
.#{$ti-prefix}-temperature-snow:before { content: $ti-icon-temperature-snow; }
|
|
8751
|
+
.#{$ti-prefix}-temperature-sun:before { content: $ti-icon-temperature-sun; }
|
|
9533
8752
|
.#{$ti-prefix}-template:before { content: $ti-icon-template; }
|
|
9534
8753
|
.#{$ti-prefix}-template-off:before { content: $ti-icon-template-off; }
|
|
9535
8754
|
.#{$ti-prefix}-tent:before { content: $ti-icon-tent; }
|
|
@@ -9560,10 +8779,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9560
8779
|
.#{$ti-prefix}-theater:before { content: $ti-icon-theater; }
|
|
9561
8780
|
.#{$ti-prefix}-thermometer:before { content: $ti-icon-thermometer; }
|
|
9562
8781
|
.#{$ti-prefix}-thumb-down:before { content: $ti-icon-thumb-down; }
|
|
9563
|
-
.#{$ti-prefix}-thumb-down-filled:before { content: $ti-icon-thumb-down-filled; }
|
|
9564
8782
|
.#{$ti-prefix}-thumb-down-off:before { content: $ti-icon-thumb-down-off; }
|
|
9565
8783
|
.#{$ti-prefix}-thumb-up:before { content: $ti-icon-thumb-up; }
|
|
9566
|
-
.#{$ti-prefix}-thumb-up-filled:before { content: $ti-icon-thumb-up-filled; }
|
|
9567
8784
|
.#{$ti-prefix}-thumb-up-off:before { content: $ti-icon-thumb-up-off; }
|
|
9568
8785
|
.#{$ti-prefix}-tic-tac:before { content: $ti-icon-tic-tac; }
|
|
9569
8786
|
.#{$ti-prefix}-ticket:before { content: $ti-icon-ticket; }
|
|
@@ -9584,7 +8801,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9584
8801
|
.#{$ti-prefix}-timeline:before { content: $ti-icon-timeline; }
|
|
9585
8802
|
.#{$ti-prefix}-timeline-event:before { content: $ti-icon-timeline-event; }
|
|
9586
8803
|
.#{$ti-prefix}-timeline-event-exclamation:before { content: $ti-icon-timeline-event-exclamation; }
|
|
9587
|
-
.#{$ti-prefix}-timeline-event-filled:before { content: $ti-icon-timeline-event-filled; }
|
|
9588
8804
|
.#{$ti-prefix}-timeline-event-minus:before { content: $ti-icon-timeline-event-minus; }
|
|
9589
8805
|
.#{$ti-prefix}-timeline-event-plus:before { content: $ti-icon-timeline-event-plus; }
|
|
9590
8806
|
.#{$ti-prefix}-timeline-event-text:before { content: $ti-icon-timeline-event-text; }
|
|
@@ -9642,16 +8858,18 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9642
8858
|
.#{$ti-prefix}-transfer-out:before { content: $ti-icon-transfer-out; }
|
|
9643
8859
|
.#{$ti-prefix}-transfer-vertical:before { content: $ti-icon-transfer-vertical; }
|
|
9644
8860
|
.#{$ti-prefix}-transform:before { content: $ti-icon-transform; }
|
|
9645
|
-
.#{$ti-prefix}-transform-
|
|
8861
|
+
.#{$ti-prefix}-transform-point:before { content: $ti-icon-transform-point; }
|
|
8862
|
+
.#{$ti-prefix}-transform-point-bottom-left:before { content: $ti-icon-transform-point-bottom-left; }
|
|
8863
|
+
.#{$ti-prefix}-transform-point-bottom-right:before { content: $ti-icon-transform-point-bottom-right; }
|
|
8864
|
+
.#{$ti-prefix}-transform-point-top-left:before { content: $ti-icon-transform-point-top-left; }
|
|
8865
|
+
.#{$ti-prefix}-transform-point-top-right:before { content: $ti-icon-transform-point-top-right; }
|
|
9646
8866
|
.#{$ti-prefix}-transition-bottom:before { content: $ti-icon-transition-bottom; }
|
|
9647
8867
|
.#{$ti-prefix}-transition-left:before { content: $ti-icon-transition-left; }
|
|
9648
8868
|
.#{$ti-prefix}-transition-right:before { content: $ti-icon-transition-right; }
|
|
9649
8869
|
.#{$ti-prefix}-transition-top:before { content: $ti-icon-transition-top; }
|
|
9650
8870
|
.#{$ti-prefix}-trash:before { content: $ti-icon-trash; }
|
|
9651
|
-
.#{$ti-prefix}-trash-filled:before { content: $ti-icon-trash-filled; }
|
|
9652
8871
|
.#{$ti-prefix}-trash-off:before { content: $ti-icon-trash-off; }
|
|
9653
8872
|
.#{$ti-prefix}-trash-x:before { content: $ti-icon-trash-x; }
|
|
9654
|
-
.#{$ti-prefix}-trash-x-filled:before { content: $ti-icon-trash-x-filled; }
|
|
9655
8873
|
.#{$ti-prefix}-treadmill:before { content: $ti-icon-treadmill; }
|
|
9656
8874
|
.#{$ti-prefix}-tree:before { content: $ti-icon-tree; }
|
|
9657
8875
|
.#{$ti-prefix}-trees:before { content: $ti-icon-trees; }
|
|
@@ -9663,21 +8881,17 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9663
8881
|
.#{$ti-prefix}-trending-up-2:before { content: $ti-icon-trending-up-2; }
|
|
9664
8882
|
.#{$ti-prefix}-trending-up-3:before { content: $ti-icon-trending-up-3; }
|
|
9665
8883
|
.#{$ti-prefix}-triangle:before { content: $ti-icon-triangle; }
|
|
9666
|
-
.#{$ti-prefix}-triangle-filled:before { content: $ti-icon-triangle-filled; }
|
|
9667
8884
|
.#{$ti-prefix}-triangle-inverted:before { content: $ti-icon-triangle-inverted; }
|
|
9668
|
-
.#{$ti-prefix}-triangle-inverted-filled:before { content: $ti-icon-triangle-inverted-filled; }
|
|
9669
8885
|
.#{$ti-prefix}-triangle-minus:before { content: $ti-icon-triangle-minus; }
|
|
9670
8886
|
.#{$ti-prefix}-triangle-minus-2:before { content: $ti-icon-triangle-minus-2; }
|
|
9671
8887
|
.#{$ti-prefix}-triangle-off:before { content: $ti-icon-triangle-off; }
|
|
9672
8888
|
.#{$ti-prefix}-triangle-plus:before { content: $ti-icon-triangle-plus; }
|
|
9673
8889
|
.#{$ti-prefix}-triangle-plus-2:before { content: $ti-icon-triangle-plus-2; }
|
|
9674
8890
|
.#{$ti-prefix}-triangle-square-circle:before { content: $ti-icon-triangle-square-circle; }
|
|
9675
|
-
.#{$ti-prefix}-triangle-square-circle-filled:before { content: $ti-icon-triangle-square-circle-filled; }
|
|
9676
8891
|
.#{$ti-prefix}-triangles:before { content: $ti-icon-triangles; }
|
|
9677
8892
|
.#{$ti-prefix}-trident:before { content: $ti-icon-trident; }
|
|
9678
8893
|
.#{$ti-prefix}-trolley:before { content: $ti-icon-trolley; }
|
|
9679
8894
|
.#{$ti-prefix}-trophy:before { content: $ti-icon-trophy; }
|
|
9680
|
-
.#{$ti-prefix}-trophy-filled:before { content: $ti-icon-trophy-filled; }
|
|
9681
8895
|
.#{$ti-prefix}-trophy-off:before { content: $ti-icon-trophy-off; }
|
|
9682
8896
|
.#{$ti-prefix}-trowel:before { content: $ti-icon-trowel; }
|
|
9683
8897
|
.#{$ti-prefix}-truck:before { content: $ti-icon-truck; }
|
|
@@ -9686,12 +8900,12 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9686
8900
|
.#{$ti-prefix}-truck-off:before { content: $ti-icon-truck-off; }
|
|
9687
8901
|
.#{$ti-prefix}-truck-return:before { content: $ti-icon-truck-return; }
|
|
9688
8902
|
.#{$ti-prefix}-txt:before { content: $ti-icon-txt; }
|
|
8903
|
+
.#{$ti-prefix}-typeface:before { content: $ti-icon-typeface; }
|
|
9689
8904
|
.#{$ti-prefix}-typography:before { content: $ti-icon-typography; }
|
|
9690
8905
|
.#{$ti-prefix}-typography-off:before { content: $ti-icon-typography-off; }
|
|
9691
8906
|
.#{$ti-prefix}-ufo:before { content: $ti-icon-ufo; }
|
|
9692
8907
|
.#{$ti-prefix}-ufo-off:before { content: $ti-icon-ufo-off; }
|
|
9693
8908
|
.#{$ti-prefix}-umbrella:before { content: $ti-icon-umbrella; }
|
|
9694
|
-
.#{$ti-prefix}-umbrella-filled:before { content: $ti-icon-umbrella-filled; }
|
|
9695
8909
|
.#{$ti-prefix}-umbrella-off:before { content: $ti-icon-umbrella-off; }
|
|
9696
8910
|
.#{$ti-prefix}-underline:before { content: $ti-icon-underline; }
|
|
9697
8911
|
.#{$ti-prefix}-universe:before { content: $ti-icon-universe; }
|
|
@@ -9710,7 +8924,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9710
8924
|
.#{$ti-prefix}-user-down:before { content: $ti-icon-user-down; }
|
|
9711
8925
|
.#{$ti-prefix}-user-edit:before { content: $ti-icon-user-edit; }
|
|
9712
8926
|
.#{$ti-prefix}-user-exclamation:before { content: $ti-icon-user-exclamation; }
|
|
9713
|
-
.#{$ti-prefix}-user-filled:before { content: $ti-icon-user-filled; }
|
|
9714
8927
|
.#{$ti-prefix}-user-heart:before { content: $ti-icon-user-heart; }
|
|
9715
8928
|
.#{$ti-prefix}-user-hexagon:before { content: $ti-icon-user-hexagon; }
|
|
9716
8929
|
.#{$ti-prefix}-user-minus:before { content: $ti-icon-user-minus; }
|
|
@@ -9755,7 +8968,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9755
8968
|
.#{$ti-prefix}-vector-triangle-off:before { content: $ti-icon-vector-triangle-off; }
|
|
9756
8969
|
.#{$ti-prefix}-venus:before { content: $ti-icon-venus; }
|
|
9757
8970
|
.#{$ti-prefix}-versions:before { content: $ti-icon-versions; }
|
|
9758
|
-
.#{$ti-prefix}-versions-filled:before { content: $ti-icon-versions-filled; }
|
|
9759
8971
|
.#{$ti-prefix}-versions-off:before { content: $ti-icon-versions-off; }
|
|
9760
8972
|
.#{$ti-prefix}-video:before { content: $ti-icon-video; }
|
|
9761
8973
|
.#{$ti-prefix}-video-minus:before { content: $ti-icon-video-minus; }
|
|
@@ -9841,7 +9053,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9841
9053
|
.#{$ti-prefix}-wind-electricity:before { content: $ti-icon-wind-electricity; }
|
|
9842
9054
|
.#{$ti-prefix}-wind-off:before { content: $ti-icon-wind-off; }
|
|
9843
9055
|
.#{$ti-prefix}-windmill:before { content: $ti-icon-windmill; }
|
|
9844
|
-
.#{$ti-prefix}-windmill-filled:before { content: $ti-icon-windmill-filled; }
|
|
9845
9056
|
.#{$ti-prefix}-windmill-off:before { content: $ti-icon-windmill-off; }
|
|
9846
9057
|
.#{$ti-prefix}-window:before { content: $ti-icon-window; }
|
|
9847
9058
|
.#{$ti-prefix}-window-maximize:before { content: $ti-icon-window-maximize; }
|
|
@@ -9891,7 +9102,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9891
9102
|
.#{$ti-prefix}-xd:before { content: $ti-icon-xd; }
|
|
9892
9103
|
.#{$ti-prefix}-xxx:before { content: $ti-icon-xxx; }
|
|
9893
9104
|
.#{$ti-prefix}-yin-yang:before { content: $ti-icon-yin-yang; }
|
|
9894
|
-
.#{$ti-prefix}-yin-yang-filled:before { content: $ti-icon-yin-yang-filled; }
|
|
9895
9105
|
.#{$ti-prefix}-yoga:before { content: $ti-icon-yoga; }
|
|
9896
9106
|
.#{$ti-prefix}-zeppelin:before { content: $ti-icon-zeppelin; }
|
|
9897
9107
|
.#{$ti-prefix}-zeppelin-off:before { content: $ti-icon-zeppelin-off; }
|
|
@@ -9908,20 +9118,16 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9908
9118
|
.#{$ti-prefix}-zodiac-scorpio:before { content: $ti-icon-zodiac-scorpio; }
|
|
9909
9119
|
.#{$ti-prefix}-zodiac-taurus:before { content: $ti-icon-zodiac-taurus; }
|
|
9910
9120
|
.#{$ti-prefix}-zodiac-virgo:before { content: $ti-icon-zodiac-virgo; }
|
|
9121
|
+
.#{$ti-prefix}-zoom:before { content: $ti-icon-zoom; }
|
|
9911
9122
|
.#{$ti-prefix}-zoom-cancel:before { content: $ti-icon-zoom-cancel; }
|
|
9912
9123
|
.#{$ti-prefix}-zoom-check:before { content: $ti-icon-zoom-check; }
|
|
9913
|
-
.#{$ti-prefix}-zoom-check-filled:before { content: $ti-icon-zoom-check-filled; }
|
|
9914
9124
|
.#{$ti-prefix}-zoom-code:before { content: $ti-icon-zoom-code; }
|
|
9915
9125
|
.#{$ti-prefix}-zoom-exclamation:before { content: $ti-icon-zoom-exclamation; }
|
|
9916
|
-
.#{$ti-prefix}-zoom-filled:before { content: $ti-icon-zoom-filled; }
|
|
9917
9126
|
.#{$ti-prefix}-zoom-in:before { content: $ti-icon-zoom-in; }
|
|
9918
9127
|
.#{$ti-prefix}-zoom-in-area:before { content: $ti-icon-zoom-in-area; }
|
|
9919
|
-
.#{$ti-prefix}-zoom-in-area-filled:before { content: $ti-icon-zoom-in-area-filled; }
|
|
9920
|
-
.#{$ti-prefix}-zoom-in-filled:before { content: $ti-icon-zoom-in-filled; }
|
|
9921
9128
|
.#{$ti-prefix}-zoom-money:before { content: $ti-icon-zoom-money; }
|
|
9922
9129
|
.#{$ti-prefix}-zoom-out:before { content: $ti-icon-zoom-out; }
|
|
9923
9130
|
.#{$ti-prefix}-zoom-out-area:before { content: $ti-icon-zoom-out-area; }
|
|
9924
|
-
.#{$ti-prefix}-zoom-out-filled:before { content: $ti-icon-zoom-out-filled; }
|
|
9925
9131
|
.#{$ti-prefix}-zoom-pan:before { content: $ti-icon-zoom-pan; }
|
|
9926
9132
|
.#{$ti-prefix}-zoom-question:before { content: $ti-icon-zoom-question; }
|
|
9927
9133
|
.#{$ti-prefix}-zoom-replace:before { content: $ti-icon-zoom-replace; }
|
|
@@ -9931,7 +9137,40 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9931
9137
|
.#{$ti-prefix}-zzz-off:before { content: $ti-icon-zzz-off; }
|
|
9932
9138
|
|
|
9933
9139
|
// Aliases
|
|
9934
|
-
.#{$ti-prefix}-
|
|
9935
|
-
.#{$ti-prefix}-
|
|
9936
|
-
.#{$ti-prefix}-
|
|
9140
|
+
.#{$ti-prefix}-code-asterix:before { content: $ti-icon-code-asterisk; }
|
|
9141
|
+
.#{$ti-prefix}-discount-2:before { content: $ti-icon-rosette-discount; }
|
|
9142
|
+
.#{$ti-prefix}-discount-2-off:before { content: $ti-icon-rosette-discount-off; }
|
|
9143
|
+
.#{$ti-prefix}-discount-check:before { content: $ti-icon-rosette-discount-check; }
|
|
9144
|
+
.#{$ti-prefix}-hand-rock:before { content: $ti-icon-hand-love-you; }
|
|
9145
|
+
.#{$ti-prefix}-sort-deacending-small-big:before { content: $ti-icon-sort-descending-small-big; }
|
|
9146
|
+
.#{$ti-prefix}-circle-0:before { content: $ti-icon-circle-number-0; }
|
|
9147
|
+
.#{$ti-prefix}-circle-1:before { content: $ti-icon-circle-number-1; }
|
|
9148
|
+
.#{$ti-prefix}-circle-2:before { content: $ti-icon-circle-number-2; }
|
|
9149
|
+
.#{$ti-prefix}-circle-3:before { content: $ti-icon-circle-number-3; }
|
|
9150
|
+
.#{$ti-prefix}-circle-4:before { content: $ti-icon-circle-number-4; }
|
|
9151
|
+
.#{$ti-prefix}-circle-5:before { content: $ti-icon-circle-number-5; }
|
|
9152
|
+
.#{$ti-prefix}-circle-6:before { content: $ti-icon-circle-number-6; }
|
|
9153
|
+
.#{$ti-prefix}-circle-7:before { content: $ti-icon-circle-number-7; }
|
|
9154
|
+
.#{$ti-prefix}-circle-8:before { content: $ti-icon-circle-number-8; }
|
|
9155
|
+
.#{$ti-prefix}-circle-9:before { content: $ti-icon-circle-number-9; }
|
|
9156
|
+
.#{$ti-prefix}-hexagon-0:before { content: $ti-icon-hexagon-number-0; }
|
|
9157
|
+
.#{$ti-prefix}-hexagon-1:before { content: $ti-icon-hexagon-number-1; }
|
|
9158
|
+
.#{$ti-prefix}-hexagon-2:before { content: $ti-icon-hexagon-number-2; }
|
|
9159
|
+
.#{$ti-prefix}-hexagon-3:before { content: $ti-icon-hexagon-number-3; }
|
|
9160
|
+
.#{$ti-prefix}-hexagon-4:before { content: $ti-icon-hexagon-number-4; }
|
|
9161
|
+
.#{$ti-prefix}-hexagon-5:before { content: $ti-icon-hexagon-number-5; }
|
|
9162
|
+
.#{$ti-prefix}-hexagon-6:before { content: $ti-icon-hexagon-number-6; }
|
|
9163
|
+
.#{$ti-prefix}-hexagon-7:before { content: $ti-icon-hexagon-number-7; }
|
|
9164
|
+
.#{$ti-prefix}-hexagon-8:before { content: $ti-icon-hexagon-number-8; }
|
|
9165
|
+
.#{$ti-prefix}-hexagon-9:before { content: $ti-icon-hexagon-number-9; }
|
|
9166
|
+
.#{$ti-prefix}-square-0:before { content: $ti-icon-square-number-0; }
|
|
9167
|
+
.#{$ti-prefix}-square-1:before { content: $ti-icon-square-number-1; }
|
|
9168
|
+
.#{$ti-prefix}-square-2:before { content: $ti-icon-square-number-2; }
|
|
9169
|
+
.#{$ti-prefix}-square-3:before { content: $ti-icon-square-number-3; }
|
|
9170
|
+
.#{$ti-prefix}-square-4:before { content: $ti-icon-square-number-4; }
|
|
9171
|
+
.#{$ti-prefix}-square-5:before { content: $ti-icon-square-number-5; }
|
|
9172
|
+
.#{$ti-prefix}-square-6:before { content: $ti-icon-square-number-6; }
|
|
9173
|
+
.#{$ti-prefix}-square-7:before { content: $ti-icon-square-number-7; }
|
|
9174
|
+
.#{$ti-prefix}-square-8:before { content: $ti-icon-square-number-8; }
|
|
9175
|
+
.#{$ti-prefix}-square-9:before { content: $ti-icon-square-number-9; }
|
|
9937
9176
|
|