mirror of
https://github.com/danbulant/lucide
synced 2026-07-04 18:50:48 +00:00
6 lines
87 B
Rust
6 lines
87 B
Rust
use leptos::prelude::*;
|
|
|
|
#[component]
|
|
pub fn Icons() -> impl IntoView {
|
|
view! {}
|
|
}
|