File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
projects/igniteui-angular/src/lib/icon Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -172,10 +172,6 @@ const loadIconRefs = () => [
172172 } ) ,
173173 addIcon ( 'input_expand' , {
174174 default : {
175- name : 'arrow_drop_down' ,
176- family : 'material' ,
177- } ,
178- material : {
179175 name : 'expand_more' ,
180176 family : 'material' ,
181177 } ,
@@ -186,10 +182,6 @@ const loadIconRefs = () => [
186182 } ) ,
187183 addIcon ( 'input_collapse' , {
188184 default : {
189- name : 'arrow_drop_up' ,
190- family : 'material' ,
191- } ,
192- material : {
193185 name : 'expand_less' ,
194186 family : 'material' ,
195187 } ,
@@ -200,9 +192,13 @@ const loadIconRefs = () => [
200192 } ) ,
201193 addIcon ( 'arrow_drop_down' , {
202194 default : {
203- name : 'arrow_drop_down ' ,
195+ name : 'keyboard_arrow_down ' ,
204196 family : 'material' ,
205197 } ,
198+ indigo : {
199+ name : 'chevron_down' ,
200+ family : 'internal_indigo' ,
201+ } ,
206202 } ) ,
207203 addIcon ( 'case_sensitive' , {
208204 default : {
You can’t perform that action at this time.
0 commit comments