$ cd variants/android
$ gulp symbols
Then check the dist
directory. There'll be the font and XML files generated.
Typeface font = Typeface.createFromAsset(getContext().getAssets(), "symbols.ttf");
textView.setTypeface(font);
textView.setText(R.string.add);