#import <UIKit/UIKit.h>

@interface UIFont (MaterialIcons)

+ (instancetype)iconFontOfSize:(CGFloat)size;

@end
