Skip to content

Commit 0a1dbf0

Browse files
committed
remove duplicated xlmns attribute
1 parent 9b6e947 commit 0a1dbf0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/lib/src/icon_component.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ pub fn Icon<T: IconShape + Clone + PartialEq + 'static>(props: IconProps<T>) ->
5151
width: "{props.width}",
5252
view_box: "{props.icon.view_box()}",
5353
xmlns: "{props.icon.xmlns()}",
54-
xmlns: "{props.icon.xmlns()}",
5554
fill,
5655
stroke,
5756
stroke_width,

0 commit comments

Comments
 (0)