svg-to-compose icon indicating copy to clipboard operation
svg-to-compose copied to clipboard

Custom size generation

Open BreimerR opened this issue 2 years ago • 0 comments

  1. Added support for Kotlin: 1.6.10 (other gradle updated): Tested.
  2. Added generation test assertions
  3. Added support for custom icon sizes
       Svg2Compose.parse(
               ...,
              defaultSize:Int? = 0 // Should be float though  
      ) 
    

BreimerR avatar Mar 19 '22 23:03 BreimerR