@libs-ui/icon-font 0.2.325-0 → 0.2.326-0
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-files/demo.css +19 -27
- package/assets/demo-files/demo.js +24 -23
- package/assets/demo.html +1561 -2561
- package/assets/fonts/libs-ui-icon.svg +98 -81
- package/assets/fonts/libs-ui-icon.ttf +0 -0
- package/assets/fonts/libs-ui-icon.woff +0 -0
- package/assets/selection.json +1 -1764
- package/assets/style.css +148 -98
- package/package.json +1 -1
package/assets/style.css
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
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?77g1pt') format('truetype'),
|
|
5
|
+
url('fonts/libs-ui-icon.woff?77g1pt') format('woff'),
|
|
6
|
+
url('fonts/libs-ui-icon.svg?77g1pt#libs-ui-icon') format('svg');
|
|
7
7
|
font-weight: normal;
|
|
8
8
|
font-style: normal;
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
[class^=
|
|
13
|
-
[class*=' libs-ui-icon-'] {
|
|
12
|
+
[class^="libs-ui-icon-"], [class*=" libs-ui-icon-"] {
|
|
14
13
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
15
14
|
font-family: 'libs-ui-icon' !important;
|
|
16
15
|
speak: never;
|
|
@@ -26,289 +25,340 @@
|
|
|
26
25
|
}
|
|
27
26
|
|
|
28
27
|
.libs-ui-icon-add:before {
|
|
29
|
-
content:
|
|
28
|
+
content: "\e900" !important;
|
|
30
29
|
}
|
|
31
30
|
.libs-ui-icon-alert-triangle-outline:before {
|
|
32
|
-
content:
|
|
31
|
+
content: "\e901" !important;
|
|
33
32
|
}
|
|
34
33
|
.libs-ui-icon-alert-triangle-solid:before {
|
|
35
|
-
content:
|
|
34
|
+
content: "\e902" !important;
|
|
36
35
|
}
|
|
37
36
|
.libs-ui-icon-align-center:before {
|
|
38
|
-
content:
|
|
37
|
+
content: "\e903" !important;
|
|
39
38
|
}
|
|
40
39
|
.libs-ui-icon-align-justify:before {
|
|
41
|
-
content:
|
|
40
|
+
content: "\e904" !important;
|
|
42
41
|
}
|
|
43
42
|
.libs-ui-icon-align-left:before {
|
|
44
|
-
content:
|
|
43
|
+
content: "\e905" !important;
|
|
45
44
|
}
|
|
46
45
|
.libs-ui-icon-align-right:before {
|
|
47
|
-
content:
|
|
46
|
+
content: "\e906" !important;
|
|
48
47
|
}
|
|
49
48
|
.libs-ui-icon-arrange:before {
|
|
50
|
-
content:
|
|
49
|
+
content: "\e907" !important;
|
|
51
50
|
color: #9ca2ad;
|
|
52
51
|
}
|
|
53
52
|
.libs-ui-icon-arrow-right:before {
|
|
54
|
-
content:
|
|
53
|
+
content: "\e908" !important;
|
|
55
54
|
}
|
|
56
55
|
.libs-ui-icon-asterisk:before {
|
|
57
|
-
content:
|
|
56
|
+
content: "\e909" !important;
|
|
58
57
|
}
|
|
59
58
|
.libs-ui-icon-attachment:before {
|
|
60
|
-
content:
|
|
59
|
+
content: "\e90a" !important;
|
|
61
60
|
}
|
|
62
61
|
.libs-ui-icon-banned:before {
|
|
63
|
-
content:
|
|
62
|
+
content: "\e90b" !important;
|
|
63
|
+
}
|
|
64
|
+
.libs-ui-icon-calculation:before {
|
|
65
|
+
content: "\e90c" !important;
|
|
64
66
|
}
|
|
65
67
|
.libs-ui-icon-calendar:before {
|
|
66
|
-
content:
|
|
68
|
+
content: "\e90d" !important;
|
|
67
69
|
}
|
|
68
70
|
.libs-ui-icon-check-circle-outline:before {
|
|
69
|
-
content:
|
|
71
|
+
content: "\e90e" !important;
|
|
70
72
|
}
|
|
71
73
|
.libs-ui-icon-check-circle-solid:before {
|
|
72
|
-
content:
|
|
74
|
+
content: "\e90f" !important;
|
|
73
75
|
}
|
|
74
76
|
.libs-ui-icon-check-double:before {
|
|
75
|
-
content:
|
|
77
|
+
content: "\e910" !important;
|
|
76
78
|
}
|
|
77
79
|
.libs-ui-icon-check:before {
|
|
78
|
-
content:
|
|
80
|
+
content: "\e911" !important;
|
|
79
81
|
}
|
|
80
82
|
.libs-ui-icon-checkbox-indeterminate:before {
|
|
81
|
-
content:
|
|
83
|
+
content: "\e912" !important;
|
|
82
84
|
}
|
|
83
85
|
.libs-ui-icon-checkbox-selected:before {
|
|
84
|
-
content:
|
|
86
|
+
content: "\e913" !important;
|
|
85
87
|
}
|
|
86
88
|
.libs-ui-icon-checkbox-unselected:before {
|
|
87
|
-
content:
|
|
89
|
+
content: "\e914" !important;
|
|
88
90
|
}
|
|
89
91
|
.libs-ui-icon-chevron-right-circle:before {
|
|
90
|
-
content:
|
|
92
|
+
content: "\e915" !important;
|
|
91
93
|
}
|
|
92
94
|
.libs-ui-icon-chevron-right-double:before {
|
|
93
|
-
content:
|
|
95
|
+
content: "\e916" !important;
|
|
94
96
|
}
|
|
95
97
|
.libs-ui-icon-chevron-right:before {
|
|
96
|
-
content:
|
|
98
|
+
content: "\e917" !important;
|
|
97
99
|
}
|
|
98
100
|
.libs-ui-icon-clock:before {
|
|
99
|
-
content:
|
|
101
|
+
content: "\e918" !important;
|
|
100
102
|
color: #9ca2ad;
|
|
101
103
|
}
|
|
102
104
|
.libs-ui-icon-close-circle-outline:before {
|
|
103
|
-
content:
|
|
105
|
+
content: "\e919" !important;
|
|
104
106
|
}
|
|
105
107
|
.libs-ui-icon-close-circle-solid:before {
|
|
106
|
-
content:
|
|
108
|
+
content: "\e91a" !important;
|
|
107
109
|
}
|
|
108
110
|
.libs-ui-icon-close:before {
|
|
109
|
-
content:
|
|
111
|
+
content: "\e91b" !important;
|
|
110
112
|
}
|
|
111
113
|
.libs-ui-icon-code-snippet:before {
|
|
112
|
-
content:
|
|
114
|
+
content: "\e91c" !important;
|
|
113
115
|
}
|
|
114
116
|
.libs-ui-icon-copy:before {
|
|
115
|
-
content:
|
|
117
|
+
content: "\e91d" !important;
|
|
116
118
|
}
|
|
117
119
|
.libs-ui-icon-customize-image-outline:before {
|
|
118
|
-
content:
|
|
120
|
+
content: "\e91e" !important;
|
|
119
121
|
}
|
|
120
122
|
.libs-ui-icon-divide:before {
|
|
121
|
-
content:
|
|
123
|
+
content: "\e91f" !important;
|
|
122
124
|
}
|
|
123
125
|
.libs-ui-icon-download-outline:before {
|
|
124
|
-
content:
|
|
126
|
+
content: "\e920" !important;
|
|
125
127
|
}
|
|
126
128
|
.libs-ui-icon-download-solid:before {
|
|
127
|
-
content:
|
|
129
|
+
content: "\e921" !important;
|
|
128
130
|
}
|
|
129
131
|
.libs-ui-icon-edit-line:before {
|
|
130
|
-
content:
|
|
132
|
+
content: "\e922" !important;
|
|
131
133
|
}
|
|
132
134
|
.libs-ui-icon-edit-solid:before {
|
|
133
|
-
content:
|
|
135
|
+
content: "\e923" !important;
|
|
134
136
|
}
|
|
135
137
|
.libs-ui-icon-editor-bold:before {
|
|
136
|
-
content:
|
|
138
|
+
content: "\e924" !important;
|
|
137
139
|
}
|
|
138
140
|
.libs-ui-icon-editor-color-background:before {
|
|
139
|
-
content:
|
|
141
|
+
content: "\e925" !important;
|
|
140
142
|
}
|
|
141
143
|
.libs-ui-icon-editor-color-text:before {
|
|
142
|
-
content:
|
|
144
|
+
content: "\e926" !important;
|
|
143
145
|
}
|
|
144
146
|
.libs-ui-icon-editor-italic:before {
|
|
145
|
-
content:
|
|
147
|
+
content: "\e927" !important;
|
|
146
148
|
}
|
|
147
149
|
.libs-ui-icon-editor-strike-through:before {
|
|
148
|
-
content:
|
|
150
|
+
content: "\e928" !important;
|
|
149
151
|
}
|
|
150
152
|
.libs-ui-icon-editor-underlined:before {
|
|
151
|
-
content:
|
|
153
|
+
content: "\e929" !important;
|
|
152
154
|
}
|
|
153
155
|
.libs-ui-icon-eye-outline:before {
|
|
154
|
-
content:
|
|
156
|
+
content: "\e92a" !important;
|
|
155
157
|
}
|
|
156
158
|
.libs-ui-icon-eye-slash-outline:before {
|
|
157
|
-
content:
|
|
159
|
+
content: "\e92b" !important;
|
|
158
160
|
}
|
|
159
161
|
.libs-ui-icon-eye-slash-solid:before {
|
|
160
|
-
content:
|
|
162
|
+
content: "\e92c" !important;
|
|
161
163
|
}
|
|
162
164
|
.libs-ui-icon-eye-solid:before {
|
|
163
|
-
content:
|
|
165
|
+
content: "\e92d" !important;
|
|
164
166
|
}
|
|
165
167
|
.libs-ui-icon-face-smile:before {
|
|
166
|
-
content:
|
|
168
|
+
content: "\e92e" !important;
|
|
167
169
|
}
|
|
168
170
|
.libs-ui-icon-file-upload:before {
|
|
169
|
-
content:
|
|
171
|
+
content: "\e92f" !important;
|
|
170
172
|
}
|
|
171
173
|
.libs-ui-icon-file:before {
|
|
172
|
-
content:
|
|
174
|
+
content: "\e930" !important;
|
|
173
175
|
}
|
|
174
176
|
.libs-ui-icon-flip-horizontal:before {
|
|
175
|
-
content:
|
|
177
|
+
content: "\e931" !important;
|
|
176
178
|
}
|
|
177
179
|
.libs-ui-icon-flip-vertical:before {
|
|
178
|
-
content:
|
|
180
|
+
content: "\e932" !important;
|
|
179
181
|
}
|
|
180
182
|
.libs-ui-icon-fullscreen-exit:before {
|
|
181
|
-
content:
|
|
183
|
+
content: "\e933" !important;
|
|
182
184
|
color: #fff;
|
|
183
185
|
}
|
|
184
186
|
.libs-ui-icon-fullscreen-open:before {
|
|
185
|
-
content:
|
|
187
|
+
content: "\e934" !important;
|
|
186
188
|
color: #fff;
|
|
187
189
|
}
|
|
188
190
|
.libs-ui-icon-image-solid:before {
|
|
189
|
-
content:
|
|
191
|
+
content: "\e935" !important;
|
|
190
192
|
}
|
|
191
193
|
.libs-ui-icon-indent-decrease:before {
|
|
192
|
-
content:
|
|
194
|
+
content: "\e936" !important;
|
|
193
195
|
}
|
|
194
196
|
.libs-ui-icon-indent-increase:before {
|
|
195
|
-
content:
|
|
197
|
+
content: "\e937" !important;
|
|
196
198
|
}
|
|
197
199
|
.libs-ui-icon-link-broken:before {
|
|
198
|
-
content:
|
|
200
|
+
content: "\e938" !important;
|
|
199
201
|
}
|
|
200
202
|
.libs-ui-icon-link:before {
|
|
201
|
-
content:
|
|
203
|
+
content: "\e939" !important;
|
|
202
204
|
}
|
|
203
205
|
.libs-ui-icon-list-bulleted:before {
|
|
204
|
-
content:
|
|
206
|
+
content: "\e93a" !important;
|
|
205
207
|
}
|
|
206
208
|
.libs-ui-icon-list-numbered:before {
|
|
207
|
-
content:
|
|
209
|
+
content: "\e93b" !important;
|
|
208
210
|
}
|
|
209
211
|
.libs-ui-icon-lock:before {
|
|
210
|
-
content:
|
|
212
|
+
content: "\e93c" !important;
|
|
213
|
+
}
|
|
214
|
+
.libs-ui-icon-login-solid:before {
|
|
215
|
+
content: "\e93d" !important;
|
|
216
|
+
}
|
|
217
|
+
.libs-ui-icon-login:before {
|
|
218
|
+
content: "\e93e" !important;
|
|
219
|
+
}
|
|
220
|
+
.libs-ui-icon-logout-outline:before {
|
|
221
|
+
content: "\e93f" !important;
|
|
222
|
+
}
|
|
223
|
+
.libs-ui-icon-logout-solid:before {
|
|
224
|
+
content: "\e940" !important;
|
|
225
|
+
}
|
|
226
|
+
.libs-ui-icon-merge-cell:before {
|
|
227
|
+
content: "\e941" !important;
|
|
228
|
+
}
|
|
229
|
+
.libs-ui-icon-merge-column:before {
|
|
230
|
+
content: "\e942" !important;
|
|
211
231
|
}
|
|
212
232
|
.libs-ui-icon-minus:before {
|
|
213
|
-
content:
|
|
233
|
+
content: "\e943" !important;
|
|
214
234
|
}
|
|
215
235
|
.libs-ui-icon-more-vertical:before {
|
|
216
|
-
content:
|
|
236
|
+
content: "\e944" !important;
|
|
217
237
|
color: #6a7383;
|
|
218
238
|
}
|
|
219
239
|
.libs-ui-icon-move-right:before {
|
|
220
|
-
content:
|
|
240
|
+
content: "\e945" !important;
|
|
221
241
|
}
|
|
222
242
|
.libs-ui-icon-pause-solid:before {
|
|
223
|
-
content:
|
|
243
|
+
content: "\e946" !important;
|
|
224
244
|
}
|
|
225
245
|
.libs-ui-icon-pin-outline:before {
|
|
226
|
-
content:
|
|
246
|
+
content: "\e947" !important;
|
|
227
247
|
}
|
|
228
248
|
.libs-ui-icon-pin-solid:before {
|
|
229
|
-
content:
|
|
249
|
+
content: "\e948" !important;
|
|
230
250
|
}
|
|
231
251
|
.libs-ui-icon-play-solid:before {
|
|
232
|
-
content:
|
|
252
|
+
content: "\e949" !important;
|
|
233
253
|
}
|
|
234
254
|
.libs-ui-icon-quote:before {
|
|
235
|
-
content:
|
|
255
|
+
content: "\e94a" !important;
|
|
236
256
|
}
|
|
237
257
|
.libs-ui-icon-radio-selected:before {
|
|
238
|
-
content:
|
|
258
|
+
content: "\e94b" !important;
|
|
239
259
|
}
|
|
240
260
|
.libs-ui-icon-radio-unselected:before {
|
|
241
|
-
content:
|
|
261
|
+
content: "\e94c" !important;
|
|
242
262
|
}
|
|
243
263
|
.libs-ui-icon-ratio-1-1:before {
|
|
244
|
-
content:
|
|
264
|
+
content: "\e94d" !important;
|
|
245
265
|
}
|
|
246
266
|
.libs-ui-icon-ratio-2-3:before {
|
|
247
|
-
content:
|
|
267
|
+
content: "\e94e" !important;
|
|
248
268
|
}
|
|
249
269
|
.libs-ui-icon-ratio-3-2:before {
|
|
250
|
-
content:
|
|
270
|
+
content: "\e94f" !important;
|
|
251
271
|
}
|
|
252
272
|
.libs-ui-icon-ratio-3-4:before {
|
|
253
|
-
content:
|
|
273
|
+
content: "\e950" !important;
|
|
254
274
|
}
|
|
255
275
|
.libs-ui-icon-ratio-4-3:before {
|
|
256
|
-
content:
|
|
276
|
+
content: "\e951" !important;
|
|
257
277
|
}
|
|
258
278
|
.libs-ui-icon-ratio-9-16:before {
|
|
259
|
-
content:
|
|
279
|
+
content: "\e952" !important;
|
|
260
280
|
}
|
|
261
281
|
.libs-ui-icon-ratio-16-9:before {
|
|
262
|
-
content:
|
|
282
|
+
content: "\e953" !important;
|
|
283
|
+
}
|
|
284
|
+
.libs-ui-icon-redo:before {
|
|
285
|
+
content: "\e954" !important;
|
|
263
286
|
}
|
|
264
287
|
.libs-ui-icon-refresh:before {
|
|
265
|
-
content:
|
|
288
|
+
content: "\e955" !important;
|
|
266
289
|
color: #fff;
|
|
267
290
|
}
|
|
268
291
|
.libs-ui-icon-remove:before {
|
|
269
|
-
content:
|
|
292
|
+
content: "\e956" !important;
|
|
270
293
|
}
|
|
271
294
|
.libs-ui-icon-rotate-image-outline:before {
|
|
272
|
-
content:
|
|
295
|
+
content: "\e957" !important;
|
|
296
|
+
}
|
|
297
|
+
.libs-ui-icon-row:before {
|
|
298
|
+
content: "\e958" !important;
|
|
299
|
+
}
|
|
300
|
+
.libs-ui-icon-scale-horizon:before {
|
|
301
|
+
content: "\e959" !important;
|
|
302
|
+
}
|
|
303
|
+
.libs-ui-icon-scale-vertical:before {
|
|
304
|
+
content: "\e95a" !important;
|
|
273
305
|
}
|
|
274
306
|
.libs-ui-icon-scale:before {
|
|
275
|
-
content:
|
|
307
|
+
content: "\e95b" !important;
|
|
276
308
|
}
|
|
277
309
|
.libs-ui-icon-search:before {
|
|
278
|
-
content:
|
|
310
|
+
content: "\e95c" !important;
|
|
279
311
|
}
|
|
280
312
|
.libs-ui-icon-speaker-off-outline:before {
|
|
281
|
-
content:
|
|
313
|
+
content: "\e95d" !important;
|
|
282
314
|
}
|
|
283
315
|
.libs-ui-icon-speaker-off-solid:before {
|
|
284
|
-
content:
|
|
316
|
+
content: "\e95e" !important;
|
|
285
317
|
}
|
|
286
318
|
.libs-ui-icon-speaker-on-outline:before {
|
|
287
|
-
content:
|
|
319
|
+
content: "\e95f" !important;
|
|
288
320
|
}
|
|
289
321
|
.libs-ui-icon-speaker-on-solid:before {
|
|
290
|
-
content:
|
|
322
|
+
content: "\e960" !important;
|
|
323
|
+
}
|
|
324
|
+
.libs-ui-icon-split-cell:before {
|
|
325
|
+
content: "\e961" !important;
|
|
326
|
+
}
|
|
327
|
+
.libs-ui-icon-table:before {
|
|
328
|
+
content: "\e962" !important;
|
|
329
|
+
}
|
|
330
|
+
.libs-ui-icon-task-list:before {
|
|
331
|
+
content: "\e963" !important;
|
|
291
332
|
}
|
|
292
333
|
.libs-ui-icon-tooltip-outline:before {
|
|
293
|
-
content:
|
|
334
|
+
content: "\e964" !important;
|
|
294
335
|
}
|
|
295
336
|
.libs-ui-icon-tooltip-solid:before {
|
|
296
|
-
content:
|
|
337
|
+
content: "\e965" !important;
|
|
297
338
|
}
|
|
298
339
|
.libs-ui-icon-undo:before {
|
|
299
|
-
content:
|
|
340
|
+
content: "\e966" !important;
|
|
341
|
+
}
|
|
342
|
+
.libs-ui-icon-unwrap:before {
|
|
343
|
+
content: "\e967" !important;
|
|
300
344
|
}
|
|
301
345
|
.libs-ui-icon-upload-outline:before {
|
|
302
|
-
content:
|
|
346
|
+
content: "\e968" !important;
|
|
303
347
|
}
|
|
304
348
|
.libs-ui-icon-upload-solid:before {
|
|
305
|
-
content:
|
|
349
|
+
content: "\e969" !important;
|
|
350
|
+
}
|
|
351
|
+
.libs-ui-icon-video-outline:before {
|
|
352
|
+
content: "\e96a" !important;
|
|
353
|
+
}
|
|
354
|
+
.libs-ui-icon-wrap:before {
|
|
355
|
+
content: "\e96b" !important;
|
|
306
356
|
}
|
|
307
357
|
.libs-ui-icon-zoom-in:before {
|
|
308
|
-
content:
|
|
358
|
+
content: "\e96c" !important;
|
|
309
359
|
color: #fff;
|
|
310
360
|
}
|
|
311
361
|
.libs-ui-icon-zoom-out:before {
|
|
312
|
-
content:
|
|
362
|
+
content: "\e96d" !important;
|
|
313
363
|
color: #fff;
|
|
314
364
|
}
|