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