@progress/kendo-font-icons 4.0.0 → 4.2.0
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/dist/icon-list.json +75 -75
- package/dist/icons.json +715 -0
- package/dist/index.css +318 -6
- package/dist/index.css.map +1 -1
- package/dist/kendo-font-icons.ttf +0 -0
- package/package.json +2 -2
- package/scss/_font.scss +1 -1
- package/scss/_icon-list.scss +78 -0
- package/scss/kendo-font-icons.ttf +0 -0
package/scss/_icon-list.scss
CHANGED
|
@@ -229,6 +229,84 @@
|
|
|
229
229
|
.k-i-highlight-free::before { content: "\e093"; }
|
|
230
230
|
.k-i-free-text::before { content: "\e094"; }
|
|
231
231
|
.k-i-x-logo::before { content: "\e095"; }
|
|
232
|
+
.k-i-inputbox::before { content: "\e096"; }
|
|
233
|
+
.k-i-scale::before { content: "\e097"; }
|
|
234
|
+
.k-i-van::before { content: "\e098"; }
|
|
235
|
+
.k-i-truck::before { content: "\e099"; }
|
|
236
|
+
.k-i-wallet-outline::before { content: "\e09a"; }
|
|
237
|
+
.k-i-transactions::before { content: "\e09b"; }
|
|
238
|
+
.k-i-handle-drag-dots::before { content: "\e09c"; }
|
|
239
|
+
.k-i-six-dice::before { content: "\e09c"; }
|
|
240
|
+
.k-i-six-dots-vertical::before { content: "\e09c"; }
|
|
241
|
+
.k-i-arrow-down-left::before { content: "\e09d"; }
|
|
242
|
+
.k-i-return-key::before { content: "\e09d"; }
|
|
243
|
+
.k-i-recycle-solid::before { content: "\e09e"; }
|
|
244
|
+
.k-i-industrial-vehicle::before { content: "\e09f"; }
|
|
245
|
+
.k-i-recycle-outline::before { content: "\e0a0"; }
|
|
246
|
+
.k-i-plane-solid::before { content: "\e0a1"; }
|
|
247
|
+
.k-i-plane-outline::before { content: "\e0a2"; }
|
|
248
|
+
.k-i-money-exchange::before { content: "\e0a3"; }
|
|
249
|
+
.k-i-sustainability::before { content: "\e0a4"; }
|
|
250
|
+
.k-i-speed::before { content: "\e0a5"; }
|
|
251
|
+
.k-i-devices-outline::before { content: "\e0a6"; }
|
|
252
|
+
.k-i-devices-solid::before { content: "\e0a7"; }
|
|
253
|
+
.k-i-instagram-box::before { content: "\e0a8"; }
|
|
254
|
+
.k-i-instagram::before { content: "\e0a9"; }
|
|
255
|
+
.k-i-laptop-outline::before { content: "\e0aa"; }
|
|
256
|
+
.k-i-laptop-solid::before { content: "\e0ab"; }
|
|
257
|
+
.k-i-mobile-outline-ringing::before { content: "\e0ac"; }
|
|
258
|
+
.k-i-mobile-outline::before { content: "\e0ad"; }
|
|
259
|
+
.k-i-mobile-solid-ringing::before { content: "\e0ae"; }
|
|
260
|
+
.k-i-mobile-solid::before { content: "\e0af"; }
|
|
261
|
+
.k-i-locations::before { content: "\e0b0"; }
|
|
262
|
+
.k-i-tablet-outline::before { content: "\e0b1"; }
|
|
263
|
+
.k-i-tablet-solid::before { content: "\e0b2"; }
|
|
264
|
+
.k-i-users-outline::before { content: "\e0b3"; }
|
|
265
|
+
.k-i-users-solid::before { content: "\e0b4"; }
|
|
266
|
+
.k-i-whatsapp-box::before { content: "\e0b5"; }
|
|
267
|
+
.k-i-whatsapp::before { content: "\e0b6"; }
|
|
268
|
+
.k-i-x-logo-box::before { content: "\e0b7"; }
|
|
269
|
+
.k-i-sms-outline::before { content: "\e0b8"; }
|
|
270
|
+
.k-i-sms-solid::before { content: "\e0b9"; }
|
|
271
|
+
.k-i-therapist-outline::before { content: "\e0ba"; }
|
|
272
|
+
.k-i-therapist-solid::before { content: "\e0bb"; }
|
|
273
|
+
.k-i-patient-solid::before { content: "\e0bc"; }
|
|
274
|
+
.k-i-patient-outline::before { content: "\e0bd"; }
|
|
275
|
+
.k-i-nurse-solid::before { content: "\e0be"; }
|
|
276
|
+
.k-i-nurse-outline::before { content: "\e0bf"; }
|
|
277
|
+
.k-i-optimization::before { content: "\e0c0"; }
|
|
278
|
+
.k-i-security-check-outline::before { content: "\e0c1"; }
|
|
279
|
+
.k-i-security-check-solid::before { content: "\e0c2"; }
|
|
280
|
+
.k-i-security-lock-outline::before { content: "\e0c3"; }
|
|
281
|
+
.k-i-security-lock-solid::before { content: "\e0c4"; }
|
|
282
|
+
.k-i-upgrade-outline::before { content: "\e0c5"; }
|
|
283
|
+
.k-i-upgrade-reload::before { content: "\e0c6"; }
|
|
284
|
+
.k-i-upgrade-solid::before { content: "\e0c7"; }
|
|
285
|
+
.k-i-food-solid::before { content: "\e0c8"; }
|
|
286
|
+
.k-i-food-outline::before { content: "\e0c9"; }
|
|
287
|
+
.k-i-area::before { content: "\e0ca"; }
|
|
288
|
+
.k-i-arrow-shape::before { content: "\e0cb"; }
|
|
289
|
+
.k-i-border-radius-undefined::before { content: "\e0cc"; }
|
|
290
|
+
.k-i-border-width::before { content: "\e0cd"; }
|
|
291
|
+
.k-i-circle-shape::before { content: "\e0ce"; }
|
|
292
|
+
.k-i-combobox::before { content: "\e0cf"; }
|
|
293
|
+
.k-i-cube::before { content: "\e0d0"; }
|
|
294
|
+
.k-i-distance::before { content: "\e0d1"; }
|
|
295
|
+
.k-i-draw-free::before { content: "\e0d2"; }
|
|
296
|
+
.k-i-dropdown::before { content: "\e0d3"; }
|
|
297
|
+
.k-i-eraser-solid::before { content: "\e0d4"; }
|
|
298
|
+
.k-i-hexagon-shape::before { content: "\e0d5"; }
|
|
299
|
+
.k-i-insert-free-text::before { content: "\e0d6"; }
|
|
300
|
+
.k-i-line-shape::before { content: "\e0d7"; }
|
|
301
|
+
.k-i-password-box::before { content: "\e0d8"; }
|
|
302
|
+
.k-i-perimeter::before { content: "\e0d9"; }
|
|
303
|
+
.k-i-rectangle-shape::before { content: "\e0da"; }
|
|
304
|
+
.k-i-replace-free-text::before { content: "\e0db"; }
|
|
305
|
+
.k-i-ruler-outline-alt::before { content: "\e0dc"; }
|
|
306
|
+
.k-i-ruler-solid-alt::before { content: "\e0dd"; }
|
|
307
|
+
.k-i-ruler-solid::before { content: "\e0de"; }
|
|
308
|
+
.k-i-ruler-triangle-outline::before { content: "\e0df"; }
|
|
309
|
+
.k-i-ruler-triangle-solid::before { content: "\e0e0"; }
|
|
232
310
|
.k-i-undo::before { content: "\e100"; }
|
|
233
311
|
.k-i-undo-large::before { content: "\e100"; }
|
|
234
312
|
.k-i-redo::before { content: "\e101"; }
|
|
Binary file
|