Skip to content

Instantly share code, notes, and snippets.

@JyotimoyKashyap
Created April 12, 2025 07:24
Show Gist options
  • Select an option

  • Save JyotimoyKashyap/ee885249a6d2b01e2a445aab0120a0f3 to your computer and use it in GitHub Desktop.

Select an option

Save JyotimoyKashyap/ee885249a6d2b01e2a445aab0120a0f3 to your computer and use it in GitHub Desktop.
Icon Picker
data class IconItem(
val id: String,
val image: ImageVector? = null,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment