Hey,
Is there a way I can take an entire collection (Material rounded) and turn it into a font? I’d like to use them as vector icons in my React Native app. My current workflow of manually downloading PNGs of the fonts that I use is getting cumbersome after dozens of projects.
I tried adding a bunch of icons to a collection and then downloading the font, but while I had selected close to 40 icons, the downloaded font only had 6.
Perhaps a way to read the LDB files that come with Phicon for macOS? So I can create a font with the right icon names for easy access? I could turn this into an open-source library that others could use as well.
Also, when I try to copy a lot of icons from the desktop app, the app just crashes.
Thanks!