Skip to content

Commit

Permalink
Manually update generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
jprider63 committed May 13, 2024
1 parent c69cf78 commit 2e6292a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/mini.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ impl crate::IconShape for Shape {
VIEW_BOX
}

fn path(&self) -> LazyNodes {
fn path(&self) -> Element {
match self {
Shape::AcademicCap => rsx! {
path {
Expand Down
2 changes: 1 addition & 1 deletion src/outline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ impl crate::IconShape for Shape {
VIEW_BOX
}

fn path(&self) -> LazyNodes {
fn path(&self) -> Element {
match self {
Shape::AcademicCap => rsx! {
path {
Expand Down
2 changes: 1 addition & 1 deletion src/solid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ impl crate::IconShape for Shape {
VIEW_BOX
}

fn path(&self) -> LazyNodes {
fn path(&self) -> Element {
match self {
Shape::AcademicCap => rsx! {
path {
Expand Down

0 comments on commit 2e6292a

Please sign in to comment.