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