@libs-ui/icon-font 0.2.356-25 → 0.2.356-27
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/assets/Read Me.txt +1 -1
- package/assets/demo-files/demo.js +2 -2
- package/assets/demo.html +137 -81
- package/assets/fonts/libs-ui-icon.eot +0 -0
- package/assets/fonts/libs-ui-icon.svg +44 -40
- package/assets/fonts/libs-ui-icon.ttf +0 -0
- package/assets/fonts/libs-ui-icon.woff +0 -0
- package/assets/selection.json +1 -1
- package/assets/style.css +60 -44
- package/package.json +1 -1
package/assets/style.css
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'libs-ui-icon';
|
|
3
|
-
src:
|
|
4
|
-
|
|
5
|
-
url('fonts/libs-ui-icon.
|
|
6
|
-
url('fonts/libs-ui-icon.
|
|
3
|
+
src: url('fonts/libs-ui-icon.eot?ao52tb');
|
|
4
|
+
src: url('fonts/libs-ui-icon.eot?ao52tb#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/libs-ui-icon.ttf?ao52tb') format('truetype'),
|
|
6
|
+
url('fonts/libs-ui-icon.woff?ao52tb') format('woff'),
|
|
7
|
+
url('fonts/libs-ui-icon.svg?ao52tb#libs-ui-icon') format('svg');
|
|
7
8
|
font-weight: normal;
|
|
8
9
|
font-style: normal;
|
|
9
10
|
font-display: block;
|
|
@@ -239,126 +240,141 @@
|
|
|
239
240
|
.libs-ui-icon-move-right:before {
|
|
240
241
|
content: "\e945" !important;
|
|
241
242
|
}
|
|
242
|
-
.libs-ui-icon-
|
|
243
|
+
.libs-ui-icon-new-conversation:before {
|
|
243
244
|
content: "\e946" !important;
|
|
244
245
|
}
|
|
245
|
-
.libs-ui-icon-
|
|
246
|
+
.libs-ui-icon-pause-solid:before {
|
|
246
247
|
content: "\e947" !important;
|
|
247
248
|
}
|
|
248
|
-
.libs-ui-icon-pin-
|
|
249
|
+
.libs-ui-icon-pin-outline:before {
|
|
249
250
|
content: "\e948" !important;
|
|
250
251
|
}
|
|
251
|
-
.libs-ui-icon-
|
|
252
|
+
.libs-ui-icon-pin-solid:before {
|
|
252
253
|
content: "\e949" !important;
|
|
253
254
|
}
|
|
254
|
-
.libs-ui-icon-
|
|
255
|
+
.libs-ui-icon-play-solid:before {
|
|
255
256
|
content: "\e94a" !important;
|
|
256
257
|
}
|
|
257
|
-
.libs-ui-icon-
|
|
258
|
+
.libs-ui-icon-quote:before {
|
|
258
259
|
content: "\e94b" !important;
|
|
259
260
|
}
|
|
260
|
-
.libs-ui-icon-radio-
|
|
261
|
+
.libs-ui-icon-radio-selected:before {
|
|
261
262
|
content: "\e94c" !important;
|
|
262
263
|
}
|
|
263
|
-
.libs-ui-icon-
|
|
264
|
+
.libs-ui-icon-radio-unselected:before {
|
|
264
265
|
content: "\e94d" !important;
|
|
265
266
|
}
|
|
266
|
-
.libs-ui-icon-ratio-
|
|
267
|
+
.libs-ui-icon-ratio-1-1:before {
|
|
267
268
|
content: "\e94e" !important;
|
|
268
269
|
}
|
|
269
|
-
.libs-ui-icon-ratio-3
|
|
270
|
+
.libs-ui-icon-ratio-2-3:before {
|
|
270
271
|
content: "\e94f" !important;
|
|
271
272
|
}
|
|
272
|
-
.libs-ui-icon-ratio-3-
|
|
273
|
+
.libs-ui-icon-ratio-3-2:before {
|
|
273
274
|
content: "\e950" !important;
|
|
274
275
|
}
|
|
275
|
-
.libs-ui-icon-ratio-4
|
|
276
|
+
.libs-ui-icon-ratio-3-4:before {
|
|
276
277
|
content: "\e951" !important;
|
|
277
278
|
}
|
|
278
|
-
.libs-ui-icon-ratio-
|
|
279
|
+
.libs-ui-icon-ratio-4-3:before {
|
|
279
280
|
content: "\e952" !important;
|
|
280
281
|
}
|
|
281
|
-
.libs-ui-icon-ratio-16
|
|
282
|
+
.libs-ui-icon-ratio-9-16:before {
|
|
282
283
|
content: "\e953" !important;
|
|
283
284
|
}
|
|
284
|
-
.libs-ui-icon-
|
|
285
|
+
.libs-ui-icon-ratio-16-9:before {
|
|
285
286
|
content: "\e954" !important;
|
|
286
287
|
}
|
|
287
|
-
.libs-ui-icon-
|
|
288
|
+
.libs-ui-icon-redo:before {
|
|
288
289
|
content: "\e955" !important;
|
|
290
|
+
}
|
|
291
|
+
.libs-ui-icon-refresh:before {
|
|
292
|
+
content: "\e956" !important;
|
|
289
293
|
color: #fff;
|
|
290
294
|
}
|
|
295
|
+
.libs-ui-icon-reload:before {
|
|
296
|
+
content: "\e957" !important;
|
|
297
|
+
color: #6a7383;
|
|
298
|
+
}
|
|
291
299
|
.libs-ui-icon-remove:before {
|
|
292
|
-
content: "\
|
|
300
|
+
content: "\e958" !important;
|
|
293
301
|
}
|
|
294
302
|
.libs-ui-icon-rotate-image-outline:before {
|
|
295
|
-
content: "\
|
|
303
|
+
content: "\e959" !important;
|
|
296
304
|
}
|
|
297
305
|
.libs-ui-icon-row:before {
|
|
298
|
-
content: "\
|
|
306
|
+
content: "\e95a" !important;
|
|
299
307
|
}
|
|
300
308
|
.libs-ui-icon-scale-horizon:before {
|
|
301
|
-
content: "\
|
|
309
|
+
content: "\e95b" !important;
|
|
302
310
|
}
|
|
303
311
|
.libs-ui-icon-scale-vertical:before {
|
|
304
|
-
content: "\
|
|
312
|
+
content: "\e95c" !important;
|
|
305
313
|
}
|
|
306
314
|
.libs-ui-icon-scale:before {
|
|
307
|
-
content: "\
|
|
315
|
+
content: "\e95d" !important;
|
|
308
316
|
}
|
|
309
317
|
.libs-ui-icon-search:before {
|
|
310
|
-
content: "\
|
|
318
|
+
content: "\e95e" !important;
|
|
319
|
+
}
|
|
320
|
+
.libs-ui-icon-send-solid:before {
|
|
321
|
+
content: "\e95f" !important;
|
|
322
|
+
color: #226ff5;
|
|
311
323
|
}
|
|
312
324
|
.libs-ui-icon-speaker-off-outline:before {
|
|
313
|
-
content: "\
|
|
325
|
+
content: "\e960" !important;
|
|
314
326
|
}
|
|
315
327
|
.libs-ui-icon-speaker-off-solid:before {
|
|
316
|
-
content: "\
|
|
328
|
+
content: "\e961" !important;
|
|
317
329
|
}
|
|
318
330
|
.libs-ui-icon-speaker-on-outline:before {
|
|
319
|
-
content: "\
|
|
331
|
+
content: "\e962" !important;
|
|
320
332
|
}
|
|
321
333
|
.libs-ui-icon-speaker-on-solid:before {
|
|
322
|
-
content: "\
|
|
334
|
+
content: "\e963" !important;
|
|
323
335
|
}
|
|
324
336
|
.libs-ui-icon-split-cell:before {
|
|
325
|
-
content: "\
|
|
337
|
+
content: "\e964" !important;
|
|
338
|
+
}
|
|
339
|
+
.libs-ui-icon-stop-solid:before {
|
|
340
|
+
content: "\e965" !important;
|
|
341
|
+
color: #226ff5;
|
|
326
342
|
}
|
|
327
343
|
.libs-ui-icon-table:before {
|
|
328
|
-
content: "\
|
|
344
|
+
content: "\e966" !important;
|
|
329
345
|
}
|
|
330
346
|
.libs-ui-icon-task-list:before {
|
|
331
|
-
content: "\
|
|
347
|
+
content: "\e967" !important;
|
|
332
348
|
}
|
|
333
349
|
.libs-ui-icon-tooltip-outline:before {
|
|
334
|
-
content: "\
|
|
350
|
+
content: "\e968" !important;
|
|
335
351
|
}
|
|
336
352
|
.libs-ui-icon-tooltip-solid:before {
|
|
337
|
-
content: "\
|
|
353
|
+
content: "\e969" !important;
|
|
338
354
|
}
|
|
339
355
|
.libs-ui-icon-undo:before {
|
|
340
|
-
content: "\
|
|
356
|
+
content: "\e96a" !important;
|
|
341
357
|
}
|
|
342
358
|
.libs-ui-icon-unwrap:before {
|
|
343
|
-
content: "\
|
|
359
|
+
content: "\e96b" !important;
|
|
344
360
|
}
|
|
345
361
|
.libs-ui-icon-upload-outline:before {
|
|
346
|
-
content: "\
|
|
362
|
+
content: "\e96c" !important;
|
|
347
363
|
}
|
|
348
364
|
.libs-ui-icon-upload-solid:before {
|
|
349
|
-
content: "\
|
|
365
|
+
content: "\e96d" !important;
|
|
350
366
|
}
|
|
351
367
|
.libs-ui-icon-video-outline:before {
|
|
352
|
-
content: "\
|
|
368
|
+
content: "\e96e" !important;
|
|
353
369
|
}
|
|
354
370
|
.libs-ui-icon-wrap:before {
|
|
355
|
-
content: "\
|
|
371
|
+
content: "\e96f" !important;
|
|
356
372
|
}
|
|
357
373
|
.libs-ui-icon-zoom-in:before {
|
|
358
|
-
content: "\
|
|
374
|
+
content: "\e970" !important;
|
|
359
375
|
color: #fff;
|
|
360
376
|
}
|
|
361
377
|
.libs-ui-icon-zoom-out:before {
|
|
362
|
-
content: "\
|
|
378
|
+
content: "\e971" !important;
|
|
363
379
|
color: #fff;
|
|
364
380
|
}
|