@libs-ui/icon-font 0.2.160 → 0.2.162
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 +123 -95
- package/assets/fonts/libs-ui-icon.svg +49 -47
- 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 +56 -50
- 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?cn5x22') format('truetype'),
|
|
5
|
+
url('fonts/libs-ui-icon.woff?cn5x22') format('woff'),
|
|
6
|
+
url('fonts/libs-ui-icon.svg?cn5x22#libs-ui-icon') format('svg');
|
|
7
7
|
font-weight: normal;
|
|
8
8
|
font-style: normal;
|
|
9
9
|
font-display: block;
|
|
@@ -143,150 +143,156 @@
|
|
|
143
143
|
.libs-ui-icon-editor-underlined:before {
|
|
144
144
|
content: "\e926" !important;
|
|
145
145
|
}
|
|
146
|
-
.libs-ui-icon-eye-
|
|
146
|
+
.libs-ui-icon-eye-outline:before {
|
|
147
147
|
content: "\e927" !important;
|
|
148
148
|
}
|
|
149
|
-
.libs-ui-icon-eye-
|
|
149
|
+
.libs-ui-icon-eye-slash-outline:before {
|
|
150
150
|
content: "\e928" !important;
|
|
151
151
|
}
|
|
152
|
-
.libs-ui-icon-
|
|
152
|
+
.libs-ui-icon-eye-slash-solid:before {
|
|
153
153
|
content: "\e929" !important;
|
|
154
154
|
}
|
|
155
|
-
.libs-ui-icon-
|
|
155
|
+
.libs-ui-icon-eye-solid:before {
|
|
156
156
|
content: "\e92a" !important;
|
|
157
157
|
}
|
|
158
|
-
.libs-ui-icon-
|
|
158
|
+
.libs-ui-icon-face-smile:before {
|
|
159
159
|
content: "\e92b" !important;
|
|
160
160
|
}
|
|
161
|
-
.libs-ui-icon-
|
|
161
|
+
.libs-ui-icon-file-upload:before {
|
|
162
162
|
content: "\e92c" !important;
|
|
163
163
|
}
|
|
164
|
-
.libs-ui-icon-
|
|
164
|
+
.libs-ui-icon-file:before {
|
|
165
165
|
content: "\e92d" !important;
|
|
166
166
|
}
|
|
167
|
-
.libs-ui-icon-
|
|
167
|
+
.libs-ui-icon-flip-horizontal:before {
|
|
168
168
|
content: "\e92e" !important;
|
|
169
|
+
}
|
|
170
|
+
.libs-ui-icon-flip-vertical:before {
|
|
171
|
+
content: "\e92f" !important;
|
|
172
|
+
}
|
|
173
|
+
.libs-ui-icon-fullscreen-exit:before {
|
|
174
|
+
content: "\e930" !important;
|
|
169
175
|
color: #fff;
|
|
170
176
|
}
|
|
171
177
|
.libs-ui-icon-fullscreen-open:before {
|
|
172
|
-
content: "\
|
|
178
|
+
content: "\e931" !important;
|
|
173
179
|
color: #fff;
|
|
174
180
|
}
|
|
175
181
|
.libs-ui-icon-image-solid:before {
|
|
176
|
-
content: "\
|
|
182
|
+
content: "\e932" !important;
|
|
177
183
|
}
|
|
178
184
|
.libs-ui-icon-indent-decrease:before {
|
|
179
|
-
content: "\
|
|
185
|
+
content: "\e933" !important;
|
|
180
186
|
}
|
|
181
187
|
.libs-ui-icon-indent-increase:before {
|
|
182
|
-
content: "\
|
|
188
|
+
content: "\e934" !important;
|
|
183
189
|
}
|
|
184
190
|
.libs-ui-icon-link-broken:before {
|
|
185
|
-
content: "\
|
|
191
|
+
content: "\e935" !important;
|
|
186
192
|
}
|
|
187
193
|
.libs-ui-icon-link:before {
|
|
188
|
-
content: "\
|
|
194
|
+
content: "\e936" !important;
|
|
189
195
|
}
|
|
190
196
|
.libs-ui-icon-list-bulleted:before {
|
|
191
|
-
content: "\
|
|
197
|
+
content: "\e937" !important;
|
|
192
198
|
}
|
|
193
199
|
.libs-ui-icon-list-numbered:before {
|
|
194
|
-
content: "\
|
|
200
|
+
content: "\e938" !important;
|
|
195
201
|
}
|
|
196
202
|
.libs-ui-icon-lock:before {
|
|
197
|
-
content: "\
|
|
203
|
+
content: "\e939" !important;
|
|
198
204
|
}
|
|
199
205
|
.libs-ui-icon-more-vertical:before {
|
|
200
|
-
content: "\
|
|
206
|
+
content: "\e93a" !important;
|
|
201
207
|
color: #6a7383;
|
|
202
208
|
}
|
|
203
209
|
.libs-ui-icon-move-right:before {
|
|
204
|
-
content: "\
|
|
210
|
+
content: "\e93b" !important;
|
|
205
211
|
}
|
|
206
212
|
.libs-ui-icon-pause-solid:before {
|
|
207
|
-
content: "\
|
|
213
|
+
content: "\e93c" !important;
|
|
208
214
|
}
|
|
209
215
|
.libs-ui-icon-play-solid:before {
|
|
210
|
-
content: "\
|
|
216
|
+
content: "\e93d" !important;
|
|
211
217
|
}
|
|
212
218
|
.libs-ui-icon-quote:before {
|
|
213
|
-
content: "\
|
|
219
|
+
content: "\e93e" !important;
|
|
214
220
|
}
|
|
215
221
|
.libs-ui-icon-radio-selected:before {
|
|
216
|
-
content: "\
|
|
222
|
+
content: "\e93f" !important;
|
|
217
223
|
}
|
|
218
224
|
.libs-ui-icon-radio-unselected:before {
|
|
219
|
-
content: "\
|
|
225
|
+
content: "\e940" !important;
|
|
220
226
|
}
|
|
221
227
|
.libs-ui-icon-ratio-1-1:before {
|
|
222
|
-
content: "\
|
|
228
|
+
content: "\e941" !important;
|
|
223
229
|
}
|
|
224
230
|
.libs-ui-icon-ratio-2-3:before {
|
|
225
|
-
content: "\
|
|
231
|
+
content: "\e942" !important;
|
|
226
232
|
}
|
|
227
233
|
.libs-ui-icon-ratio-3-2:before {
|
|
228
|
-
content: "\
|
|
234
|
+
content: "\e943" !important;
|
|
229
235
|
}
|
|
230
236
|
.libs-ui-icon-ratio-3-4:before {
|
|
231
|
-
content: "\
|
|
237
|
+
content: "\e944" !important;
|
|
232
238
|
}
|
|
233
239
|
.libs-ui-icon-ratio-4-3:before {
|
|
234
|
-
content: "\
|
|
240
|
+
content: "\e945" !important;
|
|
235
241
|
}
|
|
236
242
|
.libs-ui-icon-ratio-9-16:before {
|
|
237
|
-
content: "\
|
|
243
|
+
content: "\e946" !important;
|
|
238
244
|
}
|
|
239
245
|
.libs-ui-icon-ratio-16-9:before {
|
|
240
|
-
content: "\
|
|
246
|
+
content: "\e947" !important;
|
|
241
247
|
}
|
|
242
248
|
.libs-ui-icon-refresh:before {
|
|
243
|
-
content: "\
|
|
249
|
+
content: "\e948" !important;
|
|
244
250
|
color: #fff;
|
|
245
251
|
}
|
|
246
252
|
.libs-ui-icon-remove:before {
|
|
247
|
-
content: "\
|
|
253
|
+
content: "\e949" !important;
|
|
248
254
|
}
|
|
249
255
|
.libs-ui-icon-rotate-image-outline:before {
|
|
250
|
-
content: "\
|
|
256
|
+
content: "\e94a" !important;
|
|
251
257
|
}
|
|
252
258
|
.libs-ui-icon-scale:before {
|
|
253
|
-
content: "\
|
|
259
|
+
content: "\e94b" !important;
|
|
254
260
|
}
|
|
255
261
|
.libs-ui-icon-search:before {
|
|
256
|
-
content: "\
|
|
262
|
+
content: "\e94c" !important;
|
|
257
263
|
}
|
|
258
264
|
.libs-ui-icon-speaker-off-outline:before {
|
|
259
|
-
content: "\
|
|
265
|
+
content: "\e94d" !important;
|
|
260
266
|
}
|
|
261
267
|
.libs-ui-icon-speaker-off-solid:before {
|
|
262
|
-
content: "\
|
|
268
|
+
content: "\e94e" !important;
|
|
263
269
|
}
|
|
264
270
|
.libs-ui-icon-speaker-on-outline:before {
|
|
265
|
-
content: "\
|
|
271
|
+
content: "\e94f" !important;
|
|
266
272
|
}
|
|
267
273
|
.libs-ui-icon-speaker-on-solid:before {
|
|
268
|
-
content: "\
|
|
274
|
+
content: "\e950" !important;
|
|
269
275
|
}
|
|
270
276
|
.libs-ui-icon-tooltip-outline:before {
|
|
271
|
-
content: "\
|
|
277
|
+
content: "\e951" !important;
|
|
272
278
|
}
|
|
273
279
|
.libs-ui-icon-tooltip-solid:before {
|
|
274
|
-
content: "\
|
|
280
|
+
content: "\e952" !important;
|
|
275
281
|
}
|
|
276
282
|
.libs-ui-icon-undo:before {
|
|
277
|
-
content: "\
|
|
283
|
+
content: "\e953" !important;
|
|
278
284
|
}
|
|
279
285
|
.libs-ui-icon-upload-outline:before {
|
|
280
|
-
content: "\
|
|
286
|
+
content: "\e954" !important;
|
|
281
287
|
}
|
|
282
288
|
.libs-ui-icon-upload-solid:before {
|
|
283
|
-
content: "\
|
|
289
|
+
content: "\e955" !important;
|
|
284
290
|
}
|
|
285
291
|
.libs-ui-icon-zoom-in:before {
|
|
286
|
-
content: "\
|
|
292
|
+
content: "\e956" !important;
|
|
287
293
|
color: #fff;
|
|
288
294
|
}
|
|
289
295
|
.libs-ui-icon-zoom-out:before {
|
|
290
|
-
content: "\
|
|
296
|
+
content: "\e957" !important;
|
|
291
297
|
color: #fff;
|
|
292
298
|
}
|