size

Allows easy access to images of a given size. Example usage :

val myIcons = icons{ ... } // Build metadata for icons of various sizes.
val sizedImages = myIcons( 32 ) // But we only want icons of size 32.
// Find an icon of size 32, or scale a larger version down to size 32.
val saveImage = sizedImages( "document-save" )