@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/dist/index.css
CHANGED
|
@@ -507,6 +507,10 @@
|
|
|
507
507
|
content: "\e027";
|
|
508
508
|
}
|
|
509
509
|
|
|
510
|
+
.k-i-handler-drag::before {
|
|
511
|
+
content: "\e027";
|
|
512
|
+
}
|
|
513
|
+
|
|
510
514
|
.k-i-layout::before {
|
|
511
515
|
content: "\e028";
|
|
512
516
|
}
|
|
@@ -679,6 +683,10 @@
|
|
|
679
683
|
content: "\e04b";
|
|
680
684
|
}
|
|
681
685
|
|
|
686
|
+
.k-i-color-canvas::before {
|
|
687
|
+
content: "\e04b";
|
|
688
|
+
}
|
|
689
|
+
|
|
682
690
|
.k-i-file-report::before {
|
|
683
691
|
content: "\e04c";
|
|
684
692
|
}
|
|
@@ -815,6 +823,10 @@
|
|
|
815
823
|
content: "\e06d";
|
|
816
824
|
}
|
|
817
825
|
|
|
826
|
+
.k-i-blockquote::before {
|
|
827
|
+
content: "\e06d";
|
|
828
|
+
}
|
|
829
|
+
|
|
818
830
|
.k-i-whole-word::before {
|
|
819
831
|
content: "\e06e";
|
|
820
832
|
}
|
|
@@ -3755,10 +3767,18 @@
|
|
|
3755
3767
|
content: "\e925";
|
|
3756
3768
|
}
|
|
3757
3769
|
|
|
3770
|
+
.k-i-report-header-section::before {
|
|
3771
|
+
content: "\e925";
|
|
3772
|
+
}
|
|
3773
|
+
|
|
3758
3774
|
.k-i-file-footer::before {
|
|
3759
3775
|
content: "\e926";
|
|
3760
3776
|
}
|
|
3761
3777
|
|
|
3778
|
+
.k-i-report-footer-section::before {
|
|
3779
|
+
content: "\e926";
|
|
3780
|
+
}
|
|
3781
|
+
|
|
3762
3782
|
.k-i-group-header-section::before {
|
|
3763
3783
|
content: "\e927";
|
|
3764
3784
|
}
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-font-icons",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.4.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"repository": "telerik/kendo-icons",
|
|
7
7
|
"bugs": "https://github.com/telerik/kendo-icons/issues",
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"publishConfig": {
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "a069f043cb7a3544d97ddc4ef3d2b484ac337c3d"
|
|
27
27
|
}
|