Created
April 12, 2025 07:24
-
-
Save JyotimoyKashyap/ee885249a6d2b01e2a445aab0120a0f3 to your computer and use it in GitHub Desktop.
Icon Picker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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