@progress/kendo-font-icons 4.4.0 → 4.5.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 +2 -2
- package/dist/icons.json +20 -0
- package/dist/index.css +8 -0
- 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 +2 -0
- package/scss/kendo-font-icons.ttf +0 -0
package/scss/_icon-list.scss
CHANGED
|
@@ -524,6 +524,8 @@
|
|
|
524
524
|
.k-i-weight-scale-solid::before { content: "\e16a"; }
|
|
525
525
|
.k-i-microphone-solid::before { content: "\e16b"; }
|
|
526
526
|
.k-i-microphone-outline::before { content: "\e16c"; }
|
|
527
|
+
.k-i-row-expand::before { content: "\e16d"; }
|
|
528
|
+
.k-i-row-collapse::before { content: "\e16e"; }
|
|
527
529
|
.k-i-play::before { content: "\e200"; }
|
|
528
530
|
.k-i-pause::before { content: "\e201"; }
|
|
529
531
|
.k-i-stop::before { content: "\e202"; }
|
|
Binary file
|