@libs-ui/icon-font 0.2.216 → 0.2.218
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/demo.html +83 -55
- package/assets/fonts/libs-ui-icon.svg +29 -27
- 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 +36 -30
- package/package.json +1 -1
package/assets/style.css
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'libs-ui-icon';
|
|
3
3
|
src:
|
|
4
|
-
url('fonts/libs-ui-icon.ttf?
|
|
5
|
-
url('fonts/libs-ui-icon.woff?
|
|
6
|
-
url('fonts/libs-ui-icon.svg?
|
|
4
|
+
url('fonts/libs-ui-icon.ttf?9dda0t') format('truetype'),
|
|
5
|
+
url('fonts/libs-ui-icon.woff?9dda0t') format('woff'),
|
|
6
|
+
url('fonts/libs-ui-icon.svg?9dda0t#libs-ui-icon') format('svg');
|
|
7
7
|
font-weight: normal;
|
|
8
8
|
font-style: normal;
|
|
9
9
|
font-display: block;
|
|
@@ -221,87 +221,93 @@
|
|
|
221
221
|
.libs-ui-icon-pause-solid:before {
|
|
222
222
|
content: "\e93f" !important;
|
|
223
223
|
}
|
|
224
|
-
.libs-ui-icon-
|
|
224
|
+
.libs-ui-icon-pin-line:before {
|
|
225
225
|
content: "\e940" !important;
|
|
226
226
|
}
|
|
227
|
-
.libs-ui-icon-
|
|
227
|
+
.libs-ui-icon-pin-solid:before {
|
|
228
228
|
content: "\e941" !important;
|
|
229
229
|
}
|
|
230
|
-
.libs-ui-icon-
|
|
230
|
+
.libs-ui-icon-play-solid:before {
|
|
231
231
|
content: "\e942" !important;
|
|
232
232
|
}
|
|
233
|
-
.libs-ui-icon-
|
|
233
|
+
.libs-ui-icon-quote:before {
|
|
234
234
|
content: "\e943" !important;
|
|
235
235
|
}
|
|
236
|
-
.libs-ui-icon-
|
|
236
|
+
.libs-ui-icon-radio-selected:before {
|
|
237
237
|
content: "\e944" !important;
|
|
238
238
|
}
|
|
239
|
-
.libs-ui-icon-
|
|
239
|
+
.libs-ui-icon-radio-unselected:before {
|
|
240
240
|
content: "\e945" !important;
|
|
241
241
|
}
|
|
242
|
-
.libs-ui-icon-ratio-
|
|
242
|
+
.libs-ui-icon-ratio-1-1:before {
|
|
243
243
|
content: "\e946" !important;
|
|
244
244
|
}
|
|
245
|
-
.libs-ui-icon-ratio-3
|
|
245
|
+
.libs-ui-icon-ratio-2-3:before {
|
|
246
246
|
content: "\e947" !important;
|
|
247
247
|
}
|
|
248
|
-
.libs-ui-icon-ratio-
|
|
248
|
+
.libs-ui-icon-ratio-3-2:before {
|
|
249
249
|
content: "\e948" !important;
|
|
250
250
|
}
|
|
251
|
-
.libs-ui-icon-ratio-
|
|
251
|
+
.libs-ui-icon-ratio-3-4:before {
|
|
252
252
|
content: "\e949" !important;
|
|
253
253
|
}
|
|
254
|
-
.libs-ui-icon-ratio-
|
|
254
|
+
.libs-ui-icon-ratio-4-3:before {
|
|
255
255
|
content: "\e94a" !important;
|
|
256
256
|
}
|
|
257
|
-
.libs-ui-icon-
|
|
257
|
+
.libs-ui-icon-ratio-9-16:before {
|
|
258
258
|
content: "\e94b" !important;
|
|
259
|
+
}
|
|
260
|
+
.libs-ui-icon-ratio-16-9:before {
|
|
261
|
+
content: "\e94c" !important;
|
|
262
|
+
}
|
|
263
|
+
.libs-ui-icon-refresh:before {
|
|
264
|
+
content: "\e94d" !important;
|
|
259
265
|
color: #fff;
|
|
260
266
|
}
|
|
261
267
|
.libs-ui-icon-remove:before {
|
|
262
|
-
content: "\
|
|
268
|
+
content: "\e94e" !important;
|
|
263
269
|
}
|
|
264
270
|
.libs-ui-icon-rotate-image-outline:before {
|
|
265
|
-
content: "\
|
|
271
|
+
content: "\e94f" !important;
|
|
266
272
|
}
|
|
267
273
|
.libs-ui-icon-scale:before {
|
|
268
|
-
content: "\
|
|
274
|
+
content: "\e950" !important;
|
|
269
275
|
}
|
|
270
276
|
.libs-ui-icon-search:before {
|
|
271
|
-
content: "\
|
|
277
|
+
content: "\e951" !important;
|
|
272
278
|
}
|
|
273
279
|
.libs-ui-icon-speaker-off-outline:before {
|
|
274
|
-
content: "\
|
|
280
|
+
content: "\e952" !important;
|
|
275
281
|
}
|
|
276
282
|
.libs-ui-icon-speaker-off-solid:before {
|
|
277
|
-
content: "\
|
|
283
|
+
content: "\e953" !important;
|
|
278
284
|
}
|
|
279
285
|
.libs-ui-icon-speaker-on-outline:before {
|
|
280
|
-
content: "\
|
|
286
|
+
content: "\e954" !important;
|
|
281
287
|
}
|
|
282
288
|
.libs-ui-icon-speaker-on-solid:before {
|
|
283
|
-
content: "\
|
|
289
|
+
content: "\e955" !important;
|
|
284
290
|
}
|
|
285
291
|
.libs-ui-icon-tooltip-outline:before {
|
|
286
|
-
content: "\
|
|
292
|
+
content: "\e956" !important;
|
|
287
293
|
}
|
|
288
294
|
.libs-ui-icon-tooltip-solid:before {
|
|
289
|
-
content: "\
|
|
295
|
+
content: "\e957" !important;
|
|
290
296
|
}
|
|
291
297
|
.libs-ui-icon-undo:before {
|
|
292
|
-
content: "\
|
|
298
|
+
content: "\e958" !important;
|
|
293
299
|
}
|
|
294
300
|
.libs-ui-icon-upload-outline:before {
|
|
295
|
-
content: "\
|
|
301
|
+
content: "\e959" !important;
|
|
296
302
|
}
|
|
297
303
|
.libs-ui-icon-upload-solid:before {
|
|
298
|
-
content: "\
|
|
304
|
+
content: "\e95a" !important;
|
|
299
305
|
}
|
|
300
306
|
.libs-ui-icon-zoom-in:before {
|
|
301
|
-
content: "\
|
|
307
|
+
content: "\e95b" !important;
|
|
302
308
|
color: #fff;
|
|
303
309
|
}
|
|
304
310
|
.libs-ui-icon-zoom-out:before {
|
|
305
|
-
content: "\
|
|
311
|
+
content: "\e95c" !important;
|
|
306
312
|
color: #fff;
|
|
307
313
|
}
|