Skip to content

Latest commit

 

History

History

icons-lucide

Lucide icons for Jetpack Compose

A Jetpack Compose icon library with all available Lucide icons.

Installation

dependencies {
    implementation("com.composables:icons-lucide:1.0.0")
}

Basic usage

All icons are accessible via the Lucide object:

import com.composables.icons.lucide.HeartPulse

Image(Lucide.HeartPulse, contentDescription = null)

Preview all icons & SVGs

Visit ComposeIcons.com to choose from over 7,000 icons, along with their SVGs