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