A Jetpack Compose icon library with all available Lucide icons.
dependencies {
implementation("com.composables:icons-lucide:1.0.0")
}
All icons are accessible via the Lucide
object:
import com.composables.icons.lucide.HeartPulse
Image(Lucide.HeartPulse, contentDescription = null)
Visit ComposeIcons.com to choose from over 7,000 icons, along with their SVGs