Standard Icons in IconMenuItem

Hi!

I have been reading about how icons could be implemented in an app. However, the advice seems to be to use icons as a font, as it would require less memory and would be faster. I found this https://github.com/sunpazed/garmin-iconfonts git with only the svg/ttf files for default Garmin icons as referred to in some posts on this forum. However, I would like to use an IconMenuItem in my app, which requires a Toybox::WatchUi::Drawable as the icon resource. How can these default Garmin icons (as provided in svg or ttf files) be used in this IconMenuItem? Or in other words, what are the steps to get a drawable from those files?

Thanks in advance!

Best regards,