@progress/kendo-font-icons 3.3.0 → 4.1.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 +8 -8
- package/dist/icons.json +77 -0
- package/dist/index.css +1137 -1093
- package/dist/index.css.map +1 -0
- package/dist/kendo-font-icons.ttf +0 -0
- package/package.json +3 -3
- package/scss/_font.scss +1 -1
- package/scss/_icon-list.scss +11 -0
- package/scss/_variables.scss +2 -0
- package/scss/all.scss +2 -1
- package/scss/index.scss +5 -3
- package/scss/kendo-font-icons.ttf +0 -0
package/scss/_icon-list.scss
CHANGED
|
@@ -229,6 +229,17 @@
|
|
|
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"; }
|
|
232
243
|
.k-i-undo::before { content: "\e100"; }
|
|
233
244
|
.k-i-undo-large::before { content: "\e100"; }
|
|
234
245
|
.k-i-redo::before { content: "\e101"; }
|
package/scss/_variables.scss
CHANGED
package/scss/all.scss
CHANGED
package/scss/index.scss
CHANGED
|
Binary file
|