File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export class UUISymbolExpandElement extends LitElement {
38
38
public open = false ;
39
39
40
40
render ( ) {
41
- return html `< svg viewBox ="0 0 512 512 ">
41
+ return html `< svg xmlns =" http://www.w3.org/2000/svg " viewBox ="0 0 512 512 ">
42
42
< path d ="M 255.125 400.35 L 88.193 188.765 H 422.055 Z "> </ path >
43
43
</ svg > ` ;
44
44
}
Original file line number Diff line number Diff line change @@ -80,10 +80,13 @@ export class UUISymbolSortElement extends ActiveMixin(LitElement) {
80
80
public descending = false ;
81
81
82
82
render ( ) {
83
- return html `< svg id ="up " viewBox ="0 0 512 512 ">
83
+ return html `< svg
84
+ id ="up "
85
+ xmlns ="http://www.w3.org/2000/svg "
86
+ viewBox ="0 0 512 512 ">
84
87
< path d ="M 255.125 400.35 L 88.193 188.765 H 422.055 Z "> </ path >
85
88
</ svg >
86
- < svg id ="down " viewBox ="0 0 512 512 ">
89
+ < svg id ="down " xmlns =" http://www.w3.org/2000/svg " viewBox ="0 0 512 512 ">
87
90
< path d ="M 255.125 400.35 L 88.193 188.765 H 422.055 Z "> </ path >
88
91
</ svg > ` ;
89
92
}
You can’t perform that action at this time.
0 commit comments