@tabler/icons-webfont 3.0.0-alpha.1 → 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/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} +166 -2295
- package/dist/tabler-icons.css.map +1 -0
- package/{tabler-icons.html → dist/tabler-icons.html} +85 -5134
- 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} +67 -1162
- package/package.json +9 -8
- package/fonts/.gitkeep +0 -0
- 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.1') format('embedded-opentype'),
|
|
18
|
-
url('#{$ti-font-path}/tabler-icons.woff2?v3.0.0-alpha.1') 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,37 +382,22 @@ $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
|
-
$ti-icon-badge-3d-filled: unicode('ea01');
|
|
446
387
|
$ti-icon-badge-4k: unicode('f556');
|
|
447
|
-
$ti-icon-badge-4k-filled: unicode('eaa9');
|
|
448
388
|
$ti-icon-badge-8k: unicode('f557');
|
|
449
|
-
$ti-icon-badge-8k-filled: unicode('eabb');
|
|
450
389
|
$ti-icon-badge-ad: unicode('f558');
|
|
451
|
-
$ti-icon-badge-ad-filled: unicode('eb81');
|
|
452
390
|
$ti-icon-badge-ad-off: unicode('fd8f');
|
|
453
391
|
$ti-icon-badge-ar: unicode('f559');
|
|
454
|
-
$ti-icon-badge-ar-filled: unicode('eb98');
|
|
455
392
|
$ti-icon-badge-cc: unicode('f55a');
|
|
456
|
-
$ti-icon-badge-cc-filled: unicode('ebbf');
|
|
457
|
-
$ti-icon-badge-filled: unicode('f667');
|
|
458
393
|
$ti-icon-badge-hd: unicode('f55b');
|
|
459
|
-
$ti-icon-badge-hd-filled: unicode('ebc3');
|
|
460
394
|
$ti-icon-badge-off: unicode('f0fb');
|
|
461
395
|
$ti-icon-badge-sd: unicode('f55c');
|
|
462
|
-
$ti-icon-badge-sd-filled: unicode('ebe0');
|
|
463
396
|
$ti-icon-badge-tm: unicode('f55d');
|
|
464
|
-
$ti-icon-badge-tm-filled: unicode('ebf8');
|
|
465
397
|
$ti-icon-badge-vo: unicode('f55e');
|
|
466
|
-
$ti-icon-badge-vo-filled: unicode('ebfc');
|
|
467
398
|
$ti-icon-badge-vr: unicode('f55f');
|
|
468
|
-
$ti-icon-badge-vr-filled: unicode('ebfd');
|
|
469
399
|
$ti-icon-badge-wc: unicode('f560');
|
|
470
|
-
$ti-icon-badge-wc-filled: unicode('ebfe');
|
|
471
400
|
$ti-icon-badges: unicode('efc3');
|
|
472
|
-
$ti-icon-badges-filled: unicode('f7dd');
|
|
473
401
|
$ti-icon-badges-off: unicode('f0fc');
|
|
474
402
|
$ti-icon-baguette: unicode('f3a5');
|
|
475
403
|
$ti-icon-ball-american-football: unicode('ee04');
|
|
@@ -482,14 +410,11 @@ $ti-icon-ball-football-off: unicode('ee05');
|
|
|
482
410
|
$ti-icon-ball-tennis: unicode('ec2a');
|
|
483
411
|
$ti-icon-ball-volleyball: unicode('ec2b');
|
|
484
412
|
$ti-icon-balloon: unicode('ef3a');
|
|
485
|
-
$ti-icon-balloon-filled: unicode('fa84');
|
|
486
413
|
$ti-icon-balloon-off: unicode('f0fd');
|
|
487
414
|
$ti-icon-ballpen: unicode('f06e');
|
|
488
|
-
$ti-icon-ballpen-filled: unicode('fa85');
|
|
489
415
|
$ti-icon-ballpen-off: unicode('f0b1');
|
|
490
416
|
$ti-icon-ban: unicode('ea2e');
|
|
491
417
|
$ti-icon-bandage: unicode('eb7a');
|
|
492
|
-
$ti-icon-bandage-filled: unicode('f7de');
|
|
493
418
|
$ti-icon-bandage-off: unicode('f3c4');
|
|
494
419
|
$ti-icon-barbell: unicode('eff0');
|
|
495
420
|
$ti-icon-barbell-off: unicode('f0b2');
|
|
@@ -513,7 +438,6 @@ $ti-icon-basket-discount: unicode('fb48');
|
|
|
513
438
|
$ti-icon-basket-dollar: unicode('fb49');
|
|
514
439
|
$ti-icon-basket-down: unicode('fb4a');
|
|
515
440
|
$ti-icon-basket-exclamation: unicode('fb4b');
|
|
516
|
-
$ti-icon-basket-filled: unicode('f7df');
|
|
517
441
|
$ti-icon-basket-heart: unicode('fb4c');
|
|
518
442
|
$ti-icon-basket-minus: unicode('fb4d');
|
|
519
443
|
$ti-icon-basket-off: unicode('f0b6');
|
|
@@ -528,31 +452,23 @@ $ti-icon-basket-up: unicode('fb55');
|
|
|
528
452
|
$ti-icon-basket-x: unicode('fb56');
|
|
529
453
|
$ti-icon-bat: unicode('f284');
|
|
530
454
|
$ti-icon-bath: unicode('ef48');
|
|
531
|
-
$ti-icon-bath-filled: unicode('f71d');
|
|
532
455
|
$ti-icon-bath-off: unicode('f0ff');
|
|
533
456
|
$ti-icon-battery: unicode('ea34');
|
|
534
457
|
$ti-icon-battery-1: unicode('ea2f');
|
|
535
|
-
$ti-icon-battery-1-filled: unicode('f71e');
|
|
536
458
|
$ti-icon-battery-2: unicode('ea30');
|
|
537
|
-
$ti-icon-battery-2-filled: unicode('f71f');
|
|
538
459
|
$ti-icon-battery-3: unicode('ea31');
|
|
539
|
-
$ti-icon-battery-3-filled: unicode('f720');
|
|
540
460
|
$ti-icon-battery-4: unicode('ea32');
|
|
541
|
-
$ti-icon-battery-4-filled: unicode('f721');
|
|
542
461
|
$ti-icon-battery-automotive: unicode('ee07');
|
|
543
462
|
$ti-icon-battery-charging: unicode('ea33');
|
|
544
463
|
$ti-icon-battery-charging-2: unicode('ef3b');
|
|
545
464
|
$ti-icon-battery-eco: unicode('ef3c');
|
|
546
|
-
$ti-icon-battery-filled: unicode('f668');
|
|
547
465
|
$ti-icon-battery-off: unicode('ed1c');
|
|
548
466
|
$ti-icon-beach: unicode('ef3d');
|
|
549
467
|
$ti-icon-beach-off: unicode('f0b7');
|
|
550
468
|
$ti-icon-bed: unicode('eb5c');
|
|
551
|
-
$ti-icon-bed-filled: unicode('f7e0');
|
|
552
469
|
$ti-icon-bed-flat: unicode('fca1');
|
|
553
470
|
$ti-icon-bed-off: unicode('f100');
|
|
554
471
|
$ti-icon-beer: unicode('efa1');
|
|
555
|
-
$ti-icon-beer-filled: unicode('f7e1');
|
|
556
472
|
$ti-icon-beer-off: unicode('f101');
|
|
557
473
|
$ti-icon-bell: unicode('ea35');
|
|
558
474
|
$ti-icon-bell-bolt: unicode('f812');
|
|
@@ -563,29 +479,22 @@ $ti-icon-bell-cog: unicode('f816');
|
|
|
563
479
|
$ti-icon-bell-dollar: unicode('f817');
|
|
564
480
|
$ti-icon-bell-down: unicode('f818');
|
|
565
481
|
$ti-icon-bell-exclamation: unicode('f819');
|
|
566
|
-
$ti-icon-bell-filled: unicode('f669');
|
|
567
482
|
$ti-icon-bell-heart: unicode('f81a');
|
|
568
483
|
$ti-icon-bell-minus: unicode('ede2');
|
|
569
|
-
$ti-icon-bell-minus-filled: unicode('f722');
|
|
570
484
|
$ti-icon-bell-off: unicode('ece9');
|
|
571
485
|
$ti-icon-bell-pause: unicode('f81b');
|
|
572
486
|
$ti-icon-bell-pin: unicode('f81c');
|
|
573
487
|
$ti-icon-bell-plus: unicode('ede3');
|
|
574
|
-
$ti-icon-bell-plus-filled: unicode('f723');
|
|
575
488
|
$ti-icon-bell-question: unicode('f81d');
|
|
576
489
|
$ti-icon-bell-ringing: unicode('ed07');
|
|
577
490
|
$ti-icon-bell-ringing-2: unicode('ede4');
|
|
578
|
-
$ti-icon-bell-ringing-2-filled: unicode('f724');
|
|
579
|
-
$ti-icon-bell-ringing-filled: unicode('f725');
|
|
580
491
|
$ti-icon-bell-school: unicode('f05e');
|
|
581
492
|
$ti-icon-bell-search: unicode('f81e');
|
|
582
493
|
$ti-icon-bell-share: unicode('f81f');
|
|
583
494
|
$ti-icon-bell-star: unicode('f820');
|
|
584
495
|
$ti-icon-bell-up: unicode('f821');
|
|
585
496
|
$ti-icon-bell-x: unicode('ede5');
|
|
586
|
-
$ti-icon-bell-x-filled: unicode('f726');
|
|
587
497
|
$ti-icon-bell-z: unicode('eff1');
|
|
588
|
-
$ti-icon-bell-z-filled: unicode('f727');
|
|
589
498
|
$ti-icon-beta: unicode('f544');
|
|
590
499
|
$ti-icon-bible: unicode('efc4');
|
|
591
500
|
$ti-icon-bike: unicode('ea36');
|
|
@@ -595,10 +504,8 @@ $ti-icon-binary-off: unicode('f3c5');
|
|
|
595
504
|
$ti-icon-binary-tree: unicode('f5d4');
|
|
596
505
|
$ti-icon-binary-tree-2: unicode('f5d3');
|
|
597
506
|
$ti-icon-biohazard: unicode('ecb8');
|
|
598
|
-
$ti-icon-biohazard-filled: unicode('ebff');
|
|
599
507
|
$ti-icon-biohazard-off: unicode('f0b9');
|
|
600
508
|
$ti-icon-blade: unicode('f4bd');
|
|
601
|
-
$ti-icon-blade-filled: unicode('f7e2');
|
|
602
509
|
$ti-icon-bleach: unicode('f2f3');
|
|
603
510
|
$ti-icon-bleach-chlorine: unicode('f2f0');
|
|
604
511
|
$ti-icon-bleach-no-chlorine: unicode('f2f1');
|
|
@@ -618,7 +525,6 @@ $ti-icon-bold-off: unicode('f0ba');
|
|
|
618
525
|
$ti-icon-bolt: unicode('ea38');
|
|
619
526
|
$ti-icon-bolt-off: unicode('ecec');
|
|
620
527
|
$ti-icon-bomb: unicode('f59c');
|
|
621
|
-
$ti-icon-bomb-filled: unicode('fa86');
|
|
622
528
|
$ti-icon-bone: unicode('edb8');
|
|
623
529
|
$ti-icon-bone-off: unicode('f0bb');
|
|
624
530
|
$ti-icon-bong: unicode('f3a7');
|
|
@@ -626,25 +532,23 @@ $ti-icon-bong-off: unicode('f3c7');
|
|
|
626
532
|
$ti-icon-book: unicode('ea39');
|
|
627
533
|
$ti-icon-book-2: unicode('efc5');
|
|
628
534
|
$ti-icon-book-download: unicode('f070');
|
|
629
|
-
$ti-icon-book-filled: unicode('fa87');
|
|
630
535
|
$ti-icon-book-off: unicode('f0bc');
|
|
631
536
|
$ti-icon-book-upload: unicode('f071');
|
|
632
537
|
$ti-icon-bookmark: unicode('ea3a');
|
|
633
538
|
$ti-icon-bookmark-ai: unicode('fc8a');
|
|
634
539
|
$ti-icon-bookmark-edit: unicode('fa5e');
|
|
635
|
-
$ti-icon-bookmark-filled: unicode('fa88');
|
|
636
540
|
$ti-icon-bookmark-minus: unicode('fa5f');
|
|
637
541
|
$ti-icon-bookmark-off: unicode('eced');
|
|
638
542
|
$ti-icon-bookmark-plus: unicode('fa60');
|
|
639
543
|
$ti-icon-bookmark-question: unicode('fa61');
|
|
640
544
|
$ti-icon-bookmarks: unicode('ed08');
|
|
641
|
-
$ti-icon-bookmarks-filled: unicode('fb1f');
|
|
642
545
|
$ti-icon-bookmarks-off: unicode('f0bd');
|
|
643
546
|
$ti-icon-books: unicode('eff2');
|
|
644
547
|
$ti-icon-books-off: unicode('f0be');
|
|
645
|
-
$ti-icon-boom: unicode('
|
|
548
|
+
$ti-icon-boom: unicode('fdbe');
|
|
646
549
|
$ti-icon-border-all: unicode('ea3b');
|
|
647
550
|
$ti-icon-border-bottom: unicode('ea3c');
|
|
551
|
+
$ti-icon-border-bottom-plus: unicode('fdbd');
|
|
648
552
|
$ti-icon-border-corner-ios: unicode('fd98');
|
|
649
553
|
$ti-icon-border-corner-pill: unicode('fd62');
|
|
650
554
|
$ti-icon-border-corner-rounded: unicode('fd63');
|
|
@@ -653,44 +557,35 @@ $ti-icon-border-corners: unicode('f7a0');
|
|
|
653
557
|
$ti-icon-border-horizontal: unicode('ea3d');
|
|
654
558
|
$ti-icon-border-inner: unicode('ea3e');
|
|
655
559
|
$ti-icon-border-left: unicode('ea3f');
|
|
560
|
+
$ti-icon-border-left-plus: unicode('fdbc');
|
|
656
561
|
$ti-icon-border-none: unicode('ea40');
|
|
657
562
|
$ti-icon-border-outer: unicode('ea41');
|
|
658
563
|
$ti-icon-border-radius: unicode('eb7c');
|
|
659
564
|
$ti-icon-border-right: unicode('ea42');
|
|
565
|
+
$ti-icon-border-right-plus: unicode('fdbb');
|
|
660
566
|
$ti-icon-border-sides: unicode('f7a1');
|
|
661
567
|
$ti-icon-border-style: unicode('ee0a');
|
|
662
568
|
$ti-icon-border-style-2: unicode('ef22');
|
|
663
569
|
$ti-icon-border-top: unicode('ea43');
|
|
570
|
+
$ti-icon-border-top-plus: unicode('fdba');
|
|
664
571
|
$ti-icon-border-vertical: unicode('ea44');
|
|
665
572
|
$ti-icon-bottle: unicode('ef0b');
|
|
666
|
-
$ti-icon-bottle-filled: unicode('fa89');
|
|
667
573
|
$ti-icon-bottle-off: unicode('f3c8');
|
|
668
574
|
$ti-icon-bounce-left: unicode('f59d');
|
|
669
|
-
$ti-icon-bounce-left-filled: unicode('fb20');
|
|
670
575
|
$ti-icon-bounce-right: unicode('f59e');
|
|
671
|
-
$ti-icon-bounce-right-filled: unicode('fb21');
|
|
672
576
|
$ti-icon-bow: unicode('f096');
|
|
673
577
|
$ti-icon-bowl: unicode('f4fa');
|
|
674
578
|
$ti-icon-bowl-chopsticks: unicode('fd90');
|
|
675
|
-
$ti-icon-bowl-filled: unicode('fb22');
|
|
676
579
|
$ti-icon-bowl-spoon: unicode('fd91');
|
|
677
580
|
$ti-icon-box: unicode('ea45');
|
|
678
581
|
$ti-icon-box-align-bottom: unicode('f2a8');
|
|
679
|
-
$ti-icon-box-align-bottom-filled: unicode('fa8a');
|
|
680
582
|
$ti-icon-box-align-bottom-left: unicode('f2ce');
|
|
681
|
-
$ti-icon-box-align-bottom-left-filled: unicode('fa8b');
|
|
682
583
|
$ti-icon-box-align-bottom-right: unicode('f2cf');
|
|
683
|
-
$ti-icon-box-align-bottom-right-filled: unicode('fa8c');
|
|
684
584
|
$ti-icon-box-align-left: unicode('f2a9');
|
|
685
|
-
$ti-icon-box-align-left-filled: unicode('fa8d');
|
|
686
585
|
$ti-icon-box-align-right: unicode('f2aa');
|
|
687
|
-
$ti-icon-box-align-right-filled: unicode('fa8e');
|
|
688
586
|
$ti-icon-box-align-top: unicode('f2ab');
|
|
689
|
-
$ti-icon-box-align-top-filled: unicode('fa8f');
|
|
690
587
|
$ti-icon-box-align-top-left: unicode('f2d0');
|
|
691
|
-
$ti-icon-box-align-top-left-filled: unicode('fa90');
|
|
692
588
|
$ti-icon-box-align-top-right: unicode('f2d1');
|
|
693
|
-
$ti-icon-box-align-top-right-filled: unicode('fa91');
|
|
694
589
|
$ti-icon-box-margin: unicode('ee0b');
|
|
695
590
|
$ti-icon-box-model: unicode('ee0c');
|
|
696
591
|
$ti-icon-box-model-2: unicode('ef23');
|
|
@@ -741,11 +636,10 @@ $ti-icon-brand-ao3: unicode('f5e8');
|
|
|
741
636
|
$ti-icon-brand-appgallery: unicode('f231');
|
|
742
637
|
$ti-icon-brand-apple: unicode('ec17');
|
|
743
638
|
$ti-icon-brand-apple-arcade: unicode('ed69');
|
|
744
|
-
$ti-icon-brand-apple-filled: unicode('fd74');
|
|
745
639
|
$ti-icon-brand-apple-podcast: unicode('f1e6');
|
|
746
640
|
$ti-icon-brand-appstore: unicode('ed24');
|
|
747
641
|
$ti-icon-brand-asana: unicode('edc5');
|
|
748
|
-
$ti-icon-brand-astro: unicode('
|
|
642
|
+
$ti-icon-brand-astro: unicode('fdb9');
|
|
749
643
|
$ti-icon-brand-auth0: unicode('fcb3');
|
|
750
644
|
$ti-icon-brand-aws: unicode('fa4c');
|
|
751
645
|
$ti-icon-brand-azure: unicode('fa4d');
|
|
@@ -809,7 +703,6 @@ $ti-icon-brand-deviantart: unicode('ecfb');
|
|
|
809
703
|
$ti-icon-brand-digg: unicode('fa73');
|
|
810
704
|
$ti-icon-brand-dingtalk: unicode('f5ea');
|
|
811
705
|
$ti-icon-brand-discord: unicode('ece3');
|
|
812
|
-
$ti-icon-brand-discord-filled: unicode('f7e4');
|
|
813
706
|
$ti-icon-brand-disney: unicode('f20a');
|
|
814
707
|
$ti-icon-brand-disqus: unicode('edc9');
|
|
815
708
|
$ti-icon-brand-django: unicode('f349');
|
|
@@ -818,7 +711,6 @@ $ti-icon-brand-doctrine: unicode('ef6d');
|
|
|
818
711
|
$ti-icon-brand-dolby-digital: unicode('f4d4');
|
|
819
712
|
$ti-icon-brand-douban: unicode('f5ff');
|
|
820
713
|
$ti-icon-brand-dribbble: unicode('ec19');
|
|
821
|
-
$ti-icon-brand-dribbble-filled: unicode('f7e5');
|
|
822
714
|
$ti-icon-brand-drops: unicode('f4d5');
|
|
823
715
|
$ti-icon-brand-drupal: unicode('f393');
|
|
824
716
|
$ti-icon-brand-edge: unicode('ecfc');
|
|
@@ -829,7 +721,6 @@ $ti-icon-brand-envato: unicode('f394');
|
|
|
829
721
|
$ti-icon-brand-etsy: unicode('f654');
|
|
830
722
|
$ti-icon-brand-evernote: unicode('f600');
|
|
831
723
|
$ti-icon-brand-facebook: unicode('ec1a');
|
|
832
|
-
$ti-icon-brand-facebook-filled: unicode('f7e6');
|
|
833
724
|
$ti-icon-brand-feedly: unicode('fa75');
|
|
834
725
|
$ti-icon-brand-figma: unicode('ec93');
|
|
835
726
|
$ti-icon-brand-filezilla: unicode('fa76');
|
|
@@ -850,7 +741,6 @@ $ti-icon-brand-gatsby: unicode('f396');
|
|
|
850
741
|
$ti-icon-brand-git: unicode('ef6f');
|
|
851
742
|
$ti-icon-brand-github: unicode('ec1c');
|
|
852
743
|
$ti-icon-brand-github-copilot: unicode('f4a8');
|
|
853
|
-
$ti-icon-brand-github-filled: unicode('f7e7');
|
|
854
744
|
$ti-icon-brand-gitlab: unicode('ec1d');
|
|
855
745
|
$ti-icon-brand-gmail: unicode('efa2');
|
|
856
746
|
$ti-icon-brand-golang: unicode('f78d');
|
|
@@ -858,7 +748,6 @@ $ti-icon-brand-google: unicode('ec1f');
|
|
|
858
748
|
$ti-icon-brand-google-analytics: unicode('edcb');
|
|
859
749
|
$ti-icon-brand-google-big-query: unicode('f612');
|
|
860
750
|
$ti-icon-brand-google-drive: unicode('ec1e');
|
|
861
|
-
$ti-icon-brand-google-filled: unicode('fd1a');
|
|
862
751
|
$ti-icon-brand-google-fit: unicode('f297');
|
|
863
752
|
$ti-icon-brand-google-home: unicode('f601');
|
|
864
753
|
$ti-icon-brand-google-maps: unicode('fa4f');
|
|
@@ -942,9 +831,7 @@ $ti-icon-brand-opera: unicode('ec21');
|
|
|
942
831
|
$ti-icon-brand-pagekit: unicode('edd1');
|
|
943
832
|
$ti-icon-brand-parsinta: unicode('fc42');
|
|
944
833
|
$ti-icon-brand-patreon: unicode('edd2');
|
|
945
|
-
$ti-icon-brand-patreon-filled: unicode('fcff');
|
|
946
834
|
$ti-icon-brand-paypal: unicode('ec22');
|
|
947
|
-
$ti-icon-brand-paypal-filled: unicode('f7e9');
|
|
948
835
|
$ti-icon-brand-paypay: unicode('f5ec');
|
|
949
836
|
$ti-icon-brand-peanut: unicode('f39b');
|
|
950
837
|
$ti-icon-brand-pepsi: unicode('f261');
|
|
@@ -1023,7 +910,6 @@ $ti-icon-brand-threads: unicode('fb02');
|
|
|
1023
910
|
$ti-icon-brand-threejs: unicode('f5f0');
|
|
1024
911
|
$ti-icon-brand-tidal: unicode('ed70');
|
|
1025
912
|
$ti-icon-brand-tiktok: unicode('ec73');
|
|
1026
|
-
$ti-icon-brand-tiktok-filled: unicode('f7ea');
|
|
1027
913
|
$ti-icon-brand-tinder: unicode('ed71');
|
|
1028
914
|
$ti-icon-brand-topbuzz: unicode('f50d');
|
|
1029
915
|
$ti-icon-brand-torchain: unicode('f5a4');
|
|
@@ -1034,7 +920,6 @@ $ti-icon-brand-tumblr: unicode('ed04');
|
|
|
1034
920
|
$ti-icon-brand-twilio: unicode('f617');
|
|
1035
921
|
$ti-icon-brand-twitch: unicode('ed05');
|
|
1036
922
|
$ti-icon-brand-twitter: unicode('ec27');
|
|
1037
|
-
$ti-icon-brand-twitter-filled: unicode('f7eb');
|
|
1038
923
|
$ti-icon-brand-typescript: unicode('f5f1');
|
|
1039
924
|
$ti-icon-brand-uber: unicode('ef75');
|
|
1040
925
|
$ti-icon-brand-ubuntu: unicode('ef59');
|
|
@@ -1068,7 +953,6 @@ $ti-icon-brand-wish: unicode('f212');
|
|
|
1068
953
|
$ti-icon-brand-wix: unicode('f3a1');
|
|
1069
954
|
$ti-icon-brand-wordpress: unicode('f2d3');
|
|
1070
955
|
$ti-icon-brand-x: unicode('fc0f');
|
|
1071
|
-
$ti-icon-brand-x-filled: unicode('fc21');
|
|
1072
956
|
$ti-icon-brand-xamarin: unicode('fa7a');
|
|
1073
957
|
$ti-icon-brand-xbox: unicode('f298');
|
|
1074
958
|
$ti-icon-brand-xdeep: unicode('fc10');
|
|
@@ -1079,7 +963,6 @@ $ti-icon-brand-yarn: unicode('fd79');
|
|
|
1079
963
|
$ti-icon-brand-yatse: unicode('f213');
|
|
1080
964
|
$ti-icon-brand-ycombinator: unicode('edd9');
|
|
1081
965
|
$ti-icon-brand-youtube: unicode('ec90');
|
|
1082
|
-
$ti-icon-brand-youtube-filled: unicode('fc22');
|
|
1083
966
|
$ti-icon-brand-youtube-kids: unicode('f214');
|
|
1084
967
|
$ti-icon-brand-zalando: unicode('f49e');
|
|
1085
968
|
$ti-icon-brand-zapier: unicode('f49f');
|
|
@@ -1092,17 +975,14 @@ $ti-icon-bread: unicode('efa3');
|
|
|
1092
975
|
$ti-icon-bread-off: unicode('f3cb');
|
|
1093
976
|
$ti-icon-briefcase: unicode('ea46');
|
|
1094
977
|
$ti-icon-briefcase-2: unicode('fb03');
|
|
1095
|
-
$ti-icon-briefcase-filled: unicode('fd00');
|
|
1096
978
|
$ti-icon-briefcase-off: unicode('f3cc');
|
|
1097
979
|
$ti-icon-brightness: unicode('eb7f');
|
|
1098
980
|
$ti-icon-brightness-2: unicode('ee19');
|
|
1099
981
|
$ti-icon-brightness-auto: unicode('fd99');
|
|
1100
982
|
$ti-icon-brightness-down: unicode('eb7d');
|
|
1101
|
-
$ti-icon-brightness-down-filled: unicode('fb23');
|
|
1102
983
|
$ti-icon-brightness-half: unicode('ee1a');
|
|
1103
984
|
$ti-icon-brightness-off: unicode('f3cd');
|
|
1104
985
|
$ti-icon-brightness-up: unicode('eb7e');
|
|
1105
|
-
$ti-icon-brightness-up-filled: unicode('fb24');
|
|
1106
986
|
$ti-icon-broadcast: unicode('f1e9');
|
|
1107
987
|
$ti-icon-broadcast-off: unicode('f1e8');
|
|
1108
988
|
$ti-icon-browser: unicode('ebb7');
|
|
@@ -1116,7 +996,6 @@ $ti-icon-bucket: unicode('ea47');
|
|
|
1116
996
|
$ti-icon-bucket-droplet: unicode('f56a');
|
|
1117
997
|
$ti-icon-bucket-off: unicode('f103');
|
|
1118
998
|
$ti-icon-bug: unicode('ea48');
|
|
1119
|
-
$ti-icon-bug-filled: unicode('fd01');
|
|
1120
999
|
$ti-icon-bug-off: unicode('f0c3');
|
|
1121
1000
|
$ti-icon-building: unicode('ea4f');
|
|
1122
1001
|
$ti-icon-building-arch: unicode('ea49');
|
|
@@ -1146,7 +1025,6 @@ $ti-icon-building-tunnel: unicode('f5a6');
|
|
|
1146
1025
|
$ti-icon-building-warehouse: unicode('ebe3');
|
|
1147
1026
|
$ti-icon-building-wind-turbine: unicode('f4c0');
|
|
1148
1027
|
$ti-icon-bulb: unicode('ea51');
|
|
1149
|
-
$ti-icon-bulb-filled: unicode('f66a');
|
|
1150
1028
|
$ti-icon-bulb-off: unicode('ea50');
|
|
1151
1029
|
$ti-icon-bulldozer: unicode('ee1d');
|
|
1152
1030
|
$ti-icon-burger: unicode('fcb4');
|
|
@@ -1156,12 +1034,10 @@ $ti-icon-bus-stop: unicode('f2d4');
|
|
|
1156
1034
|
$ti-icon-businessplan: unicode('ee1e');
|
|
1157
1035
|
$ti-icon-butterfly: unicode('efd9');
|
|
1158
1036
|
$ti-icon-cactus: unicode('f21b');
|
|
1159
|
-
$ti-icon-cactus-filled: unicode('fb25');
|
|
1160
1037
|
$ti-icon-cactus-off: unicode('f3cf');
|
|
1161
1038
|
$ti-icon-cake: unicode('f00f');
|
|
1162
1039
|
$ti-icon-cake-off: unicode('f104');
|
|
1163
1040
|
$ti-icon-calculator: unicode('eb80');
|
|
1164
|
-
$ti-icon-calculator-filled: unicode('fb26');
|
|
1165
1041
|
$ti-icon-calculator-off: unicode('f0c4');
|
|
1166
1042
|
$ti-icon-calendar: unicode('ea53');
|
|
1167
1043
|
$ti-icon-calendar-bolt: unicode('f822');
|
|
@@ -1176,7 +1052,6 @@ $ti-icon-calendar-down: unicode('f828');
|
|
|
1176
1052
|
$ti-icon-calendar-due: unicode('f621');
|
|
1177
1053
|
$ti-icon-calendar-event: unicode('ea52');
|
|
1178
1054
|
$ti-icon-calendar-exclamation: unicode('f829');
|
|
1179
|
-
$ti-icon-calendar-filled: unicode('fb27');
|
|
1180
1055
|
$ti-icon-calendar-heart: unicode('f82a');
|
|
1181
1056
|
$ti-icon-calendar-minus: unicode('ebb9');
|
|
1182
1057
|
$ti-icon-calendar-month: unicode('fd2f');
|
|
@@ -1206,7 +1081,6 @@ $ti-icon-camera-cog: unicode('f837');
|
|
|
1206
1081
|
$ti-icon-camera-dollar: unicode('f838');
|
|
1207
1082
|
$ti-icon-camera-down: unicode('f839');
|
|
1208
1083
|
$ti-icon-camera-exclamation: unicode('f83a');
|
|
1209
|
-
$ti-icon-camera-filled: unicode('fa37');
|
|
1210
1084
|
$ti-icon-camera-heart: unicode('f83b');
|
|
1211
1085
|
$ti-icon-camera-minus: unicode('ec3a');
|
|
1212
1086
|
$ti-icon-camera-off: unicode('ecee');
|
|
@@ -1223,29 +1097,24 @@ $ti-icon-camera-up: unicode('f842');
|
|
|
1223
1097
|
$ti-icon-camera-x: unicode('f843');
|
|
1224
1098
|
$ti-icon-camper: unicode('fa25');
|
|
1225
1099
|
$ti-icon-campfire: unicode('f5a7');
|
|
1226
|
-
$ti-icon-campfire-filled: unicode('fb28');
|
|
1227
1100
|
$ti-icon-candle: unicode('efc6');
|
|
1228
|
-
$ti-icon-candle-filled: unicode('fc23');
|
|
1229
1101
|
$ti-icon-candy: unicode('ef0d');
|
|
1230
1102
|
$ti-icon-candy-off: unicode('f0c5');
|
|
1231
1103
|
$ti-icon-cane: unicode('f50f');
|
|
1232
1104
|
$ti-icon-cannabis: unicode('f4c1');
|
|
1233
1105
|
$ti-icon-capsule: unicode('fae3');
|
|
1234
|
-
$ti-icon-capsule-filled: unicode('fc24');
|
|
1235
1106
|
$ti-icon-capsule-horizontal: unicode('fae2');
|
|
1236
|
-
$ti-icon-capsule-horizontal-filled: unicode('fc25');
|
|
1237
1107
|
$ti-icon-capture: unicode('ec3c');
|
|
1238
|
-
$ti-icon-capture-filled: unicode('fb29');
|
|
1239
1108
|
$ti-icon-capture-off: unicode('f0c6');
|
|
1240
1109
|
$ti-icon-car: unicode('ebbb');
|
|
1241
|
-
$ti-icon-car-4wd: unicode('
|
|
1110
|
+
$ti-icon-car-4wd: unicode('fdb8');
|
|
1242
1111
|
$ti-icon-car-crane: unicode('ef25');
|
|
1243
1112
|
$ti-icon-car-crash: unicode('efa4');
|
|
1244
|
-
$ti-icon-car-fan: unicode('
|
|
1245
|
-
$ti-icon-car-fan-1: unicode('
|
|
1246
|
-
$ti-icon-car-fan-2: unicode('
|
|
1247
|
-
$ti-icon-car-fan-3: unicode('
|
|
1248
|
-
$ti-icon-car-fan-auto: unicode('
|
|
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');
|
|
1249
1118
|
$ti-icon-car-garage: unicode('fc77');
|
|
1250
1119
|
$ti-icon-car-off: unicode('f0c7');
|
|
1251
1120
|
$ti-icon-car-suv: unicode('fc8b');
|
|
@@ -1254,28 +1123,18 @@ $ti-icon-caravan: unicode('ec7c');
|
|
|
1254
1123
|
$ti-icon-cardboards: unicode('ed74');
|
|
1255
1124
|
$ti-icon-cardboards-off: unicode('f0c8');
|
|
1256
1125
|
$ti-icon-cards: unicode('f510');
|
|
1257
|
-
$ti-icon-cards-filled: unicode('fc26');
|
|
1258
1126
|
$ti-icon-caret-down: unicode('eb5d');
|
|
1259
|
-
$ti-icon-caret-down-filled: unicode('fb2a');
|
|
1260
1127
|
$ti-icon-caret-left: unicode('eb5e');
|
|
1261
|
-
$ti-icon-caret-left-filled: unicode('fb2b');
|
|
1262
1128
|
$ti-icon-caret-left-right: unicode('fc43');
|
|
1263
|
-
$ti-icon-caret-left-right-filled: unicode('fd02');
|
|
1264
1129
|
$ti-icon-caret-right: unicode('eb5f');
|
|
1265
|
-
$ti-icon-caret-right-filled: unicode('fb2c');
|
|
1266
1130
|
$ti-icon-caret-up: unicode('eb60');
|
|
1267
1131
|
$ti-icon-caret-up-down: unicode('fc44');
|
|
1268
|
-
$ti-icon-caret-up-down-filled: unicode('fd03');
|
|
1269
|
-
$ti-icon-caret-up-filled: unicode('fb2d');
|
|
1270
1132
|
$ti-icon-carousel-horizontal: unicode('f659');
|
|
1271
|
-
$ti-icon-carousel-horizontal-filled: unicode('fa92');
|
|
1272
1133
|
$ti-icon-carousel-vertical: unicode('f65a');
|
|
1273
|
-
$ti-icon-carousel-vertical-filled: unicode('fa93');
|
|
1274
1134
|
$ti-icon-carrot: unicode('f21c');
|
|
1275
1135
|
$ti-icon-carrot-off: unicode('f3d0');
|
|
1276
1136
|
$ti-icon-cash: unicode('ea55');
|
|
1277
1137
|
$ti-icon-cash-banknote: unicode('ee25');
|
|
1278
|
-
$ti-icon-cash-banknote-filled: unicode('eccd');
|
|
1279
1138
|
$ti-icon-cash-banknote-off: unicode('ee24');
|
|
1280
1139
|
$ti-icon-cash-off: unicode('f105');
|
|
1281
1140
|
$ti-icon-cast: unicode('ea56');
|
|
@@ -1283,7 +1142,6 @@ $ti-icon-cast-off: unicode('f0c9');
|
|
|
1283
1142
|
$ti-icon-cat: unicode('f65b');
|
|
1284
1143
|
$ti-icon-category: unicode('f1f6');
|
|
1285
1144
|
$ti-icon-category-2: unicode('f1f5');
|
|
1286
|
-
$ti-icon-category-filled: unicode('fb2e');
|
|
1287
1145
|
$ti-icon-category-minus: unicode('fd20');
|
|
1288
1146
|
$ti-icon-category-plus: unicode('fd21');
|
|
1289
1147
|
$ti-icon-ce: unicode('ed75');
|
|
@@ -1306,29 +1164,22 @@ $ti-icon-charging-pile: unicode('ee26');
|
|
|
1306
1164
|
$ti-icon-chart-arcs: unicode('ee28');
|
|
1307
1165
|
$ti-icon-chart-arcs-3: unicode('ee27');
|
|
1308
1166
|
$ti-icon-chart-area: unicode('ea58');
|
|
1309
|
-
$ti-icon-chart-area-filled: unicode('f66b');
|
|
1310
1167
|
$ti-icon-chart-area-line: unicode('ea57');
|
|
1311
|
-
$ti-icon-chart-area-line-filled: unicode('f66c');
|
|
1312
1168
|
$ti-icon-chart-arrows: unicode('ee2a');
|
|
1313
1169
|
$ti-icon-chart-arrows-vertical: unicode('ee29');
|
|
1314
1170
|
$ti-icon-chart-bar: unicode('ea59');
|
|
1315
1171
|
$ti-icon-chart-bar-off: unicode('f3d2');
|
|
1316
1172
|
$ti-icon-chart-bubble: unicode('ec75');
|
|
1317
|
-
$ti-icon-chart-bubble-filled: unicode('f66d');
|
|
1318
1173
|
$ti-icon-chart-candle: unicode('ea5a');
|
|
1319
|
-
$ti-icon-chart-candle-filled: unicode('f66e');
|
|
1320
1174
|
$ti-icon-chart-circles: unicode('ee2b');
|
|
1321
1175
|
$ti-icon-chart-donut: unicode('ea5b');
|
|
1322
1176
|
$ti-icon-chart-donut-2: unicode('ee2c');
|
|
1323
1177
|
$ti-icon-chart-donut-3: unicode('ee2d');
|
|
1324
1178
|
$ti-icon-chart-donut-4: unicode('ee2e');
|
|
1325
|
-
$ti-icon-chart-donut-filled: unicode('f66f');
|
|
1326
1179
|
$ti-icon-chart-dots: unicode('ee2f');
|
|
1327
1180
|
$ti-icon-chart-dots-2: unicode('f097');
|
|
1328
1181
|
$ti-icon-chart-dots-3: unicode('f098');
|
|
1329
|
-
$ti-icon-chart-dots-filled: unicode('fd04');
|
|
1330
1182
|
$ti-icon-chart-grid-dots: unicode('f4c2');
|
|
1331
|
-
$ti-icon-chart-grid-dots-filled: unicode('fd05');
|
|
1332
1183
|
$ti-icon-chart-histogram: unicode('f65c');
|
|
1333
1184
|
$ti-icon-chart-infographic: unicode('ee30');
|
|
1334
1185
|
$ti-icon-chart-line: unicode('ea5c');
|
|
@@ -1336,7 +1187,6 @@ $ti-icon-chart-pie: unicode('ea5d');
|
|
|
1336
1187
|
$ti-icon-chart-pie-2: unicode('ee31');
|
|
1337
1188
|
$ti-icon-chart-pie-3: unicode('ee32');
|
|
1338
1189
|
$ti-icon-chart-pie-4: unicode('ee33');
|
|
1339
|
-
$ti-icon-chart-pie-filled: unicode('f670');
|
|
1340
1190
|
$ti-icon-chart-pie-off: unicode('f3d3');
|
|
1341
1191
|
$ti-icon-chart-ppf: unicode('f618');
|
|
1342
1192
|
$ti-icon-chart-radar: unicode('ed77');
|
|
@@ -1353,19 +1203,12 @@ $ti-icon-cheese: unicode('ef26');
|
|
|
1353
1203
|
$ti-icon-chef-hat: unicode('f21d');
|
|
1354
1204
|
$ti-icon-chef-hat-off: unicode('f3d4');
|
|
1355
1205
|
$ti-icon-cherry: unicode('f511');
|
|
1356
|
-
$ti-icon-cherry-filled: unicode('f728');
|
|
1357
1206
|
$ti-icon-chess: unicode('f382');
|
|
1358
1207
|
$ti-icon-chess-bishop: unicode('f56b');
|
|
1359
|
-
$ti-icon-chess-bishop-filled: unicode('f729');
|
|
1360
|
-
$ti-icon-chess-filled: unicode('f72a');
|
|
1361
1208
|
$ti-icon-chess-king: unicode('f56c');
|
|
1362
|
-
$ti-icon-chess-king-filled: unicode('f72b');
|
|
1363
1209
|
$ti-icon-chess-knight: unicode('f56d');
|
|
1364
|
-
$ti-icon-chess-knight-filled: unicode('f72c');
|
|
1365
1210
|
$ti-icon-chess-queen: unicode('f56e');
|
|
1366
|
-
$ti-icon-chess-queen-filled: unicode('f72d');
|
|
1367
1211
|
$ti-icon-chess-rook: unicode('f56f');
|
|
1368
|
-
$ti-icon-chess-rook-filled: unicode('f72e');
|
|
1369
1212
|
$ti-icon-chevron-compact-down: unicode('faf0');
|
|
1370
1213
|
$ti-icon-chevron-compact-left: unicode('faf1');
|
|
1371
1214
|
$ti-icon-chevron-compact-right: unicode('faf2');
|
|
@@ -1393,38 +1236,19 @@ $ti-icon-christmas-ball: unicode('fd31');
|
|
|
1393
1236
|
$ti-icon-christmas-tree: unicode('ed78');
|
|
1394
1237
|
$ti-icon-christmas-tree-off: unicode('f3d5');
|
|
1395
1238
|
$ti-icon-circle: unicode('ea6b');
|
|
1396
|
-
$ti-icon-circle-0-filled: unicode('f72f');
|
|
1397
|
-
$ti-icon-circle-1-filled: unicode('f730');
|
|
1398
|
-
$ti-icon-circle-2-filled: unicode('f731');
|
|
1399
|
-
$ti-icon-circle-3-filled: unicode('f732');
|
|
1400
|
-
$ti-icon-circle-4-filled: unicode('f733');
|
|
1401
|
-
$ti-icon-circle-5-filled: unicode('f734');
|
|
1402
|
-
$ti-icon-circle-6-filled: unicode('f735');
|
|
1403
|
-
$ti-icon-circle-7-filled: unicode('f736');
|
|
1404
|
-
$ti-icon-circle-8-filled: unicode('f737');
|
|
1405
|
-
$ti-icon-circle-9-filled: unicode('f738');
|
|
1406
1239
|
$ti-icon-circle-arrow-down: unicode('f6f9');
|
|
1407
|
-
$ti-icon-circle-arrow-down-filled: unicode('f6f4');
|
|
1408
1240
|
$ti-icon-circle-arrow-down-left: unicode('f6f6');
|
|
1409
|
-
$ti-icon-circle-arrow-down-left-filled: unicode('f6f5');
|
|
1410
1241
|
$ti-icon-circle-arrow-down-right: unicode('f6f8');
|
|
1411
|
-
$ti-icon-circle-arrow-down-right-filled: unicode('f6f7');
|
|
1412
1242
|
$ti-icon-circle-arrow-left: unicode('f6fb');
|
|
1413
|
-
$ti-icon-circle-arrow-left-filled: unicode('f6fa');
|
|
1414
1243
|
$ti-icon-circle-arrow-right: unicode('f6fd');
|
|
1415
|
-
$ti-icon-circle-arrow-right-filled: unicode('f6fc');
|
|
1416
1244
|
$ti-icon-circle-arrow-up: unicode('f703');
|
|
1417
|
-
$ti-icon-circle-arrow-up-filled: unicode('f6fe');
|
|
1418
1245
|
$ti-icon-circle-arrow-up-left: unicode('f700');
|
|
1419
|
-
$ti-icon-circle-arrow-up-left-filled: unicode('f6ff');
|
|
1420
1246
|
$ti-icon-circle-arrow-up-right: unicode('f702');
|
|
1421
|
-
$ti-icon-circle-arrow-up-right-filled: unicode('f701');
|
|
1422
1247
|
$ti-icon-circle-caret-down: unicode('f4a9');
|
|
1423
1248
|
$ti-icon-circle-caret-left: unicode('f4aa');
|
|
1424
1249
|
$ti-icon-circle-caret-right: unicode('f4ab');
|
|
1425
1250
|
$ti-icon-circle-caret-up: unicode('f4ac');
|
|
1426
1251
|
$ti-icon-circle-check: unicode('ea67');
|
|
1427
|
-
$ti-icon-circle-check-filled: unicode('f704');
|
|
1428
1252
|
$ti-icon-circle-chevron-down: unicode('f622');
|
|
1429
1253
|
$ti-icon-circle-chevron-left: unicode('f623');
|
|
1430
1254
|
$ti-icon-circle-chevron-right: unicode('f624');
|
|
@@ -1447,66 +1271,37 @@ $ti-icon-circle-dashed-number-9: unicode('fc74');
|
|
|
1447
1271
|
$ti-icon-circle-dashed-percentage: unicode('fd7a');
|
|
1448
1272
|
$ti-icon-circle-dashed-x: unicode('fc75');
|
|
1449
1273
|
$ti-icon-circle-dot: unicode('efb1');
|
|
1450
|
-
$ti-icon-circle-dot-filled: unicode('f705');
|
|
1451
1274
|
$ti-icon-circle-dotted: unicode('ed28');
|
|
1452
|
-
$ti-icon-circle-filled: unicode('f671');
|
|
1453
1275
|
$ti-icon-circle-half: unicode('ee3f');
|
|
1454
1276
|
$ti-icon-circle-half-2: unicode('eff3');
|
|
1455
1277
|
$ti-icon-circle-half-vertical: unicode('ee3e');
|
|
1456
1278
|
$ti-icon-circle-key: unicode('f633');
|
|
1457
|
-
$ti-icon-circle-key-filled: unicode('f706');
|
|
1458
1279
|
$ti-icon-circle-letter-a: unicode('f441');
|
|
1459
|
-
$ti-icon-circle-letter-a-filled: unicode('ecce');
|
|
1460
1280
|
$ti-icon-circle-letter-b: unicode('f442');
|
|
1461
|
-
$ti-icon-circle-letter-b-filled: unicode('eccf');
|
|
1462
1281
|
$ti-icon-circle-letter-c: unicode('f443');
|
|
1463
|
-
$ti-icon-circle-letter-c-filled: unicode('ecd1');
|
|
1464
1282
|
$ti-icon-circle-letter-d: unicode('f444');
|
|
1465
|
-
$ti-icon-circle-letter-d-filled: unicode('ecd2');
|
|
1466
1283
|
$ti-icon-circle-letter-e: unicode('f445');
|
|
1467
|
-
$ti-icon-circle-letter-e-filled: unicode('ecd6');
|
|
1468
1284
|
$ti-icon-circle-letter-f: unicode('f446');
|
|
1469
|
-
$ti-icon-circle-letter-f-filled: unicode('ed31');
|
|
1470
1285
|
$ti-icon-circle-letter-g: unicode('f447');
|
|
1471
|
-
$ti-icon-circle-letter-g-filled: unicode('ed3a');
|
|
1472
1286
|
$ti-icon-circle-letter-h: unicode('f448');
|
|
1473
|
-
$ti-icon-circle-letter-h-filled: unicode('ed3b');
|
|
1474
1287
|
$ti-icon-circle-letter-i: unicode('f449');
|
|
1475
|
-
$ti-icon-circle-letter-i-filled: unicode('ed83');
|
|
1476
1288
|
$ti-icon-circle-letter-j: unicode('f44a');
|
|
1477
|
-
$ti-icon-circle-letter-j-filled: unicode('ed8b');
|
|
1478
1289
|
$ti-icon-circle-letter-k: unicode('f44b');
|
|
1479
|
-
$ti-icon-circle-letter-k-filled: unicode('ed99');
|
|
1480
1290
|
$ti-icon-circle-letter-l: unicode('f44c');
|
|
1481
|
-
$ti-icon-circle-letter-l-filled: unicode('eda5');
|
|
1482
1291
|
$ti-icon-circle-letter-m: unicode('f44d');
|
|
1483
|
-
$ti-icon-circle-letter-m-filled: unicode('ee52');
|
|
1484
1292
|
$ti-icon-circle-letter-n: unicode('f44e');
|
|
1485
|
-
$ti-icon-circle-letter-n-filled: unicode('ee7f');
|
|
1486
1293
|
$ti-icon-circle-letter-o: unicode('f44f');
|
|
1487
|
-
$ti-icon-circle-letter-o-filled: unicode('eedb');
|
|
1488
1294
|
$ti-icon-circle-letter-p: unicode('f450');
|
|
1489
|
-
$ti-icon-circle-letter-p-filled: unicode('eedd');
|
|
1490
1295
|
$ti-icon-circle-letter-q: unicode('f451');
|
|
1491
|
-
$ti-icon-circle-letter-q-filled: unicode('eede');
|
|
1492
1296
|
$ti-icon-circle-letter-r: unicode('f452');
|
|
1493
|
-
$ti-icon-circle-letter-r-filled: unicode('ef0f');
|
|
1494
1297
|
$ti-icon-circle-letter-s: unicode('f453');
|
|
1495
|
-
$ti-icon-circle-letter-s-filled: unicode('ef4a');
|
|
1496
1298
|
$ti-icon-circle-letter-t: unicode('f454');
|
|
1497
|
-
$ti-icon-circle-letter-t-filled: unicode('efce');
|
|
1498
1299
|
$ti-icon-circle-letter-u: unicode('f455');
|
|
1499
|
-
$ti-icon-circle-letter-u-filled: unicode('f066');
|
|
1500
1300
|
$ti-icon-circle-letter-v: unicode('f4ad');
|
|
1501
|
-
$ti-icon-circle-letter-v-filled: unicode('f06f');
|
|
1502
1301
|
$ti-icon-circle-letter-w: unicode('f456');
|
|
1503
|
-
$ti-icon-circle-letter-w-filled: unicode('f13b');
|
|
1504
1302
|
$ti-icon-circle-letter-x: unicode('f4ae');
|
|
1505
|
-
$ti-icon-circle-letter-x-filled: unicode('f152');
|
|
1506
1303
|
$ti-icon-circle-letter-y: unicode('f457');
|
|
1507
|
-
$ti-icon-circle-letter-y-filled: unicode('f1ac');
|
|
1508
1304
|
$ti-icon-circle-letter-z: unicode('f458');
|
|
1509
|
-
$ti-icon-circle-letter-z-filled: unicode('f1d5');
|
|
1510
1305
|
$ti-icon-circle-minus: unicode('ea68');
|
|
1511
1306
|
$ti-icon-circle-minus-2: unicode('fc8c');
|
|
1512
1307
|
$ti-icon-circle-number-0: unicode('ee34');
|
|
@@ -1528,9 +1323,7 @@ $ti-icon-circle-rectangle-off: unicode('f0cd');
|
|
|
1528
1323
|
$ti-icon-circle-square: unicode('ece4');
|
|
1529
1324
|
$ti-icon-circle-triangle: unicode('f011');
|
|
1530
1325
|
$ti-icon-circle-x: unicode('ea6a');
|
|
1531
|
-
$ti-icon-circle-x-filled: unicode('f739');
|
|
1532
1326
|
$ti-icon-circles: unicode('ece5');
|
|
1533
|
-
$ti-icon-circles-filled: unicode('f672');
|
|
1534
1327
|
$ti-icon-circles-relation: unicode('f4c3');
|
|
1535
1328
|
$ti-icon-circuit-ammeter: unicode('f271');
|
|
1536
1329
|
$ti-icon-circuit-battery: unicode('f272');
|
|
@@ -1579,32 +1372,19 @@ $ti-icon-clock-dollar: unicode('f846');
|
|
|
1579
1372
|
$ti-icon-clock-down: unicode('f7c3');
|
|
1580
1373
|
$ti-icon-clock-edit: unicode('f547');
|
|
1581
1374
|
$ti-icon-clock-exclamation: unicode('f847');
|
|
1582
|
-
$ti-icon-clock-filled: unicode('f73a');
|
|
1583
1375
|
$ti-icon-clock-heart: unicode('f7c4');
|
|
1584
1376
|
$ti-icon-clock-hour-1: unicode('f313');
|
|
1585
|
-
$ti-icon-clock-hour-1-filled: unicode('f23f');
|
|
1586
1377
|
$ti-icon-clock-hour-10: unicode('f314');
|
|
1587
|
-
$ti-icon-clock-hour-10-filled: unicode('f2ac');
|
|
1588
1378
|
$ti-icon-clock-hour-11: unicode('f315');
|
|
1589
|
-
$ti-icon-clock-hour-11-filled: unicode('f39c');
|
|
1590
1379
|
$ti-icon-clock-hour-12: unicode('f316');
|
|
1591
|
-
$ti-icon-clock-hour-12-filled: unicode('f4c4');
|
|
1592
1380
|
$ti-icon-clock-hour-2: unicode('f317');
|
|
1593
|
-
$ti-icon-clock-hour-2-filled: unicode('f637');
|
|
1594
1381
|
$ti-icon-clock-hour-3: unicode('f318');
|
|
1595
|
-
$ti-icon-clock-hour-3-filled: unicode('f677');
|
|
1596
1382
|
$ti-icon-clock-hour-4: unicode('f319');
|
|
1597
|
-
$ti-icon-clock-hour-4-filled: unicode('f6b3');
|
|
1598
1383
|
$ti-icon-clock-hour-5: unicode('f31a');
|
|
1599
|
-
$ti-icon-clock-hour-5-filled: unicode('f6b4');
|
|
1600
1384
|
$ti-icon-clock-hour-6: unicode('f31b');
|
|
1601
|
-
$ti-icon-clock-hour-6-filled: unicode('f6b5');
|
|
1602
1385
|
$ti-icon-clock-hour-7: unicode('f31c');
|
|
1603
|
-
$ti-icon-clock-hour-7-filled: unicode('f6b6');
|
|
1604
1386
|
$ti-icon-clock-hour-8: unicode('f31d');
|
|
1605
|
-
$ti-icon-clock-hour-8-filled: unicode('f6b7');
|
|
1606
1387
|
$ti-icon-clock-hour-9: unicode('f31e');
|
|
1607
|
-
$ti-icon-clock-hour-9-filled: unicode('f6b8');
|
|
1608
1388
|
$ti-icon-clock-minus: unicode('f848');
|
|
1609
1389
|
$ti-icon-clock-off: unicode('f0cf');
|
|
1610
1390
|
$ti-icon-clock-pause: unicode('f548');
|
|
@@ -1634,7 +1414,6 @@ $ti-icon-cloud-dollar: unicode('f850');
|
|
|
1634
1414
|
$ti-icon-cloud-down: unicode('f851');
|
|
1635
1415
|
$ti-icon-cloud-download: unicode('ea71');
|
|
1636
1416
|
$ti-icon-cloud-exclamation: unicode('f852');
|
|
1637
|
-
$ti-icon-cloud-filled: unicode('f673');
|
|
1638
1417
|
$ti-icon-cloud-fog: unicode('ecd9');
|
|
1639
1418
|
$ti-icon-cloud-heart: unicode('f853');
|
|
1640
1419
|
$ti-icon-cloud-lock: unicode('efdb');
|
|
@@ -1658,7 +1437,6 @@ $ti-icon-cloud-x: unicode('f85d');
|
|
|
1658
1437
|
$ti-icon-clover: unicode('f1ea');
|
|
1659
1438
|
$ti-icon-clover-2: unicode('f21e');
|
|
1660
1439
|
$ti-icon-clubs: unicode('eff4');
|
|
1661
|
-
$ti-icon-clubs-filled: unicode('f674');
|
|
1662
1440
|
$ti-icon-code: unicode('ea77');
|
|
1663
1441
|
$ti-icon-code-asterisk: unicode('f312');
|
|
1664
1442
|
$ti-icon-code-circle: unicode('f4ff');
|
|
@@ -1672,23 +1450,14 @@ $ti-icon-coffee-off: unicode('f106');
|
|
|
1672
1450
|
$ti-icon-coffin: unicode('f579');
|
|
1673
1451
|
$ti-icon-coin: unicode('eb82');
|
|
1674
1452
|
$ti-icon-coin-bitcoin: unicode('f2be');
|
|
1675
|
-
$ti-icon-coin-bitcoin-filled: unicode('fd06');
|
|
1676
1453
|
$ti-icon-coin-euro: unicode('f2bf');
|
|
1677
|
-
$ti-icon-coin-euro-filled: unicode('fd07');
|
|
1678
|
-
$ti-icon-coin-filled: unicode('fd08');
|
|
1679
1454
|
$ti-icon-coin-monero: unicode('f4a0');
|
|
1680
|
-
$ti-icon-coin-monero-filled: unicode('fd09');
|
|
1681
1455
|
$ti-icon-coin-off: unicode('f0d1');
|
|
1682
1456
|
$ti-icon-coin-pound: unicode('f2c0');
|
|
1683
|
-
$ti-icon-coin-pound-filled: unicode('fd0a');
|
|
1684
1457
|
$ti-icon-coin-rupee: unicode('f2c1');
|
|
1685
|
-
$ti-icon-coin-rupee-filled: unicode('fd0b');
|
|
1686
1458
|
$ti-icon-coin-taka: unicode('fd0d');
|
|
1687
|
-
$ti-icon-coin-taka-filled: unicode('fd0c');
|
|
1688
1459
|
$ti-icon-coin-yen: unicode('f2c2');
|
|
1689
|
-
$ti-icon-coin-yen-filled: unicode('fd0e');
|
|
1690
1460
|
$ti-icon-coin-yuan: unicode('f2c3');
|
|
1691
|
-
$ti-icon-coin-yuan-filled: unicode('fd0f');
|
|
1692
1461
|
$ti-icon-coins: unicode('f65d');
|
|
1693
1462
|
$ti-icon-color-filter: unicode('f5a8');
|
|
1694
1463
|
$ti-icon-color-picker: unicode('ebe6');
|
|
@@ -1707,14 +1476,11 @@ $ti-icon-comet: unicode('ec76');
|
|
|
1707
1476
|
$ti-icon-command: unicode('ea78');
|
|
1708
1477
|
$ti-icon-command-off: unicode('f3d7');
|
|
1709
1478
|
$ti-icon-compass: unicode('ea79');
|
|
1710
|
-
$ti-icon-compass-filled: unicode('fd10');
|
|
1711
1479
|
$ti-icon-compass-off: unicode('f0d5');
|
|
1712
1480
|
$ti-icon-components: unicode('efa5');
|
|
1713
1481
|
$ti-icon-components-off: unicode('f0d6');
|
|
1714
1482
|
$ti-icon-cone: unicode('efdd');
|
|
1715
1483
|
$ti-icon-cone-2: unicode('efdc');
|
|
1716
|
-
$ti-icon-cone-2-filled: unicode('f6b9');
|
|
1717
|
-
$ti-icon-cone-filled: unicode('f6ba');
|
|
1718
1484
|
$ti-icon-cone-off: unicode('f3d8');
|
|
1719
1485
|
$ti-icon-cone-plus: unicode('fa94');
|
|
1720
1486
|
$ti-icon-confetti: unicode('ee46');
|
|
@@ -1724,25 +1490,21 @@ $ti-icon-container: unicode('ee47');
|
|
|
1724
1490
|
$ti-icon-container-off: unicode('f107');
|
|
1725
1491
|
$ti-icon-contrast: unicode('ec4e');
|
|
1726
1492
|
$ti-icon-contrast-2: unicode('efc7');
|
|
1727
|
-
$ti-icon-contrast-2-filled: unicode('f6bb');
|
|
1728
1493
|
$ti-icon-contrast-2-off: unicode('f3da');
|
|
1729
|
-
$ti-icon-contrast-filled: unicode('f6bc');
|
|
1730
1494
|
$ti-icon-contrast-off: unicode('f3db');
|
|
1731
1495
|
$ti-icon-cooker: unicode('f57a');
|
|
1732
|
-
$ti-icon-cookie
|
|
1733
|
-
$ti-icon-cookie-man
|
|
1496
|
+
$ti-icon-cookie: unicode('fdb1');
|
|
1497
|
+
$ti-icon-cookie-man: unicode('fdb2');
|
|
1734
1498
|
$ti-icon-cookie-off: unicode('f0d7');
|
|
1735
1499
|
$ti-icon-copy: unicode('ea7a');
|
|
1736
|
-
$ti-icon-copy-check
|
|
1737
|
-
$ti-icon-copy-minus
|
|
1500
|
+
$ti-icon-copy-check: unicode('fdb0');
|
|
1501
|
+
$ti-icon-copy-minus: unicode('fdaf');
|
|
1738
1502
|
$ti-icon-copy-off: unicode('f0d8');
|
|
1739
|
-
$ti-icon-copy-plus
|
|
1740
|
-
$ti-icon-copy-x
|
|
1503
|
+
$ti-icon-copy-plus: unicode('fdae');
|
|
1504
|
+
$ti-icon-copy-x: unicode('fdad');
|
|
1741
1505
|
$ti-icon-copyleft: unicode('ec3d');
|
|
1742
|
-
$ti-icon-copyleft-filled: unicode('f73b');
|
|
1743
1506
|
$ti-icon-copyleft-off: unicode('f0d9');
|
|
1744
1507
|
$ti-icon-copyright: unicode('ea7b');
|
|
1745
|
-
$ti-icon-copyright-filled: unicode('f73c');
|
|
1746
1508
|
$ti-icon-copyright-off: unicode('f0da');
|
|
1747
1509
|
$ti-icon-corner-down-left: unicode('ea7c');
|
|
1748
1510
|
$ti-icon-corner-down-left-double: unicode('ee48');
|
|
@@ -1773,28 +1535,19 @@ $ti-icon-creative-commons-off: unicode('f10a');
|
|
|
1773
1535
|
$ti-icon-creative-commons-sa: unicode('f222');
|
|
1774
1536
|
$ti-icon-creative-commons-zero: unicode('f223');
|
|
1775
1537
|
$ti-icon-credit-card: unicode('ea84');
|
|
1776
|
-
$ti-icon-credit-card-filled: unicode('fd11');
|
|
1777
1538
|
$ti-icon-credit-card-off: unicode('ed11');
|
|
1778
1539
|
$ti-icon-credit-card-pay: unicode('fd32');
|
|
1779
1540
|
$ti-icon-credit-card-refund: unicode('fd33');
|
|
1780
1541
|
$ti-icon-cricket: unicode('f09a');
|
|
1781
1542
|
$ti-icon-crop: unicode('ea85');
|
|
1782
1543
|
$ti-icon-crop-1-1: unicode('fd50');
|
|
1783
|
-
$ti-icon-crop-1-1-filled: unicode('f6c3');
|
|
1784
1544
|
$ti-icon-crop-16-9: unicode('fd51');
|
|
1785
|
-
$ti-icon-crop-16-9-filled: unicode('f6c4');
|
|
1786
1545
|
$ti-icon-crop-3-2: unicode('fd52');
|
|
1787
|
-
$ti-icon-crop-3-2-filled: unicode('f6f3');
|
|
1788
1546
|
$ti-icon-crop-5-4: unicode('fd53');
|
|
1789
|
-
$ti-icon-crop-5-4-filled: unicode('fd3f');
|
|
1790
1547
|
$ti-icon-crop-7-5: unicode('fd54');
|
|
1791
|
-
$ti-icon-crop-7-5-filled: unicode('fd40');
|
|
1792
1548
|
$ti-icon-crop-landscape: unicode('fd55');
|
|
1793
|
-
$ti-icon-crop-landscape-filled: unicode('fd41');
|
|
1794
1549
|
$ti-icon-crop-portrait: unicode('fd56');
|
|
1795
|
-
$ti-icon-crop-portrait-filled: unicode('fd42');
|
|
1796
1550
|
$ti-icon-cross: unicode('ef8f');
|
|
1797
|
-
$ti-icon-cross-filled: unicode('f675');
|
|
1798
1551
|
$ti-icon-cross-off: unicode('f10b');
|
|
1799
1552
|
$ti-icon-crosshair: unicode('ec3e');
|
|
1800
1553
|
$ti-icon-crown: unicode('ed12');
|
|
@@ -1953,7 +1706,6 @@ $ti-icon-device-gamepad: unicode('eb63');
|
|
|
1953
1706
|
$ti-icon-device-gamepad-2: unicode('f1d2');
|
|
1954
1707
|
$ti-icon-device-gamepad-3: unicode('fc58');
|
|
1955
1708
|
$ti-icon-device-heart-monitor: unicode('f060');
|
|
1956
|
-
$ti-icon-device-heart-monitor-filled: unicode('fa38');
|
|
1957
1709
|
$ti-icon-device-imac: unicode('f7a7');
|
|
1958
1710
|
$ti-icon-device-imac-bolt: unicode('f871');
|
|
1959
1711
|
$ti-icon-device-imac-cancel: unicode('f872');
|
|
@@ -2030,7 +1782,6 @@ $ti-icon-device-mobile-cog: unicode('f8b1');
|
|
|
2030
1782
|
$ti-icon-device-mobile-dollar: unicode('f8b2');
|
|
2031
1783
|
$ti-icon-device-mobile-down: unicode('f8b3');
|
|
2032
1784
|
$ti-icon-device-mobile-exclamation: unicode('f8b4');
|
|
2033
|
-
$ti-icon-device-mobile-filled: unicode('fa39');
|
|
2034
1785
|
$ti-icon-device-mobile-heart: unicode('f8b5');
|
|
2035
1786
|
$ti-icon-device-mobile-message: unicode('ee79');
|
|
2036
1787
|
$ti-icon-device-mobile-minus: unicode('f8b6');
|
|
@@ -2066,7 +1817,6 @@ $ti-icon-device-tablet-cog: unicode('f8c4');
|
|
|
2066
1817
|
$ti-icon-device-tablet-dollar: unicode('f8c5');
|
|
2067
1818
|
$ti-icon-device-tablet-down: unicode('f8c6');
|
|
2068
1819
|
$ti-icon-device-tablet-exclamation: unicode('f8c7');
|
|
2069
|
-
$ti-icon-device-tablet-filled: unicode('fa3a');
|
|
2070
1820
|
$ti-icon-device-tablet-heart: unicode('f8c8');
|
|
2071
1821
|
$ti-icon-device-tablet-minus: unicode('f8c9');
|
|
2072
1822
|
$ti-icon-device-tablet-off: unicode('f063');
|
|
@@ -2135,33 +1885,22 @@ $ti-icon-diabolo: unicode('fa9c');
|
|
|
2135
1885
|
$ti-icon-diabolo-off: unicode('fa9a');
|
|
2136
1886
|
$ti-icon-diabolo-plus: unicode('fa9b');
|
|
2137
1887
|
$ti-icon-dialpad: unicode('f067');
|
|
2138
|
-
$ti-icon-dialpad-filled: unicode('fa3b');
|
|
2139
1888
|
$ti-icon-dialpad-off: unicode('f114');
|
|
2140
1889
|
$ti-icon-diamond: unicode('eb65');
|
|
2141
|
-
$ti-icon-diamond-filled: unicode('f73d');
|
|
2142
1890
|
$ti-icon-diamond-off: unicode('f115');
|
|
2143
1891
|
$ti-icon-diamonds: unicode('eff5');
|
|
2144
|
-
$ti-icon-diamonds-filled: unicode('f676');
|
|
2145
1892
|
$ti-icon-dice: unicode('eb66');
|
|
2146
1893
|
$ti-icon-dice-1: unicode('f08b');
|
|
2147
|
-
$ti-icon-dice-1-filled: unicode('f73e');
|
|
2148
1894
|
$ti-icon-dice-2: unicode('f08c');
|
|
2149
|
-
$ti-icon-dice-2-filled: unicode('f73f');
|
|
2150
1895
|
$ti-icon-dice-3: unicode('f08d');
|
|
2151
|
-
$ti-icon-dice-3-filled: unicode('f740');
|
|
2152
1896
|
$ti-icon-dice-4: unicode('f08e');
|
|
2153
|
-
$ti-icon-dice-4-filled: unicode('f741');
|
|
2154
1897
|
$ti-icon-dice-5: unicode('f08f');
|
|
2155
|
-
$ti-icon-dice-5-filled: unicode('f742');
|
|
2156
1898
|
$ti-icon-dice-6: unicode('f090');
|
|
2157
|
-
$ti-icon-dice-6-filled: unicode('f743');
|
|
2158
|
-
$ti-icon-dice-filled: unicode('f744');
|
|
2159
1899
|
$ti-icon-dimensions: unicode('ee7b');
|
|
2160
1900
|
$ti-icon-direction: unicode('ebfb');
|
|
2161
1901
|
$ti-icon-direction-arrows: unicode('fd36');
|
|
2162
1902
|
$ti-icon-direction-horizontal: unicode('ebfa');
|
|
2163
1903
|
$ti-icon-direction-sign: unicode('f1f7');
|
|
2164
|
-
$ti-icon-direction-sign-filled: unicode('f745');
|
|
2165
1904
|
$ti-icon-direction-sign-off: unicode('f3e5');
|
|
2166
1905
|
$ti-icon-directions: unicode('ea8e');
|
|
2167
1906
|
$ti-icon-directions-off: unicode('f116');
|
|
@@ -2205,11 +1944,8 @@ $ti-icon-droplet-cog: unicode('f8fd');
|
|
|
2205
1944
|
$ti-icon-droplet-dollar: unicode('f8fe');
|
|
2206
1945
|
$ti-icon-droplet-down: unicode('f8ff');
|
|
2207
1946
|
$ti-icon-droplet-exclamation: unicode('f900');
|
|
2208
|
-
$ti-icon-droplet-filled: unicode('ee80');
|
|
2209
1947
|
$ti-icon-droplet-half: unicode('ee82');
|
|
2210
1948
|
$ti-icon-droplet-half-2: unicode('ee81');
|
|
2211
|
-
$ti-icon-droplet-half-2-filled: unicode('fb6c');
|
|
2212
|
-
$ti-icon-droplet-half-filled: unicode('f6c5');
|
|
2213
1949
|
$ti-icon-droplet-heart: unicode('f901');
|
|
2214
1950
|
$ti-icon-droplet-minus: unicode('f902');
|
|
2215
1951
|
$ti-icon-droplet-off: unicode('ee83');
|
|
@@ -2240,7 +1976,6 @@ $ti-icon-edit-circle-off: unicode('f11d');
|
|
|
2240
1976
|
$ti-icon-edit-off: unicode('f11e');
|
|
2241
1977
|
$ti-icon-egg: unicode('eb8a');
|
|
2242
1978
|
$ti-icon-egg-cracked: unicode('f2d6');
|
|
2243
|
-
$ti-icon-egg-filled: unicode('f678');
|
|
2244
1979
|
$ti-icon-egg-fried: unicode('f386');
|
|
2245
1980
|
$ti-icon-egg-off: unicode('f11f');
|
|
2246
1981
|
$ti-icon-eggs: unicode('f500');
|
|
@@ -2290,7 +2025,6 @@ $ti-icon-eye-dollar: unicode('fb71');
|
|
|
2290
2025
|
$ti-icon-eye-down: unicode('fb72');
|
|
2291
2026
|
$ti-icon-eye-edit: unicode('f7ee');
|
|
2292
2027
|
$ti-icon-eye-exclamation: unicode('f7ef');
|
|
2293
|
-
$ti-icon-eye-filled: unicode('f679');
|
|
2294
2028
|
$ti-icon-eye-heart: unicode('f7f0');
|
|
2295
2029
|
$ti-icon-eye-minus: unicode('fb73');
|
|
2296
2030
|
$ti-icon-eye-off: unicode('ecf0');
|
|
@@ -2343,7 +2077,6 @@ $ti-icon-file-dots: unicode('f038');
|
|
|
2343
2077
|
$ti-icon-file-download: unicode('ea9d');
|
|
2344
2078
|
$ti-icon-file-euro: unicode('efe1');
|
|
2345
2079
|
$ti-icon-file-export: unicode('ede9');
|
|
2346
|
-
$ti-icon-file-filled: unicode('f747');
|
|
2347
2080
|
$ti-icon-file-function: unicode('f53e');
|
|
2348
2081
|
$ti-icon-file-horizontal: unicode('ebb0');
|
|
2349
2082
|
$ti-icon-file-import: unicode('edea');
|
|
@@ -2406,7 +2139,6 @@ $ti-icon-file-unknown: unicode('f042');
|
|
|
2406
2139
|
$ti-icon-file-upload: unicode('ec91');
|
|
2407
2140
|
$ti-icon-file-vector: unicode('f043');
|
|
2408
2141
|
$ti-icon-file-x: unicode('eaa3');
|
|
2409
|
-
$ti-icon-file-x-filled: unicode('f748');
|
|
2410
2142
|
$ti-icon-file-zip: unicode('ed4e');
|
|
2411
2143
|
$ti-icon-files: unicode('edef');
|
|
2412
2144
|
$ti-icon-files-off: unicode('edee');
|
|
@@ -2421,7 +2153,6 @@ $ti-icon-filter-dollar: unicode('f9ff');
|
|
|
2421
2153
|
$ti-icon-filter-down: unicode('fb81');
|
|
2422
2154
|
$ti-icon-filter-edit: unicode('fa00');
|
|
2423
2155
|
$ti-icon-filter-exclamation: unicode('fb82');
|
|
2424
|
-
$ti-icon-filter-filled: unicode('fc27');
|
|
2425
2156
|
$ti-icon-filter-heart: unicode('fb83');
|
|
2426
2157
|
$ti-icon-filter-minus: unicode('fa01');
|
|
2427
2158
|
$ti-icon-filter-off: unicode('ed2c');
|
|
@@ -2452,10 +2183,8 @@ $ti-icon-fish-hook-off: unicode('f3ee');
|
|
|
2452
2183
|
$ti-icon-fish-off: unicode('f12b');
|
|
2453
2184
|
$ti-icon-flag: unicode('eaa6');
|
|
2454
2185
|
$ti-icon-flag-2: unicode('ee8c');
|
|
2455
|
-
$ti-icon-flag-2-filled: unicode('f707');
|
|
2456
2186
|
$ti-icon-flag-2-off: unicode('f12c');
|
|
2457
2187
|
$ti-icon-flag-3: unicode('ee8d');
|
|
2458
|
-
$ti-icon-flag-3-filled: unicode('f708');
|
|
2459
2188
|
$ti-icon-flag-bolt: unicode('fb8a');
|
|
2460
2189
|
$ti-icon-flag-cancel: unicode('fb8b');
|
|
2461
2190
|
$ti-icon-flag-check: unicode('fb8c');
|
|
@@ -2465,7 +2194,6 @@ $ti-icon-flag-discount: unicode('fb8f');
|
|
|
2465
2194
|
$ti-icon-flag-dollar: unicode('fb90');
|
|
2466
2195
|
$ti-icon-flag-down: unicode('fb91');
|
|
2467
2196
|
$ti-icon-flag-exclamation: unicode('fb92');
|
|
2468
|
-
$ti-icon-flag-filled: unicode('f67a');
|
|
2469
2197
|
$ti-icon-flag-heart: unicode('fb93');
|
|
2470
2198
|
$ti-icon-flag-minus: unicode('fb94');
|
|
2471
2199
|
$ti-icon-flag-off: unicode('f12d');
|
|
@@ -2483,9 +2211,7 @@ $ti-icon-flame-off: unicode('f12e');
|
|
|
2483
2211
|
$ti-icon-flare: unicode('ee8e');
|
|
2484
2212
|
$ti-icon-flask: unicode('ebd2');
|
|
2485
2213
|
$ti-icon-flask-2: unicode('ef60');
|
|
2486
|
-
$ti-icon-flask-2-filled: unicode('fd12');
|
|
2487
2214
|
$ti-icon-flask-2-off: unicode('f12f');
|
|
2488
|
-
$ti-icon-flask-filled: unicode('fd13');
|
|
2489
2215
|
$ti-icon-flask-off: unicode('f130');
|
|
2490
2216
|
$ti-icon-flip-flops: unicode('f564');
|
|
2491
2217
|
$ti-icon-flip-horizontal: unicode('eaa7');
|
|
@@ -2512,7 +2238,6 @@ $ti-icon-folder-cog: unicode('f910');
|
|
|
2512
2238
|
$ti-icon-folder-dollar: unicode('f911');
|
|
2513
2239
|
$ti-icon-folder-down: unicode('f912');
|
|
2514
2240
|
$ti-icon-folder-exclamation: unicode('f913');
|
|
2515
|
-
$ti-icon-folder-filled: unicode('f749');
|
|
2516
2241
|
$ti-icon-folder-heart: unicode('f914');
|
|
2517
2242
|
$ti-icon-folder-minus: unicode('eaaa');
|
|
2518
2243
|
$ti-icon-folder-off: unicode('ed14');
|
|
@@ -2532,12 +2257,9 @@ $ti-icon-folders: unicode('eaae');
|
|
|
2532
2257
|
$ti-icon-folders-off: unicode('f133');
|
|
2533
2258
|
$ti-icon-forbid: unicode('ebd5');
|
|
2534
2259
|
$ti-icon-forbid-2: unicode('ebd4');
|
|
2535
|
-
$ti-icon-forbid-2-filled: unicode('fc28');
|
|
2536
|
-
$ti-icon-forbid-filled: unicode('fc29');
|
|
2537
2260
|
$ti-icon-forklift: unicode('ebe9');
|
|
2538
2261
|
$ti-icon-forms: unicode('ee8f');
|
|
2539
2262
|
$ti-icon-fountain: unicode('f09b');
|
|
2540
|
-
$ti-icon-fountain-filled: unicode('fc2a');
|
|
2541
2263
|
$ti-icon-fountain-off: unicode('f134');
|
|
2542
2264
|
$ti-icon-frame: unicode('eaaf');
|
|
2543
2265
|
$ti-icon-frame-off: unicode('f135');
|
|
@@ -2553,7 +2275,6 @@ $ti-icon-frustum: unicode('fa9f');
|
|
|
2553
2275
|
$ti-icon-frustum-off: unicode('fa9d');
|
|
2554
2276
|
$ti-icon-frustum-plus: unicode('fa9e');
|
|
2555
2277
|
$ti-icon-function: unicode('f225');
|
|
2556
|
-
$ti-icon-function-filled: unicode('fc2b');
|
|
2557
2278
|
$ti-icon-function-off: unicode('f3f0');
|
|
2558
2279
|
$ti-icon-galaxy: unicode('fcb6');
|
|
2559
2280
|
$ti-icon-garden-cart: unicode('f23e');
|
|
@@ -2561,7 +2282,6 @@ $ti-icon-garden-cart-off: unicode('f3f1');
|
|
|
2561
2282
|
$ti-icon-gas-station: unicode('ec7d');
|
|
2562
2283
|
$ti-icon-gas-station-off: unicode('f137');
|
|
2563
2284
|
$ti-icon-gauge: unicode('eab1');
|
|
2564
|
-
$ti-icon-gauge-filled: unicode('fc2c');
|
|
2565
2285
|
$ti-icon-gauge-off: unicode('f138');
|
|
2566
2286
|
$ti-icon-gavel: unicode('ef90');
|
|
2567
2287
|
$ti-icon-gender-agender: unicode('f0e1');
|
|
@@ -2585,15 +2305,11 @@ $ti-icon-gender-trasvesti: unicode('f0f2');
|
|
|
2585
2305
|
$ti-icon-geometry: unicode('ee90');
|
|
2586
2306
|
$ti-icon-ghost: unicode('eb8e');
|
|
2587
2307
|
$ti-icon-ghost-2: unicode('f57c');
|
|
2588
|
-
$ti-icon-ghost-2-filled: unicode('f74a');
|
|
2589
2308
|
$ti-icon-ghost-3: unicode('fc13');
|
|
2590
|
-
$ti-icon-ghost-filled: unicode('f74b');
|
|
2591
2309
|
$ti-icon-ghost-off: unicode('f3f2');
|
|
2592
2310
|
$ti-icon-gif: unicode('f257');
|
|
2593
2311
|
$ti-icon-gift: unicode('eb68');
|
|
2594
2312
|
$ti-icon-gift-card: unicode('f3aa');
|
|
2595
|
-
$ti-icon-gift-card-filled: unicode('fc2d');
|
|
2596
|
-
$ti-icon-gift-filled: unicode('fd14');
|
|
2597
2313
|
$ti-icon-gift-off: unicode('f3f3');
|
|
2598
2314
|
$ti-icon-git-branch: unicode('eab2');
|
|
2599
2315
|
$ti-icon-git-branch-deleted: unicode('f57d');
|
|
@@ -2610,21 +2326,17 @@ $ti-icon-glass: unicode('eab8');
|
|
|
2610
2326
|
$ti-icon-glass-champagne: unicode('fd9c');
|
|
2611
2327
|
$ti-icon-glass-cocktail: unicode('fd9d');
|
|
2612
2328
|
$ti-icon-glass-full: unicode('eab7');
|
|
2613
|
-
$ti-icon-glass-full-filled: unicode('fc2e');
|
|
2614
2329
|
$ti-icon-glass-gin: unicode('fd9e');
|
|
2615
2330
|
$ti-icon-glass-off: unicode('ee91');
|
|
2616
2331
|
$ti-icon-globe: unicode('eab9');
|
|
2617
|
-
$ti-icon-globe-filled: unicode('fc2f');
|
|
2618
2332
|
$ti-icon-globe-off: unicode('f139');
|
|
2619
2333
|
$ti-icon-go-game: unicode('f512');
|
|
2620
2334
|
$ti-icon-golf: unicode('ed8c');
|
|
2621
2335
|
$ti-icon-golf-off: unicode('f13a');
|
|
2622
2336
|
$ti-icon-gps: unicode('ed7a');
|
|
2623
|
-
$ti-icon-gps-filled: unicode('fdaa');
|
|
2624
2337
|
$ti-icon-gradienter: unicode('f3ab');
|
|
2625
2338
|
$ti-icon-grain: unicode('ee92');
|
|
2626
2339
|
$ti-icon-graph: unicode('f288');
|
|
2627
|
-
$ti-icon-graph-filled: unicode('fd15');
|
|
2628
2340
|
$ti-icon-graph-off: unicode('f3f4');
|
|
2629
2341
|
$ti-icon-grave: unicode('f580');
|
|
2630
2342
|
$ti-icon-grave-2: unicode('f57f');
|
|
@@ -2642,7 +2354,6 @@ $ti-icon-grip-horizontal: unicode('ec00');
|
|
|
2642
2354
|
$ti-icon-grip-vertical: unicode('ec01');
|
|
2643
2355
|
$ti-icon-growth: unicode('ee93');
|
|
2644
2356
|
$ti-icon-guitar-pick: unicode('f4c6');
|
|
2645
|
-
$ti-icon-guitar-pick-filled: unicode('f67b');
|
|
2646
2357
|
$ti-icon-gymnastics: unicode('fd44');
|
|
2647
2358
|
$ti-icon-h-1: unicode('ec94');
|
|
2648
2359
|
$ti-icon-h-2: unicode('ec95');
|
|
@@ -2676,7 +2387,6 @@ $ti-icon-hdr: unicode('fa7b');
|
|
|
2676
2387
|
$ti-icon-heading: unicode('ee9b');
|
|
2677
2388
|
$ti-icon-heading-off: unicode('f13f');
|
|
2678
2389
|
$ti-icon-headphones: unicode('eabd');
|
|
2679
|
-
$ti-icon-headphones-filled: unicode('fa3c');
|
|
2680
2390
|
$ti-icon-headphones-off: unicode('ed1d');
|
|
2681
2391
|
$ti-icon-headset: unicode('eb90');
|
|
2682
2392
|
$ti-icon-headset-off: unicode('f3f6');
|
|
@@ -2692,7 +2402,6 @@ $ti-icon-heart-discount: unicode('fba3');
|
|
|
2692
2402
|
$ti-icon-heart-dollar: unicode('fba4');
|
|
2693
2403
|
$ti-icon-heart-down: unicode('fba5');
|
|
2694
2404
|
$ti-icon-heart-exclamation: unicode('fba6');
|
|
2695
|
-
$ti-icon-heart-filled: unicode('f67c');
|
|
2696
2405
|
$ti-icon-heart-handshake: unicode('f0f3');
|
|
2697
2406
|
$ti-icon-heart-minus: unicode('f140');
|
|
2698
2407
|
$ti-icon-heart-off: unicode('f141');
|
|
@@ -2715,35 +2424,18 @@ $ti-icon-helmet: unicode('efca');
|
|
|
2715
2424
|
$ti-icon-helmet-off: unicode('f143');
|
|
2716
2425
|
$ti-icon-help: unicode('eabf');
|
|
2717
2426
|
$ti-icon-help-circle: unicode('f91d');
|
|
2718
|
-
$ti-icon-help-circle-filled: unicode('fa3d');
|
|
2719
2427
|
$ti-icon-help-hexagon: unicode('f7a8');
|
|
2720
|
-
$ti-icon-help-hexagon-filled: unicode('fa3e');
|
|
2721
2428
|
$ti-icon-help-octagon: unicode('f7a9');
|
|
2722
|
-
$ti-icon-help-octagon-filled: unicode('fa3f');
|
|
2723
2429
|
$ti-icon-help-off: unicode('f3f8');
|
|
2724
2430
|
$ti-icon-help-small: unicode('f91e');
|
|
2725
2431
|
$ti-icon-help-square: unicode('f920');
|
|
2726
|
-
$ti-icon-help-square-filled: unicode('fa40');
|
|
2727
2432
|
$ti-icon-help-square-rounded: unicode('f91f');
|
|
2728
|
-
$ti-icon-help-square-rounded-filled: unicode('fa41');
|
|
2729
2433
|
$ti-icon-help-triangle: unicode('f921');
|
|
2730
|
-
$ti-icon-help-triangle-filled: unicode('fa42');
|
|
2731
2434
|
$ti-icon-hemisphere: unicode('faa2');
|
|
2732
2435
|
$ti-icon-hemisphere-off: unicode('faa0');
|
|
2733
2436
|
$ti-icon-hemisphere-plus: unicode('faa1');
|
|
2734
2437
|
$ti-icon-hexagon: unicode('ec02');
|
|
2735
|
-
$ti-icon-hexagon-0-filled: unicode('f74c');
|
|
2736
|
-
$ti-icon-hexagon-1-filled: unicode('f74d');
|
|
2737
|
-
$ti-icon-hexagon-2-filled: unicode('f74e');
|
|
2738
|
-
$ti-icon-hexagon-3-filled: unicode('f74f');
|
|
2739
2438
|
$ti-icon-hexagon-3d: unicode('f4c7');
|
|
2740
|
-
$ti-icon-hexagon-4-filled: unicode('f750');
|
|
2741
|
-
$ti-icon-hexagon-5-filled: unicode('f751');
|
|
2742
|
-
$ti-icon-hexagon-6-filled: unicode('f752');
|
|
2743
|
-
$ti-icon-hexagon-7-filled: unicode('f753');
|
|
2744
|
-
$ti-icon-hexagon-8-filled: unicode('f754');
|
|
2745
|
-
$ti-icon-hexagon-9-filled: unicode('f755');
|
|
2746
|
-
$ti-icon-hexagon-filled: unicode('f67d');
|
|
2747
2439
|
$ti-icon-hexagon-letter-a: unicode('f463');
|
|
2748
2440
|
$ti-icon-hexagon-letter-b: unicode('f464');
|
|
2749
2441
|
$ti-icon-hexagon-letter-c: unicode('f465');
|
|
@@ -2840,7 +2532,6 @@ $ti-icon-hospital-circle: unicode('fd58');
|
|
|
2840
2532
|
$ti-icon-hotel-service: unicode('ef80');
|
|
2841
2533
|
$ti-icon-hourglass: unicode('ef93');
|
|
2842
2534
|
$ti-icon-hourglass-empty: unicode('f146');
|
|
2843
|
-
$ti-icon-hourglass-filled: unicode('f756');
|
|
2844
2535
|
$ti-icon-hourglass-high: unicode('f092');
|
|
2845
2536
|
$ti-icon-hourglass-low: unicode('f093');
|
|
2846
2537
|
$ti-icon-hourglass-off: unicode('f147');
|
|
@@ -2874,34 +2565,20 @@ $ti-icon-indent-increase: unicode('eb92');
|
|
|
2874
2565
|
$ti-icon-infinity: unicode('eb69');
|
|
2875
2566
|
$ti-icon-infinity-off: unicode('f3fe');
|
|
2876
2567
|
$ti-icon-info-circle: unicode('eac5');
|
|
2877
|
-
$ti-icon-info-circle-filled: unicode('f6d8');
|
|
2878
2568
|
$ti-icon-info-hexagon: unicode('f7aa');
|
|
2879
|
-
$ti-icon-info-hexagon-filled: unicode('fa43');
|
|
2880
2569
|
$ti-icon-info-octagon: unicode('f7ab');
|
|
2881
|
-
$ti-icon-info-octagon-filled: unicode('fa44');
|
|
2882
2570
|
$ti-icon-info-small: unicode('f922');
|
|
2883
2571
|
$ti-icon-info-square: unicode('eac6');
|
|
2884
|
-
$ti-icon-info-square-filled: unicode('fa45');
|
|
2885
2572
|
$ti-icon-info-square-rounded: unicode('f635');
|
|
2886
|
-
$ti-icon-info-square-rounded-filled: unicode('f6d9');
|
|
2887
2573
|
$ti-icon-info-triangle: unicode('f923');
|
|
2888
|
-
$ti-icon-info-triangle-filled: unicode('fa46');
|
|
2889
2574
|
$ti-icon-inner-shadow-bottom: unicode('f520');
|
|
2890
|
-
$ti-icon-inner-shadow-bottom-filled: unicode('f757');
|
|
2891
2575
|
$ti-icon-inner-shadow-bottom-left: unicode('f51e');
|
|
2892
|
-
$ti-icon-inner-shadow-bottom-left-filled: unicode('f758');
|
|
2893
2576
|
$ti-icon-inner-shadow-bottom-right: unicode('f51f');
|
|
2894
|
-
$ti-icon-inner-shadow-bottom-right-filled: unicode('f759');
|
|
2895
2577
|
$ti-icon-inner-shadow-left: unicode('f521');
|
|
2896
|
-
$ti-icon-inner-shadow-left-filled: unicode('f75a');
|
|
2897
2578
|
$ti-icon-inner-shadow-right: unicode('f522');
|
|
2898
|
-
$ti-icon-inner-shadow-right-filled: unicode('f75b');
|
|
2899
2579
|
$ti-icon-inner-shadow-top: unicode('f525');
|
|
2900
|
-
$ti-icon-inner-shadow-top-filled: unicode('f75c');
|
|
2901
2580
|
$ti-icon-inner-shadow-top-left: unicode('f523');
|
|
2902
|
-
$ti-icon-inner-shadow-top-left-filled: unicode('f75d');
|
|
2903
2581
|
$ti-icon-inner-shadow-top-right: unicode('f524');
|
|
2904
|
-
$ti-icon-inner-shadow-top-right-filled: unicode('f75e');
|
|
2905
2582
|
$ti-icon-input-ai: unicode('fc5a');
|
|
2906
2583
|
$ti-icon-input-check: unicode('fc5b');
|
|
2907
2584
|
$ti-icon-input-search: unicode('f2a2');
|
|
@@ -2920,7 +2597,6 @@ $ti-icon-italic: unicode('eb93');
|
|
|
2920
2597
|
$ti-icon-jacket: unicode('f661');
|
|
2921
2598
|
$ti-icon-jetpack: unicode('f581');
|
|
2922
2599
|
$ti-icon-jewish-star: unicode('f3ff');
|
|
2923
|
-
$ti-icon-jewish-star-filled: unicode('f67e');
|
|
2924
2600
|
$ti-icon-jpg: unicode('f3ac');
|
|
2925
2601
|
$ti-icon-json: unicode('f7b2');
|
|
2926
2602
|
$ti-icon-jump-rope: unicode('ed8f');
|
|
@@ -2935,14 +2611,9 @@ $ti-icon-keyboard-off: unicode('eea0');
|
|
|
2935
2611
|
$ti-icon-keyboard-show: unicode('ec7f');
|
|
2936
2612
|
$ti-icon-keyframe: unicode('f576');
|
|
2937
2613
|
$ti-icon-keyframe-align-center: unicode('f582');
|
|
2938
|
-
$ti-icon-keyframe-align-center-filled: unicode('fc30');
|
|
2939
2614
|
$ti-icon-keyframe-align-horizontal: unicode('f583');
|
|
2940
|
-
$ti-icon-keyframe-align-horizontal-filled: unicode('fc31');
|
|
2941
2615
|
$ti-icon-keyframe-align-vertical: unicode('f584');
|
|
2942
|
-
$ti-icon-keyframe-align-vertical-filled: unicode('fc32');
|
|
2943
|
-
$ti-icon-keyframe-filled: unicode('fc33');
|
|
2944
2616
|
$ti-icon-keyframes: unicode('f585');
|
|
2945
|
-
$ti-icon-keyframes-filled: unicode('fc34');
|
|
2946
2617
|
$ti-icon-ladder: unicode('efe2');
|
|
2947
2618
|
$ti-icon-ladder-off: unicode('f14c');
|
|
2948
2619
|
$ti-icon-ladle: unicode('fc14');
|
|
@@ -2968,25 +2639,16 @@ $ti-icon-layers-union: unicode('eacb');
|
|
|
2968
2639
|
$ti-icon-layout: unicode('eadb');
|
|
2969
2640
|
$ti-icon-layout-2: unicode('eacc');
|
|
2970
2641
|
$ti-icon-layout-align-bottom: unicode('eacd');
|
|
2971
|
-
$ti-icon-layout-align-bottom-filled: unicode('fdab');
|
|
2972
2642
|
$ti-icon-layout-align-center: unicode('eace');
|
|
2973
|
-
$ti-icon-layout-align-center-filled: unicode('fdac');
|
|
2974
2643
|
$ti-icon-layout-align-left: unicode('eacf');
|
|
2975
|
-
$ti-icon-layout-align-left-filled: unicode('fdad');
|
|
2976
2644
|
$ti-icon-layout-align-middle: unicode('ead0');
|
|
2977
|
-
$ti-icon-layout-align-middle-filled: unicode('fdae');
|
|
2978
2645
|
$ti-icon-layout-align-right: unicode('ead1');
|
|
2979
|
-
$ti-icon-layout-align-right-filled: unicode('fdaf');
|
|
2980
2646
|
$ti-icon-layout-align-top: unicode('ead2');
|
|
2981
|
-
$ti-icon-layout-align-top-filled: unicode('fdb0');
|
|
2982
2647
|
$ti-icon-layout-board: unicode('ef95');
|
|
2983
2648
|
$ti-icon-layout-board-split: unicode('ef94');
|
|
2984
2649
|
$ti-icon-layout-bottombar: unicode('ead3');
|
|
2985
2650
|
$ti-icon-layout-bottombar-collapse: unicode('f28b');
|
|
2986
|
-
$ti-icon-layout-bottombar-collapse-filled: unicode('fc35');
|
|
2987
2651
|
$ti-icon-layout-bottombar-expand: unicode('f28c');
|
|
2988
|
-
$ti-icon-layout-bottombar-expand-filled: unicode('fc36');
|
|
2989
|
-
$ti-icon-layout-bottombar-filled: unicode('fc37');
|
|
2990
2652
|
$ti-icon-layout-bottombar-inactive: unicode('fd45');
|
|
2991
2653
|
$ti-icon-layout-cards: unicode('ec13');
|
|
2992
2654
|
$ti-icon-layout-collage: unicode('f389');
|
|
@@ -3001,24 +2663,17 @@ $ti-icon-layout-kanban: unicode('ec3f');
|
|
|
3001
2663
|
$ti-icon-layout-list: unicode('ec14');
|
|
3002
2664
|
$ti-icon-layout-navbar: unicode('ead7');
|
|
3003
2665
|
$ti-icon-layout-navbar-collapse: unicode('f28d');
|
|
3004
|
-
$ti-icon-layout-navbar-collapse-filled: unicode('fc38');
|
|
3005
2666
|
$ti-icon-layout-navbar-expand: unicode('f28e');
|
|
3006
|
-
$ti-icon-layout-navbar-expand-filled: unicode('fc39');
|
|
3007
|
-
$ti-icon-layout-navbar-filled: unicode('fc3a');
|
|
3008
2667
|
$ti-icon-layout-navbar-inactive: unicode('fd46');
|
|
3009
2668
|
$ti-icon-layout-off: unicode('f151');
|
|
3010
2669
|
$ti-icon-layout-rows: unicode('ead8');
|
|
3011
2670
|
$ti-icon-layout-sidebar: unicode('eada');
|
|
3012
2671
|
$ti-icon-layout-sidebar-inactive: unicode('fd47');
|
|
3013
2672
|
$ti-icon-layout-sidebar-left-collapse: unicode('f004');
|
|
3014
|
-
$ti-icon-layout-sidebar-left-collapse-filled: unicode('fc3b');
|
|
3015
2673
|
$ti-icon-layout-sidebar-left-expand: unicode('f005');
|
|
3016
|
-
$ti-icon-layout-sidebar-left-expand-filled: unicode('fc3c');
|
|
3017
2674
|
$ti-icon-layout-sidebar-right: unicode('ead9');
|
|
3018
2675
|
$ti-icon-layout-sidebar-right-collapse: unicode('f006');
|
|
3019
|
-
$ti-icon-layout-sidebar-right-collapse-filled: unicode('fc3d');
|
|
3020
2676
|
$ti-icon-layout-sidebar-right-expand: unicode('f007');
|
|
3021
|
-
$ti-icon-layout-sidebar-right-expand-filled: unicode('fc3e');
|
|
3022
2677
|
$ti-icon-layout-sidebar-right-inactive: unicode('fd48');
|
|
3023
2678
|
$ti-icon-leaf: unicode('ed4f');
|
|
3024
2679
|
$ti-icon-leaf-off: unicode('f400');
|
|
@@ -3127,7 +2782,6 @@ $ti-icon-location-discount: unicode('fbb4');
|
|
|
3127
2782
|
$ti-icon-location-dollar: unicode('fbb5');
|
|
3128
2783
|
$ti-icon-location-down: unicode('fbb6');
|
|
3129
2784
|
$ti-icon-location-exclamation: unicode('fbb7');
|
|
3130
|
-
$ti-icon-location-filled: unicode('f67f');
|
|
3131
2785
|
$ti-icon-location-heart: unicode('fbb8');
|
|
3132
2786
|
$ti-icon-location-minus: unicode('fbb9');
|
|
3133
2787
|
$ti-icon-location-off: unicode('f155');
|
|
@@ -3164,7 +2818,6 @@ $ti-icon-lock-search: unicode('f932');
|
|
|
3164
2818
|
$ti-icon-lock-share: unicode('f933');
|
|
3165
2819
|
$ti-icon-lock-square: unicode('ef51');
|
|
3166
2820
|
$ti-icon-lock-square-rounded: unicode('f636');
|
|
3167
|
-
$ti-icon-lock-square-rounded-filled: unicode('f6da');
|
|
3168
2821
|
$ti-icon-lock-star: unicode('f934');
|
|
3169
2822
|
$ti-icon-lock-up: unicode('f935');
|
|
3170
2823
|
$ti-icon-lock-x: unicode('f936');
|
|
@@ -3202,13 +2855,11 @@ $ti-icon-mail-dollar: unicode('f93c');
|
|
|
3202
2855
|
$ti-icon-mail-down: unicode('f93d');
|
|
3203
2856
|
$ti-icon-mail-exclamation: unicode('f93e');
|
|
3204
2857
|
$ti-icon-mail-fast: unicode('f069');
|
|
3205
|
-
$ti-icon-mail-filled: unicode('fa47');
|
|
3206
2858
|
$ti-icon-mail-forward: unicode('eeac');
|
|
3207
2859
|
$ti-icon-mail-heart: unicode('f93f');
|
|
3208
2860
|
$ti-icon-mail-minus: unicode('f940');
|
|
3209
2861
|
$ti-icon-mail-off: unicode('f15a');
|
|
3210
2862
|
$ti-icon-mail-opened: unicode('eae4');
|
|
3211
|
-
$ti-icon-mail-opened-filled: unicode('fa48');
|
|
3212
2863
|
$ti-icon-mail-pause: unicode('f941');
|
|
3213
2864
|
$ti-icon-mail-pin: unicode('f942');
|
|
3214
2865
|
$ti-icon-mail-plus: unicode('f943');
|
|
@@ -3249,7 +2900,6 @@ $ti-icon-map-pin-cog: unicode('f94e');
|
|
|
3249
2900
|
$ti-icon-map-pin-dollar: unicode('f94f');
|
|
3250
2901
|
$ti-icon-map-pin-down: unicode('f950');
|
|
3251
2902
|
$ti-icon-map-pin-exclamation: unicode('f951');
|
|
3252
|
-
$ti-icon-map-pin-filled: unicode('f680');
|
|
3253
2903
|
$ti-icon-map-pin-heart: unicode('f952');
|
|
3254
2904
|
$ti-icon-map-pin-minus: unicode('f953');
|
|
3255
2905
|
$ti-icon-map-pin-off: unicode('ecf3');
|
|
@@ -3325,7 +2975,6 @@ $ti-icon-medal: unicode('ec78');
|
|
|
3325
2975
|
$ti-icon-medal-2: unicode('efcd');
|
|
3326
2976
|
$ti-icon-medical-cross: unicode('ec2f');
|
|
3327
2977
|
$ti-icon-medical-cross-circle: unicode('fae8');
|
|
3328
|
-
$ti-icon-medical-cross-filled: unicode('f681');
|
|
3329
2978
|
$ti-icon-medical-cross-off: unicode('f160');
|
|
3330
2979
|
$ti-icon-medicine-syrup: unicode('ef63');
|
|
3331
2980
|
$ti-icon-meeple: unicode('f514');
|
|
@@ -3363,7 +3012,6 @@ $ti-icon-message-chatbot: unicode('f38a');
|
|
|
3363
3012
|
$ti-icon-message-check: unicode('f96f');
|
|
3364
3013
|
$ti-icon-message-circle: unicode('eaed');
|
|
3365
3014
|
$ti-icon-message-circle-2: unicode('ed3f');
|
|
3366
|
-
$ti-icon-message-circle-2-filled: unicode('f682');
|
|
3367
3015
|
$ti-icon-message-circle-bolt: unicode('f970');
|
|
3368
3016
|
$ti-icon-message-circle-cancel: unicode('f971');
|
|
3369
3017
|
$ti-icon-message-circle-check: unicode('f972');
|
|
@@ -3417,16 +3065,13 @@ $ti-icon-michelin-bib-gourmand: unicode('fae9');
|
|
|
3417
3065
|
$ti-icon-michelin-star: unicode('faeb');
|
|
3418
3066
|
$ti-icon-michelin-star-green: unicode('faea');
|
|
3419
3067
|
$ti-icon-mickey: unicode('f2a3');
|
|
3420
|
-
$ti-icon-mickey-filled: unicode('f683');
|
|
3421
3068
|
$ti-icon-microphone: unicode('eaf0');
|
|
3422
3069
|
$ti-icon-microphone-2: unicode('ef2c');
|
|
3423
3070
|
$ti-icon-microphone-2-off: unicode('f40d');
|
|
3424
|
-
$ti-icon-microphone-filled: unicode('fdb1');
|
|
3425
3071
|
$ti-icon-microphone-off: unicode('ed16');
|
|
3426
3072
|
$ti-icon-microscope: unicode('ef64');
|
|
3427
3073
|
$ti-icon-microscope-off: unicode('f40e');
|
|
3428
3074
|
$ti-icon-microwave: unicode('f248');
|
|
3429
|
-
$ti-icon-microwave-filled: unicode('fdb2');
|
|
3430
3075
|
$ti-icon-microwave-off: unicode('f264');
|
|
3431
3076
|
$ti-icon-military-award: unicode('f079');
|
|
3432
3077
|
$ti-icon-military-rank: unicode('efcf');
|
|
@@ -3448,18 +3093,14 @@ $ti-icon-mood-boy: unicode('ed2d');
|
|
|
3448
3093
|
$ti-icon-mood-check: unicode('f7b3');
|
|
3449
3094
|
$ti-icon-mood-cog: unicode('f7b4');
|
|
3450
3095
|
$ti-icon-mood-confuzed: unicode('eaf3');
|
|
3451
|
-
$ti-icon-mood-confuzed-filled: unicode('f7f2');
|
|
3452
3096
|
$ti-icon-mood-crazy-happy: unicode('ed90');
|
|
3453
3097
|
$ti-icon-mood-cry: unicode('ecbb');
|
|
3454
3098
|
$ti-icon-mood-dollar: unicode('f7b5');
|
|
3455
3099
|
$ti-icon-mood-edit: unicode('fa05');
|
|
3456
3100
|
$ti-icon-mood-empty: unicode('eeb5');
|
|
3457
|
-
$ti-icon-mood-empty-filled: unicode('f7f3');
|
|
3458
3101
|
$ti-icon-mood-happy: unicode('eaf4');
|
|
3459
|
-
$ti-icon-mood-happy-filled: unicode('f7f4');
|
|
3460
3102
|
$ti-icon-mood-heart: unicode('f7b6');
|
|
3461
3103
|
$ti-icon-mood-kid: unicode('ec03');
|
|
3462
|
-
$ti-icon-mood-kid-filled: unicode('f7f5');
|
|
3463
3104
|
$ti-icon-mood-look-down: unicode('fd37');
|
|
3464
3105
|
$ti-icon-mood-look-left: unicode('f2c5');
|
|
3465
3106
|
$ti-icon-mood-look-right: unicode('f2c6');
|
|
@@ -3468,7 +3109,6 @@ $ti-icon-mood-minus: unicode('f7b7');
|
|
|
3468
3109
|
$ti-icon-mood-nerd: unicode('f2e1');
|
|
3469
3110
|
$ti-icon-mood-nervous: unicode('ef96');
|
|
3470
3111
|
$ti-icon-mood-neutral: unicode('eaf5');
|
|
3471
|
-
$ti-icon-mood-neutral-filled: unicode('f7f6');
|
|
3472
3112
|
$ti-icon-mood-off: unicode('f161');
|
|
3473
3113
|
$ti-icon-mood-pin: unicode('f7b8');
|
|
3474
3114
|
$ti-icon-mood-plus: unicode('f7b9');
|
|
@@ -3476,7 +3116,6 @@ $ti-icon-mood-puzzled: unicode('fd39');
|
|
|
3476
3116
|
$ti-icon-mood-sad: unicode('eaf6');
|
|
3477
3117
|
$ti-icon-mood-sad-2: unicode('f2e2');
|
|
3478
3118
|
$ti-icon-mood-sad-dizzy: unicode('f2e3');
|
|
3479
|
-
$ti-icon-mood-sad-filled: unicode('f7f7');
|
|
3480
3119
|
$ti-icon-mood-sad-squint: unicode('f2e4');
|
|
3481
3120
|
$ti-icon-mood-search: unicode('f7ba');
|
|
3482
3121
|
$ti-icon-mood-share: unicode('fa06');
|
|
@@ -3486,7 +3125,6 @@ $ti-icon-mood-sing: unicode('f2c7');
|
|
|
3486
3125
|
$ti-icon-mood-smile: unicode('eaf7');
|
|
3487
3126
|
$ti-icon-mood-smile-beam: unicode('f2e7');
|
|
3488
3127
|
$ti-icon-mood-smile-dizzy: unicode('f2e8');
|
|
3489
|
-
$ti-icon-mood-smile-filled: unicode('f7f8');
|
|
3490
3128
|
$ti-icon-mood-suprised: unicode('ec04');
|
|
3491
3129
|
$ti-icon-mood-tongue: unicode('eb95');
|
|
3492
3130
|
$ti-icon-mood-tongue-wink: unicode('f2ea');
|
|
@@ -3500,7 +3138,6 @@ $ti-icon-mood-x: unicode('f7bc');
|
|
|
3500
3138
|
$ti-icon-mood-xd: unicode('f2ef');
|
|
3501
3139
|
$ti-icon-moon: unicode('eaf8');
|
|
3502
3140
|
$ti-icon-moon-2: unicode('ece6');
|
|
3503
|
-
$ti-icon-moon-filled: unicode('f684');
|
|
3504
3141
|
$ti-icon-moon-off: unicode('f162');
|
|
3505
3142
|
$ti-icon-moon-stars: unicode('ece7');
|
|
3506
3143
|
$ti-icon-moped: unicode('ecbc');
|
|
@@ -3509,7 +3146,6 @@ $ti-icon-mountain: unicode('ef97');
|
|
|
3509
3146
|
$ti-icon-mountain-off: unicode('f411');
|
|
3510
3147
|
$ti-icon-mouse: unicode('eaf9');
|
|
3511
3148
|
$ti-icon-mouse-2: unicode('f1d7');
|
|
3512
|
-
$ti-icon-mouse-filled: unicode('fb2f');
|
|
3513
3149
|
$ti-icon-mouse-off: unicode('f163');
|
|
3514
3150
|
$ti-icon-moustache: unicode('f4c9');
|
|
3515
3151
|
$ti-icon-movie: unicode('eafa');
|
|
@@ -3521,7 +3157,6 @@ $ti-icon-multiplier-1-5x: unicode('ef42');
|
|
|
3521
3157
|
$ti-icon-multiplier-1x: unicode('ef43');
|
|
3522
3158
|
$ti-icon-multiplier-2x: unicode('ef44');
|
|
3523
3159
|
$ti-icon-mushroom: unicode('ef14');
|
|
3524
|
-
$ti-icon-mushroom-filled: unicode('f7f9');
|
|
3525
3160
|
$ti-icon-mushroom-off: unicode('f412');
|
|
3526
3161
|
$ti-icon-music: unicode('eafc');
|
|
3527
3162
|
$ti-icon-music-bolt: unicode('fbd5');
|
|
@@ -3556,7 +3191,6 @@ $ti-icon-navigation-dollar: unicode('fbef');
|
|
|
3556
3191
|
$ti-icon-navigation-down: unicode('fbf0');
|
|
3557
3192
|
$ti-icon-navigation-east: unicode('fcba');
|
|
3558
3193
|
$ti-icon-navigation-exclamation: unicode('fbf1');
|
|
3559
|
-
$ti-icon-navigation-filled: unicode('f685');
|
|
3560
3194
|
$ti-icon-navigation-heart: unicode('fbf2');
|
|
3561
3195
|
$ti-icon-navigation-minus: unicode('fbf3');
|
|
3562
3196
|
$ti-icon-navigation-north: unicode('fcbb');
|
|
@@ -3639,7 +3273,6 @@ $ti-icon-numbers: unicode('f015');
|
|
|
3639
3273
|
$ti-icon-nurse: unicode('ef65');
|
|
3640
3274
|
$ti-icon-nut: unicode('fc61');
|
|
3641
3275
|
$ti-icon-octagon: unicode('ecbd');
|
|
3642
|
-
$ti-icon-octagon-filled: unicode('f686');
|
|
3643
3276
|
$ti-icon-octagon-minus: unicode('fc92');
|
|
3644
3277
|
$ti-icon-octagon-minus-2: unicode('fc91');
|
|
3645
3278
|
$ti-icon-octagon-off: unicode('eeb8');
|
|
@@ -3656,9 +3289,7 @@ $ti-icon-omega: unicode('eb97');
|
|
|
3656
3289
|
$ti-icon-outbound: unicode('f249');
|
|
3657
3290
|
$ti-icon-outlet: unicode('ebd7');
|
|
3658
3291
|
$ti-icon-oval: unicode('f02e');
|
|
3659
|
-
$ti-icon-oval-filled: unicode('f687');
|
|
3660
3292
|
$ti-icon-oval-vertical: unicode('f02d');
|
|
3661
|
-
$ti-icon-oval-vertical-filled: unicode('f688');
|
|
3662
3293
|
$ti-icon-overline: unicode('eebb');
|
|
3663
3294
|
$ti-icon-package: unicode('eaff');
|
|
3664
3295
|
$ti-icon-package-export: unicode('f07a');
|
|
@@ -3668,7 +3299,6 @@ $ti-icon-packages: unicode('f2c9');
|
|
|
3668
3299
|
$ti-icon-pacman: unicode('eebc');
|
|
3669
3300
|
$ti-icon-page-break: unicode('ec81');
|
|
3670
3301
|
$ti-icon-paint: unicode('eb00');
|
|
3671
|
-
$ti-icon-paint-filled: unicode('f75f');
|
|
3672
3302
|
$ti-icon-paint-off: unicode('f16d');
|
|
3673
3303
|
$ti-icon-palette: unicode('eb01');
|
|
3674
3304
|
$ti-icon-palette-off: unicode('f16e');
|
|
@@ -3691,7 +3321,6 @@ $ti-icon-password-fingerprint: unicode('fc7b');
|
|
|
3691
3321
|
$ti-icon-password-mobile-phone: unicode('fc7c');
|
|
3692
3322
|
$ti-icon-password-user: unicode('fc7d');
|
|
3693
3323
|
$ti-icon-paw: unicode('eff9');
|
|
3694
|
-
$ti-icon-paw-filled: unicode('f689');
|
|
3695
3324
|
$ti-icon-paw-off: unicode('f419');
|
|
3696
3325
|
$ti-icon-paywall: unicode('fd7e');
|
|
3697
3326
|
$ti-icon-pdf: unicode('f7ac');
|
|
@@ -3720,11 +3349,8 @@ $ti-icon-pencil-up: unicode('fc0d');
|
|
|
3720
3349
|
$ti-icon-pencil-x: unicode('fc0e');
|
|
3721
3350
|
$ti-icon-pennant: unicode('ed7d');
|
|
3722
3351
|
$ti-icon-pennant-2: unicode('f06a');
|
|
3723
|
-
$ti-icon-pennant-2-filled: unicode('f68a');
|
|
3724
|
-
$ti-icon-pennant-filled: unicode('f68b');
|
|
3725
3352
|
$ti-icon-pennant-off: unicode('f174');
|
|
3726
3353
|
$ti-icon-pentagon: unicode('efe3');
|
|
3727
|
-
$ti-icon-pentagon-filled: unicode('f68c');
|
|
3728
3354
|
$ti-icon-pentagon-number-0: unicode('fc7e');
|
|
3729
3355
|
$ti-icon-pentagon-number-1: unicode('fc7f');
|
|
3730
3356
|
$ti-icon-pentagon-number-2: unicode('fc80');
|
|
@@ -3749,7 +3375,6 @@ $ti-icon-phone: unicode('eb09');
|
|
|
3749
3375
|
$ti-icon-phone-call: unicode('eb05');
|
|
3750
3376
|
$ti-icon-phone-calling: unicode('ec43');
|
|
3751
3377
|
$ti-icon-phone-check: unicode('ec05');
|
|
3752
|
-
$ti-icon-phone-filled: unicode('fa49');
|
|
3753
3378
|
$ti-icon-phone-incoming: unicode('eb06');
|
|
3754
3379
|
$ti-icon-phone-off: unicode('ecf5');
|
|
3755
3380
|
$ti-icon-phone-outgoing: unicode('eb07');
|
|
@@ -3770,7 +3395,6 @@ $ti-icon-photo-dollar: unicode('f993');
|
|
|
3770
3395
|
$ti-icon-photo-down: unicode('f35f');
|
|
3771
3396
|
$ti-icon-photo-edit: unicode('f360');
|
|
3772
3397
|
$ti-icon-photo-exclamation: unicode('f994');
|
|
3773
|
-
$ti-icon-photo-filled: unicode('fa4a');
|
|
3774
3398
|
$ti-icon-photo-heart: unicode('f361');
|
|
3775
3399
|
$ti-icon-photo-hexagon: unicode('fc4b');
|
|
3776
3400
|
$ti-icon-photo-minus: unicode('f362');
|
|
@@ -3810,11 +3434,9 @@ $ti-icon-pill-off: unicode('f178');
|
|
|
3810
3434
|
$ti-icon-pills: unicode('ef66');
|
|
3811
3435
|
$ti-icon-pin: unicode('ec9c');
|
|
3812
3436
|
$ti-icon-pin-end: unicode('fd5b');
|
|
3813
|
-
$ti-icon-pin-filled: unicode('f68d');
|
|
3814
3437
|
$ti-icon-pin-invoke: unicode('fd5c');
|
|
3815
3438
|
$ti-icon-ping-pong: unicode('f38d');
|
|
3816
3439
|
$ti-icon-pinned: unicode('ed60');
|
|
3817
|
-
$ti-icon-pinned-filled: unicode('f68e');
|
|
3818
3440
|
$ti-icon-pinned-off: unicode('ed5f');
|
|
3819
3441
|
$ti-icon-pizza: unicode('edbb');
|
|
3820
3442
|
$ti-icon-pizza-off: unicode('f179');
|
|
@@ -3838,23 +3460,14 @@ $ti-icon-play-football: unicode('fa67');
|
|
|
3838
3460
|
$ti-icon-play-handball: unicode('fa68');
|
|
3839
3461
|
$ti-icon-play-volleyball: unicode('fa69');
|
|
3840
3462
|
$ti-icon-player-eject: unicode('efbc');
|
|
3841
|
-
$ti-icon-player-eject-filled: unicode('f68f');
|
|
3842
3463
|
$ti-icon-player-pause: unicode('ed45');
|
|
3843
|
-
$ti-icon-player-pause-filled: unicode('f690');
|
|
3844
3464
|
$ti-icon-player-play: unicode('ed46');
|
|
3845
|
-
$ti-icon-player-play-filled: unicode('f691');
|
|
3846
3465
|
$ti-icon-player-record: unicode('ed47');
|
|
3847
|
-
$ti-icon-player-record-filled: unicode('f692');
|
|
3848
3466
|
$ti-icon-player-skip-back: unicode('ed48');
|
|
3849
|
-
$ti-icon-player-skip-back-filled: unicode('f693');
|
|
3850
3467
|
$ti-icon-player-skip-forward: unicode('ed49');
|
|
3851
|
-
$ti-icon-player-skip-forward-filled: unicode('f694');
|
|
3852
3468
|
$ti-icon-player-stop: unicode('ed4a');
|
|
3853
|
-
$ti-icon-player-stop-filled: unicode('f695');
|
|
3854
3469
|
$ti-icon-player-track-next: unicode('ed4b');
|
|
3855
|
-
$ti-icon-player-track-next-filled: unicode('f696');
|
|
3856
3470
|
$ti-icon-player-track-prev: unicode('ed4c');
|
|
3857
|
-
$ti-icon-player-track-prev-filled: unicode('f697');
|
|
3858
3471
|
$ti-icon-playlist: unicode('eec0');
|
|
3859
3472
|
$ti-icon-playlist-add: unicode('f008');
|
|
3860
3473
|
$ti-icon-playlist-off: unicode('f17f');
|
|
@@ -3875,7 +3488,6 @@ $ti-icon-png: unicode('f3ad');
|
|
|
3875
3488
|
$ti-icon-podium: unicode('f1d8');
|
|
3876
3489
|
$ti-icon-podium-off: unicode('f41b');
|
|
3877
3490
|
$ti-icon-point: unicode('eb0c');
|
|
3878
|
-
$ti-icon-point-filled: unicode('f698');
|
|
3879
3491
|
$ti-icon-point-off: unicode('f181');
|
|
3880
3492
|
$ti-icon-pointer: unicode('f265');
|
|
3881
3493
|
$ti-icon-pointer-bolt: unicode('f999');
|
|
@@ -3886,7 +3498,6 @@ $ti-icon-pointer-cog: unicode('f99d');
|
|
|
3886
3498
|
$ti-icon-pointer-dollar: unicode('f99e');
|
|
3887
3499
|
$ti-icon-pointer-down: unicode('f99f');
|
|
3888
3500
|
$ti-icon-pointer-exclamation: unicode('f9a0');
|
|
3889
|
-
$ti-icon-pointer-filled: unicode('fb30');
|
|
3890
3501
|
$ti-icon-pointer-heart: unicode('f9a1');
|
|
3891
3502
|
$ti-icon-pointer-minus: unicode('f9a2');
|
|
3892
3503
|
$ti-icon-pointer-off: unicode('f9a3');
|
|
@@ -3903,7 +3514,6 @@ $ti-icon-pokeball: unicode('eec1');
|
|
|
3903
3514
|
$ti-icon-pokeball-off: unicode('f41c');
|
|
3904
3515
|
$ti-icon-poker-chip: unicode('f515');
|
|
3905
3516
|
$ti-icon-polaroid: unicode('eec2');
|
|
3906
|
-
$ti-icon-polaroid-filled: unicode('fa4b');
|
|
3907
3517
|
$ti-icon-polygon: unicode('efd0');
|
|
3908
3518
|
$ti-icon-polygon-off: unicode('f182');
|
|
3909
3519
|
$ti-icon-poo: unicode('f258');
|
|
@@ -3937,7 +3547,6 @@ $ti-icon-protocol: unicode('fd81');
|
|
|
3937
3547
|
$ti-icon-pumpkin-scary: unicode('f587');
|
|
3938
3548
|
$ti-icon-puzzle: unicode('eb10');
|
|
3939
3549
|
$ti-icon-puzzle-2: unicode('ef83');
|
|
3940
|
-
$ti-icon-puzzle-filled: unicode('f699');
|
|
3941
3550
|
$ti-icon-puzzle-off: unicode('f186');
|
|
3942
3551
|
$ti-icon-pyramid: unicode('eec5');
|
|
3943
3552
|
$ti-icon-pyramid-off: unicode('f187');
|
|
@@ -3950,12 +3559,10 @@ $ti-icon-quote-off: unicode('f188');
|
|
|
3950
3559
|
$ti-icon-quotes: unicode('fb1e');
|
|
3951
3560
|
$ti-icon-radar: unicode('f017');
|
|
3952
3561
|
$ti-icon-radar-2: unicode('f016');
|
|
3953
|
-
$ti-icon-radar-filled: unicode('fdb3');
|
|
3954
3562
|
$ti-icon-radar-off: unicode('f41f');
|
|
3955
3563
|
$ti-icon-radio: unicode('ef2d');
|
|
3956
3564
|
$ti-icon-radio-off: unicode('f420');
|
|
3957
3565
|
$ti-icon-radioactive: unicode('ecc0');
|
|
3958
|
-
$ti-icon-radioactive-filled: unicode('f760');
|
|
3959
3566
|
$ti-icon-radioactive-off: unicode('f189');
|
|
3960
3567
|
$ti-icon-radius-bottom-left: unicode('eec6');
|
|
3961
3568
|
$ti-icon-radius-bottom-right: unicode('eec7');
|
|
@@ -3986,11 +3593,9 @@ $ti-icon-recharging: unicode('eeca');
|
|
|
3986
3593
|
$ti-icon-record-mail: unicode('eb12');
|
|
3987
3594
|
$ti-icon-record-mail-off: unicode('f18b');
|
|
3988
3595
|
$ti-icon-rectangle: unicode('ed37');
|
|
3989
|
-
$ti-icon-rectangle-filled: unicode('f69a');
|
|
3990
3596
|
$ti-icon-rectangle-rounded-bottom: unicode('faed');
|
|
3991
3597
|
$ti-icon-rectangle-rounded-top: unicode('faee');
|
|
3992
3598
|
$ti-icon-rectangle-vertical: unicode('ed36');
|
|
3993
|
-
$ti-icon-rectangle-vertical-filled: unicode('f69b');
|
|
3994
3599
|
$ti-icon-rectangular-prism: unicode('fab5');
|
|
3995
3600
|
$ti-icon-rectangular-prism-off: unicode('fab3');
|
|
3996
3601
|
$ti-icon-rectangular-prism-plus: unicode('fab4');
|
|
@@ -4004,18 +3609,14 @@ $ti-icon-regex: unicode('f31f');
|
|
|
4004
3609
|
$ti-icon-regex-off: unicode('f421');
|
|
4005
3610
|
$ti-icon-registered: unicode('eb14');
|
|
4006
3611
|
$ti-icon-relation-many-to-many: unicode('ed7f');
|
|
4007
|
-
$ti-icon-relation-many-to-many-filled: unicode('fdb4');
|
|
4008
3612
|
$ti-icon-relation-one-to-many: unicode('ed80');
|
|
4009
|
-
$ti-icon-relation-one-to-many-filled: unicode('fdb5');
|
|
4010
3613
|
$ti-icon-relation-one-to-one: unicode('ed81');
|
|
4011
|
-
$ti-icon-relation-one-to-one-filled: unicode('fdb6');
|
|
4012
3614
|
$ti-icon-reload: unicode('f3ae');
|
|
4013
3615
|
$ti-icon-reorder: unicode('fc15');
|
|
4014
3616
|
$ti-icon-repeat: unicode('eb72');
|
|
4015
3617
|
$ti-icon-repeat-off: unicode('f18e');
|
|
4016
3618
|
$ti-icon-repeat-once: unicode('eb71');
|
|
4017
3619
|
$ti-icon-replace: unicode('ebc7');
|
|
4018
|
-
$ti-icon-replace-filled: unicode('f69c');
|
|
4019
3620
|
$ti-icon-replace-off: unicode('f422');
|
|
4020
3621
|
$ti-icon-report: unicode('eece');
|
|
4021
3622
|
$ti-icon-report-analytics: unicode('eecb');
|
|
@@ -4060,9 +3661,7 @@ $ti-icon-rollercoaster-off: unicode('f423');
|
|
|
4060
3661
|
$ti-icon-rosette: unicode('f599');
|
|
4061
3662
|
$ti-icon-rosette-discount: unicode('ee7c');
|
|
4062
3663
|
$ti-icon-rosette-discount-check: unicode('f1f8');
|
|
4063
|
-
$ti-icon-rosette-discount-check-filled: unicode('f746');
|
|
4064
3664
|
$ti-icon-rosette-discount-off: unicode('f3e6');
|
|
4065
|
-
$ti-icon-rosette-filled: unicode('f69d');
|
|
4066
3665
|
$ti-icon-rosette-number-0: unicode('f58f');
|
|
4067
3666
|
$ti-icon-rosette-number-1: unicode('f590');
|
|
4068
3667
|
$ti-icon-rosette-number-2: unicode('f591');
|
|
@@ -4125,7 +3724,7 @@ $ti-icon-scale-outline: unicode('ef53');
|
|
|
4125
3724
|
$ti-icon-scale-outline-off: unicode('f199');
|
|
4126
3725
|
$ti-icon-scan: unicode('ebc8');
|
|
4127
3726
|
$ti-icon-scan-eye: unicode('f1ff');
|
|
4128
|
-
$ti-icon-scan-position: unicode('
|
|
3727
|
+
$ti-icon-scan-position: unicode('fdac');
|
|
4129
3728
|
$ti-icon-schema: unicode('f200');
|
|
4130
3729
|
$ti-icon-schema-off: unicode('f426');
|
|
4131
3730
|
$ti-icon-school: unicode('ecf7');
|
|
@@ -4152,7 +3751,6 @@ $ti-icon-sdk: unicode('f3af');
|
|
|
4152
3751
|
$ti-icon-search: unicode('eb1c');
|
|
4153
3752
|
$ti-icon-search-off: unicode('f19c');
|
|
4154
3753
|
$ti-icon-section: unicode('eed5');
|
|
4155
|
-
$ti-icon-section-filled: unicode('fdb8');
|
|
4156
3754
|
$ti-icon-section-sign: unicode('f019');
|
|
4157
3755
|
$ti-icon-seeding: unicode('ed51');
|
|
4158
3756
|
$ti-icon-seeding-off: unicode('f19d');
|
|
@@ -4183,7 +3781,6 @@ $ti-icon-settings-cog: unicode('f9b1');
|
|
|
4183
3781
|
$ti-icon-settings-dollar: unicode('f9b2');
|
|
4184
3782
|
$ti-icon-settings-down: unicode('f9b3');
|
|
4185
3783
|
$ti-icon-settings-exclamation: unicode('f9b4');
|
|
4186
|
-
$ti-icon-settings-filled: unicode('f69e');
|
|
4187
3784
|
$ti-icon-settings-heart: unicode('f9b5');
|
|
4188
3785
|
$ti-icon-settings-minus: unicode('f9b6');
|
|
4189
3786
|
$ti-icon-settings-off: unicode('f19f');
|
|
@@ -4211,21 +3808,16 @@ $ti-icon-shield: unicode('eb24');
|
|
|
4211
3808
|
$ti-icon-shield-bolt: unicode('f9c0');
|
|
4212
3809
|
$ti-icon-shield-cancel: unicode('f9c1');
|
|
4213
3810
|
$ti-icon-shield-check: unicode('eb22');
|
|
4214
|
-
$ti-icon-shield-check-filled: unicode('f761');
|
|
4215
3811
|
$ti-icon-shield-checkered: unicode('ef9a');
|
|
4216
|
-
$ti-icon-shield-checkered-filled: unicode('f762');
|
|
4217
3812
|
$ti-icon-shield-chevron: unicode('ef9b');
|
|
4218
3813
|
$ti-icon-shield-code: unicode('f9c2');
|
|
4219
3814
|
$ti-icon-shield-cog: unicode('f9c3');
|
|
4220
3815
|
$ti-icon-shield-dollar: unicode('f9c4');
|
|
4221
3816
|
$ti-icon-shield-down: unicode('f9c5');
|
|
4222
3817
|
$ti-icon-shield-exclamation: unicode('f9c6');
|
|
4223
|
-
$ti-icon-shield-filled: unicode('f69f');
|
|
4224
3818
|
$ti-icon-shield-half: unicode('f358');
|
|
4225
|
-
$ti-icon-shield-half-filled: unicode('f357');
|
|
4226
3819
|
$ti-icon-shield-heart: unicode('f9c7');
|
|
4227
3820
|
$ti-icon-shield-lock: unicode('ed58');
|
|
4228
|
-
$ti-icon-shield-lock-filled: unicode('f763');
|
|
4229
3821
|
$ti-icon-shield-minus: unicode('f9c8');
|
|
4230
3822
|
$ti-icon-shield-off: unicode('ecf8');
|
|
4231
3823
|
$ti-icon-shield-pause: unicode('f9c9');
|
|
@@ -4240,7 +3832,6 @@ $ti-icon-shield-x: unicode('eb23');
|
|
|
4240
3832
|
$ti-icon-ship: unicode('ec84');
|
|
4241
3833
|
$ti-icon-ship-off: unicode('f42a');
|
|
4242
3834
|
$ti-icon-shirt: unicode('ec0a');
|
|
4243
|
-
$ti-icon-shirt-filled: unicode('f6a0');
|
|
4244
3835
|
$ti-icon-shirt-off: unicode('f1a2');
|
|
4245
3836
|
$ti-icon-shirt-sport: unicode('f26c');
|
|
4246
3837
|
$ti-icon-shoe: unicode('efd2');
|
|
@@ -4266,7 +3857,6 @@ $ti-icon-shopping-cart-discount: unicode('fb5d');
|
|
|
4266
3857
|
$ti-icon-shopping-cart-dollar: unicode('fb5e');
|
|
4267
3858
|
$ti-icon-shopping-cart-down: unicode('fb5f');
|
|
4268
3859
|
$ti-icon-shopping-cart-exclamation: unicode('fb60');
|
|
4269
|
-
$ti-icon-shopping-cart-filled: unicode('fc3f');
|
|
4270
3860
|
$ti-icon-shopping-cart-heart: unicode('fb61');
|
|
4271
3861
|
$ti-icon-shopping-cart-minus: unicode('fb62');
|
|
4272
3862
|
$ti-icon-shopping-cart-off: unicode('eedc');
|
|
@@ -4283,9 +3873,7 @@ $ti-icon-shovel: unicode('f1d9');
|
|
|
4283
3873
|
$ti-icon-shovel-pitchforks: unicode('fd3a');
|
|
4284
3874
|
$ti-icon-shredder: unicode('eedf');
|
|
4285
3875
|
$ti-icon-sign-left: unicode('f06b');
|
|
4286
|
-
$ti-icon-sign-left-filled: unicode('f6a1');
|
|
4287
3876
|
$ti-icon-sign-right: unicode('f06c');
|
|
4288
|
-
$ti-icon-sign-right-filled: unicode('f6a2');
|
|
4289
3877
|
$ti-icon-signal-2g: unicode('f79a');
|
|
4290
3878
|
$ti-icon-signal-3g: unicode('f1ee');
|
|
4291
3879
|
$ti-icon-signal-4g: unicode('f1ef');
|
|
@@ -4347,7 +3935,6 @@ $ti-icon-sort-descending-small-big: unicode('fd96');
|
|
|
4347
3935
|
$ti-icon-sort-z-a: unicode('f550');
|
|
4348
3936
|
$ti-icon-sos: unicode('f24a');
|
|
4349
3937
|
$ti-icon-soup: unicode('ef2e');
|
|
4350
|
-
$ti-icon-soup-filled: unicode('fdb9');
|
|
4351
3938
|
$ti-icon-soup-off: unicode('f42d');
|
|
4352
3939
|
$ti-icon-source-code: unicode('f4a2');
|
|
4353
3940
|
$ti-icon-space: unicode('ec0c');
|
|
@@ -4355,7 +3942,6 @@ $ti-icon-space-off: unicode('f1aa');
|
|
|
4355
3942
|
$ti-icon-spacing-horizontal: unicode('ef54');
|
|
4356
3943
|
$ti-icon-spacing-vertical: unicode('ef55');
|
|
4357
3944
|
$ti-icon-spade: unicode('effa');
|
|
4358
|
-
$ti-icon-spade-filled: unicode('f6a3');
|
|
4359
3945
|
$ti-icon-sparkles: unicode('f6d7');
|
|
4360
3946
|
$ti-icon-speakerphone: unicode('ed61');
|
|
4361
3947
|
$ti-icon-speedboat: unicode('ed93');
|
|
@@ -4371,125 +3957,62 @@ $ti-icon-spy: unicode('f227');
|
|
|
4371
3957
|
$ti-icon-spy-off: unicode('f42f');
|
|
4372
3958
|
$ti-icon-sql: unicode('f7c0');
|
|
4373
3959
|
$ti-icon-square: unicode('eb2c');
|
|
4374
|
-
$ti-icon-square-0-filled: unicode('f764');
|
|
4375
|
-
$ti-icon-square-1-filled: unicode('f765');
|
|
4376
|
-
$ti-icon-square-2-filled: unicode('f7fa');
|
|
4377
|
-
$ti-icon-square-3-filled: unicode('f766');
|
|
4378
|
-
$ti-icon-square-4-filled: unicode('f767');
|
|
4379
|
-
$ti-icon-square-5-filled: unicode('f768');
|
|
4380
|
-
$ti-icon-square-6-filled: unicode('f769');
|
|
4381
|
-
$ti-icon-square-7-filled: unicode('f76a');
|
|
4382
|
-
$ti-icon-square-8-filled: unicode('f76b');
|
|
4383
|
-
$ti-icon-square-9-filled: unicode('f76c');
|
|
4384
3960
|
$ti-icon-square-arrow-down: unicode('f4b7');
|
|
4385
|
-
$ti-icon-square-arrow-down-filled: unicode('fb31');
|
|
4386
3961
|
$ti-icon-square-arrow-left: unicode('f4b8');
|
|
4387
|
-
$ti-icon-square-arrow-left-filled: unicode('fb32');
|
|
4388
3962
|
$ti-icon-square-arrow-right: unicode('f4b9');
|
|
4389
|
-
$ti-icon-square-arrow-right-filled: unicode('fb33');
|
|
4390
3963
|
$ti-icon-square-arrow-up: unicode('f4ba');
|
|
4391
|
-
$ti-icon-square-arrow-up-filled: unicode('fb34');
|
|
4392
3964
|
$ti-icon-square-asterisk: unicode('f01a');
|
|
4393
|
-
$ti-icon-square-asterisk-filled: unicode('fb35');
|
|
4394
3965
|
$ti-icon-square-check: unicode('eb28');
|
|
4395
|
-
$ti-icon-square-check-filled: unicode('f76d');
|
|
4396
3966
|
$ti-icon-square-chevron-down: unicode('f627');
|
|
4397
|
-
$ti-icon-square-chevron-down-filled: unicode('fb36');
|
|
4398
3967
|
$ti-icon-square-chevron-left: unicode('f628');
|
|
4399
|
-
$ti-icon-square-chevron-left-filled: unicode('fb37');
|
|
4400
3968
|
$ti-icon-square-chevron-right: unicode('f629');
|
|
4401
|
-
$ti-icon-square-chevron-right-filled: unicode('fb38');
|
|
4402
3969
|
$ti-icon-square-chevron-up: unicode('f62a');
|
|
4403
|
-
$ti-icon-square-chevron-up-filled: unicode('fb39');
|
|
4404
3970
|
$ti-icon-square-chevrons-down: unicode('f64b');
|
|
4405
|
-
$ti-icon-square-chevrons-down-filled: unicode('fb3a');
|
|
4406
3971
|
$ti-icon-square-chevrons-left: unicode('f64c');
|
|
4407
|
-
$ti-icon-square-chevrons-left-filled: unicode('fb3b');
|
|
4408
3972
|
$ti-icon-square-chevrons-right: unicode('f64d');
|
|
4409
|
-
$ti-icon-square-chevrons-right-filled: unicode('fb3c');
|
|
4410
3973
|
$ti-icon-square-chevrons-up: unicode('f64e');
|
|
4411
|
-
$ti-icon-square-chevrons-up-filled: unicode('fb3d');
|
|
4412
3974
|
$ti-icon-square-dot: unicode('ed59');
|
|
4413
|
-
$ti-icon-square-dot-filled: unicode('fb3e');
|
|
4414
3975
|
$ti-icon-square-f0: unicode('f526');
|
|
4415
|
-
$ti-icon-square-f0-filled: unicode('f76e');
|
|
4416
3976
|
$ti-icon-square-f1: unicode('f527');
|
|
4417
|
-
$ti-icon-square-f1-filled: unicode('f76f');
|
|
4418
3977
|
$ti-icon-square-f2: unicode('f528');
|
|
4419
|
-
$ti-icon-square-f2-filled: unicode('f770');
|
|
4420
3978
|
$ti-icon-square-f3: unicode('f529');
|
|
4421
|
-
$ti-icon-square-f3-filled: unicode('f771');
|
|
4422
3979
|
$ti-icon-square-f4: unicode('f52a');
|
|
4423
|
-
$ti-icon-square-f4-filled: unicode('f772');
|
|
4424
3980
|
$ti-icon-square-f5: unicode('f52b');
|
|
4425
|
-
$ti-icon-square-f5-filled: unicode('f773');
|
|
4426
3981
|
$ti-icon-square-f6: unicode('f52c');
|
|
4427
|
-
$ti-icon-square-f6-filled: unicode('f774');
|
|
4428
3982
|
$ti-icon-square-f7: unicode('f52d');
|
|
4429
|
-
$ti-icon-square-f7-filled: unicode('f775');
|
|
4430
3983
|
$ti-icon-square-f8: unicode('f52e');
|
|
4431
|
-
$ti-icon-square-f8-filled: unicode('f776');
|
|
4432
3984
|
$ti-icon-square-f9: unicode('f52f');
|
|
4433
|
-
$ti-icon-square-f9-filled: unicode('f777');
|
|
4434
|
-
$ti-icon-square-filled: unicode('fc40');
|
|
4435
3985
|
$ti-icon-square-forbid: unicode('ed5b');
|
|
4436
3986
|
$ti-icon-square-forbid-2: unicode('ed5a');
|
|
4437
3987
|
$ti-icon-square-half: unicode('effb');
|
|
4438
3988
|
$ti-icon-square-key: unicode('f638');
|
|
4439
3989
|
$ti-icon-square-letter-a: unicode('f47c');
|
|
4440
|
-
$ti-icon-square-letter-a-filled: unicode('fdba');
|
|
4441
3990
|
$ti-icon-square-letter-b: unicode('f47d');
|
|
4442
|
-
$ti-icon-square-letter-b-filled: unicode('fdbb');
|
|
4443
3991
|
$ti-icon-square-letter-c: unicode('f47e');
|
|
4444
|
-
$ti-icon-square-letter-c-filled: unicode('fdbc');
|
|
4445
3992
|
$ti-icon-square-letter-d: unicode('f47f');
|
|
4446
|
-
$ti-icon-square-letter-d-filled: unicode('fdbd');
|
|
4447
3993
|
$ti-icon-square-letter-e: unicode('f480');
|
|
4448
|
-
$ti-icon-square-letter-e-filled: unicode('fdbe');
|
|
4449
3994
|
$ti-icon-square-letter-f: unicode('f481');
|
|
4450
|
-
$ti-icon-square-letter-f-filled: unicode('fdbf');
|
|
4451
3995
|
$ti-icon-square-letter-g: unicode('f482');
|
|
4452
|
-
$ti-icon-square-letter-g-filled: unicode('fdc0');
|
|
4453
3996
|
$ti-icon-square-letter-h: unicode('f483');
|
|
4454
|
-
$ti-icon-square-letter-h-filled: unicode('fdc1');
|
|
4455
3997
|
$ti-icon-square-letter-i: unicode('f484');
|
|
4456
|
-
$ti-icon-square-letter-i-filled: unicode('fdc2');
|
|
4457
3998
|
$ti-icon-square-letter-j: unicode('f485');
|
|
4458
|
-
$ti-icon-square-letter-j-filled: unicode('fdc3');
|
|
4459
3999
|
$ti-icon-square-letter-k: unicode('f486');
|
|
4460
|
-
$ti-icon-square-letter-k-filled: unicode('fdc4');
|
|
4461
4000
|
$ti-icon-square-letter-l: unicode('f487');
|
|
4462
|
-
$ti-icon-square-letter-l-filled: unicode('fdc5');
|
|
4463
4001
|
$ti-icon-square-letter-m: unicode('f488');
|
|
4464
|
-
$ti-icon-square-letter-m-filled: unicode('fdc6');
|
|
4465
4002
|
$ti-icon-square-letter-n: unicode('f489');
|
|
4466
|
-
$ti-icon-square-letter-n-filled: unicode('fdc7');
|
|
4467
4003
|
$ti-icon-square-letter-o: unicode('f48a');
|
|
4468
|
-
$ti-icon-square-letter-o-filled: unicode('fdc8');
|
|
4469
4004
|
$ti-icon-square-letter-p: unicode('f48b');
|
|
4470
|
-
$ti-icon-square-letter-p-filled: unicode('fdc9');
|
|
4471
4005
|
$ti-icon-square-letter-q: unicode('f48c');
|
|
4472
|
-
$ti-icon-square-letter-q-filled: unicode('fdca');
|
|
4473
4006
|
$ti-icon-square-letter-r: unicode('f48d');
|
|
4474
|
-
$ti-icon-square-letter-r-filled: unicode('fdcb');
|
|
4475
4007
|
$ti-icon-square-letter-s: unicode('f48e');
|
|
4476
|
-
$ti-icon-square-letter-s-filled: unicode('fdcc');
|
|
4477
4008
|
$ti-icon-square-letter-t: unicode('f48f');
|
|
4478
|
-
$ti-icon-square-letter-t-filled: unicode('fdcd');
|
|
4479
4009
|
$ti-icon-square-letter-u: unicode('f490');
|
|
4480
|
-
$ti-icon-square-letter-u-filled: unicode('fdce');
|
|
4481
4010
|
$ti-icon-square-letter-v: unicode('f4bb');
|
|
4482
|
-
$ti-icon-square-letter-v-filled: unicode('fdcf');
|
|
4483
4011
|
$ti-icon-square-letter-w: unicode('f491');
|
|
4484
|
-
$ti-icon-square-letter-w-filled: unicode('fdd0');
|
|
4485
4012
|
$ti-icon-square-letter-x: unicode('f4bc');
|
|
4486
|
-
$ti-icon-square-letter-x-filled: unicode('fdd1');
|
|
4487
4013
|
$ti-icon-square-letter-y: unicode('f492');
|
|
4488
|
-
$ti-icon-square-letter-y-filled: unicode('fdd2');
|
|
4489
4014
|
$ti-icon-square-letter-z: unicode('f493');
|
|
4490
|
-
$ti-icon-square-letter-z-filled: unicode('fdd3');
|
|
4491
4015
|
$ti-icon-square-minus: unicode('eb29');
|
|
4492
|
-
$ti-icon-square-minus-filled: unicode('fb3f');
|
|
4493
4016
|
$ti-icon-square-number-0: unicode('eee5');
|
|
4494
4017
|
$ti-icon-square-number-1: unicode('eee6');
|
|
4495
4018
|
$ti-icon-square-number-2: unicode('eee7');
|
|
@@ -4507,133 +4030,75 @@ $ti-icon-square-plus-2: unicode('fc96');
|
|
|
4507
4030
|
$ti-icon-square-root: unicode('eef1');
|
|
4508
4031
|
$ti-icon-square-root-2: unicode('eef0');
|
|
4509
4032
|
$ti-icon-square-rotated: unicode('ecdf');
|
|
4510
|
-
$ti-icon-square-rotated-filled: unicode('f6a4');
|
|
4511
4033
|
$ti-icon-square-rotated-forbid: unicode('f01c');
|
|
4512
4034
|
$ti-icon-square-rotated-forbid-2: unicode('f01b');
|
|
4513
4035
|
$ti-icon-square-rotated-off: unicode('eef2');
|
|
4514
4036
|
$ti-icon-square-rounded: unicode('f59a');
|
|
4515
4037
|
$ti-icon-square-rounded-arrow-down: unicode('f639');
|
|
4516
|
-
$ti-icon-square-rounded-arrow-down-filled: unicode('f6db');
|
|
4517
4038
|
$ti-icon-square-rounded-arrow-left: unicode('f63a');
|
|
4518
|
-
$ti-icon-square-rounded-arrow-left-filled: unicode('f6dc');
|
|
4519
4039
|
$ti-icon-square-rounded-arrow-right: unicode('f63b');
|
|
4520
|
-
$ti-icon-square-rounded-arrow-right-filled: unicode('f6dd');
|
|
4521
4040
|
$ti-icon-square-rounded-arrow-up: unicode('f63c');
|
|
4522
|
-
$ti-icon-square-rounded-arrow-up-filled: unicode('f6de');
|
|
4523
4041
|
$ti-icon-square-rounded-check: unicode('f63d');
|
|
4524
|
-
$ti-icon-square-rounded-check-filled: unicode('f6df');
|
|
4525
4042
|
$ti-icon-square-rounded-chevron-down: unicode('f62b');
|
|
4526
|
-
$ti-icon-square-rounded-chevron-down-filled: unicode('f6e0');
|
|
4527
4043
|
$ti-icon-square-rounded-chevron-left: unicode('f62c');
|
|
4528
|
-
$ti-icon-square-rounded-chevron-left-filled: unicode('f6e1');
|
|
4529
4044
|
$ti-icon-square-rounded-chevron-right: unicode('f62d');
|
|
4530
|
-
$ti-icon-square-rounded-chevron-right-filled: unicode('f6e2');
|
|
4531
4045
|
$ti-icon-square-rounded-chevron-up: unicode('f62e');
|
|
4532
|
-
$ti-icon-square-rounded-chevron-up-filled: unicode('f6e3');
|
|
4533
4046
|
$ti-icon-square-rounded-chevrons-down: unicode('f64f');
|
|
4534
|
-
$ti-icon-square-rounded-chevrons-down-filled: unicode('f6e4');
|
|
4535
4047
|
$ti-icon-square-rounded-chevrons-left: unicode('f650');
|
|
4536
|
-
$ti-icon-square-rounded-chevrons-left-filled: unicode('f6e5');
|
|
4537
4048
|
$ti-icon-square-rounded-chevrons-right: unicode('f651');
|
|
4538
|
-
$ti-icon-square-rounded-chevrons-right-filled: unicode('f6e6');
|
|
4539
4049
|
$ti-icon-square-rounded-chevrons-up: unicode('f652');
|
|
4540
|
-
$ti-icon-square-rounded-chevrons-up-filled: unicode('f6e7');
|
|
4541
|
-
$ti-icon-square-rounded-filled: unicode('f6a5');
|
|
4542
4050
|
$ti-icon-square-rounded-letter-a: unicode('f5ae');
|
|
4543
|
-
$ti-icon-square-rounded-letter-a-filled: unicode('fdd4');
|
|
4544
4051
|
$ti-icon-square-rounded-letter-b: unicode('f5af');
|
|
4545
|
-
$ti-icon-square-rounded-letter-b-filled: unicode('fdd5');
|
|
4546
4052
|
$ti-icon-square-rounded-letter-c: unicode('f5b0');
|
|
4547
|
-
$ti-icon-square-rounded-letter-c-filled: unicode('fdd6');
|
|
4548
4053
|
$ti-icon-square-rounded-letter-d: unicode('f5b1');
|
|
4549
|
-
$ti-icon-square-rounded-letter-d-filled: unicode('fdd7');
|
|
4550
4054
|
$ti-icon-square-rounded-letter-e: unicode('f5b2');
|
|
4551
|
-
$ti-icon-square-rounded-letter-e-filled: unicode('fdd8');
|
|
4552
4055
|
$ti-icon-square-rounded-letter-f: unicode('f5b3');
|
|
4553
|
-
$ti-icon-square-rounded-letter-f-filled: unicode('fdd9');
|
|
4554
4056
|
$ti-icon-square-rounded-letter-g: unicode('f5b4');
|
|
4555
|
-
$ti-icon-square-rounded-letter-g-filled: unicode('fdda');
|
|
4556
4057
|
$ti-icon-square-rounded-letter-h: unicode('f5b5');
|
|
4557
|
-
$ti-icon-square-rounded-letter-h-filled: unicode('fddb');
|
|
4558
4058
|
$ti-icon-square-rounded-letter-i: unicode('f5b6');
|
|
4559
|
-
$ti-icon-square-rounded-letter-i-filled: unicode('fddc');
|
|
4560
4059
|
$ti-icon-square-rounded-letter-j: unicode('f5b7');
|
|
4561
|
-
$ti-icon-square-rounded-letter-j-filled: unicode('fddd');
|
|
4562
4060
|
$ti-icon-square-rounded-letter-k: unicode('f5b8');
|
|
4563
|
-
$ti-icon-square-rounded-letter-k-filled: unicode('fdde');
|
|
4564
4061
|
$ti-icon-square-rounded-letter-l: unicode('f5b9');
|
|
4565
|
-
$ti-icon-square-rounded-letter-l-filled: unicode('fddf');
|
|
4566
4062
|
$ti-icon-square-rounded-letter-m: unicode('f5ba');
|
|
4567
|
-
$ti-icon-square-rounded-letter-m-filled: unicode('fde0');
|
|
4568
4063
|
$ti-icon-square-rounded-letter-n: unicode('f5bb');
|
|
4569
|
-
$ti-icon-square-rounded-letter-n-filled: unicode('fde1');
|
|
4570
4064
|
$ti-icon-square-rounded-letter-o: unicode('f5bc');
|
|
4571
|
-
$ti-icon-square-rounded-letter-o-filled: unicode('fde2');
|
|
4572
4065
|
$ti-icon-square-rounded-letter-p: unicode('f5bd');
|
|
4573
|
-
$ti-icon-square-rounded-letter-p-filled: unicode('fde3');
|
|
4574
4066
|
$ti-icon-square-rounded-letter-q: unicode('f5be');
|
|
4575
|
-
$ti-icon-square-rounded-letter-q-filled: unicode('fde4');
|
|
4576
4067
|
$ti-icon-square-rounded-letter-r: unicode('f5bf');
|
|
4577
|
-
$ti-icon-square-rounded-letter-r-filled: unicode('fde5');
|
|
4578
4068
|
$ti-icon-square-rounded-letter-s: unicode('f5c0');
|
|
4579
|
-
$ti-icon-square-rounded-letter-s-filled: unicode('fde6');
|
|
4580
4069
|
$ti-icon-square-rounded-letter-t: unicode('f5c1');
|
|
4581
|
-
$ti-icon-square-rounded-letter-t-filled: unicode('fde7');
|
|
4582
4070
|
$ti-icon-square-rounded-letter-u: unicode('f5c2');
|
|
4583
|
-
$ti-icon-square-rounded-letter-u-filled: unicode('fde8');
|
|
4584
4071
|
$ti-icon-square-rounded-letter-v: unicode('f5c3');
|
|
4585
|
-
$ti-icon-square-rounded-letter-v-filled: unicode('fde9');
|
|
4586
4072
|
$ti-icon-square-rounded-letter-w: unicode('f5c4');
|
|
4587
|
-
$ti-icon-square-rounded-letter-w-filled: unicode('fdea');
|
|
4588
4073
|
$ti-icon-square-rounded-letter-x: unicode('f5c5');
|
|
4589
|
-
$ti-icon-square-rounded-letter-x-filled: unicode('fdeb');
|
|
4590
4074
|
$ti-icon-square-rounded-letter-y: unicode('f5c6');
|
|
4591
|
-
$ti-icon-square-rounded-letter-y-filled: unicode('fdec');
|
|
4592
4075
|
$ti-icon-square-rounded-letter-z: unicode('f5c7');
|
|
4593
|
-
$ti-icon-square-rounded-letter-z-filled: unicode('fded');
|
|
4594
4076
|
$ti-icon-square-rounded-minus: unicode('f63e');
|
|
4595
4077
|
$ti-icon-square-rounded-minus-2: unicode('fc97');
|
|
4596
|
-
$ti-icon-square-rounded-minus-filled: unicode('fb40');
|
|
4597
4078
|
$ti-icon-square-rounded-number-0: unicode('f5c8');
|
|
4598
|
-
$ti-icon-square-rounded-number-0-filled: unicode('f778');
|
|
4599
4079
|
$ti-icon-square-rounded-number-1: unicode('f5c9');
|
|
4600
|
-
$ti-icon-square-rounded-number-1-filled: unicode('f779');
|
|
4601
4080
|
$ti-icon-square-rounded-number-2: unicode('f5ca');
|
|
4602
|
-
$ti-icon-square-rounded-number-2-filled: unicode('f77a');
|
|
4603
4081
|
$ti-icon-square-rounded-number-3: unicode('f5cb');
|
|
4604
|
-
$ti-icon-square-rounded-number-3-filled: unicode('f77b');
|
|
4605
4082
|
$ti-icon-square-rounded-number-4: unicode('f5cc');
|
|
4606
|
-
$ti-icon-square-rounded-number-4-filled: unicode('f77c');
|
|
4607
4083
|
$ti-icon-square-rounded-number-5: unicode('f5cd');
|
|
4608
|
-
$ti-icon-square-rounded-number-5-filled: unicode('f77d');
|
|
4609
4084
|
$ti-icon-square-rounded-number-6: unicode('f5ce');
|
|
4610
|
-
$ti-icon-square-rounded-number-6-filled: unicode('f77e');
|
|
4611
4085
|
$ti-icon-square-rounded-number-7: unicode('f5cf');
|
|
4612
|
-
$ti-icon-square-rounded-number-7-filled: unicode('f77f');
|
|
4613
4086
|
$ti-icon-square-rounded-number-8: unicode('f5d0');
|
|
4614
|
-
$ti-icon-square-rounded-number-8-filled: unicode('f780');
|
|
4615
4087
|
$ti-icon-square-rounded-number-9: unicode('f5d1');
|
|
4616
|
-
$ti-icon-square-rounded-number-9-filled: unicode('f781');
|
|
4617
4088
|
$ti-icon-square-rounded-percentage: unicode('fd84');
|
|
4618
4089
|
$ti-icon-square-rounded-plus: unicode('f63f');
|
|
4619
4090
|
$ti-icon-square-rounded-plus-2: unicode('fc98');
|
|
4620
|
-
$ti-icon-square-rounded-plus-filled: unicode('f6e8');
|
|
4621
4091
|
$ti-icon-square-rounded-x: unicode('f640');
|
|
4622
|
-
$ti-icon-square-rounded-x-filled: unicode('f6e9');
|
|
4623
4092
|
$ti-icon-square-toggle: unicode('eef4');
|
|
4624
4093
|
$ti-icon-square-toggle-horizontal: unicode('eef3');
|
|
4625
4094
|
$ti-icon-square-x: unicode('eb2b');
|
|
4626
|
-
$ti-icon-
|
|
4095
|
+
$ti-icon-squares: unicode('eef6');
|
|
4627
4096
|
$ti-icon-squares-diagonal: unicode('eef5');
|
|
4628
|
-
$ti-icon-squares-filled: unicode('eef6');
|
|
4629
4097
|
$ti-icon-stack: unicode('eb2d');
|
|
4630
4098
|
$ti-icon-stack-2: unicode('eef7');
|
|
4631
|
-
$ti-icon-stack-2-filled: unicode('fdee');
|
|
4632
4099
|
$ti-icon-stack-3: unicode('ef9d');
|
|
4633
|
-
$ti-icon-stack-3-filled: unicode('fdef');
|
|
4634
4100
|
$ti-icon-stack-back: unicode('fd26');
|
|
4635
4101
|
$ti-icon-stack-backward: unicode('fd27');
|
|
4636
|
-
$ti-icon-stack-filled: unicode('fdf0');
|
|
4637
4102
|
$ti-icon-stack-forward: unicode('fd28');
|
|
4638
4103
|
$ti-icon-stack-front: unicode('fd29');
|
|
4639
4104
|
$ti-icon-stack-middle: unicode('fd2a');
|
|
@@ -4643,12 +4108,9 @@ $ti-icon-stairs: unicode('eca6');
|
|
|
4643
4108
|
$ti-icon-stairs-down: unicode('eca4');
|
|
4644
4109
|
$ti-icon-stairs-up: unicode('eca5');
|
|
4645
4110
|
$ti-icon-star: unicode('eb2e');
|
|
4646
|
-
$ti-icon-star-filled: unicode('f6a6');
|
|
4647
4111
|
$ti-icon-star-half: unicode('ed19');
|
|
4648
|
-
$ti-icon-star-half-filled: unicode('f6a7');
|
|
4649
4112
|
$ti-icon-star-off: unicode('ed62');
|
|
4650
4113
|
$ti-icon-stars: unicode('ed38');
|
|
4651
|
-
$ti-icon-stars-filled: unicode('f6a8');
|
|
4652
4114
|
$ti-icon-stars-off: unicode('f430');
|
|
4653
4115
|
$ti-icon-status-change: unicode('f3b0');
|
|
4654
4116
|
$ti-icon-steam: unicode('f24b');
|
|
@@ -4673,7 +4135,6 @@ $ti-icon-sum: unicode('eb73');
|
|
|
4673
4135
|
$ti-icon-sum-off: unicode('f1ab');
|
|
4674
4136
|
$ti-icon-sun: unicode('eb30');
|
|
4675
4137
|
$ti-icon-sun-electricity: unicode('fcc2');
|
|
4676
|
-
$ti-icon-sun-filled: unicode('f6a9');
|
|
4677
4138
|
$ti-icon-sun-high: unicode('f236');
|
|
4678
4139
|
$ti-icon-sun-low: unicode('f237');
|
|
4679
4140
|
$ti-icon-sun-moon: unicode('f4a3');
|
|
@@ -4704,7 +4165,6 @@ $ti-icon-table-alias: unicode('f25b');
|
|
|
4704
4165
|
$ti-icon-table-column: unicode('faff');
|
|
4705
4166
|
$ti-icon-table-down: unicode('fa1c');
|
|
4706
4167
|
$ti-icon-table-export: unicode('eef8');
|
|
4707
|
-
$ti-icon-table-filled: unicode('f782');
|
|
4708
4168
|
$ti-icon-table-heart: unicode('fa1d');
|
|
4709
4169
|
$ti-icon-table-import: unicode('eef9');
|
|
4710
4170
|
$ti-icon-table-minus: unicode('fa1e');
|
|
@@ -4769,10 +4229,8 @@ $ti-icon-texture: unicode('f51b');
|
|
|
4769
4229
|
$ti-icon-theater: unicode('f79b');
|
|
4770
4230
|
$ti-icon-thermometer: unicode('ef67');
|
|
4771
4231
|
$ti-icon-thumb-down: unicode('eb3b');
|
|
4772
|
-
$ti-icon-thumb-down-filled: unicode('f6aa');
|
|
4773
4232
|
$ti-icon-thumb-down-off: unicode('f436');
|
|
4774
4233
|
$ti-icon-thumb-up: unicode('eb3c');
|
|
4775
|
-
$ti-icon-thumb-up-filled: unicode('f6ab');
|
|
4776
4234
|
$ti-icon-thumb-up-off: unicode('f437');
|
|
4777
4235
|
$ti-icon-tic-tac: unicode('f51c');
|
|
4778
4236
|
$ti-icon-ticket: unicode('eb3d');
|
|
@@ -4793,7 +4251,6 @@ $ti-icon-time-duration-off: unicode('fadc');
|
|
|
4793
4251
|
$ti-icon-timeline: unicode('f031');
|
|
4794
4252
|
$ti-icon-timeline-event: unicode('f553');
|
|
4795
4253
|
$ti-icon-timeline-event-exclamation: unicode('f662');
|
|
4796
|
-
$ti-icon-timeline-event-filled: unicode('fd18');
|
|
4797
4254
|
$ti-icon-timeline-event-minus: unicode('f663');
|
|
4798
4255
|
$ti-icon-timeline-event-plus: unicode('f664');
|
|
4799
4256
|
$ti-icon-timeline-event-text: unicode('f665');
|
|
@@ -4851,25 +4308,18 @@ $ti-icon-transfer-in: unicode('ef2f');
|
|
|
4851
4308
|
$ti-icon-transfer-out: unicode('ef30');
|
|
4852
4309
|
$ti-icon-transfer-vertical: unicode('fc1e');
|
|
4853
4310
|
$ti-icon-transform: unicode('f38e');
|
|
4854
|
-
$ti-icon-transform-filled: unicode('f6ac');
|
|
4855
4311
|
$ti-icon-transform-point: unicode('fda9');
|
|
4856
4312
|
$ti-icon-transform-point-bottom-left: unicode('fda5');
|
|
4857
4313
|
$ti-icon-transform-point-bottom-right: unicode('fda6');
|
|
4858
4314
|
$ti-icon-transform-point-top-left: unicode('fda7');
|
|
4859
4315
|
$ti-icon-transform-point-top-right: unicode('fda8');
|
|
4860
4316
|
$ti-icon-transition-bottom: unicode('f2b2');
|
|
4861
|
-
$ti-icon-transition-bottom-filled: unicode('fdf1');
|
|
4862
4317
|
$ti-icon-transition-left: unicode('f2b3');
|
|
4863
|
-
$ti-icon-transition-left-filled: unicode('fdf2');
|
|
4864
4318
|
$ti-icon-transition-right: unicode('f2b4');
|
|
4865
|
-
$ti-icon-transition-right-filled: unicode('fdf3');
|
|
4866
4319
|
$ti-icon-transition-top: unicode('f2b5');
|
|
4867
|
-
$ti-icon-transition-top-filled: unicode('fdf4');
|
|
4868
4320
|
$ti-icon-trash: unicode('eb41');
|
|
4869
|
-
$ti-icon-trash-filled: unicode('f783');
|
|
4870
4321
|
$ti-icon-trash-off: unicode('ed65');
|
|
4871
4322
|
$ti-icon-trash-x: unicode('ef88');
|
|
4872
|
-
$ti-icon-trash-x-filled: unicode('f784');
|
|
4873
4323
|
$ti-icon-treadmill: unicode('fa6e');
|
|
4874
4324
|
$ti-icon-tree: unicode('ef01');
|
|
4875
4325
|
$ti-icon-trees: unicode('ec10');
|
|
@@ -4881,21 +4331,17 @@ $ti-icon-trending-up: unicode('eb43');
|
|
|
4881
4331
|
$ti-icon-trending-up-2: unicode('edc3');
|
|
4882
4332
|
$ti-icon-trending-up-3: unicode('edc4');
|
|
4883
4333
|
$ti-icon-triangle: unicode('eb44');
|
|
4884
|
-
$ti-icon-triangle-filled: unicode('f6ad');
|
|
4885
4334
|
$ti-icon-triangle-inverted: unicode('f01d');
|
|
4886
|
-
$ti-icon-triangle-inverted-filled: unicode('f6ae');
|
|
4887
4335
|
$ti-icon-triangle-minus: unicode('fc9b');
|
|
4888
4336
|
$ti-icon-triangle-minus-2: unicode('fc9a');
|
|
4889
4337
|
$ti-icon-triangle-off: unicode('ef02');
|
|
4890
4338
|
$ti-icon-triangle-plus: unicode('fc9d');
|
|
4891
4339
|
$ti-icon-triangle-plus-2: unicode('fc9c');
|
|
4892
4340
|
$ti-icon-triangle-square-circle: unicode('ece8');
|
|
4893
|
-
$ti-icon-triangle-square-circle-filled: unicode('fb42');
|
|
4894
4341
|
$ti-icon-triangles: unicode('f0a5');
|
|
4895
4342
|
$ti-icon-trident: unicode('ecc5');
|
|
4896
4343
|
$ti-icon-trolley: unicode('f4cc');
|
|
4897
4344
|
$ti-icon-trophy: unicode('eb45');
|
|
4898
|
-
$ti-icon-trophy-filled: unicode('f6af');
|
|
4899
4345
|
$ti-icon-trophy-off: unicode('f438');
|
|
4900
4346
|
$ti-icon-trowel: unicode('f368');
|
|
4901
4347
|
$ti-icon-truck: unicode('ebc4');
|
|
@@ -4904,13 +4350,12 @@ $ti-icon-truck-loading: unicode('f1da');
|
|
|
4904
4350
|
$ti-icon-truck-off: unicode('ef03');
|
|
4905
4351
|
$ti-icon-truck-return: unicode('ec4c');
|
|
4906
4352
|
$ti-icon-txt: unicode('f3b1');
|
|
4907
|
-
$ti-icon-typeface: unicode('
|
|
4353
|
+
$ti-icon-typeface: unicode('fdab');
|
|
4908
4354
|
$ti-icon-typography: unicode('ebc5');
|
|
4909
4355
|
$ti-icon-typography-off: unicode('f1ba');
|
|
4910
4356
|
$ti-icon-ufo: unicode('f26f');
|
|
4911
4357
|
$ti-icon-ufo-off: unicode('f26e');
|
|
4912
4358
|
$ti-icon-umbrella: unicode('ebf1');
|
|
4913
|
-
$ti-icon-umbrella-filled: unicode('f6b0');
|
|
4914
4359
|
$ti-icon-umbrella-off: unicode('f1bb');
|
|
4915
4360
|
$ti-icon-underline: unicode('eba2');
|
|
4916
4361
|
$ti-icon-universe: unicode('fcc4');
|
|
@@ -4929,7 +4374,6 @@ $ti-icon-user-dollar: unicode('f9d5');
|
|
|
4929
4374
|
$ti-icon-user-down: unicode('f9d6');
|
|
4930
4375
|
$ti-icon-user-edit: unicode('f7cc');
|
|
4931
4376
|
$ti-icon-user-exclamation: unicode('ec12');
|
|
4932
|
-
$ti-icon-user-filled: unicode('fd19');
|
|
4933
4377
|
$ti-icon-user-heart: unicode('f7cd');
|
|
4934
4378
|
$ti-icon-user-hexagon: unicode('fc4e');
|
|
4935
4379
|
$ti-icon-user-minus: unicode('eb4a');
|
|
@@ -4974,7 +4418,6 @@ $ti-icon-vector-triangle: unicode('eca8');
|
|
|
4974
4418
|
$ti-icon-vector-triangle-off: unicode('f1bf');
|
|
4975
4419
|
$ti-icon-venus: unicode('ec86');
|
|
4976
4420
|
$ti-icon-versions: unicode('ed52');
|
|
4977
|
-
$ti-icon-versions-filled: unicode('f6b1');
|
|
4978
4421
|
$ti-icon-versions-off: unicode('f1c0');
|
|
4979
4422
|
$ti-icon-video: unicode('ed22');
|
|
4980
4423
|
$ti-icon-video-minus: unicode('ed1f');
|
|
@@ -5060,7 +4503,6 @@ $ti-icon-wind: unicode('ec34');
|
|
|
5060
4503
|
$ti-icon-wind-electricity: unicode('fcc6');
|
|
5061
4504
|
$ti-icon-wind-off: unicode('f1c7');
|
|
5062
4505
|
$ti-icon-windmill: unicode('ed85');
|
|
5063
|
-
$ti-icon-windmill-filled: unicode('f6b2');
|
|
5064
4506
|
$ti-icon-windmill-off: unicode('f1c8');
|
|
5065
4507
|
$ti-icon-window: unicode('ef06');
|
|
5066
4508
|
$ti-icon-window-maximize: unicode('f1f1');
|
|
@@ -5110,7 +4552,6 @@ $ti-icon-xbox-y: unicode('f2b9');
|
|
|
5110
4552
|
$ti-icon-xd: unicode('fa33');
|
|
5111
4553
|
$ti-icon-xxx: unicode('fc20');
|
|
5112
4554
|
$ti-icon-yin-yang: unicode('ec35');
|
|
5113
|
-
$ti-icon-yin-yang-filled: unicode('f785');
|
|
5114
4555
|
$ti-icon-yoga: unicode('f01f');
|
|
5115
4556
|
$ti-icon-zeppelin: unicode('f270');
|
|
5116
4557
|
$ti-icon-zeppelin-off: unicode('f43f');
|
|
@@ -5127,20 +4568,16 @@ $ti-icon-zodiac-sagittarius: unicode('ecb4');
|
|
|
5127
4568
|
$ti-icon-zodiac-scorpio: unicode('ecb5');
|
|
5128
4569
|
$ti-icon-zodiac-taurus: unicode('ecb6');
|
|
5129
4570
|
$ti-icon-zodiac-virgo: unicode('ecb7');
|
|
4571
|
+
$ti-icon-zoom: unicode('fdaa');
|
|
5130
4572
|
$ti-icon-zoom-cancel: unicode('ec4d');
|
|
5131
4573
|
$ti-icon-zoom-check: unicode('ef09');
|
|
5132
|
-
$ti-icon-zoom-check-filled: unicode('f786');
|
|
5133
4574
|
$ti-icon-zoom-code: unicode('f07f');
|
|
5134
4575
|
$ti-icon-zoom-exclamation: unicode('f080');
|
|
5135
|
-
$ti-icon-zoom-filled: unicode('f787');
|
|
5136
4576
|
$ti-icon-zoom-in: unicode('eb56');
|
|
5137
4577
|
$ti-icon-zoom-in-area: unicode('f1dc');
|
|
5138
|
-
$ti-icon-zoom-in-area-filled: unicode('f788');
|
|
5139
|
-
$ti-icon-zoom-in-filled: unicode('f789');
|
|
5140
4578
|
$ti-icon-zoom-money: unicode('ef0a');
|
|
5141
4579
|
$ti-icon-zoom-out: unicode('eb57');
|
|
5142
4580
|
$ti-icon-zoom-out-area: unicode('f1dd');
|
|
5143
|
-
$ti-icon-zoom-out-filled: unicode('f78a');
|
|
5144
4581
|
$ti-icon-zoom-pan: unicode('f1de');
|
|
5145
4582
|
$ti-icon-zoom-question: unicode('edeb');
|
|
5146
4583
|
$ti-icon-zoom-replace: unicode('f2a7');
|
|
@@ -5169,15 +4606,12 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5169
4606
|
.#{$ti-prefix}-access-point-off:before { content: $ti-icon-access-point-off; }
|
|
5170
4607
|
.#{$ti-prefix}-accessible:before { content: $ti-icon-accessible; }
|
|
5171
4608
|
.#{$ti-prefix}-accessible-off:before { content: $ti-icon-accessible-off; }
|
|
5172
|
-
.#{$ti-prefix}-accessible-off-filled:before { content: $ti-icon-accessible-off-filled; }
|
|
5173
4609
|
.#{$ti-prefix}-activity:before { content: $ti-icon-activity; }
|
|
5174
4610
|
.#{$ti-prefix}-activity-heartbeat:before { content: $ti-icon-activity-heartbeat; }
|
|
5175
4611
|
.#{$ti-prefix}-ad:before { content: $ti-icon-ad; }
|
|
5176
4612
|
.#{$ti-prefix}-ad-2:before { content: $ti-icon-ad-2; }
|
|
5177
4613
|
.#{$ti-prefix}-ad-circle:before { content: $ti-icon-ad-circle; }
|
|
5178
|
-
.#{$ti-prefix}-ad-circle-filled:before { content: $ti-icon-ad-circle-filled; }
|
|
5179
4614
|
.#{$ti-prefix}-ad-circle-off:before { content: $ti-icon-ad-circle-off; }
|
|
5180
|
-
.#{$ti-prefix}-ad-filled:before { content: $ti-icon-ad-filled; }
|
|
5181
4615
|
.#{$ti-prefix}-ad-off:before { content: $ti-icon-ad-off; }
|
|
5182
4616
|
.#{$ti-prefix}-address-book:before { content: $ti-icon-address-book; }
|
|
5183
4617
|
.#{$ti-prefix}-address-book-off:before { content: $ti-icon-address-book-off; }
|
|
@@ -5191,7 +4625,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5191
4625
|
.#{$ti-prefix}-adjustments-dollar:before { content: $ti-icon-adjustments-dollar; }
|
|
5192
4626
|
.#{$ti-prefix}-adjustments-down:before { content: $ti-icon-adjustments-down; }
|
|
5193
4627
|
.#{$ti-prefix}-adjustments-exclamation:before { content: $ti-icon-adjustments-exclamation; }
|
|
5194
|
-
.#{$ti-prefix}-adjustments-filled:before { content: $ti-icon-adjustments-filled; }
|
|
5195
4628
|
.#{$ti-prefix}-adjustments-heart:before { content: $ti-icon-adjustments-heart; }
|
|
5196
4629
|
.#{$ti-prefix}-adjustments-horizontal:before { content: $ti-icon-adjustments-horizontal; }
|
|
5197
4630
|
.#{$ti-prefix}-adjustments-minus:before { content: $ti-icon-adjustments-minus; }
|
|
@@ -5207,74 +4640,49 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5207
4640
|
.#{$ti-prefix}-adjustments-x:before { content: $ti-icon-adjustments-x; }
|
|
5208
4641
|
.#{$ti-prefix}-aerial-lift:before { content: $ti-icon-aerial-lift; }
|
|
5209
4642
|
.#{$ti-prefix}-affiliate:before { content: $ti-icon-affiliate; }
|
|
5210
|
-
.#{$ti-prefix}-affiliate-filled:before { content: $ti-icon-affiliate-filled; }
|
|
5211
4643
|
.#{$ti-prefix}-air-balloon:before { content: $ti-icon-air-balloon; }
|
|
5212
4644
|
.#{$ti-prefix}-air-conditioning:before { content: $ti-icon-air-conditioning; }
|
|
5213
4645
|
.#{$ti-prefix}-air-conditioning-disabled:before { content: $ti-icon-air-conditioning-disabled; }
|
|
5214
4646
|
.#{$ti-prefix}-air-traffic-control:before { content: $ti-icon-air-traffic-control; }
|
|
5215
4647
|
.#{$ti-prefix}-alarm:before { content: $ti-icon-alarm; }
|
|
5216
4648
|
.#{$ti-prefix}-alarm-average:before { content: $ti-icon-alarm-average; }
|
|
5217
|
-
.#{$ti-prefix}-alarm-filled:before { content: $ti-icon-alarm-filled; }
|
|
5218
4649
|
.#{$ti-prefix}-alarm-minus:before { content: $ti-icon-alarm-minus; }
|
|
5219
|
-
.#{$ti-prefix}-alarm-minus-filled:before { content: $ti-icon-alarm-minus-filled; }
|
|
5220
4650
|
.#{$ti-prefix}-alarm-off:before { content: $ti-icon-alarm-off; }
|
|
5221
4651
|
.#{$ti-prefix}-alarm-plus:before { content: $ti-icon-alarm-plus; }
|
|
5222
|
-
.#{$ti-prefix}-alarm-plus-filled:before { content: $ti-icon-alarm-plus-filled; }
|
|
5223
4652
|
.#{$ti-prefix}-alarm-snooze:before { content: $ti-icon-alarm-snooze; }
|
|
5224
|
-
.#{$ti-prefix}-alarm-snooze-filled:before { content: $ti-icon-alarm-snooze-filled; }
|
|
5225
4653
|
.#{$ti-prefix}-album:before { content: $ti-icon-album; }
|
|
5226
4654
|
.#{$ti-prefix}-album-off:before { content: $ti-icon-album-off; }
|
|
5227
4655
|
.#{$ti-prefix}-alert-circle:before { content: $ti-icon-alert-circle; }
|
|
5228
|
-
.#{$ti-prefix}-alert-circle-filled:before { content: $ti-icon-alert-circle-filled; }
|
|
5229
4656
|
.#{$ti-prefix}-alert-circle-off:before { content: $ti-icon-alert-circle-off; }
|
|
5230
4657
|
.#{$ti-prefix}-alert-hexagon:before { content: $ti-icon-alert-hexagon; }
|
|
5231
|
-
.#{$ti-prefix}-alert-hexagon-filled:before { content: $ti-icon-alert-hexagon-filled; }
|
|
5232
4658
|
.#{$ti-prefix}-alert-hexagon-off:before { content: $ti-icon-alert-hexagon-off; }
|
|
5233
4659
|
.#{$ti-prefix}-alert-octagon:before { content: $ti-icon-alert-octagon; }
|
|
5234
|
-
.#{$ti-prefix}-alert-octagon-filled:before { content: $ti-icon-alert-octagon-filled; }
|
|
5235
4660
|
.#{$ti-prefix}-alert-small:before { content: $ti-icon-alert-small; }
|
|
5236
4661
|
.#{$ti-prefix}-alert-small-off:before { content: $ti-icon-alert-small-off; }
|
|
5237
4662
|
.#{$ti-prefix}-alert-square:before { content: $ti-icon-alert-square; }
|
|
5238
|
-
.#{$ti-prefix}-alert-square-filled:before { content: $ti-icon-alert-square-filled; }
|
|
5239
4663
|
.#{$ti-prefix}-alert-square-rounded:before { content: $ti-icon-alert-square-rounded; }
|
|
5240
|
-
.#{$ti-prefix}-alert-square-rounded-filled:before { content: $ti-icon-alert-square-rounded-filled; }
|
|
5241
4664
|
.#{$ti-prefix}-alert-square-rounded-off:before { content: $ti-icon-alert-square-rounded-off; }
|
|
5242
4665
|
.#{$ti-prefix}-alert-triangle:before { content: $ti-icon-alert-triangle; }
|
|
5243
|
-
.#{$ti-prefix}-alert-triangle-filled:before { content: $ti-icon-alert-triangle-filled; }
|
|
5244
4666
|
.#{$ti-prefix}-alert-triangle-off:before { content: $ti-icon-alert-triangle-off; }
|
|
5245
4667
|
.#{$ti-prefix}-alien:before { content: $ti-icon-alien; }
|
|
5246
|
-
.#{$ti-prefix}-alien-filled:before { content: $ti-icon-alien-filled; }
|
|
5247
4668
|
.#{$ti-prefix}-align-box-bottom-center:before { content: $ti-icon-align-box-bottom-center; }
|
|
5248
|
-
.#{$ti-prefix}-align-box-bottom-center-filled:before { content: $ti-icon-align-box-bottom-center-filled; }
|
|
5249
4669
|
.#{$ti-prefix}-align-box-bottom-left:before { content: $ti-icon-align-box-bottom-left; }
|
|
5250
|
-
.#{$ti-prefix}-align-box-bottom-left-filled:before { content: $ti-icon-align-box-bottom-left-filled; }
|
|
5251
4670
|
.#{$ti-prefix}-align-box-bottom-right:before { content: $ti-icon-align-box-bottom-right; }
|
|
5252
|
-
.#{$ti-prefix}-align-box-bottom-right-filled:before { content: $ti-icon-align-box-bottom-right-filled; }
|
|
5253
4671
|
.#{$ti-prefix}-align-box-center-bottom:before { content: $ti-icon-align-box-center-bottom; }
|
|
5254
4672
|
.#{$ti-prefix}-align-box-center-middle:before { content: $ti-icon-align-box-center-middle; }
|
|
5255
|
-
.#{$ti-prefix}-align-box-center-middle-filled:before { content: $ti-icon-align-box-center-middle-filled; }
|
|
5256
4673
|
.#{$ti-prefix}-align-box-center-stretch:before { content: $ti-icon-align-box-center-stretch; }
|
|
5257
4674
|
.#{$ti-prefix}-align-box-center-top:before { content: $ti-icon-align-box-center-top; }
|
|
5258
4675
|
.#{$ti-prefix}-align-box-left-bottom:before { content: $ti-icon-align-box-left-bottom; }
|
|
5259
|
-
.#{$ti-prefix}-align-box-left-bottom-filled:before { content: $ti-icon-align-box-left-bottom-filled; }
|
|
5260
4676
|
.#{$ti-prefix}-align-box-left-middle:before { content: $ti-icon-align-box-left-middle; }
|
|
5261
|
-
.#{$ti-prefix}-align-box-left-middle-filled:before { content: $ti-icon-align-box-left-middle-filled; }
|
|
5262
4677
|
.#{$ti-prefix}-align-box-left-stretch:before { content: $ti-icon-align-box-left-stretch; }
|
|
5263
4678
|
.#{$ti-prefix}-align-box-left-top:before { content: $ti-icon-align-box-left-top; }
|
|
5264
|
-
.#{$ti-prefix}-align-box-left-top-filled:before { content: $ti-icon-align-box-left-top-filled; }
|
|
5265
4679
|
.#{$ti-prefix}-align-box-right-bottom:before { content: $ti-icon-align-box-right-bottom; }
|
|
5266
|
-
.#{$ti-prefix}-align-box-right-bottom-filled:before { content: $ti-icon-align-box-right-bottom-filled; }
|
|
5267
4680
|
.#{$ti-prefix}-align-box-right-middle:before { content: $ti-icon-align-box-right-middle; }
|
|
5268
|
-
.#{$ti-prefix}-align-box-right-middle-filled:before { content: $ti-icon-align-box-right-middle-filled; }
|
|
5269
4681
|
.#{$ti-prefix}-align-box-right-stretch:before { content: $ti-icon-align-box-right-stretch; }
|
|
5270
4682
|
.#{$ti-prefix}-align-box-right-top:before { content: $ti-icon-align-box-right-top; }
|
|
5271
|
-
.#{$ti-prefix}-align-box-right-top-filled:before { content: $ti-icon-align-box-right-top-filled; }
|
|
5272
4683
|
.#{$ti-prefix}-align-box-top-center:before { content: $ti-icon-align-box-top-center; }
|
|
5273
|
-
.#{$ti-prefix}-align-box-top-center-filled:before { content: $ti-icon-align-box-top-center-filled; }
|
|
5274
4684
|
.#{$ti-prefix}-align-box-top-left:before { content: $ti-icon-align-box-top-left; }
|
|
5275
|
-
.#{$ti-prefix}-align-box-top-left-filled:before { content: $ti-icon-align-box-top-left-filled; }
|
|
5276
4685
|
.#{$ti-prefix}-align-box-top-right:before { content: $ti-icon-align-box-top-right; }
|
|
5277
|
-
.#{$ti-prefix}-align-box-top-right-filled:before { content: $ti-icon-align-box-top-right-filled; }
|
|
5278
4686
|
.#{$ti-prefix}-align-center:before { content: $ti-icon-align-center; }
|
|
5279
4687
|
.#{$ti-prefix}-align-justified:before { content: $ti-icon-align-justified; }
|
|
5280
4688
|
.#{$ti-prefix}-align-left:before { content: $ti-icon-align-left; }
|
|
@@ -5287,7 +4695,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5287
4695
|
.#{$ti-prefix}-ambulance:before { content: $ti-icon-ambulance; }
|
|
5288
4696
|
.#{$ti-prefix}-ampersand:before { content: $ti-icon-ampersand; }
|
|
5289
4697
|
.#{$ti-prefix}-analyze:before { content: $ti-icon-analyze; }
|
|
5290
|
-
.#{$ti-prefix}-analyze-filled:before { content: $ti-icon-analyze-filled; }
|
|
5291
4698
|
.#{$ti-prefix}-analyze-off:before { content: $ti-icon-analyze-off; }
|
|
5292
4699
|
.#{$ti-prefix}-anchor:before { content: $ti-icon-anchor; }
|
|
5293
4700
|
.#{$ti-prefix}-anchor-off:before { content: $ti-icon-anchor-off; }
|
|
@@ -5308,21 +4715,17 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5308
4715
|
.#{$ti-prefix}-api-app-off:before { content: $ti-icon-api-app-off; }
|
|
5309
4716
|
.#{$ti-prefix}-api-off:before { content: $ti-icon-api-off; }
|
|
5310
4717
|
.#{$ti-prefix}-app-window:before { content: $ti-icon-app-window; }
|
|
5311
|
-
.#{$ti-prefix}-app-window-filled:before { content: $ti-icon-app-window-filled; }
|
|
5312
4718
|
.#{$ti-prefix}-apple:before { content: $ti-icon-apple; }
|
|
5313
4719
|
.#{$ti-prefix}-apps:before { content: $ti-icon-apps; }
|
|
5314
|
-
.#{$ti-prefix}-apps-filled:before { content: $ti-icon-apps-filled; }
|
|
5315
4720
|
.#{$ti-prefix}-apps-off:before { content: $ti-icon-apps-off; }
|
|
5316
4721
|
.#{$ti-prefix}-archery-arrow:before { content: $ti-icon-archery-arrow; }
|
|
5317
4722
|
.#{$ti-prefix}-archive:before { content: $ti-icon-archive; }
|
|
5318
|
-
.#{$ti-prefix}-archive-filled:before { content: $ti-icon-archive-filled; }
|
|
5319
4723
|
.#{$ti-prefix}-archive-off:before { content: $ti-icon-archive-off; }
|
|
5320
4724
|
.#{$ti-prefix}-armchair:before { content: $ti-icon-armchair; }
|
|
5321
4725
|
.#{$ti-prefix}-armchair-2:before { content: $ti-icon-armchair-2; }
|
|
5322
4726
|
.#{$ti-prefix}-armchair-2-off:before { content: $ti-icon-armchair-2-off; }
|
|
5323
4727
|
.#{$ti-prefix}-armchair-off:before { content: $ti-icon-armchair-off; }
|
|
5324
4728
|
.#{$ti-prefix}-arrow-autofit-content:before { content: $ti-icon-arrow-autofit-content; }
|
|
5325
|
-
.#{$ti-prefix}-arrow-autofit-content-filled:before { content: $ti-icon-arrow-autofit-content-filled; }
|
|
5326
4729
|
.#{$ti-prefix}-arrow-autofit-down:before { content: $ti-icon-arrow-autofit-down; }
|
|
5327
4730
|
.#{$ti-prefix}-arrow-autofit-height:before { content: $ti-icon-arrow-autofit-height; }
|
|
5328
4731
|
.#{$ti-prefix}-arrow-autofit-left:before { content: $ti-icon-arrow-autofit-left; }
|
|
@@ -5333,13 +4736,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5333
4736
|
.#{$ti-prefix}-arrow-back-up:before { content: $ti-icon-arrow-back-up; }
|
|
5334
4737
|
.#{$ti-prefix}-arrow-back-up-double:before { content: $ti-icon-arrow-back-up-double; }
|
|
5335
4738
|
.#{$ti-prefix}-arrow-badge-down:before { content: $ti-icon-arrow-badge-down; }
|
|
5336
|
-
.#{$ti-prefix}-arrow-badge-down-filled:before { content: $ti-icon-arrow-badge-down-filled; }
|
|
5337
4739
|
.#{$ti-prefix}-arrow-badge-left:before { content: $ti-icon-arrow-badge-left; }
|
|
5338
|
-
.#{$ti-prefix}-arrow-badge-left-filled:before { content: $ti-icon-arrow-badge-left-filled; }
|
|
5339
4740
|
.#{$ti-prefix}-arrow-badge-right:before { content: $ti-icon-arrow-badge-right; }
|
|
5340
|
-
.#{$ti-prefix}-arrow-badge-right-filled:before { content: $ti-icon-arrow-badge-right-filled; }
|
|
5341
4741
|
.#{$ti-prefix}-arrow-badge-up:before { content: $ti-icon-arrow-badge-up; }
|
|
5342
|
-
.#{$ti-prefix}-arrow-badge-up-filled:before { content: $ti-icon-arrow-badge-up-filled; }
|
|
5343
4742
|
.#{$ti-prefix}-arrow-bar-both:before { content: $ti-icon-arrow-bar-both; }
|
|
5344
4743
|
.#{$ti-prefix}-arrow-bar-down:before { content: $ti-icon-arrow-bar-down; }
|
|
5345
4744
|
.#{$ti-prefix}-arrow-bar-left:before { content: $ti-icon-arrow-bar-left; }
|
|
@@ -5354,29 +4753,17 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5354
4753
|
.#{$ti-prefix}-arrow-bear-right:before { content: $ti-icon-arrow-bear-right; }
|
|
5355
4754
|
.#{$ti-prefix}-arrow-bear-right-2:before { content: $ti-icon-arrow-bear-right-2; }
|
|
5356
4755
|
.#{$ti-prefix}-arrow-big-down:before { content: $ti-icon-arrow-big-down; }
|
|
5357
|
-
.#{$ti-prefix}-arrow-big-down-filled:before { content: $ti-icon-arrow-big-down-filled; }
|
|
5358
4756
|
.#{$ti-prefix}-arrow-big-down-line:before { content: $ti-icon-arrow-big-down-line; }
|
|
5359
|
-
.#{$ti-prefix}-arrow-big-down-line-filled:before { content: $ti-icon-arrow-big-down-line-filled; }
|
|
5360
4757
|
.#{$ti-prefix}-arrow-big-down-lines:before { content: $ti-icon-arrow-big-down-lines; }
|
|
5361
|
-
.#{$ti-prefix}-arrow-big-down-lines-filled:before { content: $ti-icon-arrow-big-down-lines-filled; }
|
|
5362
4758
|
.#{$ti-prefix}-arrow-big-left:before { content: $ti-icon-arrow-big-left; }
|
|
5363
|
-
.#{$ti-prefix}-arrow-big-left-filled:before { content: $ti-icon-arrow-big-left-filled; }
|
|
5364
4759
|
.#{$ti-prefix}-arrow-big-left-line:before { content: $ti-icon-arrow-big-left-line; }
|
|
5365
|
-
.#{$ti-prefix}-arrow-big-left-line-filled:before { content: $ti-icon-arrow-big-left-line-filled; }
|
|
5366
4760
|
.#{$ti-prefix}-arrow-big-left-lines:before { content: $ti-icon-arrow-big-left-lines; }
|
|
5367
|
-
.#{$ti-prefix}-arrow-big-left-lines-filled:before { content: $ti-icon-arrow-big-left-lines-filled; }
|
|
5368
4761
|
.#{$ti-prefix}-arrow-big-right:before { content: $ti-icon-arrow-big-right; }
|
|
5369
|
-
.#{$ti-prefix}-arrow-big-right-filled:before { content: $ti-icon-arrow-big-right-filled; }
|
|
5370
4762
|
.#{$ti-prefix}-arrow-big-right-line:before { content: $ti-icon-arrow-big-right-line; }
|
|
5371
|
-
.#{$ti-prefix}-arrow-big-right-line-filled:before { content: $ti-icon-arrow-big-right-line-filled; }
|
|
5372
4763
|
.#{$ti-prefix}-arrow-big-right-lines:before { content: $ti-icon-arrow-big-right-lines; }
|
|
5373
|
-
.#{$ti-prefix}-arrow-big-right-lines-filled:before { content: $ti-icon-arrow-big-right-lines-filled; }
|
|
5374
4764
|
.#{$ti-prefix}-arrow-big-up:before { content: $ti-icon-arrow-big-up; }
|
|
5375
|
-
.#{$ti-prefix}-arrow-big-up-filled:before { content: $ti-icon-arrow-big-up-filled; }
|
|
5376
4765
|
.#{$ti-prefix}-arrow-big-up-line:before { content: $ti-icon-arrow-big-up-line; }
|
|
5377
|
-
.#{$ti-prefix}-arrow-big-up-line-filled:before { content: $ti-icon-arrow-big-up-line-filled; }
|
|
5378
4766
|
.#{$ti-prefix}-arrow-big-up-lines:before { content: $ti-icon-arrow-big-up-lines; }
|
|
5379
|
-
.#{$ti-prefix}-arrow-big-up-lines-filled:before { content: $ti-icon-arrow-big-up-lines-filled; }
|
|
5380
4767
|
.#{$ti-prefix}-arrow-bounce:before { content: $ti-icon-arrow-bounce; }
|
|
5381
4768
|
.#{$ti-prefix}-arrow-capsule:before { content: $ti-icon-arrow-capsule; }
|
|
5382
4769
|
.#{$ti-prefix}-arrow-curve-left:before { content: $ti-icon-arrow-curve-left; }
|
|
@@ -5512,13 +4899,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5512
4899
|
.#{$ti-prefix}-arrows-up-right:before { content: $ti-icon-arrows-up-right; }
|
|
5513
4900
|
.#{$ti-prefix}-arrows-vertical:before { content: $ti-icon-arrows-vertical; }
|
|
5514
4901
|
.#{$ti-prefix}-artboard:before { content: $ti-icon-artboard; }
|
|
5515
|
-
.#{$ti-prefix}-artboard-filled:before { content: $ti-icon-artboard-filled; }
|
|
5516
4902
|
.#{$ti-prefix}-artboard-off:before { content: $ti-icon-artboard-off; }
|
|
5517
4903
|
.#{$ti-prefix}-article:before { content: $ti-icon-article; }
|
|
5518
|
-
.#{$ti-prefix}-article-filled-filled:before { content: $ti-icon-article-filled-filled; }
|
|
5519
4904
|
.#{$ti-prefix}-article-off:before { content: $ti-icon-article-off; }
|
|
5520
4905
|
.#{$ti-prefix}-aspect-ratio:before { content: $ti-icon-aspect-ratio; }
|
|
5521
|
-
.#{$ti-prefix}-aspect-ratio-filled:before { content: $ti-icon-aspect-ratio-filled; }
|
|
5522
4906
|
.#{$ti-prefix}-aspect-ratio-off:before { content: $ti-icon-aspect-ratio-off; }
|
|
5523
4907
|
.#{$ti-prefix}-assembly:before { content: $ti-icon-assembly; }
|
|
5524
4908
|
.#{$ti-prefix}-assembly-off:before { content: $ti-icon-assembly-off; }
|
|
@@ -5529,7 +4913,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5529
4913
|
.#{$ti-prefix}-at-off:before { content: $ti-icon-at-off; }
|
|
5530
4914
|
.#{$ti-prefix}-atom:before { content: $ti-icon-atom; }
|
|
5531
4915
|
.#{$ti-prefix}-atom-2:before { content: $ti-icon-atom-2; }
|
|
5532
|
-
.#{$ti-prefix}-atom-2-filled:before { content: $ti-icon-atom-2-filled; }
|
|
5533
4916
|
.#{$ti-prefix}-atom-off:before { content: $ti-icon-atom-off; }
|
|
5534
4917
|
.#{$ti-prefix}-augmented-reality:before { content: $ti-icon-augmented-reality; }
|
|
5535
4918
|
.#{$ti-prefix}-augmented-reality-2:before { content: $ti-icon-augmented-reality-2; }
|
|
@@ -5537,7 +4920,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5537
4920
|
.#{$ti-prefix}-automatic-gearbox:before { content: $ti-icon-automatic-gearbox; }
|
|
5538
4921
|
.#{$ti-prefix}-avocado:before { content: $ti-icon-avocado; }
|
|
5539
4922
|
.#{$ti-prefix}-award:before { content: $ti-icon-award; }
|
|
5540
|
-
.#{$ti-prefix}-award-filled:before { content: $ti-icon-award-filled; }
|
|
5541
4923
|
.#{$ti-prefix}-award-off:before { content: $ti-icon-award-off; }
|
|
5542
4924
|
.#{$ti-prefix}-axe:before { content: $ti-icon-axe; }
|
|
5543
4925
|
.#{$ti-prefix}-axis-x:before { content: $ti-icon-axis-x; }
|
|
@@ -5550,37 +4932,22 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5550
4932
|
.#{$ti-prefix}-backpack-off:before { content: $ti-icon-backpack-off; }
|
|
5551
4933
|
.#{$ti-prefix}-backslash:before { content: $ti-icon-backslash; }
|
|
5552
4934
|
.#{$ti-prefix}-backspace:before { content: $ti-icon-backspace; }
|
|
5553
|
-
.#{$ti-prefix}-backspace-filled:before { content: $ti-icon-backspace-filled; }
|
|
5554
4935
|
.#{$ti-prefix}-badge:before { content: $ti-icon-badge; }
|
|
5555
4936
|
.#{$ti-prefix}-badge-3d:before { content: $ti-icon-badge-3d; }
|
|
5556
|
-
.#{$ti-prefix}-badge-3d-filled:before { content: $ti-icon-badge-3d-filled; }
|
|
5557
4937
|
.#{$ti-prefix}-badge-4k:before { content: $ti-icon-badge-4k; }
|
|
5558
|
-
.#{$ti-prefix}-badge-4k-filled:before { content: $ti-icon-badge-4k-filled; }
|
|
5559
4938
|
.#{$ti-prefix}-badge-8k:before { content: $ti-icon-badge-8k; }
|
|
5560
|
-
.#{$ti-prefix}-badge-8k-filled:before { content: $ti-icon-badge-8k-filled; }
|
|
5561
4939
|
.#{$ti-prefix}-badge-ad:before { content: $ti-icon-badge-ad; }
|
|
5562
|
-
.#{$ti-prefix}-badge-ad-filled:before { content: $ti-icon-badge-ad-filled; }
|
|
5563
4940
|
.#{$ti-prefix}-badge-ad-off:before { content: $ti-icon-badge-ad-off; }
|
|
5564
4941
|
.#{$ti-prefix}-badge-ar:before { content: $ti-icon-badge-ar; }
|
|
5565
|
-
.#{$ti-prefix}-badge-ar-filled:before { content: $ti-icon-badge-ar-filled; }
|
|
5566
4942
|
.#{$ti-prefix}-badge-cc:before { content: $ti-icon-badge-cc; }
|
|
5567
|
-
.#{$ti-prefix}-badge-cc-filled:before { content: $ti-icon-badge-cc-filled; }
|
|
5568
|
-
.#{$ti-prefix}-badge-filled:before { content: $ti-icon-badge-filled; }
|
|
5569
4943
|
.#{$ti-prefix}-badge-hd:before { content: $ti-icon-badge-hd; }
|
|
5570
|
-
.#{$ti-prefix}-badge-hd-filled:before { content: $ti-icon-badge-hd-filled; }
|
|
5571
4944
|
.#{$ti-prefix}-badge-off:before { content: $ti-icon-badge-off; }
|
|
5572
4945
|
.#{$ti-prefix}-badge-sd:before { content: $ti-icon-badge-sd; }
|
|
5573
|
-
.#{$ti-prefix}-badge-sd-filled:before { content: $ti-icon-badge-sd-filled; }
|
|
5574
4946
|
.#{$ti-prefix}-badge-tm:before { content: $ti-icon-badge-tm; }
|
|
5575
|
-
.#{$ti-prefix}-badge-tm-filled:before { content: $ti-icon-badge-tm-filled; }
|
|
5576
4947
|
.#{$ti-prefix}-badge-vo:before { content: $ti-icon-badge-vo; }
|
|
5577
|
-
.#{$ti-prefix}-badge-vo-filled:before { content: $ti-icon-badge-vo-filled; }
|
|
5578
4948
|
.#{$ti-prefix}-badge-vr:before { content: $ti-icon-badge-vr; }
|
|
5579
|
-
.#{$ti-prefix}-badge-vr-filled:before { content: $ti-icon-badge-vr-filled; }
|
|
5580
4949
|
.#{$ti-prefix}-badge-wc:before { content: $ti-icon-badge-wc; }
|
|
5581
|
-
.#{$ti-prefix}-badge-wc-filled:before { content: $ti-icon-badge-wc-filled; }
|
|
5582
4950
|
.#{$ti-prefix}-badges:before { content: $ti-icon-badges; }
|
|
5583
|
-
.#{$ti-prefix}-badges-filled:before { content: $ti-icon-badges-filled; }
|
|
5584
4951
|
.#{$ti-prefix}-badges-off:before { content: $ti-icon-badges-off; }
|
|
5585
4952
|
.#{$ti-prefix}-baguette:before { content: $ti-icon-baguette; }
|
|
5586
4953
|
.#{$ti-prefix}-ball-american-football:before { content: $ti-icon-ball-american-football; }
|
|
@@ -5593,14 +4960,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5593
4960
|
.#{$ti-prefix}-ball-tennis:before { content: $ti-icon-ball-tennis; }
|
|
5594
4961
|
.#{$ti-prefix}-ball-volleyball:before { content: $ti-icon-ball-volleyball; }
|
|
5595
4962
|
.#{$ti-prefix}-balloon:before { content: $ti-icon-balloon; }
|
|
5596
|
-
.#{$ti-prefix}-balloon-filled:before { content: $ti-icon-balloon-filled; }
|
|
5597
4963
|
.#{$ti-prefix}-balloon-off:before { content: $ti-icon-balloon-off; }
|
|
5598
4964
|
.#{$ti-prefix}-ballpen:before { content: $ti-icon-ballpen; }
|
|
5599
|
-
.#{$ti-prefix}-ballpen-filled:before { content: $ti-icon-ballpen-filled; }
|
|
5600
4965
|
.#{$ti-prefix}-ballpen-off:before { content: $ti-icon-ballpen-off; }
|
|
5601
4966
|
.#{$ti-prefix}-ban:before { content: $ti-icon-ban; }
|
|
5602
4967
|
.#{$ti-prefix}-bandage:before { content: $ti-icon-bandage; }
|
|
5603
|
-
.#{$ti-prefix}-bandage-filled:before { content: $ti-icon-bandage-filled; }
|
|
5604
4968
|
.#{$ti-prefix}-bandage-off:before { content: $ti-icon-bandage-off; }
|
|
5605
4969
|
.#{$ti-prefix}-barbell:before { content: $ti-icon-barbell; }
|
|
5606
4970
|
.#{$ti-prefix}-barbell-off:before { content: $ti-icon-barbell-off; }
|
|
@@ -5624,7 +4988,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5624
4988
|
.#{$ti-prefix}-basket-dollar:before { content: $ti-icon-basket-dollar; }
|
|
5625
4989
|
.#{$ti-prefix}-basket-down:before { content: $ti-icon-basket-down; }
|
|
5626
4990
|
.#{$ti-prefix}-basket-exclamation:before { content: $ti-icon-basket-exclamation; }
|
|
5627
|
-
.#{$ti-prefix}-basket-filled:before { content: $ti-icon-basket-filled; }
|
|
5628
4991
|
.#{$ti-prefix}-basket-heart:before { content: $ti-icon-basket-heart; }
|
|
5629
4992
|
.#{$ti-prefix}-basket-minus:before { content: $ti-icon-basket-minus; }
|
|
5630
4993
|
.#{$ti-prefix}-basket-off:before { content: $ti-icon-basket-off; }
|
|
@@ -5639,31 +5002,23 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5639
5002
|
.#{$ti-prefix}-basket-x:before { content: $ti-icon-basket-x; }
|
|
5640
5003
|
.#{$ti-prefix}-bat:before { content: $ti-icon-bat; }
|
|
5641
5004
|
.#{$ti-prefix}-bath:before { content: $ti-icon-bath; }
|
|
5642
|
-
.#{$ti-prefix}-bath-filled:before { content: $ti-icon-bath-filled; }
|
|
5643
5005
|
.#{$ti-prefix}-bath-off:before { content: $ti-icon-bath-off; }
|
|
5644
5006
|
.#{$ti-prefix}-battery:before { content: $ti-icon-battery; }
|
|
5645
5007
|
.#{$ti-prefix}-battery-1:before { content: $ti-icon-battery-1; }
|
|
5646
|
-
.#{$ti-prefix}-battery-1-filled:before { content: $ti-icon-battery-1-filled; }
|
|
5647
5008
|
.#{$ti-prefix}-battery-2:before { content: $ti-icon-battery-2; }
|
|
5648
|
-
.#{$ti-prefix}-battery-2-filled:before { content: $ti-icon-battery-2-filled; }
|
|
5649
5009
|
.#{$ti-prefix}-battery-3:before { content: $ti-icon-battery-3; }
|
|
5650
|
-
.#{$ti-prefix}-battery-3-filled:before { content: $ti-icon-battery-3-filled; }
|
|
5651
5010
|
.#{$ti-prefix}-battery-4:before { content: $ti-icon-battery-4; }
|
|
5652
|
-
.#{$ti-prefix}-battery-4-filled:before { content: $ti-icon-battery-4-filled; }
|
|
5653
5011
|
.#{$ti-prefix}-battery-automotive:before { content: $ti-icon-battery-automotive; }
|
|
5654
5012
|
.#{$ti-prefix}-battery-charging:before { content: $ti-icon-battery-charging; }
|
|
5655
5013
|
.#{$ti-prefix}-battery-charging-2:before { content: $ti-icon-battery-charging-2; }
|
|
5656
5014
|
.#{$ti-prefix}-battery-eco:before { content: $ti-icon-battery-eco; }
|
|
5657
|
-
.#{$ti-prefix}-battery-filled:before { content: $ti-icon-battery-filled; }
|
|
5658
5015
|
.#{$ti-prefix}-battery-off:before { content: $ti-icon-battery-off; }
|
|
5659
5016
|
.#{$ti-prefix}-beach:before { content: $ti-icon-beach; }
|
|
5660
5017
|
.#{$ti-prefix}-beach-off:before { content: $ti-icon-beach-off; }
|
|
5661
5018
|
.#{$ti-prefix}-bed:before { content: $ti-icon-bed; }
|
|
5662
|
-
.#{$ti-prefix}-bed-filled:before { content: $ti-icon-bed-filled; }
|
|
5663
5019
|
.#{$ti-prefix}-bed-flat:before { content: $ti-icon-bed-flat; }
|
|
5664
5020
|
.#{$ti-prefix}-bed-off:before { content: $ti-icon-bed-off; }
|
|
5665
5021
|
.#{$ti-prefix}-beer:before { content: $ti-icon-beer; }
|
|
5666
|
-
.#{$ti-prefix}-beer-filled:before { content: $ti-icon-beer-filled; }
|
|
5667
5022
|
.#{$ti-prefix}-beer-off:before { content: $ti-icon-beer-off; }
|
|
5668
5023
|
.#{$ti-prefix}-bell:before { content: $ti-icon-bell; }
|
|
5669
5024
|
.#{$ti-prefix}-bell-bolt:before { content: $ti-icon-bell-bolt; }
|
|
@@ -5674,29 +5029,22 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5674
5029
|
.#{$ti-prefix}-bell-dollar:before { content: $ti-icon-bell-dollar; }
|
|
5675
5030
|
.#{$ti-prefix}-bell-down:before { content: $ti-icon-bell-down; }
|
|
5676
5031
|
.#{$ti-prefix}-bell-exclamation:before { content: $ti-icon-bell-exclamation; }
|
|
5677
|
-
.#{$ti-prefix}-bell-filled:before { content: $ti-icon-bell-filled; }
|
|
5678
5032
|
.#{$ti-prefix}-bell-heart:before { content: $ti-icon-bell-heart; }
|
|
5679
5033
|
.#{$ti-prefix}-bell-minus:before { content: $ti-icon-bell-minus; }
|
|
5680
|
-
.#{$ti-prefix}-bell-minus-filled:before { content: $ti-icon-bell-minus-filled; }
|
|
5681
5034
|
.#{$ti-prefix}-bell-off:before { content: $ti-icon-bell-off; }
|
|
5682
5035
|
.#{$ti-prefix}-bell-pause:before { content: $ti-icon-bell-pause; }
|
|
5683
5036
|
.#{$ti-prefix}-bell-pin:before { content: $ti-icon-bell-pin; }
|
|
5684
5037
|
.#{$ti-prefix}-bell-plus:before { content: $ti-icon-bell-plus; }
|
|
5685
|
-
.#{$ti-prefix}-bell-plus-filled:before { content: $ti-icon-bell-plus-filled; }
|
|
5686
5038
|
.#{$ti-prefix}-bell-question:before { content: $ti-icon-bell-question; }
|
|
5687
5039
|
.#{$ti-prefix}-bell-ringing:before { content: $ti-icon-bell-ringing; }
|
|
5688
5040
|
.#{$ti-prefix}-bell-ringing-2:before { content: $ti-icon-bell-ringing-2; }
|
|
5689
|
-
.#{$ti-prefix}-bell-ringing-2-filled:before { content: $ti-icon-bell-ringing-2-filled; }
|
|
5690
|
-
.#{$ti-prefix}-bell-ringing-filled:before { content: $ti-icon-bell-ringing-filled; }
|
|
5691
5041
|
.#{$ti-prefix}-bell-school:before { content: $ti-icon-bell-school; }
|
|
5692
5042
|
.#{$ti-prefix}-bell-search:before { content: $ti-icon-bell-search; }
|
|
5693
5043
|
.#{$ti-prefix}-bell-share:before { content: $ti-icon-bell-share; }
|
|
5694
5044
|
.#{$ti-prefix}-bell-star:before { content: $ti-icon-bell-star; }
|
|
5695
5045
|
.#{$ti-prefix}-bell-up:before { content: $ti-icon-bell-up; }
|
|
5696
5046
|
.#{$ti-prefix}-bell-x:before { content: $ti-icon-bell-x; }
|
|
5697
|
-
.#{$ti-prefix}-bell-x-filled:before { content: $ti-icon-bell-x-filled; }
|
|
5698
5047
|
.#{$ti-prefix}-bell-z:before { content: $ti-icon-bell-z; }
|
|
5699
|
-
.#{$ti-prefix}-bell-z-filled:before { content: $ti-icon-bell-z-filled; }
|
|
5700
5048
|
.#{$ti-prefix}-beta:before { content: $ti-icon-beta; }
|
|
5701
5049
|
.#{$ti-prefix}-bible:before { content: $ti-icon-bible; }
|
|
5702
5050
|
.#{$ti-prefix}-bike:before { content: $ti-icon-bike; }
|
|
@@ -5706,10 +5054,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5706
5054
|
.#{$ti-prefix}-binary-tree:before { content: $ti-icon-binary-tree; }
|
|
5707
5055
|
.#{$ti-prefix}-binary-tree-2:before { content: $ti-icon-binary-tree-2; }
|
|
5708
5056
|
.#{$ti-prefix}-biohazard:before { content: $ti-icon-biohazard; }
|
|
5709
|
-
.#{$ti-prefix}-biohazard-filled:before { content: $ti-icon-biohazard-filled; }
|
|
5710
5057
|
.#{$ti-prefix}-biohazard-off:before { content: $ti-icon-biohazard-off; }
|
|
5711
5058
|
.#{$ti-prefix}-blade:before { content: $ti-icon-blade; }
|
|
5712
|
-
.#{$ti-prefix}-blade-filled:before { content: $ti-icon-blade-filled; }
|
|
5713
5059
|
.#{$ti-prefix}-bleach:before { content: $ti-icon-bleach; }
|
|
5714
5060
|
.#{$ti-prefix}-bleach-chlorine:before { content: $ti-icon-bleach-chlorine; }
|
|
5715
5061
|
.#{$ti-prefix}-bleach-no-chlorine:before { content: $ti-icon-bleach-no-chlorine; }
|
|
@@ -5729,7 +5075,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5729
5075
|
.#{$ti-prefix}-bolt:before { content: $ti-icon-bolt; }
|
|
5730
5076
|
.#{$ti-prefix}-bolt-off:before { content: $ti-icon-bolt-off; }
|
|
5731
5077
|
.#{$ti-prefix}-bomb:before { content: $ti-icon-bomb; }
|
|
5732
|
-
.#{$ti-prefix}-bomb-filled:before { content: $ti-icon-bomb-filled; }
|
|
5733
5078
|
.#{$ti-prefix}-bone:before { content: $ti-icon-bone; }
|
|
5734
5079
|
.#{$ti-prefix}-bone-off:before { content: $ti-icon-bone-off; }
|
|
5735
5080
|
.#{$ti-prefix}-bong:before { content: $ti-icon-bong; }
|
|
@@ -5737,25 +5082,23 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5737
5082
|
.#{$ti-prefix}-book:before { content: $ti-icon-book; }
|
|
5738
5083
|
.#{$ti-prefix}-book-2:before { content: $ti-icon-book-2; }
|
|
5739
5084
|
.#{$ti-prefix}-book-download:before { content: $ti-icon-book-download; }
|
|
5740
|
-
.#{$ti-prefix}-book-filled:before { content: $ti-icon-book-filled; }
|
|
5741
5085
|
.#{$ti-prefix}-book-off:before { content: $ti-icon-book-off; }
|
|
5742
5086
|
.#{$ti-prefix}-book-upload:before { content: $ti-icon-book-upload; }
|
|
5743
5087
|
.#{$ti-prefix}-bookmark:before { content: $ti-icon-bookmark; }
|
|
5744
5088
|
.#{$ti-prefix}-bookmark-ai:before { content: $ti-icon-bookmark-ai; }
|
|
5745
5089
|
.#{$ti-prefix}-bookmark-edit:before { content: $ti-icon-bookmark-edit; }
|
|
5746
|
-
.#{$ti-prefix}-bookmark-filled:before { content: $ti-icon-bookmark-filled; }
|
|
5747
5090
|
.#{$ti-prefix}-bookmark-minus:before { content: $ti-icon-bookmark-minus; }
|
|
5748
5091
|
.#{$ti-prefix}-bookmark-off:before { content: $ti-icon-bookmark-off; }
|
|
5749
5092
|
.#{$ti-prefix}-bookmark-plus:before { content: $ti-icon-bookmark-plus; }
|
|
5750
5093
|
.#{$ti-prefix}-bookmark-question:before { content: $ti-icon-bookmark-question; }
|
|
5751
5094
|
.#{$ti-prefix}-bookmarks:before { content: $ti-icon-bookmarks; }
|
|
5752
|
-
.#{$ti-prefix}-bookmarks-filled:before { content: $ti-icon-bookmarks-filled; }
|
|
5753
5095
|
.#{$ti-prefix}-bookmarks-off:before { content: $ti-icon-bookmarks-off; }
|
|
5754
5096
|
.#{$ti-prefix}-books:before { content: $ti-icon-books; }
|
|
5755
5097
|
.#{$ti-prefix}-books-off:before { content: $ti-icon-books-off; }
|
|
5756
5098
|
.#{$ti-prefix}-boom:before { content: $ti-icon-boom; }
|
|
5757
5099
|
.#{$ti-prefix}-border-all:before { content: $ti-icon-border-all; }
|
|
5758
5100
|
.#{$ti-prefix}-border-bottom:before { content: $ti-icon-border-bottom; }
|
|
5101
|
+
.#{$ti-prefix}-border-bottom-plus:before { content: $ti-icon-border-bottom-plus; }
|
|
5759
5102
|
.#{$ti-prefix}-border-corner-ios:before { content: $ti-icon-border-corner-ios; }
|
|
5760
5103
|
.#{$ti-prefix}-border-corner-pill:before { content: $ti-icon-border-corner-pill; }
|
|
5761
5104
|
.#{$ti-prefix}-border-corner-rounded:before { content: $ti-icon-border-corner-rounded; }
|
|
@@ -5764,44 +5107,35 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5764
5107
|
.#{$ti-prefix}-border-horizontal:before { content: $ti-icon-border-horizontal; }
|
|
5765
5108
|
.#{$ti-prefix}-border-inner:before { content: $ti-icon-border-inner; }
|
|
5766
5109
|
.#{$ti-prefix}-border-left:before { content: $ti-icon-border-left; }
|
|
5110
|
+
.#{$ti-prefix}-border-left-plus:before { content: $ti-icon-border-left-plus; }
|
|
5767
5111
|
.#{$ti-prefix}-border-none:before { content: $ti-icon-border-none; }
|
|
5768
5112
|
.#{$ti-prefix}-border-outer:before { content: $ti-icon-border-outer; }
|
|
5769
5113
|
.#{$ti-prefix}-border-radius:before { content: $ti-icon-border-radius; }
|
|
5770
5114
|
.#{$ti-prefix}-border-right:before { content: $ti-icon-border-right; }
|
|
5115
|
+
.#{$ti-prefix}-border-right-plus:before { content: $ti-icon-border-right-plus; }
|
|
5771
5116
|
.#{$ti-prefix}-border-sides:before { content: $ti-icon-border-sides; }
|
|
5772
5117
|
.#{$ti-prefix}-border-style:before { content: $ti-icon-border-style; }
|
|
5773
5118
|
.#{$ti-prefix}-border-style-2:before { content: $ti-icon-border-style-2; }
|
|
5774
5119
|
.#{$ti-prefix}-border-top:before { content: $ti-icon-border-top; }
|
|
5120
|
+
.#{$ti-prefix}-border-top-plus:before { content: $ti-icon-border-top-plus; }
|
|
5775
5121
|
.#{$ti-prefix}-border-vertical:before { content: $ti-icon-border-vertical; }
|
|
5776
5122
|
.#{$ti-prefix}-bottle:before { content: $ti-icon-bottle; }
|
|
5777
|
-
.#{$ti-prefix}-bottle-filled:before { content: $ti-icon-bottle-filled; }
|
|
5778
5123
|
.#{$ti-prefix}-bottle-off:before { content: $ti-icon-bottle-off; }
|
|
5779
5124
|
.#{$ti-prefix}-bounce-left:before { content: $ti-icon-bounce-left; }
|
|
5780
|
-
.#{$ti-prefix}-bounce-left-filled:before { content: $ti-icon-bounce-left-filled; }
|
|
5781
5125
|
.#{$ti-prefix}-bounce-right:before { content: $ti-icon-bounce-right; }
|
|
5782
|
-
.#{$ti-prefix}-bounce-right-filled:before { content: $ti-icon-bounce-right-filled; }
|
|
5783
5126
|
.#{$ti-prefix}-bow:before { content: $ti-icon-bow; }
|
|
5784
5127
|
.#{$ti-prefix}-bowl:before { content: $ti-icon-bowl; }
|
|
5785
5128
|
.#{$ti-prefix}-bowl-chopsticks:before { content: $ti-icon-bowl-chopsticks; }
|
|
5786
|
-
.#{$ti-prefix}-bowl-filled:before { content: $ti-icon-bowl-filled; }
|
|
5787
5129
|
.#{$ti-prefix}-bowl-spoon:before { content: $ti-icon-bowl-spoon; }
|
|
5788
5130
|
.#{$ti-prefix}-box:before { content: $ti-icon-box; }
|
|
5789
5131
|
.#{$ti-prefix}-box-align-bottom:before { content: $ti-icon-box-align-bottom; }
|
|
5790
|
-
.#{$ti-prefix}-box-align-bottom-filled:before { content: $ti-icon-box-align-bottom-filled; }
|
|
5791
5132
|
.#{$ti-prefix}-box-align-bottom-left:before { content: $ti-icon-box-align-bottom-left; }
|
|
5792
|
-
.#{$ti-prefix}-box-align-bottom-left-filled:before { content: $ti-icon-box-align-bottom-left-filled; }
|
|
5793
5133
|
.#{$ti-prefix}-box-align-bottom-right:before { content: $ti-icon-box-align-bottom-right; }
|
|
5794
|
-
.#{$ti-prefix}-box-align-bottom-right-filled:before { content: $ti-icon-box-align-bottom-right-filled; }
|
|
5795
5134
|
.#{$ti-prefix}-box-align-left:before { content: $ti-icon-box-align-left; }
|
|
5796
|
-
.#{$ti-prefix}-box-align-left-filled:before { content: $ti-icon-box-align-left-filled; }
|
|
5797
5135
|
.#{$ti-prefix}-box-align-right:before { content: $ti-icon-box-align-right; }
|
|
5798
|
-
.#{$ti-prefix}-box-align-right-filled:before { content: $ti-icon-box-align-right-filled; }
|
|
5799
5136
|
.#{$ti-prefix}-box-align-top:before { content: $ti-icon-box-align-top; }
|
|
5800
|
-
.#{$ti-prefix}-box-align-top-filled:before { content: $ti-icon-box-align-top-filled; }
|
|
5801
5137
|
.#{$ti-prefix}-box-align-top-left:before { content: $ti-icon-box-align-top-left; }
|
|
5802
|
-
.#{$ti-prefix}-box-align-top-left-filled:before { content: $ti-icon-box-align-top-left-filled; }
|
|
5803
5138
|
.#{$ti-prefix}-box-align-top-right:before { content: $ti-icon-box-align-top-right; }
|
|
5804
|
-
.#{$ti-prefix}-box-align-top-right-filled:before { content: $ti-icon-box-align-top-right-filled; }
|
|
5805
5139
|
.#{$ti-prefix}-box-margin:before { content: $ti-icon-box-margin; }
|
|
5806
5140
|
.#{$ti-prefix}-box-model:before { content: $ti-icon-box-model; }
|
|
5807
5141
|
.#{$ti-prefix}-box-model-2:before { content: $ti-icon-box-model-2; }
|
|
@@ -5852,7 +5186,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5852
5186
|
.#{$ti-prefix}-brand-appgallery:before { content: $ti-icon-brand-appgallery; }
|
|
5853
5187
|
.#{$ti-prefix}-brand-apple:before { content: $ti-icon-brand-apple; }
|
|
5854
5188
|
.#{$ti-prefix}-brand-apple-arcade:before { content: $ti-icon-brand-apple-arcade; }
|
|
5855
|
-
.#{$ti-prefix}-brand-apple-filled:before { content: $ti-icon-brand-apple-filled; }
|
|
5856
5189
|
.#{$ti-prefix}-brand-apple-podcast:before { content: $ti-icon-brand-apple-podcast; }
|
|
5857
5190
|
.#{$ti-prefix}-brand-appstore:before { content: $ti-icon-brand-appstore; }
|
|
5858
5191
|
.#{$ti-prefix}-brand-asana:before { content: $ti-icon-brand-asana; }
|
|
@@ -5920,7 +5253,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5920
5253
|
.#{$ti-prefix}-brand-digg:before { content: $ti-icon-brand-digg; }
|
|
5921
5254
|
.#{$ti-prefix}-brand-dingtalk:before { content: $ti-icon-brand-dingtalk; }
|
|
5922
5255
|
.#{$ti-prefix}-brand-discord:before { content: $ti-icon-brand-discord; }
|
|
5923
|
-
.#{$ti-prefix}-brand-discord-filled:before { content: $ti-icon-brand-discord-filled; }
|
|
5924
5256
|
.#{$ti-prefix}-brand-disney:before { content: $ti-icon-brand-disney; }
|
|
5925
5257
|
.#{$ti-prefix}-brand-disqus:before { content: $ti-icon-brand-disqus; }
|
|
5926
5258
|
.#{$ti-prefix}-brand-django:before { content: $ti-icon-brand-django; }
|
|
@@ -5929,7 +5261,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5929
5261
|
.#{$ti-prefix}-brand-dolby-digital:before { content: $ti-icon-brand-dolby-digital; }
|
|
5930
5262
|
.#{$ti-prefix}-brand-douban:before { content: $ti-icon-brand-douban; }
|
|
5931
5263
|
.#{$ti-prefix}-brand-dribbble:before { content: $ti-icon-brand-dribbble; }
|
|
5932
|
-
.#{$ti-prefix}-brand-dribbble-filled:before { content: $ti-icon-brand-dribbble-filled; }
|
|
5933
5264
|
.#{$ti-prefix}-brand-drops:before { content: $ti-icon-brand-drops; }
|
|
5934
5265
|
.#{$ti-prefix}-brand-drupal:before { content: $ti-icon-brand-drupal; }
|
|
5935
5266
|
.#{$ti-prefix}-brand-edge:before { content: $ti-icon-brand-edge; }
|
|
@@ -5940,7 +5271,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5940
5271
|
.#{$ti-prefix}-brand-etsy:before { content: $ti-icon-brand-etsy; }
|
|
5941
5272
|
.#{$ti-prefix}-brand-evernote:before { content: $ti-icon-brand-evernote; }
|
|
5942
5273
|
.#{$ti-prefix}-brand-facebook:before { content: $ti-icon-brand-facebook; }
|
|
5943
|
-
.#{$ti-prefix}-brand-facebook-filled:before { content: $ti-icon-brand-facebook-filled; }
|
|
5944
5274
|
.#{$ti-prefix}-brand-feedly:before { content: $ti-icon-brand-feedly; }
|
|
5945
5275
|
.#{$ti-prefix}-brand-figma:before { content: $ti-icon-brand-figma; }
|
|
5946
5276
|
.#{$ti-prefix}-brand-filezilla:before { content: $ti-icon-brand-filezilla; }
|
|
@@ -5961,7 +5291,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5961
5291
|
.#{$ti-prefix}-brand-git:before { content: $ti-icon-brand-git; }
|
|
5962
5292
|
.#{$ti-prefix}-brand-github:before { content: $ti-icon-brand-github; }
|
|
5963
5293
|
.#{$ti-prefix}-brand-github-copilot:before { content: $ti-icon-brand-github-copilot; }
|
|
5964
|
-
.#{$ti-prefix}-brand-github-filled:before { content: $ti-icon-brand-github-filled; }
|
|
5965
5294
|
.#{$ti-prefix}-brand-gitlab:before { content: $ti-icon-brand-gitlab; }
|
|
5966
5295
|
.#{$ti-prefix}-brand-gmail:before { content: $ti-icon-brand-gmail; }
|
|
5967
5296
|
.#{$ti-prefix}-brand-golang:before { content: $ti-icon-brand-golang; }
|
|
@@ -5969,7 +5298,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5969
5298
|
.#{$ti-prefix}-brand-google-analytics:before { content: $ti-icon-brand-google-analytics; }
|
|
5970
5299
|
.#{$ti-prefix}-brand-google-big-query:before { content: $ti-icon-brand-google-big-query; }
|
|
5971
5300
|
.#{$ti-prefix}-brand-google-drive:before { content: $ti-icon-brand-google-drive; }
|
|
5972
|
-
.#{$ti-prefix}-brand-google-filled:before { content: $ti-icon-brand-google-filled; }
|
|
5973
5301
|
.#{$ti-prefix}-brand-google-fit:before { content: $ti-icon-brand-google-fit; }
|
|
5974
5302
|
.#{$ti-prefix}-brand-google-home:before { content: $ti-icon-brand-google-home; }
|
|
5975
5303
|
.#{$ti-prefix}-brand-google-maps:before { content: $ti-icon-brand-google-maps; }
|
|
@@ -6053,9 +5381,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6053
5381
|
.#{$ti-prefix}-brand-pagekit:before { content: $ti-icon-brand-pagekit; }
|
|
6054
5382
|
.#{$ti-prefix}-brand-parsinta:before { content: $ti-icon-brand-parsinta; }
|
|
6055
5383
|
.#{$ti-prefix}-brand-patreon:before { content: $ti-icon-brand-patreon; }
|
|
6056
|
-
.#{$ti-prefix}-brand-patreon-filled:before { content: $ti-icon-brand-patreon-filled; }
|
|
6057
5384
|
.#{$ti-prefix}-brand-paypal:before { content: $ti-icon-brand-paypal; }
|
|
6058
|
-
.#{$ti-prefix}-brand-paypal-filled:before { content: $ti-icon-brand-paypal-filled; }
|
|
6059
5385
|
.#{$ti-prefix}-brand-paypay:before { content: $ti-icon-brand-paypay; }
|
|
6060
5386
|
.#{$ti-prefix}-brand-peanut:before { content: $ti-icon-brand-peanut; }
|
|
6061
5387
|
.#{$ti-prefix}-brand-pepsi:before { content: $ti-icon-brand-pepsi; }
|
|
@@ -6134,7 +5460,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6134
5460
|
.#{$ti-prefix}-brand-threejs:before { content: $ti-icon-brand-threejs; }
|
|
6135
5461
|
.#{$ti-prefix}-brand-tidal:before { content: $ti-icon-brand-tidal; }
|
|
6136
5462
|
.#{$ti-prefix}-brand-tiktok:before { content: $ti-icon-brand-tiktok; }
|
|
6137
|
-
.#{$ti-prefix}-brand-tiktok-filled:before { content: $ti-icon-brand-tiktok-filled; }
|
|
6138
5463
|
.#{$ti-prefix}-brand-tinder:before { content: $ti-icon-brand-tinder; }
|
|
6139
5464
|
.#{$ti-prefix}-brand-topbuzz:before { content: $ti-icon-brand-topbuzz; }
|
|
6140
5465
|
.#{$ti-prefix}-brand-torchain:before { content: $ti-icon-brand-torchain; }
|
|
@@ -6145,7 +5470,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6145
5470
|
.#{$ti-prefix}-brand-twilio:before { content: $ti-icon-brand-twilio; }
|
|
6146
5471
|
.#{$ti-prefix}-brand-twitch:before { content: $ti-icon-brand-twitch; }
|
|
6147
5472
|
.#{$ti-prefix}-brand-twitter:before { content: $ti-icon-brand-twitter; }
|
|
6148
|
-
.#{$ti-prefix}-brand-twitter-filled:before { content: $ti-icon-brand-twitter-filled; }
|
|
6149
5473
|
.#{$ti-prefix}-brand-typescript:before { content: $ti-icon-brand-typescript; }
|
|
6150
5474
|
.#{$ti-prefix}-brand-uber:before { content: $ti-icon-brand-uber; }
|
|
6151
5475
|
.#{$ti-prefix}-brand-ubuntu:before { content: $ti-icon-brand-ubuntu; }
|
|
@@ -6179,7 +5503,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6179
5503
|
.#{$ti-prefix}-brand-wix:before { content: $ti-icon-brand-wix; }
|
|
6180
5504
|
.#{$ti-prefix}-brand-wordpress:before { content: $ti-icon-brand-wordpress; }
|
|
6181
5505
|
.#{$ti-prefix}-brand-x:before { content: $ti-icon-brand-x; }
|
|
6182
|
-
.#{$ti-prefix}-brand-x-filled:before { content: $ti-icon-brand-x-filled; }
|
|
6183
5506
|
.#{$ti-prefix}-brand-xamarin:before { content: $ti-icon-brand-xamarin; }
|
|
6184
5507
|
.#{$ti-prefix}-brand-xbox:before { content: $ti-icon-brand-xbox; }
|
|
6185
5508
|
.#{$ti-prefix}-brand-xdeep:before { content: $ti-icon-brand-xdeep; }
|
|
@@ -6190,7 +5513,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6190
5513
|
.#{$ti-prefix}-brand-yatse:before { content: $ti-icon-brand-yatse; }
|
|
6191
5514
|
.#{$ti-prefix}-brand-ycombinator:before { content: $ti-icon-brand-ycombinator; }
|
|
6192
5515
|
.#{$ti-prefix}-brand-youtube:before { content: $ti-icon-brand-youtube; }
|
|
6193
|
-
.#{$ti-prefix}-brand-youtube-filled:before { content: $ti-icon-brand-youtube-filled; }
|
|
6194
5516
|
.#{$ti-prefix}-brand-youtube-kids:before { content: $ti-icon-brand-youtube-kids; }
|
|
6195
5517
|
.#{$ti-prefix}-brand-zalando:before { content: $ti-icon-brand-zalando; }
|
|
6196
5518
|
.#{$ti-prefix}-brand-zapier:before { content: $ti-icon-brand-zapier; }
|
|
@@ -6203,17 +5525,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6203
5525
|
.#{$ti-prefix}-bread-off:before { content: $ti-icon-bread-off; }
|
|
6204
5526
|
.#{$ti-prefix}-briefcase:before { content: $ti-icon-briefcase; }
|
|
6205
5527
|
.#{$ti-prefix}-briefcase-2:before { content: $ti-icon-briefcase-2; }
|
|
6206
|
-
.#{$ti-prefix}-briefcase-filled:before { content: $ti-icon-briefcase-filled; }
|
|
6207
5528
|
.#{$ti-prefix}-briefcase-off:before { content: $ti-icon-briefcase-off; }
|
|
6208
5529
|
.#{$ti-prefix}-brightness:before { content: $ti-icon-brightness; }
|
|
6209
5530
|
.#{$ti-prefix}-brightness-2:before { content: $ti-icon-brightness-2; }
|
|
6210
5531
|
.#{$ti-prefix}-brightness-auto:before { content: $ti-icon-brightness-auto; }
|
|
6211
5532
|
.#{$ti-prefix}-brightness-down:before { content: $ti-icon-brightness-down; }
|
|
6212
|
-
.#{$ti-prefix}-brightness-down-filled:before { content: $ti-icon-brightness-down-filled; }
|
|
6213
5533
|
.#{$ti-prefix}-brightness-half:before { content: $ti-icon-brightness-half; }
|
|
6214
5534
|
.#{$ti-prefix}-brightness-off:before { content: $ti-icon-brightness-off; }
|
|
6215
5535
|
.#{$ti-prefix}-brightness-up:before { content: $ti-icon-brightness-up; }
|
|
6216
|
-
.#{$ti-prefix}-brightness-up-filled:before { content: $ti-icon-brightness-up-filled; }
|
|
6217
5536
|
.#{$ti-prefix}-broadcast:before { content: $ti-icon-broadcast; }
|
|
6218
5537
|
.#{$ti-prefix}-broadcast-off:before { content: $ti-icon-broadcast-off; }
|
|
6219
5538
|
.#{$ti-prefix}-browser:before { content: $ti-icon-browser; }
|
|
@@ -6227,7 +5546,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6227
5546
|
.#{$ti-prefix}-bucket-droplet:before { content: $ti-icon-bucket-droplet; }
|
|
6228
5547
|
.#{$ti-prefix}-bucket-off:before { content: $ti-icon-bucket-off; }
|
|
6229
5548
|
.#{$ti-prefix}-bug:before { content: $ti-icon-bug; }
|
|
6230
|
-
.#{$ti-prefix}-bug-filled:before { content: $ti-icon-bug-filled; }
|
|
6231
5549
|
.#{$ti-prefix}-bug-off:before { content: $ti-icon-bug-off; }
|
|
6232
5550
|
.#{$ti-prefix}-building:before { content: $ti-icon-building; }
|
|
6233
5551
|
.#{$ti-prefix}-building-arch:before { content: $ti-icon-building-arch; }
|
|
@@ -6257,7 +5575,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6257
5575
|
.#{$ti-prefix}-building-warehouse:before { content: $ti-icon-building-warehouse; }
|
|
6258
5576
|
.#{$ti-prefix}-building-wind-turbine:before { content: $ti-icon-building-wind-turbine; }
|
|
6259
5577
|
.#{$ti-prefix}-bulb:before { content: $ti-icon-bulb; }
|
|
6260
|
-
.#{$ti-prefix}-bulb-filled:before { content: $ti-icon-bulb-filled; }
|
|
6261
5578
|
.#{$ti-prefix}-bulb-off:before { content: $ti-icon-bulb-off; }
|
|
6262
5579
|
.#{$ti-prefix}-bulldozer:before { content: $ti-icon-bulldozer; }
|
|
6263
5580
|
.#{$ti-prefix}-burger:before { content: $ti-icon-burger; }
|
|
@@ -6267,12 +5584,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6267
5584
|
.#{$ti-prefix}-businessplan:before { content: $ti-icon-businessplan; }
|
|
6268
5585
|
.#{$ti-prefix}-butterfly:before { content: $ti-icon-butterfly; }
|
|
6269
5586
|
.#{$ti-prefix}-cactus:before { content: $ti-icon-cactus; }
|
|
6270
|
-
.#{$ti-prefix}-cactus-filled:before { content: $ti-icon-cactus-filled; }
|
|
6271
5587
|
.#{$ti-prefix}-cactus-off:before { content: $ti-icon-cactus-off; }
|
|
6272
5588
|
.#{$ti-prefix}-cake:before { content: $ti-icon-cake; }
|
|
6273
5589
|
.#{$ti-prefix}-cake-off:before { content: $ti-icon-cake-off; }
|
|
6274
5590
|
.#{$ti-prefix}-calculator:before { content: $ti-icon-calculator; }
|
|
6275
|
-
.#{$ti-prefix}-calculator-filled:before { content: $ti-icon-calculator-filled; }
|
|
6276
5591
|
.#{$ti-prefix}-calculator-off:before { content: $ti-icon-calculator-off; }
|
|
6277
5592
|
.#{$ti-prefix}-calendar:before { content: $ti-icon-calendar; }
|
|
6278
5593
|
.#{$ti-prefix}-calendar-bolt:before { content: $ti-icon-calendar-bolt; }
|
|
@@ -6287,7 +5602,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6287
5602
|
.#{$ti-prefix}-calendar-due:before { content: $ti-icon-calendar-due; }
|
|
6288
5603
|
.#{$ti-prefix}-calendar-event:before { content: $ti-icon-calendar-event; }
|
|
6289
5604
|
.#{$ti-prefix}-calendar-exclamation:before { content: $ti-icon-calendar-exclamation; }
|
|
6290
|
-
.#{$ti-prefix}-calendar-filled:before { content: $ti-icon-calendar-filled; }
|
|
6291
5605
|
.#{$ti-prefix}-calendar-heart:before { content: $ti-icon-calendar-heart; }
|
|
6292
5606
|
.#{$ti-prefix}-calendar-minus:before { content: $ti-icon-calendar-minus; }
|
|
6293
5607
|
.#{$ti-prefix}-calendar-month:before { content: $ti-icon-calendar-month; }
|
|
@@ -6317,7 +5631,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6317
5631
|
.#{$ti-prefix}-camera-dollar:before { content: $ti-icon-camera-dollar; }
|
|
6318
5632
|
.#{$ti-prefix}-camera-down:before { content: $ti-icon-camera-down; }
|
|
6319
5633
|
.#{$ti-prefix}-camera-exclamation:before { content: $ti-icon-camera-exclamation; }
|
|
6320
|
-
.#{$ti-prefix}-camera-filled:before { content: $ti-icon-camera-filled; }
|
|
6321
5634
|
.#{$ti-prefix}-camera-heart:before { content: $ti-icon-camera-heart; }
|
|
6322
5635
|
.#{$ti-prefix}-camera-minus:before { content: $ti-icon-camera-minus; }
|
|
6323
5636
|
.#{$ti-prefix}-camera-off:before { content: $ti-icon-camera-off; }
|
|
@@ -6334,19 +5647,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6334
5647
|
.#{$ti-prefix}-camera-x:before { content: $ti-icon-camera-x; }
|
|
6335
5648
|
.#{$ti-prefix}-camper:before { content: $ti-icon-camper; }
|
|
6336
5649
|
.#{$ti-prefix}-campfire:before { content: $ti-icon-campfire; }
|
|
6337
|
-
.#{$ti-prefix}-campfire-filled:before { content: $ti-icon-campfire-filled; }
|
|
6338
5650
|
.#{$ti-prefix}-candle:before { content: $ti-icon-candle; }
|
|
6339
|
-
.#{$ti-prefix}-candle-filled:before { content: $ti-icon-candle-filled; }
|
|
6340
5651
|
.#{$ti-prefix}-candy:before { content: $ti-icon-candy; }
|
|
6341
5652
|
.#{$ti-prefix}-candy-off:before { content: $ti-icon-candy-off; }
|
|
6342
5653
|
.#{$ti-prefix}-cane:before { content: $ti-icon-cane; }
|
|
6343
5654
|
.#{$ti-prefix}-cannabis:before { content: $ti-icon-cannabis; }
|
|
6344
5655
|
.#{$ti-prefix}-capsule:before { content: $ti-icon-capsule; }
|
|
6345
|
-
.#{$ti-prefix}-capsule-filled:before { content: $ti-icon-capsule-filled; }
|
|
6346
5656
|
.#{$ti-prefix}-capsule-horizontal:before { content: $ti-icon-capsule-horizontal; }
|
|
6347
|
-
.#{$ti-prefix}-capsule-horizontal-filled:before { content: $ti-icon-capsule-horizontal-filled; }
|
|
6348
5657
|
.#{$ti-prefix}-capture:before { content: $ti-icon-capture; }
|
|
6349
|
-
.#{$ti-prefix}-capture-filled:before { content: $ti-icon-capture-filled; }
|
|
6350
5658
|
.#{$ti-prefix}-capture-off:before { content: $ti-icon-capture-off; }
|
|
6351
5659
|
.#{$ti-prefix}-car:before { content: $ti-icon-car; }
|
|
6352
5660
|
.#{$ti-prefix}-car-4wd:before { content: $ti-icon-car-4wd; }
|
|
@@ -6365,28 +5673,18 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6365
5673
|
.#{$ti-prefix}-cardboards:before { content: $ti-icon-cardboards; }
|
|
6366
5674
|
.#{$ti-prefix}-cardboards-off:before { content: $ti-icon-cardboards-off; }
|
|
6367
5675
|
.#{$ti-prefix}-cards:before { content: $ti-icon-cards; }
|
|
6368
|
-
.#{$ti-prefix}-cards-filled:before { content: $ti-icon-cards-filled; }
|
|
6369
5676
|
.#{$ti-prefix}-caret-down:before { content: $ti-icon-caret-down; }
|
|
6370
|
-
.#{$ti-prefix}-caret-down-filled:before { content: $ti-icon-caret-down-filled; }
|
|
6371
5677
|
.#{$ti-prefix}-caret-left:before { content: $ti-icon-caret-left; }
|
|
6372
|
-
.#{$ti-prefix}-caret-left-filled:before { content: $ti-icon-caret-left-filled; }
|
|
6373
5678
|
.#{$ti-prefix}-caret-left-right:before { content: $ti-icon-caret-left-right; }
|
|
6374
|
-
.#{$ti-prefix}-caret-left-right-filled:before { content: $ti-icon-caret-left-right-filled; }
|
|
6375
5679
|
.#{$ti-prefix}-caret-right:before { content: $ti-icon-caret-right; }
|
|
6376
|
-
.#{$ti-prefix}-caret-right-filled:before { content: $ti-icon-caret-right-filled; }
|
|
6377
5680
|
.#{$ti-prefix}-caret-up:before { content: $ti-icon-caret-up; }
|
|
6378
5681
|
.#{$ti-prefix}-caret-up-down:before { content: $ti-icon-caret-up-down; }
|
|
6379
|
-
.#{$ti-prefix}-caret-up-down-filled:before { content: $ti-icon-caret-up-down-filled; }
|
|
6380
|
-
.#{$ti-prefix}-caret-up-filled:before { content: $ti-icon-caret-up-filled; }
|
|
6381
5682
|
.#{$ti-prefix}-carousel-horizontal:before { content: $ti-icon-carousel-horizontal; }
|
|
6382
|
-
.#{$ti-prefix}-carousel-horizontal-filled:before { content: $ti-icon-carousel-horizontal-filled; }
|
|
6383
5683
|
.#{$ti-prefix}-carousel-vertical:before { content: $ti-icon-carousel-vertical; }
|
|
6384
|
-
.#{$ti-prefix}-carousel-vertical-filled:before { content: $ti-icon-carousel-vertical-filled; }
|
|
6385
5684
|
.#{$ti-prefix}-carrot:before { content: $ti-icon-carrot; }
|
|
6386
5685
|
.#{$ti-prefix}-carrot-off:before { content: $ti-icon-carrot-off; }
|
|
6387
5686
|
.#{$ti-prefix}-cash:before { content: $ti-icon-cash; }
|
|
6388
5687
|
.#{$ti-prefix}-cash-banknote:before { content: $ti-icon-cash-banknote; }
|
|
6389
|
-
.#{$ti-prefix}-cash-banknote-filled:before { content: $ti-icon-cash-banknote-filled; }
|
|
6390
5688
|
.#{$ti-prefix}-cash-banknote-off:before { content: $ti-icon-cash-banknote-off; }
|
|
6391
5689
|
.#{$ti-prefix}-cash-off:before { content: $ti-icon-cash-off; }
|
|
6392
5690
|
.#{$ti-prefix}-cast:before { content: $ti-icon-cast; }
|
|
@@ -6394,7 +5692,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6394
5692
|
.#{$ti-prefix}-cat:before { content: $ti-icon-cat; }
|
|
6395
5693
|
.#{$ti-prefix}-category:before { content: $ti-icon-category; }
|
|
6396
5694
|
.#{$ti-prefix}-category-2:before { content: $ti-icon-category-2; }
|
|
6397
|
-
.#{$ti-prefix}-category-filled:before { content: $ti-icon-category-filled; }
|
|
6398
5695
|
.#{$ti-prefix}-category-minus:before { content: $ti-icon-category-minus; }
|
|
6399
5696
|
.#{$ti-prefix}-category-plus:before { content: $ti-icon-category-plus; }
|
|
6400
5697
|
.#{$ti-prefix}-ce:before { content: $ti-icon-ce; }
|
|
@@ -6417,29 +5714,22 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6417
5714
|
.#{$ti-prefix}-chart-arcs:before { content: $ti-icon-chart-arcs; }
|
|
6418
5715
|
.#{$ti-prefix}-chart-arcs-3:before { content: $ti-icon-chart-arcs-3; }
|
|
6419
5716
|
.#{$ti-prefix}-chart-area:before { content: $ti-icon-chart-area; }
|
|
6420
|
-
.#{$ti-prefix}-chart-area-filled:before { content: $ti-icon-chart-area-filled; }
|
|
6421
5717
|
.#{$ti-prefix}-chart-area-line:before { content: $ti-icon-chart-area-line; }
|
|
6422
|
-
.#{$ti-prefix}-chart-area-line-filled:before { content: $ti-icon-chart-area-line-filled; }
|
|
6423
5718
|
.#{$ti-prefix}-chart-arrows:before { content: $ti-icon-chart-arrows; }
|
|
6424
5719
|
.#{$ti-prefix}-chart-arrows-vertical:before { content: $ti-icon-chart-arrows-vertical; }
|
|
6425
5720
|
.#{$ti-prefix}-chart-bar:before { content: $ti-icon-chart-bar; }
|
|
6426
5721
|
.#{$ti-prefix}-chart-bar-off:before { content: $ti-icon-chart-bar-off; }
|
|
6427
5722
|
.#{$ti-prefix}-chart-bubble:before { content: $ti-icon-chart-bubble; }
|
|
6428
|
-
.#{$ti-prefix}-chart-bubble-filled:before { content: $ti-icon-chart-bubble-filled; }
|
|
6429
5723
|
.#{$ti-prefix}-chart-candle:before { content: $ti-icon-chart-candle; }
|
|
6430
|
-
.#{$ti-prefix}-chart-candle-filled:before { content: $ti-icon-chart-candle-filled; }
|
|
6431
5724
|
.#{$ti-prefix}-chart-circles:before { content: $ti-icon-chart-circles; }
|
|
6432
5725
|
.#{$ti-prefix}-chart-donut:before { content: $ti-icon-chart-donut; }
|
|
6433
5726
|
.#{$ti-prefix}-chart-donut-2:before { content: $ti-icon-chart-donut-2; }
|
|
6434
5727
|
.#{$ti-prefix}-chart-donut-3:before { content: $ti-icon-chart-donut-3; }
|
|
6435
5728
|
.#{$ti-prefix}-chart-donut-4:before { content: $ti-icon-chart-donut-4; }
|
|
6436
|
-
.#{$ti-prefix}-chart-donut-filled:before { content: $ti-icon-chart-donut-filled; }
|
|
6437
5729
|
.#{$ti-prefix}-chart-dots:before { content: $ti-icon-chart-dots; }
|
|
6438
5730
|
.#{$ti-prefix}-chart-dots-2:before { content: $ti-icon-chart-dots-2; }
|
|
6439
5731
|
.#{$ti-prefix}-chart-dots-3:before { content: $ti-icon-chart-dots-3; }
|
|
6440
|
-
.#{$ti-prefix}-chart-dots-filled:before { content: $ti-icon-chart-dots-filled; }
|
|
6441
5732
|
.#{$ti-prefix}-chart-grid-dots:before { content: $ti-icon-chart-grid-dots; }
|
|
6442
|
-
.#{$ti-prefix}-chart-grid-dots-filled:before { content: $ti-icon-chart-grid-dots-filled; }
|
|
6443
5733
|
.#{$ti-prefix}-chart-histogram:before { content: $ti-icon-chart-histogram; }
|
|
6444
5734
|
.#{$ti-prefix}-chart-infographic:before { content: $ti-icon-chart-infographic; }
|
|
6445
5735
|
.#{$ti-prefix}-chart-line:before { content: $ti-icon-chart-line; }
|
|
@@ -6447,7 +5737,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6447
5737
|
.#{$ti-prefix}-chart-pie-2:before { content: $ti-icon-chart-pie-2; }
|
|
6448
5738
|
.#{$ti-prefix}-chart-pie-3:before { content: $ti-icon-chart-pie-3; }
|
|
6449
5739
|
.#{$ti-prefix}-chart-pie-4:before { content: $ti-icon-chart-pie-4; }
|
|
6450
|
-
.#{$ti-prefix}-chart-pie-filled:before { content: $ti-icon-chart-pie-filled; }
|
|
6451
5740
|
.#{$ti-prefix}-chart-pie-off:before { content: $ti-icon-chart-pie-off; }
|
|
6452
5741
|
.#{$ti-prefix}-chart-ppf:before { content: $ti-icon-chart-ppf; }
|
|
6453
5742
|
.#{$ti-prefix}-chart-radar:before { content: $ti-icon-chart-radar; }
|
|
@@ -6464,19 +5753,12 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6464
5753
|
.#{$ti-prefix}-chef-hat:before { content: $ti-icon-chef-hat; }
|
|
6465
5754
|
.#{$ti-prefix}-chef-hat-off:before { content: $ti-icon-chef-hat-off; }
|
|
6466
5755
|
.#{$ti-prefix}-cherry:before { content: $ti-icon-cherry; }
|
|
6467
|
-
.#{$ti-prefix}-cherry-filled:before { content: $ti-icon-cherry-filled; }
|
|
6468
5756
|
.#{$ti-prefix}-chess:before { content: $ti-icon-chess; }
|
|
6469
5757
|
.#{$ti-prefix}-chess-bishop:before { content: $ti-icon-chess-bishop; }
|
|
6470
|
-
.#{$ti-prefix}-chess-bishop-filled:before { content: $ti-icon-chess-bishop-filled; }
|
|
6471
|
-
.#{$ti-prefix}-chess-filled:before { content: $ti-icon-chess-filled; }
|
|
6472
5758
|
.#{$ti-prefix}-chess-king:before { content: $ti-icon-chess-king; }
|
|
6473
|
-
.#{$ti-prefix}-chess-king-filled:before { content: $ti-icon-chess-king-filled; }
|
|
6474
5759
|
.#{$ti-prefix}-chess-knight:before { content: $ti-icon-chess-knight; }
|
|
6475
|
-
.#{$ti-prefix}-chess-knight-filled:before { content: $ti-icon-chess-knight-filled; }
|
|
6476
5760
|
.#{$ti-prefix}-chess-queen:before { content: $ti-icon-chess-queen; }
|
|
6477
|
-
.#{$ti-prefix}-chess-queen-filled:before { content: $ti-icon-chess-queen-filled; }
|
|
6478
5761
|
.#{$ti-prefix}-chess-rook:before { content: $ti-icon-chess-rook; }
|
|
6479
|
-
.#{$ti-prefix}-chess-rook-filled:before { content: $ti-icon-chess-rook-filled; }
|
|
6480
5762
|
.#{$ti-prefix}-chevron-compact-down:before { content: $ti-icon-chevron-compact-down; }
|
|
6481
5763
|
.#{$ti-prefix}-chevron-compact-left:before { content: $ti-icon-chevron-compact-left; }
|
|
6482
5764
|
.#{$ti-prefix}-chevron-compact-right:before { content: $ti-icon-chevron-compact-right; }
|
|
@@ -6504,38 +5786,19 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6504
5786
|
.#{$ti-prefix}-christmas-tree:before { content: $ti-icon-christmas-tree; }
|
|
6505
5787
|
.#{$ti-prefix}-christmas-tree-off:before { content: $ti-icon-christmas-tree-off; }
|
|
6506
5788
|
.#{$ti-prefix}-circle:before { content: $ti-icon-circle; }
|
|
6507
|
-
.#{$ti-prefix}-circle-0-filled:before { content: $ti-icon-circle-0-filled; }
|
|
6508
|
-
.#{$ti-prefix}-circle-1-filled:before { content: $ti-icon-circle-1-filled; }
|
|
6509
|
-
.#{$ti-prefix}-circle-2-filled:before { content: $ti-icon-circle-2-filled; }
|
|
6510
|
-
.#{$ti-prefix}-circle-3-filled:before { content: $ti-icon-circle-3-filled; }
|
|
6511
|
-
.#{$ti-prefix}-circle-4-filled:before { content: $ti-icon-circle-4-filled; }
|
|
6512
|
-
.#{$ti-prefix}-circle-5-filled:before { content: $ti-icon-circle-5-filled; }
|
|
6513
|
-
.#{$ti-prefix}-circle-6-filled:before { content: $ti-icon-circle-6-filled; }
|
|
6514
|
-
.#{$ti-prefix}-circle-7-filled:before { content: $ti-icon-circle-7-filled; }
|
|
6515
|
-
.#{$ti-prefix}-circle-8-filled:before { content: $ti-icon-circle-8-filled; }
|
|
6516
|
-
.#{$ti-prefix}-circle-9-filled:before { content: $ti-icon-circle-9-filled; }
|
|
6517
5789
|
.#{$ti-prefix}-circle-arrow-down:before { content: $ti-icon-circle-arrow-down; }
|
|
6518
|
-
.#{$ti-prefix}-circle-arrow-down-filled:before { content: $ti-icon-circle-arrow-down-filled; }
|
|
6519
5790
|
.#{$ti-prefix}-circle-arrow-down-left:before { content: $ti-icon-circle-arrow-down-left; }
|
|
6520
|
-
.#{$ti-prefix}-circle-arrow-down-left-filled:before { content: $ti-icon-circle-arrow-down-left-filled; }
|
|
6521
5791
|
.#{$ti-prefix}-circle-arrow-down-right:before { content: $ti-icon-circle-arrow-down-right; }
|
|
6522
|
-
.#{$ti-prefix}-circle-arrow-down-right-filled:before { content: $ti-icon-circle-arrow-down-right-filled; }
|
|
6523
5792
|
.#{$ti-prefix}-circle-arrow-left:before { content: $ti-icon-circle-arrow-left; }
|
|
6524
|
-
.#{$ti-prefix}-circle-arrow-left-filled:before { content: $ti-icon-circle-arrow-left-filled; }
|
|
6525
5793
|
.#{$ti-prefix}-circle-arrow-right:before { content: $ti-icon-circle-arrow-right; }
|
|
6526
|
-
.#{$ti-prefix}-circle-arrow-right-filled:before { content: $ti-icon-circle-arrow-right-filled; }
|
|
6527
5794
|
.#{$ti-prefix}-circle-arrow-up:before { content: $ti-icon-circle-arrow-up; }
|
|
6528
|
-
.#{$ti-prefix}-circle-arrow-up-filled:before { content: $ti-icon-circle-arrow-up-filled; }
|
|
6529
5795
|
.#{$ti-prefix}-circle-arrow-up-left:before { content: $ti-icon-circle-arrow-up-left; }
|
|
6530
|
-
.#{$ti-prefix}-circle-arrow-up-left-filled:before { content: $ti-icon-circle-arrow-up-left-filled; }
|
|
6531
5796
|
.#{$ti-prefix}-circle-arrow-up-right:before { content: $ti-icon-circle-arrow-up-right; }
|
|
6532
|
-
.#{$ti-prefix}-circle-arrow-up-right-filled:before { content: $ti-icon-circle-arrow-up-right-filled; }
|
|
6533
5797
|
.#{$ti-prefix}-circle-caret-down:before { content: $ti-icon-circle-caret-down; }
|
|
6534
5798
|
.#{$ti-prefix}-circle-caret-left:before { content: $ti-icon-circle-caret-left; }
|
|
6535
5799
|
.#{$ti-prefix}-circle-caret-right:before { content: $ti-icon-circle-caret-right; }
|
|
6536
5800
|
.#{$ti-prefix}-circle-caret-up:before { content: $ti-icon-circle-caret-up; }
|
|
6537
5801
|
.#{$ti-prefix}-circle-check:before { content: $ti-icon-circle-check; }
|
|
6538
|
-
.#{$ti-prefix}-circle-check-filled:before { content: $ti-icon-circle-check-filled; }
|
|
6539
5802
|
.#{$ti-prefix}-circle-chevron-down:before { content: $ti-icon-circle-chevron-down; }
|
|
6540
5803
|
.#{$ti-prefix}-circle-chevron-left:before { content: $ti-icon-circle-chevron-left; }
|
|
6541
5804
|
.#{$ti-prefix}-circle-chevron-right:before { content: $ti-icon-circle-chevron-right; }
|
|
@@ -6558,66 +5821,37 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6558
5821
|
.#{$ti-prefix}-circle-dashed-percentage:before { content: $ti-icon-circle-dashed-percentage; }
|
|
6559
5822
|
.#{$ti-prefix}-circle-dashed-x:before { content: $ti-icon-circle-dashed-x; }
|
|
6560
5823
|
.#{$ti-prefix}-circle-dot:before { content: $ti-icon-circle-dot; }
|
|
6561
|
-
.#{$ti-prefix}-circle-dot-filled:before { content: $ti-icon-circle-dot-filled; }
|
|
6562
5824
|
.#{$ti-prefix}-circle-dotted:before { content: $ti-icon-circle-dotted; }
|
|
6563
|
-
.#{$ti-prefix}-circle-filled:before { content: $ti-icon-circle-filled; }
|
|
6564
5825
|
.#{$ti-prefix}-circle-half:before { content: $ti-icon-circle-half; }
|
|
6565
5826
|
.#{$ti-prefix}-circle-half-2:before { content: $ti-icon-circle-half-2; }
|
|
6566
5827
|
.#{$ti-prefix}-circle-half-vertical:before { content: $ti-icon-circle-half-vertical; }
|
|
6567
5828
|
.#{$ti-prefix}-circle-key:before { content: $ti-icon-circle-key; }
|
|
6568
|
-
.#{$ti-prefix}-circle-key-filled:before { content: $ti-icon-circle-key-filled; }
|
|
6569
5829
|
.#{$ti-prefix}-circle-letter-a:before { content: $ti-icon-circle-letter-a; }
|
|
6570
|
-
.#{$ti-prefix}-circle-letter-a-filled:before { content: $ti-icon-circle-letter-a-filled; }
|
|
6571
5830
|
.#{$ti-prefix}-circle-letter-b:before { content: $ti-icon-circle-letter-b; }
|
|
6572
|
-
.#{$ti-prefix}-circle-letter-b-filled:before { content: $ti-icon-circle-letter-b-filled; }
|
|
6573
5831
|
.#{$ti-prefix}-circle-letter-c:before { content: $ti-icon-circle-letter-c; }
|
|
6574
|
-
.#{$ti-prefix}-circle-letter-c-filled:before { content: $ti-icon-circle-letter-c-filled; }
|
|
6575
5832
|
.#{$ti-prefix}-circle-letter-d:before { content: $ti-icon-circle-letter-d; }
|
|
6576
|
-
.#{$ti-prefix}-circle-letter-d-filled:before { content: $ti-icon-circle-letter-d-filled; }
|
|
6577
5833
|
.#{$ti-prefix}-circle-letter-e:before { content: $ti-icon-circle-letter-e; }
|
|
6578
|
-
.#{$ti-prefix}-circle-letter-e-filled:before { content: $ti-icon-circle-letter-e-filled; }
|
|
6579
5834
|
.#{$ti-prefix}-circle-letter-f:before { content: $ti-icon-circle-letter-f; }
|
|
6580
|
-
.#{$ti-prefix}-circle-letter-f-filled:before { content: $ti-icon-circle-letter-f-filled; }
|
|
6581
5835
|
.#{$ti-prefix}-circle-letter-g:before { content: $ti-icon-circle-letter-g; }
|
|
6582
|
-
.#{$ti-prefix}-circle-letter-g-filled:before { content: $ti-icon-circle-letter-g-filled; }
|
|
6583
5836
|
.#{$ti-prefix}-circle-letter-h:before { content: $ti-icon-circle-letter-h; }
|
|
6584
|
-
.#{$ti-prefix}-circle-letter-h-filled:before { content: $ti-icon-circle-letter-h-filled; }
|
|
6585
5837
|
.#{$ti-prefix}-circle-letter-i:before { content: $ti-icon-circle-letter-i; }
|
|
6586
|
-
.#{$ti-prefix}-circle-letter-i-filled:before { content: $ti-icon-circle-letter-i-filled; }
|
|
6587
5838
|
.#{$ti-prefix}-circle-letter-j:before { content: $ti-icon-circle-letter-j; }
|
|
6588
|
-
.#{$ti-prefix}-circle-letter-j-filled:before { content: $ti-icon-circle-letter-j-filled; }
|
|
6589
5839
|
.#{$ti-prefix}-circle-letter-k:before { content: $ti-icon-circle-letter-k; }
|
|
6590
|
-
.#{$ti-prefix}-circle-letter-k-filled:before { content: $ti-icon-circle-letter-k-filled; }
|
|
6591
5840
|
.#{$ti-prefix}-circle-letter-l:before { content: $ti-icon-circle-letter-l; }
|
|
6592
|
-
.#{$ti-prefix}-circle-letter-l-filled:before { content: $ti-icon-circle-letter-l-filled; }
|
|
6593
5841
|
.#{$ti-prefix}-circle-letter-m:before { content: $ti-icon-circle-letter-m; }
|
|
6594
|
-
.#{$ti-prefix}-circle-letter-m-filled:before { content: $ti-icon-circle-letter-m-filled; }
|
|
6595
5842
|
.#{$ti-prefix}-circle-letter-n:before { content: $ti-icon-circle-letter-n; }
|
|
6596
|
-
.#{$ti-prefix}-circle-letter-n-filled:before { content: $ti-icon-circle-letter-n-filled; }
|
|
6597
5843
|
.#{$ti-prefix}-circle-letter-o:before { content: $ti-icon-circle-letter-o; }
|
|
6598
|
-
.#{$ti-prefix}-circle-letter-o-filled:before { content: $ti-icon-circle-letter-o-filled; }
|
|
6599
5844
|
.#{$ti-prefix}-circle-letter-p:before { content: $ti-icon-circle-letter-p; }
|
|
6600
|
-
.#{$ti-prefix}-circle-letter-p-filled:before { content: $ti-icon-circle-letter-p-filled; }
|
|
6601
5845
|
.#{$ti-prefix}-circle-letter-q:before { content: $ti-icon-circle-letter-q; }
|
|
6602
|
-
.#{$ti-prefix}-circle-letter-q-filled:before { content: $ti-icon-circle-letter-q-filled; }
|
|
6603
5846
|
.#{$ti-prefix}-circle-letter-r:before { content: $ti-icon-circle-letter-r; }
|
|
6604
|
-
.#{$ti-prefix}-circle-letter-r-filled:before { content: $ti-icon-circle-letter-r-filled; }
|
|
6605
5847
|
.#{$ti-prefix}-circle-letter-s:before { content: $ti-icon-circle-letter-s; }
|
|
6606
|
-
.#{$ti-prefix}-circle-letter-s-filled:before { content: $ti-icon-circle-letter-s-filled; }
|
|
6607
5848
|
.#{$ti-prefix}-circle-letter-t:before { content: $ti-icon-circle-letter-t; }
|
|
6608
|
-
.#{$ti-prefix}-circle-letter-t-filled:before { content: $ti-icon-circle-letter-t-filled; }
|
|
6609
5849
|
.#{$ti-prefix}-circle-letter-u:before { content: $ti-icon-circle-letter-u; }
|
|
6610
|
-
.#{$ti-prefix}-circle-letter-u-filled:before { content: $ti-icon-circle-letter-u-filled; }
|
|
6611
5850
|
.#{$ti-prefix}-circle-letter-v:before { content: $ti-icon-circle-letter-v; }
|
|
6612
|
-
.#{$ti-prefix}-circle-letter-v-filled:before { content: $ti-icon-circle-letter-v-filled; }
|
|
6613
5851
|
.#{$ti-prefix}-circle-letter-w:before { content: $ti-icon-circle-letter-w; }
|
|
6614
|
-
.#{$ti-prefix}-circle-letter-w-filled:before { content: $ti-icon-circle-letter-w-filled; }
|
|
6615
5852
|
.#{$ti-prefix}-circle-letter-x:before { content: $ti-icon-circle-letter-x; }
|
|
6616
|
-
.#{$ti-prefix}-circle-letter-x-filled:before { content: $ti-icon-circle-letter-x-filled; }
|
|
6617
5853
|
.#{$ti-prefix}-circle-letter-y:before { content: $ti-icon-circle-letter-y; }
|
|
6618
|
-
.#{$ti-prefix}-circle-letter-y-filled:before { content: $ti-icon-circle-letter-y-filled; }
|
|
6619
5854
|
.#{$ti-prefix}-circle-letter-z:before { content: $ti-icon-circle-letter-z; }
|
|
6620
|
-
.#{$ti-prefix}-circle-letter-z-filled:before { content: $ti-icon-circle-letter-z-filled; }
|
|
6621
5855
|
.#{$ti-prefix}-circle-minus:before { content: $ti-icon-circle-minus; }
|
|
6622
5856
|
.#{$ti-prefix}-circle-minus-2:before { content: $ti-icon-circle-minus-2; }
|
|
6623
5857
|
.#{$ti-prefix}-circle-number-0:before { content: $ti-icon-circle-number-0; }
|
|
@@ -6639,9 +5873,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6639
5873
|
.#{$ti-prefix}-circle-square:before { content: $ti-icon-circle-square; }
|
|
6640
5874
|
.#{$ti-prefix}-circle-triangle:before { content: $ti-icon-circle-triangle; }
|
|
6641
5875
|
.#{$ti-prefix}-circle-x:before { content: $ti-icon-circle-x; }
|
|
6642
|
-
.#{$ti-prefix}-circle-x-filled:before { content: $ti-icon-circle-x-filled; }
|
|
6643
5876
|
.#{$ti-prefix}-circles:before { content: $ti-icon-circles; }
|
|
6644
|
-
.#{$ti-prefix}-circles-filled:before { content: $ti-icon-circles-filled; }
|
|
6645
5877
|
.#{$ti-prefix}-circles-relation:before { content: $ti-icon-circles-relation; }
|
|
6646
5878
|
.#{$ti-prefix}-circuit-ammeter:before { content: $ti-icon-circuit-ammeter; }
|
|
6647
5879
|
.#{$ti-prefix}-circuit-battery:before { content: $ti-icon-circuit-battery; }
|
|
@@ -6690,32 +5922,19 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6690
5922
|
.#{$ti-prefix}-clock-down:before { content: $ti-icon-clock-down; }
|
|
6691
5923
|
.#{$ti-prefix}-clock-edit:before { content: $ti-icon-clock-edit; }
|
|
6692
5924
|
.#{$ti-prefix}-clock-exclamation:before { content: $ti-icon-clock-exclamation; }
|
|
6693
|
-
.#{$ti-prefix}-clock-filled:before { content: $ti-icon-clock-filled; }
|
|
6694
5925
|
.#{$ti-prefix}-clock-heart:before { content: $ti-icon-clock-heart; }
|
|
6695
5926
|
.#{$ti-prefix}-clock-hour-1:before { content: $ti-icon-clock-hour-1; }
|
|
6696
|
-
.#{$ti-prefix}-clock-hour-1-filled:before { content: $ti-icon-clock-hour-1-filled; }
|
|
6697
5927
|
.#{$ti-prefix}-clock-hour-10:before { content: $ti-icon-clock-hour-10; }
|
|
6698
|
-
.#{$ti-prefix}-clock-hour-10-filled:before { content: $ti-icon-clock-hour-10-filled; }
|
|
6699
5928
|
.#{$ti-prefix}-clock-hour-11:before { content: $ti-icon-clock-hour-11; }
|
|
6700
|
-
.#{$ti-prefix}-clock-hour-11-filled:before { content: $ti-icon-clock-hour-11-filled; }
|
|
6701
5929
|
.#{$ti-prefix}-clock-hour-12:before { content: $ti-icon-clock-hour-12; }
|
|
6702
|
-
.#{$ti-prefix}-clock-hour-12-filled:before { content: $ti-icon-clock-hour-12-filled; }
|
|
6703
5930
|
.#{$ti-prefix}-clock-hour-2:before { content: $ti-icon-clock-hour-2; }
|
|
6704
|
-
.#{$ti-prefix}-clock-hour-2-filled:before { content: $ti-icon-clock-hour-2-filled; }
|
|
6705
5931
|
.#{$ti-prefix}-clock-hour-3:before { content: $ti-icon-clock-hour-3; }
|
|
6706
|
-
.#{$ti-prefix}-clock-hour-3-filled:before { content: $ti-icon-clock-hour-3-filled; }
|
|
6707
5932
|
.#{$ti-prefix}-clock-hour-4:before { content: $ti-icon-clock-hour-4; }
|
|
6708
|
-
.#{$ti-prefix}-clock-hour-4-filled:before { content: $ti-icon-clock-hour-4-filled; }
|
|
6709
5933
|
.#{$ti-prefix}-clock-hour-5:before { content: $ti-icon-clock-hour-5; }
|
|
6710
|
-
.#{$ti-prefix}-clock-hour-5-filled:before { content: $ti-icon-clock-hour-5-filled; }
|
|
6711
5934
|
.#{$ti-prefix}-clock-hour-6:before { content: $ti-icon-clock-hour-6; }
|
|
6712
|
-
.#{$ti-prefix}-clock-hour-6-filled:before { content: $ti-icon-clock-hour-6-filled; }
|
|
6713
5935
|
.#{$ti-prefix}-clock-hour-7:before { content: $ti-icon-clock-hour-7; }
|
|
6714
|
-
.#{$ti-prefix}-clock-hour-7-filled:before { content: $ti-icon-clock-hour-7-filled; }
|
|
6715
5936
|
.#{$ti-prefix}-clock-hour-8:before { content: $ti-icon-clock-hour-8; }
|
|
6716
|
-
.#{$ti-prefix}-clock-hour-8-filled:before { content: $ti-icon-clock-hour-8-filled; }
|
|
6717
5937
|
.#{$ti-prefix}-clock-hour-9:before { content: $ti-icon-clock-hour-9; }
|
|
6718
|
-
.#{$ti-prefix}-clock-hour-9-filled:before { content: $ti-icon-clock-hour-9-filled; }
|
|
6719
5938
|
.#{$ti-prefix}-clock-minus:before { content: $ti-icon-clock-minus; }
|
|
6720
5939
|
.#{$ti-prefix}-clock-off:before { content: $ti-icon-clock-off; }
|
|
6721
5940
|
.#{$ti-prefix}-clock-pause:before { content: $ti-icon-clock-pause; }
|
|
@@ -6745,7 +5964,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6745
5964
|
.#{$ti-prefix}-cloud-down:before { content: $ti-icon-cloud-down; }
|
|
6746
5965
|
.#{$ti-prefix}-cloud-download:before { content: $ti-icon-cloud-download; }
|
|
6747
5966
|
.#{$ti-prefix}-cloud-exclamation:before { content: $ti-icon-cloud-exclamation; }
|
|
6748
|
-
.#{$ti-prefix}-cloud-filled:before { content: $ti-icon-cloud-filled; }
|
|
6749
5967
|
.#{$ti-prefix}-cloud-fog:before { content: $ti-icon-cloud-fog; }
|
|
6750
5968
|
.#{$ti-prefix}-cloud-heart:before { content: $ti-icon-cloud-heart; }
|
|
6751
5969
|
.#{$ti-prefix}-cloud-lock:before { content: $ti-icon-cloud-lock; }
|
|
@@ -6769,7 +5987,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6769
5987
|
.#{$ti-prefix}-clover:before { content: $ti-icon-clover; }
|
|
6770
5988
|
.#{$ti-prefix}-clover-2:before { content: $ti-icon-clover-2; }
|
|
6771
5989
|
.#{$ti-prefix}-clubs:before { content: $ti-icon-clubs; }
|
|
6772
|
-
.#{$ti-prefix}-clubs-filled:before { content: $ti-icon-clubs-filled; }
|
|
6773
5990
|
.#{$ti-prefix}-code:before { content: $ti-icon-code; }
|
|
6774
5991
|
.#{$ti-prefix}-code-asterisk:before { content: $ti-icon-code-asterisk; }
|
|
6775
5992
|
.#{$ti-prefix}-code-circle:before { content: $ti-icon-code-circle; }
|
|
@@ -6783,23 +6000,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6783
6000
|
.#{$ti-prefix}-coffin:before { content: $ti-icon-coffin; }
|
|
6784
6001
|
.#{$ti-prefix}-coin:before { content: $ti-icon-coin; }
|
|
6785
6002
|
.#{$ti-prefix}-coin-bitcoin:before { content: $ti-icon-coin-bitcoin; }
|
|
6786
|
-
.#{$ti-prefix}-coin-bitcoin-filled:before { content: $ti-icon-coin-bitcoin-filled; }
|
|
6787
6003
|
.#{$ti-prefix}-coin-euro:before { content: $ti-icon-coin-euro; }
|
|
6788
|
-
.#{$ti-prefix}-coin-euro-filled:before { content: $ti-icon-coin-euro-filled; }
|
|
6789
|
-
.#{$ti-prefix}-coin-filled:before { content: $ti-icon-coin-filled; }
|
|
6790
6004
|
.#{$ti-prefix}-coin-monero:before { content: $ti-icon-coin-monero; }
|
|
6791
|
-
.#{$ti-prefix}-coin-monero-filled:before { content: $ti-icon-coin-monero-filled; }
|
|
6792
6005
|
.#{$ti-prefix}-coin-off:before { content: $ti-icon-coin-off; }
|
|
6793
6006
|
.#{$ti-prefix}-coin-pound:before { content: $ti-icon-coin-pound; }
|
|
6794
|
-
.#{$ti-prefix}-coin-pound-filled:before { content: $ti-icon-coin-pound-filled; }
|
|
6795
6007
|
.#{$ti-prefix}-coin-rupee:before { content: $ti-icon-coin-rupee; }
|
|
6796
|
-
.#{$ti-prefix}-coin-rupee-filled:before { content: $ti-icon-coin-rupee-filled; }
|
|
6797
6008
|
.#{$ti-prefix}-coin-taka:before { content: $ti-icon-coin-taka; }
|
|
6798
|
-
.#{$ti-prefix}-coin-taka-filled:before { content: $ti-icon-coin-taka-filled; }
|
|
6799
6009
|
.#{$ti-prefix}-coin-yen:before { content: $ti-icon-coin-yen; }
|
|
6800
|
-
.#{$ti-prefix}-coin-yen-filled:before { content: $ti-icon-coin-yen-filled; }
|
|
6801
6010
|
.#{$ti-prefix}-coin-yuan:before { content: $ti-icon-coin-yuan; }
|
|
6802
|
-
.#{$ti-prefix}-coin-yuan-filled:before { content: $ti-icon-coin-yuan-filled; }
|
|
6803
6011
|
.#{$ti-prefix}-coins:before { content: $ti-icon-coins; }
|
|
6804
6012
|
.#{$ti-prefix}-color-filter:before { content: $ti-icon-color-filter; }
|
|
6805
6013
|
.#{$ti-prefix}-color-picker:before { content: $ti-icon-color-picker; }
|
|
@@ -6818,14 +6026,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6818
6026
|
.#{$ti-prefix}-command:before { content: $ti-icon-command; }
|
|
6819
6027
|
.#{$ti-prefix}-command-off:before { content: $ti-icon-command-off; }
|
|
6820
6028
|
.#{$ti-prefix}-compass:before { content: $ti-icon-compass; }
|
|
6821
|
-
.#{$ti-prefix}-compass-filled:before { content: $ti-icon-compass-filled; }
|
|
6822
6029
|
.#{$ti-prefix}-compass-off:before { content: $ti-icon-compass-off; }
|
|
6823
6030
|
.#{$ti-prefix}-components:before { content: $ti-icon-components; }
|
|
6824
6031
|
.#{$ti-prefix}-components-off:before { content: $ti-icon-components-off; }
|
|
6825
6032
|
.#{$ti-prefix}-cone:before { content: $ti-icon-cone; }
|
|
6826
6033
|
.#{$ti-prefix}-cone-2:before { content: $ti-icon-cone-2; }
|
|
6827
|
-
.#{$ti-prefix}-cone-2-filled:before { content: $ti-icon-cone-2-filled; }
|
|
6828
|
-
.#{$ti-prefix}-cone-filled:before { content: $ti-icon-cone-filled; }
|
|
6829
6034
|
.#{$ti-prefix}-cone-off:before { content: $ti-icon-cone-off; }
|
|
6830
6035
|
.#{$ti-prefix}-cone-plus:before { content: $ti-icon-cone-plus; }
|
|
6831
6036
|
.#{$ti-prefix}-confetti:before { content: $ti-icon-confetti; }
|
|
@@ -6835,25 +6040,21 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6835
6040
|
.#{$ti-prefix}-container-off:before { content: $ti-icon-container-off; }
|
|
6836
6041
|
.#{$ti-prefix}-contrast:before { content: $ti-icon-contrast; }
|
|
6837
6042
|
.#{$ti-prefix}-contrast-2:before { content: $ti-icon-contrast-2; }
|
|
6838
|
-
.#{$ti-prefix}-contrast-2-filled:before { content: $ti-icon-contrast-2-filled; }
|
|
6839
6043
|
.#{$ti-prefix}-contrast-2-off:before { content: $ti-icon-contrast-2-off; }
|
|
6840
|
-
.#{$ti-prefix}-contrast-filled:before { content: $ti-icon-contrast-filled; }
|
|
6841
6044
|
.#{$ti-prefix}-contrast-off:before { content: $ti-icon-contrast-off; }
|
|
6842
6045
|
.#{$ti-prefix}-cooker:before { content: $ti-icon-cooker; }
|
|
6843
|
-
.#{$ti-prefix}-cookie
|
|
6844
|
-
.#{$ti-prefix}-cookie-man
|
|
6046
|
+
.#{$ti-prefix}-cookie:before { content: $ti-icon-cookie; }
|
|
6047
|
+
.#{$ti-prefix}-cookie-man:before { content: $ti-icon-cookie-man; }
|
|
6845
6048
|
.#{$ti-prefix}-cookie-off:before { content: $ti-icon-cookie-off; }
|
|
6846
6049
|
.#{$ti-prefix}-copy:before { content: $ti-icon-copy; }
|
|
6847
|
-
.#{$ti-prefix}-copy-check
|
|
6848
|
-
.#{$ti-prefix}-copy-minus
|
|
6050
|
+
.#{$ti-prefix}-copy-check:before { content: $ti-icon-copy-check; }
|
|
6051
|
+
.#{$ti-prefix}-copy-minus:before { content: $ti-icon-copy-minus; }
|
|
6849
6052
|
.#{$ti-prefix}-copy-off:before { content: $ti-icon-copy-off; }
|
|
6850
|
-
.#{$ti-prefix}-copy-plus
|
|
6851
|
-
.#{$ti-prefix}-copy-x
|
|
6053
|
+
.#{$ti-prefix}-copy-plus:before { content: $ti-icon-copy-plus; }
|
|
6054
|
+
.#{$ti-prefix}-copy-x:before { content: $ti-icon-copy-x; }
|
|
6852
6055
|
.#{$ti-prefix}-copyleft:before { content: $ti-icon-copyleft; }
|
|
6853
|
-
.#{$ti-prefix}-copyleft-filled:before { content: $ti-icon-copyleft-filled; }
|
|
6854
6056
|
.#{$ti-prefix}-copyleft-off:before { content: $ti-icon-copyleft-off; }
|
|
6855
6057
|
.#{$ti-prefix}-copyright:before { content: $ti-icon-copyright; }
|
|
6856
|
-
.#{$ti-prefix}-copyright-filled:before { content: $ti-icon-copyright-filled; }
|
|
6857
6058
|
.#{$ti-prefix}-copyright-off:before { content: $ti-icon-copyright-off; }
|
|
6858
6059
|
.#{$ti-prefix}-corner-down-left:before { content: $ti-icon-corner-down-left; }
|
|
6859
6060
|
.#{$ti-prefix}-corner-down-left-double:before { content: $ti-icon-corner-down-left-double; }
|
|
@@ -6884,28 +6085,19 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6884
6085
|
.#{$ti-prefix}-creative-commons-sa:before { content: $ti-icon-creative-commons-sa; }
|
|
6885
6086
|
.#{$ti-prefix}-creative-commons-zero:before { content: $ti-icon-creative-commons-zero; }
|
|
6886
6087
|
.#{$ti-prefix}-credit-card:before { content: $ti-icon-credit-card; }
|
|
6887
|
-
.#{$ti-prefix}-credit-card-filled:before { content: $ti-icon-credit-card-filled; }
|
|
6888
6088
|
.#{$ti-prefix}-credit-card-off:before { content: $ti-icon-credit-card-off; }
|
|
6889
6089
|
.#{$ti-prefix}-credit-card-pay:before { content: $ti-icon-credit-card-pay; }
|
|
6890
6090
|
.#{$ti-prefix}-credit-card-refund:before { content: $ti-icon-credit-card-refund; }
|
|
6891
6091
|
.#{$ti-prefix}-cricket:before { content: $ti-icon-cricket; }
|
|
6892
6092
|
.#{$ti-prefix}-crop:before { content: $ti-icon-crop; }
|
|
6893
6093
|
.#{$ti-prefix}-crop-1-1:before { content: $ti-icon-crop-1-1; }
|
|
6894
|
-
.#{$ti-prefix}-crop-1-1-filled:before { content: $ti-icon-crop-1-1-filled; }
|
|
6895
6094
|
.#{$ti-prefix}-crop-16-9:before { content: $ti-icon-crop-16-9; }
|
|
6896
|
-
.#{$ti-prefix}-crop-16-9-filled:before { content: $ti-icon-crop-16-9-filled; }
|
|
6897
6095
|
.#{$ti-prefix}-crop-3-2:before { content: $ti-icon-crop-3-2; }
|
|
6898
|
-
.#{$ti-prefix}-crop-3-2-filled:before { content: $ti-icon-crop-3-2-filled; }
|
|
6899
6096
|
.#{$ti-prefix}-crop-5-4:before { content: $ti-icon-crop-5-4; }
|
|
6900
|
-
.#{$ti-prefix}-crop-5-4-filled:before { content: $ti-icon-crop-5-4-filled; }
|
|
6901
6097
|
.#{$ti-prefix}-crop-7-5:before { content: $ti-icon-crop-7-5; }
|
|
6902
|
-
.#{$ti-prefix}-crop-7-5-filled:before { content: $ti-icon-crop-7-5-filled; }
|
|
6903
6098
|
.#{$ti-prefix}-crop-landscape:before { content: $ti-icon-crop-landscape; }
|
|
6904
|
-
.#{$ti-prefix}-crop-landscape-filled:before { content: $ti-icon-crop-landscape-filled; }
|
|
6905
6099
|
.#{$ti-prefix}-crop-portrait:before { content: $ti-icon-crop-portrait; }
|
|
6906
|
-
.#{$ti-prefix}-crop-portrait-filled:before { content: $ti-icon-crop-portrait-filled; }
|
|
6907
6100
|
.#{$ti-prefix}-cross:before { content: $ti-icon-cross; }
|
|
6908
|
-
.#{$ti-prefix}-cross-filled:before { content: $ti-icon-cross-filled; }
|
|
6909
6101
|
.#{$ti-prefix}-cross-off:before { content: $ti-icon-cross-off; }
|
|
6910
6102
|
.#{$ti-prefix}-crosshair:before { content: $ti-icon-crosshair; }
|
|
6911
6103
|
.#{$ti-prefix}-crown:before { content: $ti-icon-crown; }
|
|
@@ -7064,7 +6256,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7064
6256
|
.#{$ti-prefix}-device-gamepad-2:before { content: $ti-icon-device-gamepad-2; }
|
|
7065
6257
|
.#{$ti-prefix}-device-gamepad-3:before { content: $ti-icon-device-gamepad-3; }
|
|
7066
6258
|
.#{$ti-prefix}-device-heart-monitor:before { content: $ti-icon-device-heart-monitor; }
|
|
7067
|
-
.#{$ti-prefix}-device-heart-monitor-filled:before { content: $ti-icon-device-heart-monitor-filled; }
|
|
7068
6259
|
.#{$ti-prefix}-device-imac:before { content: $ti-icon-device-imac; }
|
|
7069
6260
|
.#{$ti-prefix}-device-imac-bolt:before { content: $ti-icon-device-imac-bolt; }
|
|
7070
6261
|
.#{$ti-prefix}-device-imac-cancel:before { content: $ti-icon-device-imac-cancel; }
|
|
@@ -7141,7 +6332,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7141
6332
|
.#{$ti-prefix}-device-mobile-dollar:before { content: $ti-icon-device-mobile-dollar; }
|
|
7142
6333
|
.#{$ti-prefix}-device-mobile-down:before { content: $ti-icon-device-mobile-down; }
|
|
7143
6334
|
.#{$ti-prefix}-device-mobile-exclamation:before { content: $ti-icon-device-mobile-exclamation; }
|
|
7144
|
-
.#{$ti-prefix}-device-mobile-filled:before { content: $ti-icon-device-mobile-filled; }
|
|
7145
6335
|
.#{$ti-prefix}-device-mobile-heart:before { content: $ti-icon-device-mobile-heart; }
|
|
7146
6336
|
.#{$ti-prefix}-device-mobile-message:before { content: $ti-icon-device-mobile-message; }
|
|
7147
6337
|
.#{$ti-prefix}-device-mobile-minus:before { content: $ti-icon-device-mobile-minus; }
|
|
@@ -7177,7 +6367,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7177
6367
|
.#{$ti-prefix}-device-tablet-dollar:before { content: $ti-icon-device-tablet-dollar; }
|
|
7178
6368
|
.#{$ti-prefix}-device-tablet-down:before { content: $ti-icon-device-tablet-down; }
|
|
7179
6369
|
.#{$ti-prefix}-device-tablet-exclamation:before { content: $ti-icon-device-tablet-exclamation; }
|
|
7180
|
-
.#{$ti-prefix}-device-tablet-filled:before { content: $ti-icon-device-tablet-filled; }
|
|
7181
6370
|
.#{$ti-prefix}-device-tablet-heart:before { content: $ti-icon-device-tablet-heart; }
|
|
7182
6371
|
.#{$ti-prefix}-device-tablet-minus:before { content: $ti-icon-device-tablet-minus; }
|
|
7183
6372
|
.#{$ti-prefix}-device-tablet-off:before { content: $ti-icon-device-tablet-off; }
|
|
@@ -7246,33 +6435,22 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7246
6435
|
.#{$ti-prefix}-diabolo-off:before { content: $ti-icon-diabolo-off; }
|
|
7247
6436
|
.#{$ti-prefix}-diabolo-plus:before { content: $ti-icon-diabolo-plus; }
|
|
7248
6437
|
.#{$ti-prefix}-dialpad:before { content: $ti-icon-dialpad; }
|
|
7249
|
-
.#{$ti-prefix}-dialpad-filled:before { content: $ti-icon-dialpad-filled; }
|
|
7250
6438
|
.#{$ti-prefix}-dialpad-off:before { content: $ti-icon-dialpad-off; }
|
|
7251
6439
|
.#{$ti-prefix}-diamond:before { content: $ti-icon-diamond; }
|
|
7252
|
-
.#{$ti-prefix}-diamond-filled:before { content: $ti-icon-diamond-filled; }
|
|
7253
6440
|
.#{$ti-prefix}-diamond-off:before { content: $ti-icon-diamond-off; }
|
|
7254
6441
|
.#{$ti-prefix}-diamonds:before { content: $ti-icon-diamonds; }
|
|
7255
|
-
.#{$ti-prefix}-diamonds-filled:before { content: $ti-icon-diamonds-filled; }
|
|
7256
6442
|
.#{$ti-prefix}-dice:before { content: $ti-icon-dice; }
|
|
7257
6443
|
.#{$ti-prefix}-dice-1:before { content: $ti-icon-dice-1; }
|
|
7258
|
-
.#{$ti-prefix}-dice-1-filled:before { content: $ti-icon-dice-1-filled; }
|
|
7259
6444
|
.#{$ti-prefix}-dice-2:before { content: $ti-icon-dice-2; }
|
|
7260
|
-
.#{$ti-prefix}-dice-2-filled:before { content: $ti-icon-dice-2-filled; }
|
|
7261
6445
|
.#{$ti-prefix}-dice-3:before { content: $ti-icon-dice-3; }
|
|
7262
|
-
.#{$ti-prefix}-dice-3-filled:before { content: $ti-icon-dice-3-filled; }
|
|
7263
6446
|
.#{$ti-prefix}-dice-4:before { content: $ti-icon-dice-4; }
|
|
7264
|
-
.#{$ti-prefix}-dice-4-filled:before { content: $ti-icon-dice-4-filled; }
|
|
7265
6447
|
.#{$ti-prefix}-dice-5:before { content: $ti-icon-dice-5; }
|
|
7266
|
-
.#{$ti-prefix}-dice-5-filled:before { content: $ti-icon-dice-5-filled; }
|
|
7267
6448
|
.#{$ti-prefix}-dice-6:before { content: $ti-icon-dice-6; }
|
|
7268
|
-
.#{$ti-prefix}-dice-6-filled:before { content: $ti-icon-dice-6-filled; }
|
|
7269
|
-
.#{$ti-prefix}-dice-filled:before { content: $ti-icon-dice-filled; }
|
|
7270
6449
|
.#{$ti-prefix}-dimensions:before { content: $ti-icon-dimensions; }
|
|
7271
6450
|
.#{$ti-prefix}-direction:before { content: $ti-icon-direction; }
|
|
7272
6451
|
.#{$ti-prefix}-direction-arrows:before { content: $ti-icon-direction-arrows; }
|
|
7273
6452
|
.#{$ti-prefix}-direction-horizontal:before { content: $ti-icon-direction-horizontal; }
|
|
7274
6453
|
.#{$ti-prefix}-direction-sign:before { content: $ti-icon-direction-sign; }
|
|
7275
|
-
.#{$ti-prefix}-direction-sign-filled:before { content: $ti-icon-direction-sign-filled; }
|
|
7276
6454
|
.#{$ti-prefix}-direction-sign-off:before { content: $ti-icon-direction-sign-off; }
|
|
7277
6455
|
.#{$ti-prefix}-directions:before { content: $ti-icon-directions; }
|
|
7278
6456
|
.#{$ti-prefix}-directions-off:before { content: $ti-icon-directions-off; }
|
|
@@ -7316,11 +6494,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7316
6494
|
.#{$ti-prefix}-droplet-dollar:before { content: $ti-icon-droplet-dollar; }
|
|
7317
6495
|
.#{$ti-prefix}-droplet-down:before { content: $ti-icon-droplet-down; }
|
|
7318
6496
|
.#{$ti-prefix}-droplet-exclamation:before { content: $ti-icon-droplet-exclamation; }
|
|
7319
|
-
.#{$ti-prefix}-droplet-filled:before { content: $ti-icon-droplet-filled; }
|
|
7320
6497
|
.#{$ti-prefix}-droplet-half:before { content: $ti-icon-droplet-half; }
|
|
7321
6498
|
.#{$ti-prefix}-droplet-half-2:before { content: $ti-icon-droplet-half-2; }
|
|
7322
|
-
.#{$ti-prefix}-droplet-half-2-filled:before { content: $ti-icon-droplet-half-2-filled; }
|
|
7323
|
-
.#{$ti-prefix}-droplet-half-filled:before { content: $ti-icon-droplet-half-filled; }
|
|
7324
6499
|
.#{$ti-prefix}-droplet-heart:before { content: $ti-icon-droplet-heart; }
|
|
7325
6500
|
.#{$ti-prefix}-droplet-minus:before { content: $ti-icon-droplet-minus; }
|
|
7326
6501
|
.#{$ti-prefix}-droplet-off:before { content: $ti-icon-droplet-off; }
|
|
@@ -7351,7 +6526,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7351
6526
|
.#{$ti-prefix}-edit-off:before { content: $ti-icon-edit-off; }
|
|
7352
6527
|
.#{$ti-prefix}-egg:before { content: $ti-icon-egg; }
|
|
7353
6528
|
.#{$ti-prefix}-egg-cracked:before { content: $ti-icon-egg-cracked; }
|
|
7354
|
-
.#{$ti-prefix}-egg-filled:before { content: $ti-icon-egg-filled; }
|
|
7355
6529
|
.#{$ti-prefix}-egg-fried:before { content: $ti-icon-egg-fried; }
|
|
7356
6530
|
.#{$ti-prefix}-egg-off:before { content: $ti-icon-egg-off; }
|
|
7357
6531
|
.#{$ti-prefix}-eggs:before { content: $ti-icon-eggs; }
|
|
@@ -7401,7 +6575,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7401
6575
|
.#{$ti-prefix}-eye-down:before { content: $ti-icon-eye-down; }
|
|
7402
6576
|
.#{$ti-prefix}-eye-edit:before { content: $ti-icon-eye-edit; }
|
|
7403
6577
|
.#{$ti-prefix}-eye-exclamation:before { content: $ti-icon-eye-exclamation; }
|
|
7404
|
-
.#{$ti-prefix}-eye-filled:before { content: $ti-icon-eye-filled; }
|
|
7405
6578
|
.#{$ti-prefix}-eye-heart:before { content: $ti-icon-eye-heart; }
|
|
7406
6579
|
.#{$ti-prefix}-eye-minus:before { content: $ti-icon-eye-minus; }
|
|
7407
6580
|
.#{$ti-prefix}-eye-off:before { content: $ti-icon-eye-off; }
|
|
@@ -7454,7 +6627,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7454
6627
|
.#{$ti-prefix}-file-download:before { content: $ti-icon-file-download; }
|
|
7455
6628
|
.#{$ti-prefix}-file-euro:before { content: $ti-icon-file-euro; }
|
|
7456
6629
|
.#{$ti-prefix}-file-export:before { content: $ti-icon-file-export; }
|
|
7457
|
-
.#{$ti-prefix}-file-filled:before { content: $ti-icon-file-filled; }
|
|
7458
6630
|
.#{$ti-prefix}-file-function:before { content: $ti-icon-file-function; }
|
|
7459
6631
|
.#{$ti-prefix}-file-horizontal:before { content: $ti-icon-file-horizontal; }
|
|
7460
6632
|
.#{$ti-prefix}-file-import:before { content: $ti-icon-file-import; }
|
|
@@ -7517,7 +6689,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7517
6689
|
.#{$ti-prefix}-file-upload:before { content: $ti-icon-file-upload; }
|
|
7518
6690
|
.#{$ti-prefix}-file-vector:before { content: $ti-icon-file-vector; }
|
|
7519
6691
|
.#{$ti-prefix}-file-x:before { content: $ti-icon-file-x; }
|
|
7520
|
-
.#{$ti-prefix}-file-x-filled:before { content: $ti-icon-file-x-filled; }
|
|
7521
6692
|
.#{$ti-prefix}-file-zip:before { content: $ti-icon-file-zip; }
|
|
7522
6693
|
.#{$ti-prefix}-files:before { content: $ti-icon-files; }
|
|
7523
6694
|
.#{$ti-prefix}-files-off:before { content: $ti-icon-files-off; }
|
|
@@ -7532,7 +6703,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7532
6703
|
.#{$ti-prefix}-filter-down:before { content: $ti-icon-filter-down; }
|
|
7533
6704
|
.#{$ti-prefix}-filter-edit:before { content: $ti-icon-filter-edit; }
|
|
7534
6705
|
.#{$ti-prefix}-filter-exclamation:before { content: $ti-icon-filter-exclamation; }
|
|
7535
|
-
.#{$ti-prefix}-filter-filled:before { content: $ti-icon-filter-filled; }
|
|
7536
6706
|
.#{$ti-prefix}-filter-heart:before { content: $ti-icon-filter-heart; }
|
|
7537
6707
|
.#{$ti-prefix}-filter-minus:before { content: $ti-icon-filter-minus; }
|
|
7538
6708
|
.#{$ti-prefix}-filter-off:before { content: $ti-icon-filter-off; }
|
|
@@ -7563,10 +6733,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7563
6733
|
.#{$ti-prefix}-fish-off:before { content: $ti-icon-fish-off; }
|
|
7564
6734
|
.#{$ti-prefix}-flag:before { content: $ti-icon-flag; }
|
|
7565
6735
|
.#{$ti-prefix}-flag-2:before { content: $ti-icon-flag-2; }
|
|
7566
|
-
.#{$ti-prefix}-flag-2-filled:before { content: $ti-icon-flag-2-filled; }
|
|
7567
6736
|
.#{$ti-prefix}-flag-2-off:before { content: $ti-icon-flag-2-off; }
|
|
7568
6737
|
.#{$ti-prefix}-flag-3:before { content: $ti-icon-flag-3; }
|
|
7569
|
-
.#{$ti-prefix}-flag-3-filled:before { content: $ti-icon-flag-3-filled; }
|
|
7570
6738
|
.#{$ti-prefix}-flag-bolt:before { content: $ti-icon-flag-bolt; }
|
|
7571
6739
|
.#{$ti-prefix}-flag-cancel:before { content: $ti-icon-flag-cancel; }
|
|
7572
6740
|
.#{$ti-prefix}-flag-check:before { content: $ti-icon-flag-check; }
|
|
@@ -7576,7 +6744,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7576
6744
|
.#{$ti-prefix}-flag-dollar:before { content: $ti-icon-flag-dollar; }
|
|
7577
6745
|
.#{$ti-prefix}-flag-down:before { content: $ti-icon-flag-down; }
|
|
7578
6746
|
.#{$ti-prefix}-flag-exclamation:before { content: $ti-icon-flag-exclamation; }
|
|
7579
|
-
.#{$ti-prefix}-flag-filled:before { content: $ti-icon-flag-filled; }
|
|
7580
6747
|
.#{$ti-prefix}-flag-heart:before { content: $ti-icon-flag-heart; }
|
|
7581
6748
|
.#{$ti-prefix}-flag-minus:before { content: $ti-icon-flag-minus; }
|
|
7582
6749
|
.#{$ti-prefix}-flag-off:before { content: $ti-icon-flag-off; }
|
|
@@ -7594,9 +6761,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7594
6761
|
.#{$ti-prefix}-flare:before { content: $ti-icon-flare; }
|
|
7595
6762
|
.#{$ti-prefix}-flask:before { content: $ti-icon-flask; }
|
|
7596
6763
|
.#{$ti-prefix}-flask-2:before { content: $ti-icon-flask-2; }
|
|
7597
|
-
.#{$ti-prefix}-flask-2-filled:before { content: $ti-icon-flask-2-filled; }
|
|
7598
6764
|
.#{$ti-prefix}-flask-2-off:before { content: $ti-icon-flask-2-off; }
|
|
7599
|
-
.#{$ti-prefix}-flask-filled:before { content: $ti-icon-flask-filled; }
|
|
7600
6765
|
.#{$ti-prefix}-flask-off:before { content: $ti-icon-flask-off; }
|
|
7601
6766
|
.#{$ti-prefix}-flip-flops:before { content: $ti-icon-flip-flops; }
|
|
7602
6767
|
.#{$ti-prefix}-flip-horizontal:before { content: $ti-icon-flip-horizontal; }
|
|
@@ -7623,7 +6788,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7623
6788
|
.#{$ti-prefix}-folder-dollar:before { content: $ti-icon-folder-dollar; }
|
|
7624
6789
|
.#{$ti-prefix}-folder-down:before { content: $ti-icon-folder-down; }
|
|
7625
6790
|
.#{$ti-prefix}-folder-exclamation:before { content: $ti-icon-folder-exclamation; }
|
|
7626
|
-
.#{$ti-prefix}-folder-filled:before { content: $ti-icon-folder-filled; }
|
|
7627
6791
|
.#{$ti-prefix}-folder-heart:before { content: $ti-icon-folder-heart; }
|
|
7628
6792
|
.#{$ti-prefix}-folder-minus:before { content: $ti-icon-folder-minus; }
|
|
7629
6793
|
.#{$ti-prefix}-folder-off:before { content: $ti-icon-folder-off; }
|
|
@@ -7643,12 +6807,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7643
6807
|
.#{$ti-prefix}-folders-off:before { content: $ti-icon-folders-off; }
|
|
7644
6808
|
.#{$ti-prefix}-forbid:before { content: $ti-icon-forbid; }
|
|
7645
6809
|
.#{$ti-prefix}-forbid-2:before { content: $ti-icon-forbid-2; }
|
|
7646
|
-
.#{$ti-prefix}-forbid-2-filled:before { content: $ti-icon-forbid-2-filled; }
|
|
7647
|
-
.#{$ti-prefix}-forbid-filled:before { content: $ti-icon-forbid-filled; }
|
|
7648
6810
|
.#{$ti-prefix}-forklift:before { content: $ti-icon-forklift; }
|
|
7649
6811
|
.#{$ti-prefix}-forms:before { content: $ti-icon-forms; }
|
|
7650
6812
|
.#{$ti-prefix}-fountain:before { content: $ti-icon-fountain; }
|
|
7651
|
-
.#{$ti-prefix}-fountain-filled:before { content: $ti-icon-fountain-filled; }
|
|
7652
6813
|
.#{$ti-prefix}-fountain-off:before { content: $ti-icon-fountain-off; }
|
|
7653
6814
|
.#{$ti-prefix}-frame:before { content: $ti-icon-frame; }
|
|
7654
6815
|
.#{$ti-prefix}-frame-off:before { content: $ti-icon-frame-off; }
|
|
@@ -7664,7 +6825,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7664
6825
|
.#{$ti-prefix}-frustum-off:before { content: $ti-icon-frustum-off; }
|
|
7665
6826
|
.#{$ti-prefix}-frustum-plus:before { content: $ti-icon-frustum-plus; }
|
|
7666
6827
|
.#{$ti-prefix}-function:before { content: $ti-icon-function; }
|
|
7667
|
-
.#{$ti-prefix}-function-filled:before { content: $ti-icon-function-filled; }
|
|
7668
6828
|
.#{$ti-prefix}-function-off:before { content: $ti-icon-function-off; }
|
|
7669
6829
|
.#{$ti-prefix}-galaxy:before { content: $ti-icon-galaxy; }
|
|
7670
6830
|
.#{$ti-prefix}-garden-cart:before { content: $ti-icon-garden-cart; }
|
|
@@ -7672,7 +6832,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7672
6832
|
.#{$ti-prefix}-gas-station:before { content: $ti-icon-gas-station; }
|
|
7673
6833
|
.#{$ti-prefix}-gas-station-off:before { content: $ti-icon-gas-station-off; }
|
|
7674
6834
|
.#{$ti-prefix}-gauge:before { content: $ti-icon-gauge; }
|
|
7675
|
-
.#{$ti-prefix}-gauge-filled:before { content: $ti-icon-gauge-filled; }
|
|
7676
6835
|
.#{$ti-prefix}-gauge-off:before { content: $ti-icon-gauge-off; }
|
|
7677
6836
|
.#{$ti-prefix}-gavel:before { content: $ti-icon-gavel; }
|
|
7678
6837
|
.#{$ti-prefix}-gender-agender:before { content: $ti-icon-gender-agender; }
|
|
@@ -7696,15 +6855,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7696
6855
|
.#{$ti-prefix}-geometry:before { content: $ti-icon-geometry; }
|
|
7697
6856
|
.#{$ti-prefix}-ghost:before { content: $ti-icon-ghost; }
|
|
7698
6857
|
.#{$ti-prefix}-ghost-2:before { content: $ti-icon-ghost-2; }
|
|
7699
|
-
.#{$ti-prefix}-ghost-2-filled:before { content: $ti-icon-ghost-2-filled; }
|
|
7700
6858
|
.#{$ti-prefix}-ghost-3:before { content: $ti-icon-ghost-3; }
|
|
7701
|
-
.#{$ti-prefix}-ghost-filled:before { content: $ti-icon-ghost-filled; }
|
|
7702
6859
|
.#{$ti-prefix}-ghost-off:before { content: $ti-icon-ghost-off; }
|
|
7703
6860
|
.#{$ti-prefix}-gif:before { content: $ti-icon-gif; }
|
|
7704
6861
|
.#{$ti-prefix}-gift:before { content: $ti-icon-gift; }
|
|
7705
6862
|
.#{$ti-prefix}-gift-card:before { content: $ti-icon-gift-card; }
|
|
7706
|
-
.#{$ti-prefix}-gift-card-filled:before { content: $ti-icon-gift-card-filled; }
|
|
7707
|
-
.#{$ti-prefix}-gift-filled:before { content: $ti-icon-gift-filled; }
|
|
7708
6863
|
.#{$ti-prefix}-gift-off:before { content: $ti-icon-gift-off; }
|
|
7709
6864
|
.#{$ti-prefix}-git-branch:before { content: $ti-icon-git-branch; }
|
|
7710
6865
|
.#{$ti-prefix}-git-branch-deleted:before { content: $ti-icon-git-branch-deleted; }
|
|
@@ -7721,21 +6876,17 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7721
6876
|
.#{$ti-prefix}-glass-champagne:before { content: $ti-icon-glass-champagne; }
|
|
7722
6877
|
.#{$ti-prefix}-glass-cocktail:before { content: $ti-icon-glass-cocktail; }
|
|
7723
6878
|
.#{$ti-prefix}-glass-full:before { content: $ti-icon-glass-full; }
|
|
7724
|
-
.#{$ti-prefix}-glass-full-filled:before { content: $ti-icon-glass-full-filled; }
|
|
7725
6879
|
.#{$ti-prefix}-glass-gin:before { content: $ti-icon-glass-gin; }
|
|
7726
6880
|
.#{$ti-prefix}-glass-off:before { content: $ti-icon-glass-off; }
|
|
7727
6881
|
.#{$ti-prefix}-globe:before { content: $ti-icon-globe; }
|
|
7728
|
-
.#{$ti-prefix}-globe-filled:before { content: $ti-icon-globe-filled; }
|
|
7729
6882
|
.#{$ti-prefix}-globe-off:before { content: $ti-icon-globe-off; }
|
|
7730
6883
|
.#{$ti-prefix}-go-game:before { content: $ti-icon-go-game; }
|
|
7731
6884
|
.#{$ti-prefix}-golf:before { content: $ti-icon-golf; }
|
|
7732
6885
|
.#{$ti-prefix}-golf-off:before { content: $ti-icon-golf-off; }
|
|
7733
6886
|
.#{$ti-prefix}-gps:before { content: $ti-icon-gps; }
|
|
7734
|
-
.#{$ti-prefix}-gps-filled:before { content: $ti-icon-gps-filled; }
|
|
7735
6887
|
.#{$ti-prefix}-gradienter:before { content: $ti-icon-gradienter; }
|
|
7736
6888
|
.#{$ti-prefix}-grain:before { content: $ti-icon-grain; }
|
|
7737
6889
|
.#{$ti-prefix}-graph:before { content: $ti-icon-graph; }
|
|
7738
|
-
.#{$ti-prefix}-graph-filled:before { content: $ti-icon-graph-filled; }
|
|
7739
6890
|
.#{$ti-prefix}-graph-off:before { content: $ti-icon-graph-off; }
|
|
7740
6891
|
.#{$ti-prefix}-grave:before { content: $ti-icon-grave; }
|
|
7741
6892
|
.#{$ti-prefix}-grave-2:before { content: $ti-icon-grave-2; }
|
|
@@ -7753,7 +6904,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7753
6904
|
.#{$ti-prefix}-grip-vertical:before { content: $ti-icon-grip-vertical; }
|
|
7754
6905
|
.#{$ti-prefix}-growth:before { content: $ti-icon-growth; }
|
|
7755
6906
|
.#{$ti-prefix}-guitar-pick:before { content: $ti-icon-guitar-pick; }
|
|
7756
|
-
.#{$ti-prefix}-guitar-pick-filled:before { content: $ti-icon-guitar-pick-filled; }
|
|
7757
6907
|
.#{$ti-prefix}-gymnastics:before { content: $ti-icon-gymnastics; }
|
|
7758
6908
|
.#{$ti-prefix}-h-1:before { content: $ti-icon-h-1; }
|
|
7759
6909
|
.#{$ti-prefix}-h-2:before { content: $ti-icon-h-2; }
|
|
@@ -7787,7 +6937,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7787
6937
|
.#{$ti-prefix}-heading:before { content: $ti-icon-heading; }
|
|
7788
6938
|
.#{$ti-prefix}-heading-off:before { content: $ti-icon-heading-off; }
|
|
7789
6939
|
.#{$ti-prefix}-headphones:before { content: $ti-icon-headphones; }
|
|
7790
|
-
.#{$ti-prefix}-headphones-filled:before { content: $ti-icon-headphones-filled; }
|
|
7791
6940
|
.#{$ti-prefix}-headphones-off:before { content: $ti-icon-headphones-off; }
|
|
7792
6941
|
.#{$ti-prefix}-headset:before { content: $ti-icon-headset; }
|
|
7793
6942
|
.#{$ti-prefix}-headset-off:before { content: $ti-icon-headset-off; }
|
|
@@ -7803,7 +6952,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7803
6952
|
.#{$ti-prefix}-heart-dollar:before { content: $ti-icon-heart-dollar; }
|
|
7804
6953
|
.#{$ti-prefix}-heart-down:before { content: $ti-icon-heart-down; }
|
|
7805
6954
|
.#{$ti-prefix}-heart-exclamation:before { content: $ti-icon-heart-exclamation; }
|
|
7806
|
-
.#{$ti-prefix}-heart-filled:before { content: $ti-icon-heart-filled; }
|
|
7807
6955
|
.#{$ti-prefix}-heart-handshake:before { content: $ti-icon-heart-handshake; }
|
|
7808
6956
|
.#{$ti-prefix}-heart-minus:before { content: $ti-icon-heart-minus; }
|
|
7809
6957
|
.#{$ti-prefix}-heart-off:before { content: $ti-icon-heart-off; }
|
|
@@ -7826,35 +6974,18 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7826
6974
|
.#{$ti-prefix}-helmet-off:before { content: $ti-icon-helmet-off; }
|
|
7827
6975
|
.#{$ti-prefix}-help:before { content: $ti-icon-help; }
|
|
7828
6976
|
.#{$ti-prefix}-help-circle:before { content: $ti-icon-help-circle; }
|
|
7829
|
-
.#{$ti-prefix}-help-circle-filled:before { content: $ti-icon-help-circle-filled; }
|
|
7830
6977
|
.#{$ti-prefix}-help-hexagon:before { content: $ti-icon-help-hexagon; }
|
|
7831
|
-
.#{$ti-prefix}-help-hexagon-filled:before { content: $ti-icon-help-hexagon-filled; }
|
|
7832
6978
|
.#{$ti-prefix}-help-octagon:before { content: $ti-icon-help-octagon; }
|
|
7833
|
-
.#{$ti-prefix}-help-octagon-filled:before { content: $ti-icon-help-octagon-filled; }
|
|
7834
6979
|
.#{$ti-prefix}-help-off:before { content: $ti-icon-help-off; }
|
|
7835
6980
|
.#{$ti-prefix}-help-small:before { content: $ti-icon-help-small; }
|
|
7836
6981
|
.#{$ti-prefix}-help-square:before { content: $ti-icon-help-square; }
|
|
7837
|
-
.#{$ti-prefix}-help-square-filled:before { content: $ti-icon-help-square-filled; }
|
|
7838
6982
|
.#{$ti-prefix}-help-square-rounded:before { content: $ti-icon-help-square-rounded; }
|
|
7839
|
-
.#{$ti-prefix}-help-square-rounded-filled:before { content: $ti-icon-help-square-rounded-filled; }
|
|
7840
6983
|
.#{$ti-prefix}-help-triangle:before { content: $ti-icon-help-triangle; }
|
|
7841
|
-
.#{$ti-prefix}-help-triangle-filled:before { content: $ti-icon-help-triangle-filled; }
|
|
7842
6984
|
.#{$ti-prefix}-hemisphere:before { content: $ti-icon-hemisphere; }
|
|
7843
6985
|
.#{$ti-prefix}-hemisphere-off:before { content: $ti-icon-hemisphere-off; }
|
|
7844
6986
|
.#{$ti-prefix}-hemisphere-plus:before { content: $ti-icon-hemisphere-plus; }
|
|
7845
6987
|
.#{$ti-prefix}-hexagon:before { content: $ti-icon-hexagon; }
|
|
7846
|
-
.#{$ti-prefix}-hexagon-0-filled:before { content: $ti-icon-hexagon-0-filled; }
|
|
7847
|
-
.#{$ti-prefix}-hexagon-1-filled:before { content: $ti-icon-hexagon-1-filled; }
|
|
7848
|
-
.#{$ti-prefix}-hexagon-2-filled:before { content: $ti-icon-hexagon-2-filled; }
|
|
7849
|
-
.#{$ti-prefix}-hexagon-3-filled:before { content: $ti-icon-hexagon-3-filled; }
|
|
7850
6988
|
.#{$ti-prefix}-hexagon-3d:before { content: $ti-icon-hexagon-3d; }
|
|
7851
|
-
.#{$ti-prefix}-hexagon-4-filled:before { content: $ti-icon-hexagon-4-filled; }
|
|
7852
|
-
.#{$ti-prefix}-hexagon-5-filled:before { content: $ti-icon-hexagon-5-filled; }
|
|
7853
|
-
.#{$ti-prefix}-hexagon-6-filled:before { content: $ti-icon-hexagon-6-filled; }
|
|
7854
|
-
.#{$ti-prefix}-hexagon-7-filled:before { content: $ti-icon-hexagon-7-filled; }
|
|
7855
|
-
.#{$ti-prefix}-hexagon-8-filled:before { content: $ti-icon-hexagon-8-filled; }
|
|
7856
|
-
.#{$ti-prefix}-hexagon-9-filled:before { content: $ti-icon-hexagon-9-filled; }
|
|
7857
|
-
.#{$ti-prefix}-hexagon-filled:before { content: $ti-icon-hexagon-filled; }
|
|
7858
6989
|
.#{$ti-prefix}-hexagon-letter-a:before { content: $ti-icon-hexagon-letter-a; }
|
|
7859
6990
|
.#{$ti-prefix}-hexagon-letter-b:before { content: $ti-icon-hexagon-letter-b; }
|
|
7860
6991
|
.#{$ti-prefix}-hexagon-letter-c:before { content: $ti-icon-hexagon-letter-c; }
|
|
@@ -7951,7 +7082,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7951
7082
|
.#{$ti-prefix}-hotel-service:before { content: $ti-icon-hotel-service; }
|
|
7952
7083
|
.#{$ti-prefix}-hourglass:before { content: $ti-icon-hourglass; }
|
|
7953
7084
|
.#{$ti-prefix}-hourglass-empty:before { content: $ti-icon-hourglass-empty; }
|
|
7954
|
-
.#{$ti-prefix}-hourglass-filled:before { content: $ti-icon-hourglass-filled; }
|
|
7955
7085
|
.#{$ti-prefix}-hourglass-high:before { content: $ti-icon-hourglass-high; }
|
|
7956
7086
|
.#{$ti-prefix}-hourglass-low:before { content: $ti-icon-hourglass-low; }
|
|
7957
7087
|
.#{$ti-prefix}-hourglass-off:before { content: $ti-icon-hourglass-off; }
|
|
@@ -7985,34 +7115,20 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7985
7115
|
.#{$ti-prefix}-infinity:before { content: $ti-icon-infinity; }
|
|
7986
7116
|
.#{$ti-prefix}-infinity-off:before { content: $ti-icon-infinity-off; }
|
|
7987
7117
|
.#{$ti-prefix}-info-circle:before { content: $ti-icon-info-circle; }
|
|
7988
|
-
.#{$ti-prefix}-info-circle-filled:before { content: $ti-icon-info-circle-filled; }
|
|
7989
7118
|
.#{$ti-prefix}-info-hexagon:before { content: $ti-icon-info-hexagon; }
|
|
7990
|
-
.#{$ti-prefix}-info-hexagon-filled:before { content: $ti-icon-info-hexagon-filled; }
|
|
7991
7119
|
.#{$ti-prefix}-info-octagon:before { content: $ti-icon-info-octagon; }
|
|
7992
|
-
.#{$ti-prefix}-info-octagon-filled:before { content: $ti-icon-info-octagon-filled; }
|
|
7993
7120
|
.#{$ti-prefix}-info-small:before { content: $ti-icon-info-small; }
|
|
7994
7121
|
.#{$ti-prefix}-info-square:before { content: $ti-icon-info-square; }
|
|
7995
|
-
.#{$ti-prefix}-info-square-filled:before { content: $ti-icon-info-square-filled; }
|
|
7996
7122
|
.#{$ti-prefix}-info-square-rounded:before { content: $ti-icon-info-square-rounded; }
|
|
7997
|
-
.#{$ti-prefix}-info-square-rounded-filled:before { content: $ti-icon-info-square-rounded-filled; }
|
|
7998
7123
|
.#{$ti-prefix}-info-triangle:before { content: $ti-icon-info-triangle; }
|
|
7999
|
-
.#{$ti-prefix}-info-triangle-filled:before { content: $ti-icon-info-triangle-filled; }
|
|
8000
7124
|
.#{$ti-prefix}-inner-shadow-bottom:before { content: $ti-icon-inner-shadow-bottom; }
|
|
8001
|
-
.#{$ti-prefix}-inner-shadow-bottom-filled:before { content: $ti-icon-inner-shadow-bottom-filled; }
|
|
8002
7125
|
.#{$ti-prefix}-inner-shadow-bottom-left:before { content: $ti-icon-inner-shadow-bottom-left; }
|
|
8003
|
-
.#{$ti-prefix}-inner-shadow-bottom-left-filled:before { content: $ti-icon-inner-shadow-bottom-left-filled; }
|
|
8004
7126
|
.#{$ti-prefix}-inner-shadow-bottom-right:before { content: $ti-icon-inner-shadow-bottom-right; }
|
|
8005
|
-
.#{$ti-prefix}-inner-shadow-bottom-right-filled:before { content: $ti-icon-inner-shadow-bottom-right-filled; }
|
|
8006
7127
|
.#{$ti-prefix}-inner-shadow-left:before { content: $ti-icon-inner-shadow-left; }
|
|
8007
|
-
.#{$ti-prefix}-inner-shadow-left-filled:before { content: $ti-icon-inner-shadow-left-filled; }
|
|
8008
7128
|
.#{$ti-prefix}-inner-shadow-right:before { content: $ti-icon-inner-shadow-right; }
|
|
8009
|
-
.#{$ti-prefix}-inner-shadow-right-filled:before { content: $ti-icon-inner-shadow-right-filled; }
|
|
8010
7129
|
.#{$ti-prefix}-inner-shadow-top:before { content: $ti-icon-inner-shadow-top; }
|
|
8011
|
-
.#{$ti-prefix}-inner-shadow-top-filled:before { content: $ti-icon-inner-shadow-top-filled; }
|
|
8012
7130
|
.#{$ti-prefix}-inner-shadow-top-left:before { content: $ti-icon-inner-shadow-top-left; }
|
|
8013
|
-
.#{$ti-prefix}-inner-shadow-top-left-filled:before { content: $ti-icon-inner-shadow-top-left-filled; }
|
|
8014
7131
|
.#{$ti-prefix}-inner-shadow-top-right:before { content: $ti-icon-inner-shadow-top-right; }
|
|
8015
|
-
.#{$ti-prefix}-inner-shadow-top-right-filled:before { content: $ti-icon-inner-shadow-top-right-filled; }
|
|
8016
7132
|
.#{$ti-prefix}-input-ai:before { content: $ti-icon-input-ai; }
|
|
8017
7133
|
.#{$ti-prefix}-input-check:before { content: $ti-icon-input-check; }
|
|
8018
7134
|
.#{$ti-prefix}-input-search:before { content: $ti-icon-input-search; }
|
|
@@ -8031,7 +7147,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8031
7147
|
.#{$ti-prefix}-jacket:before { content: $ti-icon-jacket; }
|
|
8032
7148
|
.#{$ti-prefix}-jetpack:before { content: $ti-icon-jetpack; }
|
|
8033
7149
|
.#{$ti-prefix}-jewish-star:before { content: $ti-icon-jewish-star; }
|
|
8034
|
-
.#{$ti-prefix}-jewish-star-filled:before { content: $ti-icon-jewish-star-filled; }
|
|
8035
7150
|
.#{$ti-prefix}-jpg:before { content: $ti-icon-jpg; }
|
|
8036
7151
|
.#{$ti-prefix}-json:before { content: $ti-icon-json; }
|
|
8037
7152
|
.#{$ti-prefix}-jump-rope:before { content: $ti-icon-jump-rope; }
|
|
@@ -8046,14 +7161,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8046
7161
|
.#{$ti-prefix}-keyboard-show:before { content: $ti-icon-keyboard-show; }
|
|
8047
7162
|
.#{$ti-prefix}-keyframe:before { content: $ti-icon-keyframe; }
|
|
8048
7163
|
.#{$ti-prefix}-keyframe-align-center:before { content: $ti-icon-keyframe-align-center; }
|
|
8049
|
-
.#{$ti-prefix}-keyframe-align-center-filled:before { content: $ti-icon-keyframe-align-center-filled; }
|
|
8050
7164
|
.#{$ti-prefix}-keyframe-align-horizontal:before { content: $ti-icon-keyframe-align-horizontal; }
|
|
8051
|
-
.#{$ti-prefix}-keyframe-align-horizontal-filled:before { content: $ti-icon-keyframe-align-horizontal-filled; }
|
|
8052
7165
|
.#{$ti-prefix}-keyframe-align-vertical:before { content: $ti-icon-keyframe-align-vertical; }
|
|
8053
|
-
.#{$ti-prefix}-keyframe-align-vertical-filled:before { content: $ti-icon-keyframe-align-vertical-filled; }
|
|
8054
|
-
.#{$ti-prefix}-keyframe-filled:before { content: $ti-icon-keyframe-filled; }
|
|
8055
7166
|
.#{$ti-prefix}-keyframes:before { content: $ti-icon-keyframes; }
|
|
8056
|
-
.#{$ti-prefix}-keyframes-filled:before { content: $ti-icon-keyframes-filled; }
|
|
8057
7167
|
.#{$ti-prefix}-ladder:before { content: $ti-icon-ladder; }
|
|
8058
7168
|
.#{$ti-prefix}-ladder-off:before { content: $ti-icon-ladder-off; }
|
|
8059
7169
|
.#{$ti-prefix}-ladle:before { content: $ti-icon-ladle; }
|
|
@@ -8079,25 +7189,16 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8079
7189
|
.#{$ti-prefix}-layout:before { content: $ti-icon-layout; }
|
|
8080
7190
|
.#{$ti-prefix}-layout-2:before { content: $ti-icon-layout-2; }
|
|
8081
7191
|
.#{$ti-prefix}-layout-align-bottom:before { content: $ti-icon-layout-align-bottom; }
|
|
8082
|
-
.#{$ti-prefix}-layout-align-bottom-filled:before { content: $ti-icon-layout-align-bottom-filled; }
|
|
8083
7192
|
.#{$ti-prefix}-layout-align-center:before { content: $ti-icon-layout-align-center; }
|
|
8084
|
-
.#{$ti-prefix}-layout-align-center-filled:before { content: $ti-icon-layout-align-center-filled; }
|
|
8085
7193
|
.#{$ti-prefix}-layout-align-left:before { content: $ti-icon-layout-align-left; }
|
|
8086
|
-
.#{$ti-prefix}-layout-align-left-filled:before { content: $ti-icon-layout-align-left-filled; }
|
|
8087
7194
|
.#{$ti-prefix}-layout-align-middle:before { content: $ti-icon-layout-align-middle; }
|
|
8088
|
-
.#{$ti-prefix}-layout-align-middle-filled:before { content: $ti-icon-layout-align-middle-filled; }
|
|
8089
7195
|
.#{$ti-prefix}-layout-align-right:before { content: $ti-icon-layout-align-right; }
|
|
8090
|
-
.#{$ti-prefix}-layout-align-right-filled:before { content: $ti-icon-layout-align-right-filled; }
|
|
8091
7196
|
.#{$ti-prefix}-layout-align-top:before { content: $ti-icon-layout-align-top; }
|
|
8092
|
-
.#{$ti-prefix}-layout-align-top-filled:before { content: $ti-icon-layout-align-top-filled; }
|
|
8093
7197
|
.#{$ti-prefix}-layout-board:before { content: $ti-icon-layout-board; }
|
|
8094
7198
|
.#{$ti-prefix}-layout-board-split:before { content: $ti-icon-layout-board-split; }
|
|
8095
7199
|
.#{$ti-prefix}-layout-bottombar:before { content: $ti-icon-layout-bottombar; }
|
|
8096
7200
|
.#{$ti-prefix}-layout-bottombar-collapse:before { content: $ti-icon-layout-bottombar-collapse; }
|
|
8097
|
-
.#{$ti-prefix}-layout-bottombar-collapse-filled:before { content: $ti-icon-layout-bottombar-collapse-filled; }
|
|
8098
7201
|
.#{$ti-prefix}-layout-bottombar-expand:before { content: $ti-icon-layout-bottombar-expand; }
|
|
8099
|
-
.#{$ti-prefix}-layout-bottombar-expand-filled:before { content: $ti-icon-layout-bottombar-expand-filled; }
|
|
8100
|
-
.#{$ti-prefix}-layout-bottombar-filled:before { content: $ti-icon-layout-bottombar-filled; }
|
|
8101
7202
|
.#{$ti-prefix}-layout-bottombar-inactive:before { content: $ti-icon-layout-bottombar-inactive; }
|
|
8102
7203
|
.#{$ti-prefix}-layout-cards:before { content: $ti-icon-layout-cards; }
|
|
8103
7204
|
.#{$ti-prefix}-layout-collage:before { content: $ti-icon-layout-collage; }
|
|
@@ -8112,24 +7213,17 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8112
7213
|
.#{$ti-prefix}-layout-list:before { content: $ti-icon-layout-list; }
|
|
8113
7214
|
.#{$ti-prefix}-layout-navbar:before { content: $ti-icon-layout-navbar; }
|
|
8114
7215
|
.#{$ti-prefix}-layout-navbar-collapse:before { content: $ti-icon-layout-navbar-collapse; }
|
|
8115
|
-
.#{$ti-prefix}-layout-navbar-collapse-filled:before { content: $ti-icon-layout-navbar-collapse-filled; }
|
|
8116
7216
|
.#{$ti-prefix}-layout-navbar-expand:before { content: $ti-icon-layout-navbar-expand; }
|
|
8117
|
-
.#{$ti-prefix}-layout-navbar-expand-filled:before { content: $ti-icon-layout-navbar-expand-filled; }
|
|
8118
|
-
.#{$ti-prefix}-layout-navbar-filled:before { content: $ti-icon-layout-navbar-filled; }
|
|
8119
7217
|
.#{$ti-prefix}-layout-navbar-inactive:before { content: $ti-icon-layout-navbar-inactive; }
|
|
8120
7218
|
.#{$ti-prefix}-layout-off:before { content: $ti-icon-layout-off; }
|
|
8121
7219
|
.#{$ti-prefix}-layout-rows:before { content: $ti-icon-layout-rows; }
|
|
8122
7220
|
.#{$ti-prefix}-layout-sidebar:before { content: $ti-icon-layout-sidebar; }
|
|
8123
7221
|
.#{$ti-prefix}-layout-sidebar-inactive:before { content: $ti-icon-layout-sidebar-inactive; }
|
|
8124
7222
|
.#{$ti-prefix}-layout-sidebar-left-collapse:before { content: $ti-icon-layout-sidebar-left-collapse; }
|
|
8125
|
-
.#{$ti-prefix}-layout-sidebar-left-collapse-filled:before { content: $ti-icon-layout-sidebar-left-collapse-filled; }
|
|
8126
7223
|
.#{$ti-prefix}-layout-sidebar-left-expand:before { content: $ti-icon-layout-sidebar-left-expand; }
|
|
8127
|
-
.#{$ti-prefix}-layout-sidebar-left-expand-filled:before { content: $ti-icon-layout-sidebar-left-expand-filled; }
|
|
8128
7224
|
.#{$ti-prefix}-layout-sidebar-right:before { content: $ti-icon-layout-sidebar-right; }
|
|
8129
7225
|
.#{$ti-prefix}-layout-sidebar-right-collapse:before { content: $ti-icon-layout-sidebar-right-collapse; }
|
|
8130
|
-
.#{$ti-prefix}-layout-sidebar-right-collapse-filled:before { content: $ti-icon-layout-sidebar-right-collapse-filled; }
|
|
8131
7226
|
.#{$ti-prefix}-layout-sidebar-right-expand:before { content: $ti-icon-layout-sidebar-right-expand; }
|
|
8132
|
-
.#{$ti-prefix}-layout-sidebar-right-expand-filled:before { content: $ti-icon-layout-sidebar-right-expand-filled; }
|
|
8133
7227
|
.#{$ti-prefix}-layout-sidebar-right-inactive:before { content: $ti-icon-layout-sidebar-right-inactive; }
|
|
8134
7228
|
.#{$ti-prefix}-leaf:before { content: $ti-icon-leaf; }
|
|
8135
7229
|
.#{$ti-prefix}-leaf-off:before { content: $ti-icon-leaf-off; }
|
|
@@ -8238,7 +7332,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8238
7332
|
.#{$ti-prefix}-location-dollar:before { content: $ti-icon-location-dollar; }
|
|
8239
7333
|
.#{$ti-prefix}-location-down:before { content: $ti-icon-location-down; }
|
|
8240
7334
|
.#{$ti-prefix}-location-exclamation:before { content: $ti-icon-location-exclamation; }
|
|
8241
|
-
.#{$ti-prefix}-location-filled:before { content: $ti-icon-location-filled; }
|
|
8242
7335
|
.#{$ti-prefix}-location-heart:before { content: $ti-icon-location-heart; }
|
|
8243
7336
|
.#{$ti-prefix}-location-minus:before { content: $ti-icon-location-minus; }
|
|
8244
7337
|
.#{$ti-prefix}-location-off:before { content: $ti-icon-location-off; }
|
|
@@ -8275,7 +7368,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8275
7368
|
.#{$ti-prefix}-lock-share:before { content: $ti-icon-lock-share; }
|
|
8276
7369
|
.#{$ti-prefix}-lock-square:before { content: $ti-icon-lock-square; }
|
|
8277
7370
|
.#{$ti-prefix}-lock-square-rounded:before { content: $ti-icon-lock-square-rounded; }
|
|
8278
|
-
.#{$ti-prefix}-lock-square-rounded-filled:before { content: $ti-icon-lock-square-rounded-filled; }
|
|
8279
7371
|
.#{$ti-prefix}-lock-star:before { content: $ti-icon-lock-star; }
|
|
8280
7372
|
.#{$ti-prefix}-lock-up:before { content: $ti-icon-lock-up; }
|
|
8281
7373
|
.#{$ti-prefix}-lock-x:before { content: $ti-icon-lock-x; }
|
|
@@ -8313,13 +7405,11 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8313
7405
|
.#{$ti-prefix}-mail-down:before { content: $ti-icon-mail-down; }
|
|
8314
7406
|
.#{$ti-prefix}-mail-exclamation:before { content: $ti-icon-mail-exclamation; }
|
|
8315
7407
|
.#{$ti-prefix}-mail-fast:before { content: $ti-icon-mail-fast; }
|
|
8316
|
-
.#{$ti-prefix}-mail-filled:before { content: $ti-icon-mail-filled; }
|
|
8317
7408
|
.#{$ti-prefix}-mail-forward:before { content: $ti-icon-mail-forward; }
|
|
8318
7409
|
.#{$ti-prefix}-mail-heart:before { content: $ti-icon-mail-heart; }
|
|
8319
7410
|
.#{$ti-prefix}-mail-minus:before { content: $ti-icon-mail-minus; }
|
|
8320
7411
|
.#{$ti-prefix}-mail-off:before { content: $ti-icon-mail-off; }
|
|
8321
7412
|
.#{$ti-prefix}-mail-opened:before { content: $ti-icon-mail-opened; }
|
|
8322
|
-
.#{$ti-prefix}-mail-opened-filled:before { content: $ti-icon-mail-opened-filled; }
|
|
8323
7413
|
.#{$ti-prefix}-mail-pause:before { content: $ti-icon-mail-pause; }
|
|
8324
7414
|
.#{$ti-prefix}-mail-pin:before { content: $ti-icon-mail-pin; }
|
|
8325
7415
|
.#{$ti-prefix}-mail-plus:before { content: $ti-icon-mail-plus; }
|
|
@@ -8360,7 +7450,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8360
7450
|
.#{$ti-prefix}-map-pin-dollar:before { content: $ti-icon-map-pin-dollar; }
|
|
8361
7451
|
.#{$ti-prefix}-map-pin-down:before { content: $ti-icon-map-pin-down; }
|
|
8362
7452
|
.#{$ti-prefix}-map-pin-exclamation:before { content: $ti-icon-map-pin-exclamation; }
|
|
8363
|
-
.#{$ti-prefix}-map-pin-filled:before { content: $ti-icon-map-pin-filled; }
|
|
8364
7453
|
.#{$ti-prefix}-map-pin-heart:before { content: $ti-icon-map-pin-heart; }
|
|
8365
7454
|
.#{$ti-prefix}-map-pin-minus:before { content: $ti-icon-map-pin-minus; }
|
|
8366
7455
|
.#{$ti-prefix}-map-pin-off:before { content: $ti-icon-map-pin-off; }
|
|
@@ -8436,7 +7525,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8436
7525
|
.#{$ti-prefix}-medal-2:before { content: $ti-icon-medal-2; }
|
|
8437
7526
|
.#{$ti-prefix}-medical-cross:before { content: $ti-icon-medical-cross; }
|
|
8438
7527
|
.#{$ti-prefix}-medical-cross-circle:before { content: $ti-icon-medical-cross-circle; }
|
|
8439
|
-
.#{$ti-prefix}-medical-cross-filled:before { content: $ti-icon-medical-cross-filled; }
|
|
8440
7528
|
.#{$ti-prefix}-medical-cross-off:before { content: $ti-icon-medical-cross-off; }
|
|
8441
7529
|
.#{$ti-prefix}-medicine-syrup:before { content: $ti-icon-medicine-syrup; }
|
|
8442
7530
|
.#{$ti-prefix}-meeple:before { content: $ti-icon-meeple; }
|
|
@@ -8474,7 +7562,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8474
7562
|
.#{$ti-prefix}-message-check:before { content: $ti-icon-message-check; }
|
|
8475
7563
|
.#{$ti-prefix}-message-circle:before { content: $ti-icon-message-circle; }
|
|
8476
7564
|
.#{$ti-prefix}-message-circle-2:before { content: $ti-icon-message-circle-2; }
|
|
8477
|
-
.#{$ti-prefix}-message-circle-2-filled:before { content: $ti-icon-message-circle-2-filled; }
|
|
8478
7565
|
.#{$ti-prefix}-message-circle-bolt:before { content: $ti-icon-message-circle-bolt; }
|
|
8479
7566
|
.#{$ti-prefix}-message-circle-cancel:before { content: $ti-icon-message-circle-cancel; }
|
|
8480
7567
|
.#{$ti-prefix}-message-circle-check:before { content: $ti-icon-message-circle-check; }
|
|
@@ -8528,16 +7615,13 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8528
7615
|
.#{$ti-prefix}-michelin-star:before { content: $ti-icon-michelin-star; }
|
|
8529
7616
|
.#{$ti-prefix}-michelin-star-green:before { content: $ti-icon-michelin-star-green; }
|
|
8530
7617
|
.#{$ti-prefix}-mickey:before { content: $ti-icon-mickey; }
|
|
8531
|
-
.#{$ti-prefix}-mickey-filled:before { content: $ti-icon-mickey-filled; }
|
|
8532
7618
|
.#{$ti-prefix}-microphone:before { content: $ti-icon-microphone; }
|
|
8533
7619
|
.#{$ti-prefix}-microphone-2:before { content: $ti-icon-microphone-2; }
|
|
8534
7620
|
.#{$ti-prefix}-microphone-2-off:before { content: $ti-icon-microphone-2-off; }
|
|
8535
|
-
.#{$ti-prefix}-microphone-filled:before { content: $ti-icon-microphone-filled; }
|
|
8536
7621
|
.#{$ti-prefix}-microphone-off:before { content: $ti-icon-microphone-off; }
|
|
8537
7622
|
.#{$ti-prefix}-microscope:before { content: $ti-icon-microscope; }
|
|
8538
7623
|
.#{$ti-prefix}-microscope-off:before { content: $ti-icon-microscope-off; }
|
|
8539
7624
|
.#{$ti-prefix}-microwave:before { content: $ti-icon-microwave; }
|
|
8540
|
-
.#{$ti-prefix}-microwave-filled:before { content: $ti-icon-microwave-filled; }
|
|
8541
7625
|
.#{$ti-prefix}-microwave-off:before { content: $ti-icon-microwave-off; }
|
|
8542
7626
|
.#{$ti-prefix}-military-award:before { content: $ti-icon-military-award; }
|
|
8543
7627
|
.#{$ti-prefix}-military-rank:before { content: $ti-icon-military-rank; }
|
|
@@ -8559,18 +7643,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8559
7643
|
.#{$ti-prefix}-mood-check:before { content: $ti-icon-mood-check; }
|
|
8560
7644
|
.#{$ti-prefix}-mood-cog:before { content: $ti-icon-mood-cog; }
|
|
8561
7645
|
.#{$ti-prefix}-mood-confuzed:before { content: $ti-icon-mood-confuzed; }
|
|
8562
|
-
.#{$ti-prefix}-mood-confuzed-filled:before { content: $ti-icon-mood-confuzed-filled; }
|
|
8563
7646
|
.#{$ti-prefix}-mood-crazy-happy:before { content: $ti-icon-mood-crazy-happy; }
|
|
8564
7647
|
.#{$ti-prefix}-mood-cry:before { content: $ti-icon-mood-cry; }
|
|
8565
7648
|
.#{$ti-prefix}-mood-dollar:before { content: $ti-icon-mood-dollar; }
|
|
8566
7649
|
.#{$ti-prefix}-mood-edit:before { content: $ti-icon-mood-edit; }
|
|
8567
7650
|
.#{$ti-prefix}-mood-empty:before { content: $ti-icon-mood-empty; }
|
|
8568
|
-
.#{$ti-prefix}-mood-empty-filled:before { content: $ti-icon-mood-empty-filled; }
|
|
8569
7651
|
.#{$ti-prefix}-mood-happy:before { content: $ti-icon-mood-happy; }
|
|
8570
|
-
.#{$ti-prefix}-mood-happy-filled:before { content: $ti-icon-mood-happy-filled; }
|
|
8571
7652
|
.#{$ti-prefix}-mood-heart:before { content: $ti-icon-mood-heart; }
|
|
8572
7653
|
.#{$ti-prefix}-mood-kid:before { content: $ti-icon-mood-kid; }
|
|
8573
|
-
.#{$ti-prefix}-mood-kid-filled:before { content: $ti-icon-mood-kid-filled; }
|
|
8574
7654
|
.#{$ti-prefix}-mood-look-down:before { content: $ti-icon-mood-look-down; }
|
|
8575
7655
|
.#{$ti-prefix}-mood-look-left:before { content: $ti-icon-mood-look-left; }
|
|
8576
7656
|
.#{$ti-prefix}-mood-look-right:before { content: $ti-icon-mood-look-right; }
|
|
@@ -8579,7 +7659,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8579
7659
|
.#{$ti-prefix}-mood-nerd:before { content: $ti-icon-mood-nerd; }
|
|
8580
7660
|
.#{$ti-prefix}-mood-nervous:before { content: $ti-icon-mood-nervous; }
|
|
8581
7661
|
.#{$ti-prefix}-mood-neutral:before { content: $ti-icon-mood-neutral; }
|
|
8582
|
-
.#{$ti-prefix}-mood-neutral-filled:before { content: $ti-icon-mood-neutral-filled; }
|
|
8583
7662
|
.#{$ti-prefix}-mood-off:before { content: $ti-icon-mood-off; }
|
|
8584
7663
|
.#{$ti-prefix}-mood-pin:before { content: $ti-icon-mood-pin; }
|
|
8585
7664
|
.#{$ti-prefix}-mood-plus:before { content: $ti-icon-mood-plus; }
|
|
@@ -8587,7 +7666,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8587
7666
|
.#{$ti-prefix}-mood-sad:before { content: $ti-icon-mood-sad; }
|
|
8588
7667
|
.#{$ti-prefix}-mood-sad-2:before { content: $ti-icon-mood-sad-2; }
|
|
8589
7668
|
.#{$ti-prefix}-mood-sad-dizzy:before { content: $ti-icon-mood-sad-dizzy; }
|
|
8590
|
-
.#{$ti-prefix}-mood-sad-filled:before { content: $ti-icon-mood-sad-filled; }
|
|
8591
7669
|
.#{$ti-prefix}-mood-sad-squint:before { content: $ti-icon-mood-sad-squint; }
|
|
8592
7670
|
.#{$ti-prefix}-mood-search:before { content: $ti-icon-mood-search; }
|
|
8593
7671
|
.#{$ti-prefix}-mood-share:before { content: $ti-icon-mood-share; }
|
|
@@ -8597,7 +7675,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8597
7675
|
.#{$ti-prefix}-mood-smile:before { content: $ti-icon-mood-smile; }
|
|
8598
7676
|
.#{$ti-prefix}-mood-smile-beam:before { content: $ti-icon-mood-smile-beam; }
|
|
8599
7677
|
.#{$ti-prefix}-mood-smile-dizzy:before { content: $ti-icon-mood-smile-dizzy; }
|
|
8600
|
-
.#{$ti-prefix}-mood-smile-filled:before { content: $ti-icon-mood-smile-filled; }
|
|
8601
7678
|
.#{$ti-prefix}-mood-suprised:before { content: $ti-icon-mood-suprised; }
|
|
8602
7679
|
.#{$ti-prefix}-mood-tongue:before { content: $ti-icon-mood-tongue; }
|
|
8603
7680
|
.#{$ti-prefix}-mood-tongue-wink:before { content: $ti-icon-mood-tongue-wink; }
|
|
@@ -8611,7 +7688,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8611
7688
|
.#{$ti-prefix}-mood-xd:before { content: $ti-icon-mood-xd; }
|
|
8612
7689
|
.#{$ti-prefix}-moon:before { content: $ti-icon-moon; }
|
|
8613
7690
|
.#{$ti-prefix}-moon-2:before { content: $ti-icon-moon-2; }
|
|
8614
|
-
.#{$ti-prefix}-moon-filled:before { content: $ti-icon-moon-filled; }
|
|
8615
7691
|
.#{$ti-prefix}-moon-off:before { content: $ti-icon-moon-off; }
|
|
8616
7692
|
.#{$ti-prefix}-moon-stars:before { content: $ti-icon-moon-stars; }
|
|
8617
7693
|
.#{$ti-prefix}-moped:before { content: $ti-icon-moped; }
|
|
@@ -8620,7 +7696,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8620
7696
|
.#{$ti-prefix}-mountain-off:before { content: $ti-icon-mountain-off; }
|
|
8621
7697
|
.#{$ti-prefix}-mouse:before { content: $ti-icon-mouse; }
|
|
8622
7698
|
.#{$ti-prefix}-mouse-2:before { content: $ti-icon-mouse-2; }
|
|
8623
|
-
.#{$ti-prefix}-mouse-filled:before { content: $ti-icon-mouse-filled; }
|
|
8624
7699
|
.#{$ti-prefix}-mouse-off:before { content: $ti-icon-mouse-off; }
|
|
8625
7700
|
.#{$ti-prefix}-moustache:before { content: $ti-icon-moustache; }
|
|
8626
7701
|
.#{$ti-prefix}-movie:before { content: $ti-icon-movie; }
|
|
@@ -8632,7 +7707,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8632
7707
|
.#{$ti-prefix}-multiplier-1x:before { content: $ti-icon-multiplier-1x; }
|
|
8633
7708
|
.#{$ti-prefix}-multiplier-2x:before { content: $ti-icon-multiplier-2x; }
|
|
8634
7709
|
.#{$ti-prefix}-mushroom:before { content: $ti-icon-mushroom; }
|
|
8635
|
-
.#{$ti-prefix}-mushroom-filled:before { content: $ti-icon-mushroom-filled; }
|
|
8636
7710
|
.#{$ti-prefix}-mushroom-off:before { content: $ti-icon-mushroom-off; }
|
|
8637
7711
|
.#{$ti-prefix}-music:before { content: $ti-icon-music; }
|
|
8638
7712
|
.#{$ti-prefix}-music-bolt:before { content: $ti-icon-music-bolt; }
|
|
@@ -8667,7 +7741,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8667
7741
|
.#{$ti-prefix}-navigation-down:before { content: $ti-icon-navigation-down; }
|
|
8668
7742
|
.#{$ti-prefix}-navigation-east:before { content: $ti-icon-navigation-east; }
|
|
8669
7743
|
.#{$ti-prefix}-navigation-exclamation:before { content: $ti-icon-navigation-exclamation; }
|
|
8670
|
-
.#{$ti-prefix}-navigation-filled:before { content: $ti-icon-navigation-filled; }
|
|
8671
7744
|
.#{$ti-prefix}-navigation-heart:before { content: $ti-icon-navigation-heart; }
|
|
8672
7745
|
.#{$ti-prefix}-navigation-minus:before { content: $ti-icon-navigation-minus; }
|
|
8673
7746
|
.#{$ti-prefix}-navigation-north:before { content: $ti-icon-navigation-north; }
|
|
@@ -8750,7 +7823,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8750
7823
|
.#{$ti-prefix}-nurse:before { content: $ti-icon-nurse; }
|
|
8751
7824
|
.#{$ti-prefix}-nut:before { content: $ti-icon-nut; }
|
|
8752
7825
|
.#{$ti-prefix}-octagon:before { content: $ti-icon-octagon; }
|
|
8753
|
-
.#{$ti-prefix}-octagon-filled:before { content: $ti-icon-octagon-filled; }
|
|
8754
7826
|
.#{$ti-prefix}-octagon-minus:before { content: $ti-icon-octagon-minus; }
|
|
8755
7827
|
.#{$ti-prefix}-octagon-minus-2:before { content: $ti-icon-octagon-minus-2; }
|
|
8756
7828
|
.#{$ti-prefix}-octagon-off:before { content: $ti-icon-octagon-off; }
|
|
@@ -8767,9 +7839,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8767
7839
|
.#{$ti-prefix}-outbound:before { content: $ti-icon-outbound; }
|
|
8768
7840
|
.#{$ti-prefix}-outlet:before { content: $ti-icon-outlet; }
|
|
8769
7841
|
.#{$ti-prefix}-oval:before { content: $ti-icon-oval; }
|
|
8770
|
-
.#{$ti-prefix}-oval-filled:before { content: $ti-icon-oval-filled; }
|
|
8771
7842
|
.#{$ti-prefix}-oval-vertical:before { content: $ti-icon-oval-vertical; }
|
|
8772
|
-
.#{$ti-prefix}-oval-vertical-filled:before { content: $ti-icon-oval-vertical-filled; }
|
|
8773
7843
|
.#{$ti-prefix}-overline:before { content: $ti-icon-overline; }
|
|
8774
7844
|
.#{$ti-prefix}-package:before { content: $ti-icon-package; }
|
|
8775
7845
|
.#{$ti-prefix}-package-export:before { content: $ti-icon-package-export; }
|
|
@@ -8779,7 +7849,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8779
7849
|
.#{$ti-prefix}-pacman:before { content: $ti-icon-pacman; }
|
|
8780
7850
|
.#{$ti-prefix}-page-break:before { content: $ti-icon-page-break; }
|
|
8781
7851
|
.#{$ti-prefix}-paint:before { content: $ti-icon-paint; }
|
|
8782
|
-
.#{$ti-prefix}-paint-filled:before { content: $ti-icon-paint-filled; }
|
|
8783
7852
|
.#{$ti-prefix}-paint-off:before { content: $ti-icon-paint-off; }
|
|
8784
7853
|
.#{$ti-prefix}-palette:before { content: $ti-icon-palette; }
|
|
8785
7854
|
.#{$ti-prefix}-palette-off:before { content: $ti-icon-palette-off; }
|
|
@@ -8802,7 +7871,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8802
7871
|
.#{$ti-prefix}-password-mobile-phone:before { content: $ti-icon-password-mobile-phone; }
|
|
8803
7872
|
.#{$ti-prefix}-password-user:before { content: $ti-icon-password-user; }
|
|
8804
7873
|
.#{$ti-prefix}-paw:before { content: $ti-icon-paw; }
|
|
8805
|
-
.#{$ti-prefix}-paw-filled:before { content: $ti-icon-paw-filled; }
|
|
8806
7874
|
.#{$ti-prefix}-paw-off:before { content: $ti-icon-paw-off; }
|
|
8807
7875
|
.#{$ti-prefix}-paywall:before { content: $ti-icon-paywall; }
|
|
8808
7876
|
.#{$ti-prefix}-pdf:before { content: $ti-icon-pdf; }
|
|
@@ -8831,11 +7899,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8831
7899
|
.#{$ti-prefix}-pencil-x:before { content: $ti-icon-pencil-x; }
|
|
8832
7900
|
.#{$ti-prefix}-pennant:before { content: $ti-icon-pennant; }
|
|
8833
7901
|
.#{$ti-prefix}-pennant-2:before { content: $ti-icon-pennant-2; }
|
|
8834
|
-
.#{$ti-prefix}-pennant-2-filled:before { content: $ti-icon-pennant-2-filled; }
|
|
8835
|
-
.#{$ti-prefix}-pennant-filled:before { content: $ti-icon-pennant-filled; }
|
|
8836
7902
|
.#{$ti-prefix}-pennant-off:before { content: $ti-icon-pennant-off; }
|
|
8837
7903
|
.#{$ti-prefix}-pentagon:before { content: $ti-icon-pentagon; }
|
|
8838
|
-
.#{$ti-prefix}-pentagon-filled:before { content: $ti-icon-pentagon-filled; }
|
|
8839
7904
|
.#{$ti-prefix}-pentagon-number-0:before { content: $ti-icon-pentagon-number-0; }
|
|
8840
7905
|
.#{$ti-prefix}-pentagon-number-1:before { content: $ti-icon-pentagon-number-1; }
|
|
8841
7906
|
.#{$ti-prefix}-pentagon-number-2:before { content: $ti-icon-pentagon-number-2; }
|
|
@@ -8860,7 +7925,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8860
7925
|
.#{$ti-prefix}-phone-call:before { content: $ti-icon-phone-call; }
|
|
8861
7926
|
.#{$ti-prefix}-phone-calling:before { content: $ti-icon-phone-calling; }
|
|
8862
7927
|
.#{$ti-prefix}-phone-check:before { content: $ti-icon-phone-check; }
|
|
8863
|
-
.#{$ti-prefix}-phone-filled:before { content: $ti-icon-phone-filled; }
|
|
8864
7928
|
.#{$ti-prefix}-phone-incoming:before { content: $ti-icon-phone-incoming; }
|
|
8865
7929
|
.#{$ti-prefix}-phone-off:before { content: $ti-icon-phone-off; }
|
|
8866
7930
|
.#{$ti-prefix}-phone-outgoing:before { content: $ti-icon-phone-outgoing; }
|
|
@@ -8881,7 +7945,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8881
7945
|
.#{$ti-prefix}-photo-down:before { content: $ti-icon-photo-down; }
|
|
8882
7946
|
.#{$ti-prefix}-photo-edit:before { content: $ti-icon-photo-edit; }
|
|
8883
7947
|
.#{$ti-prefix}-photo-exclamation:before { content: $ti-icon-photo-exclamation; }
|
|
8884
|
-
.#{$ti-prefix}-photo-filled:before { content: $ti-icon-photo-filled; }
|
|
8885
7948
|
.#{$ti-prefix}-photo-heart:before { content: $ti-icon-photo-heart; }
|
|
8886
7949
|
.#{$ti-prefix}-photo-hexagon:before { content: $ti-icon-photo-hexagon; }
|
|
8887
7950
|
.#{$ti-prefix}-photo-minus:before { content: $ti-icon-photo-minus; }
|
|
@@ -8921,11 +7984,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8921
7984
|
.#{$ti-prefix}-pills:before { content: $ti-icon-pills; }
|
|
8922
7985
|
.#{$ti-prefix}-pin:before { content: $ti-icon-pin; }
|
|
8923
7986
|
.#{$ti-prefix}-pin-end:before { content: $ti-icon-pin-end; }
|
|
8924
|
-
.#{$ti-prefix}-pin-filled:before { content: $ti-icon-pin-filled; }
|
|
8925
7987
|
.#{$ti-prefix}-pin-invoke:before { content: $ti-icon-pin-invoke; }
|
|
8926
7988
|
.#{$ti-prefix}-ping-pong:before { content: $ti-icon-ping-pong; }
|
|
8927
7989
|
.#{$ti-prefix}-pinned:before { content: $ti-icon-pinned; }
|
|
8928
|
-
.#{$ti-prefix}-pinned-filled:before { content: $ti-icon-pinned-filled; }
|
|
8929
7990
|
.#{$ti-prefix}-pinned-off:before { content: $ti-icon-pinned-off; }
|
|
8930
7991
|
.#{$ti-prefix}-pizza:before { content: $ti-icon-pizza; }
|
|
8931
7992
|
.#{$ti-prefix}-pizza-off:before { content: $ti-icon-pizza-off; }
|
|
@@ -8949,23 +8010,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8949
8010
|
.#{$ti-prefix}-play-handball:before { content: $ti-icon-play-handball; }
|
|
8950
8011
|
.#{$ti-prefix}-play-volleyball:before { content: $ti-icon-play-volleyball; }
|
|
8951
8012
|
.#{$ti-prefix}-player-eject:before { content: $ti-icon-player-eject; }
|
|
8952
|
-
.#{$ti-prefix}-player-eject-filled:before { content: $ti-icon-player-eject-filled; }
|
|
8953
8013
|
.#{$ti-prefix}-player-pause:before { content: $ti-icon-player-pause; }
|
|
8954
|
-
.#{$ti-prefix}-player-pause-filled:before { content: $ti-icon-player-pause-filled; }
|
|
8955
8014
|
.#{$ti-prefix}-player-play:before { content: $ti-icon-player-play; }
|
|
8956
|
-
.#{$ti-prefix}-player-play-filled:before { content: $ti-icon-player-play-filled; }
|
|
8957
8015
|
.#{$ti-prefix}-player-record:before { content: $ti-icon-player-record; }
|
|
8958
|
-
.#{$ti-prefix}-player-record-filled:before { content: $ti-icon-player-record-filled; }
|
|
8959
8016
|
.#{$ti-prefix}-player-skip-back:before { content: $ti-icon-player-skip-back; }
|
|
8960
|
-
.#{$ti-prefix}-player-skip-back-filled:before { content: $ti-icon-player-skip-back-filled; }
|
|
8961
8017
|
.#{$ti-prefix}-player-skip-forward:before { content: $ti-icon-player-skip-forward; }
|
|
8962
|
-
.#{$ti-prefix}-player-skip-forward-filled:before { content: $ti-icon-player-skip-forward-filled; }
|
|
8963
8018
|
.#{$ti-prefix}-player-stop:before { content: $ti-icon-player-stop; }
|
|
8964
|
-
.#{$ti-prefix}-player-stop-filled:before { content: $ti-icon-player-stop-filled; }
|
|
8965
8019
|
.#{$ti-prefix}-player-track-next:before { content: $ti-icon-player-track-next; }
|
|
8966
|
-
.#{$ti-prefix}-player-track-next-filled:before { content: $ti-icon-player-track-next-filled; }
|
|
8967
8020
|
.#{$ti-prefix}-player-track-prev:before { content: $ti-icon-player-track-prev; }
|
|
8968
|
-
.#{$ti-prefix}-player-track-prev-filled:before { content: $ti-icon-player-track-prev-filled; }
|
|
8969
8021
|
.#{$ti-prefix}-playlist:before { content: $ti-icon-playlist; }
|
|
8970
8022
|
.#{$ti-prefix}-playlist-add:before { content: $ti-icon-playlist-add; }
|
|
8971
8023
|
.#{$ti-prefix}-playlist-off:before { content: $ti-icon-playlist-off; }
|
|
@@ -8986,7 +8038,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8986
8038
|
.#{$ti-prefix}-podium:before { content: $ti-icon-podium; }
|
|
8987
8039
|
.#{$ti-prefix}-podium-off:before { content: $ti-icon-podium-off; }
|
|
8988
8040
|
.#{$ti-prefix}-point:before { content: $ti-icon-point; }
|
|
8989
|
-
.#{$ti-prefix}-point-filled:before { content: $ti-icon-point-filled; }
|
|
8990
8041
|
.#{$ti-prefix}-point-off:before { content: $ti-icon-point-off; }
|
|
8991
8042
|
.#{$ti-prefix}-pointer:before { content: $ti-icon-pointer; }
|
|
8992
8043
|
.#{$ti-prefix}-pointer-bolt:before { content: $ti-icon-pointer-bolt; }
|
|
@@ -8997,7 +8048,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8997
8048
|
.#{$ti-prefix}-pointer-dollar:before { content: $ti-icon-pointer-dollar; }
|
|
8998
8049
|
.#{$ti-prefix}-pointer-down:before { content: $ti-icon-pointer-down; }
|
|
8999
8050
|
.#{$ti-prefix}-pointer-exclamation:before { content: $ti-icon-pointer-exclamation; }
|
|
9000
|
-
.#{$ti-prefix}-pointer-filled:before { content: $ti-icon-pointer-filled; }
|
|
9001
8051
|
.#{$ti-prefix}-pointer-heart:before { content: $ti-icon-pointer-heart; }
|
|
9002
8052
|
.#{$ti-prefix}-pointer-minus:before { content: $ti-icon-pointer-minus; }
|
|
9003
8053
|
.#{$ti-prefix}-pointer-off:before { content: $ti-icon-pointer-off; }
|
|
@@ -9014,7 +8064,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9014
8064
|
.#{$ti-prefix}-pokeball-off:before { content: $ti-icon-pokeball-off; }
|
|
9015
8065
|
.#{$ti-prefix}-poker-chip:before { content: $ti-icon-poker-chip; }
|
|
9016
8066
|
.#{$ti-prefix}-polaroid:before { content: $ti-icon-polaroid; }
|
|
9017
|
-
.#{$ti-prefix}-polaroid-filled:before { content: $ti-icon-polaroid-filled; }
|
|
9018
8067
|
.#{$ti-prefix}-polygon:before { content: $ti-icon-polygon; }
|
|
9019
8068
|
.#{$ti-prefix}-polygon-off:before { content: $ti-icon-polygon-off; }
|
|
9020
8069
|
.#{$ti-prefix}-poo:before { content: $ti-icon-poo; }
|
|
@@ -9048,7 +8097,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9048
8097
|
.#{$ti-prefix}-pumpkin-scary:before { content: $ti-icon-pumpkin-scary; }
|
|
9049
8098
|
.#{$ti-prefix}-puzzle:before { content: $ti-icon-puzzle; }
|
|
9050
8099
|
.#{$ti-prefix}-puzzle-2:before { content: $ti-icon-puzzle-2; }
|
|
9051
|
-
.#{$ti-prefix}-puzzle-filled:before { content: $ti-icon-puzzle-filled; }
|
|
9052
8100
|
.#{$ti-prefix}-puzzle-off:before { content: $ti-icon-puzzle-off; }
|
|
9053
8101
|
.#{$ti-prefix}-pyramid:before { content: $ti-icon-pyramid; }
|
|
9054
8102
|
.#{$ti-prefix}-pyramid-off:before { content: $ti-icon-pyramid-off; }
|
|
@@ -9061,12 +8109,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9061
8109
|
.#{$ti-prefix}-quotes:before { content: $ti-icon-quotes; }
|
|
9062
8110
|
.#{$ti-prefix}-radar:before { content: $ti-icon-radar; }
|
|
9063
8111
|
.#{$ti-prefix}-radar-2:before { content: $ti-icon-radar-2; }
|
|
9064
|
-
.#{$ti-prefix}-radar-filled:before { content: $ti-icon-radar-filled; }
|
|
9065
8112
|
.#{$ti-prefix}-radar-off:before { content: $ti-icon-radar-off; }
|
|
9066
8113
|
.#{$ti-prefix}-radio:before { content: $ti-icon-radio; }
|
|
9067
8114
|
.#{$ti-prefix}-radio-off:before { content: $ti-icon-radio-off; }
|
|
9068
8115
|
.#{$ti-prefix}-radioactive:before { content: $ti-icon-radioactive; }
|
|
9069
|
-
.#{$ti-prefix}-radioactive-filled:before { content: $ti-icon-radioactive-filled; }
|
|
9070
8116
|
.#{$ti-prefix}-radioactive-off:before { content: $ti-icon-radioactive-off; }
|
|
9071
8117
|
.#{$ti-prefix}-radius-bottom-left:before { content: $ti-icon-radius-bottom-left; }
|
|
9072
8118
|
.#{$ti-prefix}-radius-bottom-right:before { content: $ti-icon-radius-bottom-right; }
|
|
@@ -9097,11 +8143,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9097
8143
|
.#{$ti-prefix}-record-mail:before { content: $ti-icon-record-mail; }
|
|
9098
8144
|
.#{$ti-prefix}-record-mail-off:before { content: $ti-icon-record-mail-off; }
|
|
9099
8145
|
.#{$ti-prefix}-rectangle:before { content: $ti-icon-rectangle; }
|
|
9100
|
-
.#{$ti-prefix}-rectangle-filled:before { content: $ti-icon-rectangle-filled; }
|
|
9101
8146
|
.#{$ti-prefix}-rectangle-rounded-bottom:before { content: $ti-icon-rectangle-rounded-bottom; }
|
|
9102
8147
|
.#{$ti-prefix}-rectangle-rounded-top:before { content: $ti-icon-rectangle-rounded-top; }
|
|
9103
8148
|
.#{$ti-prefix}-rectangle-vertical:before { content: $ti-icon-rectangle-vertical; }
|
|
9104
|
-
.#{$ti-prefix}-rectangle-vertical-filled:before { content: $ti-icon-rectangle-vertical-filled; }
|
|
9105
8149
|
.#{$ti-prefix}-rectangular-prism:before { content: $ti-icon-rectangular-prism; }
|
|
9106
8150
|
.#{$ti-prefix}-rectangular-prism-off:before { content: $ti-icon-rectangular-prism-off; }
|
|
9107
8151
|
.#{$ti-prefix}-rectangular-prism-plus:before { content: $ti-icon-rectangular-prism-plus; }
|
|
@@ -9115,18 +8159,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9115
8159
|
.#{$ti-prefix}-regex-off:before { content: $ti-icon-regex-off; }
|
|
9116
8160
|
.#{$ti-prefix}-registered:before { content: $ti-icon-registered; }
|
|
9117
8161
|
.#{$ti-prefix}-relation-many-to-many:before { content: $ti-icon-relation-many-to-many; }
|
|
9118
|
-
.#{$ti-prefix}-relation-many-to-many-filled:before { content: $ti-icon-relation-many-to-many-filled; }
|
|
9119
8162
|
.#{$ti-prefix}-relation-one-to-many:before { content: $ti-icon-relation-one-to-many; }
|
|
9120
|
-
.#{$ti-prefix}-relation-one-to-many-filled:before { content: $ti-icon-relation-one-to-many-filled; }
|
|
9121
8163
|
.#{$ti-prefix}-relation-one-to-one:before { content: $ti-icon-relation-one-to-one; }
|
|
9122
|
-
.#{$ti-prefix}-relation-one-to-one-filled:before { content: $ti-icon-relation-one-to-one-filled; }
|
|
9123
8164
|
.#{$ti-prefix}-reload:before { content: $ti-icon-reload; }
|
|
9124
8165
|
.#{$ti-prefix}-reorder:before { content: $ti-icon-reorder; }
|
|
9125
8166
|
.#{$ti-prefix}-repeat:before { content: $ti-icon-repeat; }
|
|
9126
8167
|
.#{$ti-prefix}-repeat-off:before { content: $ti-icon-repeat-off; }
|
|
9127
8168
|
.#{$ti-prefix}-repeat-once:before { content: $ti-icon-repeat-once; }
|
|
9128
8169
|
.#{$ti-prefix}-replace:before { content: $ti-icon-replace; }
|
|
9129
|
-
.#{$ti-prefix}-replace-filled:before { content: $ti-icon-replace-filled; }
|
|
9130
8170
|
.#{$ti-prefix}-replace-off:before { content: $ti-icon-replace-off; }
|
|
9131
8171
|
.#{$ti-prefix}-report:before { content: $ti-icon-report; }
|
|
9132
8172
|
.#{$ti-prefix}-report-analytics:before { content: $ti-icon-report-analytics; }
|
|
@@ -9171,9 +8211,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9171
8211
|
.#{$ti-prefix}-rosette:before { content: $ti-icon-rosette; }
|
|
9172
8212
|
.#{$ti-prefix}-rosette-discount:before { content: $ti-icon-rosette-discount; }
|
|
9173
8213
|
.#{$ti-prefix}-rosette-discount-check:before { content: $ti-icon-rosette-discount-check; }
|
|
9174
|
-
.#{$ti-prefix}-rosette-discount-check-filled:before { content: $ti-icon-rosette-discount-check-filled; }
|
|
9175
8214
|
.#{$ti-prefix}-rosette-discount-off:before { content: $ti-icon-rosette-discount-off; }
|
|
9176
|
-
.#{$ti-prefix}-rosette-filled:before { content: $ti-icon-rosette-filled; }
|
|
9177
8215
|
.#{$ti-prefix}-rosette-number-0:before { content: $ti-icon-rosette-number-0; }
|
|
9178
8216
|
.#{$ti-prefix}-rosette-number-1:before { content: $ti-icon-rosette-number-1; }
|
|
9179
8217
|
.#{$ti-prefix}-rosette-number-2:before { content: $ti-icon-rosette-number-2; }
|
|
@@ -9263,7 +8301,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9263
8301
|
.#{$ti-prefix}-search:before { content: $ti-icon-search; }
|
|
9264
8302
|
.#{$ti-prefix}-search-off:before { content: $ti-icon-search-off; }
|
|
9265
8303
|
.#{$ti-prefix}-section:before { content: $ti-icon-section; }
|
|
9266
|
-
.#{$ti-prefix}-section-filled:before { content: $ti-icon-section-filled; }
|
|
9267
8304
|
.#{$ti-prefix}-section-sign:before { content: $ti-icon-section-sign; }
|
|
9268
8305
|
.#{$ti-prefix}-seeding:before { content: $ti-icon-seeding; }
|
|
9269
8306
|
.#{$ti-prefix}-seeding-off:before { content: $ti-icon-seeding-off; }
|
|
@@ -9294,7 +8331,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9294
8331
|
.#{$ti-prefix}-settings-dollar:before { content: $ti-icon-settings-dollar; }
|
|
9295
8332
|
.#{$ti-prefix}-settings-down:before { content: $ti-icon-settings-down; }
|
|
9296
8333
|
.#{$ti-prefix}-settings-exclamation:before { content: $ti-icon-settings-exclamation; }
|
|
9297
|
-
.#{$ti-prefix}-settings-filled:before { content: $ti-icon-settings-filled; }
|
|
9298
8334
|
.#{$ti-prefix}-settings-heart:before { content: $ti-icon-settings-heart; }
|
|
9299
8335
|
.#{$ti-prefix}-settings-minus:before { content: $ti-icon-settings-minus; }
|
|
9300
8336
|
.#{$ti-prefix}-settings-off:before { content: $ti-icon-settings-off; }
|
|
@@ -9322,21 +8358,16 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9322
8358
|
.#{$ti-prefix}-shield-bolt:before { content: $ti-icon-shield-bolt; }
|
|
9323
8359
|
.#{$ti-prefix}-shield-cancel:before { content: $ti-icon-shield-cancel; }
|
|
9324
8360
|
.#{$ti-prefix}-shield-check:before { content: $ti-icon-shield-check; }
|
|
9325
|
-
.#{$ti-prefix}-shield-check-filled:before { content: $ti-icon-shield-check-filled; }
|
|
9326
8361
|
.#{$ti-prefix}-shield-checkered:before { content: $ti-icon-shield-checkered; }
|
|
9327
|
-
.#{$ti-prefix}-shield-checkered-filled:before { content: $ti-icon-shield-checkered-filled; }
|
|
9328
8362
|
.#{$ti-prefix}-shield-chevron:before { content: $ti-icon-shield-chevron; }
|
|
9329
8363
|
.#{$ti-prefix}-shield-code:before { content: $ti-icon-shield-code; }
|
|
9330
8364
|
.#{$ti-prefix}-shield-cog:before { content: $ti-icon-shield-cog; }
|
|
9331
8365
|
.#{$ti-prefix}-shield-dollar:before { content: $ti-icon-shield-dollar; }
|
|
9332
8366
|
.#{$ti-prefix}-shield-down:before { content: $ti-icon-shield-down; }
|
|
9333
8367
|
.#{$ti-prefix}-shield-exclamation:before { content: $ti-icon-shield-exclamation; }
|
|
9334
|
-
.#{$ti-prefix}-shield-filled:before { content: $ti-icon-shield-filled; }
|
|
9335
8368
|
.#{$ti-prefix}-shield-half:before { content: $ti-icon-shield-half; }
|
|
9336
|
-
.#{$ti-prefix}-shield-half-filled:before { content: $ti-icon-shield-half-filled; }
|
|
9337
8369
|
.#{$ti-prefix}-shield-heart:before { content: $ti-icon-shield-heart; }
|
|
9338
8370
|
.#{$ti-prefix}-shield-lock:before { content: $ti-icon-shield-lock; }
|
|
9339
|
-
.#{$ti-prefix}-shield-lock-filled:before { content: $ti-icon-shield-lock-filled; }
|
|
9340
8371
|
.#{$ti-prefix}-shield-minus:before { content: $ti-icon-shield-minus; }
|
|
9341
8372
|
.#{$ti-prefix}-shield-off:before { content: $ti-icon-shield-off; }
|
|
9342
8373
|
.#{$ti-prefix}-shield-pause:before { content: $ti-icon-shield-pause; }
|
|
@@ -9351,7 +8382,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9351
8382
|
.#{$ti-prefix}-ship:before { content: $ti-icon-ship; }
|
|
9352
8383
|
.#{$ti-prefix}-ship-off:before { content: $ti-icon-ship-off; }
|
|
9353
8384
|
.#{$ti-prefix}-shirt:before { content: $ti-icon-shirt; }
|
|
9354
|
-
.#{$ti-prefix}-shirt-filled:before { content: $ti-icon-shirt-filled; }
|
|
9355
8385
|
.#{$ti-prefix}-shirt-off:before { content: $ti-icon-shirt-off; }
|
|
9356
8386
|
.#{$ti-prefix}-shirt-sport:before { content: $ti-icon-shirt-sport; }
|
|
9357
8387
|
.#{$ti-prefix}-shoe:before { content: $ti-icon-shoe; }
|
|
@@ -9377,7 +8407,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9377
8407
|
.#{$ti-prefix}-shopping-cart-dollar:before { content: $ti-icon-shopping-cart-dollar; }
|
|
9378
8408
|
.#{$ti-prefix}-shopping-cart-down:before { content: $ti-icon-shopping-cart-down; }
|
|
9379
8409
|
.#{$ti-prefix}-shopping-cart-exclamation:before { content: $ti-icon-shopping-cart-exclamation; }
|
|
9380
|
-
.#{$ti-prefix}-shopping-cart-filled:before { content: $ti-icon-shopping-cart-filled; }
|
|
9381
8410
|
.#{$ti-prefix}-shopping-cart-heart:before { content: $ti-icon-shopping-cart-heart; }
|
|
9382
8411
|
.#{$ti-prefix}-shopping-cart-minus:before { content: $ti-icon-shopping-cart-minus; }
|
|
9383
8412
|
.#{$ti-prefix}-shopping-cart-off:before { content: $ti-icon-shopping-cart-off; }
|
|
@@ -9394,9 +8423,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9394
8423
|
.#{$ti-prefix}-shovel-pitchforks:before { content: $ti-icon-shovel-pitchforks; }
|
|
9395
8424
|
.#{$ti-prefix}-shredder:before { content: $ti-icon-shredder; }
|
|
9396
8425
|
.#{$ti-prefix}-sign-left:before { content: $ti-icon-sign-left; }
|
|
9397
|
-
.#{$ti-prefix}-sign-left-filled:before { content: $ti-icon-sign-left-filled; }
|
|
9398
8426
|
.#{$ti-prefix}-sign-right:before { content: $ti-icon-sign-right; }
|
|
9399
|
-
.#{$ti-prefix}-sign-right-filled:before { content: $ti-icon-sign-right-filled; }
|
|
9400
8427
|
.#{$ti-prefix}-signal-2g:before { content: $ti-icon-signal-2g; }
|
|
9401
8428
|
.#{$ti-prefix}-signal-3g:before { content: $ti-icon-signal-3g; }
|
|
9402
8429
|
.#{$ti-prefix}-signal-4g:before { content: $ti-icon-signal-4g; }
|
|
@@ -9458,7 +8485,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9458
8485
|
.#{$ti-prefix}-sort-z-a:before { content: $ti-icon-sort-z-a; }
|
|
9459
8486
|
.#{$ti-prefix}-sos:before { content: $ti-icon-sos; }
|
|
9460
8487
|
.#{$ti-prefix}-soup:before { content: $ti-icon-soup; }
|
|
9461
|
-
.#{$ti-prefix}-soup-filled:before { content: $ti-icon-soup-filled; }
|
|
9462
8488
|
.#{$ti-prefix}-soup-off:before { content: $ti-icon-soup-off; }
|
|
9463
8489
|
.#{$ti-prefix}-source-code:before { content: $ti-icon-source-code; }
|
|
9464
8490
|
.#{$ti-prefix}-space:before { content: $ti-icon-space; }
|
|
@@ -9466,7 +8492,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9466
8492
|
.#{$ti-prefix}-spacing-horizontal:before { content: $ti-icon-spacing-horizontal; }
|
|
9467
8493
|
.#{$ti-prefix}-spacing-vertical:before { content: $ti-icon-spacing-vertical; }
|
|
9468
8494
|
.#{$ti-prefix}-spade:before { content: $ti-icon-spade; }
|
|
9469
|
-
.#{$ti-prefix}-spade-filled:before { content: $ti-icon-spade-filled; }
|
|
9470
8495
|
.#{$ti-prefix}-sparkles:before { content: $ti-icon-sparkles; }
|
|
9471
8496
|
.#{$ti-prefix}-speakerphone:before { content: $ti-icon-speakerphone; }
|
|
9472
8497
|
.#{$ti-prefix}-speedboat:before { content: $ti-icon-speedboat; }
|
|
@@ -9482,125 +8507,62 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9482
8507
|
.#{$ti-prefix}-spy-off:before { content: $ti-icon-spy-off; }
|
|
9483
8508
|
.#{$ti-prefix}-sql:before { content: $ti-icon-sql; }
|
|
9484
8509
|
.#{$ti-prefix}-square:before { content: $ti-icon-square; }
|
|
9485
|
-
.#{$ti-prefix}-square-0-filled:before { content: $ti-icon-square-0-filled; }
|
|
9486
|
-
.#{$ti-prefix}-square-1-filled:before { content: $ti-icon-square-1-filled; }
|
|
9487
|
-
.#{$ti-prefix}-square-2-filled:before { content: $ti-icon-square-2-filled; }
|
|
9488
|
-
.#{$ti-prefix}-square-3-filled:before { content: $ti-icon-square-3-filled; }
|
|
9489
|
-
.#{$ti-prefix}-square-4-filled:before { content: $ti-icon-square-4-filled; }
|
|
9490
|
-
.#{$ti-prefix}-square-5-filled:before { content: $ti-icon-square-5-filled; }
|
|
9491
|
-
.#{$ti-prefix}-square-6-filled:before { content: $ti-icon-square-6-filled; }
|
|
9492
|
-
.#{$ti-prefix}-square-7-filled:before { content: $ti-icon-square-7-filled; }
|
|
9493
|
-
.#{$ti-prefix}-square-8-filled:before { content: $ti-icon-square-8-filled; }
|
|
9494
|
-
.#{$ti-prefix}-square-9-filled:before { content: $ti-icon-square-9-filled; }
|
|
9495
8510
|
.#{$ti-prefix}-square-arrow-down:before { content: $ti-icon-square-arrow-down; }
|
|
9496
|
-
.#{$ti-prefix}-square-arrow-down-filled:before { content: $ti-icon-square-arrow-down-filled; }
|
|
9497
8511
|
.#{$ti-prefix}-square-arrow-left:before { content: $ti-icon-square-arrow-left; }
|
|
9498
|
-
.#{$ti-prefix}-square-arrow-left-filled:before { content: $ti-icon-square-arrow-left-filled; }
|
|
9499
8512
|
.#{$ti-prefix}-square-arrow-right:before { content: $ti-icon-square-arrow-right; }
|
|
9500
|
-
.#{$ti-prefix}-square-arrow-right-filled:before { content: $ti-icon-square-arrow-right-filled; }
|
|
9501
8513
|
.#{$ti-prefix}-square-arrow-up:before { content: $ti-icon-square-arrow-up; }
|
|
9502
|
-
.#{$ti-prefix}-square-arrow-up-filled:before { content: $ti-icon-square-arrow-up-filled; }
|
|
9503
8514
|
.#{$ti-prefix}-square-asterisk:before { content: $ti-icon-square-asterisk; }
|
|
9504
|
-
.#{$ti-prefix}-square-asterisk-filled:before { content: $ti-icon-square-asterisk-filled; }
|
|
9505
8515
|
.#{$ti-prefix}-square-check:before { content: $ti-icon-square-check; }
|
|
9506
|
-
.#{$ti-prefix}-square-check-filled:before { content: $ti-icon-square-check-filled; }
|
|
9507
8516
|
.#{$ti-prefix}-square-chevron-down:before { content: $ti-icon-square-chevron-down; }
|
|
9508
|
-
.#{$ti-prefix}-square-chevron-down-filled:before { content: $ti-icon-square-chevron-down-filled; }
|
|
9509
8517
|
.#{$ti-prefix}-square-chevron-left:before { content: $ti-icon-square-chevron-left; }
|
|
9510
|
-
.#{$ti-prefix}-square-chevron-left-filled:before { content: $ti-icon-square-chevron-left-filled; }
|
|
9511
8518
|
.#{$ti-prefix}-square-chevron-right:before { content: $ti-icon-square-chevron-right; }
|
|
9512
|
-
.#{$ti-prefix}-square-chevron-right-filled:before { content: $ti-icon-square-chevron-right-filled; }
|
|
9513
8519
|
.#{$ti-prefix}-square-chevron-up:before { content: $ti-icon-square-chevron-up; }
|
|
9514
|
-
.#{$ti-prefix}-square-chevron-up-filled:before { content: $ti-icon-square-chevron-up-filled; }
|
|
9515
8520
|
.#{$ti-prefix}-square-chevrons-down:before { content: $ti-icon-square-chevrons-down; }
|
|
9516
|
-
.#{$ti-prefix}-square-chevrons-down-filled:before { content: $ti-icon-square-chevrons-down-filled; }
|
|
9517
8521
|
.#{$ti-prefix}-square-chevrons-left:before { content: $ti-icon-square-chevrons-left; }
|
|
9518
|
-
.#{$ti-prefix}-square-chevrons-left-filled:before { content: $ti-icon-square-chevrons-left-filled; }
|
|
9519
8522
|
.#{$ti-prefix}-square-chevrons-right:before { content: $ti-icon-square-chevrons-right; }
|
|
9520
|
-
.#{$ti-prefix}-square-chevrons-right-filled:before { content: $ti-icon-square-chevrons-right-filled; }
|
|
9521
8523
|
.#{$ti-prefix}-square-chevrons-up:before { content: $ti-icon-square-chevrons-up; }
|
|
9522
|
-
.#{$ti-prefix}-square-chevrons-up-filled:before { content: $ti-icon-square-chevrons-up-filled; }
|
|
9523
8524
|
.#{$ti-prefix}-square-dot:before { content: $ti-icon-square-dot; }
|
|
9524
|
-
.#{$ti-prefix}-square-dot-filled:before { content: $ti-icon-square-dot-filled; }
|
|
9525
8525
|
.#{$ti-prefix}-square-f0:before { content: $ti-icon-square-f0; }
|
|
9526
|
-
.#{$ti-prefix}-square-f0-filled:before { content: $ti-icon-square-f0-filled; }
|
|
9527
8526
|
.#{$ti-prefix}-square-f1:before { content: $ti-icon-square-f1; }
|
|
9528
|
-
.#{$ti-prefix}-square-f1-filled:before { content: $ti-icon-square-f1-filled; }
|
|
9529
8527
|
.#{$ti-prefix}-square-f2:before { content: $ti-icon-square-f2; }
|
|
9530
|
-
.#{$ti-prefix}-square-f2-filled:before { content: $ti-icon-square-f2-filled; }
|
|
9531
8528
|
.#{$ti-prefix}-square-f3:before { content: $ti-icon-square-f3; }
|
|
9532
|
-
.#{$ti-prefix}-square-f3-filled:before { content: $ti-icon-square-f3-filled; }
|
|
9533
8529
|
.#{$ti-prefix}-square-f4:before { content: $ti-icon-square-f4; }
|
|
9534
|
-
.#{$ti-prefix}-square-f4-filled:before { content: $ti-icon-square-f4-filled; }
|
|
9535
8530
|
.#{$ti-prefix}-square-f5:before { content: $ti-icon-square-f5; }
|
|
9536
|
-
.#{$ti-prefix}-square-f5-filled:before { content: $ti-icon-square-f5-filled; }
|
|
9537
8531
|
.#{$ti-prefix}-square-f6:before { content: $ti-icon-square-f6; }
|
|
9538
|
-
.#{$ti-prefix}-square-f6-filled:before { content: $ti-icon-square-f6-filled; }
|
|
9539
8532
|
.#{$ti-prefix}-square-f7:before { content: $ti-icon-square-f7; }
|
|
9540
|
-
.#{$ti-prefix}-square-f7-filled:before { content: $ti-icon-square-f7-filled; }
|
|
9541
8533
|
.#{$ti-prefix}-square-f8:before { content: $ti-icon-square-f8; }
|
|
9542
|
-
.#{$ti-prefix}-square-f8-filled:before { content: $ti-icon-square-f8-filled; }
|
|
9543
8534
|
.#{$ti-prefix}-square-f9:before { content: $ti-icon-square-f9; }
|
|
9544
|
-
.#{$ti-prefix}-square-f9-filled:before { content: $ti-icon-square-f9-filled; }
|
|
9545
|
-
.#{$ti-prefix}-square-filled:before { content: $ti-icon-square-filled; }
|
|
9546
8535
|
.#{$ti-prefix}-square-forbid:before { content: $ti-icon-square-forbid; }
|
|
9547
8536
|
.#{$ti-prefix}-square-forbid-2:before { content: $ti-icon-square-forbid-2; }
|
|
9548
8537
|
.#{$ti-prefix}-square-half:before { content: $ti-icon-square-half; }
|
|
9549
8538
|
.#{$ti-prefix}-square-key:before { content: $ti-icon-square-key; }
|
|
9550
8539
|
.#{$ti-prefix}-square-letter-a:before { content: $ti-icon-square-letter-a; }
|
|
9551
|
-
.#{$ti-prefix}-square-letter-a-filled:before { content: $ti-icon-square-letter-a-filled; }
|
|
9552
8540
|
.#{$ti-prefix}-square-letter-b:before { content: $ti-icon-square-letter-b; }
|
|
9553
|
-
.#{$ti-prefix}-square-letter-b-filled:before { content: $ti-icon-square-letter-b-filled; }
|
|
9554
8541
|
.#{$ti-prefix}-square-letter-c:before { content: $ti-icon-square-letter-c; }
|
|
9555
|
-
.#{$ti-prefix}-square-letter-c-filled:before { content: $ti-icon-square-letter-c-filled; }
|
|
9556
8542
|
.#{$ti-prefix}-square-letter-d:before { content: $ti-icon-square-letter-d; }
|
|
9557
|
-
.#{$ti-prefix}-square-letter-d-filled:before { content: $ti-icon-square-letter-d-filled; }
|
|
9558
8543
|
.#{$ti-prefix}-square-letter-e:before { content: $ti-icon-square-letter-e; }
|
|
9559
|
-
.#{$ti-prefix}-square-letter-e-filled:before { content: $ti-icon-square-letter-e-filled; }
|
|
9560
8544
|
.#{$ti-prefix}-square-letter-f:before { content: $ti-icon-square-letter-f; }
|
|
9561
|
-
.#{$ti-prefix}-square-letter-f-filled:before { content: $ti-icon-square-letter-f-filled; }
|
|
9562
8545
|
.#{$ti-prefix}-square-letter-g:before { content: $ti-icon-square-letter-g; }
|
|
9563
|
-
.#{$ti-prefix}-square-letter-g-filled:before { content: $ti-icon-square-letter-g-filled; }
|
|
9564
8546
|
.#{$ti-prefix}-square-letter-h:before { content: $ti-icon-square-letter-h; }
|
|
9565
|
-
.#{$ti-prefix}-square-letter-h-filled:before { content: $ti-icon-square-letter-h-filled; }
|
|
9566
8547
|
.#{$ti-prefix}-square-letter-i:before { content: $ti-icon-square-letter-i; }
|
|
9567
|
-
.#{$ti-prefix}-square-letter-i-filled:before { content: $ti-icon-square-letter-i-filled; }
|
|
9568
8548
|
.#{$ti-prefix}-square-letter-j:before { content: $ti-icon-square-letter-j; }
|
|
9569
|
-
.#{$ti-prefix}-square-letter-j-filled:before { content: $ti-icon-square-letter-j-filled; }
|
|
9570
8549
|
.#{$ti-prefix}-square-letter-k:before { content: $ti-icon-square-letter-k; }
|
|
9571
|
-
.#{$ti-prefix}-square-letter-k-filled:before { content: $ti-icon-square-letter-k-filled; }
|
|
9572
8550
|
.#{$ti-prefix}-square-letter-l:before { content: $ti-icon-square-letter-l; }
|
|
9573
|
-
.#{$ti-prefix}-square-letter-l-filled:before { content: $ti-icon-square-letter-l-filled; }
|
|
9574
8551
|
.#{$ti-prefix}-square-letter-m:before { content: $ti-icon-square-letter-m; }
|
|
9575
|
-
.#{$ti-prefix}-square-letter-m-filled:before { content: $ti-icon-square-letter-m-filled; }
|
|
9576
8552
|
.#{$ti-prefix}-square-letter-n:before { content: $ti-icon-square-letter-n; }
|
|
9577
|
-
.#{$ti-prefix}-square-letter-n-filled:before { content: $ti-icon-square-letter-n-filled; }
|
|
9578
8553
|
.#{$ti-prefix}-square-letter-o:before { content: $ti-icon-square-letter-o; }
|
|
9579
|
-
.#{$ti-prefix}-square-letter-o-filled:before { content: $ti-icon-square-letter-o-filled; }
|
|
9580
8554
|
.#{$ti-prefix}-square-letter-p:before { content: $ti-icon-square-letter-p; }
|
|
9581
|
-
.#{$ti-prefix}-square-letter-p-filled:before { content: $ti-icon-square-letter-p-filled; }
|
|
9582
8555
|
.#{$ti-prefix}-square-letter-q:before { content: $ti-icon-square-letter-q; }
|
|
9583
|
-
.#{$ti-prefix}-square-letter-q-filled:before { content: $ti-icon-square-letter-q-filled; }
|
|
9584
8556
|
.#{$ti-prefix}-square-letter-r:before { content: $ti-icon-square-letter-r; }
|
|
9585
|
-
.#{$ti-prefix}-square-letter-r-filled:before { content: $ti-icon-square-letter-r-filled; }
|
|
9586
8557
|
.#{$ti-prefix}-square-letter-s:before { content: $ti-icon-square-letter-s; }
|
|
9587
|
-
.#{$ti-prefix}-square-letter-s-filled:before { content: $ti-icon-square-letter-s-filled; }
|
|
9588
8558
|
.#{$ti-prefix}-square-letter-t:before { content: $ti-icon-square-letter-t; }
|
|
9589
|
-
.#{$ti-prefix}-square-letter-t-filled:before { content: $ti-icon-square-letter-t-filled; }
|
|
9590
8559
|
.#{$ti-prefix}-square-letter-u:before { content: $ti-icon-square-letter-u; }
|
|
9591
|
-
.#{$ti-prefix}-square-letter-u-filled:before { content: $ti-icon-square-letter-u-filled; }
|
|
9592
8560
|
.#{$ti-prefix}-square-letter-v:before { content: $ti-icon-square-letter-v; }
|
|
9593
|
-
.#{$ti-prefix}-square-letter-v-filled:before { content: $ti-icon-square-letter-v-filled; }
|
|
9594
8561
|
.#{$ti-prefix}-square-letter-w:before { content: $ti-icon-square-letter-w; }
|
|
9595
|
-
.#{$ti-prefix}-square-letter-w-filled:before { content: $ti-icon-square-letter-w-filled; }
|
|
9596
8562
|
.#{$ti-prefix}-square-letter-x:before { content: $ti-icon-square-letter-x; }
|
|
9597
|
-
.#{$ti-prefix}-square-letter-x-filled:before { content: $ti-icon-square-letter-x-filled; }
|
|
9598
8563
|
.#{$ti-prefix}-square-letter-y:before { content: $ti-icon-square-letter-y; }
|
|
9599
|
-
.#{$ti-prefix}-square-letter-y-filled:before { content: $ti-icon-square-letter-y-filled; }
|
|
9600
8564
|
.#{$ti-prefix}-square-letter-z:before { content: $ti-icon-square-letter-z; }
|
|
9601
|
-
.#{$ti-prefix}-square-letter-z-filled:before { content: $ti-icon-square-letter-z-filled; }
|
|
9602
8565
|
.#{$ti-prefix}-square-minus:before { content: $ti-icon-square-minus; }
|
|
9603
|
-
.#{$ti-prefix}-square-minus-filled:before { content: $ti-icon-square-minus-filled; }
|
|
9604
8566
|
.#{$ti-prefix}-square-number-0:before { content: $ti-icon-square-number-0; }
|
|
9605
8567
|
.#{$ti-prefix}-square-number-1:before { content: $ti-icon-square-number-1; }
|
|
9606
8568
|
.#{$ti-prefix}-square-number-2:before { content: $ti-icon-square-number-2; }
|
|
@@ -9618,133 +8580,75 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9618
8580
|
.#{$ti-prefix}-square-root:before { content: $ti-icon-square-root; }
|
|
9619
8581
|
.#{$ti-prefix}-square-root-2:before { content: $ti-icon-square-root-2; }
|
|
9620
8582
|
.#{$ti-prefix}-square-rotated:before { content: $ti-icon-square-rotated; }
|
|
9621
|
-
.#{$ti-prefix}-square-rotated-filled:before { content: $ti-icon-square-rotated-filled; }
|
|
9622
8583
|
.#{$ti-prefix}-square-rotated-forbid:before { content: $ti-icon-square-rotated-forbid; }
|
|
9623
8584
|
.#{$ti-prefix}-square-rotated-forbid-2:before { content: $ti-icon-square-rotated-forbid-2; }
|
|
9624
8585
|
.#{$ti-prefix}-square-rotated-off:before { content: $ti-icon-square-rotated-off; }
|
|
9625
8586
|
.#{$ti-prefix}-square-rounded:before { content: $ti-icon-square-rounded; }
|
|
9626
8587
|
.#{$ti-prefix}-square-rounded-arrow-down:before { content: $ti-icon-square-rounded-arrow-down; }
|
|
9627
|
-
.#{$ti-prefix}-square-rounded-arrow-down-filled:before { content: $ti-icon-square-rounded-arrow-down-filled; }
|
|
9628
8588
|
.#{$ti-prefix}-square-rounded-arrow-left:before { content: $ti-icon-square-rounded-arrow-left; }
|
|
9629
|
-
.#{$ti-prefix}-square-rounded-arrow-left-filled:before { content: $ti-icon-square-rounded-arrow-left-filled; }
|
|
9630
8589
|
.#{$ti-prefix}-square-rounded-arrow-right:before { content: $ti-icon-square-rounded-arrow-right; }
|
|
9631
|
-
.#{$ti-prefix}-square-rounded-arrow-right-filled:before { content: $ti-icon-square-rounded-arrow-right-filled; }
|
|
9632
8590
|
.#{$ti-prefix}-square-rounded-arrow-up:before { content: $ti-icon-square-rounded-arrow-up; }
|
|
9633
|
-
.#{$ti-prefix}-square-rounded-arrow-up-filled:before { content: $ti-icon-square-rounded-arrow-up-filled; }
|
|
9634
8591
|
.#{$ti-prefix}-square-rounded-check:before { content: $ti-icon-square-rounded-check; }
|
|
9635
|
-
.#{$ti-prefix}-square-rounded-check-filled:before { content: $ti-icon-square-rounded-check-filled; }
|
|
9636
8592
|
.#{$ti-prefix}-square-rounded-chevron-down:before { content: $ti-icon-square-rounded-chevron-down; }
|
|
9637
|
-
.#{$ti-prefix}-square-rounded-chevron-down-filled:before { content: $ti-icon-square-rounded-chevron-down-filled; }
|
|
9638
8593
|
.#{$ti-prefix}-square-rounded-chevron-left:before { content: $ti-icon-square-rounded-chevron-left; }
|
|
9639
|
-
.#{$ti-prefix}-square-rounded-chevron-left-filled:before { content: $ti-icon-square-rounded-chevron-left-filled; }
|
|
9640
8594
|
.#{$ti-prefix}-square-rounded-chevron-right:before { content: $ti-icon-square-rounded-chevron-right; }
|
|
9641
|
-
.#{$ti-prefix}-square-rounded-chevron-right-filled:before { content: $ti-icon-square-rounded-chevron-right-filled; }
|
|
9642
8595
|
.#{$ti-prefix}-square-rounded-chevron-up:before { content: $ti-icon-square-rounded-chevron-up; }
|
|
9643
|
-
.#{$ti-prefix}-square-rounded-chevron-up-filled:before { content: $ti-icon-square-rounded-chevron-up-filled; }
|
|
9644
8596
|
.#{$ti-prefix}-square-rounded-chevrons-down:before { content: $ti-icon-square-rounded-chevrons-down; }
|
|
9645
|
-
.#{$ti-prefix}-square-rounded-chevrons-down-filled:before { content: $ti-icon-square-rounded-chevrons-down-filled; }
|
|
9646
8597
|
.#{$ti-prefix}-square-rounded-chevrons-left:before { content: $ti-icon-square-rounded-chevrons-left; }
|
|
9647
|
-
.#{$ti-prefix}-square-rounded-chevrons-left-filled:before { content: $ti-icon-square-rounded-chevrons-left-filled; }
|
|
9648
8598
|
.#{$ti-prefix}-square-rounded-chevrons-right:before { content: $ti-icon-square-rounded-chevrons-right; }
|
|
9649
|
-
.#{$ti-prefix}-square-rounded-chevrons-right-filled:before { content: $ti-icon-square-rounded-chevrons-right-filled; }
|
|
9650
8599
|
.#{$ti-prefix}-square-rounded-chevrons-up:before { content: $ti-icon-square-rounded-chevrons-up; }
|
|
9651
|
-
.#{$ti-prefix}-square-rounded-chevrons-up-filled:before { content: $ti-icon-square-rounded-chevrons-up-filled; }
|
|
9652
|
-
.#{$ti-prefix}-square-rounded-filled:before { content: $ti-icon-square-rounded-filled; }
|
|
9653
8600
|
.#{$ti-prefix}-square-rounded-letter-a:before { content: $ti-icon-square-rounded-letter-a; }
|
|
9654
|
-
.#{$ti-prefix}-square-rounded-letter-a-filled:before { content: $ti-icon-square-rounded-letter-a-filled; }
|
|
9655
8601
|
.#{$ti-prefix}-square-rounded-letter-b:before { content: $ti-icon-square-rounded-letter-b; }
|
|
9656
|
-
.#{$ti-prefix}-square-rounded-letter-b-filled:before { content: $ti-icon-square-rounded-letter-b-filled; }
|
|
9657
8602
|
.#{$ti-prefix}-square-rounded-letter-c:before { content: $ti-icon-square-rounded-letter-c; }
|
|
9658
|
-
.#{$ti-prefix}-square-rounded-letter-c-filled:before { content: $ti-icon-square-rounded-letter-c-filled; }
|
|
9659
8603
|
.#{$ti-prefix}-square-rounded-letter-d:before { content: $ti-icon-square-rounded-letter-d; }
|
|
9660
|
-
.#{$ti-prefix}-square-rounded-letter-d-filled:before { content: $ti-icon-square-rounded-letter-d-filled; }
|
|
9661
8604
|
.#{$ti-prefix}-square-rounded-letter-e:before { content: $ti-icon-square-rounded-letter-e; }
|
|
9662
|
-
.#{$ti-prefix}-square-rounded-letter-e-filled:before { content: $ti-icon-square-rounded-letter-e-filled; }
|
|
9663
8605
|
.#{$ti-prefix}-square-rounded-letter-f:before { content: $ti-icon-square-rounded-letter-f; }
|
|
9664
|
-
.#{$ti-prefix}-square-rounded-letter-f-filled:before { content: $ti-icon-square-rounded-letter-f-filled; }
|
|
9665
8606
|
.#{$ti-prefix}-square-rounded-letter-g:before { content: $ti-icon-square-rounded-letter-g; }
|
|
9666
|
-
.#{$ti-prefix}-square-rounded-letter-g-filled:before { content: $ti-icon-square-rounded-letter-g-filled; }
|
|
9667
8607
|
.#{$ti-prefix}-square-rounded-letter-h:before { content: $ti-icon-square-rounded-letter-h; }
|
|
9668
|
-
.#{$ti-prefix}-square-rounded-letter-h-filled:before { content: $ti-icon-square-rounded-letter-h-filled; }
|
|
9669
8608
|
.#{$ti-prefix}-square-rounded-letter-i:before { content: $ti-icon-square-rounded-letter-i; }
|
|
9670
|
-
.#{$ti-prefix}-square-rounded-letter-i-filled:before { content: $ti-icon-square-rounded-letter-i-filled; }
|
|
9671
8609
|
.#{$ti-prefix}-square-rounded-letter-j:before { content: $ti-icon-square-rounded-letter-j; }
|
|
9672
|
-
.#{$ti-prefix}-square-rounded-letter-j-filled:before { content: $ti-icon-square-rounded-letter-j-filled; }
|
|
9673
8610
|
.#{$ti-prefix}-square-rounded-letter-k:before { content: $ti-icon-square-rounded-letter-k; }
|
|
9674
|
-
.#{$ti-prefix}-square-rounded-letter-k-filled:before { content: $ti-icon-square-rounded-letter-k-filled; }
|
|
9675
8611
|
.#{$ti-prefix}-square-rounded-letter-l:before { content: $ti-icon-square-rounded-letter-l; }
|
|
9676
|
-
.#{$ti-prefix}-square-rounded-letter-l-filled:before { content: $ti-icon-square-rounded-letter-l-filled; }
|
|
9677
8612
|
.#{$ti-prefix}-square-rounded-letter-m:before { content: $ti-icon-square-rounded-letter-m; }
|
|
9678
|
-
.#{$ti-prefix}-square-rounded-letter-m-filled:before { content: $ti-icon-square-rounded-letter-m-filled; }
|
|
9679
8613
|
.#{$ti-prefix}-square-rounded-letter-n:before { content: $ti-icon-square-rounded-letter-n; }
|
|
9680
|
-
.#{$ti-prefix}-square-rounded-letter-n-filled:before { content: $ti-icon-square-rounded-letter-n-filled; }
|
|
9681
8614
|
.#{$ti-prefix}-square-rounded-letter-o:before { content: $ti-icon-square-rounded-letter-o; }
|
|
9682
|
-
.#{$ti-prefix}-square-rounded-letter-o-filled:before { content: $ti-icon-square-rounded-letter-o-filled; }
|
|
9683
8615
|
.#{$ti-prefix}-square-rounded-letter-p:before { content: $ti-icon-square-rounded-letter-p; }
|
|
9684
|
-
.#{$ti-prefix}-square-rounded-letter-p-filled:before { content: $ti-icon-square-rounded-letter-p-filled; }
|
|
9685
8616
|
.#{$ti-prefix}-square-rounded-letter-q:before { content: $ti-icon-square-rounded-letter-q; }
|
|
9686
|
-
.#{$ti-prefix}-square-rounded-letter-q-filled:before { content: $ti-icon-square-rounded-letter-q-filled; }
|
|
9687
8617
|
.#{$ti-prefix}-square-rounded-letter-r:before { content: $ti-icon-square-rounded-letter-r; }
|
|
9688
|
-
.#{$ti-prefix}-square-rounded-letter-r-filled:before { content: $ti-icon-square-rounded-letter-r-filled; }
|
|
9689
8618
|
.#{$ti-prefix}-square-rounded-letter-s:before { content: $ti-icon-square-rounded-letter-s; }
|
|
9690
|
-
.#{$ti-prefix}-square-rounded-letter-s-filled:before { content: $ti-icon-square-rounded-letter-s-filled; }
|
|
9691
8619
|
.#{$ti-prefix}-square-rounded-letter-t:before { content: $ti-icon-square-rounded-letter-t; }
|
|
9692
|
-
.#{$ti-prefix}-square-rounded-letter-t-filled:before { content: $ti-icon-square-rounded-letter-t-filled; }
|
|
9693
8620
|
.#{$ti-prefix}-square-rounded-letter-u:before { content: $ti-icon-square-rounded-letter-u; }
|
|
9694
|
-
.#{$ti-prefix}-square-rounded-letter-u-filled:before { content: $ti-icon-square-rounded-letter-u-filled; }
|
|
9695
8621
|
.#{$ti-prefix}-square-rounded-letter-v:before { content: $ti-icon-square-rounded-letter-v; }
|
|
9696
|
-
.#{$ti-prefix}-square-rounded-letter-v-filled:before { content: $ti-icon-square-rounded-letter-v-filled; }
|
|
9697
8622
|
.#{$ti-prefix}-square-rounded-letter-w:before { content: $ti-icon-square-rounded-letter-w; }
|
|
9698
|
-
.#{$ti-prefix}-square-rounded-letter-w-filled:before { content: $ti-icon-square-rounded-letter-w-filled; }
|
|
9699
8623
|
.#{$ti-prefix}-square-rounded-letter-x:before { content: $ti-icon-square-rounded-letter-x; }
|
|
9700
|
-
.#{$ti-prefix}-square-rounded-letter-x-filled:before { content: $ti-icon-square-rounded-letter-x-filled; }
|
|
9701
8624
|
.#{$ti-prefix}-square-rounded-letter-y:before { content: $ti-icon-square-rounded-letter-y; }
|
|
9702
|
-
.#{$ti-prefix}-square-rounded-letter-y-filled:before { content: $ti-icon-square-rounded-letter-y-filled; }
|
|
9703
8625
|
.#{$ti-prefix}-square-rounded-letter-z:before { content: $ti-icon-square-rounded-letter-z; }
|
|
9704
|
-
.#{$ti-prefix}-square-rounded-letter-z-filled:before { content: $ti-icon-square-rounded-letter-z-filled; }
|
|
9705
8626
|
.#{$ti-prefix}-square-rounded-minus:before { content: $ti-icon-square-rounded-minus; }
|
|
9706
8627
|
.#{$ti-prefix}-square-rounded-minus-2:before { content: $ti-icon-square-rounded-minus-2; }
|
|
9707
|
-
.#{$ti-prefix}-square-rounded-minus-filled:before { content: $ti-icon-square-rounded-minus-filled; }
|
|
9708
8628
|
.#{$ti-prefix}-square-rounded-number-0:before { content: $ti-icon-square-rounded-number-0; }
|
|
9709
|
-
.#{$ti-prefix}-square-rounded-number-0-filled:before { content: $ti-icon-square-rounded-number-0-filled; }
|
|
9710
8629
|
.#{$ti-prefix}-square-rounded-number-1:before { content: $ti-icon-square-rounded-number-1; }
|
|
9711
|
-
.#{$ti-prefix}-square-rounded-number-1-filled:before { content: $ti-icon-square-rounded-number-1-filled; }
|
|
9712
8630
|
.#{$ti-prefix}-square-rounded-number-2:before { content: $ti-icon-square-rounded-number-2; }
|
|
9713
|
-
.#{$ti-prefix}-square-rounded-number-2-filled:before { content: $ti-icon-square-rounded-number-2-filled; }
|
|
9714
8631
|
.#{$ti-prefix}-square-rounded-number-3:before { content: $ti-icon-square-rounded-number-3; }
|
|
9715
|
-
.#{$ti-prefix}-square-rounded-number-3-filled:before { content: $ti-icon-square-rounded-number-3-filled; }
|
|
9716
8632
|
.#{$ti-prefix}-square-rounded-number-4:before { content: $ti-icon-square-rounded-number-4; }
|
|
9717
|
-
.#{$ti-prefix}-square-rounded-number-4-filled:before { content: $ti-icon-square-rounded-number-4-filled; }
|
|
9718
8633
|
.#{$ti-prefix}-square-rounded-number-5:before { content: $ti-icon-square-rounded-number-5; }
|
|
9719
|
-
.#{$ti-prefix}-square-rounded-number-5-filled:before { content: $ti-icon-square-rounded-number-5-filled; }
|
|
9720
8634
|
.#{$ti-prefix}-square-rounded-number-6:before { content: $ti-icon-square-rounded-number-6; }
|
|
9721
|
-
.#{$ti-prefix}-square-rounded-number-6-filled:before { content: $ti-icon-square-rounded-number-6-filled; }
|
|
9722
8635
|
.#{$ti-prefix}-square-rounded-number-7:before { content: $ti-icon-square-rounded-number-7; }
|
|
9723
|
-
.#{$ti-prefix}-square-rounded-number-7-filled:before { content: $ti-icon-square-rounded-number-7-filled; }
|
|
9724
8636
|
.#{$ti-prefix}-square-rounded-number-8:before { content: $ti-icon-square-rounded-number-8; }
|
|
9725
|
-
.#{$ti-prefix}-square-rounded-number-8-filled:before { content: $ti-icon-square-rounded-number-8-filled; }
|
|
9726
8637
|
.#{$ti-prefix}-square-rounded-number-9:before { content: $ti-icon-square-rounded-number-9; }
|
|
9727
|
-
.#{$ti-prefix}-square-rounded-number-9-filled:before { content: $ti-icon-square-rounded-number-9-filled; }
|
|
9728
8638
|
.#{$ti-prefix}-square-rounded-percentage:before { content: $ti-icon-square-rounded-percentage; }
|
|
9729
8639
|
.#{$ti-prefix}-square-rounded-plus:before { content: $ti-icon-square-rounded-plus; }
|
|
9730
8640
|
.#{$ti-prefix}-square-rounded-plus-2:before { content: $ti-icon-square-rounded-plus-2; }
|
|
9731
|
-
.#{$ti-prefix}-square-rounded-plus-filled:before { content: $ti-icon-square-rounded-plus-filled; }
|
|
9732
8641
|
.#{$ti-prefix}-square-rounded-x:before { content: $ti-icon-square-rounded-x; }
|
|
9733
|
-
.#{$ti-prefix}-square-rounded-x-filled:before { content: $ti-icon-square-rounded-x-filled; }
|
|
9734
8642
|
.#{$ti-prefix}-square-toggle:before { content: $ti-icon-square-toggle; }
|
|
9735
8643
|
.#{$ti-prefix}-square-toggle-horizontal:before { content: $ti-icon-square-toggle-horizontal; }
|
|
9736
8644
|
.#{$ti-prefix}-square-x:before { content: $ti-icon-square-x; }
|
|
9737
|
-
.#{$ti-prefix}-
|
|
8645
|
+
.#{$ti-prefix}-squares:before { content: $ti-icon-squares; }
|
|
9738
8646
|
.#{$ti-prefix}-squares-diagonal:before { content: $ti-icon-squares-diagonal; }
|
|
9739
|
-
.#{$ti-prefix}-squares-filled:before { content: $ti-icon-squares-filled; }
|
|
9740
8647
|
.#{$ti-prefix}-stack:before { content: $ti-icon-stack; }
|
|
9741
8648
|
.#{$ti-prefix}-stack-2:before { content: $ti-icon-stack-2; }
|
|
9742
|
-
.#{$ti-prefix}-stack-2-filled:before { content: $ti-icon-stack-2-filled; }
|
|
9743
8649
|
.#{$ti-prefix}-stack-3:before { content: $ti-icon-stack-3; }
|
|
9744
|
-
.#{$ti-prefix}-stack-3-filled:before { content: $ti-icon-stack-3-filled; }
|
|
9745
8650
|
.#{$ti-prefix}-stack-back:before { content: $ti-icon-stack-back; }
|
|
9746
8651
|
.#{$ti-prefix}-stack-backward:before { content: $ti-icon-stack-backward; }
|
|
9747
|
-
.#{$ti-prefix}-stack-filled:before { content: $ti-icon-stack-filled; }
|
|
9748
8652
|
.#{$ti-prefix}-stack-forward:before { content: $ti-icon-stack-forward; }
|
|
9749
8653
|
.#{$ti-prefix}-stack-front:before { content: $ti-icon-stack-front; }
|
|
9750
8654
|
.#{$ti-prefix}-stack-middle:before { content: $ti-icon-stack-middle; }
|
|
@@ -9754,12 +8658,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9754
8658
|
.#{$ti-prefix}-stairs-down:before { content: $ti-icon-stairs-down; }
|
|
9755
8659
|
.#{$ti-prefix}-stairs-up:before { content: $ti-icon-stairs-up; }
|
|
9756
8660
|
.#{$ti-prefix}-star:before { content: $ti-icon-star; }
|
|
9757
|
-
.#{$ti-prefix}-star-filled:before { content: $ti-icon-star-filled; }
|
|
9758
8661
|
.#{$ti-prefix}-star-half:before { content: $ti-icon-star-half; }
|
|
9759
|
-
.#{$ti-prefix}-star-half-filled:before { content: $ti-icon-star-half-filled; }
|
|
9760
8662
|
.#{$ti-prefix}-star-off:before { content: $ti-icon-star-off; }
|
|
9761
8663
|
.#{$ti-prefix}-stars:before { content: $ti-icon-stars; }
|
|
9762
|
-
.#{$ti-prefix}-stars-filled:before { content: $ti-icon-stars-filled; }
|
|
9763
8664
|
.#{$ti-prefix}-stars-off:before { content: $ti-icon-stars-off; }
|
|
9764
8665
|
.#{$ti-prefix}-status-change:before { content: $ti-icon-status-change; }
|
|
9765
8666
|
.#{$ti-prefix}-steam:before { content: $ti-icon-steam; }
|
|
@@ -9784,7 +8685,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9784
8685
|
.#{$ti-prefix}-sum-off:before { content: $ti-icon-sum-off; }
|
|
9785
8686
|
.#{$ti-prefix}-sun:before { content: $ti-icon-sun; }
|
|
9786
8687
|
.#{$ti-prefix}-sun-electricity:before { content: $ti-icon-sun-electricity; }
|
|
9787
|
-
.#{$ti-prefix}-sun-filled:before { content: $ti-icon-sun-filled; }
|
|
9788
8688
|
.#{$ti-prefix}-sun-high:before { content: $ti-icon-sun-high; }
|
|
9789
8689
|
.#{$ti-prefix}-sun-low:before { content: $ti-icon-sun-low; }
|
|
9790
8690
|
.#{$ti-prefix}-sun-moon:before { content: $ti-icon-sun-moon; }
|
|
@@ -9815,7 +8715,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9815
8715
|
.#{$ti-prefix}-table-column:before { content: $ti-icon-table-column; }
|
|
9816
8716
|
.#{$ti-prefix}-table-down:before { content: $ti-icon-table-down; }
|
|
9817
8717
|
.#{$ti-prefix}-table-export:before { content: $ti-icon-table-export; }
|
|
9818
|
-
.#{$ti-prefix}-table-filled:before { content: $ti-icon-table-filled; }
|
|
9819
8718
|
.#{$ti-prefix}-table-heart:before { content: $ti-icon-table-heart; }
|
|
9820
8719
|
.#{$ti-prefix}-table-import:before { content: $ti-icon-table-import; }
|
|
9821
8720
|
.#{$ti-prefix}-table-minus:before { content: $ti-icon-table-minus; }
|
|
@@ -9880,10 +8779,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9880
8779
|
.#{$ti-prefix}-theater:before { content: $ti-icon-theater; }
|
|
9881
8780
|
.#{$ti-prefix}-thermometer:before { content: $ti-icon-thermometer; }
|
|
9882
8781
|
.#{$ti-prefix}-thumb-down:before { content: $ti-icon-thumb-down; }
|
|
9883
|
-
.#{$ti-prefix}-thumb-down-filled:before { content: $ti-icon-thumb-down-filled; }
|
|
9884
8782
|
.#{$ti-prefix}-thumb-down-off:before { content: $ti-icon-thumb-down-off; }
|
|
9885
8783
|
.#{$ti-prefix}-thumb-up:before { content: $ti-icon-thumb-up; }
|
|
9886
|
-
.#{$ti-prefix}-thumb-up-filled:before { content: $ti-icon-thumb-up-filled; }
|
|
9887
8784
|
.#{$ti-prefix}-thumb-up-off:before { content: $ti-icon-thumb-up-off; }
|
|
9888
8785
|
.#{$ti-prefix}-tic-tac:before { content: $ti-icon-tic-tac; }
|
|
9889
8786
|
.#{$ti-prefix}-ticket:before { content: $ti-icon-ticket; }
|
|
@@ -9904,7 +8801,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9904
8801
|
.#{$ti-prefix}-timeline:before { content: $ti-icon-timeline; }
|
|
9905
8802
|
.#{$ti-prefix}-timeline-event:before { content: $ti-icon-timeline-event; }
|
|
9906
8803
|
.#{$ti-prefix}-timeline-event-exclamation:before { content: $ti-icon-timeline-event-exclamation; }
|
|
9907
|
-
.#{$ti-prefix}-timeline-event-filled:before { content: $ti-icon-timeline-event-filled; }
|
|
9908
8804
|
.#{$ti-prefix}-timeline-event-minus:before { content: $ti-icon-timeline-event-minus; }
|
|
9909
8805
|
.#{$ti-prefix}-timeline-event-plus:before { content: $ti-icon-timeline-event-plus; }
|
|
9910
8806
|
.#{$ti-prefix}-timeline-event-text:before { content: $ti-icon-timeline-event-text; }
|
|
@@ -9962,25 +8858,18 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9962
8858
|
.#{$ti-prefix}-transfer-out:before { content: $ti-icon-transfer-out; }
|
|
9963
8859
|
.#{$ti-prefix}-transfer-vertical:before { content: $ti-icon-transfer-vertical; }
|
|
9964
8860
|
.#{$ti-prefix}-transform:before { content: $ti-icon-transform; }
|
|
9965
|
-
.#{$ti-prefix}-transform-filled:before { content: $ti-icon-transform-filled; }
|
|
9966
8861
|
.#{$ti-prefix}-transform-point:before { content: $ti-icon-transform-point; }
|
|
9967
8862
|
.#{$ti-prefix}-transform-point-bottom-left:before { content: $ti-icon-transform-point-bottom-left; }
|
|
9968
8863
|
.#{$ti-prefix}-transform-point-bottom-right:before { content: $ti-icon-transform-point-bottom-right; }
|
|
9969
8864
|
.#{$ti-prefix}-transform-point-top-left:before { content: $ti-icon-transform-point-top-left; }
|
|
9970
8865
|
.#{$ti-prefix}-transform-point-top-right:before { content: $ti-icon-transform-point-top-right; }
|
|
9971
8866
|
.#{$ti-prefix}-transition-bottom:before { content: $ti-icon-transition-bottom; }
|
|
9972
|
-
.#{$ti-prefix}-transition-bottom-filled:before { content: $ti-icon-transition-bottom-filled; }
|
|
9973
8867
|
.#{$ti-prefix}-transition-left:before { content: $ti-icon-transition-left; }
|
|
9974
|
-
.#{$ti-prefix}-transition-left-filled:before { content: $ti-icon-transition-left-filled; }
|
|
9975
8868
|
.#{$ti-prefix}-transition-right:before { content: $ti-icon-transition-right; }
|
|
9976
|
-
.#{$ti-prefix}-transition-right-filled:before { content: $ti-icon-transition-right-filled; }
|
|
9977
8869
|
.#{$ti-prefix}-transition-top:before { content: $ti-icon-transition-top; }
|
|
9978
|
-
.#{$ti-prefix}-transition-top-filled:before { content: $ti-icon-transition-top-filled; }
|
|
9979
8870
|
.#{$ti-prefix}-trash:before { content: $ti-icon-trash; }
|
|
9980
|
-
.#{$ti-prefix}-trash-filled:before { content: $ti-icon-trash-filled; }
|
|
9981
8871
|
.#{$ti-prefix}-trash-off:before { content: $ti-icon-trash-off; }
|
|
9982
8872
|
.#{$ti-prefix}-trash-x:before { content: $ti-icon-trash-x; }
|
|
9983
|
-
.#{$ti-prefix}-trash-x-filled:before { content: $ti-icon-trash-x-filled; }
|
|
9984
8873
|
.#{$ti-prefix}-treadmill:before { content: $ti-icon-treadmill; }
|
|
9985
8874
|
.#{$ti-prefix}-tree:before { content: $ti-icon-tree; }
|
|
9986
8875
|
.#{$ti-prefix}-trees:before { content: $ti-icon-trees; }
|
|
@@ -9992,21 +8881,17 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9992
8881
|
.#{$ti-prefix}-trending-up-2:before { content: $ti-icon-trending-up-2; }
|
|
9993
8882
|
.#{$ti-prefix}-trending-up-3:before { content: $ti-icon-trending-up-3; }
|
|
9994
8883
|
.#{$ti-prefix}-triangle:before { content: $ti-icon-triangle; }
|
|
9995
|
-
.#{$ti-prefix}-triangle-filled:before { content: $ti-icon-triangle-filled; }
|
|
9996
8884
|
.#{$ti-prefix}-triangle-inverted:before { content: $ti-icon-triangle-inverted; }
|
|
9997
|
-
.#{$ti-prefix}-triangle-inverted-filled:before { content: $ti-icon-triangle-inverted-filled; }
|
|
9998
8885
|
.#{$ti-prefix}-triangle-minus:before { content: $ti-icon-triangle-minus; }
|
|
9999
8886
|
.#{$ti-prefix}-triangle-minus-2:before { content: $ti-icon-triangle-minus-2; }
|
|
10000
8887
|
.#{$ti-prefix}-triangle-off:before { content: $ti-icon-triangle-off; }
|
|
10001
8888
|
.#{$ti-prefix}-triangle-plus:before { content: $ti-icon-triangle-plus; }
|
|
10002
8889
|
.#{$ti-prefix}-triangle-plus-2:before { content: $ti-icon-triangle-plus-2; }
|
|
10003
8890
|
.#{$ti-prefix}-triangle-square-circle:before { content: $ti-icon-triangle-square-circle; }
|
|
10004
|
-
.#{$ti-prefix}-triangle-square-circle-filled:before { content: $ti-icon-triangle-square-circle-filled; }
|
|
10005
8891
|
.#{$ti-prefix}-triangles:before { content: $ti-icon-triangles; }
|
|
10006
8892
|
.#{$ti-prefix}-trident:before { content: $ti-icon-trident; }
|
|
10007
8893
|
.#{$ti-prefix}-trolley:before { content: $ti-icon-trolley; }
|
|
10008
8894
|
.#{$ti-prefix}-trophy:before { content: $ti-icon-trophy; }
|
|
10009
|
-
.#{$ti-prefix}-trophy-filled:before { content: $ti-icon-trophy-filled; }
|
|
10010
8895
|
.#{$ti-prefix}-trophy-off:before { content: $ti-icon-trophy-off; }
|
|
10011
8896
|
.#{$ti-prefix}-trowel:before { content: $ti-icon-trowel; }
|
|
10012
8897
|
.#{$ti-prefix}-truck:before { content: $ti-icon-truck; }
|
|
@@ -10021,7 +8906,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
10021
8906
|
.#{$ti-prefix}-ufo:before { content: $ti-icon-ufo; }
|
|
10022
8907
|
.#{$ti-prefix}-ufo-off:before { content: $ti-icon-ufo-off; }
|
|
10023
8908
|
.#{$ti-prefix}-umbrella:before { content: $ti-icon-umbrella; }
|
|
10024
|
-
.#{$ti-prefix}-umbrella-filled:before { content: $ti-icon-umbrella-filled; }
|
|
10025
8909
|
.#{$ti-prefix}-umbrella-off:before { content: $ti-icon-umbrella-off; }
|
|
10026
8910
|
.#{$ti-prefix}-underline:before { content: $ti-icon-underline; }
|
|
10027
8911
|
.#{$ti-prefix}-universe:before { content: $ti-icon-universe; }
|
|
@@ -10040,7 +8924,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
10040
8924
|
.#{$ti-prefix}-user-down:before { content: $ti-icon-user-down; }
|
|
10041
8925
|
.#{$ti-prefix}-user-edit:before { content: $ti-icon-user-edit; }
|
|
10042
8926
|
.#{$ti-prefix}-user-exclamation:before { content: $ti-icon-user-exclamation; }
|
|
10043
|
-
.#{$ti-prefix}-user-filled:before { content: $ti-icon-user-filled; }
|
|
10044
8927
|
.#{$ti-prefix}-user-heart:before { content: $ti-icon-user-heart; }
|
|
10045
8928
|
.#{$ti-prefix}-user-hexagon:before { content: $ti-icon-user-hexagon; }
|
|
10046
8929
|
.#{$ti-prefix}-user-minus:before { content: $ti-icon-user-minus; }
|
|
@@ -10085,7 +8968,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
10085
8968
|
.#{$ti-prefix}-vector-triangle-off:before { content: $ti-icon-vector-triangle-off; }
|
|
10086
8969
|
.#{$ti-prefix}-venus:before { content: $ti-icon-venus; }
|
|
10087
8970
|
.#{$ti-prefix}-versions:before { content: $ti-icon-versions; }
|
|
10088
|
-
.#{$ti-prefix}-versions-filled:before { content: $ti-icon-versions-filled; }
|
|
10089
8971
|
.#{$ti-prefix}-versions-off:before { content: $ti-icon-versions-off; }
|
|
10090
8972
|
.#{$ti-prefix}-video:before { content: $ti-icon-video; }
|
|
10091
8973
|
.#{$ti-prefix}-video-minus:before { content: $ti-icon-video-minus; }
|
|
@@ -10171,7 +9053,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
10171
9053
|
.#{$ti-prefix}-wind-electricity:before { content: $ti-icon-wind-electricity; }
|
|
10172
9054
|
.#{$ti-prefix}-wind-off:before { content: $ti-icon-wind-off; }
|
|
10173
9055
|
.#{$ti-prefix}-windmill:before { content: $ti-icon-windmill; }
|
|
10174
|
-
.#{$ti-prefix}-windmill-filled:before { content: $ti-icon-windmill-filled; }
|
|
10175
9056
|
.#{$ti-prefix}-windmill-off:before { content: $ti-icon-windmill-off; }
|
|
10176
9057
|
.#{$ti-prefix}-window:before { content: $ti-icon-window; }
|
|
10177
9058
|
.#{$ti-prefix}-window-maximize:before { content: $ti-icon-window-maximize; }
|
|
@@ -10221,7 +9102,6 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
10221
9102
|
.#{$ti-prefix}-xd:before { content: $ti-icon-xd; }
|
|
10222
9103
|
.#{$ti-prefix}-xxx:before { content: $ti-icon-xxx; }
|
|
10223
9104
|
.#{$ti-prefix}-yin-yang:before { content: $ti-icon-yin-yang; }
|
|
10224
|
-
.#{$ti-prefix}-yin-yang-filled:before { content: $ti-icon-yin-yang-filled; }
|
|
10225
9105
|
.#{$ti-prefix}-yoga:before { content: $ti-icon-yoga; }
|
|
10226
9106
|
.#{$ti-prefix}-zeppelin:before { content: $ti-icon-zeppelin; }
|
|
10227
9107
|
.#{$ti-prefix}-zeppelin-off:before { content: $ti-icon-zeppelin-off; }
|
|
@@ -10238,20 +9118,16 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
10238
9118
|
.#{$ti-prefix}-zodiac-scorpio:before { content: $ti-icon-zodiac-scorpio; }
|
|
10239
9119
|
.#{$ti-prefix}-zodiac-taurus:before { content: $ti-icon-zodiac-taurus; }
|
|
10240
9120
|
.#{$ti-prefix}-zodiac-virgo:before { content: $ti-icon-zodiac-virgo; }
|
|
9121
|
+
.#{$ti-prefix}-zoom:before { content: $ti-icon-zoom; }
|
|
10241
9122
|
.#{$ti-prefix}-zoom-cancel:before { content: $ti-icon-zoom-cancel; }
|
|
10242
9123
|
.#{$ti-prefix}-zoom-check:before { content: $ti-icon-zoom-check; }
|
|
10243
|
-
.#{$ti-prefix}-zoom-check-filled:before { content: $ti-icon-zoom-check-filled; }
|
|
10244
9124
|
.#{$ti-prefix}-zoom-code:before { content: $ti-icon-zoom-code; }
|
|
10245
9125
|
.#{$ti-prefix}-zoom-exclamation:before { content: $ti-icon-zoom-exclamation; }
|
|
10246
|
-
.#{$ti-prefix}-zoom-filled:before { content: $ti-icon-zoom-filled; }
|
|
10247
9126
|
.#{$ti-prefix}-zoom-in:before { content: $ti-icon-zoom-in; }
|
|
10248
9127
|
.#{$ti-prefix}-zoom-in-area:before { content: $ti-icon-zoom-in-area; }
|
|
10249
|
-
.#{$ti-prefix}-zoom-in-area-filled:before { content: $ti-icon-zoom-in-area-filled; }
|
|
10250
|
-
.#{$ti-prefix}-zoom-in-filled:before { content: $ti-icon-zoom-in-filled; }
|
|
10251
9128
|
.#{$ti-prefix}-zoom-money:before { content: $ti-icon-zoom-money; }
|
|
10252
9129
|
.#{$ti-prefix}-zoom-out:before { content: $ti-icon-zoom-out; }
|
|
10253
9130
|
.#{$ti-prefix}-zoom-out-area:before { content: $ti-icon-zoom-out-area; }
|
|
10254
|
-
.#{$ti-prefix}-zoom-out-filled:before { content: $ti-icon-zoom-out-filled; }
|
|
10255
9131
|
.#{$ti-prefix}-zoom-pan:before { content: $ti-icon-zoom-pan; }
|
|
10256
9132
|
.#{$ti-prefix}-zoom-question:before { content: $ti-icon-zoom-question; }
|
|
10257
9133
|
.#{$ti-prefix}-zoom-replace:before { content: $ti-icon-zoom-replace; }
|
|
@@ -10265,7 +9141,36 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
10265
9141
|
.#{$ti-prefix}-discount-2:before { content: $ti-icon-rosette-discount; }
|
|
10266
9142
|
.#{$ti-prefix}-discount-2-off:before { content: $ti-icon-rosette-discount-off; }
|
|
10267
9143
|
.#{$ti-prefix}-discount-check:before { content: $ti-icon-rosette-discount-check; }
|
|
10268
|
-
.#{$ti-prefix}-discount-check-filled:before { content: $ti-icon-rosette-discount-check-filled; }
|
|
10269
9144
|
.#{$ti-prefix}-hand-rock:before { content: $ti-icon-hand-love-you; }
|
|
10270
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; }
|
|
10271
9176
|
|