@libs-ui/icon-font 0.2.152 → 0.2.154
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 -81
- package/assets/fonts/libs-ui-icon.svg +43 -40
- 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 +52 -43
- 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?75vhrq') format('truetype'),
|
|
5
|
+
url('fonts/libs-ui-icon.woff?75vhrq') format('woff'),
|
|
6
|
+
url('fonts/libs-ui-icon.svg?75vhrq#libs-ui-icon') format('svg');
|
|
7
7
|
font-weight: normal;
|
|
8
8
|
font-style: normal;
|
|
9
9
|
font-display: block;
|
|
@@ -119,129 +119,138 @@
|
|
|
119
119
|
.libs-ui-icon-edit-line:before {
|
|
120
120
|
content: "\e91e" !important;
|
|
121
121
|
}
|
|
122
|
-
.libs-ui-icon-
|
|
122
|
+
.libs-ui-icon-edit-solid:before {
|
|
123
123
|
content: "\e91f" !important;
|
|
124
124
|
}
|
|
125
|
-
.libs-ui-icon-editor-
|
|
125
|
+
.libs-ui-icon-editor-bold:before {
|
|
126
126
|
content: "\e920" !important;
|
|
127
127
|
}
|
|
128
|
-
.libs-ui-icon-editor-color-
|
|
128
|
+
.libs-ui-icon-editor-color-background:before {
|
|
129
129
|
content: "\e921" !important;
|
|
130
130
|
}
|
|
131
|
-
.libs-ui-icon-editor-
|
|
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-
|
|
140
|
+
.libs-ui-icon-editor-underlined:before {
|
|
141
141
|
content: "\e925" !important;
|
|
142
142
|
}
|
|
143
|
-
.libs-ui-icon-eye-solid:before {
|
|
143
|
+
.libs-ui-icon-eye-slash-solid:before {
|
|
144
144
|
content: "\e926" !important;
|
|
145
145
|
}
|
|
146
|
-
.libs-ui-icon-
|
|
146
|
+
.libs-ui-icon-eye-solid:before {
|
|
147
147
|
content: "\e927" !important;
|
|
148
148
|
}
|
|
149
|
-
.libs-ui-icon-
|
|
149
|
+
.libs-ui-icon-face-smile:before {
|
|
150
150
|
content: "\e928" !important;
|
|
151
|
+
}
|
|
152
|
+
.libs-ui-icon-file-upload:before {
|
|
153
|
+
content: "\e929" !important;
|
|
154
|
+
}
|
|
155
|
+
.libs-ui-icon-file:before {
|
|
156
|
+
content: "\e92a" !important;
|
|
157
|
+
}
|
|
158
|
+
.libs-ui-icon-fullscreen-exit:before {
|
|
159
|
+
content: "\e92b" !important;
|
|
151
160
|
color: #fff;
|
|
152
161
|
}
|
|
153
162
|
.libs-ui-icon-fullscreen-open:before {
|
|
154
|
-
content: "\
|
|
163
|
+
content: "\e92c" !important;
|
|
155
164
|
color: #fff;
|
|
156
165
|
}
|
|
157
166
|
.libs-ui-icon-image-solid:before {
|
|
158
|
-
content: "\
|
|
167
|
+
content: "\e92d" !important;
|
|
159
168
|
}
|
|
160
169
|
.libs-ui-icon-indent-decrease:before {
|
|
161
|
-
content: "\
|
|
170
|
+
content: "\e92e" !important;
|
|
162
171
|
}
|
|
163
172
|
.libs-ui-icon-indent-increase:before {
|
|
164
|
-
content: "\
|
|
173
|
+
content: "\e92f" !important;
|
|
165
174
|
}
|
|
166
175
|
.libs-ui-icon-link-broken:before {
|
|
167
|
-
content: "\
|
|
176
|
+
content: "\e930" !important;
|
|
168
177
|
}
|
|
169
178
|
.libs-ui-icon-link:before {
|
|
170
|
-
content: "\
|
|
179
|
+
content: "\e931" !important;
|
|
171
180
|
}
|
|
172
181
|
.libs-ui-icon-list-bulleted:before {
|
|
173
|
-
content: "\
|
|
182
|
+
content: "\e932" !important;
|
|
174
183
|
}
|
|
175
184
|
.libs-ui-icon-list-numbered:before {
|
|
176
|
-
content: "\
|
|
185
|
+
content: "\e933" !important;
|
|
177
186
|
}
|
|
178
187
|
.libs-ui-icon-more-vertical:before {
|
|
179
|
-
content: "\
|
|
188
|
+
content: "\e934" !important;
|
|
180
189
|
color: #6a7383;
|
|
181
190
|
}
|
|
182
191
|
.libs-ui-icon-move-right:before {
|
|
183
|
-
content: "\
|
|
192
|
+
content: "\e935" !important;
|
|
184
193
|
}
|
|
185
194
|
.libs-ui-icon-pause-solid:before {
|
|
186
|
-
content: "\
|
|
195
|
+
content: "\e936" !important;
|
|
187
196
|
}
|
|
188
197
|
.libs-ui-icon-play-solid:before {
|
|
189
|
-
content: "\
|
|
198
|
+
content: "\e937" !important;
|
|
190
199
|
}
|
|
191
200
|
.libs-ui-icon-quote:before {
|
|
192
|
-
content: "\
|
|
201
|
+
content: "\e938" !important;
|
|
193
202
|
}
|
|
194
203
|
.libs-ui-icon-radio-selected:before {
|
|
195
|
-
content: "\
|
|
204
|
+
content: "\e939" !important;
|
|
196
205
|
}
|
|
197
206
|
.libs-ui-icon-radio-unselected:before {
|
|
198
|
-
content: "\
|
|
207
|
+
content: "\e93a" !important;
|
|
199
208
|
}
|
|
200
209
|
.libs-ui-icon-refresh:before {
|
|
201
|
-
content: "\
|
|
210
|
+
content: "\e93b" !important;
|
|
202
211
|
color: #fff;
|
|
203
212
|
}
|
|
204
213
|
.libs-ui-icon-remove:before {
|
|
205
|
-
content: "\
|
|
214
|
+
content: "\e93c" !important;
|
|
206
215
|
}
|
|
207
216
|
.libs-ui-icon-search-copy:before {
|
|
208
|
-
content: "\
|
|
217
|
+
content: "\e93d" !important;
|
|
209
218
|
}
|
|
210
219
|
.libs-ui-icon-search:before {
|
|
211
|
-
content: "\
|
|
220
|
+
content: "\e93e" !important;
|
|
212
221
|
}
|
|
213
222
|
.libs-ui-icon-speaker-off-outline:before {
|
|
214
|
-
content: "\
|
|
223
|
+
content: "\e93f" !important;
|
|
215
224
|
}
|
|
216
225
|
.libs-ui-icon-speaker-off-solid:before {
|
|
217
|
-
content: "\
|
|
226
|
+
content: "\e940" !important;
|
|
218
227
|
}
|
|
219
228
|
.libs-ui-icon-speaker-on-outline:before {
|
|
220
|
-
content: "\
|
|
229
|
+
content: "\e941" !important;
|
|
221
230
|
}
|
|
222
231
|
.libs-ui-icon-speaker-on-solid:before {
|
|
223
|
-
content: "\
|
|
232
|
+
content: "\e942" !important;
|
|
224
233
|
}
|
|
225
234
|
.libs-ui-icon-tooltip-outline:before {
|
|
226
|
-
content: "\
|
|
235
|
+
content: "\e943" !important;
|
|
227
236
|
}
|
|
228
237
|
.libs-ui-icon-tooltip-solid:before {
|
|
229
|
-
content: "\
|
|
238
|
+
content: "\e944" !important;
|
|
230
239
|
}
|
|
231
240
|
.libs-ui-icon-undo:before {
|
|
232
|
-
content: "\
|
|
241
|
+
content: "\e945" !important;
|
|
233
242
|
}
|
|
234
243
|
.libs-ui-icon-upload-outline:before {
|
|
235
|
-
content: "\
|
|
244
|
+
content: "\e946" !important;
|
|
236
245
|
}
|
|
237
246
|
.libs-ui-icon-upload-solid:before {
|
|
238
|
-
content: "\
|
|
247
|
+
content: "\e947" !important;
|
|
239
248
|
}
|
|
240
249
|
.libs-ui-icon-zoom-in:before {
|
|
241
|
-
content: "\
|
|
250
|
+
content: "\e948" !important;
|
|
242
251
|
color: #fff;
|
|
243
252
|
}
|
|
244
253
|
.libs-ui-icon-zoom-out:before {
|
|
245
|
-
content: "\
|
|
254
|
+
content: "\e949" !important;
|
|
246
255
|
color: #fff;
|
|
247
256
|
}
|