@progress/kendo-font-icons 0.2.0 → 0.4.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/icons.json +6454 -0
- package/dist/index.css +20 -0
- package/dist/kendo-font-icons.ttf +0 -0
- package/package.json +2 -2
- package/scss/_font.scss +1 -1
- package/scss/_icons.scss +5 -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"; }
|
|
@@ -149,6 +150,7 @@
|
|
|
149
150
|
.k-i-display-flex::before { content: "\e049"; }
|
|
150
151
|
.k-i-display-inline-flex::before { content: "\e04a"; }
|
|
151
152
|
.k-i-droplet-slider::before { content: "\e04b"; }
|
|
153
|
+
.k-i-color-canvas::before { content: "\e04b"; }
|
|
152
154
|
.k-i-file-report::before { content: "\e04c"; }
|
|
153
155
|
.k-i-gap-column::before { content: "\e04d"; }
|
|
154
156
|
.k-i-gap-row::before { content: "\e04e"; }
|
|
@@ -183,6 +185,7 @@
|
|
|
183
185
|
.k-i-replace-single::before { content: "\e06b"; }
|
|
184
186
|
.k-i-report-element::before { content: "\e06c"; }
|
|
185
187
|
.k-i-right-double-quotes::before { content: "\e06d"; }
|
|
188
|
+
.k-i-blockquote::before { content: "\e06d"; }
|
|
186
189
|
.k-i-whole-word::before { content: "\e06e"; }
|
|
187
190
|
.k-i-undo::before { content: "\e100"; }
|
|
188
191
|
.k-i-undo-large::before { content: "\e100"; }
|
|
@@ -918,7 +921,9 @@
|
|
|
918
921
|
.k-i-subreport::before { content: "\e923"; }
|
|
919
922
|
.k-i-data::before { content: "\e924"; }
|
|
920
923
|
.k-i-file-header::before { content: "\e925"; }
|
|
924
|
+
.k-i-report-header-section::before { content: "\e925"; }
|
|
921
925
|
.k-i-file-footer::before { content: "\e926"; }
|
|
926
|
+
.k-i-report-footer-section::before { content: "\e926"; }
|
|
922
927
|
.k-i-group-header-section::before { content: "\e927"; }
|
|
923
928
|
.k-i-group-footer-section::before { content: "\e928"; }
|
|
924
929
|
.k-i-page-header-section::before { content: "\e929"; }
|