@progress/kendo-font-icons 0.3.0 → 0.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 +1 -1
- package/dist/icons.json +6463 -0
- package/dist/index.css +8 -0
- package/dist/kendo-font-icons.ttf +0 -0
- package/package.json +2 -2
- package/scss/_font.scss +1 -1
- package/scss/_icons.scss +2 -0
package/scss/_icons.scss
CHANGED
|
@@ -106,6 +106,7 @@
|
|
|
106
106
|
.k-i-group::before { content: "\e025"; }
|
|
107
107
|
.k-i-ungroup::before { content: "\e026"; }
|
|
108
108
|
.k-i-handle-drag::before { content: "\e027"; }
|
|
109
|
+
.k-i-handler-drag::before { content: "\e027"; }
|
|
109
110
|
.k-i-layout::before { content: "\e028"; }
|
|
110
111
|
.k-i-layout-1-by-4::before { content: "\e029"; }
|
|
111
112
|
.k-i-layout-2-by-2::before { content: "\e02a"; }
|
|
@@ -186,6 +187,7 @@
|
|
|
186
187
|
.k-i-right-double-quotes::before { content: "\e06d"; }
|
|
187
188
|
.k-i-blockquote::before { content: "\e06d"; }
|
|
188
189
|
.k-i-whole-word::before { content: "\e06e"; }
|
|
190
|
+
.k-i-clock-arrow-rotate::before { content: "\e06f"; }
|
|
189
191
|
.k-i-undo::before { content: "\e100"; }
|
|
190
192
|
.k-i-undo-large::before { content: "\e100"; }
|
|
191
193
|
.k-i-redo::before { content: "\e101"; }
|