diff --git a/packages/dioxus/src/book_copy.rs b/packages/dioxus/src/book_copy.rs index 98888a0..44a4e3d 100644 --- a/packages/dioxus/src/book_copy.rs +++ b/packages/dioxus/src/book_copy.rs @@ -34,9 +34,9 @@ pub fn BookCopy(props: BookCopyProps) -> Element { "stroke-width": "{stroke_width}", "stroke-linecap": "round", "stroke-linejoin": "round", - path { "d": "M2 16V4a2 2 0 0 1 2-2h11" } - path { "d": "M22 18H11a2 2 0 1 0 0 4h10.5a.5.5 0 0 0 .5-.5v-15a.5.5 0 0 0-.5-.5H11a2 2 0 0 0-2 2v12" } - path { "d": "M5 14H4a2 2 0 1 0 0 4h1" } + path { "d": "M5 7a2 2 0 0 0-2 2v11" } + path { "d": "M5.803 18H5a2 2 0 0 0 0 4h9.5a.5.5 0 0 0 .5-.5V21" } + path { "d": "M9 15V4a2 2 0 0 1 2-2h9.5a.5.5 0 0 1 .5.5v14a.5.5 0 0 1-.5.5H11a2 2 0 0 1 0-4h10" } } } } diff --git a/packages/dioxus/src/cloud_moon.rs b/packages/dioxus/src/cloud_moon.rs index 4a1b8e0..66672a4 100644 --- a/packages/dioxus/src/cloud_moon.rs +++ b/packages/dioxus/src/cloud_moon.rs @@ -34,8 +34,8 @@ pub fn CloudMoon(props: CloudMoonProps) -> Element { "stroke-width": "{stroke_width}", "stroke-linecap": "round", "stroke-linejoin": "round", - path { "d": "M10.188 8.5A6 6 0 0 1 16 4a1 1 0 0 0 6 6 6 6 0 0 1-3 5.197" } - path { "d": "M13 16a3 3 0 1 1 0 6H7a5 5 0 1 1 4.9-6Z" } + path { "d": "M13 16a3 3 0 0 1 0 6H7a5 5 0 1 1 4.9-6z" } + path { "d": "M18.376 14.512a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36" } } } } diff --git a/packages/dioxus/src/cloud_moon_rain.rs b/packages/dioxus/src/cloud_moon_rain.rs index b7aa4fc..2f61dce 100644 --- a/packages/dioxus/src/cloud_moon_rain.rs +++ b/packages/dioxus/src/cloud_moon_rain.rs @@ -34,8 +34,8 @@ pub fn CloudMoonRain(props: CloudMoonRainProps) -> Element { "stroke-width": "{stroke_width}", "stroke-linecap": "round", "stroke-linejoin": "round", - path { "d": "M10.188 8.5A6 6 0 0 1 16 4a1 1 0 0 0 6 6 6 6 0 0 1-3 5.197" } path { "d": "M11 20v2" } + path { "d": "M18.376 14.512a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36" } path { "d": "M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24" } path { "d": "M7 19v2" } } diff --git a/packages/dioxus/src/file_stack.rs b/packages/dioxus/src/file_stack.rs index 0ff9bee..337ba7f 100644 --- a/packages/dioxus/src/file_stack.rs +++ b/packages/dioxus/src/file_stack.rs @@ -34,10 +34,9 @@ pub fn FileStack(props: FileStackProps) -> Element { "stroke-width": "{stroke_width}", "stroke-linecap": "round", "stroke-linejoin": "round", - path { "d": "M21 7h-3a2 2 0 0 1-2-2V2" } - path { "d": "M21 6v6.5c0 .8-.7 1.5-1.5 1.5h-7c-.8 0-1.5-.7-1.5-1.5v-9c0-.8.7-1.5 1.5-1.5H17Z" } - path { "d": "M7 8v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H15" } - path { "d": "M3 12v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H11" } + path { "d": "M11 21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1" } + path { "d": "M16 16a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1" } + path { "d": "M21 6a2 2 0 0 0-.586-1.414l-2-2A2 2 0 0 0 17 2h-3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1z" } } } } diff --git a/packages/dioxus/src/files.rs b/packages/dioxus/src/files.rs index fb2b51f..beb20d7 100644 --- a/packages/dioxus/src/files.rs +++ b/packages/dioxus/src/files.rs @@ -34,9 +34,9 @@ pub fn Files(props: FilesProps) -> Element { "stroke-width": "{stroke_width}", "stroke-linecap": "round", "stroke-linejoin": "round", - path { "d": "M20 7h-3a2 2 0 0 1-2-2V2" } - path { "d": "M9 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h7l4 4v10a2 2 0 0 1-2 2Z" } - path { "d": "M3 7.6v12.8A1.6 1.6 0 0 0 4.6 22h9.8" } + path { "d": "M15 2a2 2 0 0 1 1.414.586l4 4A2 2 0 0 1 21 8v7a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z" } + path { "d": "M15 2v4a2 2 0 0 0 2 2h4" } + path { "d": "M5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1" } } } } diff --git a/packages/dioxus/src/folders.rs b/packages/dioxus/src/folders.rs index 56037d0..9c08284 100644 --- a/packages/dioxus/src/folders.rs +++ b/packages/dioxus/src/folders.rs @@ -34,8 +34,8 @@ pub fn Folders(props: FoldersProps) -> Element { "stroke-width": "{stroke_width}", "stroke-linecap": "round", "stroke-linejoin": "round", - path { "d": "M20 17a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3.9a2 2 0 0 1-1.69-.9l-.81-1.2a2 2 0 0 0-1.67-.9H8a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2Z" } - path { "d": "M2 8v11a2 2 0 0 0 2 2h14" } + path { "d": "M20 5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h2.5a1.5 1.5 0 0 1 1.2.6l.6.8a1.5 1.5 0 0 0 1.2.6z" } + path { "d": "M3 8.268a2 2 0 0 0-1 1.738V19a2 2 0 0 0 2 2h11a2 2 0 0 0 1.732-1" } } } } diff --git a/packages/dioxus/src/gavel.rs b/packages/dioxus/src/gavel.rs index 219f37b..80faaab 100644 --- a/packages/dioxus/src/gavel.rs +++ b/packages/dioxus/src/gavel.rs @@ -34,11 +34,11 @@ pub fn Gavel(props: GavelProps) -> Element { "stroke-width": "{stroke_width}", "stroke-linecap": "round", "stroke-linejoin": "round", - path { "d": "m14.499 12.501-8.88 8.879a1 1 0 0 1-3.001-3L11.5 9.5" } + path { "d": "m14 13-8.381 8.38a1 1 0 0 1-3.001-3l8.384-8.381" } path { "d": "m16 16 6-6" } - path { "d": "m21 11-8-8" } + path { "d": "m21.5 10.5-8-8" } path { "d": "m8 8 6-6" } - path { "d": "m9 7 8 8" } + path { "d": "m8.5 7.5 8 8" } } } } diff --git a/packages/dioxus/src/images.rs b/packages/dioxus/src/images.rs index aaf7b1b..f15c17d 100644 --- a/packages/dioxus/src/images.rs +++ b/packages/dioxus/src/images.rs @@ -34,14 +34,19 @@ pub fn Images(props: ImagesProps) -> Element { "stroke-width": "{stroke_width}", "stroke-linecap": "round", "stroke-linejoin": "round", - path { "d": "M18 22H4a2 2 0 0 1-2-2V6" } - path { "d": "m22 13-1.296-1.296a2.41 2.41 0 0 0-3.408 0L11 18" } - circle { "cx": "12", "cy": "8", "r": "2" } + path { "d": "m22 11-1.296-1.296a2.4 2.4 0 0 0-3.408 0L11 16" } + path { "d": "M4 8a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2" } + circle { + "cx": "13", + "cy": "7", + "r": "1", + "fill": "currentColor", + } rect { - "width": "16", - "height": "16", - "x": "6", + "x": "8", "y": "2", + "width": "14", + "height": "14", "rx": "2", } } diff --git a/packages/dioxus/src/mails.rs b/packages/dioxus/src/mails.rs index 45b64a5..b81c94c 100644 --- a/packages/dioxus/src/mails.rs +++ b/packages/dioxus/src/mails.rs @@ -34,15 +34,15 @@ pub fn Mails(props: MailsProps) -> Element { "stroke-width": "{stroke_width}", "stroke-linecap": "round", "stroke-linejoin": "round", + path { "d": "M17 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 1-1.732" } + path { "d": "m22 5.5-6.419 4.179a2 2 0 0 1-2.162 0L7 5.5" } rect { - "width": "16", - "height": "13", - "x": "6", - "y": "4", + "x": "7", + "y": "3", + "width": "15", + "height": "12", "rx": "2", } - path { "d": "m22 7-7.1 3.78c-.57.3-1.23.3-1.8 0L6 7" } - path { "d": "M2 8v11c0 1.1.9 2 2 2h14" } } } } diff --git a/packages/dioxus/src/moon.rs b/packages/dioxus/src/moon.rs index 5098c6c..8a36a33 100644 --- a/packages/dioxus/src/moon.rs +++ b/packages/dioxus/src/moon.rs @@ -34,7 +34,7 @@ pub fn Moon(props: MoonProps) -> Element { "stroke-width": "{stroke_width}", "stroke-linecap": "round", "stroke-linejoin": "round", - path { "d": "M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z" } + path { "d": "M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401" } } } } diff --git a/packages/dioxus/src/moon_star.rs b/packages/dioxus/src/moon_star.rs index 160d319..f94615b 100644 --- a/packages/dioxus/src/moon_star.rs +++ b/packages/dioxus/src/moon_star.rs @@ -34,9 +34,9 @@ pub fn MoonStar(props: MoonStarProps) -> Element { "stroke-width": "{stroke_width}", "stroke-linecap": "round", "stroke-linejoin": "round", - path { "d": "M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9" } + path { "d": "M18 5h4" } path { "d": "M20 3v4" } - path { "d": "M22 5h-4" } + path { "d": "M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401" } } } } diff --git a/packages/dioxus/src/settings.rs b/packages/dioxus/src/settings.rs index 36568bd..225b36c 100644 --- a/packages/dioxus/src/settings.rs +++ b/packages/dioxus/src/settings.rs @@ -34,7 +34,7 @@ pub fn Settings(props: SettingsProps) -> Element { "stroke-width": "{stroke_width}", "stroke-linecap": "round", "stroke-linejoin": "round", - path { "d": "M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z" } + path { "d": "M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915" } circle { "cx": "12", "cy": "12", "r": "3" } } } diff --git a/packages/dioxus/src/sun_moon.rs b/packages/dioxus/src/sun_moon.rs index b7b1754..a13571a 100644 --- a/packages/dioxus/src/sun_moon.rs +++ b/packages/dioxus/src/sun_moon.rs @@ -35,10 +35,10 @@ pub fn SunMoon(props: SunMoonProps) -> Element { "stroke-linecap": "round", "stroke-linejoin": "round", path { "d": "M12 2v2" } - path { "d": "M13 8.129A4 4 0 0 1 15.873 11" } + path { "d": "M14.837 16.385a6 6 0 1 1-7.223-7.222c.624-.147.97.66.715 1.248a4 4 0 0 0 5.26 5.259c.589-.255 1.396.09 1.248.715" } + path { "d": "M16 12a4 4 0 0 0-4-4" } path { "d": "m19 5-1.256 1.256" } path { "d": "M20 12h2" } - path { "d": "M9 8a5 5 0 1 0 7 7 7 7 0 1 1-7-7" } } } } diff --git a/packages/dioxus/src/tags.rs b/packages/dioxus/src/tags.rs index 291b46f..465c919 100644 --- a/packages/dioxus/src/tags.rs +++ b/packages/dioxus/src/tags.rs @@ -34,11 +34,11 @@ pub fn Tags(props: TagsProps) -> Element { "stroke-width": "{stroke_width}", "stroke-linecap": "round", "stroke-linejoin": "round", - path { "d": "m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19" } - path { "d": "M9.586 5.586A2 2 0 0 0 8.172 5H3a1 1 0 0 0-1 1v5.172a2 2 0 0 0 .586 1.414L8.29 18.29a2.426 2.426 0 0 0 3.42 0l3.58-3.58a2.426 2.426 0 0 0 0-3.42z" } + path { "d": "M13.172 2a2 2 0 0 1 1.414.586l6.71 6.71a2.4 2.4 0 0 1 0 3.408l-4.592 4.592a2.4 2.4 0 0 1-3.408 0l-6.71-6.71A2 2 0 0 1 6 9.172V3a1 1 0 0 1 1-1z" } + path { "d": "M2 7v6.172a2 2 0 0 0 .586 1.414l6.71 6.71a2.4 2.4 0 0 0 3.191.193" } circle { - "cx": "6.5", - "cy": "9.5", + "cx": "10.5", + "cy": "6.5", "r": ".5", "fill": "currentColor", } diff --git a/packages/leptos/src/book_copy.rs b/packages/leptos/src/book_copy.rs index 33691b2..09431aa 100644 --- a/packages/leptos/src/book_copy.rs +++ b/packages/leptos/src/book_copy.rs @@ -29,9 +29,9 @@ pub fn BookCopy( stroke-linecap="round" stroke-linejoin="round" > - - - + + + } } diff --git a/packages/leptos/src/cloud_moon.rs b/packages/leptos/src/cloud_moon.rs index 3733051..37f3454 100644 --- a/packages/leptos/src/cloud_moon.rs +++ b/packages/leptos/src/cloud_moon.rs @@ -29,8 +29,8 @@ pub fn CloudMoon( stroke-linecap="round" stroke-linejoin="round" > - - + + } } diff --git a/packages/leptos/src/cloud_moon_rain.rs b/packages/leptos/src/cloud_moon_rain.rs index c6b2b2d..a681112 100644 --- a/packages/leptos/src/cloud_moon_rain.rs +++ b/packages/leptos/src/cloud_moon_rain.rs @@ -29,8 +29,8 @@ pub fn CloudMoonRain( stroke-linecap="round" stroke-linejoin="round" > - + diff --git a/packages/leptos/src/file_stack.rs b/packages/leptos/src/file_stack.rs index ae82d21..2b5cb7f 100644 --- a/packages/leptos/src/file_stack.rs +++ b/packages/leptos/src/file_stack.rs @@ -29,10 +29,9 @@ pub fn FileStack( stroke-linecap="round" stroke-linejoin="round" > - - - - + + + } } diff --git a/packages/leptos/src/files.rs b/packages/leptos/src/files.rs index 6e5487b..8a3809d 100644 --- a/packages/leptos/src/files.rs +++ b/packages/leptos/src/files.rs @@ -29,9 +29,9 @@ pub fn Files( stroke-linecap="round" stroke-linejoin="round" > - - - + + + } } diff --git a/packages/leptos/src/folders.rs b/packages/leptos/src/folders.rs index 4d40bed..c1bfb5e 100644 --- a/packages/leptos/src/folders.rs +++ b/packages/leptos/src/folders.rs @@ -29,8 +29,8 @@ pub fn Folders( stroke-linecap="round" stroke-linejoin="round" > - - + + } } diff --git a/packages/leptos/src/gavel.rs b/packages/leptos/src/gavel.rs index b45d4b4..d38008b 100644 --- a/packages/leptos/src/gavel.rs +++ b/packages/leptos/src/gavel.rs @@ -29,11 +29,11 @@ pub fn Gavel( stroke-linecap="round" stroke-linejoin="round" > - + - + - + } } diff --git a/packages/leptos/src/images.rs b/packages/leptos/src/images.rs index 8aa6fbe..874f111 100644 --- a/packages/leptos/src/images.rs +++ b/packages/leptos/src/images.rs @@ -29,10 +29,10 @@ pub fn Images( stroke-linecap="round" stroke-linejoin="round" > - - - - + + + + } } diff --git a/packages/leptos/src/mails.rs b/packages/leptos/src/mails.rs index 49cd388..01dc8d9 100644 --- a/packages/leptos/src/mails.rs +++ b/packages/leptos/src/mails.rs @@ -29,9 +29,9 @@ pub fn Mails( stroke-linecap="round" stroke-linejoin="round" > - - - + + + } } diff --git a/packages/leptos/src/moon.rs b/packages/leptos/src/moon.rs index 883dfe7..17efba0 100644 --- a/packages/leptos/src/moon.rs +++ b/packages/leptos/src/moon.rs @@ -29,7 +29,7 @@ pub fn Moon( stroke-linecap="round" stroke-linejoin="round" > - + } } diff --git a/packages/leptos/src/moon_star.rs b/packages/leptos/src/moon_star.rs index 31fbcc1..39bbbfa 100644 --- a/packages/leptos/src/moon_star.rs +++ b/packages/leptos/src/moon_star.rs @@ -29,9 +29,9 @@ pub fn MoonStar( stroke-linecap="round" stroke-linejoin="round" > - + - + } } diff --git a/packages/leptos/src/settings.rs b/packages/leptos/src/settings.rs index f18725a..797a936 100644 --- a/packages/leptos/src/settings.rs +++ b/packages/leptos/src/settings.rs @@ -29,7 +29,7 @@ pub fn Settings( stroke-linecap="round" stroke-linejoin="round" > - + } diff --git a/packages/leptos/src/sun_moon.rs b/packages/leptos/src/sun_moon.rs index 53dd8b4..4bcb293 100644 --- a/packages/leptos/src/sun_moon.rs +++ b/packages/leptos/src/sun_moon.rs @@ -30,10 +30,10 @@ pub fn SunMoon( stroke-linejoin="round" > - + + - } } diff --git a/packages/leptos/src/tags.rs b/packages/leptos/src/tags.rs index 35d70e2..6248277 100644 --- a/packages/leptos/src/tags.rs +++ b/packages/leptos/src/tags.rs @@ -29,9 +29,9 @@ pub fn Tags( stroke-linecap="round" stroke-linejoin="round" > - - - + + + } } diff --git a/packages/yew/src/book_copy.rs b/packages/yew/src/book_copy.rs index 4e8817f..e4e11b4 100644 --- a/packages/yew/src/book_copy.rs +++ b/packages/yew/src/book_copy.rs @@ -41,11 +41,11 @@ pub fn BookCopy(props: &BookCopyProps) -> Html { stroke-linecap="round" stroke-linejoin="round" > - + + - } } diff --git a/packages/yew/src/cloud_moon.rs b/packages/yew/src/cloud_moon.rs index ac82767..1c0db59 100644 --- a/packages/yew/src/cloud_moon.rs +++ b/packages/yew/src/cloud_moon.rs @@ -41,8 +41,10 @@ pub fn CloudMoon(props: &CloudMoonProps) -> Html { stroke-linecap="round" stroke-linejoin="round" > - - + + } } diff --git a/packages/yew/src/cloud_moon_rain.rs b/packages/yew/src/cloud_moon_rain.rs index 991285b..d56b7ff 100644 --- a/packages/yew/src/cloud_moon_rain.rs +++ b/packages/yew/src/cloud_moon_rain.rs @@ -41,8 +41,10 @@ pub fn CloudMoonRain(props: &CloudMoonRainProps) -> Html { stroke-linecap="round" stroke-linejoin="round" > - + diff --git a/packages/yew/src/file_stack.rs b/packages/yew/src/file_stack.rs index 90eece7..120724d 100644 --- a/packages/yew/src/file_stack.rs +++ b/packages/yew/src/file_stack.rs @@ -41,12 +41,11 @@ pub fn FileStack(props: &FileStackProps) -> Html { stroke-linecap="round" stroke-linejoin="round" > - + + - - } } diff --git a/packages/yew/src/files.rs b/packages/yew/src/files.rs index dfdd828..1a12fe4 100644 --- a/packages/yew/src/files.rs +++ b/packages/yew/src/files.rs @@ -41,9 +41,11 @@ pub fn Files(props: &FilesProps) -> Html { stroke-linecap="round" stroke-linejoin="round" > - - - + + + } } diff --git a/packages/yew/src/folders.rs b/packages/yew/src/folders.rs index 2dea6f5..8fd1647 100644 --- a/packages/yew/src/folders.rs +++ b/packages/yew/src/folders.rs @@ -42,9 +42,9 @@ pub fn Folders(props: &FoldersProps) -> Html { stroke-linejoin="round" > - + } } diff --git a/packages/yew/src/gavel.rs b/packages/yew/src/gavel.rs index 1d5003d..9074500 100644 --- a/packages/yew/src/gavel.rs +++ b/packages/yew/src/gavel.rs @@ -41,11 +41,11 @@ pub fn Gavel(props: &GavelProps) -> Html { stroke-linecap="round" stroke-linejoin="round" > - + - + - + } } diff --git a/packages/yew/src/images.rs b/packages/yew/src/images.rs index f95b72a..a199aa2 100644 --- a/packages/yew/src/images.rs +++ b/packages/yew/src/images.rs @@ -41,10 +41,10 @@ pub fn Images(props: &ImagesProps) -> Html { stroke-linecap="round" stroke-linejoin="round" > - - - - + + + + } } diff --git a/packages/yew/src/mails.rs b/packages/yew/src/mails.rs index 7a3041d..e7422db 100644 --- a/packages/yew/src/mails.rs +++ b/packages/yew/src/mails.rs @@ -41,9 +41,9 @@ pub fn Mails(props: &MailsProps) -> Html { stroke-linecap="round" stroke-linejoin="round" > - - - + + + } } diff --git a/packages/yew/src/moon.rs b/packages/yew/src/moon.rs index 37aea0b..5a3820f 100644 --- a/packages/yew/src/moon.rs +++ b/packages/yew/src/moon.rs @@ -41,7 +41,9 @@ pub fn Moon(props: &MoonProps) -> Html { stroke-linecap="round" stroke-linejoin="round" > - + } } diff --git a/packages/yew/src/moon_star.rs b/packages/yew/src/moon_star.rs index 33d8c8f..81fa219 100644 --- a/packages/yew/src/moon_star.rs +++ b/packages/yew/src/moon_star.rs @@ -41,9 +41,11 @@ pub fn MoonStar(props: &MoonStarProps) -> Html { stroke-linecap="round" stroke-linejoin="round" > - + - + } } diff --git a/packages/yew/src/settings.rs b/packages/yew/src/settings.rs index bc02452..2efe742 100644 --- a/packages/yew/src/settings.rs +++ b/packages/yew/src/settings.rs @@ -42,7 +42,7 @@ pub fn Settings(props: &SettingsProps) -> Html { stroke-linejoin="round" > diff --git a/packages/yew/src/sun_moon.rs b/packages/yew/src/sun_moon.rs index 31f2584..5510917 100644 --- a/packages/yew/src/sun_moon.rs +++ b/packages/yew/src/sun_moon.rs @@ -42,10 +42,12 @@ pub fn SunMoon(props: &SunMoonProps) -> Html { stroke-linejoin="round" > - + + - } } diff --git a/packages/yew/src/tags.rs b/packages/yew/src/tags.rs index 25a752c..78d4c34 100644 --- a/packages/yew/src/tags.rs +++ b/packages/yew/src/tags.rs @@ -41,11 +41,11 @@ pub fn Tags(props: &TagsProps) -> Html { stroke-linecap="round" stroke-linejoin="round" > - - + + } } diff --git a/scripts/src/lib.rs b/scripts/src/lib.rs index 5dc30ec..6fa44f5 100644 --- a/scripts/src/lib.rs +++ b/scripts/src/lib.rs @@ -11,5 +11,5 @@ pub const GITHUB_OWNER: &str = "RustForWeb"; pub const GITHUB_REPO: &str = "lucide"; pub const UPSTREAM_GIT_URL: &str = "https://github.com/lucide-icons/lucide.git"; -pub const UPSTREAM_GIT_REF: &str = "0.533.0"; +pub const UPSTREAM_GIT_REF: &str = "0.534.0"; pub const UPSTREAM_GITHUB_URL: &str = "https://github.com/lucide-icons/lucide";