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