
Offers access to over 8000 IntelliJ Platform icons within a Compose Multiplatform library. Allows integration via a straightforward dependency addition and includes a demo app for icon browsing.
Browse all 8000+ IntelliJ Platform icons in a Compose Multiplatform library.
A Compose port of https://intellij-icons.jetbrains.design/
Add the dependency to your project:
dependencies {
implementation("io.github.xcodebn:intellij-icons-compose:1.0.0")
}Access all icons through the IntellijIconsCompose object:
import github.xcodebn.intellijiconscompose.IntellijIconsCompose
// Example usage
Icon(
imageVector = IntellijIconsCompose.Archive,
contentDescription = "Archive"
)Note: This library hasn't been fully tested on all platforms yet. Testers and feedback are appreciated!
Run the demo app to browse all available icons:
./gradlew :composeApp:runMIT License - Icons are from the IntelliJ Platform (Apache 2.0). See LICENSE for details.
Browse all 8000+ IntelliJ Platform icons in a Compose Multiplatform library.
A Compose port of https://intellij-icons.jetbrains.design/
Add the dependency to your project:
dependencies {
implementation("io.github.xcodebn:intellij-icons-compose:1.0.0")
}Access all icons through the IntellijIconsCompose object:
import github.xcodebn.intellijiconscompose.IntellijIconsCompose
// Example usage
Icon(
imageVector = IntellijIconsCompose.Archive,
contentDescription = "Archive"
)Note: This library hasn't been fully tested on all platforms yet. Testers and feedback are appreciated!
Run the demo app to browse all available icons:
./gradlew :composeApp:runMIT License - Icons are from the IntelliJ Platform (Apache 2.0). See LICENSE for details.