@libs-ui/icon-font 0.2.141 → 0.2.143
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 -95
- package/assets/fonts/libs-ui-icon.svg +49 -47
- 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 +57 -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?5dvexh') format('truetype'),
|
|
5
|
+
url('fonts/libs-ui-icon.woff?5dvexh') format('woff'),
|
|
6
|
+
url('fonts/libs-ui-icon.svg?5dvexh#libs-ui-icon') format('svg');
|
|
7
7
|
font-weight: normal;
|
|
8
8
|
font-style: normal;
|
|
9
9
|
font-display: block;
|
|
@@ -91,150 +91,157 @@
|
|
|
91
91
|
.libs-ui-icon-chevron-right:before {
|
|
92
92
|
content: "\e915" !important;
|
|
93
93
|
}
|
|
94
|
-
.libs-ui-icon-
|
|
94
|
+
.libs-ui-icon-clock:before {
|
|
95
95
|
content: "\e916" !important;
|
|
96
|
+
color: #9ca2ad;
|
|
96
97
|
}
|
|
97
|
-
.libs-ui-icon-close-circle-
|
|
98
|
+
.libs-ui-icon-close-circle-outline:before {
|
|
98
99
|
content: "\e917" !important;
|
|
99
100
|
}
|
|
100
|
-
.libs-ui-icon-close:before {
|
|
101
|
+
.libs-ui-icon-close-circle-solid:before {
|
|
101
102
|
content: "\e918" !important;
|
|
102
103
|
}
|
|
103
|
-
.libs-ui-icon-
|
|
104
|
+
.libs-ui-icon-close:before {
|
|
104
105
|
content: "\e919" !important;
|
|
105
106
|
}
|
|
106
|
-
.libs-ui-icon-
|
|
107
|
+
.libs-ui-icon-code-snippet:before {
|
|
107
108
|
content: "\e91a" !important;
|
|
108
109
|
}
|
|
109
|
-
.libs-ui-icon-
|
|
110
|
+
.libs-ui-icon-copy:before {
|
|
110
111
|
content: "\e91b" !important;
|
|
111
112
|
}
|
|
112
|
-
.libs-ui-icon-download-
|
|
113
|
+
.libs-ui-icon-download-outline:before {
|
|
113
114
|
content: "\e91c" !important;
|
|
114
115
|
}
|
|
115
|
-
.libs-ui-icon-
|
|
116
|
+
.libs-ui-icon-download-solid:before {
|
|
116
117
|
content: "\e91d" !important;
|
|
117
118
|
}
|
|
118
|
-
.libs-ui-icon-
|
|
119
|
+
.libs-ui-icon-edit-line:before {
|
|
119
120
|
content: "\e91e" !important;
|
|
120
121
|
}
|
|
121
|
-
.libs-ui-icon-editor-
|
|
122
|
+
.libs-ui-icon-editor-bold:before {
|
|
122
123
|
content: "\e91f" !important;
|
|
123
124
|
}
|
|
124
|
-
.libs-ui-icon-editor-
|
|
125
|
+
.libs-ui-icon-editor-color-background:before {
|
|
125
126
|
content: "\e920" !important;
|
|
126
127
|
}
|
|
127
|
-
.libs-ui-icon-editor-
|
|
128
|
+
.libs-ui-icon-editor-color-text:before {
|
|
128
129
|
content: "\e921" !important;
|
|
129
130
|
}
|
|
130
|
-
.libs-ui-icon-editor-
|
|
131
|
+
.libs-ui-icon-editor-italic:before {
|
|
131
132
|
content: "\e922" !important;
|
|
132
133
|
}
|
|
133
|
-
.libs-ui-icon-
|
|
134
|
+
.libs-ui-icon-editor-strike-through:before {
|
|
134
135
|
content: "\e923" !important;
|
|
135
136
|
}
|
|
136
|
-
.libs-ui-icon-
|
|
137
|
+
.libs-ui-icon-editor-underlined:before {
|
|
137
138
|
content: "\e924" !important;
|
|
138
139
|
}
|
|
139
|
-
.libs-ui-icon-
|
|
140
|
+
.libs-ui-icon-eye-slash-solid:before {
|
|
140
141
|
content: "\e925" !important;
|
|
141
142
|
}
|
|
142
|
-
.libs-ui-icon-
|
|
143
|
+
.libs-ui-icon-eye-solid:before {
|
|
143
144
|
content: "\e926" !important;
|
|
145
|
+
}
|
|
146
|
+
.libs-ui-icon-face-smile:before {
|
|
147
|
+
content: "\e927" !important;
|
|
148
|
+
}
|
|
149
|
+
.libs-ui-icon-fullscreen-exit:before {
|
|
150
|
+
content: "\e928" !important;
|
|
144
151
|
color: #fff;
|
|
145
152
|
}
|
|
146
153
|
.libs-ui-icon-fullscreen-open:before {
|
|
147
|
-
content: "\
|
|
154
|
+
content: "\e929" !important;
|
|
148
155
|
color: #fff;
|
|
149
156
|
}
|
|
150
157
|
.libs-ui-icon-image-solid:before {
|
|
151
|
-
content: "\
|
|
158
|
+
content: "\e92a" !important;
|
|
152
159
|
}
|
|
153
160
|
.libs-ui-icon-indent-decrease:before {
|
|
154
|
-
content: "\
|
|
161
|
+
content: "\e92b" !important;
|
|
155
162
|
}
|
|
156
163
|
.libs-ui-icon-indent-increase:before {
|
|
157
|
-
content: "\
|
|
164
|
+
content: "\e92c" !important;
|
|
158
165
|
}
|
|
159
166
|
.libs-ui-icon-link-broken:before {
|
|
160
|
-
content: "\
|
|
167
|
+
content: "\e92d" !important;
|
|
161
168
|
}
|
|
162
169
|
.libs-ui-icon-link:before {
|
|
163
|
-
content: "\
|
|
170
|
+
content: "\e92e" !important;
|
|
164
171
|
}
|
|
165
172
|
.libs-ui-icon-list-bulleted:before {
|
|
166
|
-
content: "\
|
|
173
|
+
content: "\e92f" !important;
|
|
167
174
|
}
|
|
168
175
|
.libs-ui-icon-list-numbered:before {
|
|
169
|
-
content: "\
|
|
176
|
+
content: "\e930" !important;
|
|
170
177
|
}
|
|
171
178
|
.libs-ui-icon-more-vertical:before {
|
|
172
|
-
content: "\
|
|
179
|
+
content: "\e931" !important;
|
|
173
180
|
color: #6a7383;
|
|
174
181
|
}
|
|
175
182
|
.libs-ui-icon-move-right:before {
|
|
176
|
-
content: "\
|
|
183
|
+
content: "\e932" !important;
|
|
177
184
|
}
|
|
178
185
|
.libs-ui-icon-pause-solid:before {
|
|
179
|
-
content: "\
|
|
186
|
+
content: "\e933" !important;
|
|
180
187
|
}
|
|
181
188
|
.libs-ui-icon-play-solid:before {
|
|
182
|
-
content: "\
|
|
189
|
+
content: "\e934" !important;
|
|
183
190
|
}
|
|
184
191
|
.libs-ui-icon-quote:before {
|
|
185
|
-
content: "\
|
|
192
|
+
content: "\e935" !important;
|
|
186
193
|
}
|
|
187
194
|
.libs-ui-icon-radio-selected:before {
|
|
188
|
-
content: "\
|
|
195
|
+
content: "\e936" !important;
|
|
189
196
|
}
|
|
190
197
|
.libs-ui-icon-radio-unselected:before {
|
|
191
|
-
content: "\
|
|
198
|
+
content: "\e937" !important;
|
|
192
199
|
}
|
|
193
200
|
.libs-ui-icon-refresh:before {
|
|
194
|
-
content: "\
|
|
201
|
+
content: "\e938" !important;
|
|
195
202
|
color: #fff;
|
|
196
203
|
}
|
|
197
204
|
.libs-ui-icon-remove:before {
|
|
198
|
-
content: "\
|
|
205
|
+
content: "\e939" !important;
|
|
199
206
|
}
|
|
200
207
|
.libs-ui-icon-search-copy:before {
|
|
201
|
-
content: "\
|
|
208
|
+
content: "\e93a" !important;
|
|
202
209
|
}
|
|
203
210
|
.libs-ui-icon-search:before {
|
|
204
|
-
content: "\
|
|
211
|
+
content: "\e93b" !important;
|
|
205
212
|
}
|
|
206
213
|
.libs-ui-icon-speaker-off-outline:before {
|
|
207
|
-
content: "\
|
|
214
|
+
content: "\e93c" !important;
|
|
208
215
|
}
|
|
209
216
|
.libs-ui-icon-speaker-off-solid:before {
|
|
210
|
-
content: "\
|
|
217
|
+
content: "\e93d" !important;
|
|
211
218
|
}
|
|
212
219
|
.libs-ui-icon-speaker-on-outline:before {
|
|
213
|
-
content: "\
|
|
220
|
+
content: "\e93e" !important;
|
|
214
221
|
}
|
|
215
222
|
.libs-ui-icon-speaker-on-solid:before {
|
|
216
|
-
content: "\
|
|
223
|
+
content: "\e93f" !important;
|
|
217
224
|
}
|
|
218
225
|
.libs-ui-icon-tooltip-outline:before {
|
|
219
|
-
content: "\
|
|
226
|
+
content: "\e940" !important;
|
|
220
227
|
}
|
|
221
228
|
.libs-ui-icon-tooltip-solid:before {
|
|
222
|
-
content: "\
|
|
229
|
+
content: "\e941" !important;
|
|
223
230
|
}
|
|
224
231
|
.libs-ui-icon-undo:before {
|
|
225
|
-
content: "\
|
|
232
|
+
content: "\e942" !important;
|
|
226
233
|
}
|
|
227
234
|
.libs-ui-icon-upload-outline:before {
|
|
228
|
-
content: "\
|
|
235
|
+
content: "\e943" !important;
|
|
229
236
|
}
|
|
230
237
|
.libs-ui-icon-upload-solid:before {
|
|
231
|
-
content: "\
|
|
238
|
+
content: "\e944" !important;
|
|
232
239
|
}
|
|
233
240
|
.libs-ui-icon-zoom-in:before {
|
|
234
|
-
content: "\
|
|
241
|
+
content: "\e945" !important;
|
|
235
242
|
color: #fff;
|
|
236
243
|
}
|
|
237
244
|
.libs-ui-icon-zoom-out:before {
|
|
238
|
-
content: "\
|
|
245
|
+
content: "\e946" !important;
|
|
239
246
|
color: #fff;
|
|
240
247
|
}
|