File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,14 @@ export function renderRemoveButton({
34
34
@focus=${ focusListener } >
35
35
< md-focus-ring part ="trailing-focus-ring "> </ md-focus-ring >
36
36
< md-ripple ?disabled =${ disabled } > </ md-ripple >
37
- < svg class ="trailing icon " viewBox ="0 96 960 960 " aria-hidden ="true ">
38
- < path
39
- d ="m249 849-42-42 231-231-231-231 42-42 231 231 231-231 42 42-231 231 231 231-42 42-231-231-231 231Z " />
40
- </ svg >
37
+ < span class ="trailing icon ">
38
+ < slot name ="remove-trailing-icon ">
39
+ < svg viewBox ="0 96 960 960 " aria-hidden ="true ">
40
+ < path
41
+ d ="m249 849-42-42 231-231-231-231 42-42 231 231 231-231 42 42-231 231 231 231-42 42-231-231-231 231Z " />
42
+ </ svg >
43
+ </ slot >
44
+ </ span >
41
45
< span class ="touch "> </ span >
42
46
</ button >
43
47
` ;
You can’t perform that action at this time.
0 commit comments