Skip to content

Commit

Permalink
remove duplicated xlmns attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
wooden-worm committed Aug 7, 2024
1 parent 9b6e947 commit 0a1dbf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/lib/src/icon_component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ pub fn Icon<T: IconShape + Clone + PartialEq + 'static>(props: IconProps<T>) ->
width: "{props.width}",
view_box: "{props.icon.view_box()}",
xmlns: "{props.icon.xmlns()}",
xmlns: "{props.icon.xmlns()}",
fill,
stroke,
stroke_width,
Expand Down

0 comments on commit 0a1dbf0

Please sign in to comment.