Awesome
Phosphor Icon For Compose Multiplatform
A kotlin platform library for using phosphor icon in compose multiplatform.
Install
compose-shadow supports platforms below.
- android
- ios
- desktop(jvm)
in your kotlin module
implementation("com.adamglin:phosphor-icon:$version")
Using
Icon(imageVector = PhosphorIcons.Bold.AirTrafficControl, contentDescription = null)
Build By Yourself
run first.kts
kotlinc -script first.kts
this script will download phosphor icon origin files from this url in /temp folder. And unzip it, rename all files as
./temp/phosphor-icons/bold/airplane-tilt-bold.svg -> ./temp/phosphor-icons/bold/AirplaneTilt.svg