@mdsfe/mds-ui 0.2.10-rc.7 → 0.2.10-rc.8

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.
Files changed (59) hide show
  1. package/dist/_util/iconfont/index.js +1 -1
  2. package/dist/font/{iconfont.2d6a8f5.ttf → iconfont.22ef8cb.ttf} +0 -0
  3. package/dist/font/iconfont.8bd7c3e.woff2 +0 -0
  4. package/dist/font/iconfont.c5d3297.woff +0 -0
  5. package/dist/mds-ui.min.css +1 -1
  6. package/dist/style/affix.css +193 -1
  7. package/dist/style/anchor.css +193 -1
  8. package/dist/style/avatar.css +193 -1
  9. package/dist/style/badge.css +193 -1
  10. package/dist/style/bordershadow.css +193 -1
  11. package/dist/style/breadcrumb.css +193 -1
  12. package/dist/style/button.css +193 -1
  13. package/dist/style/card.css +193 -1
  14. package/dist/style/carousel.css +193 -1
  15. package/dist/style/checkbox.css +193 -1
  16. package/dist/style/col.css +193 -1
  17. package/dist/style/collapse.css +193 -1
  18. package/dist/style/color.css +193 -1
  19. package/dist/style/datepicker.css +193 -1
  20. package/dist/style/divider.css +193 -1
  21. package/dist/style/drawer.css +193 -1
  22. package/dist/style/dropdown.css +193 -1
  23. package/dist/style/empty.css +193 -1
  24. package/dist/style/font.css +193 -1
  25. package/dist/style/form.css +193 -1
  26. package/dist/style/icon.css +193 -1
  27. package/dist/style/input.css +193 -1
  28. package/dist/style/inputnumber.css +193 -1
  29. package/dist/style/layout.css +193 -1
  30. package/dist/style/list.css +193 -1
  31. package/dist/style/loading.css +193 -1
  32. package/dist/style/menu.css +193 -1
  33. package/dist/style/modal.css +193 -1
  34. package/dist/style/notification.css +193 -1
  35. package/dist/style/pagination.css +193 -1
  36. package/dist/style/popconfirm.css +193 -1
  37. package/dist/style/popover.css +193 -1
  38. package/dist/style/progress.css +193 -1
  39. package/dist/style/radio.css +193 -1
  40. package/dist/style/rate.css +193 -1
  41. package/dist/style/row.css +193 -1
  42. package/dist/style/select.css +193 -1
  43. package/dist/style/slider.css +193 -1
  44. package/dist/style/slottable.css +193 -1
  45. package/dist/style/steps.css +193 -1
  46. package/dist/style/switch.css +193 -1
  47. package/dist/style/table.css +193 -1
  48. package/dist/style/tabs.css +193 -1
  49. package/dist/style/tag.css +193 -1
  50. package/dist/style/text.css +193 -1
  51. package/dist/style/timeline.css +193 -1
  52. package/dist/style/timepicker.css +193 -1
  53. package/dist/style/tooltip.css +193 -1
  54. package/dist/style/tree.css +193 -1
  55. package/dist/style/typography.css +193 -1
  56. package/dist/style/upload.css +193 -1
  57. package/package.json +1 -1
  58. package/dist/font/iconfont.ba368f5.woff2 +0 -0
  59. package/dist/font/iconfont.da0405c.woff +0 -0
@@ -554,7 +554,7 @@ samp {
554
554
  font-display: auto;
555
555
  font-style: normal;
556
556
  /* project id 1921203 */
557
- src: url(/dist/font/iconfont.ba368f5.woff2) format('woff2'), url(/dist/font/iconfont.da0405c.woff) format('woff'), url(/dist/font/iconfont.2d6a8f5.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.8bd7c3e.woff2) format('woff2'), url(/dist/font/iconfont.c5d3297.woff) format('woff'), url(/dist/font/iconfont.22ef8cb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,198 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-add-ebi:before {
4728
+ content: "\E725";
4729
+ }
4730
+ .mdsicon-line-arrow2-left:before {
4731
+ content: "\E726";
4732
+ }
4733
+ .mdsicon-line-arrow2-right:before {
4734
+ content: "\E727";
4735
+ }
4736
+ .mdsicon-line-closed:before {
4737
+ content: "\E724";
4738
+ }
4739
+ .mdsicon-line-upload:before {
4740
+ content: "\E720";
4741
+ }
4742
+ .mdsicon-line-download:before {
4743
+ content: "\E721";
4744
+ }
4745
+ .mdsicon-line-setting:before {
4746
+ content: "\E722";
4747
+ }
4748
+ .mdsicon-line-search:before {
4749
+ content: "\E723";
4750
+ }
4751
+ .mdsicon-line-perspective-mode:before {
4752
+ content: "\E718";
4753
+ }
4754
+ .mdsicon-fill-arrow-up:before {
4755
+ content: "\E71C";
4756
+ }
4757
+ .mdsicon-fill-arrow-left:before {
4758
+ content: "\E71D";
4759
+ }
4760
+ .mdsicon-fill-arrow-down:before {
4761
+ content: "\E71E";
4762
+ }
4763
+ .mdsicon-fill-arrow-right:before {
4764
+ content: "\E71F";
4765
+ }
4766
+ .mdsicon-line-alter:before {
4767
+ content: "\E717";
4768
+ }
4769
+ .mdsicon-line-settle-accounts:before {
4770
+ content: "\E716";
4771
+ }
4772
+ .mdsicon-line-cancel:before {
4773
+ content: "\E719";
4774
+ }
4775
+ .mdsicon-line-summation:before {
4776
+ content: "\E71A";
4777
+ }
4778
+ .mdsicon-line-mean-value:before {
4779
+ content: "\E71B";
4780
+ }
4781
+ .mdsicon-line-compute:before {
4782
+ content: "\E715";
4783
+ }
4784
+ .mdsicon-line-more:before {
4785
+ content: "\E70E";
4786
+ }
4787
+ .mdsicon-line-unfold:before {
4788
+ content: "\E70F";
4789
+ }
4790
+ .mdsicon-line-table:before {
4791
+ content: "\E710";
4792
+ }
4793
+ .mdsicon-line-drag:before {
4794
+ content: "\E711";
4795
+ }
4796
+ .mdsicon-line-index:before {
4797
+ content: "\E712";
4798
+ }
4799
+ .mdsicon-line-data-source1:before {
4800
+ content: "\E713";
4801
+ }
4802
+ .mdsicon-fill-caution:before {
4803
+ content: "\E714";
4804
+ }
4805
+ .mdsicon-line-data-source-2:before {
4806
+ content: "\E708";
4807
+ }
4808
+ .mdsicon-line-editor:before {
4809
+ content: "\E709";
4810
+ }
4811
+ .mdsicon-line-dataset:before {
4812
+ content: "\E70B";
4813
+ }
4814
+ .mdsicon-fill-normal:before {
4815
+ content: "\E70C";
4816
+ }
4817
+ .mdsicon-line-packup:before {
4818
+ content: "\E70D";
4819
+ }
4820
+ .mdsicon-line-statement:before {
4821
+ content: "\E705";
4822
+ }
4823
+ .mdsicon-line-check:before {
4824
+ content: "\E706";
4825
+ }
4826
+ .mdsicon-line-index2:before {
4827
+ content: "\E704";
4828
+ }
4829
+ .mdsicon-line-oa2:before {
4830
+ content: "\E703";
4831
+ }
4832
+ .mdsicon-line-data-itemname:before {
4833
+ content: "\E6E5";
4834
+ }
4835
+ .mdsicon-line-template-view:before {
4836
+ content: "\E6E6";
4837
+ }
4838
+ .mdsicon-line-ID:before {
4839
+ content: "\E6E7";
4840
+ }
4841
+ .mdsicon-line-relational-view:before {
4842
+ content: "\E6E8";
4843
+ }
4844
+ .mdsicon-line-data-view:before {
4845
+ content: "\E6E9";
4846
+ }
4847
+ .mdsicon-line-data-itemtype:before {
4848
+ content: "\E6EA";
4849
+ }
4850
+ .mdsicon-line-job-number:before {
4851
+ content: "\E6EB";
4852
+ }
4853
+ .mdsicon-line-city:before {
4854
+ content: "\E6EC";
4855
+ }
4856
+ .mdsicon-line-move-to:before {
4857
+ content: "\E6ED";
4858
+ }
4859
+ .mdsicon-line-clean:before {
4860
+ content: "\E6EE";
4861
+ }
4862
+ .mdsicon-line-historical-record:before {
4863
+ content: "\E6EF";
4864
+ }
4865
+ .mdsicon-line-format1:before {
4866
+ content: "\E6F0";
4867
+ }
4868
+ .mdsicon-line-top-insert:before {
4869
+ content: "\E6F1";
4870
+ }
4871
+ .mdsicon-line-under-insert:before {
4872
+ content: "\E6F2";
4873
+ }
4874
+ .mdsicon-line-intermediary-agent:before {
4875
+ content: "\E6F3";
4876
+ }
4877
+ .mdsicon-line-enable:before {
4878
+ content: "\E6F5";
4879
+ }
4880
+ .mdsicon-line-format3:before {
4881
+ content: "\E6F6";
4882
+ }
4883
+ .mdsicon-line-relationship-setting:before {
4884
+ content: "\E6F7";
4885
+ }
4886
+ .mdsicon-line-file-rename:before {
4887
+ content: "\E6F8";
4888
+ }
4889
+ .mdsicon-line-extract:before {
4890
+ content: "\E6F9";
4891
+ }
4892
+ .mdsicon-line-data-itemvalue:before {
4893
+ content: "\E6FA";
4894
+ }
4895
+ .mdsicon-line-performance-type:before {
4896
+ content: "\E6FB";
4897
+ }
4898
+ .mdsicon-line-screen:before {
4899
+ content: "\E6FC";
4900
+ }
4901
+ .mdsicon-line-add-childlevel:before {
4902
+ content: "\E6FD";
4903
+ }
4904
+ .mdsicon-line-file:before {
4905
+ content: "\E6FE";
4906
+ }
4907
+ .mdsicon-fill-index:before {
4908
+ content: "\E6FF";
4909
+ }
4910
+ .mdsicon-line-del:before {
4911
+ content: "\E700";
4912
+ }
4913
+ .mdsicon-line-format2:before {
4914
+ content: "\E701";
4915
+ }
4916
+ .mdsicon-line-file-add:before {
4917
+ content: "\E702";
4918
+ }
4727
4919
  .mdsicon-line-myteam-ehr:before {
4728
4920
  content: "\E6DD";
4729
4921
  }
@@ -554,7 +554,7 @@ samp {
554
554
  font-display: auto;
555
555
  font-style: normal;
556
556
  /* project id 1921203 */
557
- src: url(/dist/font/iconfont.ba368f5.woff2) format('woff2'), url(/dist/font/iconfont.da0405c.woff) format('woff'), url(/dist/font/iconfont.2d6a8f5.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.8bd7c3e.woff2) format('woff2'), url(/dist/font/iconfont.c5d3297.woff) format('woff'), url(/dist/font/iconfont.22ef8cb.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4724,6 +4724,198 @@ samp {
4724
4724
  display: inline-block;
4725
4725
  animation: loadingCircle 6s infinite linear;
4726
4726
  }
4727
+ .mdsicon-line-add-ebi:before {
4728
+ content: "\E725";
4729
+ }
4730
+ .mdsicon-line-arrow2-left:before {
4731
+ content: "\E726";
4732
+ }
4733
+ .mdsicon-line-arrow2-right:before {
4734
+ content: "\E727";
4735
+ }
4736
+ .mdsicon-line-closed:before {
4737
+ content: "\E724";
4738
+ }
4739
+ .mdsicon-line-upload:before {
4740
+ content: "\E720";
4741
+ }
4742
+ .mdsicon-line-download:before {
4743
+ content: "\E721";
4744
+ }
4745
+ .mdsicon-line-setting:before {
4746
+ content: "\E722";
4747
+ }
4748
+ .mdsicon-line-search:before {
4749
+ content: "\E723";
4750
+ }
4751
+ .mdsicon-line-perspective-mode:before {
4752
+ content: "\E718";
4753
+ }
4754
+ .mdsicon-fill-arrow-up:before {
4755
+ content: "\E71C";
4756
+ }
4757
+ .mdsicon-fill-arrow-left:before {
4758
+ content: "\E71D";
4759
+ }
4760
+ .mdsicon-fill-arrow-down:before {
4761
+ content: "\E71E";
4762
+ }
4763
+ .mdsicon-fill-arrow-right:before {
4764
+ content: "\E71F";
4765
+ }
4766
+ .mdsicon-line-alter:before {
4767
+ content: "\E717";
4768
+ }
4769
+ .mdsicon-line-settle-accounts:before {
4770
+ content: "\E716";
4771
+ }
4772
+ .mdsicon-line-cancel:before {
4773
+ content: "\E719";
4774
+ }
4775
+ .mdsicon-line-summation:before {
4776
+ content: "\E71A";
4777
+ }
4778
+ .mdsicon-line-mean-value:before {
4779
+ content: "\E71B";
4780
+ }
4781
+ .mdsicon-line-compute:before {
4782
+ content: "\E715";
4783
+ }
4784
+ .mdsicon-line-more:before {
4785
+ content: "\E70E";
4786
+ }
4787
+ .mdsicon-line-unfold:before {
4788
+ content: "\E70F";
4789
+ }
4790
+ .mdsicon-line-table:before {
4791
+ content: "\E710";
4792
+ }
4793
+ .mdsicon-line-drag:before {
4794
+ content: "\E711";
4795
+ }
4796
+ .mdsicon-line-index:before {
4797
+ content: "\E712";
4798
+ }
4799
+ .mdsicon-line-data-source1:before {
4800
+ content: "\E713";
4801
+ }
4802
+ .mdsicon-fill-caution:before {
4803
+ content: "\E714";
4804
+ }
4805
+ .mdsicon-line-data-source-2:before {
4806
+ content: "\E708";
4807
+ }
4808
+ .mdsicon-line-editor:before {
4809
+ content: "\E709";
4810
+ }
4811
+ .mdsicon-line-dataset:before {
4812
+ content: "\E70B";
4813
+ }
4814
+ .mdsicon-fill-normal:before {
4815
+ content: "\E70C";
4816
+ }
4817
+ .mdsicon-line-packup:before {
4818
+ content: "\E70D";
4819
+ }
4820
+ .mdsicon-line-statement:before {
4821
+ content: "\E705";
4822
+ }
4823
+ .mdsicon-line-check:before {
4824
+ content: "\E706";
4825
+ }
4826
+ .mdsicon-line-index2:before {
4827
+ content: "\E704";
4828
+ }
4829
+ .mdsicon-line-oa2:before {
4830
+ content: "\E703";
4831
+ }
4832
+ .mdsicon-line-data-itemname:before {
4833
+ content: "\E6E5";
4834
+ }
4835
+ .mdsicon-line-template-view:before {
4836
+ content: "\E6E6";
4837
+ }
4838
+ .mdsicon-line-ID:before {
4839
+ content: "\E6E7";
4840
+ }
4841
+ .mdsicon-line-relational-view:before {
4842
+ content: "\E6E8";
4843
+ }
4844
+ .mdsicon-line-data-view:before {
4845
+ content: "\E6E9";
4846
+ }
4847
+ .mdsicon-line-data-itemtype:before {
4848
+ content: "\E6EA";
4849
+ }
4850
+ .mdsicon-line-job-number:before {
4851
+ content: "\E6EB";
4852
+ }
4853
+ .mdsicon-line-city:before {
4854
+ content: "\E6EC";
4855
+ }
4856
+ .mdsicon-line-move-to:before {
4857
+ content: "\E6ED";
4858
+ }
4859
+ .mdsicon-line-clean:before {
4860
+ content: "\E6EE";
4861
+ }
4862
+ .mdsicon-line-historical-record:before {
4863
+ content: "\E6EF";
4864
+ }
4865
+ .mdsicon-line-format1:before {
4866
+ content: "\E6F0";
4867
+ }
4868
+ .mdsicon-line-top-insert:before {
4869
+ content: "\E6F1";
4870
+ }
4871
+ .mdsicon-line-under-insert:before {
4872
+ content: "\E6F2";
4873
+ }
4874
+ .mdsicon-line-intermediary-agent:before {
4875
+ content: "\E6F3";
4876
+ }
4877
+ .mdsicon-line-enable:before {
4878
+ content: "\E6F5";
4879
+ }
4880
+ .mdsicon-line-format3:before {
4881
+ content: "\E6F6";
4882
+ }
4883
+ .mdsicon-line-relationship-setting:before {
4884
+ content: "\E6F7";
4885
+ }
4886
+ .mdsicon-line-file-rename:before {
4887
+ content: "\E6F8";
4888
+ }
4889
+ .mdsicon-line-extract:before {
4890
+ content: "\E6F9";
4891
+ }
4892
+ .mdsicon-line-data-itemvalue:before {
4893
+ content: "\E6FA";
4894
+ }
4895
+ .mdsicon-line-performance-type:before {
4896
+ content: "\E6FB";
4897
+ }
4898
+ .mdsicon-line-screen:before {
4899
+ content: "\E6FC";
4900
+ }
4901
+ .mdsicon-line-add-childlevel:before {
4902
+ content: "\E6FD";
4903
+ }
4904
+ .mdsicon-line-file:before {
4905
+ content: "\E6FE";
4906
+ }
4907
+ .mdsicon-fill-index:before {
4908
+ content: "\E6FF";
4909
+ }
4910
+ .mdsicon-line-del:before {
4911
+ content: "\E700";
4912
+ }
4913
+ .mdsicon-line-format2:before {
4914
+ content: "\E701";
4915
+ }
4916
+ .mdsicon-line-file-add:before {
4917
+ content: "\E702";
4918
+ }
4727
4919
  .mdsicon-line-myteam-ehr:before {
4728
4920
  content: "\E6DD";
4729
4921
  }
@@ -768,7 +768,7 @@ samp {
768
768
  font-display: auto;
769
769
  font-style: normal;
770
770
  /* project id 1921203 */
771
- src: url(/dist/font/iconfont.ba368f5.woff2) format('woff2'), url(/dist/font/iconfont.da0405c.woff) format('woff'), url(/dist/font/iconfont.2d6a8f5.ttf) format('truetype');
771
+ src: url(/dist/font/iconfont.8bd7c3e.woff2) format('woff2'), url(/dist/font/iconfont.c5d3297.woff) format('woff'), url(/dist/font/iconfont.22ef8cb.ttf) format('truetype');
772
772
  }
773
773
  .mdsicon {
774
774
  display: inline-block;
@@ -4938,6 +4938,198 @@ samp {
4938
4938
  display: inline-block;
4939
4939
  animation: loadingCircle 6s infinite linear;
4940
4940
  }
4941
+ .mdsicon-line-add-ebi:before {
4942
+ content: "\E725";
4943
+ }
4944
+ .mdsicon-line-arrow2-left:before {
4945
+ content: "\E726";
4946
+ }
4947
+ .mdsicon-line-arrow2-right:before {
4948
+ content: "\E727";
4949
+ }
4950
+ .mdsicon-line-closed:before {
4951
+ content: "\E724";
4952
+ }
4953
+ .mdsicon-line-upload:before {
4954
+ content: "\E720";
4955
+ }
4956
+ .mdsicon-line-download:before {
4957
+ content: "\E721";
4958
+ }
4959
+ .mdsicon-line-setting:before {
4960
+ content: "\E722";
4961
+ }
4962
+ .mdsicon-line-search:before {
4963
+ content: "\E723";
4964
+ }
4965
+ .mdsicon-line-perspective-mode:before {
4966
+ content: "\E718";
4967
+ }
4968
+ .mdsicon-fill-arrow-up:before {
4969
+ content: "\E71C";
4970
+ }
4971
+ .mdsicon-fill-arrow-left:before {
4972
+ content: "\E71D";
4973
+ }
4974
+ .mdsicon-fill-arrow-down:before {
4975
+ content: "\E71E";
4976
+ }
4977
+ .mdsicon-fill-arrow-right:before {
4978
+ content: "\E71F";
4979
+ }
4980
+ .mdsicon-line-alter:before {
4981
+ content: "\E717";
4982
+ }
4983
+ .mdsicon-line-settle-accounts:before {
4984
+ content: "\E716";
4985
+ }
4986
+ .mdsicon-line-cancel:before {
4987
+ content: "\E719";
4988
+ }
4989
+ .mdsicon-line-summation:before {
4990
+ content: "\E71A";
4991
+ }
4992
+ .mdsicon-line-mean-value:before {
4993
+ content: "\E71B";
4994
+ }
4995
+ .mdsicon-line-compute:before {
4996
+ content: "\E715";
4997
+ }
4998
+ .mdsicon-line-more:before {
4999
+ content: "\E70E";
5000
+ }
5001
+ .mdsicon-line-unfold:before {
5002
+ content: "\E70F";
5003
+ }
5004
+ .mdsicon-line-table:before {
5005
+ content: "\E710";
5006
+ }
5007
+ .mdsicon-line-drag:before {
5008
+ content: "\E711";
5009
+ }
5010
+ .mdsicon-line-index:before {
5011
+ content: "\E712";
5012
+ }
5013
+ .mdsicon-line-data-source1:before {
5014
+ content: "\E713";
5015
+ }
5016
+ .mdsicon-fill-caution:before {
5017
+ content: "\E714";
5018
+ }
5019
+ .mdsicon-line-data-source-2:before {
5020
+ content: "\E708";
5021
+ }
5022
+ .mdsicon-line-editor:before {
5023
+ content: "\E709";
5024
+ }
5025
+ .mdsicon-line-dataset:before {
5026
+ content: "\E70B";
5027
+ }
5028
+ .mdsicon-fill-normal:before {
5029
+ content: "\E70C";
5030
+ }
5031
+ .mdsicon-line-packup:before {
5032
+ content: "\E70D";
5033
+ }
5034
+ .mdsicon-line-statement:before {
5035
+ content: "\E705";
5036
+ }
5037
+ .mdsicon-line-check:before {
5038
+ content: "\E706";
5039
+ }
5040
+ .mdsicon-line-index2:before {
5041
+ content: "\E704";
5042
+ }
5043
+ .mdsicon-line-oa2:before {
5044
+ content: "\E703";
5045
+ }
5046
+ .mdsicon-line-data-itemname:before {
5047
+ content: "\E6E5";
5048
+ }
5049
+ .mdsicon-line-template-view:before {
5050
+ content: "\E6E6";
5051
+ }
5052
+ .mdsicon-line-ID:before {
5053
+ content: "\E6E7";
5054
+ }
5055
+ .mdsicon-line-relational-view:before {
5056
+ content: "\E6E8";
5057
+ }
5058
+ .mdsicon-line-data-view:before {
5059
+ content: "\E6E9";
5060
+ }
5061
+ .mdsicon-line-data-itemtype:before {
5062
+ content: "\E6EA";
5063
+ }
5064
+ .mdsicon-line-job-number:before {
5065
+ content: "\E6EB";
5066
+ }
5067
+ .mdsicon-line-city:before {
5068
+ content: "\E6EC";
5069
+ }
5070
+ .mdsicon-line-move-to:before {
5071
+ content: "\E6ED";
5072
+ }
5073
+ .mdsicon-line-clean:before {
5074
+ content: "\E6EE";
5075
+ }
5076
+ .mdsicon-line-historical-record:before {
5077
+ content: "\E6EF";
5078
+ }
5079
+ .mdsicon-line-format1:before {
5080
+ content: "\E6F0";
5081
+ }
5082
+ .mdsicon-line-top-insert:before {
5083
+ content: "\E6F1";
5084
+ }
5085
+ .mdsicon-line-under-insert:before {
5086
+ content: "\E6F2";
5087
+ }
5088
+ .mdsicon-line-intermediary-agent:before {
5089
+ content: "\E6F3";
5090
+ }
5091
+ .mdsicon-line-enable:before {
5092
+ content: "\E6F5";
5093
+ }
5094
+ .mdsicon-line-format3:before {
5095
+ content: "\E6F6";
5096
+ }
5097
+ .mdsicon-line-relationship-setting:before {
5098
+ content: "\E6F7";
5099
+ }
5100
+ .mdsicon-line-file-rename:before {
5101
+ content: "\E6F8";
5102
+ }
5103
+ .mdsicon-line-extract:before {
5104
+ content: "\E6F9";
5105
+ }
5106
+ .mdsicon-line-data-itemvalue:before {
5107
+ content: "\E6FA";
5108
+ }
5109
+ .mdsicon-line-performance-type:before {
5110
+ content: "\E6FB";
5111
+ }
5112
+ .mdsicon-line-screen:before {
5113
+ content: "\E6FC";
5114
+ }
5115
+ .mdsicon-line-add-childlevel:before {
5116
+ content: "\E6FD";
5117
+ }
5118
+ .mdsicon-line-file:before {
5119
+ content: "\E6FE";
5120
+ }
5121
+ .mdsicon-fill-index:before {
5122
+ content: "\E6FF";
5123
+ }
5124
+ .mdsicon-line-del:before {
5125
+ content: "\E700";
5126
+ }
5127
+ .mdsicon-line-format2:before {
5128
+ content: "\E701";
5129
+ }
5130
+ .mdsicon-line-file-add:before {
5131
+ content: "\E702";
5132
+ }
4941
5133
  .mdsicon-line-myteam-ehr:before {
4942
5134
  content: "\E6DD";
4943
5135
  }