@quintoandar-tokko/fonts 1.0.135
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/lib/index.js +10 -0
- package/package.json +14 -0
- package/styles/fonts/Nunito Sans/NunitoSans-Black.ttf +0 -0
- package/styles/fonts/Nunito Sans/NunitoSans-BlackItalic.ttf +0 -0
- package/styles/fonts/Nunito Sans/NunitoSans-Bold.ttf +0 -0
- package/styles/fonts/Nunito Sans/NunitoSans-BoldItalic.ttf +0 -0
- package/styles/fonts/Nunito Sans/NunitoSans-ExtraBold.ttf +0 -0
- package/styles/fonts/Nunito Sans/NunitoSans-ExtraBoldItalic.ttf +0 -0
- package/styles/fonts/Nunito Sans/NunitoSans-ExtraLight.ttf +0 -0
- package/styles/fonts/Nunito Sans/NunitoSans-ExtraLightItalic.ttf +0 -0
- package/styles/fonts/Nunito Sans/NunitoSans-Italic.ttf +0 -0
- package/styles/fonts/Nunito Sans/NunitoSans-Light.ttf +0 -0
- package/styles/fonts/Nunito Sans/NunitoSans-LightItalic.ttf +0 -0
- package/styles/fonts/Nunito Sans/NunitoSans-Regular.ttf +0 -0
- package/styles/fonts/Nunito Sans/NunitoSans-SemiBold.ttf +0 -0
- package/styles/fonts/Nunito Sans/NunitoSans-SemiBoldItalic.ttf +0 -0
- package/styles/fonts/Nunito Sans/OFL.txt +93 -0
- package/styles/fonts/tokko-icons/tokkobroker.eot +0 -0
- package/styles/fonts/tokko-icons/tokkobroker.svg +227 -0
- package/styles/fonts/tokko-icons/tokkobroker.ttf +0 -0
- package/styles/fonts/tokko-icons/tokkobroker.woff +0 -0
- package/styles/fonts.css +1 -0
- package/styles/tokko-icons.css +678 -0
|
Binary file
|
|
Binary file
|
package/styles/fonts.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
|
|
@@ -0,0 +1,678 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "tokkobroker";
|
|
3
|
+
src:url("./fonts/tokko-icons/tokkobroker.eot");
|
|
4
|
+
src:url("./fonts/tokko-icons/tokkobroker.eot") format("embedded-opentype"),
|
|
5
|
+
url("./fonts/tokko-icons/tokkobroker.woff") format("woff"),
|
|
6
|
+
url("./fonts/tokko-icons/tokkobroker.ttf") format("truetype"),
|
|
7
|
+
url("./fonts/tokko-icons/tokkobroker.svg") format("svg");
|
|
8
|
+
font-weight: normal;
|
|
9
|
+
font-style: normal;
|
|
10
|
+
font-display: block;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
[class^="icon-"], [class*=" icon-"] {
|
|
14
|
+
/* use !important to prevent issues with browser extensions that change fonts */
|
|
15
|
+
font-family: 'tokkobroker' !important;
|
|
16
|
+
speak: never;
|
|
17
|
+
font-style: normal;
|
|
18
|
+
font-weight: normal;
|
|
19
|
+
font-variant: normal;
|
|
20
|
+
text-transform: none;
|
|
21
|
+
line-height: 1;
|
|
22
|
+
|
|
23
|
+
/* Better Font Rendering =========== */
|
|
24
|
+
-webkit-font-smoothing: antialiased;
|
|
25
|
+
-moz-osx-font-smoothing: grayscale;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.icon-acciones:before {
|
|
29
|
+
content: "\e900";
|
|
30
|
+
}
|
|
31
|
+
.icon-aceptar:before {
|
|
32
|
+
content: "\e901";
|
|
33
|
+
}
|
|
34
|
+
.icon-adicionales:before {
|
|
35
|
+
content: "\e902";
|
|
36
|
+
}
|
|
37
|
+
.icon-adjuntar:before {
|
|
38
|
+
content: "\e903";
|
|
39
|
+
}
|
|
40
|
+
.icon-admin:before {
|
|
41
|
+
content: "\e904";
|
|
42
|
+
}
|
|
43
|
+
.icon-agenda:before {
|
|
44
|
+
content: "\e905";
|
|
45
|
+
}
|
|
46
|
+
.icon-agente:before {
|
|
47
|
+
content: "\e906";
|
|
48
|
+
}
|
|
49
|
+
.icon-agregar:before {
|
|
50
|
+
content: "\e907";
|
|
51
|
+
}
|
|
52
|
+
.icon-aguacorriente:before {
|
|
53
|
+
content: "\e908";
|
|
54
|
+
}
|
|
55
|
+
.icon-ai:before {
|
|
56
|
+
content: "\e909";
|
|
57
|
+
}
|
|
58
|
+
.icon-alerta_round:before {
|
|
59
|
+
content: "\e90a";
|
|
60
|
+
}
|
|
61
|
+
.icon-ambientes:before {
|
|
62
|
+
content: "\e90b";
|
|
63
|
+
}
|
|
64
|
+
.icon-analisiscontactos:before {
|
|
65
|
+
content: "\e90c";
|
|
66
|
+
}
|
|
67
|
+
.icon-appexchange:before {
|
|
68
|
+
content: "\e90d";
|
|
69
|
+
}
|
|
70
|
+
.icon-apple:before {
|
|
71
|
+
content: "\e90e";
|
|
72
|
+
}
|
|
73
|
+
.icon-archivos:before {
|
|
74
|
+
content: "\e90f";
|
|
75
|
+
}
|
|
76
|
+
.icon-atras:before {
|
|
77
|
+
content: "\e910";
|
|
78
|
+
}
|
|
79
|
+
.icon-audio:before {
|
|
80
|
+
content: "\e911";
|
|
81
|
+
}
|
|
82
|
+
.icon-bajada:before {
|
|
83
|
+
content: "\e912";
|
|
84
|
+
}
|
|
85
|
+
.icon-balconterraza:before {
|
|
86
|
+
content: "\e913";
|
|
87
|
+
}
|
|
88
|
+
.icon-bandejadeentrada:before {
|
|
89
|
+
content: "\e914";
|
|
90
|
+
}
|
|
91
|
+
.icon-banos:before {
|
|
92
|
+
content: "\e915";
|
|
93
|
+
}
|
|
94
|
+
.icon-bold:before {
|
|
95
|
+
content: "\e916";
|
|
96
|
+
}
|
|
97
|
+
.icon-bullets:before {
|
|
98
|
+
content: "\e917";
|
|
99
|
+
}
|
|
100
|
+
.icon-buscar:before {
|
|
101
|
+
content: "\e918";
|
|
102
|
+
}
|
|
103
|
+
.icon-busquedareciente:before {
|
|
104
|
+
content: "\e919";
|
|
105
|
+
}
|
|
106
|
+
.icon-calendario:before {
|
|
107
|
+
content: "\e91a";
|
|
108
|
+
}
|
|
109
|
+
.icon-camara:before {
|
|
110
|
+
content: "\e91b";
|
|
111
|
+
}
|
|
112
|
+
.icon-celular:before {
|
|
113
|
+
content: "\e91c";
|
|
114
|
+
}
|
|
115
|
+
.icon-center-align:before {
|
|
116
|
+
content: "\e91d";
|
|
117
|
+
}
|
|
118
|
+
.icon-cerrar:before {
|
|
119
|
+
content: "\e91e";
|
|
120
|
+
}
|
|
121
|
+
.icon-cerraroportunidad:before {
|
|
122
|
+
content: "\e91f";
|
|
123
|
+
}
|
|
124
|
+
.icon-check:before {
|
|
125
|
+
content: "\e920";
|
|
126
|
+
}
|
|
127
|
+
.icon-cochera:before {
|
|
128
|
+
content: "\e921";
|
|
129
|
+
}
|
|
130
|
+
.icon-colapsar:before {
|
|
131
|
+
content: "\e922";
|
|
132
|
+
}
|
|
133
|
+
.icon-colega:before {
|
|
134
|
+
content: "\e923";
|
|
135
|
+
}
|
|
136
|
+
.icon-comparar:before {
|
|
137
|
+
content: "\e924";
|
|
138
|
+
}
|
|
139
|
+
.icon-compartir:before {
|
|
140
|
+
content: "\e925";
|
|
141
|
+
}
|
|
142
|
+
.icon-comprar:before {
|
|
143
|
+
content: "\e926";
|
|
144
|
+
}
|
|
145
|
+
.icon-condicion:before {
|
|
146
|
+
content: "\e927";
|
|
147
|
+
}
|
|
148
|
+
.icon-configuracion:before {
|
|
149
|
+
content: "\e928";
|
|
150
|
+
}
|
|
151
|
+
.icon-consultas:before {
|
|
152
|
+
content: "\e929";
|
|
153
|
+
}
|
|
154
|
+
.icon-contactos:before {
|
|
155
|
+
content: "\e92a";
|
|
156
|
+
}
|
|
157
|
+
.icon-contactoscreadosporetiqueta:before {
|
|
158
|
+
content: "\e92b";
|
|
159
|
+
}
|
|
160
|
+
.icon-copiar:before {
|
|
161
|
+
content: "\e92c";
|
|
162
|
+
}
|
|
163
|
+
.icon-cronometro:before {
|
|
164
|
+
content: "\e92d";
|
|
165
|
+
}
|
|
166
|
+
.icon-cropimage:before {
|
|
167
|
+
content: "\e92e";
|
|
168
|
+
}
|
|
169
|
+
.icon-cubierta:before {
|
|
170
|
+
content: "\e92f";
|
|
171
|
+
}
|
|
172
|
+
.icon-dashboard:before {
|
|
173
|
+
content: "\e930";
|
|
174
|
+
}
|
|
175
|
+
.icon-denunciar:before {
|
|
176
|
+
content: "\e931";
|
|
177
|
+
}
|
|
178
|
+
.icon-descargar:before {
|
|
179
|
+
content: "\e932";
|
|
180
|
+
}
|
|
181
|
+
.icon-deshacer:before {
|
|
182
|
+
content: "\e933";
|
|
183
|
+
}
|
|
184
|
+
.icon-deslinkear:before {
|
|
185
|
+
content: "\e934";
|
|
186
|
+
}
|
|
187
|
+
.icon-destaque:before {
|
|
188
|
+
content: "\e935";
|
|
189
|
+
}
|
|
190
|
+
.icon-difusion:before {
|
|
191
|
+
content: "\e936";
|
|
192
|
+
}
|
|
193
|
+
.icon-disponibilidad:before {
|
|
194
|
+
content: "\e937";
|
|
195
|
+
}
|
|
196
|
+
.icon-disposicion:before {
|
|
197
|
+
content: "\e938";
|
|
198
|
+
}
|
|
199
|
+
.icon-doblecheck:before {
|
|
200
|
+
content: "\e939";
|
|
201
|
+
}
|
|
202
|
+
.icon-dormitorios:before {
|
|
203
|
+
content: "\e93a";
|
|
204
|
+
}
|
|
205
|
+
.icon-dropdown:before {
|
|
206
|
+
content: "\e93b";
|
|
207
|
+
}
|
|
208
|
+
.icon-dudas:before {
|
|
209
|
+
content: "\e93c";
|
|
210
|
+
}
|
|
211
|
+
.icon-duplicados:before {
|
|
212
|
+
content: "\e93d";
|
|
213
|
+
}
|
|
214
|
+
.icon-editar:before {
|
|
215
|
+
content: "\e93e";
|
|
216
|
+
}
|
|
217
|
+
.icon-editarfichainfo:before {
|
|
218
|
+
content: "\e93f";
|
|
219
|
+
}
|
|
220
|
+
.icon-electricidad:before {
|
|
221
|
+
content: "\e940";
|
|
222
|
+
}
|
|
223
|
+
.icon-eliminar:before {
|
|
224
|
+
content: "\e941";
|
|
225
|
+
}
|
|
226
|
+
.icon-email:before {
|
|
227
|
+
content: "\e942";
|
|
228
|
+
}
|
|
229
|
+
.icon-emailabierto:before {
|
|
230
|
+
content: "\e943";
|
|
231
|
+
}
|
|
232
|
+
.icon-emprendimientos:before {
|
|
233
|
+
content: "\e944";
|
|
234
|
+
}
|
|
235
|
+
.icon-empresa:before {
|
|
236
|
+
content: "\e945";
|
|
237
|
+
}
|
|
238
|
+
.icon-enviar:before {
|
|
239
|
+
content: "\e946";
|
|
240
|
+
}
|
|
241
|
+
.icon-equivalencia:before {
|
|
242
|
+
content: "\e947";
|
|
243
|
+
}
|
|
244
|
+
.icon-error:before {
|
|
245
|
+
content: "\e948";
|
|
246
|
+
}
|
|
247
|
+
.icon-estadisticas:before {
|
|
248
|
+
content: "\e949";
|
|
249
|
+
}
|
|
250
|
+
.icon-etiquetas:before {
|
|
251
|
+
content: "\e94a";
|
|
252
|
+
}
|
|
253
|
+
.icon-eventocancelado:before {
|
|
254
|
+
content: "\e94b";
|
|
255
|
+
}
|
|
256
|
+
.icon-eventoconfirmado:before {
|
|
257
|
+
content: "\e94c";
|
|
258
|
+
}
|
|
259
|
+
.icon-eventodesconocido:before {
|
|
260
|
+
content: "\e94d";
|
|
261
|
+
}
|
|
262
|
+
.icon-excel:before {
|
|
263
|
+
content: "\e94e";
|
|
264
|
+
}
|
|
265
|
+
.icon-expand:before {
|
|
266
|
+
content: "\e94f";
|
|
267
|
+
}
|
|
268
|
+
.icon-expensas:before {
|
|
269
|
+
content: "\e950";
|
|
270
|
+
}
|
|
271
|
+
.icon-exportar:before {
|
|
272
|
+
content: "\e951";
|
|
273
|
+
}
|
|
274
|
+
.icon-facebook:before {
|
|
275
|
+
content: "\e952";
|
|
276
|
+
}
|
|
277
|
+
.icon-facturacion:before {
|
|
278
|
+
content: "\e953";
|
|
279
|
+
}
|
|
280
|
+
.icon-favoritos:before {
|
|
281
|
+
content: "\e954";
|
|
282
|
+
}
|
|
283
|
+
.icon-favoritossolido:before {
|
|
284
|
+
content: "\e955";
|
|
285
|
+
}
|
|
286
|
+
.icon-feedback:before {
|
|
287
|
+
content: "\e956";
|
|
288
|
+
}
|
|
289
|
+
.icon-filtros:before {
|
|
290
|
+
content: "\e957";
|
|
291
|
+
}
|
|
292
|
+
.icon-flechaabajo:before {
|
|
293
|
+
content: "\e958";
|
|
294
|
+
}
|
|
295
|
+
.icon-flechaarriba:before {
|
|
296
|
+
content: "\e959";
|
|
297
|
+
}
|
|
298
|
+
.icon-fondo:before {
|
|
299
|
+
content: "\e95a";
|
|
300
|
+
}
|
|
301
|
+
.icon-frente:before {
|
|
302
|
+
content: "\e95b";
|
|
303
|
+
}
|
|
304
|
+
.icon-gas:before {
|
|
305
|
+
content: "\e95c";
|
|
306
|
+
}
|
|
307
|
+
.icon-gestordearchivos:before {
|
|
308
|
+
content: "\e95d";
|
|
309
|
+
}
|
|
310
|
+
.icon-gimnasio:before {
|
|
311
|
+
content: "\e95e";
|
|
312
|
+
}
|
|
313
|
+
.icon-google:before {
|
|
314
|
+
content: "\e95f";
|
|
315
|
+
}
|
|
316
|
+
.icon-grupodecontactos:before {
|
|
317
|
+
content: "\e960";
|
|
318
|
+
}
|
|
319
|
+
.icon-guardar:before {
|
|
320
|
+
content: "\e961";
|
|
321
|
+
}
|
|
322
|
+
.icon-habilitarportal:before {
|
|
323
|
+
content: "\e962";
|
|
324
|
+
}
|
|
325
|
+
.icon-heading:before {
|
|
326
|
+
content: "\e963";
|
|
327
|
+
}
|
|
328
|
+
.icon-igcomentarios:before {
|
|
329
|
+
content: "\e964";
|
|
330
|
+
}
|
|
331
|
+
.icon-igenviar:before {
|
|
332
|
+
content: "\e965";
|
|
333
|
+
}
|
|
334
|
+
.icon-igguardar:before {
|
|
335
|
+
content: "\e966";
|
|
336
|
+
}
|
|
337
|
+
.icon-igmegusta:before {
|
|
338
|
+
content: "\e967";
|
|
339
|
+
}
|
|
340
|
+
.icon-imagenes:before {
|
|
341
|
+
content: "\e968";
|
|
342
|
+
}
|
|
343
|
+
.icon-info:before {
|
|
344
|
+
content: "\e969";
|
|
345
|
+
}
|
|
346
|
+
.icon-informacioninterna:before {
|
|
347
|
+
content: "\e96a";
|
|
348
|
+
}
|
|
349
|
+
.icon-instagram:before {
|
|
350
|
+
content: "\e96b";
|
|
351
|
+
}
|
|
352
|
+
.icon-interlineado:before {
|
|
353
|
+
content: "\e96c";
|
|
354
|
+
}
|
|
355
|
+
.icon-ir:before {
|
|
356
|
+
content: "\e96d";
|
|
357
|
+
}
|
|
358
|
+
.icon-iratokko:before {
|
|
359
|
+
content: "\e96e";
|
|
360
|
+
}
|
|
361
|
+
.icon-italic:before {
|
|
362
|
+
content: "\e96f";
|
|
363
|
+
}
|
|
364
|
+
.icon-justify-aling:before {
|
|
365
|
+
content: "\e970";
|
|
366
|
+
}
|
|
367
|
+
.icon-kanban:before {
|
|
368
|
+
content: "\e971";
|
|
369
|
+
}
|
|
370
|
+
.icon-left-align:before {
|
|
371
|
+
content: "\e972";
|
|
372
|
+
}
|
|
373
|
+
.icon-link:before {
|
|
374
|
+
content: "\e973";
|
|
375
|
+
}
|
|
376
|
+
.icon-linkedin:before {
|
|
377
|
+
content: "\e974";
|
|
378
|
+
}
|
|
379
|
+
.icon-list:before {
|
|
380
|
+
content: "\e975";
|
|
381
|
+
}
|
|
382
|
+
.icon-lista:before {
|
|
383
|
+
content: "\e976";
|
|
384
|
+
}
|
|
385
|
+
.icon-mapa:before {
|
|
386
|
+
content: "\e977";
|
|
387
|
+
}
|
|
388
|
+
.icon-menu:before {
|
|
389
|
+
content: "\e978";
|
|
390
|
+
}
|
|
391
|
+
.icon-mostrarmenos:before {
|
|
392
|
+
content: "\e979";
|
|
393
|
+
}
|
|
394
|
+
.icon-mover:before {
|
|
395
|
+
content: "\e97a";
|
|
396
|
+
}
|
|
397
|
+
.icon-movimientosdepropiedades:before {
|
|
398
|
+
content: "\e97b";
|
|
399
|
+
}
|
|
400
|
+
.icon-negativo:before {
|
|
401
|
+
content: "\e97c";
|
|
402
|
+
}
|
|
403
|
+
.icon-neutro:before {
|
|
404
|
+
content: "\e97d";
|
|
405
|
+
}
|
|
406
|
+
.icon-nota:before {
|
|
407
|
+
content: "\e97e";
|
|
408
|
+
}
|
|
409
|
+
.icon-noticias:before {
|
|
410
|
+
content: "\e97f";
|
|
411
|
+
}
|
|
412
|
+
.icon-notificaciones:before {
|
|
413
|
+
content: "\e980";
|
|
414
|
+
}
|
|
415
|
+
.icon-novedades:before {
|
|
416
|
+
content: "\e981";
|
|
417
|
+
}
|
|
418
|
+
.icon-nuevanota:before {
|
|
419
|
+
content: "\e982";
|
|
420
|
+
}
|
|
421
|
+
.icon-nuevapropiedad:before {
|
|
422
|
+
content: "\e983";
|
|
423
|
+
}
|
|
424
|
+
.icon-nuevocontacto:before {
|
|
425
|
+
content: "\e984";
|
|
426
|
+
}
|
|
427
|
+
.icon-nuevoevento:before {
|
|
428
|
+
content: "\e985";
|
|
429
|
+
}
|
|
430
|
+
.icon-nuevomensaje:before {
|
|
431
|
+
content: "\e986";
|
|
432
|
+
}
|
|
433
|
+
.icon-ocultar:before {
|
|
434
|
+
content: "\e987";
|
|
435
|
+
}
|
|
436
|
+
.icon-oportunidades:before {
|
|
437
|
+
content: "\e988";
|
|
438
|
+
}
|
|
439
|
+
.icon-ordenar:before {
|
|
440
|
+
content: "\e989";
|
|
441
|
+
}
|
|
442
|
+
.icon-orientacion:before {
|
|
443
|
+
content: "\e98a";
|
|
444
|
+
}
|
|
445
|
+
.icon-parrilla:before {
|
|
446
|
+
content: "\e98b";
|
|
447
|
+
}
|
|
448
|
+
.icon-patronesdebusqueda:before {
|
|
449
|
+
content: "\e98c";
|
|
450
|
+
}
|
|
451
|
+
.icon-pausar:before {
|
|
452
|
+
content: "\e98d";
|
|
453
|
+
}
|
|
454
|
+
.icon-pausarcontacto:before {
|
|
455
|
+
content: "\e98e";
|
|
456
|
+
}
|
|
457
|
+
.icon-pdf:before {
|
|
458
|
+
content: "\e98f";
|
|
459
|
+
}
|
|
460
|
+
.icon-pdfgrilla:before {
|
|
461
|
+
content: "\e990";
|
|
462
|
+
}
|
|
463
|
+
.icon-pdfhorizontal:before {
|
|
464
|
+
content: "\e991";
|
|
465
|
+
}
|
|
466
|
+
.icon-pdfvertical:before {
|
|
467
|
+
content: "\e992";
|
|
468
|
+
}
|
|
469
|
+
.icon-pegar:before {
|
|
470
|
+
content: "\e993";
|
|
471
|
+
}
|
|
472
|
+
.icon-perfil:before {
|
|
473
|
+
content: "\e994";
|
|
474
|
+
}
|
|
475
|
+
.icon-performance:before {
|
|
476
|
+
content: "\e995";
|
|
477
|
+
}
|
|
478
|
+
.icon-permisos:before {
|
|
479
|
+
content: "\e996";
|
|
480
|
+
}
|
|
481
|
+
.icon-pileta:before {
|
|
482
|
+
content: "\e997";
|
|
483
|
+
}
|
|
484
|
+
.icon-pinup:before {
|
|
485
|
+
content: "\e998";
|
|
486
|
+
}
|
|
487
|
+
.icon-pinupsolido:before {
|
|
488
|
+
content: "\e999";
|
|
489
|
+
}
|
|
490
|
+
.icon-plantas:before {
|
|
491
|
+
content: "\e99a";
|
|
492
|
+
}
|
|
493
|
+
.icon-play:before {
|
|
494
|
+
content: "\e99b";
|
|
495
|
+
}
|
|
496
|
+
.icon-positivo:before {
|
|
497
|
+
content: "\e99c";
|
|
498
|
+
}
|
|
499
|
+
.icon-premium:before {
|
|
500
|
+
content: "\e99d";
|
|
501
|
+
}
|
|
502
|
+
.icon-premiumline:before {
|
|
503
|
+
content: "\e99e";
|
|
504
|
+
}
|
|
505
|
+
.icon-propiedades:before {
|
|
506
|
+
content: "\e99f";
|
|
507
|
+
}
|
|
508
|
+
.icon-propiedadessinmovimiento:before {
|
|
509
|
+
content: "\e9a0";
|
|
510
|
+
}
|
|
511
|
+
.icon-propietario:before {
|
|
512
|
+
content: "\e9a1";
|
|
513
|
+
}
|
|
514
|
+
.icon-quitardestaque:before {
|
|
515
|
+
content: "\e9a2";
|
|
516
|
+
}
|
|
517
|
+
.icon-reasignar:before {
|
|
518
|
+
content: "\e9a3";
|
|
519
|
+
}
|
|
520
|
+
.icon-redes:before {
|
|
521
|
+
content: "\e9a4";
|
|
522
|
+
}
|
|
523
|
+
.icon-redflag:before {
|
|
524
|
+
content: "\e9a5";
|
|
525
|
+
}
|
|
526
|
+
.icon-reenviado:before {
|
|
527
|
+
content: "\e9a6";
|
|
528
|
+
}
|
|
529
|
+
.icon-reloj:before {
|
|
530
|
+
content: "\e9a7";
|
|
531
|
+
}
|
|
532
|
+
.icon-reportada:before {
|
|
533
|
+
content: "\e9a8";
|
|
534
|
+
}
|
|
535
|
+
.icon-reportar:before {
|
|
536
|
+
content: "\e9a9";
|
|
537
|
+
}
|
|
538
|
+
.icon-reporte-conversion:before {
|
|
539
|
+
content: "\e9aa";
|
|
540
|
+
}
|
|
541
|
+
.icon-reporte-operaciones:before {
|
|
542
|
+
content: "\e9ab";
|
|
543
|
+
}
|
|
544
|
+
.icon-reportes:before {
|
|
545
|
+
content: "\e9ac";
|
|
546
|
+
}
|
|
547
|
+
.icon-reservas:before {
|
|
548
|
+
content: "\e9ad";
|
|
549
|
+
}
|
|
550
|
+
.icon-reset:before {
|
|
551
|
+
content: "\e9ae";
|
|
552
|
+
}
|
|
553
|
+
.icon-respuestasrapidas:before {
|
|
554
|
+
content: "\e9af";
|
|
555
|
+
}
|
|
556
|
+
.icon-right-align:before {
|
|
557
|
+
content: "\e9b0";
|
|
558
|
+
}
|
|
559
|
+
.icon-salir:before {
|
|
560
|
+
content: "\e9b1";
|
|
561
|
+
}
|
|
562
|
+
.icon-seguimiento:before {
|
|
563
|
+
content: "\e9b2";
|
|
564
|
+
}
|
|
565
|
+
.icon-seguridad:before {
|
|
566
|
+
content: "\e9b3";
|
|
567
|
+
}
|
|
568
|
+
.icon-selectall:before {
|
|
569
|
+
content: "\e9b4";
|
|
570
|
+
}
|
|
571
|
+
.icon-semicubierta:before {
|
|
572
|
+
content: "\e9b5";
|
|
573
|
+
}
|
|
574
|
+
.icon-sena:before {
|
|
575
|
+
content: "\e9b6";
|
|
576
|
+
}
|
|
577
|
+
.icon-siguiente:before {
|
|
578
|
+
content: "\e9b7";
|
|
579
|
+
}
|
|
580
|
+
.icon-silenciar:before {
|
|
581
|
+
content: "\e9b8";
|
|
582
|
+
}
|
|
583
|
+
.icon-sitioweb:before {
|
|
584
|
+
content: "\e9b9";
|
|
585
|
+
}
|
|
586
|
+
.icon-situacion:before {
|
|
587
|
+
content: "\e9ba";
|
|
588
|
+
}
|
|
589
|
+
.icon-solarium:before {
|
|
590
|
+
content: "\e9bb";
|
|
591
|
+
}
|
|
592
|
+
.icon-subida:before {
|
|
593
|
+
content: "\e9bc";
|
|
594
|
+
}
|
|
595
|
+
.icon-subrayar:before {
|
|
596
|
+
content: "\e9bd";
|
|
597
|
+
}
|
|
598
|
+
.icon-superficie:before {
|
|
599
|
+
content: "\e9be";
|
|
600
|
+
}
|
|
601
|
+
.icon-tabla:before {
|
|
602
|
+
content: "\e9bf";
|
|
603
|
+
}
|
|
604
|
+
.icon-telefono:before {
|
|
605
|
+
content: "\e9c0";
|
|
606
|
+
}
|
|
607
|
+
.icon-terreno:before {
|
|
608
|
+
content: "\e9c1";
|
|
609
|
+
}
|
|
610
|
+
.icon-text-background-color:before {
|
|
611
|
+
content: "\e9c2";
|
|
612
|
+
}
|
|
613
|
+
.icon-timeline:before {
|
|
614
|
+
content: "\e9c3";
|
|
615
|
+
}
|
|
616
|
+
.icon-todoslosmensajes:before {
|
|
617
|
+
content: "\e9c4";
|
|
618
|
+
}
|
|
619
|
+
.icon-toilletes:before {
|
|
620
|
+
content: "\e9c5";
|
|
621
|
+
}
|
|
622
|
+
.icon-tokki:before {
|
|
623
|
+
content: "\e9c6";
|
|
624
|
+
}
|
|
625
|
+
.icon-tokkochat:before {
|
|
626
|
+
content: "\e9c7";
|
|
627
|
+
}
|
|
628
|
+
.icon-tokkotip:before {
|
|
629
|
+
content: "\e9c8";
|
|
630
|
+
}
|
|
631
|
+
.icon-totalconstruido:before {
|
|
632
|
+
content: "\e9c9";
|
|
633
|
+
}
|
|
634
|
+
.icon-trespunticos:before {
|
|
635
|
+
content: "\e9ca";
|
|
636
|
+
}
|
|
637
|
+
.icon-ubicacion:before {
|
|
638
|
+
content: "\e9cb";
|
|
639
|
+
}
|
|
640
|
+
.icon-univen:before {
|
|
641
|
+
content: "\e9cc";
|
|
642
|
+
}
|
|
643
|
+
.icon-univenai:before {
|
|
644
|
+
content: "\e9cd";
|
|
645
|
+
}
|
|
646
|
+
.icon-vendio:before {
|
|
647
|
+
content: "\e9ce";
|
|
648
|
+
}
|
|
649
|
+
.icon-ver:before {
|
|
650
|
+
content: "\e9cf";
|
|
651
|
+
}
|
|
652
|
+
.icon-video:before {
|
|
653
|
+
content: "\e9d0";
|
|
654
|
+
}
|
|
655
|
+
.icon-whatsapp:before {
|
|
656
|
+
content: "\e9d1";
|
|
657
|
+
}
|
|
658
|
+
.icon-wifi:before {
|
|
659
|
+
content: "\e9d2";
|
|
660
|
+
}
|
|
661
|
+
.icon-x:before {
|
|
662
|
+
content: "\e9d3";
|
|
663
|
+
}
|
|
664
|
+
.icon-youtube:before {
|
|
665
|
+
content: "\e9d4";
|
|
666
|
+
}
|
|
667
|
+
.icon-zonaprop:before {
|
|
668
|
+
content: "\e9d5";
|
|
669
|
+
}
|
|
670
|
+
.icon-zonificacion:before {
|
|
671
|
+
content: "\e9d6";
|
|
672
|
+
}
|
|
673
|
+
.icon-zoom-in:before {
|
|
674
|
+
content: "\e9d7";
|
|
675
|
+
}
|
|
676
|
+
.icon-zoom-out:before {
|
|
677
|
+
content: "\e9d8";
|
|
678
|
+
}
|