Android-Iconics
                                
                                
                                
                                    Android-Iconics copied to clipboard
                            
                            
                            
                        Android-Iconics - Use any icon font, or vector (.svg) as drawable in your application.
## About this issue I'm using Google Rounded material and I'm frequently encountering missing icons compared to [here](https://fonts.google.com/icons?selected=Material+Icons:mic&icon.query=interests&icon.style=Rounded) (the link is an example of a missing icon) ## Details -...
## About this issue Some icons are incorrectly rendered with `IconicsTextView` + XML. - Pixel C emulator:  - Samsung Galaxy S20 Ultra:  Sample code: ``` ``` ``` {gmd-trending-up}...
## About this issue I am trying to create a shadow around an icon shape using Jetpack Compose. I can't seem to find a way. Adding a standard Modifier.shadow adds...
## About this issue For the following composable RIcon ```kotlin @Composable fun RIcon( icon: IIcon, modifier: Modifier = Modifier, size: Dp = Size.icon, color: Color = Color.Unspecified, respectFontBounds: Boolean =...
- add compose compiler to core and typeface module - mark `IconicsPainter` and `IIcon` as `Immutable` - update to gradle 8.2.1 - update dependencies to more recent state ``` kotlin...
## About this issue Looks like, library needs to be update - Briefly describe the issue - How can the issue be reproduced / sample code ## Details - implementation...
Hi, ## About this issue - When trying to use Iconics in my project, everything compiles but got the following exception at runtime:\ ``` Caused by: java.lang.ClassNotFoundException: Didn't find class...
## About this issue The documentation doesn't cover how to use the libraries with Gradle version catalogs. Ordinarily this would be straightforward, but it's made more complicated because Gradle version...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...