Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Apr 21, 2024
1 parent f03d28a commit 75a14dc
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 41 deletions.
10 changes: 5 additions & 5 deletions packages/lib/src/icons/io_icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11345,26 +11345,26 @@ impl IconShape for IoColorWand {
}
path {
d: "M124.1,140.1c-4.2,0-8.3-1.7-11.3-4.7l-33.9-33.9c-6.2-6.2-6.2-16.4,0-22.6s16.4-6.2,22.6,0l33.9,33.9
c6.3,6.2,6.3,16.4,0,22.6C132.4,138.4,128.4,140.1,124.1,140.1z",
c6.3,6.2,6.3,16.4,0,22.6C132.4,138.4,128.4,140.1,124.1,140.1z",
}
path {
d: "M192,112c-8.8,0-16-7.2-16-16V48c0-8.8,7.2-16,16-16s16,7.2,16,16v48C208,104.8,200.8,112,192,112z",
}
path {
d: "M259.9,140.1c-8.8,0-16-7.2-16-16c0-4.2,1.7-8.3,4.7-11.3l33.9-33.9c6.2-6.2,16.4-6.2,22.6,0c6.2,6.2,6.2,16.4,0,22.6
l-33.9,33.9C268.2,138.4,264.1,140.1,259.9,140.1z",
l-33.9,33.9C268.2,138.4,264.1,140.1,259.9,140.1z",
}
path {
d: "M90.2,309.8c-8.8,0-16-7.2-16-16c0-4.2,1.7-8.3,4.7-11.3l33.9-33.9c6.2-6.2,16.4-6.2,22.6,0s6.2,16.4,0,22.6l-33.9,33.9
C98.5,308.1,94.4,309.8,90.2,309.8z",
C98.5,308.1,94.4,309.8,90.2,309.8z",
}
path {
d: "M234.2,167c-18.4-18.7-48.5-19-67.2-0.7s-19,48.5-0.7,67.2c0.2,0.2,0.5,0.5,0.7,0.7l39.5,39.5c3.1,3.1,8.2,3.1,11.3,0
l55.9-55.9c3.1-3.1,3.1-8.2,0-11.3L234.2,167z",
l55.9-55.9c3.1-3.1,3.1-8.2,0-11.3L234.2,167z",
}
path {
d: "M457,389.8L307.6,240.4c-3.1-3.1-8.2-3.1-11.3,0l-55.9,55.9c-3.1,3.1-3.1,8.2,0,11.3L389.8,457c18.4,18.7,48.5,19,67.2,0.7
c18.7-18.4,19-48.5,0.7-67.2C457.5,390.3,457.3,390,457,389.8L457,389.8z",
c18.7-18.4,19-48.5,0.7-67.2C457.5,390.3,457.3,390,457,389.8L457,389.8z",
}
}
}
Expand Down
4 changes: 1 addition & 3 deletions packages/lib/src/icons/md_communication_icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1849,9 +1849,7 @@ impl IconShape for MdUnsubscribe {
(user_color, "none", "0")
}
fn child_elements(&self) -> Element {
rsx! {

}
rsx! {}
}
}

Expand Down
12 changes: 3 additions & 9 deletions packages/lib/src/icons/md_content_icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,7 @@ impl IconShape for MdBolt {
(user_color, "none", "0")
}
fn child_elements(&self) -> Element {
rsx! {

}
rsx! {}
}
}

Expand Down Expand Up @@ -1376,9 +1374,7 @@ impl IconShape for MdTag {
(user_color, "none", "0")
}
fn child_elements(&self) -> Element {
rsx! {

}
rsx! {}
}
}

Expand Down Expand Up @@ -1458,9 +1454,7 @@ impl IconShape for MdWaves {
(user_color, "none", "0")
}
fn child_elements(&self) -> Element {
rsx! {

}
rsx! {}
}
}

Expand Down
8 changes: 2 additions & 6 deletions packages/lib/src/icons/md_hardware_icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -721,9 +721,7 @@ impl IconShape for MdMonitor {
(user_color, "none", "0")
}
fn child_elements(&self) -> Element {
rsx! {

}
rsx! {}
}
}

Expand Down Expand Up @@ -1084,9 +1082,7 @@ impl IconShape for MdTabletMac {
(user_color, "none", "0")
}
fn child_elements(&self) -> Element {
rsx! {

}
rsx! {}
}
}

Expand Down
4 changes: 1 addition & 3 deletions packages/lib/src/icons/md_image_icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2656,9 +2656,7 @@ impl IconShape for MdHdrOff {
(user_color, "none", "0")
}
fn child_elements(&self) -> Element {
rsx! {

}
rsx! {}
}
}

Expand Down
4 changes: 1 addition & 3 deletions packages/lib/src/icons/md_notification_icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ impl IconShape for MdAddCall {
(user_color, "none", "0")
}
fn child_elements(&self) -> Element {
rsx! {

}
rsx! {}
}
}

Expand Down
8 changes: 2 additions & 6 deletions packages/lib/src/icons/md_places_icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -816,9 +816,7 @@ impl IconShape for MdMeetingRoom {
(user_color, "none", "0")
}
fn child_elements(&self) -> Element {
rsx! {

}
rsx! {}
}
}

Expand Down Expand Up @@ -982,9 +980,7 @@ impl IconShape for MdNoMeetingRoom {
(user_color, "none", "0")
}
fn child_elements(&self) -> Element {
rsx! {

}
rsx! {}
}
}

Expand Down
4 changes: 1 addition & 3 deletions packages/lib/src/icons/md_social_icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -931,9 +931,7 @@ impl IconShape for MdNotifications {
(user_color, "none", "0")
}
fn child_elements(&self) -> Element {
rsx! {

}
rsx! {}
}
}

Expand Down
4 changes: 1 addition & 3 deletions packages/lib/src/icons/md_toggle_icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,7 @@ impl IconShape for MdStarOutline {
(user_color, "none", "0")
}
fn child_elements(&self) -> Element {
rsx! {

}
rsx! {}
}
}

Expand Down

0 comments on commit 75a14dc

Please sign in to comment.